#jquery-overlay{position:absolute;top:0;left:0;z-index:9997;width:100%;height:500px}#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:9998;text-align:center;line-height:0}#jquery-lightbox a img{border:none}#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto}#lightbox-container-image{padding:10px}#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0}#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:9999}#lightbox-container-image-box > #lightbox-nav{left:0}#lightbox-nav a{outline:none}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block}#lightbox-nav-btnPrev{left:0;float:left}#lightbox-nav-btnNext{right:0;float:right}#lightbox-container-image-data-box{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%}#lightbox-container-image-data{padding:0 10px;color:#666}#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left}#lightbox-image-details-caption{font-weight:bold}#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1.0em}#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:0.7em}#lightbox-container-image-box,#lightbox-container-image-data-box{width:90%!important;max-width:1200px;height:auto!important;max-height:90%}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{height:100%!important}#jquery-overlay{width:100%!important;height:100%!important}.gallery-full-image{display:none}
#stacks_in_285>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_out_285 {
	width: 92%;
}
#stacks_in_358 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:450px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_358 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_358 .fluid-image.unlimited img{width:100% !important}#stacks_in_358 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_358 .fluid-image.align-left img{float:left}#stacks_in_358 .fluid-image.align-right img{float:right}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */



/* Browser Resets
*********************************/
.flex-container a:active,
.sflexslider a:active,
.flex-container a:focus,
.sflexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 !important; list-style: none !important;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../Arun-Driveways-your-project_files/flexslider-icon.eot');
	src:url('../Arun-Driveways-your-project_files/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../Arun-Driveways-your-project_files/flexslider-icon.woff') format('woff'),
		url('../Arun-Driveways-your-project_files/flexslider-icon.ttf') format('truetype'),
		url('../Arun-Driveways-your-project_files/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
#stacks_in_369 .sf-loader{
	position: relative;
	text-align: center;
	font: normal 12px "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 15px;
	-webkit-text-stroke: 0.15px;
  top: 60%;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sf-loader hr{
	height: 10px !important;
	background-color: transparent !important;
	border: none;
}
#stacks_in_369 .sf-spinner {
  width: 80px;
  height: 50px;
  display: inline-block;
  background-color: #999999;
  border-radius: 1px;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: visible !important;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* FlexSlider Necessary Styles
*********************************/

#stacks_in_369{
	position: relative;
	z-index: 20;
	text-shadow: none;
	height: 225px;
	max-height: ;
	max-width: ;
	max-height:none;max-width:none;
	overflow: hidden;
}
.sf-loaded #stacks_in_369{height: auto;}

.sflexslider {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.sf-loaded .sflexslider{
	opacity: 1;
}
.sf-loaded .sf-loader{
	display: none;
}

.sflexslider .slides{
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.sflexslider .slides:not(.lt-ie){
	margin-left: 0 !important;
}

.sflexslider .slides a,
.sflexslider .slides img{
	outline: none;
	border: none;
}
.sflexslider .slides a{}
.sflexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sflexslider .slides > li.anim {
	overflow: hidden;
  -webkit-transition: max-height 1750ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: max-height 1750ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: max-height 1750ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.sflexslider .slides img{width:100%;display: block;}
.sflexslider .slides img.max {width: 100% !important; height: auto !important;}
.sflexslider .slides img.limit {width: auto !important;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.sflexslider { position: relative; zoom: 1; }
#stacks_in_369 *{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#extraContainer1 .sflexslider { margin: 0;}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.sflexslider .slides { zoom: 1;}

/* Direction Nav */
#stacks_in_369 .flex-direction-nav {*height: 0;}

#stacks_in_369 .flex-direction-nav a{
	text-indent: 0 !important;
	text-decoration:none;
	display: block;
	background-color: transparent;
	border-radius: 3px;
	font-style: normal !important;
	position: absolute;
	top: 50%;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	line-height: 0;
	margin-left: 30px;
	color: #111111 !important;
	-webkit-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#stacks_in_369 .flex-direction-nav .flex-next{
	margin-left: 0px;
	margin-right: 30px;
}
#stacks_in_369 .flex-direction-nav .flex-prev {
	-webkit-transform: translateX(-50px);
  -moz-transform:    translateX(-50px);
  -ms-transform:     translateX(-50px);
  -o-transform:      translateX(-50px);
  transform:         translateX(-50px);
	left: -10px;
}
#stacks_in_369 .flex-direction-nav .flex-next { 
	-webkit-transform: translateX(50px);
  -moz-transform:    translateX(50px);
  -ms-transform:     translateX(50px);
  -o-transform:      translateX(50px);
  transform:         translateX(50px);
	text-align: right; 
	right: -10px;
}
#stacks_in_369 .sflexslider:hover .flex-prev,
#stacks_in_369 .sflexslider:hover .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.4;
}

#stacks_in_369 .flex-direction-nav .flex-prev:before,
#stacks_in_369 .flex-direction-nav .flex-next:before{
	text-align: center;
	width: 45px;
	line-height: 46px;
	font-family: "flexslider-icon";
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
	z-index: 10;
	position: relative;
}
#stacks_in_369 .flex-direction-nav .flex-next:before  { width: 45px;content: '\f002';}
#stacks_in_369 .sflexslider:hover .flex-next:hover, 
#stacks_in_369 .sflexslider:hover .flex-prev:hover { opacity: 1; color: #111111 !important;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Caption */
.slides > li{position: relative;}
.flex-caption { 
	height:50px; 
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	background: rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1), inset 0 2px 0 rgba(255,255,255,.04);
	zoom: 1; 
	text-align: left; 
	width: 100%; 
	z-index: 10;
	display: block; 
	text-indent: 20px;
	position: absolute; 
	left: 0; 
	bottom: 0; 
	color: #fff;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.2px #999;
	font-size: 14px;
}

/* Control Nav */
body ol.flex-control-nav {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%; 
	position: absolute; 
	bottom: -40px; 
	text-align: center;
	opacity: 0.2;
	line-height: 50px;
	bottom: 0; 
	width:100%;
	z-index:100;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	transition: opacity .6s linear;
}
.flex-control-nav *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sflexslider:hover .flex-control-nav {
	opacity: 0.5;
}
#stacks_in_369 .flex-control-nav li {
	margin: 0 7px; 
	display: inline-block;
	zoom: 1;
	position: relative;
	*display: inline;
	list-style-type: none !important;
}
#stacks_in_369 .flex-control-paging li a {
	color: transparent !important; 
	width: 11px; 
	height: 11px; 
	display: block;
	float: left;
	background: #000000; 
	cursor: pointer; 
	text-align: left;
	text-indent: -9999px;
	position: relative;
	top: 1px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	transition: background .25s ease-out;
}
#stacks_in_369 .flex-control-paging li a:hover { background:  #FFFFFF; }
#stacks_in_369 .flex-control-paging li a.flex-active { background: #FFFFFF; cursor: default; }

/* Control Nav MOD */
#extraContainer1 .flex-control-nav {bottom: 0;}

.flex-control-nav.alignRight {
	opacity: 0.4;
	text-align: right; 
	right: 15px;
	width:auto;
	display: block;
	float: left;
}

.sflexslider:hover .flex-control-nav.alignRight {
	opacity: 0.7;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
#stacks_in_369 .sflexslider .flex-prev,
#stacks_in_369 .sflexslider .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.6;
}
}
@media screen and (max-width: 480px) {
	#stacks_in_369 .flex-direction-nav,.sflexslider .flex-caption{display: none !important;}
}


/* Edit Mode UI  */


#stacks_in_201 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(192, 193, 191, 1.00);
	border-width:  1px;
	margin: 10px 0px 10px 0px;
	padding: 15px 2px 16px 2px;
}

#stacks_in_15 {
	font-size: 95%;
}

#stacks_in_6 {
	padding:  5px;
}

#stacks_in_7 {
	font-size: 120%;
}

#stacks_in_341 {
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
}

#stacks_in_44 {
	background-color: rgba(220, 237, 175, 1.00);
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 6px 15px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_295Calligrapher{			font-size: 90% !important;			color: #5A5A5A !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.7em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_295Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_295Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_295Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_295Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_295Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_295Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_295Calligrapher h6, .stacks_in_295Calligrapher h5, .stacks_in_295Calligrapher h4, .stacks_in_295Calligrapher h3, .stacks_in_295Calligrapher h2, .stacks_in_295Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_295Calligrapher, .stacks_in_295Calligrapher h1, .stacks_in_295Calligrapher h2, .stacks_in_295Calligrapher h3, .stacks_in_295Calligrapher h4, .stacks_in_295Calligrapher h5, .stacks_in_295Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_295targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_295Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_295Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_295Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_295Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_295 {
	margin: 0px 0px 15px 0px;
}

#stacks_out_295 {
	width: 90%;
}

#stacks_in_296 {
	padding: 9px 0px 3px 0px;
}

#stacks_in_309 {
	background-color: rgba(220, 237, 175, 1.00);
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 6px 15px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_311Calligrapher{			font-size: 90% !important;			color: #5A5A5A !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.7em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_311Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_311Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_311Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_311Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_311Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_311Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_311Calligrapher h6, .stacks_in_311Calligrapher h5, .stacks_in_311Calligrapher h4, .stacks_in_311Calligrapher h3, .stacks_in_311Calligrapher h2, .stacks_in_311Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_311Calligrapher, .stacks_in_311Calligrapher h1, .stacks_in_311Calligrapher h2, .stacks_in_311Calligrapher h3, .stacks_in_311Calligrapher h4, .stacks_in_311Calligrapher h5, .stacks_in_311Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_311targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_311Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_311Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_311Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_311Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_311 {
	margin: 0px 0px 15px 0px;
}

#stacks_out_311 {
	width: 90%;
}

#stacks_in_312 {
	padding: 9px 0px 3px 0px;
}

#stacks_in_319 {
	background-color: rgba(220, 237, 175, 1.00);
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 6px 15px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_321Calligrapher{			font-size: 90% !important;			color: #5A5A5A !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.7em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_321Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_321Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_321Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_321Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_321Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_321Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_321Calligrapher h6, .stacks_in_321Calligrapher h5, .stacks_in_321Calligrapher h4, .stacks_in_321Calligrapher h3, .stacks_in_321Calligrapher h2, .stacks_in_321Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_321Calligrapher, .stacks_in_321Calligrapher h1, .stacks_in_321Calligrapher h2, .stacks_in_321Calligrapher h3, .stacks_in_321Calligrapher h4, .stacks_in_321Calligrapher h5, .stacks_in_321Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_321targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_321Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_321Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_321Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_321Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_321 {
	margin: 0px 0px 15px 0px;
}

#stacks_out_321 {
	width: 90%;
}

#stacks_in_322 {
	padding: 9px 0px 3px 0px;
}

#stacks_in_325 {
	background-color: rgba(220, 237, 175, 1.00);
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 6px 15px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_331Calligrapher{			font-size: 90% !important;			color: #5A5A5A !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.7em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_331Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_331Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_331Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_331Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_331Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_331Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_331Calligrapher h6, .stacks_in_331Calligrapher h5, .stacks_in_331Calligrapher h4, .stacks_in_331Calligrapher h3, .stacks_in_331Calligrapher h2, .stacks_in_331Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_331Calligrapher, .stacks_in_331Calligrapher h1, .stacks_in_331Calligrapher h2, .stacks_in_331Calligrapher h3, .stacks_in_331Calligrapher h4, .stacks_in_331Calligrapher h5, .stacks_in_331Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_331targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_331Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_331Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_331Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_331Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_331 {
	margin: 0px 0px 15px 0px;
}

#stacks_out_331 {
	width: 90%;
}

#stacks_in_332 {
	padding: 9px 0px 3px 0px;
}

#stacks_in_335 {
	background-color: rgba(220, 237, 175, 1.00);
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 6px 15px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_337Calligrapher{			font-size: 90% !important;			color: #5A5A5A !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.7em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_337Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_337Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_337Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_337Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_337Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_337Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_337Calligrapher h6, .stacks_in_337Calligrapher h5, .stacks_in_337Calligrapher h4, .stacks_in_337Calligrapher h3, .stacks_in_337Calligrapher h2, .stacks_in_337Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_337Calligrapher, .stacks_in_337Calligrapher h1, .stacks_in_337Calligrapher h2, .stacks_in_337Calligrapher h3, .stacks_in_337Calligrapher h4, .stacks_in_337Calligrapher h5, .stacks_in_337Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_337targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_337Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_337Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_337Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_337Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_337 {
	margin: 0px 0px 15px 0px;
}

#stacks_out_337 {
	width: 90%;
}

#stacks_in_338 {
	padding: 9px 0px 3px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_155Calligrapher{			font-size: 85% !important;			color: #5A5A5A !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.7em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_155Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_155Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_155Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_155Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_155Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_155Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_155Calligrapher h6, .stacks_in_155Calligrapher h5, .stacks_in_155Calligrapher h4, .stacks_in_155Calligrapher h3, .stacks_in_155Calligrapher h2, .stacks_in_155Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_155Calligrapher, .stacks_in_155Calligrapher h1, .stacks_in_155Calligrapher h2, .stacks_in_155Calligrapher h3, .stacks_in_155Calligrapher h4, .stacks_in_155Calligrapher h5, .stacks_in_155Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_155targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_155Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_155Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_155Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_155Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_155 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_153 {
	background-color: rgba(243, 243, 241, 1.00);
	margin: 0px 0px 11px 0px;
	padding:  20px;
}
#stacks_in_391>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_391 {
	border: solid rgba(192, 193, 191, 1.00);
	border-width:  1px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	padding: 8px 8px 5px 8px;
}
#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)}



#stacks_in_197 .teleportMe {
display: none;
}



