 .target_stack.width-fill{width:100%}.target_stack.width-auto{width:auto}.target_stack.position-browser{position:fixed!important}.target_stack.position-absolute{position:absolute!important}.target_stack.position-body{position:absolute!important}.target_stack.position-right{float:right}.target_stack.position-left{float:left}.target_stack.vcenter{top:0;height:100%}.target_stack.vcenter>.com_joeworkman_stacks_target_stack{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.target_stack.hcenter>.com_joeworkman_stacks_target_stack{position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.target_stack.hcenter.vcenter>.com_joeworkman_stacks_target_stack{-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media only screen and (min-width:40em){.target_stack.target-small-only{position:relative!important;float:none!important;height:auto!important;left:auto!important;top:auto!important;bottom:auto!important;right:auto!important}.target_stack.target-small-only>.com_joeworkman_stacks_target_stack{left:auto!important;top:auto!important;bottom:auto!important;right:auto!important;-webkit-transform:none!important;transform:none!important}}@media only screen and (max-width:39.9375em){.target_stack.disable-small{position:relative!important;float:none!important;height:auto!important;left:auto!important;top:auto!important;bottom:auto!important;right:auto!important}.target_stack.disable-small>.com_joeworkman_stacks_target_stack{left:auto!important;top:auto!important;bottom:auto!important;right:auto!important;-webkit-transform:none!important;transform:none!important}}@media only screen and (max-width:62.5em){.target_stack.disable-medium{position:relative!important;float:none!important;height:auto!important;left:auto!important;top:auto!important;bottom:auto!important;right:auto!important}.target_stack.disable-medium>.com_joeworkman_stacks_target_stack{left:auto!important;top:auto!important;bottom:auto!important;right:auto!important;-webkit-transform:none!important;transform:none!important}}
/* 
WHW edits
- Remove retina @media block at the bottom
- Remove '.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(icons/loading.gif) no-repeat 50% 50%; }'
- Remove 'background-image: url(icons/next.png);'
- Remove 'background-image: url(icons/prev.png);'
- Remove 'background: url(icons/close.png) no-repeat 5px 5px;'
- Remove default theme
*/


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.nivo-lightbox-html5audio {
	width: 100%;
}

.nivo-lightbox-html5video {
	background: #000;
}

.nivo-lightbox-html5audio,
.nivo-lightbox-html5video {
	position: absolute;
	z-index: 99999;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_763209_page10 #myExtraContent6,
#ExtraContentPlusstacks_in_763209_page10 #fs {
	display: none;
}

#usefulStackWrapperstacks_in_763214_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1600px;
	min-height: 300px;
	max-height: 600px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_763214_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_763214_page10 {
		display: none;
	}
}













#stacks_in_763214_page10 {
	background-image: url("../index_files/backgroundImage_763214.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#usefulStackWrapperstacks_in_763582_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1600px;
	min-height: 450px;
	max-height: 700px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_763582_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_763582_page10 {
		display: none;
	}
}













#stacks_in_763582_page10 {
	background-image: url("../index_files/backgroundImage_763582.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_763264_page10 #myExtraContent1,
#ExtraContentPlusstacks_in_763264_page10 #fs {
	display: none;
}

#usefulStackWrapperstacks_in_763269_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_763269_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_763269_page10 {
		display: none;
	}
}













#stacks_in_763271_page10 {
	padding: 0px 0px 10px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_763558_page10Calligrapher{			font-size: 200% !important;			color: #FFFFFF !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: center !important;		}				.stacks_in_763558_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763558_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763558_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763558_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763558_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763558_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763558_page10Calligrapher h6, .stacks_in_763558_page10Calligrapher h5, .stacks_in_763558_page10Calligrapher h4, .stacks_in_763558_page10Calligrapher h3, .stacks_in_763558_page10Calligrapher h2, .stacks_in_763558_page10Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_763558_page10Calligrapher, .stacks_in_763558_page10Calligrapher h1, .stacks_in_763558_page10Calligrapher h2, .stacks_in_763558_page10Calligrapher h3, .stacks_in_763558_page10Calligrapher h4, .stacks_in_763558_page10Calligrapher h5, .stacks_in_763558_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_763558_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_763558_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_763558_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_763558_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_763558_page10Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */ #stacks_in_763578_page10{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_763578_page10 .cycler_reel{position:relative;width:100%;overflow:hidden} #stacks_in_763578_page10{visibility:hidden}#stacks_in_763578_page10 .cycler_reel>div.stacks_out{width:100%!important}#stacks_in_763578_page10 .cycler_reel>div.stacks_out:first{visibility:visible}   
#stacks_in_763453_page10>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_763458_page10 {
	padding:  10px;
}

#stacks_in_763466_page10 {
	padding:  10px;
}
#stacks_in_763475_page10>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_763484_page10 {
	padding:  10px;
}

#stacks_in_763488_page10 {
	padding:  10px;
}
#stacks_in_763497_page10>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_763506_page10 {
	padding:  10px;
}

#stacks_in_763528_page10 {
	padding:  10px;
}
#stacks_in_763519_page10>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_763536_page10 {
	padding:  10px;
}

#stacks_in_763532_page10 {
	padding:  10px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_763277_page10Calligrapher{			font-size: 150% !important;			color: #FFFFFF !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: center !important;		}				.stacks_in_763277_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763277_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763277_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763277_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763277_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763277_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763277_page10Calligrapher h6, .stacks_in_763277_page10Calligrapher h5, .stacks_in_763277_page10Calligrapher h4, .stacks_in_763277_page10Calligrapher h3, .stacks_in_763277_page10Calligrapher h2, .stacks_in_763277_page10Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_763277_page10Calligrapher, .stacks_in_763277_page10Calligrapher h1, .stacks_in_763277_page10Calligrapher h2, .stacks_in_763277_page10Calligrapher h3, .stacks_in_763277_page10Calligrapher h4, .stacks_in_763277_page10Calligrapher h5, .stacks_in_763277_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_763277_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_763277_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_763277_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_763277_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_763277_page10Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */ #stacks_in_763451_page10{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_763451_page10 .cycler_reel{position:relative;width:100%;overflow:hidden} #stacks_in_763451_page10{visibility:hidden}#stacks_in_763451_page10 .cycler_reel>div.stacks_out{width:100%!important}#stacks_in_763451_page10 .cycler_reel>div.stacks_out:first{visibility:visible}   

#stacks_in_763279_page10 {
	padding:  10px;
}

#stacks_in_763336_page10 {
	padding:  10px;
}

#stacks_in_763328_page10 {
	padding:  10px;
}

#stacks_in_763340_page10 {
	padding:  10px;
}

#stacks_in_763290_page10 {
	padding:  10px;
}

#stacks_in_763344_page10 {
	padding:  10px;
}

#stacks_in_763332_page10 {
	padding:  10px;
}

#stacks_in_763348_page10 {
	padding:  10px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_p763320_n686957_page10 #myExtraContent2,
#ExtraContentPlusstacks_in_p763320_n686957_page10 #fs {
	display: none;
}

#linkBoxstacks_in_p763320_n686975_page10 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_p763320_n686975_page10 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_p763320_n686975_page10 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}#usefulStackWrapperstacks_in_p763320_n686976_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p763320_n686976_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_p763320_n686976_page10 {
		display: none;
	}
}













#stacks_in_p763320_n686976_page10 {
	background-color: rgba(236, 32, 41, 1.00);
}
#usefulStackWrapperstacks_in_p763320_n686962_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p763320_n686962_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 940px) {
	#usefulStackstacks_in_p763320_n686962_page10 {
		display: none;
	}
}












/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p763320_n686964_page10Calligrapher{			font-size: 85% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_p763320_n686964_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763320_n686964_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763320_n686964_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763320_n686964_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763320_n686964_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763320_n686964_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763320_n686964_page10Calligrapher h6, .stacks_in_p763320_n686964_page10Calligrapher h5, .stacks_in_p763320_n686964_page10Calligrapher h4, .stacks_in_p763320_n686964_page10Calligrapher h3, .stacks_in_p763320_n686964_page10Calligrapher h2, .stacks_in_p763320_n686964_page10Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p763320_n686964_page10Calligrapher, .stacks_in_p763320_n686964_page10Calligrapher h1, .stacks_in_p763320_n686964_page10Calligrapher h2, .stacks_in_p763320_n686964_page10Calligrapher h3, .stacks_in_p763320_n686964_page10Calligrapher h4, .stacks_in_p763320_n686964_page10Calligrapher h5, .stacks_in_p763320_n686964_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p763320_n686964_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p763320_n686964_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p763320_n686964_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p763320_n686964_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p763320_n686964_page10Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p763320_n686966_page10 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_p763320_n686967_page10 {
	font-size: 110%;
	font-weight: lighter;
}
#usefulStackWrapperstacks_in_763586_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_763586_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_763586_page10 {
		display: none;
	}
}












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

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

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




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










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


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


}



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


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


}





/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_763665_page10 #myExtraContent3,
#ExtraContentPlusstacks_in_763665_page10 #fs {
	display: none;
}

#usefulStackWrapperstacks_in_763670_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 4000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_763670_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_763670_page10 {
		display: none;
	}
}













#stacks_in_763670_page10 {
	background-color: rgba(51, 102, 153, 1.00);
	padding:  20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_772552_page10Calligrapher{			font-size: 120% !important;			color: #333333 !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_772552_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772552_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772552_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772552_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772552_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772552_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772552_page10Calligrapher h6, .stacks_in_772552_page10Calligrapher h5, .stacks_in_772552_page10Calligrapher h4, .stacks_in_772552_page10Calligrapher h3, .stacks_in_772552_page10Calligrapher h2, .stacks_in_772552_page10Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_772552_page10Calligrapher, .stacks_in_772552_page10Calligrapher h1, .stacks_in_772552_page10Calligrapher h2, .stacks_in_772552_page10Calligrapher h3, .stacks_in_772552_page10Calligrapher h4, .stacks_in_772552_page10Calligrapher h5, .stacks_in_772552_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_772552_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_772552_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_772552_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_772552_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_772552_page10Calligrapher 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_763681_page10Calligrapher{			font-size: 100% !important;			color: #FFFFFF !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_763681_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763681_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763681_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763681_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763681_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763681_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_763681_page10Calligrapher h6, .stacks_in_763681_page10Calligrapher h5, .stacks_in_763681_page10Calligrapher h4, .stacks_in_763681_page10Calligrapher h3, .stacks_in_763681_page10Calligrapher h2, .stacks_in_763681_page10Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_763681_page10Calligrapher, .stacks_in_763681_page10Calligrapher h1, .stacks_in_763681_page10Calligrapher h2, .stacks_in_763681_page10Calligrapher h3, .stacks_in_763681_page10Calligrapher h4, .stacks_in_763681_page10Calligrapher h5, .stacks_in_763681_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_763681_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_763681_page10Calligrapher a:link{			color: #99CCFF !important;			text-decoration: none !important;		}				.stacks_in_763681_page10Calligrapher a:visited{			color: #99CCFF !important;		}				.stacks_in_763681_page10Calligrapher a:active{			color: #99CCFF !important;		}				.stacks_in_763681_page10Calligrapher a:hover{			color: #3399FF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */#stacks_in_763672_page10>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}






#stacks_in_763672_page10 {
	margin: 20px 0px 0px 0px;
}
#usefulStackWrapperstacks_in_763745_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 4000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_763745_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_763745_page10 {
		display: none;
	}
}













#stacks_in_763745_page10 {
	padding:  20px;
}
#stacks_in_997712_page10>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_763728_page10 {
	margin: 10px 0px 10px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_772546_page10Calligrapher{			font-size: 100% !important;			color: #333333 !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_772546_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772546_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772546_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772546_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772546_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772546_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_772546_page10Calligrapher h6, .stacks_in_772546_page10Calligrapher h5, .stacks_in_772546_page10Calligrapher h4, .stacks_in_772546_page10Calligrapher h3, .stacks_in_772546_page10Calligrapher h2, .stacks_in_772546_page10Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_772546_page10Calligrapher, .stacks_in_772546_page10Calligrapher h1, .stacks_in_772546_page10Calligrapher h2, .stacks_in_772546_page10Calligrapher h3, .stacks_in_772546_page10Calligrapher h4, .stacks_in_772546_page10Calligrapher h5, .stacks_in_772546_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_772546_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_772546_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: underline !important;		}				.stacks_in_772546_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_772546_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_772546_page10Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_763730_page10 {
	margin: 0px 0px 20px 0px;
}
/* Start dooGrid stack each CSS code */.stacks_in_997690_page10gridWrapper > div{	display: inline-block !important;	width: 50%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 15px;    padding-right: 7.500000px;    padding-left: 7.500000px;}.stacks_in_997690_page10gridWrapper{	margin-right: -7.500000px;    margin-left: -7.500000px;    margin-top: -15px;}@media all and (max-width: 1024px) {				.stacks_in_997690_page10gridWrapper > div{		width: 50%;	}	}@media all and (max-width: 768px) {				.stacks_in_997690_page10gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_997690_page10gridWrapper > div{		width: 100%;	}	}/* End dooGrid stack each CSS code */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .85);
	
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 20%;
	right: 20%;
	top: 20%;
	bottom: 20%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 20px;
	border-radius: 0px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 0px;
}




/* No background */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: none;
}


















.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 1.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_997706_page10 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_997706_page10 #topBoxTriggerstacks_in_997706_page10 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_997706_page10 #topBoxTriggerContentstacks_in_997706_page10 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_997706_page10 #topBoxTriggerContentstacks_in_997706_page10 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_997706_page10 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_997706_page10 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_997706_page10 h1,
#topBoxContentWrapperstacks_in_997706_page10 h2,
#topBoxContentWrapperstacks_in_997706_page10 h3,
#topBoxContentWrapperstacks_in_997706_page10 h4,
#topBoxContentWrapperstacks_in_997706_page10 h5,
#topBoxContentWrapperstacks_in_997706_page10 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_997706_page10 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_997706_page10 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_997706_page10 a:hover,
#topBoxContentWrapperstacks_in_997706_page10 a:focus,
#topBoxContentWrapperstacks_in_997706_page10 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_997706_page10 .topBoxAudio,
#topBoxContentWrapperstacks_in_997706_page10 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_997706_page10.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_997706_page10 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_997706_page10 .trackName,
#topBoxContentWrapperstacks_in_997706_page10 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_997706_page10 {
	display: none;
}







/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */ #caption_stacks_in_1657_page10{color:#000000} #caption_stacks_in_1657_page10{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_997721_page10Calligrapher{			font-size: 80% !important;			color: #666666 !important;			font-weight:   lighter !important;			font-style: italic !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_997721_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997721_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997721_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997721_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997721_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997721_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997721_page10Calligrapher h6, .stacks_in_997721_page10Calligrapher h5, .stacks_in_997721_page10Calligrapher h4, .stacks_in_997721_page10Calligrapher h3, .stacks_in_997721_page10Calligrapher h2, .stacks_in_997721_page10Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_997721_page10Calligrapher, .stacks_in_997721_page10Calligrapher h1, .stacks_in_997721_page10Calligrapher h2, .stacks_in_997721_page10Calligrapher h3, .stacks_in_997721_page10Calligrapher h4, .stacks_in_997721_page10Calligrapher h5, .stacks_in_997721_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_997721_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_997721_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_997721_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_997721_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_997721_page10Calligrapher 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_997715_page10Calligrapher{			font-size: 100% !important;			color: #FFFFFF !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_997715_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997715_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997715_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997715_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997715_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997715_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997715_page10Calligrapher h6, .stacks_in_997715_page10Calligrapher h5, .stacks_in_997715_page10Calligrapher h4, .stacks_in_997715_page10Calligrapher h3, .stacks_in_997715_page10Calligrapher h2, .stacks_in_997715_page10Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_997715_page10Calligrapher, .stacks_in_997715_page10Calligrapher h1, .stacks_in_997715_page10Calligrapher h2, .stacks_in_997715_page10Calligrapher h3, .stacks_in_997715_page10Calligrapher h4, .stacks_in_997715_page10Calligrapher h5, .stacks_in_997715_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_997715_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_997715_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_997715_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_997715_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_997715_page10Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_763734_page10>.s3_row {
	margin: 0 -10px;
}

#stacks_in_763734_page10>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_763734_page10>.s3_row>.s3_column_right {
	width: 70.000000%;
}




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










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



}



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


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


}






#stacks_in_763734_page10 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
 #caption_stacks_in_997700_page10{color:#000000} #caption_stacks_in_997700_page10{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}

#stacks_in_997686_page10 {
	margin: 20px 0px 0px 0px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .85);
	
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 20%;
	right: 20%;
	top: 20%;
	bottom: 20%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 20px;
	border-radius: 0px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 0px;
}




/* No background */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: none;
}


















.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 1.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_997709_page10 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_997709_page10 #topBoxTriggerstacks_in_997709_page10 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_997709_page10 #topBoxTriggerContentstacks_in_997709_page10 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_997709_page10 #topBoxTriggerContentstacks_in_997709_page10 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_997709_page10 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_997709_page10 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_997709_page10 h1,
#topBoxContentWrapperstacks_in_997709_page10 h2,
#topBoxContentWrapperstacks_in_997709_page10 h3,
#topBoxContentWrapperstacks_in_997709_page10 h4,
#topBoxContentWrapperstacks_in_997709_page10 h5,
#topBoxContentWrapperstacks_in_997709_page10 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_997709_page10 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_997709_page10 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_997709_page10 a:hover,
#topBoxContentWrapperstacks_in_997709_page10 a:focus,
#topBoxContentWrapperstacks_in_997709_page10 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_997709_page10 .topBoxAudio,
#topBoxContentWrapperstacks_in_997709_page10 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_997709_page10.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_997709_page10 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_997709_page10 .trackName,
#topBoxContentWrapperstacks_in_997709_page10 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_997709_page10 {
	display: none;
}







/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */ #caption_stacks_in_18404_page10{color:#000000} #caption_stacks_in_18404_page10{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_997725_page10Calligrapher{			font-size: 80% !important;			color: #666666 !important;			font-weight:   lighter !important;			font-style: italic !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_997725_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997725_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997725_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997725_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997725_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997725_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997725_page10Calligrapher h6, .stacks_in_997725_page10Calligrapher h5, .stacks_in_997725_page10Calligrapher h4, .stacks_in_997725_page10Calligrapher h3, .stacks_in_997725_page10Calligrapher h2, .stacks_in_997725_page10Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_997725_page10Calligrapher, .stacks_in_997725_page10Calligrapher h1, .stacks_in_997725_page10Calligrapher h2, .stacks_in_997725_page10Calligrapher h3, .stacks_in_997725_page10Calligrapher h4, .stacks_in_997725_page10Calligrapher h5, .stacks_in_997725_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_997725_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_997725_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_997725_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_997725_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_997725_page10Calligrapher 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_997717_page10Calligrapher{			font-size: 100% !important;			color: #FFFFFF !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_997717_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997717_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997717_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997717_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997717_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997717_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_997717_page10Calligrapher h6, .stacks_in_997717_page10Calligrapher h5, .stacks_in_997717_page10Calligrapher h4, .stacks_in_997717_page10Calligrapher h3, .stacks_in_997717_page10Calligrapher h2, .stacks_in_997717_page10Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_997717_page10Calligrapher, .stacks_in_997717_page10Calligrapher h1, .stacks_in_997717_page10Calligrapher h2, .stacks_in_997717_page10Calligrapher h3, .stacks_in_997717_page10Calligrapher h4, .stacks_in_997717_page10Calligrapher h5, .stacks_in_997717_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_997717_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_997717_page10Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_997717_page10Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_997717_page10Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_997717_page10Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_763760_page10>.s3_row {
	margin: 0 -10px;
}

#stacks_in_763760_page10>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_763760_page10>.s3_row>.s3_column_right {
	width: 70.000000%;
}




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










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



}



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


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


}






#stacks_in_763760_page10 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
 #caption_stacks_in_997703_page10{color:#000000} #caption_stacks_in_997703_page10{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}

#stacks_in_997719_page10 {
	margin: 20px 0px 0px 0px;
}
#usefulStackWrapperstacks_in_772593_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_772593_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_772593_page10 {
		display: none;
	}
}













#stacks_in_772593_page10 {
	background-color: rgba(51, 102, 153, 1.00);
	padding:  20px;
}
#stacks_in_p997672_n995448_page10>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* DooBox Spin CSS Document */




#stacks_in_p997672_n995450_page10 .stacks_in_p997672_n995450_page10spin{
display:none;
}







/* DooBox Spin CSS Document */




#stacks_in_p997672_n995464_page10 .stacks_in_p997672_n995464_page10spin{
display:none;
}







/* DooBox Spin CSS Document */




#stacks_in_p997672_n995475_page10 .stacks_in_p997672_n995475_page10spin{
display:none;
}








#stacks_in_31185_page10 .stacks_left {
	float:left;
	width:24%;
}

#stacks_in_31185_page10 .stacks_right {
	float:right;
	width:74%;
}
#stacks_out_31185_page10 {
	width: 90%;
	margin-right:0;
}

#stacks_in_31185_page10 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_672_page10 {
	padding: 0px 0px 0px 40px;
}

#stacks_in_31203_page10 {
	margin: 0px 0px 10px 0px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_4 {
	width:23%;
	margin: 0 1%;
} #caption_stacks_in_2916_page10{color:#000000} #caption_stacks_in_2916_page10{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}

#stacks_in_3784_page10 .stacks_left {
	float:left;
	width:39%;
}

#stacks_in_3784_page10 .stacks_right {
	float:right;
	width:59%;
} #caption_stacks_in_1751_page10{color:#000000} #caption_stacks_in_1751_page10{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}

#stacks_in_5109_page10 .stacks_left {
	float:left;
	width:39%;
}

#stacks_in_5109_page10 .stacks_right {
	float:right;
	width:59%;
} #caption_stacks_in_1754_page10{color:#000000} #caption_stacks_in_1754_page10{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}

#stacks_in_1760_page10 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_1760_page10 .stacks_right {
	float:right;
	width:69%;
} #caption_stacks_in_2415_page10{color:#000000} #caption_stacks_in_2415_page10{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_p763747_n472644_page10 #myExtraContent5,
#ExtraContentPlusstacks_in_p763747_n472644_page10 #fs {
	display: none;
}

#usefulStackWrapperstacks_in_p763747_n472649_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1200px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p763747_n472649_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_p763747_n472649_page10 {
		display: none;
	}
}












/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p763747_n472651_page10Calligrapher{			font-size: 90% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_p763747_n472651_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n472651_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n472651_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n472651_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n472651_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n472651_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n472651_page10Calligrapher h6, .stacks_in_p763747_n472651_page10Calligrapher h5, .stacks_in_p763747_n472651_page10Calligrapher h4, .stacks_in_p763747_n472651_page10Calligrapher h3, .stacks_in_p763747_n472651_page10Calligrapher h2, .stacks_in_p763747_n472651_page10Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p763747_n472651_page10Calligrapher, .stacks_in_p763747_n472651_page10Calligrapher h1, .stacks_in_p763747_n472651_page10Calligrapher h2, .stacks_in_p763747_n472651_page10Calligrapher h3, .stacks_in_p763747_n472651_page10Calligrapher h4, .stacks_in_p763747_n472651_page10Calligrapher h5, .stacks_in_p763747_n472651_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p763747_n472651_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p763747_n472651_page10Calligrapher a:link{			color: #FFFFFF !important;			text-decoration: none !important;		}				.stacks_in_p763747_n472651_page10Calligrapher a:visited{			color: #FFFFFF !important;		}				.stacks_in_p763747_n472651_page10Calligrapher a:active{			color: #FFFFFF !important;		}				.stacks_in_p763747_n472651_page10Calligrapher a:hover{			color: #CCCCCC !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */#stacks_in_p763747_n472653_page10>.s3_row {
	margin: 0 -10px;
}

#stacks_in_p763747_n472653_page10>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_p763747_n472653_page10>.s3_row>.s3_column_right {
	width: 40.000000%;
}




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










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


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


}



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


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


}






#stacks_in_p763747_n472653_page10 {
	margin: 20px 20px 20px 20px;
}
#stacks_in_p763747_n472673_page10>.s3_row {
	margin: 0 -5px;
}

#stacks_in_p763747_n472673_page10>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_p763747_n472673_page10>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_p763747_n1139294_page10buttonPressWrapper{
	position: relative !important;
}

#stacks_in_p763747_n1139294_page10 a, #stacks_in_p763747_n1139294_page10 a:hover, #stacks_in_p763747_n1139294_page10 a:visited, #stacks_in_p763747_n1139294_page10 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_p763747_n1139294_page10button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #999999 !important;
	border-color: #828282 !important;
	box-sizing: border-box !important;
}

.stacks_in_p763747_n1139294_page10button:hover{
	color: #FFFFFF !important;
	background-color: #00CC00 !important;
	border-color: #00AD00 !important;
}

#stacks_in_p763747_n1139294_page10 a, #stacks_in_p763747_n1139294_page10 a:visited, #stacks_in_p763747_n1139294_page10 a:active{
	color: #FFFFFF !important;
}

#stacks_in_p763747_n1139294_page10 a:hover{
	color: #FFFFFF !important;
}
















	/* -- TYPE FLAT REGULAR OVERRIDE -- */
	.stacks_in_p763747_n1139294_page10button{
		border-color: #999999 !important;
	}
	.stacks_in_p763747_n1139294_page10button:hover{
		border-color: #00CC00 !important;
	}
	























.stacks_in_p763747_n1139294_page10buttonPressWrapper *{
	
	font-family:  Helvetica,Arial,sans-serif !important;
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_p763747_n1139294_page10buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_p763747_n1139294_page10buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_p763747_n1139294_page10buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_p763747_n1139294_page10 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_p763747_n472677_page10 {
	margin: 0px 0px 20px 0px;
}
#stacks_in_p763747_n472655_page10>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}





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

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

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




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










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



}



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


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


}






#stacks_in_p763747_n1139295_page10 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_p763747_n1139300_page10 {
	width: 113px;
	float: left;
	margin-left:0;
}
#usefulStackWrapperstacks_in_p763747_n1139286_page10 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p763747_n1139286_page10 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: none;
}








@media screen and (max-width: 880px) {
	#usefulStackstacks_in_p763747_n1139286_page10 {
		display: block;
	}
}












 .target_stacks_in_p763747_n1139288_page10{ z-index:99; }.target_stacks_in_p763747_n1139288_page10.rotate{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center center;transform-origin:center center}.target_stacks_in_p763747_n1139288_page10.width-flexible{width:100%}.target_stacks_in_p763747_n1139288_page10.width-fixed{width:250px}.target_stacks_in_p763747_n1139288_page10.height-flexible{height:100%}.target_stacks_in_p763747_n1139288_page10.height-fixed{height:250px}.target_stacks_in_p763747_n1139288_page10.top_pt{top:96%}.target_stacks_in_p763747_n1139288_page10.top_px{top:96px}.target_stacks_in_p763747_n1139288_page10.bottom_pt{bottom:96%}.target_stacks_in_p763747_n1139288_page10.bottom_px{bottom:96px}.target_stacks_in_p763747_n1139288_page10.right_pt{right:0%}.target_stacks_in_p763747_n1139288_page10.right_px{right:0px}.target_stacks_in_p763747_n1139288_page10.left_pt{left:0%}.target_stacks_in_p763747_n1139288_page10.left_px{left:0px}  
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p763747_n1139290_page10Calligrapher{			font-size: 100% !important;			color: #999999 !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: center !important;		}				.stacks_in_p763747_n1139290_page10Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n1139290_page10Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n1139290_page10Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n1139290_page10Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n1139290_page10Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n1139290_page10Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p763747_n1139290_page10Calligrapher h6, .stacks_in_p763747_n1139290_page10Calligrapher h5, .stacks_in_p763747_n1139290_page10Calligrapher h4, .stacks_in_p763747_n1139290_page10Calligrapher h3, .stacks_in_p763747_n1139290_page10Calligrapher h2, .stacks_in_p763747_n1139290_page10Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p763747_n1139290_page10Calligrapher, .stacks_in_p763747_n1139290_page10Calligrapher h1, .stacks_in_p763747_n1139290_page10Calligrapher h2, .stacks_in_p763747_n1139290_page10Calligrapher h3, .stacks_in_p763747_n1139290_page10Calligrapher h4, .stacks_in_p763747_n1139290_page10Calligrapher h5, .stacks_in_p763747_n1139290_page10Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p763747_n1139290_page10targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p763747_n1139290_page10Calligrapher a:link{			color: #666666 !important;			text-decoration: none !important;		}				.stacks_in_p763747_n1139290_page10Calligrapher a:visited{			color: #666666 !important;		}				.stacks_in_p763747_n1139290_page10Calligrapher a:active{			color: #666666 !important;		}				.stacks_in_p763747_n1139290_page10Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p763747_n1139292_page10 {
	background-color: rgba(204, 204, 204, 0.90);
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 3px 0px 3px 0px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_pp763747_n1019309_n1019302_page10 #myExtraContent7,
#ExtraContentPlusstacks_in_pp763747_n1019309_n1019302_page10 #fs {
	display: none;
}

