body {
	color: #484848;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
.sp-interview-banner {
	background: url("../img/sp-interview-library.jpg") no-repeat;
	font-size: 50px;
}
.sp-abt-bg {
	background: url("../img/about-overlay-banner.jpg") no-repeat;
}
.sp-abt-content {
	min-height: 120px;
}
.sponsor-section h5 {
	font-size: 17px;
	margin-bottom: 25px;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color: #00A4E4 !important;
    border-color: #00A4E4 !important;
    color: #ffffff !important;
}
.page-link:focus, .page-link {
    color: #696969 !important;
}
.entry-content iframe{
	width: 100%;
}
.sp-middle-image {
	margin-top: 2.7rem;
}
.overlay-interview {
	width: 80% !important;
}
@media(max-width: 1199px) {
	.sp-middle-image {
	    margin-top: 0rem;
	}
}
@media(max-width: 991px) {
	 .entry-content iframe {
	    height: 300px;
	  }
	  .sp-middle-image {
	    margin-top: 0.7rem;
	    padding: 25px;
	    background: #f5f2f2;
	}
}
@media(max-width: 767px) {
	 .entry-content iframe {
	    height: 250px;
	  }
}