@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');
/* 300, 400, 700 */


/*============================== UCSB THEME BUG FIXES ==============================*/
@media (max-width: 767px) {
	.navbar .navbar-collapse {
		margin-top: 5px;
	}
}

/* don't show arrow on non-dropdown menus on mobile */
@media (max-width: 768px) {
	.navbar .region-navigation-collapsible .nav>li>a:after {
		display: none;
	}

	.navbar .region-navigation-collapsible .nav>li.expanded>a:after {
		display: block;
	}
}

/* HERO IMAGES */
.hero-image,
.hero-image.height-480,
.hero-image.height-500,
.hero-image.height-600,
.hero-image.height-720,
.hero-image.height-780,
.hero-image.height-960,
.hero-image.height-1200,
.hero-image.height-1560,
.hero-image.height-1920 {
	margin: 0;
	position: relative;
	width: 100%;
	background-repeat: no-repeat !important;
	opacity: 1;
	overflow: hidden;
	height: 47vh !important;
	background-size: cover !important;
	background-position: center !important;
	padding-bottom: 0px !important;
}

.path-frontpage .hero-image,
.path-frontpage .hero-image.height-480,
.path-frontpage .hero-image.height-500,
.path-frontpage .hero-image.height-600,
.path-frontpage .hero-image.height-720,
.path-frontpage .hero-image.height-780,
.path-frontpage .hero-image.height-960,
.path-frontpage .hero-image.height-1200,
.path-frontpage .hero-image.height-1440,
.path-frontpage .hero-image.height-1560,
.path-frontpage .hero-image.height-1920 {
	height: 61vh !important;
}

@media (min-width: 1680px) {

	.hero-image,
	.hero-image.height-480,
	.hero-image.height-500,
	.hero-image.height-600,
	.hero-image.height-720,
	.hero-image.height-780,
	.hero-image.height-960,
	.hero-image.height-1200,
	.hero-image.height-1560,
	.hero-image.height-1920 {
		margin: 0;
		position: relative;
		width: 100%;
		background-repeat: no-repeat !important;
		opacity: 1;
		overflow: hidden;
		height: 47vh !important;
		background-size: cover !important;
		background-position: center !important;
		padding-bottom: 0px !important;
	}

	.path-frontpage .hero-image,
	.path-frontpage .hero-image.height-480,
	.path-frontpage .hero-image.height-500,
	.path-frontpage .hero-image.height-600,
	.path-frontpage .hero-image.height-720,
	.path-frontpage .hero-image.height-780,
	.path-frontpage .hero-image.height-960,
	.path-frontpage .hero-image.height-1200,
	.path-frontpage .hero-image.height-1440,
	.path-frontpage .hero-image.height-1560,
	.path-frontpage .hero-image.height-1920 {
		height: 61vh !important;
	}
}

@media (max-width: 767px) {

	.hero-image,
	.hero-image.height-480,
	.hero-image.height-500,
	.hero-image.height-600,
	.hero-image.height-720,
	.hero-image.height-780,
	.hero-image.height-960,
	.hero-image.height-1200,
	.hero-image.height-1560,
	.hero-image.height-1920,
	.path-frontpage .hero-image,
	.path-frontpage .hero-image.height-480,
	.path-frontpage .hero-image.height-500,
	.path-frontpage .hero-image.height-600,
	.path-frontpage .hero-image.height-720,
	.path-frontpage .hero-image.height-780,
	.path-frontpage .hero-image.height-960,
	.path-frontpage .hero-image.height-1200,
	.path-frontpage .hero-image.height-1440,
	.path-frontpage .hero-image.height-1560,
	.path-frontpage .hero-image.height-1920 {
		margin: 0;
		position: relative;
		width: 100%;
		background-repeat: no-repeat !important;
		opacity: 1;
		overflow: hidden;
		height: 50vh !important;
		background-size: cover !important;
		background-position: center !important;
		padding-bottom: 0px !important;
	}
}

/*============================== GLOBAL ==============================*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Nunito Sans", sans-serif;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
	color: #003660;
	font-weight: 800;
}

h2.project-ws {
	border-bottom: 4px solid #FEBC11;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #000000;
}

@media(max-width:522px) {
	h2.project-ws {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
}

body,
p,
li {
	font-size: 20px;
	line-height: 32px;
}

p {
	margin-bottom: 20px;
}

.field--name-field-body ul {
	padding-left: 60px;
}

li {
	line-height: 30px;
}

.main-content li {
	margin-bottom: 10px;
}

.main-content li:last-child,
.field--name-field-body ul:last-child {
	margin-bottom: 0px;
}

p.small-copy {
	font-size: 18px;
	line-height: 27px;
}

p.large-copy {
	font-size: 22px;
	line-height: 40px;
}

h2 {
	font-size: 32px;
	line-height: 43px;
}

@media(max-width:522px) {
	p.small-copy {
		font-size: 16px;
	}

	body,
	p,
	li {
		font-size: 17px;
		line-height: 27px;
	}

	p {
		margin-bottom: 15px;
	}

	.field--name-field-body ul {
		padding-left: 40px;
	}

	li {
		line-height: 26px;
	}

	p.large-copy {
		font-size: 18px;
		line-height: 29px;
	}

	h2 {
		font-size: 23px;
		line-height: 38px;
	}

}


h2.block-title {
	margin-bottom: 40px;
	margin: 0px 0px 40px 0px;
}

.field--type-text-long h2 {
	margin-top: 0px;
	margin-bottom: 20px;

}

.field--type-text-long h3 {
	margin-bottom: 16px;
}


h3,
h3.all-caps {
	font-size: 24px;
	line-height: 33px;
}

@media(max-width:522px) {

	h3,
	h3.all-caps {
		font-size: 19px;
		line-height: 30px;
	}

}

h3.all-caps {
	text-transform: uppercase;
}

hr {
	border-top: 2px solid #707070;
}

header {
	font-family: "Nunito Sans", sans-serif;
}

.user-logged-in header {
	margin-top: 18px;
}

.page-header,
.region-header .subtitle {
	max-width: 1230px;
	padding: 0px 30px;
	margin-top: 60px;
}

.page-header,
.region-header .subtitle {
	margin: 60px auto 0px auto;
	font-size: 44px;
	line-height: 60px;
}

@media(max-width:522px) {

	.page-header,
	.region-header .subtitle {
		font-size: 28px;
		line-height: 35px;
	}

}

.region-header .subtitle {
	margin: 0 auto;
}


@media(max-width:991px) {

	.page-header,
	.region-header .subtitle {
		padding: 0px 15px;
	}
}

p.display-large.serif.subtitle,
.field--name-field-subheading,
.field--name-field-project-subheading {
	margin-top: 7px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 28px !important;
	line-height: 40px;
	font-weight: 500;
}

@media(max-width:522px) {

	p.display-large.serif.subtitle,
	.field--name-field-subheading,
	.field--name-field-project-subheading {
		margin-top: 15px;
		font-size: 20px !important;
		line-height: 31px;
	}

}


p.below-section-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	margin-top: -15px;
	margin-bottom: 35px;
}

@media(max-width:522px) {
	p.below-section-title {
		font-size: 19px;
		line-height: 30px;
		margin-top: -7.5px;
		margin-bottom: 17.5px;
	}

}

/* MAIN NAV */
.navbar-toggle {
	top: 18px;
}
.navbar .navbar-header .region-navigation .logo svg #Layer_1 >g:nth-of-type(2) path:first-child{
	fill: #008ECC;
}
.navbar .navbar-header .region-navigation .logo svg #Layer_1 >g:nth-of-type(2) path:nth-of-type(2){
	fill: #63A645;
}
.navbar .navbar-header .region-navigation .logo svg #Layer_1 >g:nth-of-type(2) path:nth-of-type(3){
	fill: #044E95;
}
.navbar .navbar-header .region-navigation .logo svg #Layer_1 >g:nth-of-type(2) path:last-child{
	fill: #FFA509;
}


@media (max-width: 767px) {

	.navbar .navbar-header .region-navigation .logo img path,
	.navbar .navbar-header .region-navigation .logo svg path,
	.navbar .navbar-header .region-navigation .logo.logo-size-0 img path,
	.navbar .navbar-header .region-navigation .logo.logo-size-0 svg path {
		fill: white;
	}
}

/* main nav*/
.nav>li>a {
	text-align: center;
}

.nav>li>a,
.dropdown-menu ul li a {
	font-weight: 700;
	text-transform: uppercase;
}

.navbar .navbar-header .region-navigation {
	border-bottom: none;
}

@media (max-width: 767px) {

	.navbar .region-navigation-quicklinks,
	.navbar .more-search-options,
	.navbar .navbar-collapse .utility-bar {
		padding: 0px;
	}

	.navbar .navbar-header .region-navigation {
		padding: 9px 0px 4px 0px;
	}
}

.navbar .navbar-header .region-navigation .logo.logo-size-1 svg {
	height: 65px;
}

@media (max-width: 768px) {
	.navbar .navbar-header .region-navigation .logo.logo-size-1 svg {
		height: 45px;
	}
}

@media (min-width: 768px) {

	.region-navigation-collapsible .nav>li:nth-of-type(6),
	.region-navigation-collapsible .nav>li:nth-of-type(7),
	.region-navigation-collapsible .nav>li:nth-of-type(8),
	.region-navigation-collapsible .nav>li:nth-of-type(9) {
		display: none;
	}

	.navbar .navbar-header {
		margin: 0px;
		width: auto;
	}

	header .container-fluid {
		display: -webkit-box;
		display: flex;
		max-width: 1230px;
	}

	.navbar .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		-webkit-box-align: center;
		align-items: center;
	}

	.nav>li {
		padding-left: 4px;
		padding-right: 4px;
	}

	.nav>li>a,
	.dropdown-menu ul li a {
		padding: 16px 22px;
	}

	.nav>li>a {
		min-width: 128px;
		color: #000000 !important;
	}

	.dropdown-menu ul:nth-child(1) {
		border-bottom: 8px solid #002B4C;
		background-color: #044E95;
	}

	.dropdown-menu ul li a {
		width: 100%;
		color: white;
	}

	.dropdown-menu ul li {
		padding: 0px;
	}

	.dropdown-menu ul li a:hover,
	.dropdown-menu ul li a.is-active {
		padding: 16px 22px;
		border-bottom: none;
		background: #3D76AD;
		color: white;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.nav>li.open>a,
	.nav>li.active>a {
		padding: 16px 22px;
		margin-bottom: none;
		border-bottom: none;
		background-color: #044E95 !important;
		color: white !important;
	}

	.dropdown-menu ul {
		padding: 0px;
		box-shadow: none;
	}

	.dropdown-menu {
		padding: 0px;
		background: none;
		box-shadow: none;
	}

	body:not(.toolbar-tray-open) .nav>li.dropdown.open {
		position: relative;
	}

	.dropdown-menu {
		padding: 4px 0px 0px 4px !important;
	}

	.navbar .navbar-header .region-navigation {
		padding: 16px 0px 5px 0px;
	}

	.logo-size-1 #body {
		margin-top: 132px;
	}

}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.nav>li.open>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.nav>li.active>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	outline: none;
}

@media(max-width:767px) {

	.navbar .region-navigation-collapsible ul.navbar-nav>li,
	body:not(.toolbar-tray-open) .nav>li.dropdown.open {
		padding: 0px !important;
	}

	.navbar .region-navigation-collapsible ul.navbar-nav>li>a {
		text-align: left;
		padding: 16px 15px;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.nav>li.open>a,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus,
	.nav>li.active>a,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		background-color: #044E95;
		color: white !important;

	}

	.navbar .region-navigation-collapsible .nav>li>a:after {
		right: 15px;
		background: url("data:image/svg+xml;utf8,<svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M6.35355339,8.64644661 C6.15829124,8.45118446 5.84170876,8.45118446 5.64644661,8.64644661 C5.45118446,8.84170876 5.45118446,9.15829124 5.64644661,9.35355339 L11.6464466,15.3535534 C11.8417088,15.5488155 12.1582912,15.5488155 12.3535534,15.3535534 L18.3535534,9.35355339 C18.5488155,9.15829124 18.5488155,8.84170876 18.3535534,8.64644661 C18.1582912,8.45118446 17.8417088,8.45118446 17.6464466,8.64644661 L12,14.2928932 L6.35355339,8.64644661 Z' fill='none' stroke='%23003660' stroke-width='3'></path></svg>") no-repeat 100% 50%;
	}

	.dropdown-menu ul li a {
		color: #047C91;
		padding: 5px 0px;
	}

	.dropdown-menu ul li {
		padding: 0px;
	}

	.dropdown-menu ul {
		padding: 10px 0px 10px 20px;
	}

	.dropdown-menu ul li a:hover,
	.dropdown-menu ul li a.is-active {
		border-bottom: none;
		padding: 5px 0px;
		color: #044E95;
	}

	.nav>li.open>a:after,
	.navbar .region-navigation-collapsible .nav>li>a:hover:after,
	.navbar .region-navigation-collapsible .nav>li>a:focus:after,
	.navbar-default .navbar-nav>.open>a:after,
	.nav>li.active>a:after,
	.navbar-default .navbar-nav>.active>a:after {
		background: url("data:image/svg+xml;utf8,<svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M6.35355339,8.64644661 C6.15829124,8.45118446 5.84170876,8.45118446 5.64644661,8.64644661 C5.45118446,8.84170876 5.45118446,9.15829124 5.64644661,9.35355339 L11.6464466,15.3535534 C11.8417088,15.5488155 12.1582912,15.5488155 12.3535534,15.3535534 L18.3535534,9.35355339 C18.5488155,9.15829124 18.5488155,8.84170876 18.3535534,8.64644661 C18.1582912,8.45118446 17.8417088,8.45118446 17.6464466,8.64644661 L12,14.2928932 L6.35355339,8.64644661 Z' fill='none' stroke='%23ffffff' stroke-width='3'></path></svg>") no-repeat 100% 50% !important;
	}
}

@media screen and (min-width: 768px) and (max-width:1213px) {
	.nav>li>a {
		min-width: auto;
	}

	.dropdown-menu ul li a,
	.dropdown-menu ul li a:hover {
		padding: 16px 18px;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.nav>li.open>a,
	.nav>li.active>a,
	.nav>li>a {
		padding: 12px 18px;
	}

	.logo-size-1 #body {
		margin-top: 112px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1159px) {

	.nav>li>a,
	.dropdown-menu ul li a {
		font-size: 14px;
	}

	.navbar .navbar-header .region-navigation .logo.logo-size-1 svg,
	body.scroll .navbar .navbar-header .region-navigation .logo.logo-size-1 svg {
		height: 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 890px) {
	.nav>li>a {
		padding: 7px 12px;
	}

	.dropdown-menu ul li a,
	.dropdown-menu ul li a:hover {
		padding: 12px;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.nav>li.open>a,
	.nav>li.active>a {
		padding: 7px 12px;
	}
}

.navbar #eyebrow>.inner .items .item:nth-child(2) a {
	text-transform: none;
}

.navbar #eyebrow>.inner .items .item:nth-child(2)>.inner div>a {
	padding: 0px;
	margin-right: 62px;
}

@media(max-width:875px) {
	.navbar #eyebrow>.inner .items .item:nth-child(2)>.inner div>a {
		margin-right: 30px;
	}
}

.navbar #eyebrow>.inner .items .item:nth-child(2)>.inner div>a:hover {
	text-decoration: underline !important;
}

.navbar #eyebrow .quick-links:after,
.navbar #eyebrow .give:after {
	display: none;
}

/* BLOCK TITLES */
.page-node-type-in-the-news .block-title {
	padding: 0px 30px;
}

@media (max-width:991px) {
	.page-node-type-in-the-news .block-title {
		padding: 0px 15px;
	}
}

.region-header {
	max-width: 100%;
	padding: 0px;
}

/* HERO IMAGES */
#block-views-block-programs-block-2,
#block-views-block-projects-block-3 {
	height: 47vh !important;
}

.hero-image-block img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100vw;
	height: 100%;
}

#block-views-block-programs-block-2 div,
#block-views-block-projects-block-3 div {
	height: 100%;
	padding: 0px;
}

#block-views-block-programs-block-2 .views-row img:hover,
#block-views-block-projects-block-3 .views-row img:hover {
	-webkit-filter: none;
	filter: none;
}

#block-views-block-programs-block-2 div img,
#block-views-block-projects-block-3 div img {
	margin-bottom: 0px;
}

/* TEASERS */
.views-field-field-emlab-program-type,
.views-field-field-program,
.views-field-field-program-type,
.source-name,
.background-color-eef0f2 .source-name,
.paragraph--type--featured-publication-news-blog-p .field--name-field-title,
.background-color-eef0f2 .paragraph--type--featured-publication-news-blog-p .field--name-field-title {
	color: #003660;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
}

.main-container .region-content .teaser-title a,
.main-container .region-content .teaser-title,
.main-container .region-content .paragraph--type--featured-publication-news-blog-p .field--name-field-source,
.main-container .region-content .paragraph--type--featured-publication-news-blog-p .featured-news-text>a {
	border-bottom: none;
	margin-bottom: 10px;
	color: #047C91 !important;
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
}

.main-container .region-content .paragraph--type--featured-publication-news-blog-p .featured-news-text>a:hover {
	color: #003660 !important;
}

.paragraph--type--featured-publication-news-blog-p .featured-news-text>a {
	display: block;
}

@media(max-width:522px) {

	.views-field-field-emlab-program-type,
	.views-field-field-program,
	.views-field-field-program-type,
	.source-name,
	.background-color-eef0f2 .source-name,
	.paragraph--type--featured-publication-news-blog-p .field--name-field-title,
	.background-color-eef0f2 .paragraph--type--featured-publication-news-blog-p .field--name-field-title {
		font-size: 16px;
	}

	.main-container .region-content .teaser-title a,
	.main-container .region-content .teaser-title,
	.main-container .region-content .paragraph--type--featured-publication-news-blog-p .featured-news-text>a {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 29px;
	}

}

.views-field-field-blog-author {
	font-weight: 600;
	line-height: 27px;
}

.main-container .region-content .teaser-title a:hover {
	color: #003660 !important;
}

/* FOOTER */
.footer-bottom {
	font-size: 14px;
	padding: 16px 30px;
}

.footer-bottom span {
	margin-right: 45px;
}

.footer-bottom a {
	font-weight: 700;
}

.main-footer {
	background: #003660;
	color: white;
}

.main-footer-container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 60px 30px 80px 30px;
}

@media(max-width:522px) {
	.main-footer-container {
		padding: 30px 15px 40px 15px;
	}

}

.main-footer .ucsb-wordmark img {
	height: 60px;
	width: auto;
}

.main-footer a,
.main-footer p {
	margin-bottom: 5px;
	color: white;
}

.main-footer svg path {
	fill: white;
}

.main-footer p.label {
	text-transform: inherit;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.location-quicklinks-departments {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-quicklinks {
	width: 330px;
	padding: 0px 30px;
}

.location-quicklinks-departments .footer-quicklinks,
.footer-department-logos {
	margin-top: 55px;
}

@media(max-width:522px) {

	.location-quicklinks-departments .footer-quicklinks,
	.footer-department-logos {
		margin-top: 22.5px;
	}
}

@media(max-width:991px) {
	.location-quicklinks-departments {
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
}

.contact-info {
	width: 340px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.contact-info div:not(:last-of-type) {
	margin-bottom: 10px;
}

.ucsb-wordmark {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.footer-social-media {
	width: 340px;
	margin-top: 40px;
}

@media(max-width:767px) {

	.footer-social-media,
	.location-quicklinks-departments>div,
	.footer-quicklinks,
	.contact-info {
		width: 100%
	}

	.location-quicklinks-departments>div {
		padding: 0px;
	}
}

.footer-quicklinks a {
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
}


.location-quicklinks-departments .footer-department-logos img:not(:last-of-type) {
	margin-bottom: 25px;
}

footer .social-media-icons img,
footer .social-media-icons svg {
	width: 35px;
}

footer .social-media-icons img:hover,
footer .social-media-icons svg:hover {
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

footer .social-media-icons a:hover {
	text-decoration: none;
}

footer .social-media-icons a:hover {
	text-decoration: none;
}

footer .social-media-icons {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

footer .field--name-field-blades {
	display: -webkit-box;
	display: flex;
}

footer .field--name-field-blades>div:first-of-type {
	width: 36.6%;
}

.footer-department-logos img {
	height: 50px;
	width: auto;
	display: block;
}

.footer-department-logos img:first-of-type {
	height: 18px;
}

/*============================== BUTTONS/LINKS ============================== */

.main-container .region-content .field--type-text-long a {
	font-weight: 800;
	color: #047C91 !important;
	border-bottom: none;
}

.main-container .region-content .field--type-text-long a:hover {
	color: #003660 !important;
}

.main-container .region-content a.regular-cta,
.form-actions button.btn,
.video-cta a {
	display: inline-block;
	border: 3px solid#003660 !important;
	box-shadow: 0 6px 6px rgb(0 0 0 / 20%);
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}

.form-actions button.btn {
	padding: 10px 36px !important;
	border-radius: 0px;
	font-size: 22px;
	line-height: 36px;
}

.main-container .region-content a.regular-cta,
.video-cta a {
	padding: 16px 35px;
	background: white;
	color: #003660 !important;
	font-size: 24px;
	line-height: 36px;
}

@media(max-width:522px) {
	.form-actions button.btn {
		font-size: 18px;
		line-height: 29px;
	}

	.main-container .region-content a.regular-cta,
	.video-cta a {
		font-size: 19px;
		line-height: 30px;
	}

}

@media(max-width:767px) {

	.main-container .region-content a.regular-cta,
	.form-actions button.btn,
	.video-cta a {
		width: 100%;
	}

	.view-filters .js-form-wrapper button:not(:last-of-type) {
		margin-bottom: 20px;
	}
}

button:focus {
	outline: none !important;
}

.main-container .region-content a.regular-cta:hover,
.video-cta a:hover {
	color: white !important;
	background: #003660;
	border: 3px solid #003660;
}

.form-actions button.btn-info,
.btn-primary,
.form-actions button.btn-danger:hover {
	background: #003660;
	color: white;
}

.form-actions button.btn-info:hover,
.btn-primary:hover,
.form-actions button.btn-danger {
	background: white;
	color: #003660;
}

.has-background .video-cta a:not(.btn) {
	color: #003660 !important;
}

.has-background .video-cta a:not(.btn):hover {
	color: white !important;
}

.form-actions button.btn-danger span {
	display: none;
}

/*============================== FRONT PAGE ============================== */
.path-frontpage h1.page-header {
	display: block;
}

.paragraph--type--blade.front-page-publications-blocks>.columns {
	margin: 0 auto;
	max-width: 1230px;
}

/* PROGRAMS VIEW */
.path-frontpage .all-programs-block {
	margin-bottom: 20px;
}

/* MAILCHIMP FORM */

#block-mailchimpform {
	background: #047C91;
	color: white;
}

#mc_embed_signup div.mce_inline_error {
	position: absolute;
	width: 100%;
}

#mc_embed_signup h2 {
	color: white;
}

#block-mailchimpform .block-inner {
	max-width: 1230px;
	margin: 0 auto;
	padding: 100px 30px 160px 30px;
}

#block-mailchimpform input {
	-webkit-appearance: none;
	border-radius: 0;
}

@media(max-width:991px) {
	#block-mailchimpform .block-inner {
		padding: 50px 15px 75px 15px;
	}
}

#mc_embed_signup {
	background: none !important;
}

#mc_embed_signup form p {
	margin: 5px 0px 40px 0px;
}

#mc_embed_signup .mc-field-group input:focus {
	outline: none !important;
}

#mc_embed_signup div.response,
#mc_embed_signup div.response a {
	color: white !important;
}

#mc_embed_signup div.response a:hover {
	border-bottom: 1px solid white;
}

#mc_embed_signup form h2 {
	margin: 0px;
}

@media (max-width: 767px) {

	#mc_embed_signup div.response,
	#mc_embed_signup div.response a {
		font-size: 10px;
	}

}

#mc_embed_signup_scroll {
	display: -webkit-box;
	display: flex;
	position: relative;
}

::-webkit-input-placeholder {
	color: #CCCCCC;
	text-transform: uppercase;
}

::-moz-placeholder {
	text-transform: uppercase;
	color: #CCCCCC;
	opacity: 1;
}

:-ms-input-placeholder {
	text-transform: uppercase;
	color: #CCCCCC;
}

::-ms-input-placeholder {
	text-transform: uppercase;
	color: #CCCCCC;
}

::placeholder {
	text-transform: uppercase;
	color: #CCCCCC;
}

#mc_embed_signup_scroll .mc-field-group input {
	text-transform: uppercase;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 24px;
	padding: 20px 26px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	border: 0px;
	width: 100% !important;
	color: #003660;
}

@media(max-width:522px) {
	#mc_embed_signup_scroll .mc-field-group input {
		font-size: 19px;
		padding: 10px 13px;
	}

}


#mc_embed_signup_scroll .mc-field-group:nth-of-type(1),
#mc_embed_signup_scroll .mc-field-group:nth-of-type(2) {
	max-width: 250px !important;
}

#mc_embed_signup_scroll .mc-field-group:nth-of-type(3) {
	max-width: 400px !important;
}

#mc_embed_signup_scroll .mc-field-group {
	position: relative;
	border-radius: 50px !important;
}

#mc_embed_signup {
	font-family: "Nunito Sans", sans-serif !important;
}

#mc_embed_signup .button {
	text-transform: uppercase;
	font-size: 24px !important;
	padding: 16px 36px !important;
	border: 3px solid #003660;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	color: white !important;
	height: auto !important;
	margin: 0px !important;
	background-color: #003660 !important;
	max-width: 200px !important;
	margin-left: 40px !important;
	display: inline-block;
	box-shadow: 0 6px 6px rgb(0 0 0 / 20%);
	font-weight: 700 !important;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0px;
}

@media(max-width:522px) {
	#mc_embed_signup .button {
		font-size: 19px !important;
	}

}


#mc_embed_signup .button:hover {
	background-color: white !important;
	color: #003660 !important;
}

@media (max-width: 767px) {
	#mc_embed_signup .button {
		font-size: 18px !important;
		padding: 14px !important;
	}

	#mc_embed_signup_scroll .mc-field-group input {
		padding: 20px;
	}
}

.mc-field-group .required {
	max-width: 400px;
	margin-right: 60px;
	width: 100%;
}

#mc-embedded-subscribe {
	width: 100%;
	padding: 25px 27px !important;
	max-width: 200px !important;
}

#mc_embed_signup .mc-field-group {
	margin-right: 20px;
}

@media(max-width:767px) {
	#mc_embed_signup .mc-field-group {
		margin-right: 0px;
		margin-bottom: 25px;
	}
}

#mc_embed_signup_scroll .mc-field-group {
	width: auto !important;
}

#mc_embed_signup .clear {
	-webkit-box-flex: 22.40%;
	flex: 22.40%;
}

#mc_embed_signup div#mce-responses {
	position: absolute;
	bottom: -44px;
	width: 100% !important;
	margin: 0px !important;
	top: unset !important;
}

#mc_embed_signup #mce-success-response {
	color: white !important;
}

@media (max-width: 767px) {
	#mc_embed_signup_scroll {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	#mc_embed_signup .button {
		clear: right !important;
		margin-left: 0px !important;
		float: none;
		width: 100% !important;
		max-width: none !important;
	}

	#mc_embed_signup_scroll .mc-field-group:nth-of-type(1),
	#mc_embed_signup_scroll .mc-field-group:nth-of-type(2),
	#mc_embed_signup_scroll .mc-field-group:nth-of-type(3) {
		width: 100% !important;
		max-width: none !important;
	}

	.mc-field-group .required {
		width: 100%;
		margin-right: 0px !important;
		max-width: none !important;
	}

	#mc_embed_signup .mc-field-group input,
	#mc_embed_signup_scroll .mc-field-group input {
		text-align: center;
	}

	#mc_embed_signup .mc-field-group {
		margin-right: 0px;
	}

	#mc_embed_signup_scroll .mc-field-group input {
		font-size: 16px;
	}

}

@media (max-width: 522px) {

	#mc_embed_signup .button,
	#mc_embed_signup_scroll .mc-field-group:nth-of-type(1),
	#mc_embed_signup_scroll .mc-field-group:nth-of-type(2),
	#mc_embed_signup_scroll .mc-field-group:nth-of-type(3) {
		width: 100% !important;
	}
}

/*============================== VIEWS (global) ============================== */

/* VIEW PAGERS */
nav.pager-nav .pagination li {
	line-height: 0px;
	margin-bottom: 0px;
}

nav.pager-nav {
	padding: 0px;
}

.pagination,
.pager__item {
	margin: 0px;
}

.pager__item {
	font-size: 1.375rem;
}

.pager__item a,
nav.pager-nav .pagination a {
	color: #003660 !important;
	font-weight: 800 !important;
	border-radius: 0px !important;
	font-size: 16px !important;
	padding: 0px 8px !important;
}

.pager__item:first-child {
	margin-left: 0;
}

nav.pager-nav .pagination a {
	text-decoration: underline !important;
}

.pager__item--first a span:nth-of-type(2),
.pager__item--next a span:nth-of-type(2),
.pager__item--previous a span:nth-of-type(2),
.pager__item--last a span:nth-of-type(2) {
	font-size: 26px;
	font-weight: 600;
	padding: 0px 5px;
}

nav.pager-nav .pagination li.pager__item--first a,
nav.pager-nav .pagination li.pager__item--next a,
nav.pager-nav .pagination li.pager__item--previous a,
nav.pager-nav .pagination li.pager__item--last a,
nav.pager-nav .pagination li.pager__item--next,
nav.pager-nav .pagination li.pager__item--first,
nav.pager-nav .pagination li.pager__item--last,
nav.pager-nav .pagination li.pager__item--previous {
	padding: 0px !important;
}

nav.pager-nav .pagination li.pager__item--first a,
nav.pager-nav .pagination li.pager__item--next a,
nav.pager-nav .pagination li.pager__item--previous a,
nav.pager-nav .pagination li.pager__item--last a {
	border: none !important;
	margin: 0px !important;
}

nav.pager-nav .pagination li.pager__item--next,
nav.pager-nav .pagination li.pager__item--first {
	margin-right: 0px;
}

nav.pager-nav .pagination li.pager__item--last,
nav.pager-nav .pagination li.pager__item--previous {
	margin-left: 0px;
}

.js-pager__items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 0px 15px;
}

.pager__item--ellipsis {
	font-size: 30px;
	margin: 0px;
	color: #003660;
	padding: 0px 8px 10px 8px;
}

/* VIEW PAGERS END HERE */

.view-header h2 {
	margin: 0px 0px 7px 0px;
	font-size: 32px;
	line-height: 43px;
	font-weight: 800;
}

.view-header p {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}

@media(max-width:522px) {
	.view-header p {
		font-size: 19px;
		line-height: 30px;
	}
}

.view-header {
	margin-bottom: 40px;
}

@media(max-width:522px) {
	.view-header h2 {
		font-size: 23px;
		line-height: 28px;
	}

	.view-header p {
		font-size: 19px;
		line-height: 30px;
	}

	.view-header {
		margin-bottom: 20px;
	}

}


.views-row img {
	width: 100%;
	margin-bottom: 25px;
	transition: -webkit-filter 0.50s ease-in;
	-webkit-transition: -webkit-filter 0.50s ease-in;
	transition: filter 0.50s ease-in;
	transition: filter 0.50s ease-in, -webkit-filter 0.50s ease-in;
}

.views-row .views-field-field-date {
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
	color: #003660;
	font-weight: 600;
}

.views-row img:hover {
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

.views-row .views-field-field-emlab-program-type {
	margin-bottom: 15px;
}

.view-footer,
.view-header,
.view-empty {
	padding: 0px 15px;
}

@media (min-width: 992px) {
	div:not(.field--name-field-view) .region-content>.views-element-container {
		padding: 0px;
	}
}

.main-container .region-content .featured-publication-blog .teaser-title a,
.main-container .region-content .four-latest-publications .teaser-title a,
.main-container .region-content .publications-by-program-block .teaser-title a,
.main-container .region-content .paragraph--type--featured-publication-news-blog-p .field--name-field-source a {
	color: #047C91 !important;
}

.main-container .region-content .featured-publication-blog .teaser-title a:hover,
.main-container .region-content .four-latest-publications .teaser-title a:hover,
.main-container .region-content .publications-by-program-block .teaser-title a:hover,
.main-container .region-content .paragraph--type--featured-publication-news-blog-p .field--name-field-source a:hover {
	color: #003660 !important;
}


.year-divider {
	width: 100%;
	font-weight: 800;
	font-size: 28px;
}

.year-divider:not(:first-of-type) {
	margin-top: 20px;
}

.four-latest-publications .source-name,
.featured-publication-blog .source-name,
.publications-by-program-block .source-name,
.paragraph--type--featured-publication-news-blog-p .field--name-field-title {
	padding-top: 5px;
	text-transform: none;
}

.four-latest-publications .view-footer,
.publications-by-program-block .view-footer {
	margin-top: 20px;
}

@media(max-width:522px) {

	.four-latest-publications .view-footer,
	.publications-by-program-block .view-footer {
		margin-top: 10px;
	}

	.four-latest-publications {
		margin-top: -10px;
	}

	.year-divider:not(:first-of-type) {
		margin-top: 10px;
	}

	.year-divider {
		font-size: 20px;
	}

}

.year-divider p {
	font-weight: 800;
	font-size: 32px;
	color: #003660;
}

.year-divider p,
.view-empty {
	margin: 0 auto;
	display: block;
	max-width: 1200px;
	padding: 0px 15px 40px 15px;
}

@media(max-width:522px) {
	.year-divider p {
		font-size: 23px;
	}

	.year-divider p,
	.view-empty {
		padding: 0px 15px 20px 15px;
	}
}

/*============================== GRIDS============================== */
.columns>.paragraph.paragraph--type--view,
div:not(.field--name-field-view) .region-content>.views-element-container {
	padding-left: 0px;
	padding-right: 0px;
}

.paragraph--type--blade>.columns {
	padding: 0px 15px;
}

.paragraph--type--blade>.columns::after {
	content: " ";
	display: block;
	clear: both;
}

.grid-of-4 {
	max-width: 1720px;
	margin: 0 auto;
}

.grid-of-2 .view-content,
.grid-of-3 .view-content,
.grid-of-4 .view-content {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.grid-of-4 .view-content {
	-webkit-box-pack: center;
	justify-content: center;
}

.grid-of-4 .views-row {
	width: 25%;
	margin-bottom: 60px;
	padding: 0px 15px;
}

.grid-of-3 .views-row {
	width: 33.33%;
	margin-bottom: 60px;
	padding: 0px 15px;
}

.grid-of-2 .views-row {
	width: 50%;
	margin-bottom: 40px;
	padding: 0px 15px;
}

@media (max-width: 522px) {

	.grid-of-4 .views-row,
	.grid-of-3 .views-row {
		margin-bottom: 40px;
	}

	.grid-of-2 .views-row {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {

	.grid-of-4 .views-row,
	.grid-of-3 .views-row {
		width: 50%;
	}
}

@media (max-width: 767px) {

	.grid-of-4 .views-row,
	.grid-of-3 .views-row,
	.grid-of-2 .views-row {
		width: 100%;
	}
}

@media (max-width: 992px) {

	.paragraph--type--blade .columns .field--name-field-view .grid-of-2,
	.paragraph--type--blade .columns .field--name-field-view .grid-of-3,
	.paragraph--type--blade .columns .field--name-field-view .grid-of-4 {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
}


/*============================== PUBLICATIONS ============================== */
/* VIEWS */

div:not(.field--name-field-view) .region-content>.views-element-container.block-views-blocknews-blog-publications-block-6 {
	max-width: 100%;
	background: #EEF0F2;
	padding: 75px 0px 80px 0px;
	margin-top: 20px;
}

.all-publications-block .source-name {
	text-transform: none;
}

.all-publications-block .views-row {
	width: 100%;
}

@media (max-width: 522px) {
	div:not(.field--name-field-view) .region-content>.views-element-container.block-views-blocknews-blog-publications-block-6 {
		padding: 40px 0px;
		margin-top: 10px;
	}
}

@media (min-width: 991px) {
	.featured-publication-blog {
		padding: 0px 15px;
	}
}

.featured-publication-blog .views-field-nothing-1 .field-content div:first-of-type,
.featured-news-image {
	margin-bottom: 20px;
}

@media (min-width: 767px) {

	.featured-publication-blog .views-field-nothing-1 .field-content,
	.paragraph--type--featured-publication-news-blog-p {
		display: -webkit-box;
		display: flex;
	}

	.featured-publication-blog .views-field-nothing-1 .field-content div:first-of-type,
	.paragraph--type--featured-publication-news-blog-p .featured-news-image {
		margin-bottom: 0px;
		margin-right: 40px;
		width: calc(51.7% - 40px);
	}

	.featured-publication-blog .views-field-nothing-1 .field-content div:last-of-type,
	.paragraph--type--featured-publication-news-blog-p .featured-news-text {
		width: 48.2%;
	}
}

.featured-publication-blog .views-field-nothing-1 .field-content img,
.paragraph--type--featured-publication-news-blog-p img {
	margin-bottom: 0px;
}

.main-container .region-content .view-news-blog-publications .teaser-title,
.paragraph--type--featured-publication-news-blog-p .field--name-field-source {
	margin: 0px 0px 5px 0px;
}

.feature-pub-section-title,
.background-color-eef0f2 .feature-pub-section-title,
.paragraph--type--featured-publication-news-blog-p .field--name-field-label {
	margin-bottom: 18px;
	color: #003660;
	font-size: 24px;
	line-height: 33px;
	font-weight: 800;
	text-transform: uppercase;
}

@media(max-width:522px) {

	.feature-pub-section-title,
	.background-color-eef0f2 .feature-pub-section-title,
	.paragraph--type--featured-publication-news-blog-p .field--name-field-label {
		font-size: 19px;
		line-height: 30px;
	}

}

/* HIDE THE GENERAL TYPE OF PROGRAM OPTION IN THE PUBLICATIONS, PROJECTS AND NEWS FILTER DROPDOWN */
.all-publications-block select option[value="765"],
.all-projects option[value="25"],
.all-news-block option[value="765"] {
	display: none;
}

.publications-by-program-block {
	box-sizing: border-box;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}

.publications-by-program-block h2 {
	margin-top: 0px;
}

/*============================== NEWS ============================== */
.news-by-program {
	margin: 0px 0px 160px 0px;
}

.news-by-program .views-field-field-blog-author {
	margin-bottom: 5px;
}

.main-container .region-content .view-news-blog-publications.news-by-program .teaser-title {
	margin-bottom: 10px;
}

.news-by-program .views-row .views-field-field-date {
	margin-top: 15px;
}

.all-news-block .news-source-name,
.news-by-program .news-source-name {
	margin-bottom: 15px;
	font-style: italic;
	font-size: 20px;
	line-height: 27px;
}

.news-by-program .views-field-field-blog-author,
.all-news-block .views-field-field-blog-author {
	margin-bottom: 6px;
}

.main-container .region-content .news-by-program .teaser-title,
.main-container .region-content .all-news-block .teaser-title {
	margin-bottom: 15px;
}

@media(max-width:522px) {
	.news-by-program {
		margin: 0px 0px 80px 0px;
	}

	.all-news-block .news-source-name,
	.news-by-program .news-source-name {
		font-size: 20px;
	}
}

/*============================== COMPONENTS ============================== */
/* PADDINGS */
.field--name-field-blades .paragraph--type--blade,
.paragraph--type--full-width-image {
	padding: 20px 0px;
}

.top-padding-1 {
	padding-top: 40px !important;
}

.bottom-padding-1 {
	padding-bottom: 40px !important;
}

.top-padding-2 {
	padding-top: 60px !important;
}

.bottom-padding-2 {
	padding-bottom: 60px !important;
}

.top-padding-3 {
	padding-top: 80px !important;
}

.bottom-padding-3 {
	padding-bottom: 80px !important;
}

.top-padding-4 {
	padding-top: 160px !important;
}

.bottom-padding-4 {
	padding-bottom: 160px !important;
}

.field--name-field-blades .paragraph--type--blade:first-of-type {
	padding-top: 40px;
}

@media(max-width:522px) {

	.field--name-field-blades .paragraph--type--blade,
	.paragraph--type--full-width-image {
		padding: 10px 0px;
	}

	.top-padding-1 {
		padding-top: 20px !important;
	}

	.bottom-padding-1 {
		padding-bottom: 20px !important;
	}

	.top-padding-2 {
		padding-top: 30px !important;
	}

	.bottom-padding-2 {
		padding-bottom: 30px !important;
	}

	.top-padding-3 {
		padding-top: 40px !important;
	}

	.bottom-padding-3 {
		padding-bottom: 40px !important;
	}

	.top-padding-4 {
		padding-top: 80px !important;
	}

	.bottom-padding-4 {
		padding-bottom: 80px !important;
	}

	.field--name-field-blades .paragraph--type--blade:first-of-type {
		padding-top: 25px;
	}

}


.paragraph--type--section-divider {
	height: 1px;
	border-top: 1px solid #707070;
}

.field--item:after {
	content: " ";
	display: block;
	clear: both;
}

.columns>.paragraph:first-of-type {
	padding-top: 0px;
}

.columns>.paragraph {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media(max-width:522px) {
	.columns>.paragraph {
		padding-top: 10px;
		padding-bottom: 10px;
	}

}

.columns>.paragraph:last-of-type {
	padding-bottom: 0px;
}

.paragraph--type--column hr {
	margin: 10px 0px 0px 0px;
}

.columns>.paragraph {
	box-sizing: border-box;
	z-index: 2;
}

@media (min-width: 992px) {
	.columns>.paragraph {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {

	.field--name-field-blades .paragraph--type--blade:not(.equal-height) .paragraph--type--column:not(.col-md-12)+.paragraph--type--column:not(.col-md-12),
	.field--name-field-blades .paragraph--type--blade:not(.equal-height) .paragraph--type--slideshow+.paragraph--type--column,
	.field--name-field-blades .paragraph--type--blade:not(.equal-height) .paragraph--type--column+.paragraph--type--slideshow {
		margin-top: 0px;
	}
}

/* SECTION TITLE WITH/WITHOUT SUBTITLE */
.section-tile-and-subtitle-container p {
	margin-top: 5px;
	font-size: 24px;
	line-height: 36px;
}

@media(max-width:522px) {
	.section-tile-and-subtitle-container p {
		margin-top: 2.5px;
		font-size: 19px;
		line-height: 30px;
	}

}

.section-tile-and-subtitle-container h2 {
	margin-bottom: 0px;
}

/* HIGHLIGHTS */
.field--name-field-highlights {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 610px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

	.first-highlight,
	.second-and-third-highlight,
	.second-highlight,
	.third-highlight {
		display: block !important;
	}

	.first-highlight,
	.second-and-third-highlight {
		height: 610px !important;
	}

	.second-highlight,
	.third-highlight {
		height: 305px !important;
	}

	.first-highlight-text {
		padding-top: 250px !important;
	}

	.second-highlight p,
	.third-highlight p {
		padding-top: 190px !important;
	}

}

@media(max-width:767px) {
	.field--name-field-highlights {
		height: 100%;
	}
}

.field--name-field-highlights p,
.field--name-field-highlights a {
	color: white;
}

.field--name-field-highlights img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: 100vw;
	height: 100%;
	transition: -webkit-filter 0.50s ease-in;
	-webkit-transition: -webkit-filter 0.50s ease-in;
	transition: filter 0.50s ease-in;
	transition: filter 0.50s ease-in, -webkit-filter 0.50s ease-in;
}

.field--name-field-highlights .first-highlight {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	align-items: flex-end;
	width: 66.7%;
	height: 100%;
}

@media (max-width:767px) {
	.field--name-field-highlights .first-highlight {
		width: 100%;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}

}

.field--name-field-highlights .first-highlight img {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.first-highlight-text {
	left: 20%;
	width: 40%;
	min-width: 378px;
	padding-right: 42px;
	padding-bottom: 134px;
}


.first-highlight-text,
.second-and-third-highlight {
	font-weight: 800;
}

.first-highlight-heading {
	display: inline;
	padding-bottom: 10px;
	border-bottom: 2px solid white;
	font-size: 28px;
	line-height: 48px;
}

@media(max-width:522px) {
	.first-highlight-heading {
		padding-bottom: 5px;
		font-size: 20px;
		line-height: 31px;
	}
}

.field--name-field-highlights .first-highlight a,
.field--name-field-highlights .third-highlight p,
.field--name-field-highlights .second-highlight p {
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.first-highlight-title {
	margin-top: 15px;
	font-size: 24px;
	line-height: 36px;
}

@media(max-width:522px) {

	.field--name-field-highlights .first-highlight a,
	.field--name-field-highlights .third-highlight p,
	.field--name-field-highlights .second-highlight p {
		font-size: 16px;
	}

	.first-highlight-title {
		margin-top: 7.5px;
		font-size: 19px;
		line-height: 30px;
	}
}

.first-highlight-text,
.field--name-field-highlights .third-highlight p,
.field--name-field-highlights .second-highlight p {
	position: absolute;
	z-index: 1;
}

@media (max-width:767px) {
	.first-highlight-text {
		position: relative;
		left: 0;
		width: 100%;
		min-width: 100%;
		padding: 50px 15px;
	}
}

.field--name-field-highlights .third-highlight p,
.field--name-field-highlights .second-highlight p {
	width: 66%;
	padding: 0px 42px 60px 42px;
	margin-bottom: 0px;
}

@media (max-width:767px) {

	.field--name-field-highlights .third-highlight p,
	.field--name-field-highlights .second-highlight p {
		position: relative;
		width: 100%;
		padding: 50px 15px;
	}
}

.field--name-field-highlights .second-and-third-highlight {
	width: 33.3%;
	height: 100%;
}

@media (max-width:767px) {
	.field--name-field-highlights .second-and-third-highlight {
		width: 100%;
	}
}

.field--name-field-highlights .second-and-third-highlight>a:hover img {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.field--name-field-highlights .second-highlight,
.field--name-field-highlights .third-highlight {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	height: 50%;
}

@media (max-width:767px) {

	.field--name-field-highlights .second-highlight,
	.field--name-field-highlights .third-highlight {
		-webkit-box-align: center;
		align-items: center;
		min-height: 250px;
	}
}

/* THEME CARD */
.paragraph--type-theme-card {
	display: -webkit-box;
	display: flex;
}

.paragraph--type-theme-card img {
	width: 100%;
}

.paragraph--type-theme-card>div {
	-webkit-box-flex: 1;
	flex: 1;
}

.paragraph--type-theme-card>div:first-of-type {
	margin-right: 40px;
}

@media(max-width:991px) {
	.paragraph--type-theme-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.paragraph--type-theme-card>div:first-of-type {
		margin-right: 0px;
		margin-bottom: 40px;
	}
}

.theme-project-links a {
	display: block;
}

.main-container .region-content .theme-project-links a {
	border-bottom: none;
	color: #047C91;
	font-weight: 800;
	font-size: 18px;
	line-height: 27px;
}

.paragraph--type-theme-card .field--type-text-long p,
.paragraph--type-theme-card .field--type-text-long a {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}

.paragraph--type-theme-card .field--type-text-long p {
	font-weight: 500;
}

.paragraph--type-theme-card .field--type-text-long a {
	font-weight: 800;
}


@media(max-width:522px) {

	.main-container .region-content .theme-project-links a,
	.paragraph--type-theme-card .field--type-text-long p,
	.paragraph--type-theme-card .field--type-text-long a {
		font-size: 16px;
	}

}

.main-container .region-content .theme-project-links a:hover {
	color: #003660;
}

.paragraph--type-theme-card h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 33px;
	font-weight: 800;
}

.paragraph--type-theme-card h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 22px;
	line-height: 36px;
	font-weight: 800;
}

@media(max-width:522px) {
	.paragraph--type-theme-card h4 {
		margin-bottom: 5px;
		margin-top: 10px;
		font-size: 18px;
		line-height: 29px;
	}

	.paragraph--type-theme-card h3 {
		margin-bottom: 7.5px;
		font-size: 19px;
		line-height: 30px;
	}

}


/* VIDEO */
.paragraph--type-video {
	clear: left;
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%)
}

.paragraph--type-video p {
	font-size: 18px;
	line-height: 27px;
}

@media(max-width:522px) {
	.paragraph--type-video p {
		font-size: 16px;
	}
}

.video-cta {
	margin-top: 70px;
}

.video-paragraph-contianer {
	max-width: 1721px;
	margin: 0 auto;
	padding: 80px 30px 0px 30px;
}

@media (min-width:991px) {

	.video-paragraph-contianer {
		display: -webkit-box;
		display: flex;
	}

	.video-paragraph-contianer>div:first-of-type {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 35%;
		margin-right: 80px;
	}

	.video-paragraph-contianer>div:last-of-type {
		width: 65%;
	}
}

@media (max-width:991px) {
	.video-paragraph-contianer {
		padding: 80px 15px 0px 15px;
	}

	.video-paragraph-contianer>div:first-of-type {
		margin-bottom: 50px;
	}
}

.paragraph--type-video::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	height: 10px;
	width: 100%;
	background: #FEBC11;
}

.video-paragraph-contianer {
	position: relative;
}

.video-paragraph-contianer::after {
	position: absolute;
	top: 15px;
	content: '';
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
	border-top: 55px solid #FEBC11;
}

@media (min-width: 1800px) {
	.video-paragraph-contianer::after {
		left: -22px;
	}
}

.paragraph--type-video h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 32px;
	line-height: 43px;
	font-weight: 800;
}

@media(max-width:522px) {
	.paragraph--type-video h2 {
		font-size: 23px;
		line-height: 38px;
	}
}

.text-without-cta>div:first-of-type {
	margin-bottom: 70px;
}

.field--name-field-video-subsection-title,
.field--name-field-video-title {
	font-size: 24px;
	line-height: 36px;
}

@media(max-width:522px) {
	.text-without-cta>div:first-of-type {
		margin-bottom: 35px;
	}

	.video-cta {
		margin-top: 35px;
	}

	.field--name-field-video-subsection-title,
	.field--name-field-video-title {
		font-size: 19px;
		line-height: 30px;
	}

}

.field--name-field-video-title {
	color: #003660;
}

.has-background .field--name-field-video-subsection-title,
.has-background .field--name-field-video-title {
	color: white;
}

.field--name-field-video-title {
	margin-bottom: 15px;
	font-weight: 800;
}

/* AUTHOR */
.paragraph--type--blog-author-s .inner {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.paragraph--type--blog-author-s img {
	width: 100%;
}

.paragraph--type--blog-author-s .field--type-text-long p {
	font-size: 18px;
	line-height: 27px;
}

@media(max-width:522px) {
	.paragraph--type--blog-author-s .field--type-text-long p {
		font-size: 16px;
	}

}

.author-image-container {
	width: 200px;
}

.paragraph--type--blog-author-s .author-bio-and-site {
	padding: 0px 30px;
	width: 43%;
}

@media(max-width:991px) {
	.paragraph--type--blog-author-s .author-bio-and-site {
		width: calc(100% - 200px);
	}

	.author-email-and-phone {
		margin-top: 40px;
	}
}

@media(max-width:767px) {
	.paragraph--type--blog-author-s .author-bio-and-site {
		margin-top: 40px;
		padding: 0px;
	}

	.author-image-container,
	.paragraph--type--blog-author-s .author-bio-and-site {
		width: 100%;
	}
}

.paragraph--type--blog-author-s,
.paragraph--type--blog-author-s a {
	font-size: 18px;
	line-height: 27px;
}

@media(max-width:522px) {

	.paragraph--type--blog-author-s,
	.paragraph--type--blog-author-s a {
		font-size: 16px;
	}

}

.main-container .region-content .paragraph--type--blog-author-s a {
	color: #047C91 !important;
	font-weight: 800;
	border-bottom: none;
}

.main-container .region-content .paragraph--type--blog-author-s a:hover {
	color: #003660 !important;
}

.field--name-field-author-personal-website {
	margin-top: 15px;
}

.author-email-and-phone .field--name-field-author-phone-number::before,
.author-email-and-phone .field--name-field-author-email::before {
	margin-right: 10px;
}

.author-email-and-phone>div:first-of-type {
	margin-bottom: 10px;
}

/* FULL WIDTH IMAGE and CONTAINER IMAGE */

.paragraph--type--full-width-image {
	clear: left;
}

.field--name-field-full-width-image {
	height: 575px;
}

.paragraph--type--full-width-image img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.field--name-field-image-caption p,
.field--name-field-image-c p,
.field--name-field-card-image-caption p {
	margin-top: 22px;
	font-size: 16px;
	line-height: 27px;
}

.field--name-field-image-caption p {
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	padding: 0px 30px;
}

@media (max-width:991px) {
	.field--name-field-image-caption p {
		padding: 0px 15px;
	}
}

/* CARD */

.paragraph--type--row-with-image-and-text img {
	width: 100%;
}

.paragraph--type--row-with-image-and-text h2:first-of-type,
.paragraph--type--row-with-image-and-text h3:first-of-type {
	margin-top: 0px;
}

@media (min-width:991px) {
	.paragraph--type--row-with-image-and-text .inner {
		display: -webkit-box;
		display: flex;
	}

	.paragraph--type--row-with-image-and-text .inner>div {
		width: 50%;
	}

	.paragraph--type--row-with-image-and-text .inner>div:first-of-type,
	.image-on-the-right.paragraph--type--row-with-image-and-text .inner>div:last-of-type {
		margin-right: 30px;
	}

	.image-on-the-right.paragraph--type--row-with-image-and-text .inner>div:first-of-type {
		-webkit-box-ordinal-group: 3;
		order: 2;
		margin-right: 0px;
	}
}

@media (max-width:991px) {
	.paragraph--type--row-with-image-and-text .field--name-field-text {
		margin-top: 30px;
	}
}


/* LOGOS GRID */
.columns>.paragraph.paragraph--type--logos-grid {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: -60px;
}

.field--name-field-logo-grid-logo {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}

@media(max-width:991px) {
	.field--name-field-logo-grid-logo {
		margin: 0 -45px;
	}
}


.paragraph--type--logo img {
	width: 100%;
}

.paragraph--type--logo {
	padding: 0px 45px 60px 45px;
}

@media (min-width:767px) {
	.field--name-field-logo-grid-logo .col-md-1 {
		width: 8.3333333333%;
	}

	.field--name-field-logo-grid-logo .col-md-2 {
		width: 16.6666666667%;
	}

	.field--name-field-logo-grid-logo .col-md-3 {
		width: 25%;
	}

	.field--name-field-logo-grid-logo .col-md-4 {
		width: 33.3333333333%;
	}

	.field--name-field-logo-grid-logo .col-md-5 {
		width: 41.6666666667%;
	}

	.field--name-field-logo-grid-logo .col-md-6 {
		width: 50%;
	}

	.field--name-field-logo-grid-logo .col-md-7 {
		width: 58.3333333333%;
	}

	.field--name-field-logo-grid-logo .col-md-8 {
		width: 66.6666666667%;
	}

	.field--name-field-logo-grid-logo .col-md-9 {
		width: 75%;
	}

	.field--name-field-logo-grid-logo .col-md-10 {
		width: 83.3333333333%;
	}

	.field--name-field-logo-grid-logo .col-md-11 {
		width: 91.6666666667%;
	}

}

.paragraph--type--logo:not(.col-md-1):not(.col-md-2):not(.col-md-3):not(.col-md-4):not(.col-md-5):not(.col-md-6):not(.col-md-7):not(.col-md-8):not(.col-md-9):not(.col-md-10):not(.col-md-11):not(.col-md-12) {
	width: 25%;
}

@media (max-width:767px) {

	.paragraph--type--logo,
	.paragraph--type--logo:not(.col-md-1):not(.col-md-2):not(.col-md-3):not(.col-md-4):not(.col-md-5):not(.col-md-6):not(.col-md-7):not(.col-md-8):not(.col-md-9):not(.col-md-10):not(.col-md-11):not(.col-md-12) {
		width: 100%;
	}

	.paragraph--type--logo {
		padding-bottom: 30px;
	}

	.columns>.paragraph.paragraph--type--logos-grid {
		margin-bottom: -30px;
	}
}

/* TEXT WITH ICON ON THE LEFT */


.paragraph--type--text-with-icon-on-the-left .inner>div:first-of-type img {
	width: 100%;
}

@media (min-width:767px) {
	.paragraph--type--text-with-icon-on-the-left .inner {
		display: -webkit-box;
		display: flex;
	}

	.paragraph--type--text-with-icon-on-the-left .inner>div:first-of-type {
		width: 25%;
		margin-right: 30px;
	}

	.paragraph--type--text-with-icon-on-the-left .inner>div:first-of-type img {
		width: 100%;
	}

	.paragraph--type--text-with-icon-on-the-left .inner>div:last-of-type {
		width: 75%;
	}

}

@media (max-width:991px) {
	.paragraph--type--text-with-icon-on-the-left .inner>div:first-of-type {
		margin-bottom: 50px;
	}
}

/* PRODUCTS */
.columns>.paragraph.paragraph--type--products,
.all-products-block .view-content {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: -60px;
}

.field--name-field-product {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.field--name-field-product .field--item {
	padding: 0px 15px;
	width: 25%;
	margin-bottom: 60px;
}

@media(max-width:522px) {
	.field--name-field-product .field--item {
		margin-bottom: 30px;
	}

	.columns>.paragraph.paragraph--type--products,
	.all-products-block .view-content {
		margin-bottom: -30px;
	}

	.field--name-field-product h2 {
		margin-top: 12.5px;
	}
}

.field--name-field-product img {
	width: 100%;
}

.main-container .region-content .field--name-field-product h2.teaser-title {
	margin-bottom: 0px;
}

@media (max-width: 991px) {

	.field--name-field-product .field--item {
		width: 50%;
	}

	.columns>.paragraph.paragraph--type--products {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
}

@media (max-width: 767px) {

	.field--name-field-product .field--item {
		width: 100%;
	}
}

/* FEATURED PUBLICATION */
.paragraph--type--featured-publication-news-blog-p {
	width: 100%;
}

@media (max-width: 767px) {
	.field--name-field-product .field--item {
		width: 100%;
	}

	.paragraph--type--featured-publication-news-blog-p img {
		width: 100%;
	}
}

/*============================== FORMS/FILTERS ============================== */

.field--name-field-blades .paragraph--type--form {
	width: inherit;
	margin: 0px;
}

.contact-form .webform-actions {
	margin-bottom: 0px;
}

.field--name-field-blades .paragraph--type--form form,
.paragraph--type--form.col-md-Array {
	width: 100%;
}

.views-exposed-form {
	max-width: 1205px;
	margin: 0 auto;
	padding: 0px 10px;
}

@media(max-width:522px) {
	.views-exposed-form {
		padding: 0px 15px;
	}

	form .form-group,
	form .form-type-textarea {
		margin-bottom: 22.5px;
	}
}

.form-actions {
	padding: 0px 5px;
	width: 100%;
}

@media(max-width:991px) {
	.field--name-field-blades .paragraph--type--form {
		padding: 0px;
	}

}

@media(max-width:522px) {
	.form-actions {
		padding: 0px;
	}
}

.form-inline .form-control,
.form-inline .select-wrapper {
	width: 100%;
}

.form-item:not(.form-type-search) {
	width: 25%;
	padding: 0px 5px;
}

.form-item>label {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
	text-transform: none;
	color: #003660;
	font-weight: 700;
}

@media(max-width:522px) {

	.form-item:not(.form-type-search),
	.field--name-field-blades .paragraph--type--form {
		padding: 0px;
	}

	.form-item>label {
		font-size: 18px;
		line-height: 29px;
	}

}


.form-inline .form-control,
.webform-submission-form .form-control {
	height: 60px;
	border-radius: 0px;
	border: 2px solid #003660;
	color: #003660;
	font-size: 16px;
	line-height: 22px;
	font-weight: 800;
}

.form-control.form-textarea {
	height: 100%;
}

form .form-control:focus {
	border-color: #003660;
}

form .select-wrapper::after {
	margin-top: 0px;
	margin-right: 12px;
	height: 60px;
	width: 70px;
	background: url(/sites/default/files/images/icons/dropdown-arrow-icon.png) no-repeat right;
	top: 0;
	background-size: 39px;
}

.form-inline .js-form-item-keys input.form-control {
	padding-right: 50px;
	background-size: 39px;
	height: 60px;
	background-image: url(/sites/default/files/images/icons/search-icon.png) !important;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.view-filters .js-form-wrapper {
	margin: 50px 0px 100px 0px;
}

@media(max-width:522px) {
	.view-filters .js-form-wrapper {
		margin: 25px 0px 50px 0px;
	}

}

.form-group {
	margin-bottom: 0px;
}

.webform-submission-form .form-item {
	width: 100%;
}

.webform-submission-form form label {
	margin-bottom: 0px;
}

/*============================== PROJECTS ============================== */

.field--name-field-project-subheading {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0px 30px;
}

@media(max-width:991px) {
	.field--name-field-project-subheading {
		padding: 0px 15px;
	}
}

.views-field-field-project-status {
	margin-bottom: 15px;
}

@media(max-width:522px) {
	.views-field-field-project-status {
		margin-top: 12px;
	}
}

.views-field-field-project-status p {
	font-size: 14px;
	line-height: 19px;
	color: #003660;
	text-transform: uppercase;
	font-weight: 800;
}

.views-field-field-project-status p::before {
	display: inline-block;
	margin-right: 6px;
	content: '';
	border-radius: 7.5px;
	width: 15px;
	height: 15px;
}

.project-complete::before {
	background-color: #EF5645;
}

.project-active::before {
	background-color: #63A645;
}

.main-container .region-content .projects-by-person-block .teaser-title,
.main-container .region-content .all-projects .teaser-title {
	margin-bottom: 15px;
}

.all-projects .view-filters .js-form-wrapper {
	margin: 15px 0px 100px 0px;
}


.all-projects .form-actions::before {
	display: block;
	padding-bottom: 45px;
	content: 'Select criteria above';
	color: #003660;
}

@media(max-width:522px) {
	.all-projects .view-filters .js-form-wrapper {
		margin: 0px 0px 50px 0px;
	}

	.all-projects .form-actions::before {

		padding-bottom: 22.5px;
	}
}

.all-projects .bef-exposed-form .form--inline {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.all-projects .bef-exposed-form .form--inline>.form-item {
	-webkit-box-flex: 1;
	flex: 1;
}

.all-projects .bef-exposed-form .form--inline>.form-item:nth-of-type(3) {
	-webkit-box-flex: 0;
	flex: 0 1 179px;
	margin-right: 50px;
}

@media(min-width:767px) {
	.all-projects .bef-exposed-form .form--inline>.form-item:nth-of-type(3) {
		margin-right: 25px;
	}
}

@media(min-width:767px) {

	.all-blog-posts-block .form-item-field-emlab-program-type-target-id-verf,
	.all-publications-block .form-item-field-emlab-program-type-target-id-verf,
	.all-news-block .form-item-field-emlab-program-type-target-id-verf {
		width: 309px;
	}

}

@media(max-width:767px) {

	.bef-exposed-form .form--inline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.bef-exposed-form .form--inline>.form-item {
		width: 100%;
	}

	.all-projects .bef-exposed-form .form--inline>.form-item:nth-of-type(3) {
		-webkit-box-flex: 100%;
		flex: 100%;
	}
}

.related-links {
	clear: left;
	padding: 80px 0px 160px 0px;
}

.related-links h2 {
	margin: 80px 0px 20px 0px;
}

@media(max-width:522px) {
	.related-links {
		padding: 40px 0px 80px 0px;
	}

	.related-links h2 {
		margin: 40px 0px 10px 0px;
	}

}

.related-links-wrapper {
	border-top: 1px solid #707070;
}

.main-container .region-content .related-links a:not(.btn) {
	display: block;
	font-size: 22px;
	line-height: 30px;
	border-bottom: none;
	color: #04859B;
	font-weight: 800;
}

@media(max-width:522px) {
	.main-container .region-content .related-links a:not(.btn) {
		font-size: 18px;
		line-height: 29px;
	}

}


.main-container .region-content .related-links a:hover {
	color: #003660;
}

.paragraph--type-related-links a:not(:last-of-type) {
	margin-bottom: 10px;
}

.related-links h3 {
	text-transform: uppercase;
}

.related-links-container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0px 30px;
}

.related-links-container div:not(:last-of-type) {
	border-bottom: 1px solid #707070;
	padding-bottom: 25px;
}

@media(max-width:991px) {

	.related-links-container {
		padding: 0px 15px;
	}
}

/*============================== PEOPLE ============================== */
/* LIST OF PEOPLE */

.all-people-view-container .columns>.paragraph {
	padding-top: 0px;
	padding-bottom: 0px;
}

.field--name-field-blades .paragraph--type--blade.all-people-view-container {
	padding: 50px 0px 100px 0px;
}

@media(max-width:522px) {
	.field--name-field-blades .paragraph--type--blade.all-people-view-container {
		padding: 25px 0px 50px 0px;
	}
}

.all-emlab-people h2 {
	margin-bottom: 0px;
	text-align: center;
}

.all-emlab-people.grid-of-4 .views-row {
	width: 424px;
}

@media(max-width:767px) {
	.all-emlab-people.grid-of-4 .views-row {
		width: 100%;
	}
}

.all-emlab-people.grid-of-4 .views-field-nothing:hover .person-teaser-text {
	opacity: 1;
}

.all-emlab-people .views-field-nothing img {
	transition: -webkit-filter 0.50s ease-in;
	-webkit-transition: -webkit-filter 0.50s ease-in;
	transition: filter 0.50s ease-in;
	transition: filter 0.50s ease-in, -webkit-filter 0.50s ease-in;
}

.all-emlab-people.grid-of-4 .views-field-nothing:hover img {
	-webkit-filter: brightness(0.4);
	filter: brightness(0.4);
}

.all-emlab-people .views-field-nothing>.field-content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.all-emlab-people .views-field-nothing>.field-content img {
	margin-bottom: 0px;
}

.all-emlab-people .person-teaser-text {
	position: absolute;
	opacity: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 30px;
	text-align: center;
	-webkit-transition: opacity .50s ease-in-out;
	transition: opacity .50s ease-in-out;
}

.all-emlab-people .person-first-name {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 24px;
}

.all-emlab-people .person-full-name-job-title {
	font-size: 18px;
	line-height: 24px;
}

.all-emlab-people .name-and-position {
	margin-top: 170px;
	color: white;
	font-weight: 800;
}

.main-container .region-content .all-emlab-people .view-bio a {
	color: #9CBEBE;
	border-bottom: none;
	font-weight: 800;
	font-size: 18px;
}

@media(max-width:522px) {

	.all-emlab-people .person-full-name-job-title,
	.main-container .region-content .all-emlab-people .view-bio a {
		font-size: 16px;
	}

}

.main-container .region-content .all-emlab-people .view-bio a:hover {
	color: white;
	border-bottom: 1px solid white;
}

/* INDIVIDUAL PEOPLE PAGES */
.page-node-type-people main {
	max-width: 1230px;
	margin: 0 auto;
}

.page-node-type-people .main-content-wrapper {
	margin: 50px 0px 160px 0px;
}

@media(max-width:522px) {
	.page-node-type-people .main-content-wrapper {
		margin: 25px 0px 80px 0px;
	}
}

.field--name-field-person-image img {
	width: 100%;
}

.page-node-type-people .ds-2col-stacked {
	padding: 0px 30px;
}

@media(max-width:991px) {
	.page-node-type-people .ds-2col-stacked {
		padding: 0px 15px;
	}
}

.page-node-type-people .ds-2col-stacked>.group-left {
	width: 37%;
	margin-right: 30px;
}

.page-node-type-people .ds-2col-stacked>.group-left img {
	width: 100%;
}

.page-node-type-people .ds-2col-stacked>.group-right {
	width: calc(63% - 30px);
}

@media(max-width:767px) {

	.page-node-type-people .ds-2col-stacked>.group-left,
	.page-node-type-people .ds-2col-stacked>.group-right {
		width: 100%;
	}

	.page-node-type-people .ds-2col-stacked>.group-left {
		margin-bottom: 30px;
	}
}

.page-node-type-people .ds-2col-stacked>.group-footer {
	display: inline-block;
}

.page-node-type-people .group-footer .field-label-above {
	margin: 60px 0px 25px 0px;
}

.page-node-type-people .office-phone-email div:not(:last-of-type) {
	margin-bottom: 10px;
}

.page-node-type-people .field--name-field-job-title,
.page-node-type-people .field--name-field-department {
	font-size: 24px;
	line-height: 35px;
	font-weight: 800;
	color: #003660;
}

.page-node-type-people .field--name-field-department {
	margin-bottom: 40px;
}

.page-node-type-people .field--name-field-website {
	margin-top: 35px;
}

@media(max-width:522px) {
	.page-node-type-people .group-footer .field-label-above {
		margin: 30px 0px 12.5px 0px;
	}

	.page-node-type-people .field--name-field-job-title,
	.page-node-type-people .field--name-field-department {
		font-size: 19px;
		line-height: 30px;
	}

	.page-node-type-people .field--name-field-department {
		margin-bottom: 20px;
	}

	.page-node-type-people .field--name-field-website {
		margin-top: 17.5px;
	}
}

.page-node-type-people .field--name-field-job-title {
	margin-bottom: 35px;
	text-transform: uppercase;
}

.page-node-type-people .field--name-field-phone-number::before,
.page-node-type-people .field--name-field-office::before,
.page-node-type-people .field--name-field-email::before,
.field--name-field-author-email::before,
.field--name-field-author-phone-number::before {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 20px;
	background: #047C91;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 800;
	color: white;
	font-size: 13px;
	line-height: 31px;
	text-align: center;
}

.page-node-type-people .field--name-field-office::before {
	content: '\f3c5';
}

.page-node-type-people .field--name-field-phone-number::before,
.field--name-field-author-phone-number::before {
	content: '\f095';
}

.page-node-type-people .field--name-field-email::before,
.field--name-field-author-email::before {
	content: "\f0e0";
}

.page-node-type-people .field--name-field-office,
.page-node-type-people .field--name-field-phone-number,
.page-node-type-people .field--name-field-email,
.page-node-type-people .field--name-field-website {
	font-size: 22px;
	line-height: 36px;
}

.page-node-type-people .main-container .region-content .group-right a {
	color: #047C91;
	font-weight: 800;
	border-bottom: none;
}

.page-node-type-people .main-container .region-content .group-right a:hover {
	color: #003660;
}

.projects-by-person-block {
	margin-bottom: -60px;
}

.projects-by-person-block .view-content {
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.block-views-blockprojects-block-1 {
	margin: 80px 0px 0px 0px;
}

@media(max-width:522px) {

	.page-node-type-people .field--name-field-office,
	.page-node-type-people .field--name-field-phone-number,
	.page-node-type-people .field--name-field-email,
	.page-node-type-people .field--name-field-website {
		font-size: 19px;
		line-height: 30px;
	}

	.block-views-blockprojects-block-1 {
		margin: 40px 0px 0px 0px;
	}
}

/*============================== PROGRAMS ============================== */

/* CONTENT TYPE */
@media (min-width:992px) {
	.path-node:not(.page-node-type-page) .block .view {
		padding: 0px 15px;
	}
}

.field--name-field-subheading {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0px 30px;
}

.key-themes .paragraph--type-theme-card {
	padding: 60px 0px;
}

@media (max-width:991px) {

	.field--name-field-subheading {
		padding: 0px 15px 0px 15px;
	}

	.key-themes .paragraph--type-theme-card {
		padding: 30px 0px;
	}
}

.field--name-field-key-theme>.field--item:not(:last-of-type) {
	padding-bottom: 60px;
	border-bottom: 2px solid #707070;
}

.field--name-field-key-theme>.field--item:not(:first-of-type) {
	padding-top: 60px;
}

@media(max-width:522px) {
	.field--name-field-key-theme>.field--item:not(:last-of-type) {
		padding-bottom: 30px;
	}

	.field--name-field-key-theme>.field--item:not(:first-of-type) {
		padding-top: 30px;
	}

	.paragraph--type-theme-card>div:first-of-type {
		margin-bottom: 20px;
	}
}

/* PROGRAM TEASERS */
.all-programs-block .view-content {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.all-programs-block .view-content .program-row-link {
	width: 25%;
	border-bottom: none !important;
}

@media(max-width:991px) {
	.all-programs-block .view-content .program-row-link {
		width: 50%;
	}
}

@media(max-width:767px) {
	.all-programs-block .view-content .program-row-link {
		width: 100%;
	}
}

.all-programs-block .view-content .program-row-link:hover {
	border-bottom: none;
}

.all-programs-block .views-field-view-node {
	visibility: hidden;
	height: 0px;
}

.all-programs-block .program-text-box p {
	border-top: 1px solid white;
	padding-top: 15px;
	opacity: 0;
	height: 0px;
	-webkit-transition: opacity .50s ease-in-out;
	transition: opacity .50s ease-in-out;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
}

@media(max-width:522px) {
	.all-programs-block .program-text-box p {
		padding-top: 7.5px;
		font-size: 19px;

	}
}

.all-programs-block .program-title {
	width: 100%;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 35px;
	color: white;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

@media(max-width:522px) {
	.all-programs-block .program-title {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 31px;
	}
}

@media (min-width: 1400px) {
	.short-program-description {
		width: 64%;
		margin: 0 auto;
	}
}

.all-programs-block .program-text-box {
	position: absolute;
	padding: 0px 20px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	top: 60%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	text-align: center;
	color: white;
}

.all-programs-block .view-content .program-row-link:hover .short-program-description {
	opacity: 1;
	height: auto;
}

.all-programs-block .view-content .program-row-link:hover .program-text-box {
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

@media(max-width:1482px) {
	.all-programs-block .view-content .program-row-link:hover .program-text-box {
		top: 40%;
	}
}

@media(max-width:1000px) {
	.all-programs-block .view-content .program-row-link:hover .program-text-box {
		top: 10%;
	}
}

@media(max-width:991px) {
	.all-programs-block .view-content .program-row-link:hover .program-text-box {
		top: 60%;
	}
}

.all-programs-block img {
	width: 100%;
	margin-bottom: 0px;
	transition: -webkit-filter 0.50s ease-in;
	-webkit-transition: -webkit-filter 0.50s ease-in;
	transition: filter 0.50s ease-in;
	transition: filter 0.50s ease-in, -webkit-filter 0.50s ease-in;
}

.all-programs-block .view-content .program-row-link:hover img {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.all-programs-block .field-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

@media (max-width: 992px) {
	.page-node-type-programs .publications-by-program-block {
		padding: 0px;
	}
}

/*============================== BLOG ============================== */

.blog-by-program {
	margin: 75px 0px 80px 0px;
}


@media(max-width:522px) {
	.blog-by-program {
		margin: 40px 0px;
	}
}

.page-node-type-in-the-news .field--name-field-date,
.page-node-type-in-the-news .field--name-field-blog-author,
.page-node-type-in-the-news .field--name-field-news-image {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0px 30px;
}

@media(max-width:991px) {

	.page-node-type-in-the-news .field--name-field-date,
	.page-node-type-in-the-news .field--name-field-blog-author,
	.page-node-type-in-the-news .field--name-field-news-image {
		padding: 0px 15px;
	}
}

.page-node-type-in-the-news .field--name-field-date,
.page-node-type-in-the-news .field--name-field-blog-author {
	font-size: 20px;
	color: #003660;
}

@media(max-width:522px) {

	.page-node-type-in-the-news .field--name-field-date,
	.page-node-type-in-the-news .field--name-field-blog-author {
		font-size: 17px;
	}
}

.page-node-type-in-the-news .field--name-field-date {
	margin-top: 40px;
}

.page-node-type-in-the-news .field--name-field-blog-author {
	margin-top: 10px;
	font-weight: 800;
}

.page-node-type-in-the-news .field--name-field-news-image {
	margin: 50px auto 10px auto;
}

.block-views-blocknews-blog-publications-block-2 {
	margin: 0px auto 160px auto;
}

@media(max-width:522px) {
	.page-node-type-in-the-news .field--name-field-news-image {
		margin: 25px auto 5px auto;
	}

	.block-views-blocknews-blog-publications-block-2 {
		margin: 0px auto 80px auto;
	}
}

.field--name-field-blog-author-s {
	max-width: 1230px;
	margin: 0 auto;
	padding: 80px 30px;
}

@media(max-width:991px) {
	.field--name-field-blog-author-s {
		padding: 40px 15px;
	}
}

.field--name-field-blog-author-s>.field--item:not(:first-of-type) {
	margin-top: 80px;
}

.blog-authors-wrapper {
	clear: left;
	padding: 80px 0px;
}

@media(max-width:522px) {
	.field--name-field-blog-author-s {
		padding: 20px 15px;
	}

	.field--name-field-blog-author-s>.field--item:not(:first-of-type) {
		margin-top: 40px;
	}

	.blog-authors-wrapper {
		clear: left;
		padding: 40px 0px;
	}

	.field--name-field-blog-author-s {
		max-width: 1230px;
		margin: 0 auto;
		padding: 40px 15px;
	}
}

.blog-authors-wrapper::after,
.blog-authors-wrapper::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background: #707070;
}

/*============================== SEARCH PAGE ============================== */
.path-search-node .main-content-wrapper {
	padding-bottom: 160px;
}

.path-search .region-content .pager-nav {
	margin-bottom: 0px;
	margin-top: 40px;
}

.path-search-node .region-content li h3 {
	margin-top: 0px;
}

.path-search-node .region-content h2 {
	margin-bottom: 40px;
}

.path-search-node .region-content li p {
	margin-bottom: 0px;
}

.path-search-node .region-content li {
	margin-bottom: 40px;
}

.path-search-node .region-content ol {
	padding-left: 22px;
}

.path-search-node .main-container .region-content li h3,
.path-search-node .main-container .region-content li h3 a {
	border-bottom: none;
	margin-bottom: 10px;
	color: #047C91;
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
}

.path-search-node .main-container .region-content li h3 a:hover {
	color: #003660;
}

.path-search-node .region-content form .form-control {
	border-radius: 0px;
	border: 2px solid #003660;
	color: #003660;
	font-size: 16px;
	line-height: 22px;
	font-weight: 800;
}

.path-search-node .region-content form.search-form button,
.path-search-node .region-content form .form-control {
	height: 60px;
}

.path-search-node .region-content form.search-form button {
	background: #047C91;
	background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M15.2397415,16.6539551 C14.1023202,17.4996184 12.6929286,18 11.1666667,18 C7.39272088,18 4.33333333,14.9406125 4.33333333,11.1666667 C4.33333333,7.39272088 7.39272088,4.33333333 11.1666667,4.33333333 C14.9406125,4.33333333 18,7.39272088 18,11.1666667 C18,12.6929286 17.4996184,14.1023202 16.6539551,15.2397415 L20.2071068,18.7928932 C20.5976311,19.1834175 20.5976311,19.8165825 20.2071068,20.2071068 C19.8165825,20.5976311 19.1834175,20.5976311 18.7928932,20.2071068 L15.2397415,16.6539551 Z M11.1666667,16 C13.836043,16 16,13.836043 16,11.1666667 C16,8.49729038 13.836043,6.33333333 11.1666667,6.33333333 C8.49729038,6.33333333 6.33333333,8.49729038 6.33333333,11.1666667 C6.33333333,13.836043 8.49729038,16 11.1666667,16 Z' fill='%23ffffff'></path></svg>") !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

.path-search-node .region-content form.search-form button:hover {
	background: #003660;
}

.path-search-node .region-content .input-group {
	width: 100%;
}

.path-search-node .region-content .form.search-form {
	margin-top: 40px;
}

.path-search-node .btn-primary:hover {
	background: #003660;
	color: white !important;
}

@media(max-width:500px) {
	.path-search-node .region-content h2 {
		margin-bottom: 20px;
	}

	.path-search-node .main-container .region-content li h3,
	.path-search-node .main-container .region-content li h3 a {
		font-size: 18px;
		line-height: 29px;
	}

	.path-search-node .main-content-wrapper {
		padding-bottom: 80px;
	}
}