/* @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_4216 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_4216 [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_4216 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_4216 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_4216 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_4216 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_4216 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_4216 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_4216 {
	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_4216 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	font-size: 110%;
	color: #FFFFFF;
	line-height: 100%;
}

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

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

@media screen and (max-width: 768px) {
	#jumbotronWrapstacks_in_4216,
	#jumbotronLeftPlaceholderstacks_in_4216,
	#jumbotronRightPlaceholderstacks_in_4216 {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		background: #704B31;
	}
}

/* @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_4216 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 55;
	display: block;
	width: 33%;
}

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

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

/* @end */

@media screen and (max-width: 300px) {
	#freeStyleOverlaystacks_in_4216 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_4216,
	#overlayContentstacks_in_4216 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_4218 {
	margin: 18px 0px 0px 0px;
}

#stacks_in_4221 {
	padding: 0px 20px 0px 0px;
}
#stacks_in_4268_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_4268 a:link, #stacks_in_4268 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	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_4268 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4268 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4268 {
	margin: 0px 0px 8px 0px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_23 .stacks_in_23bgimagestack
{
	position:relative;
	min-height:10px;
	padding:0px;
	border: 1px solid #333333;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_23 .stacks_in_23bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_23 {
    background-image: url("D67DAAC4-AAE6-4ACC-A7AC-F4F858DC77CA.jpg");
	background-repeat: repeat;
	background-position: left top;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_3807{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_3807{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_3807 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: center;
	border: solid rgba(26, 26, 26, 1.00);
	border-width:  1px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	margin:  5px;
	padding:  7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_3921 .stacks_in_3921bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_3921 .stacks_in_3921bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_3921 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_3923{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_3923{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_3923 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(139, 113, 159, 1.00);
	border-width:  1px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	padding: 7px 0px 0px 0px;
}

#stacks_in_3924 {
	margin: 0px 0px 7px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3917Calligrapher{			font-size: 90% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_3917Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3917Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3917Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3917Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3917Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3917Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3917Calligrapher h6, .stacks_in_3917Calligrapher h5, .stacks_in_3917Calligrapher h4, .stacks_in_3917Calligrapher h3, .stacks_in_3917Calligrapher h2, .stacks_in_3917Calligrapher h1{			color: #FFF3CE !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_3917Calligrapher, .stacks_in_3917Calligrapher h1, .stacks_in_3917Calligrapher h2, .stacks_in_3917Calligrapher h3, .stacks_in_3917Calligrapher h4, .stacks_in_3917Calligrapher h5, .stacks_in_3917Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_3917Calligrapher, .stacks_in_3917Calligrapher h1, .stacks_in_3917Calligrapher h2, .stacks_in_3917Calligrapher h3, .stacks_in_3917Calligrapher h4, .stacks_in_3917Calligrapher h5, .stacks_in_3917Calligrapher h6{	text-shadow: 1px 1px 1px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3917targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3917Calligrapher a:link{			color: #FFF6D9 !important;			text-decoration: none !important;		}				.stacks_in_3917Calligrapher a:visited{			color: #FFF6D9 !important;		}				.stacks_in_3917Calligrapher a:active{			color: #FFF6D9 !important;		}				.stacks_in_3917Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3917 {
	background-color: rgba(66, 74, 87, 1.00);
	margin: 3px 1px 0px 0px;
}

#stacks_in_3918 {
	margin: 14px 0px 14px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3963Calligrapher{			font-size: 130% !important;			color: #814515 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_3963Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3963Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3963Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3963Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3963Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3963Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3963Calligrapher h6, .stacks_in_3963Calligrapher h5, .stacks_in_3963Calligrapher h4, .stacks_in_3963Calligrapher h3, .stacks_in_3963Calligrapher h2, .stacks_in_3963Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_3963Calligrapher, .stacks_in_3963Calligrapher h1, .stacks_in_3963Calligrapher h2, .stacks_in_3963Calligrapher h3, .stacks_in_3963Calligrapher h4, .stacks_in_3963Calligrapher h5, .stacks_in_3963Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_3963Calligrapher, .stacks_in_3963Calligrapher h1, .stacks_in_3963Calligrapher h2, .stacks_in_3963Calligrapher h3, .stacks_in_3963Calligrapher h4, .stacks_in_3963Calligrapher h5, .stacks_in_3963Calligrapher h6{	text-shadow: 0px 0px 0px #555555 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3963targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3963Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3963Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3963Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3963Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_3928{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_3928 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_3928{visibility:hidden}#stacks_in_3928 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_3928 .cycler_reel > div.stacks_out:first{visibility:visible}

#stacks_in_3928 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(185, 122, 78, 1.00);
	border-width: 2px 0px 1px 0px;
	padding: 0px 0px 9px 0px;
}
#stacks_in_3930>.s3_row {
	margin: 0 -10px;
}

#stacks_in_3930>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_3930>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_3930>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_3930 {
	margin:  3px;
}
 #caption_stacks_in_3952{color:#000000} #caption_stacks_in_3952{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_3952 {
	padding: 0px 0px 4px 0px;
}
 #caption_stacks_in_3969{color:#000000} #caption_stacks_in_3969{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_3969 {
	padding: 0px 0px 4px 0px;
}
 #caption_stacks_in_3973{color:#000000} #caption_stacks_in_3973{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_3973 {
	padding: 0px 0px 4px 0px;
}
#stacks_in_4007>.s3_row {
	margin: 0 -10px;
}

#stacks_in_4007>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_4007>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_4007>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_4007 {
	margin:  3px;
}
 #caption_stacks_in_4032{color:#000000} #caption_stacks_in_4032{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_4032 {
	padding: 0px 0px 4px 0px;
}
 #caption_stacks_in_4008{color:#000000} #caption_stacks_in_4008{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_4008 {
	padding: 0px 0px 4px 0px;
}
 #caption_stacks_in_3977{color:#000000} #caption_stacks_in_3977{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_3977 {
	padding: 0px 0px 4px 0px;
}
#stacks_in_3994>.s3_row {
	margin: 0 -10px;
}

#stacks_in_3994>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_3994>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_3994>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_3994 {
	margin:  3px;
}
 #caption_stacks_in_3957{color:#000000} #caption_stacks_in_3957{text-align:center;margin-top:18px;font-size:15px;font-weight:bold}

#stacks_in_3957 {
	padding: 18px 0px 4px 0px;
}
 #caption_stacks_in_4029{color:#000000} #caption_stacks_in_4029{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_4029 {
	padding: 0px 0px 4px 0px;
}
 #caption_stacks_in_4020{color:#000000} #caption_stacks_in_4020{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_4020 {
	padding: 0px 0px 4px 0px;
}
#stacks_in_3981>.s3_row {
	margin: 0 -10px;
}

#stacks_in_3981>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_3981>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_3981>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_3981 {
	margin:  3px;
}
 #caption_stacks_in_4023{color:#000000} #caption_stacks_in_4023{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_4023 {
	padding: 0px 0px 4px 0px;
}
 #caption_stacks_in_3995{color:#000000} #caption_stacks_in_3995{text-align:center;margin-top:10px;font-size:15px;font-weight:bold}

#stacks_in_3995 {
	padding: 0px 0px 4px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4097Calligrapher{			font-size: 90% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_4097Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_4097Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_4097Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_4097Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_4097Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_4097Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_4097Calligrapher h6, .stacks_in_4097Calligrapher h5, .stacks_in_4097Calligrapher h4, .stacks_in_4097Calligrapher h3, .stacks_in_4097Calligrapher h2, .stacks_in_4097Calligrapher h1{			color: #FFF3CE !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_4097Calligrapher, .stacks_in_4097Calligrapher h1, .stacks_in_4097Calligrapher h2, .stacks_in_4097Calligrapher h3, .stacks_in_4097Calligrapher h4, .stacks_in_4097Calligrapher h5, .stacks_in_4097Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_4097Calligrapher, .stacks_in_4097Calligrapher h1, .stacks_in_4097Calligrapher h2, .stacks_in_4097Calligrapher h3, .stacks_in_4097Calligrapher h4, .stacks_in_4097Calligrapher h5, .stacks_in_4097Calligrapher h6{	text-shadow: 1px 1px 1px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4097targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4097Calligrapher a:link{			color: #FFF6D9 !important;			text-decoration: none !important;		}				.stacks_in_4097Calligrapher a:visited{			color: #FFF6D9 !important;		}				.stacks_in_4097Calligrapher a:active{			color: #FFF6D9 !important;		}				.stacks_in_4097Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4097 {
	background-color: rgba(66, 74, 87, 1.00);
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	margin: 0px 1px 0px 0px;
}

#stacks_in_3950 {
	margin: 12px 22px 12px 22px;
}

#stacks_in_3951 {
	line-height: 2em;
}

#stacks_in_3811 .cleanResponse2_L {
	float:left;
	width:47%;
	margin: 0 0 0px 0;
}

#stacks_in_3811 .cleanResponse2_R {
	float:right;
	width:51%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3811 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3811 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3811 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	margin: 0px 7px 0px 10px;
}
#stacks_in_3812 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_3812 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_3812 .fluid-image.unlimited img{width:100% !important}#stacks_in_3812 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_3812 .fluid-image.align-left img{float:left}#stacks_in_3812 .fluid-image.align-right img{float:right}

#stacks_in_3812 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_3815 .stacks_in_3815bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_3815 .stacks_in_3815bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_3815 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_3817{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_3817{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_3817 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(139, 113, 159, 1.00);
	border-width:  1px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	padding: 7px 0px 7px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3822Calligrapher{			font-size: 140% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_3822Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3822Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3822Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3822Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3822Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3822Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3822Calligrapher h6, .stacks_in_3822Calligrapher h5, .stacks_in_3822Calligrapher h4, .stacks_in_3822Calligrapher h3, .stacks_in_3822Calligrapher h2, .stacks_in_3822Calligrapher h1{			color: #FFF6D9 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_3822Calligrapher, .stacks_in_3822Calligrapher h1, .stacks_in_3822Calligrapher h2, .stacks_in_3822Calligrapher h3, .stacks_in_3822Calligrapher h4, .stacks_in_3822Calligrapher h5, .stacks_in_3822Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_3822Calligrapher, .stacks_in_3822Calligrapher h1, .stacks_in_3822Calligrapher h2, .stacks_in_3822Calligrapher h3, .stacks_in_3822Calligrapher h4, .stacks_in_3822Calligrapher h5, .stacks_in_3822Calligrapher h6{	text-shadow: 1px 1px 0px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3822targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3822Calligrapher a:link{			color: #FFF6D9 !important;			text-decoration: none !important;		}				.stacks_in_3822Calligrapher a:visited{			color: #FFF6D9 !important;		}				.stacks_in_3822Calligrapher a:active{			color: #FFF6D9 !important;		}				.stacks_in_3822Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3823 {
	margin: 0px 10px 0px 15px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2937Calligrapher{			font-size: 104% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_2937Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2937Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2937Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2937Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2937Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2937Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2937Calligrapher h6, .stacks_in_2937Calligrapher h5, .stacks_in_2937Calligrapher h4, .stacks_in_2937Calligrapher h3, .stacks_in_2937Calligrapher h2, .stacks_in_2937Calligrapher h1{			color: #FFF6D1 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2937Calligrapher, .stacks_in_2937Calligrapher h1, .stacks_in_2937Calligrapher h2, .stacks_in_2937Calligrapher h3, .stacks_in_2937Calligrapher h4, .stacks_in_2937Calligrapher h5, .stacks_in_2937Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2937targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2937Calligrapher a:link{			color: #FFF6D1 !important;			text-decoration: none !important;		}				.stacks_in_2937Calligrapher a:visited{			color: #FFF6D1 !important;		}				.stacks_in_2937Calligrapher a:active{			color: #FFF6D1 !important;		}				.stacks_in_2937Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2937 {
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 12px 0px 0px 0px;
}
font@font-face {
	font-family: 'FontAwesome'; src: url('../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal
}

#stacks_in_2939 .sidepanels_nav_1 {
 background: #865C3D;  
    text-align: center;
    font-size: 16px;
    font-family: Inherit;
	line-height: 114%;
	margin: 0px; padding: 0px;
/*-webkit-perspective: 1000; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);*/

	/*Custom CSS;*/
}
#stacks_in_2939 .sidepanels_nav_1 a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*Custom CSS;*/	
}
#stacks_in_2939 .sidepanels_nav_1 a:after {
 
	/*Custom CSS;*/
}

#stacks_in_2939 .sidepanels_nav_1 a:hover {


    background: #6D4324;










/*Custom CSS;*/
}

#sidepanel_1 {

-webkit-perspective: 1000; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);
      position: fixed;
 
    right: 0 !important;

    top: 0 !important;
    bottom: 0 !important;
    width: 520px;			
    box-shadow: 0px 0px 4px black;
    padding: 2px;
    -webkit-transform-origin:  100% 50% ;
    -webkit-transform: scaleX(0.00001);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
	-webkit-transition-delay: 0.1s;
    -ms-transform-origin:  100% 50% ;
    -ms-transform: scaleX(0.00001);
    -ms-transition: -ms-transform 0.5s ease-in-out;
    -moz-transform-origin:  100% 50% ;
    -moz-transform: scaleX(0.00001);
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transform-origin:  100% 50% ;
    -o-transform: scaleX(0.00001);
    -o-transition: -o-transform 0.5s ease-in-out;
    transform-origin:  100% 50% ;
    transform: scaleX(0.00001);
    transition: transform 0.5s ease-in-out;
    outline: 0;
    overflow: auto;
    z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;


	background-color: #525D6E;


 

/*Custom CSS;*/
	}



#sidepanel_overlay_1 { height: 100%; min-height: 100%;

	
 
	background: url(../index_files/none) scroll repeat !important;
 


	background-image: none !important;

		

		opacity: 1;

/*Custom CSS;*/
}	
#sidepanel_1:target {
-webkit-perspective: 1000; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}




@media handheld, only screen and (max-width: 500px) {
	#sidepanel_1 {
	width: 100%;


/*Custom CSS;*/
}}
 
#stacks_in_2939 {
	border: solid rgba(54, 54, 54, 1.00);
	border-width:  1px;
	margin: 0px 10px 0px 10px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_2942 .stacks_in_2942bgimagestack
{
	position:relative;
	min-height:10px;
	padding:3px;
	border: 1px solid #5B7CC6;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_2942 .stacks_in_2942bgimage
{
	display:none;
}




/* end roundedbox css *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2945Calligrapher{			font-size: 105% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2945Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2945Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2945Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2945Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2945Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2945Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2945Calligrapher h6, .stacks_in_2945Calligrapher h5, .stacks_in_2945Calligrapher h4, .stacks_in_2945Calligrapher h3, .stacks_in_2945Calligrapher h2, .stacks_in_2945Calligrapher h1{			color: #FFF6D1 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2945Calligrapher, .stacks_in_2945Calligrapher h1, .stacks_in_2945Calligrapher h2, .stacks_in_2945Calligrapher h3, .stacks_in_2945Calligrapher h4, .stacks_in_2945Calligrapher h5, .stacks_in_2945Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_2945Calligrapher, .stacks_in_2945Calligrapher h1, .stacks_in_2945Calligrapher h2, .stacks_in_2945Calligrapher h3, .stacks_in_2945Calligrapher h4, .stacks_in_2945Calligrapher h5, .stacks_in_2945Calligrapher h6{	text-shadow: 1px 1px 1px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2945targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2945Calligrapher a:link{			color: #603512 !important;			text-decoration: none !important;		}				.stacks_in_2945Calligrapher a:visited{			color: #603512 !important;		}				.stacks_in_2945Calligrapher a:active{			color: #603512 !important;		}				.stacks_in_2945Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2945 {
	padding:  12px;
}
#stacks_in_2947 .sidepanels_nav_close {
    background: #4F77A2;
    text-align: right;
    font-size: 14px;
    font-family: inherit;
	line-height: 100%;
	margin: 0px; padding: 0px;
	/*Custom CSS;*/
}
#stacks_in_2947 .sidepanels_nav_close a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 5px;
	width: 100%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#stacks_in_2947 .sidepanels_nav_close a:after {
 
/*Custom CSS;*/
}
#stacks_in_2947 .sidepanels_nav_close a:hover {



    background: #1D4570;









/*Custom CSS;*/
}
#stacks_in_2947 .wrapperclass {
/*Custom CSS;*/
}
#stacks_in_2950 {
	font-size: 84%;
}
/* @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_4069 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_4069 [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_4069 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_4069 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_4069 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_4069 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_4069 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_4069 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_4069 {
	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 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_4069 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_4069 {
	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_4069 {
	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_4069 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_4069,
	#overlayContentstacks_in_4069 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_3750 .stacks_in_3750bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_3750 .stacks_in_3750bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_3750 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}

#stacks_in_3830 .cleanResponse2_L {
	float:left;
	width:47%;
	margin: 0 0 0px 0;
}

#stacks_in_3830 .cleanResponse2_R {
	float:right;
	width:51%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3830 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3830 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3830 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_3834 .stacks_in_3834bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_3834 .stacks_in_3834bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_3834 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	margin: 0px 0px 4px 0px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_3836{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_3836{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_3836 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(139, 113, 159, 1.00);
	border-width:  1px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	padding: 7px 0px 7px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3708Calligrapher{			font-size: 100% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_3708Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3708Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3708Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3708Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3708Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3708Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3708Calligrapher h6, .stacks_in_3708Calligrapher h5, .stacks_in_3708Calligrapher h4, .stacks_in_3708Calligrapher h3, .stacks_in_3708Calligrapher h2, .stacks_in_3708Calligrapher h1{			color: #FFF6D9 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_3708Calligrapher, .stacks_in_3708Calligrapher h1, .stacks_in_3708Calligrapher h2, .stacks_in_3708Calligrapher h3, .stacks_in_3708Calligrapher h4, .stacks_in_3708Calligrapher h5, .stacks_in_3708Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_3708Calligrapher, .stacks_in_3708Calligrapher h1, .stacks_in_3708Calligrapher h2, .stacks_in_3708Calligrapher h3, .stacks_in_3708Calligrapher h4, .stacks_in_3708Calligrapher h5, .stacks_in_3708Calligrapher h6{	text-shadow: 1px 1px 1px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3708targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3708Calligrapher a:link{			color: #FFF6D9 !important;			text-decoration: none !important;		}				.stacks_in_3708Calligrapher a:visited{			color: #FFF6D9 !important;		}				.stacks_in_3708Calligrapher a:active{			color: #FFF6D9 !important;		}				.stacks_in_3708Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3708 {
	padding: 0px 0px 5px 0px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_461 .stacks_in_461bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_461 .stacks_in_461bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_461 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}

#stacks_in_465 .cleanResponse2_L {
	float:left;
	width:47%;
	margin: 0 0 0px 0;
}

#stacks_in_465 .cleanResponse2_R {
	float:right;
	width:51%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_465 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_465 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_465 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
#stacks_in_523 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_523 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_523 .fluid-image.unlimited img{width:100% !important}#stacks_in_523 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_523 .fluid-image.align-left img{float:left}#stacks_in_523 .fluid-image.align-right img{float:right}

#stacks_in_523 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_481 .stacks_in_481bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_481 .stacks_in_481bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_481 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	margin: 0px 0px 10px 0px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_484{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_484{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_484 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(139, 113, 159, 1.00);
	border-width:  1px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	padding: 7px 0px 7px 0px;
}

#stacks_in_350 {
	padding: 10px 10px 0px 15px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_502 .stacks_in_502bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_502 .stacks_in_502bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_502 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}

#stacks_in_505 .cleanResponse2_L {
	float:left;
	width:47%;
	margin: 0 0 0px 0;
}

#stacks_in_505 .cleanResponse2_R {
	float:right;
	width:51%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_505 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_505 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_505 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
#stacks_in_467 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_467 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_467 .fluid-image.unlimited img{width:100% !important}#stacks_in_467 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_467 .fluid-image.align-left img{float:left}#stacks_in_467 .fluid-image.align-right img{float:right}

#stacks_in_467 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_510 .stacks_in_510bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_510 .stacks_in_510bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_510 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	margin: 0px 0px 10px 0px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_515{behavior:url(/PIE/PIE.htc);       border-style:solid!important; }  #stacks_in_515{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_515 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(139, 113, 159, 1.00);
	border-width:  1px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	padding: 7px 2px 7px 2px;
}

#stacks_in_519 {
	padding: 10px 10px 0px 15px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_525 .stacks_in_525bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_525 .stacks_in_525bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_525 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}

#stacks_in_528 .cleanResponse2_L {
	float:left;
	width:47%;
	margin: 0 0 0px 0;
}

#stacks_in_528 .cleanResponse2_R {
	float:right;
	width:51%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_528 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_528 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_528 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
#stacks_in_565 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_565 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_565 .fluid-image.unlimited img{width:100% !important}#stacks_in_565 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_565 .fluid-image.align-left img{float:left}#stacks_in_565 .fluid-image.align-right img{float:right}

#stacks_in_565 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_533 .stacks_in_533bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_533 .stacks_in_533bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_533 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	margin: 0px 0px 3px 0px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_536{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_536{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_536 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(139, 113, 159, 1.00);
	border-width:  1px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	padding: 7px 0px 7px 0px;
}

#stacks_in_356 {
	padding: 3px 10px 0px 15px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_717 .stacks_in_717bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_717 .stacks_in_717bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_717 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_722{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_722{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_722 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(139, 113, 159, 1.00);
	border-width:  1px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	padding: 7px 0px 0px 0px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_544 .stacks_in_544bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_544 .stacks_in_544bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_544 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}

#stacks_in_547 .cleanResponse2_L {
	float:left;
	width:47%;
	margin: 0 0 0px 0;
}

#stacks_in_547 .cleanResponse2_R {
	float:right;
	width:51%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_547 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_547 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_547 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	margin: 0px 0px 10px 0px;
}
#stacks_in_34 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_34 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_34 .fluid-image.unlimited img{width:100% !important}#stacks_in_34 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_34 .fluid-image.align-left img{float:left}#stacks_in_34 .fluid-image.align-right img{float:right}

#stacks_in_34 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_552 .stacks_in_552bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_552 .stacks_in_552bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_552 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	margin: 0px 0px 10px 0px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_555{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_555{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_555 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(139, 113, 159, 1.00);
	border-width:  1px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	padding: 7px 0px 7px 0px;
}

#stacks_in_561 {
	padding: 0px 10px 7px 15px;
}

#stacks_in_562 {
	font-size: 84%;
}

#stacks_in_395 {
	margin: 10px 0px 10px 10px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_316 .stacks_in_316bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_316 .stacks_in_316bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_316 {
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_3881 .stacks_in_3881bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_3881 .stacks_in_3881bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_3881 {
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_3877{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_3877{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_3877 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: center;
	border: solid rgba(26, 26, 26, 1.00);
	border-width:  1px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 7px 0px 7px 0px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_326 .stacks_in_326bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_326 .stacks_in_326bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_542 {
	padding: 0px 7px 0px 7px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_397 .stacks_in_397bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_397 .stacks_in_397bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_397 {
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_3873{behavior:url(/PIE/PIE.htc);       border-style:double!important; }  #stacks_in_3873{behavior:url(/PIE/PIE.htc);-moz-box-shadow:inset 0px 0px 2px #999999;-webkit-box-shadow:inset 0px 0px 2px #999999;box-shadow:inset 0px 0px 2px #999999}  

#stacks_in_3873 {
    background-image: url("32183F6E-7EB5-40B4-B94D-CB152CE3D399.jpg");
	background-repeat: repeat;
	background-position: center;
	border: solid rgba(26, 26, 26, 1.00);
	border-width:  1px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 7px 0px 7px 0px;
}
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_3794 .stacks_in_3794bgimagestack
{
	position:relative;
	min-height:10px;
	padding:5px;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_3794 .stacks_in_3794bgimage
{
	display:none;
}




/* end roundedbox css */
#stacks_in_3794 {
	background-color: rgba(13, 22, 31, 0.50);
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3790Calligrapher{			font-size: 90% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_3790Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3790Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3790Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3790Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3790Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3790Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_3790Calligrapher h6, .stacks_in_3790Calligrapher h5, .stacks_in_3790Calligrapher h4, .stacks_in_3790Calligrapher h3, .stacks_in_3790Calligrapher h2, .stacks_in_3790Calligrapher h1{			color: #FFF6D9 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_3790Calligrapher, .stacks_in_3790Calligrapher h1, .stacks_in_3790Calligrapher h2, .stacks_in_3790Calligrapher h3, .stacks_in_3790Calligrapher h4, .stacks_in_3790Calligrapher h5, .stacks_in_3790Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_3790Calligrapher, .stacks_in_3790Calligrapher h1, .stacks_in_3790Calligrapher h2, .stacks_in_3790Calligrapher h3, .stacks_in_3790Calligrapher h4, .stacks_in_3790Calligrapher h5, .stacks_in_3790Calligrapher h6{	text-shadow: 1px 1px 1px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3790targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3790Calligrapher a:link{			color: #FFF6D9 !important;			text-decoration: none !important;		}				.stacks_in_3790Calligrapher a:visited{			color: #FFF6D9 !important;		}				.stacks_in_3790Calligrapher a:active{			color: #FFF6D9 !important;		}				.stacks_in_3790Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3790 {
	padding: 5px 0px 5px 0px;
}
#stacks_in_3714 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_3714 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_3714 .fluid-image.unlimited img{width:100% !important}#stacks_in_3714 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_3714 .fluid-image.align-left img{float:left}#stacks_in_3714 .fluid-image.align-right img{float:right}

#stacks_in_3714 {
	margin: 10px 0px 0px 0px;
}
#toTop{--elevator-image:url(../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
