
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_387 #myExtraContent2,
#ExtraContentPlusstacks_in_387 #fs {
	display: none;
}

#stacks_in_455>.s3_row {
	margin: 0 -20px;
}

#stacks_in_455>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_455>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_455>.s3_row>.s3_column {
	padding: 0 20px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_455>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_455>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}






#stacks_in_399 {
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_458 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_458 {
		display: none !important;
	}
}
/**
 * @name    Ribbon Stack
 * @author    Futural UG (haftungsbeschraenkt)
 * @version   1.0.0
 * @url     http://instacks.com/ribbonstack
 */

/**
 * Reference:
 * http://css-tricks.com/snippets/css/corner-ribbon/
 * http://jsfiddle.net/chriscoyier/H6rQ6/1/
 */

/*
.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
*/

.wrapper {
}

.ribbon-wrapper-stacks_in_495 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-stacks_in_495 {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #000000;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-stacks_in_495:before, .ribbon-stacks_in_495:after {
  content: "";
  border-top:   5px solid #6E8900;   
  border-left:  5px solid transparent;
  border-right: 5px solid transparent;
  position:absolute;
  bottom: -5px;
}

.ribbon-stacks_in_495:before {
  left: 0;
}
.ribbon-stacks_in_495:after {
  right: 0;
}
#stacks_in_404 {
	background-color: rgba(254, 204, 102, 0.31);
	border: solid rgba(128, 0, 2, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_460 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_460 {
		display: none !important;
	}
}
#stacks_in_501 .stacks_in_501-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_501 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_501 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_501 .stacks_in_501-button,
#stacks_in_501 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_501 {
		text-align: center;
	}




	#stacks_in_501 .stacks_in_501-button {
		width: 320px;
	}






#stacks_in_501 a.stacks_in_501-button, #stacks_in_501 a.stacks_in_501-button:visited, #stacks_in_501 a.stacks_in_501-button:hover, #stacks_in_501 a.stacks_in_501-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_501 .stacks_in_501-button {
		
			background-color: #008080;
		
	}

	#stacks_in_501 a.stacks_in_501-button, #stacks_in_501 a.stacks_in_501-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_501 a.stacks_in_501-button:hover, #stacks_in_501 a.stacks_in_501-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_501 .button_icon {
		
			background-color: #800002;
		
	}

	#stacks_in_501 a.stacks_in_501-button:hover .button_icon, #stacks_in_501 a.stacks_in_501-button:active .button_icon {
		
			background-color: #941416;
				
	}
	



#stacks_in_501 {
	margin:  10px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_502 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_502 {
		display: none !important;
	}
}
#stacks_in_500 .stacks_in_500-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_500 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_500 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_500 .stacks_in_500-button,
#stacks_in_500 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_500 {
		text-align: center;
	}




	#stacks_in_500 .stacks_in_500-button {
		width: 320px;
	}






#stacks_in_500 a.stacks_in_500-button, #stacks_in_500 a.stacks_in_500-button:visited, #stacks_in_500 a.stacks_in_500-button:hover, #stacks_in_500 a.stacks_in_500-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_500 .stacks_in_500-button {
		
			background-color: #008080;
		
	}

	#stacks_in_500 a.stacks_in_500-button, #stacks_in_500 a.stacks_in_500-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_500 a.stacks_in_500-button:hover, #stacks_in_500 a.stacks_in_500-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_500 .button_icon {
		
			background-color: #800002;
		
	}

	#stacks_in_500 a.stacks_in_500-button:hover .button_icon, #stacks_in_500 a.stacks_in_500-button:active .button_icon {
		
			background-color: #941416;
				
	}
	



#stacks_in_500 {
	margin:  10px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_489 {
	height: 40.00px;
}




























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

#stacks_in_394 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 2px 0px;
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_388 {
	height: 40.00px;
}




























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

#stacks_out_402 {
	width: 90%;
}





#stacks_in_490 .splide__track {
	overflow: hidden !important;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(1turn)
	}
}

#stacks_in_490 .splide__container {
	position: relative;
	box-sizing: border-box
}

#stacks_in_490 .splide__list {
	margin: 0 !important;
	padding: 0 !important;
	will-change: transform;

}


#stacks_in_490 .splide__track > .splide__list > .splide__slide {
	transform: translate3d(0px,0,0);
	-webkit-transform: translate3d(0px,0,0);
	-moz-transform: translate3d(0px,0,0);
	-ms-transform: translate3d(0px,0,0);
	-o-transform: translate3d(0px,0,0);
	will-change: inherit;
}

#stacks_in_490 .splide.is-active .splide__list {
	display: flex
}

#stacks_in_490 .splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0
}

#stacks_in_490 .splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0
}

#stacks_in_490 .splide {
/* 	visibility: hidden */
}

#stacks_in_490 .splide,
#stacks_in_490 .splide__slide {
	position: relative;
	outline: none
}

#stacks_in_490 .splide__slide {
	box-sizing: border-box;
	list-style-type: none !important;
	margin: 0;
	flex-shrink: 0
}

#stacks_in_490 .splide__slide img {
	vertical-align: bottom
}

#stacks_in_490 .splide__slider {
	position: relative
}

#stacks_in_490 .splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite
}

#stacks_in_490 .splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden
}

#stacks_in_490 .splide--draggable>.splide__track>.splide__list>.splide__slide {
	-webkit-user-select: none;
	user-select: none
}

#stacks_in_490 .splide--fade>.splide__track>.splide__list {
	display: block
}

#stacks_in_490 .splide--fade>.splide__track>.splide__list>.splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0
}

#stacks_in_490 .splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1
}

#stacks_in_490 .splide--rtl {
	direction: rtl
}

#stacks_in_490 .splide--ttb>.splide__track>.splide__list {
	display: block
}

#stacks_in_490 .splide--ttb>.splide__pagination {
	width: auto
}

#stacks_in_490 .splide__arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	
	border-radius: 50%;
	
	
	
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	background: rgba(255, 255, 255, 0.75);
	
	transition-duration: 200ms;
	transition-property: box-shadow;
	transition-timing-function: ease-out;
}

#stacks_in_490 .splide__arrow svg {
	width: 1.2em;
	height: 1.2em;
	fill: rgba(27, 28, 29, 1.00);
}

#stacks_in_490 .splide__arrow:hover {
	cursor: pointer;
	
}

#stacks_in_490 .splide__arrow:focus {
	outline: none
}

#stacks_in_490 .splide__arrow--prev {
	left: 1em
}

#stacks_in_490 .splide__arrow--prev svg {
	transform: scaleX(-1)
}

#stacks_in_490 .splide__arrow--next {
	right: 1em
}

#stacks_in_490 .splide__pagination {
	position: absolute;
	z-index: 1;
	bottom: .5em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0
}

#stacks_in_490 .splide__pagination__page {
	display: inline-block;
	background: rgba(220, 220, 220, 1.00);
	border-radius: 50%;
	margin: 3px;
	padding: 0;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-property: transform, width;
	border: none;
}

#stacks_in_490 .splide__pagination__page.is-active {
	background: rgba(245, 137, 153, 1.00);
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-property: transform, width;
}

#stacks_in_490 .splide__pagination__page:hover {
	background: rgba(245, 137, 153, 1.00);
	cursor: pointer;
}

#stacks_in_490 .splide__pagination__page:focus {
	outline: none
}

#stacks_in_490 .splide__progress__bar {
	width: 0;
	height: 4px;
	background: #F48999;
}

#stacks_in_490 .splide--nav>.splide__track>.splide__list>.splide__slide {
	border: 3px solid transparent
}

#stacks_in_490 .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border-color: #000
}

#stacks_in_490 .splide--nav>.splide__track>.splide__list>.splide__slide:focus {
	outline: none
}

#stacks_in_490 .splide--rtl>.splide__arrows .splide__arrow--prev,
#stacks_in_490 .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
	right: 1em;
	left: auto
}

#stacks_in_490 .splide--rtl>.splide__arrows .splide__arrow--prev svg,
#stacks_in_490 .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1)
}

#stacks_in_490 .splide--rtl>.splide__arrows .splide__arrow--next,
#stacks_in_490 .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto
}

#stacks_in_490 .splide--rtl>.splide__arrows .splide__arrow--next svg,
#stacks_in_490 .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1)
}

#stacks_in_490 .splide--ttb>.splide__arrows .splide__arrow,
#stacks_in_490 .splide--ttb>.splide__track>.splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

#stacks_in_490 .splide--ttb>.splide__arrows .splide__arrow--prev,
#stacks_in_490 .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
	top: 1em
}

#stacks_in_490 .splide--ttb>.splide__arrows .splide__arrow--prev svg,
#stacks_in_490 .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

#stacks_in_490 .splide--ttb>.splide__arrows .splide__arrow--next,
#stacks_in_490 .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
	top: auto;
	bottom: 1em
}

#stacks_in_490 .splide--ttb>.splide__arrows .splide__arrow--next svg,
#stacks_in_490 .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg)
}

#stacks_in_490 .splide--ttb>.splide__pagination {
	display: flex;
	flex-direction: column;
	bottom: 50%;
	left: auto;
	right: .5em;
	transform: translateY(50%)
}

#stacks_in_490 .splide__slide--has-video {
	cursor: pointer
}

#stacks_in_490 .splide__slide--has-video:hover .splide__video__play {
	opacity: 1
}

#stacks_in_490 .splide__slide__container--has-video {
	cursor: pointer;
	position: relative
}

#stacks_in_490 .splide__slide__container--has-video:hover .splide__video__play {
	opacity: 1
}

#stacks_in_490 .splide__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	background: #000 */
}

#stacks_in_490 .splide__video__wrapper {
	background: #000;
}

#stacks_in_490 .splide__video div {
	height: 100%
}

#stacks_in_490 .splide__video iframe,
#stacks_in_490 .splide__video video {
	width: 100%;
	height: 100%
}

#stacks_in_490 .splide__video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(27, 28, 29, 0.75);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	
	transition-duration: 200ms;
	transition-property: box-shadow;
	transition-timing-function: ease-out;
}

#stacks_in_490 .splide__video__play:hover {
	
	transition-duration: 200ms;
	transition-property: box-shadow;
	transition-timing-function: ease-out;
}


#stacks_in_490 .splide__video__play:after {
	content: "";
	display: inline-block;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
	border-style: solid;
	border-width: 9px 0 9px 17px;
	margin-left: 4px
}

#stacks_in_490 .splide__video__play:hover {
	background: rgba(249, 158, 168, 0.90);
}

#stacks_in_490 .splide__video__play:hover:after {
	border-color: transparent transparent transparent rgba(255, 255, 255, 1.00);
}


#stacks_in_490 .splide__slide.is-active,
#stacks_in_490 .splide__slide.is-active img {
}




@media (max-width: 47.9375em) {
	#stacks_in_490 .splide {
		
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		
	}
	
	#stacks_in_490 .splide__arrow {
		
		width: 30px;
		height: 30px;
	}
	
	#stacks_in_490 .splide__pagination__page {
		
		height: 10px;
		width: 10px;
		
	}
	
	#stacks_in_490 .splide__pagination__page.is-active {
		
	}
	
	#stacks_in_490 .splide__slide,
	#stacks_in_490 .splide__video,
	#stacks_in_490 .splide__video iframe {
		border-radius: 0px;
	}
	
	

		
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_490 .splide {
		
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		
	}
	
	#stacks_in_490 .splide__arrow {
		
		width: 40px;
		height: 40px;
	}
	
	#stacks_in_490 .splide__pagination__page {
		
		height: 10px;
		width: 10px;
		
	}
	
	#stacks_in_490 .splide__pagination__page.is-active {
		
	}
	
	#stacks_in_490 .splide__slide,
	#stacks_in_490 .splide__video,
	#stacks_in_490 .splide__video iframe {
		border-radius: 0px;
	}

	

}

@media (min-width: 62em) {
	#stacks_in_490 .splide {
		
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		
	}
	
	#stacks_in_490 .splide__arrow {
		
		width: 40px;
		height: 40px;
	}	
	
	#stacks_in_490 .splide__pagination__page {
		
		height: 10px;
		width: 10px;
		
	}
	
	#stacks_in_490 .splide__pagination__page.is-active {
		
	}

	#stacks_in_490 .splide__slide,
	#stacks_in_490 .splide__video,
	#stacks_in_490 .splide__video iframe {
		border-radius: 0px;
	}

	

}




#stacks_in_490 .splide {
	position: relative;
}

#stacks_in_490 .splide__slide.is-active {
	transition-duration: 300ms;
	transition-property: all;
}


#stacks_in_490 .splide__slide {
	
		
	
	filter:     contrast(100%);

}

#stacks_in_490 .splide__slide.is-active {
	opacity: 1;
	filter: blur(0) saturate(1) grayscale(0) sepia(0);
}

#stacks_in_490 .orbit__img__slide img,
#stacks_in_490 .orbit__video__slide img {
	width: 100%;
	height: auto;
}

#stacks_in_490 .splide__slide,
#stacks_in_490 .splide__video,
#stacks_in_490 .splide__video iframe {
	overflow: hidden;
}




#stacks_in_409 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: center;
}


#stacks_in_409 a,
#stacks_in_409 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 4px;
  
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_409 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_409 a i,
#stacks_in_409 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_409 a,
  #stacks_in_409 a:visited {
    background-color: rgba(128, 0, 2, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_409 a:hover,
  #stacks_in_409 a:active {
    background-color: rgba(64, 128, 2, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_409 a i,
  #stacks_in_409 a:visited i {
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_409 a:hover i,
  #stacks_in_409 a:active i {
    background-color: rgba(128, 128, 4, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_409 a,
  #stacks_in_409 a:visited {
    width: 320px;
  }

  









#stacks_in_409 {
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_453 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_453 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_225 #myExtraContent3,
#ExtraContentPlusstacks_in_225 #fs {
	display: none;
}


#stacks_out_415 {
	width: 79%;
}

#stacks_in_166 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_299 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 2px 0px;
	margin:  20px;
	padding:  20px;
}

#stacks_in_91 {
	margin:  20px;
	padding:  20px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_175 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_175 .theDivider1,
#simpleDivider_stacks_in_175 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_175 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_175.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_175.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_175 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_175.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_175.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_175.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_175.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_175 {
	margin:  20px;
	padding:  20px;
}
/* -- Start Tabloid Each css Template -- */



#stacks_in_159, #stacks_in_159 .stacks_in, #stacks_in_159 .stacks_out {
	overflow: visible !important;
}

.stacks_in_159tabloid {
	-webkit-columns: 300x;
	-moz-columns: 300px;
	columns: 300px;
	
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;

	-webkit-column-rule: 1px solid rgba(0, 0, 0, 0.30); /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid rgba(0, 0, 0, 0.30); /* Firefox */
	column-rule: 1px solid rgba(0, 0, 0, 0.30);
}





/* -- End Tabloid Each css Template -- *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_301 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_301 .theDivider1,
#simpleDivider_stacks_in_301 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_301 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_301.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_301.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_301 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_301.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_301.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_301.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_301.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_301 {
	margin:  20px;
	padding:  20px;
}

#stacks_out_432 {
	width: 80%;
}

#stacks_in_310 {
	margin:  20px;
}

#stacks_in_315 {
	margin:  20px;
}

#stacks_in_308 {
	margin:  20px;
}
#stacks_in_431 .stacks_in_431-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_431 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_431 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_431 .stacks_in_431-button,
#stacks_in_431 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_431 {
		text-align: center;
	}




	#stacks_in_431 .stacks_in_431-button {
		width: 320px;
	}






#stacks_in_431 a.stacks_in_431-button, #stacks_in_431 a.stacks_in_431-button:visited, #stacks_in_431 a.stacks_in_431-button:hover, #stacks_in_431 a.stacks_in_431-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_431 .stacks_in_431-button {
		
			background-color: #008080;
		
	}

	#stacks_in_431 a.stacks_in_431-button, #stacks_in_431 a.stacks_in_431-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_431 a.stacks_in_431-button:hover, #stacks_in_431 a.stacks_in_431-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_431 .button_icon {
		
			background-color: #66FFCC;
		
	}

	#stacks_in_431 a.stacks_in_431-button:hover .button_icon, #stacks_in_431 a.stacks_in_431-button:active .button_icon {
		
			background-color: #7AFFE0;
				
	}
	



#stacks_in_431 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_177 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 2px 0px;
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_164 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_164 {
		display: none !important;
	}
}
/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/

	@font-face {
		font-family: 'Lora';
		src: url('../files/lora-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Montserrat';
		src: url('../files/montserrat-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src: url('../files/opensans-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Roboto Slab';
		src: url('../files/robotoslab-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}


ul#stacks_in_317_accordion {
	display: block;
	list-style: none;
	border-radius: 4px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

ul#stacks_in_317_accordion > li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

#stacks_in_317 .hide_toggle {
	display: none;
}


/* Label Font Choices */

	ul#stacks_in_317_accordion .accordion_label {
		font-family: 'Open Sans', sans-serif;
	}















/* Content Font Choices */

	ul#stacks_in_317_accordion .accordion_content {
		font-family: 'Open Sans', sans-serif;
	}









ul#stacks_in_317_accordion .accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

ul#stacks_in_317_accordion .accordion_label i {
}

ul#stacks_in_317_accordion .stacks_in_317_accordion_selectedarrow_icon {
}

ul#stacks_in_317_accordion .accordion_content {
	
		padding: 40px;
	

}

ul#stacks_in_317_accordion li:last-child .accordion_content {
}

ul#stacks_in_317_accordion  .accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
	
		position: absolute;
		right: 20px;
		top: 15px;
		margin-right: 0px;
	
	
}

ul#stacks_in_317_accordion .accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

ul#stacks_in_317_accordion .stacks_in_317_accordion_selectedarrow_icon .accordion_icon i {
	
}

#stacks_in_317_open_all {
	cursor: pointer;
	font-size: 20px;
	
	
	margin-top: 12px;
	

}

#stacks_in_317 .show_all_alignment {
	text-align: left;
	
	
}



/* ------------------------------------*/
/* Accordion Styles                    */
/* ------------------------------------*/

/* Ghost */
	ul#stacks_in_317_accordion.ghost {
		border: 1px solid #d4d4d4;
	}

	ul#stacks_in_317_accordion.ghost .accordion_label {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_317_accordion.ghost .stacks_in_317_accordion_selectedarrow_icon {
		background-color: #f2f2f2;
	}

	ul#stacks_in_317_accordion.ghost .accordion_content {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_317_accordion.ghost li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_317_accordion.ghost li:last-child .accordion_content {
		border-bottom: none;
	}



/* Dark Grey */
	ul#stacks_in_317_accordion.dark_grey {
		border: 1px solid #adadad;
	}

	ul#stacks_in_317_accordion.dark_grey .accordion_label {
		color: #FCFEF9;
		border-bottom: 1px solid #4E4F54;
		background: rgb(108,109,113); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmQ3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRmNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(108,109,113,1) 0%, rgba(78,79,84,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,109,113,1)), color-stop(100%,rgba(78,79,84,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6d71', endColorstr='#4e4f54',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_317_accordion.dark_grey .stacks_in_317_accordion_selectedarrow_icon {
		color: #4E4F54;
		border-bottom: 1px solid #adadad;
		background: rgb(238,238,238); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_317_accordion.dark_grey .accordion_content {
		color: #434343;
		border-bottom: 1px solid #adadad;
		background-color: #EFEFEF;
	}

	ul#stacks_in_317_accordion.dark_grey li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #adadad;
	}

	ul#stacks_in_317_accordion.dark_grey li:last-child .accordion_content {
		border-bottom: none;
	}




/* Light Blue */
	ul#stacks_in_317_accordion.light_blue {
		border: 1px solid #E6E6E6;
	}

	ul#stacks_in_317_accordion.light_blue .accordion_label {
		color: #939496;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #dedede;
		background: rgb(244,249,249); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: rgb(239,239,239); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_317_accordion.light_blue .stacks_in_317_accordion_selectedarrow_icon {
		color: #fff;
		border-top: 1px solid #98eaff;
		border-bottom: 1px solid #1EB0F4;
		background: rgb(36,210,253); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ZDJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMGJlZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(36,210,253,1) 0%, rgba(32,190,252,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,210,253,1)), color-stop(100%,rgba(32,190,252,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d2fd', endColorstr='#20befc',GradientType=0 ); /* IE6-8 */
	}


	ul#stacks_in_317_accordion.light_blue .accordion_content {
		background: #d6d6d6;
		color: #3E3E3E;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
		border-bottom: 1px solid #E6E6E6;
	}

	ul#stacks_in_317_accordion.light_blue li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #1EB0F4;
	}

	ul#stacks_in_317_accordion.light_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Teal */
	ul#stacks_in_317_accordion.flat_teal {
		border: 1px solid #E2E2E2;
	}

	ul#stacks_in_317_accordion.flat_teal .accordion_label {
		color: #ABABAB;
		background: #FFFFFF;
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_317_accordion.flat_teal .stacks_in_317_accordion_selectedarrow_icon {
		color: #fff;
		background: #61BBC3;
		border-bottom: 1px solid #61BBC3;
	}

	ul#stacks_in_317_accordion.flat_teal .accordion_content {
		background: #576465;
		color: #dfdfdf;
		border-bottom: 1px solid #E2E2E2;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
	}

	ul#stacks_in_317_accordion.flat_teal li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_317_accordion.flat_teal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Blue Grey */
	ul#stacks_in_317_accordion.blue_grey {
		border: 1px solid #2D2E32;
	}

	ul#stacks_in_317_accordion.blue_grey .accordion_label {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-top: 1px solid #606872;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_317_accordion.blue_grey .stacks_in_317_accordion_selectedarrow_icon {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_317_accordion.blue_grey .accordion_content {
		background: #363D45;
		color: #C4C5C9;
		border-bottom: 1px solid #2D2E32;
		box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.25);
	}

	ul#stacks_in_317_accordion.blue_grey li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #212226;
	}

	ul#stacks_in_317_accordion.blue_grey li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Orange */
	ul#stacks_in_317_accordion.flat_orange {
	}

	ul#stacks_in_317_accordion.flat_orange .accordion_label {
		color: #F6F1E3;
		background: #DC614F;
	}

	ul#stacks_in_317_accordion.flat_orange .stacks_in_317_accordion_selectedarrow_icon {
		color: #F6F1E3;
		background: #DC614F;
		border-bottom: 2px solid #B94537;
	}

	ul#stacks_in_317_accordion.flat_orange .accordion_content {
		background: #CC5545;
		color: #FCE1DB;
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_317_accordion.flat_orange li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_317_accordion.flat_orange li:last-child .accordion_content {
		border-bottom: none;
	}



/* Forest Green */
	ul#stacks_in_317_accordion.forest_green {
	}

	ul#stacks_in_317_accordion.forest_green .accordion_label {
		color: #99C676;
		background: #679341;
		border-top: 1px solid #96BE74;
		border-bottom: 1px solid #425F2E;
	}

	ul#stacks_in_317_accordion.forest_green .stacks_in_317_accordion_selectedarrow_icon {
		color: #384D24;
		background: #95BF70;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_317_accordion.forest_green .accordion_content {
		background: #394D27;
		color: #F0F8E7;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_317_accordion.forest_green li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_317_accordion.forest_green li:last-child .accordion_content {
		border-bottom: none;
	}



/* Earthy */
	ul#stacks_in_317_accordion.earthy {
		border: 1px solid #645B51;
	}

	ul#stacks_in_317_accordion.earthy .accordion_label {
		color: #F7E7D4;
		background: #806F63;
		border-top: 1px solid #908279;
		border-bottom: 1px solid #645B51;
	}

	ul#stacks_in_317_accordion.earthy .stacks_in_317_accordion_selectedarrow_icon {
		color: #F7E7D5;
		background: #D95943;
		border-top: 1px solid #E58669;
		border-bottom: 2px solid #D01C1F;
	}

	ul#stacks_in_317_accordion.earthy .accordion_content {
		background: #645548;
		color: #c4bcb1;
		border-bottom: 1px solid #52453b;
	}

	ul#stacks_in_317_accordion.earthy li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_317_accordion.earthy li:last-child .accordion_content {
		border-bottom: none;
	}



/* Purple Power */
	ul#stacks_in_317_accordion.purple_power {
	}

	ul#stacks_in_317_accordion.purple_power .accordion_label {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #a45693;
	}

	ul#stacks_in_317_accordion.purple_power .stacks_in_317_accordion_selectedarrow_icon {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_317_accordion.purple_power .accordion_content {
		background: #6B4E99;
		color: #fff;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_317_accordion.purple_power li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_317_accordion.purple_power li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bold Blue */
	ul#stacks_in_317_accordion.bold_blue {
		border: 1px solid #DBDBDB;
	}

	ul#stacks_in_317_accordion.bold_blue .accordion_label {
	  color: #333333;
	  background-color: #f5f5f5;
	  *background-color: #e6e6e6;
	  background-image: -moz-linear-gradient(top, #ffffff, #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-repeat: repeat-x;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #DBDBDB;
	}

	ul#stacks_in_317_accordion.bold_blue .stacks_in_317_accordion_selectedarrow_icon {
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #006dcc;
	  *background-color: #0044cc;
	  background-image: -moz-linear-gradient(top, #0088cc, #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-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		border-top: 1px solid #0d93d6;
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_317_accordion.bold_blue .accordion_content {
		background: rgb(247,247,247); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
		color: #434343;
		border-bottom: 1px solid #e2e2e2;
	}

	ul#stacks_in_317_accordion.bold_blue li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_317_accordion.bold_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Baby Blue */
	ul#stacks_in_317_accordion.baby_blue {
		border: 1px solid #C4CDDF;
	}

	ul#stacks_in_317_accordion.baby_blue .accordion_label {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_317_accordion.baby_blue .stacks_in_317_accordion_selectedarrow_icon {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_317_accordion.baby_blue .accordion_content {
		background: #F8F8F8;
		color: #797979;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_317_accordion.baby_blue li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_317_accordion.baby_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Shamrock */
	ul#stacks_in_317_accordion.shamrock {
	}

	ul#stacks_in_317_accordion.shamrock .accordion_label {
		color: #FFFFFF;
		background: #3EBF9C;
		border-bottom: 1px solid #2ba483;
	}

	ul#stacks_in_317_accordion.shamrock .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_317_accordion.shamrock .accordion_content {
		background: #2F3D4F;
		color: #EFF3F3;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_317_accordion.shamrock li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_317_accordion.shamrock li:last-child .accordion_content {
		border-bottom: none;
	}



/* Crimson */
	ul#stacks_in_317_accordion.crimson {
		border: 1px solid #000000;
	}

	ul#stacks_in_317_accordion.crimson .accordion_label {
		color: #EEFFFF;
		background: #222222;
		border-bottom: 1px solid #000000;
	}

	ul#stacks_in_317_accordion.crimson .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_317_accordion.crimson .accordion_content {
		background: #000000;
		color: #999999;
	}

	ul#stacks_in_317_accordion.crimson li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_317_accordion.crimson li:last-child .accordion_content {
		border-bottom: none;
	}



/* Gun Metal */
	ul#stacks_in_317_accordion.gun_metal {
	}

	ul#stacks_in_317_accordion.gun_metal .accordion_label {
		color: #F7F8F8;
		background: #47545E;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_317_accordion.gun_metal .stacks_in_317_accordion_selectedarrow_icon {
		color: #3A4753;
		background: #49A2E0;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_317_accordion.gun_metal .accordion_content {
		background: #3C474F;
		color: #F8F9F9;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_317_accordion.gun_metal li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_317_accordion.gun_metal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bright Blue */
	ul#stacks_in_317_accordion.bright_blue {
		border: 1px solid #E0E9ED;
	}

	ul#stacks_in_317_accordion.bright_blue .accordion_label {
		color: #5C7F89;
		background: #FFFFFF;
		border-bottom: 1px solid #E0E9ED;
	}

	ul#stacks_in_317_accordion.bright_blue .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #1FBDD0;
		border-bottom: none;
	}

	ul#stacks_in_317_accordion.bright_blue .accordion_content {
		background: #E0E9ED;
		color: #668b94;
	}

	ul#stacks_in_317_accordion.bright_blue li:last-child .stacks_in_317_accordion_selectedarrow_icon {
	}

	ul#stacks_in_317_accordion.bright_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Pinky */
	ul#stacks_in_317_accordion.pinky {
	}

	ul#stacks_in_317_accordion.pinky .accordion_label {
		color: #695E5D;
		background: #F1C1BC;
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_317_accordion.pinky .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #F1A7AC;
		border-bottom: 1px solid #d79498;
	}

	ul#stacks_in_317_accordion.pinky .accordion_content {
		background: #EFE8D4;
		color: #837974;
	}

	ul#stacks_in_317_accordion.pinky li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_317_accordion.pinky li:last-child .accordion_content {
		border-bottom: none;
	}



/* Tesla */
	ul#stacks_in_317_accordion.tesla {
	}

	ul#stacks_in_317_accordion.tesla .accordion_label {
		color: #ffffff;
		background: #B48ECB;
		border-bottom: 1px solid #9a73b2;
		border-top: 1px solid #c9aadc;
	}

	ul#stacks_in_317_accordion.tesla .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #67487C;
		border-bottom: 1px solid #573769;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_317_accordion.tesla .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #9a73b2;
	}

	ul#stacks_in_317_accordion.tesla li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_317_accordion.tesla li:last-child .accordion_content {
		border-bottom: none;
	}



/* Rustic */
	ul#stacks_in_317_accordion.rustic {
	}

	ul#stacks_in_317_accordion.rustic .accordion_label {
		color: #ffffff;
		background: #A6C8A7;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_317_accordion.rustic .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #585858;
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_317_accordion.rustic .accordion_content {
		background: #EDEDED;
		color: #414141;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_317_accordion.rustic li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_317_accordion.rustic li:last-child .accordion_content {
		border-bottom: none;
	}



/* Ruby */
	ul#stacks_in_317_accordion.ruby {
	}

	ul#stacks_in_317_accordion.ruby .accordion_label {
		color: #ffffff;
		background: #D9385A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_317_accordion.ruby .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #BF0740;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_317_accordion.ruby .accordion_content {
		background: #ededed;
		color: #7A7A7A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_317_accordion.ruby li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_317_accordion.ruby li:last-child .accordion_content {
		border-bottom: none;
	}



/* Feather */
	ul#stacks_in_317_accordion.feather {
	}

	ul#stacks_in_317_accordion.feather .accordion_label {
		color: #ffffff;
		background: #DC8364;
		border-bottom: 1px solid #D66C5A;
	}

	ul#stacks_in_317_accordion.feather .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #3EBF9C;
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_317_accordion.feather .accordion_content {
		background: #E3DFDE;
		color: #7A7A7A;
		border-bottom: 1px solid #D46C5D;
	}

	ul#stacks_in_317_accordion.feather li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_317_accordion.feather li:last-child .accordion_content {
		border-bottom: none;
	}



/* Abstract */
	ul#stacks_in_317_accordion.abstract {
	}

	ul#stacks_in_317_accordion.abstract .accordion_label {
		color: #ffffff;
		background: #2C2B2C;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_317_accordion.abstract .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #D6395C;
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_317_accordion.abstract .accordion_content {
		background: #1B1A1D;
		color: #CDCDCD;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_317_accordion.abstract li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_317_accordion.abstract li:last-child .accordion_content {
		border-bottom: none;
	}




/* Hive */
	ul#stacks_in_317_accordion.hive {
	}

	ul#stacks_in_317_accordion.hive .accordion_label {
		color: #ffffff;
		background: #F28753;
		border-bottom: 1px solid #CB6B22;
	}

	ul#stacks_in_317_accordion.hive .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #29BB9C;
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_317_accordion.hive .accordion_content {
		background: #FAEBE2;
		color: #646464;
		border-bottom: 1px solid #FAEBE3;
	}

	ul#stacks_in_317_accordion.hive li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_317_accordion.hive li:last-child .accordion_content {
		border-bottom: none;
	}




/* Navigator */
	ul#stacks_in_317_accordion.navigator {
	}

	ul#stacks_in_317_accordion.navigator .accordion_label {
		color: #ffffff;
		background: #63b8f5;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1N2EyZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #63b8f5 0%, #57a2f6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b8f5), color-stop(100%,#57a2f6));
		background: -webkit-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -o-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -ms-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: linear-gradient(to bottom,  #63b8f5 0%,#57a2f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b8f5', endColorstr='#57a2f6',GradientType=0 );
		border-bottom: 1px solid #559dee;
		border-top: 1px solid #81caff;
	}

	ul#stacks_in_317_accordion.navigator .stacks_in_317_accordion_selectedarrow_icon {
		color: #1858a1;
		background: #469af4;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2OWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmFjZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #469af4 0%, #46acf4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#469af4), color-stop(100%,#46acf4));
		background: -webkit-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -o-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -ms-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: linear-gradient(to bottom,  #469af4 0%,#46acf4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469af4', endColorstr='#46acf4',GradientType=0 );
		border-bottom: 1px solid #4289da;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_317_accordion.navigator .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #81caff;
	}

	ul#stacks_in_317_accordion.navigator li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_317_accordion.navigator li:last-child .accordion_content {
		border-bottom: none;
	}



/* Majestic */
	ul#stacks_in_317_accordion.majestic {
	}

	ul#stacks_in_317_accordion.majestic .accordion_label {
		color: #ffffff;
		background: #4AC7CB;
		border-bottom: 1px solid #3aabaf;
	}

	ul#stacks_in_317_accordion.majestic .stacks_in_317_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE425A;
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_317_accordion.majestic .accordion_content {
		background: #f4f4f4;
		color: #7A7A7A;
		border-bottom: 1px solid #e8e8e8;
	}

	ul#stacks_in_317_accordion.majestic li:last-child .stacks_in_317_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_317_accordion.majestic li:last-child .accordion_content {
		border-bottom: none;
	}



/* END OF STYLES */



/* CUSTOM */







/* ------------------------------------*/
/* Media Queries                       */
/* ------------------------------------*/


@media only screen {
	ul#stacks_in_317_accordion .accordion_label {
		font-size: 20px;
	}

	ul#stacks_in_317_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 60px;
		
		
	}

}

@media only screen and (max-width: 1024px) {
	ul#stacks_in_317_accordion .accordion_label {
		font-size: 18px;
	}

	ul#stacks_in_317_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 60px;
		
		
	}
}

@media only screen and (max-width: 768px) {
	ul#stacks_in_317_accordion .accordion_label {
		font-size: 16px;
	}

	ul#stacks_in_317_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 50px;
		
		
	}
}

@media only screen and (max-width: 480px) {
	ul#stacks_in_317_accordion .accordion_label {
		font-size: 14px;
	}

	ul#stacks_in_317_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 50px;
		
		
	}
}

#stacks_in_186>.s3_row {
	margin: 0 -10px;
}

#stacks_in_186>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_186>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_186>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_186>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_186>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_186 {
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_194 {
	height: 40.00px;
}




























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

#stacks_in_277 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_209>.s3_row {
	margin: 0 -10px;
}

#stacks_in_209>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_209>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_209>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_209>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_209>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_209 {
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_283 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_213 {
	height: 40.00px;
}




























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

#stacks_in_279 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_217>.s3_row {
	margin: 0 -10px;
}

#stacks_in_217>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_217>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_217>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_217>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_217>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_217 {
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_284 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_221 {
	height: 40.00px;
}




























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

#stacks_in_281 {
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_478 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_478 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_332 #myExtraContent4,
#ExtraContentPlusstacks_in_332 #fs {
	display: none;
}


#stacks_in_346 {
	margin:  20px;
	padding:  20px;
}

#stacks_out_429 {
	width: 80%;
}

#stacks_in_342 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 2px 0px;
	margin:  20px;
	padding:  20px;
}

#stacks_in_349 {
	padding:  20px;
}

#stacks_in_362 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 10px;
	padding:  20px;
}

#stacks_in_354 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_360 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 10px;
	padding:  20px;
}
#stacks_in_356>.s3_row {
	margin: 0 -10px;
}

#stacks_in_356>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_356>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_356>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_356>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_356>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_356>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_356 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_373 {
	margin:  20px;
}

#stacks_in_379 {
	margin:  20px;
}

#stacks_in_375 {
	margin:  20px;
}

#stacks_in_377 {
	margin:  20px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_411_2 #myExtraContent6,
#ExtraContentPlusstacks_in_411_2 #fs {
	display: none;
}

#stacks_in_411_7>.s3_row {
	margin: 0 -10px;
}

#stacks_in_411_7>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_411_7>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_411_7>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_411_7>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_411_7>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_411_9 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}
#stacks_in_411_22 .stacks_in_411_22-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_411_22 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_411_22 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_411_22 .stacks_in_411_22-button,
#stacks_in_411_22 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_411_22 {
		text-align: center;
	}




	#stacks_in_411_22 .stacks_in_411_22-button {
		width: 320px;
	}






#stacks_in_411_22 a.stacks_in_411_22-button, #stacks_in_411_22 a.stacks_in_411_22-button:visited, #stacks_in_411_22 a.stacks_in_411_22-button:hover, #stacks_in_411_22 a.stacks_in_411_22-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_411_22 .stacks_in_411_22-button {
		
			background-color: #008080;
		
	}

	#stacks_in_411_22 a.stacks_in_411_22-button, #stacks_in_411_22 a.stacks_in_411_22-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_411_22 a.stacks_in_411_22-button:hover, #stacks_in_411_22 a.stacks_in_411_22-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_411_22 .button_icon {
		
			background-color: #66FFCC;
		
	}

	#stacks_in_411_22 a.stacks_in_411_22-button:hover .button_icon, #stacks_in_411_22 a.stacks_in_411_22-button:active .button_icon {
		
			background-color: #7AFFE0;
				
	}
	



#stacks_in_411_22 {
	margin:  10px;
	padding:  20px;
}
#stacks_in_411_12 .stacks_in_411_12-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_411_12 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_411_12 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_411_12 .stacks_in_411_12-button,
#stacks_in_411_12 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_411_12 {
		text-align: center;
	}




	#stacks_in_411_12 .stacks_in_411_12-button {
		width: 320px;
	}






#stacks_in_411_12 a.stacks_in_411_12-button, #stacks_in_411_12 a.stacks_in_411_12-button:visited, #stacks_in_411_12 a.stacks_in_411_12-button:hover, #stacks_in_411_12 a.stacks_in_411_12-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_411_12 .stacks_in_411_12-button {
		
			background-color: #008080;
		
	}

	#stacks_in_411_12 a.stacks_in_411_12-button, #stacks_in_411_12 a.stacks_in_411_12-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_411_12 a.stacks_in_411_12-button:hover, #stacks_in_411_12 a.stacks_in_411_12-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_411_12 .button_icon {
		
			background-color: #66FFCC;
		
	}

	#stacks_in_411_12 a.stacks_in_411_12-button:hover .button_icon, #stacks_in_411_12 a.stacks_in_411_12-button:active .button_icon {
		
			background-color: #7AFFE0;
				
	}
	



#stacks_in_411_12 {
	margin:  10px;
	padding:  20px;
}
#stacks_in_411_13 .stacks_in_411_13-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_411_13 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_411_13 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_411_13 .stacks_in_411_13-button,
#stacks_in_411_13 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_411_13 {
		text-align: center;
	}




	#stacks_in_411_13 .stacks_in_411_13-button {
		width: 320px;
	}






#stacks_in_411_13 a.stacks_in_411_13-button, #stacks_in_411_13 a.stacks_in_411_13-button:visited, #stacks_in_411_13 a.stacks_in_411_13-button:hover, #stacks_in_411_13 a.stacks_in_411_13-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_411_13 .stacks_in_411_13-button {
		
			background-color: #008080;
		
	}

	#stacks_in_411_13 a.stacks_in_411_13-button, #stacks_in_411_13 a.stacks_in_411_13-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_411_13 a.stacks_in_411_13-button:hover, #stacks_in_411_13 a.stacks_in_411_13-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_411_13 .button_icon {
		
			background-color: #408002;
		
	}

	#stacks_in_411_13 a.stacks_in_411_13-button:hover .button_icon, #stacks_in_411_13 a.stacks_in_411_13-button:active .button_icon {
		
			background-color: #549416;
				
	}
	



#stacks_in_411_13 {
	margin:  10px;
	padding:  20px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_411_21 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_411_21 .theDivider1,
#simpleDivider_stacks_in_411_21 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_411_21 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_411_21.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_411_21.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_411_21 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_411_21.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_411_21.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_411_21.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_411_21.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_411_21 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_411_23 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  20px;
	padding:  20px;
}
#stacks_in_411_26>.s3_row {
	margin: 0 -10px;
}

#stacks_in_411_26>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_411_26>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_411_26>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_411_26>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_411_26>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_411_26>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_411_25 .stacks_in_411_25-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_411_25 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_411_25 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_411_25 .stacks_in_411_25-button,
#stacks_in_411_25 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_411_25 {
		text-align: center;
	}




	#stacks_in_411_25 .stacks_in_411_25-button {
		width: 320px;
	}






#stacks_in_411_25 a.stacks_in_411_25-button, #stacks_in_411_25 a.stacks_in_411_25-button:visited, #stacks_in_411_25 a.stacks_in_411_25-button:hover, #stacks_in_411_25 a.stacks_in_411_25-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_411_25 .stacks_in_411_25-button {
		
			background-color: #008080;
		
	}

	#stacks_in_411_25 a.stacks_in_411_25-button, #stacks_in_411_25 a.stacks_in_411_25-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_411_25 a.stacks_in_411_25-button:hover, #stacks_in_411_25 a.stacks_in_411_25-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_411_25 .button_icon {
		
			background-color: #800002;
		
	}

	#stacks_in_411_25 a.stacks_in_411_25-button:hover .button_icon, #stacks_in_411_25 a.stacks_in_411_25-button:active .button_icon {
		
			background-color: #941416;
				
	}
	



#stacks_in_411_25 {
	margin:  10px;
	padding:  20px;
}
#stacks_in_411_19 .stacks_in_411_19-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_411_19 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_411_19 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_411_19 .stacks_in_411_19-button,
#stacks_in_411_19 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_411_19 {
		text-align: center;
	}




	#stacks_in_411_19 .stacks_in_411_19-button {
		width: 320px;
	}






#stacks_in_411_19 a.stacks_in_411_19-button, #stacks_in_411_19 a.stacks_in_411_19-button:visited, #stacks_in_411_19 a.stacks_in_411_19-button:hover, #stacks_in_411_19 a.stacks_in_411_19-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_411_19 .stacks_in_411_19-button {
		
			background-color: #008080;
		
	}

	#stacks_in_411_19 a.stacks_in_411_19-button, #stacks_in_411_19 a.stacks_in_411_19-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_411_19 a.stacks_in_411_19-button:hover, #stacks_in_411_19 a.stacks_in_411_19-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_411_19 .button_icon {
		
			background-color: #800002;
		
	}

	#stacks_in_411_19 a.stacks_in_411_19-button:hover .button_icon, #stacks_in_411_19 a.stacks_in_411_19-button:active .button_icon {
		
			background-color: #941416;
				
	}
	



#stacks_in_411_19 {
	margin:  10px;
	padding:  20px;
}
#stacks_in_411_20 .stacks_in_411_20-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_411_20 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_411_20 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_411_20 .stacks_in_411_20-button,
#stacks_in_411_20 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_411_20 {
		text-align: center;
	}




	#stacks_in_411_20 .stacks_in_411_20-button {
		width: 320px;
	}






#stacks_in_411_20 a.stacks_in_411_20-button, #stacks_in_411_20 a.stacks_in_411_20-button:visited, #stacks_in_411_20 a.stacks_in_411_20-button:hover, #stacks_in_411_20 a.stacks_in_411_20-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_411_20 .stacks_in_411_20-button {
		
			background-color: #008080;
		
	}

	#stacks_in_411_20 a.stacks_in_411_20-button, #stacks_in_411_20 a.stacks_in_411_20-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_411_20 a.stacks_in_411_20-button:hover, #stacks_in_411_20 a.stacks_in_411_20-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #149494;
		
	}

	
	#stacks_in_411_20 .button_icon {
		
			background-color: #800002;
		
	}

	#stacks_in_411_20 a.stacks_in_411_20-button:hover .button_icon, #stacks_in_411_20 a.stacks_in_411_20-button:active .button_icon {
		
			background-color: #941416;
				
	}
	



#stacks_in_411_20 {
	margin:  10px;
	padding:  20px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_411_30 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_411_30 .theDivider1,
#simpleDivider_stacks_in_411_30 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_411_30 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_411_30.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_411_30.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_411_30 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_411_30.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_411_30.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_411_30.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_411_30.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_411_30 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_411_14 {
	margin:  20px;
	padding:  20px;
}
