
#stacks_in_572_page4 {
	margin: 50px 0px 30px 0px;
}
#PlayerWrapper-player1 {
	display: block;
	position: relative;
}

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

#MediaFrame-player1 {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}




#MediaFrame-player1 {
	padding-bottom: 56.25%;
}






#PlayerWrapper-player1 #media-player1 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-player1 .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-player1 .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-player1 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-player1 .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-player1 .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-player1 .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-player1 .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-player1 .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-player1 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-player1 {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-player1 {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-player1 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-player1 span.media-button,
#media-controls-player1 span.time,
#media-controls-player1 span.player-extra-element,
#media-controls-player1 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 8.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-player1 span.media-button.left-aligned,
#media-controls-player1 span.time.left-aligned,
#media-controls-player1 span.player-extra-element.left-aligned,
#media-controls-player1 span.duration.left-aligned {
	text-align: left;
}

#media-controls-player1 span.media-button.right-aligned,
#media-controls-player1 span.time.right-aligned,
#media-controls-player1 span.player-extra-element.right-aligned,
#media-controls-player1 span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-player1 span.media-button a,
#media-controls-player1 span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-player1 span.media-button a,
	#media-controls-player1 span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-player1 span.media-button a:hover,
#media-controls-player1 span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-player1 [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-player1 [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-player1 span.time,
#media-controls-player1 span.player-extra-element,
#media-controls-player1 span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-player1 span.time,
	#media-controls-player1 span.player-extra-element,
	#media-controls-player1 span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-player1 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 41.00%;
}





#media-controls-player1 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-player1 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #B4B4B4));
	background-image: -webkit-linear-gradient(top, #CCCCCC 0, #B4B4B4 100%);
	background-image: linear-gradient(to bottom, #CCCCCC 0, #B4B4B4 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

#media-controls-player1 .buffer-bar {
	background: #333333;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 5;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobile-none,
	.no-mobile {
		display: none !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-player1,
	#PlayerWrapper-player1 .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */


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

#stacks_in_577_page4 {
	margin: 30px 0px 20px 0px;
}

#stacks_in_574_page4 {
	margin: 0px 0px 20px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive File Share Stack' 
Style Sheet: fsrfileshare.css Style Sheet
Created: 21, January 2013
Last Modified: 05, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


#fsrfileshare {
	width: 100%;
}

#fsrfileshare .filelink01 a, .filelink01 a:active, .filelink01 a:visited {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 1.24em;
	color: #151515;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink01 a:hover {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 1.24em;
	color: #555555;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink02 a, .filelink02 a:active, .filelink02 a:visited {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 1.24em;
	color: #151515;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink02 a:hover {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 1.24em;
	color: #555555;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink03 a, .filelink03 a:active, .filelink03 a:visited {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 1.24em;
	color: #151515;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink03 a:hover {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 1.24em;
	color: #555555;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink04 a, .filelink05 a:active, .filelink04 a:visited {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 1.24em;
	color: #151515;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink04 a:hover {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 1.24em;
	color: #555555;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink05 a, .filelink05 a:active, .filelink05 a:visited {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 1.24em;
	color: #151515;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

#fsrfileshare .filelink05 a:hover {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 1.24em;
	color: #555555;
	line-height: 1.10em;
	background: url(pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}



html, body {
	height: 100%;
}

/* Hide Gateway stacks from the main page container (stops flickering on page load) */
#GatewayWrapperstacks_in_1654_page4 #gatewayBarstacks_in_1654_page4 {
	display: none;
}

#gatewayWindowShadestacks_in_1654_page4 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none !important;
	z-index: 998;
	background: #000000;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

#gatewayContainerstacks_in_1654_page4 {
	position: fixed;
	bottom: 0%;
	left: 0%;
	display: block;
	width: 100%;
	z-index: 999;
}

#gatewayBarstacks_in_1654_page4 {
	width: 100%;
	display: block;
}

#gatewayBarFillstacks_in_1654_page4 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	background-color: #999999;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#B3B3B3), to(#999999));
	background-image: -moz-linear-gradient(top, #B3B3B3, #999999);
	background-image: -ms-linear-gradient(top, #B3B3B3, #999999);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B3B3B3), color-stop(100%, #999999));
	background-image: -webkit-linear-gradient(top, #B3B3B3, #999999);
	background-image: -o-linear-gradient(top, #B3B3B3, #999999);
	background-image: linear-gradient(top, #B3B3B3, #999999);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#gatewayBarstacks_in_1654_page4 {
	display: none;
	position: relative;
}

#gatewayBarContentstacks_in_1654_page4 {
	position: relative;
	z-index: 10;
	display: block;
	color: #FFFFFF;
	max-width: 1000px;
	margin: 0 auto;
}

#gatewayBarContentstacks_in_1654_page4 h1,
#gatewayBarContentstacks_in_1654_page4 h2,
#gatewayBarContentstacks_in_1654_page4 h3,
#gatewayBarContentstacks_in_1654_page4 h4,
#gatewayBarContentstacks_in_1654_page4 h5,
#gatewayBarContentstacks_in_1654_page4 h6,
#gatewayBarContentstacks_in_1654_page4 label {
	color: #FF0000;
}

#gatewayBarContentstacks_in_1654_page4 a {
	color: #FF0000;
}

#gatewayBarContentstacks_in_1654_page4 a:hover {
	color: #FF0000;
}

#gatewayLinkstacks_in_1654_page4 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 100%;
	width: 100%;
	background: transparent;
}

#closeButtonstacks_in_1654_page4 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	display: block;
	padding: 30px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
}

#closeButtonstacks_in_1654_page4:hover {
	cursor: pointer;
	color: #CDCDCD;
}

#closeButtonstacks_in_1654_page4 [class^="fa fa-"] {
	color: #FFFFFF;
}

#closeButtonstacks_in_1654_page4:hover [class^="fa fa-"] {
	color: #CDCDCD;
}

/* @group Behaviours */









/* Helper class to keep GW hidden, even when the page is scrolled. */
.GatewayPermaHide {
	display: none !important;
}

/* @end */

@media print {
	#gatewayWindowShadestacks_in_1654_page4,
	#closeButtonstacks_in_1654_page4,
	#gatewayContainerstacks_in_1654_page4 {
		display: none !important;
	}
}


#stacks_in_1657_page4 {
	font-size: 75%;
}
