/* Helpers */
.wp-caption .wp-caption-text {
	text-align: left;
}

/* Remove Padding */
#primary.no-pad,
.layer.no-pad {
	padding-top: 0;
}

body.home.page-template-tmpl-news-home,
body.page-template-tmpl-news-home {
	height: 100%;
}

main.layer {
	height: calc(100% - 200px);
	min-height: 450px;
	padding-bottom: 0;
}

.page-template-tmpl-news-home main .main-slider {
	height: 100%;
}

.page-template-tmpl-news-home main .main-slider > .layer {
	background-position: top center;
	background-size: cover;
	height: 100%;
	position: relative;
}

.layer.img-bg.main > .inner {
	display: flex;
	align-items: flex-end;
	color: white;
}

.page-template-tmpl-news-home main .main-slider > .layer > * {
	position: relative;
	z-index: 2;
}

.page-template-tmpl-news-home main .main-slider > .layer:before {
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 73%,
		rgba(0, 0, 0, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 73%,
		rgba(0, 0, 0, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 73%,
		rgba(0, 0, 0, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-template-tmpl-news-home main.active .main-slider .main .inner .main-container .main-wrap {
	top: auto;
	bottom: 1em;
}

.page-template-tmpl-news-home main .main-slider .main .inner .main-container .main-wrap > div {
	background: none;
	border: none;
	float: none;
	font-size: 120%;
	max-width: 1400px;
	padding: 0 0 1em;
}

.page-template-tmpl-news-home main .main-slider .main .inner .main-container .main-wrap > div > * {
	margin-bottom: 1em;
}

.page-template-tmpl-news-home main .main-slider .main .inner .main-container .main-wrap > div > .slide-title {
	margin-bottom: 0.5em;
}

.page-template-tmpl-news-home main .main-slider .main .inner .main-container .main-wrap > div > *:last-child {
	margin-bottom: 0;
}

.page-template-tmpl-news-home main .main-slider .main a.btn {
	float: none;
}

.page-template-tmpl-news-home main.active,
body.admin-bar.page-template-tmpl-news-home main.active {
	height: calc(100% - 450px);
	min-height: 525px;
}

.page-template-tmpl-news-home .layer.img-bg {
	background-position: center;
}

/* Diamond Border */
.diamond.border-bottom {
	border-bottom: none;
}

.diamond.layer .diamond-end {
	display: none;
}

.diamond.border-bottom:last-child {
	border-bottom: 4px solid;
}

diamond.border-bottom:last-child .diamond-end {
	display: block;
}

#loadMore {
	cursor: pointer;
	width: 120px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

/* Share Icons */
.social-share {
	float: right;
	margin: 0;
	transform : scale(.8) ;
}

.social-share:before {
	display: none;
}

.social-share li.share-text {
	height: 14px;
	line-height: inherit;
	font-weight: 700;
/* 
	margin-right: 15px;
 */
	padding: 0;
	top: 0;
	width: 55px;
	clip-path : none ;
}

.social-share li {
	float: left;
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -10px;
	width: 35px;
	clip-path : ellipse(15px 15px at 50% 50%)
}

.social-share li:before {
	display: none;
}

.social-share li span {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	display: block;
	height: 35px;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s;
	width: 35px;
}

.social-share li span:hover {
	transform : scale(1.07)
}

.social-share li span.st_twitter:hover, .social-share li span.st_x-twitter:hover {
	transform : scale(1.3)
}

.social-share li span:hover span {
	font-size: 1.4em;
}

.social-share li .st_facebook {
/* 
	background: #3b5997;
	rebranded September 2023
 */
/* 
	background: #316FF6;
 */
 
 	background: #000;

}

.social-share li .st_twitter, .social-share li .st_x-twitter {
/* 
	background: #327fad;
	rebranded as of October 2023
 */
	background: #000;
}

.social-share li .st_linkedin {
/* 
	background: #0077b5;
 */
 
 	background: #000;

}

.social-share li .st_email {
/* 
	background: #94c93d;
 */
 
 	background: #000;

}

.social-share li .st_pinterest,
.social-share li .st_print {
/* 
	background: #cb2028;
 */
 
 	background: #000;

}

.fa-email:before {
	content: '\f003';
}

.social-share li span a {
	color: transparent;
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.social-share li span span {
	display: table-cell;
	font-size: 1em;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s;
	vertical-align: middle;
}

.print-btn .print-tip {
	background: #f3f3f3;
	border: 1px solid #ccc;
	box-shadow: none;
	color: #111 !important;
	display: block;
	height: auto;
	margin-left: -180px;
	max-width: 400px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	top: 100%;
	left: -50%;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s;
	width: 360px;
}

.print-btn:hover .print-tip {
	opacity: 1;
}

/* Social Media Section */
.social-wrap {
	background: #f2ece6;
	border: 1px solid #ccc;
	margin: 0 0 2em;
}

.social-wrap > * {
	padding: 8px 12px 10px;
}

.social-wrap > h4 {
	background: #111;
	color: #fff !important;
	font-size: 1.3em;
	padding: 8px 12px 12px;
}

.social-wrap > .dep-wrap {
	border-bottom: 1px solid #ccc;
	height: auto;
	min-height: 60px;
	justify-content: space-between;
}

.social-wrap > .dep-wrap:last-child {
	border-bottom: none;
}

.social-wrap > .dep-wrap > span {
	height: auto !important;
	font-weight: bold;
	line-height: 40px;
}

.social-wrap > .dep-wrap > ul {
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.social-wrap > .dep-wrap > ul > li {
	display: block;
	height: 40px;
	margin: 0 5px 0 0;
	padding-bottom: 0;
	width: 40px;
}

.social-wrap > .dep-wrap > ul > li:last-child {
	margin-right: 0;
}

.social-wrap > .dep-wrap > ul > li > a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	height: 100%;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.social-wrap > .dep-wrap > ul > li > a:before {
	transition: all .25s ease;
	font-size: 1em;
}

.social-wrap > .dep-wrap > ul > li:hover > a.fa.fa-twitter:before {
	background-size: 55% auto;
}

.social-wrap > .dep-wrap > ul > li:hover > a,
.social-wrap > .dep-wrap > ul > li > a.fa-tiktok {
	background: #111;
}

.social-wrap > .dep-wrap > ul > li:before {
	display: none;
}

.social-wrap > .dep-wrap > ul > li:hover a:before {
    font-size: 1.2em;
}

/* Video Masthead */
.video-masthead {
	display: block;
	height: calc(450px + 60px);
	position: relative;
	width: 100%;
	z-index: 1;
}

.video-masthead .bg-overlay {
	background: repeating-linear-gradient(
		145deg,
		rgba(0, 0, 0, 0.15),
		rgba(0, 0, 0, 0) 1px,
		rgba(0, 0, 0, 0) 1px,
		rgba(0, 0, 0, 0.1) 3px
	);
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.video-masthead .tv {
	background: rgba(0, 0, 0, 1);
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

.video-masthead .tv.soundcloud-tv {
	z-index: 11111;
}

.video-masthead .tv,
.video-masthead .tv iframe#sc-frame {
	opacity: 1;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0 !important;
	width: 100% !important;
	height: 100%;
}

.video-masthead .tv,
.video-masthead .tv iframe {
	display: block;
	left: 0;
	text-align: center;
}

.video-masthead .tv iframe {
	height: 400%;
	max-height: 400%;
	max-width: 300%;
	opacity: 0.5;
	position: absolute;
	top: -100%;
	left: -100%;
	width: 300%;
}

.video-masthead > .inner {
	display: table;
	height: calc(100% - 60px);
	margin-top: 0;
	padding: 0;
	position: relative;
	top: 60px;
	z-index: 1000;
}

.video-masthead > .inner > .spacing {
	display: table-cell;
	height: 100%;
	margin-top: 0;
	vertical-align: middle;
	width: 100%;
	padding: 0;
	z-index: 1000;
}

.video-masthead a.thumb {
	background-position: center;
	background-size: cover;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.75);
	display: block;
	height: 394px;
	max-width: 700px;
	overflow: hidden;
	margin: 0 auto;
	width: auto !important;
}

.video-masthead a.thumb > i {
	color: #000;
	display: block;
	height: 34px;
	font-size: 40px;
	margin: -20px 0 0 -17px;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.25s;
	width: auto;
}

.video-masthead a.thumb > i:before {
	position: relative;
	top: -2px;
	z-index: 10;
}

.video-masthead a.thumb > i:after {
	background: rgba(255, 255, 255, 1);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color: rgba(255, 255, 255, 1);
	content: '';
	display: block;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	z-index: 1;
}

.video-masthead a.btn,
.video-masthead .tv-bg {
	display: none;
}

@media only screen and (max-width: 1100px) {
	.single #main {
		overflow: visible;
	}
	#primary.no-pad {
		padding-top: 2em;
	}
	.flex-box.stay-flex {
		display: flex;
	}
	.social-wrap > .dep-wrap {
		height: auto;
	}
	.social-wrap > .dep-wrap > span {
		height: auto;
		line-height: 120%;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 850px) {
	.video-masthead {
		height: 250px;
	}
	.sc-wrap {
		height: 190px !important;
	}
	.video-masthead .tv,
	.video-masthead a.thumb {
		display: none;
	}
	.video-masthead .tv.soundcloud-tv {
		display: block;
	}
	.video-masthead .tv-bg {
		display: block;
		height: 100%;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		position: absolute;
		width: 100%;
		z-index: 1;
	}

	.video-masthead a.btn {
		background: #fff;
		border: 1px solid #111;
		color: #111;
		display: block;
		font-size: 1.3em;
		margin: 0 auto;
		padding: 10px 10px 6px;
		position: relative;
		text-align: right;
		width: 190px;
	}
	.video-masthead a.btn:hover {
		color: #111;
	}
	.video-masthead a.btn:before {
		background: #fff;
		border-radius: 50%;
		color: #111;
		content: '\f144';
		display: block;
		font-size: 22px;
		font-family: FontAwesome;
		height: 20px;
		line-height: 20px;
		margin: -10px 0 0 10px;
		position: absolute;
		left: 0;
		top: 50%;
		text-align: center;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s;
		width: 20px;
	}
}
@media only screen and (max-width: 550px) {
	.single #main .social-share {
		float: none;
		height: 45px;
		margin-bottom: 0;
		padding: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1000;
	}
	.single #main .social-share li.share-text {
		display: none;
	}
	.single #main .social-share li {
		width: 20%;
	}
	.single #main .social-share li {
		top: 0;
		width: 25%;
		height: 100%;
	}
	.single #main .social-share li > span {
		margin: 0;
		height: 100%;
		width: 100%;
	}
	.single #main .social-share li > span:hover {
		margin: 0 !important;
	}
}
