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

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


/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */.target_stack.width-fill{width:100%}.target_stack.width-auto{width:auto}.target_stack.position-browser{position:fixed !important}.target_stack.position-absolute{position:absolute !important}.target_stack.position-body{position:absolute !important}.target_stack.position-right{float:right}.target_stack.position-left{float:left}.target_stack.vcenter{top:0;height:100%}.target_stack.vcenter > .com_joeworkman_stacks_target_stack{position:relative;top:50%;transform:translateY(-50%)}.target_stack.hcenter > .com_joeworkman_stacks_target_stack{position:relative;left:50%;transform:translateX(-50%)}.target_stack.hcenter.vcenter > .com_joeworkman_stacks_target_stack{transform:translateX(-50%) translateY(-50%)}@media only screen and (min-width:40em){.target_stack.target-small-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important}.target_stack.target-small-only > .com_joeworkman_stacks_target_stack{left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important}}@media only screen and (max-width:39.9375em){.target_stack.disable-small{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important}.target_stack.disable-small > .com_joeworkman_stacks_target_stack{left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important}}@media only screen and (max-width:62.5em){.target_stack.disable-medium{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important}.target_stack.disable-medium > .com_joeworkman_stacks_target_stack{left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important}}
a.block-link{display:block;text-decoration:none !important;padding:0;margin:0;color:inherit}a.block-link:link,a.block-link:visited,a.block-link:hover,a.block-link:active{color:inherit}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
.youtube-wrapper{width:100%;padding-top:56.25%;position:relative}.youtube-wrapper > .fluid-width-video-wrapper,.youtube-wrapper > iframe{position:absolute;top:0;left:0;width:100%}.youtube-wrapper > iframe{height:100%}
/* Start doore stack page CSS code */	.doo-re-grid{	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	  vertical-align: top;	}		.doo-re-grid *, .doo-re-grid *:after, .doo-re-grid *:before {	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	}			[class*='re-col-'] {	  display: inline-block;	}			.re-col-desk-0 {	  width: 0;	  display: none;	}	.re-col-desk-1 {	  width: 8.333333%;	  display: inline-block;	}	.re-col-desk-2 {	  width: 16.666666%;	  display: inline-block;	}	.re-col-desk-3 {	  width: 25%;	  display: inline-block;	}	.re-col-desk-4 {	  width: 33.333333%;	  display: inline-block;	}	.re-col-desk-5 {	  width: 41.666666%;	  display: inline-block;	}	.re-col-desk-6 {	  width: 50%;	  display: inline-block;	}	.re-col-desk-7 {	  width: 58.333333%;	  display: inline-block;	}	.re-col-desk-8 {	  width: 66.666666%;	  display: inline-block;	}	.re-col-desk-9 {	  width: 75%;	  display: inline-block;	}	.re-col-desk-10 {	  width: 83.333333%;	  display: inline-block;	}	.re-col-desk-11 {	  width: 91.666666%;	  display: inline-block;	}	.re-col-desk-12 {	  width: 100%;	  display: inline-block;	}			/* End doore stack page CSS code */ .sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}
.target_stacks_in_69037{z-index:99999;}.target_stacks_in_69037.rotate{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.target_stacks_in_69037.width-flexible{width:100%}.target_stacks_in_69037.width-fixed{width:250px}.target_stacks_in_69037.height-flexible{height:100%}.target_stacks_in_69037.height-fixed{height:250px}.target_stacks_in_69037.top_pt{top:20%}.target_stacks_in_69037.top_px{top:20px}.target_stacks_in_69037.bottom_pt{bottom:20%}.target_stacks_in_69037.bottom_px{bottom:20px}.target_stacks_in_69037.right_pt{right:16%}.target_stacks_in_69037.right_px{right:16px}.target_stacks_in_69037.left_pt{left:16%}.target_stacks_in_69037.left_px{left:16px}
.target_stacks_in_69042{z-index:99999;}.target_stacks_in_69042.rotate{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.target_stacks_in_69042.width-flexible{width:100%}.target_stacks_in_69042.width-fixed{width:250px}.target_stacks_in_69042.height-flexible{height:100%}.target_stacks_in_69042.height-fixed{height:250px}.target_stacks_in_69042.top_pt{top:20%}.target_stacks_in_69042.top_px{top:20px}.target_stacks_in_69042.bottom_pt{bottom:20%}.target_stacks_in_69042.bottom_px{bottom:20px}.target_stacks_in_69042.right_pt{right:92%}.target_stacks_in_69042.right_px{right:92px}.target_stacks_in_69042.left_pt{left:92%}.target_stacks_in_69042.left_px{left:92px}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.8 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_68662-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_68662-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_68662-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_68662-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(17, 17, 17, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_68662-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_68662-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_68662-sf,
#stacks_in_68662-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_68662-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_68662-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_68662-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_68662-sf .loaded .flex-viewport,
#stacks_in_68662-sf .slider,
#stacks_in_68662-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_68662-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_68662-sf{min-height: 70px;}

#stacks_in_68662-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_68662-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(25, 165, 223, 1.00);
	border-top-color: rgba(25, 165, 223, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_68662-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_68662-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_68662-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_68662-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_68662-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_68662-sf .sf-flexslider .slides > li,
#stacks_in_68662-sf .sf-flexslider .carousel > li,
#stacks_in_68662-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_68662-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_68662-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_68662-sf .sf-flexslider .slides > li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_68662-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_68662-sf .sf-flexslider .slides > li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_68662-sf .sf-flexslider .slides > li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_68662-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_68662-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_68662-sf .sf-flexslider .slides > li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_68662-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_68662-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_68662-sf .sf-flexslider .slides > li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_68662-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_68662-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_68662-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_68662-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_68662-sf .sf-flexslider .slides > li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_68662-sf li.hero h2,
#stacks_in_68662-sf li.hero p,
#stacks_in_68662-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_68662-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_68662-sf li.hero:not(.flex-active-slide) p,
#stacks_in_68662-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_68662-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_68662-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_68662-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_68662-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_68662-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 300ms;
	transition: opacity 300ms 300ms;
}
#stacks_in_68662-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_68662-sf .flex-active-slide .caption-wrap,
#stacks_in_68662-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_68662-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_68662-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_68662-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_68662-sf .caption-wrap{
	-webkit-transition: opacity .3s 300ms;
	transition: opacity .3s 300ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_68662-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 303ms;
	transition: opacity .5s 30300ms;

	-webkit-transition: opacity .5s 3300ms;
	transition: opacity .5s 3300ms;
}
#stacks_in_68662-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_68662-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_68662-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_68662-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_68662-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_68662-sf .slider .flex-direction-nav .flex-next,
#stacks_in_68662-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_68662-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_68662-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_68662-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_68662-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_68662-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_68662-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_68662-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_68662-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_68662-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_68662-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_68662-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_68662-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_68662-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_68662-sf .flex-direction-nav a:before {display: none;}

#stacks_in_68662-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_68662-sf .sf-control:before,
#stacks_in_68662-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_68662-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_68662-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(8, 211, 253, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_68662-sf .flex-direction-nav{
		opacity: 0;
	}
}

@media only screen and (max-width: 400px) {
	#stacks_in_68662-sf.iframe .flex-direction-nav{display: block;}
}
@media only screen and (max-width: 400px) {
	#stacks_in_68662-sf.iframe .sf-flexslider .flex-direction-nav .flex-prev,
	#stacks_in_68662-sf.iframe .sf-flexslider .flex-direction-nav .flex-next{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/* Thumbnails */

#stacks_in_68662-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_68662-sf .carousel{
		display: none;
	}
}
#stacks_in_68662-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_68662-sf .carousel .slides li{
	width: 70px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
#stacks_in_68662-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_68662-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_68662-sf .carousel .slides li:hover,
#stacks_in_68662-sf .carousel .slides li.flex-active-slide,
#stacks_in_68662-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_68662-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_68662-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_68662-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_68662-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_68662-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_68662-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(8, 211, 253, 1.00); }



/* Edit  */

#stacks_in_68662-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_68662-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}


.spacerStack {
	height: 60.00px;
}

#spacerStackstacks_in_68866 {
	height: 60.00px;
}




















@media print {
	#spacerStackstacks_in_68866 {
		display: none !important;
	}
}
#stacks_in_68867 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_68867 .jwresp_col{overflow:hidden;margin:0;width:51%; float:right;}#stacks_in_68867 #jwresp_col2_stacks_in_68867{ float:left; width:47%}@media screen and (max-width:700px){#stacks_in_68867 #jwresp_col1_stacks_in_68867,#stacks_in_68867 #jwresp_col2_stacks_in_68867{width:100%;float:none;display:block}#stacks_in_68867 #jwresp_col1_stacks_in_68867{margin-bottom:15px}}

#stacks_out_68867 {
	width: 91%;
}
#stacks_in_68871 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 500px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_68871 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_68871 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_68871 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

/* Start dooReflow stack each CSS code */	#stacks_in_68875 .grid-pad{		margin-left: -10px;		margin-right: -10px;		margin-top: -10px;		margin-bottom: -10px;	}	#stacks_in_68875 [class*='re-col-']{	  padding-left: 10px;	  padding-right: 10px;	  padding-top: 10px;	  padding-bottom: 10px;	  vertical-align: middle;	}			@media all and (max-width: 1024px) {		#stacks_in_68875 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_68875 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_68875 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_68875 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68875 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code */  @media screen and (max-width:1038px){#stacks_in_68877{display:none}} 
#stacks_in_68879,#stacks_in_68879 div,#stacks_in_68879 p,#stacks_in_68879 ol,#stacks_in_68879 ul li,#stacks_in_68879 ol li,#stacks_in_68879 ol,#stacks_in_68879 dl{font-size:1.25rem}@media all and (max-width:640px){#stacks_in_68879,#stacks_in_68879 div,#stacks_in_68879 p,#stacks_in_68879 ol,#stacks_in_68879 ul li,#stacks_in_68879 ol li,#stacks_in_68879 ol,#stacks_in_68879 dl{font-size:1.25rem}}@media only screen and (min-width:0px){#stacks_in_68879,#stacks_in_68879 div,#stacks_in_68879 p,#stacks_in_68879 .fa:not(.no-indent),#stacks_in_68879 ol,#stacks_in_68879 ul li,#stacks_in_68879 ol li,#stacks_in_68879 ol,#stacks_in_68879 dl{line-height:1.00}}@media only screen and (min-width:0px){#stacks_in_68879{letter-spacing:1.00px;word-spacing:0.00px;}}#stacks_in_68879,#stacks_in_68879 div,#stacks_in_68879 p,#stacks_in_68879 ul,#stacks_in_68879 ul li,#stacks_in_68879 ol li,#stacks_in_68879 ol,#stacks_in_68879 dl,#stacks_in_68879 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Roboto",Sans-Serif ;font-weight:500 ;font-style:normal }


#stacks_in_68879 {
	margin: 12px 0px 0px 0px;
}
  #stacks_in_68882{display:none}@media screen and (max-width:1038px){#stacks_in_68882{display:block}} 
#stacks_in_68884,#stacks_in_68884 div,#stacks_in_68884 p,#stacks_in_68884 ol,#stacks_in_68884 ul li,#stacks_in_68884 ol li,#stacks_in_68884 ol,#stacks_in_68884 dl{font-size:1.25rem}@media all and (max-width:640px){#stacks_in_68884,#stacks_in_68884 div,#stacks_in_68884 p,#stacks_in_68884 ol,#stacks_in_68884 ul li,#stacks_in_68884 ol li,#stacks_in_68884 ol,#stacks_in_68884 dl{font-size:1.25rem}}@media only screen and (min-width:0px){#stacks_in_68884,#stacks_in_68884 div,#stacks_in_68884 p,#stacks_in_68884 .fa:not(.no-indent),#stacks_in_68884 ol,#stacks_in_68884 ul li,#stacks_in_68884 ol li,#stacks_in_68884 ol,#stacks_in_68884 dl{line-height:1.00}}@media only screen and (min-width:0px){#stacks_in_68884{letter-spacing:1.00px;word-spacing:0.00px;}}#stacks_in_68884,#stacks_in_68884 div,#stacks_in_68884 p,#stacks_in_68884 ul,#stacks_in_68884 ul li,#stacks_in_68884 ol li,#stacks_in_68884 ol,#stacks_in_68884 dl,#stacks_in_68884 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Roboto",Sans-Serif ;font-weight:500 ;font-style:normal }


#stacks_in_68884 {
	margin: 12px 0px 0px 0px;
}
  @media screen and (max-width:320px){#stacks_in_68888{display:none}} 
#stacks_in_68890 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 300px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_68890 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_68890 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_68890 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

    #stacks_in_68892>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_68892>.s-pro>.sections-layer{display:none}      #stacks_in_68892>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_68892>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       
   #stacks_in_68894 .sp-bevel{z-index:1}#stacks_in_68894 .sp-bevel::before,#stacks_in_68894 .sp-bevel::after{z-index:-1}      #stacks_in_68894 .bevel-wrap{overflow:hidden}#stacks_in_68894 .sp-bevel.orient-vert{padding-top:0%;padding-bottom:0%;position:relative;overflow:hidden;max-width:100%}#stacks_in_68894 .sp-bevel.orient-vert::before,#stacks_in_68894 .sp-bevel.orient-vert::after{position:absolute;content:"";width:136px;min-width:136px;max-width:136px;background:rgba(219, 62, 45, 1.00)}@media all and (min-width:640px){#stacks_in_68894 .sp-bevel.orient-vert::before,#stacks_in_68894 .sp-bevel.orient-vert::after{width:136px}}#stacks_in_68894 .sp-bevel.orient-vert::before{height:50.00%;top:0}#stacks_in_68894 .sp-bevel.orient-vert::after{height:calc(100% - 50.00%);bottom:0}#stacks_in_68894 .sp-bevel.orient-vert.arrow-right{margin-left:0%;margin-right:auto}#stacks_in_68894 .sp-bevel.orient-vert.arrow-right::before,#stacks_in_68894 .sp-bevel.orient-vert.arrow-right::after{left:0}#stacks_in_68894 .sp-bevel.orient-vert.arrow-right::before{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skew(40deg,0);transform:skew(40deg,0)}#stacks_in_68894 .sp-bevel.orient-vert.arrow-right::after{-webkit-transform:skew(-40deg,0);transform:skew(-40deg,0);-webkit-transform-origin:0 0;transform-origin:0 0}#stacks_in_68894 .sp-bevel.orient-vert.arrow-right.arrow-inward{-webkit-transform:translateX(calc(40% * -10.00));transform:translateX(calc(40% * -10.00))}#stacks_in_68894 .sp-bevel.orient-vert.arrow-right.arrow-inward::before{-webkit-transform:skew(-40deg,0);transform:skew(-40deg,0)}#stacks_in_68894 .sp-bevel.orient-vert.arrow-right.arrow-inward::after{-webkit-transform:skew(40deg,0);transform:skew(40deg,0)}
#stacks_in_68894 .sp-bevel.orient-vert.arrow-left{margin-right:0%;margin-left:auto}#stacks_in_68894 .sp-bevel.orient-vert.arrow-left::before,#stacks_in_68894 .sp-bevel.orient-vert.arrow-left::after{right:0}#stacks_in_68894 .sp-bevel.orient-vert.arrow-left::before{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skew(-40deg,0);transform:skew(-40deg,0)}#stacks_in_68894 .sp-bevel.orient-vert.arrow-left::after{-webkit-transform:skew(40deg,0);transform:skew(40deg,0);-webkit-transform-origin:0 0;transform-origin:0 0}#stacks_in_68894 .sp-bevel.orient-vert.arrow-left.arrow-inward{-webkit-transform:translateX(calc(40% * 10.00));transform:translateX(calc(40% * 10.00))}#stacks_in_68894 .sp-bevel.orient-vert.arrow-left.arrow-inward::before{-webkit-transform:skew(40deg,0);transform:skew(40deg,0)}#stacks_in_68894 .sp-bevel.orient-vert.arrow-left.arrow-inward::after{-webkit-transform:skew(-40deg,0);transform:skew(-40deg,0)} 

#stacks_in_68894 {
	border: solid rgba(228, 85, 58, 1.00);
	border-width:  1px;
	margin:  3px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_68896 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_68896 {
		display: none !important;
	}
}
/* Start dooReflow stack each CSS code */	#stacks_in_68897 .grid-pad{		margin-left: -0px;		margin-right: -0px;		margin-top: -0px;		margin-bottom: -0px;	}	#stacks_in_68897 [class*='re-col-']{	  padding-left: 0px;	  padding-right: 0px;	  padding-top: 0px;	  padding-bottom: 0px;	  vertical-align: middle;	}			@media all and (max-width: 1024px) {		#stacks_in_68897 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_68897 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_68897 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_68897 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68897 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code */#stacks_in_69024{border-radius:0px;}#stacks_in_69024 .boxgrid{width:100%;display:block;position:relative;overflow:hidden;margin:0 auto}#stacks_in_69024 .boxgrid .back,#stacks_in_69024 .boxgrid .cover{width:100%;margin:0;padding:0;display:block;position:absolute;top:0;left:0;border-radius:0px;}#stacks_in_69024 .boxgrid .cover{opacity:0.01;}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_68899Calligrapher{			font-size: 150% !important;			color: #FCFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_68899Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68899Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68899Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68899Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68899Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68899Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68899Calligrapher h6, .stacks_in_68899Calligrapher h5, .stacks_in_68899Calligrapher h4, .stacks_in_68899Calligrapher h3, .stacks_in_68899Calligrapher h2, .stacks_in_68899Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_68899Calligrapher, .stacks_in_68899Calligrapher h1, .stacks_in_68899Calligrapher h2, .stacks_in_68899Calligrapher h3, .stacks_in_68899Calligrapher h4, .stacks_in_68899Calligrapher h5, .stacks_in_68899Calligrapher h6{	font-family: "Roboto" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_68899targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_68899Calligrapher a:link{			color: #000000 !important;			text-decoration: none !important;		}				.stacks_in_68899Calligrapher a:visited{			color: #000000 !important;		}				.stacks_in_68899Calligrapher a:active{			color: #000000 !important;		}				.stacks_in_68899Calligrapher a:hover{			color: #000000 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_68904Calligrapher{			font-size: 110% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_68904Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68904Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68904Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68904Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68904Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68904Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68904Calligrapher h6, .stacks_in_68904Calligrapher h5, .stacks_in_68904Calligrapher h4, .stacks_in_68904Calligrapher h3, .stacks_in_68904Calligrapher h2, .stacks_in_68904Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_68904Calligrapher, .stacks_in_68904Calligrapher h1, .stacks_in_68904Calligrapher h2, .stacks_in_68904Calligrapher h3, .stacks_in_68904Calligrapher h4, .stacks_in_68904Calligrapher h5, .stacks_in_68904Calligrapher h6{	font-family: "Roboto" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_68904targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_68904Calligrapher a:link{			color: #000000 !important;			text-decoration: none !important;		}				.stacks_in_68904Calligrapher a:visited{			color: #000000 !important;		}				.stacks_in_68904Calligrapher a:active{			color: #000000 !important;		}				.stacks_in_68904Calligrapher a:hover{			color: #000000 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_out_68904 {
	width: 80%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_68910 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_68910 {
		display: none !important;
	}
}
    #stacks_in_68892>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_68892>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_68892>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter} #stacks_in_68892>.s-pro>.shear-wrapper>.shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_68892>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:translateZ(0);transform:translateZ(0)}         #stacks_in_68892>.s-pro.pre-eff-stacks_in_68912.eff-to-mono >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:grayscale(0%);filter:grayscale(0%)}#stacks_in_68892>.s-pro.animate-stacks_in_68912.eff-to-mono >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:grayscale(50%);filter:grayscale(50%)}     @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_68892>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_68892>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_68892>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
  #stacks_in_68913{display:none}@media screen and (max-width:320px){#stacks_in_68913{display:block}} 
/* Start dooReflow stack each CSS code */	#stacks_in_68915 .grid-pad{		margin-left: -15px;		margin-right: -15px;		margin-top: -15px;		margin-bottom: -15px;	}	#stacks_in_68915 [class*='re-col-']{	  padding-left: 15px;	  padding-right: 15px;	  padding-top: 15px;	  padding-bottom: 15px;	  vertical-align: middle;	}			@media all and (max-width: 1024px) {		#stacks_in_68915 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_68915 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_68915 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_68915 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_68915 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code */
#stacks_out_68915 {
	width: 92%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_68917Calligrapher{			font-size: 125% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_68917Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68917Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68917Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68917Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68917Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68917Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68917Calligrapher h6, .stacks_in_68917Calligrapher h5, .stacks_in_68917Calligrapher h4, .stacks_in_68917Calligrapher h3, .stacks_in_68917Calligrapher h2, .stacks_in_68917Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_68917Calligrapher, .stacks_in_68917Calligrapher h1, .stacks_in_68917Calligrapher h2, .stacks_in_68917Calligrapher h3, .stacks_in_68917Calligrapher h4, .stacks_in_68917Calligrapher h5, .stacks_in_68917Calligrapher h6{	font-family: "Roboto" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_68917targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_68917Calligrapher a:link{			color: #000000 !important;			text-decoration: none !important;		}				.stacks_in_68917Calligrapher a:visited{			color: #000000 !important;		}				.stacks_in_68917Calligrapher a:active{			color: #000000 !important;		}				.stacks_in_68917Calligrapher a:hover{			color: #000000 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */   #stacks_in_68922 .sp-bevel{z-index:1}#stacks_in_68922 .sp-bevel::before,#stacks_in_68922 .sp-bevel::after{z-index:-1}      #stacks_in_68922 .bevel-wrap{overflow:hidden}#stacks_in_68922 .sp-bevel.orient-vert{padding-top:0%;padding-bottom:0%;position:relative;overflow:hidden;max-width:100%}#stacks_in_68922 .sp-bevel.orient-vert::before,#stacks_in_68922 .sp-bevel.orient-vert::after{position:absolute;content:"";width:136px;min-width:136px;max-width:136px;background:rgba(219, 62, 45, 1.00)}@media all and (min-width:640px){#stacks_in_68922 .sp-bevel.orient-vert::before,#stacks_in_68922 .sp-bevel.orient-vert::after{width:136px}}#stacks_in_68922 .sp-bevel.orient-vert::before{height:100.00%;top:0}#stacks_in_68922 .sp-bevel.orient-vert::after{height:calc(100% - 100.00%);bottom:0}#stacks_in_68922 .sp-bevel.orient-vert.arrow-right{margin-left:0%;margin-right:auto}#stacks_in_68922 .sp-bevel.orient-vert.arrow-right::before,#stacks_in_68922 .sp-bevel.orient-vert.arrow-right::after{left:0}#stacks_in_68922 .sp-bevel.orient-vert.arrow-right::before{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skew(90deg,0);transform:skew(90deg,0)}#stacks_in_68922 .sp-bevel.orient-vert.arrow-right::after{-webkit-transform:skew(-90deg,0);transform:skew(-90deg,0);-webkit-transform-origin:0 0;transform-origin:0 0}#stacks_in_68922 .sp-bevel.orient-vert.arrow-right.arrow-inward{-webkit-transform:translateX(calc(90% * -10.00));transform:translateX(calc(90% * -10.00))}#stacks_in_68922 .sp-bevel.orient-vert.arrow-right.arrow-inward::before{-webkit-transform:skew(-90deg,0);transform:skew(-90deg,0)}#stacks_in_68922 .sp-bevel.orient-vert.arrow-right.arrow-inward::after{-webkit-transform:skew(90deg,0);transform:skew(90deg,0)}
#stacks_in_68922 .sp-bevel.orient-vert.arrow-left{margin-right:0%;margin-left:auto}#stacks_in_68922 .sp-bevel.orient-vert.arrow-left::before,#stacks_in_68922 .sp-bevel.orient-vert.arrow-left::after{right:0}#stacks_in_68922 .sp-bevel.orient-vert.arrow-left::before{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skew(-90deg,0);transform:skew(-90deg,0)}#stacks_in_68922 .sp-bevel.orient-vert.arrow-left::after{-webkit-transform:skew(90deg,0);transform:skew(90deg,0);-webkit-transform-origin:0 0;transform-origin:0 0}#stacks_in_68922 .sp-bevel.orient-vert.arrow-left.arrow-inward{-webkit-transform:translateX(calc(90% * 10.00));transform:translateX(calc(90% * 10.00))}#stacks_in_68922 .sp-bevel.orient-vert.arrow-left.arrow-inward::before{-webkit-transform:skew(90deg,0);transform:skew(90deg,0)}#stacks_in_68922 .sp-bevel.orient-vert.arrow-left.arrow-inward::after{-webkit-transform:skew(-90deg,0);transform:skew(-90deg,0)} 

#stacks_in_68922 {
	background-color: rgba(228, 85, 58, 1.00);
	border: solid rgba(228, 85, 58, 1.00);
	border-width:  1px;
	margin:  3px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_68924 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_68924 {
		display: none !important;
	}
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_68925Calligrapher{			font-size: 110% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_68925Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68925Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68925Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68925Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68925Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68925Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_68925Calligrapher h6, .stacks_in_68925Calligrapher h5, .stacks_in_68925Calligrapher h4, .stacks_in_68925Calligrapher h3, .stacks_in_68925Calligrapher h2, .stacks_in_68925Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_68925Calligrapher, .stacks_in_68925Calligrapher h1, .stacks_in_68925Calligrapher h2, .stacks_in_68925Calligrapher h3, .stacks_in_68925Calligrapher h4, .stacks_in_68925Calligrapher h5, .stacks_in_68925Calligrapher h6{	font-family: "Roboto" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_68925targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_68925Calligrapher a:link{			color: #000000 !important;			text-decoration: none !important;		}				.stacks_in_68925Calligrapher a:visited{			color: #000000 !important;		}				.stacks_in_68925Calligrapher a:active{			color: #000000 !important;		}				.stacks_in_68925Calligrapher a:hover{			color: #000000 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_out_68925 {
	width: 80%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_68929 {
	height: 20.00px;
}




















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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_69053 {
	height: 40.00px;
}




















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

.spacerStack {
	height: 50.00px;
}

#spacerStackstacks_in_68936 {
	height: 50.00px;
}




















@media print {
	#spacerStackstacks_in_68936 {
		display: none !important;
	}
}
#stacks_in_68937 .p-base-font p,#stacks_in_68937 .p-base-font li,#stacks_in_68937 .p-base-font a{font-size:16px!important}@media screen and (max-height:320px){#stacks_in_68937 .hide-below-height{display:none}}@media screen and (min-aspect-ratio:8/5){#stacks_in_68937 .hide-below-aspect{display:none}}
#listifyContainer_stacks_in_68939 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyContainer_stacks_in_68939 [id*="listify"] {
    /*  */
    /*  */
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */ }

/*  */
/*  */
/*  */
@media (max-width: 767px) {
  #listifyContainer_stacks_in_68939 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #listifyContainer_stacks_in_68939 [id*="listify"] {
      width: 100% !important;
      min-width: auto !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyContainer_stacks_in_68939.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyContainer_stacks_in_68939.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyContainer_stacks_in_68939.hide-d {
    display: none; } }

/*  */
/*  */
#stacks_in_68941 p,#stacks_in_68941 div{margin-bottom:0}#stacks_in_68941,#stacks_in_68941 div,#stacks_in_68941 p,#stacks_in_68941 ol,#stacks_in_68941 ul li,#stacks_in_68941 ol li,#stacks_in_68941 ol,#stacks_in_68941 dl{font-size:1.05rem}@media all and (max-width:640px){#stacks_in_68941,#stacks_in_68941 div,#stacks_in_68941 p,#stacks_in_68941 ol,#stacks_in_68941 ul li,#stacks_in_68941 ol li,#stacks_in_68941 ol,#stacks_in_68941 dl{font-size:1.05rem}}@media only screen and (min-width:0px){#stacks_in_68941,#stacks_in_68941 div,#stacks_in_68941 p,#stacks_in_68941 .fa:not(.no-indent),#stacks_in_68941 ol,#stacks_in_68941 ul li,#stacks_in_68941 ol li,#stacks_in_68941 ol,#stacks_in_68941 dl{line-height:2.50}}@media only screen and (min-width:0px){#stacks_in_68941{letter-spacing:1.00px;word-spacing:0.00px;}}#stacks_in_68941,#stacks_in_68941 div,#stacks_in_68941 p,#stacks_in_68941 ul,#stacks_in_68941 ul li,#stacks_in_68941 ol li,#stacks_in_68941 ol,#stacks_in_68941 dl,#stacks_in_68941 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Roboto",Sans-Serif ;font-weight:300 ;font-style:normal }


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_68947 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_68947 {
		display: none !important;
	}
}
#stacks_in_68948 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1500px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_68948 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_68948 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_68948 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_68950 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_68950 {
		display: none !important;
	}
}
#stacks_in_68951 .p-base-font p,#stacks_in_68951 .p-base-font li,#stacks_in_68951 .p-base-font a{font-size:16px!important}@media screen and (max-height:320px){#stacks_in_68951 .hide-below-height{display:none}}@media screen and (min-aspect-ratio:8/5){#stacks_in_68951 .hide-below-aspect{display:none}}
#stacks_in_68953,#stacks_in_68953 div,#stacks_in_68953 p,#stacks_in_68953 ol,#stacks_in_68953 ul li,#stacks_in_68953 ol li,#stacks_in_68953 ol,#stacks_in_68953 dl{font-size:1.09rem}@media all and (max-width:640px){#stacks_in_68953,#stacks_in_68953 div,#stacks_in_68953 p,#stacks_in_68953 ol,#stacks_in_68953 ul li,#stacks_in_68953 ol li,#stacks_in_68953 ol,#stacks_in_68953 dl{font-size:1.09rem}}@media only screen and (min-width:0px){#stacks_in_68953,#stacks_in_68953 div,#stacks_in_68953 p,#stacks_in_68953 .fa:not(.no-indent),#stacks_in_68953 ol,#stacks_in_68953 ul li,#stacks_in_68953 ol li,#stacks_in_68953 ol,#stacks_in_68953 dl{line-height:1.80}}@media only screen and (min-width:0px){#stacks_in_68953{letter-spacing:1.00px;word-spacing:0.00px;}}#stacks_in_68953,#stacks_in_68953 div,#stacks_in_68953 p,#stacks_in_68953 ul,#stacks_in_68953 ul li,#stacks_in_68953 ol li,#stacks_in_68953 ol,#stacks_in_68953 dl,#stacks_in_68953 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Lato",Sans-Serif ;font-weight:300 ;font-style:normal }

#stacks_in_68953 .effect-label{display:block !important}@media screen and (max-width:0px){#stacks_in_68953 .dropC{float:none !important;display:inline-block !important;margin-bottom:0 !important;margin-top:0 !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important;font-size:inherit !important;font-weight:inherit !important;opacity:initial !important;line-height:inherit !important;font-family:inherit !important;color:inherit !important;font-weight:inherit !important;text-shadow:none !important}}

.spacerStack {
	height: 90.00px;
}

#spacerStackstacks_in_68957 {
	height: 90.00px;
}




















@media print {
	#spacerStackstacks_in_68957 {
		display: none !important;
	}
}
#stacks_in_68960 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1000px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_68960 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_68960 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_68960 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_68963 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_68963 {
		display: none !important;
	}
}
#stacks_in_68966 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 100%;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_68966 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_68966 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_68966 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


#stacks_in_68966 {
	background-color: rgba(219, 63, 45, 0.15);
	padding: 15px 0px 15px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_68968 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_68968 {
		display: none !important;
	}
}
#stacks_in_68969,#stacks_in_68969 div,#stacks_in_68969 p,#stacks_in_68969 ol,#stacks_in_68969 ul li,#stacks_in_68969 ol li,#stacks_in_68969 ol,#stacks_in_68969 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_68969,#stacks_in_68969 div,#stacks_in_68969 p,#stacks_in_68969 ol,#stacks_in_68969 ul li,#stacks_in_68969 ol li,#stacks_in_68969 ol,#stacks_in_68969 dl{font-size:2.00rem}}@media only screen and (min-width:0px){#stacks_in_68969,#stacks_in_68969 div,#stacks_in_68969 p,#stacks_in_68969 .fa:not(.no-indent),#stacks_in_68969 ol,#stacks_in_68969 ul li,#stacks_in_68969 ol li,#stacks_in_68969 ol,#stacks_in_68969 dl{line-height:1.60}}@media only screen and (min-width:0px){#stacks_in_68969{letter-spacing:2.00px;word-spacing:0.00px;}}#stacks_in_68969,#stacks_in_68969 div,#stacks_in_68969 p,#stacks_in_68969 ul,#stacks_in_68969 ul li,#stacks_in_68969 ol li,#stacks_in_68969 ol,#stacks_in_68969 dl,#stacks_in_68969 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Roboto",Sans-Serif ;font-weight:300 ;font-style:normal }


.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_68972 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_68972 {
		display: none !important;
	}
}
#stacks_in_68973 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1650px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_68973 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_68973 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_68973 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

#stacks_in_68975 .p-base-font p,#stacks_in_68975 .p-base-font li,#stacks_in_68975 .p-base-font a{font-size:16px!important}@media screen and (max-height:320px){#stacks_in_68975 .hide-below-height{display:none}}@media screen and (min-aspect-ratio:8/5){#stacks_in_68975 .hide-below-aspect{display:none}}
#stacks_in_68977 ul,#stacks_in_68977 ol{list-style-position:inside}#stacks_in_68977 ul,#stacks_in_68977 ol{list-style-type:none}#stacks_in_68977,#stacks_in_68977 div,#stacks_in_68977 p,#stacks_in_68977 ol,#stacks_in_68977 ul li,#stacks_in_68977 ol li,#stacks_in_68977 ol,#stacks_in_68977 dl{font-size:1.04rem}@media all and (max-width:640px){#stacks_in_68977,#stacks_in_68977 div,#stacks_in_68977 p,#stacks_in_68977 ol,#stacks_in_68977 ul li,#stacks_in_68977 ol li,#stacks_in_68977 ol,#stacks_in_68977 dl{font-size:1.04rem}}@media only screen and (min-width:0px){#stacks_in_68977,#stacks_in_68977 div,#stacks_in_68977 p,#stacks_in_68977 .fa:not(.no-indent),#stacks_in_68977 ol,#stacks_in_68977 ul li,#stacks_in_68977 ol li,#stacks_in_68977 ol,#stacks_in_68977 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_68977{letter-spacing:1.80px;word-spacing:0.00px;}}#stacks_in_68977,#stacks_in_68977 div,#stacks_in_68977 p,#stacks_in_68977 ul,#stacks_in_68977 ul li,#stacks_in_68977 ol li,#stacks_in_68977 ol,#stacks_in_68977 dl,#stacks_in_68977 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Lato",Sans-Serif ;font-weight:300 ;font-style:normal }


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

#stacks_out_68977 {
	width: 91%;
}

.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_68980 {
	height: 15.00px;
}




















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

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_68982 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_68982 {
		display: none !important;
	}
}
#stacks_in_68983 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 700px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_68983 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_68983 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_68983 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

/* Start Smart Image stack CSS code */#stacks_in_68985{	text-align: center;}#stacks_in_68985 figure a img{	cursor: pointer !important;}.stacks_in_68985responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_68985responsive img, .stacks_in_68985warehouseImage img {  max-width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_68985hiddenimage{	display: none;}.stacks_in_68985warehouseImage{	display: none;}/* End Smart Image stack CSS code */#stacks_in_68989 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1000px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_68989 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_68989 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_68989 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_68991 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_68991 {
		display: none !important;
	}
}
#stacks_in_68992,#stacks_in_68992 div,#stacks_in_68992 p,#stacks_in_68992 ol,#stacks_in_68992 ul li,#stacks_in_68992 ol li,#stacks_in_68992 ol,#stacks_in_68992 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_68992,#stacks_in_68992 div,#stacks_in_68992 p,#stacks_in_68992 ol,#stacks_in_68992 ul li,#stacks_in_68992 ol li,#stacks_in_68992 ol,#stacks_in_68992 dl{font-size:2.00rem}}@media only screen and (min-width:0px){#stacks_in_68992,#stacks_in_68992 div,#stacks_in_68992 p,#stacks_in_68992 .fa:not(.no-indent),#stacks_in_68992 ol,#stacks_in_68992 ul li,#stacks_in_68992 ol li,#stacks_in_68992 ol,#stacks_in_68992 dl{line-height:1.60}}@media only screen and (min-width:0px){#stacks_in_68992{letter-spacing:2.00px;word-spacing:0.00px;}}#stacks_in_68992,#stacks_in_68992 div,#stacks_in_68992 p,#stacks_in_68992 ul,#stacks_in_68992 ul li,#stacks_in_68992 ol li,#stacks_in_68992 ol,#stacks_in_68992 dl,#stacks_in_68992 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Roboto",Sans-Serif ;font-weight:300 ;font-style:normal }


.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_68995 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_68995 {
		display: none !important;
	}
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_68996 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_68996 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_68996 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_68996 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_68996 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_68996 .owl-theme .owl-controls .owl-page.active span,#stacks_in_68996 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_68996 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_68996 .owl-item.loading{	min-height: 150px;	background: url("../recorders_files/AjaxLoader.gif") no-repeat center center}/* Preview Mode */#stacks_in_68996owl-stack{	height:0px;}#stacks_in_68996owl-stack .stacks_in_68996item{margin: 3px;}#stacks_in_68996owl-stack .stacks_in_68996item img{display: block;width: 100%;height: auto;}#stacks_in_68996imagewell{height: 0px;}/* End Owl stack CSS code */
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_69008 {
	height: 40.00px;
}




















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


#stacks_in_69013 .btn {
  display: inline-block;
  *display: inline;
  text-decoration: none;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#stacks_in_69013 .btn:hover,
#stacks_in_69013 .btn:active,
#stacks_in_69013 .btn.active,
#stacks_in_69013 .btn.disabled,
#stacks_in_69013 .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

#stacks_in_69013 .btn:active,
#stacks_in_69013 .btn.active {
  background-color: #cccccc \9;
}

#stacks_in_69013 .btn:first-child {
  *margin-left: 0;
}

#stacks_in_69013 .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

#stacks_in_69013 .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#stacks_in_69013 .btn.active,
#stacks_in_69013 .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#stacks_in_69013 .btn.disabled,
#stacks_in_69013 .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#stacks_in_69013 .btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

#stacks_in_69013 .btn-large [class^="icon-"] {
  margin-top: 2px;
}

#stacks_in_69013 .btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

#stacks_in_69013 .btn-small [class^="icon-"] {
  margin-top: 0;
}

#stacks_in_69013 .btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

#stacks_in_69013 .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#stacks_in_69013 .btn-block + #stacks_in_69013 .btn-block {
  margin-top: 5px;
}

input[type="submit"]#stacks_in_69013 .btn-block,
input[type="reset"]#stacks_in_69013 .btn-block,
input[type="button"]#stacks_in_69013 .btn-block {
  width: 100%;
}

#stacks_in_69013 .btn-primary.active,
#stacks_in_69013 .btn-warning.active,
#stacks_in_69013 .btn-danger.active,
#stacks_in_69013 .btn-success.active,
#stacks_in_69013 .btn-info.active,
#stacks_in_69013 .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

#stacks_in_69013 .btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

#stacks_in_69013 .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#stacks_in_69013 .btn-primary:hover,
#stacks_in_69013 .btn-primary:active,
#stacks_in_69013 .btn-primary.active,
#stacks_in_69013 .btn-primary.disabled,
#stacks_in_69013 .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

#stacks_in_69013 .btn-primary:active,
#stacks_in_69013 .btn-primary.active {
  background-color: #003399 \9;
}

#stacks_in_69013 .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#stacks_in_69013 .btn-warning:hover,
#stacks_in_69013 .btn-warning:active,
#stacks_in_69013 .btn-warning.active,
#stacks_in_69013 .btn-warning.disabled,
#stacks_in_69013 .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

#stacks_in_69013 .btn-warning:active,
#stacks_in_69013 .btn-warning.active {
  background-color: #c67605 \9;
}

#stacks_in_69013 .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#stacks_in_69013 .btn-danger:hover,
#stacks_in_69013 .btn-danger:active,
#stacks_in_69013 .btn-danger.active,
#stacks_in_69013 .btn-danger.disabled,
#stacks_in_69013 .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

#stacks_in_69013 .btn-danger:active,
#stacks_in_69013 .btn-danger.active {
  background-color: #942a25 \9;
}

#stacks_in_69013 .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#stacks_in_69013 .btn-success:hover,
#stacks_in_69013 .btn-success:active,
#stacks_in_69013 .btn-success.active,
#stacks_in_69013 .btn-success.disabled,
#stacks_in_69013 .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

#stacks_in_69013 .btn-success:active,
#stacks_in_69013 .btn-success.active {
  background-color: #408140 \9;
}

#stacks_in_69013 .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#stacks_in_69013 .btn-info:hover,
#stacks_in_69013 .btn-info:active,
#stacks_in_69013 .btn-info.active,
#stacks_in_69013 .btn-info.disabled,
#stacks_in_69013 .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

#stacks_in_69013 .btn-info:active,
#stacks_in_69013 .btn-info.active {
  background-color: #24748c \9;
}

#stacks_in_69013 .btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#stacks_in_69013 .btn-inverse:hover,
#stacks_in_69013 .btn-inverse:active,
#stacks_in_69013 .btn-inverse.active,
#stacks_in_69013 .btn-inverse.disabled,
#stacks_in_69013 .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

#stacks_in_69013 .btn-inverse:active,
#stacks_in_69013 .btn-inverse.active {
  background-color: #080808 \9;
}

button#stacks_in_69013 .btn,
input[type="submit"]#stacks_in_69013 .btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button#stacks_in_69013 .btn::-moz-focus-inner,
input[type="submit"]#stacks_in_69013 .btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button#stacks_in_69013 .btn#stacks_in_69013 .btn-large,
input[type="submit"]#stacks_in_69013 .btn#stacks_in_69013 .btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button#stacks_in_69013 .btn#stacks_in_69013 .btn-small,
input[type="submit"]#stacks_in_69013 .btn#stacks_in_69013 .btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button#stacks_in_69013 .btn#stacks_in_69013 .btn-mini,
input[type="submit"]#stacks_in_69013 .btn#stacks_in_69013 .btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

#stacks_in_69013 .btn-link,
#stacks_in_69013 .btn-link:active,
#stacks_in_69013 .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#stacks_in_69013 .btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#stacks_in_69013 .btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

#stacks_in_69013 .btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

