html {
  scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: "../fonts/source_sans_proregular",sans-serif,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin:0;
	color:#000;
	min-width: 320px;
}
@font-face {
	font-family: '../fonts/source_sans_proregular';
	src: url('../fonts/sourcesanspro-regular-webfont.eot');
	src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
		url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: '../fonts/source_sans_prolight';
	src: url('../fonts/sourcesanspro-light-webfont.eot');
	src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
		url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
		url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
img { border-style:none; }
a {
	color:#262b59;
}
a:hover {
	color: #262b59;
	text-decoration: none; 
}
a:active { background-color: transparent; }
input,
textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

#header:after{
	content: '';
	display: block;
	clear: both;
}
#header .holder{
    background: url(../images/title.png) no-repeat scroll 90% 50%;
    margin: 0 auto;
    max-width: 1710px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
}
#header .block-right{
	float: right;
	width: 180px;
	margin: 10px 0 0;
}
.logo{
	position: absolute;
	left: 0;
	top: 0;
}
.logo img{
	width: 100%;
	height: auto;
}
.header-content{
	float: right;
	width: 216px;
	font-size:13px;
	line-height: 15px;
}

#header .top-nav{
	overflow: hidden;
	list-style: none;
	float: right;
	padding: 0;
	margin: 0 0 41px;
}
#header .top-nav li:first-child a{
	background: none;
	padding: 0;
}
#header .top-nav li:first-child{ margin: 0; }
#header .top-nav li{
	float: left;
	margin: 0 0 0 23px;
}
#header .top-nav li a{ color: #fff; }

#nav:after{
	content: '';
	display: block;
	clear:both;
}
#nav{
	background: #262b59;
	height: 30px;
}
#nav > ul:after{
	content: '';
	display: block;
	clear: both;
}
#nav > ul{
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 auto;
	max-width: 1366px;
	font-weight: normal;
	font-family: '../fonts/source_sans_prolight', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
*+html #nav > ul > li{ margin: 0 0 0 8px;}
#nav > ul > li:first-child{ margin: 0; }
#nav > ul > li{
	display: inline-block;
	margin: 0;
	position: relative;
}
#nav > ul > li > a{
	color: #fff;
	padding: 5px 13px;
	display: block;
	text-decoration: none;
}
#nav  ul  li:hover >  a{
	background: #fff;
	text-decoration: none;
	color: #262b59;
	text-shadow: none;
}
#nav ul li:hover .dropdown{ display: block; }
#nav .dropdown{
	text-align: left;
	overflow: hidden;
	padding: 4px 0;
	background: #262b59;
	display: none;
	position: absolute;
	z-index: 1;
}
#nav .dropdown li{white-space: nowrap;  }
#nav .dropdown li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 3px;
}
#header .search-form{
	float: right;
	margin: 0 0 15px;
	border: 1px solid #ccc;
}
#header input[type="text"] {
	background-color: white;
	/*background-image: url(../images/searchicon.png);*/
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border: medium none;
	box-sizing: border-box;
	float: right;
	font-size: 12px;
	line-height: 18px;
	padding: 1px 20px 1px 0;
	transition: width 0.4s ease-in-out 0s;
	width: 175px;
	color: #666;
}

#header .social-networks{
	float: right;
	font-size: 11px;
	line-height: 13px;
}
#header .social-networks a{ text-decoration: none; }
#header .social-networks img{ margin: 0 2px;}
#header .block-title{
    display: inline-block;
    text-align: center;
    width: 665px;
}
#header .block-title h2.donor-title{
	font-size: 45px;
	color: #f47e25;
	font-weight: bold;
}
#header .block-title h2{
    color: #262b59;
    font-size: 51px;
    line-height: 36px;
    margin: 0 0 10px;
    font-weight: bold;
}
#header .block-title strong{
	font-size: 22px;
	line-height: 22px;
	color: #5c8f66;
}
.visual{
	overflow: hidden;
	background:url(../images/bg-banner-15042016.png) no-repeat;
	height: 320px;
}
.visual .visual-holder{
	max-width: 1366px;
	margin: 0 auto;
	height: 309px;
	padding: 10px 0 0;
}
.visual .gallery {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.visual .gallery ul li img {
    height: auto;
    width: 100%;
    border-radius: 10px;
}
.visual .pagination {
	bottom: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
	z-index: 1;
}
.gallery .pagination li {
    float: left;
    list-style: outside none none;
    margin: 0 5px 0 0;
}
.gallery .pagination li.active a {
    background: rgba(0, 0, 0, 0) url("../images/bullet-hover.jpg") no-repeat scroll 0 0;
}
.gallery .pagination li a {
    background: rgba(0, 0, 0, 0) url("../images/bullet.jpg") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 5px;
    overflow: hidden;
    text-indent: -99999px;
    width: 10px;
}
.gallery-holder{
	height: 319px;
	max-width: 650px;
}
.visual-holder .iba-documentary{
	margin: 75px 0 0;
	float: right;
	width: 253px;
}
#wrapper{
	overflow: hidden;
	max-width: 1140px;
	margin: 0 auto;
	padding: 5px 20px;
}
#wrapper .ticker-holder{
	overflow: hidden;
	height: 40px;
	margin: 0 0 20px;
}
#wrapper p{
	margin: 0 0 10px;
	text-align: justify;
}
#wrapper .row{
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}
#wrapper .block-sponsors{ overflow: hidden; }
#wrapper .row .block-more{
    margin: 0 auto;
    max-width: 763px;
    overflow: hidden;
}
#wrapper .row .block-more a{
	display: block;
	padding: 5px 10px;
	color: #fff;
	background: #262b59;
	float: right;
}
#wrapper .block-intro{
	overflow: hidden;
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
}
#wrapper .row .block-intro p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
#wrapper .block-intro .text-holder{
	overflow: hidden;
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	/*width: 55%; */
	float: left;
	margin-left: 189px;
}
#wrapper .row .block-intro strong{
	font-weight: bold;
	color: #49bda9;
	font-size: 22px;
}
#wrapper .row .block-intro img{
	float: right;
	margin: 0 0 0 5px;
	width: 160px;
	height: auto;
}
#wrapper .row .block-trending{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#wrapper .row .block-trending li{
	overflow:hidden;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    width: 18%;
}
#wrapper .row .block-trending li span{ font-weight: bold; }
#wrapper .row .block-trending li a{ text-decoration: none; }
#wrapper .row .block-trending li:first-child{
	margin: 5px 0 0;
	float: left;
}
#wrapper .row .block-trending li:last-child{
	margin: 5px 0 0;
	float: right;
}
#wrapper .row .block-trending li img{
	display: block;
	width: 100%;
	height: auto;
}
#wrapper .row h3{
	width: 757px;
    background: #262b59;
    color: #fff;
    display: inline-block;
    font-size: 27px;
    line-height: 32px;
    padding: 3px;
}
#wrapper .row .sponsors{
	overflow: hidden;
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
	text-align: center;
}
#wrapper .row .sponsors li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
#wrapper .block-sponsors h3{
	width: 100%;
	background: #262b59;
	color: #fff;
	display: inline-block;
	font-size: 27px;
	line-height: 32px;
	padding: 3px;
}
#wrapper .row .sponsors li img{
	width: 100%;
	height: auto;
}
#wrapper .bold-global{ font-weight: bold; }
#wrapper .row .block-links {
    overflow: hidden;
    padding: 13px 3px 3px;
    text-align: center;
}
#wrapper .row .block-links .campus-resources {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}
#wrapper .row .block-links .campus-resources .libraries { background: rgba(0, 0, 0, 0) url(../images/resource-thumb-libraries.jpg) no-repeat scroll center center / contain ; }
#wrapper .row .block-links .campus-resources .resource-thumb {
    background: rgba(0, 0, 0, 0) url(../images/resource-thumb-ceif.jpg) no-repeat scroll center center / contain ;
    float: left;
    height: 85px;
    margin: 0 1% 0 0;
    position: relative;
    width: 32.3%;
}
#wrapper .row .block-links .campus-resources .aman-ced { background: rgba(0, 0, 0, 0) url(../images/resource-thumb-ced.jpg) no-repeat scroll center center / contain; }
#wrapper .row .block-links .campus-resources .libraries { background: rgba(0, 0, 0, 0) url("../images/resource-thumb-libraries.jpg") no-repeat scroll center center / contain ; }
#wrapper .row .block-links .campus-resources .cdc { background: rgba(0, 0, 0, 0) url("../images/thumb19.jpg") no-repeat scroll center center / contain ; }
#wrapper .row .block-links .campus-resources .major-donors { background: rgba(0, 0, 0, 0) url("../images/thumb8.jpg") no-repeat scroll center center / contain ; }
#wrapper .row .block-links .campus-resources .resource-thumb a {
    background: rgba(0, 0, 0, 0) url(../images/thumb-overlay.png) repeat scroll 0 0;
    height: 85px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.2); }
#wrapper .row .block-links .campus-resources .erp-lms {
    background: rgba(0, 0, 0, 0) url(../images/resource-thumb-erp.jpg) no-repeat scroll center center / contain ;
}
.grow {
    transition: all 0.2s ease-in-out 0s;
}
#wrapper .row .block-headlines {
    background: #eee none repeat scroll 0 0;
    overflow: hidden;
    width: 100%;
}
#wrapper .row .block-trending li.box-resources{ width: 56%; }
#wrapper .row .block-links .campus-resources .resource-thumb:hover a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
#wrapper .row .block-links .campus-resources .resource-thumb span{
    background: rgba(0, 0, 0, 0) url("../images/bg-box-trending.png") repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 3%;
    padding: 5px 0;
    position: absolute;
    width: 94%;
}
#wrapper  .block-links {
    overflow: hidden;
    padding: 13px 3px 3px;
    text-align: center;
}

#wrapper  .block-links ul {
    overflow: hidden;
    text-align: center;
}
#wrapper .block-links ul li {
    display: inline-block;
    margin: 0 0 10px 10px;
    vertical-align: middle;
    width: 230px;
}
.videos-wrapper {
	overflow: hidden;
	text-align: center;
	padding: 40px 0;
	background: #f1f1f1;
	margin-bottom:  30px;
  }
  .videos-wrapper .col {
	width: 19.5%;
	margin: 20px;
	display: inline-block;
	vertical-align: top;
  }

#wrapper .title{
	font-size: 20px;
	line-height: 25px;
	background: #700f1a;
	color: #fff;
	display: block;
	padding: 4px;
}
#wrapper .block-links ul li a {
    background: #262b59 none repeat scroll 0 0;
    color: #fff;
    display: block;
    min-height: 34px;
    padding: 21px 10px;
}

#wrapper .block-links ul li a:hover {
    background: #ccc none repeat scroll 0 0;
    color: #262b59;
}
#wrapper h3.title{ margin: 0 0 10px; }
#wrapper .block-content{
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0 10px;
	background:url(../images/separator2.jpg) no-repeat 50% 100%;
}
#wrapper .block-content .image-right{
	float: right;
	margin: 0 0 5px 10px
}
#wrapper .block-content .image-right img{
	display: block;
	width: 100%;
	height: auto;
}
#wrapper .block-content p{
	margin: 0 0 10px;
	text-align: justify;
}
#wrapper .block-content .bold-text{
	font-weight: bold;
	color: #262b59;
}
#wrapper strong.heading{
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 5px;
	font-weight: bold;
}
#wrapper .staric {
	font-size: 15px;
	font-weight: bold;
}
#wrapper .global-table strong{ font-weight: bold; }
#wrapper .global-table {
	width: 100%;
	margin: 0 0 10px;
}
#wrapper .global-table tr td.even {
	background: #1a97cd;
	color: #262b59;
}
#wrapper .global-table tr td {
    border: 1px solid #666;
    padding: 5px;
}
#wrapper .image-container{
	overflow: hidden;
	margin: 0 0 10px;
}
#wrapper .image-container img{
	width: 100%;
	height: auto;
}
#wrapper .global-list {
	margin: 0 0 10px 10px;
	overflow: hidden;
}
#wrapper .global-list li {
	background: rgba(0, 0, 0, 0) url("../images/bullet2.jpg") no-repeat 0 7px;
	list-style: outside none none;
	padding: 0 0 0 15px;
}
#wrapper .content-holder { overflow: hidden; }
#wrapper .profile-assodean {
	background: #f1f1f1;
	float: left;
	margin: 0 0 10px;
	padding: 10px;
	width: 98%;
}
#wrapper .profile-assodean img {
	float: left;
	height: auto;
	margin: 0 1% 0 0;
	width: 125px;
}
#wrapper .profile-assodean h3 {
	color: #262b59;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}
#wrapper .profile-assodean strong {
	color: #666;
	font-weight: bold;
}
#content {
	overflow: hidden;
	width: 98%;
	padding: 10px;
}
.htagcloud {
    margin: 0 0 30px;
    overflow: hidden;
}
.popularity {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.popularity li {
    display: inline;
    padding: 0 7px 0 0;
}
.popularity li a { color: #ccc; }
.popularity li a:hover { color: #262b59; }
.popularity .v-popular { font-size: 11px; }
.popularity .vv-popular { font-size: 12px; }
.popularity .vvv-popular { font-size: 14px; }
.popularity .vvvv-popular { font-size: 18px; }
.popularity .vvvvv-popular { font-size: 24px; }
#content .details {
    margin: 0 0 10px;
    overflow: hidden;
}
.block-announcement{ overflow: hidden; }
.block-announcement strong{
	font-size: 30px;
	line-height: 35px;
}
.block-announcement strong span{
	font-weight: bold;
	text-decoration: underline;
}
#content .details h3 {
    background: #262b59;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 4px;
}
#content .details .story {
    overflow: hidden;
}
#content .details .story img {
    border: 1px solid #ccc;
    float: right;
    height: auto;
    margin: 0 0 0 5px;
    padding: 1px;
    width: 115px;
}
#content p {
    margin: 0 0 10px;
    text-align: justify;
}
#wrapper .criteria { overflow: hidden; }
#wrapper .criteria li {
	background: #ccc;
	border-bottom: 1px solid #786091;
    list-style: outside none none;
    margin: 0 0 3px;
    overflow: hidden;
    padding: 5px;
    color:#000;
}
#wrapper .criteria li:hover {
	background: #262b59;
	color: #fff;
}
#wrapper .criteria li:hover a{ color: #fff; }
#wrapper .criteria li a{
	color: #262b59;
	text-decoration: none; 
}
body.archive-page #wrapper p{ margin: 0; }
#wrapper .criteria li:hover { background: #262b59; }
#wrapper .block-trainers {
	overflow: hidden;
	text-align: center;
}
#wrapper .trainer {
	background: #edf3f2;
	font-size: 18px;
	line-height: 20px;
	box-shadow: 0 0 2px #700f1a;
	display: inline-block;
	height: 260px;
	margin: 1%;
	text-align: center;
	width: 180px;
	vertical-align: top;
}
#wrapper .trainer a {
    color: #262b59;
    outline: medium none;
    text-decoration: none;
}
#wrapper .trainer img {
    display: inline-block;
    margin: 25px 0 5px;
}
#wrapper .trainer-profile {
    border-top: 1px solid #ccc;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 18px;
}
#wrapper .trainer-profile img {
    border: 1px solid #ccc;
    float: left;
    margin: 0 15px 0 0;
}
#wrapper .trainer-profile h4 {
	color: #262b59;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 15px;
}
#wrapper .trainer-profile h4 span{
	color: #000;
	font-size: 15px;
	line-height: 20px;
}
#wrapper .trainer-profile p { margin: 0 0 10px; }
#wrapper .block-trainers .title-year{
	display: block;
	text-align: center;
	margin: 10px 0;
}
#wrapper .block-trainers .title-year span{
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #666;
	padding: 4px 30px;
}
#wrapper .full-image{
	overflow: hidden;
	width: 100%;
}
#wrapper .full-image img{
	width: 100%;
	height: auto;
	display: block;
}
#main{
	max-width: 990px;
	margin: 0 auto;
	padding: 5px;
}
#wrapper .other-programs{
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}
#wrapper .other-programs a{
	display: inline-block;
	padding:10px 10px;
	background: #262b59;
	color: #fff;
	margin: 10px;
	text-decoration: none;
	width: 28%;
	font-size: 20px;
}
#wrapper .other-programs a:hover{
	background: #ccc;
	color: #262b59;
}
#wrapper .row .block-trending li .video-box{
	overflow: hidden;
	margin: 0 0 3px;
	background: #262b59;
	color: #fff;
}
.dropdown .dropbtn a{
	text-decoration: none;
	color: #fff;
}
#wrapper .row .block-trending li .video-box img{ display: block; }
#wrapper .row .block-trending li .video-box a{ color: #fff; }
body.archive-page .block-trending{
	overflow: hidden;
	text-align: center;
}
body.archive-page .block-trending li{
	width: 22%;
	display: inline-block;
	margin: 1%;
}
body.archive-page .block-trending li img{
	width: 100%;
	height: auto;
	display: block;
}
.block-application-buttons{
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 0;
}
.block-application-buttons li{
	display: inline-block;
	margin: 10px;
	width: 40%;
	font-size: 18px;
	line-height: 25px;
}
.block-application-buttons li a{
	padding: 10px;
	display: block;
	background: #700f1a;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.books-list{
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
}
.books-list li{
	display: inline-block;
	margin: 20px;
	width: 20%;
}
.books-list li img{
	width: 100%;
	display: block;
	height: auto;
}
.mySlides {display: none;}
img {vertical-align: middle;}
body.home-page #wrapper{
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}
body.home-page #header { margin-bottom: 0; }
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
.main-slider{ overflow: hidden; }
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover fas{ color: #666; }
.section{
	overflow: hidden;
}
.section-bg{
	background: #f1f1f1;
	margin-bottom: 30px !important;
}
.batch2023{
	background:url(../images/bg-batch23.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}
.section .holder{
	max-width: 90%;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
}
/* The dots/bullets/indicators */
.slider-dots{
	margin-top: -50px;
	z-index: 10;
	position: relative;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 5s ease;
}
.list-alpha{
	padding: 0 0 0 25px;
	margin-bottom: 20px;
}
.list-alpha li{
	list-style: lower-roman;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: 0.7} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.7} 
  to {opacity: 1}
}
.block-program-highlights{
	text-align: center;
	padding: 0 !important;
	margin-bottom: 50px !important;
}
.block-program-highlights h3{
	background: #1a97cd;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 30px;
}
.block-program-highlights h3 span{
	background: #fff;
	padding: 0 10px;
}
.program-updates{
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
}
.program-updates li{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 10px;
	position: relative;
	overflow:hidden;
	height: 300px;
}
.program-updates li:hover img{
	transition: all 0.3s;
	transform: scale(1.1);
	 filter: none;
	-webkit-filter: grayscale(100%);
}
.program-updates li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s;
}
.program-updates li strong{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	font-size: 20px;
	line-height: 45px;
}
.block-directors-message{
	overflow: hidden;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding-right: 10px;
	min-height: 337px;
}
.map-picture{
	float: right;
	width: 330px;
	height: auto;
	margin: 0 0 0 10px;
}
.block-directors-message h2{
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 30px;
	margin-top: 80px;
	color: #fff;
}
.block-directors-message .btn-apply-now{
	display: inline-block;
	background: #1a97cd;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
}
.block-directors-message .btn-apply-now:hover{
	background-color: #700f1a;
	text-decoration: none;
}
.block-directors-message strong{ font-weight: bold; }
.block-directors-message .img-box{
	width: 300px;
	float: right;
	margin-left: 10px;
}
.block-directors-message .img-box img{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 32px;
}
.block-testimonials{
	float: right;
	width: 48.5%;
	font-size: 16px;
	line-height: 22px;
}
.block-testimonials img{
	width: 50%;
	height: auto;
	float: right;
}
.block-testimonials strong{ font-weight: bold; }
	.jd-slider {
		margin: 50px 0;
		height: 85vh;
	}
	.jd-slider .slide-area > li {
		border-left: 0;
		box-sizing: border-box;
		text-align: center;
		display: block;
		line-height: 200px;
		font-size: 16px;
		line-height: 25px;
		outline: 0;
		padding: 20px;
	}
        .jd-slider .slide-area > li p{ text-align: center !important; }
        .jd-slider .controller {
            margin: 10px 0 0;
        }

        .jd-slider.slider3 .slide-area > li,
        .jd-slider.slider3-2 .slide-area > li,
        .jd-slider.slider3-3 .slide-area > li {
            width: 50%;
        }

        .jd-slider.slider3 .slide-area > li:nth-child(2),
        .jd-slider.slider3-2 .slide-area > li:nth-child(2),
        .jd-slider.slider3-3 .slide-area > li:nth-child(2) {
            display: block;
        }
.block-testimonials .jd-slider .slide-area li img{
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}
.block-why-iba-nthp{
	float: left;
	width: 80%;
	text-align: center;
}
.block-why-iba-nthp h2{
	font-size: 30px;
	line-height: 35px;
}
.block-why-iba-nthp .program-updates li{
	width: 31%;
	height: auto;
}
.block-why-iba-nthp h3 {
	background: #1a97cd;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 30px;
}
.block-why-iba-nthp span {
	background: #fff;
	padding: 0 10px;
}
.block-socialmedia{
	width: 18%;
	float: right;
	text-align: center;
}
.block-socialmedia h3{
	font-size: 22px;
	line-height: 30px;
	border-bottom: 2px solid #666;
}
.block-socialmedia h3 span{ background: #fff; }
.block-socialmedia{
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 40px;
	line-height: 45px;
}
.block-socialmedia li{
	display: block;
	margin: 5px;
	padding: 5px 0 2px;
}
.block-socialmedia li a{ display: block; }
.block-socialmedia li .fa-facebook{ color: #fff; }
.block-socialmedia li.facebook{ background: #3B5998;}
.block-socialmedia li .fa-twitter{ color: #fff; }
.block-socialmedia li.twitter{ background: #55ACEE; }
.block-socialmedia li .fa-instagram{ color: #fff; }
.block-socialmedia li.instagram{ background: #125688; }
.block-socialmedia li .fa-youtube{ color: #fff; }
.block-socialmedia li.youtube{ background: #ff0000; }
/* On smaller screens, decrease text size */
.main-slider .slide-area  li{ padding: 0 !important; }
.controller-student-testimonials{ display: none !important; }
.carousel {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	max-width: 980px;
}
.carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.carousel .mask .slide {
	width: 980px;
	float: left;
}
.carousel .image-holder {
	float: left;
	margin: 0 54px 0 0;
}
.carousel .image-holder img { display: block; }
.carousel .details {
	float: left;
	padding: 19px 0 12px;
}
.carousel .details span a {
	color: #919090;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 2px;
	display: inline-block;
	text-transform: capitalize;
}
.carousel .details .add {
	font-size: 26px;
	line-height: 28px;
	color: #fefefe;
	text-transform: uppercase;
	margin: 0 0 23px;
}
.carousel .details h2 {
	font-size: 36px;
	line-height: 50px;
	color: #fefefe;
	margin: 0 0 8px;
	font-weight: normal;
	letter-spacing: 3px;
}
.carousel .details h3 {
	font-size: 26px;
	line-height: 30px;
	color: #f8f8f8;
	font-style: italic;
	margin: 0 0 50px;
	font-weight: normal;
}
.fa-arrow-circle-right{
	position: absolute;
	right: -30px;
	top: 44%;
	font-size: 30px;
}
.fa-arrow-circle-left{
	position: absolute;
	left: -30px;
	top: 44%;
	font-size: 30px;
}
.btn-lightbox{
	font-size: 15px !important;
	line-height: 18px;
	display: inline-block;
	background: #700f1a;
	color: #fff;
	border-radius: 5px;
	width: auto !important;
	padding: 5px 10px !important;
}
.btn-lightbox:hover{
	text-decoration: none;
	color: #fff;
	background: #666 !important;
}
strong.bold-global{ font-weight: bold; }
.lightbox .fas{
	display: inline-block;
	padding: 2px;
}
body.page-supporters #wrapper .content-holder{ text-align: center; }
body.page-supporters #wrapper .profile-assodean{
	background: #f1f1f1;
	margin: 10px;
	padding: 10px;
	width: 46%;
	vertical-align: top;
}
.donor-list-logos{
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
}
.donor-list-logos li{
	display: inline-block;
	width: 12%;
	margin: 1%;
}
.donor-list-logos li img{
	width: 100%;
	height: auto;
}
.jd-slider .controller{
	bottom: 15px !important;
	z-index: 110 !important;
}

li.archive-button {
    vertical-align: top!important;
    transition: all 0.5s ease!important;
    animation: fadein 2s!important;
    -moz-animation: fadein 2s!important;
    -webkit-animation: fadein 2s!important;
    -o-animation: fadein 2s!important;
    display: inline-block!important;
    list-style: none!important;
    width: 33%!important;
    box-shadow: 0 2px 10px #ccc!important;
    margin: 2px 0px!important;
    border-radius: 8px!important;
    text-align: center!important;
    padding: 12px 0px!important;
    background: #262b59!important;
    color: #fff!important;
}
li.archive-button a {
    transition: all 0.5s ease!important;
    color: #fff!important;
    padding: 7px 14px!important;
    font-size: 18px;
    text-decoration: none;
}
li.archive-button:hover {
    background: #700f1a!important;
    color: #fff!important;
    transition: all 0.5s ease!important;
}
.list-program-updates{
	text-align: center;
	margin: 0;
	padding: 0;
}
.list-program-updates li{
	width: 22%;
	margin: 0 1%;
	background: #f1f1f1;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.list-program-updates li p{ text-align: center !important; }
.list-program-updates li img{
	width: 100%;
	height: auto;
	display: block;
}
.list-program-updates li p strong{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	background-color: #1a97cd;
	color: #fff;
	padding: 5px;
	font-size: 15px;
}
.list-program-updates li p span{
	display: block;
	padding: 5px;
}
.list-program-updates li:hover a{ text-decoration: none; }
.list-program-updates li:hover{ background: #1a97cd; }
.list-program-updates li:hover p{ color: #fff !important; }
.btn-view-more{
	display: inline-block;
	padding: 5px 10px;
	margin: 35px 0 0 0;
	background: #700f1a;
	color: #fff;
}
.btn-view-more:hover{ color: #fff !important; }
.block-nthp-success-stories{
	overflow: hidden;
	background: url("../images/bg-success-stories.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 20px 0;
	margin-bottom: 30px;
}
.block-nthp-success-stories .holder {
	max-width: 90%;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.block-nthp-success-stories .holder ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.block-nthp-success-stories .holder ul li{
	width: 20%;
	margin: 1%;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 10px;
	box-shadow: 0 0 5px #ccc;
	min-height: 430px;
	border: 5px solid #1a97cd;
}
.block-nthp-success-stories .holder ul li img{
	width: 60%;
	margin-bottom: 20px;
}
.block-nthp-success-stories .holder ul li p{ text-align: center !important; }
.block-nthp-success-stories .holder ul li p strong{ font-weight: bold; }
.block-nthp-success-stories .holder ul li a:hover{ text-decoration: none; }
.block-nthp-success-stories .holder h3 {
	text-align: center;
	background: #1a97cd;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 30px;
}
.block-nthp-success-stories .holder h3 span {
	background: #fff;
	padding: 0 10px;
}
.block-nthp-success-stories .holder ul li .fa{ margin: 5px; }
.block-nthp-success-stories .holder ul li div{
	background: #700f1a;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}
#footer {
	padding: 10px 0;
	border-top: 2px solid #700f1a;
	border-bottom: 2px solid #700f1a;
	margin-bottom: 20px;
	transition: 0.5s;
	overflow: hidden;
}
#footer .container {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
#footer .col-lg-8{
	width: 60%;
	float: left;
}
#footer .col-lg-6 {
	padding: 0;
	width: 49%;
	display: inline-block;
}
#footer .col-sm-12 h3 {
    font-weight: bold;
    color: #700f1a;
    margin-top: 20px;
    font-size: 22px;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul li {
    list-style: none;
}
#footer ul li a {
    text-decoration: none;
    color: #231f20;
    transition: 0.5s;
}
#footer .col-lg-4{
	width: 33%;
	border-left: 2px solid #700f1a;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#footer .col-lg-4 h3{
	border-bottom: 2px solid #700f1a;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#footer .col-lg-4 strong {
    display: block;
    font-weight: bold;
    color: #700f1a;
    margin-top: 20px;
}
#footer .col-lg-4 strong .fa {
    font-size: 20px;
    margin-right: 5px;
    color: #700f1a;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1a97cd;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #700f1a;
}
@media screen and (max-width: 1700px){
	#wrapper .block-intro .text-holder{ margin-left: 12px; }
}
@media screen and (max-width: 1366px){
	.program-updates li strong{
		font-size: 15px;
		line-height: 30px;
	}
	.block-socialmedia h3{ font-size: 20px; }
	.block-socialmedia li{ margin: 5px 0; }
	.block-why-iba-nthp .program-updates li{ width: 29%; }
	.jd-slider { height: 100%; }
	.block-testimonials{ text-align: center; }
	.block-testimonials img{
		float: none;
		display: inline-block;
	}
	.map-picture{ width: 350px; }
}
@media screen and (max-width: 1222px){
	.program-updates li:first-child { float: none; }
	.program-updates li:last-child { float: none; }
	.program-updates li{ width: 90%; }
	.block-socialmedia h3{ font-size: 18px; }
	.block-socialmedia{ font-size: 35px; }
	.block-nthp-success-stories .holder ul li{ width: 19%; }
}
@media screen and (max-width: 1187px){
	#nav > ul > li > a{ padding: 5px; }
	#wrapper .row h3{ width: 660px; }
	.block-directors-message{ width: 55%; }
}
@media screen and (max-width: 1027px){
	#nav > ul > li > a{ padding: 5px 0; }
	#wrapper .row h3{ width: 576px; }
	#wrapper .row .block-more{ max-width: 578px; }
	.block-directors-message{
		width: 100%;
		border-right: 0;
		padding-right: 0;
		border-bottom: 2px solid #ccc;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.block-testimonials {
		float: none;
		width: 100%;
		padding: 0 !important;
		font-size: 16px;
		line-height: 22px;
	}
	.block-why-iba-nthp{
		width: 100%;
		margin-bottom: 30px;
	}
	.block-socialmedia{
		width: 100%;
		float: none;
	}
	.block-why-iba-nthp .program-updates li{
		width: 95%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px){
	.program-updates li {
		margin: 10px !important;
		height: auto;
	}
	.block-why-iba-nthp .program-updates li { width: 30%; }
	#wrapper .block-intro .text-holder{ width: 98%; }
	.block-nthp-success-stories .holder ul li { width: 40%; }
	#main{ padding: 10px 20px; }
	body.search-page .container { width: 100%; padding: 0 !important; }
}
@media screen and (max-width: 927px){
	#nav{ height: auto; }
	.gallery-holder{ display: none; }
	.visual-holder .iba-documentary{ width: 100%; }
	.visual-holder .iba-documentary iframe{ width: 100%; }
	#wrapper .other-programs a{ font-size: 17px; }
	.list-program-updates li{
		width: 45%;
		margin: 1%;
	}
	
}
@media screen and (max-width: 814px){
	.program-updates li {
		width: 100%;
		margin: 0 0 30px 0 !important;
	}
	.program-updates li strong {
		font-size: 30px;
		line-height: 52px;
	}
	.block-why-iba-nthp .program-updates li {
		width: 100%;
		margin-bottom: 30px;
	}
	.videos-wrapper .col{
		width: 90%;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 800px){
	#wrapper .row h3{ width: 100%;}
	#wrapper .row .block-trending li.box-resources{ width: 97%; }
	#wrapper .row .block-trending li.box-fb{ display: none; }
	#wrapper .row .block-trending li.testimonials{ display: none; }
	#wrapper .row .block-trending li.important-links{ display: none; }
	#wrapper .row .block-trending li:last-child{ display: none; }
	#wrapper .row .block-trending li{ width: 31%; }
	.books-list li{ width: 40%; }
	li.archive-button {width: 48%!important;margin-left: 1%!important;}
}
@media screen and (max-width: 692px){
	.logo{ margin: 0 0 25px; }
	#header .block-right{ display: none; }
	#header .block-title{ width: 98%; }
	#wrapper .other-programs a{
		width: 95%;
		margin: 0 0 10px;
	}
	.donor-list-logos li{
		width: 50%;
		margin: 0 0 30px;
	}
	li.archive-button {width: 97%!important;margin-left: 1%!important;}
	.list-program-updates li{
		width: 95%;
		margin: 0 0 20px;
	}
	#footer .col-lg-8 { width: 100%; }
	#footer .col-lg-8{ margin-bottom: 40px; }
	#footer .col-lg-4 { width: 100%; }
	.block-nthp-success-stories .holder ul li {
		width: 90%;
		margin-bottom: 30px;
	}
	#wrapper .block-intro .text-holder { width: 100%; }
	#wrapper .block-intro .text-holder { margin-left: 0; }
	.block-directors-message h2{
		font-size: 40px;
		line-height: 45px;
	}
	.block-directors-message strong{ font-size: 22px; }
	.block-directors-message .btn-apply-now{
		padding: 12px;
		font-size: 18px;
	}
	.block-nthp-success-stories .holder h3{
		font-size: 27px;
	}
	.block-nthp-success-stories .holder h3 span{ background: none; color: #fff;}
	.map-picture{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 525px){
	#wrapper .row .block-trending li { width: 98%; }
	.books-list li{ width: 90%; }
	.program-updates li strong{
		font-size: 17px;
		line-height: 35px;
	}
	.block-directors-message .img-box{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.carousel .mask .slide {width: 935px;}
	.program-updates li {height: 175px;}
	.program-updates li strong {font-size: 15px;line-height: 52px;}
	.block-application-buttons li {margin: 4px;width: 100%;font-size: 18px;line-height: 24px;}
	.block-program-highlights h3 {font-size: 17px;line-height: 18px;}
	
}
@media only screen and (max-width: 400px) {
	.program-updates li {height: 151px;}
	#footer .col-lg-6{ width: 100%; }
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}