html {
	width: 100%;
	overflow-x: hidden;
}
body {
	width: 100%;
	background-color: #FDF8F0;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	font-family: 'Libre Franklin', sans-serif;
	
	font-weight: normal;
	/*overflow-x: hidden;*/
	line-height: 1.5;
}
a {
	color: #900;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a:hover, a:focus {
	color: #F90;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Gilda Display", serif;
	margin-top: 0;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
li p {
	text-align: left;
}
ul, ol {
	margin-bottom: 20px;
	text-align: justify;
}
ul li, ol li {
	text-align: left;
}
#mainpanel ul li, #mainpanel ol li {
	margin-bottom: 20px;
}
.ht-main-header {
	border-bottom:1px solid #ddd;
}
.ht-main-header-inner {
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
	background:rgba(35, 35, 35, 0.8);
}
h1.ht-main-title {
	font-size:42px;
	color: #FFF;
	/*text-shadow:1px 1px #000;*/
	font-weight: 700;
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
}
/*	Section
	==================================================*/
.section {
	padding: 30px 0;
}
.active-section {
	top: 0px;
}
.navbar.active-section {
	top: 0 !important;
}
/*	Header
	==================================================*/
#header {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
	z-index: 9999;
	border-bottom: 1px solid #999;
}
#header, #header a, #header h1, #header h1 a {
/*font-size: 32px;
	color: #036;*/
}
#header .title h2, #header .title h2 a.tagline {
	font-size:22px;
	color:#555;
}
.headermenu {
	clear: both;
	background-color: #E61E50;
	padding:5px 0;
}
.logo {
	margin:0;/*overflow:hidden;*/
	padding: 0 50px;
}
.logo img {
	padding:10px 0;
}
.logo.right {
	display:block;
	margin:0;
	padding: 30px 50px;
	text-align:right;
	justify-content: flex-end;
}
.logo.right img {
	display:block;
	max-width:100px;
	float:right;
	margin:0;
}
#logo-title ul {
	padding: 0 !important;
	margin: 0 !important;
}
.logo a:hover, .title a:hover, .logo-iisc a:hover {
	border-bottom: none;
}
.title {
	margin: 0;
	text-align: center;
}
.logo a:hover {
	text-decoration: none;
	overflow:hidden;
}
.mobile-menu {
	display: flex;
	align-items: center; /* vertical alignment */
	justify-content: flex-end;
}
.mobile-menu > div, .mobile-menu > ul {
	display: flex;
	align-items: center; /* vertical alignment */
	justify-content: flex-end;
}
#banner-inner {
	height: 350px;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
	-moz-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
	box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
}
/*	Navbar
	==================================================*/

.navbar-inverse {
	background: #fff;
	/*background:rgba(15,15,80,0.7);*/
  border: none;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0;
}
#main-nav {
	background-color: #CC0000;
	padding: 10px 50px;
}
/*#cssmenu > ul > li:last-child {
	background-color: #C00;
	color:#fff;
	border-radius:20px;
	padding:0 10px !important;
	margin:0 !important;
}
#cssmenu > ul > li:last-child a {
	margin:0 !important;
	color:#fff;
}
#cssmenu > ul > li:last-child a:hover {
	color: #F90;
}*/
/* Home
==================================================*/


/* Main Panel
==================================================*/
#mainpanel, .mainpanel {
	padding: 5px 0 50px 0;
	min-height: 450px;
}
#mainpanel h1:first-child, #mainpanel h2:first-child {
	padding-top:0;
	margin-top:0;
}
#mainpanel h1 {
	font-weight: 700;
	margin: 30px 0 50px 0;
}
#mainpanel h2 {
	margin: 50px 0 25px 0;
}
#mainpanel.people h2 {
	padding-left:5px;
	margin: 10px 0 20px 0 !important;
}
#mainpanel h3, #mainpanel h4 {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
}
#mainpanel .tab-content h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#mainpanel ul, #sidepanel ol {
	padding: 0;
	margin: 10px 0 0 25px; /*list-style:none;*/
}
#mainpanel ul li, #sidepanel ul li, ul.facfaq {
	margin: 0 0 10px 0;
	list-style: url("../images/bullet-squares.png");
}
#mainpanel ul.nav li {
	padding: 0;
	margin: 0 5px;
}
img {
	max-width: 100%;
	height: auto;
}
#mainpanel img {
	border:1px solid #ccc;
	box-shadow:2px 2px 5px #ccc;
	margin-bottom:10px;
}
.no-effect img {
	border: none !important;
	box-shadow:none !important;
}
#sidebar img {
	border:1px solid #ccc !important;
	box-shadow:2px 2px 5px #ccc !important;
}
figure.noborder img {
	border: none !important;
	box-shadow:none !important;
}
#mainpanel .hasborder table {
	border: 1px solid #ccc;
}
#mainpanel table th, #mainpanel table td {
	padding: 10px;
	vertical-align:top;
}
#mainpanel img.collab-image {
	border: none !important;
	box-shadow: none !important;
}
.iframe-holder {
	background:url(../images/loading.gif) center center no-repeat;
}
iframe#collab-frame {
	padding:10px;
	border:1px solid #efefef;
 height: auto:
}
blockquote {
	padding: 40px 20px;
	position: relative;
	border:none;
}
blockquote p {
	font-family: "Rambla";
	font-size: 24px;
	font-weight: 700px;
	text-align: left;
}
blockquote:before {
	position: absolute;
	font-family: "Font Awesome 7 Free";
	font-weight: 900; /* REQUIRED for solid icons */
	top: 0;
	content:"\f10d";
	font-size: 80px;
	color: rgba(0, 0, 0, 0.1);
}
blockquote::after {
 content: "";
 /*bottom: 20px;*/
 left: 50%;
 margin-left: -100px;
 position: absolute;
 border-bottom: 3px solid #E61E50;
 height: 3px;
 width: 200px;
}
.wp-block-table table td {
	padding:10px;
}
.impdates table {
	max-width:600px;
	margin:0 auto;
}
.wp-block-table.is-style-stripes.program {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: none !important;
	max-width:600px;
}
.wp-block-table.is-style-stripes.program td:first-child {
	width:120px;
}
/* Kadence styles */
.wp-block-kadence-advancedgallery ul li {
	list-style:none !important;
}
.wp-block-kadence-advancedgallery ul {
	list-style:none !important;
}
.wp-block-kadence-advancedgallery ul li::before {
background-color: transparent !important;
display: block;
border: none !important;
}
.wp-block-kadence-tabs ul li::before {
background-color: transparent !important;
display: block;
border: none !important;
}
ul.kt-tabs-title-list li {
	list-style:none !important;
	margin-right:10px !important;
}
.wp-block-kadence-tabs ul li ul li {
	list-style: url("../images/bullet-squares.png") !important;
	margin-right:10px !important;
}
figcaption {
	font-size:14px;
 color::999;
	text-align:center;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	margin:15px 0 0 0;
	padding: 10px;
	border:1px solid #EBEBEB;
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom:10px;
	border-bottom:1px solid #efefef;
	color:#369;
	padding:5px 10px;
}
#sidepanel ul, #sidepanel.textwidget ul, #sidepanel ol, #sidepanel.textwidget ol {
	padding: 0 10px;
	margin: 20px 0 0 10px;
}
#sidepanel li ul li, #sidepanel li ol li {
	list-style: url("../images/bullet-squares.png") !important;
	padding: 0 10px;
}
#sidepanel img {
	padding: 5px;
	border: 1px solid #ddd;
}
#sidepanel li.widget {
	list-style:none;
	margin-bottom: 2px;
	padding:0 0 10px 0;
}
#sidepanel h2.widgettitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
	border-bottom:1px solid #efefef;
	color:#369;
	padding:5px 10px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 5px 0;
	border:1px solid #ddd;
	border-radius: 4px;
}
a.prev.page-numbers {
	border:none;
}
a.next.page-numbers {
	border:none;
}
a.page-numbers {
	border:1px solid #ccc;
	border-color:#369;
	padding:2px;
	margin:0 5px;
}
.wp-block-table.is-style-stripes {
	border-bottom: none !important;
}
/* Card deck effects */


.row {
/*justify-content: center;*/ /* This centers cols in row if they are less than specified cols */
}
.img-wrapper {
	aspect-ratio: 1 / 1;   /* portrait */
	overflow: hidden;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.card:hover .img-wrapper img {
	transform: scale(1.08);
}
 .img-wrapper::after {
 content: "";
 position: absolute;
 inset: 0;
 background: rgba(0, 0, 0, 0);
 transition: 0.3s;
}
 .card:hover .img-wrapper::after {
 background: rgba(0, 0, 0, 0.15);
}
.card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#people-sidebar {
	top: 100px;
}
@media (max-width: 768px) {
 #people-sidebar {
 display: none;
}
}
/* Modal fix */

/* Prevent scrollbar jump */
html {
	overflow-y: scroll;
}
/* Prevent Bootstrap adding padding shift */
body.modal-open {
	padding-right: 0 !important;
}
.modal {
	position: fixed !important;
	inset: 0;
	transform: none !important;
}
.modal-dialog {
	margin: 1.75rem auto !important;
}
/* Keep container stable */
.container {
	/*max-width: 1300px;*/
	margin-left: auto;
	margin-right: auto;
}
/*	Footer
	==================================================*/
#footer {
	background: #570101;
	color: #fff;
	text-align: left;
	padding: 25px;
	margin: 100px 0 0 0;
	overflow: hidden;
}
#footer h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}
#footer blockquote {
	padding:0;
}
#footer blockquote:before {
	content:"";
}
#footer blockquote:after {
	/*bottom:5px;*/
}
#footer .hw-widget ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#footer .hw-widget img {
	max-width:100px !important;
	margin:0 auto;
}
#footer a {
	color: #fff;
}
#footer a.wp-block-social-link-anchor {
	color: #000;
}
#footer a:hover {
	color: #F90;
}
#footer ul.menu {
	display: flex;
	flex-wrap: wrap;    /* Allows list items to move to the next row */
	padding: 0;
}
#footer ul.menu li {
	width: 50%;         /* Forces exactly 2 items per row */
	box-sizing: border-box;
}
#footer ul.menu li a {
	float:left;
	margin:0 35px 0 0;
	line-height:32px;
}
#footer ul.menu li a:hover {
	color:#C00;
}
#footer-bottom {
	color: #555;
	font-size:14px;
	padding: 25px;
 background-color: #D4C7B2  border-top:1px solir #FC0;
	overflow: hidden;
}
#footer-bottom a {
	color:#222;
	font-size:14px;
}
#footer-bottom a:hover {
	color:#ccc;
}
#footer-bottom .text-left, #footer-bottom .text-right {
	margin: 5px 0;
}
.menu-main-container ul.menu ul.sub-menu {
	display:none;
}
#mainpanel h2.cd-timeline-item-title {
	margin:0;
}
.nopad {
	padding:0 !important;
}
.nomargin {
	margin:0 !important;
}
.homepanel--colorize img {
 transition: transform .5s, filter .5s ease-in-out;
	filter: grayscale(100%);
}
h3.wp-block-heading {
	margin:0 0 0 0 !important;
}
* {
	transform: none !important;
}
/*	Responsive
	==================================================*/
@media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
/*max-width:1300px !important;*/
}
}
 @media (max-width: 1024px) {
.mobile-menu {
 display:none;
}
#main-nav {
 background-color:#fff;
 padding:0;
 margin:0;
 height:1px;
}
.logo {
	padding:20px;
}
h1.ht-main-title {
	margin-left:20px;
}


#sidepanel {
 position: relative;
}
 #footer .text-left, #footer .text-right {
 text-align: center;
}
}
@media (max-width: 768px) {
.logo.right img {
 max-width:80px;
}
.social-nav {
 display:none;
}

 #banner-inner {
 height: 150px;
 width: 100%;
 position: relative;
 overflow: hidden;
}
#mainpanel, .mainpanel {
 padding: 10px 50px !important;
 min-height: 250px;
}
#mainpanel h2 {
 font-size:26px;
}
#mainpanel h2:first-letter {
 font-size:32px;
}
 #mainpanel img {
 max-width: 100%;
}
blockquote {
 padding: 10px 20px;
 position: relative;
 border:none;
}
blockquote p {
 font-family: "Rambla";
 font-size: 18px;
 font-weight: 700px;
 text-align: left;
}
#footer blockquote::after {
 content: "";
 bottom: -10px;
 left: 50%;
 margin-left: -100px;
 position: absolute;
 border-bottom: 3px solid #E61E50;
 height: 3px;
 width: 200px;
}
#footer blockquote p {
 color:#fff !important;
}
#footer ul.menu li {
 width: 100%;         /* Forces exactly 1 item per row */
 box-sizing: border-box;
 text-align:center;
}
#footer ul.menu li a {
 text-align:center;
 width:100%;
}
.hw-widget h2 {
 text-align:center;
 margin-top:20px;
}
 #footer .text-left, #footer .text-right {
 text-align: center;
}
}
@media (max-width: 490px) {
 #header h1 {
 font-size:24px;
}
#header h3 {
 font-size:20px;
}
#topheaderbar {
 padding:2px;
}
#header .title {
 text-align:center;
}
.logo {
 padding:0 0 0 25px !important;
}
.logo img {
 margin:15px 0;
 max-width:90%;
}
.logo.right {
 display:block;
 margin:0;
 padding:0;
 text-align:center;
}
.logo.right img {
 display:block;
 float:none;
 padding:0 10px;
 margin:10px auto;
}
#header .title {
 margin: 0;
 padding:5px;
}
.title {
 padding: 0;
 overflow:hidden;
}
#header h1 a {
 font-size:20px;
}
#header .title h2 {
 font-size:15px;
}
 .socialtop {
 text-align: center;
 margin-top:0;
 margin-bottom:5px;
}
.ht-main-header-inner {
 padding: 10px 0 10px 0;
 margin: 0 0 0 0;
}
h1.ht-main-title {
 padding: 0 0 10px 25px;
 margin:0;
}
.caption-wrap h1 {
 font-size:20px;
}
.caption {
 font-size:14px;
 line-height:20px;
}
 h1.ht-main-title {
 font-size: 24px;
}
 .wp-block-table.is-style-stripes.program td:first-child {
 width:100px;
}
#footer ul.menu li {
 width: 50%;         /* Forces exactly 1 item per row */
 box-sizing: border-box;
 text-align:center;
}
#footer ul.menu li a {
 text-align:center;
 width:100%;
 margin:0 !important;
}
 #footer .text-left, #footer .text-end, #footer-bottom .text-left, #footer-bottom .text-end {
 text-align: center !important;
}
#footer .hw-widget {
 margin-bottom:20px;
}
#footer-bottom .text-left, #footer-bottom .text-right {
 text-align: center !important;
 margin: 5px 0;
}
}
