/**
 * Share Overlay Shortcode
 */
.inline-share-bar {
	margin: 10px 0;
	opacity: 0.8;
	text-align: center;
	width: 100%;
}
.inline-share-bar:hover {
	opacity: 1;
	transition-property: opacity;
	transition-timing-function: linear;
}
.inline-share-bar a {
	display: inline-block;
	padding: 0;
	width: 42px;
	height: 42px;
	background-size: 34px !important;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 5px 5px 0;
	color: #ffffff;
}
.inline-share-bar a:hover {
	transition-property: opacity, transform;
	transition-timing-function: linear, linear;
	transform: scale(1.1);
	text-decoration: none;
}
.inline-share-bar a.facebook-button {
	background-color: rgb(48, 88, 145);
	background-image: url(../img/facebook-share.svg);
}
	.no-svg .inline-share-bar a.facebook-icon {
		background-image: url(../img/facebook-share.png);
	}
.inline-share-bar a.twitter-button {
	background-color: rgb(85, 172, 238);
	background-image: url(../img/twitter-share.svg);
}
	.no-svg .inline-share-bar a.twitter-icon {
		background-image: url(../img/twitter-share.png);
	}
.inline-share-bar a.pinterest-button {
	background-color: #C91618;
	background-image: url(../img/pinterest-share.svg);
}
	.no-svg .inline-share-bar a.pinterest-icon {
		background-image: url(../img/pinterest-share.png);
	}

@media only screen and (max-width: 420px) {
	.inline-share-bar a {
		width: 36px;
		height: 36px;
		background-size: 28px !important;
	}
}


/**
* Video
*/
.video-player {
	clear: both;
	max-width: 560px;
	margin: auto;
}
.video-player .youtube-wrapper,
.video-player .widescreen-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto 1em auto;
	padding-bottom: 56.27%;
}
.video-player object,
.video-player embed,
.video-player iframe,
.multi-video-player object,
.multi-video-player embed,
.multi-video-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
}

/**
* Video Multiplayer - Horizontal List Below
*/
.video-multiplayer {
	width: 100%;
	position: relative;
}
.video-multiplayer .video-player {
	width: 100%;
	margin: 0 0 1rem;
	overflow: hidden;
	clear: none;
	border: 1px solid #FFF;
}
.dark-bar .video-multiplayer h2 {
	text-transform: none;
	font-size: 1.6rem;
	margin: .5rem 0;
	font-weight: bold;
}
.video-multiplayer #youtube-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-bottom: 56.27%;
}
.video-multiplayer #youtube-wrapper iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}
.ytp-large-play-button { 
	position: absolute;
	top: 36%;
	left: 41%;
	opacity: 0.7;
}
span.yt-play {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-size:cover;
	background-position: center;
	margin-top: -1rem;
}
.playlist-wrapper {
	padding: 0 50px;
}
.playlist-inner {
	position: relative;
}
.playlist {
	width: 100%; 
	height:auto !important;
	margin: 1rem 0;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
.playlist ul {
	margin: 0;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	padding: 0 0 1rem;
}
.playlist li {
	width: 124px;
	display: inline-block;
	position: relative;
	margin: 0 8px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: .8rem;
	vertical-align: top;
	border-bottom: 0 !important;
}
.playlist li a {
	display: block;
	text-decoration: none;
	line-height: 1.1;
	white-space: pre-wrap;
}
.playlist li img {
	display: block;
	background: #26547f;
	width: 100%;
	margin: 0 0 5px;
	height: auto;
	padding: 1px;
}
.playlist li.current-video img {
	background: #FFF;
}
.playlist li.current-video a {
	color: #000;
}
.als-viewport {
	width: 100% !important;
}
.als-wrapper {
	height: auto !important;
}
.als-prev, .als-next {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background: url(../img/cycle-prev.svg) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	cursor: pointer;
}
.als-prev{
	left: -50px;
}
.no-svg .als-prev  {
	background: url(../img/cycle-prev.png) no-repeat;
	background-size: contain;
}
.als-next{
	right: -50px;
	background: url(../img/cycle-next.svg) no-repeat;
}
.no-svg .als-next  {
	background: url(../img/cycle-next.png) no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 640px) {
	.playlist li a {
		color: #2e81c4;
	}
}

/* HORIZONTAL VIDEO PLAYER - playlist to the right */
.wide-format .video-multiplayer {
	margin: 40px 0;
}
.wide-format .video-multiplayer .video-player {
	width: 82%;
	margin: 0;
	overflow: hidden;
	clear: none;
}
.wide-format .video-multiplayer .playlist-wrapper {
	width: 16%; 
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
}
.wide-format .video-multiplayer .als-prev,
.wide-format .video-multiplayer .als-next {
	top: -20px;
	margin-left: -15px;
	right: auto;
	left: 50%;
	transform: rotate(90deg);
}
.wide-format .video-multiplayer .als-next {
	top: auto;
	bottom: -36px;
}
.wide-format .video-multiplayer .playlist-inner {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.wide-format .video-multiplayer .playlist {
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}
.wide-format .video-multiplayer .playlist ul {
	white-space: normal;
}
.wide-format .video-multiplayer .playlist li {
	margin: 0 0 5px;
	width: 100%;
	display: block;
}
@media all and (max-width: 640px) {
	.wide-format .video-multiplayer .video-player {
		width: 78%;
	}
	.wide-format .video-multiplayer .playlist-wrapper {
		width: 20%; 
	}
}
@media all and (max-width: 440px) {
	.wide-format .video-multiplayer .video-player {
		width: 72%;
	}
	.wide-format .video-multiplayer .playlist-wrapper {
		width: 26%; 
	}
	.wide-format .video-multiplayer .playlist li span {
		display: none;
	}
}
/**no foundation accordion **/
ul.accordion{
	list-style:none;
	margin-left:0;
}
.no-foundation:before{
	content:"+";
	display:inline-block;
	width:2%;
	font-size:125%;
}
.no-foundation .dropdown-link:hover{
	opacity:0.7;
	cursor:pointer;
}
.no-foundation .dropdown-link{
	width:98%;
	display:inline-block;
	font-size:125%;
}
.no-foundation .dropdown-content{
	display:none;
	margin-left:20px;
}

.no-foundation.is-active .dropdown-content{
	display:block;
}