/*
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");

/*** GLOBAL ELEMENTS ***/
body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
    -webkit-font-smoothing: antialiased;
	color: #231f20;
}
img.site-logo{
	max-width: 50%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #079aea;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
h2 {
	color: #079aea;
	font-weight: 100;
}
.inner-content h2 {
	font-family: "Trebuchet MS",sans-serif,Arial,"futura-pt-condensed", Futura;
    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.name{
    font-weight: 700;
    color: #006c77;
    font-size: 1.4em;
}
h3.caption-headline {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}
h6 {
	font-weight: 600;
}
h5.project-title {
	color: #485d9a;
}
.header {
	background: transparent;
	color: #6d6e71;
	padding: 15px 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;
}

.hero-highlight .col-xs-3 { padding: 0; }
.hero-highlight .col-xs-9  { padding: 0; }
.home-news-post .inner_border { padding: 0 5% 5% 5%; }
.person-headshot { margin-bottom: 1em; }
#page_content { background: #e4e4e4; min-height: 350px; }
#homepageHero h1 {
    margin-top: 30px;
	font-size: 52px; }
/* footer changes */
footer {
	background: #079aea; }
#footer_social_links a { background: #407e7e; padding: 0 2px 4px 2px;}
/* enlarge overview title
#home_text h2 {
	font-size: 42px; line-height: 1.05; } */

@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%;
	}
}

@media screen and (max-width: 1060px)
.idss-news, .idss-upcoming, .promo-block, .idss-slider, .idss-slider .image-wrapper, .idss-slider .copy {
    float: none;
    width: 100%;
}
.idss-news {
    float: left;
    width: 56%;
    margin-right: 15px;
    height: 1125px;
    overflow-y: auto;
    margin-bottom: 50px;
}

.top {
	position: -webkit-sticky; /* Safari & IE */
	position: sticky;
	top: 0;
	z-index: 1;
}

div {
    display: block;
}

@media screen and (max-width: 1060px)
.idss-upcoming {
    margin-top: 25px;
}
@media screen and (max-width: 1060px)
.idss-news, .idss-upcoming, .promo-block, .idss-slider, .idss-slider .image-wrapper, .idss-slider .copy {
    float: none;
    width: 100%;
}
.idss-upcoming {
    float: right;
    width: 41%;
    height: 1125px;
    overflow-y: auto;
    margin-bottom: 50px;
}

div {
    display: block;
}

.idss-news-article {
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.idss-news-article .idss-news-imager {
    width: 25%;
}
.idss-news-article .idss-news-imager {
    width: 23%;
    height: 135px;
    float: left;
    margin-right: 4%;
}
.idss-news-article .idss-news-copy {
    width: 70%;
}
.idss-news-article .idss-news-copy {
    float: left;
    width: 73%;
    color: #404041;
}
.idss-news-article .idss-news-copy .meta {
    font-size: 13px;
    font-weight: 700;
}

.idss-news .top, .idss-upcoming .top {
    background-color: #ebebeb;
    background-image: url(images/idss-pattern.png);
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 13px 40px;
    margin-bottom: 10px;
}

.proj-img {
    height: 15%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.idss-news-article .idss-news-imager .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top {
    background-color: #8b8c8c;
    font-size: 16px;
}

.tribe-events-widget {
    margin-bottom: var(--tec-spacer-7);
}
.tribe-common {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
body.home .tribe-events-widget-events-list {
    box-sizing: border-box;
    padding-top: 5px;
}

.tribe-common * {
    box-sizing: border-box;
}
.tribe-events-widget-events-list * {
    box-sizing: border-box;
}
.tribe-common a, .tribe-common abbr, .tribe-common acronym, .tribe-common address, .tribe-common applet, .tribe-common article, .tribe-common aside, .tribe-common audio, .tribe-common b, .tribe-common big, .tribe-common blockquote, .tribe-common canvas, .tribe-common caption, .tribe-common center, .tribe-common cite, .tribe-common code, .tribe-common dd, .tribe-common del, .tribe-common details, .tribe-common dfn, .tribe-common div, .tribe-common dl, .tribe-common dt, .tribe-common em, .tribe-common embed, .tribe-common fieldset, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common form, .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common header, .tribe-common i, .tribe-common iframe, .tribe-common img, .tribe-common ins, .tribe-common kbd, .tribe-common label, .tribe-common legend, .tribe-common li, .tribe-common main, .tribe-common mark, .tribe-common menu, .tribe-common nav, .tribe-common object, .tribe-common ol, .tribe-common output, .tribe-common p, .tribe-common pre, .tribe-common q, .tribe-common ruby, .tribe-common s, .tribe-common samp, .tribe-common section, .tribe-common small, .tribe-common span, .tribe-common strike, .tribe-common strong, .tribe-common sub, .tribe-common summary, .tribe-common sup, .tribe-common table, .tribe-common tbody, .tribe-common td, .tribe-common tfoot, .tribe-common th, .tribe-common thead, .tribe-common time, .tribe-common tr, .tribe-common tt, .tribe-common u, .tribe-common ul, .tribe-common var, .tribe-common video {
    border: 0;
    margin: 0;
    padding: 0;
}

.tribe-common * {
    box-sizing: border-box;
}
.tribe-events-widget-events-list * {
    box-sizing: border-box;
}

.navbar-inverse .navbar-toggler {
    border-color: transparent;
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-brand:focus, 
.navbar-inverse .navbar-brand:hover, 
.navbar-inverse .navbar-toggler:focus, 
.navbar-inverse .navbar-toggler:hover {
	outline: none;
}
.navbar {
	background-color: #ffffff !important;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar a,
.navbar-inverse .navbar-nav .nav-link {
	color: #0275d8;
	text-transform: uppercase;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;	
	padding-left: 1em;
	padding-right:1em;
	position: relative;
    z-index: 10;
}
@media screen and (min-width:769px) {
	.navbar a,
.navbar-inverse .navbar-nav .nav-link {
		padding: 1em;
	}
}
.navbar #menu-primary-menu > li {
}
.navbar #menu-primary-menu > .current-menu-item,
.navbar #menu-primary-menu > .current_page_item,
.navbar #menu-primary-menu > .current_page_ancestor,
.navbar #menu-primary-menu > li:hover {
	background: #27a4a4;
}
.dropdown-menu {
    border-radius: 0;
    background: #ffffff;
	padding: 0;
	margin-top: 0;
}
.wide-dropdown .dropdown-menu {
	min-width: 15rem;
}
.dropdown-menu li:last-child {
    border-bottom: 0px solid #fff;
}
.dropdown-menu a,
.navbar-inverse .navbar-nav .dropdown-menu .nav-link {
	color: #135252;
	text-transform: none;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans',Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0;
}
@media screen and (min-width: 992px) {
	.dropdown-menu a,
	.navbar-inverse .navbar-nav .dropdown-menu .nav-link {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.navbar #menu-primary-menu > li {
		//border-right: 2px solid #3f7272;
	}
	.navbar #menu-primary-menu > li:last-child {
		border-right: 0;
	}	
	.navbar #menu-primary-menu > .current-menu-item,
	.navbar #menu-primary-menu > .current_page_item,
	.navbar #menu-primary-menu > li:hover {
/*		border-right: 2px solid #135252;*/
	}
	.dropdown-menu li {
	    border-bottom: 1px solid #d0d2d2;
	}
}
.dropdown-menu a:hover,
.navbar-inverse .navbar-nav .dropdown-menu .nav-link:hover {
	background: #eeeeee;
}
#navbarsExampleDefault {
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	.dropdown-menu {
	    position: relative;
	    top: auto;
	    left: auto;
	    display: block;
		text-align: center;
		background: #ffffff;
		border: 0;
	}
}
#navbarsExampleDefault {
	text-align: center;
}
#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: #5979d2;
	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: 15px;
    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: #014a73;
	color: #fff;
}
#headline h1 {
	font-weight: 400;
	padding-top: 10px;
	font-size: 1.7rem;
}
#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: #006c77;
	font-weight: 300;
	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: rgb(89 121 210);
    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);
    color: #000000;
    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: rgb(89 121 210);
	}
	#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: 16px;
}
.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;
}