/* Start doore stack page CSS code */	.doo-re-grid{	  -webkit-box-sizing: border-box;	  -moz-box-sizing: border-box;	  box-sizing: border-box;	  vertical-align: top;	}		.doo-re-grid *, .doo-re-grid *:after, .doo-re-grid *:before {	  -webkit-box-sizing: border-box;	  -moz-box-sizing: border-box;	  box-sizing: border-box;	}			[class*='re-col-'] {	  display: inline-block;	}			.re-col-desk-0 {	  width: 0;	  display: none;	}	.re-col-desk-1 {	  width: 8.333333%;	}	.re-col-desk-2 {	  width: 16.666666%;	}	.re-col-desk-3 {	  width: 25%;	}	.re-col-desk-4 {	  width: 33.333333%;	}	.re-col-desk-5 {	  width: 41.666666%;	}	.re-col-desk-6 {	  width: 50%;	}	.re-col-desk-7 {	  width: 58.333333%;	}	.re-col-desk-8 {	  width: 66.666666%;	}	.re-col-desk-9 {	  width: 75%;	}	.re-col-desk-10 {	  width: 83.333333%;	}	.re-col-desk-11 {	  width: 91.666666%;	}	.re-col-desk-12 {	  width: 100%;	}			/* End doore stack page CSS code *//* 
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);
}#usefulStackWrapperstacks_in_158 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

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








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












	#stacks_in_159 .onelevelmenu { display: block; }
	
	.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; }

.clearfix li {
	padding-right: 10px; margin-bottom: 10px; overflow:  hidden !important; padding-left: 10px; 
}

.clearfix {
	 overflow:  hidden !important;
}

#stacks_in_159 .spacer {   }

nav.uniq {
height: 47px; width: 100%; font-size: 16px; font-family: Inherit; font-weight: inherit;  position: relative;  z-index: 25; border-bottom: 0px solid rgba(241, 241, 241, 1.00); text-align: right !important;  /*customcss;*/
}

nav.uniq ul {
padding: 0; margin: 0 auto; display: inline-block; height: 47px; vertical-align: bottom;
}

nav.uniq li {
display: inline; float: left; margin-left: 0px !important; margin-right: 0px !important;
}

nav.uniq a {
 color: inherit;  font-size: 16px; display: inline-block; width: auto;  padding-left: 10px; padding-right: 10px;  text-align: left !important; text-decoration: none !important; line-height: 47px; /*customcss;*/
}

nav.uniq li a {
False ]% white-space: nowrap !important; overflow: hidden !important; text-overflow: clip; text-overflow: ellipsis; text-overflow: "…"; text-overflow: fade; text-overflow: fade(20px); text-overflow: fade(10%); %[endif]%
border-right: 0px solid rgba(241, 241, 241, 1.00); box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  /*margin-right:0px !important;*/  
}

nav.uniq li a:before {}

nav.uniq li:last-child a {
border-right: 0;  border-bottom: 0; /*Odd number of menu items*/  /*customcss;*/
}

nav.uniq li:nth-child(10) a {
/*CustomCSS;*/
}
nav.uniq li:nth-child(12) a {
/*CustomCSS;*/
}
nav.uniq li:nth-child(14) a {
/*CustomCSS;*/
}
nav.uniq li:nth-child(16) a {
/*CustomCSS;*/
}


nav.uniq a:hover {
 background-color: inherit;   color: rgba(0, 102, 136, 1.00) !important; 
}

#menuuniq .active { 
 background-color: inherit;    color: inherit;  /*font-size:125%;*/
}

#menuuniq #active { 
 background-color: inherit;    color: inherit;  /*font-size:125%;*/
}

nav ul.atlast { 
position: absolute; 
z-index: 9999998;
top: 0px;
right: 2px;
width:  auto !important;
}

nav ul.atlast a { /*position: relative; z-index: 9999999;*/
text-indent: 0px; text-align: center !important; 
color: rgba(0, 185, 255, 1.00) !important; 

 width: auto !important; 

}

#stacks_in_159 ul.atlast a:hover { 

color: rgba(0, 161, 222, 1.00) !important; 


}

nav.uniq a#pulluniq { display: none; }
nav.uniq ul ul { /*Disable subs*/ display: none; }

/*Breakpoint one*/
@media screen and (max-width: 791px) {
	#stacks_in_159 .onelevelmenu {
/*customcss;*/
}

#stacks_in_159 .spacer {   }
uniq .active { /*font-size:125%;*/ }
#menuuniq #active { /*font-size:125%;*/ }
nav.uniq { ; height: auto; font-size: 14px; }
nav.uniq ul { width: 100%; overflow: hidden; display: block; height: auto; margin: 0 auto; display: inline-block; }
nav.uniq li { width: 25%; float: left; position: relative; }
nav.uniq li a { border-bottom: 0px solid rgba(241, 241, 241, 1.00); border-right: 0px solid rgba(241, 241, 241, 1.00); /*font-size:125%;*/ }
nav.uniq a { text-align: left; width: 100%; text-transform: 15px; font-size: 14px; }
nav.uniq ul ul { display: none !important; }
nav.uniq li:nth-child(10) a { /*CustomCSS;*/ }
}

/*Breakpoint 2 */
@media screen and (max-width: 791px) {
	#stacks_in_159 .onelevelmenu {
/*customcss;*/
}

#stacks_in_159 .spacer {    }
nav.uniq { height: auto; border-bottom: 0 !important; ; }
nav.uniq ul { width: 100%; /*DeFliGra: Avoid the ugly right line*/ display: block; height: auto; }
nav.uniq li { width: 50%; float: left; position: relative; }
nav.uniq li a { border-bottom: 0px solid rgba(241, 241, 241, 1.00); border-right: 0px solid rgba(241, 241, 241, 1.00); }
nav.uniq a { text-align: left; width: 100%; text-indent: 15px; font-size: 12px; }
nav.uniq ul ul { display: none !important; }
nav.uniq li:nth-child(10) a { /*CustomCSS;*/ }
}

/*Breakpoint 3*/
@media only screen and (max-width : 791px) {
#stacks_in_159 .spacer {   }
nav.uniq { border-bottom: 0; font-size: 12px !important; position: relative; font-size: 13px; /*customcss;*/ }
nav.uniq li { }
nav.uniq a { font-size: 13px; }
nav.uniq li:last-child a { border-bottom: 0px solid rgba(241, 241, 241, 1.00) !important;}
nav.uniq ul { display: none; height: auto; }
nav.uniq a#pulluniq { display: block; background-color: rgba(241, 241, 241, 1.00);

color: rgba(81, 81, 96, 1.00) !important; width: 100% !important; position: relative; font-size: 150%; /*letter-spacing: 2px;*/ }
nav.uniq a#pulluniq:after { content:"";  background: url('nav-icon-black50.png')  no-repeat; width: 30px; height: 30px; display: inline-block; position: absolute; right: 10px; top: 15px;  padding-left: 10px !important; padding-right: 10px !important;  }
nav.uniq ul ul { /*Disable subs*/ display: none !important; }


.clearfix li {
	padding-right: 0px; padding-left: 0px;  margin-bottom: 0px; 
}

.clearfix {
	/*padding-left: 0px !important;*/
}


}

/*Breakpoint 4*/
@media only screen and (max-width : 791px) {
#stacks_in_159 .spacer {   }
nav.uniq ul { margin-bottom: 0px !important; }
nav.uniq li { font-size: 14px; display: block; float: none; width: 100% !important; }
nav.uniq li a { border-bottom: 0px solid rgba(241, 241, 241, 1.00); font-size: 14px;
 
  }
nav.uniq ul ul { /*Disable subs*/ display: none !important; }
}

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

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








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













#stacks_out_548 {
	width: 300px;
	margin-left:0;
}
#fadeinWrapperstacks_in_549 {
	display: block;
	position: relative;
	height: 400;	
}

#fadeInStackstacks_in_549 {
	display: none;
	position: relative;
	z-index: 20;
}
#stacks_out_550 {
	width: 50px;
	margin-left:0;
}



.spacerStack {
	height: auto;
	padding-bottom: 3.00%;
}

#spacerStackstacks_in_553 {
	height: auto;
	padding-bottom: 3.00%;
}


























@media print {
	#spacerStackstacks_in_553 {
		display: none !important;
	}
}
#usefulStackWrapperstacks_in_84 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1000px;
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
	position: relative;
	
}

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








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













#stacks_in_84 {
	background-color: rgba(241, 241, 241, 1.00);
}

#stacks_out_84 {
	margin-left:0;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(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: 0px;
	border-radius: 0px;
}

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
















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_270 {
	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_270 #topBoxTriggerstacks_in_270 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_270 #topBoxTriggerContentstacks_in_270 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_270 #topBoxTriggerContentstacks_in_270 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_270 {
	display: none;
}








#stacks_in_270 {
	background-color: rgba(241, 241, 241, 1.00);
}
/* Start dooHeader X stack CSS code */.stacks_in_336x{	display: block !important;		text-align: center !important;		color: #FFFFFF !important;		}.stacks_in_336x a,.stacks_in_336x a:visited,.stacks_in_336x a:active{	color: #FFFFFF !important;}.stacks_in_336x a:hover{	color: #FFFFFF !important;}@media (max-width:768px) {	.stacks_in_336x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_336x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_336 {
	background-color: rgba(0, 102, 136, 1.00);
	padding: 15px 20px 5px 20px;
}
/* Start dooHeader X stack CSS code */.stacks_in_345x{	display: block !important;		text-align: center !important;		color: #AEAEAE !important;		}.stacks_in_345x a,.stacks_in_345x a:visited,.stacks_in_345x a:active{	color: #AEAEAE !important;}.stacks_in_345x a:hover{	color: #C7C7C7 !important;}@media (max-width:768px) {	.stacks_in_345x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_345x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_345 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 30px 0px 5px 0px;
}
/* Start dooText X stack CSS code */.stacks_in_334x{	display: block !important;	text-align: center !important;		color: #737373 !important;	}@media (max-width:768px) {	.stacks_in_334x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_334x{		text-align: center !important;	}}/* End dooText X stack CSS code */
#stacks_in_334 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0px 20px 30px 20px;
}



.spacerStack {
	height: auto;
	padding-bottom: 10.00%;
}

#spacerStackstacks_in_93 {
	height: auto;
	padding-bottom: 10.00%;
}


























@media print {
	#spacerStackstacks_in_93 {
		display: none !important;
	}
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(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: 10px;
	border-radius: 0px;
}

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




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


















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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_525 {
	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_525 #topBoxTriggerstacks_in_525 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_525 #topBoxTriggerContentstacks_in_525 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_525 #topBoxTriggerContentstacks_in_525 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_525 {
	display: none;
}








#stacks_in_525 {
	background-color: rgba(241, 241, 241, 1.00);
}
/* Start dooHeader X stack CSS code */.stacks_in_338x{	display: block !important;		text-align: center !important;		color: #FFFFFF !important;		}.stacks_in_338x a,.stacks_in_338x a:visited,.stacks_in_338x a:active{	color: #FFFFFF !important;}.stacks_in_338x a:hover{	color: #FFFFFF !important;}@media (max-width:768px) {	.stacks_in_338x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_338x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_338 {
	background-color: rgba(0, 102, 136, 1.00);
	padding: 15px 20px 5px 20px;
}
/* Start dooHeader X stack CSS code */.stacks_in_460x{	display: block !important;		text-align: center !important;		color: #AEAEAE !important;		}.stacks_in_460x a,.stacks_in_460x a:visited,.stacks_in_460x a:active{	color: #AEAEAE !important;}.stacks_in_460x a:hover{	color: #C7C7C7 !important;}@media (max-width:768px) {	.stacks_in_460x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_460x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_460 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 30px 0px 0px 0px;
}
/* Start dooText X stack CSS code */.stacks_in_535x{	display: block !important;	text-align: center !important;		color: #737373 !important;	}@media (max-width:768px) {	.stacks_in_535x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_535x{		text-align: center !important;	}}/* End dooText X stack CSS code */
#stacks_in_535 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0px 20px 30px 20px;
}

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

#usefulStackstacks_in_287 {
	padding-bottom: 32px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








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












/* Start dooText X stack CSS code */.stacks_in_284x{	display: block !important;	text-align: left !important;	}@media (max-width:768px) {	.stacks_in_284x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_284x{		text-align: left !important;	}}/* End dooText X stack CSS code */
#stacks_out_284 {
	width: 200px;
	float: left;
}
