@charset "UTF-8";
/*
Theme Name: envision2020
Theme URI: https://makeagency.co.uk
Author: Make Agency. Alberto Marin, Matt Horne.
Author URI: https://makeagency.co.uk
Description: Make Agency Theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: envision2020

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

envision2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Variables and Functions
# Accessibility
# Bootstrap
# Elements
# Forms
# Navigation
	## Links
	## Menus

# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Variables and Functions
--------------------------------------------------------------*/
.background-color-dark-blue-overlay {
  background-color: rgba(32, 20, 47, 0.78); }

@font-face {
  font-family: 'Bahnschrift';
  src: url(../fonts/Bahnschrift_Bold_Italic.woff2) format("woff2"), url(../fonts/Bahnschrift_Bold_Italic.woff) format("woff"); }

@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"); }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            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); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            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 {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    transform: scale(1.1); } }

@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 {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none; }

@-webkit-keyframes loading {
  0% {
    width: 0%; }
  100% {
    width: 50%; } }

@keyframes loading {
  0% {
    width: 0%; }
  100% {
    width: 50%; } }

@-webkit-keyframes loadingMobile {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@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: 0.75em;
  vertical-align: -0.0667em; }

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

.fa-sm {
  font-size: 0.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 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.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: 0.3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.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% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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

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

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

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

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

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

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: 2em;
  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: '\f091'; }

.fa-flag-checkered:before {
  content: '\f11e'; }

.fa-medal:before {
  content: '\f5a2'; }

.fa-clock:before {
  content: '\f017'; }

.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';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  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';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  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';
  font-weight: 900; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    display: block;
    font-size: 14px;
    font-size: 0.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;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.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, .race-card h1, .race-card .race-title .race-countdown .countdown, .stats-container .number ~ p, .hero-sub-section .sub-section-title, .partners-footer-slider-container h2, #explore-navigation-content .explore-navigation--left .content h2, #explore-navigation-content .explore-navigation--right .content h2, .testimonial-content, .alm-reveal h2,
.alm-listing h2,
.races-grid h2 {
  font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

h1,
.font-main-header,
.growing-media header h2 {
  font-family: "ZuumeCut-ExtraBoldItalic", -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: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400; }

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


.font-main-header,
.growing-media header h2 {
  font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  padding: 1em 15px; }

.font-main-header.over-media, .growing-media header h2.over-media {
  font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1.2;
  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; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
* {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0; }

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

#page {
  background-color: #06084D; }

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, 0.3); }

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

.arrow-list {
  padding-left: 15px;
  list-style: none; }
  .arrow-list li {
    margin-bottom: 6px;
    line-height: 1.5;
    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: 0.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 {
    -webkit-animation: fadeInLeft;
            animation: fadeInLeft;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            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 0.1s ease-in-out;
  border-radius: 6px;
  background-color: #e61c3d;
  margin-left: 15px; }
  .view-more:hover {
    text-decoration: none;
    background-color: transparent;
    transition: background-color 0.1s ease-in-out; }
  .view-more.btn-simple {
    display: inline-flex;
    margin: 1em auto 2em;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.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: #e61c3d;
    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: #e61c3d;
  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; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0); }
  #masthead.active, #masthead.stuck {
    background-color: #050835;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); }
  #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: -999px; }
          #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: 0px 0px 10px 0px rgba(0, 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: #e61c3d; }
      #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: #e61c3d;
            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: #20142f;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  transition: top 0.3s ease-in-out; }
  #mobile-modal.active,
  #hamburger-modal.active {
    top: 0;
    transition: top 0.3s ease-in-out; }
    #mobile-modal.active .mobile-logo,
    #hamburger-modal.active .mobile-logo {
      text-align: center;
      margin: 1em auto; }
      #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: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5;
    letter-spacing: 1px; } }

#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: 0.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 0.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 0.2s ease-in-out; }
  #masthead #site-navigation .menu-main-menu-container ul.sub-menu.active li:hover {
    width: 40vw;
    transition: width 0.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 0.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 0.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 0.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 0.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 0.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 0.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 0.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;
  line-height: 1.5;
  padding: 0 15px;
  font-family: "ZuumeCut-ExtraBoldItalic", -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, 0.5);
  transition: background-color 0.2s ease-in-out;
  position: absolute; }

@-webkit-keyframes loadInEffect {
  0% {
    height: 0vh;
    opacity: 0; }
  100% {
    height: 100vh;
    opacity: 1; } }

@keyframes loadInEffect {
  0% {
    height: 0vh;
    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 {
  -webkit-animation: loadInEffect 0.3s linear;
          animation: loadInEffect 0.3s linear;
  -webkit-animation-fill-mode: both;
          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 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.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 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.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 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.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 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.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; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#wpadminbar {
  z-index: 9999999999; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page.has-overlay:after {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 0; }

.single-post .hero-image {
  position: relative; }
  .single-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 {
    padding: 0 15px;
    text-shadow: 5px 4px 9px #000; }
  .single-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 {
    font-size: 48px;
    line-height: 1.3;
    font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-shadow: 5px 4px 9px #000;
    max-width: 610px; }
  .single-post .hero-image .btn-arrow {
    margin: 0 auto; }
    .single-post .hero-image .btn-arrow span {
      left: 50%; }
      @media only screen and (min-width: 1200px) {
        .single-post .hero-image .btn-arrow span {
          left: 42%; } }
  .single-post .hero-image .post-thumbnail.overlay img {
    display: table;
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover; }

.single-post .post-header {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 100%; }
  .single-post .post-header .post-header-content {
    max-width: 1230px;
    margin: auto;
    padding-left: 10rem;
    padding-top: 5rem; }
  .single-post .post-header h1 {
    line-height: 1;
    margin: 1rem 0;
    padding: 0; }
  .single-post .post-header .post-category {
    color: #e61c3d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }

.single-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 {
      padding: 2em 4rem; } }
  .single-post .entry-content > .share-on-social-media {
    justify-content: left;
    margin-left: 6rem; }
    .single-post .entry-content > .share-on-social-media p {
      margin-left: 0; }
  .single-post .entry-content .post-date {
    font-size: 14px;
    margin-top: -2rem;
    margin-left: 6rem; }
  .single-post .entry-content figure.p-with-image {
    width: 100% !important; }
  .single-post .entry-content p:not(.red-title) {
    margin: 1em auto;
    position: relative;
    font-size: 1.111rem;
    line-height: 1.778rem;
    max-width: 900px; }
    .single-post .entry-content p:not(.red-title) a {
      color: #fff; }
    .single-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) {
      position: relative;
      text-align: center;
      font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 20px;
      padding: 15px;
      line-height: 1.5;
      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 {
        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 {
        top: -0.5em; }
      .single-post .entry-content p:not(.red-title):first-of-type:not(.red-title):after {
        bottom: -0.5em; }
  .single-post .entry-content blockquote {
    text-align: center;
    margin-top: calc(95px + 1em);
    position: relative; }
    .single-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 {
      content: none !important; }
  .single-post .entry-content iframe {
    min-height: 576px; }

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

article.type-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 p:not(.red-title) {
    margin: 1em auto;
    position: relative;
    line-height: 1.7; }
    .plain-text p:not(.red-title):first-of-type:not(.red-title) {
      position: relative;
      text-align: center;
      font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 20px;
      padding: 15px;
      line-height: 1.5;
      margin: 5rem auto; }
      .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, .company .growing-media header h2.over-media, .growing-media header .company h2.over-media,
  .company .growing-media header h2.over-media,
  .careers .font-main-header.over-media,
  .careers .growing-media header h2.over-media,
  .growing-media header .careers h2.over-media,
  .careers .growing-media header h2.over-media {
    font-size: 50px;
    line-height: 1.3; } }

.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: red;
  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: 0.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: #e61c3d;
  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: #e61c3d; }

.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;
    line-height: 1.3; }
    .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-weight: 900;
    font-size: 36px;
    color: #fff;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    margin-bottom: 15px; }

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

.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: #e61c3d;
  text-transform: uppercase;
  font-family: "ZuumeCut-ExtraBoldItalic", -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: #e61c3d;
    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: #e61c3d;
    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-weight: 900;
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .speakers-container .main-width p {
      font-size: 20px;
      line-height: 1.3;
      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;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         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: #e61c3d; }

.events-schedule-container {
  max-width: 1200px;
  margin: 30px auto;
  padding: 120px 15px 30px; }
  .events-schedule-container .main-width h2 {
    font-weight: 900;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .events-schedule-container .main-width p {
    font-size: 20px;
    line-height: 1.3;
    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: #e61c3d;
            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: #e61c3d;
          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;
        -o-object-fit: cover;
           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;
      border-radius: 16px; }
    .events-schedule-container .schedule-tree .schedule-content {
      margin: auto 30px; }
    .events-schedule-container .schedule-tree h3 {
      font-size: 20px;
      color: #e61c3d;
      line-height: 1.3; }
      @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;
          line-height: 1.5; } }
    .events-schedule-container .schedule-tree .over-title {
      text-transform: uppercase;
      font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 14px;
      margin-bottom: 10px; }
      @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;
      line-height: 1.3; }
  .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: 0px;
    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;
    line-height: 1.3; }
  .new-registration .paragraph-2 {
    font-size: 32px;
    line-height: 1.5;
    color: #e61c3d;
    font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 15px auto -15px; }
  .new-registration .paragraph-3 {
    line-height: 1.3;
    font-size: 11px;
    color: #6c5959;
    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%;
      -o-object-fit: contain;
         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 {
  padding: 15px;
  background-color: #20142f;
  text-transform: uppercase;
  display: flex;
  justify-content: center; }
  .menu-ids a {
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-family: "ZuumeCut-ExtraBoldItalic", -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;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       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, 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 0.5em; }
    .speaker-bio-container .speaker-bio h3 {
      font-size: 12px;
      margin-bottom: 30px;
      color: #e61c3d; }
    .speaker-bio-container .speaker-bio .bio {
      line-height: 1.5; }
      .speaker-bio-container .speaker-bio .bio p {
        margin-bottom: 1em; }
  .speaker-bio-container .close {
    color: #e61c3d;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer; }
  .speaker-bio-container .bio-social-media {
    display: flex;
    justify-content: left;
    margin-left: -15px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#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-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 .principle-partners,
  #colophon .logos-partners .official-partners,
  #colophon .logos-partners .technical-partners,
  .mobile-footer .logos-partners .principle-partners,
  .mobile-footer .logos-partners .official-partners,
  .mobile-footer .logos-partners .technical-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 .principle-partners img,
    #colophon .logos-partners .official-partners img,
    #colophon .logos-partners .technical-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 .principle-partners img,
    .hamburger-footer .logos-partners .official-partners img,
    .hamburger-footer .logos-partners .technical-partners img {
      margin: 15px 30px;
      max-width: 110px;
      -webkit-filter: opacity(0.5) brightness(0) invert(1);
              filter: opacity(0.5) brightness(0) invert(1); }
      #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 .principle-partners img:hover,
      .mobile-footer .logos-partners .official-partners img:hover,
      .mobile-footer .logos-partners .technical-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 {
        -webkit-filter: opacity(1);
                filter: opacity(1); }
      @media only screen and (min-width: 576px) {
        #colophon .logos-partners .principle-partners img,
        #colophon .logos-partners .official-partners img,
        #colophon .logos-partners .technical-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 .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 .principle-partners img,
        #colophon .logos-partners .official-partners img,
        #colophon .logos-partners .technical-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 .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: 0px;
    z-index: 99;
    padding: 15px;
    background-color: #050835;
    border-radius: 50%;
    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: 0.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: white;
      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: white; }

.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: #e61c3d;
      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 .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 .principle-partners,
      .logos-partners.logos-partners-content .official-partners,
      .logos-partners.logos-partners-content .technical-partners {
        display: flex; } }
    .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%;
      -webkit-filter: opacity(0.5) brightness(0) invert(1);
              filter: opacity(0.5) brightness(0) invert(1); }
      .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 {
        -webkit-filter: opacity(1);
                filter: opacity(1); }
  .logos-partners.logos-partners-content .main-partner {
    position: absolute;
    left: calc(50% - 115px);
    transform: translateY(-50%);
    top: 0px;
    z-index: 99;
    padding: 15px;
    background-color: #050835;
    border-radius: 50%;
    margin: auto; }

p.hashtag {
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 2rem; }

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;
  line-height: 1.5;
  opacity: 0.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; }

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.featured-articles {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }
  .featured-articles #slideshow {
    margin: 0 auto;
    position: relative;
    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;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .featured-articles .featured-category {
    padding-left: 15px;
    margin-bottom: 1rem;
    color: #e61c3d;
    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: 0.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: #e61c3d;
    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: 78px;
      line-height: 1; }
  .featured-articles .slide-thumbnail video {
    -o-object-fit: cover;
       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 {
    margin: 0 auto;
    font-size: 28px;
    line-height: 1.3; }
    .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: 0.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;
        margin-bottom: 1rem; }
  .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; }

.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 {
    font-size: 24px;
    background: #d93a40;
    color: white;
    width: 100px;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .standings .team-standings th.font-weight-semibold.arrow-shape {
        -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
                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: white; }
    @media only screen and (min-width: 768px) {
      .standings .team-standings .arrow-shape-reverse {
        -webkit-clip-path: polygon(25% 0%, 100% 0%, 110% 100%, 25% 100%, 0% 50%);
                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: 0.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: 0.5em 0.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: 0.5em;
    border-bottom: 3px solid #20142f; }
  .leaderboard-social-media .view-more {
    margin: 0 auto;
    background-color: #e61c3d; }
    .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: 0.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: #e61c3d; }
  .share-on-social-media svg:hover path {
    stroke: #e61c3d; }
  .share-on-social-media .red-title {
    font-size: 14px;
    margin: 0.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: 0.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, 0.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 0.3s ease-in-out, height 0.3s ease-in-out; }
        .single-car .car-image-with-pins .car-image .pin .svg-icon.active {
          width: 36px;
          height: 36px;
          transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
          -webkit-animation: none;
                  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; }
            @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, 0.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: #e61c3d;
    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 {
    border-bottom: none;
    background-color: rgba(32, 20, 47, 0.78);
    color: #fff;
    text-align: left;
    display: block;
    max-width: 20%;
    flex: 1 1 20%; }
    .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;
        line-height: 1.3; }

.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: #e61c3d; }
  .single-car .previous-cars-menu ul li a {
    display: block;
    padding: 0.5em 0.5em 0.3em;
    margin: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-family: "ZuumeCut-ExtraBoldItalic", -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: #e61c3d;
      transform: translateY(-50%);
      font-size: 32px; }
  .car-media-menu ul a {
    display: block;
    padding: 1em;
    font-size: 18px;
    font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #fff; }
    .car-media-menu ul a.active, .car-media-menu ul a:hover {
      color: #e61c3d; }

@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;
    line-height: 1.5;
    font-family: "ZuumeCut-ExtraBoldItalic", -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: #e61c3d;
    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%;
      -o-object-fit: cover;
         object-fit: cover;
      cursor: nesw-resize;
      height: 230px;
      -o-object-position: top;
         object-position: top;
      transform: scale(1);
      transition: transform 0.2s ease-in-out; }
      .car-gallery .slider div:not(.modal-img):not(.image-info) img:hover {
        transform: scale(1.1);
        transition: transform 0.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: black; }
    .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: #e61c3d;
      cursor: pointer;
      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 0.5em;
  border-radius: 6px;
  border-bottom: none;
  background-color: rgba(32, 20, 47, 0.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: #e61c3d; }
    .stats-container .number ~ p {
      font-size: 24px;
      line-height: 1.3;
      margin-bottom: 0; }

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: #e61c3d;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 0.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.778rem; }
  .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: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 78px;
      font-weight: 900;
      color: #e61c3d; }
      @media only screen and (min-width: 768px) {
        .driver-info .car-driver .car-number {
          font-family: "ZuumeCut-ExtraBoldItalic", -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: 78px;
      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: 0.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: 0.1em;
    padding-left: 15px; }
    @media only screen and (min-width: 768px) {
      .hero-sub-section h2 {
        font-family: "ZuumeCut-ExtraBoldItalic", -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;
      line-height: 1.5; }
    .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: 0.5em;
    padding-top: 0.5em; }
    @media only screen and (min-width: 768px) {
      .career-cards-container h2 {
        font-family: "ZuumeCut-ExtraBoldItalic", -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;
    -o-object-fit: cover;
       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 {
    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; }
  .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;
    -o-object-fit: cover;
       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: #e61c3d;
      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: 0.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;
  -o-object-fit: cover;
     object-fit: cover; }

.slider-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.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;
    -webkit-filter: brightness(0);
            filter: brightness(0);
    margin: 1em 0 2em; }
  .slider-content p {
    margin-bottom: 1em;
    line-height: 1.5; }

.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: 0.5em; }
    .partner-list .partner-link:hover img {
      -webkit-filter: brightness(1);
              filter: brightness(1); }
    .partner-list .partner-link img {
      -webkit-filter: brightness(0.8);
              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;
      -o-object-fit: cover;
         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;
        line-height: 1.3; }
      #explore-navigation-content .explore-navigation--left .content p, #explore-navigation-content .explore-navigation--right .content p {
        margin-bottom: 1em;
        line-height: 1.5; }

.testimonial {
  margin-bottom: -170px; }
  .testimonial.featured-image img {
    -o-object-position: top;
       object-position: top; }

.testimonial-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  line-height: 1.1;
  width: 100%;
  max-width: calc(100% - 30px);
  margin: auto;
  font-size: 20px;
  line-height: 1.5;
  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: #e61c3d;
    font-size: 20px;
    margin: 0.5em 0.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: 0.4em;
      height: 1px;
      border-top: 1px solid #e61c3d; }

.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, 0.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: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 60px;
        font-weight: 600;
        margin-bottom: 0.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: #e61c3d;
    font-weight: 600;
    padding-bottom: 0.5em; }
  .promo-card .promo-title {
    font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 78px;
    font-weight: 600;
    color: #20142f;
    padding: 0 15px;
    line-height: 60px;
    max-width: 480px;
    margin: 0.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: #e61c3d;
    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;
  line-height: 1.3; }

.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, 0.16);
  transition: all 0.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; }
  .alm-reveal .news-card .red-title,
  .alm-listing .news-card .red-title,
  .races-grid .news-card .red-title {
    padding: 0.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: #e61c3d;
      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;
  -o-object-fit: cover;
     object-fit: cover;
  display: table; }

.alm-reveal .btn-arrow,
.alm-listing .btn-arrow,
.races-grid .btn-arrow {
  margin-bottom: 21px;
  margin-top: -18px; }

.alm-reveal .the-excerpt,
.alm-listing .the-excerpt,
.races-grid .the-excerpt {
  padding: 15px 0; }
  @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: "ZuumeCut-ExtraBoldItalic", -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: #e61c3d; }

#races-grid .section-title {
  font-size: 40px;
  text-align: left;
  margin: 60px auto 30px; }

#races-grid .article-content h2 {
  font-size: 28px;
  line-height: 1.1; }
  #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;
    line-height: 1.2;
    margin-top: 1rem; }
    #races-grid .article-content h2 div span.date-card {
      margin-top: 5px;
      display: block;
      font-size: 15px;
      line-height: 1.2; }

.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: #e61c3d !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;
      background-color: #e61c3d;
      padding: 1rem;
      padding: 12px 3px 8px 7px;
      border-radius: 50%;
      border: none;
      transform: rotate(180deg) translateY(-50%);
      cursor: pointer;
      background-color: #e61c3d;
      z-index: 9; }
      .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: #e61c3d;
      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;
      -o-object-fit: cover;
         object-fit: cover; }
    .races-grid .has-video .red-title {
      text-align: center;
      color: #e61c3d; }
    .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: 0.5em 0 0;
    font-size: 32px; }
    .races-grid h2 div {
      color: #e61c3d;
      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: 0.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: 0.5em 1em;
      background-color: rgba(230, 28, 61, 0.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, 0.7);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 0;
  padding-top: 0; }

.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: 30px; }

.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: 0px 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;
          line-height: 1.5; }
    #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: #e61c3d;
        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 {
    color: #fff !important;
    font-weight: bold;
    padding: 0 15px !important;
    text-transform: uppercase;
    font-family: "ZuumeCut-ExtraBoldItalic", -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: #e61c3d !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: #e61c3d;
  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: #e61c3d; }
  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;
    line-height: 1;
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      .new-race-banner .column-1 h2 {
        font-family: "ZuumeCut-ExtraBoldItalic", -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;
      line-height: 1.2; }
      @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%;
    -o-object-fit: contain;
       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%);
    -o-object-fit: contain;
       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, 0.16); }
  .event-selector select {
    width: 100%;
    max-width: 320px;
    margin: auto;
    padding: 0.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: #e61c3d;
    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 #e61c3d;
    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: #e61c3d;
      font-weight: 600; }
    div[id^='key-events-'] .event-slide .slide-content h3 {
      font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 20px;
      max-width: 400px;
      margin: 0.5em 0 1em;
      line-height: 1.3;
      color: #20142f; }
    div[id^='key-events-'] .event-slide .slide-content img {
      position: relative;
      width: 100%;
      max-width: 600px;
      height: 300px;
      -o-object-fit: cover;
         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: 0.5;
  transform: scale(0.7);
  transition: all 0.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;
  background-color: #e61c3d;
  padding: 1rem;
  padding: 12px 3px 8px 7px;
  border-radius: 50%;
  border: none;
  transform: rotate(180deg) translateY(-50%);
  cursor: pointer;
  background-color: #e61c3d;
  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: #e61c3d;
  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: 78px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
    margin-bottom: 0.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: #e61c3d;
      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 {
    line-height: 1.5;
    padding: 1em; }
  .column-box img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover; }
  .column-box .content-box {
    margin: 1em;
    background-color: #180B2E;
    border-radius: 6px; }
    @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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     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, 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: #e61c3d; }

.modal-grid h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 1.5; }
  .modal-grid h2 div {
    font-size: 15px;
    color: #e61c3d;
    line-height: 1.5;
    margin-top: 0.5rem;
    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;
      position: relative;
      transition: width 0.2s ease-in-out;
      position: relative; }
      .hover-info ul li:hover {
        width: 40vw;
        transition: width 0.2s ease-in-out; }
      .hover-info ul li img {
        height: 100vh;
        -o-object-fit: cover;
           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; }
        .hover-info ul li .hover-item p {
          line-height: 1.5; }

.single-featured-article {
  position: relative;
  overflow: hidden;
  margin: 60px auto -171px; }
  .single-featured-article:hover .single-featured-img {
    transform: scale(1.2);
    transition: transform 0.9s ease-in-out; }
  .single-featured-article a {
    text-decoration: none;
    color: #fff;
    overflow: hidden; }
  .single-featured-article .badge {
    text-align: center;
    padding: 0.5em;
    background-color: rgba(0, 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;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: transform 0.9s ease-in-out; }
  .single-featured-article .title {
    margin-top: auto;
    margin-bottom: 1rem; }
    .single-featured-article .title h2 {
      font-family: "ZuumeCut-ExtraBoldItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 45px;
      line-height: 1.1;
      text-transform: uppercase;
      max-width: 700px; }
  .single-featured-article .subtitle {
    max-width: 700px;
    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: 0.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: #e61c3d; }
  .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: 0.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 0.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: #e61c3d; }
  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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: table;
  transform: scale(1);
  transition: transform 0.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, 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;
    line-height: 1.3; }
  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: 0.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: #e61c3d;
    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.778rem; }
    .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%;
    line-height: 1.5;
    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;
      -o-object-fit: cover;
         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(#06084D, transparent);
    margin-bottom: -60px; }
  .scrolling-media:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #06084D);
    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 {
      -o-object-fit: cover;
         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: #06084D;
      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: #06084D;
        position: absolute;
        top: 0;
        right: 100%; }
      .scrolling-media .overlay-text .image-wrap:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #06084D;
        position: absolute;
        top: 0;
        left: 100%; }
      .scrolling-media .overlay-text .image-wrap img {
        display: block; }

.account-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px; }

.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 0.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, 0.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: #e61c3d; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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, 0.78);
    z-index: -1; }
  .overlay:before {
    z-index: 1;
    background-color: rgba(0, 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%;
    -o-object-fit: cover;
       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 0.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 {
      line-height: 1.3;
      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%;
    -o-object-fit: cover;
       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 {
      text-align: left;
      padding: 0 0 1rem;
      font-size: 45px;
      max-width: 600px;
      margin: 0; }
    .growing-media header p {
      max-width: 600px;
      font-size: 20px; }

.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;
      -o-object-fit: cover;
         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;
      line-height: 1;
      font-size: 78px; }
  .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: #e61c3d; }

.featured-posts .slick-list {
  overflow-y: inherit; }

.featured-posts-slides.slick-slide.slick-current.slick-active .loading-slide {
  position: absolute;
  top: 0;
  left: 0px;
  width: 0%;
  max-width: 100%;
  height: 5px;
  z-index: 99;
  background-color: #e61c3d;
  -webkit-animation: loadingMobile;
          animation: loadingMobile;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  @media only screen and (min-width: 1200px) {
    .featured-posts-slides.slick-slide.slick-current.slick-active .loading-slide {
      -webkit-animation-name: loading;
              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, 0.5);
  transition: background-color 0.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: #e61c3d;
    transition: background-color 0.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;
        -o-object-fit: contain;
           object-fit: contain;
        background-color: rgba(0, 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 h1 {
      line-height: 1.3; }
    .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: #e61c3d; }

.plyr--full-ui input[type='range'] {
  color: #e61c3d; }

.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; }

/*--------------------------------------------------------------
# mobile
--------------------------------------------------------------*/
img.foreground-img.mobile-img {
  display: none; }

@media screen and (max-width: 667px) {
  #masthead .site-branding {
    margin-left: 0; }
  .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;
    line-height: 1.5; }
  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,
  .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-post .hero-image .growing-media header h2.entry-title.over-media, .growing-media header .single-post .hero-image h2.entry-title.over-media,
  .event-slider h2,
  div[id^='key-events-'] .event-slide .year {
    font-size: 25px;
    line-height: 1.5; }
  .single-post .entry-content .post-date,
  .single-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) {
    font-size: 18px; }
  .single-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) {
    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: 0rem !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: 20px; }
  .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;
    line-height: 1.5; }
  .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 {
    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 {
    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 {
    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, .featured-articles .growing-media header h2.over-media, .growing-media header .featured-articles h2.over-media,
  .growing-media.centred header h2,
  .growing-media header h2 {
    font-size: 40px !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),
  .plain-text p:not(.red-title):first-of-type:not(.red-title) {
    font-size: 14px; } }

/*--------------------------------------------------------------
# Survey
--------------------------------------------------------------*/
.survey-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;
  padding-top: 140px; }
  .survey-wrapper .survey-result {
    width: 50%;
    background-color: #050835;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .survey-wrapper .survey-result:after {
      display: block;
      content: "";
      width: 100px;
      height: 100%;
      position: absolute;
      right: 0;
      background: linear-gradient(to right, transparent, #06084D); }
    .survey-wrapper .survey-result .survey-result-content {
      text-align: center; }
      .survey-wrapper .survey-result .survey-result-content .result {
        display: flex;
        align-items: flex-end; }
      .survey-wrapper .survey-result .survey-result-content .result-unit {
        font-size: 40px; }
  .survey-wrapper .survey-options-slider {
    width: 100%; }
  .survey-wrapper .survey-options {
    width: 50%;
    background-color: #06084D;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .survey-wrapper .survey-options .slick-slide {
      outline: none; }
    .survey-wrapper .survey-options .survey-question {
      margin-bottom: 30px;
      text-align: center; }
    .survey-wrapper .survey-options .survey-answers {
      display: flex;
      justify-content: center; }
      .survey-wrapper .survey-options .survey-answers .survey-select-answer {
        margin: 0 15px;
        padding: 20px;
        border: 2px solid #e61c3d;
        cursor: pointer; }
        .survey-wrapper .survey-options .survey-answers .survey-select-answer.selected-answer {
          background-color: #e61c3d; }
    .survey-wrapper .survey-options .survey-nav {
      display: flex;
      justify-content: space-between;
      width: calc(100% - 60px);
      padding: 30px; }
      .survey-wrapper .survey-options .survey-nav .survey-nav-control {
        cursor: pointer; }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIvY3NzL2FwcC5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/