
#stacks_in_182 {
	background-color: rgba(255, 255, 255, 1.00);
}
#fullScreenWrapper-player1 {
    width: 100%;
}

#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: rgba(255, 255, 255, 1.00);
}


#mediaFrame-player1 {
	padding-bottom: 75%;
}








#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 .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#playerWrapper-player1 .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	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;
	-webkit-font-smoothing: antialiased
}

#playerWrapper-player1 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#playerWrapper-player1 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	background: rgba(225, 225, 225, 0.00);
	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 {
	background: rgba(225, 225, 225, 0.00);
}

#playerWrapper-player1 .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	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: rgba(0, 0, 0, 1.00);
}

#playerWrapper-player1 .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	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: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */



#media-controls-wrapper-player1 {
	position: relative;
	z-index: 4;
	width: 100%;
}

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

/* @end */

/* Buttons, titles and time */
#toolbar-player1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% - 0px - 0px);
    height: auto;
    flex-wrap: wrap;
    vertical-align: middle;
    margin: 0px 0px;
    border-radius: 0px;
    opacity: 1.00;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;

    background: rgba(70, 69, 81, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%, rgba(36, 39, 46, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70, 69, 81, 1.00)), color-stop(100%,rgba(36, 39, 46, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* W3C */
}

@media screen and (min-width: 568px) {
    /* A fixed height and no wrapping of controls on wider screends greater than 568px wide */
    #toolbar-player1 {
        height: 0px;
        flex-wrap: nowrap;
    }
}

#playerWrapper-player1:hover #toolbar-player1 {
    opacity: 1.00;
}

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-player1.playerInFullScreenMode:hover #toolbar-player1,
#playerWrapper-player1.playerInFullScreenMode #toolbar-player1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px;
    z-index: 99999;
    opacity: 0;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1.playerInFullScreenMode #toolbar-player1.toolbarHovered,
.playerTouchDevice #playerWrapper-player1.playerInFullScreenMode #toolbar-player1 {
    opacity: 1.00;
}
 */

#playerWrapper-player1.playerInFullScreenMode #fullscreenHoverRegionstacks_in_248973 {
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    z-index: 99998;
}



#toolbar-player1 .media-button,
#toolbar-player1 .timingContent {
    line-height: 45px;
}

#toolbar-player1 .media-button {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

#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: px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

















#toolbar-player1 [class^="fa fa-"] {
	display: block;
	line-height: 0px;
	height: 0px;
	width: 0px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-player1 [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

#toolbar-player1 .media-button a,
#toolbar-player1 .media-button {
	font-size: 22px;
	color: rgba(255, 255, 255, 1.00);
	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;
    cursor: pointer;
}

#media-controls-player1 span.media-button a:hover,
#media-controls-player1 span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Timing content */
#toolbar-player1 .timingContent {
    display: block;
    width: 100%;
}

@media screen and (min-width: 568px) {
    #toolbar-player1 .timingContent {
        flex-grow: 2;
        flex-shrink: 2;
        display: inline-flex
    }
}

#timingContentWrapperstacks_in_248973 {
    display: flex;
    flex: 1;
    align-items: center;
}

#toolbar-player1 .duration,
#toolbar-player1 .scrubberWrapper,
#toolbar-player1 .time {
    /* display: table-cell; */
}

#toolbar-player1 .time,
#toolbar-player1 .duration {
	font-size: 0px;
	line-height: 0px;
	color: rgba(255, 255, 255, 1.00);
	height: 0px;
	min-width: 50px;
    text-align: center;
	padding: 0 0px;
	margin: 0;
}

#toolbar-player1 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
    height: 20px;
    vertical-align: middle;
}

#toolbar-player1 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	/*
position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
 */
	z-index: 2;
}

#toolbar-player1 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player1 .progress {
    background-color: rgba(82, 157, 225, 1.00);
}




/* @group Volume */

#volumestacks_in_248973 {
	order: 6;
  position: relative;
}

/* Hide on mobile */
body.playerTouchDevice #volumestacks_in_248973 {
  display: none !important;
}

#volumestacks_in_248973:hover {
	max-width: 150px;
	width: 150px;
	padding: 0px 25px;
}

#volumeMasterControllerstacks_in_248973 {
	display: inline-block;
	height: 0px;
    line-height: 0px;
	width: 0px;
}

#volumestacks_in_248973:hover #volumeMasterControllerstacks_in_248973 {
	display: none;
}

#volumeMinstacks_in_248973 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 0px;
    line-height: 0px;
}

#volumeMaxstacks_in_248973 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 0px;
    line-height: 0px;
}

#volume-barstacks_in_248973[type=range],
#volumeMinstacks_in_248973,
#volumeMaxstacks_in_248973 {
	display: none;
}

#volumeMinstacks_in_248973,
#volumeMaxstacks_in_248973 {
	cursor: pointer;
}

#volumestacks_in_248973:hover #volumeMinstacks_in_248973,
#volumestacks_in_248973:hover #volumeMaxstacks_in_248973,
#volumestacks_in_248973:hover #volume-barstacks_in_248973 {
	display: inline;
}

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

#volume-barstacks_in_248973[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_248973[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
	margin-top: -5px;
}

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

#volume-barstacks_in_248973[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_248973[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_248973[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_248973[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_248973[type=range]::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_248973[type=range]::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_248973[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_248973[type=range]:focus::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
}

#volume-barstacks_in_248973[type=range]:focus::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

/* Style changes for the Player in full screen mode */
#fullScreenWrapper-player1.playerInFullScreenMode,
#fullScreenWrapper-player1.playerInFullScreenMode #playerWrapper-player1  {
    height: 100%;
}

#fullScreenWrapper-player1.playerInFullScreenMode #mediaFrame-player1 {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
}

#fullScreenWrapper-player1.playerInFullScreenMode player1 {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}

#fullScreenWrapper-player1.playerInFullScreenMode #toolbar-player1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}

#fullScreenWrapper-player1.playerInFullScreenMode #toolbar-player1.toolbarVisible {
	display: flex;
}

#fullScreenWrapper-player1.playerInFullScreenMode #PlayerCaptionsBarplayer1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-player1.playerInFullScreenMode #PlayerCaptionsBarplayer1.toolbarVisible.textTracksActive {
	display: block !important;
}

#fullScreenWrapper-player1 #fullscreenHoverRegion-player1 {
	display: none;
}

#fullScreenWrapper-player1.playerInFullScreenMode #fullscreenHoverRegion-player1 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25%;
	width: 100%;
	z-index: 999;
}




















#stacks_in_248861 div.ZipBarWrapper {
	margin:0 auto;
}#stacks_in_248861 ul.ZipBarShadow {
	box-shadow:0 2px 4px rgba(0,0,0,0.35);
}
#stacks_in_248861 ul.ZipBar {
	background-color:rgba(205, 205, 205, 1.00);
	border: 1px solid rgba(205, 205, 205, 1.00);
	border-left-color: rgba(185, 185, 185, 1.00);
	border-bottom-style: none;
	border-radius:3px;
	display: table;
	list-style:none;
	overflow: hidden;
	padding:0;
	white-space:nowrap;
}




#stacks_in_248861 ul.ZipBar{
	margin: 1em auto;
}



#stacks_in_248861 ul.ZipBar li.ZipBarItem {
	display: table-cell;
	margin:0;
	padding:0;
	position: relative;
	text-align: left;
	white-space:nowrap;
}

#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarItemTitle {
	display: block;
	margin: 0;
	padding: 0.50em 1.00em;
	text-decoration: none;
	text-shadow:rgba(0,0,0,0.15) 0 -1px 0,rgba(255,255,255,0.15) 0 1px 0;
	white-space: nowrap;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarItemTitle:link,
#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarItemTitle:visited {
	border: 1px solid rgba(205, 205, 205, 1.00);
	border-left: 1px solid rgba(190, 190, 190, 1.00);
	border-right: 1px solid rgba(220, 220, 220, 1.00);
	color: rgba(103, 103, 103, 1.00);
}

#stacks_in_248861 ul.ZipBar li.ZipBarActive {
	background-color:rgba(244, 244, 244, 1.00);
}

#stacks_in_248861 ul.ZipBar li.ZipBarActive a.ZipBarItemTitle:link {
	border: 1px solid rgba(244, 244, 244, 1.00);
	border-left-color:rgba(244, 244, 244, 1.00);
	border-right-color:rgba(234, 234, 234, 1.00);
	border-bottom-color:rgba(204, 204, 204, 1.00);
	color:rgba(113, 113, 113, 1.00);
	text-decoration: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#stacks_in_248861 ul.ZipBar li.ZipBarItem:hover {
	background-color:rgba(234, 234, 234, 1.00);
}

#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarItemTitle:hover,
#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarActive:hover {
	border: 1px solid rgba(234, 234, 234, 1.00);
	border-left-color:rgba(244, 244, 244, 1.00);
	border-right-color:rgba(224, 224, 224, 1.00);
	border-bottom-color:rgba(204, 204, 204, 1.00);
	color:rgba(103, 103, 103, 1.00);
	outline: none;
}

#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarItemTitle:focus,
#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarActive:focus {
	border: 1px solid rgba(234, 234, 234, 1.00);
	border-left-color:rgba(244, 244, 244, 1.00);
	border-right-color:rgba(224, 224, 224, 1.00);
	border-bottom-color:rgba(204, 204, 204, 1.00);
	color:rgba(103, 103, 103, 1.00);
	outline: none;
	background-color:rgba(234, 234, 234, 1.00);
}

#stacks_in_248861 ul.ZipBar li.ZipBarItem:first-child,
#stacks_in_248861 ul.ZipBar li.ZipBarItem:first-child a.ZipBarItemTitle {
	border-radius:3px 0 0 3px;
}

#stacks_in_248861 ul.ZipBar li.ZipBarItem:last-child,
#stacks_in_248861 ul.ZipBar li.ZipBarItem:last-child a.ZipBarItemTitle {
	border-radius: 0 3px 3px 0;
	border-right: none;
}

#stacks_in_248861 li.ZipBarGrad {
	zoom:1;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(255,255,255,0.1)),to(rgba(0,0,0,0.1)));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1),rgba(0,0,0,0.1));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1),rgba(0,0,0,0.1));
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF,endColorstr=#26000000)";
	/* IE 10 */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.1),rgba(0,0,0,0.1));
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.1),rgba(0,0,0,0.1));
}


#stacks_in_248861 div.ZipBarContent{
	display:none;
	margin-bottom:1em;
}

@media screen and (max-width: 768px) {
	#stacks_in_248861 ul.ZipBar li.ZipBarItem {
		white-space: wrap;
		display: block;
		border-left: none;
		border-right: none;
	}
	
	#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarItemTitle:link,
	#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarItemTitle:visited,
	#stacks_in_248861 ul.ZipBar li.ZipBarItem a.ZipBarItemTitle:hover,
	#stacks_in_248861 ul.ZipBar li.ZipBarActive a.ZipBarItemTitle:link,
	#stacks_in_248861 ul.ZipBar li.ZipBarActive a.ZipBarItemTitle:visited,
	#stacks_in_248861 ul.ZipBar li.ZipBarActive a.ZipBarItemTitle:hover {
		border: none;
	}
	
	#stacks_in_248861 ul.ZipBar li.ZipBarItem {
		border-bottom: 1px solid rgba(234, 234, 234, 1.00);
	}
	
	#stacks_in_248861 ul.ZipBar li.ZipBarItem:first-child,
	#stacks_in_248861 ul.ZipBar li.ZipBarItem:first-child a.ZipBarItemTitle{
		border-radius: 3px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	#stacks_in_248861 ul.ZipBar li.ZipBarItem:last-child,
	#stacks_in_248861 ul.ZipBar li.ZipBarItem:last-child a.ZipBarItemTitle{
		border-radius: 3px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom: none;
	}
}

@media print {
	.ZipBar {
		display: none !important;
	}
	.ZipBarContent {
		display: block !important;
		visibility: visible !important;
		opacity: 1.00 !important;
	}
}




#stacks_out_248867 {
	width: 380px;
}

#stacks_out_248869 {
	margin-left:0;
}

#stacks_out_248871 {
	margin-left:0;
}

#stacks_out_248877 {
	margin-left:0;
}

#stacks_out_248881 {
	margin-left:0;
}

#stacks_out_248885 {
	width: 380px;
}

#stacks_out_248887 {
	margin-left:0;
}

#stacks_out_248891 {
	margin-left:0;
}

#stacks_out_248895 {
	width: 380px;
}

#stacks_out_248897 {
	margin-left:0;
}

#stacks_out_248901 {
	margin-left:0;
}

#stacks_out_248905 {
	width: 380px;
}

#stacks_out_248907 {
	margin-left:0;
}

#stacks_out_248911 {
	margin-left:0;
}

#stacks_out_248915 {
	width: 380px;
}

#stacks_out_248917 {
	margin-left:0;
}

#stacks_out_248921 {
	margin-left:0;
}

#stacks_out_248927 {
	width: 380px;
}

#stacks_out_248929 {
	margin-left:0;
}

#stacks_out_248931 {
	margin-left:0;
}

#stacks_out_248935 {
	width: 380px;
}

#stacks_out_248937 {
	margin-left:0;
}

#stacks_out_248939 {
	margin-left:0;
}

#stacks_out_248945 {
	margin-left:0;
}

#stacks_out_248947 {
	margin-left:0;
}
