* {
	box-sizing: border-box;
}
body, html {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #54565a;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
#topSpacer {
	display: block;
	position: relative;
	height: 80px;
	width: 100%;
}
#lottie {
	box-sizing: border-box;
	width: 512px;
	height: 512px;
	margin: auto;
}
.redCircle {
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 7px solid #d0333a;
	border-radius: 50%;
	margin: auto;
}
.flex3col, .flex2col, .flex1col {
	box-sizing: border-box;
	width: 90%;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 25px;
	margin: auto;
	margin-bottom: 50px;
	text-align: justify;
}
.flexJustified {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.autoWidth {
	width: fit-content;
}
.fullWidth {
	width: 100%;
}
.fiftyWidth {
	width: 50%;
}
.fortySixWidth {
	width: 47%;
}
.fortyFiveWidth {
	width: 45%;
}
.fortyWidth {
	width: 40%;
}
.thirtyWidth {
	width: 30%;
}
.twentyWidth {
	width: 20%;
}
.sixtyWidth {
	width: 60%;
}
.seventyWidth {
	width: 70%;
}
.autoMargin {
	margin: auto;
}
.allCaps {
	text-transform: uppercase;
}
.flex3col h2, .flex2col h2, .flex1col h2 {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 35px;
}
.redBG {
	background-color: #d0333a;
	color: #fff;
}
.redBG a:link, .redBG a:visited {
	color: #fff;
}
.redBG a:hover {
	color: #d0333a;
	background-color: #fff;
}
.fifteenPadding {
	padding: 15px;
}
#splash {
	position: relative;
	box-sizing: border-box;
	margin: 0px;
	margin-bottom: 100px;
	padding: 0px;
	width: 100%;
	height: calc(.56 * 100vw);
	background-image: url("img/homeSplash.jpg");
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #222;
	position: relative;
	filter: blur(15px);
	overflow: hidden;
}
#splashTopWrapper {
	position: absolute;
	top: 15vw;
	left: 10vw;
	display: block;
	width: fit-content;
	height: fit-content;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(97, 136, 225, 0.3);
}
#splashBottomWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2vw;
	position: absolute;
	bottom: 8vw;
	right: -35vw;
	width: fit-content;
	color: #fff;
}
.medSplashText {
	font-size: 1.3vw;
	font-weight: 500;
}
.largeSplashText {
	font-size: 6vw;
	font-weight: 600;
	line-height: .8;
	text-transform: uppercase;
	margin-top: 0px;
	margin-left: -.3vw;
	padding: 0px;
}
#clientSplash, #investmentsSplash {
	margin-top: 0vw;
	margin-bottom: .75vw;
	font-size: 2vw;
	width: 0vw;
	color: #222;
	overflow: hidden;
	width: 30vw;
	height: fit-content;
	max-height: 0vw;
}
#strongest {
	font-size: 6vw;
	height: 6vw;
	overflow: hidden;
	padding-top: 0px;
	width: fit-content;
	max-width: 0vw;
}
#possible {
	font-size: 4.5vw;
	height: 4.5vw;
	overflow: hidden;
	padding-top: 0px;
	width: fit-content;
	max-width: 0vw;
	white-space: nowrap;
}

#splashArrow {
	width: 6vw;
	height: auto;
}
#arrowText {
	width: 25vw;
	background-color: rgba(25,25,25,.7);
	padding: 1vw;
	padding-right: 5vw;
}

.prominent {
	box-sizing: border-box;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 100px;
	font-size: x-large;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	line-height: 1.5;
	max-width: 1200px;
}
.sectionHeader {
	box-sizing: border-box;
	position: relative;
	width: 90%;
	max-width: 1200px;
	font-size: larger;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin: auto;
	margin-top: 200px;
	margin-bottom: 175px;
}
.sectionHeader::before {
	display: block;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -125px);
	content: "";
	width: 75px;
	height: 75px;
	background-image: url('img/arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.sectionHeader::after {
	display: block;
	content: "";
	width: 90%;
	height: 45px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 85px);
	background-image: url('img/km.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.noArrow {
	margin-top: 0px;
}
.noArrow::before {
	height: 0px;
	background-image: none;
}
#navBar {
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	background-color: transparent;
	margin: 0px;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0px 5px 10px rgba(25,25,25,.25);
}
#homeButton {
	padding: 0px;
	padding-top: 2px;
	padding-right: 10px;
}
#homeButton:hover img {
	filter: brightness(400%);
}
#logo {
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 10px;
}
#logoIcon {
	box-sizing: border-box;
	width: auto;
	height: 53px;
}
#logoText {
	width: auto;
	height: 42px;
	margin-left: 8px;
}
#burgerBTN {
	display: none;
}
#burgerBTN:hover {
	cursor: pointer;
	color: #fff;
	background-color: #d0333a;
}
#burgerMenu {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
#burgerMenu a {
    font-size: 16px;
	display: inline-block;
	width: fit-content;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.hasSub {
	display: block;
}
.navSub {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	position: absolute;
	top: 80px;
	left: 0px;
	background-color: #d0333a;
	text-align: right;
	padding: 0px;
	padding-right: 60px;
	margin: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: .2s;
}
.hasSub:hover .navSub {
	height: 80px;
	transition: .2s;;
}
.navSub a:link, .navSub a:visited {
	color: #fff;
	white-space: nowrap;
	margin: 0px;
	width: fit-content;
}
.navSub a:hover {
	background-color: #fff;
	color: #d0333a;
}
.flexIndent {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.indentLeft {
	box-sizing: border-box;
	text-align: center;
	width: 175px;
	height: fit-content;
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 25px;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: smaller;
	text-transform: uppercase;
}
.serif {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: xxx-large;
	font-weight: 400;
	font-style: italic;
}
.indentRight {
	text-align: justify;
	width: 100%;
	height: fit-content;
}
#splashAnim {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 99vw;
	height: auto;
}
.parallax {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: calc(.5 * 100vw);
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #146492;
	position: relative;
}

.circleHeader h1, .circleHeader h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.5vw;
	line-height: 1.2;
	height: fit-content;
	max-height: 0vw;
	transform: translate(-50%,-50%);
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
	overflow-y: hidden;
	transition: .5s;
	opacity: .75;
}
.circleLottie {
	position: absolute;
	filter: brightness(3);
	top: 50%;
	left: 50%;
	width: 50vw;
	height: 50vw;
	transform: translate(-50%,-50%);
	opacity: .75;
}
#servicesHeader {
	box-sizing: border-box;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	height: calc(.5 * 100vw);
	background-image: url("img/evolveCaseStudyHeader.jpg");
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #146492;
	position: relative;
}
#servicesHeader h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2vw;
	line-height: 1.2;
	height: fit-content;
	max-height: 0vw;
	transform: translate(-50%,-50%);
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
	overflow-y: hidden;
	transition: .5s;
	opacity: .75;
}
#caseStudyOverlay {
	position: absolute;
	bottom: 25px;
	right: -100%;
	height: 90px;
	width: 300px;
	z-index: 2;
	gap: 0px;
	transition: 1s;
}
#caseStudyOverlay:hover {
	width: 350px;
	transition: 1s;
}
#caseStudyOverlayLeft {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
#caseStudyOverlayRight {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d0333a;
	color: #fff;
	text-align: center;
	font-size: normal;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#caseStudyOverlayLink:hover {
	background-color: rgba(0,0,0,0);
}
#caseStudyOverlayLogoIcon {
	width: 15px;
}
#caseStudyOverlayLogoText {
	width: 120px;
}
#servicesCircle {
	position: absolute;
	filter: brightness(3);
	top: 50%;
	left: 50%;
	width: 40vw;
	height: 40vw;
	transform: translate(-50%,-50%);
	opacity: .75;
}
.figureText {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	padding-right: 100px;
	text-align: right;
	font-weight: 400;
	font-style: italic;
}
.spotlightFlex {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 25px;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
a {
	padding: 5px;
	text-decoration: none;
	color: #54565a;
	font-weight: 600;
	transition: .2s;
}
a:hover {
	background-color: #d0333a;
	color:#fff;
	transition: .2s;
}
.centered {
	text-align: center;
}
.centerAlign {
	text-align: center;
}
.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}
.justifyAlign {
	text-align: justify;
}
.calloutBTN {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 75px;
	width: fit-content;
	padding: 0px;
	transition: .5s;
}
.calloutBTN:hover {
	background-color: #fff;
	letter-spacing: 3px;
	transition: .5s;
}
.calloutBTN .calloutBTNIcon {
	transform: rotate(0deg);
	transition: .5s;
}
.calloutBTN:hover .calloutBTNIcon {
	transform: rotate(360deg);
	transition: 1s;
}
.calloutBTNIcon {
	display: none;
	width: 70px;
	height: 70px;
	background: none;
	margin: 0px;
	padding: 0px;
}
.calloutBTNIcon img {
	display: block;
	height: 100%;
	width: auto;
	margin: auto;
}
.calloutBTNText {
	background-color: #fff;
	color: #d0333a;
	border: 1px solid #d0333a;
	font-family: 'Times New Roman', Times, serif;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 20px;
	font-weight: 300;
}
.spotlightLink {
	height: fit-content;
	transition: .5s;
	border: 0px;
	opacity: .6;
}
.spotlightLink:hover {
	background-color: #fff;
	color: #54565a;
	transform: scale(1.1);
	opacity: 1;
	transition: .5s;
	border: 0px;
}
.spotlightLink img {
	width: 200px;
}
#footer {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #d0333a;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px;
}
#footer > div {
	display: block;
	width: 90vw;
}
#footerNav {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.contact2col {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}
input {
	display: inline;
	font-family: montserrat, sans-serif;
	color: #54565a;
	padding: 10px;
	border: 1px solid #54565a;
	margin: auto;
	margin-bottom: 10px;
	width: 100%;
}
#contactSubmit {
	margin-bottom: 0px;
	width: 33%;
	background-color: #d0333a;
	border: 1px solid #d0333a;
	color: #fff;
	font-weight: 600;
	transition: .2s;
}
#contactSubmit:hover {
	cursor: pointer;
	background-color: #fff;
	color: #d0333a;
	border: 1px solid #d0333a;
	transition: .2s;
}
textarea {
	display: block;
	font-family: montserrat, sans-serif;
	color: #54565a;
	padding: 10px;
	border: 1px solid #54565a;
	margin-bottom: 10px;
	width: 100%;
	height: calc(100% - 47px);
}
#contactTopper {
	margin-top: -50px;
	margin-bottom: 25px;
	max-width: 825px;
	width: 60%;
}
#contactForm {
	margin-bottom: 150px;
	max-width: 800px;
}
.aboutPortrait {
	display: block;
	width: 80%;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 25px;
	box-shadow: 0px 5px 10px rgba(25,25,25,.25);
}



@media screen and (max-width: 1050px) {
	#burgerMenu {
		position: absolute;
		align-items: flex-start;
		justify-content: flex-start;
		top: 80px;
		right: -260px;
		width: 250px;
		max-width: 250px;
		height: calc(100vh - 80px);
		background-color: #fff;
		flex-flow: column;
		box-shadow: 0px 10px 10px rgba(25,25,25,.25);
		transition: .3s;
	}
	#burgerMenu div {
		width: 100%;
	}
	#burgerMenu a:link, #burgerMenu a:visited {
		width: 100%;
		text-align: right;
		margin: 0px;
		margin-right: 0px;
		margin-left: 0px;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.hasSub:hover .navSub{
		height: fit-content;
	}
	.navSub {
		top: 0px;
		left: auto;
		position: relative;
		flex-flow: column;
		width: 100%;
		height: fit-content;
		max-height: 150px;
		text-align: right;
		background-color: #fff;
		margin: 0px;
		padding-right: 5px;
		transition: .5s;
	}
	.navSubCollapsed {
		max-height: 0px !important;
		transition: .5s;
	}
	.navSub a:link, .navSub a:visited {
		color: #54565a;
		margin-left: auto;
		margin-right: 0px;
		text-align: right;
		display: block;
		width: 100%;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		border-right: 2px solid #d0333a;
	}
	.navSub a:hover {
		color: #fff;
		background-color: #d0333a;
	}
	#burgerBTN {
		position: relative;
		display: block;
		color: #54565a;
		font-weight: 700;
		font-size: 55px;
		height: 60px;
		width: 60px;
		padding-bottom: 5px;
		user-select: none;
	}
	#burgerIcon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
		transition: .2s;
	}
	#closeIcon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: .2s;
	}
	.flexJustified.sixtyWidth {
		width: 90%;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 800px) {
    #burgerMenu {
        top: 60px;
        height: calc(100vh - 60px);
    }
    #navBar, #topSpacer {
        height: 60px;
    }
    #logoText {
        height: 30px;
    }
    #logoIcon {
        height: 35px;
    }
	#splashTopWrapper {
		top: 8vw;
		transform: scale(1.25);
	}
	#clientSplash {
		transform: scale(1.25) translateX(10%);
	}
	#splashBottomWrapper {
		right: -100%;
		bottom: 4vw;
		transform: scale(1.4);
	}
	#caseStudyOverlay {
		bottom: 5px;
		margin-bottom: 0px !important;
		width: 200px;
		height: 55px;
	}
	#caseStudyOverlay:hover {
		width: 275px;
	}
	#caseStudyOverlayRight {
		font-size: x-small;
	}
	#arrowText {
	    font-size: 1.75vw;
	    width: 30vw;
	}
	#caseStudyOverlayLogoIcon {
		width: 10px;
	}
	#caseStudyOverlayLogoText {
		width: 80px;
	}
	#servicesCircle, #networkCircle, #aboutCircle, #leaderCircle, #serviceCircle {
		width: 70vw;
		height: 70vw;
	}
	#servicesHeader h2, #networkHeader, #aboutHeader, #leaderHeader, #service h1 {
		font-size: 3.5vw;
	}
	.flex1col, .flex2col, .flex3col {
		flex-flow: column;
	}

	.flex2col .fiftyWidth {
		width: 100%;
	}
	.flex2col.seventyWidth,
	.flex1Col.seventyWidth {
		width: 90%;
	}
	.flex1col .seventyWidth {
		width: 100%;
	}
	.flex3col .thirtyWidth {
		width: 100%;
	}

	.centerAlign.sixtyWidth.autoMargin {
		width: 90%;
	}
	#caseStudyOverlay.flex2col {
		flex-flow: row;
	}
	.aboutPortrait {
		width: 60%;
	}
	#contactForm.flex2col.sixtyWidth {
		width: 90%;
		flex-flow: column-reverse;
		gap: 0px;
	}
	#contactForm.flex2col .sixtyWidth, 
	#contactForm.flex2col .fortyWidth {
		width: 100%;
	}
	#contactTopper {
		width: 90%;
		flex-flow: column;
		text-align: left;
	}
	.prominent {
		font-size: larger;
		width: 90%;
	}
	#footerNav {
		display: none !important;
	}
	#footer a {
	    display: block;
	}
	#footer {
		height: fit-content;
		gap: 25px;
		padding-bottom: 25px;
		padding-top: 25px;
	}
	#caseStudiesWrapper {
	    flex-flow: column;
	}
	#caseStudiesWrapper a {
	    width: 100% !important;
	    margin-bottom: 25px;
	    opacity: 1;
	}
	.flexIndent {
	    flex-flow: column;
	}
	.spotlightFlex {
		flex-flow: column;
	}
	.spotlightFlex .spotlightLink {
		margin: auto;
		opacity: 1;
	}
}