/*=======================================================================
 *** PORTO_SUB STYLE SHEET***
 ========================================================================*/
.region.region-header-social div {
	float: left;
}

#signinModal {
	float: none;
}

form#search-block-form {
	float: left;
}

div#twitter {
	float: left;
}

div#facebook {
	float: left;
}

div#social {
	margin-left: 10px;
}

.social-icons {
	width: 350px;
}

div#footer-bottom-left {
	float: left;
	margin-top: 10px;
}

div#footer-bottom-right {
	float: right;
	margin-top: 10px;
}

.dropdown-menu {
	background-color: var(--main-color);
}

/*#header .header-logo img {
	height: auto !important;
	width: 150px !important;
}*/

#footer .logo, #footer .logo a {
	float: left;
	height: 70px;
}

#footer .logo-spacer {
	float: left;
	width: 14%;
	height: 70px;
}

header .search-block-form input[type="submit"] {
	margin-top: 22px;
}

#header .header-social-icons {
	margin: 0px 0 0 10px;
}

div.block.block-md-slider {
	margin-bottom: 0;
}

section.section.section-default.section-footer {
	margin: 0;
	border: 0;
	padding: 25px 0;
}



//div.logos a:first-child img {
//	margin-left: 0;
//}

div.logos img, div.logos a {
	margin: auto;
}

//Hide drop down indicators in main menu
.header-nav-main nav > ul > li.dropdown > a:after, ul.nav > li.dropdown > a:after {
    display: none;
}
#header .h-center nav{text-align: center;}
    ul.nav > li.dropdown > a:after{
        display: none;
    }

section.section {
	background: #ffffff;
}

.region.region-content img {
	max-width: 100%;
	max-height: 355px;
}

.region-left-sidebar li {
	width: 100%;
	list-style: none;
}

.region-left-sidebar nav {
	width: 100%;
}

.region-left-sidebar #mainNav li a,
ul.menu > li.menu-item > a {
	position: relative;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 14px;
	font-size: 14px;
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}

.region-left-sidebar #mainNav li a:hover, .region-left-sidebar #mainNav li a:focus {
	text-decoration: none;
	background-color: #eee;
}

ul.menu li.menu-item a.is-active {
	background: var(--main-color);
	background-color: var(--main-color);
	color: #fff !important;
}

#footer.color p {
	color: #777;
}

nav#block-fellowsort, nav#block-advisorsort, nav#block-alumnisort, nav#block-alumnisortmenu {
	height: 36px;
        margin-bottom: 10px;
}

#block-fellowsort li.menu-item, #block-advisorsort li.menu-item, #block-alumnisort li.menu-item, #block-alumnisortmenu li.menu-item {
    float: left;
}
 
div.frontbannerimage {
	/*width: 1200px;*/
	max-width: 1200px;
	height: auto;
	margin: auto;
}

img.frontbannerimage {
	/*border-radius: 1vw;*/
	border-top-left-radius: 1vw;
	border-top-right-radius: 1vw;
}

img.frontbannerimage-roundedbottom {
	border-radius: 1vw;
}

div.frontbannertext {
	/*height: 34px;*/
        height: 3vw;
	max-height: 34px;
	/*position: relative;*/
	/*top: -34px;*/
	/*top: -3vw;*/
	background: var(--secondary-color);
	color: #ffffff;
	font-family: var(--frontbanner-font-family);
	/*font-size: 2.5em;*/
	font-size: 2.8vw;
	text-align: center;
	line-height: 1;
}

@media screen and (min-width: 1200px) {
	div.frontbannertext {
		font-size: 33.6px;
	}
}

#mainNav > li.active > a, #mainNav > li.active > a.is-active, #mainNav > li > a.is-active {
	background: var(--main-color) !important;
	color: #fff;
}

/* Fellow reflections */
#team ul li img {
  height: auto;
}

h3.top {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.image-height-60 img {
  max-height: 60px !important;
}

#header .header-column .header-row .header-column {
  display: block;
}

div.img-rounded img {
  border-radius: 4px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.image-left-top {
  max-width: 25%;
}

div.image-right-top {
  max-width: 40%;
}

div.image-right-top img, div.image-left-top img {
  height: auto;
  width: auto;
}

.abstract-photo {
  max-width: 200px;
  max-height: 280px;
}

.pager__item.is-active a {
  background-color: var(--main-color);
  border-color: var(--main-color) var(--main-color) var(--main-color-dark);
}

.pager__item.is-active a:hover, .pager__item.is-active a:focus {
  background-color: var(--main-color);
}

.div-inline, .div-inline div {
  display: inline;
}

.ui-widget-overlay.ui-front {
    background: #000000;
    opacity: .5;
}

span.ui-dialog-title {
    display: none;
}

div.captcha {
	/*The following were for math captcha
        padding-right: 3px;
        padding-left: 3px;
        max-width: 175px;*/

	/*This is because porto crops recaptcha weirdly*/
	max-width: unset;
	background: unset; 
}

