html {
    height: 100%;
}  
html,
body {
	margin:0;
	padding:0;
	height:100%;
} 
body {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    height: 100%;    
    overflow-x: hidden;
}

body p {
    margin: 0 0 20px;
}
body .textwidget p {
    line-height: 27px;
    font-weight: 400;
    font-size: 15px;
	padding-bottom: 7px;
}
body.home div#primary {
    background-color: rgb(244, 244, 244);
}
body.home div#main {
	background-color: #fff;
	overflow: hidden;
}
#wrapper {
	min-height:100%;
	position:relative;
	border: 1px solid transparent;
}

a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style:none;
}
/* Fix for WP Admin bar and sticky header */
body.admin-bar .navbar-fixed-top {
    top: 32px;
}

/* Menu */
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.navbar-toggle {
	margin-top: 3px;
}
.navbar-toggle,
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
	background-color: #eee;
	border-color: #eee;
	border: 0 !important;
}
.navbar-inverse {
    padding: 12px 0;
}
.navbar-inverse .navbar-brand {
	color: #fff;
	font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a {
    color: #cecece;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.navbar-inverse .navbar-nav > li.current-menu-item > a {
	color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #666;
}
button.navbar-toggle[aria-expanded="true"] span.icon-bar {
    background-color: #fff;
}
button.navbar-toggle[aria-expanded="true"] {
    background-color: transparent !important;
	
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}
.dropdown-menu > li > a {
    color: #696969;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
}
.dropdown-menu > li > a:hover {
	color: #0096db;
}
.nav span.caret {
	display: none;
}
/* Content */
body:not(.home) #main {
	margin: 40px 0;
}

:target:before {
	content:"";
	display:block;
	height:100px; /* fixed header height*/
	margin:-100px 0 0; /* negative fixed header height */
}
/* 
/* Footer */
footer {
    background-color: #2b3d44;
    color: #fff;
    padding: 35px 0 50px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
	bottom:0;
	left:0;

}
footer.entry-footer {
    display: none;
}
div#primary {
	padding-bottom: 0px;
	overflow-y: hidden;
}
footer a {
	color: #fff;
}
footer .social-title {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
footer ul.social {
	overflow: auto;
	padding: 5px 0;
}

footer ul.social li {
	list-style-type: none;
	float: left;
	margin-right: 4px;
}
footer ul.social li a:hover {
    opacity: 0.7;
}
footer ul.social li a i {
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 0;
	font-size: 15px;
	text-align: center;
	padding-top:7px;
}

.social-widget-facebook  {
    background: #3b5998;
}
.social-widget-instagram {
    background: #3F729B;
}
.social-widget-linkedin {
    background: #3399CC;
}
.social-widget-twitter {
    background: #55ACCE;
}
.social-widget-youtube-play {
    background: #C4302B;
}
h4.widget-title {
	font-size: 15px;
	font-weight: 600;
	padding-top: 5px;
	margin-bottom: 5px;
}
.widget_mit_faculty_contact_info p {
    margin: 0 0 3px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.widget_mit_faculty_contact_info p ~ h4 {
    padding-top: 25px;
}
.btn-default {
    padding: 13px 25px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
    background-image: initial;
    background-attachment: initial;
    background-color: #97a4ae;
    background-size: initial;
    background-origin: initial;
    background-clip: initial;
    background-position: initial;
    background-repeat: initial;
    border: 0;
    margin: 10px 0 40px 0;
}
a.btn span.fa-download {
    margin-left: -10px;
    padding-right: 8px;
}
body .textwidget {
	margin-bottom: 20px;
}
body .textwidget p + p {
	margin-top: 20px;
}
body .textwidget p + p > a {
    margin-top: 15px;
}
/* Google Map */
iframe.gmap {
	width: 100%;
}
.display_address {
    margin: 0 0 20px;    
    font-size: 22px;
    font-weight: 500;
}
.gm-style .place-card-large {
    display: none !important;
}
/* Widget: Jumbotron */
.jumbotron {
	padding-top: 125px;
    padding-bottom: 70px;
    /*margin-bottom: 50px;*/
    margin-bottom: 0;
}
.jumbotron-full {
	padding-bottom: 0px;
}
.jumbotron h1 {
	color: #a19981;
    font-size: 60px;
    font-weight: 700;
	margin-top: 0;
	margin-bottom: 40px;
}
.jumbotron .teasertext, .jumbotron .teasertext p {
	font-size: 18px;
    color: #2c3d44;
    font-weight: 400;
    margin: 0 30px 30px 0;
    line-height: 31px;
}
.jumbotron .img-portfolio {
    margin-top: 10px;
}
.jumbotron .faculty-image {
	margin: 20px 0 0 20px;
	width: 158px; 
	height: 238px;
}
.jumbotron .faculty-image img {
	margin: 0;
	object-fit: cover;
    height: 238px;
    width: 100%;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.no-padding-left {
	padding-left: 0;
}

.jumbotron.bg-cover ~ .container .entry-content {
    margin-top: 50px;
}

/* Content */
h1.page-header-title {
	font-family: Roboto;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.1em;
	margin: 50px 0;
}

/* Widgets */
.jumbotron a.btn {
    margin-bottom: 50px;
}

.widget_mit_social_widget {
    margin-top: 30px;
    margin-bottom: 50px;
}

.widget_mit_social_widget ul.social {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.widget_mit_social_widget ul.social li {
	display: inline-block;
	margin: 0 3px 0 0 !important;
}
.widget_mit_social_widget ul.social li:before {
	content: '' !important;
	padding: 0 !important;
}
.widget_mit_social_widget ul.social li a {
	display: inline-block;
    padding: 10px;
    line-height: 1;
    text-align: center;
    background: #eee;
    color: inherit;
    border-radius: inherit;
    margin-right: 3px;
    margin-bottom: 5px;
    transition: 0.15s all;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(151, 164, 174) !important;
    width: 38px;
    height: 38px;
    position: relative;
}
.widget_mit_social_widget ul.social li a:hover {
	background-color: rgb(124, 134, 142) !important;
}
.widget_mit_faculty_contact_info {
    line-height: 24px;
}
.widget_mit_social_widget ul.social li a .fa {
    font-size: 19px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
h3.widget-title {
    margin-top: 0;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
#pg-14-0, #pg-14-1, #pg-14-2, #pl-14 .panel-grid-cell .so-panel {
    /*margin-bottom: 0;*/
}
/* Fix whitespace on last widget */
.entry-content > div[id^=pl-] > .panel-grid:last-child {
    margin-bottom: 0 !important;
}
/* Widget: Areas of Interest */
.widget_mit_area_interest_widget {
	margin: 0 0 30px;
}
.widget_mit_area_interest_widget ul li {
    font-size: 15px;
    font-weight: 400;
}
.widget_mit_social_widget h3.widget-title {
    text-transform: none;
    border: 0;
    margin: 0;
}
/* Text Widget */
.widget_text {

}
/* Event Widget */
.widget_mit-pf-event {
	margin-bottom: 5px !important;
}
.panel-grid-cell > .widget_mit_pf_wysiwyg.so-panel {
    margin-bottom: 0 !important;
}
.widget_mit-pf-event h3.widget-title {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    text-transform: none;    
    /* Override per PF-100*/
    /* Reverted to match brand guildeline design specs and site consitency MITS-1008 2/6/2018
	    font-size: 18px;
	    font-weight: 400;
	    margin-bottom: 5px !important;
	    padding-bottom: 2px;
	    border-bottom: 0;
	*/
}
.widget_mit-pf-event .date p {
	margin-bottom: 2px;
}
div.date, div.date p {
	color: #444;
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
}
/* Widget: Media Highlights */
.accordion-more {
	display: none;
}

.widget_mit_media_highlights_widget {
	padding: 50px 0;
	background-color:  rgb(244, 244, 244);
	position: relative;
	margin: 0px -2000px;
    padding: 40px 2000px;
}
.widget_mit_media_highlights_widget .highlight { 
  margin-bottom: 25px;
}
.widget_mit_media_highlights_widget h3 {
	font-weight: 300;
	font-size: 30px;
	color: #b20c42;
	margin-bottom: 30px;
}
.widget_mit_media_highlights_widget h4 {
	font-weight: 400;
	font-size: 19px; 
	line-height: 28px;
	color: #2a728c;
	text-align: center;
	margin-top: 0;
}
.widget_mit_media_highlights_widget a:hover h4 {
	text-decoration: underline;
}
.widget_mit_media_highlights_widget p {
	font-weight: 400;
	font-size: 15px;
	color: #444444;
	line-height: 26px;
	text-align: center;
	word-wrap: break-word;
}
.widget_mit_media_highlights_widget div.arrow {
	text-align: center;
}
.widget_mit_media_highlights_widget div.arrow a {
	font-size: 35px;
	color: #2a728c;
}
.widget_mit_media_highlights_widget div.arrow a:hover {
	color: #2a728c;
	cursor: pointer;
}
.widget_mit_media_highlights_widget .social {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 40px;
}
.widget_mit_media_highlights_widget .social .fa-stack a {
  color: #fff;
}
.widget_mit_media_highlights_widget .social .fa-stack:hover {
	opacity: .8;
}
.widget_mit_media_highlights_widget .social .facebook {
    color: #3b5998;
}

.widget_mit_media_highlights_widget .social .twitter {
    color: #00aced;
}

.widget_mit_media_highlights_widget .social .linkedin {
    color: #007bb6;
}

/* Popup */
/* Styling the Popup Window */
.popup-trigger { display: block; margin: 0 auto; padding: 20px; max-width: 260px; background: #4EBD79; color: #fff;
				 font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 24px; cursor: pointer; }
	.popup {display: none; position: absolute; top: 100px; left: 50%; width: 700px; margin-left: -350px; padding: 50px 30px;
			background: #fff; color: #333; font-size: 19px; line-height: 30px; border: 10px solid #150E2D; z-index: 9999;}
	.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
    .popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	

/* Widget: Featured Research */
.widget_mit_faculty_featured_research {
	/*margin: 50px 0 !important;*/
	margin-bottom: 30px;
}
.widget_mit_faculty_featured_research a {
	display: block;
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
}
.widget_mit_faculty_featured_research .wpb_wrapper {
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 15px;
	color: #444444;
	display: block!important;
}
.widget_mit_faculty_featured_research .wpb_wrapper, .widget_mit_faculty_featured_research a {
	display: inline;
	/*font-weight: 400;
	font-size: 19px; 
	color: #2a728c;
	line-height: 28px;*/
}
.widget_mit_pf_research ul li {
    font-size: 15px;
}
/* Widget: WYSIWYG */
.widget_mit-pf-wysiwyg ul li {
    font-size: 15px;
}
/* Widget: Publications */
.widget_mit_faculty_research_publications .wpb_wrapper,
.widget_mit_faculty_featured_research .wp_wrapper {
	font-size: 15px;
}
.widget_mit_faculty_research_publications .wpb_wrapper h4, 
.widget_mit_faculty_research_publications .wpb_wrapper h4 a,
.widget_mit_faculty_featured_research .wpb_wrapper h4, 
.widget_mit_faculty_featured_research .wpb_wrapper h4 a {
    font-size: inherit;
    display: inline;
    line-height: 24px;
}
/*.wpb_wrapper > a:first-child,
.wpb_wrapper > i > a:first-child,*/
.widget_mit_faculty_research_publications .wpb_wrapper h4,
.widget_mit_faculty_featured_research .wpb_wrapper h4 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px !important;
	color: #2c3d44;
}
body.home .widget_mit_faculty_research_publications .wpb_wrapper h4,
body.home .widget_mit_faculty_featured_research .wpb_wrapper h4 {
    font-size: 19px;
}
/* Academic Appointment List widget */
.widget_mit_academic_appointments_widget ul li {
    font-size: 15px;
}

.entry-content ul {
    list-style: none;
    padding-left: 0;
}
.entry-content ul li {
	position: relative;
	line-height: 26px;
	padding-bottom: 6px;
	padding-left: 25px;
}
.entry-content ul:not(.nav-tabs) li:before {
    font-family: 'FontAwesome';
    content: "\f10c";
    padding: 0 10px 0 1px;
    top: 1px;
    left: -25px;
    margin-left: -25px;
}
/*
.entry-content ul li, .entry-content ul li a {
	color: #999999;
	
}*/
.entry-content ul li {
	color: #999999;
	
}
.entry-content em {
    font-weight: 400;
    font-size: 15px;
}
.entry-content em a{
    font-weight: 400;
    font-size: 15px;
}

.entry-content a em{
	font-weight: 400;
	font-size: 15px;
}
/* Google Maps widget */
.map-widget {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.map-widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
li.widget + li.widget {
    margin-top: 40px;
}
/** TABS **/
.entry-content .tab-content .wpb_wrapper {
    margin-bottom: 30px;
}
.entry-content .nav-tabs {
	margin-bottom: 30px;
}
.entry-content .nav-tabs li  {
	padding-bottom: 0 !important;
	
}
.entry-content .nav-tabs > li > a {
	font-weight: 300;
	font-size: 17px;
	color: #999999;
	padding: 10px 0;
	margin-right: 25px;
	border: 0;
	border-bottom: 2px solid transparent;
}
.entry-content .nav-tabs > li:last-child > a {
	margin-right: 0;
}
.entry-content .nav-tabs > li > a:hover {
	background-color: transparent;
	border: 0;
	color:#2c3d44;
	border-bottom: 2px solid #2a728c;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0;
	border-bottom: 2px solid #2a728c;
	font-weight: bold;
	color:#2c3d44;
	margin-bottom: 0;
}
div.tab-content {
	margin-top:10px;
}
div.tab-content p a {
    font-size: 19px;
}

.textwidget.readmore:not(.open) {
	overflow: hidden;
	text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   height: 3.4em;
   max-height: 3.3em;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin-bottom: 10px;
}
.textwidget.readmore ~ a.readmore {
    display: block;
    margin-bottom: 20px;
}


@media (min-width: 1200px) {
	.container {
		/*width: 1230px;*/
		width: 1000px;
	}
	nav > .container {
		padding-left: 5px;
		padding-right: 0;
	}
	/* Widget: Media Highlights */
	.widget_mit_media_highlights_widget {
		 margin: 0px -2000px;
	    padding: 40px 2000px;
	}
	.widget_mit_media_highlights_widget .row  {
		display: flex;
	}
	.widget_mit_media_highlights_widget .row div[class^="col"] {
		display: flex;
	}
	.widget_mit_media_highlights_widget .row div[class^="col"] .highlight {
		position: relative;
		padding-bottom: 100px;
	}
	.widget_mit_media_highlights_widget div.arrow {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 55px;
	}
}

@media (min-width: 992px) {
	
	.widget_mit_media_highlights_widget div.arrow {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 65px;
	}
	.widget_mit_media_highlights_widget .highlight {
	    margin-bottom: 75px;
	    min-height: 230px;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Media Highlights Widget */
	.widget_mit_media_highlights_widget {
	    margin: 0px -43px;
	    padding: 40px 43px;
	    overflow: hidden;
	}
	.container {
		width: inherit;
	}
	.widget_mit_media_highlights_widget .highlight {
	    margin-bottom: 75px;
	}
	.widget_mit_media_highlights_widget .social {
	    bottom: 20px;
	}
}
@media (min-width: 1024px) and (max-width: 1024px) {
	/* Media Highlights Widget */
	.widget_mit_media_highlights_widget {
	    /*margin: 0px -25px !important;
	    padding: 40px 25px !important;
	    overflow: hidden;*/
	}
}

/* Mobile and Tablet Portrait */
@media (max-width: 767px) {
	body:not(.home) #main {
	    margin: 0;
	}
	.navbar-right {
	    margin-right: -15px !important;
	}
	/* Mobile */
	html #wpadminbar {
		top: -46px;
	}	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	    border-color: rgba(255, 255, 255, 0.5);
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    	color: #444;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    	color: #0096db;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	    color: inherit;
	    background-color: inherit;
	}
	
	.jumbotron h1 {
	    font-size: 40px;
	}
	.jumbotron .faculty-image {
		padding: 20px 0;
		display: block;
		clear: both;
	}
	jumbotron .teasertext, .jumbotron .teasertext p {
	    margin: 20px 0 0 0;
    }
	footer .col-lg-2, footer .col-lg-8 {
	    margin-bottom: 30px;
	}
	h1.page-header-title {
	    font-size: 40px;
	    margin-bottom: 20px;
	}
    .jumbotron .faculty-image {
		margin-left: 0;
	}
	
	/* Tabs widget */
	.entry-content .nav-tabs li {
	    padding-bottom: 0 !important;
	    display: block;
	    width: 100%;
	    border-top: 1px solid #eee;
	}
	.entry-content .nav-tabs > li > a {
		margin-right: 0;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		margin: 0;
	}
	div.tab-content {
	    margin-top: 30px;
	}
	/* Media Highlights Widget */
	.widget_mit_media_highlights_widget {
	    margin: 0px -15px;
	    padding: 40px 15px;
	    overflow: hidden;
	}
	.widget_mit_media_highlights_widget .highlight {
	    margin-bottom: 75px;
	}
	.widget_mit_media_highlights_widget .social {
	    bottom: 20px;
	}
	/* Sidebar */
	ul.list-unstyled.widget-sidebar {
	    margin-top: 30px;
	}
	
}


/* Bootstrap Override */
@media (max-width: 999px) {
  .navbar-toggle {
    margin-top: 10px;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      margin-bottom: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      /*margin-top: 7.5px;*/
      margin-top: 0;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  div#primary {
	  padding-bottom: 0px;
  }
  body.home div#primary {
    padding-bottom: 0px;
	}
  .navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.navbar-collapse {
		margin-top: 10px;
	}
	a.navbar-brand {
	    line-height: 27px;
	    padding: 0 0 0 15px;
	    width: 80%;
	    height: auto;
	    word-wrap: break-word;
	}
	
	html {
		margin-top: 0 !important;
	}
	body {
		padding-top: 0 !important;
		margin-top: 0;
	}
	nav.navbar.navbar-inverse.navbar-fixed-top {
	    position: static;
	}
	.jumbotron {
    	padding-top: 40px;
    }
    .jumbotron a.btn {
	    margin-bottom: 20px;
	}
	
	.navbar-right {
	    margin-right: 0;
	}
	ul.nav>li {
		border-bottom: 1px solid rgba( 255, 255, 255, 0.035 );
	}
	ul.nav > li {
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		padding: 0;
	}
	ul.nav > li a {
		padding: 15px 20px;
		z-index: 0;
	}
	ul.nav li.dropdown .caret {
	    position: absolute;
	    top: 0;
	    right: 0;
	    display: inline-block;
	    color: #fff;
	    font-family: 'FontAwesome';
	    font-size: 24px;
	    text-align: center;
	    border: 0;
	    z-index: 1;
	    padding: 24px;
	}
	ul.nav li.dropdown.open span.caret {
	    top: 6px;
	}
	ul.nav li.dropdown .caret:before {
		content: "\f0d7";
	    position: absolute;
	    top: 7px;
	    right: 15px;
	}
	ul.nav li.dropdown.open span.caret:before {
	    content: "\f0d8";
	    top: -1px;
	}
	ul.nav li.dropdown .caret:hover {
		cursor: pointer;
	}
	ul.nav li.dropdown.open {
		transition: all 0.4s ease-out;
	}
	ul.dropdown-menu {
	    float: none;
	    position: static;
	    border: 0;
	    margin: 0;
		padding: 0;
		transition:all 500ms ease;
		box-shadow: none;
	}
	ul.nav > li:not(.open) .dropdown-menu {
	    display: none !important;
	}
	ul.nav > li.open {
		border-bottom: 0;
	}
	ul.nav > li.open .dropdown-menu {
	    display: block !important;
	    background-color: #fff;
	}
	ul.nav > li.open .dropdown-menu li {
	    border-bottom: 1px solid #cecece;
	}
	ul.nav > li.open .dropdown-menu li:first-child {
		border-top: 1px solid #cecece;
	}
	ul.nav > li.open .dropdown-menu a {
		background-color: inherit;
		color: #444;
		font-weight: inherit;
		padding: 15px 20px;
	}
	
	
}

@media (min-width: 768px) and (max-width: 768px) {
	body.home div#primary {
		padding-bottom: 0px;
	}	
	/* Media Highlights Widget */
	.widget_mit_media_highlights_widget {
	    margin: 0px -15px;
	    padding: 40px 15px;
	    overflow: hidden;
	}
	
}

@media (min-width: 769px) and (max-width: 998px) {
	body.home div#primary {
		padding-bottom: 0px;
	}	
	
}

@media (min-width: 1024px) and (max-width: 1024px) {
	/* Media Highlights Widget */
	.widget_mit_media_highlights_widget {
	    margin: 0px -15px;
	    padding: 40px 15px;
	    overflow: hidden;
	}
	
}
