.com_joeworkman_stacks_link_stack a{display:block;text-decoration:none!important;padding:0;margin:0}

#stacks_in_1_page34 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_2796_page34 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_2796_page34 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}

#stacks_in_4058_page34 {
	background-color: rgba(255, 255, 255, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Sticky Stack' 
Style Sheet: fsrsticky.css
Created: 04, June, 2014
Last Modified: 29, June 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4059_page34 {

}

#stacks_in_4059_page34 .stacks_in_4059_page34_sticky {
	display: block;
	height: auto;
	max-width: 960px;
	width: 100%;
	position: relative;
	z-index: 999;
}

.stickUp {
	max-width: 960px;
	z-index: 999;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4059_page34 .stacks_in_4059_page34_sticky, .stickUp { 
	display: block;
	max-width: 100%;

}
}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Add-Ons Pack 1'
fsrnavmenures3.css style sheet
Created: 21, May, 2013
Last Modified: 03, September, 2015
Version: 1.5
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013-2015 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {
	display: block !important;	
	height: auto;
	font-size: 1.00em;
	font-weight: 600;
}

#nav ul {
	bottom: 0;
	left: 0;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}

*:first-child+html #nav ul {
	height: 40px !important;
}

#nav ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	border-right: 0px solid #FFFFFF;
	width: auto;
}

#nav ul li a, #nav ul li a:visited {
	background: #000000;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.00em;
	font-weight: 600;
	padding: 0 14px 0 14px;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #FEC21E;
	color: #FFFFFF;
}

#nav ul li #current {
	background-color: #005DB3;
	color: #FFFFFF;
}

#nav ul li .currentAncestor {
	color: #FFFFFF;
}

#nav ul li a:hover > ul {
	position: relative;
	display: inline-block;
}

#nav ul li.hasChild > a:after {
	content: "\f107";
	float: none;
	margin-left: 6px;
	font-family: "FontAwesome";
	vertical-align: top;
	padding: 0 0 0 8px;
}

#nav li:first-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li:last-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul li:last-child {
	border-right: 0px;
}

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	left: 0;
	line-height: 40px;
	margin: 0;
	position: absolute;
	top: 39px;
	width: 200px;
	z-index: 999;
	text-align: left;
}

#nav ul ul li {
	display: block;
	padding: 0;
	height: 40px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #252525;
	color: #FFFFFF;
	border-top: px solid #EFEFEF;
	font-size: 1.00em;
	font-weight: normal;
	height: 40px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

*:first-child+html #nav ul ul li a, #nav ul ul li a:visited {
	padding: 0 14px 0 14px;
	line-height: 40px !important;
	width: 186px !important;
}

#nav ul ul li a:hover {
	background: #005DB3;
	color: #FFFFFF;
	width: 186px;
	background-image: none;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background: #005DB3;
	color: #FFFFFF;
}

#nav ul ul li:last-child > a {
	border-bottom: 1px solid #EFEFEF;
}

#nav ul ul li.hasChild > a:after {
	content: "\f105";
	display:inline-block;
	float: right;
	margin-left: 6px;
	margin-right: 0;
	font-family: "FontAwesome";
	vertical-align: top;
	padding: 0 0 0 8px;
}

#nav li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul ul {
	top: 0;
	left: 214px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 214px !important;
}

#nav li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#navbar, #nav { 
    display: none; 
    visibility: collapse;
    height: 0px;
}

#pagecontainer, #pagewrapper {
	overflow: hidden !important;
}

@-moz-document url-prefix() {
    #pagecontainer, #pagewrapper {
	overflow: visible !important;
}
}

}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
float: left;
width: 100%;
position: relative;
background: #000000;
padding: 4px 0 0 0;
min-height: 48px;
z-index: 99999;
}

.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 16px 13px 10px 16px;
position: absolute;
top: 0;
right: 0;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #FFFFFF;
height: 3px;
margin-top: 3px;
}

.mean-container a:hover.meanmenu-reveal span {
display: block;
background: #FFFFFF;
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background: #000000;
margin-top: 48px;
}

.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #FFFFFF;
border-bottom: 1px solid #F1F1F1;
text-decoration: none;
text-transform: none;
}

.mean-container .mean-nav ul li:first-child a {
border-top: 1px solid #F1F1F1;	
}

.mean-container .mean-nav ul li #current {
	background-color: #005DB3;
	color: #FFFFFF;
}

.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #F1F1F1;
/*border-bottom: 1px solid #f1f1f1;*/
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
color: #FFFFFF;
background: #005DB3;
/*original hover background: #252525;*/
}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
font-size: 20px !important;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}





#stacks_in_4060_page34 {
	background-color: rgba(1, 1, 2, 1.00);
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4062_page34 {
	
}

#stacks_in_4062_page34 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4062_page34 img {
	float: none;
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_4064_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	border: solid rgba(3, 3, 3, 1.00);
	border-width: 0px 0px 3px 0px;
}
#stacks_in_4065_page34{text-align:justify}

#stacks_in_4065_page34 {
	margin: 0px 26px 0px 40px;
	padding: 17px 0px 7px 0px;
}
#stacks_in_4067_page34{text-align:justify}

#stacks_in_4067_page34 {
	margin: 2px 35px 0px 40px;
	padding: 0px 0px 6px 0px;
}
#stacks_in_4070_page34{text-align:justify}

#stacks_in_4070_page34 {
	padding: 5px 10px 5px 35px;
}
#stacks_in_4072_page34{text-align:justify}

#stacks_in_4072_page34 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 4px 0px 0px 0px;
	padding: 15px 0px 0px 14px;
}
#audioPlayerContainerstacks_in_4074_page34 {
	position: relative;
	z-index: 1;
}

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

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

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

#audioPlayerControlsstacks_in_4074_page34 [class^="fa fa-"] {
	color: rgba(183, 183, 183, 1.00);
}








/* Vertical gradient fill */
#audioPlayerControlsstacks_in_4074_page34 {
	background-color: #777777;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#777777), to(#262626));
	background-image: -moz-linear-gradient(top, #777777, #262626);
	background-image: -ms-linear-gradient(top, #777777, #262626);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #262626));
	background-image: -webkit-linear-gradient(top, #777777, #262626);
	background-image: -o-linear-gradient(top, #777777, #262626);
	background-image: linear-gradient(top, #777777, #262626);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#262626', GradientType=0);
}
















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_4074_page34 #audioPlayerPlayPausestacks_in_4074_page34 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_4074_page34 #audioPlayerFullScreenstacks_in_4074_page34 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_4074_page34 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(234, 234, 234, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_4074_page34 {
	display: inline-block;
	width: 30px;
}

#audioPlayerDurationstacks_in_4074_page34 {
	display: inline-block;
	width: 30px;
}

#audioPlayerTimeDividerstacks_in_4074_page34 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(234, 234, 234, 1.00);
}





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

#progressBarstacks_in_4074_page34 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_4074_page34 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 30px;
		line-height: 30px;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_4074_page34[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_4074_page34 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_4074_page34 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 22px;
		vertical-align: middle;
	}

	#volumestacks_in_4074_page34 [class^="fa fa-"] {
		color: rgba(183, 183, 183, 1.00);
	}

	#volumestacks_in_4074_page34:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_4074_page34 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volumestacks_in_4074_page34:hover #volumeButtonstacks_in_4074_page34 {
		display: none;
	}

	#volumeMinstacks_in_4074_page34 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volumeMaxstacks_in_4074_page34 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volume-barstacks_in_4074_page34[type=range],
	#volumeMinstacks_in_4074_page34,
	#volumeMaxstacks_in_4074_page34 {
		display: none;
	}

	#volumeMinstacks_in_4074_page34,
	#volumeMaxstacks_in_4074_page34 {
		cursor: pointer;
	}

	#volumestacks_in_4074_page34:hover #volume-barstacks_in_4074_page34,
	#volumestacks_in_4074_page34:hover #volumeMinstacks_in_4074_page34,
	#volumestacks_in_4074_page34:hover #volumeMaxstacks_in_4074_page34 {
		display: inline;
	}

	#volume-barstacks_in_4074_page34[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 30px;
		height: 30px;
	}

	#volume-barstacks_in_4074_page34[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4074_page34[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
		margin-top: -5px;
	}

	#volume-barstacks_in_4074_page34[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_4074_page34[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_4074_page34[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4074_page34[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#volume-barstacks_in_4074_page34[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4074_page34[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_4074_page34[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_4074_page34[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#volume-barstacks_in_4074_page34[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_4074_page34[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_4074_page34 #audioPlayerFullScreenstacks_in_4074_page34,
	#audioPlayerControlsstacks_in_4074_page34 #volumestacks_in_4074_page34 {
		display: none;
	}
}



#stacks_in_4074_page34 {
	padding: 0px 12px 0px 12px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4075_page34desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4075_page34mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4075_page34mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4075_page34desktopcontent {
	display: none;
}

}
#stacks_in_4076_page34{text-align:justify}

#stacks_in_4076_page34 {
	padding: 15px 14px 0px 14px;
}
#stacks_in_4079_page34{text-align:justify}

#stacks_in_4079_page34 {
	padding: 15px 20px 0px 20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 #fsr_leftcol_stacks_in_4082_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 #fsr_leftcol_stacks_in_4082_page34 .leftcolpad_stacks_in_4082_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 #fsr_rightcol_stacks_in_4082_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 #fsr_rightcol_stacks_in_4082_page34 .rightcolpad_stacks_in_4082_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 #fsr_leftcol_stacks_in_4082_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 #fsr_leftcol_stacks_in_4082_page34 .leftcolpad_stacks_in_4082_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 #fsr_rightcol_stacks_in_4082_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4082_page34 #fsr_colwrap_stacks_in_4082_page34 #fsr_rightcol_stacks_in_4082_page34 .rightcolpad_stacks_in_4082_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4082_page34 {
	margin: 5px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 #fsr_leftcol_stacks_in_4083_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 #fsr_leftcol_stacks_in_4083_page34 .leftcolpad_stacks_in_4083_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 #fsr_rightcol_stacks_in_4083_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 #fsr_rightcol_stacks_in_4083_page34 .rightcolpad_stacks_in_4083_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 #fsr_leftcol_stacks_in_4083_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 #fsr_leftcol_stacks_in_4083_page34 .leftcolpad_stacks_in_4083_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 #fsr_rightcol_stacks_in_4083_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4083_page34 #fsr_colwrap_stacks_in_4083_page34 #fsr_rightcol_stacks_in_4083_page34 .rightcolpad_stacks_in_4083_page34 {
	padding: 0px 0px 0px 0px;
}

}/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4084_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade1.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade1 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade1.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4084_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4084_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4084_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4084_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4084_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4084_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4084_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4084_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose1,
#fancyviewerClose1 *
#fancyviewerClose1 *::after,
#fancyviewerClose1 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose1 .fancyviewerCloseInner
#fancyviewerClose1 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer1 {
	padding: 20px;
}

#fancyviewerClose1 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose1 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive1 #fancyviewerClose1 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer1 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4084_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4084_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4084_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4091_page34{text-align:justify}

#stacks_in_4091_page34 {
	border: solid rgba(2, 2, 2, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 32px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4094_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade2 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade2.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade2.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade2.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade2 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade2.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade2.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade2.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade2.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade2.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4094_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer2 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4094_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4094_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4094_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4094_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4094_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4094_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4094_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose2,
#fancyviewerClose2 *
#fancyviewerClose2 *::after,
#fancyviewerClose2 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose2 .fancyviewerCloseInner
#fancyviewerClose2 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer2 {
	padding: 20px;
}

#fancyviewerClose2 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose2 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive2 #fancyviewerClose2 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer2 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4094_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4094_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4094_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4101_page34{text-align:justify}

#stacks_in_4101_page34 {
	border: solid rgba(1, 1, 1, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 #fsr_leftcol_stacks_in_4105_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 #fsr_leftcol_stacks_in_4105_page34 .leftcolpad_stacks_in_4105_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 #fsr_rightcol_stacks_in_4105_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 #fsr_rightcol_stacks_in_4105_page34 .rightcolpad_stacks_in_4105_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 #fsr_leftcol_stacks_in_4105_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 #fsr_leftcol_stacks_in_4105_page34 .leftcolpad_stacks_in_4105_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 #fsr_rightcol_stacks_in_4105_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4105_page34 #fsr_colwrap_stacks_in_4105_page34 #fsr_rightcol_stacks_in_4105_page34 .rightcolpad_stacks_in_4105_page34 {
	padding: 0px 0px 0px 0px;
}

}/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4657_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade3 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade3.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade3.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade3.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade3 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade3.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade3.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade3.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade3.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade3.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4657_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer3 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4657_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4657_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4657_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4657_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4657_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4657_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4657_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose3,
#fancyviewerClose3 *
#fancyviewerClose3 *::after,
#fancyviewerClose3 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose3 .fancyviewerCloseInner
#fancyviewerClose3 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer3 {
	padding: 20px;
}

#fancyviewerClose3 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose3 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive3 #fancyviewerClose3 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer3 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4657_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4657_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4657_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4113_page34{text-align:justify}

#stacks_in_4113_page34 {
	border: solid rgba(2, 2, 2, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4116_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade4 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade4.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade4.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade4.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade4 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade4.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade4.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade4.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade4.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade4.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4116_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer4 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4116_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4116_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4116_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4116_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4116_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4116_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4116_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose4,
#fancyviewerClose4 *
#fancyviewerClose4 *::after,
#fancyviewerClose4 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose4 .fancyviewerCloseInner
#fancyviewerClose4 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer4 {
	padding: 20px;
}

#fancyviewerClose4 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose4 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive4 #fancyviewerClose4 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer4 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4116_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4116_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4116_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4123_page34{text-align:justify}

#stacks_in_4123_page34 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}

#stacks_in_4128_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 2px 0px 0px 0px;
	padding: 15px 0px 10px 50px;
}
#stacks_in_4131_page34{text-align:justify}

#stacks_in_4131_page34 {
	border: solid rgba(1, 1, 1, 1.00);
	border-width: 3px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
	padding: 15px 14px 0px 14px;
}
#audioPlayerContainerstacks_in_4133_page34 {
	position: relative;
	z-index: 1;
}

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

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

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

#audioPlayerControlsstacks_in_4133_page34 [class^="fa fa-"] {
	color: rgba(183, 183, 183, 1.00);
}








/* Vertical gradient fill */
#audioPlayerControlsstacks_in_4133_page34 {
	background-color: #777777;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#777777), to(#262626));
	background-image: -moz-linear-gradient(top, #777777, #262626);
	background-image: -ms-linear-gradient(top, #777777, #262626);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #262626));
	background-image: -webkit-linear-gradient(top, #777777, #262626);
	background-image: -o-linear-gradient(top, #777777, #262626);
	background-image: linear-gradient(top, #777777, #262626);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#262626', GradientType=0);
}
















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_4133_page34 #audioPlayerPlayPausestacks_in_4133_page34 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_4133_page34 #audioPlayerFullScreenstacks_in_4133_page34 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_4133_page34 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(234, 234, 234, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_4133_page34 {
	display: inline-block;
	width: 30px;
}

#audioPlayerDurationstacks_in_4133_page34 {
	display: inline-block;
	width: 30px;
}

#audioPlayerTimeDividerstacks_in_4133_page34 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(234, 234, 234, 1.00);
}





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

#progressBarstacks_in_4133_page34 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_4133_page34 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 30px;
		line-height: 30px;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_4133_page34[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_4133_page34 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_4133_page34 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 22px;
		vertical-align: middle;
	}

	#volumestacks_in_4133_page34 [class^="fa fa-"] {
		color: rgba(183, 183, 183, 1.00);
	}

	#volumestacks_in_4133_page34:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_4133_page34 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volumestacks_in_4133_page34:hover #volumeButtonstacks_in_4133_page34 {
		display: none;
	}

	#volumeMinstacks_in_4133_page34 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volumeMaxstacks_in_4133_page34 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volume-barstacks_in_4133_page34[type=range],
	#volumeMinstacks_in_4133_page34,
	#volumeMaxstacks_in_4133_page34 {
		display: none;
	}

	#volumeMinstacks_in_4133_page34,
	#volumeMaxstacks_in_4133_page34 {
		cursor: pointer;
	}

	#volumestacks_in_4133_page34:hover #volume-barstacks_in_4133_page34,
	#volumestacks_in_4133_page34:hover #volumeMinstacks_in_4133_page34,
	#volumestacks_in_4133_page34:hover #volumeMaxstacks_in_4133_page34 {
		display: inline;
	}

	#volume-barstacks_in_4133_page34[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 30px;
		height: 30px;
	}

	#volume-barstacks_in_4133_page34[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4133_page34[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
		margin-top: -5px;
	}

	#volume-barstacks_in_4133_page34[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_4133_page34[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_4133_page34[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4133_page34[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#volume-barstacks_in_4133_page34[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4133_page34[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_4133_page34[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_4133_page34[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#volume-barstacks_in_4133_page34[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_4133_page34[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_4133_page34 #audioPlayerFullScreenstacks_in_4133_page34,
	#audioPlayerControlsstacks_in_4133_page34 #volumestacks_in_4133_page34 {
		display: none;
	}
}



#stacks_in_4133_page34 {
	padding: 0px 12px 0px 12px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4134_page34desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4134_page34mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4134_page34mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4134_page34desktopcontent {
	display: none;
}

}
#stacks_in_4135_page34{text-align:justify}

#stacks_in_4135_page34 {
	padding: 15px 14px 0px 14px;
}
#stacks_in_4138_page34{text-align:justify}

#stacks_in_4138_page34 {
	padding: 15px 20px 0px 20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 #fsr_leftcol_stacks_in_4141_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 #fsr_leftcol_stacks_in_4141_page34 .leftcolpad_stacks_in_4141_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 #fsr_rightcol_stacks_in_4141_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 #fsr_rightcol_stacks_in_4141_page34 .rightcolpad_stacks_in_4141_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 #fsr_leftcol_stacks_in_4141_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 #fsr_leftcol_stacks_in_4141_page34 .leftcolpad_stacks_in_4141_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 #fsr_rightcol_stacks_in_4141_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4141_page34 #fsr_colwrap_stacks_in_4141_page34 #fsr_rightcol_stacks_in_4141_page34 .rightcolpad_stacks_in_4141_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4141_page34 {
	margin: 5px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 #fsr_leftcol_stacks_in_4142_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 #fsr_leftcol_stacks_in_4142_page34 .leftcolpad_stacks_in_4142_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 #fsr_rightcol_stacks_in_4142_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 #fsr_rightcol_stacks_in_4142_page34 .rightcolpad_stacks_in_4142_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 #fsr_leftcol_stacks_in_4142_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 #fsr_leftcol_stacks_in_4142_page34 .leftcolpad_stacks_in_4142_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 #fsr_rightcol_stacks_in_4142_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4142_page34 #fsr_colwrap_stacks_in_4142_page34 #fsr_rightcol_stacks_in_4142_page34 .rightcolpad_stacks_in_4142_page34 {
	padding: 0px 0px 0px 0px;
}

}/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4143_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade5 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade5.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade5.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade5.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade5 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade5.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade5.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade5.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade5.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade5.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4143_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer5 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4143_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4143_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4143_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4143_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4143_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4143_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4143_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose5,
#fancyviewerClose5 *
#fancyviewerClose5 *::after,
#fancyviewerClose5 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose5 .fancyviewerCloseInner
#fancyviewerClose5 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer5 {
	padding: 20px;
}

#fancyviewerClose5 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose5 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive5 #fancyviewerClose5 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer5 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4143_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4143_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4143_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4150_page34{text-align:justify}

#stacks_in_4150_page34 {
	border: solid rgba(1, 1, 1, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4153_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade6 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade6.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade6.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade6.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade6 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade6.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade6.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade6.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade6.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade6.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4153_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer6 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4153_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4153_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4153_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4153_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4153_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4153_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4153_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose6,
#fancyviewerClose6 *
#fancyviewerClose6 *::after,
#fancyviewerClose6 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose6 .fancyviewerCloseInner
#fancyviewerClose6 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer6 {
	padding: 20px;
}

#fancyviewerClose6 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose6 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive6 #fancyviewerClose6 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer6 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4153_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4153_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4153_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4160_page34{text-align:justify}

#stacks_in_4160_page34 {
	border: solid rgba(3, 3, 3, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 #fsr_leftcol_stacks_in_4164_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 #fsr_leftcol_stacks_in_4164_page34 .leftcolpad_stacks_in_4164_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 #fsr_rightcol_stacks_in_4164_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 #fsr_rightcol_stacks_in_4164_page34 .rightcolpad_stacks_in_4164_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 #fsr_leftcol_stacks_in_4164_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 #fsr_leftcol_stacks_in_4164_page34 .leftcolpad_stacks_in_4164_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 #fsr_rightcol_stacks_in_4164_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4164_page34 #fsr_colwrap_stacks_in_4164_page34 #fsr_rightcol_stacks_in_4164_page34 .rightcolpad_stacks_in_4164_page34 {
	padding: 0px 0px 0px 0px;
}

}/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4165_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade7 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade7.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade7.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade7.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade7 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade7.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade7.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade7.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade7.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade7.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4165_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer7 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4165_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4165_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4165_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4165_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4165_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4165_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4165_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose7,
#fancyviewerClose7 *
#fancyviewerClose7 *::after,
#fancyviewerClose7 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose7 .fancyviewerCloseInner
#fancyviewerClose7 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer7 {
	padding: 20px;
}

#fancyviewerClose7 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose7 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive7 #fancyviewerClose7 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer7 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4165_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4165_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4165_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4172_page34{text-align:justify}

#stacks_in_4172_page34 {
	border: solid rgba(4, 4, 4, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4175_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade8 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade8.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade8.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade8.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade8 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade8.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade8.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade8.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade8.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade8.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4175_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer8 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4175_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4175_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4175_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4175_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4175_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4175_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4175_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose8,
#fancyviewerClose8 *
#fancyviewerClose8 *::after,
#fancyviewerClose8 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose8 .fancyviewerCloseInner
#fancyviewerClose8 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer8 {
	padding: 20px;
}

#fancyviewerClose8 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose8 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive8 #fancyviewerClose8 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer8 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4175_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4175_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4175_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4182_page34{text-align:justify}

#stacks_in_4182_page34 {
	border: solid rgba(6, 6, 6, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
#stacks_in_4186_page34{text-align:justify}

#stacks_in_4186_page34 {
	border: solid rgba(1, 1, 1, 1.00);
	border-width: 3px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
	padding: 15px 0px 0px 14px;
}
#audioPlayerContainerstacks_in_4188_page34 {
	position: relative;
	z-index: 1;
}

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

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

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

#audioPlayerControlsstacks_in_4188_page34 [class^="fa fa-"] {
	color: rgba(183, 183, 183, 1.00);
}








/* Vertical gradient fill */
#audioPlayerControlsstacks_in_4188_page34 {
	background-color: #777777;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#777777), to(#262626));
	background-image: -moz-linear-gradient(top, #777777, #262626);
	background-image: -ms-linear-gradient(top, #777777, #262626);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #262626));
	background-image: -webkit-linear-gradient(top, #777777, #262626);
	background-image: -o-linear-gradient(top, #777777, #262626);
	background-image: linear-gradient(top, #777777, #262626);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#262626', GradientType=0);
}
















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_4188_page34 #audioPlayerPlayPausestacks_in_4188_page34 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_4188_page34 #audioPlayerFullScreenstacks_in_4188_page34 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_4188_page34 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(234, 234, 234, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_4188_page34 {
	display: inline-block;
	width: 30px;
}

#audioPlayerDurationstacks_in_4188_page34 {
	display: inline-block;
	width: 30px;
}

#audioPlayerTimeDividerstacks_in_4188_page34 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(234, 234, 234, 1.00);
}





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

#progressBarstacks_in_4188_page34 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_4188_page34 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 30px;
		line-height: 30px;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_4188_page34[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_4188_page34 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_4188_page34 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 22px;
		vertical-align: middle;
	}

	#volumestacks_in_4188_page34 [class^="fa fa-"] {
		color: rgba(183, 183, 183, 1.00);
	}

	#volumestacks_in_4188_page34:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_4188_page34 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volumestacks_in_4188_page34:hover #volumeButtonstacks_in_4188_page34 {
		display: none;
	}

	#volumeMinstacks_in_4188_page34 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volumeMaxstacks_in_4188_page34 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volume-barstacks_in_4188_page34[type=range],
	#volumeMinstacks_in_4188_page34,
	#volumeMaxstacks_in_4188_page34 {
		display: none;
	}

	#volumeMinstacks_in_4188_page34,
	#volumeMaxstacks_in_4188_page34 {
		cursor: pointer;
	}

	#volumestacks_in_4188_page34:hover #volume-barstacks_in_4188_page34,
	#volumestacks_in_4188_page34:hover #volumeMinstacks_in_4188_page34,
	#volumestacks_in_4188_page34:hover #volumeMaxstacks_in_4188_page34 {
		display: inline;
	}

	#volume-barstacks_in_4188_page34[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 30px;
		height: 30px;
	}

	#volume-barstacks_in_4188_page34[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4188_page34[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
		margin-top: -5px;
	}

	#volume-barstacks_in_4188_page34[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_4188_page34[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_4188_page34[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4188_page34[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#volume-barstacks_in_4188_page34[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4188_page34[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_4188_page34[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_4188_page34[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#volume-barstacks_in_4188_page34[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_4188_page34[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_4188_page34 #audioPlayerFullScreenstacks_in_4188_page34,
	#audioPlayerControlsstacks_in_4188_page34 #volumestacks_in_4188_page34 {
		display: none;
	}
}



#stacks_in_4188_page34 {
	padding: 0px 12px 0px 12px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4531_page34desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4531_page34mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4531_page34mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4531_page34desktopcontent {
	display: none;
}

}
#stacks_in_4532_page34{text-align:justify}

#stacks_in_4532_page34 {
	padding: 15px 14px 0px 14px;
}
#stacks_in_4535_page34{text-align:justify}

#stacks_in_4535_page34 {
	padding: 15px 20px 0px 20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 #fsr_leftcol_stacks_in_4196_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 #fsr_leftcol_stacks_in_4196_page34 .leftcolpad_stacks_in_4196_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 #fsr_rightcol_stacks_in_4196_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 #fsr_rightcol_stacks_in_4196_page34 .rightcolpad_stacks_in_4196_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 #fsr_leftcol_stacks_in_4196_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 #fsr_leftcol_stacks_in_4196_page34 .leftcolpad_stacks_in_4196_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 #fsr_rightcol_stacks_in_4196_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4196_page34 #fsr_colwrap_stacks_in_4196_page34 #fsr_rightcol_stacks_in_4196_page34 .rightcolpad_stacks_in_4196_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4196_page34 {
	margin: 5px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 #fsr_leftcol_stacks_in_4197_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 #fsr_leftcol_stacks_in_4197_page34 .leftcolpad_stacks_in_4197_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 #fsr_rightcol_stacks_in_4197_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 #fsr_rightcol_stacks_in_4197_page34 .rightcolpad_stacks_in_4197_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 #fsr_leftcol_stacks_in_4197_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 #fsr_leftcol_stacks_in_4197_page34 .leftcolpad_stacks_in_4197_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 #fsr_rightcol_stacks_in_4197_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4197_page34 #fsr_colwrap_stacks_in_4197_page34 #fsr_rightcol_stacks_in_4197_page34 .rightcolpad_stacks_in_4197_page34 {
	padding: 0px 0px 0px 0px;
}

}/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4198_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade9 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade9.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade9.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade9.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade9 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade9.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade9.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade9.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade9.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade9.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4198_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer9 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4198_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4198_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4198_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4198_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4198_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4198_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4198_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose9,
#fancyviewerClose9 *
#fancyviewerClose9 *::after,
#fancyviewerClose9 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose9 .fancyviewerCloseInner
#fancyviewerClose9 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer9 {
	padding: 20px;
}

#fancyviewerClose9 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose9 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive9 #fancyviewerClose9 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer9 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4198_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4198_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4198_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4205_page34{text-align:justify}

#stacks_in_4205_page34 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4208_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade10 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade10.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade10.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade10.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade10 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade10.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade10.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade10.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade10.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade10.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4208_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer10 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4208_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4208_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4208_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4208_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4208_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4208_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4208_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose10,
#fancyviewerClose10 *
#fancyviewerClose10 *::after,
#fancyviewerClose10 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose10 .fancyviewerCloseInner
#fancyviewerClose10 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer10 {
	padding: 20px;
}

#fancyviewerClose10 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose10 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive10 #fancyviewerClose10 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer10 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4208_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4208_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4208_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4215_page34{text-align:justify}

#stacks_in_4215_page34 {
	border: solid rgba(8, 8, 8, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 #fsr_leftcol_stacks_in_4219_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 #fsr_leftcol_stacks_in_4219_page34 .leftcolpad_stacks_in_4219_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 #fsr_rightcol_stacks_in_4219_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 #fsr_rightcol_stacks_in_4219_page34 .rightcolpad_stacks_in_4219_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 #fsr_leftcol_stacks_in_4219_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 #fsr_leftcol_stacks_in_4219_page34 .leftcolpad_stacks_in_4219_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 #fsr_rightcol_stacks_in_4219_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4219_page34 #fsr_colwrap_stacks_in_4219_page34 #fsr_rightcol_stacks_in_4219_page34 .rightcolpad_stacks_in_4219_page34 {
	padding: 0px 0px 0px 0px;
}

}/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4220_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade11 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade11.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade11.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade11.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade11 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade11.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade11.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade11.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade11.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade11.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4220_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer11 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4220_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4220_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4220_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4220_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4220_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4220_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4220_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose11,
#fancyviewerClose11 *
#fancyviewerClose11 *::after,
#fancyviewerClose11 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose11 .fancyviewerCloseInner
#fancyviewerClose11 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer11 {
	padding: 20px;
}

#fancyviewerClose11 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose11 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive11 #fancyviewerClose11 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer11 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4220_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4220_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4220_page34 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4227_page34{text-align:justify}

#stacks_in_4227_page34 {
	border: solid rgba(2, 2, 2, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4230_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade12 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade12.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade12.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade12.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade12 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade12.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade12.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade12.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade12.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade12.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4230_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer12 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4230_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4230_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4230_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4230_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4230_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4230_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4230_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose12,
#fancyviewerClose12 *
#fancyviewerClose12 *::after,
#fancyviewerClose12 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose12 .fancyviewerCloseInner
#fancyviewerClose12 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer12 {
	padding: 20px;
}

#fancyviewerClose12 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose12 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive12 #fancyviewerClose12 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer12 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4230_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4230_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4230_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4237_page34{text-align:justify}

#stacks_in_4237_page34 {
	border: solid rgba(2, 2, 2, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}

#stacks_in_4242_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 2px 0px 0px 0px;
	padding: 15px 0px 10px 50px;
}
#stacks_in_4245_page34{text-align:justify}

#stacks_in_4245_page34 {
	border: solid rgba(1, 1, 1, 1.00);
	border-width: 3px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
	padding: 15px 0px 0px 14px;
}
#audioPlayerContainerstacks_in_4247_page34 {
	position: relative;
	z-index: 1;
}

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

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

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

#audioPlayerControlsstacks_in_4247_page34 [class^="fa fa-"] {
	color: rgba(183, 183, 183, 1.00);
}








/* Vertical gradient fill */
#audioPlayerControlsstacks_in_4247_page34 {
	background-color: #777777;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#777777), to(#262626));
	background-image: -moz-linear-gradient(top, #777777, #262626);
	background-image: -ms-linear-gradient(top, #777777, #262626);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #262626));
	background-image: -webkit-linear-gradient(top, #777777, #262626);
	background-image: -o-linear-gradient(top, #777777, #262626);
	background-image: linear-gradient(top, #777777, #262626);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#262626', GradientType=0);
}
















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_4247_page34 #audioPlayerPlayPausestacks_in_4247_page34 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_4247_page34 #audioPlayerFullScreenstacks_in_4247_page34 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_4247_page34 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(234, 234, 234, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_4247_page34 {
	display: inline-block;
	width: 30px;
}

#audioPlayerDurationstacks_in_4247_page34 {
	display: inline-block;
	width: 30px;
}

#audioPlayerTimeDividerstacks_in_4247_page34 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(234, 234, 234, 1.00);
}





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

#progressBarstacks_in_4247_page34 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_4247_page34 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 30px;
		line-height: 30px;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_4247_page34[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_4247_page34 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_4247_page34 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 22px;
		vertical-align: middle;
	}

	#volumestacks_in_4247_page34 [class^="fa fa-"] {
		color: rgba(183, 183, 183, 1.00);
	}

	#volumestacks_in_4247_page34:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_4247_page34 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volumestacks_in_4247_page34:hover #volumeButtonstacks_in_4247_page34 {
		display: none;
	}

	#volumeMinstacks_in_4247_page34 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volumeMaxstacks_in_4247_page34 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(183, 183, 183, 1.00);
	}

	#volume-barstacks_in_4247_page34[type=range],
	#volumeMinstacks_in_4247_page34,
	#volumeMaxstacks_in_4247_page34 {
		display: none;
	}

	#volumeMinstacks_in_4247_page34,
	#volumeMaxstacks_in_4247_page34 {
		cursor: pointer;
	}

	#volumestacks_in_4247_page34:hover #volume-barstacks_in_4247_page34,
	#volumestacks_in_4247_page34:hover #volumeMinstacks_in_4247_page34,
	#volumestacks_in_4247_page34:hover #volumeMaxstacks_in_4247_page34 {
		display: inline;
	}

	#volume-barstacks_in_4247_page34[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 30px;
		height: 30px;
	}

	#volume-barstacks_in_4247_page34[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4247_page34[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
		margin-top: -5px;
	}

	#volume-barstacks_in_4247_page34[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_4247_page34[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_4247_page34[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4247_page34[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#volume-barstacks_in_4247_page34[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_4247_page34[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_4247_page34[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_4247_page34[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #ECECEC;
	}

	#volume-barstacks_in_4247_page34[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_4247_page34[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_4247_page34 #audioPlayerFullScreenstacks_in_4247_page34,
	#audioPlayerControlsstacks_in_4247_page34 #volumestacks_in_4247_page34 {
		display: none;
	}
}



#stacks_in_4247_page34 {
	margin:  19px;
	padding: 0px 12px 0px 12px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4248_page34desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4248_page34mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4248_page34mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4248_page34desktopcontent {
	display: none;
}

}
#stacks_in_4249_page34{text-align:justify}

#stacks_in_4249_page34 {
	padding: 15px 14px 0px 14px;
}
#stacks_in_4546_page34{text-align:justify}

#stacks_in_4546_page34 {
	padding: 15px 20px 0px 20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 #fsr_leftcol_stacks_in_4572_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 #fsr_leftcol_stacks_in_4572_page34 .leftcolpad_stacks_in_4572_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 #fsr_rightcol_stacks_in_4572_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 #fsr_rightcol_stacks_in_4572_page34 .rightcolpad_stacks_in_4572_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 #fsr_leftcol_stacks_in_4572_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 #fsr_leftcol_stacks_in_4572_page34 .leftcolpad_stacks_in_4572_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 #fsr_rightcol_stacks_in_4572_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4572_page34 #fsr_colwrap_stacks_in_4572_page34 #fsr_rightcol_stacks_in_4572_page34 .rightcolpad_stacks_in_4572_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4572_page34 {
	margin: 5px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 #fsr_leftcol_stacks_in_4573_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 #fsr_leftcol_stacks_in_4573_page34 .leftcolpad_stacks_in_4573_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 #fsr_rightcol_stacks_in_4573_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 #fsr_rightcol_stacks_in_4573_page34 .rightcolpad_stacks_in_4573_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 #fsr_leftcol_stacks_in_4573_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 #fsr_leftcol_stacks_in_4573_page34 .leftcolpad_stacks_in_4573_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 #fsr_rightcol_stacks_in_4573_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4573_page34 #fsr_colwrap_stacks_in_4573_page34 #fsr_rightcol_stacks_in_4573_page34 .rightcolpad_stacks_in_4573_page34 {
	padding: 0px 0px 0px 0px;
}

}/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4574_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade13 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade13.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade13.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade13.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade13 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade13.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade13.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade13.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade13.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade13.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4574_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer13 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4574_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4574_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4574_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4574_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4574_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4574_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4574_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose13,
#fancyviewerClose13 *
#fancyviewerClose13 *::after,
#fancyviewerClose13 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose13 .fancyviewerCloseInner
#fancyviewerClose13 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer13 {
	padding: 20px;
}

#fancyviewerClose13 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose13 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive13 #fancyviewerClose13 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer13 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4574_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4574_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4574_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4581_page34{text-align:justify}

#stacks_in_4581_page34 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4584_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade14 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade14.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade14.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade14.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade14 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade14.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade14.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade14.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade14.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade14.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4584_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer14 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4584_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4584_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4584_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4584_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4584_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4584_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4584_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose14,
#fancyviewerClose14 *
#fancyviewerClose14 *::after,
#fancyviewerClose14 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose14 .fancyviewerCloseInner
#fancyviewerClose14 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer14 {
	padding: 20px;
}

#fancyviewerClose14 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose14 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive14 #fancyviewerClose14 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer14 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4584_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4584_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4584_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4591_page34{text-align:justify}

#stacks_in_4591_page34 {
	border: solid rgba(8, 8, 8, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 #fsr_leftcol_stacks_in_4595_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 #fsr_leftcol_stacks_in_4595_page34 .leftcolpad_stacks_in_4595_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 #fsr_rightcol_stacks_in_4595_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 #fsr_rightcol_stacks_in_4595_page34 .rightcolpad_stacks_in_4595_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 #fsr_leftcol_stacks_in_4595_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 #fsr_leftcol_stacks_in_4595_page34 .leftcolpad_stacks_in_4595_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 #fsr_rightcol_stacks_in_4595_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4595_page34 #fsr_colwrap_stacks_in_4595_page34 #fsr_rightcol_stacks_in_4595_page34 .rightcolpad_stacks_in_4595_page34 {
	padding: 0px 0px 0px 0px;
}

}/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4596_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade15 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade15.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade15.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade15.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade15 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade15.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade15.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade15.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade15.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade15.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4596_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer15 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4596_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4596_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4596_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4596_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4596_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4596_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4596_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose15,
#fancyviewerClose15 *
#fancyviewerClose15 *::after,
#fancyviewerClose15 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose15 .fancyviewerCloseInner
#fancyviewerClose15 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer15 {
	padding: 20px;
}

#fancyviewerClose15 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose15 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive15 #fancyviewerClose15 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer15 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4596_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4596_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4596_page34 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4603_page34{text-align:justify}

#stacks_in_4603_page34 {
	border: solid rgba(2, 2, 2, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_4606_page34 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade16 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade16.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade16.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade16.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade16 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade16.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade16.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade16.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade16.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade16.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_4606_page34:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer16 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 240px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_4606_page34 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_4606_page34 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_4606_page34 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_4606_page34 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_4606_page34 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_4606_page34 .fancyviewerVideo object,
#fancyviewerContentstacks_in_4606_page34 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose16,
#fancyviewerClose16 *
#fancyviewerClose16 *::after,
#fancyviewerClose16 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose16 .fancyviewerCloseInner
#fancyviewerClose16 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer16 {
	padding: 20px;
}

#fancyviewerClose16 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose16 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive16 #fancyviewerClose16 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 150px) {
	#fancyviewer16 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_4606_page34 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_4606_page34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_4606_page34 {
	margin: 4px 4px 4px 4px;
	padding: 8px 0px 0px 0px;
}
#stacks_in_4613_page34{text-align:justify}

#stacks_in_4613_page34 {
	border: solid rgba(2, 2, 2, 1.00);
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 3px 40px;
}

#stacks_in_4300_page34 {
	padding: 25px 25px 25px 25px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 #fsr_leftcol_stacks_in_4302_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 #fsr_leftcol_stacks_in_4302_page34 .leftcolpad_stacks_in_4302_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 #fsr_rightcol_stacks_in_4302_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 #fsr_rightcol_stacks_in_4302_page34 .rightcolpad_stacks_in_4302_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 #fsr_leftcol_stacks_in_4302_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 #fsr_leftcol_stacks_in_4302_page34 .leftcolpad_stacks_in_4302_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 #fsr_rightcol_stacks_in_4302_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4302_page34 #fsr_colwrap_stacks_in_4302_page34 #fsr_rightcol_stacks_in_4302_page34 .rightcolpad_stacks_in_4302_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4302_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	border: solid rgba(10, 8, 1, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_in_4303_page34 {
	padding: 54px 3px 0px 3px;
}
#stacks_in_4308_page34{text-align:justify}

#stacks_in_4308_page34 {
	margin: 5px 20px 5px 10px;
	padding: 100px 15px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 #fsr_leftcol_stacks_in_4311_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 #fsr_leftcol_stacks_in_4311_page34 .leftcolpad_stacks_in_4311_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 #fsr_rightcol_stacks_in_4311_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 #fsr_rightcol_stacks_in_4311_page34 .rightcolpad_stacks_in_4311_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 #fsr_leftcol_stacks_in_4311_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 #fsr_leftcol_stacks_in_4311_page34 .leftcolpad_stacks_in_4311_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 #fsr_rightcol_stacks_in_4311_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4311_page34 #fsr_colwrap_stacks_in_4311_page34 #fsr_rightcol_stacks_in_4311_page34 .rightcolpad_stacks_in_4311_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4311_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	border: solid rgba(10, 8, 1, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_in_4312_page34 {
	padding: 54px 3px 0px 3px;
}

#stacks_in_4313_page34 {
	padding: 0px 0px 25px 0px;
}
#stacks_in_4317_page34{text-align:justify}

#stacks_in_4317_page34 {
	margin: 5px 20px 5px 10px;
	padding: 100px 15px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 #fsr_leftcol_stacks_in_4320_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 #fsr_leftcol_stacks_in_4320_page34 .leftcolpad_stacks_in_4320_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 #fsr_rightcol_stacks_in_4320_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 #fsr_rightcol_stacks_in_4320_page34 .rightcolpad_stacks_in_4320_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 #fsr_leftcol_stacks_in_4320_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 #fsr_leftcol_stacks_in_4320_page34 .leftcolpad_stacks_in_4320_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 #fsr_rightcol_stacks_in_4320_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4320_page34 #fsr_colwrap_stacks_in_4320_page34 #fsr_rightcol_stacks_in_4320_page34 .rightcolpad_stacks_in_4320_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4320_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	border: solid rgba(10, 8, 1, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_in_4321_page34 {
	padding: 54px 3px 0px 3px;
}
#stacks_in_4326_page34{text-align:justify}

#stacks_in_4326_page34 {
	margin: 5px 20px 5px 10px;
	padding: 100px 15px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 #fsr_leftcol_stacks_in_4329_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 #fsr_leftcol_stacks_in_4329_page34 .leftcolpad_stacks_in_4329_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 #fsr_rightcol_stacks_in_4329_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 #fsr_rightcol_stacks_in_4329_page34 .rightcolpad_stacks_in_4329_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 #fsr_leftcol_stacks_in_4329_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 #fsr_leftcol_stacks_in_4329_page34 .leftcolpad_stacks_in_4329_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 #fsr_rightcol_stacks_in_4329_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4329_page34 #fsr_colwrap_stacks_in_4329_page34 #fsr_rightcol_stacks_in_4329_page34 .rightcolpad_stacks_in_4329_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4329_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	border: solid rgba(10, 8, 1, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_in_4330_page34 {
	padding: 54px 3px 0px 3px;
}
#stacks_in_4335_page34{text-align:justify}

#stacks_in_4335_page34 {
	margin: 5px 20px 5px 10px;
	padding: 60px 20px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 #fsr_leftcol_stacks_in_4338_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 #fsr_leftcol_stacks_in_4338_page34 .leftcolpad_stacks_in_4338_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 #fsr_rightcol_stacks_in_4338_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 #fsr_rightcol_stacks_in_4338_page34 .rightcolpad_stacks_in_4338_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 #fsr_leftcol_stacks_in_4338_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 #fsr_leftcol_stacks_in_4338_page34 .leftcolpad_stacks_in_4338_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 #fsr_rightcol_stacks_in_4338_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4338_page34 #fsr_colwrap_stacks_in_4338_page34 #fsr_rightcol_stacks_in_4338_page34 .rightcolpad_stacks_in_4338_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4338_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	border: solid rgba(10, 8, 1, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_in_4339_page34 {
	padding: 54px 3px 0px 3px;
}
#stacks_in_4344_page34{text-align:justify}

#stacks_in_4344_page34 {
	margin: 5px 20px 5px 10px;
	padding: 60px 20px 0px 0px;
}
#stacks_in_4347_page34{text-align:justify}

#stacks_in_4347_page34 {
	border: solid rgba(4, 4, 4, 1.00);
	border-width: 0px 0px 2px 0px;
	margin: 5px 16px 5px 16px;
	padding: 0px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4349_page34desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4349_page34mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4349_page34mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4349_page34desktopcontent {
	display: none;
}

}
#stacks_in_4350_page34{text-align:justify}

#stacks_in_4350_page34 {
	margin: 10px 30px 0px 30px;
}
#stacks_in_4353_page34{text-align:justify}

#stacks_in_4353_page34 {
	margin: 10px 15px 0px 15px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 28, July 2015
Version: 1.5
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013-2015 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4356_page34 {
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 0% 31%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4356_page34 { 
    padding: 1% 0% 0% 24%;
    margin: 0% 0% 0% 20%;
}
}

#stacks_in_4356_page34 {
	padding: 5px 0px 0px 0px;
}
#stacks_in_4357_page34{text-align:justify}

#stacks_in_4357_page34 {
	margin: 7px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4360_page34 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 26%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4360_page34 { 
    padding: 1% 0% 0% 0%;
    margin: 0% 0% 0% 12%;
}
}

#stacks_in_4360_page34 {
	padding: 10px 0px 0px 0px;
}
/* @group CSS Reset */

#shareStackWrapperstacks_in_4361_page34 *,
#shareStackWrapperstacks_in_4361_page34 *::after,
#shareStackWrapperstacks_in_4361_page34 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#shareStackWrapperstacks_in_4361_page34 ul#shareStackArraystacks_in_4361_page34 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: left;
}

#shareStackWrapperstacks_in_4361_page34 [class^="fa fa-"] {
	line-height: 60px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_4361_page34 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_4361_page34 ul#shareStackArraystacks_in_4361_page34 li.shareStackItem {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	text-align: center;
	font-size: 44px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_4361_page34 ul#shareStackArraystacks_in_4361_page34 li.shareStackItem:hover {
	opacity: 0.85;
}

#shareStackWrapperstacks_in_4361_page34 ul#shareStackArraystacks_in_4361_page34 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_4361_page34 ul#shareStackArraystacks_in_4361_page34 {
	display: none;
}

@media screen and (min-width: 200px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_4361_page34 ul#shareStackArraystacks_in_4361_page34 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-baidustacks_in_4361_page34 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-bloggerstacks_in_4361_page34 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-deliciousstacks_in_4361_page34 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-diggstacks_in_4361_page34 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-facebookstacks_in_4361_page34 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-googleplusstacks_in_4361_page34 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-linkedinstacks_in_4361_page34 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-livejournalstacks_in_4361_page34 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-myspacestacks_in_4361_page34 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-odnoklassnikistacks_in_4361_page34 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-pocketstacks_in_4361_page34 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-redditstacks_in_4361_page34 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-renrenstacks_in_4361_page34 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-stumbleuponstacks_in_4361_page34 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-telegramstacks_in_4361_page34 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-tumblrstacks_in_4361_page34 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-twitterstacks_in_4361_page34 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-viadeostacks_in_4361_page34 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-vkontaktestacks_in_4361_page34 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-weibostacks_in_4361_page34 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-xingstacks_in_4361_page34 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-emailstacks_in_4361_page34 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-printstacks_in_4361_page34 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-customonestacks_in_4361_page34 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-customtwostacks_in_4361_page34 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-customthreestacks_in_4361_page34 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-customfourstacks_in_4361_page34 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_4361_page34 #shareStackItem-customfivestacks_in_4361_page34 {
	background: #FF8000;
	color: #333333;
}

/* @end */

@media print {
	#shareStackWrapperstacks_in_4361_page34 {
		display: none !important;
	}
}

/* @group Edit Mode Styling */

/*  */

/* @end */

#stacks_in_4361_page34 {
	margin: 0px 8px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4363_page34desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4363_page34mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4363_page34mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4363_page34desktopcontent {
	display: none;
}

}

#stacks_in_4363_page34 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_4364_page34 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	margin: 10px 375px 0px 375px;
}
#stacks_in_4365_page34{text-align:justify}

#stacks_in_4365_page34 {
	padding: 0px 0px 0px 25px;
}
/* HitCounter styles */
/* Bryn Owen Design, 2015   */



#stacks_in_4367_page34 {
	text-align: left;
	}

.stacks_in_4367_page34_counter, .stacks_in_4367_page34_fcounter, .stacks_in_4367_page34_lcounter, .stacks_in_4367_page34_xcounter {

	display: inline-block;
	line-height: 1.0em;

	font-family: sans-serif, sans-serif;
	
	font-size: 2.0em;
	color: #000000;
	padding: 0px 2px 0px 2px;

	
	border-right: solid 0px transparent;
	

	
	border-top: none;
	border-bottom: none;
	

	border-collapse: separate;
	border-radius: 0px;

	
	background: transparent;
	

	

	

	
	}

.stacks_in_4367_page34_counter:hover, .stacks_in_4367_page34_fcounter:hover, %.id%_lcounter:hover, .stacks_in_4367_page34_xcounter:hover {
	}

.stacks_in_4367_page34_fcounter {
	
	}

.stacks_in_4367_page34_lcounter {
	
	border-right: none !important;
	
	}

.stacks_in_4367_page34_xcounter {
	
	border-right: none !important;
	
	}



#stacks_in_4367_page34 {
	padding: 0px 0px 0px 75px;
}
#stacks_in_4368_page34{text-align:justify}

#stacks_in_4368_page34 {
	padding: 0px 46px 0px 62px;
}

#stacks_in_4372_page34 {
	border: solid rgba(1, 1, 1, 1.00);
	border-width:  1px;
	margin: 0px 56px 0px 56px;
}
#stacks_in_4373_page34{text-align:justify}

#stacks_in_4373_page34 {
	padding: 0px 0px 0px 35px;
}
/* HitCounter styles */
/* Bryn Owen Design, 2015   */



#stacks_in_4375_page34 {
	text-align: left;
	}

.stacks_in_4375_page34_counter, .stacks_in_4375_page34_fcounter, .stacks_in_4375_page34_lcounter, .stacks_in_4375_page34_xcounter {

	display: inline-block;
	line-height: 1.0em;

	font-family: sans-serif, sans-serif;
	
	font-size: 2.0em;
	color: #000000;
	padding: 0px 2px 0px 2px;

	
	border-right: solid 0px transparent;
	

	
	border-top: none;
	border-bottom: none;
	

	border-collapse: separate;
	border-radius: 0px;

	
	background: transparent;
	

	

	

	
	}

.stacks_in_4375_page34_counter:hover, .stacks_in_4375_page34_fcounter:hover, %.id%_lcounter:hover, .stacks_in_4375_page34_xcounter:hover {
	}

.stacks_in_4375_page34_fcounter {
	
	}

.stacks_in_4375_page34_lcounter {
	
	border-right: none !important;
	
	}

.stacks_in_4375_page34_xcounter {
	
	border-right: none !important;
	
	}



#stacks_in_4375_page34 {
	padding: 0px 0px 0px 85px;
}
#stacks_in_4376_page34{text-align:justify}

#stacks_in_4376_page34 {
	padding: 0px 46px 0px 75px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4380_page34desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4380_page34mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4380_page34mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4380_page34desktopcontent {
	display: none;
}

}
#stacks_in_4381_page34{text-align:justify}

#stacks_in_4381_page34 {
	padding: 10px 12px 0px 80px;
}
#stacks_in_4384_page34{text-align:justify}

#stacks_in_4384_page34 {
	padding: 10px 23px 0px 25px;
}

/* Start Comment stack CSS code */






	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget span iframe[style] {
	  min-width: 100% !important;
	  width: 100% !important;
	}
	
	.fb-comments > span{overflow: hidden;margin-bottom: -32px;}



/* End Comment stack CSS code */
#toggleWrapper_stacks_in_p4388_n144786_page34 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_p4388_n144786_page34 {
	padding: 13px;
	margin: 0;
	background: #FEC21E;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_p4388_n144786_page34:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_p4388_n144786_page34 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FEC21E;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_p4388_n144786_page34 a:link:after,
	#toggleTrigger_stacks_in_p4388_n144786_page34 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_p4388_n144786_page34 {
		display: block !important;
	}
}

#stacks_in_p4388_n144786_page34 {
	background-color: rgba(254, 194, 30, 1.00);
}
#stacks_in_p4388_n144788_page34{text-align:justify}

#stacks_in_p4388_n144788_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	padding: 0px 0px 0px 12px;
}
#stacks_in_p4388_n144791_page34{text-align:justify}

#stacks_in_p4388_n144791_page34 {
	background-color: rgba(254, 194, 30, 1.00);
	margin: 0px 0px 0px 12px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4389_page34desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4389_page34mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4389_page34mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4389_page34desktopcontent {
	display: none;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 #fsr_leftcol_stacks_in_4390_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 #fsr_leftcol_stacks_in_4390_page34 .leftcolpad_stacks_in_4390_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 #fsr_rightcol_stacks_in_4390_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 #fsr_rightcol_stacks_in_4390_page34 .rightcolpad_stacks_in_4390_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 #fsr_leftcol_stacks_in_4390_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 #fsr_leftcol_stacks_in_4390_page34 .leftcolpad_stacks_in_4390_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 #fsr_rightcol_stacks_in_4390_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4390_page34 #fsr_colwrap_stacks_in_4390_page34 #fsr_rightcol_stacks_in_4390_page34 .rightcolpad_stacks_in_4390_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4390_page34 {
	margin: 0px 0px 5px 0px;
	padding: 0px 60px 0px 64px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 #fsr_leftcol_stacks_in_4391_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 #fsr_leftcol_stacks_in_4391_page34 .leftcolpad_stacks_in_4391_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 #fsr_rightcol_stacks_in_4391_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 #fsr_rightcol_stacks_in_4391_page34 .rightcolpad_stacks_in_4391_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 #fsr_leftcol_stacks_in_4391_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 #fsr_leftcol_stacks_in_4391_page34 .leftcolpad_stacks_in_4391_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 #fsr_rightcol_stacks_in_4391_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4391_page34 #fsr_colwrap_stacks_in_4391_page34 #fsr_rightcol_stacks_in_4391_page34 .rightcolpad_stacks_in_4391_page34 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 #fsr_leftcol_stacks_in_4392_page34 {
	float: left;
	display: block;
	width: 10%;
	height: auto;
	margin: 0;
}

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 #fsr_leftcol_stacks_in_4392_page34 .leftcolpad_stacks_in_4392_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 #fsr_rightcol_stacks_in_4392_page34 {
	float: right;
	display: block;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 #fsr_rightcol_stacks_in_4392_page34 .rightcolpad_stacks_in_4392_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 #fsr_leftcol_stacks_in_4392_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 #fsr_leftcol_stacks_in_4392_page34 .leftcolpad_stacks_in_4392_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 #fsr_rightcol_stacks_in_4392_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4392_page34 #fsr_colwrap_stacks_in_4392_page34 #fsr_rightcol_stacks_in_4392_page34 .rightcolpad_stacks_in_4392_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4392_page34 {
	margin: 4px 0px 3px 0px;
}
#stacks_in_4394_page34{text-align:justify}

#stacks_in_4394_page34 {
	margin: 10px 0px 0px 86px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 #fsr_leftcol_stacks_in_4398_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 #fsr_leftcol_stacks_in_4398_page34 .leftcolpad_stacks_in_4398_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 #fsr_rightcol_stacks_in_4398_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 #fsr_rightcol_stacks_in_4398_page34 .rightcolpad_stacks_in_4398_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 #fsr_leftcol_stacks_in_4398_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 #fsr_leftcol_stacks_in_4398_page34 .leftcolpad_stacks_in_4398_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 #fsr_rightcol_stacks_in_4398_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4398_page34 #fsr_colwrap_stacks_in_4398_page34 #fsr_rightcol_stacks_in_4398_page34 .rightcolpad_stacks_in_4398_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4398_page34 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4400_page34 {
	
}

#stacks_in_4400_page34 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4400_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_4400_page34 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4405_page34 {
	
}

#stacks_in_4405_page34 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4405_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_4405_page34 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 #fsr_leftcol_stacks_in_4411_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 #fsr_leftcol_stacks_in_4411_page34 .leftcolpad_stacks_in_4411_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 #fsr_rightcol_stacks_in_4411_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 #fsr_rightcol_stacks_in_4411_page34 .rightcolpad_stacks_in_4411_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 #fsr_leftcol_stacks_in_4411_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 #fsr_leftcol_stacks_in_4411_page34 .leftcolpad_stacks_in_4411_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 #fsr_rightcol_stacks_in_4411_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4411_page34 #fsr_colwrap_stacks_in_4411_page34 #fsr_rightcol_stacks_in_4411_page34 .rightcolpad_stacks_in_4411_page34 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 #fsr_leftcol_stacks_in_4412_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 #fsr_leftcol_stacks_in_4412_page34 .leftcolpad_stacks_in_4412_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 #fsr_rightcol_stacks_in_4412_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 #fsr_rightcol_stacks_in_4412_page34 .rightcolpad_stacks_in_4412_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 #fsr_leftcol_stacks_in_4412_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 #fsr_leftcol_stacks_in_4412_page34 .leftcolpad_stacks_in_4412_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 #fsr_rightcol_stacks_in_4412_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4412_page34 #fsr_colwrap_stacks_in_4412_page34 #fsr_rightcol_stacks_in_4412_page34 .rightcolpad_stacks_in_4412_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4412_page34 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4414_page34 {
	
}

#stacks_in_4414_page34 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4414_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_4414_page34 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4419_page34 {
	
}

#stacks_in_4419_page34 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4419_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_4419_page34 {
	margin: 9px 0px 1px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 #fsr_leftcol_stacks_in_4424_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 #fsr_leftcol_stacks_in_4424_page34 .leftcolpad_stacks_in_4424_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 #fsr_rightcol_stacks_in_4424_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 #fsr_rightcol_stacks_in_4424_page34 .rightcolpad_stacks_in_4424_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 #fsr_leftcol_stacks_in_4424_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 #fsr_leftcol_stacks_in_4424_page34 .leftcolpad_stacks_in_4424_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 #fsr_rightcol_stacks_in_4424_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4424_page34 #fsr_colwrap_stacks_in_4424_page34 #fsr_rightcol_stacks_in_4424_page34 .rightcolpad_stacks_in_4424_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4424_page34 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4426_page34 {
	
}

#stacks_in_4426_page34 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4426_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_4426_page34 {
	margin: 9px 0px 0px 0px;
}
#stacks_in_4435_page34{text-align:justify}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_left3col_stacks_in_4437_page34 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_left3col_stacks_in_4437_page34 .left3colpad_stacks_in_4437_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_center3col_stacks_in_4437_page34 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_right3col_stacks_in_4437_page34 .right3colpad_stacks_in_4437_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_right3col_stacks_in_4437_page34 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_center3col_stacks_in_4437_page34 .center3colpad_stacks_in_4437_page34 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_left3col_stacks_in_4437_page34 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_left3col_stacks_in_4437_page34 .left3colpad_stacks_in_4437_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_center3col_stacks_in_4437_page34 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_center3col_stacks_in_4437_page34 .center3colpad_stacks_in_4437_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_right3col_stacks_in_4437_page34 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4437_page34 #fsr_3colwrap_stacks_in_4437_page34 #fsr_right3col_stacks_in_4437_page34 .right3colpad_stacks_in_4437_page34 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4437_page34 {
	padding: 0px 60px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 #fsr_leftcol_stacks_in_4438_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 #fsr_leftcol_stacks_in_4438_page34 .leftcolpad_stacks_in_4438_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 #fsr_rightcol_stacks_in_4438_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 #fsr_rightcol_stacks_in_4438_page34 .rightcolpad_stacks_in_4438_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 #fsr_leftcol_stacks_in_4438_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 #fsr_leftcol_stacks_in_4438_page34 .leftcolpad_stacks_in_4438_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 #fsr_rightcol_stacks_in_4438_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4438_page34 #fsr_colwrap_stacks_in_4438_page34 #fsr_rightcol_stacks_in_4438_page34 .rightcolpad_stacks_in_4438_page34 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4441_page34 {
	
}

#stacks_in_4441_page34 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4441_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 #fsr_leftcol_stacks_in_4446_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 #fsr_leftcol_stacks_in_4446_page34 .leftcolpad_stacks_in_4446_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 #fsr_rightcol_stacks_in_4446_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 #fsr_rightcol_stacks_in_4446_page34 .rightcolpad_stacks_in_4446_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 #fsr_leftcol_stacks_in_4446_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 #fsr_leftcol_stacks_in_4446_page34 .leftcolpad_stacks_in_4446_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 #fsr_rightcol_stacks_in_4446_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4446_page34 #fsr_colwrap_stacks_in_4446_page34 #fsr_rightcol_stacks_in_4446_page34 .rightcolpad_stacks_in_4446_page34 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4448_page34 {
	
}

#stacks_in_4448_page34 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4448_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4453_page34 {
	
}

#stacks_in_4453_page34 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4453_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 #fsr_leftcol_stacks_in_4458_page34 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 #fsr_leftcol_stacks_in_4458_page34 .leftcolpad_stacks_in_4458_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 #fsr_rightcol_stacks_in_4458_page34 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 #fsr_rightcol_stacks_in_4458_page34 .rightcolpad_stacks_in_4458_page34 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 #fsr_leftcol_stacks_in_4458_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 #fsr_leftcol_stacks_in_4458_page34 .leftcolpad_stacks_in_4458_page34 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 #fsr_rightcol_stacks_in_4458_page34 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4458_page34 #fsr_colwrap_stacks_in_4458_page34 #fsr_rightcol_stacks_in_4458_page34 .rightcolpad_stacks_in_4458_page34 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4460_page34 {
	
}

#stacks_in_4460_page34 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4460_page34 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4465_page34 {
	
}

#stacks_in_4465_page34 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4465_page34 img {
	float: none;
	max-width: 100% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Breadcrumb Stack' 
Style Sheet: fsrbreadcrumb.css
Created: 27, May, 2012
Last Modified: 05, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4472_page34 {
}

#stacks_in_4472_page34 #breadcrumbcontainer {
	line-height: 1.00em;
	text-align: center;
}


#stacks_in_4472_page34 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 9px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4473_page34 {
}

#stacks_in_4473_page34 #footer {
	font-size: 0.95em;
	line-height: 1.20em;
	width: 100%;
}



#stacks_in_4473_page34 {
	margin:  7px;
	padding:  3px;
}
