 .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);
}/* Start doore stack page CSS code */	.doo-re-grid{	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	  vertical-align: top;	}		.doo-re-grid *, .doo-re-grid *:after, .doo-re-grid *:before {	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	}			[class*='re-col-'] {	  display: inline-block;	}			.re-col-desk-0 {	  width: 0;	  display: none;	}	.re-col-desk-1 {	  width: 8.333333%;	  display: inline-block;	}	.re-col-desk-2 {	  width: 16.666666%;	  display: inline-block;	}	.re-col-desk-3 {	  width: 25%;	  display: inline-block;	}	.re-col-desk-4 {	  width: 33.333333%;	  display: inline-block;	}	.re-col-desk-5 {	  width: 41.666666%;	  display: inline-block;	}	.re-col-desk-6 {	  width: 50%;	  display: inline-block;	}	.re-col-desk-7 {	  width: 58.333333%;	  display: inline-block;	}	.re-col-desk-8 {	  width: 66.666666%;	  display: inline-block;	}	.re-col-desk-9 {	  width: 75%;	  display: inline-block;	}	.re-col-desk-10 {	  width: 83.333333%;	  display: inline-block;	}	.re-col-desk-11 {	  width: 91.666666%;	  display: inline-block;	}	.re-col-desk-12 {	  width: 100%;	  display: inline-block;	}			/* End doore stack page CSS code *//* Font style applied when the page has finished loading */

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

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

#usefulStackstacks_in_995858_page70 {
	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_995858_page70 {
		display: none;
	}
}













#stacks_in_995858_page70 {
	background-image: url("../index_files/backgroundImage_995858.png");
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

#stacks_in_995860_page70 {
	margin: 130px 30px 30px 30px;
}
/* Font style applied when the page has finished loading */

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

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

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

#linkBoxLinkstacks_in_p966669_n829845_page70 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_p966669_n829846_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p966669_n829846_page70 {
	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_p966669_n829846_page70 {
		display: none;
	}
}













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

#usefulStackstacks_in_p966669_n829832_page70 {
	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: 915px) {
	#usefulStackstacks_in_p966669_n829832_page70 {
		display: none;
	}
}












/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p966669_n829834_page70Calligrapher{			font-size: 100% !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_p966669_n829834_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p966669_n829834_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p966669_n829834_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p966669_n829834_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p966669_n829834_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p966669_n829834_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p966669_n829834_page70Calligrapher h6, .stacks_in_p966669_n829834_page70Calligrapher h5, .stacks_in_p966669_n829834_page70Calligrapher h4, .stacks_in_p966669_n829834_page70Calligrapher h3, .stacks_in_p966669_n829834_page70Calligrapher h2, .stacks_in_p966669_n829834_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p966669_n829834_page70Calligrapher, .stacks_in_p966669_n829834_page70Calligrapher h1, .stacks_in_p966669_n829834_page70Calligrapher h2, .stacks_in_p966669_n829834_page70Calligrapher h3, .stacks_in_p966669_n829834_page70Calligrapher h4, .stacks_in_p966669_n829834_page70Calligrapher h5, .stacks_in_p966669_n829834_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p966669_n829834_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p966669_n829834_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p966669_n829834_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p966669_n829834_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p966669_n829834_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p966669_n829836_page70 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_p966669_n829837_page70 {
	font-size: 110%;
	font-weight: lighter;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_995851_page70Calligrapher{			font-size: 300% !important;			color: #999999 !important;			font-weight:   bold !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_995851_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995851_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995851_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995851_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995851_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995851_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995851_page70Calligrapher h6, .stacks_in_995851_page70Calligrapher h5, .stacks_in_995851_page70Calligrapher h4, .stacks_in_995851_page70Calligrapher h3, .stacks_in_995851_page70Calligrapher h2, .stacks_in_995851_page70Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_995851_page70Calligrapher, .stacks_in_995851_page70Calligrapher h1, .stacks_in_995851_page70Calligrapher h2, .stacks_in_995851_page70Calligrapher h3, .stacks_in_995851_page70Calligrapher h4, .stacks_in_995851_page70Calligrapher h5, .stacks_in_995851_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_995851_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_995851_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_995851_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_995851_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_995851_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_995854_page70 {
	margin: 0px 0px 30px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_995889_page70Calligrapher{			font-size: 200% !important;			color: #999999 !important;			font-weight:   bold !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_995889_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995889_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995889_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995889_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995889_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995889_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_995889_page70Calligrapher h6, .stacks_in_995889_page70Calligrapher h5, .stacks_in_995889_page70Calligrapher h4, .stacks_in_995889_page70Calligrapher h3, .stacks_in_995889_page70Calligrapher h2, .stacks_in_995889_page70Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_995889_page70Calligrapher, .stacks_in_995889_page70Calligrapher h1, .stacks_in_995889_page70Calligrapher h2, .stacks_in_995889_page70Calligrapher h3, .stacks_in_995889_page70Calligrapher h4, .stacks_in_995889_page70Calligrapher h5, .stacks_in_995889_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_995889_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_995889_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_995889_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_995889_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_995889_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_995890_page70 {
	margin: 0px 0px 30px 0px;
}
#usefulStackWrapperstacks_in_875295_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_875295_page70 {
	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_875295_page70 {
		display: none;
	}
}












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

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

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




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










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


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


}



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


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


}






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

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

#stacks_in_995802_page70 {
	margin: 0px 0px 10px 0px;
}
/* Font style applied when the page has finished loading */

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

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

#usefulStackstacks_in_995755_page70 {
	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_995755_page70 {
		display: none;
	}
}













#stacks_in_995755_page70 {
	background-image: url("../index_files/backgroundImage_995755.png");
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	padding:  20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_996146_page70Calligrapher{			font-size: 300% !important;			color: #999999 !important;			font-weight:   bold !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_996146_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996146_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996146_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996146_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996146_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996146_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996146_page70Calligrapher h6, .stacks_in_996146_page70Calligrapher h5, .stacks_in_996146_page70Calligrapher h4, .stacks_in_996146_page70Calligrapher h3, .stacks_in_996146_page70Calligrapher h2, .stacks_in_996146_page70Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_996146_page70Calligrapher, .stacks_in_996146_page70Calligrapher h1, .stacks_in_996146_page70Calligrapher h2, .stacks_in_996146_page70Calligrapher h3, .stacks_in_996146_page70Calligrapher h4, .stacks_in_996146_page70Calligrapher h5, .stacks_in_996146_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_996146_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_996146_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_996146_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_996146_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_996146_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_996144_page70 {
	margin: 20px 0px 20px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_996150_page70Calligrapher{			font-size: 300% !important;			color: #999999 !important;			font-weight:   bold !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_996150_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996150_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996150_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996150_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996150_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996150_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_996150_page70Calligrapher h6, .stacks_in_996150_page70Calligrapher h5, .stacks_in_996150_page70Calligrapher h4, .stacks_in_996150_page70Calligrapher h3, .stacks_in_996150_page70Calligrapher h2, .stacks_in_996150_page70Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_996150_page70Calligrapher, .stacks_in_996150_page70Calligrapher h1, .stacks_in_996150_page70Calligrapher h2, .stacks_in_996150_page70Calligrapher h3, .stacks_in_996150_page70Calligrapher h4, .stacks_in_996150_page70Calligrapher h5, .stacks_in_996150_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_996150_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_996150_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_996150_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_996150_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_996150_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_996151_page70 {
	margin: 20px 0px 10px 0px;
}
#usefulStackWrapperstacks_in_995925_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_995925_page70 {
	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_995925_page70 {
		display: none;
	}
}













#stacks_in_995925_page70 {
	margin: 20px 20px 30px 20px;
}
/* Start dooReflow stack each CSS code */	#stacks_in_995977_page70 .grid-pad{		margin-left: -15px;		margin-right: -15px;		margin-top: -15px;		margin-bottom: -15px;	}	#stacks_in_995977_page70 [class*='re-col-']{	  padding-left: 15px;	  padding-right: 15px;	  padding-top: 15px;	  padding-bottom: 15px;	  vertical-align: bottom;	}			@media all and (max-width: 1024px) {		#stacks_in_995977_page70 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_995977_page70 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_995977_page70 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_995977_page70 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_995977_page70 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code *//* @group Basic Styling */

#hoverBoxWrapperstacks_in_p996161_n2_page70 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
}

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

#hoverBoxStaticstacks_in_p996161_n2_page70 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_p996161_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_p996161_n2_page70 a,
#hoverBoxLinkstacks_in_p996161_n2_page70 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../index_files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}

/* @end */

/* @group Touch Screens */

/*  */

/*  */
#hoverBoxWrapperstacks_in_p996161_n2_page70.touchDeviceDetected #hoverBoxStaticstacks_in_p996161_n2_page70 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_p996161_n2_page70.touchDeviceDetected #hoverBoxRolloverstacks_in_p996161_n2_page70 {
	display: none;
	opacity: 0;
}
/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Effects */

/*  */
#hoverBoxWrapperstacks_in_p996161_n2_page70.noTouchDeviceDetected #hoverBoxRolloverstacks_in_p996161_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: opacity 0ms linear;
	-webkit-transition: opacity 0ms linear;
	transition: opacity 0ms linear;
}

#hoverBoxWrapperstacks_in_p996161_n2_page70.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_p996161_n2_page70 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */


#stacks_in_p996161_n2_page70 {
	margin: 0px 4px 0px 4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996161_n3_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996161_n3_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n3_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n3_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n3_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n3_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n3_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n3_page70Calligrapher h6, .stacks_in_p996161_n3_page70Calligrapher h5, .stacks_in_p996161_n3_page70Calligrapher h4, .stacks_in_p996161_n3_page70Calligrapher h3, .stacks_in_p996161_n3_page70Calligrapher h2, .stacks_in_p996161_n3_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996161_n3_page70Calligrapher, .stacks_in_p996161_n3_page70Calligrapher h1, .stacks_in_p996161_n3_page70Calligrapher h2, .stacks_in_p996161_n3_page70Calligrapher h3, .stacks_in_p996161_n3_page70Calligrapher h4, .stacks_in_p996161_n3_page70Calligrapher h5, .stacks_in_p996161_n3_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996161_n3_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996161_n3_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996161_n3_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996161_n3_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996161_n3_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996161_n4_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996161_n7_page70,
#ruleStackstacks_in_p996161_n7_page70:before,
#ruleStackstacks_in_p996161_n7_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996161_n7_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996161_n7_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996161_n7_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(226, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996161_n7_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996161_n7_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996161_n7_page70:before,
#ruleStackstacks_in_p996161_n7_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_p996161_n7_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996161_n7_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996161_n7_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .90);
	
	
	
}

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

.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: 5px;
}

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




/* 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_p996161_n1_page70 {
	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_p996161_n1_page70 #topBoxTriggerstacks_in_p996161_n1_page70 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_p996161_n1_page70 #topBoxTriggerContentstacks_in_p996161_n1_page70 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_p996161_n1_page70 #topBoxTriggerContentstacks_in_p996161_n1_page70 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_p996161_n1_page70 {
	color: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_p996161_n1_page70 {
	display: none;
}







/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996161_n9_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996161_n9_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n9_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n9_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n9_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n9_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n9_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996161_n9_page70Calligrapher h6, .stacks_in_p996161_n9_page70Calligrapher h5, .stacks_in_p996161_n9_page70Calligrapher h4, .stacks_in_p996161_n9_page70Calligrapher h3, .stacks_in_p996161_n9_page70Calligrapher h2, .stacks_in_p996161_n9_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996161_n9_page70Calligrapher, .stacks_in_p996161_n9_page70Calligrapher h1, .stacks_in_p996161_n9_page70Calligrapher h2, .stacks_in_p996161_n9_page70Calligrapher h3, .stacks_in_p996161_n9_page70Calligrapher h4, .stacks_in_p996161_n9_page70Calligrapher h5, .stacks_in_p996161_n9_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996161_n9_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996161_n9_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996161_n9_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996161_n9_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996161_n9_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996161_n10_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996161_n13_page70,
#ruleStackstacks_in_p996161_n13_page70:before,
#ruleStackstacks_in_p996161_n13_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996161_n13_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996161_n13_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996161_n13_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(226, 0, 32, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(226, 0, 32, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996161_n13_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996161_n13_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996161_n13_page70:before,
#ruleStackstacks_in_p996161_n13_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(226, 0, 32, 1.00);
}

#ruleStackstacks_in_p996161_n13_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996161_n13_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996161_n13_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#usefulStackWrapperstacks_in_p996161_n22_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 800px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p996161_n22_page70 {
	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_p996161_n22_page70 {
		display: none;
	}
}












/* @group Basic Styling */

#hoverBoxWrapperstacks_in_p996166_n2_page70 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
}

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

#hoverBoxStaticstacks_in_p996166_n2_page70 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_p996166_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_p996166_n2_page70 a,
#hoverBoxLinkstacks_in_p996166_n2_page70 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../index_files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}

/* @end */

/* @group Touch Screens */

/*  */

/*  */
#hoverBoxWrapperstacks_in_p996166_n2_page70.touchDeviceDetected #hoverBoxStaticstacks_in_p996166_n2_page70 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_p996166_n2_page70.touchDeviceDetected #hoverBoxRolloverstacks_in_p996166_n2_page70 {
	display: none;
	opacity: 0;
}
/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Effects */

/*  */
#hoverBoxWrapperstacks_in_p996166_n2_page70.noTouchDeviceDetected #hoverBoxRolloverstacks_in_p996166_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: opacity 0ms linear;
	-webkit-transition: opacity 0ms linear;
	transition: opacity 0ms linear;
}

#hoverBoxWrapperstacks_in_p996166_n2_page70.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_p996166_n2_page70 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */


#stacks_in_p996166_n2_page70 {
	margin: 0px 4px 0px 4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996166_n3_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996166_n3_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n3_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n3_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n3_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n3_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n3_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n3_page70Calligrapher h6, .stacks_in_p996166_n3_page70Calligrapher h5, .stacks_in_p996166_n3_page70Calligrapher h4, .stacks_in_p996166_n3_page70Calligrapher h3, .stacks_in_p996166_n3_page70Calligrapher h2, .stacks_in_p996166_n3_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996166_n3_page70Calligrapher, .stacks_in_p996166_n3_page70Calligrapher h1, .stacks_in_p996166_n3_page70Calligrapher h2, .stacks_in_p996166_n3_page70Calligrapher h3, .stacks_in_p996166_n3_page70Calligrapher h4, .stacks_in_p996166_n3_page70Calligrapher h5, .stacks_in_p996166_n3_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996166_n3_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996166_n3_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996166_n3_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996166_n3_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996166_n3_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996166_n4_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996166_n7_page70,
#ruleStackstacks_in_p996166_n7_page70:before,
#ruleStackstacks_in_p996166_n7_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996166_n7_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996166_n7_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996166_n7_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(226, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996166_n7_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996166_n7_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996166_n7_page70:before,
#ruleStackstacks_in_p996166_n7_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_p996166_n7_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996166_n7_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996166_n7_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .90);
	
	
	
}

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

.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: 5px;
}

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




/* 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_p996166_n1_page70 {
	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_p996166_n1_page70 #topBoxTriggerstacks_in_p996166_n1_page70 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_p996166_n1_page70 #topBoxTriggerContentstacks_in_p996166_n1_page70 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_p996166_n1_page70 #topBoxTriggerContentstacks_in_p996166_n1_page70 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_p996166_n1_page70 {
	color: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_p996166_n1_page70 {
	display: none;
}







/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996166_n9_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996166_n9_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n9_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n9_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n9_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n9_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n9_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996166_n9_page70Calligrapher h6, .stacks_in_p996166_n9_page70Calligrapher h5, .stacks_in_p996166_n9_page70Calligrapher h4, .stacks_in_p996166_n9_page70Calligrapher h3, .stacks_in_p996166_n9_page70Calligrapher h2, .stacks_in_p996166_n9_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996166_n9_page70Calligrapher, .stacks_in_p996166_n9_page70Calligrapher h1, .stacks_in_p996166_n9_page70Calligrapher h2, .stacks_in_p996166_n9_page70Calligrapher h3, .stacks_in_p996166_n9_page70Calligrapher h4, .stacks_in_p996166_n9_page70Calligrapher h5, .stacks_in_p996166_n9_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996166_n9_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996166_n9_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996166_n9_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996166_n9_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996166_n9_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996166_n10_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996166_n13_page70,
#ruleStackstacks_in_p996166_n13_page70:before,
#ruleStackstacks_in_p996166_n13_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996166_n13_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996166_n13_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996166_n13_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(226, 0, 32, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(226, 0, 32, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996166_n13_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996166_n13_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996166_n13_page70:before,
#ruleStackstacks_in_p996166_n13_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(226, 0, 32, 1.00);
}

#ruleStackstacks_in_p996166_n13_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996166_n13_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996166_n13_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#usefulStackWrapperstacks_in_p996166_n22_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 800px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p996166_n22_page70 {
	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_p996166_n22_page70 {
		display: none;
	}
}












/* @group Basic Styling */

#hoverBoxWrapperstacks_in_p996171_n2_page70 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
}

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

#hoverBoxStaticstacks_in_p996171_n2_page70 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_p996171_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_p996171_n2_page70 a,
#hoverBoxLinkstacks_in_p996171_n2_page70 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../index_files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}

/* @end */

/* @group Touch Screens */

/*  */

/*  */
#hoverBoxWrapperstacks_in_p996171_n2_page70.touchDeviceDetected #hoverBoxStaticstacks_in_p996171_n2_page70 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_p996171_n2_page70.touchDeviceDetected #hoverBoxRolloverstacks_in_p996171_n2_page70 {
	display: none;
	opacity: 0;
}
/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Effects */

/*  */
#hoverBoxWrapperstacks_in_p996171_n2_page70.noTouchDeviceDetected #hoverBoxRolloverstacks_in_p996171_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: opacity 0ms linear;
	-webkit-transition: opacity 0ms linear;
	transition: opacity 0ms linear;
}

#hoverBoxWrapperstacks_in_p996171_n2_page70.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_p996171_n2_page70 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */


#stacks_in_p996171_n2_page70 {
	margin: 0px 4px 0px 4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996171_n3_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996171_n3_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n3_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n3_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n3_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n3_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n3_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n3_page70Calligrapher h6, .stacks_in_p996171_n3_page70Calligrapher h5, .stacks_in_p996171_n3_page70Calligrapher h4, .stacks_in_p996171_n3_page70Calligrapher h3, .stacks_in_p996171_n3_page70Calligrapher h2, .stacks_in_p996171_n3_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996171_n3_page70Calligrapher, .stacks_in_p996171_n3_page70Calligrapher h1, .stacks_in_p996171_n3_page70Calligrapher h2, .stacks_in_p996171_n3_page70Calligrapher h3, .stacks_in_p996171_n3_page70Calligrapher h4, .stacks_in_p996171_n3_page70Calligrapher h5, .stacks_in_p996171_n3_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996171_n3_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996171_n3_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996171_n3_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996171_n3_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996171_n3_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996171_n4_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996171_n7_page70,
#ruleStackstacks_in_p996171_n7_page70:before,
#ruleStackstacks_in_p996171_n7_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996171_n7_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996171_n7_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996171_n7_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(226, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996171_n7_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996171_n7_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996171_n7_page70:before,
#ruleStackstacks_in_p996171_n7_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_p996171_n7_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996171_n7_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996171_n7_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .90);
	
	
	
}

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

.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: 5px;
}

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




/* 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_p996171_n1_page70 {
	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_p996171_n1_page70 #topBoxTriggerstacks_in_p996171_n1_page70 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_p996171_n1_page70 #topBoxTriggerContentstacks_in_p996171_n1_page70 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_p996171_n1_page70 #topBoxTriggerContentstacks_in_p996171_n1_page70 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_p996171_n1_page70 {
	color: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_p996171_n1_page70 {
	display: none;
}







/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996171_n9_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996171_n9_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n9_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n9_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n9_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n9_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n9_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996171_n9_page70Calligrapher h6, .stacks_in_p996171_n9_page70Calligrapher h5, .stacks_in_p996171_n9_page70Calligrapher h4, .stacks_in_p996171_n9_page70Calligrapher h3, .stacks_in_p996171_n9_page70Calligrapher h2, .stacks_in_p996171_n9_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996171_n9_page70Calligrapher, .stacks_in_p996171_n9_page70Calligrapher h1, .stacks_in_p996171_n9_page70Calligrapher h2, .stacks_in_p996171_n9_page70Calligrapher h3, .stacks_in_p996171_n9_page70Calligrapher h4, .stacks_in_p996171_n9_page70Calligrapher h5, .stacks_in_p996171_n9_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996171_n9_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996171_n9_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996171_n9_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996171_n9_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996171_n9_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996171_n10_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996171_n13_page70,
#ruleStackstacks_in_p996171_n13_page70:before,
#ruleStackstacks_in_p996171_n13_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996171_n13_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996171_n13_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996171_n13_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(226, 0, 32, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(226, 0, 32, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996171_n13_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996171_n13_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996171_n13_page70:before,
#ruleStackstacks_in_p996171_n13_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(226, 0, 32, 1.00);
}

#ruleStackstacks_in_p996171_n13_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996171_n13_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996171_n13_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#usefulStackWrapperstacks_in_p996171_n22_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 800px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p996171_n22_page70 {
	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_p996171_n22_page70 {
		display: none;
	}
}












/* @group Basic Styling */

#hoverBoxWrapperstacks_in_p996176_n2_page70 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
}

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

#hoverBoxStaticstacks_in_p996176_n2_page70 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_p996176_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_p996176_n2_page70 a,
#hoverBoxLinkstacks_in_p996176_n2_page70 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../index_files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}

/* @end */

/* @group Touch Screens */

/*  */

/*  */
#hoverBoxWrapperstacks_in_p996176_n2_page70.touchDeviceDetected #hoverBoxStaticstacks_in_p996176_n2_page70 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_p996176_n2_page70.touchDeviceDetected #hoverBoxRolloverstacks_in_p996176_n2_page70 {
	display: none;
	opacity: 0;
}
/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Effects */

/*  */
#hoverBoxWrapperstacks_in_p996176_n2_page70.noTouchDeviceDetected #hoverBoxRolloverstacks_in_p996176_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: opacity 0ms linear;
	-webkit-transition: opacity 0ms linear;
	transition: opacity 0ms linear;
}

#hoverBoxWrapperstacks_in_p996176_n2_page70.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_p996176_n2_page70 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */


#stacks_in_p996176_n2_page70 {
	margin: 0px 4px 0px 4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996176_n3_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996176_n3_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n3_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n3_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n3_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n3_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n3_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n3_page70Calligrapher h6, .stacks_in_p996176_n3_page70Calligrapher h5, .stacks_in_p996176_n3_page70Calligrapher h4, .stacks_in_p996176_n3_page70Calligrapher h3, .stacks_in_p996176_n3_page70Calligrapher h2, .stacks_in_p996176_n3_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996176_n3_page70Calligrapher, .stacks_in_p996176_n3_page70Calligrapher h1, .stacks_in_p996176_n3_page70Calligrapher h2, .stacks_in_p996176_n3_page70Calligrapher h3, .stacks_in_p996176_n3_page70Calligrapher h4, .stacks_in_p996176_n3_page70Calligrapher h5, .stacks_in_p996176_n3_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996176_n3_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996176_n3_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996176_n3_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996176_n3_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996176_n3_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996176_n4_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996176_n7_page70,
#ruleStackstacks_in_p996176_n7_page70:before,
#ruleStackstacks_in_p996176_n7_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996176_n7_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996176_n7_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996176_n7_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(226, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996176_n7_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996176_n7_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996176_n7_page70:before,
#ruleStackstacks_in_p996176_n7_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_p996176_n7_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996176_n7_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996176_n7_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .90);
	
	
	
}

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

.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: 5px;
}

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




/* 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_p996176_n1_page70 {
	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_p996176_n1_page70 #topBoxTriggerstacks_in_p996176_n1_page70 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_p996176_n1_page70 #topBoxTriggerContentstacks_in_p996176_n1_page70 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_p996176_n1_page70 #topBoxTriggerContentstacks_in_p996176_n1_page70 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_p996176_n1_page70 {
	color: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_p996176_n1_page70 {
	display: none;
}







/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996176_n9_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996176_n9_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n9_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n9_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n9_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n9_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n9_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996176_n9_page70Calligrapher h6, .stacks_in_p996176_n9_page70Calligrapher h5, .stacks_in_p996176_n9_page70Calligrapher h4, .stacks_in_p996176_n9_page70Calligrapher h3, .stacks_in_p996176_n9_page70Calligrapher h2, .stacks_in_p996176_n9_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996176_n9_page70Calligrapher, .stacks_in_p996176_n9_page70Calligrapher h1, .stacks_in_p996176_n9_page70Calligrapher h2, .stacks_in_p996176_n9_page70Calligrapher h3, .stacks_in_p996176_n9_page70Calligrapher h4, .stacks_in_p996176_n9_page70Calligrapher h5, .stacks_in_p996176_n9_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996176_n9_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996176_n9_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996176_n9_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996176_n9_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996176_n9_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996176_n10_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996176_n13_page70,
#ruleStackstacks_in_p996176_n13_page70:before,
#ruleStackstacks_in_p996176_n13_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996176_n13_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996176_n13_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996176_n13_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(226, 0, 32, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(226, 0, 32, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996176_n13_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996176_n13_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996176_n13_page70:before,
#ruleStackstacks_in_p996176_n13_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(226, 0, 32, 1.00);
}

#ruleStackstacks_in_p996176_n13_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996176_n13_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996176_n13_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#usefulStackWrapperstacks_in_p996176_n22_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 800px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p996176_n22_page70 {
	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_p996176_n22_page70 {
		display: none;
	}
}












/* Start dooReflow stack each CSS code */	#stacks_in_996086_page70 .grid-pad{		margin-left: -15px;		margin-right: -15px;		margin-top: -15px;		margin-bottom: -15px;	}	#stacks_in_996086_page70 [class*='re-col-']{	  padding-left: 15px;	  padding-right: 15px;	  padding-top: 15px;	  padding-bottom: 15px;	  vertical-align: bottom;	}			@media all and (max-width: 1024px) {		#stacks_in_996086_page70 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_996086_page70 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_996086_page70 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_996086_page70 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_996086_page70 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code */
#stacks_in_996086_page70 {
	margin: 20px 0px 0px 0px;
}
/* @group Basic Styling */

#hoverBoxWrapperstacks_in_p996181_n2_page70 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
}

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

#hoverBoxStaticstacks_in_p996181_n2_page70 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_p996181_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_p996181_n2_page70 a,
#hoverBoxLinkstacks_in_p996181_n2_page70 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../index_files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}

/* @end */

/* @group Touch Screens */

/*  */

/*  */
#hoverBoxWrapperstacks_in_p996181_n2_page70.touchDeviceDetected #hoverBoxStaticstacks_in_p996181_n2_page70 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_p996181_n2_page70.touchDeviceDetected #hoverBoxRolloverstacks_in_p996181_n2_page70 {
	display: none;
	opacity: 0;
}
/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Effects */

/*  */
#hoverBoxWrapperstacks_in_p996181_n2_page70.noTouchDeviceDetected #hoverBoxRolloverstacks_in_p996181_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: opacity 0ms linear;
	-webkit-transition: opacity 0ms linear;
	transition: opacity 0ms linear;
}

#hoverBoxWrapperstacks_in_p996181_n2_page70.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_p996181_n2_page70 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */


#stacks_in_p996181_n2_page70 {
	margin: 0px 4px 0px 4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996181_n3_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996181_n3_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n3_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n3_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n3_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n3_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n3_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n3_page70Calligrapher h6, .stacks_in_p996181_n3_page70Calligrapher h5, .stacks_in_p996181_n3_page70Calligrapher h4, .stacks_in_p996181_n3_page70Calligrapher h3, .stacks_in_p996181_n3_page70Calligrapher h2, .stacks_in_p996181_n3_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996181_n3_page70Calligrapher, .stacks_in_p996181_n3_page70Calligrapher h1, .stacks_in_p996181_n3_page70Calligrapher h2, .stacks_in_p996181_n3_page70Calligrapher h3, .stacks_in_p996181_n3_page70Calligrapher h4, .stacks_in_p996181_n3_page70Calligrapher h5, .stacks_in_p996181_n3_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996181_n3_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996181_n3_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996181_n3_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996181_n3_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996181_n3_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996181_n4_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996181_n7_page70,
#ruleStackstacks_in_p996181_n7_page70:before,
#ruleStackstacks_in_p996181_n7_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996181_n7_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996181_n7_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996181_n7_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(226, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996181_n7_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996181_n7_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996181_n7_page70:before,
#ruleStackstacks_in_p996181_n7_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_p996181_n7_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996181_n7_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996181_n7_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .90);
	
	
	
}

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

.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: 5px;
}

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




/* 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_p996181_n1_page70 {
	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_p996181_n1_page70 #topBoxTriggerstacks_in_p996181_n1_page70 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_p996181_n1_page70 #topBoxTriggerContentstacks_in_p996181_n1_page70 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_p996181_n1_page70 #topBoxTriggerContentstacks_in_p996181_n1_page70 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_p996181_n1_page70 {
	color: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_p996181_n1_page70 {
	display: none;
}







/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996181_n9_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996181_n9_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n9_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n9_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n9_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n9_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n9_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996181_n9_page70Calligrapher h6, .stacks_in_p996181_n9_page70Calligrapher h5, .stacks_in_p996181_n9_page70Calligrapher h4, .stacks_in_p996181_n9_page70Calligrapher h3, .stacks_in_p996181_n9_page70Calligrapher h2, .stacks_in_p996181_n9_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996181_n9_page70Calligrapher, .stacks_in_p996181_n9_page70Calligrapher h1, .stacks_in_p996181_n9_page70Calligrapher h2, .stacks_in_p996181_n9_page70Calligrapher h3, .stacks_in_p996181_n9_page70Calligrapher h4, .stacks_in_p996181_n9_page70Calligrapher h5, .stacks_in_p996181_n9_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996181_n9_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996181_n9_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996181_n9_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996181_n9_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996181_n9_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996181_n10_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996181_n13_page70,
#ruleStackstacks_in_p996181_n13_page70:before,
#ruleStackstacks_in_p996181_n13_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996181_n13_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996181_n13_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996181_n13_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(226, 0, 32, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(226, 0, 32, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996181_n13_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996181_n13_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996181_n13_page70:before,
#ruleStackstacks_in_p996181_n13_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(226, 0, 32, 1.00);
}

#ruleStackstacks_in_p996181_n13_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996181_n13_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996181_n13_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#usefulStackWrapperstacks_in_p996181_n22_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 800px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p996181_n22_page70 {
	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_p996181_n22_page70 {
		display: none;
	}
}












/* @group Basic Styling */

#hoverBoxWrapperstacks_in_p996186_n2_page70 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
}

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

#hoverBoxStaticstacks_in_p996186_n2_page70 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_p996186_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_p996186_n2_page70 a,
#hoverBoxLinkstacks_in_p996186_n2_page70 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../index_files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}

/* @end */

/* @group Touch Screens */

/*  */

/*  */
#hoverBoxWrapperstacks_in_p996186_n2_page70.touchDeviceDetected #hoverBoxStaticstacks_in_p996186_n2_page70 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_p996186_n2_page70.touchDeviceDetected #hoverBoxRolloverstacks_in_p996186_n2_page70 {
	display: none;
	opacity: 0;
}
/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Effects */

/*  */
#hoverBoxWrapperstacks_in_p996186_n2_page70.noTouchDeviceDetected #hoverBoxRolloverstacks_in_p996186_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: opacity 0ms linear;
	-webkit-transition: opacity 0ms linear;
	transition: opacity 0ms linear;
}

#hoverBoxWrapperstacks_in_p996186_n2_page70.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_p996186_n2_page70 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */


#stacks_in_p996186_n2_page70 {
	margin: 0px 4px 0px 4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996186_n3_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996186_n3_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n3_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n3_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n3_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n3_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n3_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n3_page70Calligrapher h6, .stacks_in_p996186_n3_page70Calligrapher h5, .stacks_in_p996186_n3_page70Calligrapher h4, .stacks_in_p996186_n3_page70Calligrapher h3, .stacks_in_p996186_n3_page70Calligrapher h2, .stacks_in_p996186_n3_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996186_n3_page70Calligrapher, .stacks_in_p996186_n3_page70Calligrapher h1, .stacks_in_p996186_n3_page70Calligrapher h2, .stacks_in_p996186_n3_page70Calligrapher h3, .stacks_in_p996186_n3_page70Calligrapher h4, .stacks_in_p996186_n3_page70Calligrapher h5, .stacks_in_p996186_n3_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996186_n3_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996186_n3_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996186_n3_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996186_n3_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996186_n3_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996186_n4_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996186_n7_page70,
#ruleStackstacks_in_p996186_n7_page70:before,
#ruleStackstacks_in_p996186_n7_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996186_n7_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996186_n7_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996186_n7_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(226, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996186_n7_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996186_n7_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996186_n7_page70:before,
#ruleStackstacks_in_p996186_n7_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_p996186_n7_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996186_n7_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996186_n7_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .90);
	
	
	
}

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

.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: 5px;
}

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




/* 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_p996186_n1_page70 {
	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_p996186_n1_page70 #topBoxTriggerstacks_in_p996186_n1_page70 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_p996186_n1_page70 #topBoxTriggerContentstacks_in_p996186_n1_page70 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_p996186_n1_page70 #topBoxTriggerContentstacks_in_p996186_n1_page70 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_p996186_n1_page70 {
	color: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_p996186_n1_page70 {
	display: none;
}







/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996186_n9_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996186_n9_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n9_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n9_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n9_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n9_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n9_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996186_n9_page70Calligrapher h6, .stacks_in_p996186_n9_page70Calligrapher h5, .stacks_in_p996186_n9_page70Calligrapher h4, .stacks_in_p996186_n9_page70Calligrapher h3, .stacks_in_p996186_n9_page70Calligrapher h2, .stacks_in_p996186_n9_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996186_n9_page70Calligrapher, .stacks_in_p996186_n9_page70Calligrapher h1, .stacks_in_p996186_n9_page70Calligrapher h2, .stacks_in_p996186_n9_page70Calligrapher h3, .stacks_in_p996186_n9_page70Calligrapher h4, .stacks_in_p996186_n9_page70Calligrapher h5, .stacks_in_p996186_n9_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996186_n9_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996186_n9_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996186_n9_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996186_n9_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996186_n9_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996186_n10_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996186_n13_page70,
#ruleStackstacks_in_p996186_n13_page70:before,
#ruleStackstacks_in_p996186_n13_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996186_n13_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996186_n13_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996186_n13_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(226, 0, 32, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(226, 0, 32, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996186_n13_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996186_n13_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996186_n13_page70:before,
#ruleStackstacks_in_p996186_n13_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(226, 0, 32, 1.00);
}

#ruleStackstacks_in_p996186_n13_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996186_n13_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996186_n13_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#usefulStackWrapperstacks_in_p996186_n22_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 800px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p996186_n22_page70 {
	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_p996186_n22_page70 {
		display: none;
	}
}












/* @group Basic Styling */

#hoverBoxWrapperstacks_in_p996203_n2_page70 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
}

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

#hoverBoxStaticstacks_in_p996203_n2_page70 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_p996203_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_p996203_n2_page70 a,
#hoverBoxLinkstacks_in_p996203_n2_page70 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../index_files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}

/* @end */

/* @group Touch Screens */

/*  */

/*  */
#hoverBoxWrapperstacks_in_p996203_n2_page70.touchDeviceDetected #hoverBoxStaticstacks_in_p996203_n2_page70 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_p996203_n2_page70.touchDeviceDetected #hoverBoxRolloverstacks_in_p996203_n2_page70 {
	display: none;
	opacity: 0;
}
/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Effects */

/*  */
#hoverBoxWrapperstacks_in_p996203_n2_page70.noTouchDeviceDetected #hoverBoxRolloverstacks_in_p996203_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: opacity 0ms linear;
	-webkit-transition: opacity 0ms linear;
	transition: opacity 0ms linear;
}

#hoverBoxWrapperstacks_in_p996203_n2_page70.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_p996203_n2_page70 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */


#stacks_in_p996203_n2_page70 {
	margin: 0px 4px 0px 4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996203_n3_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996203_n3_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n3_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n3_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n3_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n3_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n3_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n3_page70Calligrapher h6, .stacks_in_p996203_n3_page70Calligrapher h5, .stacks_in_p996203_n3_page70Calligrapher h4, .stacks_in_p996203_n3_page70Calligrapher h3, .stacks_in_p996203_n3_page70Calligrapher h2, .stacks_in_p996203_n3_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996203_n3_page70Calligrapher, .stacks_in_p996203_n3_page70Calligrapher h1, .stacks_in_p996203_n3_page70Calligrapher h2, .stacks_in_p996203_n3_page70Calligrapher h3, .stacks_in_p996203_n3_page70Calligrapher h4, .stacks_in_p996203_n3_page70Calligrapher h5, .stacks_in_p996203_n3_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996203_n3_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996203_n3_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996203_n3_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996203_n3_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996203_n3_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996203_n4_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996203_n7_page70,
#ruleStackstacks_in_p996203_n7_page70:before,
#ruleStackstacks_in_p996203_n7_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996203_n7_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996203_n7_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996203_n7_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(226, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996203_n7_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996203_n7_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996203_n7_page70:before,
#ruleStackstacks_in_p996203_n7_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_p996203_n7_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996203_n7_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996203_n7_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .90);
	
	
	
}

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

.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: 5px;
}

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




/* 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_p996203_n1_page70 {
	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_p996203_n1_page70 #topBoxTriggerstacks_in_p996203_n1_page70 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_p996203_n1_page70 #topBoxTriggerContentstacks_in_p996203_n1_page70 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_p996203_n1_page70 #topBoxTriggerContentstacks_in_p996203_n1_page70 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_p996203_n1_page70 {
	color: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_p996203_n1_page70 {
	display: none;
}







/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996203_n9_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996203_n9_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n9_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n9_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n9_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n9_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n9_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996203_n9_page70Calligrapher h6, .stacks_in_p996203_n9_page70Calligrapher h5, .stacks_in_p996203_n9_page70Calligrapher h4, .stacks_in_p996203_n9_page70Calligrapher h3, .stacks_in_p996203_n9_page70Calligrapher h2, .stacks_in_p996203_n9_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996203_n9_page70Calligrapher, .stacks_in_p996203_n9_page70Calligrapher h1, .stacks_in_p996203_n9_page70Calligrapher h2, .stacks_in_p996203_n9_page70Calligrapher h3, .stacks_in_p996203_n9_page70Calligrapher h4, .stacks_in_p996203_n9_page70Calligrapher h5, .stacks_in_p996203_n9_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996203_n9_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996203_n9_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996203_n9_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996203_n9_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996203_n9_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996203_n10_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996203_n13_page70,
#ruleStackstacks_in_p996203_n13_page70:before,
#ruleStackstacks_in_p996203_n13_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996203_n13_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996203_n13_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996203_n13_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(226, 0, 32, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(226, 0, 32, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996203_n13_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996203_n13_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996203_n13_page70:before,
#ruleStackstacks_in_p996203_n13_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(226, 0, 32, 1.00);
}

#ruleStackstacks_in_p996203_n13_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996203_n13_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996203_n13_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#usefulStackWrapperstacks_in_p996203_n22_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 800px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p996203_n22_page70 {
	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_p996203_n22_page70 {
		display: none;
	}
}












/* @group Basic Styling */

#hoverBoxWrapperstacks_in_p996191_n2_page70 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
}

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

#hoverBoxStaticstacks_in_p996191_n2_page70 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_p996191_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_p996191_n2_page70 a,
#hoverBoxLinkstacks_in_p996191_n2_page70 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../index_files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}

/* @end */

/* @group Touch Screens */

/*  */

/*  */
#hoverBoxWrapperstacks_in_p996191_n2_page70.touchDeviceDetected #hoverBoxStaticstacks_in_p996191_n2_page70 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_p996191_n2_page70.touchDeviceDetected #hoverBoxRolloverstacks_in_p996191_n2_page70 {
	display: none;
	opacity: 0;
}
/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Effects */

/*  */
#hoverBoxWrapperstacks_in_p996191_n2_page70.noTouchDeviceDetected #hoverBoxRolloverstacks_in_p996191_n2_page70 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: opacity 0ms linear;
	-webkit-transition: opacity 0ms linear;
	transition: opacity 0ms linear;
}

#hoverBoxWrapperstacks_in_p996191_n2_page70.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_p996191_n2_page70 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */


#stacks_in_p996191_n2_page70 {
	margin: 0px 4px 0px 4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996191_n3_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996191_n3_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n3_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n3_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n3_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n3_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n3_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n3_page70Calligrapher h6, .stacks_in_p996191_n3_page70Calligrapher h5, .stacks_in_p996191_n3_page70Calligrapher h4, .stacks_in_p996191_n3_page70Calligrapher h3, .stacks_in_p996191_n3_page70Calligrapher h2, .stacks_in_p996191_n3_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996191_n3_page70Calligrapher, .stacks_in_p996191_n3_page70Calligrapher h1, .stacks_in_p996191_n3_page70Calligrapher h2, .stacks_in_p996191_n3_page70Calligrapher h3, .stacks_in_p996191_n3_page70Calligrapher h4, .stacks_in_p996191_n3_page70Calligrapher h5, .stacks_in_p996191_n3_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996191_n3_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996191_n3_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996191_n3_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996191_n3_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996191_n3_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996191_n4_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996191_n7_page70,
#ruleStackstacks_in_p996191_n7_page70:before,
#ruleStackstacks_in_p996191_n7_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996191_n7_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996191_n7_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996191_n7_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(226, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996191_n7_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996191_n7_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996191_n7_page70:before,
#ruleStackstacks_in_p996191_n7_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_p996191_n7_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996191_n7_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996191_n7_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .90);
	
	
	
}

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

.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: 5px;
}

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




/* 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_p996191_n1_page70 {
	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_p996191_n1_page70 #topBoxTriggerstacks_in_p996191_n1_page70 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_p996191_n1_page70 #topBoxTriggerContentstacks_in_p996191_n1_page70 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_p996191_n1_page70 #topBoxTriggerContentstacks_in_p996191_n1_page70 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_p996191_n1_page70 {
	color: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_p996191_n1_page70 {
	display: none;
}







/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p996191_n9_page70Calligrapher{			font-size: 120% !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: center !important;		}				.stacks_in_p996191_n9_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n9_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n9_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n9_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n9_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n9_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p996191_n9_page70Calligrapher h6, .stacks_in_p996191_n9_page70Calligrapher h5, .stacks_in_p996191_n9_page70Calligrapher h4, .stacks_in_p996191_n9_page70Calligrapher h3, .stacks_in_p996191_n9_page70Calligrapher h2, .stacks_in_p996191_n9_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p996191_n9_page70Calligrapher, .stacks_in_p996191_n9_page70Calligrapher h1, .stacks_in_p996191_n9_page70Calligrapher h2, .stacks_in_p996191_n9_page70Calligrapher h3, .stacks_in_p996191_n9_page70Calligrapher h4, .stacks_in_p996191_n9_page70Calligrapher h5, .stacks_in_p996191_n9_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p996191_n9_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p996191_n9_page70Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_p996191_n9_page70Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_p996191_n9_page70Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_p996191_n9_page70Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p996191_n10_page70 {
	margin: 0px 0px 5px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_p996191_n13_page70,
#ruleStackstacks_in_p996191_n13_page70:before,
#ruleStackstacks_in_p996191_n13_page70:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_p996191_n13_page70 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_p996191_n13_page70 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_p996191_n13_page70 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(226, 0, 32, 1.00);
	border-radius: 50%;
	border: 1px solid rgba(226, 0, 32, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_p996191_n13_page70 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_p996191_n13_page70 {
	text-align: center;
}

#ruleStackstacks_in_p996191_n13_page70:before,
#ruleStackstacks_in_p996191_n13_page70:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(226, 0, 32, 1.00);
}

#ruleStackstacks_in_p996191_n13_page70:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_p996191_n13_page70:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_p996191_n13_page70 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#usefulStackWrapperstacks_in_p996191_n22_page70 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 800px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_p996191_n22_page70 {
	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_p996191_n22_page70 {
		display: none;
	}
}












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

#usefulStackstacks_in_875538_page70 {
	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_875538_page70 {
		display: none;
	}
}













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

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

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

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




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










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




}



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


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


}





/* DooBox Spin CSS Document */




#stacks_in_p995728_n995450_page70 .stacks_in_p995728_n995450_page70spin{
display:none;
}







/* DooBox Spin CSS Document */




#stacks_in_p995728_n995464_page70 .stacks_in_p995728_n995464_page70spin{
display:none;
}







/* DooBox Spin CSS Document */




#stacks_in_p995728_n995475_page70 .stacks_in_p995728_n995475_page70spin{
display:none;
}







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

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

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

#usefulStackstacks_in_p875544_n472649_page70 {
	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_p875544_n472649_page70 {
		display: none;
	}
}












/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p875544_n472651_page70Calligrapher{			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_p875544_n472651_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n472651_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n472651_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n472651_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n472651_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n472651_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n472651_page70Calligrapher h6, .stacks_in_p875544_n472651_page70Calligrapher h5, .stacks_in_p875544_n472651_page70Calligrapher h4, .stacks_in_p875544_n472651_page70Calligrapher h3, .stacks_in_p875544_n472651_page70Calligrapher h2, .stacks_in_p875544_n472651_page70Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p875544_n472651_page70Calligrapher, .stacks_in_p875544_n472651_page70Calligrapher h1, .stacks_in_p875544_n472651_page70Calligrapher h2, .stacks_in_p875544_n472651_page70Calligrapher h3, .stacks_in_p875544_n472651_page70Calligrapher h4, .stacks_in_p875544_n472651_page70Calligrapher h5, .stacks_in_p875544_n472651_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p875544_n472651_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p875544_n472651_page70Calligrapher a:link{			color: #FFFFFF !important;			text-decoration: none !important;		}				.stacks_in_p875544_n472651_page70Calligrapher a:visited{			color: #FFFFFF !important;		}				.stacks_in_p875544_n472651_page70Calligrapher a:active{			color: #FFFFFF !important;		}				.stacks_in_p875544_n472651_page70Calligrapher a:hover{			color: #CCCCCC !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */#stacks_in_p875544_n472653_page70>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}






#stacks_in_p875544_n472653_page70 {
	margin: 20px 20px 20px 20px;
}
#stacks_in_p875544_n472673_page70>.s3_row {
	margin: 0 -5px;
}

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

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




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










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



}



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


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


}





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

.stacks_in_p875544_n1139294_page70buttonPressWrapper{
	position: relative !important;
}

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

/* -- TYPE BASE STYLES -- */
.stacks_in_p875544_n1139294_page70button{
	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_p875544_n1139294_page70button:hover{
	color: #FFFFFF !important;
	background-color: #00CC00 !important;
	border-color: #00AD00 !important;
}

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

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
















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























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


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

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

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

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

#stacks_in_p875544_n472677_page70 {
	margin: 0px 0px 20px 0px;
}
#stacks_in_p875544_n472655_page70>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}





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

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

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




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










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



}



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


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


}






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

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

#usefulStackstacks_in_p875544_n1139286_page70 {
	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_p875544_n1139286_page70 {
		display: block;
	}
}












 .target_stacks_in_p875544_n1139288_page70{ z-index:99; }.target_stacks_in_p875544_n1139288_page70.rotate{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center center;transform-origin:center center}.target_stacks_in_p875544_n1139288_page70.width-flexible{width:100%}.target_stacks_in_p875544_n1139288_page70.width-fixed{width:250px}.target_stacks_in_p875544_n1139288_page70.height-flexible{height:100%}.target_stacks_in_p875544_n1139288_page70.height-fixed{height:250px}.target_stacks_in_p875544_n1139288_page70.top_pt{top:96%}.target_stacks_in_p875544_n1139288_page70.top_px{top:96px}.target_stacks_in_p875544_n1139288_page70.bottom_pt{bottom:96%}.target_stacks_in_p875544_n1139288_page70.bottom_px{bottom:96px}.target_stacks_in_p875544_n1139288_page70.right_pt{right:0%}.target_stacks_in_p875544_n1139288_page70.right_px{right:0px}.target_stacks_in_p875544_n1139288_page70.left_pt{left:0%}.target_stacks_in_p875544_n1139288_page70.left_px{left:0px}  
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_p875544_n1139290_page70Calligrapher{			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_p875544_n1139290_page70Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n1139290_page70Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n1139290_page70Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n1139290_page70Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n1139290_page70Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n1139290_page70Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_p875544_n1139290_page70Calligrapher h6, .stacks_in_p875544_n1139290_page70Calligrapher h5, .stacks_in_p875544_n1139290_page70Calligrapher h4, .stacks_in_p875544_n1139290_page70Calligrapher h3, .stacks_in_p875544_n1139290_page70Calligrapher h2, .stacks_in_p875544_n1139290_page70Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_p875544_n1139290_page70Calligrapher, .stacks_in_p875544_n1139290_page70Calligrapher h1, .stacks_in_p875544_n1139290_page70Calligrapher h2, .stacks_in_p875544_n1139290_page70Calligrapher h3, .stacks_in_p875544_n1139290_page70Calligrapher h4, .stacks_in_p875544_n1139290_page70Calligrapher h5, .stacks_in_p875544_n1139290_page70Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_p875544_n1139290_page70targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_p875544_n1139290_page70Calligrapher a:link{			color: #666666 !important;			text-decoration: none !important;		}				.stacks_in_p875544_n1139290_page70Calligrapher a:visited{			color: #666666 !important;		}				.stacks_in_p875544_n1139290_page70Calligrapher a:active{			color: #666666 !important;		}				.stacks_in_p875544_n1139290_page70Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_p875544_n1139292_page70 {
	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_pp875544_n1019309_n1019302_page70 #myExtraContent7,
#ExtraContentPlusstacks_in_pp875544_n1019309_n1019302_page70 #fs {
	display: none;
}

