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-smcs-2025.jpg) no-repeat;
	width: 273px;
	height: 89px;
	float: left;
	overflow: hidden;
	text-indent: -99999px;
	margin: 10px 0 11px 5px;
}
.logo a {
	display: block;
	height: 100%;
}
#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;
    font-size: 15px;
    line-height: 17px;
    margin: -73px 5px 15px 0;
}
#header .search-form {
	background: #fff;
	border-radius: 10px;	
	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;
}
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: #2f2323;
	padding: 8px 16px;
	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;
	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;
	white-space: nowrap;
}
.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: 50px;
	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: 45px;*/
  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;
}
#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: 150px;
}
#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 10px 20px 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: 12px 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;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
#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: 500px;
	margin: 0 auto;
	text-align: center;
}
#header .program-title h2{
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	margin: 10px 0 0;
	font-family: "Tahoma", Geneva, sans-serif;
}
#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: right;
	width: 54%;
	text-align: left;
}
#main .about-program-img {
	float: left;
	width: 45%;
	text-align: right;
}
#main .about-program-img img {
	float: right;
	width: 100%;
	text-align: right;
	margin-top:0px;
	margin-right:15px;
	border-radius: 10px;
}
#main .about-program-full{
	float: left;
	width: 70%;
	text-align: left;
	
}
#main .about-program h3{
	color: #700f1a;
	font-size: 30px;
	line-height: 22px;
	border-bottom: 1px solid;
	padding: 0 0 5px;
	margin: 0 0 15px;font-weight: 600;
}
#main .about-program p{
	text-align: justify;
	margin: 0 0 15px;
}
#main .about-program .buttons-holder{ text-align:  center;}
#main .about-program .btn-apply{
	background-color: #700f1a;
	color: #fff !important;
	padding: 10px 20px;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 16px;
	width: 40%;
	display: inline-block !important;
	text-align: center;
}
#main .chairperson-message{
	float: right;
	width: 45%;
	text-align: left;
}
#main .chairperson-message h3{
	color: #700f1a;
	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: #000;
	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: 0 0 2px;
	color: #700f1a;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
}
#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: top;
}
#main .table-courses{ margin-top: 15px; }
#main .table-courses tr th{
	background: #700f1a;
	color: #fff;
}
#main .global-table-research tr td{
	border: 0;
	border-top: 1px solid #ccc;
}
#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: 50px;
	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 .align-left-global{
	float: left;
	margin: 0 10px 0 0;
}
#main .align-left-global img{ display: block; }
#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 0 10px;
	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;
}
#main .card-holder .card:hover{ background: #ccc;}
#main .card-holder .card{
	width: 300px;
	display: inline-block;
	vertical-align: middle;
	height: 350px;
	margin: 10px;
	box-shadow: 0 0 5px 1px #ccc;
	border-bottom: 5px solid #700f1a;
}
#main .card-holder .card .photo-holder{
	overflow: hidden;
	text-align: center;
	background: #700f1a;
	height:250px;
	width: 100%;
	border-radius: 0 0 70px 70px;
	padding: 15px 0 0;
	margin: 0 0 10px;
}
#main .card-holder .card .photo-holder img{
	display: inline-block;
	margin: 0 0 10px;
	border-radius: 80px;
}
#main .card-holder .card .photo-holder strong{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	margin: 0 0 5px;
}
#main .card-holder .card .photo-holder span{
	color: #700f1a;
	display: block;
	background: #ccc;
	
}
#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;
}
#main .courses-accordion {
	border-top: 1px solid #ccc;
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
#main .active, .courses-accordion:hover {
	background-color: #700f1a;
	color: #fff;
	font-weight: bold;
}
#main .courses-accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
/*#main .active:after {
  content: "\2212";
  color: #fff;
}*/
#main .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
#main .italic-global{ font-style: italic; }
#main .block-news-announcement2{ overflow: hidden; }
#main .block-news-announcement2 h2{
	padding: 5px;
	color: #fff;
	background: #700f1a;
	font-size: 18px;
}
#main .block-news-announcement2 ul{
	overflow: hidden;
	text-align: left;
}
#main .block-news-announcement2 ul li{
	border: 1px solid #ccc;
	margin: 4px 0;
}
#main .block-news-announcement2 ul li a{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease;
}
#main .block-news-announcement2 ul li:nth-child(even){ background-color: #f2f2f2 }
#main .block-news-announcement2 ul li a:hover{
	background: #700f1a;
	color: #fff;
	transition: all 0.5s ease;
}
#content .headlines {
    overflow: hidden;
    background: #fbfbf9;
}

.faculty-image {
    float: left;
    height: auto;
	padding: 4px;
    border: 1px solid #ccc;
}

.faculty-image img {
    display: block;
    width: 100%;
    height: auto;
}
.profile-assodean {
    background: #f1f1f1;
    float: left;
    margin: 1% 0 1.1% 1%;
    padding: 1%;
    width: 96%;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.profile-assodean h3 {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 10px;
}
.details {
    float: right;
    width: 90%;
}
.details a {
    color: #700f1a;
}
.details a:hover {
    color: #000;
	text-decoration:none
}

.carousel-inner {height: 600px!important;}
.carousel-caption {top: 5%;}
.carousel-caption h3 {line-height: normal;font-size: 29px;font-weight: 700;background: rgba(7, 7, 7, 0.28);padding: 12px 0;}
.carousel-caption p {line-height: normal;font-size: 19px;padding: 12px 20px;background: rgba(7, 7, 7, 0.28);}

.carousel-caption a {text-decoration:none;color:#fff;}
.carousel-caption a:hover {text-decoration:none;color:#fff;}
#main .about-program a,#main .chairperson-message .message-block a {color:#700f1a!important;}
	
.carousel-control {display:none;}

#main .block-write-up a {color: #700f1a;}

.carousel-indicators {display: none;}
h3 {line-height: 33px;margin-bottom: -23px;}

.news-thumb {
    height: auto;
    width: 31%;    
    text-align: center;
    background: #700f1a;
    margin: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
	display: inline-block;
}
.fa-instagram {background: #125688;color: white;}


/*footer css */
#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 .footer-buttons {
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
    width: 100%;
}
#container .three-column .column .footer-buttons li:first-child {
    margin-top: 28px;
}
#container .three-column .column .footer-buttons > li {
    margin: 20px 10px;
        margin-top: 20px;
    border: 1px solid #fff;
    text-align: center;
    transition: all 0.3s ease;
    width: 86%;
}
#container .three-column .column .footer-buttons > li a {
    color: #fff;
    display: block;
    padding: 5px;
}
#container .three-column .column a {
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
}
.block-mobile-app {
    background: #700f1a;
    padding: 20px !important;
    border-radius: 5px;
    border: 2px solid #fff;
    width: 95% !important;
    margin: 0 10px;
    float: left;
}
.title-mobile-app {
    display: block;
    width: 80%;
    text-align: center;
    background: #700f1a;
    color: #fff;
    padding: 5px;
    margin: 0 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
#container .three-column .column .footer-buttons > li a {
    color: #fff;
    display: block;
    padding: 5px;
}
#container .three-column .column .footer-buttons li.btn-mobile-app {
    border: none;
}
#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: 95%;
}
#container .three-column .column .footer-buttons li.btn-mobile-app:hover {
    background: none;
}
.section-vision-mission{ overflow:  hidden; display:  flex;}
.section-vision-mission .col{
	width: 50%;
	padding: 50px;
	text-align:  center;
	height: 500px;
	background-color: #b6d8f1;
	color: #000;
}
.section-vision-mission .col-mission{ background-color: #dbedf7; }
.section-vision-mission .col strong{
	font-size: 30px;
	line-height: 40px;
}
.section-vision-mission .col img{
	width: 35%;
	height: auto;
	display: inline-block;
	margin-bottom: 30px;
}
.footer {
    margin-top: -22px;
}
/* footer css ends here */


@media screen and (max-width: 1920px){
	.tab button {width: 429px!important;}
}
@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: 1400px){
	
	#container .three-column .column .footer-buttons li.btn-mobile-app { width: 88% !important;}
}
@media screen and (max-width: 1350px){
	#container .row .content .event-calendar{ width: 45%; }
	.tab button {width: 410px!important;}
}
@media screen and (max-width: 1300px){
	#container .row .content .iba-news li{ width: 30%; }
	.tab button {width: 380px!important;}
}
@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;}
		.tab button {width: 350px!important;}
		.carousel-inner {height: 680px!important;}
}
@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; }
	.tab button {width: 300px!important;}
	.carousel-inner {height: 600px!important;}
	.details {width: 88%;}
	#container .three-column .column {width: 21%;}
	#container .three-column .column {width: 21%;}
	#container .three-column .column .footer-buttons li {width: 198px;}
}
@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%;padding: 0 21px;}
	#main .about-program-img{ width: 100%;padding: 0 21px;}
	
	#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%; }
	.carousel-inner {height: 550px!important;}
	#container .ticker {padding: 10px 0 30px;}
	
	#main .about-program-img {float: left;width: auto;margin-top: 0px;margin-right: 0px;}
	#main .about-program-img img {float: left;}
}
@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%; }
	#container .row{ padding: 10px; }
	.details {width: 85%;}
	#container .three-column .column .footer-buttons {width: 100%;float: left;}
	.column-buttons {width: 45% !important;position: relative;top: -115px;left: -17px;}
	.block-mobile-app {width: 80% !important;}
	
	.news-thumb {width: 45%;}
	
}

/********Curriculum****************/

		strong{ font-weight: bold!important; }
	
	/* Container to manage indentation */
        .document-container {
            max-width: 100%;
            margin: 0 auto;
        }

        /* Root Level (i, ii) */
        .level-1 {
            list-style: none;
            counter-reset: level1;
            padding-left: 0;
        }
        .level-1 > li {
            counter-increment: level1;
            margin-bottom: 10px;
            position: relative;
            padding-left: 15px;
            font-weight: bold; /* Headings are bold */
        }
        .level-1 > li::before {
            content: counter(level1, lower-roman) ". ";
            position: absolute;
            left: 0;
            width: 35px;
        }

        /* Second Level (a, b, c) */
        .level-2 {
            list-style: none;
            counter-reset: level2;
            padding-left: 0;
            margin-top: 5px;
            font-weight: normal; /* Reset bold for content */
        }
        .level-2 > li {
            counter-increment: level2;
            margin-bottom: 5px;
            position: relative;
            padding-left: 35px;
        }
        .level-2 > li::before {
            content: counter(level2, lower-alpha) ") ";
            position: absolute;
            left: 10px;
        }

        /* Third Level ((i), (ii)) */
        .level-3 {
            list-style: none;
            counter-reset: level3;
            padding-left: 0;
            margin-top: 5px;
        }
        .level-3 > li {
            counter-increment: level3;
            margin-bottom: 3px;
            position: relative;
            padding-left: 50px;
        }
        .level-3 > li::before {
            content: "(" counter(level3, lower-roman) ") ";
            position: absolute;
            left: 20px;
        }

        /* Utilities for Bold text within lines */
        .label {
            font-weight: bold;
        }
	.document-container {
            max-width: 100%;
            margin: 0 auto;
        }

        .note-text {
            margin-bottom: 10px;
        }

        /* Alpha List: (a), (b) */
        .alpha-list {
            list-style: none;
            counter-reset: alphaCounter;
            padding-left: 0;
            margin-bottom: 30px;
        }
        .alpha-list li {
            counter-increment: alphaCounter;
            position: relative;
            padding-left: 80px; /* Precise indentation */
            margin-bottom: 8px;
        }
        .alpha-list li::before {
            content: "(" counter(alphaCounter, lower-alpha) ") ";
            position: absolute;
            left: 45px;
        }

        /* Roman Heading: iii. */
        .roman-heading {
            list-style: none;
            counter-reset: romanCounter 2; /* Starts at 3 (iii) */
            padding-left: 0;
            font-weight: bold;
        }
        .roman-heading li {
            counter-increment: romanCounter;
            position: relative;
            padding-left: 50px;
        }
        .roman-heading li::before {
            content: counter(romanCounter, lower-roman) ". ";
            position: absolute;
            left: 15px;
            width: 40px;
        }
	
	.calendar-heading h3 {
    background: #003b4b;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 0px;
    margin: 0 0 5px;
    width: 96.8%;
    text-align: center;
}
	#main .global-table tr th {
    padding: 5px;
    font-weight: bold;
    background: #f9f9f9;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    background: #f9f9f9;
    border: 1px solid #ccc;
    text-align: center;
    background: #700f1a !important;
    color: #fff !important;font-size: 17px;
}
	#main .global-table tr th p {
   padding: 10px 5px 0px;
}
	#main .global-table tr:nth-child(even) {
    background-color: #ccc!important;
		
}
	#main .global-table tr td {
    border: 1px solid #000!important; 
    padding: 5px 15px!important;
    vertical-align: top!important;
		padding-top: 15px!important;font-size: 17px;
}
	
        

        section#fees-funding {margin: 15px 0px;}
	.fee-card {
            background: #eee;
            border: 1px solid #e0e0e0;
            height: 100%;
            display: flex;
            flex-direction: column;
            transition: box-shadow 0.3s ease;
        }
        
        .fee-card:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        }

        /* Burgundy Bar at the TOP */
        .btn-burgundy-top {
            background-color: #700f1a;
            color: #ffffff !important;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 1.1rem;
            padding: 16px 15px;
            text-align: center;
            display: block;
            border: none;
            line-height: 1.5;min-height: 85px;
        }

        .btn-burgundy-top:hover {
            background-color: #5a0c15;
            text-decoration: none;
        }

        /* Inner Content Padding */
        .fee-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .fee-content h3 {
            font-size: 1.3rem;
            color: #333;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 25px;
        }

        /* Individual Fee Rows */
        .fee-block {
            margin-bottom: 20px;
        }

        .fee-block h4 {
            font-size: 0.7rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 4px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .fee-block p {
            margin: 0; 
			text-align: justify;
        }

        /* Teal/Green Prices */
        .fee-block span {
            font-size: 1.2rem;
            font-weight: 800;
            color: #007a70; 
            margin-right: 2px;
        }

        /* Responsive adjustments */
        @media (min-width: 992px) {
            .fee-content h3 { min-height: 4.5rem; }
        }

        @media (max-width: 767px) {
            .m-feetables { padding: 40px 0; }
            .section-title-container h2 { font-size: 1.5rem; }
            .fee-content h3 { font-size: 1.2rem; }
        }
	
	/* Namespaced styles for Core Courses Catalog */
#coreCoursesCatalog {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

#coreCoursesCatalog .catalog-main-title {
    color: #A31F34; /* MIT Red */
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
    text-transform: uppercase;line-height: normal;
}

#coreCoursesCatalog .catalog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#coreCoursesCatalog .catalog-list li {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    padding: 20px 30px;
    position: relative;
    box-sizing: border-box;
}

/* Vertical Dividers for Desktop */
@media (min-width: 992px) {
    #coreCoursesCatalog .catalog-list li:not(:last-child) {
        border-right: 1px solid #ddd;
    }
}

#coreCoursesCatalog .img-holder {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#coreCoursesCatalog .img-holder img {
    height: 90px;
    width: auto;
}

#coreCoursesCatalog h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
}

#coreCoursesCatalog h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Responsive: Stack on mobile */
@media (max-width: 991px) {
    #coreCoursesCatalog .catalog-list li {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 40px;
        margin-bottom: 10px;
    }
    #coreCoursesCatalog .catalog-list li:last-child {
        border-bottom: none;
    }
}
	
	.academic-container {       
        border: 1px solid #ddd;
        width: 100%; /* Full width container */
    }
    .custom-table {
        border-collapse: collapse;
        width: 100%; /* Table takes 100% of container */
    }
    /* Top Maroon Accent */
    .top-accent {
        height: 8px;
        background-color: #700f1a;
    }
    /* Semester Row (Gray) */
    .semester-row {
        background-color: #dfdfdf;
        color: #000;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
    /* Maroon Header Row */
    .header-row {
        background-color: #700f1a;
        color: #ffffff;
    }
    .header-row th {
        padding: 12px;
        text-align: left;
        font-weight: bold;
        border-right: 1px solid #a03c47;
    }
    /* Data Rows */
    .custom-table td, .custom-table th {
        padding: 18px;
        border: 1px solid #ddd;
        font-size: 17px;
    }
    .text-center {
        text-align: center;
    }


/********Curriculum*******/
@media screen and (max-width: 935px){
	.tab button {width: 280px!important;}
	.carousel-caption h3 {font-size: 30px;}
    .carousel-caption p {font-size: 16px;}
	.carousel-inner {height: 490px!important;}
}
@media screen and (max-width: 879px){
	.tab button {width: 270px!important;}
	.carousel-control {line-height: 27em;}
	
}
@media screen and (max-width: 840px){
	.tab button {width: 260px!important;}
	.details {width: 80%;}
}
@media screen and (max-width: 815px){
	.tab button {width: 100%!important;}
	.carousel-caption h3 {font-size: 25px;margin-bottom: 0;margin-top: 0;}
	.carousel-caption p {font-size: 14px;}
	.carousel-inner {height: 400px!important;}
	.carousel-control {line-height: 21em;}
	.carousel-caption {padding-top: 0px;}
	.news-thumb {width: 90%;}
}
@media screen and (max-width: 650px){
	.carousel-inner {height: 370px!important;}
	.carousel-caption p {font-size: 14px;padding: 0px;}
	.carousel-caption h3 {font-size: 19px;}
}
@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}
	#container .news-ticker{ padding: 0 !important; }
	.carousel-inner {height: 320px!important;}
	.carousel-caption img {width: 50%;!important;}
	.details {width: 75%;}
	
}
@media screen and (max-width: 590px){
	.carousel-inner {height: 300px!important;}	
	.carousel-caption {padding-top: 0px!important;}
	.carousel-control {line-height: 17em;}	
	.details {width: 72%;}
}
@media screen and (max-width: 500px){
	.carousel-inner {height: 260px!important;}
	.carousel-indicators{display: none;}
	.carousel-control {line-height: 13em;}
	.carousel-caption h3 {font-size: 17px;}
	.carousel-caption p {font-size: 13px;}
	.details {width: 70%;}
}

@media screen and (max-width: 480px){
	#container .three-column .column-buttons {width: 98% !important;top: 0;left: 0;}
	#container .three-column .footer-about-iba {margin: 1% 50% 1% 14px !important;}
	#container .three-column .column .footer-buttons {width: 94%;}
}

@media screen and (max-width: 400px){
	#header .program-title h2{font-size: 30px;line-height: 35px;}
	#footer .iba-social-networks ul{ padding: 0;}
	.carousel-inner {height: 200px!important;}
	.carousel-caption h3 {font-size: 14px;}
	.carousel-caption p {font-size: 11px;}
	#container .ticker {padding: 10px 0 40px;}
	.details {width: 63%;}
}