body {
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #39F;
	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: #FF9900;
	outline: none;
	text-decoration: none;
}
.announcements a {
	color:#036;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: #39F;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Gilda Display", serif;
	margin-top: 0;
	color:#036;
}
.homepanel h1 a {
	color:#FC0;
}
p {
	margin-bottom: 20px;
}
p.announcements {
	margin-bottom:10px !important;
	border-bottom:1px solid  #FFC488;
}
p.lead {
	font-size: 24px;
	font-weight: 300;
	text-align: left;
}
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;
}
h2 ul.post-categories {
	margin:0 !important;
}
h2 ul.post-categories li {
	list-style:none !important;
}
.facultypagemenu ul {
	list-style:none;
	float:right;
}
.facultypagemenu ul li {
	list-style:none !important;
	float:left;
	background-color:#036;
	font-size: 14px;
}
.facultypagemenu ul li a {
	padding:10px 5px;
	background-color:#036;
	color:#fff;
}
.facultypagemenu ul li.current-menu-item a {
	background-color: #039;
	color:#fff;
}
.facultypagemenu ul li a:hover, .facultypagemenu ul li a:active, .facultypagemenu ul li.current-menu-item a {
	background-color: #333;
	color:#CCC;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-left: none;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
svg.search-icon {
	fill: #333;
}
li.is-menu svg {
	vertical-align: sub;
}
li.astm-search-menu a {
	padding:6px 0 !important;
}
.ht-main-header {
	border-bottom:1px solid #ddd;
}
.ht-main-header-inner {
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	background:rgba(35, 35,35, 0.8);
}
.postheader {
	background: rgba(25, 25, 25, 0.5);
	padding: 20px;
	margin: 0 20px;
	width:600px;
	color:#fff;
}
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;
}
.container {
	position: relative;
	clear: both;
}
/*	Header
	==================================================*/
#topheaderbar {
	background-color: #EFEFF0;
	padding:5px 10px;
	color:#333;
	font-size:14px;
}
#topheaderbar .hw-widget ul {
	margin:0 !important;
}
#title-nav {
	padding:0 10px;
}
#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	z-index: 9999;
	padding: 0;
	border: 0;
	border-bottom: 10px solid #036;
}
#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;*/
}
.logo img {
	max-width:100%;
}
.logo.right {
	display:block;
	margin:0;
	padding:25px 50px;
	text-align:right;
}
.logo.right img {
	display:block;
	max-width:300px;
	float:right;
	margin:0;
}
.logo a:hover, .title a:hover, .logo-iisc a:hover {
	border-bottom: none;
}

.title {
	margin: 0;
	text-align: center;
}
.logo img, .title img {
	display:inline;
	padding:5px;
}
.logo a:hover {
	text-decoration: none;
	overflow:hidden;
}
/* search-form */

.search-form {
	/*float:right;*/
	border:1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#fafafa;
	width:213px;
	margin:0;
}
.search-form input[type="text"] {
	float:left;
	background:#fafafa;
	border:0;
	width:166px;
	padding:6px 8px;
	color:#444;
	font-size:12px;
	line-height:15px;
	outline:none;
	margin:0;
	-webkit-border-radius: 0 !important;
}
.search-form input[type="submit"] {
	float:right;
	background:url(../images/magnify-glass-hover.png) no-repeat;
	width:36px;
	height:28px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	border:0;
	outline:none;
	cursor:pointer;
	-webkit-border-radius: 0 !important;
}
.search-form input[type="submit"]:hover {
	cursor:pointer;
	background:url(../images/magnify-glass-hover.png) no-repeat;
}
::-webkit-input-placeholder { /* Edge */
 color: #777;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #777;
}

::placeholder {
 color: #777;
}
.rpc-content {
	display: none;
}
#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;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
	margin: 0 5px !important;
}
.menubar {
	padding: 10px 0;
	background: #ddd;
	-webkit-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
}
.img {
	margin: 0 auto;
	width: 90%;
}
/*	Breadcrumbs
	==================================================*/
#breadcrumbs {
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	text-shadow:1px 1px #333;
}
#breadcrumbs a {
	color: #fff;
	border-bottom:1px dashed #fff;
}
/* Home
==================================================*/

p.home-main-text {
	text-align:justify;
}

table.events-table {
	width:100%;
	padding:0;
	margin:0;
}
table.events-table td{
}
.datehome {
	border:none;
	padding:2px;
	text-align:center;
}
.date_dd {
	font-size:32px;
	font-weight:bold;
	padding:10px;
	border-right:1px solid #036;
	float:left;
	width:75px;
}
.date_mm {
	font-size:20px;
	font-weight:bold;
	padding:5px 0;
	width:150px;
}

/* 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 15px 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");
}
ul.facfaq {
	margin: 10px 0 10px 0;
}
#mainpanel ul.nav li {
	padding: 0;
	margin: 0 5px;
}
.wp-block-kadence-advancedgallery ul li {
	list-style:none !important;
}
img {
	max-width: 100%;
	height: auto;
}
#mainpanel img {
	border:1px solid #ccc;
	box-shadow:2px 2px 5px #ccc;
	margin-bottom:20px;
}
.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;
}
.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;
}
.peoplebox {
	margin-bottom:25px;
	text-align:left;
	overflow:hidden;
}
.peoplebox-inner {
	/*border:1px solid #ddd;
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);*/
	margin: 0 0 10px 0;
	padding:5px;
	overflow:hidden;
}
.peoplepic {
	margin:5px 0;
	text-align:center;
	overflow:hidden;
}
.peoplepic img {
	max-width:200px;
	border:none !important;
}
.name {
	font-size:18px;
	font-weight: bold;
}
.peopleinfo {
	text-align:center;
}
.peopleinfo h3 {
	margin:0 0 10px 0 !important;
}
.abstractcontainer {
	clear:both;
}
.abstractcontainer img {
	width:200px;
	float:left;
	margin:0 20px 0 0;
}
#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:
}
.wp-block-latest-posts.is-grid li {
	text-align:center;
}
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;
}
blockquote {
	padding: 40px 20px;
	position: relative;
	border:none;
}
blockquote p {
	font-family: "Rambla";
	font-size: 24px;
	font-weight: 700px;
	text-align: left;
	color:#036;
}
blockquote:before {
	position: absolute;
	font-family: 'FontAwesome';
	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;
}
.mob-menu-header-holder {
  width: 80px !important;
}
/*	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;
}
div.ez-toc-widget-container ul.ez-toc-list li, div.ez-toc-widget-container ul.ez-toc-list li::marker {
 list-style: url("../images/bullet-squares.png") !important;
 border: none;
 padding: 0;
}
#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;
}
#sidepanel.faq {
	padding:5px !important;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active::before {
 background-color: #FAFAFA !important;
}
.ez-toc-widget-container ul.ez-toc-list li.active::before {
 background-color: #FAFAFA !important;
}
iframe {
	border:1px solid #ccc;
}
.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;
}
.catpanel {
	margin-bottom:25px;
}
.catpanel-inner {
	padding:20px;
	height:250px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.wp-block-table.is-style-stripes {
  border-bottom: none !important;
}
/*	Footer
	==================================================*/
#footer {
	background: #F5F5F5;
	color: #444;
	font-size:14px;
	text-align: left;
	padding: 25px;
	margin: 0 0 0 0;
	overflow: hidden;
	border-top:1px solid #ddd;
}
#footer .container {
	padding: 0;
}
#footer text-left {
	text-align: left;
}
#footer text-right {
	text-align: right;
}
#footer h2 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}
#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: #444;
}
#footer a:hover {
	color: #222;
}
#footer-bottom {
	color: #444;
	padding: 25px;
	background-color: #F5F5F5;
	overflow: hidden;
}
#footer-bottom a {
	color:#222;
}
#footer-bottom a:hover {
	color:#ccc;
}
#footer #menu-main-menu-1.menu {
	width:525px;
	margin:0 auto;
	text-align:center;
}
#footer #menu-main-menu-1.menu li {
	float:left;
	margin:0 25px;
}
h3.wps_visitor_title {
	font-family: 'Libre Franklin', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#999;
	padding:0 0 5px 0;
	margin:0;
}
#footer-bottom .text-left, #footer-bottom .text-right {
	margin: 5px 0;
}
img.arpw-thumbnail {
	display: block !important;
	float: none !important;
	clear: both !important;
}
a.arpw-title {
	display: block !important;
	float: none !important;
	clear: both !important;
}
.socialicons {
	width:150px;
	margin:0 auto;
}
.socialtop {
	text-align: right;
	margin: 0;
}
.socialtop ul {
	text-align: right;
}
.zoom-social-s-list--no-labels .zoom-social_icons-list__item {
	margin: 4px 18px !important;
}
.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%);
}
/* The Transformation */
.homepanel--colorize:hover img {
	filter: grayscale(0);
	transform: scale(1.1);
}
.profilepics {
	text-align:center;
}
.profilepics.tutorials {
	text-align:center;
}
.profilepics img {
    border-radius: 50% !important;
    margin: 0 auto !important;
    display: block !important;
}
.profilepics.tutorials img {
    border-radius: 50% !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Conference Schedule */
.conf_scheduler.day_tabs ul.day_tabs li {
	margin:0 !important;
	padding:10px !important;
	border:1px solid #ddd !important;
	width:200px !important;
}
.conf_scheduler.day_tabs ul.day_tabs li.open {
  color: #003366;
  background-color: #E61E50 !important;
}
.conf_scheduler.day_tabs button.toggle_all, .conf_scheduler.day_tabs button.my_picks {
	width:150px;
	margin-bottom:5px;
}

.conf_scheduler .filter select.multi_filter, .conf_scheduler .filter span.select2 {
	flex-grow: 0;
	 width: 500px !important;
}

/* Google Calendar */
#calendarContainer1.view-container-border {
  background-color: #fff !important;
}
#calendarContainer1 .agenda .date-label {
	font-size:22px !important;
  font-weight: bold !important;
  background: #fff !important;
  position: relative !important;
  padding: 1em !important;
	border:1px solid #369 !important;
}

h3.wp-block-heading {
	margin:0 0 0 0 !important;
}
/*	Responsive
	==================================================*/
@media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width:1300px !important;
}	
	
@media (max-width: 991px) {
 .section {
 padding: 10px 0;
 margin: 0;
}
 .socialtop ul {
 text-align: center;
}
 .navbar-fixed-top {
 position: relative;
}
 .navbar-brand {
 float: none;
}
 .navbar-brand .col-md-10 {
 width: 100%;
 margin: 0;
 padding: 0;
 text-align: center;
}
 .navbar-brand .col-md-10 img {
 margin: auto;
 width: 100%;
 margin: 0;
 padding: 0;
}
.socialtop {
 text-align: left;
 margin: 10px 0;
}
.logo img {
 width: auto;
 max-width:300px;
}
.logo.right img {
 max-width: 120px;
}
.slider.home {
 z-index: 9999;
 position: relative;
 text-align: left;
 clear: both;
}
.homepanel {
 height:auto;
}
 #sidepanel {
 position: relative;
}
 #footer .text-left, #footer .text-right {
 text-align: center;
}
}
@media (max-width: 768px) {

.logo img {
 width: auto;
 max-width:350px;
}
.logo.right img {
 max-width: 200px;
}
 #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%;
}
.wp-block-button__link {
 width:150px;
 padding:5px 0;
 border:1px solid #0576B6;
}
 #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;
}
.logo img {
	display:block;
	float:none;
	max-width:3S50px;
	padding:10px 10px;
	margin:0 auto;
}
.logo.right {
	display:block;
	margin:0;
	padding:0;
	text-align:center;
}
.logo.right img {
	display:block;
	float:none;
	max-width:200px;
	padding:0 20px;
	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;
}
 .container {
 max-width: 445px;
 padding-left: 5px;
 padding-right: 5px;
}

 #breadcrumbs {
 margin-left: 20px;
 padding: 5px 0;
 font-size: 14px;
 color: #AAA;
}
.homepanel_container_outer {
 border: 1px solid #ccc;
 margin:10px;
}
.homepanel_container_inner {
 padding: 10px;
}
.slider.home {
 height:auto;
}
.panel4 .excerpt {
 padding: 10px;
}
.caption-wrap {
 background-color:rgba(0, 0, 0, 0.6) !important;
 color:#fff !important;
 font-size:15px !important;
 width:90% !important;
}
.caption {
 font-size:14px;
 line-height:20px;
}
.introtext p {
 font-size:18px;
}

#kt-layout-id_5b8056-3a > .kt-row-column-wrap {
  padding: 25px !important;
}
.postheader {
 padding: 10px;
 margin: 0 10px;
 width: 90%;
}
h1.ht-main-title {
 font-size: 24px;
}
.peoplebox-inner {
 
}
.peoplepic {
/*width: 150px;
	height:160px;
	padding:0;*/
}
.peoplepic img {
 padding:0;
}
.wp-block-table.is-style-stripes.program td:first-child {
	width:100px;
}
 #footer .text-left, #footer .text-right {
 text-align: center;
}
#footer .hw-widget {
 margin-bottom:20px;
}
#footer-bottom .text-left, #footer-bottom .text-right {
 text-align: center !important;
 margin: 5px 0;
}
}
