/* @group Wrapper and reset */

#quoteSliderWrapperstacks_in_930_page26 {
	-moz-box-shadow: 0 0 5px #CCCCCC;
	-webkit-box-shadow: 0 0 5px #CCCCCC;
	box-shadow: 0 0 5px #CCCCCC;
	margin: 5px; /* Space needed for the shadow */
	border-radius: 5px;
	padding-bottom: 3.00%;
	padding-top: 3.00%;
	position: relative;
}

#quoteSliderWidthWrapperstacks_in_930_page26 {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

#quoteSliderWrapperstacks_in_930_page26 ul,
#quoteSliderWrapperstacks_in_930_page26 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

/* @group Title */

#quoteSliderTitlestacks_in_930_page26 {
	font-size: 28px;
	display: block;
	color: #004080;
	text-align: center;
	padding-bottom: 3.00%;
	border-bottom: 1px solid #CCCCCC;
	width: 75.00%;
	margin: 0 auto 3.00%;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	#quoteSliderTitlestacks_in_930_page26 {
		font-size: 18px;
	}
}

/* @end */

/* @group Background */ /* */


/* No background */
#quoteSliderWrapperstacks_in_930_page26 {
	background: transparent;
}



















/* */ 

/* @end */



/* @group BX Slider */

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


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

#slider-wrapperstacks_in_930_page26 {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

/* @end */

#slider-wrapperstacks_in_930_page26 img {
	max-width: 100%;
	display: block;
}

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

#slider-wrapperstacks_in_930_page26 .bx-viewport {
	left: 0;
	background: transparent;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

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

/* PAGER */

#QuoteSliderPagerstacks_in_930_page26 .bx-pager,
#QuoteSliderPagerFake .bx-pager {
	text-align: center;
	font-weight: bold;
	color: #D6D6D6;
	padding-top: 20px;
}

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

#QuoteSliderPagerstacks_in_930_page26 .bx-pager.bx-default-pager a,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a {
	background: #D6D6D6;
	text-indent: -9999px;
	font-size: 0px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#QuoteSliderPagerstacks_in_930_page26 .bx-pager.bx-default-pager a:hover,
#QuoteSliderPagerstacks_in_930_page26 .bx-pager.bx-default-pager a.active,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a:hover,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a.active {
	background: #F2E7D1;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* @end */

/* @group Next / Previous buttons */

#nextstacks_in_930_page26 {
	position: absolute;
	right: 5px;
	top: 40%;
	font-size: 55px;
}

#prevstacks_in_930_page26 {
	position: absolute;
	left: 5px;
	top: 40%;
	font-size: 55px;
}

#nextstacks_in_930_page26 a,
#prevstacks_in_930_page26 a,
#nextstacks_in_930_page26 a [class^="fa fa-"],
#prevstacks_in_930_page26 a [class^="fa fa-"] {
	color: #C0C0C0;
	text-decoration: none;
	outline: none;
	background: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#nextstacks_in_930_page26 a:hover,
#prevstacks_in_930_page26 a:hover,
#nextstacks_in_930_page26 a:hover [class^="fa fa-"],
#prevstacks_in_930_page26 a:hover [class^="fa fa-"] {
	color: #E65926;
	text-decoration: none;
	outline: none;
	background: none;
}

#nextstacks_in_930_page26 .disabled,
#prevstacks_in_930_page26 .disabled {
	display: none;
}

@media screen and (max-width: 768px) {
	#nextstacks_in_930_page26,
	#prevstacks_in_930_page26 {
		font-size: 25px;
	}
}


/* @end */

/* @group Quotes */

#quoteSliderWrapperstacks_in_930_page26 li {
	font-size: 18px;
	font-style: italic;
	width: auto;
	display: block;
	color: #333333;
	text-align: center;
}

#quoteSliderWrapperstacks_in_930_page26 li a {
	color: %id=quoteslider_quotestaticlinks;
	background: none;
	outline: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#quoteSliderWrapperstacks_in_930_page26 li a:hover {
	color: %id=quoteslider_quotehoverlinks;
	background: none;
	outline: none;
}

#quoteSliderWrapperstacks_in_930_page26 li div {
	padding-bottom: 3.00%;
	padding-top: 3.00%;
	padding-left: 10.00%;
	padding-right: 10.00%;
}

@media screen and (max-width: 768px) {
	#quoteSliderWrapperstacks_in_930_page26 li {
		font-size: px;
	}
}

/* @end */

/* @group Cites */

#quoteSliderWrapperstacks_in_930_page26 li cite {
	display: block;
	font-style: normal;
	color: #004080;
	margin-top: 8px;
}


#quoteSliderWrapperstacks_in_930_page26 li cite:before {
	content: '- ';
}


/* @end */



@media print {
	#quoteSliderWrapperstacks_in_930_page26 {
		display: none;
	}
}

#stacks_out_930_page26 {
	width: 76%;
}


.spacerStack {
	height: 100px;
}

#spacerStackstacks_in_933_page26 {
	height: 100px;
}









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

#stacks_out_4018_page26 {
	width: 58%;
}


.spacerStack {
	height: 100px;
}

#spacerStackstacks_in_3964_page26 {
	height: 100px;
}











.spacerStack {
	height: 60px;
}

#spacerStackstacks_in_3976_page26 {
	height: 60px;
}









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

#stacks_out_3977_page26 {
	width: 76%;
}

#stacks_in_3977_page26 {
	border: solid #C1C1C1;
	border-width:  1px;
}
/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/



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

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

/* Label Font Choices */
	
	.stacks_in_4140_page26_accordion_label {
		font-family: 'Open Sans', sans-serif;
	}















/* Content Font Choices */
	
	.stacks_in_4140_page26_accordion_content {
		font-family: 'Open Sans', sans-serif;
	}









.stacks_in_4140_page26_accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

.stacks_in_4140_page26_accordion_label i {
}

.stacks_in_4140_page26_accordion_selected {
}

.stacks_in_4140_page26_accordion_content {
		
		padding: 40px;
	

}

ul#stacks_in_4140_page26_accordion li:last-child .stacks_in_4140_page26_accordion_content {
}

.stacks_in_4140_page26_accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
	
		
		position: absolute;
		left: 20px;
		top: 15px;
		margin-right: 5px;
	
}

.stacks_in_4140_page26_accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

.stacks_in_4140_page26_accordion_selected .accordion_icon i {
	
}

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



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

/* Ghost */


ul#stacks_in_4140_page26_accordion {
	border: 1px solid #d4d4d4;
}

.stacks_in_4140_page26_accordion_label {
	color: #434343;
	border-bottom: 1px solid #d4d4d4;
}

.stacks_in_4140_page26_accordion_selected {
	background-color: #f2f2f2;
}



.stacks_in_4140_page26_accordion_content {
	color: #434343;
	border-bottom: 1px solid #d4d4d4;
}


ul#stacks_in_4140_page26_accordion li:last-child .stacks_in_4140_page26_accordion_label {
	border-bottom: none;
}


ul#stacks_in_4140_page26_accordion li:last-child .stacks_in_4140_page26_accordion_selected {
	border-bottom: 1px solid #d4d4d4;
}

ul#stacks_in_4140_page26_accordion li:last-child .stacks_in_4140_page26_accordion_content {
	border-bottom: none;
}




/* Dark Grey */



/* Light Blue */



/* Flat Teal */



/* Blue Grey */



/* Flat Orange */



/* Forest Green */



/* Earthy */



/* Purple Power */



/* Bold Blue */



/* Baby Blue */



/* Shamrock */



/* Crimson */



/* Gun Metal */



/* Bright Blue */



/* Pinky */



/* Tesla */



/* Rustic */



/* Ruby */



/* Feather */



/* Abstract */




/* CUSTOM */




/* ------------------------------------*/
/* Edit Mode                           */
/* ------------------------------------*/

#stacks_in_4140_page26_accordion_edit_header {
	height: 60px;
	line-height: 60px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	width: 90%;
	margin: 20px auto;
	margin-bottom: 30px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #AAAAAA;
	text-shadow: 0 1px 0 #fff;
}

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


@media only screen {
	.stacks_in_4140_page26_accordion_label {
		font-size: 20px;
	}

	.stacks_in_4140_page26_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			
			padding-left: 60px;
		
	}

}


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

	.stacks_in_4140_page26_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			
			padding-left: 60px;
		
	}
}

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

	.stacks_in_4140_page26_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			
			padding-left: 50px;
		
	}
}

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

	.stacks_in_4140_page26_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			
			padding-left: 50px;
		
	}
}



#stacks_in_4146_page26 {
	font-size: 132%;
}
/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/



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

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

/* Label Font Choices */
	
	.stacks_in_3614_page26_accordion_label {
		font-family: 'Open Sans', sans-serif;
	}















/* Content Font Choices */
	
	.stacks_in_3614_page26_accordion_content {
		font-family: 'Open Sans', sans-serif;
	}









.stacks_in_3614_page26_accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

.stacks_in_3614_page26_accordion_label i {
}

.stacks_in_3614_page26_accordion_selected {
}

.stacks_in_3614_page26_accordion_content {
		
		padding: 40px;
	

}

ul#stacks_in_3614_page26_accordion li:last-child .stacks_in_3614_page26_accordion_content {
}

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

.stacks_in_3614_page26_accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

.stacks_in_3614_page26_accordion_selected .accordion_icon i {
	
}

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



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

/* Ghost */


ul#stacks_in_3614_page26_accordion {
	border: 1px solid #d4d4d4;
}

.stacks_in_3614_page26_accordion_label {
	color: #434343;
	border-bottom: 1px solid #d4d4d4;
}

.stacks_in_3614_page26_accordion_selected {
	background-color: #f2f2f2;
}



.stacks_in_3614_page26_accordion_content {
	color: #434343;
	border-bottom: 1px solid #d4d4d4;
}


ul#stacks_in_3614_page26_accordion li:last-child .stacks_in_3614_page26_accordion_label {
	border-bottom: none;
}


ul#stacks_in_3614_page26_accordion li:last-child .stacks_in_3614_page26_accordion_selected {
	border-bottom: 1px solid #d4d4d4;
}

ul#stacks_in_3614_page26_accordion li:last-child .stacks_in_3614_page26_accordion_content {
	border-bottom: none;
}




/* Dark Grey */



/* Light Blue */



/* Flat Teal */



/* Blue Grey */



/* Flat Orange */



/* Forest Green */



/* Earthy */



/* Purple Power */



/* Bold Blue */



/* Baby Blue */



/* Shamrock */



/* Crimson */



/* Gun Metal */



/* Bright Blue */



/* Pinky */



/* Tesla */



/* Rustic */



/* Ruby */



/* Feather */



/* Abstract */




/* CUSTOM */




/* ------------------------------------*/
/* Edit Mode                           */
/* ------------------------------------*/

#stacks_in_3614_page26_accordion_edit_header {
	height: 60px;
	line-height: 60px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	width: 90%;
	margin: 20px auto;
	margin-bottom: 30px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #AAAAAA;
	text-shadow: 0 1px 0 #fff;
}

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


@media only screen {
	.stacks_in_3614_page26_accordion_label {
		font-size: 20px;
	}

	.stacks_in_3614_page26_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 60px;
		
		
	}

}


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

	.stacks_in_3614_page26_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 60px;
		
		
	}
}

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

	.stacks_in_3614_page26_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 50px;
		
		
	}
}

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

	.stacks_in_3614_page26_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 50px;
		
		
	}
}




.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_3613_page26 {
	height: 40px;
}










#stacks_out_4019_page26 {
	width: 42%;
}

#stacks_in_4020_page26 {
	font-size: 199%;
}



#stacks_in_2331_page26 .teleportMe {
display: none;
}




#stacks_in_2333_page26 .stacks_left {
	float:left;
	width:9%;
}

#stacks_in_2333_page26 .stacks_right {
	float:right;
	width:9%;
}

#stacks_in_2333_page26 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:78%;
}/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.1
 */

#simpleText_stacks_in_2335_page26 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_2335_page26.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_2335_page26.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_2335_page26.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_2335_page26.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_2335_page26.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_2335_page26.inheritOff a, #simpleText_stacks_in_2335_page26.inheritOff a:link {
	color: #4A4A4A;
	text-decoration: none;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_2335_page26.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_2335_page26.inheritOff a:hover {
	color: #7F7F7F;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_2335_page26.inheritOff a:active {
	color: #7F7F7F;
}
#simpleText_stacks_in_2335_page26.inheritOff a:focus {
	color: #7F7F7F;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_2335_page26.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_2335_page26.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_2335_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_2335_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_2335_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
h3.advert_stacks_in_2335_page26 {
	display: none;
}

#stacks_out_2335_page26 {
	margin-right:0;
}
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.1
 */

#simpleText_stacks_in_2338_page26 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_2338_page26.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_2338_page26.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_2338_page26.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_2338_page26.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_2338_page26.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_2338_page26.inheritOff a, #simpleText_stacks_in_2338_page26.inheritOff a:link {
	color: #4A4A4A;
	text-decoration: none;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_2338_page26.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_2338_page26.inheritOff a:hover {
	color: #7F7F7F;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_2338_page26.inheritOff a:active {
	color: #7F7F7F;
}
#simpleText_stacks_in_2338_page26.inheritOff a:focus {
	color: #7F7F7F;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_2338_page26.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_2338_page26.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_2338_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_2338_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_2338_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
h3.advert_stacks_in_2338_page26 {
	display: none;
}

#stacks_out_2338_page26 {
	margin-right:0;
}
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.1
 */

#simpleText_stacks_in_2341_page26 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_2341_page26.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_2341_page26.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_2341_page26.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_2341_page26.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_2341_page26.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_2341_page26.inheritOff a, #simpleText_stacks_in_2341_page26.inheritOff a:link {
	color: #4A4A4A;
	text-decoration: none;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_2341_page26.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_2341_page26.inheritOff a:hover {
	color: #7F7F7F;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_2341_page26.inheritOff a:active {
	color: #7F7F7F;
}
#simpleText_stacks_in_2341_page26.inheritOff a:focus {
	color: #7F7F7F;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_2341_page26.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_2341_page26.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_2341_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_2341_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_2341_page26.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
h3.advert_stacks_in_2341_page26 {
	display: none;
}
