/*
Theme Name: Lark Technologies
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: "Stack Sans Text", 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: calc(100vw - 40px);
		max-width: 1360px;
		text-align: left;
		position: relative;
	}
	
	.row_1000 {
		margin: 0 auto;
		width: 1000px;
		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;
	}
	
	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: "Stack Sans Text", 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 {

	}
	
	h1 {
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 3.125rem;
		letter-spacing: -0.05rem;
		margin: 0 0 30px 0;
	}
	
	h2 {
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.03rem;
		margin: 0 0 12px 0;
	}
	
	h3 {
		color: #000;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.3125rem;
		letter-spacing: -0.01rem;
		margin: 0 0 10px 0;
	}
	
	.cta, #wp-submit {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background-color: #318FDA;
		border-radius: 32px;
		border: 1px solid #318FDA;
		color: #ffffff;
		font-family: "Stack Sans Text", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem; /* 128.571% */
		letter-spacing: -0.00875rem;
		padding: 12px 20px;
		text-align: center;
		transition: all .1s linear;
		text-decoration: none !important;
		cursor: pointer;
	}
	.cta svg {
		margin: 0 0 0 12px;
	}
	.cta:hover, #wp-submit:hover {
		border-radius: 6px;
	}
	
	.cta_white {
		background-color: #ffffff;
		border: 1px solid #344451;
		color: #000000;
	}
	.cta_white:hover {
		border-radius: 6px;
	}
	
	.cta_footer {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background-color: transparent;
		border-radius: 32px;
		border: 1px solid #FFF;
		color: #ffffff;
		font-family: "Stack Sans Text", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem; /* 128.571% */
		letter-spacing: -0.00875rem;
		padding: 12px 20px;
		text-align: center;
		transition: all .1s linear;
		text-decoration: none !important;
	}
	.cta_footer:hover {
		background-color: #ffffff;
		color: #344451;
		border-radius: 6px;
	}
	.cta_footer.ext svg {
		margin: 0 0 0 12px;
	}
	.cta_footer:hover svg path {
		fill: #344451;
	}

	.back_to {
		display: flex;
		align-items: center;
		z-index: 3;
	}
	
	.back_to svg {
		margin: 0 16px 0 0;
	}

	hr {
		border: 0;
		border-bottom: 1px solid #F0F0EB;
		margin: 0 0 48px 0;
	}


	
	/* HEADER */
	
	.sticky_header {
		width: 100%;
		position: fixed;
		top: 15px;
		z-index: 9;
	}
	
	.sticky_header .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.sticky_logo {
		width: 154px;
		height: 58px;
		border-radius: 8px;
		background-color: rgba(52, 68, 81, 0.60);
		backdrop-filter: blur(10px);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.sticky_logo img {
		display: block;
	}
	
	.sticky_nav {
		min-width: 300px;
		height: 58px;
		border-radius: 8px;
		background-color: rgba(52, 68, 81, 0.60);
		backdrop-filter: blur(10px);
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		padding: 0 6px;
	}
	
	#menu-primary-menu {
		display: flex;
		flex-wrap: nowrap;
	}
	
	.sticky_nav li {
		margin: 0 6px;
	}
	
	.sticky_nav a, .sticky_nav button {
		color: #ffffff;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		letter-spacing: -0.00875rem;
		padding: 12px;
		transition: all .1s linear;
		display: flex;
		align-items: center;
	}
	
	.menu-item-has-children {
		position: relative;
	}
	
	.sticky_nav a:hover, .sticky_nav button:hover {
		background-color: #344451;
		border-radius: 32px;
	}
	
	.sticky_nav button svg {
		display: block;
		margin: 0 0 0 4px;
	}
	
	.sticky_nav .btn_contact {
		display: block;
		border-radius: 32px;
		background-color: #318FDA;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 42px;
		letter-spacing: -0.00875rem;
		height: 42px;
		padding: 0 20px;
		margin: 0 12px;
	}

	.sub-menu {
		display: none;
	}

	.sticky_nav ul.sub-menu {
		width: 300px;
		border-radius: 8px;
		background: rgba(52, 68, 81, 0.60);
		backdrop-filter: blur(10px);
		position: absolute;
		top: 55px;
		left: -12px;
		padding: 3px 0;
	}
	
	.sticky_nav ul.sub-menu li {
		padding: 0;
		margin: 0;
		display: block;
	}
	
	.sticky_nav ul.sub-menu li a {
		color: #FFF;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
		padding: 20px;
	}
	
	.sticky_nav ul.sub-menu li a:hover {
		background: #344451;
		border-radius: 0;
	}
	
	.sticky_nav .sub-menu li:last-of-type {
		border-top: 1px solid #E1E1DB;
		padding: 12px 20px;
	}
	
	.sub-menu li:last-of-type a {
		display: inline-flex;
		border-radius: 32px;
		background-color: #318FDA;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 42px;
		letter-spacing: -0.00875rem;
		height: 42px;
		padding: 0 20px;
	}

	.sticky_nav .sub-menu li:last-of-type a:hover {
		background-color: #344451;
		border-radius: 32px;
	}
	
	#mm {
		display: none;
	}
	
	.menu-toggle[aria-expanded="true"] svg {
		transition: all .1s linear;
		transform: rotate(180deg);
	}
	
	
	
	/* NEWS */
	
	.news_featured {
		padding: 20px 0;
	}
	
	.news_results {

	}
	
	.news_results .row {
		padding: 0 0 30px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.news_filters {
		width: 320px;
		flex: 0 0 auto;
	}
	
	.filter_by {
		color: #242828;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
		border-bottom: 1px solid #E1E1DB;
		padding: 0 0 12px 0;
		margin: 0 0 12px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.fb_left {
		display: flex;
		align-items: center;
	}
	
	.filter_by svg {
		margin: 0 5px 0 0;
	}
	
	.filter_by a {
		display: block;
		padding: 0 8px;
		display: flex;
		align-items: center;
		color: #242828;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 30px;
		letter-spacing: -0.00875rem;
		transition: all .1s linear;
	}

	.filter_by a:hover {
		border-radius: 24px;
		background-color: #E1E1DB;
	}
	
	
	.news_cats li {
		display: inline-flex;
		margin: 0 2px 2px 0;
	}
	
	.news_cats li a {
		display: flex;
		align-items: center;
		border-radius: 6px;
		border: 1px solid #E1E1DB;
		background-color: #FFF;
		color: #6B7280;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
		padding: 12px 20px;
		transition: all .1s linear;
	}
	.news_cats li a svg {
		margin: 0 3px 0 0;
	}
	.news_cats li a:hover {
		border: 1px solid #0070CA;
		background-color: #E7F4FF;
		color: #0070CA;
	}
	.news_cats li a.chosen {
		border: 1px solid #0070CA;
		background-color: #E7F4FF;
		color: #0070CA;
	}
	
	.news_blocks_right {
		width: 900px;
		flex: 0 0 auto;
	}
	
	.news_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 30px;
		row-gap: 40px;
	}
	
	.thumb {
		display: block;
		border-radius: 6px;
	}
	
	.news_title {
		color: #000;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.3125rem;
		letter-spacing: -0.01rem;
	}
	
	.news_title:hover {
		text-decoration: underline;
	}
	
	.news_single .row {
		padding: 30px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.news_left {
		width: 320px;
		flex: 0 0 auto;
	}
	
	.news_left h2 {
		color: #000;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.625rem;
		letter-spacing: -0.0125rem;		
		margin: 0 0 12px 0;
	}
	
	.news_left p {
		color: #344451;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;	
	}
	
	.news_right {
		width: 840px;
		flex: 0 0 auto;
		color: #000;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
	}
	
	.news_right h1 {
		color: #272626;
		font-size: 2rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.04rem;
		margin: 0 0 30px 0;
	}
	
	.news_date {
		color: #272626;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
		margin: -18px 0 30px 0;
	}
	
	.news_image {
		display: block;
		border-radius: 6px;
		margin: 0 0 30px 0;
	}
	
	.cat_pills {
		padding: 16px 0 12px 0;
	}
	
	.cat {
		display: inline-flex;
		height: 24px;
		border-radius: 20px;
		color: #0070CA;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 300;
		line-height: 22px;
		letter-spacing: -0.0075rem;
		padding: 0 8px;
		border: 1px solid #0070CA;
		margin: 0 5px 5px 0;
	}
	
	.cat.type {
		background-color: #ffffff;
		border: 1px solid #0070CA;
	}
	
	.cat.category {
		background-color: #E7F4FF;
		border: 1px solid  #E7F4FF;
	}
	
	.news_right .cat_pills {
		padding: 16px 0 20px 0;
	}
	
	.featured_teaser {
		color: #344451;
		font-size: 1rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.3125rem;
		letter-spacing: -0.01rem;
		margin: 0 0 24px 0;
	}
	
	
	
	/* PEOPLE */
	
	.people_results {
		padding: 30px 0;
	}
	
	.people_results .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.people_filters {
		width: 320px;
		flex: 0 0 auto;
	}
	
	.people_right {
		width: 900px;
		flex: 0 0 auto;
	}
	
	.people_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 15px;
		row-gap: 15px;
	}
	
	.people_block {
		border-radius: 10px;
		border: 1px solid #E1E1DB;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.loc_pills {
		padding: 12px 12px 50px 12px;
	}
	
	.loc {
		display: inline-flex;
		height: 24px;
		border-radius: 20px;
		background-color: #E7F4FF;
		color: #0070CA;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 300;
		line-height: 22px;
		letter-spacing: -0.0075rem;
		padding: 0 8px;
		margin: 0 5px 5px 0;
	}
	
	.people_bottom {
		margin: auto 0 0 0;
	}
	
	.people_name {
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.03rem;
		margin: 0 0 8px 12px;
	}
	
	.people_title {
		color: #344451;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
		margin: 0 0 20px 12px;
	}
	
	.people_ctas {
		border-top: 1px solid #E1E1DB;
		padding: 12px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.people_ctas .cta {
		width: 49%;
	}
		
	.people_ctas .cta svg {
		margin: 0 4px 0 0;
	}
	
	
	
		/* GENERAL HEADER */
		
		.header_general {
			aspect-ratio: 1440 / 400;
			background-color: #020e18;
			overflow: hidden;
			position: relative;
			width: 100%;
		}
		
		.header_general .row {
			height: 400px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			color: #ffffff;
		}
		
		.header_general h1 {
			color: #ffffff;
			margin: 0;
			padding: 15px 0 0 0;
			border-top: 1px solid rgba(255, 255, 255, 0.25);
			z-index: 3;
		}
		
		.header_general a {
			color: #ffffff;
		}
		
		canvas {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 100%;
		}
		
		.header_general .play_pause {
			left: auto;
			right: 20px;
			bottom: 20px;
			width: 30px;
			height: 30px;
		}


		
		
		/* PAGE CATEGORY */
		
		.page_category_block {
			margin: 0 0 30px 0;
		}
		
		.page_category_block .row {
			padding: 30px 0;
			border-bottom: 1px solid #E1E1DB;
		}
		
		.page_category {
			display: flex;
			align-items: center;
			color: #000;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
			margin: 0;
		}
		
		.page_category svg {
			display: block;
			border-radius: 4px;
			margin: 0 8px 0 0;
		}
		
		
		/* BLOCK HEADING */
		
		h2.block_heading {
			display: flex;
			align-items: center;
			color: #000;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
			margin: 0 0 12px 0;
		}
		
		h2.block_heading svg {
			display: block;
			border-radius: 4px;
			margin: 0 8px 0 0;
		}
		
		
		
		/*  SINGLE CARDS */
		
		.single_cards_block {
			margin: 0 0 60px 0;
		}
		
		.single_card {
			border-bottom: 1px solid #E1E1DB;
			padding: 0 0 30px 0;
			margin: 0 0 40px 0;
		}
		
		.single_card .desc {
			margin: 0;
		}
		
		.single_card p:last-of-type {
			margin: 0;
		}
		
		.single_card .desc + .cta {
			margin: 20px 0 0 0;
		}
		
		.link_buttons {
			padding: 8px 0 0 0;
		}
		
		.link_buttons li {
			display: inline-flex;
			margin: 0 8px 8px 0;
			border-radius: 32px;
			border: 1px solid #344451;
			color: #000;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			padding: 12px 20px;
			letter-spacing: -0.00875rem;
					transition: all .1s linear;
		}
		
		.link_buttons li.has_link:hover {
			border-radius: 6px;
		}
		
		.single_card ul {
			list-style-type: disc;
			margin: 1.5rem 0 1.5rem 30px;
		}
		
		.single_card ol {
			list-style-type: numeric;
			margin: 1.5rem 0 1.5rem 30px;
		}
		
		
		/* DOUBLE CARDS */
		
		.double_cards_block {
			padding: 0 0 60px 0;
		}
		
		.double_cards {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 15px;
			row-gap: 15px;
		}
		
		.double_card {
			border-radius: 10px;
			border: 1px solid #E1E1DB;
			display: flex;
			flex-direction: column;
		}
		
		.dc_content {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			padding: 12px;
			flex-grow: 1;
		}
		
		.tag {
			display: inline-flex;
			height: 26px;
			border-radius: 4px;
			background-color: #E1E1DB;
			color: #000;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 26px;
			letter-spacing: -0.00875rem;
			padding: 0 8px;
			margin: 0 0 30px 0;
		}
		
		.desc {
			color: #344451;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
			margin: 0 0 10px 0;
		}
		
		.desc p:last-of-type {
			margin: 0;
		}
		
		.adtl_notes {
			color: #000;
			font-size: 0.75rem;
			font-style: normal;
			font-weight: 500;
			line-height: normal;
			letter-spacing: -0.0075rem;
		}
		
		.adtl_notes p:last-of-type {
			margin: 0;
		}
		
		.cta_block {
			border-top: 1px solid #E1E1DB;
			padding: 12px;
		}
		
		
		/* DOUBLE IMAGE/CONTENT CARDS */
		
		.double_image_content_cards_block {
			padding: 20px 0 40px 0;
		}
		
		.double_ic_cards {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 20px;
			row-gap: 50px;
		}
		
		.double_ic_card img {
			display: block;
			border-radius: 8px;
			margin: 0 0 24px 0;
		}
		
		.double_ic_card_inner {
			max-width: 500px;
		}
		
		.double_ic_card {
			color: #344451;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
		}
		
		
		
		/* TRIPLE IMAGE/CONTENT CARDS */
		
		.triple_image_content_cards_block {
			padding: 30px 0;
		}
		
		.triple_ic_cards {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			column-gap: 70px;
		}
		
		.triple_ic_card {
			max-width: 420px;
			flex: 0 0 auto;
			padding: 20px 0 60px 0;
		}
		
		.triple_ic_card img {
			display: block;
			border-radius: 8px;
			margin: 0 0 14px 0;
		}
		
		.triple_ic_card h3 {
			color: #000;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			letter-spacing: -0.03rem;
		}
		
		.heading_cta {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-items: center;
			gap: 30px;
		}
		
		
		
		/* CONTENT/IMAGE BLOCK */
		
		.content_image_block {
			padding: 20px 0;
		}
		
		.content_image_block .row {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 20px;
		}
		
		.cib_left {
			padding: 30px;
			border-radius: 8px;
			background-color: #F0F0EB;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			font-weight: 300;
		}

		.cib_content {
			max-width: 560px;
		}
		
		.cib_content h2 {
			color: #000;
			font-size: 2.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3.125rem;
			letter-spacing: -0.05rem;
			margin: 0 0 24px 0;
		}
		
		.cib_right img {
			display: block;
			border-radius: 8px;
		}
		
		
		
		/* GREY CONTENT/IMAGE BLOCK */
		
		.grey_content_image_block {
			background-color: #F0F0EB;
			padding: 50px 0 20px 0;
		}
		
		.grey_content_image_block .row {
			background-color: #F0F0EB;
		}
		
		.grey_content_image_block .block_heading {
			margin: 0 0 0 30px;
		}
		
		.grey_content_image_block h3 {
			max-width: 500px;
			margin: 12px 0 40px 30px;
			color: #000;
			font-size: 2.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3.125rem;
			letter-spacing: -0.05rem;
		}
		
		.grey_content_image_block h4 {
			color: #000;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			letter-spacing: -0.03rem;
			margin: 0 0 12px 0;
		}
		
		.gcib {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 20px;
		}
		
		.gcib_left {
			padding: 30px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

		.gcib_left_bottom {
			margin: auto 0 0 0;
			max-width: 500px;
			color: #344451;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
		}
		
		.gcib_right {
			display: flex;
			justify-content: right;
			align-items: end;
		}
		
		.gcib_right img {
			display: block;
			border-radius: 8px;
		}
		
		
		/* FEATURED */
		
		.featured_block {
			padding: 0 0 30px 0;
		}
		
		.featured_block .block_heading {
			padding: 30px 0 18px 0;
		}
		
		.feature {
			border-top: 1px solid #E1E1DB;
			padding: 15px 0;
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 20px;
		}
		
		.feature_left img {
			display: block;
			border-radius: 8px;
		}
		
		.feature_right {
			display: flex;
			color: #344451;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
		}
		
		.feature_right h3 {
			color: #000;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			letter-spacing: -0.03rem;
			margin: 0 0 12px 0;
		}
		
		.feature_num {
			width: 80px;
			flex: 0 0 auto;
			color: #E1E1DB;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			letter-spacing: -0.03rem;
		}
		
		.feature_content {
			width: 340px;
			flex: 0 0 auto;
		}
		
		
		/* JOB OPENINGS */
		
		.job_openings_block {
			padding: 0 0 30px 0;
		}
		
		.job_openings_block h2 {
			margin: 0 0 20px 0;
		}
		
		.job_opening {
			border-radius: 10px;
			border: 1px solid #E1E1DB;
			margin: 0 0 20px 0;
		}
		
		.job_opening_content {
			padding: 12px;
			color: #344451;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
		}
		
		.job_opening_content p:last-of-type {
			margin: 0;
		}
		
		.job_location {
			display: inline-block;
			height: 26px;
			border-radius: 4px;
			background-color: #E1E1DB;
			color: #000;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 26px;
			letter-spacing: -0.00875rem;
			padding: 0 8px;
			margin: 0 0 30px 0;
		}
		
		.job_title {
			color: #000;
			font-size: 1rem;
			font-style: normal;
			font-weight: 500;
			line-height: 1.3125rem;
			letter-spacing: -0.01rem;
			margin: 0 0 8px 0;
		}
		
		.location {
			
		}
		
		.apply_block {
			border-top: 1px solid #E1E1DB;
			padding: 12px;
		}
		
		
		/* HOME HERO */
		
		.home_hero_block {
			height: calc(100vh - 50px);
			background-color: #000000;
			position: relative;
			overflow: hidden;
		}
		
		.home_hero_block .row {
			height: calc(100vh - 50px);
			display: flex;
			flex-direction: column;
			justify-content: end;
		}
		
		.hero_content {
			border-top: 1px solid rgba(255, 255, 255, 0.25);
			padding: 15px 0 50px 0;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.hero_content h1 {
			max-width: 480px;
			color: #FFF;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			letter-spacing: -0.03rem;
			margin: 0;
			z-index: 3;
		}
		
		.hero_feature {
			width: 480px;
			border-radius: 8px;
			background-color: rgba(52, 68, 81, 0.60);
			backdrop-filter: blur(10px);
			padding: 10px;
			color: #FFF;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			z-index: 3;
		}
	
		.hero_feature a {
			text-decoration: underline;	
		}
		
		.hero_feature_image {
			width: 230px;
			flex: 0 0 auto;
			margin: 0 16px 0 0;
		}
		
		.hero_feature_image img {
			display: block;
			border-radius: 4px;
		}
		
		.hero_feature_heading {
			font-weight: 500;
			margin: 0 0 10px 0;
		}


		.home_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;
			left: 20px;
			bottom: 50px;
			width: 30px;
			height: 30px;
			background-image: url(images/btn_pause.svg);
			background-repeat: no-repeat;
			background-position: center center;
		}

		.play_pause[aria-pressed="true"] {
			background-image: url(images/btn_play.svg);
		}

		
		
		
		/* STATS GRID */
		
		.stats_grid_block {
			padding: 30px 0 0 0;
		}
		
		.stats_grid {
			background-color: #FFF;
			border-radius: 8px;
			border: 1px solid #E1E1DB;
			margin: 0 0 50px 0;
		}
		
		.stats_grid table {
		  border-collapse: collapse;
		  width: 100%;
		}
		
		.stats_grid td, .stats_grid th {
			padding: 12px;
		}
		
		.stats_grid td {
			color: #000;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
		}
		
		.stats_grid h2 {
			color: #000;
			font-size: 1.125rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.5rem;
			letter-spacing: -0.01125rem;
			margin: 0;
			padding: 16px 20px;
		}
		
		.table_head {
			background-color: #344451;
			color: #ffffff;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
		}
		
		.table_section {
			background-color: #F0F0EB;
			color: #000;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
			padding: 12px;
		}
		
		.series {
			border-top: 1px solid #F0F0EB;
		}
		
		.series_desc li {
			margin: 0 0 8px 0;
		}
		
		.series_desc li div {
			display: inline-flex;
			align-items: center;
			border-radius: 4px;
			background-color: #DDEBF7;
			padding: 4px 8px;
			color: #041C2C;
			font-size: 0.75rem;
			font-style: normal;
			font-weight: 500;
			line-height: normal;
			letter-spacing: -0.0075rem;
		}
		
		.series_desc li:last-of-type {
			margin: 0;
		}
		
		.series_desc img {
			display: inline-block;
			margin: 0 6px 0 0;
		}
		
		.range_cells {
			vertical-align: middle;
		}
		
		.range_bar {
			width: 100%;
			height: 30px;
			border-radius: 32px;
			background-color: #318FDA;
			border: 1px solid #318FDA;
		}
		
		.hide_text {
			opacity: 0;
		}
		
		.stats_grid_block + .contact_block {
			margin: 100px 0 0 0;
		}
		
		
		
		/* CONTACT */
		
		.contact_block {
			background-color: #318FDA;
			padding: 20px 0 150px 0;
		}
		
		.contact_block .row {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 20px;
			color: #ffffff;
		}
		
		.cb_left {
			
		}
		
		.section_title {
			display: flex;
			align-items: center;
			color: #FFF;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
			margin: 0 0 12px 0;
		}
		
		.section_title svg {
			display: block;
			border-radius: 4px;
			margin: 0 8px 0 0;
		}
		
		.cb_left h3 {
			color: #FFF;
			font-size: 2.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3.125rem;
			letter-spacing: -0.05rem;
		}
		
		.cb_right {
			padding: 40px 0 0 0;
			color: var(--Shades-White, #FFF);
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 300;
			line-height: 1.125rem;
			letter-spacing: -0.00875rem;
		}
		
		.cb_right_inner {
			width: 430px;
		}
		
		.cb_right h3 {
			color: #FFF;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			letter-spacing: -0.03rem;
			margin: 0 0 12px 0;
		}
		
		.cb_right .cta {
			border: 1px solid #ffffff;
			color: #ffffff;
		}
		
		
	/* CONTACT PAGE */
	
	.contact_page .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 30px 0 100px 0;
	}
	
	.contact_left {
		width: 270px;
		flex: 0 0 auto;
	}
	
	.contact_right {
		width: 840px;
		flex: 0 0 auto;
		color: #344451;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
	}
	
	.thank_you_message {
		border-radius: 8px;
		background-color: #F0F0EB;
		padding: 32px;
		color: #344451;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
		margin: 0 0 40px 0;
	}
	
	.thank_you_message h3 {
		color: #000;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5rem;
		letter-spacing: 0.01125rem;
		margin: 0 0 6px 0;
	}
	
	.thank_you_message p:last-of-type {
		margin: 0;
	}
	
	.gform_wrapper {
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
		border-top: 1px solid #F0F0EB;
	}
	
	.gfield_label {
		color: #000;
		font-size: 0.75rem  !important;
		font-style: normal;
		font-weight: 300  !important;
		line-height: normal;
	}
	
	.ginput_container_text input, .ginput_container_email input, .ginput_container_password input, .ginput_container_textarea textarea {
		border-radius: 8px;
		border: 1px solid #E1E1DB;
		background-color: #F9F9F7;
		font-family: "Stack Sans Text", sans-serif;
		font-size: 0.75rem !important;
		font-style: normal;
		font-weight: 300 !important;
		line-height: normal;
		letter-spacing: -0.0075rem;
		padding: 12px 16px !important;
	}
	
	.ginput_container_select select {
		border-radius: 8px;
		border: 1px solid #E1E1DB;
		font-family: "Stack Sans Text", sans-serif;
		font-size: 0.75rem !important;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -0.0075rem;
		padding: 12px 16px !important;
	}

	.gform-field-label--type-sub {
		font-size: 0.75rem !important;
		font-style: normal;
		font-weight: 300 !important;
	}
	
	.gform_button {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background-color: #318FDA;
		border-radius: 32px;
		border: 1px solid #318FDA;
		color: #ffffff;
		font-family: "Stack Sans Text", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem; /* 128.571% */
		letter-spacing: -0.00875rem;
		padding: 12px 20px;
		text-align: center;
		transition: all .1s linear;
		text-decoration: none !important;
	}
	.gform_button:hover {
		border-radius: 6px;
	}
	
	#gform_wrapper_1 .gform_required_legend {
		margin: 0 0 30px 0 !important;
	}


	/* ACCOUNT */

	.account_page .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 0 0 100px 0;
	}

	.page-template-page-account .page_category_block, .page-template-page-modify-account .page_category_block, .page-template-page-create-account .page_category_block {
		margin: 0 auto;
	}

	.page-template-page-account .page_category_block .row, .page-template-page-modify-account .page_category_block .row, .page-template-page-create-account .page_category_block .row {
		border-bottom: none;
	}

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

	.account_left h2 {
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 3.125rem;
		letter-spacing: -0.05rem;
	}

	.account_right  {
		width: 630px;
		flex: 0 0 auto;
		color: #344451;
		font-size: 0.875rem;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
	}

	.account_right p {
		margin: 0 0 30px 0;
	}

	#loginform {

	}

	#loginform label {
		display: block;
		color: #000;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -0.0075rem;
		padding: 0 0 4px 0;
	}

	#loginform input[type="text"], #loginform input[type="password"] {
		width: 100%;
		border-radius: 8px;
		border: 1px solid #E1E1DB;
		background: #F9F9F7;
		padding: 12px 16px;
	}

	.forgot_password a {
		text-decoration: underline;
	}

	.forgot_password {
		border-bottom: 1px solid #E1E1DB;
		padding: 0 0 30px 0;
		margin: 0 0 40px 0;
	}

	.gform_required_legend {
		margin: 0 !important;
	}

	.gform_wrapper.gravity-theme .gsection {
		border-bottom: none !important;
		padding: 20px 0 0 0 !important;
	}

	.gsection_title {
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.03rem;
	}




	
	/* SEARCH RESULTS */
	
	.search_results li {
		border-bottom: 1px solid #F0F0EB;
		padding: 0 0 30px 0;
		margin: 0 0 40px 0;
	}
	
	.search_results li a {
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.03rem;
		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;
	}
	
	.search_results li .desc {
		margin: 12px 0 0 0;
		color: #344451;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
	}
	
	
	/* FOOTER */
	
	footer {
		padding: 100px 0 20px 0;
		color: #ffffff;
		background-color: #344451;
	}
	
	footer a {
		color: #ffffff;
	}
	
	footer a:hover {
		text-decoration: underline;
	}
	
	footer .row_1 {
		display: flex;
	}
	
	.footer_right {
		width: 50%;
		border-top: 1px solid #ffffff;
		padding: 24px 0 0 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 0 0 0 auto;
	}

	.footer_navigate {
		width: 120px;
		flex: 0 0 auto;
	}
	
	.footer_connect {
		width: 100px;
		flex: 0 0 auto;
	}
	
	.footer_connect li {
		display: flex;
		align-items: center;
	}
	
	.footer_connect img {
		display: block;
		margin: 0 10px 0 0;
	}
	
	.footer_navigate li, .footer_connect li {
		margin: 0 0 8px 0;
	}
	
	.footer_navigate li a, .footer_connect li a {
		font-weight: 500;
	}

	.footer_other {
		width: 340px;
		flex: 0 0 auto;
	}
	
	.footer_other h2 {
		color: #ffffff;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.03rem;
		margin: 0 0 12px 0;
	}
	
	.footer_other p {
		color: #F0F0EB;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;		
	}
	
	.fh {
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -0.0075rem;
		margin: 0 0 12px 0;
	}

	footer .row_2 {
		padding: 130px 0 0 0;
		display: grid;
		grid-template-columns: 50% 25% 25%;
	}
	
	.footer_logo img {
		display: block;
	}
	
	.footer_privacy {
		align-self: end;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.0075rem;
	}

	.footer_copyright {
		align-self: end;
		text-align: right;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.0075rem;
	}



}



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

	.row, .row_1000 {
		width: 970px;
		margin: 0 auto;
	}
	
	
	
}


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


	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row, .row_1000 {
		width: calc(100vw - 30px);
		margin: 0 auto;
	}
	
	h1 {
		font-size: 1.75rem;
		font-weight: 400;
		line-height: 2.1875rem;
		letter-spacing: -0.035rem;		
	}
	
	h2 {
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 1.625rem;
		letter-spacing: -0.0125rem;
	}


	
	/* HEADER */
	
	.mobile_header {
		padding: 15px 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 5;
	}
	
	.mobile_header .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.mobile_logo {
		border-radius: 6px;
		background: rgba(52, 68, 81, 0.60);
		backdrop-filter: blur(7.2413787841796875px);
		padding: 5px 10px;
		display: flex;
		align-items: center;
	}

	.mobile_logo img {
		display: block;
	}
	
	#burger {
		border-radius: 6px;
		background: rgba(52, 68, 81, 0.60);
		backdrop-filter: blur(10px);
		padding: 12px 20px;
		display: flex;
		align-items: center;
		color: #FFF;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
	}
	
	#burger svg {
		margin: 0 12px 0 0;
		display: block;
	}
	
	#burger.active .burger_closed {
		display: none;
	}
	
	#burger.active .burger_open {
		display: block;
	}
	
	#burger .burger_open {
		display: none;
	}
	
	#mm {
		display: none;
		z-index: 3;
		background-color: #ffffff;
		width: 100%;
		min-height: 100vh;
	}
	
	#mm.dropped {
		display: block;
	}
	
	.mobile_header_bkg {
		height: 72px;
		background-color: #344451;
	}
	
	#mm .row {
		min-height: calc(100vh - 72px);
	}

	.mm_inner {
		min-height: calc(100vh - 72px);
		padding: 15px 0 30px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#mm	.menu-toggle, #mm li a {
		width: 100%;
		padding: 12px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000000;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
	}
	
	#mm	.menu-toggle svg {
		filter: invert(180);
	}
	
	#mm .submenu {
		border-radius: 8px;
		border: 1px solid #E1E1DB;
		background-color: #F9F9F7;
		padding: 8px 0 12px 0;	
	}
	
	#mm .submenu li {
		padding: 0 20px;
	}
	
	#mm .submenu li a {
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.125rem;
		letter-spacing: -0.00875rem;
	}
	
	#mm .sub-menu li:last-of-type {
		border-top: 1px solid #E1E1DB;
		margin: 8px 0 0 0;
		padding: 12px 12px 0 12px;
	}
	
	#mm .sub-menu li:last-of-type a {
		display: inline-flex;
		width: auto;
		color: #ffffff;
		padding: 0 20px;
	}
	
	#mm .btn_contact {
		display: block;
		width: 100%;
		text-align: center;
		color: #ffffff;
		border-radius: 32px;
		background-color: #318FDA;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 42px;
		letter-spacing: -0.00875rem;
		height: 42px;
		padding: 0 20px;
	}

	.header_general {
		aspect-ratio: 1;
	}
	

	/* SINGLE CARDS */
	
	.single_cards_block {
		margin: 0 0 30px 0;
	}
	
	.single_card ul {
		margin: 0 0 20px 0;
	}
	
	.link_buttons li {
		margin: 0 8px 8px 0;
	}


	/* DOUBLE CARDS */
	
	.double_cards_block {
		padding: 0 0 30px 0;
	}
	
	.double_cards {
		display: block;
	}
	
	.double_card {
		margin: 0 0 15px 0;
	}



	/* TRIPLE IMAGE/CONTENT CARDS */
	
	.triple_ic_cards {
		display: block;
		padding: 18px 0 0 0;
	}
	
	.triple_ic_card {
		padding: 0 0 40px 0;
	}



	/* GREY CONTENT/IMAGE BLOCK */
	
	.grey_content_image_block {
		background-color: #F0F0EB;
		padding: 30px 0;
	}
	
	.grey_content_image_block .block_heading {
		margin: 0;
	}
	
	.grey_content_image_block h3 {
		font-size: 1.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.1875rem;
		letter-spacing: -0.035rem;
		margin: 12px 0 40px 0;
	}
	
	.gcib {
		display: flex;
		flex-direction: column;
	}
	
	.gcib_left {
		order: 2;
		padding: 30px 0 0 0;
	}

	.gcib_right {
		order: 1;
	}
	
	
	/* CONTENT/IMAGE BLOCK */
	
	.content_image_block .row {
		display: block;
	}
	
	.cib_left {
		margin: 0 0 15px 0;
	}
	
	.cib_content h2 {
		font-size: 1.75rem;
		font-weight: 400;
		line-height: 2.1875rem;
		letter-spacing: -0.035rem;		
	}
	
	.cib_right {
		
	}
	
	
	/* FEATURED */
	
	.feature {
		display: block;
	}
	
	.feature_left {
		margin: 0 0 15px 0;
	}
	
	.feature_right {
		display: block;
	}
		
	.feature_content {
		width: 100%;
	}
	
	.feature_num {
		margin: 0 0 12px 0;
	}
	
	
	
	/* DOUBLE CONTENT/IMAGE BLOCK */
	
	.double_image_content_cards_block {
		padding: 30px 0 0 0;
	}

	.double_ic_cards {
		display: block;
	}

	.double_ic_card {
		margin: 0 0 40px 0;
	}
	
	
	
	/* STATS GRID */
	
	.stats_grid_block {
		overflow-x: auto;
	}
	
	.stats_grid_block .row {
		width: fit-content;
		margin: 0 15px;
	}
	
	
	.series_desc li div {
		white-space: nowrap;
		padding: 4px 28px 4px 8px;
	}
	
	.stats_grid td, .stats_grid th {
		white-space: nowrap;
	}	



	/* CONTACT */
	
	.contact_block {
		padding: 30px 0;
	}
	
	.contact_block .row {
		display: block;
	}
	
	.cb_left {
		padding: 0 0 50px 0;
	}

	.cb_right_inner {
		width: 100%;
	}
	
	
	
	/* HOME HERO BLOCK */
	
	.hero_content {
		display: block;
		z-index: 9;
		padding: 15px 0 20px 0;
	}
	
	.hero_content h1 {
    	font-size: 1.25rem;
	}
	
	.hero_feature {
		width: 100%;
		margin: 15px 0 0 0;
	}
	
	.hero_feature_image {
		width: 30%;
	}
	
	.hero_feature_content {
		width: 65%;
	}
	
	#video_toggle_mobile {
		position: static;
		margin: 15px 0 0 0;
	}
	
	
	
	/* CONTACT PAGE */
	
	.contact_page .row {
		display: block;
		padding: 30px 0;
	}
	
	.contact_left {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.contact_right {
		width: 100%;
	}
	
	
	
	/* NEWS */
	
	.news_results .row {
		display: block;
	}
	
	.news_filters {
		width: 100%;
		margin: 0 0 60px 0;
	}
	
	.news_blocks_right {
		width: 100%;
	}
	
	.news_blocks {
		display: block;
	}
	
	.news_block {
		display: block;
		margin: 0 0 40px 0;
	}

	.news_single .row {
		display: block;
	}
	
	.news_left {
		width: 100%;
		flex: 0 0 auto;
		margin: 0 0 40px 0;
	}
	
	.news_right {
		width: 100%;
		flex: 0 0 auto;
	}
	
	.news_right h1 {
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.03rem;	
	}



	/* PEOPLE */
	
	.people_results .row {
		display: block;
	}
	
	.people_filters {
		width: 100%;
		margin: 0 0 60px 0;
	}
	
	.people_right {
		width: 100%;
	}
	
	.people_blocks {
		display: block;
	}
	
	.people_block {
		margin: 0 0 15px 0;
	}
	

	
	/* FOOTER */
	
	footer {
		padding: 0;
	}
	
	footer .row_1 {
		padding: 60px 0 0 0;
		display: block;
	}
	
	.footer_right {
		width: 100%;
		border-top: 1px solid #ffffff;
		padding: 24px 0 0 0;
		display: grid;
		grid-template-columns: 50% 50%;
	}
	
	.footer_navigate {
		width: 50%;
	}
	
	.footer_navigate li a {
		white-space: nowrap;
	}
	
	.footer_connect {
		width: 50%;
	}
	
	.footer_navigate li, .footer_connect li {
		margin: 0 0 10px 0;
	}
	
	.footer_other {
		width: 100%;
		grid-column-start: 1;
		grid-column-end: 3;
		padding: 48px 0 0 0;
	}
	
	footer .row_2 {
		padding: 130px 0 30px 0;
		grid-template-columns: 1fr 1fr;
	}
	
	.footer_logo {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	
	.footer_logo img {
		display: block;
		width: 100%;
		padding: 0 0 30px 0;
	}
	


}

