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


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

}


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

#stacks_in_272_page7 img{max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;          }
/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_787_page7 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_787_page7 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_787_page7 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_787_page7 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_787_page7 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_787_page7 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_787_page7 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_787_page7 a {
	outline: none;
}

#freeStyleWrapperstacks_in_787_page7 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_787_page7 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 0 ]%

/* @group BX Slider */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/freestyle-bx-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_787_page7 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */







/* @group Jumbotron */

#jumbotronWrapstacks_in_787_page7 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	font-size: 150%;
	color: #272727;
	line-height: 100%;
}

#jumbotronLeftPlaceholderstacks_in_787_page7 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: 20;
}

#jumbotronRightPlaceholderstacks_in_787_page7 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: 20;
}

@media screen and (max-width: 800px) {
	#jumbotronWrapstacks_in_787_page7,
	#jumbotronLeftPlaceholderstacks_in_787_page7,
	#jumbotronRightPlaceholderstacks_in_787_page7 {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		background: #E5E5E5;
	}
}

/* @end */





/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_787_page7 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 50;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_787_page7 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_787_page7 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_787_page7 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_787_page7,
	#overlayContentstacks_in_787_page7 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_777_page7 {
	margin:  18px;
	padding: 5px 0px 55px 0px;
}

#stacks_in_778_page7 {
	display:inline-block; line-height: 1.260000em;
	font-size: 177%;
	font-weight: bold;
}
#stacks_in_278_page7 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_278_page7 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_278_page7 #jwresp_col2_stacks_in_278_page7{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_278_page7 #jwresp_col1_stacks_in_278_page7,#stacks_in_278_page7 #jwresp_col2_stacks_in_278_page7{width:100%;float:none;display:block}#stacks_in_278_page7 #jwresp_col1_stacks_in_278_page7{margin-bottom:15px}}

#stacks_in_276_page7 {
	line-height: 2em;
	font-weight: bold;
}

#stacks_in_5120_page7 {
	margin: 20px 0px 20px 0px;
}

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








#stacks_in_524_page7 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_524_page7 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_524_page7 #jwresp_col2_stacks_in_524_page7{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_524_page7 #jwresp_col1_stacks_in_524_page7,#stacks_in_524_page7 #jwresp_col2_stacks_in_524_page7{width:100%;float:none;display:block}#stacks_in_524_page7 #jwresp_col1_stacks_in_524_page7{margin-bottom:15px}}

#stacks_in_524_page7 {
	padding: 0px 0px 30px 0px;
}

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

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

#stacks_in_522_page7 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_283_page7 img{max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;          }

#stacks_in_289_page7 {
	margin: 10px 0px 30px 7px;
}
#stacks_in_28844_page7>.s3_row {
	margin: 0 -10px;
}

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

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




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







  


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



}



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


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


}




  

#stacks_in_28844_page7 {
	background-color: rgba(227, 227, 227, 1.00);
	margin: 40px 0px 10px 0px;
}

#stacks_in_31674_page7 {
	margin:  20px;
}

#stacks_in_28821_page7 {
	margin: 0px 0px 80px 0px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_28842_page7 {
	margin:  20px;
}

#stacks_in_28827_page7 {
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 10px 30px;
}

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

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

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

#stacks_in_28816_page7 .stacks_in_28816_page7-button,
#stacks_in_28816_page7 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_28816_page7 {
		text-align: center;
	}

	#stacks_in_28816_page7 .stacks_in_28816_page7-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









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


/* Color picker options */
	
	#stacks_in_28816_page7 .stacks_in_28816_page7-button {
		
			background-color: none;
			border: 1px solid #CC0000;
		
	}

	#stacks_in_28816_page7 a.stacks_in_28816_page7-button, #stacks_in_28816_page7 a.stacks_in_28816_page7-button:visited {
		
			color: #000000 !important;
			
	}

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

	
	#stacks_in_28816_page7 .button_icon {
		
			background-color: none;
			border-right: 1px solid #CC0000;
		
	}

	#stacks_in_28816_page7 a.stacks_in_28816_page7-button:hover .button_icon, #stacks_in_28816_page7 a.stacks_in_28816_page7-button:active .button_icon {
		
			background-color: #CC0000;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_out_28816_page7 {
	margin-left:0;
}

#stacks_in_28816_page7 {
	margin: 30px 20px 20px 20px;
}
#stacks_in_1001_page7 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1001_page7 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_1001_page7 #jwresp_col2_stacks_in_1001_page7{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_1001_page7 #jwresp_col1_stacks_in_1001_page7,#stacks_in_1001_page7 #jwresp_col2_stacks_in_1001_page7{width:100%;float:none;display:block}#stacks_in_1001_page7 #jwresp_col1_stacks_in_1001_page7{margin-bottom:15px}}
#stacks_in_998_page7 img{max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;  width:100%!important;   float:left;       }
#linkBoxstacks_in_988_page7 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_988_page7 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_988_page7 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}
.pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


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




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

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

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

#stacks_in_257_page7 .stacks_in_257_page7-button,
#stacks_in_257_page7 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_257_page7 {
		text-align: left;
	}









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


/* Color picker options */
	
	#stacks_in_257_page7 .stacks_in_257_page7-button {
		
			background-color: none;
			border: 1px solid #C7C7C7;
		
	}

	#stacks_in_257_page7 a.stacks_in_257_page7-button, #stacks_in_257_page7 a.stacks_in_257_page7-button:visited {
		
			color: #990033 !important;
			
	}

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

	
	#stacks_in_257_page7 .button_icon {
		
			background-color: none;
			border-right: 1px solid #C7C7C7;
		
	}

	#stacks_in_257_page7 a.stacks_in_257_page7-button:hover .button_icon, #stacks_in_257_page7 a.stacks_in_257_page7-button:active .button_icon {
		
			background-color: #C7C7C7;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_out_257_page7 {
	width: 500px;
	margin-left:0;
}

#stacks_in_257_page7 {
	padding: 20px 0px 20px 0px;
}
#linkBoxstacks_in_990_page7 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_990_page7 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_990_page7 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}
.pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


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




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

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

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

#stacks_in_258_page7 .stacks_in_258_page7-button,
#stacks_in_258_page7 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_258_page7 {
		text-align: left;
	}









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


/* Color picker options */
	
	#stacks_in_258_page7 .stacks_in_258_page7-button {
		
			background-color: none;
			border: 1px solid #CBCBCB;
		
	}

	#stacks_in_258_page7 a.stacks_in_258_page7-button, #stacks_in_258_page7 a.stacks_in_258_page7-button:visited {
		
			color: #990033 !important;
			
	}

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

	
	#stacks_in_258_page7 .button_icon {
		
			background-color: none;
			border-right: 1px solid #CBCBCB;
		
	}

	#stacks_in_258_page7 a.stacks_in_258_page7-button:hover .button_icon, #stacks_in_258_page7 a.stacks_in_258_page7-button:active .button_icon {
		
			background-color: #CBCBCB;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_out_258_page7 {
	width: 500px;
	margin-left:0;
}

#stacks_in_258_page7 {
	padding: 23px 0px 23px 0px;
}
#toggleWrapper_stacks_in_2410_page7 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_2410_page7 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_2410_page7:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_2410_page7 {
	display: none;
	margin-top: 5px;
	padding: 12px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_2410_page7 a:link:after,
	#toggleTrigger_stacks_in_2410_page7 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_2410_page7 {
		display: block !important;
	}
}

#stacks_in_2410_page7 {
	padding:  5px;
}

#stacks_in_2415_page7 {
	margin:  20px;
	padding:  14px;
}
#toggleWrapper_stacks_in_2428_page7 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_2428_page7 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_2428_page7:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_2428_page7 {
	display: none;
	margin-top: 5px;
	padding: 12px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media print {
	#toggleTrigger_stacks_in_2428_page7 a:link:after,
	#toggleTrigger_stacks_in_2428_page7 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_2428_page7 {
		display: block !important;
	}
}

#stacks_in_2428_page7 {
	padding:  5px;
}

#stacks_in_2433_page7 {
	margin:  20px;
	padding:  14px;
}
#toggleWrapper_stacks_in_2446_page7 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_2446_page7 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_2446_page7:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_2446_page7 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_2446_page7 a:link:after,
	#toggleTrigger_stacks_in_2446_page7 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_2446_page7 {
		display: block !important;
	}
}

#stacks_in_2446_page7 {
	padding:  5px;
}

#stacks_in_2451_page7 {
	margin:  20px;
	padding:  14px;
}
#stacks_in_5122_page7 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5122_page7 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_5122_page7 #jwresp_col2_stacks_in_5122_page7{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_5122_page7 #jwresp_col1_stacks_in_5122_page7,#stacks_in_5122_page7 #jwresp_col2_stacks_in_5122_page7{width:100%;float:none;display:block}#stacks_in_5122_page7 #jwresp_col1_stacks_in_5122_page7{margin-bottom:15px}}
#stacks_in_11383_page7 .stacks_in_11383_page7-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: "Lato", sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

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

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

#stacks_in_11383_page7 .stacks_in_11383_page7-button,
#stacks_in_11383_page7 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_11383_page7 {
		text-align: left;
	}









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


/* Color picker options */
	
	#stacks_in_11383_page7 .stacks_in_11383_page7-button {
		
			background-color: none;
			border: 1px solid #A6A6A6;
		
	}

	#stacks_in_11383_page7 a.stacks_in_11383_page7-button, #stacks_in_11383_page7 a.stacks_in_11383_page7-button:visited {
		
			color: #990033 !important;
			
	}

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

	
	#stacks_in_11383_page7 .button_icon {
		
			background-color: none;
			border-right: 1px solid #A6A6A6;
		
	}

	#stacks_in_11383_page7 a.stacks_in_11383_page7-button:hover .button_icon, #stacks_in_11383_page7 a.stacks_in_11383_page7-button:active .button_icon {
		
			background-color: #A6A6A6;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_out_11383_page7 {
	margin-left:0;
}

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

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

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

#stacks_in_11386_page7 .stacks_in_11386_page7-button,
#stacks_in_11386_page7 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_11386_page7 {
		text-align: left;
	}









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


/* Color picker options */
	
	#stacks_in_11386_page7 .stacks_in_11386_page7-button {
		
			background-color: none;
			border: 1px solid #A6A6A6;
		
	}

	#stacks_in_11386_page7 a.stacks_in_11386_page7-button, #stacks_in_11386_page7 a.stacks_in_11386_page7-button:visited {
		
			color: #990033 !important;
			
	}

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

	
	#stacks_in_11386_page7 .button_icon {
		
			background-color: none;
			border-right: 1px solid #A6A6A6;
		
	}

	#stacks_in_11386_page7 a.stacks_in_11386_page7-button:hover .button_icon, #stacks_in_11386_page7 a.stacks_in_11386_page7-button:active .button_icon {
		
			background-color: #A6A6A6;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_out_11386_page7 {
	margin-left:0;
}

#stacks_in_11386_page7 {
	padding: 9px 0px 20px 0px;
}
#stacks_in_216_page7 img{max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;          }

#stacks_in_216_page7 {
	margin: 20px 0px 20px 0px;
}
