<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
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);
}  @media screen and (max-width:745px){#stacks_in_167_page0{display:none}} 

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_80_page0 .alignment {  display: table; height: 95vh;  float: none; margin: 0 auto;  

 width: 100%; 


	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
 

 
    
	 background-image:none;      
	 
	 
	background-attachment: scroll;

		

			
			background-position:  center top;
		

	

	 

	 

 

/*Custom CSS;*/
}


#stacks_in_80_page0 .alignment_overlay { 

	display: table; height: 95vh; width: 100% !important;

	
	
	 
		background: url(../files/none) scroll repeat !important;
	 
	
		
		background-image: none !important;
	


	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
 
		
	
		opacity: 0.99;
	

}


#stacks_in_80_page0 .align { 
 display: table-cell; vertical-align: middle !important;  

text-align: none;

padding-left: 10px;
padding-right: 10px;
padding-top: 10px !important;
padding-bottom: 10px !important;

/*Custom CSS;*/ 
}

#stacks_in_80_page0 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_80_page0 .responsiveimage img {



   
	height: 75vh; width: auto;









/*Custom CSS;*/
}

#stacks_in_80_page0 .center_slice {
	max-width: 3000px; margin-left: auto; margin-right: auto;
}

#stacks_in_80_page0 .extrazone
{
	margin-left:auto; margin-right:auto;
	
	

	




 


	/*Custom CSS;*/
}


#stacks_in_80_page0 .fiddlereditinfo {
	display: inline-block;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	bottom:20px;
	right: 10px;
	width: 100px;
	font-size:11px;
	text-align:center;
	height:12px;
	line-height:12px;
	background-color: #77aad5;
	color: whitesmoke;
	padding:1px 5px;
	z-index:2;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-border-radius: 7px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

/* iPad with portrait orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
#stacks_in_80_page0 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_80_page0 .alignment {  }
}

/*iPhone 5*/
@media screen and (device-aspect-ratio: 40/71) {
#stacks_in_80_page0 .alignment {  }
}







#highLightStackstacks_in_132_page0 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_132_page0 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_132_page0 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.30);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_132_page0,
#highLightStackCaptionstacks_in_132_page0 h1,
#highLightStackCaptionstacks_in_132_page0 h2,
#highLightStackCaptionstacks_in_132_page0 h3,
#highLightStackCaptionstacks_in_132_page0 h4,
#highLightStackCaptionstacks_in_132_page0 h5,
#highLightStackCaptionstacks_in_132_page0 h6,
#highLightStackCaptionstacks_in_132_page0 strong,
#highLightStackCaptionstacks_in_132_page0 a,
#highLightStackCaptionstacks_in_132_page0 a:visited,
#highLightStackCaptionstacks_in_132_page0 a:hover,
#highLightStackCaptionstacks_in_132_page0 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_132_page0 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_132_page0 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_132_page0 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_132_page0 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_132_page0 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  *//* @group Basics */

#audioPlayerContainerstacks_in_138_page0 {
	position: relative;
	z-index: 1;
}

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

#audioPlayerAudiostacks_in_138_page0 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_138_page0 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 10px;
}

#audioPlayerControlsstacks_in_138_page0 [class^="fa fa-"] {
	color: rgba(255, 214, 0, 1.00);
}

/*  */

/*  */
/* No background */
#audioPlayerControlsstacks_in_138_page0 {
	background: transparent;
}
/*  */

/*  */

/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_138_page0 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_138_page0 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 60px;
	padding: 0;
	margin: 0;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_138_page0 #audioPlayerPlayPausestacks_in_138_page0 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_138_page0 #audioPlayerFullScreenstacks_in_138_page0 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_138_page0 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 214, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_138_page0 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_138_page0 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_138_page0 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 214, 0, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_138_page0 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_138_page0 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_138_page0 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 60px;
		line-height: 60px;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]:focus::-webkit-slider-runnable-track {
		background: #FFFFFF;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]::-ms-fill-lower {
		background: #FFFFFF;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]::-ms-fill-upper {
		background: #FFFFFF;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]:focus::-ms-fill-lower {
		background: #FFFFFF;
	}
	
	#audioPlayerSeekBarstacks_in_138_page0[type=range]:focus::-ms-fill-upper {
		background: #FFFFFF;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_138_page0 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_138_page0 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 22px;
		vertical-align: middle;
	}
	
	#volumestacks_in_138_page0 [class^="fa fa-"] {
		color: rgba(255, 214, 0, 1.00);
	}
	
	#volumestacks_in_138_page0:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_138_page0 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: rgba(255, 214, 0, 1.00);
	}
	
	#volumestacks_in_138_page0:hover #volumeButtonstacks_in_138_page0 {
		display: none;
	}
	
	#volumeMinstacks_in_138_page0 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(255, 214, 0, 1.00);
	}
	
	#volumeMaxstacks_in_138_page0 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(255, 214, 0, 1.00);
	}
	
	#volume-barstacks_in_138_page0[type=range],
	#volumeMinstacks_in_138_page0,
	#volumeMaxstacks_in_138_page0 {
		display: none;
	}
	
	#volumeMinstacks_in_138_page0,
	#volumeMaxstacks_in_138_page0 {
		cursor: pointer;
	}
	
	#volumestacks_in_138_page0:hover #volume-barstacks_in_138_page0,
	#volumestacks_in_138_page0:hover #volumeMinstacks_in_138_page0,
	#volumestacks_in_138_page0:hover #volumeMaxstacks_in_138_page0 {
		display: inline;
	}
	
	#volume-barstacks_in_138_page0[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 60px;
		height: 60px;
	}
	
	#volume-barstacks_in_138_page0[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_138_page0[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_138_page0[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_138_page0[type=range]:focus::-webkit-slider-runnable-track {
		background: #FFFFFF;
	}
	
	#volume-barstacks_in_138_page0[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_138_page0[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
	}
	
	#volume-barstacks_in_138_page0[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_138_page0[type=range]::-ms-fill-lower {
		background: #FFFFFF;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_138_page0[type=range]::-ms-fill-upper {
		background: #FFFFFF;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_138_page0[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
	}
	
	#volume-barstacks_in_138_page0[type=range]:focus::-ms-fill-lower {
		background: #FFFFFF;
	}
	
	#volume-barstacks_in_138_page0[type=range]:focus::-ms-fill-upper {
		background: #FFFFFF;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_138_page0 #audioPlayerFullScreenstacks_in_138_page0,
	#audioPlayerControlsstacks_in_138_page0 #volumestacks_in_138_page0 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

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

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


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





/* Solid colour fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: rgba(255, 214, 0, 1.00);
}
















.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 {
	
	
	display: block;
	
	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;
	
	display: none !important;
	
}

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


#topBoxTriggerRegionstacks_in_140_page0 #topBoxTriggerContentstacks_in_140_page0 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_140_page0 #topBoxTriggerContentstacks_in_140_page0 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_140_page0 {
	color: rgba(0, 0, 0, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_140_page0 {
	display: none;
}








#paddyButtstacks_in_147_page0 a{ 

background: rgba(255, 214, 0, 1.00)!important;
background: linear-gradient(rgba(255, 214, 0, 1.00), rgba(255, 214, 0, 1.00))!important;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 0, 1.00)), to(rgba(255, 214, 0, 1.00)))!important;
background: -moz-linear-gradient(rgba(255, 214, 0, 1.00), rgba(255, 214, 0, 1.00))!important;
border: none!important; 

box-shadow: none!important;
padding: 3px 11px!important;
color: rgba(0, 0, 0, 1.00)!important;
border-radius: 5px;
}

#paddyButtstacks_in_147_page0 a:hover{  

background: rgba(255, 214, 0, 1.00)!important;
background: linear-gradient(rgba(255, 214, 0, 1.00), )!important;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 0, 1.00)), to(rgba(255, 214, 0, 1.00)))!important;
background: -moz-linear-gradient(rgba(255, 214, 0, 1.00), rgba(255, 214, 0, 1.00))!important;
border: none!important; 

box-shadow: none!important;
padding: 3px 11px!important;
color: rgba(255, 255, 255, 1.00)!important;
border-radius: 5px;
}
#stacks_in_148_page0_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_148_page0 a:link, #stacks_in_148_page0 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_148_page0 a:hover, #stacks_in_148_page0 a:active {
	color:#000000;
}










#stacks_in_148_page0 a:link, #stacks_in_148_page0 a:visited {
	background-color:#FFFF00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#BFA000));
	border:1px solid #BFA000;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_148_page0 a:hover {
	background-color:#FFFF00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#A58B00));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_148_page0 a:active {
	background-color:#FFFF00;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_151_page0 {
	width: 32px;
	margin-right:0;
}
  #stacks_in_169_page0{display:none}@media screen and (max-width:745px){#stacks_in_169_page0{display:block}} 

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_171_page0 .alignment {  display: table; height: 95vh;  float: none; margin: 0 auto;  

 width: 100%; 


	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
 

 
    
	 background-image:none;      
	 
	 
	background-attachment: scroll;

		

			
			background-position:  center top;
		

	

	 

	 

 

/*Custom CSS;*/
}


#stacks_in_171_page0 .alignment_overlay { 

	display: table; height: 95vh; width: 100% !important;

	
	
	 
		background: url(../files/none) scroll repeat !important;
	 
	
		
		background-image: none !important;
	


	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
 
		
	
		opacity: 0.99;
	

}


#stacks_in_171_page0 .align { 
 display: table-cell; vertical-align: middle !important;  

text-align: none;

padding-left: 10px;
padding-right: 10px;
padding-top: 10px !important;
padding-bottom: 10px !important;

/*Custom CSS;*/ 
}

#stacks_in_171_page0 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_171_page0 .responsiveimage img {

   
	width: 75vw; height: auto;











/*Custom CSS;*/
}

#stacks_in_171_page0 .center_slice {
	max-width: 3000px; margin-left: auto; margin-right: auto;
}

#stacks_in_171_page0 .extrazone
{
	margin-left:auto; margin-right:auto;
	
	

	




 


	/*Custom CSS;*/
}


#stacks_in_171_page0 .fiddlereditinfo {
	display: inline-block;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	bottom:20px;
	right: 10px;
	width: 100px;
	font-size:11px;
	text-align:center;
	height:12px;
	line-height:12px;
	background-color: #77aad5;
	color: whitesmoke;
	padding:1px 5px;
	z-index:2;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-border-radius: 7px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

/* iPad with portrait orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
#stacks_in_171_page0 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_171_page0 .alignment {  }
}

/*iPhone 5*/
@media screen and (device-aspect-ratio: 40/71) {
#stacks_in_171_page0 .alignment {  }
}







#highLightStackstacks_in_172_page0 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_172_page0 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_172_page0 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.30);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_172_page0,
#highLightStackCaptionstacks_in_172_page0 h1,
#highLightStackCaptionstacks_in_172_page0 h2,
#highLightStackCaptionstacks_in_172_page0 h3,
#highLightStackCaptionstacks_in_172_page0 h4,
#highLightStackCaptionstacks_in_172_page0 h5,
#highLightStackCaptionstacks_in_172_page0 h6,
#highLightStackCaptionstacks_in_172_page0 strong,
#highLightStackCaptionstacks_in_172_page0 a,
#highLightStackCaptionstacks_in_172_page0 a:visited,
#highLightStackCaptionstacks_in_172_page0 a:hover,
#highLightStackCaptionstacks_in_172_page0 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_172_page0 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_172_page0 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_172_page0 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_172_page0 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_172_page0 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  *//* @group Basics */

#audioPlayerContainerstacks_in_177_page0 {
	position: relative;
	z-index: 1;
}

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

#audioPlayerAudiostacks_in_177_page0 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_177_page0 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 10px;
}

#audioPlayerControlsstacks_in_177_page0 [class^="fa fa-"] {
	color: rgba(255, 214, 0, 1.00);
}

/*  */

/*  */
/* No background */
#audioPlayerControlsstacks_in_177_page0 {
	background: transparent;
}
/*  */

/*  */

/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_177_page0 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_177_page0 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 60px;
	padding: 0;
	margin: 0;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_177_page0 #audioPlayerPlayPausestacks_in_177_page0 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_177_page0 #audioPlayerFullScreenstacks_in_177_page0 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_177_page0 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 214, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_177_page0 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_177_page0 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_177_page0 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 214, 0, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_177_page0 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_177_page0 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_177_page0 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 60px;
		line-height: 60px;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]:focus::-webkit-slider-runnable-track {
		background: #FFFFFF;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]::-ms-fill-lower {
		background: #FFFFFF;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]::-ms-fill-upper {
		background: #FFFFFF;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]:focus::-ms-fill-lower {
		background: #FFFFFF;
	}
	
	#audioPlayerSeekBarstacks_in_177_page0[type=range]:focus::-ms-fill-upper {
		background: #FFFFFF;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_177_page0 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_177_page0 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 22px;
		vertical-align: middle;
	}
	
	#volumestacks_in_177_page0 [class^="fa fa-"] {
		color: rgba(255, 214, 0, 1.00);
	}
	
	#volumestacks_in_177_page0:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_177_page0 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: rgba(255, 214, 0, 1.00);
	}
	
	#volumestacks_in_177_page0:hover #volumeButtonstacks_in_177_page0 {
		display: none;
	}
	
	#volumeMinstacks_in_177_page0 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(255, 214, 0, 1.00);
	}
	
	#volumeMaxstacks_in_177_page0 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(255, 214, 0, 1.00);
	}
	
	#volume-barstacks_in_177_page0[type=range],
	#volumeMinstacks_in_177_page0,
	#volumeMaxstacks_in_177_page0 {
		display: none;
	}
	
	#volumeMinstacks_in_177_page0,
	#volumeMaxstacks_in_177_page0 {
		cursor: pointer;
	}
	
	#volumestacks_in_177_page0:hover #volume-barstacks_in_177_page0,
	#volumestacks_in_177_page0:hover #volumeMinstacks_in_177_page0,
	#volumestacks_in_177_page0:hover #volumeMaxstacks_in_177_page0 {
		display: inline;
	}
	
	#volume-barstacks_in_177_page0[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 60px;
		height: 60px;
	}
	
	#volume-barstacks_in_177_page0[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_177_page0[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_177_page0[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_177_page0[type=range]:focus::-webkit-slider-runnable-track {
		background: #FFFFFF;
	}
	
	#volume-barstacks_in_177_page0[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_177_page0[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
	}
	
	#volume-barstacks_in_177_page0[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_177_page0[type=range]::-ms-fill-lower {
		background: #FFFFFF;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_177_page0[type=range]::-ms-fill-upper {
		background: #FFFFFF;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_177_page0[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FFD600;
	}
	
	#volume-barstacks_in_177_page0[type=range]:focus::-ms-fill-lower {
		background: #FFFFFF;
	}
	
	#volume-barstacks_in_177_page0[type=range]:focus::-ms-fill-upper {
		background: #FFFFFF;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_177_page0 #audioPlayerFullScreenstacks_in_177_page0,
	#audioPlayerControlsstacks_in_177_page0 #volumestacks_in_177_page0 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

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

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


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





/* Solid colour fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: rgba(255, 214, 0, 1.00);
}
















.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 {
	
	
	display: block;
	
	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;
	
	display: none !important;
	
}

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


#topBoxTriggerRegionstacks_in_180_page0 #topBoxTriggerContentstacks_in_180_page0 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_180_page0 #topBoxTriggerContentstacks_in_180_page0 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_180_page0 {
	color: rgba(0, 0, 0, 1.00);
}

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_180_page0 {
	display: none;
}








#paddyButtstacks_in_181_page0 a{ 

background: rgba(255, 214, 0, 1.00)!important;
background: linear-gradient(rgba(255, 214, 0, 1.00), rgba(255, 214, 0, 1.00))!important;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 0, 1.00)), to(rgba(255, 214, 0, 1.00)))!important;
background: -moz-linear-gradient(rgba(255, 214, 0, 1.00), rgba(255, 214, 0, 1.00))!important;
border: none!important; 

box-shadow: none!important;
padding: 3px 11px!important;
color: rgba(0, 0, 0, 1.00)!important;
border-radius: 5px;
}

#paddyButtstacks_in_181_page0 a:hover{  

background: rgba(255, 214, 0, 1.00)!important;
background: linear-gradient(rgba(255, 214, 0, 1.00), )!important;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 0, 1.00)), to(rgba(255, 214, 0, 1.00)))!important;
background: -moz-linear-gradient(rgba(255, 214, 0, 1.00), rgba(255, 214, 0, 1.00))!important;
border: none!important; 

box-shadow: none!important;
padding: 3px 11px!important;
color: rgba(255, 255, 255, 1.00)!important;
border-radius: 5px;
}
#stacks_in_182_page0_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_182_page0 a:link, #stacks_in_182_page0 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_182_page0 a:hover, #stacks_in_182_page0 a:active {
	color:#000000;
}










#stacks_in_182_page0 a:link, #stacks_in_182_page0 a:visited {
	background-color:#FFFF00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#BFA000));
	border:1px solid #BFA000;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_182_page0 a:hover {
	background-color:#FFFF00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#A58B00));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_182_page0 a:active {
	background-color:#FFFF00;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_186_page0 {
	width: 32px;
	margin-right:0;
}
</pre></body></html>