
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../archive-2024_files/font/lato-light-webfont.eot');
    src: url('../archive-2024_files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../archive-2024_files/font/lato-light-webfont.woff') format('woff'),
         url('../archive-2024_files/font/lato-light-webfont.ttf') format('truetype'),
         url('../archive-2024_files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../archive-2024_files/font/opensans-regular-webfont.eot');
    src: url('../archive-2024_files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../archive-2024_files/font/opensans-regular-webfont.woff') format('woff'),
         url('../archive-2024_files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../archive-2024_files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../archive-2024_files/font/notoserif-regular-webfont.eot');
    src: url('../archive-2024_files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../archive-2024_files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../archive-2024_files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../archive-2024_files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
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);
}
/* %stackName% v1.0.0 */



#appender_content_stacks_in_1385581 {
  display: none;
}


/* If modifying any of this code, update the template.html file too */

/* CSS code for the <i class="fa fa-shopping-cart" aria-hidden="true"></i>   Cart button */

#stacks_in_1385857_54 *,
#stacks_in_1385857_54 *:before,
#stacks_in_1385857_54 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1385857_54 {
	line-height: 34px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 100ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1385857_54 {
	background: #BB7707;
}

.ButtonMakerStackstacks_in_1385857_54:hover {
	background: #D38604;
}




















.ButtonMakerStackstacks_in_1385857_54 .Button-Gloss {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #000000;
	opacity: 0.10;
	transition: all 100ms ease-in-out;
}

/* Adjust the bevel opavity on button hover */
.ButtonMakerStackstacks_in_1385857_54:hover .Button-Gloss {
	opacity: 0.0;
}


.ButtonMakerStackstacks_in_1385857_54 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1385857_54 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1385857_54 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 100ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.ButtonMakerStackstacks_in_1385857_54:hover .Button-Label {
	color: #FFFFFF;
}






@media print {
	.ButtonMakerStackstacks_in_1385857_54 {
		display: none !important;
	}
}

/* End of CSS code for the <i class="fa fa-shopping-cart" aria-hidden="true"></i>   Cart button */











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

#stacks_out_1385857_54 {
	margin-left:0;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.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;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}



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


#topBoxTriggerRegionstacks_in_1385857_57 #topBoxTriggerContentstacks_in_1385857_57 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_1385857_57 #topBoxTriggerContentstacks_in_1385857_57 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_1385857_57 {
	display: none;
}







/* If modifying any of this code, update the template.html file too */

/* CSS code for the Donate button */

#stacks_in_1385857_58 *,
#stacks_in_1385857_58 *:before,
#stacks_in_1385857_58 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1385857_58 {
	line-height: 34px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 100ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1385857_58 {
	background: #BB7707;
}

.ButtonMakerStackstacks_in_1385857_58:hover {
	background: #D38604;
}




















.ButtonMakerStackstacks_in_1385857_58 .Button-Gloss {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #000000;
	opacity: 0.10;
	transition: all 100ms ease-in-out;
}

/* Adjust the bevel opavity on button hover */
.ButtonMakerStackstacks_in_1385857_58:hover .Button-Gloss {
	opacity: 0.0;
}


.ButtonMakerStackstacks_in_1385857_58 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1385857_58 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1385857_58 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 100ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.ButtonMakerStackstacks_in_1385857_58:hover .Button-Label {
	color: #FFFFFF;
}






@media print {
	.ButtonMakerStackstacks_in_1385857_58 {
		display: none !important;
	}
}

/* End of CSS code for the Donate button */











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

#stacks_out_1385857_58 {
	margin-left:0;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1385857_60shim{	padding-top: 4%;}/* End Responsive Shim stack CSS code *//* Start dooMax stack CSS code */#stacks_in_1385857_56, .stacks_in_1385857_56MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_1385857_56MaxWidthContainer{	    max-width: 550px;	}    .stacks_in_1385857_56MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_1385857_56MaxWidthContainer{		    max-width: 500px;		}								    .stacks_in_1385857_56MaxWidthContainer{			margin: 0 0 0 auto;		}				}@media only screen and (max-width: 480px) {	 	    .stacks_in_1385857_56MaxWidthContainer{		    max-width: 500px;		}										    .stacks_in_1385857_56MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code */
#stacks_in_1385857_61 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 30px 20px 20px 20px;
}
/* Start dooMax stack CSS code */#stacks_in_1385857_63, .stacks_in_1385857_63MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_1385857_63MaxWidthContainer{	    max-width: 500px;	}    .stacks_in_1385857_63MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_1385857_63MaxWidthContainer{		    max-width: 500px;		}										    .stacks_in_1385857_63MaxWidthContainer{			margin: 0 auto 0 auto;		}		}@media only screen and (max-width: 200px) {	 	    .stacks_in_1385857_63MaxWidthContainer{		    max-width: 500px;		}										    .stacks_in_1385857_63MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code *//* Start dooHeader X stack CSS code */.stacks_in_1385857_64x{	display: block !important;	text-decoration: none !important;	text-align: center !important;		color: #4F813A !important;		}.stacks_in_1385857_64x a,.stacks_in_1385857_64x a:visited,.stacks_in_1385857_64x a:active{	color: #4F813A !important;}.stacks_in_1385857_64x a:hover{	color: #689A53 !important;}@media (max-width:768px) {	.stacks_in_1385857_64x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_1385857_64x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_1385857_64 {
	margin: 0px 0px 15px 0px;
}
#dontateStackWrapperstacks_in_1385857_65 *,
#dontateStackWrapperstacks_in_1385857_65:before,
#dontateStackWrapperstacks_in_1385857_65:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#donateStackstacks_in_1385857_65 {
    padding: 0;
    margin: 0;
    border none:
    position: relative;
    overflow: hidden;
}

#donateStackstacks_in_1385857_65 label {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: block;
    color: rgba(51, 51, 51, 1.00);
}

::-webkit-input-placeholder { /* Chrome */
    color: rgba(128, 128, 128, 1.00);
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(128, 128, 128, 1.00);
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(128, 128, 128, 1.00);
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(128, 128, 128, 1.00);
    opacity: 1;
}

#donateStackstacks_in_1385857_65 input[type='text'],
#donateStackstacks_in_1385857_65 input[type='number'],
#donateStackstacks_in_1385857_65 input[type='email']{
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid rgba(204, 204, 204, 1.00);
    font-size: 16px;
    background: rgba(255, 255, 255, 1.00);
    transition: all 300ms ease-in-out;
}

.dontateStackVerticalSpacer {
    display: block;
    position: relative;
    height: 20px;
}

#donateStackstacks_in_1385857_65 input:active,
#donateStackstacks_in_1385857_65 input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(128, 128, 128, 1.00);
    background: rgba(255, 255, 255, 0.00);
    color: rgba(0, 0, 0, 1.00);
}

@media screen and (min-width: 768px) {
    #donateStackAddressBeforestacks_in_1385857_65 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    
    #donateStackAddressBeforestacks_in_1385857_65 div.formElementWrapper {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}
    
#donateStackSubmitAreastacks_in_1385857_65 {
    display: flex;
}

#donateStackSubmitAreastacks_in_1385857_65 img,
#donateStackSubmitAreastacks_in_1385857_65 input[type='image'] {
    left: -9999px;
    top: 0;
    position: absolute;
}

#donateStackSubmitAreastacks_in_1385857_65 input[type='number'] {
    border-radius: 5px 0px 0px 5px;
    border-right: none;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 1.00);
}

#donateStackSubmitAreastacks_in_1385857_65 input[type='submit'] {
    background: rgba(195, 127, 37, 1.00);
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    margin: 0;
    border: none;
    color: rgba(255, 255, 255, 1.00);
    width: auto;
    font-size: 16px;
    transition: all 300ms ease-in-out;
    -webkit-appearance: none;
}

#donateStackSubmitAreastacks_in_1385857_65 input[type='submit']:hover,
#donateStackSubmitAreastacks_in_1385857_65 input[type='submit']:focus,
#donateStackSubmitAreastacks_in_1385857_65 input[type='submit']:active {
    background: rgba(68, 111, 50, 1.00);
    color: rgba(255, 255, 255, 1.00);
}




#stacks_in_1385857_65 {
	padding: 0px 10px 0px 10px;
}

#stacks_in_1385857_67 {
	margin: 0px 0px 0px 20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1385857_70_1shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_1385857_25 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_1386200 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

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

#stacks_in_1385968 {
	margin: 0px 0px 20px 0px;
}
#uTubestacks_in_1385969 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

#uTubestacks_in_1385969 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #000000;
	border: none;
	box-shadow: none;
	outline: none;
}





/* Start Gradient stack CSS code */

#stacks_in_1385995{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1385995::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1385995 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386001 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386001 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386001 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386001 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386001 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386001 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386001 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386001 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386001 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386001 hr.cloudy:after{content:"\00a0"}#stacks_in_1386001 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386001 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386001 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386001 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386001 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386001 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386001 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386001 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386004 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386004 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386004 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386004 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386004 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386004 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386004 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386004 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386004 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386004 hr.cloudy:after{content:"\00a0"}#stacks_in_1386004 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386004 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386004 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386004 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386004 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386004 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386004 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386004 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1385996_2 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_1385996_6 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1385996_8 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1385996_12 {
	margin:  10px;
	padding:  10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386013{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386013::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386013 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386033 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386033 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386033 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386033 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386033 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386033 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386033 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386033 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386033 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386033 hr.cloudy:after{content:"\00a0"}#stacks_in_1386033 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386033 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386033 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386033 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386033 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386033 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386033 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386033 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386035 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386035 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386035 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386035 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386035 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386035 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386035 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386035 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386035 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386035 hr.cloudy:after{content:"\00a0"}#stacks_in_1386035 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386035 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386035 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386035 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386035 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386035 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386035 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386035 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1386018_2 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_1386018_6 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386018_8 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}
#stacks_in_1386018_18_float {
	float:right;
	width:40%;
}
#stacks_in_1386018_18 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_1386018_20 {
	margin: 0px 0px 10px 20px;
}
#linkBoxstacks_in_1386018_22 {
	display: block;
	position: relative;
	z-index: 1;
}

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

#linkBoxLinkstacks_in_1386018_22 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../archive-2024_files/bg_fill.gif) repeat;
}



#stacks_in_1386018_26 {
	background-color: rgba(204, 204, 204, 1.00);
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

#stacks_in_1386018_27 {
	padding:  15px;
}

#stacks_in_1386018_29 {
	font-size: 80%;
}
/* Start Gradient stack CSS code */

#stacks_in_1386014{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386014::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386014 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386041 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386041 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386041 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386041 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386041 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386041 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386041 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386041 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386041 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386041 hr.cloudy:after{content:"\00a0"}#stacks_in_1386041 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386041 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386041 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386041 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386041 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386041 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386041 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386041 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386043 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386043 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386043 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386043 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386043 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386043 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386043 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386043 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386043 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386043 hr.cloudy:after{content:"\00a0"}#stacks_in_1386043 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386043 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386043 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386043 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386043 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386043 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386043 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386043 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1386020_2 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_1386020_6 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386020_8 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386020_12 {
	margin:  10px;
	padding:  10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386015{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386015::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386015 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1386022_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386022_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386022_10 {
	margin:  10px;
	padding:  10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386061{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386061::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386061 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1386064_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386064_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386064_10 {
	margin:  10px;
	padding:  10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386016{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386016::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386016 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386048 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386048 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386048 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386048 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386048 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386048 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386048 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386048 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386048 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386048 hr.cloudy:after{content:"\00a0"}#stacks_in_1386048 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386048 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386048 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386048 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386048 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386048 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386048 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386048 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386051 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386051 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386051 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386051 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386051 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386051 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386051 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386051 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386051 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386051 hr.cloudy:after{content:"\00a0"}#stacks_in_1386051 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386051 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386051 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386051 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386051 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386051 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386051 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386051 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1386024_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386024_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386024_10 {
	margin:  10px;
	padding:  10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386017{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386017::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386017 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386056 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386056 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386056 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386056 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386056 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386056 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386056 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386056 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386056 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386056 hr.cloudy:after{content:"\00a0"}#stacks_in_1386056 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386056 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386056 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386056 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386056 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386056 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386056 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386056 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386058 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386058 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386058 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386058 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386058 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386058 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386058 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386058 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386058 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386058 hr.cloudy:after{content:"\00a0"}#stacks_in_1386058 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386058 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386058 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386058 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386058 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386058 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386058 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386058 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1386026_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386026_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}
#stacks_in_1386026_16_float {
	float:right;
	width:40%;
}
#stacks_in_1386026_16 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_1386026_18 {
	margin: 0px 0px 10px 20px;
}
#linkBoxstacks_in_1386026_20 {
	display: block;
	position: relative;
	z-index: 1;
}

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

#linkBoxLinkstacks_in_1386026_20 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../archive-2024_files/bg_fill.gif) repeat;
}



#stacks_in_1386026_24 {
	background-color: rgba(204, 204, 204, 1.00);
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

#stacks_in_1386026_25 {
	padding:  15px;
}

#stacks_in_1386026_27 {
	font-size: 80%;
}
/* Start Gradient stack CSS code */

#stacks_in_1386065{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386065::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386065 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386070 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386070 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386070 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386070 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386070 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386070 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386070 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386070 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386070 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386070 hr.cloudy:after{content:"\00a0"}#stacks_in_1386070 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386070 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386070 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386070 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386070 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386070 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386070 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386070 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386073 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386073 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386073 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386073 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386073 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386073 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386073 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386073 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386073 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386073 hr.cloudy:after{content:"\00a0"}#stacks_in_1386073 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386073 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386073 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386073 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386073 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386073 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386073 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386073 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1386075_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386075_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386075_28 {
	margin:  10px;
	padding:  10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386077{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386077::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386077 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_1386078 {
	padding: 30px 20px 0px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386082 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386082 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386082 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386082 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386082 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386082 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386082 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386082 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386082 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386082 hr.cloudy:after{content:"\00a0"}#stacks_in_1386082 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386082 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386082 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386082 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386082 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386082 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386082 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386082 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386085 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386085 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386085 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386085 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386085 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386085 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386085 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386085 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386085 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386085 hr.cloudy:after{content:"\00a0"}#stacks_in_1386085 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386085 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386085 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386085 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386085 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386085 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386085 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386085 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_1386085 {
	margin: 0px 0px 20px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image BG Pro Stack' 
Style Sheet: fsrimagebgpro.css
Created: 22, October, 2012
Last Modified: 20, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1386112 {
	z-index: 40;
	min-height: 350px !important;
	_height: 350px;
}

.stacks_in_1386112_headerBackground img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
}

@media \0screen {
.stacks_in_1386112_headerBackground img { 
	width: auto; /* for ie 8 */
	}
}

.stacks_in_1386112_headerContent {
	position: relative;
	width: 100%;
	overflow: visible;
	margin-top: 0px;
	z-index: 50;
}

.stacks_in_1386112_headerBackground {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: visible;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 100px) {
.stacks_in_1386112_headerBackground img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%; /* Firefox */
	-o-background-size: 100% 100%; /* Opera */
	-webkit-background-size: 100% 100%;/* Safari */
	-khtml-background-size: 100% 100%; /* Konqueror */
	}
}#stacks_in_1386113>.s3_row {
	margin: 0 -5px;
}

#stacks_in_1386113>.s3_row>.s3_column_left {
	width: 55.00%;
}

#stacks_in_1386113>.s3_row>.s3_column_right {
	width: 45.000000%;
}




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










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



}



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


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


}






#stacks_in_1386113 {
	margin: 20px 0px 20px 0px;
}
#linkBoxstacks_in_1386118 {
	display: block;
	position: relative;
	z-index: 1;
}

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

#linkBoxLinkstacks_in_1386118 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../archive-2024_files/bg_fill.gif) repeat;
}



#stacks_in_1386115 {
	padding: 0px 20px 0px 0px;
}
#stacks_in_1386123 .stacks_in_1386123-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Georgia, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_1386123 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_1386123 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_1386123 .stacks_in_1386123-button,
#stacks_in_1386123 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_1386123 {
		text-align: center;
	}




	#stacks_in_1386123 .stacks_in_1386123-button {
		width: 220px;
	}






#stacks_in_1386123 a.stacks_in_1386123-button, #stacks_in_1386123 a.stacks_in_1386123-button:visited, #stacks_in_1386123 a.stacks_in_1386123-button:hover, #stacks_in_1386123 a.stacks_in_1386123-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_1386123 .stacks_in_1386123-button {
		
			background-color: #0A3200;
		
	}

	#stacks_in_1386123 a.stacks_in_1386123-button, #stacks_in_1386123 a.stacks_in_1386123-button:visited {
		
			color: #FCF9EF !important;
			
	}

	#stacks_in_1386123 a.stacks_in_1386123-button:hover, #stacks_in_1386123 a.stacks_in_1386123-button:active {
		
			text-decoration: none;
			color: #FCF9EF !important;
			background-color: #1E4614;
		
	}

	
	#stacks_in_1386123 .button_icon {
		
			background-color: #4F813A;
		
	}

	#stacks_in_1386123 a.stacks_in_1386123-button:hover .button_icon, #stacks_in_1386123 a.stacks_in_1386123-button:active .button_icon {
		
			background-color: #63954E;
				
	}
	



#stacks_in_1386123 {
	margin: 10px 0px 20px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1385929 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1385929 {
		display: none !important;
	}
}
/* Start Gradient stack CSS code */

#stacks_in_1386126{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386126::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386126 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386131 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386131 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386131 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386131 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386131 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386131 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386131 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386131 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386131 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386131 hr.cloudy:after{content:"\00a0"}#stacks_in_1386131 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386131 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386131 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386131 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386131 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386131 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386131 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386131 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386134 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386134 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386134 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386134 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386134 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386134 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386134 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386134 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386134 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386134 hr.cloudy:after{content:"\00a0"}#stacks_in_1386134 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386134 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386134 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386134 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386134 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386134 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386134 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386134 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_1386134 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386136{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386136::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386136 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1386137_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386137_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386137_10 {
	margin:  10px;
	padding:  10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386140{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386140::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386140 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386145 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386145 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386145 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386145 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386145 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386145 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386145 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386145 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386145 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386145 hr.cloudy:after{content:"\00a0"}#stacks_in_1386145 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386145 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386145 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386145 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386145 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386145 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386145 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386145 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386148 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386148 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386148 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386148 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386148 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386148 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386148 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386148 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386148 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386148 hr.cloudy:after{content:"\00a0"}#stacks_in_1386148 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386148 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386148 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386148 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386148 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386148 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386148 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386148 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1386157 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_1386157_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386157_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386157_10 {
	margin:  10px;
	padding:  10px;
}
 #stacks_in_1386159 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386159 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386159 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386159 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386159 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386159 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386159 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386159 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386159 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386159 hr.cloudy:after{content:"\00a0"}#stacks_in_1386159 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386159 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386159 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386159 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386159 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386159 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386159 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386159 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_1386159 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_1386153_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386153_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386153_10 {
	margin:  10px;
	padding: 10px 10px 0px 10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386160{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386160::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386160 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 20px 0px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386165 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386165 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386165 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386165 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386165 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386165 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386165 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386165 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386165 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386165 hr.cloudy:after{content:"\00a0"}#stacks_in_1386165 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386165 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386165 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386165 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386165 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386165 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386165 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386165 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386168 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386168 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386168 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386168 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386168 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386168 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386168 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386168 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386168 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386168 hr.cloudy:after{content:"\00a0"}#stacks_in_1386168 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386168 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386168 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386168 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386168 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386168 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386168 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386168 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1386172_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1386172_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1386172_10 {
	margin:  10px;
	padding: 10px 10px 0px 10px;
}
/* Start Gradient stack CSS code */

#stacks_in_1386174{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1386174::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1386174 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 20px 0px;
	padding: 30px 20px 20px 20px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

 #stacks_in_1386179 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386179 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386179 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386179 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386179 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386179 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386179 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386179 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386179 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386179 hr.cloudy:after{content:"\00a0"}#stacks_in_1386179 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386179 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386179 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386179 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386179 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386179 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386179 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386179 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
 #stacks_in_1386182 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1386182 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1386182 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1386182 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1386182 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1386182 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1386182 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1386182 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1386182 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1386182 hr.cloudy:after{content:"\00a0"}#stacks_in_1386182 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1386182 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1386182 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386182 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1386182 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1386182 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1386182 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1386182 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1386185_4 {
	padding: 0px 0px 0px 20px;
}

#stacks_in_1386185_6 {
	margin: 10px 10px 0px 10px;
}
#uTubestacks_in_1386185_8 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

#uTubestacks_in_1386185_8 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #000000;
	border: none;
	box-shadow: none;
	outline: none;
}






#stacks_in_1386185_10 {
	margin:  10px;
	padding: 10px 10px 0px 10px;
}
