  /* Animations */
 .wow {
	 visibility: hidden;
}
.flex-video.vertical {
    padding-bottom: 170%;
}
img.zoom-effect,
.overlapping-media .media img {
	 transition: transform .5s ease;
}
img.zoom-effect:hover,
.overlapping-media:hover img {
	 transform: scale(1.01);
}
.overlapping-media .content {
    z-index: 10;
}
/* Typography */
 main p, main li {
	 font-size: 1.125rem;
	/* 18px */
	 line-height: 1.59090909;
}
main .note {
    font-size: 1rem;
    font-style: italic;
}
 @media (min-width: 641px) {
	 main p, main li {
		 font-size: 1.375rem;
		/* 22px */
		 line-height: 1.59090909;
	}
}
 main h1, main h2, main h3, main h4, main h5, main [class^="display-text"], main .pretitle, main .headline {
	 font-family: 'proxima-nova-condensed', 'new frank', sans-serif;
	 margin-top: 0;
	 margin-bottom: 1.375rem;
}
 main h2, main .h2 {
	 font-size: 3.4375rem;
	 font-weight: 800;
	 line-height: 1.21818182;
}
 main h3, main .h3 {
	 font-size: 2rem;
	 font-weight: 800;
	 line-height: 1.40625;
}
 @media (max-width: 640px) {
	 main h2, main .h2 {
		 font-size: 3rem;
	}
}
 .subtitle, .subtitle--large {
	 font-size: 1rem;
	 letter-spacing: 0.2em;
}
 .subtitle--large {
	 font-size: 5vw;
}
@media (min-width: 641px) {
	.subtitle--large {
		font-size: 2vw;
	}
}
 .cta-link-primary {
	 margin-right: 0;
	 padding-right: 1rem;
}
 .cta-link-primary, .cta-link-primary::after {
	 transition: all .2s ease;
}
 .cta-link-primary:hover::after {
	 transform: translateX(0.5rem);
}
 .next-module-link {
	 position: absolute;
	 bottom: 3rem;
	 font-size: 2.125rem;
	 line-height: 1;
	 text-align: center;
	 left: 50%;
	 margin-left: -0.5em;
	 color: #fff;
}
 .next-module-link:focus, .next-module-link:active {
	 outline: 1px dotted rgba(256,256,256,0.7) !important;
	 background-color: transparent !important;
}
 .next-module-link, .next-module-link i {
	 color: #fff;
}
/* Container */
@media (min-width: 1024px) {
	 .row {
		 max-width: 82.3125rem;
		 padding-left: 2rem;
		 padding-right: 2rem;
	}
	.content-block--fluid > .row {
		padding-left: 0;
		padding-right: 0;
	}
}
/*
This was in the design, but I'm leaving the regular column padding-left
@media only screen and (min-width: 810px) {
	 .column, .columns {
		 padding-left: 1.88888889rem;
		 padding-right: 1.88888889rem;
	}
}
 @media (max-width: 809px) {
	 .row {
		 padding-left: 0.94444444rem;
		 padding-right: 0.94444444rem;
	}
}
*/

/* Banner */
 @media (min-width: 1025px) {
	 #banner.banner-flex.short .content-flex, #banner-video.banner-flex.short .content-flex {
		 min-height: 75vh;
		 max-height: 650px;
	}
}
 #banner.banner-flex .content-flex .content,
 #banner .row {
	 width: 100%;
	 max-width: 100%;
}
#banner .headline-container {
    background-color: rgba(8,30,63,0.5);
}
 #banner h1 {
	 transform: none;
	 font-family: 'Georgia', serif;
}
 #banner h1 .impact {
	 font-size: 10.25vw;
	 line-height: 1.2;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 margin: 1rem 0;
}
/* Content Blocks */
 .content-block, .multimedia-bg .wrapper {
	 padding: 2.5rem 0;
}
 @media (min-width: 641px) {
	 .content-block, .multimedia-bg .wrapper {
		 padding: 6.5rem 0;
	}
}
/* Content Blocks Container Fluid */
 .content-block--fluid > .row {
	 max-width: 100%;
}
 .content-block--fluid > .row > .columns.small-12 {
	 padding-left: 0;
	 padding-right: 0;
}
 .content-block--fluid > .row .row {
	 max-width: 82.3125rem;
	 margin-left: auto;
	 margin-right: auto;
}
 .content-block--fluid > .row .row .row {
	 max-width: 100%;
}
/* Mini Content Blocks */
 .content-block--mini {
	 padding-top: 2.5rem;
	 padding-bottom: 2.5rem;
}
 @media (min-width: 1300px) {
	 .content-block--mini {
		 padding-top: 2.5rem;
		 padding-bottom: 2.5rem;
	}
}
/* Module: Color Split */
 .module--color-split .overlapping-sidebar-wrapper {
	 position: relative;
}
 @media (min-width: 1025px) {
	 .module--color-split .overlapping-sidebar {
		 position: absolute;
		 top: -2rem;
		 left: .9375rem;
		 width: calc(100% - 1.875rem);
	}
}
 .module--color-split .overlapping-sidebar p {
	 margin-bottom: 1.5rem;
}
 .module--color-split .overlapping-sidebar p:last-child {
	 margin-bottom: 0;
}
 .module--color-split .overlapping-sidebar h3 {
	 margin-top: 2rem;
}
 @media (max-width: 1024px) {
	 .module--why-now {
		 padding-top: 0;
	 }
	 .module--color-split #key-benchmarks .row {
		 display: block;
	}
}
@media (min-width: 641px) and (max-width: 1210px) {
	.module--color-split h3.h2 {
		font-size: 2rem;
	}
}
@media (max-width: 640px) {
	#key-benchmarks {
		padding-bottom: 8rem;
	}
}
/* Checklist */
 ul.checklist {
	 margin-left: 0;
}
 ul.checklist li {
	 position: relative;
	 margin: 1.40625rem 0;
	 padding-left: 1.75rem;
	 list-style: none;
}
 @media (min-width: 1025px) {
	 ul.checklist li {
		 padding-left: 2.75rem;
		 font-size: 1.625rem;
	}
}
 ul.checklist li::before {
	 content: '\f00c';
	 position: absolute;
	 left: 0;
	 top: 0.3rem;
	 font-weight: 900;
	 font-family: "Font Awesome 6 Free";
	 -moz-osx-font-smoothing: grayscale;
	 font-style: normal;
	 font-variant: normal;
	 line-height: 1;
	 text-rendering: auto;
	 color: #215F2D;
}
/* Overlapping Images */
.overlapping-images-wrapper {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
 .overlapping-images-wrapper img {
	 position: relative;
	 left: auto;
	 right: 0.75rem;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 transition: transform .1s ease;
}
 .overlapping-images-wrapper img:nth-child(2n) {
	 top: -4rem;
	 left: 0.75rem;
	 right: auto;
}
@media (min-width: 1025px) {
	.module--overlapping-images .row.vertically-centered {
		display: flex;
		align-items: center;
		margin-bottom: -6rem;
	}	
	.overlapping-images-wrapper {
		margin-top: 2rem;
		padding: 2rem 2rem 0;
	}
}
@media (max-width: 1024px) {
	.module--overlapping-images .row .row {
		margin-left: auto;
		margin-right: auto;
	}
	.module--overlapping-images .overlapping-images-wrapper {
		margin-bottom: -2rem;
		padding: 0 2rem;
	}
}
@media (min-width: 641px) and (max-width: 1024px) {
	.overlapping-images-wrapper {
		margin-top: -8rem;
	}
}
@media (max-width: 640px) {
	.module--overlapping-images .row.vertically-centered .columns {
    padding-left: 0;
		padding-right: 0;
	}
	.overlapping-images-wrapper {
		margin-top: -6rem;
	}
}
/* Module Top Rankings */
@meida (min-width: 641px) {
    .module--top-rankings h3 {
        text-align: center;
    }
}
/* Custom Stat Box */
.custom-stats {
	margin: 1rem 0 0;
}
.custom-stats .row .columns {
	min-height: 100%;
	margin-top: 1rem;
	float: none;
}
.custom-stats .row .columns .custom-stat-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.custom-stat-box {
	border-radius: 5px;
	padding: 3rem;
    background-color: #eef2f4;
    font-family: 'proxima-nova-condensed', 'new frank', sans-serif;
	text-align: center;
}
.fiu-background-gray .custom-stat-box {
    background-color: #fff;
}
.custom-stat-box span {
	display: block;
	margin-bottom: 0.625rem;
	line-height: 1.2;
}
.custom-stat-box .number {
	font-size: 2.5rem;
	font-weight: 800;
	color: #081E3F;
}
@media (min-width: 1025px) {
    .custom-stat-box .number {
    	font-size: 4.0625rem;
    }
}
.custom-stat-box .category {
	font-size: 1.5rem;
	font-weight: 700;
}
.custom-stat-box .source {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1.125rem;
}
@media (min-width: 641px) {
    .custom-stats .row {
    	display: flex;
    	align-items: stretch;
    }
		.custom-stats .row .columns {
			display: flex;
		}
	.custom-stat-box {
		text-align: left;
	}
}
/* Big Number Component */
.big-number {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 700;
    font-family: 'proxima-nova-condensed', 'new frank', sans-serif;
}
.big-number .number {
	display: block;
	font-size: 7.1875rem;
	line-height: 1.2;
	font-weight: 800;
}
.big-number .number .unit {
	font-size: 0.85em;
}
/* Overlapping Text */
.overlapping-text {
	border-radius: 5px 5px 0 0;
	margin: -6rem auto 0;
	padding: 2rem 2rem 0;
	max-width: 49.375rem;
	background-color: #fff;
}
@media (min-width: 641px) {
	.overlapping-text {
		margin-top: -17.5rem;
		padding: 3.75rem 3.75rem 0;
	}
}
/* Thumbnail Grid */
.thumb-grid {
    margin-top: 1.5rem;
}
/* Descriptive Paragraph Before */
.descriptive-paragraph-before {
    width: 100%;
}