/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */#stacks_in_2705>.s3_row {
	margin: 0 -0px;
}

#stacks_in_2705>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_2705>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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


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


}



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



}






#stacks_in_2705 {
	padding: 0px 10px 35px 10px;
}

#stacks_out_2707 {
	margin-right:0;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_3305 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_3305 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_3305 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_3305 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_3305 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_3305 .owl-theme .owl-controls .owl-page.active span,#stacks_in_3305 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_3305 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_3305 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_3305outerwrapper{	max-width: 1000px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_3305owl-stack{	height:0px;}#stacks_in_3305owl-stack .stacks_in_3305item img{display: block;width: 100%;height: auto;}#stacks_in_3305imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_3295 {
	padding: 0px 10px 0px 10px;
}

#stacks_in_3371 {
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3812Calligrapher{			font-size: 160% !important;			color: #6A006B !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_3812Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3812Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3812Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3812Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3812Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3812Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3812Calligrapher h6, .stacks_in_3812Calligrapher h5, .stacks_in_3812Calligrapher h4, .stacks_in_3812Calligrapher h3, .stacks_in_3812Calligrapher h2, .stacks_in_3812Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3812Calligrapher, .stacks_in_3812Calligrapher h1, .stacks_in_3812Calligrapher h2, .stacks_in_3812Calligrapher h3, .stacks_in_3812Calligrapher h4, .stacks_in_3812Calligrapher h5, .stacks_in_3812Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3812targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3812Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3812Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3812Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3812Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3813 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_3814 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
#stacks_in_3323>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_3323 {
	margin: 0px 0px 20px 0px;
}
#stacks_in_3337>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_3337 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3808Calligrapher{			font-size: 160% !important;			color: #6A006B !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_3808Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3808Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3808Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3808Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3808Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3808Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3808Calligrapher h6, .stacks_in_3808Calligrapher h5, .stacks_in_3808Calligrapher h4, .stacks_in_3808Calligrapher h3, .stacks_in_3808Calligrapher h2, .stacks_in_3808Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3808Calligrapher, .stacks_in_3808Calligrapher h1, .stacks_in_3808Calligrapher h2, .stacks_in_3808Calligrapher h3, .stacks_in_3808Calligrapher h4, .stacks_in_3808Calligrapher h5, .stacks_in_3808Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3808targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3808Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3808Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3808Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3808Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3809 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_3810 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
#stacks_in_3771>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_3470>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_3470 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3551Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_3551Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3551Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3551Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3551Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3551Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3551Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3551Calligrapher h6, .stacks_in_3551Calligrapher h5, .stacks_in_3551Calligrapher h4, .stacks_in_3551Calligrapher h3, .stacks_in_3551Calligrapher h2, .stacks_in_3551Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3551Calligrapher, .stacks_in_3551Calligrapher h1, .stacks_in_3551Calligrapher h2, .stacks_in_3551Calligrapher h3, .stacks_in_3551Calligrapher h4, .stacks_in_3551Calligrapher h5, .stacks_in_3551Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3551targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3551Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3551Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3551Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3551Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3474 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_3475 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3579Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_3579Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3579Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3579Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3579Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3579Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3579Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3579Calligrapher h6, .stacks_in_3579Calligrapher h5, .stacks_in_3579Calligrapher h4, .stacks_in_3579Calligrapher h3, .stacks_in_3579Calligrapher h2, .stacks_in_3579Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3579Calligrapher, .stacks_in_3579Calligrapher h1, .stacks_in_3579Calligrapher h2, .stacks_in_3579Calligrapher h3, .stacks_in_3579Calligrapher h4, .stacks_in_3579Calligrapher h5, .stacks_in_3579Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3579targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3579Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3579Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3579Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3579Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3476 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_3477 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3478Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_3478Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3478Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3478Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3478Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3478Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3478Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3478Calligrapher h6, .stacks_in_3478Calligrapher h5, .stacks_in_3478Calligrapher h4, .stacks_in_3478Calligrapher h3, .stacks_in_3478Calligrapher h2, .stacks_in_3478Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3478Calligrapher, .stacks_in_3478Calligrapher h1, .stacks_in_3478Calligrapher h2, .stacks_in_3478Calligrapher h3, .stacks_in_3478Calligrapher h4, .stacks_in_3478Calligrapher h5, .stacks_in_3478Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3478targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3478Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3478Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3478Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3478Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4066>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4066 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4070Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4070Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4070Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4070Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4070Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4070Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4070Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4070Calligrapher h6, .stacks_in_4070Calligrapher h5, .stacks_in_4070Calligrapher h4, .stacks_in_4070Calligrapher h3, .stacks_in_4070Calligrapher h2, .stacks_in_4070Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4070Calligrapher, .stacks_in_4070Calligrapher h1, .stacks_in_4070Calligrapher h2, .stacks_in_4070Calligrapher h3, .stacks_in_4070Calligrapher h4, .stacks_in_4070Calligrapher h5, .stacks_in_4070Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4070targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4070Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4070Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4070Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4070Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4071 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4072 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4074Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4074Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4074Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4074Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4074Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4074Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4074Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4074Calligrapher h6, .stacks_in_4074Calligrapher h5, .stacks_in_4074Calligrapher h4, .stacks_in_4074Calligrapher h3, .stacks_in_4074Calligrapher h2, .stacks_in_4074Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4074Calligrapher, .stacks_in_4074Calligrapher h1, .stacks_in_4074Calligrapher h2, .stacks_in_4074Calligrapher h3, .stacks_in_4074Calligrapher h4, .stacks_in_4074Calligrapher h5, .stacks_in_4074Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4074targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4074Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4074Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4074Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4074Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4075 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4076 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4078Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4078Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4078Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4078Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4078Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4078Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4078Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4078Calligrapher h6, .stacks_in_4078Calligrapher h5, .stacks_in_4078Calligrapher h4, .stacks_in_4078Calligrapher h3, .stacks_in_4078Calligrapher h2, .stacks_in_4078Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4078Calligrapher, .stacks_in_4078Calligrapher h1, .stacks_in_4078Calligrapher h2, .stacks_in_4078Calligrapher h3, .stacks_in_4078Calligrapher h4, .stacks_in_4078Calligrapher h5, .stacks_in_4078Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4078targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4078Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4078Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4078Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4078Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_3484>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_4027>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4027 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4031Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4031Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4031Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4031Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4031Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4031Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4031Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4031Calligrapher h6, .stacks_in_4031Calligrapher h5, .stacks_in_4031Calligrapher h4, .stacks_in_4031Calligrapher h3, .stacks_in_4031Calligrapher h2, .stacks_in_4031Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4031Calligrapher, .stacks_in_4031Calligrapher h1, .stacks_in_4031Calligrapher h2, .stacks_in_4031Calligrapher h3, .stacks_in_4031Calligrapher h4, .stacks_in_4031Calligrapher h5, .stacks_in_4031Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4031targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4031Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4031Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4031Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4031Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4032 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4033 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4035Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4035Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4035Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4035Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4035Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4035Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4035Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4035Calligrapher h6, .stacks_in_4035Calligrapher h5, .stacks_in_4035Calligrapher h4, .stacks_in_4035Calligrapher h3, .stacks_in_4035Calligrapher h2, .stacks_in_4035Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4035Calligrapher, .stacks_in_4035Calligrapher h1, .stacks_in_4035Calligrapher h2, .stacks_in_4035Calligrapher h3, .stacks_in_4035Calligrapher h4, .stacks_in_4035Calligrapher h5, .stacks_in_4035Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4035targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4035Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4035Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4035Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4035Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4036 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4037 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4039Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4039Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4039Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4039Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4039Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4039Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4039Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4039Calligrapher h6, .stacks_in_4039Calligrapher h5, .stacks_in_4039Calligrapher h4, .stacks_in_4039Calligrapher h3, .stacks_in_4039Calligrapher h2, .stacks_in_4039Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4039Calligrapher, .stacks_in_4039Calligrapher h1, .stacks_in_4039Calligrapher h2, .stacks_in_4039Calligrapher h3, .stacks_in_4039Calligrapher h4, .stacks_in_4039Calligrapher h5, .stacks_in_4039Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4039targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4039Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4039Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4039Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4039Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4100>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4100 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4104Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4104Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4104Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4104Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4104Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4104Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4104Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4104Calligrapher h6, .stacks_in_4104Calligrapher h5, .stacks_in_4104Calligrapher h4, .stacks_in_4104Calligrapher h3, .stacks_in_4104Calligrapher h2, .stacks_in_4104Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4104Calligrapher, .stacks_in_4104Calligrapher h1, .stacks_in_4104Calligrapher h2, .stacks_in_4104Calligrapher h3, .stacks_in_4104Calligrapher h4, .stacks_in_4104Calligrapher h5, .stacks_in_4104Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4104targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4104Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4104Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4104Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4104Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4105 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4106 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4108Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4108Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4108Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4108Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4108Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4108Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4108Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4108Calligrapher h6, .stacks_in_4108Calligrapher h5, .stacks_in_4108Calligrapher h4, .stacks_in_4108Calligrapher h3, .stacks_in_4108Calligrapher h2, .stacks_in_4108Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4108Calligrapher, .stacks_in_4108Calligrapher h1, .stacks_in_4108Calligrapher h2, .stacks_in_4108Calligrapher h3, .stacks_in_4108Calligrapher h4, .stacks_in_4108Calligrapher h5, .stacks_in_4108Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4108targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4108Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4108Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4108Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4108Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4109 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4110 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4112Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4112Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4112Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4112Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4112Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4112Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4112Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4112Calligrapher h6, .stacks_in_4112Calligrapher h5, .stacks_in_4112Calligrapher h4, .stacks_in_4112Calligrapher h3, .stacks_in_4112Calligrapher h2, .stacks_in_4112Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4112Calligrapher, .stacks_in_4112Calligrapher h1, .stacks_in_4112Calligrapher h2, .stacks_in_4112Calligrapher h3, .stacks_in_4112Calligrapher h4, .stacks_in_4112Calligrapher h5, .stacks_in_4112Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4112targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4112Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4112Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4112Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4112Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_3833>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_4083>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4083 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4087Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4087Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4087Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4087Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4087Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4087Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4087Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4087Calligrapher h6, .stacks_in_4087Calligrapher h5, .stacks_in_4087Calligrapher h4, .stacks_in_4087Calligrapher h3, .stacks_in_4087Calligrapher h2, .stacks_in_4087Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4087Calligrapher, .stacks_in_4087Calligrapher h1, .stacks_in_4087Calligrapher h2, .stacks_in_4087Calligrapher h3, .stacks_in_4087Calligrapher h4, .stacks_in_4087Calligrapher h5, .stacks_in_4087Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4087targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4087Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4087Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4087Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4087Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4088 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4089 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4091Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4091Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4091Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4091Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4091Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4091Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4091Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4091Calligrapher h6, .stacks_in_4091Calligrapher h5, .stacks_in_4091Calligrapher h4, .stacks_in_4091Calligrapher h3, .stacks_in_4091Calligrapher h2, .stacks_in_4091Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4091Calligrapher, .stacks_in_4091Calligrapher h1, .stacks_in_4091Calligrapher h2, .stacks_in_4091Calligrapher h3, .stacks_in_4091Calligrapher h4, .stacks_in_4091Calligrapher h5, .stacks_in_4091Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4091targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4091Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4091Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4091Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4091Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4092 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4093 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4095Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4095Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4095Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4095Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4095Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4095Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4095Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4095Calligrapher h6, .stacks_in_4095Calligrapher h5, .stacks_in_4095Calligrapher h4, .stacks_in_4095Calligrapher h3, .stacks_in_4095Calligrapher h2, .stacks_in_4095Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4095Calligrapher, .stacks_in_4095Calligrapher h1, .stacks_in_4095Calligrapher h2, .stacks_in_4095Calligrapher h3, .stacks_in_4095Calligrapher h4, .stacks_in_4095Calligrapher h5, .stacks_in_4095Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4095targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4095Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4095Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4095Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4095Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4147>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4147 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4149Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4149Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4149Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4149Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4149Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4149Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4149Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4149Calligrapher h6, .stacks_in_4149Calligrapher h5, .stacks_in_4149Calligrapher h4, .stacks_in_4149Calligrapher h3, .stacks_in_4149Calligrapher h2, .stacks_in_4149Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4149Calligrapher, .stacks_in_4149Calligrapher h1, .stacks_in_4149Calligrapher h2, .stacks_in_4149Calligrapher h3, .stacks_in_4149Calligrapher h4, .stacks_in_4149Calligrapher h5, .stacks_in_4149Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4149targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4149Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4149Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4149Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4149Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4150 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4152 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4153Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4153Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4153Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4153Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4153Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4153Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4153Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4153Calligrapher h6, .stacks_in_4153Calligrapher h5, .stacks_in_4153Calligrapher h4, .stacks_in_4153Calligrapher h3, .stacks_in_4153Calligrapher h2, .stacks_in_4153Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4153Calligrapher, .stacks_in_4153Calligrapher h1, .stacks_in_4153Calligrapher h2, .stacks_in_4153Calligrapher h3, .stacks_in_4153Calligrapher h4, .stacks_in_4153Calligrapher h5, .stacks_in_4153Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4153targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4153Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4153Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4153Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4153Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4154 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4156 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4157Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4157Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4157Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4157Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4157Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4157Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4157Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4157Calligrapher h6, .stacks_in_4157Calligrapher h5, .stacks_in_4157Calligrapher h4, .stacks_in_4157Calligrapher h3, .stacks_in_4157Calligrapher h2, .stacks_in_4157Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4157Calligrapher, .stacks_in_4157Calligrapher h1, .stacks_in_4157Calligrapher h2, .stacks_in_4157Calligrapher h3, .stacks_in_4157Calligrapher h4, .stacks_in_4157Calligrapher h5, .stacks_in_4157Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4157targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4157Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4157Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4157Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4157Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4026>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_4129>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4129 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4131Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4131Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4131Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4131Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4131Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4131Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4131Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4131Calligrapher h6, .stacks_in_4131Calligrapher h5, .stacks_in_4131Calligrapher h4, .stacks_in_4131Calligrapher h3, .stacks_in_4131Calligrapher h2, .stacks_in_4131Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4131Calligrapher, .stacks_in_4131Calligrapher h1, .stacks_in_4131Calligrapher h2, .stacks_in_4131Calligrapher h3, .stacks_in_4131Calligrapher h4, .stacks_in_4131Calligrapher h5, .stacks_in_4131Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4131targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4131Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4131Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4131Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4131Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4132 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4134 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4135Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4135Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4135Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4135Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4135Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4135Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4135Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4135Calligrapher h6, .stacks_in_4135Calligrapher h5, .stacks_in_4135Calligrapher h4, .stacks_in_4135Calligrapher h3, .stacks_in_4135Calligrapher h2, .stacks_in_4135Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4135Calligrapher, .stacks_in_4135Calligrapher h1, .stacks_in_4135Calligrapher h2, .stacks_in_4135Calligrapher h3, .stacks_in_4135Calligrapher h4, .stacks_in_4135Calligrapher h5, .stacks_in_4135Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4135targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4135Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4135Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4135Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4135Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4136 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4138 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4139Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4139Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4139Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4139Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4139Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4139Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4139Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4139Calligrapher h6, .stacks_in_4139Calligrapher h5, .stacks_in_4139Calligrapher h4, .stacks_in_4139Calligrapher h3, .stacks_in_4139Calligrapher h2, .stacks_in_4139Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4139Calligrapher, .stacks_in_4139Calligrapher h1, .stacks_in_4139Calligrapher h2, .stacks_in_4139Calligrapher h3, .stacks_in_4139Calligrapher h4, .stacks_in_4139Calligrapher h5, .stacks_in_4139Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4139targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4139Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4139Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4139Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4139Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4184>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4184 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4186Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4186Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4186Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4186Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4186Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4186Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4186Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4186Calligrapher h6, .stacks_in_4186Calligrapher h5, .stacks_in_4186Calligrapher h4, .stacks_in_4186Calligrapher h3, .stacks_in_4186Calligrapher h2, .stacks_in_4186Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4186Calligrapher, .stacks_in_4186Calligrapher h1, .stacks_in_4186Calligrapher h2, .stacks_in_4186Calligrapher h3, .stacks_in_4186Calligrapher h4, .stacks_in_4186Calligrapher h5, .stacks_in_4186Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4186targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4186Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4186Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4186Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4186Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4187 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4189 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4190Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4190Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4190Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4190Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4190Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4190Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4190Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4190Calligrapher h6, .stacks_in_4190Calligrapher h5, .stacks_in_4190Calligrapher h4, .stacks_in_4190Calligrapher h3, .stacks_in_4190Calligrapher h2, .stacks_in_4190Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4190Calligrapher, .stacks_in_4190Calligrapher h1, .stacks_in_4190Calligrapher h2, .stacks_in_4190Calligrapher h3, .stacks_in_4190Calligrapher h4, .stacks_in_4190Calligrapher h5, .stacks_in_4190Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4190targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4190Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4190Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4190Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4190Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4191 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4193 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4194Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4194Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h6, .stacks_in_4194Calligrapher h5, .stacks_in_4194Calligrapher h4, .stacks_in_4194Calligrapher h3, .stacks_in_4194Calligrapher h2, .stacks_in_4194Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4194Calligrapher, .stacks_in_4194Calligrapher h1, .stacks_in_4194Calligrapher h2, .stacks_in_4194Calligrapher h3, .stacks_in_4194Calligrapher h4, .stacks_in_4194Calligrapher h5, .stacks_in_4194Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4194targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4194Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4194Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4194Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4194Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4128>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_4227>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4227 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4228Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4228Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4228Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4228Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4228Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4228Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4228Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4228Calligrapher h6, .stacks_in_4228Calligrapher h5, .stacks_in_4228Calligrapher h4, .stacks_in_4228Calligrapher h3, .stacks_in_4228Calligrapher h2, .stacks_in_4228Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4228Calligrapher, .stacks_in_4228Calligrapher h1, .stacks_in_4228Calligrapher h2, .stacks_in_4228Calligrapher h3, .stacks_in_4228Calligrapher h4, .stacks_in_4228Calligrapher h5, .stacks_in_4228Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4228targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4228Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4228Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4228Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4228Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4229 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4231 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4232Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4232Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4232Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4232Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4232Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4232Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4232Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4232Calligrapher h6, .stacks_in_4232Calligrapher h5, .stacks_in_4232Calligrapher h4, .stacks_in_4232Calligrapher h3, .stacks_in_4232Calligrapher h2, .stacks_in_4232Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4232Calligrapher, .stacks_in_4232Calligrapher h1, .stacks_in_4232Calligrapher h2, .stacks_in_4232Calligrapher h3, .stacks_in_4232Calligrapher h4, .stacks_in_4232Calligrapher h5, .stacks_in_4232Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4232targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4232Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4232Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4232Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4232Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4233 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4235 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4236Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4236Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4236Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4236Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4236Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4236Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4236Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4236Calligrapher h6, .stacks_in_4236Calligrapher h5, .stacks_in_4236Calligrapher h4, .stacks_in_4236Calligrapher h3, .stacks_in_4236Calligrapher h2, .stacks_in_4236Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4236Calligrapher, .stacks_in_4236Calligrapher h1, .stacks_in_4236Calligrapher h2, .stacks_in_4236Calligrapher h3, .stacks_in_4236Calligrapher h4, .stacks_in_4236Calligrapher h5, .stacks_in_4236Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4236targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4236Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4236Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4236Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4236Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4210>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4210 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4211Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4211Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4211Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4211Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4211Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4211Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4211Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4211Calligrapher h6, .stacks_in_4211Calligrapher h5, .stacks_in_4211Calligrapher h4, .stacks_in_4211Calligrapher h3, .stacks_in_4211Calligrapher h2, .stacks_in_4211Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4211Calligrapher, .stacks_in_4211Calligrapher h1, .stacks_in_4211Calligrapher h2, .stacks_in_4211Calligrapher h3, .stacks_in_4211Calligrapher h4, .stacks_in_4211Calligrapher h5, .stacks_in_4211Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4211targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4211Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4211Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4211Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4211Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4212 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4214 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4215Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4215Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4215Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4215Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4215Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4215Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4215Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4215Calligrapher h6, .stacks_in_4215Calligrapher h5, .stacks_in_4215Calligrapher h4, .stacks_in_4215Calligrapher h3, .stacks_in_4215Calligrapher h2, .stacks_in_4215Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4215Calligrapher, .stacks_in_4215Calligrapher h1, .stacks_in_4215Calligrapher h2, .stacks_in_4215Calligrapher h3, .stacks_in_4215Calligrapher h4, .stacks_in_4215Calligrapher h5, .stacks_in_4215Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4215targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4215Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4215Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4215Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4215Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4216 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4218 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4219Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4219Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4219Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4219Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4219Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4219Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4219Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4219Calligrapher h6, .stacks_in_4219Calligrapher h5, .stacks_in_4219Calligrapher h4, .stacks_in_4219Calligrapher h3, .stacks_in_4219Calligrapher h2, .stacks_in_4219Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4219Calligrapher, .stacks_in_4219Calligrapher h1, .stacks_in_4219Calligrapher h2, .stacks_in_4219Calligrapher h3, .stacks_in_4219Calligrapher h4, .stacks_in_4219Calligrapher h5, .stacks_in_4219Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4219targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4219Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4219Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4219Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4219Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4165>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_4280>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4280 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4282Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4282Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4282Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4282Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4282Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4282Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4282Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4282Calligrapher h6, .stacks_in_4282Calligrapher h5, .stacks_in_4282Calligrapher h4, .stacks_in_4282Calligrapher h3, .stacks_in_4282Calligrapher h2, .stacks_in_4282Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4282Calligrapher, .stacks_in_4282Calligrapher h1, .stacks_in_4282Calligrapher h2, .stacks_in_4282Calligrapher h3, .stacks_in_4282Calligrapher h4, .stacks_in_4282Calligrapher h5, .stacks_in_4282Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4282targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4282Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4282Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4282Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4282Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4283 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4285 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4286Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4286Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4286Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4286Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4286Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4286Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4286Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4286Calligrapher h6, .stacks_in_4286Calligrapher h5, .stacks_in_4286Calligrapher h4, .stacks_in_4286Calligrapher h3, .stacks_in_4286Calligrapher h2, .stacks_in_4286Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4286Calligrapher, .stacks_in_4286Calligrapher h1, .stacks_in_4286Calligrapher h2, .stacks_in_4286Calligrapher h3, .stacks_in_4286Calligrapher h4, .stacks_in_4286Calligrapher h5, .stacks_in_4286Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4286targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4286Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4286Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4286Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4286Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4287 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4289 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4290Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4290Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4290Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4290Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4290Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4290Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4290Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4290Calligrapher h6, .stacks_in_4290Calligrapher h5, .stacks_in_4290Calligrapher h4, .stacks_in_4290Calligrapher h3, .stacks_in_4290Calligrapher h2, .stacks_in_4290Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4290Calligrapher, .stacks_in_4290Calligrapher h1, .stacks_in_4290Calligrapher h2, .stacks_in_4290Calligrapher h3, .stacks_in_4290Calligrapher h4, .stacks_in_4290Calligrapher h5, .stacks_in_4290Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4290targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4290Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4290Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4290Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4290Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4244>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4244 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4245Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4245Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4245Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4245Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4245Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4245Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4245Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4245Calligrapher h6, .stacks_in_4245Calligrapher h5, .stacks_in_4245Calligrapher h4, .stacks_in_4245Calligrapher h3, .stacks_in_4245Calligrapher h2, .stacks_in_4245Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4245Calligrapher, .stacks_in_4245Calligrapher h1, .stacks_in_4245Calligrapher h2, .stacks_in_4245Calligrapher h3, .stacks_in_4245Calligrapher h4, .stacks_in_4245Calligrapher h5, .stacks_in_4245Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4245targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4245Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4245Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4245Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4245Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4246 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4248 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4249Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4249Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4249Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4249Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4249Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4249Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4249Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4249Calligrapher h6, .stacks_in_4249Calligrapher h5, .stacks_in_4249Calligrapher h4, .stacks_in_4249Calligrapher h3, .stacks_in_4249Calligrapher h2, .stacks_in_4249Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4249Calligrapher, .stacks_in_4249Calligrapher h1, .stacks_in_4249Calligrapher h2, .stacks_in_4249Calligrapher h3, .stacks_in_4249Calligrapher h4, .stacks_in_4249Calligrapher h5, .stacks_in_4249Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4249targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4249Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4249Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4249Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4249Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4250 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4252 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4253Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4253Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4253Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4253Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4253Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4253Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4253Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4253Calligrapher h6, .stacks_in_4253Calligrapher h5, .stacks_in_4253Calligrapher h4, .stacks_in_4253Calligrapher h3, .stacks_in_4253Calligrapher h2, .stacks_in_4253Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4253Calligrapher, .stacks_in_4253Calligrapher h1, .stacks_in_4253Calligrapher h2, .stacks_in_4253Calligrapher h3, .stacks_in_4253Calligrapher h4, .stacks_in_4253Calligrapher h5, .stacks_in_4253Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4253targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4253Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4253Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4253Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4253Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_4261>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_4298>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_4298 {
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4299Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_4299Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4299Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4299Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4299Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4299Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4299Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4299Calligrapher h6, .stacks_in_4299Calligrapher h5, .stacks_in_4299Calligrapher h4, .stacks_in_4299Calligrapher h3, .stacks_in_4299Calligrapher h2, .stacks_in_4299Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4299Calligrapher, .stacks_in_4299Calligrapher h1, .stacks_in_4299Calligrapher h2, .stacks_in_4299Calligrapher h3, .stacks_in_4299Calligrapher h4, .stacks_in_4299Calligrapher h5, .stacks_in_4299Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4299targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4299Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4299Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4299Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4299Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4300 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4302 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4303Calligrapher{			font-size: 100% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4303Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4303Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4303Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4303Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4303Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4303Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4303Calligrapher h6, .stacks_in_4303Calligrapher h5, .stacks_in_4303Calligrapher h4, .stacks_in_4303Calligrapher h3, .stacks_in_4303Calligrapher h2, .stacks_in_4303Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4303Calligrapher, .stacks_in_4303Calligrapher h1, .stacks_in_4303Calligrapher h2, .stacks_in_4303Calligrapher h3, .stacks_in_4303Calligrapher h4, .stacks_in_4303Calligrapher h5, .stacks_in_4303Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4303targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4303Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4303Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4303Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4303Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4304 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4306 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 90%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4307Calligrapher{			font-size: 120% !important;			color: #7F7F7F !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: left !important;		}				.stacks_in_4307Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4307Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4307Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4307Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4307Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4307Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4307Calligrapher h6, .stacks_in_4307Calligrapher h5, .stacks_in_4307Calligrapher h4, .stacks_in_4307Calligrapher h3, .stacks_in_4307Calligrapher h2, .stacks_in_4307Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4307Calligrapher, .stacks_in_4307Calligrapher h1, .stacks_in_4307Calligrapher h2, .stacks_in_4307Calligrapher h3, .stacks_in_4307Calligrapher h4, .stacks_in_4307Calligrapher h5, .stacks_in_4307Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4307targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4307Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4307Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4307Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4307Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3874Calligrapher{			font-size: 160% !important;			color: #6A006B !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_3874Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3874Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3874Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3874Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3874Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3874Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3874Calligrapher h6, .stacks_in_3874Calligrapher h5, .stacks_in_3874Calligrapher h4, .stacks_in_3874Calligrapher h3, .stacks_in_3874Calligrapher h2, .stacks_in_3874Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3874Calligrapher, .stacks_in_3874Calligrapher h1, .stacks_in_3874Calligrapher h2, .stacks_in_3874Calligrapher h3, .stacks_in_3874Calligrapher h4, .stacks_in_3874Calligrapher h5, .stacks_in_3874Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3874targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3874Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3874Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3874Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3874Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3875 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_3876 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
#stacks_in_3878>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3898Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_3898Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3898Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3898Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3898Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3898Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3898Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3898Calligrapher h6, .stacks_in_3898Calligrapher h5, .stacks_in_3898Calligrapher h4, .stacks_in_3898Calligrapher h3, .stacks_in_3898Calligrapher h2, .stacks_in_3898Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3898Calligrapher, .stacks_in_3898Calligrapher h1, .stacks_in_3898Calligrapher h2, .stacks_in_3898Calligrapher h3, .stacks_in_3898Calligrapher h4, .stacks_in_3898Calligrapher h5, .stacks_in_3898Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3898targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3898Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3898Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3898Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3898Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3899 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_3900 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3902Calligrapher{			font-size: 140% !important;			color: #6A006B !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: left !important;		}				.stacks_in_3902Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3902Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3902Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3902Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3902Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3902Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3902Calligrapher h6, .stacks_in_3902Calligrapher h5, .stacks_in_3902Calligrapher h4, .stacks_in_3902Calligrapher h3, .stacks_in_3902Calligrapher h2, .stacks_in_3902Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3902Calligrapher, .stacks_in_3902Calligrapher h1, .stacks_in_3902Calligrapher h2, .stacks_in_3902Calligrapher h3, .stacks_in_3902Calligrapher h4, .stacks_in_3902Calligrapher h5, .stacks_in_3902Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3902targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3902Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3902Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3902Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3902Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3903 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_3904 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3928Calligrapher{			font-size: 160% !important;			color: #6A006B !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_3928Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3928Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3928Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3928Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3928Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3928Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3928Calligrapher h6, .stacks_in_3928Calligrapher h5, .stacks_in_3928Calligrapher h4, .stacks_in_3928Calligrapher h3, .stacks_in_3928Calligrapher h2, .stacks_in_3928Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3928Calligrapher, .stacks_in_3928Calligrapher h1, .stacks_in_3928Calligrapher h2, .stacks_in_3928Calligrapher h3, .stacks_in_3928Calligrapher h4, .stacks_in_3928Calligrapher h5, .stacks_in_3928Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3928targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3928Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3928Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3928Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3928Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3929 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_3930 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
#stacks_in_3932>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3938Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_3938Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3938Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3938Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3938Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3938Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3938Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3938Calligrapher h6, .stacks_in_3938Calligrapher h5, .stacks_in_3938Calligrapher h4, .stacks_in_3938Calligrapher h3, .stacks_in_3938Calligrapher h2, .stacks_in_3938Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3938Calligrapher, .stacks_in_3938Calligrapher h1, .stacks_in_3938Calligrapher h2, .stacks_in_3938Calligrapher h3, .stacks_in_3938Calligrapher h4, .stacks_in_3938Calligrapher h5, .stacks_in_3938Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3938targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3938Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3938Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3938Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3938Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3939 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_3940 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3933Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_3933Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3933Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3933Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3933Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3933Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3933Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3933Calligrapher h6, .stacks_in_3933Calligrapher h5, .stacks_in_3933Calligrapher h4, .stacks_in_3933Calligrapher h3, .stacks_in_3933Calligrapher h2, .stacks_in_3933Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3933Calligrapher, .stacks_in_3933Calligrapher h1, .stacks_in_3933Calligrapher h2, .stacks_in_3933Calligrapher h3, .stacks_in_3933Calligrapher h4, .stacks_in_3933Calligrapher h5, .stacks_in_3933Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3933targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3933Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3933Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3933Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3933Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3934 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_3935 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
#stacks_in_3975>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3976Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_3976Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3976Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3976Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3976Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3976Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3976Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3976Calligrapher h6, .stacks_in_3976Calligrapher h5, .stacks_in_3976Calligrapher h4, .stacks_in_3976Calligrapher h3, .stacks_in_3976Calligrapher h2, .stacks_in_3976Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3976Calligrapher, .stacks_in_3976Calligrapher h1, .stacks_in_3976Calligrapher h2, .stacks_in_3976Calligrapher h3, .stacks_in_3976Calligrapher h4, .stacks_in_3976Calligrapher h5, .stacks_in_3976Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3976targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3976Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3976Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3976Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3976Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3977 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_3978 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3986Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_3986Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3986Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3986Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3986Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3986Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3986Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3986Calligrapher h6, .stacks_in_3986Calligrapher h5, .stacks_in_3986Calligrapher h4, .stacks_in_3986Calligrapher h3, .stacks_in_3986Calligrapher h2, .stacks_in_3986Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3986Calligrapher, .stacks_in_3986Calligrapher h1, .stacks_in_3986Calligrapher h2, .stacks_in_3986Calligrapher h3, .stacks_in_3986Calligrapher h4, .stacks_in_3986Calligrapher h5, .stacks_in_3986Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3986targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3986Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3986Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3986Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3986Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3987 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_3988 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
#stacks_in_3994>.s3_row {
	margin: 0 -10px;
}

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

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




#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%;
	}


}





/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3995Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_3995Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3995Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3995Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3995Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3995Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3995Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3995Calligrapher h6, .stacks_in_3995Calligrapher h5, .stacks_in_3995Calligrapher h4, .stacks_in_3995Calligrapher h3, .stacks_in_3995Calligrapher h2, .stacks_in_3995Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3995Calligrapher, .stacks_in_3995Calligrapher h1, .stacks_in_3995Calligrapher h2, .stacks_in_3995Calligrapher h3, .stacks_in_3995Calligrapher h4, .stacks_in_3995Calligrapher h5, .stacks_in_3995Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3995targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3995Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3995Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3995Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3995Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3996 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_3997 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4022Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_4022Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4022Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4022Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4022Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4022Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4022Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4022Calligrapher h6, .stacks_in_4022Calligrapher h5, .stacks_in_4022Calligrapher h4, .stacks_in_4022Calligrapher h3, .stacks_in_4022Calligrapher h2, .stacks_in_4022Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4022Calligrapher, .stacks_in_4022Calligrapher h1, .stacks_in_4022Calligrapher h2, .stacks_in_4022Calligrapher h3, .stacks_in_4022Calligrapher h4, .stacks_in_4022Calligrapher h5, .stacks_in_4022Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4022targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4022Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4022Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4022Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4022Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4023 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_4024 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
#stacks_in_4117>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4123Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_4123Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4123Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4123Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4123Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4123Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4123Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4123Calligrapher h6, .stacks_in_4123Calligrapher h5, .stacks_in_4123Calligrapher h4, .stacks_in_4123Calligrapher h3, .stacks_in_4123Calligrapher h2, .stacks_in_4123Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4123Calligrapher, .stacks_in_4123Calligrapher h1, .stacks_in_4123Calligrapher h2, .stacks_in_4123Calligrapher h3, .stacks_in_4123Calligrapher h4, .stacks_in_4123Calligrapher h5, .stacks_in_4123Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4123targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4123Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4123Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4123Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4123Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4124 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_4126 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4206Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_4206Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4206Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4206Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4206Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4206Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4206Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4206Calligrapher h6, .stacks_in_4206Calligrapher h5, .stacks_in_4206Calligrapher h4, .stacks_in_4206Calligrapher h3, .stacks_in_4206Calligrapher h2, .stacks_in_4206Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4206Calligrapher, .stacks_in_4206Calligrapher h1, .stacks_in_4206Calligrapher h2, .stacks_in_4206Calligrapher h3, .stacks_in_4206Calligrapher h4, .stacks_in_4206Calligrapher h5, .stacks_in_4206Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4206targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4206Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4206Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4206Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4206Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4207 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_4209 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4202Calligrapher{			font-size: 120% !important;			color: #6A006B !important;			font-weight:   lighter !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: left !important;		}				.stacks_in_4202Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4202Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4202Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4202Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4202Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4202Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4202Calligrapher h6, .stacks_in_4202Calligrapher h5, .stacks_in_4202Calligrapher h4, .stacks_in_4202Calligrapher h3, .stacks_in_4202Calligrapher h2, .stacks_in_4202Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4202Calligrapher, .stacks_in_4202Calligrapher h1, .stacks_in_4202Calligrapher h2, .stacks_in_4202Calligrapher h3, .stacks_in_4202Calligrapher h4, .stacks_in_4202Calligrapher h5, .stacks_in_4202Calligrapher h6{	font-family: "Jua" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4202targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4202Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4202Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4202Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4202Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4203 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_4205 {
	display:inline-block; width:100%; line-height: 0.300000em;
	font-size: 110%;
}

#stacks_in_3319 {
	margin: 50px 0px 0px 0px;
}
#stacks_in_3587>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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


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


}



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


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


}




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

#stacks_in_3588 {
	padding: 5px 10px 10px 20px;
}

#stacks_in_3591 {
	border: solid rgba(191, 191, 191, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 5px 20px 10px 20px;
}

#stacks_in_3594 {
	border: solid rgba(191, 191, 191, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 5px 20px 10px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3450Calligrapher{			font-size: 120% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: -1px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_3450Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3450Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3450Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3450Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3450Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3450Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3450Calligrapher h6, .stacks_in_3450Calligrapher h5, .stacks_in_3450Calligrapher h4, .stacks_in_3450Calligrapher h3, .stacks_in_3450Calligrapher h2, .stacks_in_3450Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3450Calligrapher, .stacks_in_3450Calligrapher h1, .stacks_in_3450Calligrapher h2, .stacks_in_3450Calligrapher h3, .stacks_in_3450Calligrapher h4, .stacks_in_3450Calligrapher h5, .stacks_in_3450Calligrapher h6{	font-family: "Nanum Gothic" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3450targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3450Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3450Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3450Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3450Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3450 {
	padding: 20px 10px 20px 20px;
}
#stacks_in_1928>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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



}






#stacks_in_1925 {
	background-color: rgba(230, 230, 230, 1.00);
	border: solid rgba(191, 191, 191, 1.00);
	border-width:  1px;
	padding:  20px;
}

#stacks_out_1925 {
	width: 290px;
	margin-left:0;
}
