.biscuitbox {
	display: none;
	width: 100%;
	bottom: 0;
	position: fixed;
	z-index: 9999;
}

.biscuitbox.biscuitbox-display-top{
	bottom: auto;
	top:0;
}

.biscuitbox-wrapper {
	display: flex;
	flex-flow: row wrap;
}

.biscuitbox-wrapper > * {
	flex: 1 100%;
}

.biscuitbox-button {
	text-align: center;
}

/* Depth Base */

.depth_out h2,.depth_out p,.depth_out a{margin:0;padding:0;border: 0;line-height:1.4;}
.depth_out hr:before,.depth_out hr:after,.depth_out .content_in .stacksEmptyFiller{display: none}

.depth_in,
header .depth_theme_limit,
footer .depth_theme_limit{
  
  max-width: 1000px;
  
}
main .depth_theme_limit{
  max-width: 100%;
  padding: 0;
}
.depth_limit{
  margin: 0 auto;
}



.nfont{
	font-family: 'Open Sans', sans-serif !important;
}
h2.nfont,
.sub_heading.nfont{
	font-family: 'Montserrat', sans-serif !important;
}
header.depth_theme,
main.depth_theme h1,
main.depth_theme h2,
main.depth_theme h3,
main.depth_theme h4,
main.depth_theme h5,
main.depth_theme h6{
  font-family: 'Montserrat', sans-serif !important;
}
.depth_in a{text-decoration: none;}
.depth_in{
  font-size: 15px;
  line-height: 1.4;}

/* 2 Col Spacing */
.depth_section{
  margin-bottom: 20px;
}



.depth_out img{max-width: 100%}

.depth_out *, 
.depth_out *:before, 
.depth_out *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

.depth_out .cf:after {content:"";display:table;clear:both;}
.depth_out .exp{position:absolute;top:0;left:0;bottom:0;right:0;}

@media screen and (min-width: 770px){
  /* 2 Col Spacing */
  .depth_row .s3_column_left .depth_section{
    margin-right: 10.000000px;
  }
  .depth_row .s3_column_right .depth_section{
    margin-left: 10.000000px;
  }
  /* 3 Col Spacing */
  .depth_row.three_col .s3_column_left .depth_section{
    margin-right: 13.320000px;
  }
  .depth_row.three_col .s3_column_center .depth_section{
    margin-left: 6.660000px;
    margin-right: 6.660000px;
  }
  .depth_row.three_col .s3_column_right .depth_section{
    margin-left: 13.320000px;
  }
  /* 4 Col Spacing (1/4) */
  .depth_row .s3_column_4:first-child .depth_section{
    margin-right: 15.000000px;
    margin-left: 0;
  }
  /* 4 Col Spacing (2/4) */
  .depth_row .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 10.000000px;
    margin-left: 5.000000px;
  }
  /* 4 Col Spacing (3/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 5.000000px;
    margin-left: 10.000000px;
  }
  /* 4 Col Spacing (4/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-left: 15.000000px;
    margin-right: 0;
  }
  /* Flex Equal Height/Centering */
  
  .s3_row.depth_row,
  .depth_row .s3_column,
  .s3_row.depth_row .depth_out,
  .s3_row.depth_row .depth_out > div,
  .s3_row.depth_row .depth_wrapper,
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .depth_image *{
    flex: 1;
    display: flex !important;
  }
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .content_in{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
}


.content_flex {position: static;}

.s3_row.depth_row .content_flex {
  flex: 1;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

/* Edit Mode */


/* Animations */


.depth_fx .depth_image,
.depth_fx .depth_tint,
.depth_fx .depth_gradient,
.depth_fx .content_tint,
.depth_fx p.sub_heading,
.depth_fx .heading_out .stacks_out,
.depth_fx p.main_content,
.depth_fx .depth_aside,
.depth_fx .heading_out h2{ opacity: 0; }

.depth_fx.depth_ie .depth_image,
.depth_fx.depth_ie .depth_tint,
.depth_fx.depth_ie .depth_gradient,
.depth_fx.depth_ie .content_tint,
.depth_fx.depth_ie p.sub_heading,
.depth_fx.depth_ie .heading_out .stacks_out,
.depth_fx.depth_ie p.main_content,
.depth_fx.depth_ie .depth_aside,
.depth_fx.depth_ie .heading_out h2{ opacity: 1; }


.depth_inview.slow_fadeIn.depth_fx .depth_image,
.depth_inview.slow_fadeIn.depth_fx .depth_tint,
.depth_inview.slow_fadeIn.depth_fx .content_tint,
.depth_inview.slow_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .7s both; }
.depth_inview.slow_fadeIn.depth_fx .heading_out{ animation: heading_border_color 1s both; }
.depth_inview.slow_fadeIn.depth_fx p.super_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein 1s .25s both; }
.depth_inview.slow_fadeIn.depth_fx p.sub_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein 1s .5s both; }
.depth_inview.slow_fadeIn.depth_fx p.main_content,
.depth_inview.slow_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein 1s .75s both; }
.depth_inview.slow_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein 1s 1s backwards; }
.depth_inview.slow_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein 1s 1.25s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content 1s .5s backwards; }

.depth_inview.steady_fadeIn.depth_fx .depth_image,
.depth_inview.steady_fadeIn.depth_fx .depth_tint,
.depth_inview.steady_fadeIn.depth_fx .content_tint,
.depth_inview.steady_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .5s both; }
.depth_inview.steady_fadeIn.depth_fx .heading_out{ animation: heading_border_color .7s both; }
.depth_inview.steady_fadeIn.depth_fx p.super_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .7s .15s both; }
.depth_inview.steady_fadeIn.depth_fx p.sub_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .7s .35s both; }
.depth_inview.steady_fadeIn.depth_fx p.main_content,
.depth_inview.steady_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .7s .5s both; }
.depth_inview.steady_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .7s .65s backwards; }
.depth_inview.steady_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .7s .8s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .7s .25s backwards; }

.depth_inview.fast_fadeIn.depth_fx .depth_image,
.depth_inview.fast_fadeIn.depth_fx .depth_tint,
.depth_inview.fast_fadeIn.depth_fx .content_tint,
.depth_inview.fast_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .3s both; }
.depth_inview.fast_fadeIn.depth_fx .heading_out{ animation: heading_border_color .4s both; }
.depth_inview.fast_fadeIn.depth_fx p.super_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .4s .15s both; }
.depth_inview.fast_fadeIn.depth_fx p.sub_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .4s .35s both; }
.depth_inview.fast_fadeIn.depth_fx p.main_content,
.depth_inview.fast_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .4s .5s both; }
.depth_inview.fast_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .4s .65s backwards; }
.depth_inview.fast_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .4s .8s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .4s .25s backwards; }


@-webkit-keyframes heading_border_color {
  from {border-color: transparent;}
  to {border-color: ;}}
@keyframes nbanner_fadein {
  from {border-color: transparent;}
  to {border-color: ;}}

@-webkit-keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}
@keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}

@-webkit-keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}
@keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}

@-webkit-keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_5_page5 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_5_page5 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_5_page5 .depth_section_link:hover .depth_in,
#stacks_in_5_page5 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_5_page5.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_5_page5.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_5_page5 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_5_page5 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image_5.jpg);
	
	
	
}





#stacks_in_5_page5 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_5_page5 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_5_page5 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_5_page5 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(204, 51, 0, 1.00);
	border-right: 0px solid rgba(204, 51, 0, 1.00);
	border-bottom: 0px solid rgba(204, 51, 0, 1.00);
	border-left: 0px solid rgba(204, 51, 0, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_5_page5 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_5_page5 .heading_out h2{
	font-size: 40px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_5_page5 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_5_page5 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_5_page5 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 460px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 10% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */



@media screen and (max-width: 770px ){
	#stacks_in_5_page5 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_5_page5 .depth_tint,
	#stacks_in_5_page5 .content_tint{ background: none !important; }
	#stacks_in_5_page5 .heading_out h2,
	#stacks_in_5_page5 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


#stacks_in_5_page5 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_5_page5 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_5_page5 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.30em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

#stacks_in_5_page5 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 0% 0.000000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_5_page5 .content_in a.depth_button{
		padding: 0% 0%;
	}
}
#stacks_in_5_page5 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_5_page5 .content_in p.sub_content{
	font-weight: normal;
	 font-weight: bolder; 
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 20px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_5_page5 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -460px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_5_page5 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_5_page5 .depth_aside_wrapper{
	
	
	 
	padding-right: 460px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_5_page5 .depth_aside_wrapper,
#stacks_in_5_page5 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_5_page5 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_5_page5 .content_out .centered_image img{float: left;} 





#stacks_in_5_page5 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_5_page5 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_5_page5 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_5_page5 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */






#stacks_in_5_page5 .depth_in{z-index: 4;}
#stacks_in_5_page5 .depth_gradient{z-index: 3;}
#stacks_in_5_page5 .depth_image{z-index: 2;}
#stacks_in_5_page5 .depth_tint{z-index: 1;}




/* Force Mobile Legibility */




/* Breaks */

#stacks_in_5_page5 hr{border: 0;margin: 0;}

#stacks_in_5_page5 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_5_page5 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_5_page5 hr.hr_bottom_content{
	display: inline-block;
	height: 4px;
	width: 20%;
	background: rgba(204, 0, 0, 1.00);
	margin-top: 15px;}/* Depth Limit */

#stacks_in_7_page5 .depth_limit {
	max-width: 1000px;
}
#stacks_in_7_page5 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_7_page5 .depth_limit_padding {
		padding: 0px 25px 0px 25px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_7_page5.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}





#stacks_in_68_page5 h4,#stacks_in_68_page5 h4 a,#stacks_in_68_page5 p,#stacks_in_68_page5 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_68_page5 p a:hover, #stacks_in_68_page5 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_68_page5 {
	margin: 30px 20px 30px 20px;
}
#stacks_in_70_page5>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* ------------------------------------*/
/* 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_71_page5_accordion {
	display: block;
	list-style: none;
	border-radius: 4px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

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

#stacks_in_71_page5 .hide_toggle {
	display: none;
}


/* Label Font Choices */

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















/* Content Font Choices */

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









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

ul#stacks_in_71_page5_accordion .accordion_label i {
}

ul#stacks_in_71_page5_accordion .stacks_in_71_page5_accordion_selectedarrow_icon {
}

ul#stacks_in_71_page5_accordion .accordion_content {
	
		padding: 40px;
	

}

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

ul#stacks_in_71_page5_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_71_page5_accordion .accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

ul#stacks_in_71_page5_accordion .stacks_in_71_page5_accordion_selectedarrow_icon .accordion_icon i {
	
}

#stacks_in_71_page5_open_all {
	cursor: pointer;
	font-size: 20px;
	
	margin-bottom: 12px;
	
	

}

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



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

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

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

	ul#stacks_in_71_page5_accordion.ghost .stacks_in_71_page5_accordion_selectedarrow_icon {
		background-color: #f2f2f2;
	}

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

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

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



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

	ul#stacks_in_71_page5_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_71_page5_accordion.dark_grey .stacks_in_71_page5_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_71_page5_accordion.dark_grey .accordion_content {
		color: #434343;
		border-bottom: 1px solid #adadad;
		background-color: #EFEFEF;
	}

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

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




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

	ul#stacks_in_71_page5_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_71_page5_accordion.light_blue .stacks_in_71_page5_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_71_page5_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_71_page5_accordion.light_blue li:last-child .stacks_in_71_page5_accordion_selectedarrow_icon {
		border-bottom: 1px solid #1EB0F4;
	}

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



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

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

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

	ul#stacks_in_71_page5_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_71_page5_accordion.flat_teal li:last-child .stacks_in_71_page5_accordion_selectedarrow_icon {
		border-bottom: 1px solid #E2E2E2;
	}

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



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

	ul#stacks_in_71_page5_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_71_page5_accordion.blue_grey .stacks_in_71_page5_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_71_page5_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_71_page5_accordion.blue_grey li:last-child .stacks_in_71_page5_accordion_selectedarrow_icon {
		border-bottom: 1px solid #212226;
	}

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

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

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



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

	ul#stacks_in_71_page5_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_71_page5_accordion.bold_blue .stacks_in_71_page5_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_71_page5_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_71_page5_accordion.bold_blue li:last-child .stacks_in_71_page5_accordion_selectedarrow_icon {
		border-bottom: 1px solid #02369f;
	}

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

	ul#stacks_in_71_page5_accordion.bright_blue li:last-child .stacks_in_71_page5_accordion_selectedarrow_icon {
	}

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

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

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



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

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

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

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

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

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




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

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

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

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

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

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




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

	ul#stacks_in_71_page5_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_71_page5_accordion.navigator .stacks_in_71_page5_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_71_page5_accordion.navigator .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #81caff;
	}

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

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



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

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

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

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

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

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



/* END OF STYLES */



/* CUSTOM */







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


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

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

}

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

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

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

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

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

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



.stacks_in_72_page5_override .accordion_label {
	color: #FFFFFF !important;
	background: rgba(155, 17, 20, 1.00) !important;
	background-color: rgba(155, 17, 20, 1.00) !important;
}

.stacks_in_72_page5_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(204, 0, 0, 1.00) !important;
}

li.stacks_in_72_page5_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_72_page5_override .accordion_content {
	background: rgba(55, 66, 75, 1.00) !important;
	color: #FFFFFF !important;
}




#stacks_in_22_page5 {
	padding: 10px 20px 20px 20px;
}



.stacks_in_77_page5_override .accordion_label {
	color: #FFFFFF !important;
	background: rgba(155, 17, 20, 1.00) !important;
	background-color: rgba(155, 17, 20, 1.00) !important;
}

.stacks_in_77_page5_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(204, 0, 0, 1.00) !important;
}

li.stacks_in_77_page5_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_77_page5_override .accordion_content {
	background: rgba(51, 51, 51, 1.00) !important;
	color: #FFFFFF !important;
}






.stacks_in_82_page5_override .accordion_label {
	color: #FFFFFF !important;
	background: rgba(155, 17, 20, 1.00) !important;
	background-color: rgba(155, 17, 20, 1.00) !important;
}

.stacks_in_82_page5_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(204, 0, 0, 1.00) !important;
}

li.stacks_in_82_page5_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_82_page5_override .accordion_content {
	background: rgba(51, 51, 51, 1.00) !important;
	color: #FFFFFF !important;
}





#stacks_in_104_page5 h3,#stacks_in_104_page5 h3 a,#stacks_in_104_page5 p,#stacks_in_104_page5 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_104_page5 p a:hover, #stacks_in_104_page5 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_104_page5 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_106_page5 {
	margin: 0px 0px 0px 25px;
}

#stacks_in_115_page5 {
	margin: 20px 0px 10px 0px;
}


#stacks_in_215_page5 h3,#stacks_in_215_page5 h3 a,#stacks_in_215_page5 p,#stacks_in_215_page5 p a{
	color:rgba(102, 102, 102, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

	
		text-shadow: 0px 1px 1px rgba(51, 51, 51, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_215_page5 p a:hover, #stacks_in_215_page5 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_215_page5 {
	margin: 0px 0px 20px 0px;
}
/*
 * 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_180_page5-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_180_page5-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_180_page5-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_180_page5-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_180_page5-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_180_page5-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_180_page5-sf,
#stacks_in_180_page5-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_180_page5-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_180_page5-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_180_page5-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_180_page5-sf .loaded .flex-viewport,
#stacks_in_180_page5-sf .slider,
#stacks_in_180_page5-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_180_page5-sf .sf-flexslider.loading{opacity: 0;}

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

#stacks_in_180_page5-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_180_page5-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_180_page5-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_180_page5-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_180_page5-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_180_page5-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_180_page5-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_180_page5-sf .sf-flexslider .slides > li,
#stacks_in_180_page5-sf .sf-flexslider .carousel > li,
#stacks_in_180_page5-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_180_page5-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_180_page5-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_180_page5-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_180_page5-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_180_page5-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_180_page5-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_180_page5-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_180_page5-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_180_page5-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_180_page5-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_180_page5-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_180_page5-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_180_page5-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_180_page5-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_180_page5-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_180_page5-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

/* Caption */

#stacks_in_180_page5-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_180_page5-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 300ms;
	transition: opacity 300ms 300ms;
}
#stacks_in_180_page5-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_180_page5-sf .flex-active-slide .caption-wrap,
#stacks_in_180_page5-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_180_page5-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_180_page5-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_180_page5-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_180_page5-sf .caption-wrap{
	-webkit-transition: opacity .3s 300ms;
	transition: opacity .3s 300ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_180_page5-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_180_page5-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_180_page5-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

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

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

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

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

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

#stacks_in_180_page5-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_180_page5-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_180_page5-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_180_page5-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_180_page5-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_180_page5-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_180_page5-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_180_page5-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_180_page5-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_180_page5-sf .flex-direction-nav a:before {display: none;}

#stacks_in_180_page5-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_180_page5-sf .sf-control:before,
#stacks_in_180_page5-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_180_page5-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_180_page5-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_180_page5-sf .flex-direction-nav{
		opacity: 0;
	}
}

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


/* Thumbnails */

#stacks_in_180_page5-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: 17px;
	border: 3px solid rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_180_page5-sf .carousel{
		display: none;
	}
}
#stacks_in_180_page5-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_180_page5-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_180_page5-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_180_page5-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_180_page5-sf .carousel .slides li:hover,
#stacks_in_180_page5-sf .carousel .slides li.flex-active-slide,
#stacks_in_180_page5-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

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

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

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



/* Edit  */

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

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

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








  


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




	#stacks_in_p176_n112_page5>.s3_row  {
		margin: -10px;
	}
	#stacks_in_p176_n112_page5>.s3_row>.s3_column {
		padding: 10px;
		width:50%;
	}
	#stacks_in_p176_n112_page5>.s3_row>.s3_column_right {
		padding: 10px;
		width:100%;
	}



}



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


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





}




  

#stacks_in_p176_n112_page5 {
	background-color: rgba(204, 204, 204, 1.00);
	margin: 20px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_p176_n91_page5.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_p176_n91_page5.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_p176_n91_page5.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_p176_n91_page5.semantic-content:target {display: block\9;}
#popBox_stacks_in_p176_n91_page5.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_p176_n91_page5.semantic-content .popBoxHeader {
  background: #990000;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_p176_n91_page5.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 250px;
  
}
#popBox_stacks_in_p176_n91_page5.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


  #popBox_stacks_in_p176_n91_page5 .popBoxFooter {
    display: none
  }

#stacks_in_p176_n91_page5 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_p176_n91_page5 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_p176_n91_page5.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_p176_n91_page5 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_p176_n91_page5 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_p176_n91_page5 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_p176_n91_page5 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_p176_n91_page5.semantic-content .widthPercentageOff .modal-inner {
    width: 550px;
    min-width: 550px;
    max-width: 550px;
  }
  #popBox_stacks_in_p176_n91_page5.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_p176_n91_page5.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_p176_n91_page5.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_p176_n91_page5.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_p176_n91_page5.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_p176_n91_page5.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_p176_n91_page5.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_p176_n91_page5 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_p176_n91_page5 .closeIcon img {
  display: none;
}
#popBox_stacks_in_p176_n91_page5 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_p176_n91_page5.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_p176_n91_page5.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_p176_n91_page5.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_p176_n91_page5.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_p176_n91_page5 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_p176_n91_page5.popBoxStyleDemo .modal-content {
  height: 250px;
}
#popBox_stacks_in_p176_n91_page5.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_p176_n91_page5.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 550px;
  min-width: 550px;
  max-width: 550px;
  margin: 0 auto;
}
#popBox_stacks_in_p176_n91_page5.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_p176_n91_page5.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_p176_n91_page5.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_p176_n91_page5.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_p176_n91_page5.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_p176_n91_page5 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}

#popBox_stacks_in_p176_n91_page5  .modal-close {
  pointer-events: none;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


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

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

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




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










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



}



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


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


}






#stacks_in_p176_n100_page5 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_p176_n101_page5_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_p176_n101_page5 a:link, #stacks_in_p176_n101_page5 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_p176_n101_page5 a:hover, #stacks_in_p176_n101_page5 a:active {
	color:#FFFFFF;
}







#stacks_in_p176_n101_page5 a:link, #stacks_in_p176_n101_page5 a:visited {
	background-color:#BFBFBF;
	background: -webkit-gradient(linear, left top, left bottom, from(#BFBFBF), to(#727272));
	border:1px solid #727272;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p176_n101_page5 a:hover {
	background-color:#CECECE;
	background: -webkit-gradient(linear, left top, left bottom, from(#CECECE), to(#636363));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p176_n101_page5 a:active {
	background-color:#BFBFBF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_p176_n104_page5_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_p176_n104_page5 a:link, #stacks_in_p176_n104_page5 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_p176_n104_page5 a:hover, #stacks_in_p176_n104_page5 a:active {
	color:#FFFFFF;
}







#stacks_in_p176_n104_page5 a:link, #stacks_in_p176_n104_page5 a:visited {
	background-color:#3FBF00;
	background: -webkit-gradient(linear, left top, left bottom, from(#3FBF00), to(#267200));
	border:1px solid #267200;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p176_n104_page5 a:hover {
	background-color:#44CE00;
	background: -webkit-gradient(linear, left top, left bottom, from(#44CE00), to(#216300));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p176_n104_page5 a:active {
	background-color:#3FBF00;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_p176_n18_page5 {
	background-color: rgba(204, 204, 204, 1.00);
	padding: 20px 0px 0px 0px;
}
#com_barthpartners_biscuitbox_stacks_in_p176_n26_page5{padding:20px;background-color:rgba(102, 102, 102, 1.00)}

.biscuitbox-wrapper {
	align-items: center;
}

@media screen and (max-width: 600px) {
	.biscuitbox-info-text { padding-bottom: 1em; }
	.biscuitbox-btnaccept { padding-bottom: 5px; }
}

@media screen and (min-width: 600px) {
	.biscuitbox-info-text { padding-bottom: 1em; }
	.biscuitbox-button { flex: 1 auto; }
}

@media screen and (min-width: 800px) {
	
	.biscuitbox-info-text { padding-bottom: 0; }
	.biscuitbox-info-text { flex: 4 0px; }
	.biscuitbox-info-text { order: 1; }
	.biscuitbox-btnaccept { order: 2; }
	.biscuitbox-btndecline { order: 3; }
	
	
}#stacks_in_p176_n34_page5_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_p176_n34_page5 a:link, #stacks_in_p176_n34_page5 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_p176_n34_page5 a:hover, #stacks_in_p176_n34_page5 a:active {
	color:#FFFFFF;
}







#stacks_in_p176_n34_page5 a:link, #stacks_in_p176_n34_page5 a:visited {
	background-color:#FF0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#990000));
	border:1px solid #990000;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p176_n34_page5 a:hover {
	background-color:#FF0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#840000));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p176_n34_page5 a:active {
	background-color:#FF0000;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



