#byline {display:none;}

/* VIDEO */
.background-video .embed-responsive-16by9::before {padding-top: 42.25%;}
.background-video .embed-responsive, .background-video .embed-responsive-item, .background-video .embed-responsive video {height:auto;}
.bgvid {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;	
	height: auto; 
	margin: 0; 
	padding: 0;
}
.background-video {margin: -38px -15px 0  -15px;}
.bgvid-text {
	color: #fff;
	text-align:center;
	background: rgba(0, 0, 0, 1);
	padding:1em;
	margin-top:-5px;
}
.vidcontrol {position: absolute;top:16px; right:3%;}
.emphasis-green {color:#C1EE86; font-weight:600;}
.text-overlay strong {font-weight:700}

/* PARALLAX */

.parallax {
	margin:0 -15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.parallax1 {
	background-image: url("/news/features/2024/images/202408-hpc-66175-sm.jpg");
	height: 550px;
}
.parallax2 {
	background-image: url("/news/features/2024/images/202408-hpc-85513-sm.jpg");
	height: 550px;
}
.text-overlay {
	font-size:1.25em; 
	color:#fff; 
	padding:1em; 
	background: rgba(0, 0, 0, 0.85); 
	text-align:center;
}

/* RESPONSIVE STYLES */

@media (min-width: 576px) {

}

@media only screen and (min-width : 768px) {

}

@media only screen and (min-width : 992px) {
	.bgvid-text {
		background: rgba(0, 0, 0, 0.85);
		position: absolute;
		top: 200px;
		left: 50%;
		transform: translateX(-50%);
		width:55%;
	}
	.bgvid-text h1 {font-size: 2em;}
	.parallax1 {
		background-image: url("/news/features/2024/images/202408-hpc-66175-md.jpg");
	}
	.parallax2 {
		background-image: url("/news/features/2024/images/202408-hpc-85513-md.jpg");
	}
	.parallax {
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.text-overlay {width:65%;}
}

@media only screen and (min-width : 1200px) {

}

@media only screen and (min-width : 1600px) {
	.parallax1 {
		background-image: url("/news/features/2024/images/202408-hpc-66175-xl.jpg");
	}
	.parallax2 {
		background-image: url("/news/features/2024/images/202408-hpc-85513-xl.jpg");
	}
}
/* Infographic */
#kestrel p {font-size: 18px;}
#kestrel h2 {color: #000;}
#kestrel .card {border-color:#F2EFEF;}
#kestrel .card-header {font-size:28px;background-color:#F2EFEF;border-bottom:none;font-weight:500;}
#kestrel .card-body {line-height:1.2;}
.icon-kestrel {height: 61px; width: 61px;}
.icon-eagle {height: 56px; width: 73px;}
.icon-peak {height: 128px; width: 213px}
.icon-map {height: 101px; width: 164px;}
.icon-network {height: 69px; width: 218px;}
.icon-efficiency {height: 69px; width: 125px;} 
.number-eagle, .number-kestrel {color:#000;font-size:24px;font-weight:500;}
.mb8em {margin-bottom:6em;}
.anim{opacity:0;transition:all 0.5s ease-in-out;will-change:transform;}
.anim-b,.anim-l,.anim-r{transform:translateY(50px);}
.anim-done{opacity:1 !important;transform:translate(0,0) !important;}
@media (max-width: 768px) {  
	.mb8em {margin-bottom:4em;}
}
/* ANIMATION */
.fadein2s {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera  12.1 */
	-moz-animation: fadein 2s; /* Firefox  16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera  12.1 */
	animation: fadein 2s;
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Firefox
@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
/* Safari, Chrome and Opera */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Opera  12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
