/*
Theme Name: Tauber Institute for Global Operations
Author: Phire Group
Author URI: http://thephiregroup.com/
Version: 1.1
*/

@media screen {

	/* RESETS */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, main,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, main, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

	/* WORDPRESS CLASSES */

	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 0 20px 20px 0;
	}

	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		background-color: #fafafa;
		border: 1px #d9d9d9 dotted;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 5px 0 5px;
		text-align: center;
		border-radius: 3px;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size: 14px;
		line-height: 18px;
		margin: 0 !important;
		padding: 0 0 10px 0;
	}
	
	.wp-caption p {
		margin: 0 !important;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
	
	.skip-main:not(:focus) {
	  position: absolute;
	  left: -9999px;
	  z-index: 999;
	  padding: 3em;
	  opacity: 0;
	}
	.skip-main:focus {
	  left: 50%;
	  transform: translateX(-50%);
	  opacity: 1;
	}
	.skip-main {
	  color: #000000;
	  background-color: #FFCB05;
	}
	
	.visually-hidden {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		border: 0;
	}


	/* GLOBAL */
	
	html {
		scroll-behavior: smooth;
	}
	
	body {
		font-family: "Nunito Sans", sans-serif;
		font-optical-sizing: auto;
		font-size: 16px;
		line-height: 130%;
		font-weight: 400;
		color: #131516;
		text-align: center;
		position: relative;
		overflow-x: hidden;
	}

	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	.main_container {
		margin: 0 auto;
	}
	
	.row {
		margin: 0 auto;
		width: 1170px;
		text-align: left;
		position: relative;
	}

	.row_1280 {
		margin: 0 auto;
		width: 1280px;
		text-align: left;
		position: relative;
	}
	
	.row_900 {
		margin: 0 auto;
		width: 900px;
		text-align: left;
		position: relative;
	}

	.clearfix::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}
	
	p {
		margin-bottom: 1.5em;
	}
	
	a {
		text-decoration: none;
		color: inherit;
	}
	
	p a {
		text-decoration: underline;
	}
	
	a:focus, button:focus, input:focus, select:focus, textarea:focus {
		/* outline: dotted 2px #253746; */
	}
	
	img {
		max-width: 100%;
	}
	
	.centered {
		text-align: center;
	}
	
	.hide_on_desktop {
		display: none;
	}
	
	button {
		font-family: "Oswald", sans-serif;
		font-size: 1rem;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: transparent;
		-webkit-appearance: none;
		appearance: none;	
		cursor: pointer;		
	}
	
	b, strong {
		font-weight: 700;
	}

	i, em {
		font-style: italic;
	}
	
	main ul {
		list-style-type: disc;
		margin: 0 0 30px 30px;
	}
	
	main ol {
		list-style-type: numeric;
		margin: 0 0 30px 30px;
	}
	
	h1 {
		color: #00274C;
		font-family: "Montserrat", sans-serif;
		font-size: 2rem;
		font-style: normal;
		font-weight: 800;
		line-height: 120%;
		letter-spacing: -0.03rem;
		margin: 0 0 20px 0;
	}
	
	h2 {
		color: #2F65A7;
		font-family: "Montserrat", sans-serif;
		font-size: 2rem;
		font-style: normal;
		font-weight: 800;
		line-height: 120%;
		letter-spacing: -0.03rem;
		margin: 0 0 30px 0;
	}
	
	h3 {
		color: #00274C;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.875rem;
		margin: 0 0 15px 0;
	}

	
	.cta {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		background-color: #00274C;
		border: 1px solid #00274C;
		color: #ffffff;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 10px 16px;
		text-align: center;
		transition: all .1s linear;
		text-decoration: none !important;
	}
	.cta:hover {
		border: 1px solid rgba(152, 156, 151, 0.50);
		background-color: #ffffff;
		color: #00274C;
	}
	
	.cta svg {
		display: inline-block;
		margin: 0 0 0 10px;
	}
	.cta:hover .svg_stroke {
		stroke: #00274C;
	}
	.cta:hover .svg_fill {
		fill: #00274C;
	}
	
	.cta_white {
		background-color: #ffffff;
		border: 1px solid #ffffff;
		color: #00274C;
	}
	
	
	.crumbs {
		color: #00274C;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 120%;
		margin: 0 0 10px 0;
	}
	
	.crumbs a {
		color: #00274C;
		font-size: 0.75rem;
		font-weight: 600;
		line-height: 120%;
		text-decoration: underline;
		padding: 0 10px 0 0;
	}
	
	.white {
		color: #ffffff;
	}
	
	.arb_blue {
		color: #2F65A7;
	}
	
	.tappan_red {
		color: #9A3324;
	}
	
	.bkg_yellow {
		background-color: #FFCB05;
	}

	sup {
	  font-size: 0.5em;
	  line-height: 0;
	  vertical-align: super;
	}


	
	
	/* HEADER */
	
	header .row_1 {
		width: 100%;
		padding: 0 0 0 45px;
		height: 40px;
		background-color: #ffffff;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid rgba(152, 156, 151, 0.50);
	}
	
	.home header .row_1 {
		border-bottom: none;
	}
	
	.search_box {
		display: flex;
		align-items: center;
		width: 340px;
	}
	
	.search_box img {
		display: block;
		margin: 0 10px 0 0;
	}
	
	.search_field_desktop {
		color: #131516;
		font-family: "Nunito Sans", sans-serif;
		font-size: 0.875rem;
		font-weight: 400;
		letter-spacing: -0.00875rem;
		padding: 0;
		border: 0;
		appearance: none;
	}
	
	header .row_1 ul {
		display: flex;
	}
	
	header .row_1 li {

	}
	
	header .row_1 a {
		display: inline-flex;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 40px;
		text-transform: uppercase;
	}
	
	.en_apply {
		height: 40px;
		background-color: #00274C;
		color: #ffffff;
		padding: 0 37px 0 37px;
		clip-path: polygon(23px 0%, 100% 0%, calc(100% - 23px) 100%, 0% 100%);
		margin: 0 -21px 0 0;
		transition: all .1s linear;
	}
	
	.en_apply:hover {
		transform: scale(1.1);
	}
	
	.en_contact {
		height: 40px;
		background-color: #FFCB05;
		color: #00274C;
		display: block;
		padding: 0 45px 0 37px;
		clip-path: polygon(23px 0%, 100% 0%, 100% 100%, 0% 100%);
		transition: all .1s linear;
	}

	.en_contact:hover {
		transform: scale(1.1);
	}

	header .row_2 {
		width: 100%;
		padding: 0 45px;
		height: 70px;
		background-color: #ffffff;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.home header .row_2 {
		background-color: #00274C;
	}
	
	.logo img {
		display: block;
	}
	
	.main_nav {
		position: relative;
	}
	
	#menu-primary-menu {
		display: flex;
		align-items: center;
	}
	
	#menu-primary-menu li {
		margin: 0 0 0 28px;	
	}
	
	.main_nav a, .main_nav button {
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;		
	}

	.home .main_nav a, .home .main_nav button {
		color: #ffffff;	
	}
	
	.main_nav a:hover, .main_nav button:hover, .current-page-parent a, .current-page-parent button, .current_page_item a, .current_page_item button, .jump_links_block a:hover {
		text-decoration-line: underline;
		text-decoration-color: #FFCB05;
		text-decoration-thickness: 4px;
		text-underline-offset: -3px;
		text-decoration-skip-ink: none;
	}
	

	

	
	.menu-button, .menu-button-mobile {
		display: inline-flex;
		align-items: center;
		gap: 0.5rem;
	}

	.caret {
		transition: transform 0.2s ease;
		transform: rotate(180deg);
	}

	.menu li.is-open > .menu-button .caret {
		transform: rotate(0deg);
	}
	
	.home .caret path {
		stroke: #ffffff;
	}

	/*
	.menu a,
	.submenu-toggle {
		display: inline-flex;
		align-items: center;
		padding: 0.75rem 1rem;
		text-decoration: none;
		background: none;
		border: 0;
		cursor: pointer;
	}
	*/



	/* Show when JS toggles a class */
	#menu-primary-menu li.is-open > .sub-menu {
		display: block;
	}

	/* Visible focus
	.main_nav a:focus,
	.submenu-toggle:focus {
		outline: 2px solid #005fcc;
		outline-offset: 2px;
	}
	 */
	 
	.menu-item-has-children {
		position: relative;
	}

	#menu-primary-menu .sub-menu {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
		background-color: #ffffff;
		z-index: 3;
		border-radius: 8px;
		padding: 30px 30px 20px 30px;
		position: absolute;
		left: calc(50% - 110px);
		top: 45px;
		width: 220px;
		display: none;
	}
	
	#menu-primary-menu .sub-menu li {
		margin: 0 0 10px 0;
		position: relative;
	}
	
	#menu-primary-menu .sub-menu li a {
		color: #131516;
		font-family: "Nunito Sans", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 1.1375rem */
		letter-spacing: -0.00875rem;
		text-transform: none;
		text-decoration: none;
		text-decoration-line: none;
	}
	
	#menu-primary-menu .sub-menu li a:hover {
		text-decoration: underline;
		text-underline-offset: 2px;
	}
	
	#menu-primary-menu .sub-menu li:first-of-type {
		margin: 0 0 15px 0;
	}
	
	#menu-primary-menu .sub-menu li:first-of-type a {
		font-size: 1rem;
		font-style: normal;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: -0.01rem;
	}
	
	.main_nav li.is-open > ul::before {
		content: '';
		position: absolute;
		top: -10px;
		left: calc(50% - 7px);
		width: 13px;
		height: 11px;
		background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 11" fill="white"><path d="M6.0625 0L12.1247 10.5H0.000322342L6.0625 0Z"/></svg>') no-repeat center / contain;
	}

	.menu-item-type-custom a {
		background-image: url(images/icon_shop_ext.svg);
		background-repeat: no-repeat;
		background-position: right center;
		padding: 0 20px 0 0;
	}
	
	.home .menu-item-type-custom a {
		background-image: url(images/icon_shop_ext_white.svg);
	}
	
	
	
	/* NEWSROOM */
	
	.news_header {
		padding: 50px 0 70px 0;
		background-color: #00274C;
	}
	
	.news_header h1 {
		color: #ffffff;
	}
	
	.news_filters {
		padding: 40px 0;
	}
	
	.news_filters ul {
		display: flex;
		align-items: center;
		list-style-type: none;
		margin: 0;
	}
	
	.filter_by {
		color: #131516;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
		padding: 0 30px 0 0;
	}
	
	.btn_filter {
		display: inline-flex;
		height: 40px;
		align-items: center;
		border-radius: 4px;
		border: 1px solid rgba(152, 156, 151, 0.50);
		background-color: #ffffff;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 0 16px;
		text-align: center;
		white-space: nowrap;
		margin: 0 20px 0 0;
		transition: all .1s linear;
	}
	
	.btn_filter:hover {
		border: 1px solid #00274C;
		background-color: #00274C;
		color: #ffffff;
	}
	
	.btn_filter.active {
		border: 1px solid #00274C;
		background-color: #00274C;
		color: #ffffff;
	}
	
	.btn_filter svg {
		display: none;
	}
	
	.btn_filter.active svg {
		display: inline-block;
		margin: 0 0 0 10px;
	}
	
	.news_results {
		margin: 0 0 100px 0;
	}
	
	.news_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 15px;
		row-gap: 50px;
	}
	
	.news_block img {
		display: block;
		border-radius: 4px;
	}
	
	.news_block_inner {
		padding: 15px 15px 0 15px;
	}
	
	.news_title {
		display: block;
		color: #00274C;
		font-family: Montserrat, sans-serif;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 100%;
		letter-spacing: -0.0225rem;
		margin: 0 0 10px 0;
	}
	
	.news_title:hover {
		text-decoration: underline;
	}
	
	ul.cat_pills {
		list-style-type: none;
		margin: 0;
	}
	
	.cat {
		display: inline-block;
		padding: 0 8px;
		border-radius: 2px;
		background-color: #FFCB05;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 22px;
		text-transform: uppercase;
		margin: 0 10px 10px 0;
	}
	
	.news_header_single {
		padding: 50px 0 70px 0;
	}
	
	.news_cols {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.news_left {
		width: 270px;
		flex: 0 0 auto;
	}
	
	.news_right {
		width: 770px;
		flex: 0 0 auto;
	}

	.news_right a {
		text-decoration: underline;
	}
	
	.news_date {
		color: #131516;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: -0.01125rem;
		margin: 0 0 30px 0;
	}
	
	.similar_news {
		margin: 110px auto 0 auto;
	}
	
	.similar_news .news_blocks {
		margin: 0 0 50px 0;
	}
	
	.news_single {
		padding: 0 0 200px 0;
	}

	.fn_title a {
		display: block;
		color: #FFF;
		font-family: Montserrat, sans-serif;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 800;
		line-height: 100%; /* 1.5rem */
		letter-spacing: -0.0225rem;
		margin: 0 0 14px 0;
	}

	.hr_content .company_award a {
		color: #ffffff;
	}

	.paragraph--type--text {
		display: flex;
		gap: 50px;
		justify-content: space-between;
	}

	.field--name-field-text-text {
		width: calc(60% - 25px);
		order: 2;
	}

	.field--name-field-text-image {
		width: calc(40% - 25px);
		order: 1;
	}

	.field--name-field-text-image img {
		display: block;
		height: auto !important;
	}

	.field--name-field-media-image img {
		height: auto !important;
	}

	.paragraph a {
		text-decoration: underline;
	}


	/* PEOPLE */
	
	.people_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 15px;
		row-gap: 50px;
		padding: 60px 0 0 0;
	}
	
	.people_block img {
		display: block;
		border-radius: 4px;
		margin: 0 0 20px 0;
	}	
	
	.people_name {
		display: block;
		color: #2F65A7;
		font-size: 1.125rem;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: -0.01125rem;
		margin: 0 0 8px 0;	
	}
	
	.job_title, .email, .phone {
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 1.3rem */
		letter-spacing: -0.01rem;
		margin: 0 0 8px 0;
	}
	
	.people_cols {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.people_left {
		width: 270px;
		flex: 0 0 auto;
	}
	
	.people_left .headshot {
		margin: 0 0 30px 0;
	}
	
	.people_left .cta {
		margin: 20px 0 0 0;
	}
	
	.people_right {
		width: 775px;
		flex: 0 0 auto;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		letter-spacing: -0.01125rem;
	}
	
	.related_projects {
		margin: 135px auto 0 auto;
	}
	
	.related_projects h2 {
		color: #131516;
	}
	
	
	.rp_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 15px;
		row-gap: 15px;
	}
	
	
	/* ALUMNI */
	
	.alumni_callout {
		padding: 20px 0;
	}
	
	.alumni_callout .row {
		border: 2px solid rgba(152, 156, 151, 0.20);
		padding: 20px 30px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		column-gap: 30px;
	}
	
	.alumni_callout b, .alumni_callout strong {
		color: #00274C;
		font-weight: 800;
	}
	
	.alumni_callout .cta {
		white-space: nowrap;
	}
	
	.degree_year {
		margin: 0 0 20px 0;
	}
	
	.company_logo {
		display: block;
		margin: 0 0 8px 0;
	}
	
	.company {
		font-size: 1rem;
		font-style: normal;
		font-weight: 800;
		line-height: 130%; /* 1.3rem */
		letter-spacing: -0.01rem;
		margin: 0 0 8px 0;
	}
	
	
	
	/* PROJECTS */
	
	.project_showcase_header {
		padding: 50px 0 75px 0;
		background: linear-gradient(180deg, #2F65A7 0%, #00274C 100%);
	}
	
	.project_showcase_header h1 {
		color: #ffffff;
		margin: 0 0 20px 0;
	}
	
	.featured_project {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.fp_left {
		width: 570px;
		flex: 0 0 auto;
	}
	
	.fp_left img {
		display: block;
		border-radius: 8px;
	}
	
	.fp_right {
		width: 470px;
		flex: 0 0 auto;
		padding: 0 100px 0 0;
		color: #ffffff;
		align-self: end;
	}
	
	.fp_right .project_logo {
		/* filter: brightness(0) invert(1); */
	}
	
	.fp_right .company_award {
		border-top: 1px solid #2F65A7;
	}
	
	.fp_right .company_block a {
		color: #ffffff;
	}

	.featured_projects {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 15px;
		padding: 60px 0 0 0;
	}
	
	.project_showcase_header .featured_projects .project_block, .video_projects_block .project_block {
		border: 2px solid #2F65A7;
		color: #ffffff;
	}
	
	.project_showcase_header .project_logo, .video_projects_block .project_logo {
		/* filter: brightness(0) invert(1); */
	}
	
	.project_showcase_header .company_award, .video_projects_block .company_award {
		border-top: 1px solid #2F65A7;
		margin: 30px 0 0 0;
	}
	
	.project_showcase_header .company_block a, .video_projects_block .company_block a {
		color: #ffffff;
	}

	.project_showcase_header .company_award {

	}
	
	.featured_projects  .project_block img {
		max-width: 50%;
	}


	
	.spotlight {
		height: 300px;
		background: linear-gradient(180deg, rgba(0, 39, 76, 1) 0%, rgba(0, 39, 76, 1) 50%, rgba(255, 255, 255, 50%) 50%, rgba(255, 255, 255, 1) 100%);
	}
	
	.spotlight_footer {
		background: #ffffff;
		margin: 0 0 200px 0;
	}
	
	.spotlight .row_1280 {
		height: 300px;
		background-repeat: no-repeat;
		background-position: center center;
		padding: 30px 40px;
	}
	
	.spotlight_content {
		width: 370px;
		height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.h_pill {
		display: inline-block;
		border-radius: 2px;
		background-color: #FFF;
		font-family: Oswald, sans-serif;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 8px 10px;
	}
	
	.c_spotlight {
		
	}
	
	.h_spotlight_2 {
		color: #00274C;
		font-family: Montserrat, sans-serif;
		font-size: 2rem;
		font-style: normal;
		font-weight: 800;
		line-height: 120%;
		letter-spacing: -0.03rem;
		margin: 0 0 20px 0;
	}
	
	.spotlight_link {
		border-top: 1px solid #ffffff;
		padding: 15px 0 0 0;
		margin: 30px 0 0 0;
	}
	
	.spotlight_link a {
		display: flex;
		align-items: center;
		color: #00274C;
		leading-trim: both;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
	}
	
	.spotlight_link a svg {
		display: block;
		margin: 0 0 0 10px;
		transition: all .1s linear;
	}
	
	.spotlight_link a:hover svg {
		margin: 0 0 0 15px;
	}
	
	.projects {
		padding: 60px 0 135px 0;
	}
	
	.projects .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.project_filters {
		width: 270px;
		flex: 0 0 auto;
	}
	
	.project_listing {
		width: 775px;
		flex: 0 0 auto;
	}
	
	.project_filter {
		border-radius: 4px;
		border: 1px solid rgba(152, 156, 151, 0.50);
		margin: 0 0 10px 0;
	}
	
	.project_filter_button {
		width: 100%;
		background-color: #FFF;
		padding: 10px 16px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		transition: all .15s linear;
	}
	
	.project_filter_button svg {
		display: block;
	}
	
	.project_filter_button.active {
		border-radius: 4px 4px 0 0;
	}
	
	.project_filter_button.active svg {
		transform: rotate(180deg);
	}
	
	ul.project_filter_list {
		background-color: #eaeaea;
		padding: 10px 16px;
		list-style-type: none;
		margin: 0;
	}
	
	.project_filter_list li {
		margin: 0 0 10px 0;
	}
	
	.project_filter_list li:last-of-type {
		margin: 0;
	}
	
	.project_filter_list a {
		color: #131516;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		letter-spacing: -0.00875rem;
	}
	
	.project_filter_list a:hover {
		text-decoration: underline;
	}
	
	.project_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 15px;
		row-gap: 15px;
	}
	
	.project_block {
		border: 2px solid rgba(152, 156, 151, 0.20);
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 235px;
	}
	
	.project_logo {
		display: block;
		margin: 0 0 20px 0;
	}
	
	.project_block .project_logo {
		max-width: 60%;
	}
	
	.company_award {
		border-top: 1px solid rgba(152, 156, 151, 0.20);
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0 0 0;
		margin: auto 0 0 0;
	}
	
	.company_block a {
		display: flex;
		align-items: center;
		color: #2F65A7;
		leading-trim: both;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
	}
	
	.company_block a svg {
		display: block;
		margin: 0 0 0 10px;
		transition: all .1s linear;
	}
	
	.company_block a:hover svg {
		margin: 0 0 0 15px;
	}
	
	.award_block {
		min-height: 22px;
	}
	
	.award_block .award {
		margin: 0;
		font-size: 0.75rem;
		padding: 0 8px;
		height: 22px;
	}
	
	.project_header {
		background: linear-gradient(180deg, #2F65A7 0%, #00274C 100%);
	}

	.project_header .row {
		padding: 50px 0 70px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.project_header .crumbs {
		color: #ffffff;
		margin: 0 0 10px 0;
	}
	
	.project_header .crumbs a {
		color: #ffffff;
	}
	
	.project_header h1 {
		color: #ffffff;
		margin: 0;
		max-width: 570px;
	}
	
	.project_logo_single {
		align-self: end;
		color: #ffffff;
	}
	
	.project_logo_single img {
		display: block;
		max-width: 300px;
	}
	
	.project_logo_white {
		/* filter: brightness(0) invert(1); */
	}
	
	.project_content {
		padding: 60px 0 200px 0;
	}
	
	.project_cols {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.project_left {
		width: 270px;
		flex: 0 0 auto;
	}
	
	.award {
		display: inline-flex;
		height: 40px;
		align-items: center;
		border-radius: 4px;
		background-color: #FFCB05;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 0 16px;
		text-align: center;
		margin: 0 0 30px 0;
		transition: all .1s linear;
	}
	
	.award svg {
		display: block;
		margin: 0 5px 0 0;
	}
	
	.project_left h2 {
		color: #2F65A7;
		font-size: 1rem;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: -0.01rem;
		margin: 0 0 8px 0;
	}

	.project_left strong {
		color: #2F65A7;
		font-size: 1rem;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: -0.01rem;
	}
	
	.project_left li {
		margin: 0 0 8px 0;
	}
	
	.project_left ul {
		border-bottom: 1px solid rgba(152, 156, 151, 0.20);
		padding: 0 0 22px 0;
	}
	
	.project_left ul + h2 {
		margin: 30px 0 8px 0;
	}
	
	.project_left ul:last-of-type {
		padding: 0;
		border-bottom: none;
	}
	
	.project_left p + p {
		margin: 0;
	}

	.project_left p + p strong {
		display: block;
		margin: 1.5rem 0 0 0;
	}

	.project_left p:first-of-type {
		margin: 0;
	}

	
	.project_right {
		width: 770px;
		flex: 0 0 auto;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		letter-spacing: -0.01125rem;
	}
	
	.h2_pp {
		color: #00274C;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: -0.0225rem;
		margin: 60px 0 30px 0;
	}
	
	.project_photo {
		display: block;
		height: auto;
		border-radius: 8px;
		margin: 0 0 30px 0;
	}
	
	
	
	/* JOBS */
	
	.job_postings_header .row h1 {
		margin: 0 0 10px 0;
	}
	
	.current_openings_header {
		margin: 30px 0 0 0;
	}
	
	.current_openings {
		margin: 0 0 135px 0;
	}
	
	table {
		border-collapse: collapse;
		width: 100%;
	}
	
	tr th {
		background-color: #2F65A7;
		color: #ffffff;
		padding: 12px 16px;
		border-right: 1px solid #ffffff;
	}
	
	tr td {
		padding: 12px 16px;
	}
	
	tr:nth-child(odd) {
		background-color: rgba(152, 156, 151, 0.05);
	}
	
	tr td a {
		color: #131516;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: -0.01rem;
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: auto;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
	}
	
	.adtl_resources {
		background-color:  rgba(152, 156, 151, 0.05);
		padding: 135px 0;
	}
	
	.adtl_resource_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 30px;
		row-gap: 30px;
	}
	
	.adtl_resource_block {

	}
	
	.adtl_resource_block_inner {
		padding: 15px 15px 0 15px;
	}
	
	.resource_thumb {
		display: block;
		border-radius: 8px;
	}
	
	.resource_title {
		color: #00274C;
		font-family: Montserrat, sans-serif;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 100%;
		letter-spacing: -0.0225rem;
		margin: 0 0 15px 0;
	}
	
	.resource_cta {
		border-top: 1px solid rgba(152, 156, 151, 0.20);
		padding: 10px 0 0 0;
		margin: 20px 0 0 0;
	}
	
	.resource_cta a {
		display: flex;
		align-items: center;
		color: #2F65A7;
		leading-trim: both;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
	}
	
	.resource_cta a svg {
		display: block;
		margin: 0 0 0 10px;
	}
	
	
	
	/* CONTENT BLOCKS */
	
	
		/* IMAGE HEADER */
		
		.image_header_block {
			background-blend-mode: multiply, normal;
			height: 500px;
		}
		
		.image_header_block .row {
			height: 500px;
			display: flex;
			flex-direction: column;
			padding: 50px 0 40px 0;
		}
		
		.image_header_block .crumbs, .image_header_block .crumbs a {
			color: #ffffff;
		}
		
		.h1_cta {
			margin: auto 0 0 0;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-items: end;
		}
	
		.h1_cta h1 {
			color: #FFF;
			font-size: 4rem;
			font-style: normal;
			font-weight: 800;
			line-height: 120%; /* 4.8rem */
			letter-spacing: -0.06rem;
			margin: 0;
		}
	
		.h1_cta .cta {
			height: 40px;
		}
		
	
	
		/* GRADIENT HEADER */	
	
		.gradient_header {
			background: linear-gradient(180deg, #2F65A7 0%, #00274C 100%);
		}

		.gradient_header .row {
			padding: 50px 0 70px 0;
			color: #ffffff;
		}
		
		.gradient_header .crumbs {
			color: #ffffff;
			margin: 0 0 80px 0;
		}
		
		.gradient_header .crumbs a {
			color: #ffffff;
		}
		
		.gradient_header h1 {
			color: #ffffff;
			margin: 0;
		}
		



		/* PLAIN TEXT HEADER */	

		.plain_text_header_block .row {
			padding: 50px 0;
		}
		
		.plain_text_header_block .crumbs {
			margin: 0 0 10px 0;
		}
		
		.plain_text_header_block .crumbs a {
			color: #00274C;
		}
		
		.plain_text_header_block h1 {
			color: #00274C;
			margin: 0;
		}

		
	
		/* HERO */
		
		.hero_block {
			aspect-ratio: 16/7;
			width: 100%;
			max-height: 840px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			display: flex;
		}

		.hero_content {
			align-self: end;
			width: 490px;
			background: rgba(0, 39, 76, 0.80);
			backdrop-filter: blur(4px);
			padding: 60px;
			text-align: left;
		}
	
		.hero_content h1 {
			color: #FFF;
			font-family: Montserrat, sans-serif;
			font-size: 2rem;
			font-weight: 800;
			line-height: 120%;
			letter-spacing: -0.03rem;
			margin: 0 0 30px 0;
		}
		
		.hero_content .cta_1 {
			background-color: #ffffff;
			color: #00274C;
		}
		
		.hero_content .cta_2 {
			border: 1px solid #2F65A7;
			background-color: transparent;
			color: #ffffff;
			margin: 0 0 0 28px;
		}
		
		.hero_content .cta_2:hover {
			background-color: #2F65A7;
		}
		
		.hero_block video {
			min-width: 100%; 
			min-height: 100%; 
			width: auto;
			height: auto;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			z-index: 0;
			max-width: 100vw;
			object-fit: cover;
		}

		.play_pause {
			position: absolute;
			right: 30px;
			bottom: 30px;
			width: 24px;
			height: 24px;
			background-image: url(images/btn_pause.svg);
			background-repeat: no-repeat;
			background-position: center center;
		}
		.play_pause:hover {
			background-image: url(images/btn_pause_hover.svg);
		}

		.play_pause[aria-pressed="true"] {
			background-image: url(images/btn_play.svg);
		}
		.play_pause[aria-pressed="true"]:hover {
			background-image: url(images/btn_play_hover.svg);
		}
		
		
		
		/* INTRO (HOME) */
		
		.intro_home_block {
			padding: 150px 0;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}
		
		.intro_home_block .row_900 {
			color: #ffffff;
			text-align: center;
			font-size: 1.125rem;
			font-style: normal;
			font-weight: 400;
			line-height: 130%; /* 1.4625rem */
			letter-spacing: -0.01125rem;
		}
		
		.intro_home_block h2 {
			color: #ffffff;
			font-family: Montserrat, sans-serif;
			font-size: 1.5rem;
			font-weight: 800;
			line-height: 130%;
			letter-spacing: -0.0225rem;
			margin: 0 0 15px 0;
		}
		
		.intro_home_block .row_900 p:last-of-type {
			margin: 0;
		}
		
		
		
		/* AT A GLANCE */
		
		.at_a_glance_block {
			background: linear-gradient(0deg, #2F65A7 0%, #2F65A7 50%, #ffffff 50%, #ffffff 100%);
			padding: 50px 0;
		}
		
		.at_a_glance_block .row_1280 {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			grid-template-rows: 120px auto auto auto auto;
		}
		
		.aag {
			padding: 30px 40px;
			display: grid;
			grid-template-rows: subgrid;
			grid-row: span 5;
		}
		
		.aag_1 {
			background-color: #D86018;
		}
		
		.aag_2 {
			background-color: #00B2A9;
		}
		
		.aag_3 {
			background-color: #FFCB05;
		}
		
		.aag_heading {
			color: #131516;
			font-family: Montserrat, sans-serif;
			font-size: 3rem;
			font-style: normal;
			font-weight: 800;
			line-height: 100%;
			letter-spacing: -0.045rem;
			padding: 0 0 20px 0;
		}
		
		.aag_heading .h_pill {
			color: #00274C;
		}
		
		.aag_content {
			color: #131516;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 130%;
			letter-spacing: -0.01rem;
			padding: 0 0 20px 0;
		}
		
		.aag_content svg {
			display: block;
			margin: 30px 0 0 0;
		}
		
		.aag_content p:last-of-type {
			margin: 0;
		}
		
		.aag_stat {
			color: #131516;
			font-family: Montserrat, sans-serif;
			font-size: 4rem;
			font-style: normal;
			font-weight: 700;
			line-height: 120%;
			letter-spacing: -0.06rem;
		}
		
		.aag_stat_desc {
			color: #131516;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 130%;
			letter-spacing: -0.01rem;
		}
		
		
		
		
		/* TESTIMONIALS */
		
		.testimonials_block {
			padding: 75px 0;
			background-color: #2F65A7;
		}
		
		.carousel__slide {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			min-height: 250px;
		}
		
		.carousel__slide[hidden] {
			display: none;
		}
		
		.t_left {
			width: 270px;
			flex: 0 0 auto;
		}
		
		.t_left img {
			display: block;
			width: 170px;
			border-radius: 4px;
			margin: 0 0 20px 0;
		}
		
		.t_name {
			color: #FFCB05;
			font-size: 1rem;
			font-style: normal;
			font-weight: 800;
			line-height: 130%;
			letter-spacing: -0.01rem;			
		}
		
		.t_degree_school {
			color: #FFF;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 130%;
			letter-spacing: -0.01rem;
		}
		
		.t_right {
			width: 870px;
			flex: 0 0 auto;
			color: #FFF;
			font-family: Montserrat, sans-serif;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 800;
			line-height: 130%;
			letter-spacing: -0.0225rem;
		}
		
		.carousel__controls {
			position: absolute;
			left: 308px;
			bottom: 0;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
		}
		
		.carousel__prev, .carousel__next {
			color: #ffffff;
			width: 42px;
			height: 40px;
			border-radius: 4px;
			border: 1px solid #FFF;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		.carousel__status {
			padding: 0 20px;
			color: #ffffff;
			font-size: 0.75rem;
			font-style: normal;
			font-weight: 600;
			line-height: 120%;
		}
		
		
		/* TWO CARDS */
		
		.two_cards_block {
			padding: 75px 0;
		}
		
		.two_cards {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 30px;
			row-gap: 60px;
		}
		
		.two_card_image {
			border-radius: 8px;
			padding: 30px;
			aspect-ratio: 570 / 340;
			display: flex;
			flex-direction: column;
		}
		
		.two_card_image_inner {
			margin: auto 0 0 0;
		}
		
		.two_card_tag {
			display: inline-flex;
			border-radius: 2px;
			background: #FFF;
			height: 22px;
			color: #00274C;
			font-family: Oswald, sans-serif;
			font-size: 0.75rem;
			font-style: normal;
			font-weight: 500;
			line-height: 22px;
			text-transform: uppercase;
			padding: 0 8px;
			margin: 0 0 10px 0;
		}
		
		.two_card_title {
			color: #FFF;
			font-family: Montserrat, sans-serif;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 800;
			line-height: 130%;
			letter-spacing: -0.0225rem;
		}
		
		.two_card_desc {
			padding: 20px 30px 0 30px;
		}
		
		.two_card_desc a {
			color: #2F65A7;
			font-weight: 700;
			text-decoration: underline;
		}
		
		.two_card_desc p:last-of-type {
			margin: 0;
		}
		
		
		
		/* WYSIWYG */
		
		.wysiwyg_block {
			padding: 75px 0 50px 0;
		}
		
		.wysiwyg_block p:last-of-type {
			margin: 0;
		}
		


		/* THREE CARDS */
		
		.three_cards_block {
			padding: 75px 0;
		}
		
		.three_cards_block h2 {
			color: #2F65A7;
			margin: 0 0 30px 0;
		}
		
		.three_cards {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			column-gap: 15px;
			row-gap: 15px;
		}
		
		.three_card {
			border: 2px solid rgba(152, 156, 151, 0.20);
			padding: 30px;
			display: flex;
			flex-direction: column;
		}
		
		.tc_title {
			color: #00274C;
			font-family: Montserrat, sans-serif;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 800;
			line-height: 100%; /* 1.5rem */
			letter-spacing: -0.0225rem;
			margin: 0 0 12px 0;
		}
		
		.tc_title a:hover {
			text-decoration: underline;
		}
		
		.three_card .company_award {
			margin: auto 0 0 0;
		}
		
		
		
		/* FAQS BLOCK */
		
		.faqs_block {
			background-color: rgba(152, 156, 151, 0.05);
			padding: 75px 0;
		}
		
		.faq_block {
			background-color: #ffffff;
			border-left: 2px solid #FFCB05;
			padding: 30px;
			margin: 0 0 10px 0;
		}
		
		.question {
			display: flex;
			color:  #00274C;
			font-family: "Nunito Sans", sans-serif;
			font-size: 1.125rem;
			font-style: normal;
			font-weight: 800;
			line-height: 130%;
			letter-spacing: -0.01125rem;
			text-align: left;
		}
		
		.question svg {
			display: inline-block;
			flex: 0 0 auto;
			margin: 7px 30px 0 0;
		}

		.question[aria-expanded="true"] svg {
			transition: all .1s linear;
		}

		.question[aria-expanded="true"] svg {
			transform: rotate(180deg);
		}
		
		.answer {
			padding: 20px 0 0 48px;
			overflow: hidden;
			transition: max-height 0.3s ease, opacity 0.3s ease;
			max-height: 0;
			opacity: 0;
		}
		
		.answer.active {
			opacity: 1;
		}
		
		.answer a {
			color: #2F65A7;
			font-weight: 700;
			text-decoration: underline;
		}
		
		.answer p:last-of-type {
			margin: 0;
		}
		
		
		
		/* HEADER WITH HIGHLIGHT */
		
		.header_with_highlight_block {
			padding: 50px 0 70px 0;
			background-blend-mode: multiply, normal;
		}
		
		.header_with_highlight_block .crumbs, .header_with_highlight_block .crumbs a {
			color: #ffffff;
		}
		
		.header_with_highlight_block h1 {
			color: #ffffff;
		}
		
		.highlight {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.highlight_left {
			width: 570px;
			flex: 0 0 auto;
		}
		
		.highlight_left img {
			display: block;
			border-radius: 8px;
		}
		
		.highlight_right {
			width: 470px;
			flex: 0 0 auto;
			align-self: end;
			padding: 0 100px 0 0;
			color: #ffffff;
		}
		
		.tag {
			display: inline-flex;
			border-radius: 4px;
			background-color: #FFCB05;
			color: #00274C;
			font-family: Oswald, sans-serif;
			font-size: 0.75rem;
			font-style: normal;
			font-weight: 500;
			line-height: 22px;
			text-transform: uppercase;
			padding: 0 8px;
			margin: 0 0 14px 0;
		}
		
		.h_title {
			margin: 0 0 14px 0;
			font-family: Montserrat, sans-serif;
			font-size: 2rem;
			font-style: normal;
			font-weight: 800;
			line-height: 120%; /* 2.4rem */
			letter-spacing: -0.03rem;
		}
		
		.dates {
			font-weight: 800;
			line-height: 130%;
			letter-spacing: -0.01rem;
			margin: 0 0 8px 0;
		}
		
		.loc {
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 400;
			line-height: 130%;
			letter-spacing: -0.00875rem;
			margin: 0 0 14px 0;
		}
		
		
		/* LEFT CONTENT / RIGHT CALLOUT */
		
		.left_content_right_callout_block {
			padding: 75px 0;
		}

		.lc_rc {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.lc_rc .left_content {
			width: 870px;
			flex: 0 0 auto;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 130%; /* 1.95rem */
			letter-spacing: -0.015rem;
		}

		.lc_rc .right_callout {
			width: 270px;
			flex: 0 0 auto;
		}
		
		.lc_rc .right_callout_inner {
			border: 2px solid rgba(152, 156, 151, 0.20);
			padding: 30px;
		}
		
		.lc_rc .right_callout svg {
			display: block;
			margin: 0 0 15px 0;
		}
		
		.lc_rc .right_callout a {
			text-decoration: underline;
		}
		
		.lc_rc .right_callout p:last-of-type {
			margin: 0;
		}
		
		

		/* LEFT IMAGE / RIGHT CONTENT/FORM */
		
		.left_image_right_content_form_block .row {
			padding: 30px 0 100px 0;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}

		.lirf_left {
			width: 270px;
			flex: 0 0 auto;
		}

		.lirf_right {
			width: 770px;
			flex: 0 0 auto;
		}



		/* CONTENT / IMAGE BLOCK */
		
		.content_image_block {
			padding: 75px 0;
		}
		
		.content_image_block .row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-items: center;
		}
		
		.cib_image {
			width: 570px;
			flex: 0 0 auto;
		}
		
		.cib_image img {
			display: block;
			border-radius: 8px;
		}
		
		.lirc .cib_image {
			order: 1;
		}
		
		.lcri .cib_image {
			order: 2;
		}
		
		.cib_content {
			width: 470px;
			flex: 0 0 auto;
		}
		
		.lirc .cib_content {
			padding: 0 100px 0 0;
			order: 2;
		}
		
		.lcri .cib_content {
			padding: 0 0 0 100px;
			order: 1;
		}

		.adtl_cta_block {
			border-top: 1px solid rgba(152, 156, 151, 0.20);
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-items: center;
			padding: 10px 0 0 0;
			margin: 20px 0 0 0;
		}
		
		.adtl_cta a {
			display: flex;
			align-items: center;
			color: #2F65A7;
			leading-trim: both;
			font-family: Oswald, sans-serif;
			font-size: 0.875rem;
			font-weight: 500;
			line-height: 100%;
			text-transform: uppercase;
		}
		
		.adtl_cta a svg {
			display: block;
			margin: 0 0 0 10px;
			transition: all .1s linear;
		}
		
		.adtl_cta a:hover svg {
			margin: 0 0 0 15px;
		}
		
		.adtl_cta_block + .cta {
			margin: 30px 0 0 0;
		}
		
		
		
		/* CONTENT / LARGE BULLETS */
		
		.content_bullets_block {
			padding: 75px 0;
		}
		
		.left_770 {
			max-width: 770px;
			margin: 0 0 60px 0;
		}
		
		.large_bullets_image {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.large_bullets {
			width: 470px;
			flex: 0 0 auto;
		}
		
		.large_bullets ul {
			border-top: 1px solid rgba(152, 156, 151, 0.20);
		}
		
		.large_bullets li {
			padding: 20px 0;
			list-style-type: none;
			color: #00274C;
			font-family: Montserrat, sans-serif;
			font-size: 1.25rem;
			font-style: normal;
			font-weight: 700;
			line-height: 130%;
			letter-spacing: -0.01875rem;
			border-bottom: 1px solid rgba(152, 156, 151, 0.20);
			/*
			background-image: url(/wp-content/themes/tauber/images/bullet.svg);
			background-repeat: no-repeat;
			background-position: left center;
			*/
		}
		
		.large_bullets_image .image {
			width: 570px;
			flex: 0 0 auto;
		}
		
		.large_bullets_image .image img {
			display: block;
			border-radius: 8px;
		}
		
		
		
		/* PROJECTS / VIDEO BLOCK */
		
		.video_projects_block {
			background: linear-gradient(180deg, #2F65A7 0%, #00274C 100%);
			color: #ffffff;
			padding: 135px 0;
		}
		
		.projects_heading {
			padding: 135px 0 0 0;
			margin: 0 0 40px 0;
		}
		
		.projects_intro_cta {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.projects_intro {
			width: 770px;
			flex: 0 0 auto;
		}
		
		.video_projects_block .featured_projects {
			margin: 0 0 30px 0;
		}
		
		.projects_cta .cta {
			border: 1px solid #2F65A7;
			background-color: transparent;
			color: #ffffff;
		}
		
		
		
		/* LEFT IMAGE / RIGHT FORM */
		
		.left_image_right_form .row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.left_image {
			width: 370px;
			flex: 0 0 auto;
		}
		
		.left_image img {
			display: block;
		}
		
		.right_form {
			width: 770px;
			flex: 0 0 auto;
		}
		
		
		
		/* VIDEO */
		
		.video_block {
			background: linear-gradient(180deg, #2F65A7 0%, #00274C 100%);
			padding: 100px 0 135px 0;
		}
		
		.video_block .h_pill {
			background-color: #FFCB05;
			color: #00274C;
			margin: 0 0 6px 0;
		}
		
		.video_block h2 {
			color: #ffffff;
		}
		
		.video_ph {
			background-color: #000000;
			aspect-ratio: 16 / 9;
			border-radius: 8px;
		}
		
		.video {
			aspect-ratio: 16 / 9;
			border-radius: 8px;
		}

		.video iframe {
			width: 100%;
			aspect-ratio: 16 / 9;
			border-radius: 8px;
		}

		
		/* STACKING BLOCKS */
		
		.stacking_blocks_block {

		}
		
		.stacking_block {
			position: sticky;
			top: 0;
			height: 100vh;
			background-color: #ffffff;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			z-index: 0;
			opacity: 0;
			transition: opacity 0.75s ease-in-out;
		}
		
		.stacking_block.in_place {
			opacity: 1;
		}
		
		.stacking_block_inner {
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.sb_image {
			width: 570px;
			flex: 0 0 auto;
		}
		
		.sb_image img {
			display: block;
			border-radius: 8px;
		}
		
		.sb_content {
			width: 470px;
			flex: 0 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
		
		.sb_content h2 {
			margin: 0 0 14px 0;
			max-width: 300px;
		}
		
		.tabs li {
			height: 22px;
			display: inline-flex;
			align-items: center;
			border-radius: 2px;
			background-color: rgba(152, 156, 151, 0.20);
			padding: 0 8px;
			color: #00274C;
			font-family: Oswald, sans-serif;
			font-size: 0.75rem;
			font-style: normal;
			font-weight: 400;
			line-height: 22px;
			text-transform: uppercase;
			white-space: nowrap;
			border: 1px solid rgba(152, 156, 151, 0.20);
			margin: 0 3px 0 0;
		}
		
		.sb_1 .st_1, .sb_2 .st_2, .sb_3 .st_3, .sb_4 .st_4, .sb_5 .st_5, .sb_6 .st_6 {
			background-color: #ffffff;
		}
		
		
		
		/* JUMP LINKS */
		
		.jump_links_block {
			box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
			padding: 15px 0;
			position: sticky;
			top: 0;
			z-index: 9;
			background-color: #ffffff;
		}
		
		.jump_links_block .row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
		}
		
		.jump_links_block span {
			font-size: 0.75rem;
			font-style: normal;
			font-weight: 600;
			line-height: 120%;
			white-space: nowrap;
		}
		
		.jump_links_block ul {
			margin: 0 0 0 30px;
		}
		
		.jump_links_block li {
			display: inline-block;
			margin: 0 30px 0 0;
		}
		
		.jump_links_block a {
			color: #131516;
			font-family: Oswald, sans-serif;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 500;
			line-height: 100%; /* 0.875rem */
			text-transform: uppercase;
		}
		
		
	/* TABLES */
	
	.table_container {
		border: 2px solid rgba(152, 156, 151, 0.20) !important;
		background-color: #FFF;
		padding: 10px 30px;
		margin: 0 0 20px 0;
	}
	
	.tablepress {
		background-color: #FFF !important;
		font-size: 1rem !important;
	}
	
	.tablepress>:where(thead,tfoot)>tr>* {
		background-color: #ffffff !important;
		color: #00274C !important;
		font-weight: 800;
		font-size: 1.125rem !important;
		line-height: 130% !important;
	}
	
	.tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>* {
		border-top: 1px solid rgba(152, 156, 151, 0.20);
	}
	
	.tablepress>:where(thead,tfoot)>tr>* {
		background-color: #ffffff !important;
		padding-left: 0 !important;
	}
	
	tr {
		background-color: #ffffff !important;
	}
	
	td {
		padding: 10px 0 !important;;
	}
	
	td.column-2 {
		color: #9A3324 !important;
		font-weight: 800 !important;
		width: 200px !important;
	}
	
	


	/* PAGINATION */
	
	.paginate {
		margin: 80px 0 0 0;
		text-align: center;
		height: 40px;
		display: flex;
		justify-content: center;
	}
	
	.page-numbers {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		color: #2F65A7;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		border-radius: 8px;
		width: 40px;
		height: 40px;
		background-color: #ffffff;
		border: 1px solid rgba(152, 156, 151, 0.20);
		margin: 0 12px;
		transition: all .1s linear;
		text-decoration: none !important;
	}
	.page-numbers.current {
		background-color: transparent;
		border: 0;
	}
	.page-numbers:hover {
		background-color: #2F65A7;
		border: 1px solid #2F65A7;
		color: #ffffff;
	}
	.page-numbers.current:hover {
		background-color: #2F65A7;
		border: 1px solid #2F65A7;
		color: #ffffff;
	}
	.page-numbers.prev {
		border-radius: 8px;
		border: 1px solid #00274C;
		background-image: url(images/btn_arrow_left_blue.svg);
		background-repeat: no-repeat;
		background-position: center center;
		color: rgba(0,0,0,0);
	}
	.page-numbers.prev:hover {
		background-image: url(images/btn_arrow_left_white.svg);
		background-color: #00274C;
	}
	.page-numbers.next {
		border-radius: 8px;
		border: 1px solid #00274C;
		background-image: url(images/btn_arrow_right_blue.svg);
		background-repeat: no-repeat;
		background-position: center center;
		color: transparent;
	}
	.page-numbers.next:hover {
		background-image: url(images/btn_arrow_right_white.svg);
		background-color: #00274C;
	}


	
	/* SEARCH RESULTS */
	
	.search_results li {
		margin: 0 0 10px 0;
	}
	
	.search_results a {
		font-weight: 600;
	}



	/* FORMS */

	.gform_required_legend {
		font-size: 1rem;
		margin: 1rem;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-weight: 800 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
	
	.ginput_container input, .ginput_container select, .ginput_container textarea {
		border: 2px solid rgba(152, 156, 151, 0.20) !important;
		background: #FFF  !important;
		padding: 16px 12px !important;
	}

	.ginput_container textarea {
		font-family: "Nunito Sans", sans-serif;
	}

	.gsection {
		padding: 20px 0 0 0 !important;
	}

	.gsection h3 {
		color: #000000;
		font-size: 1.25rem;
		margin: 0 0 10px 0;
	}

	.gform_button, .gform_previous_button, .gform_next_button {
		border-radius: 4px;
		background-color: #00274C;
		color: #ffffff;
		font-family: Oswald, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 10px 16px;
		cursor: pointer;
	}

	.gfield_description {
		padding-top: 5px !important;
	}

	.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
		background-color: #2F65A7;
	}


	
	/* FOOTER */
	
	footer .row_1 {
		padding: 60px 0;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		line-height: 130%;
		letter-spacing: -0.01rem;
	}
	
	.footer_logo_address {
		display: flex;
	}
	
	.footer_logo {
		margin: 0 70px 0 0;
	}
	
	.cta_phone, .cta_email {
		display: inline-flex;
		height: 40px;
		align-items: center;
		border-radius: 4px;
		border: 1px solid rgba(152, 156, 151, 0.50);
		background-color: #ffffff;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 0 16px;
		text-align: center;
		margin: 0 0 10px 0;
		transition: all .1s linear;
	}
	
	.cta_phone svg, .cta_email svg {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	.footer_menu p {
		margin: 0 0 0.75rem 0;
	}
	
	.footer_menu li {
		margin: 0 0 0.5rem 0;
	}
	
	.footer_menu a:hover {
		text-decoration: underline;
	}
	
	.cta_give {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		border-radius: 4px;
		background-color: #00274C;
		color: #ffffff;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 10px 16px;
		text-align: center;
		margin: 0 0 10px 0;
		transition: all .1s linear;
	}

	.cta_shop {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		border-radius: 4px;
		border: 1px solid rgba(152, 156, 151, 0.50);
		background-color: #ffffff;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 10px 16px;
		text-align: center;
		margin: 0 0 10px 0;
		transition: all .1s linear;
	}
	
	.cta_shop svg {
		display: inline-block;
		margin: 0 0 0 10px;
	}

	footer .row_2 {
		padding: 0 0 30px 0;
		font-size: 0.875rem;
		line-height: 130%;
		letter-spacing: -0.00875rem;
	}
	



}



@media screen and (min-width: 990px) and (max-width: 1329px) {

	.row, .row_1280 {
		width: 970px;
		margin: 0 auto;
	}
	
	.sb_image {
		width: 470px;
	}

	.lc_rc .left_content {
		width: 670px;
	}

	.t_right {
		width: 670px;
	}
	
	.fp_left {
		width: 470px;
	}
	
	.fp_right {
		padding: 0;
	}
	
	.highlight_left {
		width: 470px;
	}
	
	.highlight_right {

	}
	
	.large_bullets_image .image {
		width: 470px;
	}
	
	.people_right {
		width: 670px;
	}
	
	.row.related_projects {
		margin: 100px auto 0 auto;
	}
	
	.spotlight .row_1280 {
		background-position: right -300px center;
	}

	.project_listing {
		width: 670px;
	}
	
	.project_right {
		width: 670px;
	}
	
	.news_right {
		width: 670px;
	}
	
	.cib_image {
		width: 430px;
	}

	
	
}


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


	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row, .row_1280, .row_900 {
		width: calc(100vw - 46px);
		margin: 0 auto;
	}
	
	
	/* HEADER */
	
	.mobile_header {
		width: 100vw;
		padding: 0 23px;
		height: 70px;
		background-color: #00274C;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	#burger {
		width: 42px;
		height: 42px;
		background-image: url(images/icon_burger.svg);
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	#burger.active {
		background-image: url(images/icon_burger_close.svg);
	}
	
	#mm {
		display: none;
		padding: 0 0 30px 0;
	}
	
	#mm.dropped {
		display: block;
	}
	
	.search_box_mobile {
		border-radius: 0.125rem;
		border: 1px solid rgba(152, 156, 151, 0.50);
		padding: 10px;
		margin: 30px 0 0 0;
		display: flex;
		align-items: center;
	}
	
	.search_box_mobile img {
		display: block;
		margin: 0 10px 0 0;
	}
	
	.search_field_mobile {
		border: 0;
		width: calc(100% - 38px);
		background-color: #ffffff;
	}
	
	#mm li {
		padding: 30px 0;
		border-bottom: 1px solid rgba(152, 156, 151, 0.50);
	}
	
	#mm li a, #mm li button {
		width: 100%;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 1.5rem */
		text-transform: uppercase;
	}
	
	#mm .menu-button {
		justify-content: space-between;
	}
	
	.home .caret path {
		stroke: #00274C;
	}
		
	.cta_mobile_contact {
		border: 1px solid rgba(152, 156, 151, 0.50);
	}
	
	#mm .mobile_nav li.is-open > .sub-menu {
		display: block;
	}
	
	#mm .sub-menu {
		display: none;
	}
	
	#mm .sub-menu li {
		margin: 24px 0 0 0;
		padding: 0;
		border-bottom: none;
	}
	
	#mm .sub-menu a {
		color: #00274C;
		font-family: "Nunito Sans", sans-serif;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		letter-spacing: -0.01125rem;
		text-transform: none;
	}
	
	#mm .sub-menu li:first-of-type a {
		font-weight: 800;
	}
	
	#mm .caret {
		width: 16px;
		height: 9px;
	}
	
	#mm .cta {
		display: block;
		width: 100%;
		margin: 30px 0 0 0;
	}
	
	#mm .sub-menu a {
		text-decoration-line: none;
	}

	#mm .current_page_item a, #mm .current_page_item a {
		text-decoration-line: underline;
		text-decoration-color: #FFCB05;
		text-decoration-thickness: 4px;
		text-underline-offset: -3px;
		text-decoration-skip-ink: none;
	}



	
	/* CONTENT BLOCKS */
	
	
		/* IMAGE HEADER BLOCK */
	
		.image_header_block {
			height: 450px;
		}
	
		.image_header_block .row {
			height: 450px;
			padding: 23px 0;
		}
	
		.h1_cta {
			display: block;
		}
		
		.h1_cta h1 {
			font-size: 2.5rem;
			margin: 0 0 10px 0;
		}
		
		
		
		/* JUMP LINKS */
		
		.jump_links_block {
			overflow-x: auto;
		}
		
		.jump_links_block ul {
			display: flex;
		}
		
		.jump_links_block li {
			white-space: nowrap;
		}	
		
		
		
		
		/* LEFT CONTENT / RIGHT CALLOUT */
		
		.left_content_right_callout_block {
			margin: 30px 0 50px 0;
		}
		
		.lc_rc {
			display: block;
		}
		
		.lc_rc .left_content {
			width: 100%;
			margin: 0 0 30px 0;
		}
	
		.lc_rc .right_callout {
			width: 100%;
		}
	
	
	
		/* TWO CARDS */
		
		.two_cards_block {
			padding: 50px 0;
		}
		
		.two_cards {
			display: block;
		}
		
		.two_card {
			margin: 0 0 60px 0;
		}
		
		.two_card_image {
			width: auto;
			height: auto;
			aspect-ratio: 344/205;
			margin: 0 0 20px 0;
		}
		
		.two_card_tag {
			border: 1px solid rgba(152, 156, 151, 0.20);
		}
		
		.two_card_title.tctm {
			color: #00274C;
		}
		
		.two_card_desc {
			padding: 20px 30px 0 0;
		}
		
		

		/* PLAIN TEXT HEADER */	

		.plain_text_header_block .row {
			padding: 23px 0;
		}


		
		/* HEADER WITH HIGHLIGHT */
		
		.header_with_highlight_block {
			padding: 23px 0;
		}
		
		.highlight {
			display: block;
		}
		
		.highlight_left {
			width: 100%;
			margin: 0 0 30px 0;
		}
		
		.highlight_right {
			width: 100%;
			padding: 0;
		}
		
		
		
		/* CONTENT / BULLETS */
		
		.content_bullets_block {
			padding: 50px 0;
		}
		
		.large_bullets_image {
			display: block;
		}
		
		.large_bullets {
			width: 100%;
			margin: 0 0 30px 0;
		}
		
		.large_bullets_image .image {
			width: 100%;
		}
		
		
		/* CONTENT / IMAGE */
		
		.content_image_block {
			padding: 50px 0;
		}
		
		.content_image_block .row {
			display: block;
		}
		
		.cib_image {
			width: 100%;
		}
		
		.cib_content {
			width: 100%;
		}
		
		.lirc .cib_image, .lcri .cib_image {
			margin: 0 0 30px 0;
		}
		
		.lirc .cib_content {
			padding: 0;
		}

		.lcri .cib_content {
			padding: 0;
		}

		
		
		/* THREE CARDS */
		
		.three_cards_block {
			padding: 50px 0;
		}
			
		.three_cards {
			display: block;
		}
		
		.three_card {
			margin: 0 0 15px 0;
		}
		
		
	
	
		/* VIDEO */
		
		.video_block {
			padding: 50px 0;
		}
	
	
	
	
		/* FAQS */
			
		.faqs_block {
			padding: 50px 0;
		}
	
		.faq_block {
			padding: 20px;
		}
	
		.question svg {
			margin: 7px 20px 0 0;
		}
	
	
	
	
		/* GRADIENT HEADER */
	
		.gradient_header {
			padding: 23px 0;
		}
				
		.gradient_header .row {
			padding: 0;
		}
		
		.gradient_header .crumbs {
			color: #ffffff;
			margin: 0 0 10px 0;
		}
	



		/* LEFT IMAGE / RIGHT CONTENT/FORM */
		
		.left_image_right_content_form_block .row {
			padding: 0 0 23px 0;
			display: block;
		}

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

		.lirf_right {
			width: 100%;
		}
	
	
		/* HERO (HOME) */
		
		.hero_block {
			height: calc(100vh - 70px);
			aspect-ratio: auto;
			background-size: cover;
		}
		
		.hero_content {
			width: 100%;
			padding: 23px;
		}
	
		.hero_content h1 {
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 800;
			line-height: 100%;
			letter-spacing: -0.0225rem;
		}
		
		
	
		/* INTRO (HOME) */
		
		.intro_home_block {
			padding: 60px 0;
			margin: 0 0 100px 0;
		}
	
	
	
		/* STACKING BLOCKS */
		
		.stacking_blocks_block {
			margin: 100px 0 0 0;
		}
		
		.stacking_block {
			height: auto;
			position: static;
			margin: 0 0 100px 0;
			opacity: 1;
		}
		
		.stacking_block_inner {
			display: block;
		}
	
		.sb_image {
			width: 100%;
			margin: 0 0 30px 0;
		}
		
		.sb_content {
			width: 100%;
		}
		
		.sb_headings {
			display: none;
		}
		
		
		
		/* AT A GLANCE */
		
		.at_a_glance_block {
			padding: 0;
		}
		
		.at_a_glance_block .row_1280 {
			width: 100%;
			display: block;
		}
		
		.aag {
			display: block;
		}
		
		.video_projects_block {
			padding: 60px 0;
		}
		
		.projects_heading {
			padding: 100px 0 0 0;
			margin: 0 0 40px 0;
		}

		.projects_intro {
			width: 100%;
		}

		.projects_intro_cta {
			display: block;
		}
		
	
		/* TESTIMONIALS */
		
		.testimonials_block {
			padding: 60px 0;
		}
	
		.carousel__slide {
			display: block;
		}
		
		.t_left {
			width: 100%;
			margin: 0 0 40px 0;
		}
		
		.t_right {
			width: 100%;
		}
	
		.carousel__controls {
			position: static;
			margin: 40px 0 0 0;
		}
		
		
		
		/* WYSIWYG */
		
		.wysiwyg_block {
			padding: 50px 0;
		}
		
		
		
		
	
	
	/* TABLE STUFFZ */
	
	tr th {
		display: block !important;
		width: 100% !important;
	}
	
	tr td {
		display: block !important;
		width: 100% !important;
	}
	
	
	
	/* PROJECTS */
	
	.project_showcase_header {
		padding: 23px 0;
	}

	.featured_project {
		display: block;
	}
	
	.fp_left {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.fp_right {
		width: 100%;
		padding: 0;
	}
	
	.featured_projects {
		display: block;
	}
	
	.project_block {
		width: 100%;
	}
	
	.project_blocks {
		display: block;
	}
	
	
	
	.spotlight {
		height: auto;
		background: #C6C6C6;
	}
	
	.spotlight_img_mobile {
		width: 100%;
		height: 240px;
		background-repeat: no-repeat;
		background-size: 390px 240px;
		background-position: top right;
	}
	
	.spotlight .row_1280 {
		width: 100%;
		height: auto;
		background-image: none !important;
		background-color: #C6C6C6;
	}
	
	.spotlight_content {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.c_spotlight {
		margin: 30px 0 0 0;
	}
	
	.projects {
		padding: 40px 0 100px 0;
	}
	
	.projects .row {
		display: block;
	}
	
	.project_filters {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.project_listing {
		width: 100%;
		margin: 0;
	}
	
	.spotlight_footer {
		margin: 0 0 100px 0;
	}


	.project_header .row {
		padding: 23px 0;
		display: block;
	}

	.crumbs_h1 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.project_logo_single {
		width: 100%;
	}
	
	.project_cols {
		display: block;
	}
	
	.project_content {
		padding: 23px 0 100px 0;
	}
	
	.project_left {
		width: 100%;
		margin: 0 0 60px 0;
	}
	
	.project_right {
		width: 100%;
	}
	
	

	/* NEWS */
	
	.news_header {
		padding: 23px 0;
		background-color: #00274C;
	}
	
	.news_filters {
		overflow-x: auto;
	}
	
	.filter_by {
		white-space: nowrap;
	}
	
	.news_blocks {
		display: block;
	}

	.news_block {
		width: 100%;
		margin: 0 0 50px 0;
	}
	
	.news_cols {
		display: block;
	}
	
	.news_left {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.similar_news {
		margin: 100px auto 0 auto;
	}
	
	.news_right {
		width: 100%;
	}
	
	.news_header_single {
		padding: 23px 0;
	}
	
	.news_header_single h1 {
		margin: 0;
	}
	
	.news_single {
		padding: 0 0 100px 0;
	}
	
	.paragraph--type--text {
		display: block
	}

	.field--name-field-text-text {
		width: 100%;
	}

	.field--name-field-text-image {
		width: 100%;
		margin: 0 0 30px 0;
	}
	



	/* PEOPLE */
	
	.people_blocks {
		display: block;
		padding: 23px 0 0 0;
	}
	
	.people_block {
		width: 100%;
		margin: 0 0 50px 0;
	}
	
	.people_cols {
		display: block;
		margin: 0 23px 100px 23px;
	}
	
	.people_left {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.people_left img {
		width: 100%;
	}
	
	.people_right {
		width: 100%;
	}
	
	.related_projects {
		margin: 0 23px;
	}
	
	.rp_blocks {
		display: block;
	}
	
	.project_block {
		margin: 0 0 15px 0;
	}
	
	
	
	/* ALUMNI */
	
	.alumni_callout .row {
		display: block;
	}
	
	.alumni_callout {
		padding: 20px 0 0 0;
	}
	
	.ac_left b {
		display: block;
		margin: 0 0 10px 0;
	}
	
	.ac_left {
		margin: 0 0 20px 0;
	}
	
	.page-template-page-alumni .people_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	.page-template-page-alumni .people_block {
		width: auto;
	}
	
	
	
	/* JOB POSTINGS */
	
	.current_openings_header {
		margin: 30px 0 0 0;
	}
	
	.current_openings {
		margin: 0 0 100px 0;
		overflow-x: auto;
	}
	
	.adtl_resources {
		padding: 60px 0;
	}
	
	.adtl_resource_blocks {
		display: block;
	}
	
	.adtl_resource_block {
		margin: 0 0 50px 0;
	}
	
	
	
	/* FOOTER */
	
	footer .row_1 {
		padding: 23px 0;
		display: block;
	}
	
	.footer_logo_address {
		width: 100%;
		margin: 0 0 61px 0;
	}
	
	.footer_logo {
		width: auto;
		margin: 0 30px 0 0;
	}
	
	.footer_address {
		width: 100%;
	}
	
	.footer_contact {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.footer_menu {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.footer_ctas {
		width: 100%;
		margin: 0 0 61px 0;
	}
	
	.footer_ctas ul {
		display: flex;
		justify-content: space-between;
	}
	
	.cta_give, .cta_shop {
		width: calc(50vw - 28px);
	}

}

