/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Tomorrow:wght@300;500;700&display=swap";

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.background-color-dark-blue-overlay {
	background-color: rgba(32, 20, 47, .78);
}
@font-face {
	font-family: ZuumeCut-Regular;
	src: url("../fonts/ZuumeCut-Regular.woff2") format("woff2"), url("../fonts/ZuumeCut-Regular.woff") format("woff");
}
@font-face {
	font-family: ZuumeCut-ExtraBoldItalic;
	src: url("../fonts/ZuumeCut-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/ZuumeCut-ExtraBoldItalic.woff") format("woff");
}
@font-face {
	font-family: "Nebula Hollow";
	src: url("../fonts/NebulaHollow.woff2") format("woff2"), url("../fonts/NebulaHollow.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Nebula-Bold;
	src: url("../fonts/Nebula-Bold.woff2") format("woff2"), url("../fonts/Nebula-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Nebula;
	src: url("../fonts/Nebula.woff2") format("woff2"), url("../fonts/Nebula.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn,
.single-car .car-image-with-pins .car-image .pin .svg-icon {
	animation-duration: .75s;
	animation-name: bounceIn;
	animation-iteration-count: infinite;
}
@keyframes zoom {

	0% {
		transform: scale(1);
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	100% {
		transform: scale(1.1);
	}
}

.zoom,
.featured-articles .slide-thumbnail img,
.featured-articles .slide-thumbnail video {
	animation-duration: 8s;
	animation-name: zoom;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
}
@keyframes loading {

	0% {
		width: 0%;
	}

	100% {
		width: 50%;
	}
}
@keyframes loadingMobile {

	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75;
	vertical-align: -0.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {

	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes fa-spin {

	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-trophy:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands", monospace;
	font-weight: 400;
}
@font-face {
	font-family: "Font Awesome 5 Free", monospace;
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-regular-400.eot");
	src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: "Font Awesome 5 Free", monospace;
	font-weight: 400;
}
@font-face {
	font-family: "Font Awesome 5 Free", monospace;
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free", monospace;
	font-weight: 900;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.font-weight-light {
	font-weight: 100;
}

.font-weight-normal {
	font-weight: 400;
}

.font-weight-semibold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 900;
}

body,
.font-body,
.red-title {
	font-family: raleway, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	text-rendering: auto;
}

.align-center {
	text-align: center;
}

.font-header,
.testimonial-content,
#explore-navigation-content .explore-navigation--left .content h2,
#explore-navigation-content .explore-navigation--right .content h2,
.partners-footer-slider-container h2,
.hero-sub-section .sub-section-title,
.stats-container .number ~ p,
.race-card .race-title .race-countdown .countdown,
.race-card h1 {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

.font-alt,
.alm-reveal h2,
.alm-listing h2,
.races-grid h2 {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

h1,
.font-main-header,
.growing-media header h2 {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
}

.red-title {
	color: #00be26;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.font-main-header,
.growing-media header h2 {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	padding: 1em 15px;
}

.font-main-header.over-media,
.growing-media header h2.over-media {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	font-size: 80px;
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
}

.shortcode-title,
.growing-media header h2 {
	text-align: center;
	color: #fff;
	font-weight: 900;
	text-align: left;
	max-width: 1200px;
}

* {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-block-start: 0;
	padding-block-end: 0;
	padding-inline-start: 0;
	padding-inline-end: 0;
}

html,
body {
	overflow-x: hidden;
	background-color: #031246 !important;
	color: #fff;
	scroll-behavior: smooth;
}

#page {
	background-color: #031246;
}

figure {
	max-width: 100%;
}

figcaption {
	font-size: 80%;
}

img,
video,
iframe {
	width: 100%;
	height: auto;
}

.svg-desktop {
	display: none;
}
@media only screen and (min-width: 768px) {

	.svg-desktop {
		display: block;
	}

	.svg-desktop ~ .svg-mobile {
		display: none;
	}
}

nav ul {
	list-style: none;
}

nav a {
	text-decoration: none;
}

.separator {
	height: 2px;
	border-top: 2px solid #f4f4f4;
	width: 100%;
}

.separator--transparent {
	border-color: rgba(244, 244, 244, .3);
}

li.alm-filter--radio:not(:last-of-type):after {
	content: "|";
	position: absolute;
	right: -5px;
	top: 50%;
	color: #00be26;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 600;
}

.arrow-list {
	padding-left: 15px;
	list-style: none;
}

.arrow-list li {
	margin-bottom: 6px;
	padding-left: 25px;
	position: relative;
	font-size: 14px;
}

.arrow-list li svg {
	max-width: 14px;
	position: absolute;
	top: 4px;
	left: 0;
}

.short-stats {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.short-stats th,
.short-stats td {
	padding: .5em 1em;
	text-transform: capitalize;
}

.table-career {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none;
}

.table-career th,
.table-career td {
	text-align: left;
	padding: 1rem;
}

.table-career tr:nth-child(odd) {
	background-color: #050835;
}

.link-strong {
	color: #1d1d1d;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 1em 0;
}

.link-strong:hover {
	text-decoration: underline;
}

.btn-arrow {
	width: 255px;
	padding: 0 15px;
	position: relative;
	display: block;
}

.btn-arrow:hover svg {
	animation: fadeInLeft;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.btn-arrow span {
	position: absolute;
	top: 42%;
	left: 25%;
	transform: translate(-50%, -50%);
	z-index: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
@media only screen and (min-width: 768px) {

	.btn-arrow span {
		font-size: 18px;
		top: 50%;
		left: 42%;
	}
}

.view-more {
	padding: 1em;
	margin: 0 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .1s ease-in-out;
	border-radius: 6px;
	background-color: #00be26;
	margin-left: 15px;
}

.view-more:hover {
	text-decoration: none;
	background-color: transparent;
	transition: background-color .1s ease-in-out;
}

.view-more.btn-simple {
	display: inline-flex;
	margin: 1em auto 2em;
	align-items: center;
	justify-content: center;
	padding-bottom: .5em;
	color: #fff;
	font-weight: 600;
}

.view-more.btn-simple--white:hover path {
	stroke: #fff;
}

.view-more.btn-simple--white span:first-of-type {
	color: #fff;
}

.view-more span:first-of-type {
	margin-right: 1em;
	padding: 0 0 5px;
	color: #fff;
	font-weight: 600;
}

.view-more--red {
	background-color: #00be26;
	color: #fff;
}

.view-more--red:hover {
	background-color: #20142f;
}

.view-more--red span:first-of-type {
	color: #fff;
}

button.alm-load-more-btn,
.gform_wrapper .gform_footer input[type=submit] {
	text-transform: uppercase;
	padding: 1em 3em 1em 1em;
	-webkit-appearance: none;
	margin: 1em auto;
	display: block;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS40MjEgMjQuMDMyIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjA2MSAxLjA2MSkiPjxwYXRoIGQ9Ik0tMjc1MS4xNzksMTA5Ny4xbDEwLjk1NiwxMC45NTYtMTAuOTU2LDEwLjk1NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc1MS4xNzkgLTEwOTcuMTAyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiLz48cGF0aCBkPSJNLTI3NTEuMTc5LDEwOTcuMWwxMC45NTYsMTAuOTU2LTEwLjk1NiwxMC45NTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3NjIuNDYzIC0xMDk3LjEwMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9nPjwvc3ZnPg==");
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-size: 23px;
	background-color: #00be26;
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 6px;
}

button.alm-load-more-btn:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: transparent;
}

.alm-load-more-btn.done {
	display: none;
}

.btn-green {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 24px;
	font-weight: 400;
	background-color: #00be26;
	color: #20142f;
	padding: 10px 20px;
	border: 2px solid #00be26;
	border-radius: 7px;
	text-decoration: none;
	transition: all .3s;
	cursor: pointer;
}

.btn-green:hover {
	background-color: transparent;
	color: #00be26;
}

.btn-green.white-text {
	color: #fff;
}

.btn-green.outline-green {
	background-color: transparent;
	color: #fff;
}

.btn-green.outline-green:hover {
	background-color: #00be26;
	color: #20142f;
}

.btn-green.blue-bg {
	background-color: #031246;
	color: #fff;
	border-color: #031246;
}

.btn-green.blue-bg:hover {
	background-color: transparent;
	color: #031246;
}

.btn-cta-arrow {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #00be26;
	border-radius: 50%;
}

.btn-cta-arrow svg {
	stroke: #00be26;
	transition: all .3s;
}

.links-block {
	display: flex;
	margin: 1rem auto;
	justify-content: center;
	align-items: center;
}

.builder-link a {
	margin: 1rem !important;
}

.builder-link a svg:hover .svg-path {
	fill: #fff;
}

#masthead {
	display: flex;
	justify-content: center;
	position: fixed;
	z-index: 999999;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0);
	transition: all .3s;
}

#masthead.active,
#masthead.stuck {
	background-color: #050835;
}

#masthead .site-branding {
	max-width: 240px;
	margin-right: auto;
	margin-left: 60px;
}

#masthead .site-branding svg {
	height: 47px;
}

#masthead #site-navigation {
	margin-right: auto;
	margin-left: -150px;
}

#masthead #site-navigation .menu-main-menu-container {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

#masthead #site-navigation .menu-main-menu-container ul:not(.sub-menu) {
	display: flex;
	align-items: center;
	justify-content: center;
}

#masthead #site-navigation .menu-main-menu-container ul:not(.sub-menu) li.menu-item-has-children ul {
	top: -1025px;
}

#masthead #site-navigation .menu-main-menu-container ul:not(.sub-menu) li.menu-item-has-children ul.sub-menu span div {
	font-size: 50px;
}

#masthead #site-navigation .menu-main-menu-container ul:not(.sub-menu) li.menu-item-has-children ul.active {
	top: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
}

#masthead #site-navigation .menu-main-menu-container ul:not(.sub-menu) li a {
	display: inline-block;
	padding: 15px;
	color: #fff;
}

#masthead #site-navigation .menu-main-menu-container ul:not(.sub-menu) li a.active {
	color: #00be26;
}

#masthead #site-navigation .menu-main-menu-container .sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #050835;
	display: inline-block;
}

#masthead #site-navigation .menu-main-menu-container .slick-initialized .slick-slide {
	overflow: hidden;
	padding: 35px 10px 25px;
}

#masthead #site-navigation .menu-main-menu-container .slick-initialized .slick-slide a {
	width: 100%;
	padding: 0;
}

#masthead #site-navigation .menu-main-menu-container .slick-initialized .slick-slide a span {
	color: #00be26;
	display: block;
	padding: 1em 0;
}

#masthead #site-navigation .post-thumbnail-menu {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 168px;
}

#google_language_translator select.goog-te-combo {
	margin: 1em;
	-webkit-appearance: none;
	border: none !important;
	color: #fff !important;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC42NzQiIGhlaWdodD0iNi43NSI+PHBhdGggZD0iTS43MDcuNzA3bDQuNjMgNC42MjlMOS45NjcuNzA3IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==") no-repeat !important;
	background-position: 85% 50% !important;
	text-transform: uppercase;
	font-size: 10px;
}

#mobile-modal,
#hamburger-modal {
	background-color: #050835;
	position: fixed;
	top: -100vh;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	transition: top .3s ease-in-out;
}

#mobile-modal.active,
#hamburger-modal.active {
	top: 0;
	transition: top .3s ease-in-out;
}

#mobile-modal.active .mobile-logo,
#hamburger-modal.active .mobile-logo {
	text-align: left;
	margin: 1em;
}

#mobile-modal.active .mobile-logo svg,
#hamburger-modal.active .mobile-logo svg {
	height: 100px;
}

#mobile-modal.active .separator,
#hamburger-modal.active .separator {
	max-width: calc(100% - 2em);
	margin: 1em auto;
}

#mobile-modal.active #mobile-menu,
#mobile-modal.active #hamburger-menu,
#hamburger-modal.active #mobile-menu,
#hamburger-modal.active #hamburger-menu {
	padding: 1em;
}

#mobile-modal.active #mobile-menu a,
#mobile-modal.active #hamburger-menu a,
#hamburger-modal.active #mobile-menu a,
#hamburger-modal.active #hamburger-menu a {
	color: #fff;
	text-transform: capitalize;
	font-size: 24px;
	margin: 1rem auto 0;
	display: inline-block;
	font-weight: 600;
}
@media screen and (max-width: 667px) {

	#mobile-modal.active #mobile-menu a {
		font-size: 19px;
		text-transform: uppercase;
		font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	}
}

#hamburger-modal {
	display: flex;
	flex-direction: column;
}

#hamburger-modal.active .mobile-logo {
	text-align: left;
	margin: 1em;
}

.mobile-nav-toggle {
	display: block;
	position: absolute;
	top: .5em;
	right: 2em;
	z-index: 999;
	-webkit-appearance: none;
	background: no-repeat;
	border: none;
	padding: 1em;
}
@media screen and (min-width: 1025px) {

	.mobile-nav-toggle {
		display: none;
	}
}

.mobile-nav-toggle span.close {
	display: none;
}

.mobile-nav-toggle.active svg {
	display: none;
}

.mobile-nav-toggle.active span.close {
	display: block;
	color: #fff;
	font-size: 32px;
	line-height: 0;
	margin-right: 17px;
	margin-top: 6px;
}

.mobile-nav-toggle:focus {
	outline: none;
}

.hamburger-nav-toggle {
	display: block;
	margin: 0 1em 0 0;
	z-index: 999;
	-webkit-appearance: none;
	background: no-repeat;
	border: none;
	padding: 1em;
	transition: transform .3s ease-in-out;
	cursor: pointer;
}
@media screen and (max-width: 1024px) {

	.hamburger-nav-toggle {
		display: none;
	}
}

.hamburger-nav-toggle:focus {
	outline: none;
}
@media screen and (max-width: 1024px) {

	#site-navigation,
	#google_language_translator {
		display: none;
	}
}

.center-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
@media only screen and (min-width: 1025px) {

	.hide-menu-item {
		display: none !important;
	}
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active {
	display: flex;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active a {
	padding: 0;
	width: 100%;
	height: calc(100vh - 90px);
	position: relative;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li {
	padding: 0;
	width: 25vw;
	height: 100vh;
	position: relative;
	transition: width .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:hover {
	width: 40vw;
	transition: width .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:hover .post-thumbnail-menu:before {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container li.has-two-links ul.sub-menu.active li {
	padding: 0;
	width: 50vw;
	height: 100vh;
	position: relative;
	transition: width .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container li.has-two-links ul.sub-menu.active li:hover {
	width: 80vw;
	transition: width .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container li.has-two-links ul.sub-menu.active li:hover .post-thumbnail-menu:before {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container li.has-three-links ul.sub-menu.active li {
	padding: 0;
	width: 33vw;
	height: 100vh;
	position: relative;
	transition: width .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container li.has-three-links ul.sub-menu.active li:hover {
	width: 66vw;
	transition: width .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container li.has-three-links ul.sub-menu.active li:hover .post-thumbnail-menu:before {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .2s ease-in-out;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 32px;
	padding: 0 15px;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#masthead #site-navigation ul.sub-menu.active .post-thumbnail-menu:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	transition: background-color .2s ease-in-out;
	position: absolute;
}
@keyframes loadInEffect {

	0% {
		height: 0;
		opacity: 0;
	}

	100% {
		height: 100vh;
		opacity: 1;
	}
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li .post-thumbnail-menu,
#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li span {
	animation: loadInEffect .3s linear;
	animation-fill-mode: both;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:nth-child(1) .post-thumbnail-menu,
#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:nth-child(1) span {
	animation-delay: .2s;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:nth-child(2) .post-thumbnail-menu,
#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:nth-child(2) span {
	animation-delay: .4s;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:nth-child(3) .post-thumbnail-menu,
#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:nth-child(3) span {
	animation-delay: .6s;
}

#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:nth-child(4) .post-thumbnail-menu,
#masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:nth-child(4) span {
	animation-delay: .8s;
}

button.user-toggle {
	background-color: transparent;
	height: 100%;
	position: absolute;
	top: 25px;
	right: 5em;
	z-index: 999;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	height: auto;
}

button.user-toggle .svg-icon {
	width: 15px;
}

#hamburger-modal #menu-social-media {
	display: flex;
	justify-content: center;
}

#hamburger-modal #menu-social-media li {
	margin: 15px;
}

#wpadminbar {
	z-index: 9999999999;
}

#page.has-overlay:after {
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	z-index: 0;
}

.single-post .hero-image,
.single-japanese-post .hero-image {
	position: relative;
}

.single-post .hero-image:after,
.single-japanese-post .hero-image:after {
	content: "";
	width: 100%;
	height: 500px;
	background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 10%, #0b094a 70%, #0b094a 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -180px;
	z-index: 0;
}

.single-post .hero-image p,
.single-japanese-post .hero-image p {
	padding: 0 15px;
	text-shadow: 5px 4px 9px #000;
}

.single-post .hero-image .entry-header,
.single-japanese-post .hero-image .entry-header {
	position: absolute;
	z-index: 1;
	text-align: left;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
	padding: 0 15px;
	width: 100%;
	max-width: 450px;
}

.single-post .hero-image .entry-title.font-main-header.over-media,
.single-post .hero-image .growing-media header h2.entry-title.over-media,
.growing-media header .single-post .hero-image h2.entry-title.over-media,
.single-japanese-post .hero-image .entry-title.font-main-header.over-media,
.single-japanese-post .hero-image .growing-media header h2.entry-title.over-media,
.growing-media header .single-japanese-post .hero-image h2.entry-title.over-media {
	font-size: 48px;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	text-shadow: 5px 4px 9px #000;
	max-width: 900px;
}

.single-post .hero-image .btn-arrow,
.single-japanese-post .hero-image .btn-arrow {
	margin: 0 auto;
}

.single-post .hero-image .btn-arrow span,
.single-japanese-post .hero-image .btn-arrow span {
	left: 50%;
}
@media only screen and (min-width: 1200px) {

	.single-post .hero-image .btn-arrow span,
	.single-japanese-post .hero-image .btn-arrow span {
		left: 42%;
	}
}

.single-post .hero-image .post-thumbnail.overlay img,
.single-japanese-post .hero-image .post-thumbnail.overlay img {
	display: table;
	height: 70vh;
	object-fit: cover;
}

.single-post .post-header,
.single-japanese-post .post-header {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 2;
	width: 100%;
}

.single-post .post-header .post-header-content,
.single-japanese-post .post-header .post-header-content {
	max-width: 1230px;
	margin: auto;
	padding-left: 10rem;
	padding-top: 5rem;
}

.single-post .post-header h1,
.single-japanese-post .post-header h1 {
	margin: 1rem 0;
	padding: 0;
}

.single-post .post-header .post-category,
.single-japanese-post .post-header .post-category {
	color: #00be26;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.single-post .entry-content,
.single-japanese-post .entry-content {
	max-width: 1230px;
	margin: 2em auto;
	padding: 2em 1rem;
	position: relative;
	z-index: 9999;
}
@media only screen and (min-width: 1200px) {

	.single-post .entry-content,
	.single-japanese-post .entry-content {
		padding: 2em 4rem;
	}
}

.single-post .entry-content > .share-on-social-media,
.single-japanese-post .entry-content > .share-on-social-media {
	justify-content: left;
	margin-left: 6rem;
}

.single-post .entry-content > .share-on-social-media p,
.single-japanese-post .entry-content > .share-on-social-media p {
	margin-left: 0;
}

.single-post .entry-content .post-date,
.single-japanese-post .entry-content .post-date {
	font-size: 14px;
	margin-top: -2rem;
	margin-left: 6rem;
}

.single-post .entry-content figure.p-with-image,
.single-japanese-post .entry-content figure.p-with-image {
	width: 100% !important;
}

.single-post .entry-content p:not(.red-title),
.single-japanese-post .entry-content p:not(.red-title) {
	margin: 1em auto;
	position: relative;
	font-size: 1.111rem;
	line-height: 1.5;
	max-width: 900px;
}

.single-post .entry-content p:not(.red-title) a,
.single-japanese-post .entry-content p:not(.red-title) a {
	color: #fff;
}

.single-post .entry-content p:not(.red-title).p-with-image,
.single-japanese-post .entry-content p:not(.red-title).p-with-image {
	max-width: 100%;
	margin: 2rem auto;
}

.single-post .entry-content p:not(.red-title):first-of-type:not(.red-title),
.single-japanese-post .entry-content p:not(.red-title):first-of-type:not(.red-title) {
	position: relative;
	text-align: center;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	padding: 15px;
	margin: 5rem auto;
}

.single-post .entry-content p:not(.red-title):first-of-type:not(.red-title):before,
.single-post .entry-content p:not(.red-title):first-of-type:not(.red-title):after,
.single-japanese-post .entry-content p:not(.red-title):first-of-type:not(.red-title):before,
.single-japanese-post .entry-content p:not(.red-title):first-of-type:not(.red-title):after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid #f4f4f4;
}

.single-post .entry-content p:not(.red-title):first-of-type:not(.red-title):before,
.single-japanese-post .entry-content p:not(.red-title):first-of-type:not(.red-title):before {
	top: -0.5em;
}

.single-post .entry-content p:not(.red-title):first-of-type:not(.red-title):after,
.single-japanese-post .entry-content p:not(.red-title):first-of-type:not(.red-title):after {
	bottom: -0.5em;
}

.single-post .entry-content blockquote,
.single-japanese-post .entry-content blockquote {
	text-align: center;
	margin-top: calc(95px + 1em);
	position: relative;
}

.single-post .entry-content blockquote:before,
.single-japanese-post .entry-content blockquote:before {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NS4xNCIgaGVpZ2h0PSI2Ny45NTciPjxnIGZpbGw9IiNmNTFlMzkiPjxwYXRoIGQ9Ik0wIDQwLjc3NGgyMC4zODdMNi44IDY3Ljk1N2gyMC4zODNsMTMuNTkxLTI3LjE4M1YwSDB6TTU0LjM2NiAwdjQwLjc3NGgyMC4zODdMNjEuMTYxIDY3Ljk1N2gyMC4zODhsMTMuNTkyLTI3LjE4M1YweiIvPjwvZz48L3N2Zz4=");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 95px;
	height: 68px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -95px;
}

.single-post .entry-content blockquote p:before,
.single-post .entry-content blockquote p:after,
.single-japanese-post .entry-content blockquote p:before,
.single-japanese-post .entry-content blockquote p:after {
	content: none !important;
}

.single-post .entry-content iframe,
.single-japanese-post .entry-content iframe {
	min-height: 576px;
}

.sam-bird .overlay:before,
.robin-frijns .overlay:before {
	content: none;
}

article.type-post ~ .related-articles,
article.type-japanese-post ~ .related-articles {
	max-width: 1200px;
	margin: auto;
}

.category .related-articles {
	margin: 2em 1em;
}

.related-articles .shortcode-title,
.related-articles .growing-media header h2,
.growing-media header .related-articles h2 {
	font-size: 40px;
	text-align: left;
	max-width: 1200px;
	margin: auto;
}

.plain-text {
	max-width: 768px;
	margin: 0 auto 2em;
	padding: 0 1em 2em;
	position: relative;
	z-index: 9999;
	color: #fff;
}

.plain-text.wide-width {
	max-width: 1200px;
}

.plain-text.wide-width iframe {
	height: 50vw;
}
@media only screen and (min-width: 1200px) {

	.plain-text.wide-width iframe {
		height: 650px;
	}
}

.plain-text p:not(.red-title) {
	margin: 1em auto;
	position: relative;
	line-height: 1.5;
}

.plain-text p:not(.red-title):first-of-type:not(.red-title) {
	position: relative;
	text-align: center;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

.plain-text p:not(.red-title):first-of-type:not(.red-title):before,
.plain-text p:not(.red-title):first-of-type:not(.red-title):after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid #f4f4f4;
}

.plain-text p:not(.red-title):first-of-type:not(.red-title):before {
	top: -0.5em;
}

.plain-text p:not(.red-title):first-of-type:not(.red-title):after {
	bottom: -0.5em;
}

.company article > #featured-video,
.careers article > #featured-video {
	height: 70vh;
}
@media only screen and (min-width: 1200px) {

	.company .font-main-header.over-media,
	.growing-media header .company h2.over-media,
	.company .growing-media header h2.over-media,
	.careers .font-main-header.over-media,
	.growing-media header .careers h2.over-media,
	.careers .growing-media header h2.over-media {
		font-size: 50px;
	}
}

.company #races-grid .article-content h2 {
	padding-bottom: 15px;
}

.single-car #main > #featured-video.video-wrapper {
	height: 70vh;
}

.careers .featured-image {
	height: 70vh;
}

.careers .featured-image .entry-header {
	top: 70%;
	z-index: 2;
}

.careers #races-grid .article-content h2 {
	padding-bottom: 15px;
}

.title-over-media {
	text-align: left;
	color: #00be26;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 1rem;
}

.title-over-media ~ h1,
.entry-header > .title-over-media {
	margin: 0 auto 1rem;
	text-align: left;
	width: 768px;
}

.entry-header > .title-over-media {
	padding-left: 0;
}

.news .alm-filters-container .alm-filter ul {
	padding: 2rem 0;
	background-color: #050835;
	border-radius: 6px;
}

.home .featured-articles #slideshow:after,
.news .featured-articles #slideshow:after {
	content: none;
}

.home .featured-articles,
.news .featured-articles {
	margin-bottom: 0;
}

#races-grid :not(.has-overflow) .section-title {
	text-align: left;
}

article .gform_wrapper img {
	max-width: 15px;
}

article .gform_wrapper .validation_message,
article .gform_wrapper div.validation_error,
article .gform_wrapper li.gfield.gfield_error {
	background-color: #fff;
	padding: 1rem;
}

article .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin: 0 auto 1rem;
	width: 100%;
	border: none;
	padding: .5rem;
	border-radius: 6px;
}

article .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
article .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin: 0 1rem;
	vertical-align: middle;
}

article input[type=submit] {
	text-transform: uppercase;
	padding: 1em 3em 1em 1em;
	-webkit-appearance: none;
	margin: 1em auto;
	display: block;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS40MjEgMjQuMDMyIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjA2MSAxLjA2MSkiPjxwYXRoIGQ9Ik0tMjc1MS4xNzksMTA5Ny4xbDEwLjk1NiwxMC45NTYtMTAuOTU2LDEwLjk1NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc1MS4xNzkgLTEwOTcuMTAyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiLz48cGF0aCBkPSJNLTI3NTEuMTc5LDEwOTcuMWwxMC45NTYsMTAuOTU2LTEwLjk1NiwxMC45NTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3NjIuNDYzIC0xMDk3LjEwMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9nPjwvc3ZnPg==");
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-size: 23px;
	background-color: #00be26;
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 6px;
	padding-right: 4rem !important;
}

article input[type=submit]:hover {
	background-color: transparent;
}

.join-the-team h2.shortcode-title.font-main-header,
.join-the-team .growing-media header h2,
.growing-media header .join-the-team h2 {
	font-size: 32px;
	text-align: center;
	color: #00be26;
}

.join-the-team .plain-text {
	margin-bottom: 0;
	padding-bottom: 0;
}

.leaderboard-social-media #ctf {
	word-break: break-all;
}

.single-event .font-main-header.over-media,
.single-event .growing-media header h2.over-media,
.growing-media header .single-event h2.over-media {
	font-size: 36px;
	width: 100%;
}

.single-event .featured-video-overlay::after {
	content: none;
}
@media screen and (max-width: 600px) {

	.single-event h1.entry-title.font-main-header.over-media,
	.single-event .entry-header > .title-over-media {
		text-align: center;
		width: 100%;
		padding-left: 0;
	}

	.single-event .main-width h2 {
		font-size: 20px !important;
	}

	.single-event .main-width h3 {
		font-size: 18px !important;
	}
}

.single-event .event-info {
	text-align: center;
	padding: 60px 0;
}

.single-event .event-info h2 {
	font-weight: 900;
	font-size: 48px;
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.single-event .event-info h3 {
	color: #f51e39;
	font-size: 28px;
	margin-bottom: 30px;
}

.single-event .event-info .event-info-content {
	font-size: 20px;
	max-width: 800px;
	margin: auto;
}

.single-event .event-info .event-info-content ~ h3 {
	padding-left: 15px;
	margin: 15px auto;
}

.single-event .event-info .main-width {
	max-width: 1200px;
	margin: auto;
	padding: 0 15px 0 15px;
}

.event-info-content ~ h3 {
	padding-left: 15px;
	margin: 30px auto 8px;
	font-size: 14px;
}

.event-banner {
	padding: 15px 0;
	background-color: #20142f;
}

.event-banner .event-banner-1 {
	display: flex;
}

.event-banner .event-banner-1 h2 {
	margin: auto;
}

.event-banner .event-banner-2 {
	display: flex;
	align-items: center;
}

.event-banner .event-banner-2 .calendar {
	display: flex;
}

.event-banner .event-banner-2 .calendar img {
	margin-right: 15px;
	align-self: center;
	min-width: 30px;
}

.event-banner .event-countdown img {
	align-self: baseline;
	width: 26px;
	margin-top: 3px;
	margin-right: 15px;
	float: left;
}
@media screen and (max-width: 600px) {

	.event-banner .event-banner-1,
	.event-banner .event-banner-2,
	.event-banner .event-banner-3 {
		margin: 20px auto 0;
	}

	.event-banner .event-countdown img {
		width: 20px;
		margin-right: 15px;
		min-width: unset;
	}
}

.topics-carousel .slick-track {
	display: flex !important;
}

.topics-carousel .slick-slide {
	height: inherit !important;
}

.topics-carousel .main-width {
	max-width: 1200px;
	margin: 30px auto;
	padding: 15px;
}

.topics-carousel .main-width h2 {
	font-size: 36px;
}

.topics-carousel p {
	padding: 15px;
	max-width: 600px;
}

.topics-carousel .topic h2 {
	font-size: 38px;
	padding-top: 0;
	padding-left: 15px;
	padding-bottom: 5px;
}
@media screen and (max-width: 600px) {

	.topics-carousel .topic h2 {
		font-size: 20px;
	}
}

.topics-carousel .topic .over-title {
	color: #00be26;
	text-transform: uppercase;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
}
@media screen and (max-width: 600px) {

	.topics-carousel .topic .over-title {
		font-size: 12px;
	}
}

.topics-carousel .topic-background {
	min-height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 16px;
	max-width: 90%;
	display: flex;
	align-items: center;
	height: 100%;
}

.topics-carousel .topic-background:before {
	border-radius: 16px;
}

.topics-carousel .topic-background .topic {
	padding-left: 30px;
	position: relative;
	z-index: 2;
	width: 100%;
}

.topics-carousel .topic-background .topic img {
	max-width: 200px;
	margin: 15px;
}
@media only screen and (min-width: 1200px) {

	.topics-carousel .topic-background .topic img {
		margin: 0;
		position: absolute;
		top: 80%;
		right: 30px;
	}
}

.topics-carousel .slick-list {
	overflow: visible;
}

.topics.slick-slide.slick-current.slick-active ~ .topics .topic-background {
	margin-left: -100px;
}

.topic-carousel {
	position: relative;
}

.topic-carousel button.slick-next.slick-arrow,
.topic-carousel button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	background-color: #00be26;
	padding: 12px 3px 8px 7px;
	border-radius: 50%;
	-webkit-appearance: none;
	border: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 1;
}

.topic-carousel button.slick-next.slick-arrow svg,
.topic-carousel button.slick-prev.slick-arrow svg {
	width: 25px;
	height: 25px;
}

.topic-carousel button.slick-next.slick-arrow {
	right: 30px;
}

.topic-carousel button.slick-prev.slick-arrow {
	transform: rotate(180deg) translateY(-50%);
	top: calc(50% - 25px);
}

.topic-carousel .slick-track {
	overflow: hidden;
	margin-bottom: 60px;
}

.speakers-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.speakers-container button.slick-next.slick-arrow,
.speakers-container button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #00be26;
	padding: 12px 3px 8px 7px;
	border-radius: 50%;
	-webkit-appearance: none;
	border: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 1;
}

.speakers-container button.slick-next.slick-arrow svg,
.speakers-container button.slick-prev.slick-arrow svg {
	width: 25px;
	height: 25px;
}

.speakers-container button.slick-next.slick-arrow {
	right: 30px;
	top: calc(50% - 50px);
}

.speakers-container button.slick-prev.slick-arrow {
	transform: rotate(180deg) translateY(-50%);
	top: calc(50% - 99px);
	left: 30px;
}

.speakers-container .slick-track {
	max-height: 560px;
	overflow: hidden;
	margin-bottom: 60px;
}

.speakers-container .slick-list {
	max-width: 1200px;
	margin: auto;
	overflow: visible;
}

.speakers-container .speaker-slide.slick-slide.slick-cloned:nth-child(4) {
	visibility: hidden;
}

.speakers-container .slick-slider {
	z-index: 1;
}

.speakers-container .main-width {
	max-width: 1200px;
	margin: 30px auto;
	padding: 120px 15px 30px;
	position: relative;
	z-index: 1;
}

.speakers-container .main-width h2 {
	font-size: 36px;
}

.speakers-container .main-width p {
	font-size: 20px;
	max-width: 768px;
}
@media screen and (max-width: 600px) {

	.speakers-container .main-width p {
		font-size: 16px;
	}
}

.speakers-container .speaker-card {
	height: 360px;
	position: relative;
	margin: 30px 10px 120px;
}

.speakers-container .speaker-card.overlay:before {
	border-radius: 16px;
}

.speakers-container .speaker-card img {
	height: 360px;
	object-fit: cover;
	object-position: top;
	max-width: 320px;
	border-radius: 16px;
	position: relative;
}

.speakers-container .speaker-card .speaker-content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	padding: 0 15px;
}

.speakers-container .speaker-card .speaker-content .title-link p {
	text-transform: capitalize;
	font-weight: 600;
}

.speakers-container .speaker-card .view-more.btn-simple {
	margin-bottom: 10px;
	cursor: pointer;
	background-color: transparent;
}

.speakers-container .speaker-card .view-more.btn-simple:hover {
	background-color: #00be26;
}

.events-schedule-container {
	max-width: 1200px;
	margin: 30px auto;
	padding: 120px 15px 30px;
}

.events-schedule-container .main-width h2 {
	font-size: 36px;
}

.events-schedule-container .main-width p {
	font-size: 20px;
	max-width: 768px;
}
@media screen and (max-width: 600px) {

	.events-schedule-container .main-width p {
		font-size: 16px;
	}
}

.events-schedule-container .schedule-tree {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 60px auto;
}

.events-schedule-container .schedule-tree:after {
	content: "";
	width: 1px;
	height: calc(100% - 120px);
	position: absolute;
	background-color: gray;
	top: 50%;
	left: calc(50% - 15px);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {

	.events-schedule-container .schedule-tree:after {
		content: none;
	}
}

.events-schedule-container .schedule-tree .schedule-topics {
	display: flex;
}

.events-schedule-container .schedule-tree .schedule-topics:nth-child(odd) {
	margin-right: 50%;
}
@media screen and (max-width: 600px) {

	.events-schedule-container .schedule-tree .schedule-topics:nth-child(odd) {
		margin-right: auto;
	}
}

.events-schedule-container .schedule-tree .schedule-topics:nth-child(odd) .schedule-topic-container {
	margin-left: auto;
	margin-right: 30px;
}

.events-schedule-container .schedule-tree .schedule-topics:nth-child(odd) .schedule-topic {
	flex-direction: row-reverse;
}

.events-schedule-container .schedule-tree .schedule-topics:nth-child(odd) .schedule-topic:after {
	content: "●";
	position: absolute;
	right: -23px;
	color: #00be26;
	z-index: 1;
}
@media screen and (max-width: 600px) {

	.events-schedule-container .schedule-tree .schedule-topics:nth-child(odd) .schedule-topic:after {
		content: none;
	}
}

.events-schedule-container .schedule-tree .schedule-topics:nth-child(odd) .schedule-topic img {
	margin-left: 15px;
}

.events-schedule-container .schedule-tree .schedule-topics:nth-child(even) {
	margin-left: 50%;
}
@media screen and (max-width: 600px) {

	.events-schedule-container .schedule-tree .schedule-topics:nth-child(even) {
		margin: 15px auto 15px 0;
	}
}

.events-schedule-container .schedule-tree .schedule-topics:nth-child(even) .schedule-topic:after {
	content: "●";
	position: absolute;
	left: -21px;
	color: #00be26;
	z-index: 1;
}
@media screen and (max-width: 600px) {

	.events-schedule-container .schedule-tree .schedule-topics:nth-child(even) .schedule-topic:after {
		content: none;
	}
}

.events-schedule-container .schedule-tree .schedule-topics:nth-child(even) .schedule-topic img {
	margin-right: 15px;
}

.events-schedule-container .schedule-tree .schedule-topics img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 16px;
}

.events-schedule-container .schedule-tree .schedule-topics .schedule-topic {
	position: relative;
	height: 120px;
	display: flex;
	align-items: center;
}

.events-schedule-container .schedule-tree .schedule-topic-container {
	background-color: #20142f;
}

.events-schedule-container .schedule-tree .schedule-content {
	margin: auto 30px;
}
@media screen and (max-width: 876px) {

	.events-schedule-container .schedule-tree h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 400px) {

	.events-schedule-container .schedule-tree h3 {
		font-size: 8px;
	}
}

.events-schedule-container .schedule-tree .over-title {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
}
@media screen and (max-width: 400px) {

	.events-schedule-container .schedule-tree .over-title {
		font-size: 12px;
	}
}

.form-background-container {
	max-width: 1200px;
	margin: 30px auto 140px;
	padding: 120px 15px;
	position: relative;
	z-index: 1;
}

.form-background-container .main-width {
	text-align: center;
}

.form-background-container .main-width h2 {
	font-weight: 900;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.form-background-container .main-width p {
	font-size: 20px;
}

.form-background-container .form-shortcode {
	max-width: 600px;
	margin: 60px auto 30px;
}

.form-background-container .form-shortcode .ginput_container.ginput_container_consent {
	display: flex;
	align-items: baseline;
}

.form-background-container .form-shortcode .ginput_container.ginput_container_consent input {
	margin-right: 15px;
}

article .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin-bottom: 0;
}
@media screen and (max-width: 600px) {

	.speakers-container .speaker-card:before {
		border-radius: 16px;
		max-width: 320px;
	}

	.speaker-slide.slick-slide.slick-current.slick-active ~ .speaker-slide {
		margin-left: -25px;
	}

	.topics-carousel .topic-background {
		max-width: 98%;
		margin-left: 1%;
	}

	.topics.slick-slide.slick-current.slick-active ~ .topics .topic-background {
		margin-left: 0;
	}

	.topics.slick-slide {
		min-width: auto;
	}

	.topics-carousel .topic-background .topic {
		padding-left: 0;
		padding-right: 15px;
		margin-bottom: 0;
	}

	.events-schedule-container {
		padding-top: 30px;
	}
}

.new-registration {
	max-width: 100%;
	padding: 20px 15px 0;
	position: relative;
	display: flex;
	flex-direction: row;
	overflow: visible;
	margin: -100px auto -170px;
}
@media screen and (max-width: 900px) {

	.new-registration {
		margin-bottom: 0;
		display: block;
	}
}

.new-registration .main-width {
	margin: 140px 15px 0 40px;
	padding: 70px 0 150px;
	position: relative;
	z-index: 2;
	max-width: 50%;
}
@media screen and (max-width: 900px) {

	.new-registration .main-width {
		padding: 0;
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
	}
}

.new-registration .paragraph-1 {
	font-size: 20px;
}

.new-registration .paragraph-2 {
	font-size: 32px;
	color: #00be26;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	margin: 15px auto -15px;
}

.new-registration .paragraph-3 {
	font-size: 11px;
	color: #bdb1b1;
	letter-spacing: 1px;
}
@media screen and (min-width: 600px) {

	.new-registration .paragraph-3 {
		max-width: 75%;
	}
}

.new-registration .gform_wrapper {
	margin: 0;
}
@media screen and (min-width: 600px) {

	.new-registration .gform_wrapper form {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.new-registration .gform_wrapper li.hidden_label input {
	padding: 15px !important;
	margin: 8px 0 auto !important;
}

.new-registration .gform_wrapper .gform_footer {
	padding: 17px 0 10px 0;
}
@media screen and (min-width: 600px) {

	.new-registration .gform_footer.top_label {
		max-width: 25%;
	}
}

.new-registration .registration-image {
	text-align: right;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 50%;
}

.new-registration .registration-image img {
	position: absolute;
	width: 175%;
	height: 100%;
	object-fit: contain;
	bottom: 0;
	left: -60%;
}
@media screen and (max-width: 900px) {

	.new-registration .registration-image img {
		position: relative;
		left: 0;
		width: 100%;
		max-height: 230px;
		bottom: -40px;
	}
}
@media screen and (max-width: 900px) {

	.new-registration .registration-image {
		min-height: 300px;
	}
}

aside.related-articles .alm-listing .the-excerpt,
.single-race .alm-listing .the-excerpt {
	float: none;
	width: 100%;
}

aside.related-articles .alm-listing .category-share,
.single-race .alm-listing .category-share {
	float: none;
	max-width: 100%;
	padding-top: 0;
}

.menu-ids {
	background-color: #20142f;
}

.menu-ids a {
	color: #fff;
	text-decoration: none;
	padding: 15px;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}
@media screen and (max-width: 600px) {

	.menu-ids a {
		font-size: 14px;
	}
}

.builder-carousel-new-link {
	padding-left: 5px;
}

.entry-header.has-logo {
	max-width: 768px;
	margin: auto;
	position: relative;
	padding-left: 15px;
}

.entry-header.has-logo h1 {
	display: none;
}

.entry-header.has-logo .title-over-media {
	position: absolute;
	top: -135px;
}
@media screen and (max-width: 600px) {

	.entry-header.has-logo .title-over-media {
		top: -115px;
	}
}

.entry-header.has-logo .font-main-header.over-media,
.entry-header.has-logo .growing-media header h2.over-media,
.growing-media header .entry-header.has-logo h2.over-media {
	padding-left: 0;
}

.entry-header.has-logo img {
	position: absolute;
	top: -100px;
	left: 15px;
	height: 90px;
	object-fit: contain;
	object-position: left;
	width: auto;
}
@media screen and (max-width: 600px) {

	.entry-header.has-logo img {
		height: 50px;
		top: -85px;
	}
}
@media screen and (max-width: 667px) {

	.entry-header.has-logo ~ .hero-event .event-countdown {
		margin-left: auto;
		margin-right: auto;
	}

	.entry-header.has-logo ~ .hero-event,
	.entry-header.has-logo ~ .hero-button {
		padding-left: 0 !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		text-align: center !important;
	}

	.entry-header.has-logo .title-over-media {
		text-align: center !important;
		width: 100% !important;
		padding-left: 0 !important;
	}

	.entry-header.has-logo img {
		left: 50%;
		transform: translateX(-50%);
	}
}

.speaker-bio-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.speaker-bio-container.active {
	display: flex;
	justify-content: center;
	align-items: center;
}

.speaker-bio-container .speaker-bio {
	background-color: #20142f;
	padding: 30px;
	max-width: 480px;
	margin: auto;
	position: relative;
	border-radius: 16px;
}

.speaker-bio-container .speaker-bio h2 {
	margin: 1em auto .5em;
}

.speaker-bio-container .speaker-bio h3 {
	font-size: 12px;
	margin-bottom: 30px;
	color: #00be26;
}

.speaker-bio-container .speaker-bio .bio p {
	margin-bottom: 1em;
}

.speaker-bio-container .close {
	color: #00be26;
	font-size: 40px;
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.speaker-bio-container .bio-social-media {
	display: flex;
	justify-content: left;
	margin-left: -15px;
}

#colophon,
.mobile-footer,
.hamburger-footer {
	background-color: #050835;
	color: #fff;
	position: relative;
	margin-top: 170px;
}

#colophon h2,
.mobile-footer h2,
.hamburger-footer h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	margin: 1em auto;
}

#colophon .logos-partners img,
.mobile-footer .logos-partners img,
.hamburger-footer .logos-partners img {
	max-width: 200px;
}

#colophon .logos-partners .main-partners,
.mobile-footer .logos-partners .main-partners,
.hamburger-footer .logos-partners .main-partners {
	min-height: 115px;
}

#colophon .logos-partners .platinum-partners,
#colophon .logos-partners .principle-partners,
#colophon .logos-partners .official-partners,
#colophon .logos-partners .technical-partners,
.mobile-footer .logos-partners .platinum-partners,
.mobile-footer .logos-partners .principle-partners,
.mobile-footer .logos-partners .official-partners,
.mobile-footer .logos-partners .technical-partners,
.hamburger-footer .logos-partners .platinum-partners,
.hamburger-footer .logos-partners .principle-partners,
.hamburger-footer .logos-partners .official-partners,
.hamburger-footer .logos-partners .technical-partners {
	text-align: center;
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#colophon .logos-partners .platinum-partners img,
#colophon .logos-partners .principle-partners img,
#colophon .logos-partners .official-partners img,
#colophon .logos-partners .technical-partners img,
.mobile-footer .logos-partners .platinum-partners img,
.mobile-footer .logos-partners .principle-partners img,
.mobile-footer .logos-partners .official-partners img,
.mobile-footer .logos-partners .technical-partners img,
.hamburger-footer .logos-partners .platinum-partners img,
.hamburger-footer .logos-partners .principle-partners img,
.hamburger-footer .logos-partners .official-partners img,
.hamburger-footer .logos-partners .technical-partners img {
	margin: 15px 30px;
	max-width: 110px;
	filter: opacity(0.5) brightness(0) invert(1);
}

#colophon .logos-partners .platinum-partners img:hover,
#colophon .logos-partners .principle-partners img:hover,
#colophon .logos-partners .official-partners img:hover,
#colophon .logos-partners .technical-partners img:hover,
.mobile-footer .logos-partners .platinum-partners img:hover,
.mobile-footer .logos-partners .principle-partners img:hover,
.mobile-footer .logos-partners .official-partners img:hover,
.mobile-footer .logos-partners .technical-partners img:hover,
.hamburger-footer .logos-partners .platinum-partners img:hover,
.hamburger-footer .logos-partners .principle-partners img:hover,
.hamburger-footer .logos-partners .official-partners img:hover,
.hamburger-footer .logos-partners .technical-partners img:hover {
	filter: opacity(1);
}
@media only screen and (min-width: 576px) {

	#colophon .logos-partners .platinum-partners img,
	#colophon .logos-partners .principle-partners img,
	#colophon .logos-partners .official-partners img,
	#colophon .logos-partners .technical-partners img,
	.mobile-footer .logos-partners .platinum-partners img,
	.mobile-footer .logos-partners .principle-partners img,
	.mobile-footer .logos-partners .official-partners img,
	.mobile-footer .logos-partners .technical-partners img,
	.hamburger-footer .logos-partners .platinum-partners img,
	.hamburger-footer .logos-partners .principle-partners img,
	.hamburger-footer .logos-partners .official-partners img,
	.hamburger-footer .logos-partners .technical-partners img {
		max-width: 180px;
	}
}
@media only screen and (min-width: 992px) {

	#colophon .logos-partners .platinum-partners img,
	#colophon .logos-partners .principle-partners img,
	#colophon .logos-partners .official-partners img,
	#colophon .logos-partners .technical-partners img,
	.mobile-footer .logos-partners .platinum-partners img,
	.mobile-footer .logos-partners .principle-partners img,
	.mobile-footer .logos-partners .official-partners img,
	.mobile-footer .logos-partners .technical-partners img,
	.hamburger-footer .logos-partners .platinum-partners img,
	.hamburger-footer .logos-partners .principle-partners img,
	.hamburger-footer .logos-partners .official-partners img,
	.hamburger-footer .logos-partners .technical-partners img {
		max-width: 270px;
	}
}

#colophon .logos-partners .main-partner,
.mobile-footer .logos-partners .main-partner,
.hamburger-footer .logos-partners .main-partner {
	position: absolute;
	left: calc(50% - 115px);
	transform: translateY(-50%);
	top: 0;
	z-index: 99;
	padding: 15px;
	background-color: #050835;
	margin: auto;
}

#colophon #site-footer-navigation,
.mobile-footer #site-footer-navigation,
.hamburger-footer #site-footer-navigation {
	max-width: 768px;
	margin: 1em auto;
	padding-bottom: 1em;
	border-bottom: 1px solid #707070;
}

#colophon #site-footer-navigation a,
.mobile-footer #site-footer-navigation a,
.hamburger-footer #site-footer-navigation a {
	color: #b7b7b7;
	font-size: 12px;
}

#colophon #site-footer-navigation a:hover,
.mobile-footer #site-footer-navigation a:hover,
.hamburger-footer #site-footer-navigation a:hover {
	color: #fff;
}

#colophon #footer-menu,
#colophon #menu-social-media,
#colophon #menu-social-media-1,
#colophon #menu-social-media-2,
.mobile-footer #footer-menu,
.mobile-footer #menu-social-media,
.mobile-footer #menu-social-media-1,
.mobile-footer #menu-social-media-2,
.hamburger-footer #footer-menu,
.hamburger-footer #menu-social-media,
.hamburger-footer #menu-social-media-1,
.hamburger-footer #menu-social-media-2 {
	list-style: none;
	text-align: center;
}
@media only screen and (min-width: 576px) {

	#colophon #footer-menu,
	#colophon #menu-social-media,
	#colophon #menu-social-media-1,
	#colophon #menu-social-media-2,
	.mobile-footer #footer-menu,
	.mobile-footer #menu-social-media,
	.mobile-footer #menu-social-media-1,
	.mobile-footer #menu-social-media-2,
	.hamburger-footer #footer-menu,
	.hamburger-footer #menu-social-media,
	.hamburger-footer #menu-social-media-1,
	.hamburger-footer #menu-social-media-2 {
		display: flex;
		justify-content: center;
	}
}

#colophon #footer-menu li,
#colophon #menu-social-media li,
#colophon #menu-social-media-1 li,
#colophon #menu-social-media-2 li,
.mobile-footer #footer-menu li,
.mobile-footer #menu-social-media li,
.mobile-footer #menu-social-media-1 li,
.mobile-footer #menu-social-media-2 li,
.hamburger-footer #footer-menu li,
.hamburger-footer #menu-social-media li,
.hamburger-footer #menu-social-media-1 li,
.hamburger-footer #menu-social-media-2 li {
	margin: 1em 1em 0;
}

#colophon #menu-social-media svg:hover .svg-path,
#colophon #menu-social-media-1 svg:hover .svg-path,
#colophon #menu-social-media-2 svg:hover .svg-path,
.mobile-footer #menu-social-media svg:hover .svg-path,
.mobile-footer #menu-social-media-1 svg:hover .svg-path,
.mobile-footer #menu-social-media-2 svg:hover .svg-path,
.hamburger-footer #menu-social-media svg:hover .svg-path,
.hamburger-footer #menu-social-media-1 svg:hover .svg-path,
.hamburger-footer #menu-social-media-2 svg:hover .svg-path {
	fill: #fff;
}

#colophon .site-info,
.mobile-footer .site-info,
.hamburger-footer .site-info {
	color: #b7b7b7;
	font-size: 12px;
	text-align: center;
	padding-bottom: 1em;
}

#colophon .site-info a,
.mobile-footer .site-info a,
.hamburger-footer .site-info a {
	padding: 1em 0;
	color: #b7b7b7;
	font-size: 10px;
	text-decoration: none;
	display: inline-block;
}

#colophon .site-info a:hover,
.mobile-footer .site-info a:hover,
.hamburger-footer .site-info a:hover {
	color: #fff;
}

#colophon .subscription-content,
.mobile-footer .subscription-content,
.hamburger-footer .subscription-content {
	text-align: center;
	margin: 2em auto 1em;
	padding: 1em;
}
@media only screen and (min-width: 576px) {

	#colophon .subscription-content,
	.mobile-footer .subscription-content,
	.hamburger-footer .subscription-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

#colophon .subscription-content p,
.mobile-footer .subscription-content p,
.hamburger-footer .subscription-content p {
	font-size: 18px;
	font-weight: 600;
	padding: 1em;
	margin-bottom: 0;
}

#colophon .subscription-content .gform_wrapper,
.mobile-footer .subscription-content .gform_wrapper,
.hamburger-footer .subscription-content .gform_wrapper {
	margin-top: 0;
	max-width: calc(412px - 1rem);
	width: 100%;
}

#colophon .subscription-content .gform_wrapper form,
.mobile-footer .subscription-content .gform_wrapper form,
.hamburger-footer .subscription-content .gform_wrapper form {
	display: flex;
}

#colophon .subscription-content .gform_wrapper ul.gform_fields li.gfield,
.mobile-footer .subscription-content .gform_wrapper ul.gform_fields li.gfield,
.hamburger-footer .subscription-content .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
	margin: 0;
}

#colophon .subscription-content .gform_wrapper .top_label div.ginput_container,
.mobile-footer .subscription-content .gform_wrapper .top_label div.ginput_container,
.hamburger-footer .subscription-content .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

#colophon .subscription-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.mobile-footer .subscription-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.hamburger-footer .subscription-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin: 0;
	width: 100%;
	border: none;
	padding: .5rem;
	border-radius: 6px;
}

#colophon .subscription-content .gform_wrapper img,
.mobile-footer .subscription-content .gform_wrapper img,
.hamburger-footer .subscription-content .gform_wrapper img {
	max-width: 15px;
}

#colophon .subscription-content .gform_wrapper .gform_footer,
.mobile-footer .subscription-content .gform_wrapper .gform_footer,
.hamburger-footer .subscription-content .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	text-align: center;
}

#colophon .subscription-content .gform_wrapper .gform_footer input.button,
#colophon .subscription-content .gform_wrapper .gform_footer .gform_wrapper .gform_footer input[type=submit],
.mobile-footer .subscription-content .gform_wrapper .gform_footer input.button,
.mobile-footer .subscription-content .gform_wrapper .gform_footer .gform_wrapper .gform_footer input[type=submit],
.hamburger-footer .subscription-content .gform_wrapper .gform_footer input.button,
.hamburger-footer .subscription-content .gform_wrapper .gform_footer .gform_wrapper .gform_footer input[type=submit] {
	cursor: pointer;
	padding: 8px;
	padding-right: 40px;
	border: none;
	margin-left: 1rem;
}

#colophon .subscription-content .subscribe-link,
.mobile-footer .subscription-content .subscribe-link,
.hamburger-footer .subscription-content .subscribe-link {
	margin-left: 3em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}

#colophon .subscription-content .subscribe-link svg,
.mobile-footer .subscription-content .subscribe-link svg,
.hamburger-footer .subscription-content .subscribe-link svg {
	margin-left: 1.2em;
}

.mobile-footer {
	background-color: rgba(0, 0, 0, 0);
	margin-top: 1em;
}

.mobile-footer #footer-menu {
	text-align: left;
}

.mobile-footer #menu-social-media,
.mobile-footer #menu-social-media-1,
.mobile-footer #menu-social-media-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mobile-footer #site-footer-navigation {
	border: none;
}

.mobile-footer #menu-social-media .svg-icon {
	max-width: 40px;
}

.mobile-footer #menu-social-media .svg-icon path[fill="#8b8b8b"],
.mobile-footer #menu-social-media .svg-icon g {
	fill: #fff;
}

.hamburger-footer {
	margin: auto auto 0;
}

.logos-partners.logos-partners-content {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 15px;
}

.logos-partners.logos-partners-content .category-header {
	margin-bottom: 2rem;
}

.logos-partners.logos-partners-content .category-header h2 {
	color: #00be26;
	font-size: 14px;
	text-transform: uppercase;
}

.logos-partners.logos-partners-content .partners {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logos-partners.logos-partners-content .main-partners {
	min-height: 115px;
}

.logos-partners.logos-partners-content .platinum-partners,
.logos-partners.logos-partners-content .principle-partners,
.logos-partners.logos-partners-content .official-partners,
.logos-partners.logos-partners-content .technical-partners {
	margin-bottom: 4rem;
}
@media only screen and (min-width: 576px) {

	.logos-partners.logos-partners-content .platinum-partners,
	.logos-partners.logos-partners-content .principle-partners,
	.logos-partners.logos-partners-content .official-partners,
	.logos-partners.logos-partners-content .technical-partners {
		display: flex;
	}
}

.logos-partners.logos-partners-content .platinum-partners img,
.logos-partners.logos-partners-content .principle-partners img,
.logos-partners.logos-partners-content .official-partners img,
.logos-partners.logos-partners-content .technical-partners img {
	margin: 15px 0;
	max-width: 50%;
	filter: opacity(0.5) brightness(0) invert(1);
}

.logos-partners.logos-partners-content .platinum-partners img:hover,
.logos-partners.logos-partners-content .principle-partners img:hover,
.logos-partners.logos-partners-content .official-partners img:hover,
.logos-partners.logos-partners-content .technical-partners img:hover {
	filter: opacity(1);
}

.logos-partners.logos-partners-content .main-partner {
	position: absolute;
	left: calc(50% - 115px);
	transform: translateY(-50%);
	top: 0;
	z-index: 99;
	padding: 15px;
	background-color: #050835;
	border-radius: 50%;
	margin: auto;
}

p.hashtag {
	margin-top: 30px;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

p.privacy-p {
	font-weight: 100;
	font-size: 8px !important;
	max-width: 397px;
	text-align: left;
	font-family: raleway, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	opacity: .6;
	text-align: center;
}
@media screen and (max-width: 600px) {

	#menu-social-media-2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#menu-social-media-2 svg {
		max-width: 35px;
	}
}

.principal-partner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured-articles {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.featured-articles #slideshow {
	margin: 0 auto;
	width: 100vw;
	height: 90vh;
	background-color: transparent;
	position: relative;
}

.featured-articles #slideshow:after {
	content: "";
	width: 100%;
	height: 500px;
	background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 10%, #2c1c43 59%, #2c1c43 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -180px;
	z-index: 1;
}

.featured-articles #slideshow > div {
	position: absolute;
	top: 0;
	left: 0;
}

.featured-articles #slideshow img {
	width: 100vw;
	height: 90vh;
	object-fit: cover;
	object-position: center;
}

.featured-articles .featured-category {
	padding-left: 15px;
	margin-bottom: 1rem;
	color: #00be26;
	font-weight: 600;
}

.featured-articles h2.font-main-header.over-media,
.featured-articles .growing-media header h2.over-media,
.growing-media header .featured-articles h2.over-media {
	margin-bottom: 1rem;
	line-height: .9;
	margin-left: 0;
	max-width: 75%;
}
@media only screen and (min-width: 1200px) {

	.featured-articles h2.font-main-header.over-media,
	.featured-articles .growing-media header h2.over-media,
	.growing-media header .featured-articles h2.over-media {
		max-width: 900px !important;
	}
}

.featured-articles .slide-nav {
	position: absolute;
	left: 50%;
	bottom: 77px;
	transform: translateX(-50%);
	display: flex;
	z-index: 99;
}

.featured-articles .slide-nav-item {
	width: 60px;
	height: 4px;
	position: relative;
	margin: auto 2%;
	cursor: pointer;
}
@media only screen and (min-width: 576px) {

	.featured-articles .slide-nav-item {
		width: 90px;
	}
}
@media only screen and (min-width: 768px) {

	.featured-articles .slide-nav-item {
		width: 120px;
	}
}
@media only screen and (min-width: 1200px) {

	.featured-articles .slide-nav-item {
		width: 200px;
	}
}

.featured-articles .slide-nav-item.active .filled-border {
	background-color: #00be26;
	width: 0%;
}

.featured-articles .slide-nav-item .nav-border {
	width: 180px;
	height: 4px;
}

.featured-articles .slide-title.container {
	position: absolute;
	z-index: 999;
	bottom: 100px;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	transform: translateX(-50%);
}

.featured-articles .slide-title.container .font-main-header,
.featured-articles .slide-title.container .growing-media header h2,
.growing-media header .featured-articles .slide-title.container h2 {
	font-size: 48px;
}

.featured-articles .slide-thumbnail video {
	object-fit: cover;
	height: 90vh;
	width: 100vw;
}

.featured-articles .slide-thumbnail .view-more.btn-simple {
	margin-left: 15px;
}

.featured-articles .fill-border,
.featured-articles .filled-border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
}

.featured-articles .fill-border {
	background-color: #fff;
}

.featured-articles .row-slider {
	position: relative;
}

.race-card {
	max-width: 1200px;
	margin: auto;
	color: #fff;
	overflow: hidden;
	padding: 97px 0 2em;
}
@media only screen and (min-width: 1024px) {

	.race-card {
		display: flex;
	}
}

.race-card h1 {
	font-size: 28px;
}

.race-card h1 div {
	font-size: 18px;
	margin-bottom: 1em;
}

.race-card h3 {
	margin: 0 auto 1em;
}

.race-card .race-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	align-items: stretch;
	margin-bottom: 2em;
	align-self: center;
}

.race-card .race-title .race-countdown {
	padding-left: 2em;
	margin-left: 2em;
	position: relative;
}

.race-card .race-title .race-countdown h3 {
	margin-bottom: .5em;
}

.race-card .race-title .race-countdown:before {
	background-color: #741b80;
	content: "";
	width: 2px;
	height: 65%;
	position: absolute;
	left: -0.2em;
}

.race-card .race-title .race-countdown svg {
	height: 40px;
}

.race-card .race-title .race-countdown .countdown {
	font-size: 20px;
}

.race-card .race-card--left,
.race-card .race-card--right {
	flex: 1 1 50%;
	padding: 1em;
}

.race-card .race-card-content p {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.5;
}

.race-card-stats {
	display: flex;
	flex-wrap: wrap;
	margin: 1em -0.5em;
	text-transform: uppercase;
}

.race-card-stats .stats-container {
	max-width: 33%;
	flex: 1 1 25%;
}

.new-card-title {
	margin-top: 1rem;
	text-transform: initial;
}

.standings .nav-tabs {
	border-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
}

.standings .nav-tabs .nav-link {
	border: none;
	border-radius: unset;
	background-color: #707070;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	position: relative;
}

.standings .nav-tabs .nav-link.active {
	background-color: #20142f;
	color: #fff;
}

.standings .nav-item:first-of-type .nav-link:after {
	content: "";
	position: absolute;
	right: -19px;
	top: 0;
	width: 3em;
	height: 100%;
	background: #20142f;
	transform: skewX(45deg);
}

.standings .nav-item:first-of-type .nav-link.active:after {
	content: "";
	position: absolute;
	right: -19px;
	top: 0;
	width: 3em;
	height: 100%;
	background: #707070;
	transform: skewX(45deg);
}

.standings .nav-item:first-of-type .nav-link {
	padding-right: 4em;
	padding-left: 3em;
}

.standings .nav-item:last-of-type .nav-link {
	padding-right: 4em;
}

.standings .team-standings {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
}

.standings .team-standings .table {
	margin-bottom: 0;
}

.standings .team-standings .table td,
.standings .team-standings .table th {
	vertical-align: middle;
	line-height: 32px;
	border-top: 0;
}

.standings .team-standings th.font-weight-semibold.arrow-shape {
	background: #d93a40;
}
@media only screen and (min-width: 768px) {

	.standings .team-standings th.font-weight-semibold.arrow-shape {
		clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	}
}

.standings .team-standings .arrow-shape-reverse {
	background: #20142f;
	font-size: 32px;
	color: #fff;
}
@media only screen and (min-width: 768px) {

	.standings .team-standings .arrow-shape-reverse {
		clip-path: polygon(25% 0%, 100% 0%, 110% 100%, 25% 100%, 0% 50%);
	}
}

.standings .team-standings .font-weight-semibold.total {
	width: 100px;
	text-align: center;
}

.standings .team-standings .card-header {
	padding: 0;
}

.standings .team-standings .team-name {
	min-width: 320px;
}

.standings .team-standings #accordion {
	width: 100%;
}

.standings .team-standings #accordion .card .card-header {
	border: 0;
}

.standings .team-standings .team-car {
	width: 140px;
}

.standings .team-standings .flag-portrait {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.standings .team-standings .flag-portrait ~ .number-name {
	flex-direction: column;
}

.standings .team-standings .flag-portrait .flag {
	width: 24px;
	margin-right: 1em;
}

.standings .team-standings .flag-portrait .portrait {
	width: 80px;
}

.standings .team-standings .card.sam-bird .driver-name,
.standings .team-standings .card.robin-frijns .driver-name {
	display: flex;
	align-items: center;
}

.standings .team-standings .number-name {
	display: flex;
}

.standings .team-standings .number-name p {
	margin-bottom: 0;
}

.standings .team-standings .number-name .number {
	margin-right: 2em;
}

.standings .table-position,
.standings .table-points {
	display: block;
	text-align: center;
}
@media only screen and (min-width: 768px) {

	.standings .table-position,
	.standings .table-points {
		width: auto;
	}
}

.standings .table-position {
	width: 68px;
}
@media only screen and (min-width: 768px) {

	.standings .table-position {
		text-align: left;
	}
}

.standings .table-points {
	width: 90px;
}
@media only screen and (min-width: 768px) {

	.standings .table-points {
		text-align: right;
	}
}

.standings .driver-team {
	display: none;
}
@media only screen and (min-width: 1200px) {

	.standings .driver-team {
		display: block;
	}
}

.card {
	border: none !important;
}

.leaderboard-social-media {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 2em;
}
@media only screen and (min-width: 1200px) {

	.leaderboard-social-media {
		padding: .5em;
		display: flex;
	}
}

.leaderboard-social-media .leaderboards,
.leaderboard-social-media .twitter-feed {
	flex: 1 1 100%;
	max-width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 1em 0;
	margin: .5em .5em 2em;
}

.leaderboard-social-media .driver-team {
	display: none;
}

.leaderboard-social-media .table-position {
	text-align: left;
}

.leaderboard-social-media .table-points {
	text-align: right;
}

.leaderboard-social-media .leaderboards {
	position: relative;
}

.leaderboard-social-media .leaderboards .view-more {
	position: absolute;
	width: calc(100% - 2em);
	bottom: 1em;
}

.leaderboard-social-media #ctf {
	text-align: left;
	padding: 1em;
	height: 29em;
	overflow-y: scroll;
}

.leaderboard-social-media .container.standings,
.leaderboard-social-media .standings .team-standings {
	max-height: 28em;
	max-width: 100%;
}

.leaderboard-social-media .twitter-feed .red-title {
	display: block;
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom: 3px solid #20142f;
}

.leaderboard-social-media .view-more {
	margin: 0 auto;
	background-color: #00be26;
}

.leaderboard-social-media .view-more:hover {
	background-color: #20142f;
}
@media only screen and (min-width: 1200px) {

	.leaderboard-social-media .view-more {
		margin: 0 1em;
	}
}

.share-on-social-media {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2em auto;
}

.share-on-social-media .social-links-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.share-on-social-media .social-links-menu a {
	margin: .5em;
}

.share-on-social-media svg .svg-path {
	fill: #fff;
}

.share-on-social-media svg path {
	stroke: #fff;
}

.share-on-social-media svg:hover .svg-path {
	fill: #00be26;
}

.share-on-social-media svg:hover path {
	stroke: #00be26;
}

.share-on-social-media .red-title {
	font-size: 14px;
	margin: .5em;
}
@media only screen and (min-width: 576px) {

	.share-on-social-media .red-title {
		margin: 1.5em;
	}
}

.single-car h1.entry-title {
	font-size: 48px;
}

.single-car .video-wrapper.overlay:before,
.single-car .video-wrapper.overlay .play-button {
	z-index: 1;
}

.single-car .video-wrapper .play-button {
	text-align: center;
}

.single-car .video-wrapper .play-button svg {
	width: 45px;
}
@media only screen and (min-width: 768px) {

	.single-car .video-wrapper .play-button svg {
		width: 77px;
	}
}

.single-car .video-wrapper .entry-header {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single-car .car-image-with-pins,
.single-car #car-stats,
.single-car .explore-design,
.single-car .car-gallery {
	padding-bottom: 60px;
}

.single-car .car-image-with-pins h2,
.single-car #car-stats h2,
.single-car .explore-design h2,
.single-car .car-gallery h2 {
	color: #fff;
	text-align: center;
	font-size: 35px;
	padding-bottom: .5em;
}

.single-car #car-stats ~ .align-center {
	margin-top: -50px;
}

.single-car #car-stats {
	max-width: 1200px;
	margin: auto;
}

.single-car .pin-information {
	position: absolute;
	width: 260px;
	padding: 1em;
	text-align: center;
	background-color: rgba(32, 20, 47, .78);
	color: #fff;
	border-radius: 5px;
	z-index: -3;
	opacity: 0;
	height: auto;
}

.single-car .pin-information h3 {
	font-size: 20px;
}

.single-car .car-image-with-pins {
	position: relative;
}

.single-car .car-image-with-pins .car-image {
	max-width: 1200px;
	margin: 2em auto;
	padding: 0 15px;
	position: relative;
}

.single-car .car-image-with-pins .car-image .pin {
	position: absolute;
	z-index: 1;
}

.single-car .car-image-with-pins .car-image .pin .svg-icon {
	cursor: pointer;
	transition: width .3s ease-in-out, height .3s ease-in-out;
}

.single-car .car-image-with-pins .car-image .pin .svg-icon.active {
	width: 36px;
	height: 36px;
	transition: width .3s ease-in-out, height .3s ease-in-out;
	animation: none;
}

.single-car .car-image-with-pins .car-image .pin .svg-icon.active ~ .pin-information {
	z-index: 3;
	opacity: 1 !important;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 30px);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.single-car .car-image-with-pins .car-image .pin .svg-icon.active ~ .pin-information p {
	max-width: 260px;
	margin: 1em auto;
	line-height: 1.5;
}
@media only screen and (min-width: 1200px) {

	.single-car .car-image-with-pins .car-image .pin .svg-icon.active ~ .pin-information {
		position: absolute;
		width: 260px;
		padding: 1em;
		text-align: center;
		background-color: rgba(32, 20, 47, .78);
		color: #fff;
		border-radius: 5px;
		z-index: -3;
		opacity: 0;
		height: auto;
		top: 0;
		left: 45px;
		transform: none;
	}

	.single-car .car-image-with-pins .car-image .pin .svg-icon.active ~ .pin-information h3 {
		font-size: 20px;
	}
}

.single-car .car-image-with-pins .car-image #pin-0 {
	top: 33%;
	left: 15%;
}

.single-car .car-image-with-pins .car-image #pin-1 {
	top: 25%;
	left: 30%;
}

.single-car .car-image-with-pins .car-image #pin-2 {
	top: 0;
	left: 40%;
}

.single-car .car-image-with-pins .car-image #pin-3 {
	top: 20%;
	left: 60%;
}

.single-car .car-image-with-pins .car-image #pin-4 {
	top: 40%;
	left: 78%;
}

.single-car .car-image-with-pins .close {
	display: none;
	position: fixed;
	top: 64px;
	right: 15px;
	z-index: -1;
	font-size: 3em;
	color: #00be26;
	cursor: pointer;
}

.single-car .car-image-with-pins .close.active {
	display: block;
	z-index: 999;
}
@media only screen and (min-width: 1200px) {

	.single-car .car-image-with-pins .close {
		display: none !important;
	}
}

.single-car .car-stats {
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (min-width: 576px) {

	.single-car .car-stats {
		display: flex;
		flex-wrap: wrap;
	}
}

.single-car .car-stats .stats-container {
	background-color: rgba(32, 20, 47, .78);
}

.single-car .car-stats .stats-container .number {
	font-size: 16px;
	font-family: raleway, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

.single-car .car-stats .stats-container .number ~ p {
	font-size: 24px;
}

.single-car .explore-design {
	color: #fff;
}

.single-car .explore-design h2 {
	color: #fff;
}

.single-car .current-car .car-gallery h2 {
	color: #fff;
}

.single-car .entry-header.previous-car {
	min-height: 768px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: linear-gradient(to top, rgba(32, 20, 47, 0) 0%, rgba(0, 0, 0, 0.56) 74%, #2e294e 100%);
}

.single-car .entry-header.previous-car ~ section.car-image-with-pins {
	margin-top: -10em;
}

.single-car .entry-header.previous-car ~ section.car-image-with-pins h2.font-main-header,
.single-car .entry-header.previous-car ~ section.car-image-with-pins .growing-media header h2,
.growing-media header .single-car .entry-header.previous-car ~ section.car-image-with-pins h2 {
	display: none;
}

.single-car .previous-cars-menu ul {
	display: flex;
}

.single-car .previous-cars-menu ul li.current-item a {
	color: #00be26;
}

.single-car .previous-cars-menu ul li a {
	display: block;
	padding: .5em .5em .3em;
	margin: .1em;
	text-transform: uppercase;
	color: #fff;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 32px;
	background-color: transparent;
}

.single-car .previous-cars-menu ul li a:hover {
	background-color: #20142f;
}

.car-media-menu {
	text-transform: uppercase;
	background-color: #050835;
}
@media only screen and (min-width: 768px) {

	.car-media-menu ul {
		padding: 1rem 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.car-media-menu ul li {
	position: relative;
}

.car-media-menu ul li:not(:last-of-type):after {
	content: "|";
	right: -5px;
	top: calc(50% - 4px);
	position: absolute;
	color: #00be26;
	transform: translateY(-50%);
	font-size: 32px;
}

.car-media-menu ul a {
	font-size: 18px;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

.car-media-menu ul a.active,
.car-media-menu ul a:hover {
	color: #00be26;
}
@media only screen and (min-width: 768px) {

	.car-media-videos-container {
		padding: 2em;
	}
}

#car-media-videos {
	position: relative;
	max-width: 1200px;
	margin: auto;
}

#car-media-videos .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#car-media-videos .video-wrapper.active {
	z-index: 999;
}

#car-media-videos .video-wrapper .play-button {
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.car-gallery.new-car-gallery .slider div:not(.modal-img):not(.image-info) img {
	transform: none;
	display: block;
	cursor: initial;
}

.car-gallery.new-car-gallery .slider div:not(.modal-img):not(.image-info) img:hover {
	transform: none;
}

.car-gallery.new-car-gallery .image-info {
	padding: 1rem;
	color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.car-gallery.new-car-gallery .image-info p {
	font-size: 14px;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

.car-gallery.new-car-gallery .image-info select {
	margin: 1rem 0;
	text-transform: uppercase;
	padding: 1em 4em 1em 1em;
	-webkit-appearance: none;
	display: block;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xMjUiIGhlaWdodD0iMTkuMDgyIiB2aWV3Qm94PSIwIDAgMTguMTI1IDE5LjA4MiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcuNDE4IDAuNjQ1KSByb3RhdGUoOTApIj48cGF0aCBkPSJNLTI3NTEuMTgsMTA5Ny4xbDguMzU1LDguMzU1LTguMzU1LDguMzU1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzUxLjI0MiAtMTA5Ny4xMDIpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0tMjc1MS4xOCwxMDk3LjFsOC4zNTUsOC4zNTUtOC4zNTUsOC4zNTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3NTkuODQ3IC0xMDk3LjEwMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==");
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-size: 16px;
	background-color: #00be26;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 6px;
}

.car-gallery.new-car-gallery .image-info select:hover {
	background-color: #20142f;
}

.car-gallery .slider {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	justify-items: stretch;
	align-items: stretch;
	margin: auto;
	grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {

	.car-gallery .slider {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (min-width: 1200px) {

	.car-gallery .slider {
		grid-template-columns: repeat(4, 1fr);
	}
}

.car-gallery .slider div:not(.modal-img):not(.image-info) {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.car-gallery .slider div:not(.modal-img):not(.image-info) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: nesw-resize;
	height: 230px;
	object-position: top;
	transform: scale(1);
	transition: transform .2s ease-in-out;
}

.car-gallery .slider div:not(.modal-img):not(.image-info) img:hover {
	transform: scale(1.1);
	transition: transform .2s ease-in-out;
}

.car-gallery .modal-img {
	display: none;
}

.car-gallery .modal-img.active {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 99999999999;
	background-color: #000;
}

.car-gallery .modal-img.active img {
	cursor: default !important;
	width: auto !important;
	max-width: 80%;
	height: auto !important;
}

.car-gallery .modal-img.active img:hover {
	transform: none !important;
}

.car-gallery .modal-img.active .close {
	position: absolute;
	z-index: 3;
	right: 5%;
	top: 5%;
	grid-column: none;
	width: auto;
	height: auto;
	border: none;
	font-size: 3em;
	color: #00be26;
	display: inline-block;
	cursor: pointer;
}

.car-gallery .car-gallery-container {
	position: relative;
	margin: auto;
}

.stats-container {
	background-color: #fff;
	color: #312c54;
	text-align: center;
	padding: 1em;
	margin: 1em .5em;
	border-radius: 6px;
	border-bottom: none;
	background-color: rgba(32, 20, 47, .78);
	color: #fff;
	text-align: left;
	display: block;
	max-width: 20%;
	flex: 1 1 20%;
}

.stats-container--blue {
	background-color: #312c54;
	color: #fff;
}

.stats-container .number {
	margin-bottom: 1rem;
	font-size: 16px;
	font-family: raleway, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	color: #00be26;
}

.stats-container .number ~ p {
	font-size: 24px;
}

header.driver-info-header h1 {
	position: absolute;
	z-index: -1;
}

header.driver-info-header .post-thumbnail {
	max-height: 768px;
	overflow: hidden;
	position: relative;
}

header.driver-info-header .post-thumbnail:after {
	content: "";
	width: 100%;
	height: 500px;
	background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 10%, #2c1c43 59%, #2c1c43 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -180px;
	z-index: 1;
	left: 0;
}

.driver-info {
	margin: 2em auto;
	padding: 0 15px;
	max-width: 1200px;
}

.driver-info h2 {
	font-size: 32px;
	color: #00be26;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: .5em;
}

.driver-info .driver-content {
	max-width: 768px;
	margin: auto;
}

.driver-info .driver-content p {
	margin-bottom: 1em;
	font-size: 1.111rem;
	line-height: 1.5;
}

.driver-info .info {
	margin-bottom: 1em;
}

.driver-info .info .title {
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 0;
	text-transform: capitalize;
}

.driver-info .info .title ~ p {
	text-transform: uppercase;
	font-size: 14px;
}

.driver-info .car-driver {
	position: relative;
}

.driver-info .car-driver .car-number {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: #00be26;
}
@media only screen and (min-width: 768px) {

	.driver-info .car-driver .car-number {
		font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
		font-size: 95px;
	}
}

.driver-info .car-driver .car-image {
	margin-top: 64px;
	padding-top: 48px;
	position: relative;
}
@media only screen and (min-width: 768px) {

	.driver-info .car-driver .car-image {
		padding-top: 95px;
	}
}

.driver-info .car-driver .car-image img {
	max-width: 1200px;
}

.driver-info .driver-stats-container h2 {
	text-align: center;
	font-size: 60px;
	padding-bottom: .5em;
}
@media only screen and (min-width: 768px) {

	.driver-info .driver-stats {
		display: flex;
		flex-wrap: wrap;
	}

	.driver-info .driver-stats .stats-container {
		flex: 1 1 15%;
	}
}

.hero-sub-section {
	max-width: 1200px;
	margin: auto;
	padding: 2em 0;
	position: relative;
}
@media only screen and (min-width: 1200px) {

	.hero-sub-section {
		padding: 2em;
	}
}

.hero-sub-section .sub-section-has-image {
	display: flex;
	flex-direction: column-reverse;
}
@media only screen and (min-width: 1200px) {

	.hero-sub-section .sub-section-has-image {
		flex-direction: row;
		align-items: center;
	}
}
@media only screen and (min-width: 768px) {

	.hero-sub-section .sub-section-no-image {
		display: flex;
		align-items: flex-start;
	}
}

.hero-sub-section .sub-section-image {
	margin: auto;
}
@media only screen and (min-width: 1200px) {

	.hero-sub-section .sub-section-image {
		max-width: 50%;
	}
}
@media only screen and (min-width: 1200px) {

	.hero-sub-section .sub-section-title {
		max-width: 576px;
		padding: 2em;
	}
}

.hero-sub-section .sub-section-title h2 {
	font-weight: 600;
	font-size: 60px;
}

.hero-sub-section h2 {
	padding-bottom: .1em;
	padding-left: 15px;
}
@media only screen and (min-width: 768px) {

	.hero-sub-section h2 {
		font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
		text-rendering: geometricPrecision;
		text-transform: uppercase;
		margin-left: auto;
		margin-right: auto;
		font-size: 60px;
	}
}

.hero-sub-section .sub-section-content-container {
	margin: auto;
	width: 100%;
	max-width: 1200px;
}
@media only screen and (min-width: 1200px) {

	.hero-sub-section .sub-section-content-container {
		max-width: 576px;
		padding: 2em;
	}
}

.hero-sub-section .sub-section-content-container p {
	padding: 1em 15px 0;
}

.hero-sub-section .sub-section-content-container .view-more {
	font-size: 80%;
	margin-left: 15px;
}
@media only screen and (min-width: 768px) {

	.hero-sub-section .sub-section-content-container .view-more {
		font-size: 100%;
	}
}

.career-cards-container {
	padding-bottom: 60px;
}

.career-cards-container h2 {
	text-align: center;
	font-size: 60px;
	padding-bottom: .5em;
	padding-top: .5em;
}
@media only screen and (min-width: 768px) {

	.career-cards-container h2 {
		font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
		text-rendering: geometricPrecision;
	}
}

.career-cards {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
}
@media only screen and (min-width: 576px) {

	.career-cards {
		margin: 2em auto;
	}
}

.career-card {
	flex: 1 1 100%;
	max-width: 100%;
	margin: 1em;
	background-color: #20142f;
}
@media only screen and (min-width: 576px) {

	.career-card {
		flex: 1 1 50%;
		max-width: calc(50% - 2em);
	}
}
@media only screen and (min-width: 1200px) {

	.career-card {
		flex: 1 1 33%;
		max-width: calc(33% - 2em);
	}
}

.career-card img {
	width: 100%;
	height: 228px;
	object-fit: cover;
	display: table;
}

.career-card .career-card-link .view-more.btn-simple {
	margin: 0 auto;
	display: flex;
	border-top: 0;
}

.career-card .career-card-link .view-more.btn-simple span:first-of-type {
	margin: auto;
	width: 100%;
}

.featured-image {
	height: 576px;
	overflow: hidden;
	position: relative;
}

.featured-image:not(.no-gradient):after {
	background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 10%, #0b094a 59%, #0b094a 100%);
}

.featured-image.has-event {
	height: 70vh;
}

.featured-image.has-event .entry-header {
	top: 47%;
}

.featured-image.has-event img {
	height: 70vh;
}

.featured-image.has-event .hero-event {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	max-width: 768px;
	left: 50%;
	transform: translateX(-50%);
	top: calc(50% + 20px);
	z-index: 2;
}

.featured-image.has-event .hero-event .calendar {
	display: flex;
}

.featured-image.has-event .hero-event .calendar img {
	margin-right: 15px;
	align-self: center;
	min-width: 30px;
}

.featured-image.has-event .hero-event .event-countdown img {
	align-self: baseline;
	width: 26px;
	height: auto;
	margin-top: 3px;
	margin-right: 15px;
	float: left;
}
@media screen and (max-width: 600px) {

	.featured-image.has-event .hero-event .event-countdown img {
		width: 20px;
		margin-right: 15px;
		min-width: unset;
	}
}

.featured-image.has-event .hero-event #hero-time {
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
}

.featured-image.has-event .hero-event #hero-time i {
	font-style: normal;
	font-size: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 480px) {

	.featured-image.has-event .hero-event #hero-time i {
		font-size: 20px;
	}
}

.featured-image.has-event .hero-event #hero-time div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 45px;
}

.featured-image.has-event .hero-event #hero-time div span:not(.dots):first-of-type {
	font-size: 30px;
	margin-bottom: 0;
	font-family: Orbitron, sans-serif;
}
@media screen and (max-width: 480px) {

	.featured-image.has-event .hero-event #hero-time div span:not(.dots):first-of-type {
		font-size: 20px;
	}
}

.featured-image.has-event .hero-event #hero-time div span:not(.dots):last-of-type {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px;
}
@media screen and (max-width: 480px) {

	.featured-image.has-event .hero-event #hero-time div span:not(.dots):last-of-type {
		font-size: 8px;
	}
}

.featured-image.has-event .hero-button {
	position: absolute;
	top: calc(50% + 76px);
	left: 50%;
	transform: translateX(-50%);
	max-width: 768px;
	width: 100%;
	text-align: left;
	z-index: 2;
}

.featured-image.has-event .hero-button .view-more.btn-simple {
	padding-right: 30px;
}

.featured-image.has-event .hero-button .view-more.btn-simple svg.svg-icon {
	top: calc(50% - 4px);
}

.featured-image.has-event .hero-button .clearfix.double-arrow {
	position: relative;
}

.featured-image img {
	display: table;
	object-fit: cover;
}

.featured-image .entry-header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
}

.entry-header.is-event {
	text-align: left;
	max-width: 768px;
}

.entry-header.is-event .title-over-media {
	padding-left: 15px;
}

body:not(.single-event) #featured-video.is-event-container {
	height: 100vh;
	margin: 60px auto;
}

body:not(.single-event) #featured-video.is-event-container:after {
	content: none;
}

.page-template-partners .entry-header {
	position: absolute;
}

.partners-hero-slider-container,
.partners-footer-slider-container {
	position: relative;
}

.partners-hero-slider-container .slide-navigation,
.partners-footer-slider-container .slide-navigation {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: calc(100% - 30px);
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (min-width: 576px) {

	.partners-hero-slider-container .slide-navigation,
	.partners-footer-slider-container .slide-navigation {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.partners-hero-slider-container .slide-navigation div,
.partners-footer-slider-container .slide-navigation div {
	cursor: pointer;
	background-color: #00be26;
	width: 19px;
	height: 19px;
	padding: 1em;
	border-radius: 50%;
}

.partners-hero-slider-container .slide-navigation div:hover,
.partners-footer-slider-container .slide-navigation div:hover {
	background-color: #20142f;
}

.partners-hero-slider-container .slide-navigation div.prev,
.partners-hero-slider-container .slide-navigation div.prev-footer-nav,
.partners-footer-slider-container .slide-navigation div.prev,
.partners-footer-slider-container .slide-navigation div.prev-footer-nav {
	transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) {

	.partners-footer-slider-container {
		margin-bottom: -170px;
	}
}

.partners-footer-slider-container h2 {
	text-align: center;
	font-size: 35px;
	padding: .5em 15px 1em;
}

.partners-footer-slider-container .slide-navigation {
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: 85px;
}

.partners-footer-slider-container img {
	display: table;
	height: 70vh;
	object-fit: cover;
}

.slider-content {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, .9);
	padding: 2em;
	max-width: 320px;
	color: #20142f;
}
@media only screen and (min-width: 576px) {

	.slider-content {
		left: 10%;
		max-width: 480px;
	}
}

.slider-content img {
	max-width: 150px;
	height: auto;
	filter: brightness(0);
	margin: 1em 0 2em;
}

.slider-content p {
	margin-bottom: 1em;
}

.partner-list {
	width: calc(100% - 2em);
	margin: 2em auto;
	max-width: 1200px;
}

.partner-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.partner-list ul .partner-item {
	width: 50%;
}
@media only screen and (min-width: 768px) {

	.partner-list ul .partner-item {
		width: 25%;
	}
}

.partner-list .partner-link {
	display: inline-block;
	padding: 4em 15px;
	margin: .5em;
}

.partner-list .partner-link:hover img {
	filter: brightness(1);
}

.partner-list .partner-link img {
	filter: brightness(0.8);
	width: 100%;
	height: auto;
	margin: auto;
}

#explore-navigation-content {
	position: relative;
	min-height: 768px;
}

#explore-navigation-content .explore-navigation {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	background-color: #20142f;
	color: #fff;
}
@media only screen and (min-width: 1200px) {

	#explore-navigation-content .explore-navigation {
		display: flex;
	}
}

#explore-navigation-content .explore-navigation.active {
	position: relative;
	z-index: 1;
	opacity: 1;
}

#explore-navigation-content .explore-navigation--left {
	align-self: center;
}
@media only screen and (min-width: 1200px) {

	#explore-navigation-content .explore-navigation--left,
	#explore-navigation-content .explore-navigation--right {
		flex: 1 1 50%;
		max-width: 50%;
	}
}

#explore-navigation-content .explore-navigation--left img,
#explore-navigation-content .explore-navigation--right img {
	height: 100%;
	min-height: 768px;
	object-fit: cover;
	display: table;
}

#explore-navigation-content .explore-navigation--left .content,
#explore-navigation-content .explore-navigation--right .content {
	margin: 0 auto;
	padding: 4em 15px;
	max-width: 576px;
}

#explore-navigation-content .explore-navigation--left .content h2,
#explore-navigation-content .explore-navigation--right .content h2 {
	font-size: 40px;
}

#explore-navigation-content .explore-navigation--left .content p,
#explore-navigation-content .explore-navigation--right .content p {
	margin-bottom: 1em;
}

.testimonial {
	margin-bottom: -170px;
}

.testimonial.featured-image img {
	object-position: top;
}

.testimonial-content {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
	max-width: calc(100% - 30px);
	margin: auto;
	font-size: 20px;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {

	.testimonial-content {
		max-width: 576px;
	}
}
@media only screen and (min-width: 1200px) {

	.testimonial-content {
		transform: translateY(-50%);
	}
}

.testimonial-content p:last-of-type {
	color: #00be26;
	font-size: 20px;
	margin: .5em .5em 1em;
	position: relative;
}
@media only screen and (min-width: 768px) {

	.testimonial-content p:last-of-type {
		font-size: 24px;
	}
}

.testimonial-content p:last-of-type:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.5em;
	width: .4em;
	height: 1px;
	border-top: 1px solid #00be26;
}

.race-and-promo {
	max-width: 1230px;
	margin: auto 1.5em;
}
@media only screen and (min-width: 1200px) {

	.race-and-promo {
		display: flex;
		margin: 1em auto;
	}
}

.race-and-promo #featured-video {
	min-height: 480px;
	height: 480px;
}

.race-and-promo .race-and-promo-card {
	color: #fff;
	position: relative;
	border-radius: 6px;
}

.race-and-promo .race-and-promo-card:before {
	content: "";
	background-color: rgba(32, 20, 47, .78);
	width: 100%;
	height: calc(100% - 1em);
	position: absolute;
	z-index: 0;
}
@media only screen and (min-width: 1200px) {

	.race-and-promo .race-and-promo-card {
		flex: 1 1 70%;
		overflow: hidden;
		margin-left: 1em;
	}
}

.race-and-promo .race-and-promo-card .race-background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 480px;
}

.race-and-promo .race-and-promo-card .race-half {
	width: 100%;
	min-height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (min-width: 576px) {

	.race-and-promo .race-and-promo-card .race-half {
		position: absolute;
		top: 0;
		left: 50%;
		max-width: 50%;
	}
}

.race-and-promo .race-and-promo-card .race-half img {
	display: block;
}

.race-and-promo .race-and-promo-card .race-half img,
.race-and-promo .race-and-promo-card .race-half table {
	max-width: 250px;
	margin: 2em auto;
	padding: 0 15px;
}

.race-and-promo .race-and-promo-card .view-more {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	width: calc(100% - 2em);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.race-and-promo .race-and-promo-card .race-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 480px;
	position: relative;
}
@media only screen and (min-width: 576px) {

	.race-and-promo .race-and-promo-card .race-content {
		max-width: 50%;
	}
}

.race-and-promo .race-and-promo-card .race-title {
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 15px;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.race-and-promo .race-and-promo-card .race-title h2 {
	padding: 0;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: .5em;
	line-height: 60px;
}

.race-and-promo .race-and-promo-card .race-title h2 div {
	font-size: 46px;
}

.race-and-promo .race-and-promo-card .race-date {
	font-weight: 600;
}

.race-and-promo .race-and-promo-card .race-content-details {
	padding: 0 15px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.promo-card {
	min-height: 455px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-transform: uppercase;
	border-radius: 6px;
}
@media only screen and (min-width: 1200px) {

	.promo-card {
		flex: 1 1 30%;
		margin: 0 1em;
	}
}

.promo-card .promo-top-title {
	margin-top: 2em;
	color: #00be26;
	font-weight: 600;
	padding-bottom: .5em;
}

.promo-card .promo-title {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #20142f;
	padding: 0 15px;
	line-height: 60px;
	max-width: 480px;
	margin: .5em auto;
}

.promo-card .view-more {
	margin: auto 0 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 1em 1em 11px;
}

.shortcode.shortcode-alm {
	margin: auto;
	max-width: 1200px;
	padding: 0 1em;
}

.shortcode.shortcode-alm form input[type=submit] {
	background-color: #00be26;
	color: #fff;
	border: 0;
	padding: 10px;
}
@media only screen and (min-width: 768px) {

	.alm-reveal,
	.alm-listing,
	.races-grid {
		display: flex;
		flex-wrap: wrap;
	}
}

.alm-reveal a,
.alm-listing a,
.races-grid a {
	text-decoration: none;
	color: #fff;
}

.alm-reveal a:hover,
.alm-listing a:hover,
.races-grid a:hover {
	text-decoration: none;
	color: #fff;
}

.alm-reveal a img,
.alm-reveal a video,
.alm-listing a img,
.alm-listing a video,
.races-grid a img,
.races-grid a video {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.alm-reveal h2,
.alm-listing h2,
.races-grid h2 {
	font-size: 32px;
	color: #fff;
}

.alm-reveal h2 span,
.alm-listing h2 span,
.races-grid h2 span {
	font-size: 24px;
}

.alm-reveal .post-top-meta ~ h2,
.alm-listing .post-top-meta ~ h2,
.races-grid .post-top-meta ~ h2 {
	font-size: 18px;
}

.alm-reveal .article-content,
.alm-listing .article-content,
.races-grid .article-content {
	padding: 15px 15px 15px;
}
@media only screen and (min-width: 768px) {

	.alm-reveal .news-column,
	.alm-listing .news-column,
	.races-grid .news-column {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		overflow: hidden;
	}
}

.alm-reveal .news-card,
.alm-listing .news-card,
.races-grid .news-card {
	margin: 12px 6px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	transition: all .1s;
}

.alm-reveal .news-card .article-content h2,
.alm-reveal .news-card .article-content p:not(.red-title),
.alm-listing .news-card .article-content h2,
.alm-listing .news-card .article-content p:not(.red-title),
.races-grid .news-card .article-content h2,
.races-grid .news-card .article-content p:not(.red-title) {
	color: #180b2e;
	margin-bottom: 10px;
}

.alm-reveal .news-card .red-title,
.alm-listing .news-card .red-title,
.races-grid .news-card .red-title {
	padding: .5rem 0;
	font-size: 14px;
}

.alm-reveal .news-card .post-top-meta,
.alm-listing .news-card .post-top-meta,
.races-grid .news-card .post-top-meta {
	display: inline-block;
	width: 100%;
}

.alm-reveal .news-card .post-top-meta span:nth-child(1),
.alm-listing .news-card .post-top-meta span:nth-child(1),
.races-grid .news-card .post-top-meta span:nth-child(1) {
	color: #20142f;
}

.alm-reveal .news-card .post-top-meta span:nth-child(2),
.alm-listing .news-card .post-top-meta span:nth-child(2),
.races-grid .news-card .post-top-meta span:nth-child(2) {
	text-align: right;
}

.alm-reveal .news-card .post-top-meta span,
.alm-listing .news-card .post-top-meta span,
.races-grid .news-card .post-top-meta span {
	color: #00be26;
	width: 50%;
	float: left;
}

.alm-reveal .news-card:hover,
.alm-listing .news-card:hover,
.races-grid .news-card:hover {
	transform: scale(1.03);
}

.alm-reveal .wp-post-image,
.alm-listing .wp-post-image,
.races-grid .wp-post-image {
	width: 100.1%;
	height: 350px;
	object-fit: cover;
	display: table;
}

.alm-reveal .btn-arrow,
.alm-listing .btn-arrow,
.races-grid .btn-arrow {
	margin-bottom: 21px;
	margin-top: -18px;
}
@media only screen and (min-width: 768px) {

	.alm-reveal .the-excerpt,
	.alm-listing .the-excerpt,
	.races-grid .the-excerpt {
		min-height: 2em;
	}
}

.alm-reveal .double-arrow,
.alm-listing .double-arrow,
.races-grid .double-arrow {
	float: right;
}

.has-overflow .section-title {
	padding-left: 15px;
	font-size: 60px;
	text-transform: uppercase;
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
}

.has-overflow .category-header {
	display: flex;
	justify-content: flex-start;
}

#races-grid.has-carousel .red-title {
	color: #fff;
	cursor: pointer;
}

#races-grid.has-carousel .red-title.active {
	color: #00be26;
}

#races-grid.climate-change {
	background-color: #050638;
	padding-bottom: 60px;
}

#races-grid.climate-change .section-title {
	font-size: 60px;
	color: #00be26;
}

#races-grid.climate-change .races-grid-subtitle {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

#races-grid.climate-change .slick-arrow {
	background-color: #00be26;
}

#races-grid .section-title {
	font-size: 40px;
}

#races-grid .article-content h2 {
	font-size: 18px;
}

#races-grid .article-content h2 div {
	font-family: raleway, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 15px;
	margin-top: 1rem;
}

#races-grid .article-content h2 div span.date-card {
	margin-top: 5px;
	display: block;
	font-size: 15px;
}

.races-grid {
	text-transform: uppercase;
}

.races-grid.active {
	height: auto;
}

.races-grid-overflow {
	height: 0;
	flex-wrap: nowrap;
	overflow-x: hidden;
	margin: auto;
	width: 100vw;
	position: relative;
}

.races-grid-overflow.races-grid h2 div {
	font-size: 24px;
	font-weight: 400;
}

.races-grid-overflow.articles-grid .wp-post-image {
	height: 400px;
}
@media only screen and (min-width: 768px) {

	.races-grid-overflow.articles-grid .news-column {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.races-grid-overflow .red-title {
	color: #00be26 !important;
	padding-left: 0 !important;
}

.races-grid-overflow .news-card {
	margin-right: 15px;
}

.races-grid-overflow .news-column {
	flex: 0 0 20%;
}

.races-grid-overflow button.slick-next.slick-arrow,
.races-grid-overflow button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	padding: 1rem;
	padding: 12px 3px 8px 7px;
	border-radius: 50%;
	border: none;
	transform: rotate(180deg) translateY(-50%);
	cursor: pointer;
	background-color: #00be26;
	z-index: 9;
	outline: none;
}

.races-grid-overflow button.slick-next.slick-arrow svg,
.races-grid-overflow button.slick-prev.slick-arrow svg {
	width: 25px;
	height: 25px;
}

.races-grid-overflow button.slick-prev.slick-arrow {
	transform: rotate(180deg) translateY(-50%);
	transform-origin: 50% 0%;
}

.races-grid-overflow button.slick-prev.slick-arrow {
	display: none !important;
}

.races-grid-overflow button.slick-prev.slick-arrow.active {
	display: block !important;
}

.races-grid-overflow button.slick-next.slick-arrow {
	transform: none;
	transform: translateY(-50%);
	right: -3rem;
	background-color: #00be26;
	padding: 1rem;
	padding: 12px 3px 8px 7px;
	border-radius: 50%;
}

.races-grid .has-video {
	background-color: rgba(0, 0, 0, 0);
	position: relative;
}

.races-grid .has-video .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.races-grid .has-video video {
	min-height: 470px;
	border-radius: 16px;
	object-fit: cover;
}

.races-grid .has-video .red-title {
	text-align: center;
	color: #00be26;
}

.races-grid .has-video .article-content {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	margin: 10px;
	z-index: 2;
	padding-bottom: 0;
	margin-bottom: 0;
}

.races-grid .has-video .article-content h2 {
	color: #fff !important;
	text-align: left;
	padding: 0 15px;
	min-height: auto !important;
}

.races-grid .has-video .category-share {
	width: calc(100% - 45px);
	padding: 0 0 0 15px;
}

.races-grid h2 {
	padding: .5em 0 0;
	font-size: 32px;
}

.races-grid h2 div {
	color: #00be26;
	font-weight: 400;
	font-size: 32px;
}

.races-grid .article-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
}

.races-grid .article-content .double-arrow {
	float: none;
	position: absolute;
	right: .5em;
	bottom: 2em;
}

.races-grid a.has-image.relative {
	position: relative;
	display: block;
	border-radius: 16px;
}

.races-grid a.has-image.relative span.postponed {
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: .5em 1em;
	background-color: rgba(0, 190, 38, .5);
}

#races-grid {
	padding: 2em 1em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
	overflow: hidden;
}

#races-grid.no-padding-top {
	padding-top: 0;
}

#races-grid.no-padding-bottom {
	margin-bottom: 0;
}

#races-grid section.upcoming-races,
#races-grid section.past-races {
	margin: 1em auto 0 !important;
	max-width: 1200px;
}

#races-grid section.upcoming-races .red-title,
#races-grid section.past-races .red-title {
	margin: 0;
	padding: 1em;
}

.category-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 15px);
}

#races-grid.carousel-grid .upcoming-races:not(.races-grid) .overlay:before {
	border-radius: 16px;
}

#races-grid.carousel-grid .upcoming-races:not(.races-grid) .news-card {
	position: relative;
}

#races-grid.carousel-grid .upcoming-races:not(.races-grid) .wp-post-image {
	height: 470px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

#races-grid.carousel-grid .upcoming-races:not(.races-grid) .races-grid .news-card:not(.has-video) .article-content {
	position: absolute;
	bottom: 0;
	background-color: #fff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	width: calc(100% - 30px);
	padding-bottom: 0;
}

.alm-reveal .post-top-meta ~ h2 {
	min-height: 3em;
}

.alm-listing .wp-post-image {
	height: 500px;
	border-radius: 16px;
}

.alm-listing .news-card {
	position: relative;
	overflow: hidden;
}

.alm-listing .article-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding-bottom: 0;
	padding-top: 0;
	width: calc(100% - 30px);
}

.alm-listing .news-column.grid-item:nth-child(2n+1) .wp-post-image {
	height: 400px;
}

.alm-listing .news-column.grid-item:nth-child(4n+1) .wp-post-image {
	height: 600px;
}

.alm-listing .news-column.grid-item:nth-child(even) .wp-post-image {
	height: 380px;
}

.alm-listing .category-share {
	float: right;
	max-width: 10%;
	padding-top: 0;
}

.alm-listing .the-excerpt {
	float: left;
	max-width: 90%;
}
@media screen and (max-width: 600px) {

	.alm-listing .news-column.grid-item:last-of-type {
		width: 100% !important;
	}

	.alm-listing .grid-item {
		width: 50% !important;
		margin: 0 0 2px !important;
	}

	.alm-listing .grid-item:nth-child(2n+1) .wp-post-image {
		height: 300px !important;
	}

	.alm-listing .grid-item:nth-child(4n+1) .wp-post-image {
		height: 300px !important;
	}

	.alm-listing .grid-item:nth-child(even) .wp-post-image {
		height: 300px !important;
	}

	.alm-listing .grid-item .article-content {
		padding: 0 15px 15px;
		background-color: #fff;
	}

	.alm-listing .grid-item .the-excerpt {
		display: none;
	}

	.alm-listing .grid-item h2 {
		font-size: 12px;
	}

	.alm-listing .grid-item .category-share,
	.alm-listing .grid-item .a2a_kit,
	.alm-listing .grid-item .a2a_menu,
	.alm-listing .grid-item .a2a_modal,
	.alm-listing .grid-item .a2a_overlay {
		display: none;
	}
}

.races-grid-subtitle {
	padding-left: 15px;
	font-size: 18px;
	max-width: 600px;
	margin-bottom: 30px;
}

#races-grid.has-background-image {
	position: relative;
}
@media screen and (max-width: 900px) {

	#races-grid.has-background-image {
		background-size: auto 741px;
		background-position: top;
	}
}

#races-grid.has-background-image:after {
	content: "";
	width: 100%;
	height: 500px;
	background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 10%, #0b094a 59%, #0b094a 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -180px;
	z-index: 1;
	left: 0;
}

#races-grid.has-background-image .section-title {
	margin: 250px auto 30px;
}

#carousel-grid {
	position: relative;
	z-index: 2;
}

#carousel-grid.upcoming-races.article-bg {
	max-width: 100%;
}
@media screen and (min-width: 768px) {

	#carousel-grid.upcoming-races.article-bg #main-swap {
		padding-left: 35%;
		position: relative;
	}
}
@media screen and (min-width: 768px) {

	#carousel-grid.upcoming-races.article-bg #main-swap .races-grid {
		width: calc(100vw - 200px);
	}
}

#carousel-grid.upcoming-races.article-bg #main-swap .races-bg-article {
	position: absolute;
	left: -15px;
	top: 22px;
	height: 470px;
	width: 100vw;
	background-color: #20142f;
	display: none;
}
@media screen and (min-width: 768px) {

	#carousel-grid.upcoming-races.article-bg #main-swap .races-bg-article {
		display: block;
	}
}

#carousel-grid.upcoming-races.article-bg #main-swap .races-bg-article .races-bg-image {
	width: 35%;
	height: 100%;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#carousel-grid.upcoming-races.article-bg #main-swap .races-bg-article .races-bg-image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background-image: linear-gradient(to right, transparent 10%, #20142f);
}

#carousel-grid.upcoming-races.article-bg #main-swap .races-bg-article .races-bg-content {
	padding: 20px 25px;
}

#carousel-grid.upcoming-races.article-bg #main-swap .races-bg-article .races-bg-content h2 {
	font-size: 30px;
}

#carousel-grid.upcoming-races.article-bg #main-swap .arrows-wrap {
	display: flex;
	padding: 25px;
}

#carousel-grid.upcoming-races.article-bg #main-swap .arrows-wrap.mobile-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translate(0, -50%);
	padding: 0;
}
@media screen and (min-width: 768px) {

	#carousel-grid.upcoming-races.article-bg #main-swap .arrows-wrap.mobile-arrow {
		display: none;
	}
}

#carousel-grid.upcoming-races.article-bg #main-swap .arrows-wrap .arrow {
	background-color: #00be26;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#carousel-grid.upcoming-races.article-bg #main-swap .arrows-wrap .arrow.arrow-prev {
	transform: rotate(180deg);
	margin-right: 25px;
}

.category-news {
	padding: 1em;
	margin: 2em auto 0;
	max-width: 1200px;
}

.category-news .alm-load-more-btn {
	display: none;
}

.category-header {
	display: flex;
	justify-content: center;
	align-items: center;
}

.category-header h2 {
	margin-right: 30px;
	min-width: 160px;
}

.category-header .view-more {
	margin-left: 30px;
	flex: 1 0 30%;
	max-width: 280px;
}

.news-cat-filter {
	width: 100%;
	margin: auto;
	text-align: center;
}

.news-cat-filter ul {
	display: inline-block;
	width: 100%;
}

.news-cat-filter li {
	display: inline-block !important;
	clear: none !important;
}

.news-cat-filter .alm-filter--link {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px !important;
}

.news-cat-filter .alm-filter--link:before,
.news-cat-filter .alm-filter--link:after {
	display: none !important;
}

.news-cat-filter .alm-filter--link.active {
	color: #00be26 !important;
}

.alm-paging-wrap {
	height: auto !important;
}

.alm-paging-wrap .alm-paging-content {
	display: flex;
}
@media only screen and (min-width: 1200px) {

	.alm-paging-wrap .alm-reveal .news-column,
	.alm-paging-wrap .alm-listing .news-column {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

div.alm-paging {
	position: relative;
}

ul.alm-paging {
	position: absolute !important;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
}

ul.alm-paging li {
	margin: 0 -4rem;
}

ul.alm-paging li.num {
	display: none !important;
}

ul.alm-paging li a[data-page=next],
ul.alm-paging li a[data-page=prev] {
	background: transparent;
	border: 0;
	color: transparent;
	position: relative;
	background: #00be26;
	padding: 20px 20px 15px 23px;
	border-radius: 50%;
}

ul.alm-paging li a[data-page=next]:hover,
ul.alm-paging li a[data-page=next]:active,
ul.alm-paging li a[data-page=next]:focus,
ul.alm-paging li a[data-page=prev]:hover,
ul.alm-paging li a[data-page=prev]:active,
ul.alm-paging li a[data-page=prev]:focus {
	background: transparent;
	color: transparent;
	background-color: #00be26;
}

ul.alm-paging li a[data-page=next]:after,
ul.alm-paging li a[data-page=prev]:after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS40MjEgMjQuMDMyIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjA2MSAxLjA2MSkiPjxwYXRoIGQ9Ik0tMjc1MS4xNzksMTA5Ny4xbDEwLjk1NiwxMC45NTYtMTAuOTU2LDEwLjk1NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc1MS4xNzkgLTEwOTcuMTAyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiLz48cGF0aCBkPSJNLTI3NTEuMTc5LDEwOTcuMWwxMC45NTYsMTAuOTU2LTEwLjk1NiwxMC45NTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3NjIuNDYzIC0xMDk3LjEwMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9nPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

ul.alm-paging li a[data-page=prev] {
	transform: rotate(180deg);
}

.new-race-banner .main-width {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15px 0 15px;
}

.new-race-banner .column-1 {
	display: flex;
	align-items: start;
}
@media screen and (min-width: 480px) {

	.new-race-banner .column-1 {
		align-self: center;
	}
}

.new-race-banner .column-1 img {
	width: 27px;
	margin-right: 15px;
}
@media screen and (min-width: 480px) {

	.new-race-banner .column-1 img {
		width: 30px;
	}
}

.new-race-banner .column-1 h2 {
	font-size: 23px;
	font-family: raleway, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-1 h2 {
		font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
		font-weight: normal;
		font-size: 30px;
	}
}

.new-race-banner .column-1 h2 span {
	display: block;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-1 h2 span {
		margin-top: 10px;
	}
}

.new-race-banner .column-2 {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-2 {
		flex: 1 1 50%;
		text-align: center;
		justify-content: center;
	}
}

.new-race-banner .column-2 img {
	max-width: 52px;
}
@media screen and (min-width: 480px) {

	.new-race-banner .column-2 img {
		max-width: 77px;
	}
}

.new-race-banner .column-3 {
	display: flex;
	align-items: baseline;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-3 {
		max-width: 106px;
	}
}

.new-race-banner .column-3 img {
	max-width: 17px;
}

.new-race-banner .column-3 .pin-point,
.new-race-banner .column-3 .calendar {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	min-width: 200px;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-3 .pin-point,
	.new-race-banner .column-3 .calendar {
		font-size: 12px;
		min-width: 150px;
	}
}

.new-race-banner .column-3 .pin-point img,
.new-race-banner .column-3 .calendar img {
	margin-right: 15px;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-3 .pin-point img,
	.new-race-banner .column-3 .calendar img {
		max-width: 13px;
	}
}

.new-race-banner .column-3 .calendar {
	margin-bottom: 8px;
}

.new-race-banner .column-4 {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-4 {
		margin: 0;
		max-width: calc(60% + 4px);
	}
}

.new-race-banner .column-5 {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-5 {
		width: calc(100% - 30px);
	}
}

.new-race-banner .column-5 .view-more.btn-simple {
	margin: auto;
}
@media screen and (max-width: 480px) {

	.new-race-banner .column-5 .view-more.btn-simple {
		width: 100%;
	}
}

.new-race-banner .column-1,
.new-race-banner .column-2,
.new-race-banner .column-3,
.new-race-banner .column-4,
.new-race-banner .column-5 {
	margin-bottom: 17px;
	margin-top: 17px;
}

.new-race-banner #time {
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
}

.new-race-banner #time i {
	font-style: normal;
	font-size: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 480px) {

	.new-race-banner #time i {
		font-size: 20px;
	}
}

.new-race-banner #time div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 45px;
}

.new-race-banner #time div span:not(.dots):first-of-type {
	font-size: 30px;
	margin-bottom: 0;
	font-family: Orbitron, sans-serif;
}
@media screen and (max-width: 480px) {

	.new-race-banner #time div span:not(.dots):first-of-type {
		font-size: 20px;
	}
}

.new-race-banner #time div span:not(.dots):last-of-type {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px;
}
@media screen and (max-width: 480px) {

	.new-race-banner #time div span:not(.dots):last-of-type {
		font-size: 8px;
	}
}

.featured-image.background-image-stats-container {
	height: 450px;
	margin: 1em auto;
	border-radius: 6px;
	background-position: center;
	background-size: cover;
}
@media only screen and (min-width: 576px) {

	.featured-image.background-image-stats-container {
		height: 690px;
	}
}
@media only screen and (min-width: 1200px) {

	.featured-image.background-image-stats-container {
		position: relative;
	}
}

.featured-image.background-image-stats-container:after {
	content: none;
}

.featured-image.background-image-stats-container:before {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background: linear-gradient(#0b094a, rgba(11, 9, 74, 0));
	margin-top: 160px;
}

.featured-image.background-image-stats-container .text-img {
	position: absolute;
	top: 12%;
	object-fit: contain;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
}
@media only screen and (min-width: 576px) {

	.featured-image.background-image-stats-container .text-img {
		top: 0%;
		width: 768px;
	}
}
@media only screen and (min-width: 1200px) {

	.featured-image.background-image-stats-container .text-img {
		position: absolute;
		z-index: 1;
		top: -36%;
		width: 1200px;
		height: 100%;
	}
}

.featured-image.background-image-stats-container .foreground-img {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
	width: 400px;
	display: block;
}
@media only screen and (min-width: 576px) {

	.featured-image.background-image-stats-container .foreground-img {
		width: 768px;
	}
}
@media only screen and (min-width: 1200px) {

	.featured-image.background-image-stats-container .foreground-img {
		width: 850px;
	}
}

.featured-image.background-image-stats-container .link-img {
	position: absolute;
	left: calc(50% + 70px);
	top: 90%;
	transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {

	.featured-image.background-image-stats-container .link-img {
		left: 50%;
	}
}

.box-images {
	display: flex;
	justify-content: center;
}

.box-images a {
	display: block;
	margin: 1em;
}

.box-images a img {
	display: table;
	border-radius: 6px;
}

.event-selector {
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	text-align: center;
	padding: 2rem 3rem;
	background-color: #050835;
	margin: 60px auto 0;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.event-selector select {
	width: 100%;
	max-width: 320px;
	margin: auto;
	padding: .5rem;
	display: block;
	-webkit-appearance: none;
	border: 1px solid #20142f;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy40MTQiIGhlaWdodD0iMTguMzYiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOm5vbmU7c3Ryb2tlOiNmNTFlMzk7c3Ryb2tlLXdpZHRoOjJweH08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYSIgZD0iTTE2LjcwOS43MDdsLTggOC04LThNMTYuNzA5IDguOTQ2bC04IDgtOC04Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 15px;
}

.event-slider {
	margin-bottom: 80px;
}

.event-slider h2 {
	color: #00be26;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
	text-transform: uppercase;
	padding-top: 140px;
}

div[id^=key-events-] .event-slide {
	margin: 0 30px;
}

div[id^=key-events-] .event-slide svg {
	width: 80%;
	height: 35px;
	position: relative;
	left: 0;
	bottom: -21px;
}

div[id^=key-events-] .event-slide .year {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	font-style: italic;
}

div[id^=key-events-] .event-slide .slide-content {
	max-width: 600px;
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1rem;
	border-bottom: 2px solid #00be26;
	background-color: #fff;
}
@media only screen and (min-width: 1200px) {

	div[id^=key-events-] .event-slide .slide-content {
		padding: 2rem;
	}
}

div[id^=key-events-] .event-slide .slide-content .date {
	text-transform: uppercase;
	color: #00be26;
	font-weight: 600;
}

div[id^=key-events-] .event-slide .slide-content h3 {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	max-width: 400px;
	margin: .5em 0 1em;
	color: #20142f;
}

div[id^=key-events-] .event-slide .slide-content img {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: 300px;
	object-fit: cover;
}

div[id^=key-events-] .event-slide.slick-slide:not(.slick-center),
div[id^=key-events-] .event-slide.slick-slide.slick-cloned {
	opacity: .5;
	transform: scale(0.7);
	transition: all .3s ease-in-out;
}

div[id^=key-events-] button.slick-next.slick-arrow,
div[id^=key-events-] button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	padding: 1rem;
	padding: 12px 3px 8px 7px;
	border-radius: 50%;
	border: none;
	transform: rotate(180deg) translateY(-50%);
	cursor: pointer;
	background-color: #00be26;
	z-index: 9;
	margin-left: 1rem;
	margin-right: 1rem;
}

div[id^=key-events-] button.slick-next.slick-arrow svg,
div[id^=key-events-] button.slick-prev.slick-arrow svg {
	width: 25px;
	height: 25px;
}

div[id^=key-events-] button.slick-next.slick-arrow {
	transform: rotate(180deg) translateY(-50%);
	transform-origin: 50% 0%;
}

div[id^=key-events-] button.slick-prev.slick-arrow {
	transform: none;
	transform: translateY(-50%);
	right: 0;
	background-color: #00be26;
	padding: 1rem;
	padding: 12px 3px 8px 7px;
	border-radius: 50%;
}

.event-selector + .event-slider {
	margin-top: -4rem;
}

.event-selector + .event-slider h2 {
	margin-top: -4rem;
}

#image-slider {
	position: relative;
	padding: 2em;
}
@media only screen and (min-width: 768px) {

	#image-slider {
		padding: 2em 5em;
	}
}

#image-slider h2 {
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
	text-transform: uppercase;
	margin-bottom: .5em;
}

#image-slider .image-slide {
	position: relative;
}

#image-slider .image-slide .view-more {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}

#image-slider .slide-navigation {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: calc(100% - 30px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#image-slider .slide-navigation div {
	cursor: pointer;
	background-color: #00be26;
	width: 19px;
	height: 19px;
	padding: 1em;
	border-radius: 50%;
}

#image-slider .slide-navigation div:hover {
	background-color: #20142f;
}

#image-slider .slide-navigation div.prev {
	transform: rotate(180deg);
}

.featured-image ~ #image-slider {
	padding-top: 0;
}
@media only screen and (min-width: 768px) {

	.slick-slide img.mobile-image {
		display: none;
	}
}

.slick-slide img.desktop-image {
	display: none;
}
@media only screen and (min-width: 768px) {

	.slick-slide img.desktop-image {
		display: block;
	}
}

.column-box {
	max-width: 1200px;
	margin: auto;
	padding: 1em;
	display: flex;
	flex-wrap: wrap;
}

.column-box h2 {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 1rem;
}

.column-box p {
	padding: 1em;
}

.column-box img {
	height: 300px;
	object-fit: cover;
}

.column-box .content-box {
	background-color: #180b2e;
}
@media only screen and (min-width: 768px) {

	.column-box .content-box {
		flex: 0 0 calc(50% - 2em);
		max-width: calc(50% - 1em);
		overflow: hidden;
	}
}
@media only screen and (min-width: 1200px) {

	.column-box .content-box {
		flex: 0 0 calc(33% - 2em);
		max-width: calc(33% - 1em);
		overflow: hidden;
	}
}

.column-box .view-more.btn-simple {
	margin: 1rem;
	font-size: 14px;
}

.modal-grid img {
	height: 400px;
	object-fit: cover;
	object-position: top;
}

.modal-grid .modal-content {
	display: none;
}

.modal-grid .modal-content.active {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #180b2e;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	z-index: 999999;
	height: 90vh;
	overflow-y: scroll;
}

.modal-grid .modal-content .close {
	font-size: 60px;
	position: absolute;
	top: 5%;
	right: 5%;
	cursor: pointer;
	color: #00be26;
}

.modal-grid h2 {
	font-size: 20px;
}

.modal-grid h2 div {
	font-size: 15px;
	min-height: 3em;
	max-width: 200px;
}

.hover-info {
	padding: 60px 0;
}

.hover-info ul {
	display: flex;
	list-style: none;
}

.hover-info ul li {
	padding: 0;
	width: 25vw;
	height: 100vh;
	transition: width .2s ease-in-out;
	position: relative;
}

.hover-info ul li:hover {
	width: 40vw;
	transition: width .2s ease-in-out;
}

.hover-info ul li img {
	height: 100vh;
	object-fit: cover;
}

.hover-info ul li .hover-item {
	width: calc(100% - 30px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
}

.hover-info ul li .hover-item h2 {
	font-size: 46px;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.single-featured-article {
	position: relative;
	overflow: hidden;
	margin: 60px auto -171px;
}

.single-featured-article:hover .single-featured-img {
	transform: scale(1.2);
	transition: transform .9s ease-in-out;
}

.single-featured-article a {
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}

.single-featured-article .badge {
	text-align: center;
	padding: .5em;
	background-color: rgba(0, 0, 0, .7);
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	align-self: center;
}

.single-featured-article .single-featured-container {
	display: flex;
	flex-direction: column;
	max-width: 1230px;
	margin: auto;
	min-height: 520px;
	position: relative;
	z-index: 2;
	padding: 0 15px;
}

.single-featured-article .single-featured-container .view-more.btn-simple.btn-simple--white {
	margin-left: 0;
}

.single-featured-article .single-featured-img {
	width: 100vw;
	height: 520px;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: transform .9s ease-in-out;
}

.single-featured-article .title {
	margin-top: auto;
	margin-bottom: 1rem;
}

.single-featured-article .title h2 {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 45px;
}

.single-featured-article .subtitle {
	font-size: 18px;
	line-height: 1.5;
	max-width: 700px;
}

.single-featured-article .tag-logo {
	display: flex;
	margin-top: auto;
	align-items: center;
	margin-bottom: 2rem;
}

.single-featured-article .tag {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.single-featured-article .logo {
	max-width: 150px;
	margin-left: auto;
}

.info-columns-container {
	max-width: 320px;
	margin: -5rem auto 5rem;
	position: relative;
}
@media only screen and (min-width: 768px) {

	.info-columns-container {
		display: flex;
		max-width: 768px;
	}
}

.info-columns-container .info-column {
	position: relative;
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.info-columns-container .info-column:first-of-type .info-list {
	margin-left: 0;
}

.info-columns-container .info-column p {
	margin-bottom: .5rem;
	font-size: 14px;
}

.info-columns-container .info-column svg {
	position: absolute;
	top: 30%;
	right: 0;
	transform: translate(0%, -50%);
	max-width: 15px;
}

.info-columns-container .info-column svg path {
	fill: #00be26;
}

.info-columns-container .title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1rem;
	min-width: 120px;
}

.info-columns-container .info-list {
	margin: 0 auto auto;
	text-align: left;
}

.info-columns-container .info-list.info-list-icons {
	display: flex;
	align-self: inherit;
	margin-bottom: .5rem;
}

.info-columns-container .info-list.info-list-icons .fas {
	margin: 0 1rem;
}

.info-columns-container .info-list.info-list-icons p:last-of-type {
	margin-left: 1rem;
}

#races-grid ~ section.progress-carousel {
	margin-bottom: auto;
}

body.championship section.progress-carousel {
	margin-bottom: -170px;
}

section.progress-carousel {
	position: relative;
	margin-bottom: -170px;
}

section.progress-carousel .progress-nav-container .slick-track {
	transform: none !important;
}

section.progress-carousel .view-more.btn-simple {
	margin-left: 15px;
}

section.progress-carousel .progress-nav-container {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
}

section.progress-carousel .progress-slide:hover img {
	transform: scale(1.1);
	transition: transform .3s ease-in-out;
}

section.progress-carousel .fill-border,
section.progress-carousel .filled-border {
	position: absolute;
	left: 0;
	height: 2px;
	border-radius: 5px;
}

section.progress-carousel .fill-border {
	bottom: -10px;
	width: 100%;
	background-color: #fff;
}

section.progress-carousel .filled-border {
	width: 0%;
	bottom: 0;
	z-index: 1;
}

section.progress-carousel .nav-item.slick-slide.slick-current.slick-active .filled-border {
	background-color: #00be26;
}

section.progress-carousel .progress-nav {
	max-width: 1200px;
	margin: auto;
}

section.progress-carousel .nav-item {
	text-align: center;
	padding: 1rem;
	cursor: pointer;
}

section.progress-carousel .nav-item .nav-item-content {
	display: inline-block;
	max-width: 80px;
	margin: auto;
	position: relative;
}

section.progress-carousel .progress-link {
	display: block;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	padding-left: 15px;
}

section.progress-carousel img,
section.progress-carousel video {
	width: 100vw;
	height: 70vh;
	object-fit: cover;
	object-position: center;
	display: table;
	transform: scale(1);
	transition: transform .3s ease-in-out;
	margin-left: -15px;
}

section.progress-carousel .progress-content-container {
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 0;
}

section.progress-carousel .progress-content {
	position: relative;
	max-width: 1200px;
	margin: auto;
	width: 100%;
	margin-bottom: 60px;
}

section.progress-carousel .progress-content h2 {
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 40px;
}

.progress-content p {
	padding-left: 15px;
	font-size: 18px;
	margin: 1rem 0;
}

div#user-modal {
	display: none;
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #050835;
	padding: 2rem;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

div#user-modal.active {
	display: block;
}

div#user-modal span.close {
	display: block;
	color: #fff;
	font-size: 32px;
	line-height: 0;
	cursor: pointer;
	text-align: right;
}

div#user-modal .user-modal-logged-in {
	padding: 2rem;
}

div#user-modal .user-modal-body {
	margin-top: 2rem;
}

div#user-modal .user-modal-logo svg {
	height: 60px;
}

div#user-modal .user-modal-logo {
	text-align: center;
	margin-bottom: 2rem;
}

div#user-modal .user-modal-content h2 {
	text-transform: uppercase;
	margin-bottom: 1rem;
	text-align: center;
}

div#user-modal .user-modal-content p {
	font-size: 14px;
	margin-bottom: 2rem;
	text-align: center;
}

div#user-modal .user-modal-content form div {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

div#user-modal .user-modal-content form div input {
	-webkit-appearance: none;
	border: none;
	border-radius: 6px;
	padding: 1rem 1em;
	margin-top: .5rem;
}

div#user-modal .user-modal-content form div label {
	font-size: 14px;
}

div#user-modal .user-modal-content form input[type=submit] {
	text-transform: uppercase;
	padding: 1em 3em 1em 1em;
	-webkit-appearance: none;
	margin: 1em auto;
	display: block;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS40MjEgMjQuMDMyIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjA2MSAxLjA2MSkiPjxwYXRoIGQ9Ik0tMjc1MS4xNzksMTA5Ny4xbDEwLjk1NiwxMC45NTYtMTAuOTU2LDEwLjk1NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc1MS4xNzkgLTEwOTcuMTAyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiLz48cGF0aCBkPSJNLTI3NTEuMTc5LDEwOTcuMWwxMC45NTYsMTAuOTU2LTEwLjk1NiwxMC45NTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3NjIuNDYzIC0xMDk3LjEwMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9nPjwvc3ZnPg==");
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-size: 23px;
	background-color: #00be26;
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 6px;
}

div#user-modal .user-modal-content form input[type=submit]:hover {
	background-color: transparent;
}

div#user-modal iframe {
	height: 70px !important;
}

.info-career {
	max-width: 1200px;
	margin: 0 auto 60px;
}
@media only screen and (min-width: 768px) {

	.info-career {
		display: flex;
	}
}

.info-career .more-info {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
}

.info-career .more-info .left {
	margin-right: 1rem;
}

.info-career .more-info .right {
	margin-left: 1rem;
}

.info-career .more-info .flag {
	width: 50px;
	height: auto;
	margin-bottom: 2rem;
}

.info-career .more-info p.more-info-big {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
}

.info-career .more-info p {
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

.info-career .more-info .social-media-info a {
	margin: 1rem 1rem 1rem 0;
	display: inline-block;
}

.info-career .more-info .social-media-info a:hover .svg-path {
	fill: #fff;
}

.info-career .bio-container,
.info-career .other-info {
	flex: 1 1 50%;
	padding: 0 4rem 0 0;
	margin: 1rem;
}

.info-career table.table-career {
	margin-left: 0;
}

.info-career .bio {
	height: 20em;
	overflow: hidden;
	position: relative;
}

.info-career .bio.active {
	height: auto;
}

.info-career .bio.active .bio-fade {
	display: none;
}

.info-career .bio p {
	margin-bottom: 1em;
	font-size: 1.111rem;
	line-height: 1.5;
}

.info-career .bio h2 {
	margin: 1rem auto;
}

.info-career .bio .bio-fade {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(44, 28, 67, 0) 75%, rgba(44, 28, 67, 0.7));
}

.articles-racc {
	margin: 60px auto;
	position: relative;
}

.articles-racc p,
.articles-racc h2 {
	text-align: center;
	margin: 1rem auto;
	padding: 0 15px;
}

.articles-racc .text-hover {
	display: none !important;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 80%;
	font-size: 18px;
	font-weight: 600;
}
@media only screen and (min-width: 576px) {

	.articles-racc .text-hover {
		max-width: 50%;
	}
}

.articles-racc .article-container:hover .text-hover {
	display: block !important;
}

.articles-racc .center-image {
	display: block;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto 30px;
}
@media only screen and (min-width: 576px) {

	.articles-racc .center-image {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -36%);
		margin: 0;
	}
}

.articles-racc .main-articles-container {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
}

.articles-racc .article-title {
	position: absolute;
	bottom: 1rem;
	z-index: 2;
}

.articles-racc .article-title h3 {
	font-size: 30px;
}

.articles-racc .articles-container {
	flex: 1 1 100%;
	max-width: 100%;
}
@media only screen and (min-width: 576px) {

	.articles-racc .articles-container {
		flex: 1 1 50%;
		max-width: 50%;
	}
}

.articles-racc .articles-container:nth-child(odd) .article-title {
	right: 1rem;
}

.articles-racc .articles-container:nth-child(even) .article-title {
	left: 1rem;
}

.articles-racc .article-container {
	position: relative;
}

.articles-racc .article-container img {
	height: 400px;
	object-fit: cover;
}

.articles-racc .article-container p {
	padding: 0;
	display: inline-block;
}

.video-embed {
	max-width: 1200px;
	margin: auto;
	padding: 0 1em;
}

.video-embed.below-header {
	padding-top: 90px;
}

.video-embed iframe {
	display: block;
	height: 300px;
}
@media only screen and (min-width: 576px) {

	.video-embed iframe {
		height: 500px;
	}
}
@media only screen and (min-width: 768px) {

	.video-embed iframe {
		height: 715px;
	}
}

.scrolling-media {
	position: relative;
	overflow: hidden;
	height: 100vh;
	min-height: 100vh;
}
@media screen and (max-width: 768px) {

	.scrolling-media {
		display: none;
	}
}

.scrolling-media:before {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	background: linear-gradient(#031246, transparent);
	margin-bottom: -60px;
}

.scrolling-media:after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	background: linear-gradient(transparent, #031246);
	margin-top: -100px;
}

.scrolling-media #scrolling-trigger {
	position: absolute;
	top: -220px;
}
@media screen and (min-width: 1450px) {

	.scrolling-media #scrolling-trigger {
		top: -350px;
	}
}

.scrolling-media .video-wrap {
	height: 100%;
}

.scrolling-media .video-wrap .scrolling-video {
	height: 100%;
}

.scrolling-media .video-wrap video {
	object-fit: cover;
	height: 100%;
}

.scrolling-media .overlay-text {
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 100;
	position: absolute !important;
	top: 0 !important;
	transform-origin: top center;
}

.scrolling-media .overlay-text:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #031246;
	margin-top: -1px;
}

.scrolling-media .overlay-text .image-wrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width: 1450px) {

	.scrolling-media .overlay-text .image-wrap {
		max-width: 1500px;
	}
}

.scrolling-media .overlay-text .image-wrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #031246;
	position: absolute;
	top: 0;
	right: 100%;
}

.scrolling-media .overlay-text .image-wrap:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #031246;
	position: absolute;
	top: 0;
	left: 100%;
}

.scrolling-media .overlay-text .image-wrap img {
	display: block;
}

.pledge-modules {
	padding: 80px 0 50px;
}

.pledge-modules *,
.pledge-modules *::before,
.pledge-modules *::after {
	box-sizing: inherit;
}

.pledge-modules .pledge-wrap {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

.pledge-modules .pledge-wrap .title-wrap {
	margin-bottom: 60px;
	text-align: center;
}

.pledge-modules .pledge-wrap .title-wrap h2 {
	font-size: 60px;
	color: #00be26;
}

.pledge-modules .pledge-wrap .title-wrap p {
	font-family: Nebula, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
}

.pledge-modules .pledge-wrap .pledge-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {

	.pledge-modules .pledge-wrap .pledge-grid {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.pledge-modules .pledge-wrap .pledge-grid .pledge-module {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 15px;
}
@media screen and (min-width: 576px) {

	.pledge-modules .pledge-wrap .pledge-grid .pledge-module {
		width: 50%;
	}
}
@media screen and (min-width: 768px) {

	.pledge-modules .pledge-wrap .pledge-grid .pledge-module {
		width: 33.333%;
		padding: 0 15px;
	}
}
@media screen and (min-width: 1024px) {

	.pledge-modules .pledge-wrap .pledge-grid .pledge-module {
		width: 25%;
	}
}

.hero-racc {
	position: relative;
	min-height: 400px;
}
@media screen and (min-width: 768px) {

	.hero-racc {
		height: 800px;
	}
}

.hero-racc.blue-overlay:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #031246;
	opacity: .5;
}

.hero-racc.last-block {
	margin-bottom: -170px;
	padding-bottom: 140px;
}
@media screen and (min-width: 768px) {

	.hero-racc.tall-hero {
		height: 1000px;
	}
}

.hero-racc.video-bottom .background video,
.hero-racc.video-bottom .background img {
	object-position: bottom;
}

.hero-racc .background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero-racc .background video,
.hero-racc .background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-racc .hero-overlay {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1230px;
	height: calc(100% - 80px);
	min-height: 400px;
	margin: 0 auto;
	padding: 40px 20px 40px;
	display: flex;
	align-items: center;
	z-index: 1;
}
@media screen and (min-width: 768px) {

	.hero-racc .hero-overlay {
		min-height: unset;
	}
}

.hero-racc .hero-overlay.first-block {
	height: calc(100% - 140px);
	padding: 100px 20px 40px;
}

.hero-racc .hero-overlay.bottom-align {
	justify-content: center;
	align-items: flex-end;
	text-align: center;
}
@media screen and (min-width: 992px) {

	.hero-racc .hero-overlay.right-align {
		justify-content: flex-end;
	}
}
@media screen and (min-width: 992px) {

	.hero-racc .hero-overlay.top-right-align {
		justify-content: flex-end;
		align-items: flex-start;
		padding-top: 60px;
	}
}

.hero-racc .hero-overlay .hero-content {
	width: 100%;
	max-width: 600px;
}

.hero-racc .hero-overlay .hero-content h1 {
	font-size: 60px;
	margin: 0 0 20px;
	padding: 0;
}
@media screen and (min-width: 768px) {

	.hero-racc .hero-overlay .hero-content h1 {
		font-size: 85px;
	}
}

.hero-racc .hero-overlay .hero-content h1 span {
	display: block;
	color: #00be26;
}

.hero-racc .hero-overlay .hero-content p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 17px;
	margin-bottom: 20px;
}

.climate-calculator-full-page {
	margin-bottom: -170px;
	padding-top: 90px;
	display: none;
}
@media only screen and (min-width: 768px) {

	.climate-calculator-full-page {
		display: block;
	}
}

.climate-calculator-full-page .calc-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1200px;
}

.climate-calculator-full-page .calc-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #031246;
	opacity: .5;
}

.climate-calculator-full-page .calc-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 300px;
	background-image: linear-gradient(#031246 6%, transparent);
}

.climate-calculator-full-page .calc-bg img {
	object-fit: cover;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
}

.climate-calculator-full-page .calc-bg img.intro-bg {
	display: block;
}

.climate-calculator-full-page .calculator-survey-intro {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	min-height: 1100px;
	position: relative;
}

.climate-calculator-full-page .calculator-survey-intro .category-content {
	width: 50%;
	padding: 140px 0 0;
	background-color: #031246;
	position: relative;
}

.climate-calculator-full-page .calculator-survey-intro .category-content:before {
	content: "";
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	height: 90px;
	background-color: #031246;
}

.climate-calculator-full-page .calculator-survey-intro .category-content .category {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 20px;
}

.climate-calculator-full-page .calculator-survey-intro .category-content .category .cat-text {
	padding: 0;
}

.climate-calculator-full-page .calculator-survey-container {
	display: none;
}

.climate-calculator-full-page .calculator-survey-wrap {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	min-height: 1100px;
	position: relative;
	transition: all .3s;
}

.climate-calculator-full-page .survey-details {
	position: relative;
	width: 40%;
	padding-bottom: 170px;
}
@media only screen and (min-width: 992px) {

	.climate-calculator-full-page .survey-details {
		width: 50%;
	}
}

.climate-calculator-full-page .survey-details .survey-details-inner {
	position: relative;
	max-width: 700px;
	width: calc(100% - 60px);
	height: 100%;
	margin-left: auto;
	padding: 50px 30px 0;
}
@media only screen and (min-width: 992px) {

	.climate-calculator-full-page .survey-details .survey-details-inner {
		width: calc(100% - 80px);
		padding: 50px 40px 0;
	}
}
@media only screen and (min-width: 992px) {

	.climate-calculator-full-page .category-content {
		padding-right: 80px;
	}
}

.climate-calculator-full-page .category-content .category {
	display: none;
}

.climate-calculator-full-page .category-content .category.general {
	display: block;
}

.climate-calculator-full-page .category-content .category.general .trees-msg {
	margin-top: 30px;
}

.climate-calculator-full-page .category-content .category .cat-icon {
	height: 160px;
}

.climate-calculator-full-page .category-content .category .cat-icon img {
	width: auto;
	height: 100%;
}

.climate-calculator-full-page .category-content .category h3 {
	font-size: 46px;
	color: #00be26;
	margin: 30px 0;
}
@media only screen and (min-width: 992px) {

	.climate-calculator-full-page .category-content .category .cat-text {
		padding-right: 80px;
	}
}

.climate-calculator-full-page .category-content .btn-green {
	margin-top: 30px;
}

.climate-calculator-full-page .survey-questions {
	position: relative;
	width: calc(60% - 30px);
	padding: 40px 0 170px 30px;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	transition: all .3s;
	opacity: 0;
}
@media only screen and (min-width: 992px) {

	.climate-calculator-full-page .survey-questions {
		width: calc(50% - 60px);
		padding: 40px 0 170px 60px;
	}
}

.climate-calculator-full-page .survey-questions.visible {
	opacity: 1;
}

.climate-calculator-full-page .survey-questions:before {
	content: "";
	transition: all .3s;
}

.climate-calculator-full-page .survey-questions.questions-bg {
	background-color: #031246;
}

.climate-calculator-full-page .survey-questions.questions-bg:before {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #031246;
}

.climate-calculator-full-page .survey-questions .survey-questions-inner {
	max-width: 700px;
	width: 100%;
	margin-right: auto;
	padding-right: 30px;
}
@media only screen and (min-width: 992px) {

	.climate-calculator-full-page .survey-questions .survey-questions-inner {
		padding-right: 60px;
	}
}

.climate-calculator-full-page .survey-questions .question-section p {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 60px;
	margin-bottom: 40px;
	padding: 0 5px;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input {
	display: flex;
	flex-wrap: wrap;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input .answer-calc {
	display: block;
	width: 50%;
}
@media only screen and (min-width: 1080px) {

	.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input .answer-calc {
		width: 33.333%;
	}
}

.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input .answer-calc .desc {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input .answer-calc .hrs {
	font-size: 14px;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input .answer-calc .quantity-selectors {
	background-color: #fff;
	display: inline-block;
	margin-top: 10px;
	border-radius: 30px;
	overflow: hidden;
	padding-left: 10px;
	display: inline-flex;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input .answer-calc .quantity-selectors input {
	width: 30px;
	height: 30px;
	padding-right: 5px;
	text-align: center;
	appearance: none;
	border: none;
	outline: none;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input .answer-calc .quantity-selectors button {
	appearance: none;
	border: none;
	background-color: #fff;
	color: #00be26;
	width: 30px;
	height: 30px;
	cursor: pointer;
	outline: none;
	font-size: 24px;
	line-height: 30px;
	transition: all .3s;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section.multiple_input .answer-calc .quantity-selectors button:hover {
	background-color: #00be26;
	color: #fff;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section .answer-calc {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	cursor: pointer;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section .answer-calc.chosen-answer .check {
	background-color: #00be26;
}

.climate-calculator-full-page .survey-questions .question-section .answers-section .answer-calc .check {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	background-color: #cccdda;
	border-radius: 50%;
}

.climate-calculator-full-page .survey-questions .survey-categories {
	width: 100%;
	align-self: flex-end;
	padding-top: 60px;
}

.climate-calculator-full-page .survey-questions .survey-categories p {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 30px;
}

.climate-calculator-full-page .survey-questions .survey-categories .car-track {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #00be26;
}

.climate-calculator-full-page .survey-questions .survey-categories .car-track .car {
	margin-bottom: 5px;
	transition: all .6s;
}

.climate-calculator-full-page .survey-questions .survey-categories .car-track .car svg {
	width: 130px;
}

.climate-calculator-full-page .survey-questions .survey-categories .categories {
	display: flex;
}

.climate-calculator-full-page .survey-questions .survey-categories .categories .cat {
	font-size: 15px;
	font-weight: bold;
	width: 130px;
	text-align: center;
	text-transform: uppercase;
}

.climate-calculator-full-page .survey-questions .survey-categories .categories .cat.current {
	color: #00be26;
}

.climate-calculator-full-page .survey-questions .survey-categories .powered-by {
	max-width: 800px;
	padding-right: 60px;
	margin-top: 20px;
	text-align: right;
}

.climate-calculator-full-page .survey-questions .survey-categories .powered-by p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
}

.climate-calculator-full-page .survey-questions .survey-categories .powered-by img {
	width: 80px;
}

.register-screen {
	display: none;
	position: relative;
}

.register-screen .register-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 900px;
}

.register-screen .register-wrap .register {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 40px;
	width: 100%;
	max-width: 400px;
	padding-bottom: 80px;
}

.register-screen .register-wrap .register p {
	margin-bottom: 10px;
}

.register-screen .register-wrap .register input {
	display: block;
	width: calc(100% - 50px);
	margin-bottom: 10px;
	padding: 15px 25px;
	outline: none;
	font-size: 26px;
	border: 2px solid #fff;
	border-radius: 10px;
	background-color: transparent;
	color: #fff;
}

.register-screen .register-wrap .register input::placeholder {
	color: #fff;
}

.register-screen .register-wrap .register .error-message {
	display: none;
	font-size: 20px;
	color: #00be26;
}

.register-screen .register-wrap .register button {
	width: 100%;
	font-size: 29px;
}

.register-screen .start-survey {
	width: 100%;
}

.impact-results {
	width: 100%;
	height: 100%;
	min-height: 900px;
	position: relative;
	display: none;
}

.impact-results.section-display {
	display: flex;
}

.impact-results .user-impact {
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
	display: none;
}

.impact-results .user-impact .road {
	max-width: 500px;
	height: 100%;
	background-image: url("/wp-content/themes/envision2020/public/images/evr-road.png");
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	margin: -100px auto 0;
	padding: 100px 10px 0;
}
@media only screen and (min-width: 1100px) {

	.impact-results .user-impact .road {
		margin-right: 60px;
	}
}

.impact-results .user-impact .road .footprints {
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding-bottom: 60px;
}

.impact-results .user-impact .road .footprints .footprint-col {
	width: 50%;
}

.impact-results .user-impact .road .footprints .footprint-col.green-car .car-image {
	width: 60px;
}

.impact-results .user-impact .road .footprints .footprint-col.green-car p.unit {
	color: #00be26;
}

.impact-results .user-impact .road .footprints .footprint-col .car-text {
	padding-bottom: 15px;
	transform: rotate(5deg);
}

.impact-results .user-impact .road .footprints .footprint-col .car-image {
	width: 100px;
	margin: 0 auto;
}

.impact-results .user-impact .road .footprints .footprint-col p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.impact-results .user-impact .road .footprints .footprint-col p.unit {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 40px;
	color: #00be26;
}

.impact-results .user-impact .road .overall-text {
	max-width: 250px;
	margin: 0 auto 40px;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 28px;
	color: #00be26;
	text-align: center;
	text-transform: uppercase;
}

.impact-results .user-impact .road .overall-text span {
	display: none;
}

.impact-results .overall-impact {
	width: 50%;
	max-width: 700px;
	padding: 80px 30px 60px;
	box-sizing: border-box;
	display: none;
}

.impact-results .overall-impact .impact p:not(.end-text) {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 40px;
	color: #00be26;
}
@media only screen and (min-width: 992px) {

	.impact-results .overall-impact .impact p:not(.end-text).top-text {
		margin-left: 65px;
	}
}

.impact-results .overall-impact .impact p:not(.end-text).percentage {
	font-size: 160px;
	color: #fff;
	line-height: .8;
	margin: 0 15px 0 5px;
}
@media only screen and (min-width: 1400px) {

	.impact-results .overall-impact .impact p:not(.end-text).percentage {
		font-size: 220px;
	}
}

.impact-results .overall-impact .impact .impact-row {
	display: flex;
	flex-wrap: wrap;
}

.impact-results .overall-impact .impact .impact-row .icon {
	min-width: 60px;
	max-width: 60px;
	display: none;
}
@media only screen and (min-width: 992px) {

	.impact-results .overall-impact .impact .impact-row .icon {
		display: block;
	}
}

.impact-results .overall-impact .impact .impact-row .end-impact-text {
	max-width: unset;
}
@media only screen and (min-width: 992px) {

	.impact-results .overall-impact .impact .impact-row .end-impact-text {
		margin-left: 65px;
	}
}
@media only screen and (min-width: 1200px) {

	.impact-results .overall-impact .impact .impact-row .end-impact-text {
		max-width: 200px;
		margin-left: 0;
	}
}

.impact-results .overall-impact .impact .end-text {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	max-width: 300px;
}
@media only screen and (min-width: 992px) {

	.impact-results .overall-impact .impact .end-text {
		margin-left: 65px;
	}
}

.impact-results .overall-impact .impact-graph {
	position: relative;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 40px);
	max-width: 600px;
	height: 150px;
	margin: 40px 0;
	padding: 0 20px;
}
@media only screen and (min-width: 992px) {

	.impact-results .overall-impact .impact-graph {
		display: flex;
	}
}

.impact-results .overall-impact .impact-graph .line {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
}

.impact-results .overall-impact .impact-graph .line:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.impact-results .overall-impact .impact-graph .footprint-graph {
	position: absolute;
	left: 60px;
	right: 40px;
	top: 50px;
	bottom: 5px;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

.impact-results .overall-impact .impact-graph .footprint-graph .foot {
	display: flex;
	align-items: center;
}

.impact-results .overall-impact .impact-graph .footprint-graph .foot.largest svg {
	fill: #00be26;
}

.impact-results .overall-impact .impact-graph .footprint-graph .foot.result p {
	color: #00be26;
}

.impact-results .overall-impact .impact-graph .footprint-graph .foot svg {
	width: auto;
	height: 100%;
	fill: #00be26;
}

.impact-results .overall-impact .impact-graph .footprint-graph .foot p {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

.impact-results .overall-impact .impact-ctas {
	max-width: 600px;
	margin-top: 30px;
}
@media only screen and (min-width: 992px) {

	.impact-results .overall-impact .impact-ctas {
		text-align: center;
	}
}

.impact-results .overall-impact .impact-ctas .btn-green {
	margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {

	.impact-results .overall-impact .impact-ctas .btn-green {
		margin: 0 5px 10px;
	}
}

.overall-results {
	width: 100%;
	height: 100%;
	min-height: 900px;
	position: relative;
	display: none;
}

.overall-results.section-display {
	display: flex;
}

.overall-results:before {
	content: "";
	display: block;
	position: absolute;
	top: -150px;
	bottom: -50px;
	right: 0;
	width: 60%;
	background-color: rgba(5, 6, 56, .6);
	border-radius: 50% 0 0 50%;
}

.overall-results .survey-results {
	width: 50%;
	position: relative;
	display: none;
}

.overall-results .survey-results .result-label {
	text-align: center;
	margin-top: 30px;
}
@media only screen and (min-width: 1024px) {

	.overall-results .survey-results .result-label {
		margin-top: -57%;
	}
}

.overall-results .survey-results .result-label p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-weight: bold;
}

.overall-results .survey-results .result-label p.total {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 50px;
}

.overall-results .survey-results .chart-wrap {
	max-width: 600px;
	margin-left: auto;
	padding: 60px 20px;
}

.overall-results .survey-results .chart-wrap .results-title {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	color: #00be26;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	width: 140px;
	transform: rotate(-38deg);
}

.overall-results .results-breakdown {
	width: 50%;
	padding-right: 60px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.overall-results .results-breakdown .breakdown-wrap {
	max-width: 600px;
}

.overall-results .results-breakdown .details-title {
	font-size: 60px;
	text-align: center;
}

.overall-results .results-breakdown .details-title span.green {
	color: #00be26;
}

.overall-results .results-breakdown .highest-category {
	margin: 30px 0 20px;
}

.overall-results .results-breakdown .highest-category p {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.overall-results .results-breakdown .highest-category p .category {
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
	padding: 10px 30px;
	border-radius: 20px;
}

.overall-results .results-breakdown .highest-category p .category.home {
	background-color: #20142f;
}

.overall-results .results-breakdown .highest-category p .category.food {
	background-color: #f08f9a;
}

.overall-results .results-breakdown .highest-category p .category.travel {
	background-color: #00be26;
}

.overall-results .results-breakdown .highest-category p .category.goods {
	background-color: #513b78;
}

.overall-results .results-breakdown .pledges p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-weight: bold;
	color: #00be26;
	text-align: center;
	text-transform: uppercase;
}

.overall-results .results-breakdown .pledges .modules {
	display: flex;
	margin: 10px -10px 30px;
}

.overall-results .results-breakdown .pledges .modules .pledge-module {
	width: 50%;
	padding: 0 10px;
}

.overall-results .results-breakdown .pledges .cta-wrap {
	display: none;
	text-align: center;
}

.overall-results .results-breakdown .pledges .cta-wrap a {
	color: #fff;
}

.share-results {
	width: 100%;
	position: relative;
	z-index: 2;
	display: none;
}

.share-results:before {
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	background-image: url("/wp-content/themes/envision2020/public/images/shape.png");
	background-color: #031246;
	background-size: 60px;
	background-repeat: repeat-x;
}

.share-results:after {
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #031246, transparent, #031246);
}

.share-results .share-results-wrap {
	background-color: #00be26;
	height: 150px;
	padding: 40px 0 170px;
}

.share-results .share-results-wrap .social-share {
	margin-top: 30px;
	text-align: center;
}

.share-results .share-results-wrap .social-share p {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #050638;
	margin-bottom: 15px;
}

.share-results .share-results-wrap .social-share a {
	margin: 0 5px;
	transition: opacity .3s;
}

.share-results .share-results-wrap .social-share a:hover {
	opacity: .6;
}

.share-results .share-results-wrap .social-share a svg {
	width: 45px;
	height: 45px;
	fill: #050638;
}

.share-results .share-results-wrap .social-share a svg .stroke {
	stroke: #050638;
}

.climate-calculator:not(body) {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	padding: 100px 0 0;
}

.climate-calculator:not(body).climate-calculator-chatbot {
	height: calc(100vh - 100px);
}
@media screen and (min-width: 768px) {

	.climate-calculator:not(body).climate-calculator-chatbot {
		display: none;
	}
}

.climate-calculator:not(body).climate-calculator-chatbot.results-display {
	height: auto !important;
}

.climate-calculator:not(body) .calculator {
	width: 100%;
	height: 100%;
	margin-bottom: -170px;
	padding-bottom: 170px;
	color: #1d1d1d;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all .6s;
	background-size: cover;
	background-position: center;
	position: relative;
}

.climate-calculator:not(body) .calculator:before {
	content: "";
	background-color: #031246;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.climate-calculator:not(body) .calculator .submit-details,
.climate-calculator:not(body) .calculator .submit-active {
	width: calc(100% - 40px);
	text-align: center;
}

.climate-calculator:not(body) .calculator .submit-details {
	width: 100%;
}

.climate-calculator:not(body) .calculator .intro-wrap {
	height: calc(100% - 95px);
	padding: 20px;
	display: flex;
	align-items: center;
	position: relative;
}

.climate-calculator:not(body) .calculator .intro-wrap .intro h2 {
	font-size: 30px;
	color: #00be26;
}

.climate-calculator:not(body) .calculator .intro-wrap .intro .cat-text {
	margin: 10px 0 20px;
}

.climate-calculator:not(body) .calculator .intro-wrap .intro .cat-text p {
	font-size: 14px;
	color: #fff;
}

.climate-calculator:not(body) .calculator .intro-wrap .intro .trees-msg {
	margin-top: 30px;
}

.climate-calculator:not(body) .calculator .calc-wrap {
	height: 100%;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 46px;
	display: none;
}

.climate-calculator:not(body) .calculator .calc-wrap.visible {
	display: flex;
}

.climate-calculator:not(body) .calculator .calc-scroll {
	display: flex;
	flex-direction: column-reverse;
	overflow-y: scroll;
	height: 100%;
	transition: all .3s;
}

.climate-calculator:not(body) .calculator .calc-actions {
	padding: 20px;
}

.climate-calculator:not(body) .calculator .calc-actions.no-display {
	display: none;
}

.climate-calculator:not(body) .calculator .results-section {
	display: none;
	height: 100%;
	padding: 30px 0;
}

.climate-calculator:not(body) .calculator .results-section .title {
	padding: 0 10px;
	text-align: center;
}

.climate-calculator:not(body) .calculator .results-section .highest-category {
	padding: 20px 0;
	font-size: 13px;
	color: #fff;
}

.climate-calculator:not(body) .calculator .results-section .highest-category .category {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 7px 25px;
	border-radius: 20px;
	display: inline-block;
}

.climate-calculator:not(body) .calculator .results-section .highest-category .category.home {
	background-color: #20142f;
}

.climate-calculator:not(body) .calculator .results-section .highest-category .category.food {
	background-color: #f08f9a;
}

.climate-calculator:not(body) .calculator .results-section .highest-category .category.travel {
	background-color: #00be26;
}

.climate-calculator:not(body) .calculator .results-section .highest-category .category.goods {
	background-color: #513b78;
}

.climate-calculator:not(body) .calculator .results-section .details-title {
	font-size: 40px;
	text-align: center;
	color: #fff;
}

.climate-calculator:not(body) .calculator .results-section .details-title span.green {
	color: #00be26;
}

.climate-calculator:not(body) .calculator .the-chart-wrap {
	margin: 20px auto;
}

.climate-calculator:not(body) .calculator .the-chart-wrap .results-title {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	color: #00be26;
	text-align: center;
	margin-bottom: 15px;
}

.climate-calculator:not(body) .calculator .the-chart-wrap .the-chart {
	width: 300px;
	height: 300px;
	margin: 0 auto;
}

.climate-calculator:not(body) .calculator .the-chart-wrap .the-chart .result-label-mob {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 120px;
	margin: -170px auto 0;
	color: #fff;
}

.climate-calculator:not(body) .calculator .the-chart-wrap .the-chart .result-label-mob .total {
	font-size: 16px;
}

.climate-calculator:not(body) .calculator .pledges {
	padding: 20px 15px;
}

.climate-calculator:not(body) .calculator .pledges p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-weight: bold;
	color: #00be26;
	text-align: center;
	text-transform: uppercase;
}

.climate-calculator:not(body) .calculator .pledges .modules {
	margin: 10px 0 30px;
}

.climate-calculator:not(body) .calculator .pledges .modules .pledge-module {
	margin-bottom: 20px;
}

.climate-calculator:not(body) .calculator .pledges .cta-wrap {
	display: none;
	text-align: center;
}

.climate-calculator:not(body) .calculator .pledges .cta-wrap a {
	color: #fff;
}

.climate-calculator:not(body) .calculator .social-share {
	margin-top: 30px;
	text-align: center;
}

.climate-calculator:not(body) .calculator .social-share p {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.climate-calculator:not(body) .calculator .social-share a {
	margin: 0 5px;
	transition: opacity .3s;
}

.climate-calculator:not(body) .calculator .social-share a:hover {
	opacity: .6;
}

.climate-calculator:not(body) .calculator .social-share a svg {
	width: 45px;
	height: 45px;
	fill: #fff;
}

.climate-calculator:not(body) .calculator .social-share a svg .stroke {
	stroke: #fff;
}

.climate-calculator:not(body) .question-section {
	padding: 0 20px 10px;
}

.climate-calculator:not(body) .question-section .question-label {
	position: relative;
	background-color: #eaecf2;
	margin-bottom: 10px;
	padding: 15px 12px;
	border-radius: 9px 9px 9px 0;
}

.climate-calculator:not(body) .question-section .question-label:before {
	content: " ";
	border-top: 10px solid transparent;
	border-right: 10px solid #eaecf2;
	width: 0;
	position: absolute;
	bottom: 0;
	left: -10px;
}

.climate-calculator:not(body) .question-section .answers-section {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.climate-calculator:not(body) .question-section .answers-section.active-answers .answer-calc {
	cursor: pointer;
}

.climate-calculator:not(body) .question-section .answers-section.active-answers .answer-calc:hover {
	background-color: #00be26;
	opacity: .75;
}

.climate-calculator:not(body) .question-section .answers-section.multiple_input .answer-calc {
	max-width: 85%;
	display: flex;
	cursor: auto;
}

.climate-calculator:not(body) .question-section .answers-section.multiple_input .answer-calc:hover {
	background: #eaecf2;
	opacity: 1;
}

.climate-calculator:not(body) .question-section .answers-section.multiple_input .answer-calc input {
	width: 36px;
	height: 36px;
	margin-left: 10px;
	text-align: center;
	outline: none;
	border: 0;
	border-radius: 5px;
}

.climate-calculator:not(body) .question-section .answers-section.multiple_input .answer-calc input::-webkit-inner-spin-button,
.climate-calculator:not(body) .question-section .answers-section.multiple_input .answer-calc input::-webkit-outer-spin-button {
	display: none;
}

.climate-calculator:not(body) .question-section .answers-section .answer-calc {
	background-color: #eaecf2;
	max-width: 70%;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 8px;
	border: 1px solid #b7b7b7;
	border-radius: 9px;
	transition: all .3s;
}

.climate-calculator:not(body) .question-section .answers-section .answer-calc.chosen-answer {
	background-color: #00be26;
	border-color: #00be26;
}

.climate-calculator:not(body) .question-section .answers-section .answer-calc.chosen-answer:hover {
	opacity: 1;
}

.climate-calculator:not(body) .answered-sent {
	margin-bottom: 30px;
	padding: 0 20px;
	text-align: right;
}

.climate-calculator:not(body) .answered-sent .answer-label {
	position: relative;
	display: inline-block;
	background-image: linear-gradient(to right, #00be26 60%, #bcf4aa);
	max-width: 70%;
	padding: 15px 20px;
	border-radius: 9px 9px 0 9px;
	text-align: left;
}

.climate-calculator:not(body) .answered-sent .answer-label:before {
	content: " ";
	border-bottom: 10px solid #bcf4aa;
	border-right: 10px solid transparent;
	width: 0;
	position: absolute;
	bottom: 0;
	right: -10px;
}

.climate-calculator:not(body) .answered-sent .answer-label .multilabel {
	display: flex;
	margin-bottom: 5px;
}

.climate-calculator:not(body) .answered-sent .answer-label .multilabel span {
	width: 36px;
	margin-left: 10px;
	padding: 10px;
	text-align: center;
	outline: none;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
}

.climate-calculator:not(body) .final-result {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 460px;
	padding: 0 20px 30px;
	text-align: right;
}

.climate-calculator:not(body) .final-result .total-score {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.climate-calculator:not(body) .final-result .result-graphic {
	position: relative;
	max-width: 300px;
	margin: 30px auto 0;
}

.climate-calculator:not(body) .final-result .result-graphic .result-text {
	position: absolute;
	top: -4px;
	width: 100%;
	font-size: 15px;
	text-align: center;
}

.climate-calculator:not(body) .final-result .result-graphic .result-text span {
	display: inline-block;
	color: #fff;
	background-color: #031246;
	padding: 10px 15px;
	border-radius: 30px;
}

.climate-calculator:not(body) .calc-actions {
	position: relative;
}

.climate-calculator:not(body) .calc-actions.done .error-msg.error {
	opacity: 0;
}

.climate-calculator:not(body) .calc-actions .btn {
	width: calc(100% - 30px);
}

.climate-calculator:not(body) .calc-actions .error-msg {
	position: absolute;
	top: -4px;
	color: #00be26;
	opacity: 0;
	transition: opacity .1s;
}

.climate-calculator:not(body) .calc-actions .error-msg.error {
	opacity: 1;
}

.climate-calculator:not(body) .calc-actions .finish-close.no-display {
	display: none;
}

.climate-calculator:not(body) .calc-mob-start {
	padding: 20px;
}

.climate-calculator:not(body) .calc-mob-start p {
	width: auto;
}

.climate-calculator:not(body) .calc-register {
	display: none;
	padding: 20px;
}

.climate-calculator:not(body) .calc-register.no-display {
	display: none;
}

.climate-calculator:not(body) .calc-register p {
	color: #fff;
	margin-bottom: 10px;
}

.climate-calculator:not(body) .calc-register .error-message {
	color: #00be26;
	display: none;
}

.climate-calculator:not(body) .calc-register input {
	width: calc(100% - 22px);
	color: #050835;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #00be26;
	border-radius: 9px;
	outline: none;
}

.climate-calculator:not(body) .calc-register input::placeholder {
	color: #050835;
}

.climate-calculator:not(body) .calc-register input.error {
	border-color: #00be26;
}

.climate-calculator:not(body) .btn {
	background-color: #050835;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
	border: 0;
	border-radius: 9px;
	text-align: center;
	transition: opacity .3s;
	outline: none;
	cursor: pointer;
}

.climate-calculator:not(body) .btn:hover {
	opacity: .85;
}

.result-wrap {
	display: none;
}

.evr-aggregator {
	position: relative;
	padding: 25px 15px 0;
}
@media only screen and (min-width: 992px) {

	.evr-aggregator {
		padding: 25px 15px 30px;
	}
}

.evr-aggregator .evr-aggregator-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 5px;
	overflow: hidden;
}
@media only screen and (min-width: 1130px) {

	.evr-aggregator .evr-aggregator-container {
		flex-wrap: nowrap;
	}
}

.evr-aggregator .evr-aggregator-container .agg-section {
	width: 100%;
	margin-bottom: 30px;
}
@media only screen and (min-width: 620px) {

	.evr-aggregator .evr-aggregator-container .agg-section {
		width: 50%;
	}
}
@media only screen and (min-width: 1130px) {

	.evr-aggregator .evr-aggregator-container .agg-section {
		width: auto;
		margin-bottom: 0;
	}
}

.evr-aggregator .evr-aggregator-container .title-wrap {
	position: relative;
}
@media only screen and (max-width: 619px) {

	.evr-aggregator .evr-aggregator-container .title-wrap {
		width: 100%;
	}
}

.evr-aggregator .evr-aggregator-container .title-wrap:after {
	display: block;
	width: 100vw;
	height: 1px;
	background-color: #00be26;
	position: absolute;
	left: 188px;
	bottom: 0;
	transform: translateX(-18px);
}
@media only screen and (min-width: 620px) {

	.evr-aggregator .evr-aggregator-container .title-wrap:after {
		content: "";
		left: 240px;
	}
}
@media only screen and (min-width: 1130px) {

	.evr-aggregator .evr-aggregator-container .title-wrap:after {
		left: 100%;
	}
}

.evr-aggregator .evr-aggregator-container .title-wrap h2 {
	font-size: 50px;
	color: #00be26;
	margin-bottom: -8px;
}
@media only screen and (min-width: 620px) {

	.evr-aggregator .evr-aggregator-container .title-wrap h2 {
		font-size: 65px;
		margin-bottom: -11px;
	}
}

.evr-aggregator .evr-aggregator-container .title-wrap h2 span {
	display: block;
}

.evr-aggregator .evr-aggregator-container .title-wrap h2 span:first-of-type {
	color: #fff;
}

.evr-aggregator .evr-aggregator-container h3 {
	font-family: Poppins, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #00be26;
	margin-bottom: 10px;
}

.evr-aggregator .evr-aggregator-container p {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 45px;
	color: #fff;
}
@media only screen and (min-width: 620px) {

	.evr-aggregator .evr-aggregator-container p {
		font-size: 65px;
	}
}
@media only screen and (max-width: 619px) {

	.evr-aggregator .evr-aggregator-container .icon {
		width: 30%;
	}
}

.evr-aggregator .trees-msg {
	max-width: 1250px;
	margin: 10px auto 0;
	padding-bottom: 30px;
	display: block;
}
@media only screen and (min-width: 992px) {

	.evr-aggregator .trees-msg {
		padding-bottom: 0;
	}
}

.evr-aggregator .trees-msg p {
	font-size: 18px;
}

.page-modules {
	display: flex;
	flex-wrap: wrap;
}

.page-modules .module {
	position: relative;
	display: block;
	height: 400px;
	width: 100%;
}
@media only screen and (min-width: 620px) {

	.page-modules .module {
		width: 50%;
		height: 500px;
	}
}
@media only screen and (min-width: 992px) {

	.page-modules .module {
		width: auto;
		height: 690px;
		flex-grow: 1;
		flex-basis: 0;
	}
}

.page-modules .module:hover .module-overlay {
	background-color: rgba(5, 6, 56, .2);
}

.page-modules .module img {
	object-fit: cover;
	height: 100%;
}

.page-modules .module .module-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	background-color: rgba(5, 6, 56, .44);
	transition: all .3s ease-in-out;
}

.page-modules .module .module-overlay .module-content {
	width: calc(100% - 20px);
	max-width: 250px;
	margin: 0 auto;
	padding: 10px;
}

.page-modules .module .module-overlay .module-content h3 {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 40px;
}
@media only screen and (min-width: 620px) {

	.page-modules .module .module-overlay .module-content h3 {
		min-height: 92px;
	}
}

.page-modules .module .module-overlay .module-content .btn-green {
	width: calc(100% - 44px);
	max-width: 200px;
	background-color: #00be26;
	color: #20142f;
}

.title-intro {
	width: calc(100% - 40px);
	max-width: 540px;
	margin: 0 auto;
	padding: 80px 20px;
	text-align: center;
}

.title-intro h2 {
	font-size: 60px;
}

.title-intro p {
	font-family: Poppins, sans-serif;
	font-size: 20px;
}

.hero-text {
	height: 500px;
	padding: 90px 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.hero-text .hero-text-content {
	max-width: 900px;
	margin: 0 auto;
}

.hero-text .hero-text-content h2 {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00be26;
	margin: 0 0 10px;
}

.hero-text .hero-text-content h1 {
	font-size: 60px;
	margin: 0 0 25px;
}
@media only screen and (min-width: 620px) {

	.hero-text .hero-text-content h1 {
		font-size: 80px;
	}
}

.hero-text .hero-text-content .text-content {
	max-width: 520px;
	margin: 0 auto;
}

.hero-text .hero-text-content .text-content p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.video-wrapper .event-countdown {
	display: flex;
	align-items: center;
}

body.account .entry-header {
	display: none;
}

.account-wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.account-wrap.nav-wrap {
	padding-top: 100px;
}

.account-wrap.nav-wrap .mepr-subscriptions,
.account-wrap.nav-wrap .mepr-payments {
	display: none;
}

.racc-account-wrapper {
	padding: 60px 0 0;
}

.racc-account-wrapper .account-title-wrap {
	margin-bottom: 50px;
}

.racc-account-wrapper .account-title-wrap .racc-account-title {
	font-size: 60px;
	color: #00be26;
	text-align: center;
}

.racc-account-wrapper .account-title-wrap .trees-msg {
	display: block;
	margin-top: 0;
}

.racc-account-wrapper .account-title-wrap .trees-msg p {
	font-size: 18px;
	text-align: center;
}

.racc-account-wrapper .racc-account-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.racc-account-wrapper .racc-account-container .pledge-result {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 620px) {

	.racc-account-wrapper .racc-account-container .pledge-result {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {

	.racc-account-wrapper .racc-account-container .pledge-result {
		width: 33.333%;
	}
}

.racc-account-wrapper .racc-account-container .pledge-result h3 {
	font-size: 50px;
}

.racc-account-wrapper .racc-account-container .pledge-result .result {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 50px;
	color: #00be26;
	display: inline;
}

.racc-account-wrapper .racc-account-container .pledge-result .message {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

.racc-account-wrapper .racc-account-container .pledge-result .pledge-cta-wrap {
	margin-top: 10px;
}

.fanzone-feed .alm-reveal {
	display: block;
	width: 100%;
}

.fanzone-feed .alm-reveal .fanzone-card {
	display: block;
	margin-bottom: 30px;
	position: relative;
}

.fanzone-feed .alm-reveal .fanzone-card.link-fanzone {
	transition: all .1s;
}

.fanzone-feed .alm-reveal .fanzone-card.link-fanzone:hover {
	transform: scale(1.013);
}

.fanzone-feed .alm-reveal .fanzone-card img {
	width: 100%;
}

.fanzone-feed .alm-reveal .fanzone-card h3 {
	font-size: 30px;
	color: #180b2e;
}

.fanzone-feed .alm-reveal .fanzone-card p {
	color: #180b2e;
}

.fanzone-feed .alm-reveal .fanzone-card .article-content {
	left: 0;
	right: 0;
	padding: 20px;
}

.fanzone-feed .alm-reveal .fanzone-card .video-content {
	background-color: rgba(250, 250, 250, .8);
	padding: 20px;
	border-radius: 16px 16px 0 0;
}

.fanzone-feed .alm-reveal .fanzone-card .video-content video {
	outline: none;
}

#mepr-account-nav .mepr-nav-item a {
	color: #fff;
	text-decoration: none;
}

.mp_wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
}

.fanzone-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto !important;
	padding-top: 80px;
}

.fanzone-wrapper .feed-container {
	width: 70%;
}

.fanzone-wrapper .fanzone-account {
	width: calc(30% - 60px);
	background-color: #fff;
	padding: 30px;
	border-radius: 16px;
	color: #20142f;
}

.fanzone-wrapper .fanzone-account .fanzone-name {
	display: flex;
	align-items: center;
}

.fanzone-wrapper .fanzone-account .fanzone-name h2 {
	font-size: 50px;
	color: #20142f;
}

.fanzone-wrapper .fanzone-account .fanzone-name h3 {
	font-size: 30px;
	color: #00be26;
}

.post-thumnail {
	position: relative;
}

.overlay {
	position: relative;
	z-index: 0;
}

.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(32, 20, 47, .78);
	z-index: -1;
}

.overlay:before {
	z-index: 1;
	background-color: rgba(0, 0, 0, .4);
}

.slides.overlay:before {
	z-index: 0;
}

.video-wrapper {
	position: relative;
	height: 576px;
}

.video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-wrapper .play-button {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.video-wrapper .play-button svg {
	cursor: pointer;
	max-width: 45px;
	transform: scale(1);
	transition: transform .2s ease-in-out;
}
@media only screen and (min-width: 768px) {

	.video-wrapper .play-button svg {
		max-width: 100%;
	}
}

#solo-video {
	max-width: 1200px;
	margin: 4rem auto;
}

#solo-video.video-wrapper .play-button {
	top: 80%;
}

#solo-video .title-description {
	max-width: 1200px;
	margin: auto;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
}

#solo-video .title-description h2 {
	margin-bottom: 1rem;
}

article > #featured-video {
	height: 70vh;
}

article > #featured-video .hero-event {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	max-width: 768px;
	left: 50%;
	transform: translateX(-50%);
	top: 50%;
	z-index: 2;
	padding-left: 15px;
}

article > #featured-video .hero-event .calendar {
	display: flex;
}

article > #featured-video .hero-event .calendar img {
	margin-right: 15px;
	align-self: center;
	min-width: 30px;
}

article > #featured-video .hero-event .event-countdown img {
	align-self: baseline;
	width: 26px;
	height: auto;
	margin-top: 3px;
	margin-right: 15px;
	float: left;
}
@media screen and (max-width: 600px) {

	article > #featured-video .hero-event .event-countdown img {
		width: 20px;
		margin-right: 15px;
		min-width: unset;
	}
}

article > #featured-video .hero-event #hero-time {
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
}

article > #featured-video .hero-event #hero-time i {
	font-style: normal;
	font-size: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 480px) {

	article > #featured-video .hero-event #hero-time i {
		font-size: 20px;
	}
}

article > #featured-video .hero-event #hero-time div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 45px;
}

article > #featured-video .hero-event #hero-time div span:not(.dots):first-of-type {
	font-size: 30px;
	margin-bottom: 0;
	font-family: Orbitron, sans-serif;
}
@media screen and (max-width: 480px) {

	article > #featured-video .hero-event #hero-time div span:not(.dots):first-of-type {
		font-size: 20px;
	}
}

article > #featured-video .hero-event #hero-time div span:not(.dots):last-of-type {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px;
}
@media screen and (max-width: 480px) {

	article > #featured-video .hero-event #hero-time div span:not(.dots):last-of-type {
		font-size: 8px;
	}
}

article > #featured-video .hero-button {
	position: absolute;
	top: calc(50% + 60px);
	left: 50%;
	transform: translateX(-50%);
	max-width: 768px;
	width: 100%;
	text-align: left;
	z-index: 2;
	padding-left: 15px;
}

article > #featured-video .hero-button .view-more.btn-simple {
	padding-right: 30px;
}

article > #featured-video .hero-button .view-more.btn-simple svg.svg-icon {
	top: calc(50% - 4px);
}

article > #featured-video .hero-button .clearfix.double-arrow {
	position: relative;
}

article > #featured-video .hero-button .hero-subtitle {
	margin: 15px 0 10px;
}

article > #featured-video .hero-button .hero-subtitle p {
	font-size: 18px;
}

.featured-video-overlay {
	position: relative;
}

.featured-video-overlay:after {
	content: "";
	width: 100%;
	height: 500px;
	background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 10%, #0b094a 59%, #0b094a 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -180px;
	z-index: 1;
}

.growing-media {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.growing-media.centred header {
	text-align: center;
}

.growing-media.centred header h2,
.growing-media.centred header p {
	text-align: center;
	max-width: 1200px;
}

.growing-media video,
.growing-media img {
	box-sizing: border-box;
	display: table;
	padding-left: 15rem;
	padding-right: 15rem;
	width: 100%;
	object-fit: cover;
}

.growing-media video {
	height: calc(100vh - 90px);
}

.growing-media header {
	position: absolute;
	top: 100%;
	opacity: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	text-align: left;
}

.growing-media header h2 {
	padding: 0 0 1rem;
	font-size: 45px;
}

.growing-media header p {
	max-width: 600px;
	font-size: 20px;
	line-height: 1.5;
}

.featured-posts .slides {
	display: flex;
	position: relative;
	overflow: hidden;
}

.featured-posts .slides .slide-image {
	overflow: hidden;
	width: 100%;
}
@media only screen and (min-width: 1200px) {

	.featured-posts .slides .slide-image {
		flex: 1 1 50%;
		max-width: 50%;
	}
}

.featured-posts .slides .slide-image img {
	display: table;
	object-fit: cover;
	height: calc(100vh - 200px);
	width: 100%;
}

.featured-posts .slides .slide-title.container {
	background-color: #20142f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 1rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 100%;
}
@media only screen and (min-width: 1200px) {

	.featured-posts .slides .slide-title.container {
		margin: 6rem auto;
		padding: 2rem;
		position: unset;
		transform: none;
		flex: 1 1 50%;
		max-width: 50%;
	}
}

.featured-posts .slides .slide-title.container .slide-category {
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 1rem;
}

.featured-posts .slides .slide-title.container h2 {
	margin: 0 0 1rem;
	max-width: 540px;
	font-size: 48px;
}

.featured-posts .slides .view-more:first-of-type {
	margin-left: 15px;
}

.featured-posts .slides .big-chevron {
	position: absolute;
	top: 100%;
	right: 15px;
}
@media only screen and (min-width: 768px) {

	.featured-posts .slides .big-chevron {
		top: 70%;
	}
}

.featured-posts .slides .big-chevron svg {
	height: 201px;
}

.featured-posts .slides .big-chevron svg path {
	fill: #00be26;
}

.featured-posts .slick-list {
	overflow-y: inherit;
}

.featured-posts-slides.slick-slide.slick-current.slick-active .loading-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	max-width: 100%;
	height: 5px;
	z-index: 99;
	background-color: #00be26;
	animation: loadingMobile;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}
@media only screen and (min-width: 1200px) {

	.featured-posts-slides.slick-slide.slick-current.slick-active .loading-slide {
		animation-name: loading;
		max-width: calc(50% - 2rem);
	}
}

.image-link {
	margin-top: -12rem;
	position: relative;
	z-index: 2;
}

.image-link a.view-more.btn-simple.btn-simple--white {
	margin-top: -2rem;
}

.featured-image.background-image-stats-container {
	margin-top: -5rem;
}

.plain-text ~ .progress-carousel {
	margin-bottom: 120px;
}

.image-logo {
	text-align: left;
	max-width: 768px;
	margin: 0 auto;
}

.image-logo img {
	width: 300px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.image-logo ~ .plain-text {
	margin-top: 0;
	padding-top: 0;
}

.video-poster {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.video-poster ~ .title-description {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	text-align: center;
}

.video-poster ~ .title-description p {
	margin: 1rem auto;
}

.play-button svg.svg-icon {
	max-width: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: calc(50% + 4px);
	transform: translate(-50%, -50%);
	padding: 1rem;
}

div.play-button {
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .5);
	transition: background-color .2s ease-in-out;
	border-radius: 50%;
}

div.play-button.no-button {
	background-color: transparent;
	width: 100%;
	height: auto;
}

div.play-button.no-button:hover {
	background-color: transparent;
}

div.play-button:hover {
	background-color: #00be26;
	transition: background-color .2s ease-in-out;
}

.post-video {
	padding-top: 90px;
}
@media only screen and (min-width: 768px) {

	.post-video {
		max-height: 70vh;
		overflow: hidden;
	}

	.post-video video {
		height: 70vh;
		object-fit: contain;
		background-color: rgba(0, 0, 0, .9);
	}
}

.post-header-with-video {
	max-width: 900px;
	margin: 0 4rem;
	padding: 0 30px;
}

.post-header-with-video ~ .post-date {
	margin-top: 1rem !important;
}

.post-header-with-video .post-header {
	position: initial;
	transform: none;
}

.post-header-with-video .post-header .post-header-content {
	padding-left: 0;
	padding-top: 0;
}

video::-webkit-media-controls-timeline {
	display: none;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid {
	background: #00be26;
}

.plyr--full-ui input[type=range] {
	color: #00be26;
}

.plyr__progress,
.plyr__controls .plyr__controls__item.plyr__time,
.plyr__controls__item.plyr__menu {
	display: none;
}

.fb_iframe_widget_fluid_desktop iframe {
	width: 100% !important;
}

.single-event article > #featured-video {
	height: 80vh;
}

img.foreground-img.mobile-img {
	display: none;
}
@media screen and (max-width: 667px) {

	#masthead .site-branding {
		margin-left: -2em;
	}

	.mobile-nav-toggle {
		right: 0;
	}

	button.user-toggle {
		top: 20px;
		right: 4em;
	}

	div#user-modal .user-modal-content h2 {
		font-size: 16px;
	}

	div#user-modal .user-modal-logo {
		display: none;
	}

	.featured-posts .slides .slide-title.container h2,
	.single-featured-article .title h2 {
		font-size: 20px !important;
	}

	p.hashtag {
		font-size: 16px;
	}

	.image-link {
		margin-top: -2rem;
	}

	.image-link img.foreground-img:not(.mobile-img) {
		display: none;
	}

	.image-link img.foreground-img.mobile-img {
		display: block;
		margin-top: -7rem;
		margin-bottom: 4rem;
	}

	.featured-posts .featured-posts-slides .slides {
		flex-direction: column;
	}

	.featured-posts .slides .slide-title.container {
		position: relative;
		transform: unset;
		left: 0;
	}

	.featured-posts .slides .big-chevron {
		top: -30px;
		right: -50px;
	}

	.featured-posts .slides .big-chevron svg {
		height: 60px;
	}

	.featured-posts .slides .slide-image img {
		height: 40vh;
	}

	.new-featured-slider .title h2 {
		font-size: 23px !important;
	}

	.single-featured-article .subtitle {
		font-size: 15px;
	}

	#colophon .subscription-content .gform_wrapper .gform_footer input.button {
		max-width: 120px;
		margin: auto;
	}

	#colophon .subscription-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		min-width: 207px;
	}

	.post-header-with-video {
		margin: 0 auto;
		padding: 0;
	}

	.post-header-with-video .post-header h1 {
		text-align: left !important;
	}

	.font-main-header.over-media,
	.growing-media header h2.over-media,
	.related-articles .shortcode-title,
	.related-articles .growing-media header h2,
	.growing-media header .related-articles h2,
	.single-post .hero-image .entry-title.font-main-header.over-media,
	.single-japanese-post .hero-image .entry-title.font-main-header.over-media,
	.event-slider h2,
	div[id^=key-events-] .event-slide .year {
		font-size: 25px;
	}

	.single-post .entry-content .post-date,
	.single-post .entry-content > .share-on-social-media,
	.single-japanese-post .entry-content .post-date,
	.single-japanese-post .entry-content > .share-on-social-media {
		margin-left: 0;
		text-align: center;
	}

	.single-post .entry-content p:not(.red-title):first-of-type:not(.red-title),
	.single-japanse-post .entry-content p:not(.red-title):first-of-type:not(.red-title) {
		font-size: 18px;
	}

	.single-post .post-header .post-header-content,
	.single-japanse-post .post-header .post-header-content {
		padding-left: 15px;
	}

	header.post-header-with-video ~ .post-date {
		float: left;
	}

	.post-header-with-video .post-header .post-header-content {
		padding-left: 0;
		text-align: center;
	}

	.single-post .entry-content p:not(.red-title),
	.single-japanese-post .entry-content p:not(.red-title) {
		font-size: 16px;
	}

	.featured-image img {
		height: 100%;
	}

	.category-header {
		display: block;
	}

	.separator {
		display: none;
	}

	#races-grid {
		padding: 2em 0;
	}

	.races-grid-overflow button.slick-next.slick-arrow {
		right: 0 !important;
	}

	.hide-on-mobile {
		display: none;
	}

	.entry-header > .title-over-media {
		padding-left: 15px;
	}

	h1.entry-title.font-main-header.over-media {
		padding-left: 0;
		width: auto;
		text-align: center;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 40px;
	}

	.growing-media header h2 {
		padding: 15px;
		font-size: 36px;
	}

	.growing-media header p {
		font-size: 18px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 1rem;
	}

	.growing-media header p ~ .view-more.btn-simple {
		margin-left: 15px;
	}

	.mobile-footer h2 {
		font-size: 15px;
	}

	.race-card .race-card-content p,
	.stats-container .number ~ p {
		font-size: 16px;
	}

	.race-card-stats .stats-container {
		max-width: 50%;
	}

	.leaderboard-social-media .leaderboards .view-more {
		position: unset;
	}

	.leaderboard-social-media .view-more {
		margin: 0 15px;
	}

	.leaderboard-social-media #ctf {
		height: auto;
	}

	#image-slider .image-slide .view-more {
		position: unset;
		transform: none;
		top: unset;
		left: unset;
	}

	#image-slider .image-slide {
		text-align: center;
	}

	.single-car .car-stats .stats-container {
		max-width: 100%;
		text-align: center;
	}

	.car-media-menu ul li:not(:last-of-type):after {
		content: none;
	}

	.site-footer .social-navigation #menu-social-media-1,
	.site-footer .footer-navigation #footer-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#mobile-modal.active #mobile-menu .menu-item-has-children > a {
		display: inline-block;
		position: relative;
		width: 100%;
	}

	#mobile-modal.active #mobile-menu .menu-item-has-children > a ~ .sub-menu:not(.active) {
		display: none;
	}

	#mobile-modal.active #mobile-menu .menu-item-has-children > a ~ .sub-menu {
		padding-left: 15px;
	}

	#mobile-modal.active #mobile-menu .menu-item-has-children > a:after {
		content: "+";
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		font-size: 24px;
		font-weight: 100;
	}

	#mobile-modal.active #mobile-menu .menu-item-has-children > a.active:after {
		content: "-";
	}

	.single-post .entry-content > .share-on-social-media,
	.single-japanse-post .entry-content > .share-on-social-media {
		justify-content: center;
	}

	.car-gallery .slider div:not(.modal-img):not(.image-info) {
		max-width: calc(100% - 30px);
		margin: auto;
	}

	.info-career .bio-container,
	.info-career .other-info {
		padding-right: 0;
	}

	.articles-racc .main-articles-container {
		align-items: baseline;
	}

	.info-career .more-info {
		flex-wrap: wrap;
	}

	.info-career .more-info .right {
		margin-left: 0;
	}

	.info-career .more-info .flag {
		margin-bottom: 0;
	}

	.single-post .post-header .post-category,
	.single-japanse-post .post-header .post-category {
		text-align: left;
		padding-right: 15px;
	}

	.single-post .hero-image .entry-title.font-main-header.over-media,
	.single-post .hero-image .growing-media header h2.entry-title.over-media,
	.growing-media header .single-post .hero-image h2.entry-title.over-media,
	.single-japanese-post .hero-image .entry-title.font-main-header.over-media,
	.single-japanese-post .hero-image .growing-media header h2.entry-title.over-media,
	.growing-media header .single-japanese-post .hero-image h2.entry-title.over-media {
		text-align: left;
	}

	.single-car .car-image-with-pins h2 {
		font-size: 28px;
	}

	.stats {
		text-align: center;
	}

	.featured-image.background-image-stats-container .text-img {
		position: absolute;
		width: 140%;
		top: -10rem;
		z-index: 1;
	}

	.featured-image.background-image-stats-container .foreground-img {
		bottom: -5%;
	}

	.image-link a.view-more.btn-simple.btn-simple--white {
		display: inline-block;
		max-width: calc(90% - 30px);
		width: 100%;
	}

	.image-link a.view-more.btn-simple.btn-simple--white span {
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 7px;
	}

	.news .alm-filters-container .alm-filter ul {
		display: flex;
		text-align: left;
		padding: 1em 0 0;
	}

	li.alm-filter--radio:not(:last-of-type)::after {
		content: none;
	}

	.alm-filters-container .alm-filter li div.alm-filter--link {
		margin-bottom: 8px;
		font-size: 10px !important;
		font-family: raleway, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
		padding-right: 0 !important;
	}

	.alm-filter--radio:first-of-type div.alm-filter--link {
		padding-left: 10px !important;
	}

	.featured-articles h2.font-main-header.over-media,
	.growing-media.centred header h2,
	.growing-media header h2 {
		font-size: 20px !important;
	}

	.growing-media.centred header h2,
	.growing-media header h2 {
		font-size: 30px !important;
	}

	section.progress-carousel .progress-content h2 {
		font-size: 20px;
	}

	section.progress-carousel .nav-item .nav-item-content {
		font-size: 10px;
	}

	.progress-content p {
		max-width: 300px;
	}

	.company .title-over-media {
		text-align: center;
		width: auto;
		margin: 15px auto;
	}

	.careers .entry-title.font-main-header.over-media,
	.careers .growing-media header h2.entry-title.over-media,
	.growing-media header .careers h2.entry-title.over-media {
		max-width: 300px;
	}
}
@media screen and (max-width: 480px) {

	#featured-video ~ #image-slider {
		margin-top: -7rem;
	}
}
@media screen and (max-width: 600px) {

	.races-grid-overflow .news-card {
		width: 300px;
	}

	#races-grid.carousel-grid .upcoming-races .news-card {
		width: 300px;
	}

	#races-grid .news-column.slick-slide.slick-current.slick-active ~ .news-column {
		margin-left: -60px;
	}

	.single-post .entry-content p:not(.red-title):first-of-type:not(.red-title),
	.single-japanese-post .entry-content p:not(.red-title):first-of-type:not(.red-title),
	.plain-text p:not(.red-title):first-of-type:not(.red-title) {
		font-size: 14px;
	}
}

.pledge-survey {
	position: relative;
	padding: 100px 15px;
}
@media only screen and (min-width: 768px) {

	.pledge-survey {
		padding: 140px 15px;
	}
}

.pledge-survey .survey-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pledge-survey .survey-background:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(6, 8, 77, .8);
}

.pledge-survey .survey-background img {
	object-fit: cover;
	height: 100%;
}

.pledge-survey .survey-wrapper {
	position: relative;
	max-width: 1400px;
	min-height: calc(100vh - 100px);
	margin: 0 auto;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper {
		display: flex;
		flex-wrap: wrap;
		min-height: 60vh;
	}
}

.pledge-survey .survey-wrapper .survey-result {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper .survey-result {
		width: 50%;
		padding: 0;
	}
}

.pledge-survey .survey-wrapper .survey-result:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to right, #00be26 50%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 10px 1px;
	background-repeat: repeat-x;
	transition: all .3s;
	opacity: 0;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper .survey-result:before {
		height: 100%;
		width: 1px;
		top: 0;
		bottom: auto;
		background-image: linear-gradient(#00be26 50%, rgba(255, 255, 255, 0) 0%);
		background-position: right;
		background-size: 1px 10px;
		background-repeat: repeat-y;
	}
}

.pledge-survey .survey-wrapper .survey-result.display-results:before {
	opacity: 1;
}

.pledge-survey .survey-wrapper .survey-result .survey-title {
	width: 100%;
	max-width: 360px;
	padding-top: 30px;
	display: none;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper .survey-result .survey-title {
		width: auto;
		max-width: none;
		padding-top: 60px;
	}
}

.pledge-survey .survey-wrapper .survey-result .survey-title .icon {
	height: 160px;
	margin-bottom: 20px;
}

.pledge-survey .survey-wrapper .survey-result .survey-title .icon img {
	height: 100%;
	width: auto;
}

.pledge-survey .survey-wrapper .survey-result .survey-title h1 {
	font-size: 60px;
	line-height: .8;
	max-width: 400px;
	margin: 0;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .survey-result .survey-title h1 {
		font-size: 80px;
	}
}

.pledge-survey .survey-wrapper .survey-result .survey-title h1 span {
	display: block;
}

.pledge-survey .survey-wrapper .survey-result .survey-title h1 span.green {
	color: #00be26;
}

.pledge-survey .survey-wrapper .survey-result .result {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper .survey-result .result {
		padding-top: 140px;
		padding-bottom: 0;
	}
}

.pledge-survey .survey-wrapper .survey-result .result .result-text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.pledge-survey .survey-wrapper .survey-result .result p {
	font-size: 20px;
	color: #00be26;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .survey-result .result p {
		font-size: 28px;
	}
}

.pledge-survey .survey-wrapper .survey-result .result p.save {
	align-self: flex-start;
}

.pledge-survey .survey-wrapper .survey-result .result p .result-unit {
	font-family: nebula-bold, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 70px;
	line-height: .8;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .survey-result .result p .result-unit {
		font-size: 200px;
	}
}

.pledge-survey .survey-wrapper .survey-options {
	width: 100%;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper .survey-options {
		width: 50%;
	}
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel {
	display: none;
	width: 100%;
	height: 100%;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel.survey-start {
	display: block;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start {
	max-width: 360px;
	margin: 0 auto;
	padding-top: 60px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .time {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	padding-bottom: 30px;
	background-image: linear-gradient(to right, #00be26 50%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 10px 1px;
	background-repeat: repeat-x;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .time span {
	display: inline-block;
	background-color: #fff;
	color: #050638;
	margin-left: 5px;
	padding: 4px 10px;
	border-radius: 20px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .time svg {
	fill: #00be26;
	margin-right: 10px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .start-btn {
	margin-bottom: 30px;
	padding: 30px 0;
	background-image: linear-gradient(to right, #00be26 50%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 10px 1px;
	background-repeat: repeat-x;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .social-sharing .share-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .social-sharing .share-info p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .social-sharing .share-info svg g {
	fill: #00be26;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .social-sharing .icons {
	padding-left: 25px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .social-sharing .icons a {
	margin: 0 3px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .social-sharing .icons a svg {
	fill: #050638;
	background-color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	transition: all .3s;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .pledge-start .social-sharing .icons a svg:hover {
	background-color: #00be26;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .survey-question {
	margin-bottom: 30px;
	padding: 30px 20px 0;
	text-align: center;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .survey-question {
		padding: 140px 20px 0;
	}
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .survey-question h2 {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .survey-question h2 {
		font-size: 35px;
	}
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .survey-answers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 20px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .survey-answers .survey-select-answer {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #031246;
	background-color: #fff;
	margin: 0 8px 16px;
	padding: 15px;
	border: 2px solid #fff;
	border-radius: 10px;
	cursor: pointer;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .survey-answers .survey-select-answer {
		font-size: 18px;
		padding: 20px;
	}
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .survey-answers .survey-select-answer.selected-answer {
	background-color: #66bb21;
	color: #fff;
	border-color: #66bb21;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .next-question {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .next-question:hover span {
	color: #00be26;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .next-question:hover svg {
	transform: scale(1.12);
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .questions-answers .next-question span {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
	transition: all .3s;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit {
	max-width: 500px;
	margin: 30px auto 0;
	padding: 0 20px;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	color: #050638;
	text-align: center;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit {
		margin: 80px auto 0;
	}
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .message p {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .message p .green {
	color: #00be26;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit p {
	font-size: 20px;
	color: #fff;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit button {
	margin-top: 10px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit textarea {
	width: calc(100% - 50px);
	height: 100px;
	margin: 15px 0 5px;
	padding: 15px 25px;
	font-size: 22px;
	border: none;
	border-radius: 10px;
	outline: none;
	color: #050638;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit textarea::placeholder {
	color: #050638;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .pledge-register {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .pledge-register p {
	font-size: 25px;
	margin-bottom: 10px;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .pledge-register p.error-message {
	display: none;
	font-size: 20px;
	color: #00be26;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .pledge-register input {
	display: block;
	width: calc(100% - 30px);
	margin-bottom: 10px;
	padding: 10px 15px;
	outline: none;
	font-size: 22px;
	border: none;
	border-radius: 10px;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .pledge-register input {
		width: calc(100% - 50px);
		padding: 15px 25px;
	}
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .pledge-register input::placeholder {
	color: #050638;
}

.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .pledge-register button {
	width: 100%;
	font-size: 24px;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .survey-options .survey-options-panel .survey-submit .pledge-register button {
		font-size: 29px;
	}
}

.pledge-survey .survey-wrapper .login-register {
	width: 100%;
	text-align: center;
	display: none;
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap {
	display: flex;
	flex-wrap: wrap;
	min-height: 60vh;
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col {
	width: 100%;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col {
		width: 50%;
		padding: 0;
	}
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col.login:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to right, #00be26 50%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 10px 1px;
	background-repeat: repeat-x;
}
@media only screen and (min-width: 992px) {

	.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col.login:before {
		height: 100%;
		width: 1px;
		top: 0;
		bottom: auto;
		background-image: linear-gradient(#00be26 50%, rgba(255, 255, 255, 0) 0%);
		background-position: right;
		background-size: 1px 10px;
		background-repeat: repeat-y;
	}
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col .login-register-form {
	max-width: 300px;
	width: 100%;
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col .login-register-form h3 {
	font-size: 40px;
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col .login-register-form p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 20px;
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col .login-register-form input {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	color: #050638;
	display: block;
	width: calc(100% - 30px);
	margin-bottom: 10px;
	padding: 10px 15px;
	outline: none;
	font-size: 14px;
	border: none;
	border-radius: 10px;
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col .login-register-form input::placeholder {
	color: #707070;
}

.pledge-survey .survey-wrapper .login-register .login-register-wrap .login-register-col .login-register-form .error {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

.pledge-survey .survey-wrapper .thank-you-screen {
	width: 100%;
	text-align: center;
	display: none;
}

.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding-top: 60px;
}

.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper h2 {
	font-size: 80px;
	line-height: .8;
	max-width: 180px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {

	.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper h2 {
		font-size: 130px;
		max-width: 280px;
	}
}

.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper h2 span {
	display: block;
	text-align: left;
}

.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper h2 span.green {
	color: #00be26;
	text-align: right;
}

.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper p {
	font-size: 28px;
	line-height: 1.5;
	margin-top: 30px;
}

.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper p.green {
	color: #00be26;
}

.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper p.upload span {
	color: #00be26;
}

.pledge-survey .survey-wrapper .thank-you-screen .thank-you-wrapper a {
	margin-top: 20px;
}

.survey-information {
	padding: 60px 20px;
}

.survey-information .survey-info-container {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.survey-information .survey-info-container .survey-info-col {
	width: 100%;
	margin-bottom: 30px;
}
@media only screen and (min-width: 620px) {

	.survey-information .survey-info-container .survey-info-col {
		width: 50%;
	}
}
@media only screen and (min-width: 992px) {

	.survey-information .survey-info-container .survey-info-col {
		width: 33.3333%;
	}
}
@media only screen and (min-width: 620px) {

	.survey-information .survey-info-container .survey-info-col .survey-info {
		padding-right: 80px;
	}
}

.survey-information .survey-info-container .survey-info-col .survey-info .icon img {
	width: auto;
	max-width: 160px;
	max-height: 85px;
}

.survey-information .survey-info-container .survey-info-col .survey-info h3 {
	font-size: 50px;
	margin: 15px 0 20px;
}

.survey-information .survey-info-container .survey-info-col .survey-info p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
}

.trees-msg {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.trees-msg .tree {
	margin-right: 10px;
}

.trees-msg p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00be26;
	text-transform: uppercase;
}
@media only screen and (min-width: 992px) {

	.trees-msg p {
		font-size: 22px;
	}
}

.trees-msg p.trees-planted {
	margin-top: 4px;
}

.card-pledge {
	height: 400px;
	display: block;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.card-pledge:hover .pledge-overlay {
	background-color: rgba(5, 6, 56, 0);
}

.card-pledge img {
	object-fit: cover;
	height: 100%;
}

.card-pledge .pledge-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(5, 6, 56, .3);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
	transition: all .3s;
}

.card-pledge .pledge-overlay h3 {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.card-pledge .pledge-overlay .pledge-cta-wrap {
	width: 100%;
}

.card-pledge .pledge-overlay .pledge-cta-wrap .btn-cta-arrow {
	margin-left: auto;
}

.climate-category-wrap .page-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.climate-category-wrap .page-bg img {
	object-fit: cover;
	height: 100%;
}

.climate-category-wrap .climate-category-container {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 150px 0 100px;
}
@media screen and (min-width: 768px) {

	.climate-category-wrap .climate-category-container {
		padding-top: 250px;
	}
}

.climate-category-wrap .climate-category {
	position: relative;
	padding: 0 30px 80px;
}
@media screen and (min-width: 768px) {

	.climate-category-wrap .climate-category {
		display: flex;
		padding-bottom: 150px;
	}
}
@media screen and (min-width: 768px) {

	.climate-category-wrap .climate-category .title {
		width: 50%;
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
}

.climate-category-wrap .climate-category .title h1 {
	font-size: 60px;
	margin: 0;
}

.climate-category-wrap .climate-category .title .icon {
	max-width: 200px;
}
@media screen and (min-width: 768px) {

	.climate-category-wrap .climate-category .title .icon {
		margin-left: 30px;
		order: 2;
	}
}
@media screen and (min-width: 768px) {

	.climate-category-wrap .climate-category .intro {
		width: 50%;
		padding: 0 15px;
	}
}

.climate-category-wrap .climate-category .intro p {
	font-family: poppins, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
}

.climate-category-wrap .category-pledges {
	position: relative;
	padding: 0 15px;
}

.climate-category-wrap .category-pledges h2 {
	font-size: 50px;
}
@media screen and (min-width: 768px) {

	.climate-category-wrap .category-pledges h2 {
		text-align: center;
	}
}

.climate-category-wrap .category-pledges h2 span {
	color: #00be26;
}

.climate-category-wrap .category-pledges .pledges {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -10px 0;
	box-sizing: border-box;
}

.climate-category-wrap .category-pledges .pledges .pledge-module {
	width: 100%;
	padding: 0 10px 20px;
	box-sizing: border-box;
}
@media screen and (min-width: 576px) {

	.climate-category-wrap .category-pledges .pledges .pledge-module {
		width: 50%;
	}
}
@media screen and (min-width: 768px) {

	.climate-category-wrap .category-pledges .pledges .pledge-module {
		width: 33.333%;
	}
}
@media screen and (min-width: 1024px) {

	.climate-category-wrap .category-pledges .pledges .pledge-module {
		width: 25%;
	}
}

.climate-category-wrap .banner-wrap {
	position: relative;
}

.climate-category-wrap .banner-wrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	background-image: linear-gradient(transparent, #031246 50%);
}

.solo-video {
	max-width: 1200px;
	margin: auto;
}

.image-slider slick-initialized slick-slider {
	max-width: 1200px;
	margin: auto;
}

.featured-image:not(.no-gradient):after {
	content: "";
	width: 100%;
	height: 500px;
	background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 10%, #070c4c 59%, #070c4c 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -180px;
	z-index: 1;
}

#masthead.active,
#masthead.stuck {
	background-color: #0b094a;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .75);
}

.single-car .car-image-with-pins h2,
.single-car #car-stats h2,
.single-car .explore-design h2,
.single-car .car-gallery h2 {
	font-size: 55px;
}

.car-media-menu ul a {
	display: block;
	padding: 1em;
	font-size: 30px;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	color: #fff;
}

.single-car .car-stats .stats-container .number ~ p {
	font-size: 35px;
}

.single-car .car-stats .stats-container {
	border-bottom: none;
	background-color: #050a34;
	color: #fff;
	text-align: left;
	display: block;
	max-width: 20%;
	flex: 1 1 20%;
}

#races-grid .section-title {
	font-size: 30px;
	text-align: left;
	margin: 60px auto 30px;
}
@media screen and (min-width: 667px) {

	#races-grid .section-title {
		font-size: 75px;
	}
}
@media screen and (min-width: 667px) {

	#carousel-grid.upcoming-races.article-bg #main-swap .races-bg-article .races-bg-content h2 {
		font-size: 48px;
	}
}

.single-featured-article .title h2 {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 667px) {

	.single-featured-article .title h2 {
		font-size: 65px;
	}
}

.plain-text p:not(.red-title):first-of-type:not(.red-title) {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	padding: 15px;
	margin: 5rem auto;
}

.news-cat-filter .alm-filter--link {
	color: #fff !important;
	font-weight: bold;
	padding: 0 15px !important;
	text-transform: uppercase;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 30px !important;
}

.alm-reveal .post-top-meta ~ h2,
.alm-listing .post-top-meta ~ h2,
.races-grid .post-top-meta ~ h2 {
	font-size: 20px;
}

.stats-container {
	background-color: #050a34;
}

.stats-container .number ~ p {
	font-size: 16px;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 0;
}
@media screen and (min-width: 667px) {

	.stats-container .number ~ p {
		font-size: 20px;
	}
}

.race-card .race-title .race-countdown .countdown {
	font-size: 40px;
	margin-bottom: 1rem;
}

.race-card h1 {
	font-size: 40px;
}

.single-post .hero-image .entry-title.font-main-header.over-media,
.single-post .hero-image .growing-media header h2.entry-title.over-media,
.growing-media header .single-post .hero-image h2.entry-title.over-media,
.single-japanese-post .hero-image .entry-title.font-main-header.over-media,
.single-japanese-post .hero-image .growing-media header h2.entry-title.over-media,
.growing-media header .single-japanese-post .hero-image h2.entry-title.over-media {
	font-size: 20px;
	padding-left: 0;
}
@media screen and (min-width: 667px) {

	.single-post .hero-image .entry-title.font-main-header.over-media,
	.single-post .hero-image .growing-media header h2.entry-title.over-media,
	.growing-media header .single-post .hero-image h2.entry-title.over-media,
	.single-japanese-post .hero-image .entry-title.font-main-header.over-media,
	.single-japanese-post .hero-image .growing-media header h2.entry-title.over-media,
	.growing-media header .single-japanese-post .hero-image h2.entry-title.over-media {
		padding-right: 1em;
		font-size: 48px;
	}
}

.single-post .entry-content p:not(.red-title):first-of-type:not(.red-title),
.single-japanese-post .entry-content p:not(.red-title):first-of-type:not(.red-title) {
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.111rem;
	line-height: 1.5;
}

.company .font-main-header.over-media,
.company .growing-media header h2.over-media,
.growing-media header .company h2.over-media,
.careers .font-main-header.over-media,
.careers .growing-media header h2.over-media,
.growing-media header .careers h2.over-media {
	font-size: 80px;
}

.growing-media header h2 {
	text-align: left;
	padding: 0 1rem 1rem;
	max-width: 600px;
	margin: 0;
}
@media screen and (min-width: 667px) {

	.growing-media header h2 {
		padding: 0 0 1rem;
		font-size: 48px;
	}
}

.column-box .content-box {
	margin: 1em;
	background-color: #050a34;
	border-radius: 6px;
}

.modal-grid h2 {
	font-size: 44px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 auto;
	min-height: 4em;
}

.modal-grid h2 div {
	font-size: 16px;
	color: #00be26;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	margin-top: .5rem;
	line-height: 1.5;
}

.mobile-modal,
#hamburger-modal {
	background-color: #050a34;
	position: fixed;
	top: -100vh;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	transition: top .3s ease-in-out;
}

p.hashtag {
	text-align: center;
	text-transform: uppercase;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 2rem;
}

.menu-ids {
	padding: 15px;
	background-color: #050a34;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	font-size: 30px;
}

.topics-carousel .main-width h2 {
	font-weight: 900;
	font-size: 50px;
	color: #fff;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.speakers-container .main-width h2 {
	font-weight: 900;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.events-schedule-container .main-width h2 {
	font-weight: 900;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.events-schedule-container .schedule-tree .schedule-topic-container {
	background-color: #050a34;
	border-radius: 16px;
}

.events-schedule-container .schedule-tree .over-title {
	text-transform: uppercase;
	font-family: tomorrow, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
}

.events-schedule-container .schedule-tree h3 {
	font-size: 20px;
	color: #00be26;
}

#masthead #site-navigation .menu-main-menu-container ul:not(.sub-menu) li.menu-item-has-children ul.sub-menu span div {
	font-size: inherit !important;
}

.featured-image.background-image-stats-container {
	margin-top: 0;
}

.standings .team-standings .team-name {
	display: flex;
	align-items: center;
}

.evr-aggregator .evr-aggregator-container .icon svg {
	fill: #00be26 !important;
	width: 110px;
}

.entry-header.is-event {
	margin: auto;
	margin-bottom: 60px;
}

.growing-media {
	margin-bottom: 0;
}

.twitter-tweet {
	max-width: unset !important;
	justify-content: center;
}

.twitter-tweet iframe {
	flex-grow: unset !important;
	width: 100% !important;
	max-width: 500px !important;
}

.twitter-embed-wrap p {
	display: none;
}

.twitter-embed-wrap span {
	flex-grow: unset !important;
	width: 100% !important;
	max-width: 500px !important;
}

.standings .team-standings th.font-weight-semibold.arrow-shape {
	font-size: 24px;
	background: #00be26;
	color: #fff;
	width: 100px;
	vertical-align: middle;
}

.evr-aggregator .evr-aggregator-container .title-wrap h2 {
	font-size: 40px;
}

.evr-aggregator .evr-aggregator-container p {
	font-size: 30px;
}

.page-modules .module .module-overlay .module-content h3 {
	font-family: Nebula, "Helvetica Neue", sans-serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px;
}

.btn-green {
	display: inline-block;
	font-family: Nebula, "Helvetica Neue", sans-serif;
	font-size: 14px;
}

.race-card h1 {
	margin: 0 auto;
	font-size: 30px;
}

.title-intro h2 {
	font-size: 47px;
	margin-bottom: 10px;
}

.section-title {
	margin: 250px auto 0 !important;
}

.single-featured-article .title h2 {
	font-family: Nebula, "Helvetica Neue", sans-serif;
	font-size: 47px;
	text-transform: uppercase;
	max-width: 700px;
}

.single-post .the-content div[id^=gallery-],
.single-japanese-post .the-content div[id^=gallery-] {
	margin: 2rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.single-post .the-content div[id^=gallery-] img,
.single-japanese-post .the-content div[id^=gallery-] img {
	width: auto;
	margin: 0;
	width: 300px;
	height: 300px;
	object-fit: cover;
	display: table;
}

.single-post .the-content div[id^=gallery-] figure,
.single-japanese-post .the-content div[id^=gallery-] figure {
	display: inline-block;
	margin: .25rem .5rem;
	width: auto !important;
}

svg.svg-icon .car-1 {
	fill: #00be26 !important;
}

.new-registration .registration-image img {
	left: -50%;
	max-width: 150%;
	width: auto;
}
