@import url('vars.css');
@import url('headers.css?v2');

body {
	font-family: 'Roboto', Arial, sans-serif;
	background: #fff;
	padding: 20px 0 0 0;
}

body, input, textarea {
	color: var(--navy-blue);
}

#wpadminbar {
	opacity: 1;
}

p, ul, ol, li, pre, form, select, address, embed {
	font-size: 18px;
	line-height: 1.7em;
	color: var(--dark-gray);
}

#primary ul {
	margin-left: 20px;
}

.medium {
	font-size: 22px !important;
}

.text-blue {
	color: var(--navy-blue);
}

.text-gray {
	color: var(--gray);
}


/* header & navigation */

header#masthead {
	height: 132px;
	position: fixed;
	width: 100%;
	z-index: 500;
	background: #fff;
	top: 0;
}

body.admin-bar header#masthead {
	top: 32px;
}

#content {
	padding-top: 112px;
}

header#masthead .site-branding .site-title a {
	width: 251px;
	height: 85px;
	background: url(../img/neela_logo-800.png) left top no-repeat;
	background-size: 251px 85px;
	text-indent: -300em;
	overflow: hidden;
	display: block;
	margin-top: 20px;
}

#site-branding .site-description {
	display: block;
}

header#masthead .header_nav,
header#masthead .header_nav a,
#site-navigation {
	font-family: 'Lato',sans-serif;
}

#site-navigation a {
	font-weight: 400;
}

#primary-menu li {
}

#primary-menu.menu li a {
}

#primary-menu.menu li .sub-menu li a {
	width: auto;
}

#main {
	padding-bottom: 40px;
}


/* hero */

#hero_wrapper {
	height: auto;
	background: #fff;
	background: linear-gradient(0deg, var(--brown) 50%, #fff 50%);
}

#hero_wrapper img {
	width: 100%;
	height: auto;
	max-width: none;
}

#hero_wrapper .hero_text {
	color: #fff;
	font-size: 48px;
	line-height: 1.1em;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

#hero_wrapper .hero_text .content_wrapper {
	display: table;
	height: 100%;
}

#hero_wrapper .hero_text .content_wrapper > div {
	display: table-cell;
	height: 100%;
	width: 50%;
}

#hero_wrapper.tall .hero_text .content_wrapper > div {
	width: 50%;
	vertical-align: top;
	padding-top: 30vh;
}

#hero_wrapper .hero_text .section_title {
	vertical-align: middle;
}

#hero_wrapper.tall .hero_text .section_title {
	vertical-align: top;
	font-size: 38px;
	color: #f3af3b;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

#hero_wrapper.tall .hero_text .section_title u {
	font-family: 'Roboto', Arial, sans-serif;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
}

#hero_wrapper .hero_text .section_title > div {
	padding: 15px 0;
	Xmax-width: 300px;
}

#hero_wrapper.tall .hero_text .section_title > div {
	max-width: none;
}

#hero_wrapper .hero_text .page_title {
	vertical-align: middle;
	text-align: right;
}

#hero_wrapper .hero_text .page_title .small {
	margin-top: 15px;
	font-size: 24px;
	line-height: 1.3em;
}

#hero_wrapper .hero_text .page_title > div {
	padding: 15px 0;
}

#hero_wrapper.tall .hero_text .page_title > div {
	padding-top: 0;
}

#hero_wrapper .hero_text .page_title u {
	font-family: 'Roboto Condensed', sans-serif;
	color: var(--navy-blue);
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
}

#hero_wrapper.tall .hero_text .page_title {
	color: var(--navy-blue);
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	padding: 0;
}

#hero_wrapper.tall .hero_text .page_title .right_text_wrapper {
	max-width: 400px;
	float: right;
	text-align: left;
	line-height: 1.3em;
}

#hero_wrapper.tall .hero_text .page_title u {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: none;
}

#hero_wrapper.tall .hero_text .page_title .page_title_text {
	font-size: 24px;
	line-height: 1.3em;
	padding: 0;
	margin: 20px 0 0 0;
}



h1.page_title {

}

p, ul, ol, li, pre, form, select, address, embed {
	
}

hr {
	background-color: var(--bright-blue);
	height: 2px;
}

.topspace0 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}


body.search form.search-form {
	margin: 0 0 60px 0;
}

body.search form.search-form .search-field {
	display: inline-block;
	max-width: 600px;
}


.bottom_content_area.box_shadow {
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}




/* tabs */

.page_tabs {
	margin: 30px 0;
	width: 100%;
}

.page_tabs,
.page_tabs .menu {
	height: auto;
	line-height: 1.2em;
}

.page_tabs .menu {
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-end;
	justify-content: center;
	column-gap: 30px;
}

.page_tabs .menu li {
	list-style: none;
}

.page_tabs .menu li a {
	display: block;
	text-align: center;
	background: var(--brown);
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
	border-radius: 50px;
	font-size: 16px;
	cursor: pointer;
}

.page_tabs .menu li.current-menu-item a {
	background: var(--bright-blue);
	color: #fff;
}


/* mobile screen styles */
@media screen and (max-width: 640px) {
	
	.page_tabs,
	.page_tabs .menu {
		height: auto;
	}

	.page_tabs .menu {
		display: block;
	}
	
	.page_tabs .menu li a {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.page_tabs .menu li.current-menu-item a {
		border-bottom-color: var(--navy-blue);
	}
	
}


/* publications */

.pub_row {
	margin-bottom: 40px;
}

.pub_row .pub_info {
	line-height: 1.4em;
}

.pub_row .pub_info .pub_authors {
	
}

.pub_row .pub_info .pub_title {
	color: var(--brown);
	font-weight: bold;
}

.pub_row .pub_info .pub_source {
	font-style: italic;
}

.pub_row .pub_info .pub_location {
	
}



/* investors */
.investor_wrapper .investor_item {
	height: 320px;
	width: 100%;
	text-align: center;
	background: var(--light-gray) center center no-repeat;
	background-size: 300px auto;
	position: relative;
	padding: 30px;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (min-width: 800px) {
	
	.investor_wrapper {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		column-gap: 40px;
		row-gap: 40px;
	}
	
	.investor_wrapper .investor_item {
		height: 320px;
		width: calc(50% - 20px);
		margin-bottom: 0;
	}

}


.investor_wrapper .investor_item img {
	visibility: hidden;
}

.investor_wrapper .investor_item .investor_name {
	background: var(--brown);
	padding: 10px;
	position: absolute;
	width: 100%;
	bottom: -30px;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	   -moz-transition: opacity .5s ease;
		-ms-transition: opacity .5s ease;
		 -o-transition: opacity .5s ease;
			transition: opacity .5s ease;

}

.investor_wrapper .investor_item.hover .investor_name {
	opacity: 1;
}

.investor_name_only {
	padding-top: 80px;
	font-size: 24px;
	font-weight: 300;
}

.investor_wrapper .investor_item .investor_name,
.investor_wrapper .investor_item .investor_name a {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	padding-left: 60px;
}


/* news & press */

.news_logo {
	width: 200px;
	float: left;
}

.news_logo img {
	width: 160px;
	height: auto;
}

.news_wrapper {
	width: calc(100% - 200px);
	float: left;
}

.content_news .news_wrapper {
	width: 100%;
	float: none;
}


.news_wrapper .post_item {
	margin-bottom: 40px;
}

.news_wrapper .post_item .post_date {
	font-weight: normal;
	color: var(--brown);
	margin-bottom: 5px;
}

.news_wrapper .post_item .post_title {
	line-height: 1.4em;
}

.news_wrapper .post_item .post_title a {
	color: var(--navy-blue);
}

.news_wrapper .post_item .post_title a:hover {
	color: var(--bright-blue);
}

body.single-companynews #main h1.entry-title {
	font-size: 24px;
	margin: 60px 0 30px 0;
}
body.single-companynews #main ul li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
body.single-companynews #main ul li ul li {
	padding-left: 1em; 
	text-indent: -.8em;
}

body.single-companynews #main ul li ul li::before {
	content: "• ";
	color: var(--bright-blue);
}



/* team */

.team_wrapper,
article.type-team {
	margin-top: 40px;
}

.team_wrapper.no_title .content_wrapper {
	max-width: 865px;
}

.team_dept h3,
.team_wrapper-left h3 {
	text-transform: uppercase;
}

.team_dept h3 {
	margin-top: 0;
}

.team_dept .bracket,
.team_wrapper .bracket {
	color: var(--brown);
	font-size: 30px;
	padding-left: 5px;
}

.team_photo img {
	border-radius: 500px;
	overflow: hidden;
}

.team_wrapper .team_text {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.team_wrapper .team_item.team_item-list .team_text {
	text-align: left;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.team_name {
	margin-bottom: 5px;
}

.team_name,
.team_name a {
	font-size: 24px;
	color: var(--brown) !important;
	line-height: 1.3em;
}

article.type-team .team_name,
.team_name a:hover {
	color: var(--navy-blue) !important;
}

.team_wrapper-right .content_wrapper .team_item {
	max-width: 300px;
	margin-bottom: 60px;
}

.content_wrapper .team_item.team_item-list {
	margin-bottom: 40px;
}

article.type-team .team_dept {
  grid-area: dept;
}

article.type-team .team_text {
  grid-area: bio;
}

article.type-team .team_photo {
  grid-area: photo;
}

.team_bio {
	margin-top: 30px;
}





table td {
	padding: 10px 20px 10px 0;
}

table th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	vertical-align: bottom;
}


/* contact form 7 */

.wpcf7-form.sent p,
.wpcf7-form.sent div {
	display: none;
}

.wpcf7-form.sent div.wpcf7-response-output {
	display: block;
}



.alignright,
.alignleft {
	margin-bottom: 1.5em;
}


/* waypoints */
.scrollshow {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	   -moz-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		 -o-transition: opacity 1s ease;
			transition: opacity 1s ease;
}

.scrollshow.show {
	opacity: 1;
}



/* links */

a,
a:visited {
	outline: none !important;
	color: var(--bright-blue);
	text-decoration: none;
}

a:hover, a:active {
	color: var(--brown);
}

a.findoutmore,
.findoutmore a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: var(--brown);
}

.button, a.button {
	color: #fff;
	background: var(--brown);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	padding: 0 15px;
	border-radius: 25px;
	cursor: pointer;
	text-align: center;
	border: none;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;

}

.button.btn-outline {
	border: 2px solid var(--brown);
	color: #162e54;
	background: transparent;
	height: 25px;
}

.button:hover, a.button:hover {
	background: var(--bright-blue);
	color: #fff;
	border-color: var(--bright-blue);
}

.edit-link {
	display: none !important;
}




/* footer */

footer#footer {
	background-color: var(--light-gray);
	padding-top: 250px;
	padding-bottom: 40px;
}

footer#footer,
footer#footer a,
footer#footer div,
footer#footer p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	color: var(--navy-blue);
	font-family: 'Lato',sans-serif;
}

footer#footer a:hover {
	color: var(--bright-blue);
}

footer#footer a:hover img {
	opacity: .7;
}

footer#footer .footer_section1 {
	padding-top: 25px;
}

footer#footer .footer_section1 span {
	margin: 0 5px;
	color: var(--brown);
	font-size: 24px;
	top: 1px;
	position: relative;
}

footer#footer h3 {
	margin: 0 0 20px 0;
}

footer#footer, footer#footer a, footer#footer a:visited, footer#footer a:hover {
}

footer .footer_section.footer_section1 {
	text-align: left;
}

footer .footer_section.footer_section2 {
	text-align: center;
}

footer .footer_section.footer_section3 {
	text-align: right;
}



/* let's get responsive! */

/* Desktops */
@media screen and (min-width: 1200px) {
	
	header#masthead .content_wrapper {
		width: 1140px;
	}
	
	header#masthead .site-branding {
		float: left;
		width: 30%;
	}
	
	header.site-header .header_links {
		text-align: right;
		padding-top: 20px;
	}
	
	header#masthead .header_nav {
		clear: none;
		float: right;
		width: 70%;
	}
	
	#site-navigation .menu {
		width: auto;
		display: table;
		float: right;
	}

	#site-navigation {
		margin-top: -10px;
	}

	#primary-menu.menu li a {
		color: var(--navy-blue);
		font-size: 14px;
		text-transform: uppercase;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		padding: 0 10px;
		height: 40px;
		line-height: 34px;
	}
	
	#primary-menu.menu > li > a {
		white-space: nowrap;
	}
	
	#primary-menu.menu > li {
		margin-left: 10px;
	}
	
	#primary-menu.menu > li:first-of-type {
		margin-left: 0;
	}
	
	#primary-menu.menu > li:before {
		content: "•";
		color: var(--brown);
		padding: 0 10px;
		margin-left: -20px;
		display: inline-block;
		float: left;
		line-height: 38px;
	}
	
	#primary-menu.menu > li:first-of-type:before {
		display: none;
	}

	#primary-menu.menu li a:hover, #primary-menu.menu li.hover a,
	#primary-menu.menu li.current-page-ancestor > a,
	#primary-menu.menu li.current-menu-ancestor > a,
	#primary-menu.menu li.current_page_ancestor > a,
	#primary-menu.menu li.current_page_item a,
	#primary-menu.menu li.current_page_parent a,
	#primary-menu.menu li.current-menu-parent a,
	#primary-menu.menu li.current-page-ancestor a,
	#primary-menu.menu li .sub-menu li.current_page_item a {
		color: var(--bright-blue);
	}

	#primary-menu.menu li a:hover, #primary-menu.menu li.hover a {
		border-color: var(--brown);
	}
	
	#primary-menu .sub-menu li {
		float: none;
	}
	
	#primary-menu .sub-menu li a {
		color: var(--navy-blue) !important;
		padding: 4px 10px;
		font-size: 12px;
		border: none !important;
		height: auto;
		line-height: 1.2em;
	}
	
	#primary-menu.menu li .sub-menu li.current_page_item a,
	#primary-menu .sub-menu li a:hover {
		color: var(--bright-blue) !important;
	}
	
	#primary-menu li.nolink > a,
	#primary-menu li.nolink > a:hover {
		color: var(--brown) !important;
		cursor: text;
	}
	
	#site-navigation .menu li .sub-menu li .sub-menu,
	#primary-menu .sub-menu .sub-menu {
		display: block;
		left: 0;
		position: relative;
		background: transparent;
		box-shadow: none;
		padding: 0 0 10px 0;
	}
	
	#primary-menu .sub-menu .sub-menu li {
		list-style-type: disc;
		padding-left: 15px;
	}
	
	#primary-menu .sub-menu .sub-menu li a {
		text-transform: none;
	}
	
	#primary-menu .sub-menu .sub-menu li:before {
		content: "•";
		color: var(--brown);
		padding: 2px 5px 0 0;
		margin: -3px 0 0 0;
		display: inline-block;
		float: left;
		line-height: normal;
		clear: both;
	}
	
	.menu li.current-page-parent a,
	.menu li.current_page_item a,
	.menu li.current-page-ancestor a{
		color: #000;
	}

	#site-navigation .menu li .sub-menu {
		background: rgba(255,255,255,.84);
		padding: 10px 10px;
	}

	
	#hero_wrapper,
	#hero_wrapper .hero_image {
		min-height: 300px;
	}
	
	#hero_wrapper.tall,
	#hero_wrapper.tall .hero_item {
		Xheight: 70vh;
		overflow: hidden;
	}
	
	.home_hero_text_wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.home_hero_text_wrapper,
	.home_hero_text_wrapper .content_wrapper,
	.home_hero_text_wrapper .home_hero_text_inner {
		height: 100%;
	}
	
	.home_hero_text_wrapper .home_hero_text_inner {
		position: relative;
		display: table;
		width: 50%;
	}
	
	.home_hero_text_wrapper .home_hero_text {
		display: table-cell;
		position: relative;
		bottom: 0;
		z-index: 50;
		padding: 20px;
		vertical-align: middle;
		background: rgba(0,0,0,.6);
		color: #fff;
	}
	
	#hero_wrapper .hero_text .section_title div {
		margin-left: 0;
	}
	
	#bottom_content.narrow_width .bottom_content_wrapper .content_wrapper,
	#primary.narrow_width {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	
	
	.content_2cols.width-narrow_left .content_col {
		width: 75%;
	}
	.content_2cols.width-narrow_left .content_col-first {
		width: 25%;
	}
	
	.content_2cols.width-narrow_right .content_col {
		width: 25%;
	}
	.content_2cols.width-narrow_right .content_col-first {
		width: 75%;
	}

	
	.team_wrapper-left {
		float: left;
		width: 25%;
	}
	
	.team_wrapper-left h3 {
		margin-top: 130px;
	}
	
	.team_wrapper-right {
		float: left;
		width: 75%;
	}
	
	.team_wrapper-right .content_wrapper {
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-evenly;
		column-gap: 80px;
	}
	
	.team_wrapper-right .content_wrapper .team_item {
		width: calc(50% - 40px);
	}


	footer .footer_section.footer_section1 {
		width: 65%;
	}
	
	footer .footer_section.footer_section2 {
		width: 30%;
	}

}


/* big screens */
@media screen and (min-width: 1600px) {

	#hero_wrapper .hero_text .section_title > div {
		width: 15vw;
		max-width: none;
	}

	#hero_wrapper .hero_text {
		font-size: 3vw;
	}

	#hero_wrapper .hero_text .content_wrapper {
		min-width: 75vw;
		height: 90%;
	}
	
	#hero_wrapper.tall .hero_text .section_title {
		font-size: 2vw;
	}
	
	#hero_wrapper.tall .hero_text .page_title .right_text_wrapper {
		max-width: 550px;
	}

}


/* medium styles */
@media screen and (min-width: 800px) {
	
	article.type-team {
		display: grid;
		grid-template-columns: 1fr 2fr 1fr;
		grid-template-areas: 
			"dept bio photo";
		column-gap: 30px;
	}
	
	body.search-results article.type-team {
		display: block;
	}

	
}


/* medium styles */
@media screen and (min-width: 800px) and (max-width: 1199px) {
	
	.content_2cols.width-narrow_left .content_wrapper,
	.content_2cols.width-narrow_right .content_wrapper {
		display: block;
	}
	
	.content_2cols.width-narrow_left .content_col,
	.content_2cols.width-narrow_right .content_col {
		width: 100%;
	}

	.team_wrapper-left,
	.team_wrapper-right {
		float: none;
		width: 100%;
	}
	
	.team_wrapper-left {
		margin-bottom: 30px;
	}
	
	.team_wrapper-right .content_wrapper {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.team_wrapper-right .content_wrapper .team_item {
		width: 30%;
		margin-bottom: 60px;
	}


}

/* mobile styles */
@media only screen and (max-width: 1199px) {

	header.site-header .header_links {
		display: none;
	}

	#site-navigation .menu,
	#site-navigation .menu-main-nav-container {
		background-color: var(--navy-blue);
		color: #fff;
	}
	
	#site-navigation #mobile_menu_icon.active {
		background-image: url(../img/mobile_menu_x-dark.png);
	}

	#site-navigation .menu li a {
		color: #fff;
	}

	#site-navigation #mobile_menu_icon.active {
	}
	
	#site-navigation ul.menu li.menu-item-has-children > a {
		background-image: url(../img/menu-arrow-down-wht.png);
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 12px 12px;
	}
	
	#site-navigation ul.menu li.menu-item-has-children > a.active {
		background-image: url(../img/menu-arrow-up-wht.png);
	}
	
	.hero_item {
		background-image: none !important;
		background-color: #efefef;
		padding-bottom: 20px;
	}
	
	#hero_wrapper {
		background: linear-gradient(0deg, #6ed7ea 50%, #fff 50%);
	}
	
	#hero_wrapper .hero_text {
		padding: 20px;
	}
	
	#hero_wrapper .hero_text .content_wrapper {
		width: 100%;
	}
	
	#hero_wrapper.tall .hero_text .page_title .right_text_wrapper {
		max-width: none;
		float: none;
	}
	
	#hero_wrapper .mobile.page_title_text {
		padding: 10px 20px 40px 20px;
		font-size: 18px;
		line-height: 1.7em;
	}
	
	#hero_wrapper.tall .hero_text .content_wrapper > div {
		padding-top: 20vw;
	}
	
	#hero_wrapper.tall .hero_text .page_title .right_text_wrapper,
	#hero_wrapper.tall .hero_text .section_title,
	#hero_wrapper.tall .hero_text {
		font-size: 3.5vw;
		line-height: 1.6em;
	}
	
	#hero_wrapper.tall .hero_text .content_wrapper .page_title {
		padding-right: 0;
	}
	
	#hero_wrapper.tall .hero_text .page_title .right_text_wrapper {
		text-align: right;
	}

}


@media screen and (max-width: 999px) {
	
	#hero_wrapper .hero_text {
		position: relative;
		z-index: 3;
	}
	
	#hero_wrapper img {
		width: 100%;
		height: 100%;
		max-width: none;
		position: absolute;
		top: 0;
		z-index: 1;
		object-fit: cover;
		object-position: center;
	}

	#hero_wrapper .hero_text .content_wrapper > div {
		display: block;
		width: 100%;
		height: auto;
		text-align: left;
	}
	
	#hero_wrapper.tall .hero_text .content_wrapper .page_title,
	#hero_wrapper .hero_text .page_title u {
		color: #fff;
	}
	
	#hero_wrapper.tall .hero_text .content_wrapper > div {
		width: 100%;
		padding-top: 20px;
	}
	
	#hero_wrapper.tall .hero_text .content_wrapper > div,
	#hero_wrapper.tall .hero_text .page_title .right_text_wrapper {
		font-size: 1.5rem
	}
	
	#hero_wrapper.tall .hero_text .page_title .right_text_wrapper {
		text-align: left;
	}
	
	#hero_wrapper.tall .hero_text .page_title .page_title_text {
		padding-top: 20px;
		font-size: 1.25rem;
	}

}


@media screen and (max-width: 799px) {

	.single_image .content_wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.team_wrapper .content_wrapper {
		max-width: 600px;
		margin: 0 auto;
	}
	
	.team_photo {
		max-width: 300px;
		max-height: 300px;
		margin: 0 auto;
	}
	
	article.type-team {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
			"dept" 
			"photo"
			"bio";
	}
	
	body.single-team .team_photo {
		margin-bottom: 20px;
	}
	
	.investors .investor_wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
	
	.investor_wrapper .investor_item {
		height: 280px;
	}

}


/* small mobile styles */
@media only screen and (max-width: 640px) {
	
	#wpadminbar {
		display: none !important;
	}
	
	body.admin-bar header#masthead {
		top: 0;
	}
	
	header#masthead {
		height: 92px;
	}
	
	#content {
		padding-top: 70px;
	}
	
	body.admin-bar #site-navigation #mobile_menu_icon,
	#site-navigation #mobile_menu_icon {
		top: 25px;
	}
	
	header#masthead .site-branding .site-title a {
		width: 157px;
		height: 53px;
		background-size: 157px 53px;
	}
	
	.site-branding {
		margin-top: 0;
	}
	
	#hero_wrapper .section_title,
	#hero_wrapper .page_title {
		font-size: 24px;
		line-height: 1.2em;
		padding-bottom: 15px;
	}
	
	#hero_wrapper .hero_text .section_title {
		font-size: 18px;
		width: 25%;
	}
	
	#hero_wrapper .hero_text .page_title .small {
		font-size: 14px;
		line-height: 1.2em;
	}
	
	#hero_wrapper .hero_text .page_title > div {
		padding-top: 0;
	}
	
	#hero_wrapper .hero_text .section_title > div {
		padding-bottom: 0;
	}
	
	p, ul, ol, li, pre, form, select, address, embed {
		font-size: 16px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	.investor_wrapper .investor_item .investor_name {
		opacity: 1 !important;
	}

	.news_logo,
	.news_wrapper {
		display: block;
		float: none;
		width: 100%;
	}
	
	.news_logo.no_logo {
		display: none !important;
	}
	
	.news_logo img {
		margin-bottom: 30px;
	}
	
	footer#footer {
		padding-top: 40px;
	}
	
	footer#footer .footer_section1 {
		text-align: center;
	}
	
	footer#footer .footer_section1 p {
		line-height: 1.5em;
	}
	
	footer#footer .footer_section1 a {
		white-space: nowrap;
	}
	
	footer#footer .footer_section1 .social {
		display: block;
		margin-top: 20px;
	}
	
	footer#footer .footer_section2 img {
		margin: 20px auto;
		width: 200px;
		height: auto;
	}
	
	footer#footer .footer_section1 span {
		font-size: 12px;
		top: -2px;
	}

}
