/*  */

/*  */

/*  */

/*  */

/*  */@media print {
	#spacerStackstacks_in_3497 {
		display: none !important;
	}
}
/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      
/* @group Wrapper and reset */

#quoteSliderWrapperstacks_in_4012 {
	-moz-box-shadow: 0 0 5px rgba(204, 204, 204, 1.00);
	-webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 1.00);
	box-shadow: 0 0 5px rgba(204, 204, 204, 1.00);
	margin: 5px; /* Space needed for the shadow */
	border-radius: 5px;
	padding-bottom: 3.00%;
	padding-top: 3.00%;
	position: relative;
	visibility: hidden;
}

#quoteSliderWidthWrapperstacks_in_4012 {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

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

/* @end */

/* @group Title */

#quoteSliderTitlestacks_in_4012 {
	font-size: 28px;
	display: block;
	color: rgba(0, 64, 128, 1.00);
	text-align: center;
	padding-bottom: 3.00%;
	border-bottom: 1px solid rgba(204, 204, 204, 1.00);
	width: 75.00%;
	margin: 0 auto 3.00%;
	font-weight: 400;
}

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

/* @end */

/* @group Background */ /* */




/* Solid colour fill */
#quoteSliderWrapperstacks_in_4012 {
	background: rgba(245, 245, 245, 0.75);
}

#portholeStackstacks_in_4012:hover #quoteSliderWrapperstacks_in_4012 {
	background: rgba(245, 245, 245, 1.00);
}

















/* */ 

/* @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_4012 {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

/* @end */

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

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

#slider-wrapperstacks_in_4012 .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_4012 .bx-pager,
#slider-wrapperstacks_in_4012 .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */

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

#QuoteSliderPagerstacks_in_4012 .bx-pager .bx-pager-item,
#QuoteSliderPagerstacks_in_4012 .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_4012 .bx-pager.bx-default-pager a,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a {
	background: #C0C0C0;
	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_4012 .bx-pager.bx-default-pager a:hover,
#QuoteSliderPagerstacks_in_4012 .bx-pager.bx-default-pager a.active,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a:hover,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a.active {
	background: #E65926;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* @end */

/* @group Next / Previous buttons */

#nextstacks_in_4012,
#prevstacks_in_4012 {
	position: absolute;
	font-size: 55px;
	z-index: 100;
}

#nextstacks_in_4012 {
	
	right: 5px;
	top: 50%;
}

#prevstacks_in_4012 {
	left: 5px;
	top: 50%;
}

#nextstacks_in_4012 a,
#prevstacks_in_4012 a,
#nextstacks_in_4012 a [class^="fa fa-"],
#prevstacks_in_4012 a [class^="fa fa-"] {
	color: rgba(192, 192, 192, 1.00);
	text-decoration: none;
	outline: none;
	background: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#nextstacks_in_4012 a:hover,
#prevstacks_in_4012 a:hover,
#nextstacks_in_4012 a:hover [class^="fa fa-"],
#prevstacks_in_4012 a:hover [class^="fa fa-"] {
	color: rgba(230, 89, 38, 1.00);
	text-decoration: none;
	outline: none;
	background: none;
}

#nextstacks_in_4012 .disabled,
#prevstacks_in_4012 .disabled {
	display: none;
}

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


/* @end */

/* @group Quotes */

#quoteSliderWrapperstacks_in_4012 li {
	font-size: 18px;
	font-style: italic;
	width: auto;
	display: block;
	color: rgba(51, 51, 51, 1.00);
	text-align: center;
}

#quoteSliderWrapperstacks_in_4012 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_4012 li a:hover {
	color: %id=quoteslider_quotehoverlinks;
	background: none;
	outline: none;
}

#quoteSliderWrapperstacks_in_4012 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_4012 li {
		font-size: 14px;
	}
}

/* @end */

/* @group Cites */

#quoteSliderWrapperstacks_in_4012 li cite {
	display: block;
	font-style: normal;
	color: rgba(0, 64, 128, 1.00);
	margin-top: 8px;
}



/* @end */



@media print {
	#quoteSliderWrapperstacks_in_4012 {
		display: none;
	}
}
/* Start Obscure Email stack CSS code */.stacks_in_295topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_295mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_295small{font-weight: normal;font-size: 12px;}.stacks_in_295centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_295centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//*  */

/*  */

/*  */

/*  */

/*  */@media print {
	#spacerStackstacks_in_1302 {
		display: none !important;
	}
}