@charset "utf-8";
/* CSS Document */

/* --- COMMENTS --- */

/*

".story-container-layout-1" is a 40:60 layout, presented as text to the left, this changes on mobile to become single column with a text overlay.

*/

.headerFrame {
	position: absolute;
	Bottom: 0;
	width: 100vw;
	left: 0;
}

@font-face {
	font-family: "CeraPRO";
	src: URL('https://www.traverssmith.com/fonts/39C4DB_3_0.woff2');
	font-weight: 900;
}


@font-face {
	font-family: "CeraPRO";
	src: URL('https://www.traverssmith.com/fonts/39C4DB_4_0.woff2');
	font-weight: 200;
}

@font-face {
	font-family: "CeraPRO";
	src: URL('https://www.traverssmith.com/fonts/39C4DB_5_0.woff2');
	font-weight: 700;
}

.scrollAnimate {
	position: relative;
	top: 50px;
	transition: top 0.3s ease-in-out, opacity 0.3s;
	opacity: 0;
}

.scrollIn {
	top: 0px;
	opacity: 1;
}

.bioName.scrollAnimate, .bioTitle.scrollAnimate, .bioContact.scrollAnimate {
	top: 15px;
}

.bioName.scrollAnimate.scrollIn, .bioTitle.scrollAnimate.scrollIn, .bioContact.scrollAnimate.scrollIn {
	top: 0;
}

/* INIT VARIABLES */

:root {
	/* SET BRAND COLOURS */
	--Gold: #A38000;
	--Copper: #C35500;
	--Terracotta: #EE7442;
	--Turquoise: #82C7B3;
	--Apple: #A3C961;
	--Fossil: #F4F0D4;
	--Aubergine: #4E1649;
	--RacingGreen: #0F3F32;
	--OxfordBlue: #001F49;
	--Prussian-Blue: #444541;
	--White: #ffffff;
	--Black: #000000;
}

/* CLEARING STYLES */

body * {
	font-family: "CeraPRO", 'Cera Pro', 'Calibri', sans-serif !important;
}
 
body {
	margin: 0;
	overflow-x: hidden;
	background-color: #efefef;
}

.scrolly-text p {
	background-color: transparent !important;
	box-shadow: none !important;
	color: #000;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.scrolly-text p a {
	background-color: rgba(255,255,255,0.8);
	text-align: left;
	border-top: 3px var(--OxfordBlue) solid !important;
}

.scrolly-text p .scrollySubHeadingContainer{
	border-top: 0px !important;
}

.scrolly-text p a {
	font-weight: 300;
}

.scrollySubHeadingContainer {
	background-color: var(--OxfordBlue) !important;
}

.charts {
	height: 70vh;
	padding: 15vh 0;
}

.fl-scrolly-step {
	margin: 0 0 70vh !important;
	padding: 0 0 !important;
}

.flourish-credit {
	display: none;
}

.scrollySubHeading {
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
}

.scrollyHeading {
	display: block;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	background-color: var(--OxfordBlue);
	padding: 10px 50px;
	margin: -50px -50px 40px;
}

.scrollyContent b {
	background-color: var(--OxfordBlue);
	padding: 1px 5px 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0 3px;
}

/* GENERAL STYLES */

.mainContent {
	padding: 100px 0;
}

.mainContentWrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.landingPageWrapper {
	padding-bottom: 200px;
}

#landingLogo {
	width: 300px;
	margin: 0 0 50px;
}


/* NAV BAR */

nav {
	background-color: var(--OxfordBlue);
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 10000;
	overflow: visible;
	
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.5);
}

.navFlex {
	width: 100%;
	height: 60px;
	background-color: var(--OxfordBlue);
	
	position: relative;
	z-index: 2;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#burgerMenu {
	display: none;
	width: 40px;
	cursor: pointer;
	right: 10px;
	position: absolute;
}

.burgerMenuIcon {
	background-color: #fff;
	width: 30px;
	height: 2px;
	margin: 4px 0;
	border-radius: 1px;
	transition: transform 0.3s ease-in-out, opacity 0.3s;
}

/* BURGER MENU ANIMATION */

#burgerMenu:hover .burgerMenuIcon {
	background-color: var(--Turquoise);
}

#burgerMenu.active #burgerIcon1 {
	transform: rotate(45deg) translateY(4px) translateX(4px);
}

#burgerMenu.active #burgerIcon3 {
	transform: rotate(45deg) translateY(-4px) translateX(-4px);
	opacity: 0;
}

#burgerMenu.active #burgerIcon2 {
	transform: rotate(-45deg) translateY(0) translateX(0);
}

#navLogo {
	display: block;
	height: 40px;
	margin: 15px;
}

.linkedInCTA,.linkedInCTAMob {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0 15px;
	font-weight: 700;
}

.linkedInCTA div, .linkedInCTAMob div {
	padding: 5px 15px;
	display: inline-block;
	width: calc(100% -20px);
	border-radius: 50px;
	background-color: var(--Turquoise);
	transition-duration: 0.2s;
}

.linkedInCTAMob {
	display: none;
}

.linkedInCTA:hover div {
	background-color: #fff;
	color: var(--OxfordBlue);
}

/* NAV LINKS */

#navLinks {
	width: 100%;
	top: 0%;
	position: relative;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}

#navLinks.open {
	top: 0;
}

#navLinksWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 15px 15px 0 15px;
	background-color: #334C6D;
	
	position: relative;
	
	z-index: 1;
	
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.5);
}

#navLinks.hidden {
	top: -300%;
}

nav:hover {
	cursor: pointer;
}

nav:hover #navLinks.hidden {
	top: 0;
	transition-duration: 0.2s;
}

nav:hover #menuFeedback {
	bottom: 2px;
	opacity: 0;
}

#navLinks a {
	text-decoration: none;
	color: #fff;
	margin: 0 15px 15px 0;
}

.currentPage .navLink p {
	color: var(--OxfordBlue);
}

.currentPage:hover .navLink p {
	color: #fff;
}

.currentPage .navLink {
	background-color: #fff;
}

.navLink {
	background-color: rgba(255,255,255,0.2);
	padding: 5px 15px;
	border-radius: 50px;
	
	transition: background-color 0.2s;
}
.navLink:hover{
	background-color: var(--Turquoise);
}

.navLink p {
	margin: 0;
	font-weight: 400;
}

#menuFeedback {
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
	
	transition-duration: 0.3s;
}

#menuFeedback.hidden {
	bottom: 2px;
	opacity: 0;
}

#pageContents {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}

#pageContents a {
	text-decoration: none;
	color: #000;
	margin: 0;
}

.contentsLink {
	background-color: var(--Turquoise);
	color: #fff;
	font-weight: 700;
	height: 150px;
	padding: 15px;
	position: relative;
	overflow: hidden;
}

.contentsLink p {
	font-size: 2rem;
	position: absolute;
	z-index: 2;
	bottom: 0;
	margin: 15px 15px 15px 0;
}


/* FULL MENU CONTAINER */

#menuContainer {
	height: 100vh;
	min-height: 600px;
	width: 350px;
	position: fixed;
	right: -350px;
	background-color: #000;
	z-index: 1000;
	transition: right 0.3s ease-in-out;
}


#menuContainer.open {
	right: 0px;
}

#menuFlex, #contents {
	display: flex;
	flex-direction: column;
	margin: 10px 25px;
}

#menuFlex a, #contents a, .menuItem p {
	text-decoration: none;
	color: #fff !important;
	padding: 0;
	margin: 0;
}

.menuItem p {
	padding: 5px 10px !important;
	font-size: 14pt !important;
}

.menuItem {
	background-color: rgba(255,255,255,0.4);
	border-radius: 15px;
	margin: 10px 0 0;
	box-shadow: 0px 5px 7px rgba(0,0,0,0);
	transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
}

.menuItem:hover {
	background-color: var(--Terracotta);
	transform: translateY(-2px);
	box-shadow: 0px 5px 7px rgba(0,0,0,0.2);
}

/* HEADER */

header {
	padding: 20vh 0 50px;
	color: #fff;
	position: relative;
	
	z-index: 0;
	overflow: hidden;
	
	background-color: var(--OxfordBlue);
}

.readOn, .readOnBlue {
	width: 50px;
	height: 50px;
	background-image: url("../images/helperArrow.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-25px);
	bottom: 60px;
	opacity: 0.4;
	
	animation: readOnArrow;
	
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.readOnBlue {
	background-image: url("../images/helperArrowOxBlue.svg");
}

@keyframes readOnArrow {
	from{bottom: 60px; opacity: 0.4;}
	to{bottom: 30px; opacity: 1;}
}

header h1 {
	font-size: 72pt;
	line-height: 76pt;
	font-weight: 600 !important;
	z-index: 1;
	margin: 100px 0 200px;
	max-width: 800px;
}

.withSubHeading {
	margin-bottom: 40px;
}

.subHeading {
	margin-bottom: 100px;
	font-size: 1.5rem;
	
}

#titleYear {
	margin-top: 0;
	font-weight: 700 !important;
	z-index: 1;
}

.headerImage {
	position: absolute;
	
	background-image: url("../images/headers/MT-Droplet-Header-3.jpg");
	background-size: cover;
	background-position: center;
	opacity: 0.6;

	width: 100vw;
	height: 120%;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-15%);
}

.headerVideo {
	height: auto;
	background-image: none;
	background-color: var(--OxfordBlue);
}

#landingTitle {
	margin: 0 0 50px;
}

#landingAnimation {
	position: fixed;
	background-image: none;
	height: 100vh;
	width: 100vw;
	transform: translateX(0) translateY(0);
	left: 0;
	top: 0;
	background-color: var(--OxfordBlue);
	opacity: 0.6;
}

.headerVideo {
	position: fixed;
	width: 100vw;
	right: 0;
	bottom: 0;
}

#landingCTA {
	margin: 0;
}

#landingCTA div {
	padding: 10px 20px;
}

.headerGradient {
	height: 100%;
	width: 100vw;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	position: absolute;
	bottom: 0;
}

/* GENERAL STORY */

h2 {
	margin: 100px -20px 25px;
	padding: 20px;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	width: 100%;
	background-color: var(--OxfordBlue);
}

header h2 {
	background-color: transparent;
	color: #fff;
}

.onBG {
	color: #fff;
	border-bottom: 3px #fff solid;
}

p {
	font-size: 1rem;
}

p a {
	color: inherit;
	font-weight: 700;
}

p a:hover {
	color: var(--Turquoise);
}

ul {
	list-style: none;
	background-color: #CCD2DB;
	padding: 20px 20px 0;
}

ul li::before {
	content: "\2022";
	color: var(--OxfordBlue);
	font-weight: 700;
	display: inline-block;
	width: 25px;
	margin-left: -25px;
}

ul li {
	margin: 0;
	padding-bottom: 15px;
	margin-left: 25px;
}

ul li b {
	color: var(--OxfordBlue);
}

h3 {
	font-size: 1.5rem;
	margin: 1rem 0 10px;
	color: var(--OxfordBlue);
}

h4 {
	font-size: 1.1rem;
	margin: 1rem 0 0;
}

.backgroundSection {
	background-color: #CCD2DB;
	padding: 0 20px 20px;
}

.footnoteLink a {
	text-decoration: none;
	color: var(--OxfordBlue);
}

.footnoteLink {
	font-weight: 700;
	padding: 0 0 0 3px;
}

.accDivider {
	margin: 5px 0 25px 0;
	width: auto;
	height: 3px;
	background-color: var(--OxfordBlue);
}

.fl-scrolly-link {
	display: block;
	padding: 50px;
}
 
.scrolly-text {
	z-index: 2;
	width: 100%;
	padding-top: 40vh;
	background-color: var(--chart-bg-colour);
}

/* BIO CARDS */

.contactsWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: space-between;
	margin: 100px -20px 0;
}

.bioGroup {
	width: 100%;
	max-width: 500px;
	display: grid;
	grid-template-columns: 136px auto;
	grid-column-gap: 12px;
	text-decoration: none;
	border-radius: 200px;
	overflow: hidden;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	background-color: #CCD2DB;
	color: #000;
	
	transform: translateY(0px);
}

.bioHvrFill {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: var(--OxfordBlue);
	transform: translateX(22px) translateY(22px);
	z-index: 1;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	border-radius: 500px;
	opacity: 0;
}

.bioGroup:hover .bioHvrFill {
	opacity: 1;
	width: 1000px;
	height: 1000px;
	transform: translateX(-450px) translateY(-400px);
}

.bioGroup:hover {
	transform: translateY(-3px);
	box-shadow: 0px 5px 7px rgba(0,0,0,0.2);
}

.bioGroup:hover .bioText * {
	color: #fff;
}

.bioHeadshot {
	width: 136px;
	border-radius: 75px;
	z-index: 2;
	margin: 12px;
}

.bioText {
	align-self: center;
	z-index: 2;
	transition-duration: 0.3s;
	margin: 12px 18px;
}

.bioName {
	font-weight: 700;
	font-size: 1.25rem;
	margin: 0;
	display: block;
	position: relative;
	margin-top: 0;
	padding: 0;
}

.bioName a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

.bioTitle, .bioContact {
	margin: 0 0 5px;
	display: block;
}


.bioContact {
text-decoration: none;
color: inherit;
}

.bioContact:hover {
text-decoration: underline;
}

.bioTxtContainer {
	padding: 5px 0;
}

/* TRANSACTION LIST */

.transactionGrid {
	margin: 0 0 100px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}

.transactionContainer {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 5px 15px 0;
	border-top: 3px var(--OxfordBlue) solid;
}

.transactionMonth {
	font-weight: 700;
	padding: 0 0 5px;
	margin: 5px 0;
	color: var(--OxfordBlue);
}

.transactionLogo {

	object-fit: contain;
	width: 100%;
	max-width: 150px;
	height: 100px;
	
	margin: 0 auto;
	
}

/* STATISTICS */

.statGrid, .pageLinkGrid {
	margin: 0 0 100px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}

.pageLinkGrid {
	margin: 15px -20px;
}

.inFlow {
	margin: 15px 0 30px;
	grid-template-columns: 1fr;
}

header .statistic {
	background-color: var(--Turquoise);
	color: #fff;
}

header .statFill {
	background-color: var(--OxfordBlue);
}

.statistic, .linkBox {
	background-color: var(--OxfordBlue);
	padding: 15px 15px 0px;
	overflow: hidden;
	
	position: relative;
	
	cursor: pointer;
	height: 100%;
	
	color: #fff;
}

.interactIcon {
	position: absolute;
	height: 36px;
	width: 36px;
	border-radius: 24px;
	
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	
	background-color: #fff;
	top: 15px;
	right: 15px;
	
	z-index: 2;
	
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.plusIcon {
	background-image: url("../images/plusIcon.svg");
	background-size: 50%;
	
	transition: transform 0.2s ease-in-out;
}

.interactContainer:hover .plusIcon {
	transform: rotate(45deg);
}

.rightLinkIcon {
	background-image: url("../images/readMoreArrow.svg");
}

.leftLinkIcon {
	left: 15px;
	transform: rotate(180deg);
	background-image: url("../images/readMoreArrow.svg");
}

#pageLinks {
	background-color: #CCD2DB;
	position: relative;
}

.linkBox:hover .rightLinkIcon, .contentsLink:hover .rightLinkIcon {
	animation-name: rightLinkAnim;
}

.linkBox:hover .leftLinkIcon {
	animation-name: leftLinkAnim;
}

.linkFill, .contentsFill {
	height: 100%;
	width: 150%;
	left: -15px;
	background-color: var(--Turquoise);
	position: absolute;
	top: 100%;
	z-index: 1;
	transition: top 0.2s ease-in-out;
}

.contentsFill {
	background-color: var(--OxfordBlue);
}

.linkBox:hover .linkFill, .contentsLink:hover .contentsFill {
	top: 0%;
}

/* SPLIT TEXT LAYOUTS */

.textStatContainer {
	
	position: relative;
}

.textStatContainer .statistic {
	margin: 20px 0;
	height: calc(100% - 40px);
	height: 250px;
	max-width: 250px;
	position: absolute;
	float: right;
	right: -346px;
}

.textStatContainer5050 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

/* CHART CONTAINERS */

.chartBox, .chartBoxBG {
	border-left: 3px var(--OxfordBlue) solid;
	padding: 20px 20px 5px;
	margin: 40px 0;
	background-color: #CCD2DB;
}

.chartBoxBG {
	padding: 0;
	border-left: none;
	width: 80%;
	margin: 40px auto;
	background-color: transparent;
}

.chartTitle {
	font-weight: 700;
	margin: 0 0 20px;
	color: var(--OxfordBlue);
}

.chartBoxWrapper, .chartBoxWrapperSmall {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
}

.chartBoxWrapperSmall {
	grid-template-columns: 1fr 1fr;
}

.infoIcon {
	height: 36px;
	width: 36px;
	border-radius: 36px;
	background-color: var(--OxfordBlue);
	display: block;
	background-image: url("../images/Data-Trend-Icon.svg");
	background-size: 55%;
	background-position: center;
	background-repeat: no-repeat;
}

.chartStatement {
	display: grid;
	align-content: center;
	align-items: center;
	grid-template-columns: 36px auto;
	grid-gap: 10px;
	color: var(--OxfordBlue);
	margin: 0 0 20px;
}

.chartStatement p {
	margin: 0;
}

.imageBanner {
	padding: 50px 20px;
	margin: -25px -20px 0;

	position: relative;
	overflow: hidden;
}

.bannerImage {
	background-size: cover;
	background-position: center;
	position: absolute;
	height: 200%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

#greenwashingImage {
	background-image: url("../images/greenwashingBG.jpg");
}

#rippleImage {
	background-image: url("../images/headers/MT-Droplet-Header-2.jpg");
}

.imageBanner p {
	position: relative;
	z-index: 2;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
}

.fillerGradient {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}


@keyframes rightLinkAnim {
	from{right: 15px;}
	to{right: 10px;}
}

@keyframes leftLinkAnim {
	from{left: 15px;}
	to{left: 10px;}
}

.linkTitle {
	font-size: 2rem;
	font-weight: 700;
	padding: 60px 0 0;
	margin: 0;
	line-height: 2rem;
	position: relative;
	z-index: 2;
}

.statFigure, .statFigureLarge {
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 0 0 5px 0;
	
	overflow: hidden;
	
	position: relative;
	
	top: calc(100% - 4rem - 10px);
	
	transition: top 0.2s ease-in-out;
}

.statFigureLarge {
	top: calc(100% - 8rem - 10px);
}

.statDesc {
	font-size: 1rem;
	font-weight: 200;
	margin: 0;
	padding: 0;
	
	position: relative;
	top: 100%;
	
	transition: top 0.2s ease-in-out;
}

.statistic:hover .statDesc, .statistic:hover .statFigure, .statistic:hover .statFigureLarge {
	top: 0;
}


/* ACCORDION */

.accContainer {
	margin: 25px 0;
	background-color: #CCD2DB;
}

/* ACCORDION BUTTON */

.accBtnText {
	align-self: center;
	margin: 0 15px;
	font-weight: 700;
}

.accBtn {
	cursor: pointer;
	display: flex;
	color: var(--OxfordBlue);
	padding: 15px;
}

/* ACCORDION BUTTON HEADING */

.accBtnSub {
	display: inline-block;
	background-color: #fff;
	background-image: url("../images/plusIcon.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position:center;
	border-radius: 50px;
	width: 36px;
	height: 36px;

	transition: transform 0.2s ease-in-out;
}

.accBtnSub:hover {
	background-color: #fff;
	color: var(--Terracotta);
}

/* ACCORDION TEXT */

.accContent {
	max-height: 0;
	padding: 0 20px;
	padding-bottom: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}

/* ACCORDION BUTTON ANIMATIONS */

.accBtnSub.active {
	transform: rotate(45deg);
}

footer {
	background-color: #000;
	color: #fff;
	padding: 150px 0 300px;
	position: relative;
	z-index: 2;
}

footer * a {
	color: #fff;
	font-weight: 700;
}

footer * a:hover {
	color: var(--Turquoise);
}

.footerLogo {
	display: block;
	margin: 100px 0;
	width: 300px;
	float: right;
}

footer .mainContentWrapper p {
	font-size: 0.8rem;
}

/* MOBILE STYLES */

@media only screen and (max-width: 1100px) {
	.contactsWrapper {margin: 100px 0 0;}
	.bioGroup {max-width: none;}
	header {padding: 200px 0 50px;margin-bottom: -200px;}
	.leadContact, .textLead {margin-top: 200px;}
}

@media only screen and (max-width: 1000px) {
	.statGrid, .transactionGrid, #pageContents {grid-template-columns: 1fr 1fr;}
	.statGrid {grid-gap: 40px;}
	.statFigure, .statFigureLarge, .statDesc {top: 0;}
	.plusIcon {display: none;}
}

@media only screen and (max-width: 800px) {
	.textStatContainer {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}

@media only screen and (max-width: 768px) {
	.statGrid, .transactionGrid, .pageLinkGrid, #pageContents, .chartBoxWrapperSmall {grid-template-columns: 1fr;}
	#pageLinks {background-color: transparent;}
	#burgerMenu {display: block;}
	.linkedInCTA {display: none;}
	#navLinks, #navLinks.hidden {top: -100vh;}
	
	.chartBox {padding: 10px;}
	
	#navLinksWrapper {
		flex-direction: column;
	}
	
	.linkedInCTAMob, .linkedInCTAMob div {
		display: block;
		margin-bottom: 20px;
	}
	
	header h1 {
		font-size: 3rem;
		line-height: 3rem;
		margin: 0 0 50px
	}
	
	#landingLogo {
		width: 200px;
		max-width: 100%;
	}
	
	#navLogo {height: 25px;}
	
	.headerImage {
		transform: translateX(-50%) translateY(0%);
	}
	
	#pageLinks {padding: 0;}
	.pageLinkGrid {grid-gap: 15px;}
	.linkFiller {display: none;}
	.pageLinkGrid a {margin-top: 3px;}

}

@media (max-aspect-ratio: 3/4) {
    .statGrid, .transactionGrid, .pageLinkGrid, #pageContents, .chartBoxWrapperSmall {grid-template-columns: 1fr;}
	#pageLinks {background-color: transparent;}
	#burgerMenu {display: block;}
	.linkedInCTA {display: none;}
	#navLinks, #navLinks.hidden {top: -100vh;}
	
	.chartBox {padding: 10px;}
	
	#navLinksWrapper {
		flex-direction: column;
	}
	
	.linkedInCTAMob, .linkedInCTAMob div {
		display: block;
		margin-bottom: 20px;
	}
	
	header h1 {
		font-size: 3rem;
		line-height: 3rem;
		margin: 0 0 50px
	}
	
	#landingLogo {
		width: 200px;
		max-width: 100%;
	}
	
	#navLogo {height: 25px;}
	
	.headerImage {
		transform: translateX(-50%) translateY(0%);
	}
	
	#pageLinks {padding: 0;}
	.pageLinkGrid {grid-gap: 15px;}
	.linkFiller {display: none;}
	.pageLinkGrid a {margin-top: 3px;}
}

@media only screen and (max-width: 400px) {
	.bioGroup {grid-template-columns: 25% auto;border-radius: 0;}
	.bioHvrFill {display: none;}
	.bioHeadshot {width: 100%;}
	
	.bioGroup:hover .bioText * {
		color: #000;
	}
}

@media only screen and (max-width: 350px) {
	.footerLogo{width: 100%;}
	#pageContents {
		flex-direction: column;
		gap: 15px;
	}
}

@media (orientation: portrait) {
	.headerVideo {
		width: auto;
		height: 100vh;
	}
}


