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

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

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




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










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


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


}



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


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


}






#stacks_in_3580 {
	word-spacing: 3px;
	font-size: 110%;
}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_3581 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_3581 {
		display: none !important;
	}
}

#stacks_in_3595 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_3603 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_3603 {
		display: none !important;
	}
}

#stacks_in_6848 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
}


#filterWrapperstacks_in_5087 {
	display: block;
	position: relative;
}

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

#filterWrapperstacks_in_5087 p {
	margin: 0;
}


/* @group Filtrify Plugin CSS */

/* Commented-out webkit scrollbars */

/* reset */
ul.ft-menu,
ul.ft-menu * {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: left;
}


ul.ft-menu {
	list-style: none;
}

ul.ft-menu > li.ft-field {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 30px;
	background: none !important;
	position: relative !important;
}

ul.ft-menu > li.ft-field > span.ft-label {
    cursor: pointer;
}


ul.ft-menu > li.ft-field > div.ft-panel {
	position: absolute;
	min-width: 200px;
	background-clip: padding-box;
	border: 5px solid #333333;
	border: 5px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: 100%;
	margin-top: 15px;
	left: 50%;
	margin-left: -105px;
	z-index: 9999;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
ul.ft-menu > li.ft-field > div.ft-panel:before,
ul.ft-menu > li.ft-field > div.ft-panel:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
}
ul.ft-menu > li.ft-field > div.ft-panel:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.3);
	top: -15px;
	margin-left: -10px;
}
ul.ft-menu > li.ft-field > div.ft-panel:after {
	content: " ";
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #F5F3EE;
	top: -8px;
	margin-left: -8px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
	padding: 10px 10px 0 10px;
	background: #F5F3EE;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
	font-size: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 1px;
	cursor: pointer;
	padding: 0px 5px 1px 5px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	border: 1px solid #057ED0;
	border: 1px solid rgba(5, 126, 208, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	background: #019AD2;
	background: -webkit-linear-gradient(#33BCEF, #019AD2);
	background: -moz-linear-gradient(#33BCEF, #019AD2);
	background: -o-linear-gradient(#33BCEF, #019AD2);
	background: -ms-linear-gradient(#33BCEF, #019AD2);
	background: linear-gradient(#33BCEF, #019AD2);
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
	content: " \00D7";
	color: white;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
	background: #33BCEF;
	background: -webkit-linear-gradient(#019AD2, #33BCEF);
	background: -moz-linear-gradient(#019AD2, #33BCEF);
	background: -o-linear-gradient(#019AD2, #33BCEF);
	background: -ms-linear-gradient(#019AD2, #33BCEF);
	background: linear-gradient(#019AD2, #33BCEF);
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search {
	padding: 10px;
	background: #F5F3EE;
	background: -webkit-linear-gradient(#F5F3EE, #D0CDC9);
	background: -moz-linear-gradient(#F5F3EE, #D0CDC9);
	background: -o-linear-gradient(#F5F3EE, #D0CDC9);
	background: -ms-linear-gradient(#F5F3EE, #D0CDC9);
	background: linear-gradient(#F5F3EE, #D0CDC9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#F5F3EE", EndColorStr="#D0CDC9");
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search:before {
	font: normal normal 12px "FiltrifyRegular";
	content: "s";
	position: absolute;
    width: 20px;
	bottom: 15px;
	left: 18px;
	color: #BBB;
	text-shadow: none;
	z-index: 1;
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input {
	outline: none;
	display: block;
	width: 140px;
	padding: 4px 10px 4px 25px;
	color: gray;
	background: white;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.4), inset 0 1px 0 rgba(0,0,0,.3);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags {
	position: relative !important;
	max-height: 200px !important;
	border-top: 1px solid #33373D;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
    font-size: 12px;
	display: block;
	border-bottom: 1px solid #33373D;
	box-shadow: inset 0 1px 0 0 #878e98;
	display: block;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	padding: 8px 35px 8px 15px;
	cursor: pointer;
	background: #616975;
	background: -webkit-linear-gradient(#727A86, #505864);
	background: -moz-linear-gradient(#727A86, #505864);
	background: -o-linear-gradient(#727A86, #505864);
	background: -ms-linear-gradient(#727A86, #505864);
	background: linear-gradient(#727A86, #505864);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#727a86", EndColorStr="#505864");
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after {
	content: attr(data-count);
    font-size: 11px;
    font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	padding: 3px 6px;
	color: white;
	background: #48515C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight {
	border-bottom: 1px solid #103C56;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	background: #35AFE3;
	background: -webkit-linear-gradient(#45C7EB, #2698DB);
	background: -moz-linear-gradient(#45C7EB, #2698DB);
	background: -o-linear-gradient(#45C7EB, #2698DB);
	background: -ms-linear-gradient(#45C7EB, #2698DB);
	background: linear-gradient(#45C7EB, #2698DB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#45c7eb", EndColorStr="#2698db");
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
	background: -webkit-linear-gradient(#2698DB, #45C7EB);
	background: -moz-linear-gradient(#2698DB, #45C7EB);
	background: -o-linear-gradient(#2698DB, #45C7EB);
	background: -ms-linear-gradient(#2698DB, #45C7EB);
	background: linear-gradient(#2698DB, #45C7EB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#2698DB", EndColorStr="#45C7EB");
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	background: #2173A1;
}

ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
    font-size: 11px;
	padding: 10px 15px;
	color: white;
	background: #555555;
	background: -webkit-linear-gradient(#555555, #333333);
	background: -moz-linear-gradient(#555555, #333333);
	background: -o-linear-gradient(#555555, #333333);
	background: -ms-linear-gradient(#555555, #333333);
	background: linear-gradient(#555555, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#555555", EndColorStr="#333333");
}

/* REQUIRED! */
.ft-hidden { display: none !important; }


/* Custom webkit scrollbars */
/*
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
    width: 10px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #DDD;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    background: #EEE;
}
*/

/* @end */

/* @group Styles Added by WW */

#sortContainerstacks_in_5087 {
	display: block;
	position: relative;
	overflow: visible;
	height: auto;
}

#placeHolderstacks_in_5087 {
	display: inline;
}

#sortContainerstacks_in_5087,
ul.ft-menu {
	display: block;
}

#stacks_in_5087 ul.ft-menu {
	margin-bottom: 30px;
	margin-left: -4px;
	margin-right: -4px;
}

#stacks_in_5087 ul.ft-menu > li.ft-field {
	margin: 0 4px;
}

#stacks_in_5087 span.ft-label {
	display: block;
	padding: 8px;
	margin: 4px 0;
	width: 150px;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	text-transform: capitalize;
	transition: all 300ms linear;
	color: rgba(255, 255, 255, 1.00);
	border: solid 1px rgba(85, 85, 85, 1.00);
	background: rgba(136, 136, 136, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 136, 136, 1.00)), to(rgba(87, 87, 87, 1.00)));
	background: -moz-linear-gradient(top, rgba(136, 136, 136, 1.00), rgba(87, 87, 87, 1.00));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(136, 136, 136, 1.00)', endColorstr='rgba(87, 87, 87, 1.00)');
}

#stacks_in_5087 span.ft-label:hover {
	color: rgba(255, 255, 255, 1.00);
	border: solid 1px rgba(85, 85, 85, 1.00);
	background: rgba(136, 136, 136, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 136, 136, 1.00)), to(rgba(136, 136, 136, 1.00)));
	background: -moz-linear-gradient(top, rgba(136, 136, 136, 1.00), rgba(136, 136, 136, 1.00));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(136, 136, 136, 1.00)', endColorstr='rgba(136, 136, 136, 1.00)');
}

#stacks_in_5087 ul.ft-menu > li.ft-field > div.ft-panel {
	min-width: 150px;
	left: 0;
	margin-left: 0;
}

#stacks_in_5087 ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search::before {
	display: none;
}

#stacks_in_5087 ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input {
	padding: 5px 10px;
	width: 100%;
}

#stacks_in_5087 ul.ft-menu > li.ft-field > div.ft-panel::after {
	border-left: none;
	border-right: none;
}

#stacks_in_5087 ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags {
	border-top: none;
}








#stacks_in_5087 ul.ft-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	#stacks_in_5087 ul.ft-menu {
		flex-direction: row;
	}
}

#stacks_in_5087 ul.ft-menu > li.ft-field {
	flex: 1;
	flex-wrap: wrap;
}

#stacks_in_5087 span.ft-label {
	width: auto;
}

#stacks_in_5087 ul.ft-menu > li.ft-field > div.ft-panel {
	width: 100%;
}










/* Static Tags */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
  font-size: 12px;
	border-bottom: none;
	box-shadow: none;
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	padding: 8px 35px 8px 15px;
	cursor: pointer;
	background: rgba(136, 136, 136, 1.00);
	background: -webkit-linear-gradient(rgba(136, 136, 136, 1.00), rgba(112, 112, 112, 1.00));
	background: -moz-linear-gradient(rgba(136, 136, 136, 1.00), rgba(112, 112, 112, 1.00));
	background: -o-linear-gradient(rgba(136, 136, 136, 1.00), rgba(112, 112, 112, 1.00));
	background: -ms-linear-gradient(rgba(136, 136, 136, 1.00), rgba(112, 112, 112, 1.00));
	background: linear-gradient(rgba(136, 136, 136, 1.00), rgba(112, 112, 112, 1.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(136, 136, 136, 1.00)", EndColorStr="rgba(112, 112, 112, 1.00)");
}

/* Hovered Tags */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight {
	border-bottom: none;
	box-shadow: none;
	background: rgba(102, 102, 102, 1.00);
	background: -webkit-linear-gradient(rgba(102, 102, 102, 1.00), rgba(76, 76, 76, 1.00));
	background: -moz-linear-gradient(rgba(102, 102, 102, 1.00), rgba(76, 76, 76, 1.00));
	background: -o-linear-gradient(rgba(102, 102, 102, 1.00), rgba(76, 76, 76, 1.00));
	background: -ms-linear-gradient(rgba(102, 102, 102, 1.00), rgba(76, 76, 76, 1.00));
	background: linear-gradient(rgba(102, 102, 102, 1.00), rgba(76, 76, 76, 1.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(102, 102, 102, 1.00)", EndColorStr="rgba(76, 76, 76, 1.00)");
}

/* Tag Counts */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after {
    font-size: 11px;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(72, 81, 92, 1.00);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(25, 25, 25, 1.00);
}

/* Active Tags */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
	font-size: 12px;
	color: rgba(255, 255, 255, 1.00);
	margin-bottom: 10px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(1, 154, 210, 1.00);
	background: -webkit-linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
	background: -moz-linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
	background: -o-linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
	background: -ms-linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
	background: linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
	color: rgba(255, 255, 255, 1.00);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(1, 154, 210, 1.00);
	background: -webkit-linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
	background: -moz-linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
	background: -o-linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
	background: -ms-linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
	background: linear-gradient(rgba(51, 188, 239, 1.00), rgba(1, 154, 210, 1.00));
}

/* Search box */

.ft-field fieldset {
	display: none;
}





















/* Filter Container */

#stacks_in_5087 ul.FilterItems {
	padding: 0;
	list-style: none;
	min-height: 275px;
	text-align: center;
}

#stacks_in_5087 ul.FilterItems li {
	display: inline-block;
	position: relative;
	margin: 20px;
	text-align: left;
	
	
}


/* ul.FilterItems li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	display: block;
} */


ul.FilterItems li div.InnerContent {
	border-radius: 4px;
	border: 1px solid rgba(234, 234, 234, 1.00);
	padding: 20px;
}

ul.FilterItems li div.InnerContent:hover {
	border: 1px solid rgba(234, 234, 234, 1.00);
}










#stacks_in_5087 ul.FilterItems li {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	max-width: none;
	width: 100%;
}

#stacks_in_5087 ul.FilterItems li div.InnerContent {
	height: auto;
	max-width: none;
	width: 100%;
}










/*  */
/* Vertical gradient fill */
ul.FilterItems li div.InnerContent {
	background-color: rgba(245, 245, 245, 1.00);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 1.00)), to(rgba(248, 248, 248, 1.00)));
	background-image: -moz-linear-gradient(top, rgba(245, 245, 245, 1.00), rgba(248, 248, 248, 1.00));
	background-image: -ms-linear-gradient(top, rgba(245, 245, 245, 1.00), rgba(248, 248, 248, 1.00));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1.00)), color-stop(100%, rgba(248, 248, 248, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(245, 245, 245, 1.00), rgba(248, 248, 248, 1.00));
	background-image: -o-linear-gradient(top, rgba(245, 245, 245, 1.00), rgba(248, 248, 248, 1.00));
	background-image: linear-gradient(top, rgba(245, 245, 245, 1.00), rgba(248, 248, 248, 1.00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(245, 245, 245, 1.00)', endColorstr='rgba(248, 248, 248, 1.00)', GradientType=0);
}
/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/


ul#filterWrapperstacks_in_5087 .FilterItems li h1,
ul#filterWrapperstacks_in_5087 .FilterItems li h2,
ul#filterWrapperstacks_in_5087 .FilterItems li h3,
ul#filterWrapperstacks_in_5087 .FilterItems li h4,
ul#filterWrapperstacks_in_5087 .FilterItems li h5,
ul#filterWrapperstacks_in_5087 .FilterItems li h6,
ul#filterWrapperstacks_in_5087 .FilterItems li img,
ul#filterWrapperstacks_in_5087 .FilterItems li p {
	padding: 0;
	margin: 0 0 5px;
	line-height: 1.25em;
}

/* Dimmed items (if dimming is enabled) */

.filter-dimmed-item {
    opacity: 0.20;
    filter: alpha(opacity=20);
}

/* Reset Button */

#stacks_in_5087 .filter_reset_stacks_in_5087 {
	display: none;
	width: 100%;
	height: 45px;
	clear: both;
	margin-top: 30px;
	text-align: center;
}




#stacks_in_5087 #reset_bottom_stacks_in_5087 {
	display: block;
}




#stacks_in_5087 .filter_reset_button_stacks_in_5087 {
	display: none;
	padding: 8px;
	margin: 0;
	border: solid 1px rgba(85, 85, 85, 1.00);
	width: 150px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	transition: background 300ms linear;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(136, 136, 136, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 136, 136, 1.00)), to(rgba(87, 87, 87, 1.00)));
	background: -moz-linear-gradient(top, rgba(136, 136, 136, 1.00), rgba(87, 87, 87, 1.00));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(136, 136, 136, 1.00)', endColorstr='rgba(87, 87, 87, 1.00)');
}

#stacks_in_5087 .filter_reset_stacks_in_5087.show_reset_button .filter_reset_button_stacks_in_5087 {
	display: inline-block;
}

#stacks_in_5087 .filter_reset_button_stacks_in_5087:hover {
	color: rgba(255, 255, 255, 1.00);
	border: solid 1px rgba(85, 85, 85, 1.00);
	background: rgba(136, 136, 136, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 136, 136, 1.00)), to(rgba(136, 136, 136, 1.00)));
	background: -moz-linear-gradient(top, rgba(136, 136, 136, 1.00), rgba(136, 136, 136, 1.00));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(136, 136, 136, 1.00)', endColorstr='rgba(136, 136, 136, 1.00)');
}

/* @end */

/* @group Start hidden */

/*  */

/* @end */



/* @group Sidebar */

/*  */

/* @end */

/* @group Typeahead */

/*  */

/* @end */

/* @group Legends */

#filter_legend_top_stacks_in_5087,
#filter_legend_bottom_stacks_in_5087 {
	text-align: left;
	display: none;
}


#filter_legend_top_stacks_in_5087 {
	display: block;
}






span.legendCategory {
	text-transform: capitalize;
}

#filterWrapperstacks_in_5087 ul.legendList {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#filterWrapperstacks_in_5087 ul.legendList li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#filterWrapperstacks_in_5087 ul.legendList li:last-child .legendCategorySeparator {
	display: none;
}

/* @end */

/* @group Printer styles */

@media print {
	.filter_reset_stacks_in_5087,
	#sortContainerstacks_in_5087 {
		display: none;
	}

	ul#filterWrapperstacks_in_5087 .FilterItems li,
	ul#filterWrapperstacks_in_5087 .FilterItems .filterEditItem {
		width: 100%;
		height: auto;
		float: none;
	}
}




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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7070 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7070 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7070 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_7071 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7137 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7137 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7137 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6024 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6024 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6024 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_5443 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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



}



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


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


}





#shadyStackstacks_in_7147 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7147 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7147 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5448>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6026 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6026 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6026 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_5451 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6124 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6124 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6124 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6799 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7160 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7160 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7160 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6077 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6077 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6077 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6803 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5464 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5464 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5464 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5511>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5514 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5514 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5514 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5554>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5557 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5557 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5557 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5562>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5565 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5565 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5565 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5571>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5574 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5574 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5574 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7164>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#shadyStackstacks_in_7167 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7167 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7167 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5918>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6086 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6086 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6086 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6868 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6088 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6088 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6088 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_4943 {
	position: relative;
	z-index: 1;
}

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

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

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

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






/* Solid colour fill */
#audioPlayerControlsstacks_in_4943 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_4943 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_4943 #audioPlayerPlayPausestacks_in_4943 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_4943 #playback_ratestacks_in_4943 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_4943 #playback_rate_box_stacks_in_4943 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_4943 #playback_rate_box_stacks_in_4943:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_4943 #audioPlayerFullScreenstacks_in_4943 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_4943 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_4943 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_4943 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_4943 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_4943 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_4943 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_4943:hover #volumeButtonstacks_in_4943 {
		display: none;
	}

	#volumeMinstacks_in_4943 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_4943 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_4943[type=range],
	#volumeMinstacks_in_4943,
	#volumeMaxstacks_in_4943 {
		display: none;
	}

	#volumeMinstacks_in_4943,
	#volumeMaxstacks_in_4943 {
		cursor: pointer;
	}

	#volumestacks_in_4943:hover #volume-barstacks_in_4943,
	#volumestacks_in_4943:hover #volumeMinstacks_in_4943,
	#volumestacks_in_4943:hover #volumeMaxstacks_in_4943 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_4943 #audioPlayerFullScreenstacks_in_4943,
	#audioPlayerControlsstacks_in_4943 #volumestacks_in_4943 {
		display: none;
	}
}


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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6090 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6090 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6090 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_3785 {
	position: relative;
	z-index: 1;
}

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

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

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

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






/* Solid colour fill */
#audioPlayerControlsstacks_in_3785 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_3785 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_3785 #audioPlayerPlayPausestacks_in_3785 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_3785 #playback_ratestacks_in_3785 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_3785 #playback_rate_box_stacks_in_3785 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_3785 #playback_rate_box_stacks_in_3785:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_3785 #audioPlayerFullScreenstacks_in_3785 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_3785 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_3785 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_3785 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_3785 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_3785 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_3785 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3785:hover #volumeButtonstacks_in_3785 {
		display: none;
	}

	#volumeMinstacks_in_3785 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_3785 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_3785[type=range],
	#volumeMinstacks_in_3785,
	#volumeMaxstacks_in_3785 {
		display: none;
	}

	#volumeMinstacks_in_3785,
	#volumeMaxstacks_in_3785 {
		cursor: pointer;
	}

	#volumestacks_in_3785:hover #volume-barstacks_in_3785,
	#volumestacks_in_3785:hover #volumeMinstacks_in_3785,
	#volumestacks_in_3785:hover #volumeMaxstacks_in_3785 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_3785 #audioPlayerFullScreenstacks_in_3785,
	#audioPlayerControlsstacks_in_3785 #volumestacks_in_3785 {
		display: none;
	}
}


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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7171 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7171 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7171 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6092 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6092 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6092 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6839 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6028 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6028 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6028 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_5382 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7103 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7103 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7103 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_7104 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7175 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7175 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7175 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6094 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6094 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6094 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6843 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5587 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5587 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5587 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5606>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5609 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5609 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5609 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5624>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5627 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5627 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5627 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5633>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5636 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5636 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5636 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5642>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5645 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5645 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5645 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_6898>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6899 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6899 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6899 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_6924>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6925 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6925 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6925 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_6937>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6938 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6938 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6938 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5376>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7057 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7057 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7057 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6030 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6030 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6030 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_4124 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6949 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6949 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6949 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_6959>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6960 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6960 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6960 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5703>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5737 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5737 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5737 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5716>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5729 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5729 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5729 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5453>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7065 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7065 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7065 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6032 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6032 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6032 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_5456 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6982 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6982 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6982 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_6992>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6993 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6993 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6993 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5767>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5770 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5770 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5770 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5408>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6034 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6034 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6034 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_5409 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5783 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5783 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5783 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5793>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5796 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5796 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5796 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5806>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5809 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5809 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5809 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7049>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7050 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7050 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7050 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7014>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7015 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7015 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7015 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5404>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7061 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7061 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7061 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6036 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6036 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6036 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_5403 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5848 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5848 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5848 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7021>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7022 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7022 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7022 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5858>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5861 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5861 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5861 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7028>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7029 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7029 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7029 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7035>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7036 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7036 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7036 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7042>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7043 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7043 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7043 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7116>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7118 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7118 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7118 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_7119 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6096 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6096 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6096 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_3797 {
	position: relative;
	z-index: 1;
}

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

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

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

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






/* Solid colour fill */
#audioPlayerControlsstacks_in_3797 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_3797 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_3797 #audioPlayerPlayPausestacks_in_3797 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_3797 #playback_ratestacks_in_3797 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_3797 #playback_rate_box_stacks_in_3797 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_3797 #playback_rate_box_stacks_in_3797:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_3797 #audioPlayerFullScreenstacks_in_3797 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_3797 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_3797 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_3797 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_3797 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_3797 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_3797 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3797:hover #volumeButtonstacks_in_3797 {
		display: none;
	}

	#volumeMinstacks_in_3797 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_3797 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_3797[type=range],
	#volumeMinstacks_in_3797,
	#volumeMaxstacks_in_3797 {
		display: none;
	}

	#volumeMinstacks_in_3797,
	#volumeMaxstacks_in_3797 {
		cursor: pointer;
	}

	#volumestacks_in_3797:hover #volume-barstacks_in_3797,
	#volumestacks_in_3797:hover #volumeMinstacks_in_3797,
	#volumestacks_in_3797:hover #volumeMaxstacks_in_3797 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_3797 #audioPlayerFullScreenstacks_in_3797,
	#audioPlayerControlsstacks_in_3797 #volumestacks_in_3797 {
		display: none;
	}
}


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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6040 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6040 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6040 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_4539 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7179 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7179 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7179 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6098 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6098 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6098 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6837 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6100 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6100 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6100 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6866 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5969 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5969 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5969 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5954>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5960 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5960 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5960 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5977>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_5986 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5986 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5986 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5990>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6000 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6000 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6000 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5993>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6004 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6004 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6004 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_7183>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#shadyStackstacks_in_7186 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7186 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7186 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_5428>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6042 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6042 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6042 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_5431 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7190 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7190 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7190 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6044 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6044 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6044 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_4734 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7194 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7194 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7194 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6102 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6102 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6102 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6835 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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



}



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


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


}





#shadyStackstacks_in_7201 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7201 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7201 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_6070>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7205 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7205 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7205 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6104 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6104 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6104 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6846 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_7237 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_7237 {
		display: none !important;
	}
}
#shadyStackstacks_in_7209 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7209 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7209 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6882 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6882 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6882 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6883 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6108 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6108 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6108 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_3804 {
	position: relative;
	z-index: 1;
}

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

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

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

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






/* Solid colour fill */
#audioPlayerControlsstacks_in_3804 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_3804 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_3804 #audioPlayerPlayPausestacks_in_3804 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_3804 #playback_ratestacks_in_3804 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_3804 #playback_rate_box_stacks_in_3804 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_3804 #playback_rate_box_stacks_in_3804:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_3804 #audioPlayerFullScreenstacks_in_3804 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_3804 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_3804 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_3804 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_3804 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_3804 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_3804 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3804:hover #volumeButtonstacks_in_3804 {
		display: none;
	}

	#volumeMinstacks_in_3804 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_3804 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_3804[type=range],
	#volumeMinstacks_in_3804,
	#volumeMaxstacks_in_3804 {
		display: none;
	}

	#volumeMinstacks_in_3804,
	#volumeMaxstacks_in_3804 {
		cursor: pointer;
	}

	#volumestacks_in_3804:hover #volume-barstacks_in_3804,
	#volumestacks_in_3804:hover #volumeMinstacks_in_3804,
	#volumestacks_in_3804:hover #volumeMaxstacks_in_3804 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_3804 #audioPlayerFullScreenstacks_in_3804,
	#audioPlayerControlsstacks_in_3804 #volumestacks_in_3804 {
		display: none;
	}
}


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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6810 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6810 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6810 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6830 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_7213 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_7213 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_7213 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#shadyStackstacks_in_6110 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6110 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6110 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#uTubestacks_in_6850 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

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





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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6112 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6112 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6112 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_3806 {
	position: relative;
	z-index: 1;
}

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

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

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

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






/* Solid colour fill */
#audioPlayerControlsstacks_in_3806 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_3806 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_3806 #audioPlayerPlayPausestacks_in_3806 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_3806 #playback_ratestacks_in_3806 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_3806 #playback_rate_box_stacks_in_3806 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_3806 #playback_rate_box_stacks_in_3806:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_3806 #audioPlayerFullScreenstacks_in_3806 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_3806 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_3806 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_3806 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_3806 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_3806 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_3806 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3806:hover #volumeButtonstacks_in_3806 {
		display: none;
	}

	#volumeMinstacks_in_3806 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_3806 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_3806[type=range],
	#volumeMinstacks_in_3806,
	#volumeMaxstacks_in_3806 {
		display: none;
	}

	#volumeMinstacks_in_3806,
	#volumeMaxstacks_in_3806 {
		cursor: pointer;
	}

	#volumestacks_in_3806:hover #volume-barstacks_in_3806,
	#volumestacks_in_3806:hover #volumeMinstacks_in_3806,
	#volumestacks_in_3806:hover #volumeMaxstacks_in_3806 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_3806 #audioPlayerFullScreenstacks_in_3806,
	#audioPlayerControlsstacks_in_3806 #volumestacks_in_3806 {
		display: none;
	}
}


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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6114 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6114 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6114 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_3807 {
	position: relative;
	z-index: 1;
}

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

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

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

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






/* Solid colour fill */
#audioPlayerControlsstacks_in_3807 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_3807 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_3807 #audioPlayerPlayPausestacks_in_3807 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_3807 #playback_ratestacks_in_3807 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_3807 #playback_rate_box_stacks_in_3807 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_3807 #playback_rate_box_stacks_in_3807:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_3807 #audioPlayerFullScreenstacks_in_3807 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_3807 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_3807 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_3807 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_3807 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_3807 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_3807 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3807:hover #volumeButtonstacks_in_3807 {
		display: none;
	}

	#volumeMinstacks_in_3807 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_3807 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_3807[type=range],
	#volumeMinstacks_in_3807,
	#volumeMaxstacks_in_3807 {
		display: none;
	}

	#volumeMinstacks_in_3807,
	#volumeMaxstacks_in_3807 {
		cursor: pointer;
	}

	#volumestacks_in_3807:hover #volume-barstacks_in_3807,
	#volumestacks_in_3807:hover #volumeMinstacks_in_3807,
	#volumestacks_in_3807:hover #volumeMaxstacks_in_3807 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_3807 #audioPlayerFullScreenstacks_in_3807,
	#audioPlayerControlsstacks_in_3807 #volumestacks_in_3807 {
		display: none;
	}
}


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

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

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




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










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


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


}



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


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


}





#shadyStackstacks_in_6116 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6116 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6116 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_3808 {
	position: relative;
	z-index: 1;
}

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

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

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

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






/* Solid colour fill */
#audioPlayerControlsstacks_in_3808 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_3808 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_3808 #audioPlayerPlayPausestacks_in_3808 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_3808 #playback_ratestacks_in_3808 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_3808 #playback_rate_box_stacks_in_3808 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_3808 #playback_rate_box_stacks_in_3808:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_3808 #audioPlayerFullScreenstacks_in_3808 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_3808 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_3808 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_3808 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_3808 {
	display: none;
}

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

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

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

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

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

	#audioPlayerSeekBarstacks_in_3808[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_3808[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_3808[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_3808[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_3808[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_3808[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_3808[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_3808[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_3808[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_3808 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_3808 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 16px;
		vertical-align: middle;
	}

	#volumestacks_in_3808 [class^="fa fa-"] {
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3808:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_3808 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3808:hover #volumeButtonstacks_in_3808 {
		display: none;
	}

	#volumeMinstacks_in_3808 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_3808 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_3808[type=range],
	#volumeMinstacks_in_3808,
	#volumeMaxstacks_in_3808 {
		display: none;
	}

	#volumeMinstacks_in_3808,
	#volumeMaxstacks_in_3808 {
		cursor: pointer;
	}

	#volumestacks_in_3808:hover #volume-barstacks_in_3808,
	#volumestacks_in_3808:hover #volumeMinstacks_in_3808,
	#volumestacks_in_3808:hover #volumeMaxstacks_in_3808 {
		display: inline;
	}

	#volume-barstacks_in_3808[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}

	#volume-barstacks_in_3808[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3808[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}

	#volume-barstacks_in_3808[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_3808[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_3808[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3808[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_3808[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3808[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_3808[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_3808[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_3808[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_3808[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_3808 #audioPlayerFullScreenstacks_in_3808,
	#audioPlayerControlsstacks_in_3808 #volumestacks_in_3808 {
		display: none;
	}
}


#stacks_in_6014>.s3_row {
	margin: 0 -10px;
}

#stacks_in_6014>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_6014>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_6014>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {


	#stacks_in_6014>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_6014>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_6014>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_6014>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#shadyStackstacks_in_6118 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6118 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6118 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_3809 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_3809,
#audioPlayerContainerstacks_in_3809:before,
#audioPlayerContainerstacks_in_3809:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerstacks_in_3809 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_3809 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 4px;
}

#audioPlayerControlsstacks_in_3809 [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
}






/* Solid colour fill */
#audioPlayerControlsstacks_in_3809 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_3809 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

#audioPlayerControlsstacks_in_3809 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_3809 #audioPlayerPlayPausestacks_in_3809 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_3809 #playback_ratestacks_in_3809 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_3809 #playback_rate_box_stacks_in_3809 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_3809 #playback_rate_box_stacks_in_3809:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_3809 #audioPlayerFullScreenstacks_in_3809 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_3809 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_3809 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_3809 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_3809 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_3809 {
		display: none;
	}
}

#progressBarstacks_in_3809 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_3809 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 40px;
		line-height: 40px;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_3809[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_3809 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_3809 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 16px;
		vertical-align: middle;
	}

	#volumestacks_in_3809 [class^="fa fa-"] {
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3809:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_3809 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3809:hover #volumeButtonstacks_in_3809 {
		display: none;
	}

	#volumeMinstacks_in_3809 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_3809 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_3809[type=range],
	#volumeMinstacks_in_3809,
	#volumeMaxstacks_in_3809 {
		display: none;
	}

	#volumeMinstacks_in_3809,
	#volumeMaxstacks_in_3809 {
		cursor: pointer;
	}

	#volumestacks_in_3809:hover #volume-barstacks_in_3809,
	#volumestacks_in_3809:hover #volumeMinstacks_in_3809,
	#volumestacks_in_3809:hover #volumeMaxstacks_in_3809 {
		display: inline;
	}

	#volume-barstacks_in_3809[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}

	#volume-barstacks_in_3809[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3809[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}

	#volume-barstacks_in_3809[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_3809[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_3809[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3809[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_3809[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3809[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_3809[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_3809[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_3809[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_3809[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_3809 #audioPlayerFullScreenstacks_in_3809,
	#audioPlayerControlsstacks_in_3809 #volumestacks_in_3809 {
		display: none;
	}
}


#stacks_in_5897>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5897>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_5897>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_5897>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {


	#stacks_in_5897>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_5897>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_5897>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_5897>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_7238 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_7238 {
		display: none !important;
	}
}
#shadyStackstacks_in_5900 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_5900 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_5900 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#stacks_in_6017>.s3_row {
	margin: 0 -10px;
}

#stacks_in_6017>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_6017>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_6017>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {


	#stacks_in_6017>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_6017>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_6017>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_6017>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#shadyStackstacks_in_6120 {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	box-shadow:  0px 0px 8px 2px rgba(153, 153, 153, 1.00);
	border-radius: 0px;
}




#shadyStackstacks_in_6120 {
	margin: 15px;
}


@media print {
	#shadyStackstacks_in_6120 {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
	}
}#audioPlayerContainerstacks_in_3811 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_3811,
#audioPlayerContainerstacks_in_3811:before,
#audioPlayerContainerstacks_in_3811:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerstacks_in_3811 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_3811 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 4px;
}

#audioPlayerControlsstacks_in_3811 [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
}






/* Solid colour fill */
#audioPlayerControlsstacks_in_3811 {
	background: #FFFFFF;
}


















#audioPlayerControlsWrapperstacks_in_3811 {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

#audioPlayerControlsstacks_in_3811 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_3811 #audioPlayerPlayPausestacks_in_3811 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_3811 #playback_ratestacks_in_3811 {
	display: none;
	height: 40px;
	position: relative;
	margin: 0 10px;
}

#audioPlayerControlsstacks_in_3811 #playback_rate_box_stacks_in_3811 {
	padding: 5px;
	min-width: 40px;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #4C4C4C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	outline: none;
}

#audioPlayerControlsstacks_in_3811 #playback_rate_box_stacks_in_3811:focus {
	outline: none;
}

#audioPlayerControlsstacks_in_3811 #audioPlayerFullScreenstacks_in_3811 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_3811 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_3811 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_3811 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_3811 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(76, 76, 76, 1.00);
}





@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_3811 {
		display: none;
	}
}

#progressBarstacks_in_3811 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_3811 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 40px;
		line-height: 40px;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_3811[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_3811 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_3811 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 16px;
		vertical-align: middle;
	}

	#volumestacks_in_3811 [class^="fa fa-"] {
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3811:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_3811 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_3811:hover #volumeButtonstacks_in_3811 {
		display: none;
	}

	#volumeMinstacks_in_3811 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_3811 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_3811[type=range],
	#volumeMinstacks_in_3811,
	#volumeMaxstacks_in_3811 {
		display: none;
	}

	#volumeMinstacks_in_3811,
	#volumeMaxstacks_in_3811 {
		cursor: pointer;
	}

	#volumestacks_in_3811:hover #volume-barstacks_in_3811,
	#volumestacks_in_3811:hover #volumeMinstacks_in_3811,
	#volumestacks_in_3811:hover #volumeMaxstacks_in_3811 {
		display: inline;
	}

	#volume-barstacks_in_3811[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}

	#volume-barstacks_in_3811[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3811[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}

	#volume-barstacks_in_3811[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_3811[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_3811[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3811[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_3811[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_3811[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_3811[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_3811[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_3811[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_3811[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_3811 #audioPlayerFullScreenstacks_in_3811,
	#audioPlayerControlsstacks_in_3811 #volumestacks_in_3811 {
		display: none;
	}
}


