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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0;
	font-family: '../fonts/source_sans_proregular', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	min-width: 300px;
	color: #000;
}
#header:after{
	content: '';
	display: block;
	clear: both;
}
#header{
	background: #700f1a;
	padding: 10px 0 0;
	position: relative;
	z-index: 50;
	box-shadow: 0 0 5px #000;
}
#header .holder{
	width: 90%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.logo {
	background: url(../images/logo-iba.jpg) no-repeat;
	width: 175px;
	height: 89px;
	float: left;
	overflow: hidden;
	text-indent: -99999px;
	margin: 0 0 0 5px;
}
.logo a {
	
	display: block;
	height: 100%;
}
a {
	color:#000;
}
#header .top-menu {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0 0 30px;
}
#header .top-menu li:first-child {
	margin: 0;
	border: none;
}
#header .top-menu li {
	float: left;
	border-left: 1px solid #ccc;
}
#header .top-menu li a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}
#header .header-content {
	float: right;
	width: 190px;
	font-size: 15px;
	line-height: 17px;
	margin: -28px 5px 0 0;
}
#header .search-form {
	background: #fff;
	border-radius: 10px;
	width: 180px;
	height: 18px;
	float: right;
	padding: 5px;
}
#header .search-form input[type="text"] {
	width: 147px;
	height: 18px;
	float: left;
	color: #a92c32;
	border: none;
	outline: none;
	font-size: 11px;
}
#header .search-form input[type="submit"] {
	background: url(../images/btn-search.png) no-repeat;
	width: 19px;
	height: 19px;
	float: right;
	overflow: hidden;
	text-indent: -99999px;
	cursor: pointer;
	border: none;

}
#header .top-menu li a:hover { color: #aaa; }
.topnav:after {
	content: '';
	display: block;
	clear: both;
}
.topnav {
	background: #fff;
	position: relative;
	z-index: 50;
}
.topnav span {
	float: left;
	display: block;
	color: #2f2323;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	line-height: 20px;
}
.topnav span a.oric{
	padding: 8px 16px;
	display: block;
	text-decoration: none;
	color: #2f2323;
}
.topnav .active {
	background: #4caf50;
	color: white;
}
.topnav .icon { display: none; }
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	font-size: 15px;
	border: none;
	outline: none;
	color: #2f2323;
	padding: 8px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.dropdown .dropbtn a{ text-decoration: none; color: #2f2323;}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #2f2323;
	min-width: 160px;min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 50;
}
.dropdown-content .menu-column1:first-child{ border: none; }
.dropdown-content .menu-column1{
	border-left: 1px solid #ccc;
	width: 285px;
	float: left;
}
.dropdown-content span {
	float: none;
	color: #fff;
	text-decoration: none;
	text-align: left;
	display: block;
}
.dropdown-content span:hover { background: #fff; }
.dropdown-content span a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 16px;
}
.dropdown-content span:hover a{
	color: #000;
	background: #fff;
}
.dropdown:hover .dropdown-content { display: block; }
.topnav .nav-holder{
	width: 90%;
	margin: 0 auto;
}
#wrapper{ overflow: hidden; }
#wrapper .caption{
	overflow: hidden;
	text-align: center;
	margin: 0 auto 10px;
	max-width: 1100px;
}
#wrapper .caption h1{
	cursor: pointer;
	opacity: 0.9;
	padding: 25px 0 0;
	color: #fff;
	font-size: 90px;
	line-height: 95px;
	margin: 34% 0 60px 0;
	text-shadow: 0 5px 5px #000;
	width: 380px;
	height: 220px;
	background-color: #000;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	opacity: 0.9;
}
#wrapper .caption h1:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 45%;
	bottom: -74px;
	border: 24px solid transparent;
	border-top: 50px solid #000;
	z-index: 3;
}
#wrapper .caption .iba-info{
	transition: all 0.5s ease;
	display: none;
	width: 95%;
	font-size: 22px;
	line-height: 30px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.8);
}
#wrapper .caption .iba-info a{
	color: #fff;
	text-decoration: none;
}
#wrapper .caption .iba-info p{ color: #fff; }
#wrapper .caption .did-you-know{
	margin: 0 625px 0 0;
}
#container {
	overflow: hidden;
	background: #fff;
}
#container .row{
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
#container .events{ background: #2f2323; }
#container .row > h2{
	font-size: 30px;
	line-height: 39px;
	margin: 0 auto 20px;
	font-weight: bold;
	width: 86.5%;
	border-bottom: 2px solid #ccc;
}
#container .events h2{ border-bottom: 2px solid #fff; }
#container .row h2 span{
	color: #700f1a;
	border-bottom: 2px solid #fff;
	position: relative;
	bottom: -3px;
	text-transform: uppercase;
}
#container .row .content{ overflow: hidden; }
#container .events h2 span{
	color: #fff;
	border-color: #2f2323;
}
#container .row .content .iba-news{
	overflow: hidden;
	text-align: center;
}
#container .row .content .iba-news li{
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin: 1%;
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
}
#container .row .content .iba-news li .news-thumb{ overflow: hidden; }
#container .row .content .iba-news li .news-thumb img{
	width: 100%;
	height: auto;
	display: block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#container .row .content .iba-news li .news-thumb:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#container .row .content .iba-news li .news-details{
	overflow: hidden;
	background: #0e4747;
	color: #fff;
	padding: 20px;
}
#container .campus-headlines .content .iba-news li .news-details{ height: 35px; }
#container .events .content .iba-news li .news-details{ padding: 0; }
#container .events .content .iba-news li .news-details h3{ margin: 10px;}
#container .row .content .iba-news li .news-details .news-date{
	margin: 0 5px 0 0;
	background: #2a2e40;
	padding:10px;
	color: #fff;
	width: 50px;
	height: 60px!important;
	text-align: center;
	float: left;
}
/*#container .row .content .iba-news li .news-details .box2{ background: #47277b; }
#container .row .content .iba-news li .news-details .box3{ background: #2a2e40; }*/
#container .row .content .iba-news li .news-details .news-date span{
	display: block;
	font-weight: bold;
}
#container .row .content .iba-news li .news-details .news-date em{
	display: block;
	text-transform: uppercase;
}
#container .row .content .iba-news li .news-details h3{
	font-size: 15px;
	line-height: 19px;
}
#container .row .content .more-news{
	overflow: hidden;
	padding: 20px 0;
}
#container .row .content .more-news a{
	background: #700f1a;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	line-height: 35px;
	display: inline-block;
	text-decoration: none;
	width: 200px;
	box-shadow: 0 0 5px #666;
	text-transform: uppercase;
}
#container .row .content .more-news a:hover{
	background: #fff;
	color: #700f1a;
}
#container .row .content .iba-publications li{ width: 30%; }
#container .row .content .iba-news li .btn-archive{
	display: block;
	padding: 10px;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	border-top: 5px solid #fff;
	background: #0e4747;
}
#container .row .content .iba-news li .btn-archive:hover{ background: #700f1a; }
#container .row .content .event-calendar{
	width: 40%;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
}
#container .row .content .event-calendar .upcoming-events{ overflow: hidden; }
#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block{
	padding: 10px;
	background: #0e4747;
	overflow: hidden;
	transition: all 0.5s ease;
	border-bottom: 1px solid #ccc;
}
#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .event-details a{
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
}
#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block:hover{
	background: #bfbfb1;
	color: #fff;
}
#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block:hover a{ color: #fff; }
#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .date-box{
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
	background: #fff;
	color: #700f1a;
	float: left;
	margin: 0 2% 0 0;
}
#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .date-box span{
	display: block;
	text-align: center;
	background: #700f1a;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 3px 0;
	font-size: 12px;
}
#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .date-box strong{
	display: block;
	font-size: 20px;
	line-height: 23px;
}
#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .event-details{
	float: left;
	font-size: 16px;
	line-height: 20px;
	width: 430px;
	text-align: left;
}
#container .row .content .event-calendar .upcoming-events .list-wrpaaer{
	width: 100%;
	height: 249px;
}
#container .row .content .event-calendar .upcoming-events .list-wrpaaer .list-aggregate{ width: 100%; }
#container .row .content .event-calendar img{
	width: 100%;
	height: auto;
}
#container .row .content .event-calendar h3{
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 20px;
	font-weight: bold;
	width: 95%;
	border-bottom: 2px solid #ccc;
}
#container .row .content .event-calendar h3 span{
	color: #700f1a;
	border-bottom: 2px solid #fff;
	position: relative;
	bottom: -4px;
	text-transform: uppercase;
}
#container .row .content .block-publications h3{ border-color: #fff; }
#container .row .content .block-publications h3 span{
	color: #fff;
	border-bottom: 2px solid #2f2323;
}
#container .row .content .event-calendar .block-iba-news{ overflow: hidden; }
#container .row .content .event-calendar .block-iba-news ul{
	overflow: hidden;
	text-align: center;
}
#container .row .content .event-calendar .block-iba-news ul li{
	background: #700f1a;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 1%;
	color: #fff;
}
#container .row .content .event-calendar .block-iba-news ul li:hover{ background: #666; color: #fff; }
#container .row .content .event-calendar .block-iba-news ul li a{ color: #fff;}
#container .row .content .event-calendar .block-iba-news ul li span{
	display: block;
	padding: 4px;
	font-size: 13px;
	height: 60px;
}
#container .iba-by-numbers{
	background: url(../images/17.jpg) no-repeat;
	background-size: cover;
	/*padding-bottom: 200px;*/
}
#container .iba-by-numbers .caption{
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	color: #700f1a;
	margin: 10px 0 50px 0;
}
#container .iba-by-numbers .figures{
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}
#container .iba-by-numbers .figures ul{
	overflow: hidden;
	text-align: center;
}
#container .iba-by-numbers .figures ul li{
	display: inline-block;
	width: 18%;
	text-align: ccc;
	vertical-align: top;
	margin: 0 3%;
}
#container .iba-by-numbers .figures ul li h2{
	display: inline-block;
	margin: 0 0 5px;
	padding: 0;
	border: none;
	font-size: 40px;
	font-weight: bold;
	color: #0e4747;
}
#container .iba-by-numbers .figures ul li strong{
	font-size: 20px;
	font-weight: bold;
	color: #0e4747;
	display: block;
	margin: 0 0 10px;
}
#container .iba-by-numbers .figures ul li p{
	font-size: 20px;
	line-height: 25px;
	color: #0e4747;
}
#container .row .content .block-events h3{ width: 100%; }
#container .row .content .explore-iba h3{ width: 94%; }
#footer{
	overflow: hidden;
	background: #700f1a;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer .footer-top{
	overflow: hidden;
	padding: 20px 40px;
	text-align: center;
}
#footer .footer-top .useful-links{
	overflow: hidden;
	margin-left: 9%;
	font-size: 15px;
	line-height: 20px;
	float: left;
}
#footer .footer-top .useful-links li{ margin: 0 0 5px; }
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 100%;
}
#container .row .content .centres {
	overflow: hidden;
	text-align: center;
	padding: 40px 0;
}
#container .row .content .centres li{
	display: inline-block;
	width: 12%;
	vertical-align: top;
	-moz-transition: all 0.3s;
	margin: 0 3%;
}
#container .row .content .centres li.ceif-logo{
	margin-top: -35px;
	max-width: 200px;
}
#container .row .content .centres li img{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: top;
}
#container .row .content .centres li.ced-logo img{ max-width: 161px; }
#footer .iba-social-networks{
	overflow: hidden;
	display: inline-block;
}
#footer .iba-social-networks ul{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 8px;
	margin: 0 0 12px;
}
#footer .iba-social-networks ul li{
	display:inline-block;
	margin: 0 0 0 2px;
}

#footer .ico-tiktok {
    margin-top: 5px 2px;
    background-color: #ff0050;
    background-color: #000;
    padding: 14px 18px 15px 17px;
}
#footer .ico-tiktok:hover {
    background-color: rgb(255 0 80 / 76%);background: rgba(00, 00, 00, 0.7);
}
#footer .fa {
  padding: 15px;
  font-size: 15px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

#footer .fa:hover {
    opacity: 0.7;
}

#footer .fa-facebook {
  background: #3B5998;
  color: white;
}
#footer .fa-youtube-play{
	background: #ff0000;
	color: #fff;
}
.fa-instagram {
    background: #125688;
    color: white;
}
#footer .fa-twitter {
  background: #55ACEE;
  color: white;
}

#footer .fa-google {
  background: #dd4b39;
  color: white;
}

#footer .fa-linkedin {
  background: #007bb5;
  color: white;
}

#footer .fa-youtube {
  background: #bb0000;
  color: white;
}
#footer .fa-vimeo {
  background: #45bbff;
  color: white;
}
#footer .iba-social-networks h3{
	font-weight: bold;
	margin: 0 0 10px;
	color: #fff;
}
#footer .iba-social-networks h3 span{ color: #ccc; }
#footer .footer-bottom{
	overflow: hidden;
	background: #666;
	padding: 20px 10px;
}
#footer .footer-bottom .holder{
	width: 710px;
	margin: 0 auto;
	text-align: center;
}
#footer .footer-bottom .holder .logo-footer{
	margin: 0 0 30px 235px;
	overflow: hidden;
	width: 100%;
}
#footer .footer-bottom .holder .address-block{ width: 100%; }
#footer .footer-bottom .holder .address-block p{ margin: 0 0 15px; }
#footer .footer-bottom .holder .address-block strong{
	font-weight: bold;
	display: block;
	margin: 0 0 8px;
}
#container .quick-links{
	background: #0e4747;
	padding: 0 20px;
}
#container .quick-links .three-column {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	color: #ccc;
	font-size: 13px;
	line-height: 18px;
}
#container  .three-column .column {
	width: 16%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
}
#container .three-column .column h2 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
#container .three-column .column ul {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 0;

}
#container .three-column .column ul li {
	text-align: left;

    color: #fff;

}
#container .three-column .most-visited-sites{ width: 20%; }
#container .three-column .column a {
	transition: all 0.3s ease;
	color: #fff;
	text-decoration: none;
	outline: none;
}
#container .three-column .column a:hover {
	color: #ccc;
	transition: all 0.3s ease;
	text-decoration: underline;
}
#container .three-column .column .footer-buttons{
	overflow: hidden;
	font-size: 17px;
	line-height: 25px;
}
#container .three-column .column .footer-buttons li:first-child{ margin-top: 28px; }
#container .three-column .column .footer-buttons li{
	margin: 20px 10px;
	border: 1px solid #fff;
	text-align: center;
	transition: all 0.3s ease;
	width: 93%;
}
#container .three-column .column .footer-buttons li:hover{
	background: #fff;
	transition: all 0.3s ease;
}
#container .three-column .column .footer-buttons li:hover a{ color: #666; }
#container .three-column .column .footer-buttons li a{
	color: #fff;
	display: block;
	padding: 5px;
}
#container .three-column .column .footer-buttons li a:hover{ text-decoration: none; }
#container .news-ticker{
	padding: 0;
	background: #700f1a;
}
#container .news-ticker .caption {
    background: #2f2323;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 10px 16px;
    color: #fff;
}
#container .ticker {
	float: left;
	padding: 10px;
	width: 65%;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: #700f1a;
	color:#fff;
}
#container .ticker ul {
	width: 100%;
	position: relative;
}
#container .ticker ul li {
	width: 100%;
	display: none;
}
#container .ticker ul li a{
	color: #fff;
	text-decoration: none;
}
#container .row .content .event-calendar .block-videos {
	overflow: hidden;
	text-align: center;
}
#container .row .content .event-calendar .video {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 5px;
}
#container .row .content .event-calendar .media-coverage{
	width: 46%;
	display: inline-block;
	margin: 0 1%;
}
#container .row .content .event-calendar .media-coverage h3{ width: 100%; }
#wrapper .caption h1 span{
	width: 90%;
	height: 90%;
	border: 5px solid #fff;
}
#header .accordion {
	float: none;
	color: #fff;
	text-decoration: none;
	text-align: left;
	display: block;
	background: none;
	border: none;
	padding: 15px 16px;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}
#header .accordion:hover{
	background: #fff;
	color: #000;
}
#header .accordion li:hover .opener{
	background: #fff;
	color: #000;
}
#header .accordion li { list-style: none; }
#header .accordion .opener:hover{
	background: #fff;
	color: #000;
}
#header .panel {
	padding: 0 18px;
	padding: 0px 0px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
span.sub {   
    padding: 5px;
}
span.sub a {
	 padding: 11px!important;
}
span.sub a:hover {
	background: #2f2323!important;
	color: #fff!important;
}
#header .panel a:first-child{ border: none; }
#header .panel a{
	border-top: 1px solid #ccc;
	display:block;
	text-decoration:none;
	padding: 5px 12px;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}
#header .panel a:hover{ color: #666; }
#header .accordion li:hover .slide{ background: #fff; }
#header .accordion li .slide{ background: #fff; }
#header .accordion li .slide a{
	display: block;
	padding: 8px 30px;
	text-decoration: none;
	color: #666;
	border-top: 1px solid #ccc;
}
#header .accordion li .slide a:hover{
	background: #2f2323;
	color: #fff;
}
#header .program-title{
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#header .program-title h2{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin: 10px 0 0;
}
#header .program-title h2 a{
	color: #fff;
	text-decoration: none;
}
#wrapper .slider-space{
	overflow: hidden;
	height: 600px;
}
#main{
	max-width: 1300px;
	margin: 0 auto;
}
#main .about-program{
	float: left;
	width: 50%;
	text-align: left;
}
#main .about-program h3{
	font-size: 18px;
	line-height: 22px;
	border-bottom: 1px solid;
	padding: 0 0 5px;
	margin: 0 0 15px;
}
#main .about-program p{
	text-align: justify;
	margin: 0 0 15px;
}
#main .chairperson-message{
	float: right;
	width: 45%;
	text-align: left;
}
#main .chairperson-message h3{
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px;
}
#main .chairperson-message p{
	text-align: justify;
	margin: 0 0 15px;
}
#main .chairperson-message .message-block{
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 5px;
}
#main .chairperson-message .message-block img{
	float: left;
	margin: 0 5px 5px 0;
}
#main .chairperson-message .message-block .block-news-announcement{ overflow: hidden; }
#main .chairperson-message .message-block .block-news-announcement h2{
	padding: 5px;
	color: #fff;
	background: #700f1a;
	font-size: 18px;
}
#main .chairperson-message .message-block .block-news-announcement ul{ overflow: hidden; }
#main .chairperson-message .message-block .block-news-announcement ul li{
	border: 1px solid #ccc;
	margin: 4px 0;
}
#main .chairperson-message .message-block .block-news-announcement ul li a{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease;
}
#main .chairperson-message .message-block .block-news-announcement ul li:nth-child(even){ background-color: #f2f2f2 }
#main .chairperson-message .message-block .block-news-announcement ul li a:hover{
	background: #700f1a;
	color: #fff;
	transition: all 0.5s ease;
}
#main .chairperson-message .message-block .block-news-announcement .btn-view-more{
	float: right;
	padding: 5px 10px;
	background: #700f1a;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
	text-transform:uppercase;
}
#main .chairperson-message .message-block .block-news-announcement .btn-view-more:hover{
	background: #666;
	transition: all 0.5s ease;
}
#main .chairperson-message .btn-student-portal{
	background: #700f1a;
	color: #fff;
	text-align: center;
	width: 96.6%;
	display: block;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	transition: all 0.5s ease;
}
#main .chairperson-message .btn-student-portal:hover{
	text-decoration: underline;
	transition: all 0.5s ease;
}
#main .block-write-up{
	overflow: hidden;
	text-align: left;
}
#main .block-write-up h2{
	border-bottom: 1px solid #ccc;
	padding: 6px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
	background-color: #700f1a;
	font-weight: bold;

}
#main .block-write-up p{
	text-align: justify;
	margin: 0 0 10px;
	line-height: 22px;
}
#main .block-write-up .bold-global{ font-weight: bold; }
#main .global-table{
	width: 100%;
	margin: 0 auto 15px;
	overflow: hidden;
}
#main .global-table tr th{
	padding: 5px;
	font-weight: bold;
	background: #f9f9f9;
	border: 1px solid #ccc;
	text-align: center;
}
#main .global-table tr td{
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
}
#main .thumb-holder{
	float: right;
	margin: 0 0 10px 10px;
}
#main .global-table tr:nth-child(even){background-color: #f2f2f2;}
#main .block-write-up .banner-holder{
	overflow: hidden;
	margin: 0 0 5px;
}
#main .block-write-up .banner-holder img{
	display: block;
	width: 100%;
	height: auto;
}
#main .block-more-events{
	overflow: hidden;
	margin: 0 0 30px;
}
#main .btn-more-archive{
	padding: 5px 10px;
	background: #700f1a;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
	text-transform: uppercase;
	float: right;
	margin: 0 35px 0 0;
}
#main .btn-more-archive:hover{ background: #666; }
#main .block-more-events .iba-news {
	overflow: hidden;
	text-align: center;
}
#main .block-more-events .iba-news li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 1%;
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
}
#main .block-more-events .iba-news li .news-thumb { overflow: hidden; }
#main .block-more-events .iba-news li .news-thumb:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#main .block-more-events .iba-news li .news-thumb img {
	width: 100%;
	height: auto;
	display: block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#main .block-more-events .iba-news li .news-details {
	overflow: hidden;
	background: #0e4747;
	color: #fff;
}
#main .block-more-events .iba-news li .news-details .news-date {
	margin: 0 5px 0 0;
	background: #2a2e40;
	padding: 10px;
	color: #fff;
	width: 50px;
	height: 60px;
	text-align: center;
	float: left;
}
#main .block-more-events .iba-news li .news-details .news-date span {
	display: block;
	font-weight: bold;
}
#main .block-more-events .iba-news li .news-details  h3 {
	font-size: 15px;
	line-height: 19px;
	margin: 10px;
}
#main .page-caption{
	text-align: left;
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}
#main .block-profiles {
	overflow: hidden;
	padding: 20px 0 0;
}
#main .block-profiles ul {
	overflow: hidden;
	text-align: center;
}
#main .block-profiles ul li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 0 60px;
}
#main .block-profiles ul li .profile-picture {
	float: left;
	width: 100px;
	height: 138px;
	margin: 0 10px 0 0;
}
#main .block-profiles ul li .profile-picture img {
	width: 100%;
	height: auto;
	display: block;
}
#main .block-profiles ul li .bio-short {
	float: left;
	width: 280px;
	font-size: 14px;
}
#main .block-profiles ul li .bio-short h2 {
	border-bottom: none;
	color: #700f1a;
	font-size: 22px;
	margin: 0 0 5px;
}
#main .block-profiles ul li .bio-short h2 a {
	text-decoration: none;
	color: #700f1a;
	outline: none;
}
#main .block-profiles ul li .bio-short span { display: block; }
#main .block-profiles ul li .bio-short span { display: block; }
#main .block-profiles ul li .bio-short span.email { color: blue; }
#main .align-right-global{
	float: right;
	margin: 0 0 10px 10px;
}
#main .links-no-bullets{ padding: 0 !important;}
#main .links-no-bullets li{
	list-style: none !important;
	margin: 0 0 10px;
}
#main .list-global{
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 20px;
}
#main .list-global li{
	list-style:disc;
	padding: 5px;
}
#main .list-global li.even{ background: #ccc; }
#main .card-holder{
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#main .card-holder .card{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	min-height: 300px;
	margin: 20px;
	box-shadow: 0 0 5px 1px #ccc;
	border-bottom: 5px solid #700f1a;
	background: #f2f2f2;
	padding: 10px;
}
#main .card-holder .card .photo-holder{
	overflow: hidden;
	text-align: center;
	width: 200px;
	margin: 0 auto 10px;
}
#main .card-holder .card .photo-holder img{
	display: inline-block;
	max-width: 130px;
	height: auto;
	margin-bottom: 10px;

}
#main .card-holder .card .photo-holder strong{
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin: 0 0 5px;
}
#main .card-holder .card .photo-holder span{
	color: #000;
	display: block;
	
}
#main .card-holder .card .contact-details{ overflow: hidden; }
#main .card-holder .card .contact-details span{
	font-size: 13px;
	color: #000;
	display: block;
	margin: 0 0 5px;
}
#main .quality-initiatives tr td{
	border: none;
	padding: 20px 10px;
}
.block-mobile-app {
    float: left;
    width: 70% !important;
    background: rgb(112, 15, 26);
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    margin: 0px 10px;
    padding: 20px !important;
}

#container .three-column .column .footer-buttons li.btn-mobile-app img {
    display: block;
    width: 100%;
    height: auto;
}

#container .three-column .column .footer-buttons > li {
    margin: 20px 10px;
    border: 1px solid #fff;
    text-align: center;
    transition: all 0.3s ease;
    width: 86%;
}
#container .three-column .column .footer-buttons li.btn-mobile-app {
    border: none;
}
#container .three-column .column .footer-buttons li.btn-mobile-app:hover {
    background: none;
}
.footer {
    margin-top: -22px;
}
body.iqafunctions .top-banner{
	background:url(../images/bg-iqafunctions.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
body.introduction .top-banner{
	background:url(../images/bg-introduction.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
body.tors .top-banner{
	background:url(../images/bg-tors.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
body.rsc .top-banner{
	background:url(../images/bg-rsc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
body.resources .top-banner{
	background:url(../images/bg-resources.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.top-banner{
	overflow: hidden;
	width: 100%;
	height: 300px;
	text-align: center;
}
.top-banner .text-holder{
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(00, 00, 00, 0.7);
}
.top-banner .text-holder div{
	display: table-cell;
	vertical-align: middle;
}
.top-banner .text-holder div h1{
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
}
.top-banner .text-holder div h1 span{
	font-size: 30px;
	display: block;
}
@media screen and (max-width: 1850px){
	#container .row .content .centres li.ceif-logo{ margin-top: -30px; }
}
@media screen and (max-width: 1500px){
	#container .row .content .centres li.ceif-logo{ margin-top: -25px; }
}
@media screen and (max-width: 1350px){
	#container .row .content .event-calendar{ width: 45%; }
}
@media screen and (max-width: 1300px){
	#container .row .content .iba-news li{ width: 30%; }
}
@media screen and (max-width: 1200px){
	#container .row .content .centres li.ceif-logo{ margin-top: -20px; }
	#wrapper .caption .iba-info{ border-radius: 0; }
	#container .row .content .event-calendar{
		width: 100%;
		margin: 0;
	}
	#container .quick-links .three-column{ width: 100%; }
	#header .program-title{ width: 300px; }
	#header .program-title h2{
		font-size: 23px;
		line-height: 30px;
	}
}
@media screen and (max-width: 1100px){
	#container .row .content .iba-news li{ width: 45%; }
	#container .row .content .iba-publications li{ width: 27%; }
	#container .row .content .iba-events li{ width: 31%; }
	#container .three-column .column .footer-buttons li{ width: 130px; }
}
@media screen and (max-width: 1000px){
	#container .quick-links .three-column{ width: 98%; }
	#header .holder{ width: 90%; }
	.topnav span:not(:first-child), .dropdown .dropbtn { display: none; }
	.topnav span.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav span.icon a{
		color: #2f2323;
		text-decoration: none;
		padding: 8px 16px;
		display: block;
	}
	.topnav.responsive span {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		border-bottom: 1px solid #ccc;
		display: block;
		width: 100%;
		text-align: left;
	}
	#container .news-ticker .caption{
		width: 99%;
		padding: 10px 5px;
		font-size: 25px;
	}
	#container .ticker{
		width: 98%;
		text-align: center;
	}
	.topnav span a.oric{ border-bottom: 1px solid #ccc; }
	#main .about-program{ width: 100%; }
	#main .chairperson-message{
		float: left;
		width: 100%;
	}
	#main .chairperson-message .message-block .block-news-announcement{ width: 100%; }
	#main .chairperson-message .btn-student-portal{ width: 98%; }
}
@media screen and (max-width: 950px){
	#container .three-column .column .footer-buttons li{ width: 95%; }
	#container .row .content .iba-news li{ width: 97%; }
	#container .three-column .column{ width: 45%;}
	#wrapper .caption h1{
		font-size: 60px;
		width: 290px;
		margin: 10% 0 60px 0;
	}
	#container .row .content .iba-news li{ margin: 20px 0;}
	#header .header-content{
		width: 98%;
		margin: 0;
	}
	#header .search-form{
		margin-left: 32%;
		float: left;
		margin-bottom: 10px;
	}
	.logo{
		margin: 0 0 0 5px;
		display: inline-block;
		float: none;
	}
	#header .holder{ text-align: center; }
	#header .header-content{ float: none; }
	#header .search-form{
		float: none;
		margin: 0;
		display: inline-block;
	}
	#header .program-title{
		width: 99%;
		margin: 0 0 20px;
	}
	#header .program-title h2 {
		font-size: 40px;
		line-height: 45px;
	}
	#main .chairperson-message .btn-student-portal{ width: 98%; }
}
@media screen and (max-width: 611px){
	#container .three-column .column{ width: 90%;}
	#header .top-menu {
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}
	#header .top-menu li {
		display: inline-block;
		float: none;
	}
	
	#header .top-menu{ margin-bottom: 15px; }
	#main .chairperson-message .btn-student-portal{ width: 95%; }
	.w3-animate-top{position:relative;animation:animatetop 1.5s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
}
@media screen and (max-width: 400px){
	#header .program-title h2{
		font-size: 30px;
		line-height: 35px;
	}
	#footer .iba-social-networks ul{ padding: 0;}
}