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


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







#stacks_in_208_page28 a:link, #stacks_in_208_page28 a:visited {
	background-color:#D50202;
	background: -webkit-gradient(linear, left top, left bottom, from(#D50202), to(#800101));
	border:1px solid #800101;
	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_208_page28 a:hover {
	background-color:#E60202;
	background: -webkit-gradient(linear, left top, left bottom, from(#E60202), to(#6F0101));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_208_page28 a:active {
	background-color:#D50202;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_209_page28 {
	font-size: 208%;
	font-weight: lighter;
}

#stacks_in_197_page28 {
	padding: 25px 0px 0px 0px;
}

#stacks_in_13_page28 .cleanResponse1_L {
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}



@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_13_page28 .cleanResponse1_L {
		width:100%;
		margin:0 0 10px 0;
	}
		
	
}/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 1.3.8
 */

/* GLOBAL STYLES */

#accordion_$id% {margin-right: 1px;}
#accordion_stacks_in_193_page28 .accordion dt, #accordion_stacks_in_193_page28 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_193_page28 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_193_page28 .accordion a:focus {outline: none;} /* MORE IE NONESENSE */
#accordion_stacks_in_193_page28 .accordion {margin: 50px; overflow: hidden;}
#accordion_stacks_in_193_page28 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_193_page28 .accordion dt, */#accordion_stacks_in_193_page28 .accordion dd {padding: 10px; text-indent: none;}
#accordion_stacks_in_193_page28 .accordion dt {background-color: transparent;}
#accordion_stacks_in_193_page28 .accordion dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 10px;
}
#accordion_stacks_in_193_page28 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #CCCCCC;}
#accordion_stacks_in_193_page28 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_193_page28 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFFF;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_193_page28 .accordion dt a:hover {color: #007FFF;}
#accordion_stacks_in_193_page28 .accordion dd {background-color: transparent; color: #333333 !important;}
#accordion_stacks_in_193_page28 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_193_page28 .accordionTheme dt {
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	overflow: hidden;
}

/* ===============================ALTERNATE THEME */

#accordion_stacks_in_193_page28 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background-color: #FFFFFF;
}
#accordion_stacks_in_193_page28 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #333333;
}
#accordion_stacks_in_193_page28 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_193_page28 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;
	border-top: solid 1px #333333;
}
#accordion_stacks_in_193_page28 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
}
#accordion_stacks_in_193_page28 .accordionTheme2 dt {
	border-bottom: solid 1px #333333;
	border-left: none;
	border-right: none;
	border-top: none;
	/*background-color: transparent;*/
	/*background: #EEEEEE;*/ /* Old browsers */
	background-color: #FFFFFF;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanTabs/
 * Support: support@1littledesigner.com
 * cleanTabs Version 1.3.7
 * Uses jQuery EasyTabs plugin 3.1.1 (licensing listed in script.js)
 */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* SET TO ZERO */
#tabContainer_stacks_in_17_page28 * { margin: 0; padding: 0; }
#tabContainer_stacks_in_17_page28 li { margin-left: 0; margin-right: 0; }
#tabContainer_stacks_in_17_page28 body { font: 12px Georgia, serif; }
#tabContainer_stacks_in_17_page28 html { overflow-y: scroll; }
#tabContainer_stacks_in_17_page28 a, #tabContainer_stacks_in_17_page28 a:hover { text-decoration: none; }
#tabContainer_stacks_in_17_page28 .tab a, #tabContainer_stacks_in_17_page28 .tab a:focus, #tabContainer_stacks_in_17_page28 .tab a:active, #tabContainer_stacks_in_17_page28 .tab a:visited, #tabContainer_stacks_in_17_page28 .tab a:link { outline: 0; }
#tabContainer_stacks_in_17_page28 p { font-size: 15px; margin: 0 0 20px 0; }
#tabContainer_stacks_in_17_page28 h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }

/* TAB STYLING */
#tabContainer_stacks_in_17_page28{
	width: 100%;
	min-width: px;
}
#tabContainer_stacks_in_17_page28 .etabs { 
	margin: 0; 
	padding: 0; 
}
#tabContainer_stacks_in_17_page28 .tab, .tabDemo #tabContainer_stacks_in_17_page28 .tab { 
	display: inline-block; 
	zoom: 1; 
	*display: inline; 
	background: #FFFFFF; 
	border: solid 1px #999999; 
	border-bottom: none;
	border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0; 
	-o-border-radius: 4px 4px 0 0; 
	-ms-border-radius: 4px 4px 0 0; 
}
#tabContainer_stacks_in_17_page28 .tab:hover, .tabDemo #tabContainer_stacks_in_17_page28 .tab:hover {
	background-color: #E0E0E0;
}
#tabContainer_stacks_in_17_page28 .tab a { 
	font-size: 14px; 
	line-height: 2em; 
	display: block; 
	padding: 0 10px; 
	outline: none; 
	color: #708090;
	text-decoration: none;
}
#tabContainer_stacks_in_17_page28 .tab a:hover { 
	text-decoration: none;
	color: #FF0000;
}
#tabContainer_stacks_in_17_page28 .tab.active { 
	background: #FFFFFF; 
	padding-top: 6px; 
	position: relative; 
	top: 1px; 
	border-color: #666666; 
}
#tabContainer_stacks_in_17_page28 .tab a.active { 
	font-weight: bold;
	color: #4C4C4C; 
}
#tabContainer_stacks_in_17_page28 .tab a.active:hover {
	color: #FF0000;
}
#tabContainer_stacks_in_17_page28 .tab-container .panel-container { 
	background: #FFFFFF; 
	border: solid #666666 1px; 
	padding: 10px; 
	border-radius: 0 4px 4px 4px; 
	-moz-border-radius: 0 4px 4px 4px; 
	-webkit-border-radius: 0 4px 4px 4px; 
	-o-border-radius: 0 4px 4px 4px; 
	-ms-border-radius: 0 4px 4px 4px; 
	font-size: 12px;
	color: #FFFFFF !important;
}
#tabContainer_stacks_in_17_page28 .tab-container .panel-container a {
	color: #4E78A0;
}
#tabContainer_stacks_in_17_page28 .tab-container .panel-container a:hover {
	color: #0D4F8B;
}
#tabContainer_stacks_in_17_page28 .panel-container { 
	margin-bottom: 10px; 
}

/* TAB COUNT CONTROLS */

#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent2, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent3, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent4, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent5, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent6, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent7, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent8, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent9, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter1 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent3, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent4, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent5, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent6, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent7, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent8, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent9, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter2 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent4, 
#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent5, 
#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent6, 
#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent7, 
#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent8, 
#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent9, 
#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter3 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter4 .tabContent5, 
#tabContainer_stacks_in_17_page28 .tabCounter4 .tabContent6, 
#tabContainer_stacks_in_17_page28 .tabCounter4 .tabContent7, 
#tabContainer_stacks_in_17_page28 .tabCounter4 .tabContent8, 
#tabContainer_stacks_in_17_page28 .tabCounter4 .tabContent9, 
#tabContainer_stacks_in_17_page28 .tabCounter4 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter4 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter4 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter5 .tabContent6, 
#tabContainer_stacks_in_17_page28 .tabCounter5 .tabContent7, 
#tabContainer_stacks_in_17_page28 .tabCounter5 .tabContent8, 
#tabContainer_stacks_in_17_page28 .tabCounter5 .tabContent9, 
#tabContainer_stacks_in_17_page28 .tabCounter5 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter5 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter5 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter6 .tabContent7, 
#tabContainer_stacks_in_17_page28 .tabCounter6 .tabContent8, 
#tabContainer_stacks_in_17_page28 .tabCounter6 .tabContent9, 
#tabContainer_stacks_in_17_page28 .tabCounter6 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter6 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter6 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter7 .tabContent8, 
#tabContainer_stacks_in_17_page28 .tabCounter7 .tabContent9, 
#tabContainer_stacks_in_17_page28 .tabCounter7 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter7 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter7 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter8 .tabContent9, 
#tabContainer_stacks_in_17_page28 .tabCounter8 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter8 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter8 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter9 .tabContent10, 
#tabContainer_stacks_in_17_page28 .tabCounter9 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter9 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter10 .tabContent11, 
#tabContainer_stacks_in_17_page28 .tabCounter10 .tabContent12, 

#tabContainer_stacks_in_17_page28 .tabCounter11 .tabContent12 
{display: none !important;}

/* BACKEND */
.tabDemo #tabContainer_stacks_in_17_page28 .panel-container div.tabContent div { padding-top: 5px; }
.tabDemo #tabContainer_stacks_in_17_page28 .tab {width: inherit;}

/* cleanTab Themes */
#tabContainer_stacks_in_17_page28 .tabTheme2 ul.etabs .tab.active, #tabContainer_stacks_in_17_page28 .tabTheme3 ul.etabs .tab.active {border-color: #666666;}
#tabContainer_stacks_in_17_page28 .tabTheme2 ul.etabs {margin-bottom: 5px;}
#tabContainer_stacks_in_17_page28 .tabTheme2 .panel-container {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
#tabContainer_stacks_in_17_page28 .tabTheme2 ul.etabs .tab {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-bottom: solid 1px #999999;
}
#tabContainer_stacks_in_17_page28 .tabTheme2 ul.etabs .tab.active, #tabContainer_stacks_in_17_page28 .tabTheme3 ul.etabs .tab.active {
	padding-top: 1px; 
	padding-bottom: -1px;
}
#tabContainer_stacks_in_17_page28 .tabTheme3 ul.etabs {
	padding: 3px 4px; 
	border-top: solid 1px #666666; 
	border-right: solid 1px #666666; 
	border-left: solid 1px #666666;
	border-radius: 4px 4px 0 0;
	background: #FFFFFF;
}
#tabContainer_stacks_in_17_page28 .tabTheme3 ul.etabs .tab {
	border-bottom: solid 1px #999999;
	border-radius: 4px;
}
#tabContainer_stacks_in_17_page28 .tabTheme3 .panel-container {
	border-radius: 0 0 4px 4px;
	border-top: 0;
}
#stacks_in_17_page28 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_82_page28 {
	padding: 20px 0px 0px 20px;
}

#stacks_out_106_page28 {
	margin-left:0;
}

#stacks_in_106_page28 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_107_page28 {
	font-weight: lighter;
}

#stacks_in_221_page28 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_222_page28 {
	font-size: 236%;
	font-weight: lighter;
}

#stacks_in_50_page28 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  20px;
}

#stacks_in_51_page28 {
	line-height: 2em;
	letter-spacing: 2px;
	font-size: 146%;
}
#stacks_in_105_page28_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_105_page28 a:link, #stacks_in_105_page28 a:visited {
	background-color:#5F5F5F;
	background: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#393939));
	border:1px solid #393939;
	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_105_page28 a:hover {
	background-color:#666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#313131));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_105_page28 a:active {
	background-color:#5F5F5F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_110_page28 {
	font-size: 300%;
}

#stacks_in_5_page28 {
	font-size: 242%;
}

#stacks_in_157_page28 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_157_page28 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_88_page28 {
	padding: 30px 0px 0px 0px;
}

#stacks_in_89_page28 {
	font-size: 76%;
}

#stacks_in_154_page28 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_154_page28 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_160_page28 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_160_page28 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_112_page28 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_115_page28 {
	font-size: 101%;
	font-weight: bolder;
}

#stacks_in_119_page28 {
	font-size: 101%;
	font-weight: bolder;
}

#stacks_in_123_page28 {
	font-size: 101%;
	font-weight: bolder;
}

#stacks_in_131_page28 {
	font-size: 101%;
	font-weight: bolder;
}

#stacks_in_140_page28 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_135_page28 {
	font-size: 101%;
	font-weight: bolder;
}

#stacks_in_133_page28 {
	font-size: 101%;
	font-weight: bolder;
}

#stacks_in_149_page28 {
	font-size: 101%;
	font-weight: bolder;
}

#stacks_in_153_page28 {
	font-size: 101%;
	font-weight: bolder;
}

#stacks_in_189_page28 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_189_page28 .pullquote:before, #stacks_in_189_page28 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_189_page28 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_189_page28 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_189_page28 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_189_page28 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_190_page28 {
	font-size: 127%;
}

#stacks_in_178_page28 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_178_page28 .pullquote:before, #stacks_in_178_page28 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_178_page28 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_178_page28 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_178_page28 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_178_page28 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_178_page28 {
	padding: 30px 10px 0px 0px;
}

#stacks_in_179_page28 {
	font-weight: bolder;
}

#stacks_in_186_page28 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_186_page28 .pullquote:before, #stacks_in_186_page28 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_186_page28 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_186_page28 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_186_page28 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_186_page28 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_186_page28 {
	padding: 30px 10px 0px 0px;
}

#stacks_in_187_page28 {
	font-weight: bolder;
}

#stacks_in_181_page28 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_181_page28 .pullquote:before, #stacks_in_181_page28 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_181_page28 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_181_page28 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_181_page28 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_181_page28 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_181_page28 {
	padding: 40px 0px 0px 0px;
}

#stacks_in_182_page28 {
	font-weight: bolder;
}

#stacks_in_163_page28 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_163_page28 .stacks_right {
	float:right;
	width:49%;
}/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanVideos/
 * Support: support@1littledesigner.com
 * Version 1.1.0
 * Description: cleanVideo uses Chris Coyier's FitVids and tailors it for use in RapidWeaver
 */

/* HTML 5 Videos Only */

cleanVids_stacks_in_44_page28 video {
    width: 100% !important;
    height: auto !important;
}#stacks_in_101_page28_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_101_page28 a:link, #stacks_in_101_page28 a:visited {
	background-color:#D50202;
	background: -webkit-gradient(linear, left top, left bottom, from(#D50202), to(#800101));
	border:1px solid #800101;
	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_101_page28 a:hover {
	background-color:#E60202;
	background: -webkit-gradient(linear, left top, left bottom, from(#E60202), to(#6F0101));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_101_page28 a:active {
	background-color:#D50202;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_102_page28 {
	font-size: 186%;
	font-weight: lighter;
}
#stacks_in_219_page28_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_219_page28 a:link, #stacks_in_219_page28 a:visited {
	background-color:#5F5F5F;
	background: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#393939));
	border:1px solid #393939;
	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_219_page28 a:hover {
	background-color:#666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#313131));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_219_page28 a:active {
	background-color:#5F5F5F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_219_page28 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_220_page28 {
	font-size: 186%;
	font-weight: lighter;
}
#stacks_in_214_page28_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_214_page28 a:link, #stacks_in_214_page28 a:visited {
	background-color:#D50202;
	background: -webkit-gradient(linear, left top, left bottom, from(#D50202), to(#800101));
	border:1px solid #800101;
	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_214_page28 a:hover {
	background-color:#E60202;
	background: -webkit-gradient(linear, left top, left bottom, from(#E60202), to(#6F0101));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_214_page28 a:active {
	background-color:#D50202;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_214_page28 {
	padding: 0px 0px 50px 0px;
}

#stacks_in_215_page28 {
	font-size: 186%;
	font-weight: lighter;
}
