@media (min-width : 700px) and (max-width : 991px) {
	/* strip mobile text and bg color from filter */
	.dropdown-button {width: 120px !important;}
	.filter-bar .filter-item {padding: 10px 10px !important;}
	
}
@media (min-width : 650px) and (max-width : 699px) {
	/* strip mobile text and bg color from filter */
	.dropdown-button {width: 120px !important;}
	.filter-bar .filter-item {padding: 10px 4px !important;}
	
}
@media (min-width : 470px) and (max-width : 649px) {
	/* strip mobile text and bg color from filter */
	.dropdown-button {width: 120px !important;}
	.filter-bar .filter-item {text-indent:-9999px !important;}
	.filter-bar .filter-item {padding: 10px 15px 10px 18px !important;}
}
@media (max-width:520px)  {
	.filter-title{display:none;}
}
@media (min-width : 400px) and (max-width : 469px) {
	.dropdown-button {width: 120px !important;}
	.filter-bar .filter-item {text-indent:-9999px !important;}
	.filter-bar .filter-item {padding: 10px 8px 10px 10px !important;}
	
}
@media (max-width:399px)  {
	/* strip mobile text and bg color from filter */
	.dropdown-button {width: 120px !important;}
	.filter-bar .filter-item {text-indent:-9999px !important;}
	.filter-bar .filter-item {padding: 10px 5px 10px 9px !important;}
	.filter-bar .filter-item.active[data-category="all"] { background-color: #003B64;color: #fff;transition: color 1s ease;}
	.filter-bar .filter-item.active[data-category="news"] { background-color: #003B64;color: #fff;transition: color 1s ease;}
	.filter-bar .filter-item.active[data-category="articles"] { background-color: #003B64;color: #fff;transition: color 1s ease;}
	.filter-bar .filter-item.active[data-category="recognitions"] { background-color: #003B64;color: #fff;transition: color 1s ease;}
	.filter-bar .filter-item.active[data-category="multimedia"] { background-color: #003B64;color: #fff;transition: color 1s ease;}
	
}

@media (max-width:799px)  {
	
	.posts-listing .post-thumbnail img {width: 100px !important;height: 100px !important;border-radius: 50%;}
	.post-date{display:none !important;}
	.post-date-mobile{display: inherit !important; font-size: 14px; line-height: 16px;}
	.post-date-mobile i{padding-right: 5px;}
	.posts-listing .post-item {
		/* display: inline-flex !important; */
		justify-content: space-between;
		background-color: white;
		padding: 25px !important;
		border-radius: 8px;
		margin-bottom: 30px;
	}
	.posts-listing .post-thumbnail {
		/* position: fixed; */
		margin-right: 0px !important;
		width: auto;
		height: 100%;
		top: 70px;
	}
	.post-category {
		float: left !important;
		left: -125px !important;
	}
	
	.post-item[data-category="news"] .post-category, .post-item[data-category="articles"] .post-category, .post-item[data-category="recognitions"] .post-category, .post-item[data-category="video/podcasts"] .post-category {
		margin-right: 0px; /* Space between filter items */
		cursor: pointer;
		padding: 10px 20px;
		display: flex;
		align-items: center;
		position: absolute !important;
		color: #003B64;
		font-size: 14px;
		background: none;
		transition: color .5s ease; /* Smooth transition for color change */
	}
	.post-content {
		width: 80% !important;
		float: right;
		margin-left: 30px;
	}
	.cat-social {
		display: block !important;
		width: 100% !important;
		padding-bottom: 10px;
	}
	.um-share {
		float: right !important;
		color: #ffffff !important;
		padding: 9px 14px !important;
		background-color: #003B64;
		/* margin: -43px 0px 0px 8px; */
	}
	h2.post-listing-title {font-size: 20px; line-height: 24px; ont-weight: 700; margin-top: 15px; letter-spacing: normal !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		width: 100% !important;
		color: #003B64;}
		.post-content p{--max-lines: 2; display: -webkit-box; -webkit-line-clamp: var(--max-lines); overflow: hidden; -webkit-box-orient:vertical;  padding-top: 45px !important;position: relative;padding-bottom: 0px !important;margin-left: -120px;}
		.right-arrow-readmore {margin-top: -115px;padding-bottom: 70px;}
}

.post-date-mobile{display: none;}
/* Styles for the filter-bar */
.filter-bar {
	display: flex;
	justify-content: space-between; /* Ensures dropdown goes to the right */
	align-items: center; /* Centers items vertically within the filter bar */
	padding: 10px;
	margin-top: 15px;
	background: none;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* Styles for the filter items */
.filter-bar ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
.filter-title{padding-top:10px; padding-right:14px; font-weight: 700; font-size: 14px;}
.post-item[data-category="news"] .post-category, .post-item[data-category="articles"] .post-category, .post-item[data-category="recognitions"] .post-category, .post-item[data-category="video/podcasts"] .post-category,  .filter-bar .filter-item {
	margin-right: 0px; /* Space between filter items */
	cursor: pointer;
	padding: 9px 20px;
	display: flex;
	align-items: center;
	position: relative;
	color: #003B64;
	font-size: 14px;
	background: none;
	transition: color .5s ease; /* Smooth transition for color change */
}

.post-item[data-category="news"] .post-category:hover,
.post-item[data-category="articles"] .post-category:hover,
.post-item[data-category="recognitions"] .post-category:hover,
.post-item[data-category="video/podcasts"] .post-category:hover,
.filter-bar .filter-item:hover {
	color: #003A6499; /* 25% lighter color */
}

.filter-bar .filter-item.active {

}

/* Adding icons before the filter text */
.post-item[data-category="news"] .post-category::before, .post-item[data-category="articles"] .post-category::before, .post-item[data-category="recognitions"] .post-category::before, .post-item[data-category="video/podcasts"] .post-category::before,
.filter-bar .filter-item::before {
	content: '';
	display: inline-block;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* Specific icons for each filter item */
.filter-bar .filter-item[data-category="all"]::before {
	background-image: url('/wp-content/uploads/all-black.svg');
	filter: invert(20%) sepia(22%) saturate(3704%) hue-rotate(175deg) brightness(90%) contrast(106%);
}
.filter-bar .filter-item.active[data-category="all"]::before {
	background-image: url('/wp-content/uploads/all-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
}
.filter-bar .filter-item.active[data-category="all"] {
	background-color: #003B64;
	color: #fff;
	transition: color 1s ease; /* Smooth transition for color change */
}
.filter-bar .filter-item[data-category="news"]::before {
	background-image: url('/wp-content/uploads/news-black.svg');
	filter: invert(20%) sepia(22%) saturate(3704%) hue-rotate(175deg) brightness(90%) contrast(106%);
}
.filter-bar .filter-item.active[data-category="news"]::before {
	background-image: url('/wp-content/uploads/news-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
}
.post-item[data-category="news"] .post-category, .filter-bar .filter-item.active[data-category="news"] {
	background-color: #003B64;
	color: #fff;
	transition: color 1s ease; /* Smooth transition for color change */
}
.post-item[data-category="news"] .post-category::before{
background-image: url('/wp-content/uploads/news-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
	content: '';
	display: inline-block;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}

.filter-bar .filter-item[data-category="articles"]::before {
	background-image: url('/wp-content/uploads/articles-black.svg');
}
.filter-bar .filter-item.active[data-category="articles"]::before {
	background-image: url('/wp-content/uploads/articles-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
}
.post-item[data-category="articles"] .post-category, .filter-bar .filter-item.active[data-category="articles"] {
	background-color: #003B64;
	color: #fff;
	transition: color 1s ease; /* Smooth transition for color change */
}
.post-item[data-category="articles"] .post-category::before{
background-image: url('/wp-content/uploads/articles-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
	content: '';
	display: inline-block;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}

.filter-bar .filter-item[data-category="recognitions"]::before {
	background-image: url('/wp-content/uploads/recognitions-black.svg');
}
.filter-bar .filter-item.active[data-category="recognitions"]::before {
	background-image: url('/wp-content/uploads/recognitions-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
}
.post-item[data-category="recognitions"] .post-category, .filter-bar .filter-item.active[data-category="recognitions"] {
	background-color: #003B64;
	color: #fff;
	transition: color 1s ease; /* Smooth transition for color change */
}
.post-item[data-category="recognitions"] .post-category::before{
    background-image: url('/wp-content/uploads/recognitions-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
	content: '';
	display: inline-block;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}

.filter-bar .filter-item[data-category="multimedia"]::before {
	background-image: url('/wp-content/uploads/video-podcast-black.svg');
}
.filter-bar .filter-item.active[data-category="multimedia"]::before {
	background-image: url('/wp-content/uploads/video-podcast-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
}
.post-item[data-category="video/podcasts"] .post-category, .filter-bar .filter-item.active[data-category="multimedia"] {
	background-color: #003B64;
	color: #fff;
	transition: color 1s ease; /* Smooth transition for color change */
}
.post-item[data-category="video/podcasts"] .post-category::before{
    background-image: url('/wp-content/uploads/video-podcast-black.svg');
	filter: invert(97%) sepia(3%) saturate(201%) hue-rotate(219deg) brightness(115%) contrast(100%);
	content: '';
	display: inline-block;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* Styles for the dropdown */

.filter-bar #year-filter {
	background-color: #EAEEF4;
	border:none;
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 160px; /* Adjust width as necessary */
	color: #003B64;
}

/* Styles for the posts listing */
.posts-listing .post-item {
	display: flex;
	justify-content: space-between;
	background-color: white; /* Set background to white */
	padding: 59px 45px;
	border-radius: 8px; /* Round corners */
	margin-bottom: 30px; /* Space between posts */
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for a subtle effect */ */
}

.posts-listing .post-thumbnail {
	margin-right: 20px;
	width: auto;
	height: 100%;
}

.posts-listing .post-thumbnail img {

}

.posts-listing .post-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.posts-listing .post-meta {
	display: flex;
	justify-content: space-between; /* Date on the left, category on the right */
	margin-bottom: 10px;
	font-size: 14px;
	color: #888; /* Grey color for date and category text */
}
.post-meta .post-date{font-size: 16px; }
h2#current-category-title {
	text-align: center;
	padding: 85px 0px 50px 0px;
	color: #003B64;
}
h2.post-listing-title{
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	width: 100% !important;
	color: #003B64;
}
h2.post-listing-title a:hover{
	color: #666666 !important;
}


.right-arrow-readmore{
 background: none;
  border:none;
  text-decoration: none;
  font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color:#13A3DB;
}
.right-arrow-readmore a {
	text-decoration: none;
	float: left;
	font-size: 18px;
	color: #13A3DB;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: -7px;
	
}
.right-arrow-readmore a:hover{text-decoration: none;}
.right-arrow-readmore a i {
	color: #fff;
	background: #13A3DB;
	border-radius: 100%;
	padding: 4px 4px;
	font-size: 10px;
	position: absolute;
	border: 1px solid #fff;
	margin-top: 2px !important;
	margin-left: 5px;
}

.right-arrow-readmore:hover a i{
  color: #13A3DB;
background:#fff;
border:1px solid #13A3DB;
}



.custom-select {
	position: relative;
	font-family: Arial;
}

.select-selected {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.select-selected i {
	transition: transform 0.3s ease;
}

/* Arrow rotation effect */
.select-selected.active i {
	transform: rotate(180deg);
}

.select-items {
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	z-index: 99;
	width: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Hidden by default */
.select-hide {
	display: none;
}

.select-items div {
	padding: 10px;
	cursor: pointer;
}

.select-items div:hover {
	background-color: #f1f1f1;
}
.um-share {
	float: right;
	color: #ffffff !important;
	padding: 9px 14px !important;
	background-color: #003B64;
	margin: 1px 0px 0px 8px;
} 
.cat-social{display: flex;}
.um-share:hover .fa-share-alt:before{float:right; color:#003B64 !important;}
.cat-social {
	position: relative;
}

.social-icons-container {
	position: absolute;
	top: 0; /* Adjust as per your design */
	right: 0; /* Adjust as per your design */
	display: none; /* Initially hidden */
	background: white; /* Optional: to ensure visibility */
	z-index: 10; /* To ensure it appears above other elements */
}

.social-icons-container.active-elm {
	display: block; /* Show when active */
}

.cat-social .ultimate-layouts-social-share {
	display: none; 
}

.cat-social .ultimate-layouts-social-share.active-elm {
	display: block;
}

.um-share .ultimate-layouts-social-share{
	position: absolute;
	top: 100% !important;
	background-color: rgba(194, 14, 55, 0.973);
	border: none !important;
	border-radius: inherit !important;
	border-top-left-radius: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	-ms-border-top-left-radius: 0px!important;
	-o-border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	-ms-border-top-right-radius: 0px !important;
	-o-border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	-ms-border-bottom-left-radius: 0px !important;
	-o-border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	-ms-border-bottom-right-radius: 0px !important;
	-o-border-bottom-right-radius: 0px !important;
	margin-top: 0px !important;
	margin-left: -14px !important;
	width: 40px !important;
	padding:0px 2px !important;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
	@include transiton-builder(opacity 0.1s ease-in-out, visibility 0.1s ease-in-out);		
	.ultimate-layouts-share-item {
		float:left;
		a {
			width: 30px;
			height: 30px;
			background-color:rgba(34,34,34,1.0);
			color: rgba(255,255,255,1.0);
			text-align: center;
			@include border-radius(3px);
			display: block;
			margin: 3px;
			font-size: 14px;
			line-height: 30px;					
			i {
				line-height: 1;
			}
			&:focus{
				color: rgba(255,255,255,1.0);
			}
			&:hover{
				background-color:rgba(153,153,153,1.0);
				color:rgba(255,255,255,1.0);
			}
		}
	}

	&.active-elm{
		opacity:1;
		visibility:visible;
	}
}
.um-share .ultimate-layouts-social-share .ul-email a,.um-share .ultimate-layouts-social-share .ul-twitter a,.um-share .ultimate-layouts-social-share .ul-facebook a,.um-share .ultimate-layouts-social-share .ul-linkedin a {
	background-color: #003B64 !important;
}
.um-share .ultimate-layouts-social-share .ul-email a:hover,.um-share .ultimate-layouts-social-share .ul-twitter a:hover, .um-share .ultimate-layouts-social-share .ul-facebook a:hover,.um-share .ultimate-layouts-social-share .ul-linkedin a:hover {
	background-color: #EDEDED !important;
	color: #003B64 !important;
}

.ultimate-layouts-metas>.ultimate-layouts-metas-wrap>[data-action="share"], .ultimate-layouts-metas-st2>.ultimate-layouts-metas-wrap>[data-action="share"] {}
.um-share:hover{ background-color: #EDEDED !important;
	color: #003B64 !important;}
.fa-share-alt:before{color: #ffffff !important;}
.um-share .fa-share-alt:hover{color: #003a64 !important;}

.um-share .ultimate-layouts-social-share .ultimate-layouts-share-item a {
	width: 40px !important;
	height: 40px;
	background-color: #003B64 !important;
	color: #fff;
	margin: -1px 0px 0px -2px !important;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 5px;
}
/* Container for posts to ensure overlay covers only the posts */
.posts-container {
	position: relative;
}

/* Container for posts to ensure overlay covers only the posts */
.posts-container {
	position: relative;
}

/* Overlay for loading */
.posts-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234, 238, 244, 0.5); /* EAEEF4 at 30% opacity */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start; /* Align items to the top */
	z-index: 99;
	display: none; /* Hide overlay initially */
	padding-top: 20px; /* Add some padding to position loader away from the very top */
}

/* Animated circle loader */
.posts-animated-loader {
	border: 3px solid #3498db;
	margin: 0 auto;
	border-radius: 50%;
	border-top: 3px solid rgba(0, 59, 100, 0);
	width: 30px;
	height: 30px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	margin-top: 20px; /* Add some margin to position the loader */
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Muhammad css */
.select-wrapper{display:none;}

#year-filter {
  display: none;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  position: absolute;
	top: 25px;
	right: 15px;
}

.dropdown-button {
  background-color: #EAEEF4;
  color: #003B64;
  border: 0px solid #ccc;
  border-radius: 0px;
  padding: 10px 5px 10px 15px;
  font-size: 14px;
  font-family: 'Arial Nova' !important;
  cursor: pointer;
  height:40px;
  width: 160px; /* Adjust width as needed */
  padding-block:0px;
  text-align:left;
  position: relative; /* Needed for positioning the pseudo-element */
  transition: background-color 0.3s ease;
}
 .dropdown-button:focus {background-color: #EAEEF4;}

.dropdown-contents {
  display: none;
  position: absolute;
  top: 41px;
  right:0;
  background-color: #fff;
  z-index: 1;
  width: 100%;
}

.dropdown-item {
	padding: 10px;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 10px 15px 9px 15px;
	border-bottom: 1px solid #fff;
	color: #003B64;
	margin: 0;
	text-align: left;
	padding-right: 45px;
	background-color: #EAEEF4 !important;
	color: #003B64 !important;
	white-space: nowrap;
	font-size:14px;
}
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 1) !important;
}

/* adding icon */


/* Pseudo-element to add the Font Awesome icon */
.dropdown-button::after {
	content: "\f107"; /* Unicode for Font Awesome 'angle-down' icon */
	font-family: "Font Awesome 5 Free"; /* Name of the Font Awesome font */
	font-weight: 900; /* Required for solid style in Font Awesome 5+ */
	position: absolute;
	right: 15px; /* Adjust if needed */
	transition: transform 0.3s ease-in-out;
}

/* Button hover effect */
.dropdown-button:hover {
	background-color: #e0e0e0;
}

/* Rotate the icon on hover */
.dropdown-button:hover::after {
	transform: rotate(180deg);
}

/* Modal for Video Popup */


/* Custom Dropdown Styles */
/* .custom-dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-button {
	background-color: #EAEEF4;
	color: #003B64;
	border: 1px solid #ccc;
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
} */

.dropdown-button::after {
	content: "\f107"; /* Font Awesome 'angle-down' icon */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.dropdown-contents {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	z-index: 1;
	width: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
	padding: 10px;
	cursor: pointer;
}

.dropdown-item:hover {
	background-color: #f1f1f1;
}
/* Play Overlay */
.post-thumbnail {
	position: relative !important;
	overflow: hidden !important;
}

.play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #003B64;
	opacity: 0;
	/* transition: opacity 0.3s; */
}

.post-thumbnail:hover .play-overlay {
	opacity: 1;
}

.post-thumbnail::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: opacity 0.3s;
}

.post-thumbnail:hover::before {
	opacity: 1;
}

/* Modal for Video Popup */
.vid-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, .3);
	/* transition: opacity 500ms; */
	overflow: auto;
	z-index: 2000;
}

.modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	/* transition: all 5s ease-in; */
}

.modal-content .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal-content .close:hover,
.modal-content .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.video-content {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 95%;
}

#youtube-video {
	width: 100%;
	height: 90%;
	padding: 30px 30px 0px 30px;
}

#video-title {
	font-family: Arial Nova;
	font-size: 18px;
	color: #333;
	margin: 8px auto;
	text-align: center;
	color: #003B64;
}