:root {
	--dark-blue: #3475b6;
	--light-blue: #4fa9db;
}

html {
	scroll-behavior: smooth;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
	margin: 0;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
}

input, ::placeholder {
	font-family: 'Work Sans', sans-serif;
}

p {
	line-height: 1.35;
}

a {
	color: var(--light-blue);
	text-decoration: none;
}

a:hover {
	color: var(--dark-blue);
}


.centered {
	text-align: center;
}

.form-notice {
	color: white;
	padding: 0.25em;
	font-size: 1.5em;
	font-weight: bold;
	grid-column: 1 / -1;
	grid-row: 1 / -1;
}

.small-grid-form button {
	background: radial-gradient(ellipse at center, rgba(17,112,255,1) 0%,rgba(17,127,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 0;
	font-weight: bold;
	font-size: 120%;
	color: white;
}

.small-grid-form button:hover {
	cursor: pointer;
	background: radial-gradient(ellipse at center, rgba(47,104,252,1) 0%,rgba(67,119,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.button {
	border: 0;
	padding: 0.75rem 1rem;
	border-radius: 4px;
	display: inline-block;
	margin: 1rem 0;
	transition: .2s background-color;
	background: radial-gradient(ellipse at center, rgba(17,112,255,1) 0%,rgba(17,127,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-weight: bold;
	font-size: 100%;
	color: white;
}

.button:hover {
	color: white;
	cursor: pointer;
	background: radial-gradient(ellipse at center, rgba(47,104,252,1) 0%,rgba(67,119,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

figure {
	margin: 0;
	padding: 0;
}

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

.wrapper {
	margin-left: 2rem;
	margin-right: 2rem;
}

.navigation--mobile {
	background: transparent;
	cursor: pointer;
	border: 0;
}

.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pre-navigation, .navigation {
}

.pre-navigation {
}

.grecaptcha-badge { 
    visibility: hidden;
}

.navigation__list {
	transform: translateX(-100vw);
	transition: transform .2s ease-out;
	height: 100vh;
	width: 100vw;
	list-style: none;
	padding: 0;
	margin: 65px 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
}

.mobile--expanded .navigation__list {
	background: white;
	transform: translateY(0);
	display: block;
}

.navigation__list-item {
	padding: 0 1rem 0.25rem 1rem;
	display: block;
	font-size: 240%;
}

.pre-navigation .navigation__list-item {
	padding: 7px 18px;
	line-height: 1;
}

.example, .example-table, .chair {
	position: relative;
	opacity: 1;
	height: 100%;
}

.example-chair {
	position: relative;
	top: -96px;
}

.home--chair {
	margin-top: -96px;
}

.example-table--small {
	height: 60%;
	min-height: 400px;
}

.example-table img,
.example-table video,
.banner-background img,
.banner-background video,
.chair img,
.chair video {
	width: 100%;
	width: 100vw;
	height: auto;
	object-fit: cover;
}

.logo {
	display: block;
	max-width: 150px;
	padding: 1em 0;
}

.header,
.banner {
	position: relative;
	top: 0;
	margin-bottom: 3em;
	display: flex;
	flex-direction: column;
}

.header--chair {
	top: -96px;
	max-height: 100vh;
	overflow: hidden;
}

.chair {
	background-size: cover;
}

.banner {
	margin: 4em 0 7em 0;
}

.banner .banner-text h2 {
	color: var(--dark-blue);
}

.new-index .header {
}

.header-text,
.banner-text {
	order: 2;
	color: black;
	margin: 0;
	padding: 0.25em 3em 0.25em 2em;
	bottom: 0ch;
	left: 2rem;
	background-color: white;
	z-index: 5;
	opacity: 0;
	font-size: 75%;
	transition: opacity .2s ease-in-out .2s;
}

.header-text--home {
	padding: 0.25em 3em 1em 1em;
	background-color: transparent;
	color: white;
	position: absolute;
	bottom: 8ch;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.header {
	position: relative;
	max-height: 700px;
	overflow: hidden;
}

.header-text--overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.20);
	z-index: 5;
}

.header__badge {
	position: absolute;
	bottom: 2rem;
	left: 2.5rem;
	background: white;
	background: rgba(255,255,255,0.9);
	padding: 0.25rem;
	font-size: 90%;
	border-radius: 3px;
}

.old-index .header-text {
	bottom: auto;
	top: calc(50% - 7rem);
}

.banner-text {
	max-width: 45ch;
}

.podcast-episodes {
	list-style: none;
	margin: 0;
	padding: 0;
}

.podcast-episodes li {
	margin-bottom: 1em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
	font-size: 80%;
}

.podcast-episodes a {
	color: var(--dark-blue);
}

.podcast-episodes a:hover {
	color: black;
}

.podcast-episodes li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.threes {
	scroll-snap-type: x mandatory;
	touch-action: pan-x;
}

.text-header {
	margin-top: 4em;
	margin-bottom: 4em;
}

.video {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity .3s ease-out .1s, transform .3s ease-out .1s;
	scroll-snap-align: start;
}

.video img {
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.video.loaded {
	opacity: 1;
	transform: translateY(0);
}

.video:nth-child(2) {
	transition-delay: .15s;
}

.video:nth-child(3) {
	transition-delay: .2s;
}

.video__caption {
	display: flex;
	align-items: center;
	min-height: 2rem;
	margin-top: 0.25rem;
	color: var(--dark-blue);
}

.video:hover .video__caption {
	color: rgba(47,104,252,1);
}

.video__caption svg {
	margin-right: 0.75rem;
}

.podcast-episodes a, .video {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}

.banner-text {
	top: auto;
	bottom: 0;
}

.header.loaded .header-text,
.loaded .banner-text {
	opacity: 1;
}

.header > img {
	position: absolute;
	bottom: -110px;
	right: 15%;
	width: 375px;
	height: auto;
	transform: translateY(200px);
	transition: opacity .2s ease-in-out .1s, transform .2s linear .1s;
}

.header.loaded > img {
	opacity: 1;
	transform: translateY(0);
}

.pre-navigation--wrapper {
	background: #efefef;
	border-bottom: 1px solid #ddd;
}

.navigation--wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: white;
	width: 100%;
	z-index: 10;
}

.navigation--chair {
	background: transparent;
}

.page-text {
	max-width: 60ch;
	line-height: 1.6;
	font-size: 120%;
}

.page-text--normal {
	font-size: 100%;
}

.page-text h2 {
	line-height: initial;
}

.franklin,
.bennett {
	margin: 0;
}

.franklin blockquote,
.bennett blockquote {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 300%;
	color: #ccc;
	font-weight: bold;
}

.page-title {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 300%;
	color: #ccc;
	font-weight: bold;
}

.bennett {
	margin: 0 auto 2rem auto;
	max-width: 750px;
}

.animates--blue-color-shift {
	transition: color .7s linear .2s;
	position: relative;
}

.franklin--quote,
.bennett--quote,
.podcast--quote {
	line-height: 1.1;
}

.franklin--quote:before,
.bennett--quote:before {
	content: "\201C";
	position: absolute;
	left: -0.85ch;
}

.franklin--quote:after,
.bennett--quote:after {
	content: "\201D";
}

.animates--blue-color-shift.loaded {
	color: var(--dark-blue);
}

.franklin p,
.bennett p {
	margin: 0;
}

.franklin cite:before {
	content: "—";
}

.navigation, .pre-navigation {
	margin: 0 1rem;
}

.navigation a {
	color: black;
	text-transform: uppercase;
	font-weight: bold;
}

.navigation a:hover {
	color: var(--dark-blue);
}

.pre-navigation a {
	text-decoration: none;
	color: var(--dark-blue);
	text-transform: uppercase;
	font-size: 80%;
}

.wrapper--letter .letter {
	background: #fff;
}

.letter {
	font-size: 90%;
	max-width: 750px;
	margin: 0 auto;
}

.letter--large {
	max-width: 1000px;
	font-size: 100%;
}

.dark-bg,
.light-bg {
	color: white;
	padding: 2rem 0;
}

.triangle-bg {
	background: linear-gradient(to bottom right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%), url("../img/triangle-mosaic.png");
	background-attachment: scroll, fixed;
}

.papyrus-bg {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20px, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) calc(100% - 20px), rgba(255,255,255,1) 100%), url("../img/papyrus.png");
}

.stripes-bg {
	background: linear-gradient(to bottom right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%), url("../img/stripes-light.png");
}

.square-bg {
	background: url("../img/square_bg.png");
	background-attachment: fixed;
}

.dark-bg {
	background: url("../img/micro_carbon.png");
	margin-top: 2rem;
}

.light-bg {
	background: var(--light-blue);
	margin-bottom: 4rem;
}

.dark-bg a,
.light-bg a {
	color: #ccc;
}

.dark-bg a {
	color: var(--light-blue);
}

.dark-bg a:hover,
.light-bg a {
	color: #aaa;
	text-decoration: underline;
}

.dark-bg a:hover {
	color: var(--light-blue);
}

.disclosures {
	max-width: 60ch;
	margin: 1rem auto;
}

.legal {
	font-size: 90%;
	text-align: center;
	margin: 2rem auto;
}

.disclosures p {
	font-size: 0.8em;
}

.disclosures .securities-link {
	font-size: 1em;
}

.small-grid-form {
	display: grid;
	max-width: 500px;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 3fr 2fr;
	grid-gap: 0 0.25em;
	gap: 0 0.25em;
}

.large-legend {
	margin-top: 0.5rem;
	font-weight: bold;
	font-size: 150%;
	grid-column: 1 / -1;
}

.small-grid-form button {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

.page-text .small-grid-form {
	font-size: 1rem;
}

.small-grid-form label {
	grid-column: 1 / -1;
	margin-top: 0.8rem;
}

.small-grid-form input {
	border: 0;
	padding: 1ch 1ch;
	font-size: 110%;
}

.small-grid-form button {
	background: white;
	background: radial-gradient(ellipse at center, rgba(17,112,255,1) 0%,rgba(17,127,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 0;
	font-weight: bold;
	font-size: 120%;
	color: var(--dark-blue);
	color: white;
}

.small-grid-form button:hover {
	cursor: pointer;
	background: radial-gradient(ellipse at center, rgba(47,104,252,1) 0%,rgba(67,119,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.small-grid-form input, .small-grid-form button, .contact-form input, .contact-form textarea, .contact-form button {
	box-shadow:
	  0 2.8px 2.2px rgba(0, 0, 0, 0.02),
	  0 6.7px 5.3px rgba(0, 0, 0, 0.028),
	  0 12.5px 10px rgba(0, 0, 0, 0.035),
	  0 22.3px 17.9px rgba(0, 0, 0, 0.042),
	  0 41.8px 33.4px rgba(0, 0, 0, 0.05),
	  0 100px 80px rgba(0, 0, 0, 0.07)
	;
}

.example {
	clip-path: polygon(45% 37%, 56% 62%, 69% 49%, 69% 49%, 69% 49%, 69% 49%);
	clip-path: polygon(45% 37%, 56% 62%, 69% 49%, 69% 49%, 69% 49%, 69% 49%);
	clip-path: polygon(58% 33%, 68% 38%, 80% 44%, 75% 51%, 68% 56%, 51% 63%, 40% 51%, 44% 30%);
	transition: clip-path .6s;
}

.header.loaded .example {
	clip-path: polygon(0 0, 0% 100%, 69% 49%, 100% 20%, 100% 77%, 69% 49%);
	clip-path: polygon(0 0, 0% 100%, 69% 49%, 100% 20%, 100% 77%, 69% 49%);
	clip-path: polygon(66% 29%, 68% 38%, 100% 1%, 100% 83%, 68% 56%, 63% 68%, 0% 100%, 0% 0%);
}

.example-table, .side-photo, .banner-background {
	clip-path: polygon(26% 25%, 26% 71%, 53% 71%, 63% 63%, 63% 53%, 57% 49%, 51% 48%, 58% 44%, 63% 38%, 61% 28%, 51% 24%);
	transition: clip-path .7s ease-out;
}

.header .example-table--video, .header.loaded .example-table--video {
	clip-path: none;
	transition: none;
}

.side-photo {
	transition: clip-path .3s ease-out .1s;
}

.banner-background {
	transition: clip-path .6s ease-out .1s;
}

.loaded .side-photo,
.loaded .example-table,
.loaded .banner-background {
	clip-path: polygon(0 21%, 0 95%, 73% 100%, 87% 88%, 100% 79%, 100% 62%, 100% 43%, 100% 16%, 100% 8%, 86% 0, 16% 0);
}

.office-address {
	font-style: normal;
	font-size: 90%;
	margin-bottom: 1em;
}

.other-places__navigation {
	list-style: none;
	padding-left: 0;
}

.other-places__navigation a {
	display: flex;
	align-items: center;
	color: var(--light-blue);
	margin-bottom: 1em;
}

.other-places__navigation a svg {
	margin-right: 0.75em;
	fill: var(--light-blue);
}

.footer-navigation {
	max-width: 200px;
	margin: 1rem auto;
}

.extra-logo {
	display: none;
}

.threes {
	display: grid;
	grid-template-columns: repeat(3, minmax(200px, 1fr));
	grid-gap: 2em;
	gap: 2em;
	
	overflow-x: scroll;
	overflow-y: hidden;
}

.twos {
	margin-top: 2em;
}

.twos div:last-child {
	display: none;
}

.twos--no-hide div:last-child {
	display: block;
}

.page-grid {
	position: relative;
}

.page-block {
	padding: 0.25em 0 2em 0;
}

.name-and-bios {
	list-style: none;
	margin: 0;
	padding: 0;
}

.name-and-bio {
	margin-bottom: 6em;
}

.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checklist__item::before {
  content: "\200B";
	width: 1.3em;
	height: 1.3em;
	background: url("../img/circle.svg");
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: -2em;
	top: 0.15em;
}

.checklist__item {
	line-height: 1.5;
	margin-left: 2em;
	margin-bottom: 1em;
	position: relative;
	color: #222;
	transition: opacity .2s .1s, transform .2s .1s;
	opacity: 0;
	transform: translateY(50px);
}

.checklist__item.loaded {
	transform: translateY(0);
	opacity: 1;
}

.name-and-bio__name {
	font-size: 200%;
	margin-bottom: 0;
	margin-top: 12px;
}

.name-and-bio__title {
	margin-top: 0;
	line-height: 2;
	color: #8a8a8a;
}

.name-and-bio__bio {
	font-size: 90%;
}

.name-and-bio__disclosure {
	font-size: 80%;
}

.text-with-arrow {
	display: flex;
	align-items: center;
}

.button.text-with-arrow svg {
	fill: white;
}

.button.text-with-arrow {
	display: inline-flex;
}

.contact-form {
	padding: 1rem;
	background: #666;
	background: var(--light-blue);
	line-height: 1.5;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
	display: block;
	border: 0;
	padding: 0.5rem;
	border-radius: 3px;
	margin-bottom: 1rem;
	font-size: 120%;
	width: 100%;
}

.contact-form textarea {
	height: 6rem;
}

.contact-form select {
	display: block;
	line-height: 1.3;
	padding: 0.5rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
	margin-bottom: 0.5rem;
}

.contact-form select::-ms-expand {
	display: none;
}
.contact-form select:hover {
	border-color: #888;
}
.contact-form select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.contact-form select option {
	font-weight: normal;
}

.contact-form input[type="submit"] {
	border: 0;
	background: var(--light-blue);
	color: white;
	font-weight: bold;
	border-radius: 3px;
	padding: 0.6rem 0.95rem;
}

.contact-form label {
	display: block;
	color: #fff;
}

#contact {
	display: block;
	height: 20px;
}

.page-block--full-width {
	padding-top: 2em;
	padding-bottom: 2em;
}

.podcast-graphic {
	display: none;
}

.padded-blue-bg {
	background: var(--dark-blue);
	/*
	margin: 4em 1em 0 1em;
	*/
	color: white;
}

.padded-grey-bg {
	background: #ededed;
	/*
	margin: 4em 1em 2em 1em; */
}

.padded-blue-bg + .padded-grey-bg {
	margin-top: 0;
}

.navigation--chair.frost {
	background-color: rgba(255,255,255,.8);
}

.bennett--sig {
	text-align: center;
	font-size: 80%;
}

.bennett--sig img {
	max-width: 120px;
}

.bennett--sig figcaption {
	position: relative;
	width: 100%;
}

.bennett--sig figcaption span {
	background: white;
	display: inline-block;
	z-index: 5;
	position: relative;
	padding: 0.5em 1em;
}

.bennett--sig figcaption::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	background: #999;
	width: 100%;
}

@supports (-webkit-backdrop-filter: blur()) {
	.navigation--wrapper {
		-webkit-backdrop-filter: blur(10px);
		background-color: rgba(255,255,255,.8);
		transition: background-color .4s;
	}
	
	.navigation--chair {
		-webkit-backdrop-filter: none;
		background: transparent;
	}
	
	.navigation--chair.frost {
		-webkit-backdrop-filter: blur(10px);
	}
	
	.mobile--expanded.navigation--wrapper {
		background-color: white;
	}
}

@media all and (min-width: 410px) {
	
	.letter {
		padding: 2rem 3rem;
		font-size: 100%;
		border-radius: 6px;
		box-shadow: 0 0 4rem rgba(0,0,0,0.2);
	}
	
	.letter--shadowless {
		box-shadow: none;
	}
	
	.letter h2 {
		margin-top: 0;
	}

	.footer-navigation {
		max-width: 60ch;
		margin: 0 auto 2rem auto;
		display: flex;
		flex: 0 0 50%;
		justify-content: center;
	}

	.footer-navigation h3 {
		margin-top: 0;
	}

	.footer-navigation section:first-child {
		padding-right: 3em;
		border-right: 1px solid rgba(255,255,255,0.2);
	}

	.footer-navigation section:last-child {
		margin-left: 3em;
	}
	
}

@media all and (min-width: 500px) {
	
	.whitepaper {
		float: right;
		max-width: 20vw;
		margin-left: 2em;
		margin-bottom: 2em;
		transform: rotate(2deg);
	}
	
	.nowrap {
		white-space: nowrap;
	}
	
	.name-and-bio__name {
		margin-top: 0;
	}
	
	.name-and-bio__image {
		float: left;
		margin-right: 1em;
		margin-bottom: 0.25em;
		max-width: 220px;
	}
}

@media all and (min-width: 600px) {
	
	.header-text,
	.banner-text {
		position: absolute;
		max-width: 55ch;
	}
	

	.header--chair .header-text {
		bottom: 15vh;
		max-width: 48ch;
		background: rgba(255,255,255,0.8);
	}
	
}

@media all and (min-width: 800px) {
	
	.header-text--home {
		bottom: 0;
	}
	
	.header__badge {
		left: auto;
		max-width: 200px;
		padding: 0.5rem;
		right: 2rem;
	}
	
	.name-and-bio__image {
		max-width: 280px;
	}
	
	.header-text,
	.banner-text {
		font-size: 100%;
	}
	
	.threes {
		overflow-x: auto;
	}
	
	.letter {
		padding: 3rem 4rem;
		font-size: 110%;
	}
	
	.letter--large {
		font-size: 120%;
	}
	
	.header {
		margin-bottom: 4em;
	}
	
	.banner {
		margin-bottom: 4em;
	}
	
	.header .example-table {
		max-height: calc(100vh - 120px);
	}
	
	.banner .banner-background {
		max-height: 80vh;
	}

	.header > img {
		opacity: 0;
		width: 450px;
	}
	
	.header.loaded > img {
		opacity: 1;
		transform: translateY(0);
	}

}


@media all and (min-width: 900px) {
	
	.logo {
		max-width: 236px;
	}
	
	.footer {
		display: flex;
		max-width: 60ch;
		flex: 1 0 auto;
		margin: 0 auto 2rem auto;
	}
	
	.footer-navigation {
		margin: 0;
		flex: 1 0 auto;
	}
	
	.extra-logo {
		display: block;
	}
	
	.name-and-bio__image {
		float: none;
		margin: 0;
		max-width: 100%;
	}
	
	.name-and-bio {
		display: grid;
		grid-template-columns: 2fr 3fr;
		grid-gap: 2em;
		gap: 2em;
	}
	
	.whitepaper {
		padding: 2em;
		margin-bottom: 0;
		position: static;
		max-width: 100%;
		transform: none;
	}
	
	.page-grid {
		display: grid;
		grid-template-columns: 2fr 3fr;
		grid-gap: 3em;
		gap: 3em;
	}
	
	.podcast-graphic {
		display: block;
	}
	
	.page-grid__heading {
		margin-top: 0;
	}
	
	.navigation--mobile {
		display: none;
	}
	
	body {
		font-size: 16px;
	}
	
	.pre-navigation, .navigation {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.pre-navigation {
		justify-content: flex-end;
	}
	
	.navigation__menu {
		position: relative;
	}
	
	.navigation__list {
		transform: none;
		position: relative;
		list-style: none;
		padding: 0;
		height: auto;
		width: auto;
		margin: 0;
		display: flex;
	}
	
	.navigation__list-item {
		padding: 0 2em;
		font-size: 100%;
	}
	
	.navigation__list-item:last-child {
		padding-right: 0;
	}

	.twos div:last-child {
		display: block;
	}
	
	.twos {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 2em;
		gap: 2em;
		margin-top: 4em;
		align-items: center;
	}
	
	.header--chair .header-text {
		bottom: 30vh;
		max-width: 52ch;
	}
	
}

.twos--contact {
	margin-top: 0;
}

@media all and (min-width: 1250px) {
	
	.header__badge {
		font-size: 80%;
		right: calc(50% - 600px + 2rem);
		max-width: 250px;
		bottom: 4rem;
	}
	
	.twos {
		align-items: flex-start;
		grid-gap: 3em;
		gap: 3em;
	}
	
	.has-bennett-logo {
		background-image: url("../img/blue-b.svg");
		background-repeat: no-repeat;
		background-size: 20vw;
		background-position: top left;
	}
	
	.pre-navigation .navigation__list-item {
		padding: 5px 18px;
	}
	
	body {
		font-size: 18px;
	}
	
	.wrapper {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.header-text {
		margin: 0;
		padding: 0.25em 2em 2em 2em;
		position: absolute;
		max-width: 65ch;
		left: calc(50% - 600px + 2rem);
	}
	
	.page-block {
		padding: 0.25em 0 4em 2rem;
	}
	
	.page-block--full-width {
		padding: 2em 0 4em 0;
	}
	
	.pre-navigation, .navigation {
		width: 1200px;
		margin: 0 auto;
	}
}

.page-block--no-bottom {
	padding-bottom: 0;
}

@media screen and (max-height: 600px) {
	
	.header--chair .header-text {
		bottom: 40px;
	}
	
}


@media screen and (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
	}
	
	html {
		scroll-behavior: auto;
	}
}

.dialog {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0,0,0,0.4);
}

.dialog.dialog--open {
	visibility: visible;
	z-index: 10;
}

.dialog__media {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100vh;
	max-height: 75vw;
	width: 100vw;
	max-width: 100vw;
	transform: translate(-50%, -50%);
	padding: 5rem 5.5rem 6rem;
}

.dialog__media img {
	display: block;
}

.dialog--btn {
	visibility: hidden;
	position: absolute;
	z-index: 20;
	background: rgba(0,0,0,0.4);
	border: 0;
	border-radius: 100%;
	padding: 0.35em;
	cursor: pointer;
}

.dialog--btn:hover {
	background: rgba(0,0,0,0.7);
}

.dialog--btn svg {
	display: block;
	fill: #ddd;
	transform: scale(0.75);
}

.dialog--btn:hover svg {
	fill: #eee;
}

.dialog--close {
	right: 1em;
	top: 1em;
}

.dialog--next,
.dialog--previous {
	top: 50%;
	transform: translateY(-50%);
}

.dialog--next {
	right: 1em;
}

.dialog--previous {
	left: 1em;
}

.dialog--open .dialog--btn {
	visibility: visible;
}

.dialog--open .dialog--hidden {
	visibility: hidden;
}

[data-gallery-index-value="0"] .dialog--previous,
[data-gallery-last-item-value="true"] .dialog--next {
	visibility: hidden;
}

.dialog img,
.dialog iframe {
	visibility: hidden;
}


@keyframes spinner {
  to {transform: rotate(360deg);}
}

.dialog--open .dialog__media::before {
	content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border-top: 4px solid var(--brand-red);
	border-right: 4px solid transparent;
  animation: spinner .6s linear infinite;
}

.dialog--open .dialog--loaded::before {
	content: none;
}

.dialog--open .dialog--loaded img {
	visibility: visible;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

.dialog--open .dialog--loaded iframe {
	visibility: visible;
	width: 100%;
	height: 100%;
	border: 0;
}

.dialog--open .dialog--loaded video {
	visibility: visible;
	max-width: 80vw;
	max-height: 80vh;
	height: auto;
	width: auto;
	border: 0;
}