#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;}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  top: -35px;
  bottom: 15px;
}

.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%;}

/* custom page styles */

.emphasis-green {color:#C1EE86; font-weight:600;}
.text-overlay strong {font-weight:700}
.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;}
.animline{background-color:#3D6321;display:inline-block;height:4px;transition:all 0.5s ease-in-out;width:0;will-change:transform;}
.animline.anim-done{width:100% !important;}
.metric {}
.countertitle {font-size: 1.25rem;text-align:center;line-height:1.3;}
.countcontainer {
	color: #E07700;
	font-size: 2.5rem;
	line-height:1.1;
	font-weight: 600;
	text-align:center;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #0079C2;
	box-shadow:none;
}
.tab-pane {padding: 1em 0 0.5em 0;}	

/* PARALLAX */

.parallax {
	margin:0 -15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.parallax1 {
	background-image: url(" /news/features/2024/images/202410-ntp-getty-1332155010-sm.jpg");
	height: 550px;
}
.parallax2 {
	background-image: url("/news/features/2024/images/202410-ntp-getty-1282144461-sm.jpg");
	height: 440px;
}
.parallax3 {
	background-image: url("/news/features/2024/images/202410-ntp-getty-1329323481-sm.jpg");
	height: 500px;
}
.parallax4 {
	background-image: url("/news/features/2024/images/202410-ntp-getty-200362007-001-sm.jpg");
	height: 500px;
}
.parallax5 {
	background-image: url("/news/features/2024/images/202410-ntp-getty-525039348-sm.jpg");
	height: 500px;
}
.text-overlay {
	font-size:1.25em; 
	color:#fff; 
	padding:1em; 
	background: rgba(0, 0, 0, 0.85); 
	text-align:center;
}
.blue-callout {
	background-color:#0079C2;
	color:#fff;
	padding:1.5rem;
}

/* RESPONSIVE STYLES */

@media (min-width: 576px) {
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  		top: -65px;
	}
}

@media only screen and (min-width : 768px) {
	.parallax1 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-1332155010-md.jpg");
	}
	.parallax2 {
		background-image: url("	/news/features/2024/images/202410-ntp-getty-1282144461-md.jpg");
		height: 550px;
	}
	.parallax3 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-1329323481-md.jpg");
		height: 550px;
	}
	.parallax4 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-200362007-001-md.jpg");
		height: 550px;
	}
	.parallax5 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-525039348-md.jpg");
		height: 550px;
	}
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	  top: -95px;
	}
}

@media only screen and (min-width : 992px) {
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	  top: auto;
	}
	.bgvid-text {
		background: rgba(0, 0, 0, 0.85);
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
		width:55%;
	}
	.bgvid-text h1 {font-size: 2em;}
	.parallax {
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.text-overlay {max-width:75%;}
}

@media only screen and (min-width : 1200px) {
	.text-overlay {max-width:65%;}
}

@media only screen and (min-width : 1600px) {
	.parallax1 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-1332155010-xl.jpg");
	}
	.parallax2 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-1282144461-xl.jpg");
	}
	.parallax3 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-1329323481-xl.jpg");
	}
	.parallax4 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-200362007-001-xl.jpg");
	}
	.parallax5 {
		background-image: url("/news/features/2024/images/202410-ntp-getty-525039348-md.jpg");
	}
}

/* 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; }
}
