/*
Theme Name: MIT CCE WordPress Theme
Theme URI: https://zaydmedia.com/
Author: ZaydMedia
Author URI: https://zaydmedia.com/
Description: WordPress theme for MIT CCE
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mitccewptheme
*/

@import url("css/bootstrap.min.css");
@import url("css/nav.css");

/*** GLOBAL ELEMENTS ***/
body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
    -webkit-font-smoothing: antialiased;
	color: #231f20;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #71adb3;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
h2 {
	color: #006c77;
	font-weight: 100;
}
.inner-content h2 {
	font-family: "futura-pt-condensed", Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
}
#home_text h2 {
	font-family: "futura-pt-condensed", Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 34px;
    font-weight: 500;
	line-height:38px;
}
h3 {
    font-weight: 700;
    color: #006c77;
    font-size: 1.25em;
}
h3.caption-headline {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}
h6 {
	font-weight: 600;
}
.header {
	background: transparent;
	color: #6d6e71;
	padding: 25px 0;
}
.header a  {
	color: #6d6e71;
}
@media screen and (max-width: 991px) {
	.site-logo {
		max-width: 85%;
    	margin: 10px auto 20px auto;
    	display: block;
	}
}
.secondary_menu {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}
.secondary_menu a {
	text-transform: uppercase;
}
.secondary_menu li {
	position: relative;
}

@media screen and (min-width: 992px) {
	.secondary_menu ul li:nth-child(2) a {
		padding-left: 20px;
		padding-right: 20px;
	}
	#header-mit-logo {
		margin-top:15px;
	}
}
#menu-header-menu {
	text-align: center;
	display: table;
	width: auto;
	margin: 0 auto;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 1px;
}
#menu-header-menu li {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 991px) {
	#menu-header-menu li {
		display: inline-block;
		width: 50%;
		margin-bottom: 15px;
	}
	#menu-header-menu li a {
		white-space: nowrap;
	}
	#menu-header-menu li.search-form {
		width: 100%;
		display: block;
	}
	#menu-header-menu li.search-form form {
		width: 100%;
	}
}


#page_content {
	padding: 2rem 0;
}
@media screen and (max-width:991px) {
	#sidebar {
		display: none;
	}
}
#sidebar .inner-content,
#content .inner-content {
	background: #fff;
}
@media screen and (max-width: 991px) {
	#content {
		margin-top: 20px;
	}
}
#sidebar .inner-content,
#content .inner-content {
	display: inline-block;
	width:100%;
	box-sizing: border-box;
	padding: 15px;
}
@media (min-width:992px) {
	#content .inner-content {
		padding: 15px 35px;
	}
}
#sidebar .inner-content > ul,
#sidebar .inner-content > ul > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar .inner-content > ul > li.widget {
	padding: 0 0 20px 0;
}
#sidebar .inner-content > ul li ul {
	margin-left: 0;
	padding-left: 20px;
}
#sidebar .inner-content > ul li ul li,
#sidebar .inner-content ul.menu-widget > li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar .inner-content ul.menu-widget > li {
	line-height: 1.25;
	padding-top:3px;
	padding-bottom:3px;
}
#sidebar .inner-content > ul li ul li::before,
#sidebar .inner-content ul.menu-widget > li::before {
	content: "■";
	color: #c1b49a;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 1.25em;
	line-height: 1;
}
#sidebar a {
    color: #414042;
	font-weight: 800;
    font-size: 14px;
}
#sidebar a.active {
	color: #71adb3;
}
#sidebar .current-menu-item > a {
	color: #27a4a4;
}
#sidebar .inner-content .sub-menu li::before {
	content: "";
	display: none;
	width: 0;
	margin-left: 0;
}
#sidebar .sub-menu a {
    font-weight: 400;
    font-size: .9em;
}
#sidebar .sub-menu .current-menu-item > a,
#sidebar .sub-menu .current_page_item > a {
	font-weight: 800;
}

footer {
	background: #951c2b;
	color: #fff;
	padding: 25px 0;
	font-size: 14px;
}
footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer .col-xs-12 {
	margin-bottom: 10px;
}
@media screen and (min-width:992px) {
	footer .col-xs-12 {
		margin-bottom: 40px;
	}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
}
#footer_social_links a {
	padding: 0px;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #c36d7c;
	color: #fff;
	font-size: 1.25em;
	margin: 0 2px;
	display: inline-block;
	cursor: pointer;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#footer_social_links i {
	cursor: pointer;
	line-height:35px;
	font-size:1.5em;
}
#footer_social_links a:hover {
	cursor: pointer;
	background: #d69aa4;
}
/*** HOME PAGE ***/

#sliderCarousel {
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;
}
.bgfill {
	background-size: cover;
	background-position: top right;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.slide {
	position: relative;
	overflow: hidden;
}
.caption {
	background: #1c2e31;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 25;
}
.caption:before,
.caption:after {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #1c2e31;
	width: 100%;
	content: "";
}
.caption:before {
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.caption:after {
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.caption a {
	font-weight: 600;
	text-transform: uppercase;
}
.mobile-img {
	display: inline-block;
	width: 100%;
	float: left;
}
.mobile-img img {
	height: 100%;
	opacity: 0;
	max-height: 300px;
}
.mobile-icon {
	display: none !important;
	float: right;
	margin: 0 0 20px 20px;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
	background: rgba(255,255,255,.65);
	height: 10px;
	width: 10px;
}
.slick-dots li.slick-active {
	background: #fff;
}
.slick-dots li button {
	opacity: 0;
}
@media screen and (max-width: 991px) {
	#sliderCarousel {
		height: 500px;
	}
	#sliderCarousel .container {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media screen and (min-width: 992px) {
	#sliderCarousel,
	#sliderCarousel .container,
	#sliderCarousel .row {
		height: 400px;
	}
	.bgfill {
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	}
	.caption {
		position: relative;
		width: 50%;
		height: 100%;
		z-index: 10;
		background: url(img/captionbg.png) top right no-repeat;
		padding: 30px 15% 30px 0;
		display: table;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.caption > * {
		position: relative;
		z-index: 15;
	}
	.caption:after {
		position: absolute;
		top:0;
		bottom:0;
		left: 0;
		width: 75%;
		background: #1c2e31;
		content: "";
		z-index: 5;
		-ms-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.caption:before {
		position: absolute;
		top:0;
		bottom:0;
		left: 0;
		width: 400%;
		background: #1c2e31;
		-ms-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		content: "";
	}
	.mobile-icon {
		display: block;
		margin: 0 0 10px 10px;
	}
	.slick-dots {
		bottom: 25px;
		-webkit-transform: translateX(-30%);
		transform: translateX(-30%);
	}
}
#home_text {
	padding: 20px 0;
    font-size: 18px;
    line-height: 1.75;
	padding-bottom: 50px;
	color: #231f20;
}
.home-news-post .inner_border {
	display: table;
	height: auto;
	width: 100%;
	padding: 5%;
}
#featured_news .home-news-post {
	font-size: 14px;
	color: #414042;
	line-height:22px;
}
@media screen and (min-width: 992px) {
	#featured_news .home-news-post {
		width: 50%;
		float: left;
	}
}
#featured_news .featured-news-bg {
	width: 100%;
	padding-bottom: 75%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 1em;
}
#featured_news h5,
#featured_news a {
	font-size: 16px;
	line-height:20px;
    font-weight: 700;
}
#featured_news a {
	font-size: 14px;
}

/*** interior pages ***/
#headline {
	background: #a2c9ce;
	color: #fff;
	padding: 15px 0;
}
#headline h1 {
	font-weight: 400;
	padding-top: 10px;
}
#breadcrumbs {
	color: #58595b;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
}
#breadcrumbs a {
	color: #006c77;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
/*** news and events page ***/
.news-post {
	margin-bottom: 25px;
}
.news-post .featured-news-bg {
	padding-bottom: 50%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.news-post .featured-news-bg,
	.search-thumbnail,
	.research-category-icon {
		margin-bottom:15px;
	}
}
@media screen and (min-width: 992px) {
	.news-post .featured-news-bg {
		width: 100%;
		padding-bottom: 20%;
	}
}
/*** sidebar nav menus ***/
.widget_nav_menu ul,
.widget_nav_menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_nav_menu .menu > li {
    padding-bottom: 5px;
    margin-bottom: 5px;
/*    border-bottom: 1px dashed #9e9da0;*/
}
.widget_nav_menu .menu > li:last-child {
    border-bottom: 0px;
}
.widget_nav_menu a {
	color: #006c77;
}
.widget_nav_menu a:hover {
	color: #951c2b;
	text-decoration: none;
}
.widget_nav_menu li.curent_page_item a,
.widget_nav_menu li.current-menu-item a {
	font-weight: bold;
}
.person-excerpt {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.person-excerpt img.person-headshot {
    width: 40%;
    float: left;
    margin-right: 10px;
}
h5.person-title {
	color: #414042;
	margin-bottom: 0;
	font-size: 14px;
    font-weight: 800;

}
p.person-role {
	color: #414042;
	font-style: italic;
}
p.theses-info {
	color: #414042;
	font-size: 14px;
	margin-top: 5px;
    line-height: 1.35;

}
.associated-project a {
	font-weight: bold;
	color: #006c77;
}
.associated-project .inner_border {
	display: block;
}
a.readmore {
	font-weight: 600;
	line-height: 1.5em;
}
a.readmore img {
	max-height: 1.5em;
	margin-right: .25em;
}
.pubdate {
	color: #808184;
	font-weight: 100;
	text-transform: uppercase;
}
#search-submit {
    width: auto;
    position: absolute;
    top: 0;
    right: 5px;
    height: 26px;
    width: 31px;
	background: transparent;
    border: 0px;
    color: #6d6e71;
	line-height:26px;
	font-size: 18px;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.search-wrap.form-group {
	margin-bottom: 0;
	position: relative;
}
.search-wrap .form-control {
	background-color: #e4e6e7;
    border: 0px;
    border-radius: 0;
    padding: .35rem .75rem;
    font-size: .75rem;
    line-height: 1;
	height: 26px;
	width:100%;
}
@media (min-width:769px) {
	.search-wrap .form-control {
		width:175px;
	}
}
.search-result {
	padding-bottom: 20px;
}
.ninja-forms-form-wrap input[type="text"],
.ninja-forms-form-wrap input[type="email"],
.ninja-forms-form-wrap input[type="url"],
.ninja-forms-form-wrap textarea {
	background: #f0f1f1;
	font-style: italic;
	border: 1px solid #f0f1f1;
	padding: 8px;
}
.ninja-forms-form-wrap input[type="text"]:focus,
.ninja-forms-form-wrap input[type="email"]:focus,
.ninja-forms-form-wrap input[type="url"]:focus,
.ninja-forms-form-wrap textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
}
.ninja-forms-form-wrap .nf-fail nf-error textarea,
.ninja-forms-form-wrap .nf-fail nf-error input {
	border: 1px solid red;
}

.ninja-forms-form-wrap input[type="submit"],
.ninja-forms-form-wrap input[type="button"] {
    color: #fff;
    background-color: #71adb3;
    border-color: #71adb3;
    display: inline-block;
	text-transform: uppercase;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.nf-form-fields-required {
    font-size: .75em;
    margin-bottom: 1em;
}

#homepageHero {
	color: #fff;
	padding-top: 50px;
}
#homepageHero h1 {
    margin-top: 30px;
	font-size: 48px;
    text-shadow: 2px 2px 10px rgba(0,0,0,.75);
	font-family: "futura-pt-condensed", Futura, "Trebuchet MS", Arial, sans-serif;
}
#homepageHero .headline-highlight {
    background: rgba(39,164,164,.75);
    padding: 10px 20px;
}
#homepageHero h6 {
	font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
	font-family: "futura-pt-condensed", Futura, "Trebuchet MS", Arial, sans-serif;
	margin-bottom:0;
}
#homepageHero .hero-highlight {
    background: rgba(255,255,255,.75);
    padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
#homepageHero .hero-highlight h5 {
	color: #414042;
	font-weight: 800;
	line-height:1;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
}
#homepageHero .hero-highlight .col-xs-9 {
	padding-top: 15px;
    line-height: 1;
}
#homepageHero .hero-highlight a {
	font-style: italic;
	color: #414042;
}
@media screen and (max-width:991px) {
	#homepageHero .headline-highlight:nth-child(1) {
	    margin-top:30px;
	}
	#homepageHero .headline-highlight {
	    background: rgba(39,164,164,1);
	}
	#homepageHero .hero-highlight {
	    background: rgba(255,255,255,1);
	}
	#homepageHero .hero-highlight .col-xs-3 {
		width:33%;
		float: left;
		padding-right: 3%;
	}
	#homepageHero .hero-highlight .col-xs-9 {
		width: 64%;
		float: left;
		padding-left: 3%;
	}
}
@media screen and (min-width: 992px) {
	#homepageHero h1 {
    	padding-bottom: 50px;
	}
}
#home_body_copy {
	background: #dfe3e2;
    padding: 25px;
	font-size: 18px;
}
.beautiful-taxonomy-filters-button {
	display: none;
}

#category_description {
	background: #D4E5E8;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav-tabs {
	border-top: 1px solid #231f20;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	border-bottom: 0px solid #fff;
	margin-top: 30px;
}
.nav-tabs li:nth-child(1) {
	width: 50%;
	border-right: 1px solid #231f20;
}
.nav-tabs li:nth-child(2) {
	width: 50%;
}
@media screen and (min-width:992px) {
	.nav-tabs li:nth-child(1) {
		width: 25%;
		border-right: 1px solid #231f20;
	}
	.nav-tabs li:nth-child(2) {
		width: 75%;
	}
}
.nav-tabs li a {
	background: #e4e6e7;
	padding: 10px;
	color: #414042;
	display: block;
	font-weight: 700;
	border-bottom: 1px solid #231f20;
	width: 100%;
}
.nav-tabs li a.active {
	color: #414042;
	background: #fff;
	border-bottom: 0px solid #231f20;
}
.tab-content {
	border-bottom: 1px solid #231f20;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	width: 100%;
    padding: 20px;
	margin-bottom: 30px;
}
#category_theses {
	margin-top: 25px;
}

#content .select2-container--default .select2-selection--single {
    border-radius: 0;
}
