/*
Theme Name: NBA Foundation 2020
Theme URI:
Author: Curran & Connors
Author URI: https://www.curran-connors.com/
Description: A theme for the NBA Foundation 2020
Requires at least: WordPress 5.1.1
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nbaf
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	position: relative;
	background: #fff;
	padding-top: 100px;
	font-size: 20px;
	line-height: 1.9;
	font-family: "Roboto", sans-serif;
	color: #555;
	overflow-x: hidden;
	overflow-y: auto;
}

#wpadminbar {
	z-index: 1000000000000000000;
	position: fixed !important;
	top: 0 !important;
}

a {
	color: #1D428A;
	-webkit-transition: color, border, background;
	-o-transition: color, border, background;
	transition: color, border, background;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a:hover,
a:active,
a:focus {
	color: #D0021B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	color: #1D428A;
	display: block;
	font-family: "ActionNBA", sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 15px;
}

* ~ h2 {
	margin-top: 77px;
}

h2:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 50px;
	height: 3.75px;
	display: block;
	background: #D0021B;
}

h3 {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 15px;
}

h4 {
	font-size: 30px;
	line-height: 1.02941;
	margin-bottom: 15px;
}

.leading {
	font-size: 30px;
	line-height: 1.33333;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "ActionNBA", sans-serif;
}

.page-title {
	z-index: 99;
	position: relative;
	margin: -80px auto 100px;
	width: 100%;
}

.page-title:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	right: -15px;
	height: 81px;
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(#fff));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), #fff);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #fff);
}

.page-title h1 {
	padding: 10px 20px 0;
	text-align: center;
	max-width: 952px;
	margin-left: auto;
	margin-right: auto;
}

.page-title .page-description {
	margin: 25px auto 0;
	max-width: 848px;
}

.button,
.wp-block-button > a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	border-radius: 5px;
	border: 2px solid #D0021B;
	background: #fff;
	color: #1D428A;
	text-decoration: none !important;
	padding: 18px 60px 18px 33px;
}

.button:after,
.wp-block-button > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 32px;
	width: 10px;
	height: 10px;
	display: block;
	border-top: 2px solid #1D428A;
	border-right: 2px solid #1D428A;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: border-color, right;
	-o-transition: border-color, right;
	transition: border-color, right;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.button:hover,
.button:hover:active,
.button:hover:focus,
.button:hover:visited,
.wp-block-button > a:hover,
.wp-block-button > a:hover:active,
.wp-block-button > a:hover:focus,
.wp-block-button > a:hover:visited {
	color: #fff;
	background: #D0021B;
}

.button:hover:after,
.button:hover:active:after,
.button:hover:focus:after,
.button:hover:visited:after,
.wp-block-button > a:hover:after,
.wp-block-button > a:hover:active:after,
.wp-block-button > a:hover:focus:after,
.wp-block-button > a:hover:visited:after {
	right: 28px;
	border-color: #fff;
}

.button:active,
.button:focus,
.button:visited,
.wp-block-button > a:active,
.wp-block-button > a:focus,
.wp-block-button > a:visited {
	color: #1D428A;
}

.footnotes {
	font-size: 16px;
	line-height: 1.5;
	max-width: 952px;
}

#contact-iframe {
	position: relative;
	width: 100%;
	min-height: 200px;
	border: 7px solid rgba(155, 155, 155, 0.1);
}

#contact-iframe iframe {
	width: 100%;
	height: 1600px !important;
	margin: 0 auto;
}

#contact-iframe .contact-iframe {
	background: #fff;
}

#contact-iframe #contact-default {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 20px;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-animation: fade-in 0.3s linear 1s forwards;
	animation: fade-in 0.3s linear 1s forwards;
}

header {
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: height 0.1s, -webkit-box-shadow 0.1s;
	transition: height 0.1s, -webkit-box-shadow 0.1s;
	-o-transition: height 0.1s, box-shadow 0.1s;
	transition: height 0.1s, box-shadow 0.1s;
	transition: height 0.1s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
}

header:before {
	z-index: 5;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
}

.admin-bar header {
	top: 32px;
}

header .wrapper {
	height: 100%;
}

.floating-header:not(.style-navigation) header {
	height: 70px;
	-webkit-box-shadow: 0 -3px 17px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -3px 17px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.floating-header:not(.style-navigation) header .logo {
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.floating-header:not(.style-navigation) header #main-menu a {
	line-height: 70px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.logo {
	z-index: 10;
	position: relative;
	padding: 15px 0 14px;
	width: 145px;
	height: 100%;
	float: left;
	display: block;
	-webkit-transition: height 0.1s;
	-o-transition: height 0.1s;
	transition: height 0.1s;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

#main-menu {
	z-index: 10;
	position: relative;
	float: right;
	max-width: calc(99% - 145px);
	height: 100%;
	font-family: "ActionNBA", sans-serif;
}

#main-menu ul {
	list-style: none;
	height: 100%;
	margin: 0 -20px 0 auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#main-menu li {
	height: 100%;
	padding: 0;
	font-size: 24px;
	display: inline-block;
}

#main-menu a {
	display: block;
	height: 100%;
	line-height: 100px;
	padding: 0 30px;
	color: #1D428A;
	text-decoration: none !important;
	-webkit-transition: line-height, color, background;
	-o-transition: line-height, color, background;
	transition: line-height, color, background;
	-webkit-transition-duration: 0.1s, 0.3s, 0.3s;
	-o-transition-duration: 0.1s, 0.3s, 0.3s;
	transition-duration: 0.1s, 0.3s, 0.3s;
}

#main-menu a:hover {
	color: #D0021B;
}

#main-menu .current-menu-item a {
	color: #D0021B;
}

#navicon {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	display: none;
	cursor: pointer;
	overflow: hidden;
	border: 0 none;
	background: transparent;
	outline: none;
}

.navicon {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.navicon,
.navicon:before,
.navicon:after {
	position: absolute;
	left: 50%;
	width: 25px;
	height: 3px;
	background: #D0021B;
	display: block;
	-webkit-transition: background, -webkit-transform;
	transition: background, -webkit-transform;
	-o-transition: background, transform;
	transition: background, transform;
	transition: background, transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	will-change: background, transform;
}

.navicon:before {
	content: "";
	top: -8px;
	-webkit-transform: translate(-50%, 0) rotate(0deg);
	-ms-transform: translate(-50%, 0) rotate(0deg);
	transform: translate(-50%, 0) rotate(0deg);
}

.navicon:after {
	content: "";
	top: 8px;
	-webkit-transform: translate(-50%, 0) rotate(0deg);
	-ms-transform: translate(-50%, 0) rotate(0deg);
	transform: translate(-50%, 0) rotate(0deg);
}

.style-navigation .navicon {
	background: transparent;
}

.style-navigation .navicon:before {
	top: 0;
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	-ms-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}

.style-navigation .navicon:after {
	top: 0;
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}

.page-header {
	position: relative;
	padding: 80% 0 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #00002C;
}

.home .page-header {
	padding-top: 40%;
	min-height: calc(90vh - 100px);
}

.error404 .page-header {
	padding: 0;
	height: 200px;
}

.page-header .video-player-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	inset: 0px;
}

.page-header .video-player-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 110vw;
	min-height: 100%;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.homepage-stories {
	text-align: center;
	font-size: 18px;
	line-height: 1.77778;
	margin-bottom: 60px;
}

.homepage-stories p {
	max-width: 462px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 27px;
}

img {
	height: auto;
}

.section-who-we-are {
	color: #fff;
}

.section-who-we-are h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 55px;
}

.section-who-we-are h2:before {
	background: #fff;
}

.section-who-we-are figure {
	margin-bottom: 0;
}

.section-who-we-are figure.alignright img {
	margin-top: -30px;
}

.section-who-we-are .wp-block-columns {
	clear: both;
}

.section-who-we-are .wp-block-columns .wp-block-column:first-child .wp-block-image {
	margin-bottom: 1rem;
}

.section-who-we-are .wp-block-group__inner-container > .wp-block-image figure {
	max-width: 33%;
}

.blue-background {
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}

.blue-background:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100vw - 9px);
	height: 100%;
	margin-left: -50vw;
	background: #1D428A;
}

.leadership-lightbox {
	z-index: 9999999999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(29, 66, 138, 0.2);
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.leadership-lightbox .modal-inner {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.leadership-lightbox .modal-content-wrap {
	position: absolute;
	top: 50px;
	left: 10px;
	right: 10px;
	bottom: 0;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.leadership-lightbox .modal-content-inner {
	max-width: 978px;
	padding: 140px 20px 50px;
	margin-left: auto;
	margin-right: auto;
}

.leadership-lightbox .close-button-wrap {
	z-index: 999;
	position: absolute;
	top: 90px;
	left: 50%;
	width: 88%;
	height: 0;
	max-width: 1120px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.leadership-lightbox h2 {
	margin-top: 0;
	padding-bottom: 5px;
}

.style-leader-modal .leadership-lightbox {
	opacity: 1;
}

.open-leader-modal .leadership-lightbox {
	width: 100%;
	height: 100%;
}

#modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 0 none;
	color: #1D428A;
}

#modal-close:after {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	will-change: transform;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

#modal-close:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
	transform: translate(-50%, -50%) scale(1.2, 1.2);
}

.number-boxes {
	margin: 22px 0 0;
}

.number-boxes .wp-block-column {
	position: relative;
	padding: 38px 22px 40px;
	margin-bottom: 30px;
	border: 7px solid rgba(155, 155, 155, 0.12);
}

.number-boxes h4 {
	margin-bottom: 20px;
}

.number-boxes p {
	margin-bottom: 0;
}

.number-boxes p:not(.number) {
	font-size: 16px;
	line-height: 1.6875;
	display: table;
	min-width: 60%;
	margin-bottom: 27px;
}

.number-boxes .number {
	float: left;
	width: 100px;
	padding-right: 10px;
	clear: left;
	white-space: nowrap;
}

.number {
	font-size: 60px;
	line-height: 1.14516;
	font-weight: bold;
	font-family: "ActionNBA", sans-serif;
	color: #D0021B;
}

#header-slider .slick-dots {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 120px;
	width: 100%;
	height: 0;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
}

#header-slider .slick-dots button {
	position: relative;
	font-size: 0;
	width: 30px;
	height: 30px;
	display: block;
	background: transparent;
	border: 0 none;
}

#header-slider .slick-dots button:before {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 100%;
	display: block;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#header-slider .slick-dots li {
	position: relative;
	display: inline-block;
}

#header-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.full-width-banner {
	position: relative;
	margin-top: 143px;
	padding: 106px 0 82px;
	color: #fff;
	text-align: center;
}

.full-width-banner .bg {
	z-index: -1;
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	height: 100%;
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.full-width-banner .banner-content {
	z-index: 99;
	position: relative;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.full-width-banner blockquote {
	font-size: 50px;
	line-height: 0.98837;
	font-family: "ActionNBA", sans-serif;
}

.full-width-banner .caption {
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 47px;
	padding-top: 48px;
}

.full-width-banner .caption:before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 25px);
	width: 50px;
	height: 3.75px;
	background: #fff;
}

.full-width-banner.banner-img-top .bg {
	background-position: center top;
}

.full-width-banner.banner-thin .banner-content {
	max-width: 900px;
}

.full-width-banner.banner-left blockquote,
.full-width-banner.banner-left .caption {
	max-width: 50%;
	text-align: left;
}

.full-width-banner.banner-left .caption:before {
	left: 0;
}

.leadership {
	margin-top: 25px;
}

.leadership .item {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.leadership .item a {
	color: #555;
	display: block;
	text-decoration: none !important;
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.leadership .leader-image {
	position: relative;
	width: 100%;
	padding: 100% 0 0;
	border-radius: 18px;
	margin-bottom: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f1f1f1;
	background-size: cover;
}

.leadership .leader-title {
	display: block;
	font-size: 28px;
	line-height: 1.21429;
	font-family: "ActionNBA", sans-serif;
	font-weight: bold;
	color: #1D428A;
	padding-right: 30px;
}

.leadership .leader-title:after {
	content: "";
	position: absolute;
	width: 21px;
	height: 23px;
	margin: 5px 0 0 10px;
	background: url("images/icon-plus.png") no-repeat center center/auto auto;
}

.leadership .leader-subtitle {
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

.wrapper {
	max-width: 1220px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper.full {
	max-width: 1480px;
}

main {
	position: relative;
}

.wp-block-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wp-block-column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	word-break: break-word;
	overflow-wrap: break-word;
}

.wp-block-columns.are-vertically-aligned-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.wp-block-column.is-vertically-aligned-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.row.row5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row.row5 > [class*=col] {
	padding-left: 5px;
	padding-right: 5px;
}

footer {
	font-size: 16px;
	line-height: 1.3125;
	text-align: left;
	min-width: 86px;
	padding: 0 0 32px;
	background: #051c2d;
	color: #fff;
}

footer a,
footer a:active,
footer a:focus,
footer a:visited {
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
}

footer .wrapper {
	padding-left: 0;
	padding-right: 0;
}

footer .row {
	margin-left: 0;
	margin-right: 0;
}

footer .row > .col {
	padding-left: 0;
	padding-right: 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

footer .footer-left {
	font-weight: 400;
	font-size: .625rem;
	line-height: 1.25;
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

footer .footer-left p {
	margin-bottom: 0.5rem;
}

footer .footer-left p:first-child {
	font-weight: 700;
}

footer .footer-right {
	max-width: 100%;
	text-align: left;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

footer .footer-right a {
	color: #fff;
	font-size: 20px;
	padding: 0;
}

footer .footer-right a:hover {
	color: #fff;
}

footer .footer-right a:not(:last-child) {
	margin-right: 1.25rem;
}

footer .footer-left-wrap {
	padding-left: 1rem;
}

footer .footer-logo {
	width: 96px;
	height: auto;
	max-width: 100%;
}

footer .social-menu {
	padding: 1.5rem 0;
}

footer .social-menu a {
	text-decoration: none !important;
}

#footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2rem;
}

#footer-menu > ul > li {
	border-bottom: 1px solid rgba(246, 246, 246, 0.3);
}

#footer-menu > ul > li.menu-item-has-children > a {
	padding: 1rem 2rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.25;
	display: block;
}

#footer-menu > ul > li.menu-item-has-children > a:hover {
	color: #fff;
	text-decoration: none;
}

#footer-menu li {
	position: relative;
}

#footer-menu ul.sub-menu {
	padding: 0 2rem 1.5rem;
	font-size: 0;
	display: none;
}

#footer-menu ul.sub-menu li {
	display: inline-block;
	width: 100%;
}

#footer-menu .drop-visible .link-arrow-after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#footer-menu .drop-visible ul.sub-menu {
	display: block;
}

#footer-menu a {
	z-index: 10;
	position: relative;
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.25;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-menu .menu-item-has-children .link-arrow-after {
	display: block;
}

#footer-menu .link-arrow-after {
	z-index: 0;
	position: absolute;
	top: 1rem;
	right: 2rem;
	display: none;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#footer-utility ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#footer-utility ul li {
	display: inline-block;
	margin-bottom: 0.5rem;
}

#footer-utility ul li:not(:last-child):after {
	content: "|";
	padding: 0 .5rem;
	font-size: .625rem;
}

#footer-utility ul a {
	display: inline-block;
	color: #fff;
	font-size: .625rem;
}

#footer-utility ul a:hover {
	color: #fff;
	text-decoration: underline;
}

#ccpaFooterContainer {
	display: none !important;
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media screen and (min-width: 600px) {
	.section-who-we-are .wp-block-columns .wp-block-column:first-child .wp-block-image {
		margin-bottom: 0;
	}

	.section-who-we-are .wp-block-columns .wp-block-column:first-child .wp-block-image img {
		max-width: calc(100% + 34px);
	}

	.section-who-we-are .wp-block-columns .wp-block-column:last-child .wp-block-image img {
		max-width: calc(100% - 5px);
	}
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 64px;
	}

	h2 {
		font-size: 55px;
	}

	h3 {
		font-size: 42px;
	}

	h4 {
		font-size: 34px;
	}

	.leading {
		font-size: 45px;
	}

	.page-header {
		padding-top: 50%;
	}

	.section-who-we-are .wp-block-group__inner-container > .wp-block-image {
		padding-right: 140px;
	}

	.blue-background {
		padding-top: 102px;
		padding-bottom: 102px;
	}

	#footer-menu ul.sub-menu li {
		display: inline-block;
		width: 33.333333%;
	}
}

@media (min-width: 782px) {
	.wp-block-columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.wp-block-column {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.wp-block-column[style*=flex-basis] {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}

@media screen and (min-width: 992px) {
	.full-width-banner blockquote {
		font-size: 86px;
	}
}

@media screen and (min-width: 1024px) {
	footer {
		text-align: left;
		padding-top: 33px;
	}

	footer .wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	footer .footer-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: calc(100% - 300px);
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(100% - 300px);
		flex: 1 0 calc(100% - 300px);
	}

	footer .footer-right {
		margin-top: 20px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: right;
		max-width: 300px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 300px;
		flex: 1 0 300px;
	}

	footer .social-menu {
		margin-top: -20px;
		padding: 0;
	}

	#footer-menu {
		border-bottom: 1px solid rgba(246, 246, 246, 0.3);
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}

	#footer-menu > ul {
		padding-left: .75rem;
		padding-right: .75rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer-menu > ul > li {
		border: 0 none;
	}

	#footer-menu > ul > li:last-child {
		margin-right: 1.5rem;
		margin-left: 20%;
	}

	#footer-menu > ul > li.menu-item-has-children > a {
		padding: 1rem 0;
		text-transform: uppercase;
		font-weight: 700;
		font-size: .625rem;
		line-height: 1.25;
		display: block;
	}

	#footer-menu > ul > li.menu-item-has-children > a:hover {
		color: #fff;
		text-decoration: none;
	}

	#footer-menu ul.sub-menu {
		padding: 0;
		display: block;
	}

	#footer-menu ul.sub-menu li {
		display: block;
		width: 100%;
	}

	#footer-menu .link-arrow-after {
		display: none !important;
	}

	/* video */
	.video-overlay {
		padding: 10% 0;
	}
}

@media screen and (min-width: 1200px) {
	.page-header {
		padding: 30% 0 0;
	}
}

@media screen and (min-width: 1220px) {
	.full-width-banner .bg {
		left: 50%;
		width: calc(100vw + 11px);
		margin-left: -50vw;
	}
}

@media screen and (min-width: 1300px) {
	.section-who-we-are .wp-block-columns {
		margin-left: -50px;
		margin-right: -50px;
	}
}

@media screen and (max-width: 768px) {
	#contact-iframe iframe {
		height: 1200px !important;
	}

	.full-width-banner.banner-left blockquote {
		font-size: 35px;
	}
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 70px;
	}

	header {
		height: 70px;
	}

	#main-menu a {
		line-height: 70px;
	}
}

@media screen and (max-width: 992px) {
	#main-menu {
		z-index: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		max-width: 100%;
		display: block;
		opacity: 0;
		padding: 0;
		overflow: hidden;
		-webkit-transition: height 0.5s, padding 0.5s;
		-o-transition: height 0.5s, padding 0.5s;
		transition: height 0.5s, padding 0.5s;
		text-align: center;
	}

	#main-menu ul {
		padding-bottom: 50px;
	}

	#main-menu li {
		height: auto;
		display: block;
		padding-top: 30px;
	}

	#main-menu a {
		font-size: 40px;
		line-height: 70px;
		display: block;
	}

	.style-navigation #main-menu {
		height: 100vh;
		padding: 120px 20px 50px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.open-navigation #main-menu {
		opacity: 1;
		background: #eee;
	}

	#navicon {
		display: block;
	}
}

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

	#main-menu li {
		padding-top: 0;
	}

}

@media screen and (max-width: 599px) {
	.homepage-stories .wp-block-column {
		margin-bottom: 50px;
	}
}

@media (max-width: 599px) {
	.wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}

@media (min-width: 600px) and (max-width: 781px) {
	.number-boxes .wp-block-column {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.wp-block-column {
		-ms-flex-preferred-size: calc(50% - 16px) !important;
		flex-basis: calc(50% - 16px) !important;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}

/* Social Icon Block override */
.wp-block-social-links {
	list-style: none;
	padding: 0;
	margin-top: 30px;
	width: 100%;
}

.wp-block-social-link-anchor svg {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	color: currentColor;
	fill: currentColor;
	transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
	fill: current
}

.wp-block-social-link {
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 20px 20px;
  text-align: center;
  background: #fff;
  position: relative;
  transition: all 0.4s;
}

.wp-block-social-link:hover {
  transition: all 0.4s;
  cursor: pointer;
}

.wp-block-social-link:first-child {
	margin-left: 0;
}

/* video overlay */
.video-overlay {
	position: fixed;
	display: flex;
	align-items: center;
	z-index: 2001;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(16, 16, 16, 0.78);
	opacity: 1;
    visibility: visible;
}
.video-overlay-hidden {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms cubic-bezier(0.335, 0.010, 0.030, 1.360);
}
.video-close-btn {
	position: absolute;
	right: 5%;
	top: 60px;
	background: transparent;
	border: none;
	color: #fff;
	z-index: 100;
}
.foundation-video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
	width: 90%;
}

#foundation-video.vjs-default-skin .vjs-big-play-button:before {
	top: 0;
}

/* Style.min.css fix */
.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
	display: table;
}
.wp-block-image img {
	max-width: 100%;
}
@media(min-width: 600px) and (max-width: 781px) {
	.wp-block-column:nth-child(2n) {
			margin-left: 32px;
	}
}
@media screen and (min-width: 782px) {
	.wp-block-column:not(:first-child) {
			margin-left: 32px;
	}
}
/* Style.min.css fix END */

/** Partner and Partner Logo Blocks **/
.logo-grid li {
    border: 0 solid #e5e7eb;
}

.partner-logos-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media (min-width: 100%) {
    .partner-logos-block {
        max-width: 100%
    }
}

@media (min-width: 1104px) {
    .partner-logos-block {
        max-width: 1104px
    }
}

.partner-logos-block {
    padding-bottom: 4.5rem
}

.social-follow-block .partner-logos-block {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 4.5rem;
    padding-top: 4.5rem
}

@media (min-width: 900px) {
    .social-follow-block .partner-logos-block {
        background-position: 0;
        background-size: 75%
    }
}

.partner-logos-block .logo-grid ul {
    grid-gap: 1rem;
    display: grid;
    gap: 1rem;
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

@media (min-width: 600px) {
    .partner-logos-block .logo-grid ul {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}

@media (min-width: 900px) {
    .partner-logos-block .logo-grid ul {
        gap: 1.5rem;
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }
}

.partner-logos-block .logo-grid li {
    --tw-border-opacity: 1;
    border-color: rgb(218 221 222/var(--tw-border-opacity));
    border-radius: .75rem;
    border-width: 1px;
    padding: .75rem;
    transition: border-color .2s ease-out
}

.partner-logos-block .logo-grid li:hover {
    --tw-border-opacity: 1;
    border-color: rgb(142 145 150/var(--tw-border-opacity))
}

.partner-logos-block .logo-grid a {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: .75rem;
    margin-left: auto;
    margin-right: auto;
    width: 140px
}

.partner-logos-block .logo-grid a img {
    aspect-ratio: 4/3;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.partner-logos-block .logo-grid h3 {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(78 83 86/var(--tw-text-opacity));
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    height: 2.4em;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    width: 100%
}

.partner-logos-block .logo-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
