@charset "UTF-8";
@media print {
  /*	========================================================================== */
  /*    	UNIVERSAL SET UP FILES
/*	========================================================================== */
  /*	========================================================================== */
  /*    	RESET based on git.io/normalize
/*	========================================================================== */
  /*	========================================================================== */
  /*		RESET : HTML5 display definitions
/*	========================================================================== */
  /*	Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section,
  summary {
    display: block; }
  /*	Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  /*	Prevents modern browsers from displaying `audio` without controls. */
  /*	emove excess height in iOS 5 devices. */
  audio:not([controls]) {
    display: none;
    height: 0; }
  /*	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4. */
  /*	Known issue: no IE 6 support. */
  [hidden] {
    display: none; }
  /*	========================================================================== */
  /*		RESET : Base
/*	========================================================================== */
  *,
  *:after,
  *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; }
  /* fix for IE10 snap-mode http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ */
  @-ms-viewport {
    width: device-width; }
  /*	Addresses margins handled incorrectly in IE 6/7. */
  /*	Prevents iOS text size adjust after orientation change, without disabling user zoom. */
  body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }
  /*	========================================================================== */
  /*		RESET : Links
/*	========================================================================== */
  /*	Addresses `outline` inconsistency between Chrome and other browsers. */
  a:focus {
    outline: thin dotted; }
  /*	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
  b,
  strong {
    font-weight: bold; }
  /*	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }
  /*	Improves readability of pre-formatted text in all browsers. */
  pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  /*	Prevents `sub` and `sup` affecting `line-height` in all browsers. */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  sup {
    top: -0.5em; }
  sub {
    bottom: -0.25em; }
  /*	========================================================================== */
  /*		RESET : Lists
/*	========================================================================== */
  /*	Addresses margins set differently in IE 6/7. */
  dl,
  menu,
  ol,
  ul {
    margin: 0;
    padding: 0; }
  ul,
  ol {
    list-style: none;
    list-style-image: none; }
  /*	========================================================================== */
  /*		RESET : Embedded content
/*	========================================================================== */
  /*	1. emoves border when inside `a` element in IE 6/7/8/9 and Firefox 3. */
  /*	2. Improves image quality when scaled in IE 7. */
  img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */ }
  /*	Corrects overflow displayed oddly in IE 9. */
  svg:not(:root) {
    overflow: hidden; }
  /*	========================================================================== */
  /*		RESET : Figures
/*	========================================================================== */
  /*	Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
  figure {
    margin: 0; }
  /*	========================================================================== */
  /*		RESET : Forms
/*	========================================================================== */
  /*	Corrects margin displayed oddly in IE 6/7. */
  form {
    margin: 0; }
  /*	Define consistent border, margin, and padding. */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  /*	1. Corrects color not being inherited in IE 6/7/8/9. */
  /*	2. Corrects text not wrapping in Firefox 3. */
  /*	3. Corrects alignment displayed oddly in IE 6/7. */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */ }
  /*	1. Corrects font size not being inherited in all browsers. */
  /*	2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. */
  /*	3. Improves appearance and consistency in all browsers. */
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */ }
  /*	Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
  button,
  input {
    line-height: normal; }
  /*	1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. */
  /*	2. Corrects inability to style clickable `input` types in iOS. */
  /*	3. Improves usability and consistency of cursor style between image-type `input` and others. */
  /*	4. emoves inner spacing in IE 7 without affecting normal text inputs. */
  /*	Known issue: inner spacing emains in IE 6. */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */ }
  /*	Re-set default cursor for disabled elements. */
  button[disabled],
  input[disabled] {
    cursor: default; }
  /*	1. Addresses box sizing set to content-box in IE 8/9. */
  /*	2. emoves excess padding in IE 8/9. */
  /*	3. emoves excess padding in IE 7. */
  /*	Known issue: excess padding emains in IE 6. */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */ }
  /*	1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */ }
  /*	emoves inner padding and search cancel button in Safari 5 and Chrome on OS X. */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  /*	emoves inner padding and border in Firefox 3+. */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  /*	1. emoves default vertical scrollbar in IE 6/7/8/9. */
  /*	2. Improves readability and alignment in all browsers. */
  textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }
  /*	========================================================================== */
  /*		RESET : Tables
/*	========================================================================== */
  /*	emove most spacing between table cells. */
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  /*	========================================================================== */
  /*    	Variables
/*	========================================================================== */
  /* BREAKPOINTS */
  /* COLOURS */
  /* LOGO */
  /*	========================================================================== */
  /*    	Mixins
/*	========================================================================== */
  /* LAYOUT */
  html,
  button,
  input,
  select,
  textarea {
    color: #ddd; }
  html {
    font-size: 100%; }
  body {
    font-family: Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: #f6f5f4;
    padding-top: 75px; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    body {
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr 1px) 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        body {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr 1px) minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        body {
          grid-template-columns: 1fr 1px repeat(4, 260px 1px) 1fr; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  ::selection {
    background: #CFEDFF;
    text-shadow: none; }
  img {
    display: block;
    max-width: 100%; }
  p {
    margin: 0 0 1em; }
  a {
    color: #b91316;
    text-decoration: none;
    outline: none; }
    a:hover, a:focus, a:active {
      color: #00315c;
      text-decoration: underline;
      text-decoration-skip: ink;
      outline: none; }
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em; }
  /*	========================================================================== */
  /*    	GENERAL HELPERS
/*	========================================================================== */
  /*	Micro clearfix, as per: nicolasgallagher.com/micro-clearfix-hack */
  .cf {
    zoom: 1; }
  .cf:before,
  .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }
  /*	Image replacement */
  .ir {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  /*	Showing and hiding */
  .hidden {
    display: none !important;
    visibility: hidden; }
  .visuallyhidden, .footerSocial a span, .headerSocial a span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .visuallyhidden.focusable:active, .footerSocial a span.focusable:active, .headerSocial a span.focusable:active,
  .visuallyhidden.focusable:focus,
  .footerSocial a span.focusable:focus,
  .headerSocial a span.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
  .undo-visuallyhidden, .social-text {
    clip: auto;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto; }
  .invisible {
    visibility: hidden; }
  .no-break {
    white-space: nowrap; }
  /*	========================================================================== */
  /*    	UNIVERSAL
/*	========================================================================== */
  .bodyLine1,
  .bodyLine2,
  .bodyLine3,
  .bodyLine4,
  .bodyLine5 {
    display: none; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .bodyLine1,
    .bodyLine2,
    .bodyLine3,
    .bodyLine4,
    .bodyLine5 {
      display: block;
      grid-row: 1 / span 3;
      background-color: #e8e7e3; }
    .bodyLine1 {
      grid-column: 2 / span 1; }
    .bodyLine2 {
      grid-column: 4 / span 1; }
    .bodyLine3 {
      grid-column: 6 / span 1; }
    .bodyLine4 {
      grid-column: 8 / span 1; }
    .bodyLine5 {
      grid-column: 10 / span 1; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		FORMS
/*	========================================================================== */
  /*	========================================================================== */
  /*    	THIRD PARTY
/*	========================================================================== */
  /*	========================================================================== */
  /*    	MODULES
/*	========================================================================== */
  /*	========================================================================== */
  /*		ABOUT
/*	========================================================================== */
  main-about {
    width: 100%; }
  [class^="aboutLine"] {
    display: none; }
  .about-title {
    background-color: #a21113;
    background-image: url("/images/duo-about.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 75px); }
  .about-title .inner {
    max-width: 40em;
    padding: 2rem 1.5rem;
    margin: 0 auto; }
  .about-title h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    color: #fff;
    margin: 0; }
  .about-intro {
    background-color: #fff; }
  .about-intro .inner {
    max-width: 40em;
    padding: 1.5rem;
    margin: 0 auto; }
  .about-intro p {
    font-size: 1.25em;
    font-weight: 700;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto; }
    .about-intro p:last-child {
      margin-bottom: 0; }
  .about-txt .inner {
    max-width: 40rem;
    padding: 1.5rem 1.5rem 3rem;
    margin: 0 auto; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .about {
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .about {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .about {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    [class^="aboutLine"] {
      display: block;
      grid-row: 1 / span 1;
      background-image: linear-gradient(to top, rgba(203, 21, 24, 0) 5em, #cb1518 15em);
      z-index: 1; }
    .aboutLine1 {
      grid-column: 2 / span 1; }
    .aboutLine2 {
      grid-column: 7 / span 1; }
    .aboutLine3 {
      grid-column: 12 / span 1; }
    .aboutLine4 {
      grid-column: 17 / span 1; }
    .aboutLine5 {
      grid-column: 22 / span 1; }
    .about-title {
      grid-column: 1 / span 23;
      grid-row: 1 / span 1; }
    .about-title .inner {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-content: flex-start;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .about-intro {
      grid-column: 1 / span 23; }
    .about-txt {
      grid-column: 1 / span 23; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		BIG BLOCK LINK
/*	========================================================================== */
  p.bigBlockLink {
    line-height: 1.5;
    background-color: #002647;
    margin: 0; }
  p.bigBlockLink a {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0.75em 1em; }
  p.bigBlockLink a svg {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    fill: currentcolor;
    float: right;
    margin-left: 1.5em;
    margin-right: 0.5em;
    transition: margin ease 0.2s; }
  p.bigBlockLink a:hover svg,
  p.bigBlockLink a:focus svg,
  p.bigBlockLink a:active svg {
    margin-right: 0; }
  /*	========================================================================== */
  /*		COPY
/*	========================================================================== */
  .copy .text {
    padding: 0 1em; }
  .copy .intro {
    padding: 0 1em; }
  .copy .intro p {
    font-size: 1.333em; }
  .copy figure {
    background-color: #fafaf9;
    margin: 1em 0; }
  .copy figure img {
    max-height: 36em;
    margin: 0 auto; }
  .copy figcaption {
    font-size: 0.875em;
    color: #888;
    padding: 0.5em 1.27em; }
  .copy h2 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1;
    color: #00315c;
    margin: 0.75em 0 0.25em; }
  .copy h3 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 1;
    color: #b91316;
    margin: 1em 0 0.33em; }
  .copy ul, .copy ol {
    margin: 1.5em 1em; }
  .copy ul {
    list-style: disc; }
  .copy ol {
    list-style: decimal; }
  .copy ul li,
  .copy ol li {
    margin-bottom: 0.5em; }
  .copy .videoWrap {
    margin: 2em 0; }
  .copy blockquote {
    position: relative;
    background-color: #f6f5f4;
    padding: 5em 1em 1.5em;
    margin: 1.5em 1em; }
  .copy blockquote:before {
    content: "“";
    font-size: 6em;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    background-color: #002647; }
  .copy blockquote p {
    font-size: 1.25em;
    margin: 0; }
  .copy blockquote cite {
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #00315c;
    display: block;
    margin: 1rem 0 0; }
  /*	========================================================================== */
  /*		ERROR
/*	========================================================================== */
  main-error {
    width: 100%; }
  .error-title {
    background-color: #a21113;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 75px); }
  .error-title {
    text-align: center; }
  .error-title .inner {
    max-width: 40em;
    padding: 2rem 1.5rem;
    margin: 0 auto; }
  .error-title h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    color: #fff;
    margin: 0 0 0.25em; }
  .error-title p {
    color: #fff;
    margin: 0; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .error {
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .error {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .error {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .error-title {
      grid-column: 1 / span 23;
      grid-row: 1 / span 1; }
    .error-title .inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      width: 100%;
      height: 100%; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		FOOTER
/*	========================================================================== */
  .pageFooter {
    background-color: #002647;
    padding: 1em 0 0; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .pageFooter {
      grid-column: 1 / span 11;
      grid-row: 3 / span 1;
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr 1px) 1.5em;
      grid-gap: 0;
      align-items: center;
      z-index: 2; }
      @media screen and (min-width: 960px) {
        .pageFooter {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr 1px) minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .pageFooter {
          grid-template-columns: 1fr 1px repeat(4, 260px 1px) 1fr; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		FOOTER : LOGO
/*	========================================================================== */
  .footerlogo img {
    display: block;
    width: 106px;
    height: 43.46px;
    margin: 1em auto; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .footerlogo {
      grid-column: 1 / span 11; }
      @media screen and (min-width: 700px) {
        .footerlogo {
          grid-column: 3 / span 1; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		FOOTER : NAV
/*	========================================================================== */
  .footerNav {
    text-align: center; }
  .footerNav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto; }
  .footerNav ul li {
    display: inline-block; }
  .footerNav ul li a {
    font-family: "be-akzidenz-grotesk-extra-bold-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 0.5em;
    transition: all 0.2s ease; }
  .footerNav ul li a:hover,
  .footerNav ul li a:focus,
  .footerNav ul li a:active {
    color: HSL(207.8, 62.6%, 42%); }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .footerNav {
      grid-column: 1 / span 11; }
      @media screen and (min-width: 700px) {
        .footerNav {
          text-align: left;
          grid-column: 5 / span 3; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		FOOTER : SOCIAL
/*	========================================================================== */
  .footerSocial {
    text-align: center;
    margin: 0.5em 0; }
  .footerSocial li {
    display: inline-block;
    margin: 0.25em; }
  .footerSocial a {
    display: block;
    color: #fff;
    transition: all 0.2s ease; }
  .footerSocial a:hover,
  .footerSocial a:focus,
  .footerSocial a:active {
    color: HSL(207.8, 62.6%, 42%); }
  .footerSocial a svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .footerSocial {
      grid-column: 1 / span 11; }
      @media screen and (min-width: 700px) {
        .footerSocial {
          text-align: left;
          grid-column: 9 / span 3; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		FOOTER : CONTACT
/*	========================================================================== */
  .footerContact {
    text-align: center;
    background-color: #a21113;
    padding: 1em;
    margin-top: 1em; }
  .footerContact p {
    font-size: 0.875em;
    line-height: 1;
    color: #D59A9B;
    margin-bottom: 0; }
  .footerContact a {
    font-weight: 700;
    color: #fff; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .footerContact {
      grid-column: 1 / span 11; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		FOOTER : SMALLPRINT
/*	========================================================================== */
  .footerSmallprint {
    text-align: center;
    background-color: #00162E;
    padding: 1em; }
  .footerSmallprint p {
    font-size: 0.8125em;
    color: #6b7e8f;
    margin: 0; }
  .footerSmallprint p a {
    color: #6b7e8f;
    text-decoration: none; }
    .footerSmallprint p a:hover, .footerSmallprint p a:focus, .footerSmallprint p a:active {
      color: #fff; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .footerSmallprint {
      grid-column: 1 / span 11; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		GALLERY
/*	========================================================================== */
  ul.lightgallery {
    overflow: hidden;
    margin: 0 0 1em; }
  ul.lightgallery li {
    display: block;
    float: left;
    margin: 1px; }
  ul.lightgallery li a {
    display: block; }
  /*	========================================================================== */
  /*!		HEADER                                                                   */
  /*	========================================================================== */
  .pageHeader {
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 75px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    @media screen and (min-width: 700px) {
      .pageHeader {
        height: auto;
        grid-column: 1 / span 11;
        grid-row: 1 / span 1;
        max-width: 100%;
        display: grid;
        grid-template-columns: 1.5em 1px repeat(4, 1fr 1px) 1.5em;
        grid-gap: 0;
        align-items: center; } }
    @media screen and (min-width: 960px) {
      .pageHeader {
        grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr 1px) minmax(1.5rem, 7vw); } }
    @media screen and (min-width: 1200px) {
      .pageHeader {
        grid-template-columns: 1fr 1px repeat(4, 260px 1px) 1fr; } }
    @media screen and (min-width: 700px) {
      .pageHeader:after {
        content: "";
        display: block;
        background-color: #002647;
        grid-column: 9 / span 3;
        grid-row: 1 / span 1;
        height: 100%; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		LOGO                                                                     */
  /*	========================================================================== */
  .mainlogo {
    position: absolute;
    top: 15px;
    left: 27px;
    width: 106px;
    z-index: 6; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    @media screen and (min-width: 700px) {
      .mainlogo {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        padding: 1em 0;
        grid-column: 3 / span 1;
        grid-row: 1 / span 1;
        justify-self: start; } }
    @media screen and (min-width: 700px) {
      .mainlogo a {
        display: block;
        width: 121px;
        height: 50px; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		NAV                                                                      */
  /*	========================================================================== */
  /*  ===================================
    MAIN NAV : toggle                */
  .pageHeader input#nav-toggle,
  .pageHeader label.nav-toggle {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 27px;
    width: 44px;
    height: 44px;
    z-index: 15;
    overflow: hidden;
    opacity: 0; }
  .nav-toggle-indicator {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 27px;
    display: block;
    width: 44px;
    height: 44px;
    z-index: 10;
    background-color: #fff; }
  .nav-toggle-indicator span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background-color: #002647;
    border-radius: 2px;
    opacity: 1;
    left: 10px;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
  .nav-toggle-indicator span:nth-child(1) {
    top: 12px; }
  .nav-toggle-indicator span:nth-child(2),
  .nav-toggle-indicator span:nth-child(3) {
    top: 20px; }
  .nav-toggle-indicator span:nth-child(4) {
    top: 28px; }
  .pageHeader input#nav-toggle:checked ~ .nav-toggle-indicator span:nth-child(1),
  .pageHeader input#nav-toggle:checked ~ .nav-toggle-indicator span:nth-child(4) {
    top: 13px;
    width: 0%;
    right: 40px; }
  .pageHeader input#nav-toggle:checked ~ .nav-toggle-indicator span:nth-child(2) {
    transform: rotate(45deg); }
  .pageHeader input#nav-toggle:checked ~ .nav-toggle-indicator span:nth-child(3) {
    transform: rotate(-45deg); }
  /*  ===================================
    MAIN NAV : nav                   */
  .mainNav {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: calc(100vh - 155px);
    transition: all 0.1s ease;
    transform: scaleY(0);
    transform-origin: top;
    background-color: white; }
  .pageHeader input#nav-toggle:checked ~ nav {
    transform: scaleY(1); }
  .mainNav ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 2em 0; }
  .mainNav ul li {
    display: block; }
  .mainNav ul li a {
    font-family: "be-akzidenz-grotesk-extra-bold-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: #00315c;
    display: block;
    padding: 0.5em;
    transition: all 0.2s ease; }
  .mainNav ul li a:hover,
  .mainNav ul li a:focus,
  .mainNav ul li a:active,
  .mainNav ul li.current a {
    color: HSL(207.8, 62.6%, 42%); }
  /* •<><><><><><><>•
   | FLEX SUPPORT |
   •<><><><><><><>• */
  @supports (display: flex) {
    .mainNav ul {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      height: 100%;
      padding: 2em 0;
      margin: 0; } }
  /* •<><><><><><><><>•
   | END FLEX RULES |
   •<><><><><><><><>• */
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    @media screen and (min-width: 700px) {
      .mainNav {
        margin-left: 0;
        grid-column: 5 / span 4;
        grid-row: 1 /span 1;
        align-self: stretch;
        width: 100%; } }
    @media screen and (min-width: 700px) {
      .mainNav ul {
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0;
        align-items: center;
        justify-items: center;
        height: 60px;
        margin-top: 20px; } }
    @media screen and (min-width: 960px) {
      .mainNav ul {
        margin-top: 13px; } }
    @media screen and (min-width: 1200px) {
      .mainNav ul {
        display: flex;
        flex-direction: row;
        padding-right: 2em; } }
    @media screen and (min-width: 700px) {
      .mainNav ul li {
        display: block; } }
    @media screen and (min-width: 700px) {
      .mainNav ul li:nth-child(2),
      .mainNav ul li:nth-child(3),
      .mainNav ul li:nth-child(4) {
        align-self: flex-start; } }
    @media screen and (min-width: 1200px) {
      .mainNav ul li:nth-child(2),
      .mainNav ul li:nth-child(3),
      .mainNav ul li:nth-child(4) {
        align-self: center; } }
    @media screen and (min-width: 700px) {
      .mainNav ul li:nth-child(5),
      .mainNav ul li:nth-child(6),
      .mainNav ul li:nth-child(7) {
        align-self: flex-end; } }
    @media screen and (min-width: 1200px) {
      .mainNav ul li:nth-child(5),
      .mainNav ul li:nth-child(6),
      .mainNav ul li:nth-child(7) {
        align-self: center; } }
    @media screen and (min-width: 700px) {
      .mainNav ul li a {
        letter-spacing: -0.025em;
        padding: 0.25em 0; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*  ===================================
    HEADER SOCIAL                    */
  .headerSocial {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100vh - 80px);
    height: 80px;
    transition: all 0.1s ease;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 6;
    background-color: #002647; }
  .pageHeader input#nav-toggle:checked ~ .headerSocial {
    transform: scaleY(1); }
  .headerSocial li {
    display: inline-block;
    margin: 20px; }
  .headerSocial a {
    display: block;
    color: #fff;
    transition: all 0.2s ease; }
  .headerSocial a:hover,
  .headerSocial a:focus,
  .headerSocial a:active {
    color: HSL(207.8, 62.6%, 42%); }
  .headerSocial a svg {
    display: block;
    width: 40px;
    height: 40px;
    fill: currentColor; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    @media screen and (min-width: 700px) {
      .headerSocial {
        position: relative;
        right: auto;
        top: auto;
        height: auto;
        width: auto;
        padding: 15px 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        align-items: center;
        justify-items: center;
        grid-column: 9 / span 1;
        grid-row: 1 / span 1; } }
    @media screen and (min-width: 960px) {
      .headerSocial {
        display: flex;
        justify-content: center; } }
    @media screen and (min-width: 700px) {
      .headerSocial li {
        display: block;
        margin: 0; } }
    @media screen and (min-width: 960px) {
      .headerSocial li {
        flex-basis: 50px;
        flex-shrink: 1; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*  !  HOME : MAIN                                                             */
  /*	========================================================================== */
  .main-home > * {
    max-width: 30em;
    margin: 0 auto; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .main-home {
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .main-home {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw);
          grid-template-rows: 2fr auto auto 4em 2em 2em min-content auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; } }
      @media screen and (min-width: 1200px) {
        .main-home {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .main-home > * {
      max-width: none;
      margin: 0; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : TRACK GRAPHICS                                                    */
  /*	========================================================================== */
  .homeTrackStatic1,
  .homeTrackStatic2 {
    display: none; }
  .homeTrackStatic1 svg .st1,
  .homeTrackStatic2 svg .st1 {
    fill: none;
    stroke: #e8e7e3;
    stroke-width: 1;
    vector-effect: non-scaling-stroke; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .homeTrackStatic1,
    .homeTrackStatic2 {
      position: relative;
      z-index: -1;
      background-repeat: no-repeat;
      background-size: contain; }
    .homeTrackStatic1 {
      display: block;
      background-image: url("/images/track-static-full.svg");
      background-position: center bottom;
      grid-column: 3 / span 19;
      grid-row: 4 / span 8; }
      @media screen and (min-width: 700px) {
        .homeTrackStatic1 {
          grid-row: 6 / span 9;
          background-position: center top; } }
      @media screen and (min-width: 960px) {
        .homeTrackStatic1 {
          grid-column: 13 / span 9;
          grid-row: 8 / span 6; } }
      @media screen and (min-width: 1200px) {
        .homeTrackStatic1 {
          display: none; } }
    @media screen and (min-width: 700px) {
      .homeTrackStatic2 {
        display: block;
        background-image: url("/images/track-static-bottom-left.svg");
        background-position: left top;
        grid-column: 3 / span 10;
        grid-row: 17 / span 2;
        background-size: contain; } }
    @media screen and (min-width: 960px) {
      .homeTrackStatic2 {
        grid-column: 3 / span 4;
        grid-row: 15 / span 2; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : SPLASH                                                            */
  /*	========================================================================== */
  [class^="splashLine"] {
    display: none; }
  .homeSplash-img {
    max-width: none;
    margin: 0;
    overflow: hidden;
    height: calc(100vh - 75px);
    margin-bottom: 2em; }
  .homeSplash-img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: right center; }
  .homeSplash-logo {
    position: absolute;
    top: calc((100vh - 75px) / 2);
    left: 50%; }
  .homeSplash-logo img {
    width: 106px;
    height: 43.46px;
    margin: -21.73px 0 0 -53px; }
  .homeSplash-track {
    max-width: none;
    margin: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    margin-bottom: 2em; }
  .homeSplash-track svg {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    max-height: calc(100vh - 75px);
    margin: 0 auto; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    @media screen and (min-width: 960px) {
      [class^="splashLine"] {
        display: block;
        grid-row: 1 / span 7;
        background-color: #cb1518;
        z-index: 1; } }
    @media screen and (min-width: 960px) {
      .splashLine1 {
        grid-column: 2 / span 1; } }
    @media screen and (min-width: 960px) {
      .splashLine2 {
        grid-column: 7 / span 1; } }
    @media screen and (min-width: 960px) {
      .splashLine3 {
        grid-column: 12 / span 1; } }
    .homeSplash-img {
      grid-column: 1 / span 23;
      grid-row: 1 / span 3; }
      @media screen and (min-width: 960px) {
        .homeSplash-img {
          grid-column: 1 / span 17;
          grid-row: 1 / span 7;
          margin-bottom: 0; } }
    .homeSplash-logo {
      position: relative;
      top: auto;
      left: auto;
      margin: 0;
      grid-column: 1 / span 23;
      grid-row: 2 / span 1; }
      @media screen and (min-width: 960px) {
        .homeSplash-logo {
          display: none; } }
    .homeSplash-logo img {
      margin: 0 auto; }
    .homeSplash-track {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      grid-column: 1 / span 23;
      grid-row: 1 / span 3;
      align-self: center; }
      @media screen and (min-width: 960px) {
        .homeSplash-track {
          display: none; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : NEWS                                                              */
  /*	========================================================================== */
  .homeNews-date {
    line-height: 1;
    color: #fff;
    background-color: #002647;
    height: 2.5em;
    padding: 0.75rem 1rem;
    border-left: 2px solid #fff; }
  .homeNews-date time {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    display: block; }
  a.homeNews-txt {
    text-decoration: none;
    display: block;
    background-color: #fff;
    padding: 1rem; }
  .homeNews-txt h2 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1;
    color: #002647;
    margin: 0 0 0.5em 0;
    transition: color ease 0.2s; }
  .homeNews-txt p {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #b91316;
    margin: 0; }
  .homeNews-txt p svg {
    display: inline-block;
    vertical-align: bottom;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    margin-left: 0.5em;
    transition: margin ease 0.2s; }
  a.homeNews-txt:hover p svg,
  a.homeNews-txt:focus p svg,
  a.homeNews-txt:active p svg {
    margin-left: 1em; }
  .homeNews-img {
    background-color: #fff;
    border: 2px solid #fff; }
  .homeNews-more {
    margin-bottom: 2em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .homeNews-date {
      grid-column: 3 / span 4;
      grid-row: 4 / span 1;
      z-index: 2;
      align-self: end;
      margin-top: 9rem; }
      @media screen and (min-width: 700px) {
        .homeNews-date {
          grid-column: 5 / span 2;
          grid-row: 4 / span 1; } }
      @media screen and (min-width: 960px) {
        .homeNews-date {
          grid-column: 13 / span 3;
          grid-row: 2 / span 1;
          margin-top: 11rem; } }
      @media screen and (min-width: 1200px) {
        .homeNews-date {
          grid-column: 15 / span 2; } }
    .homeNews-txt {
      grid-column: 3 / span 14;
      grid-row: 5 / span 1;
      z-index: 2; }
      @media screen and (min-width: 700px) {
        .homeNews-txt {
          grid-column: 5 / span 13;
          grid-row: 5 / span 1; } }
      @media screen and (min-width: 960px) {
        .homeNews-txt {
          grid-column: 13 / span 7;
          grid-row: 3 / span 1; } }
      @media screen and (min-width: 1200px) {
        .homeNews-txt {
          grid-column: 15 / span 5; } }
    .homeNews-img {
      grid-column: 3 / span 19;
      grid-row: 4 / span 2;
      border-bottom: 2.5em solid #fff;
      margin-top: 2em; }
      @media screen and (min-width: 700px) {
        .homeNews-img {
          grid-column: 5 / span 15;
          grid-row: 4 / span 2; } }
      @media screen and (min-width: 960px) {
        .homeNews-img {
          grid-column: 13 / span 9;
          grid-row: 2 / span 2; } }
      @media screen and (min-width: 1200px) {
        .homeNews-img {
          grid-column: 15 / span 7; } }
    .homeNews-more {
      grid-column: 13 / span 11;
      grid-row: 6 / span 1; }
      @media screen and (min-width: 700px) {
        .homeNews-more {
          grid-column: 15 / span 7;
          grid-row: 6 / span 1;
          margin-bottom: 6em; } }
      @media screen and (min-width: 960px) {
        .homeNews-more {
          grid-column: 18 / span 6;
          grid-row: 4 / span 1;
          margin-bottom: 0;
          margin-left: 1px; } }
      @media screen and (min-width: 1200px) {
        .homeNews-more p {
          width: calc(260px + 3em); } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : EVENT                                                             */
  /*	========================================================================== */
  [class^="homeEvent"] {
    line-height: 1;
    color: #fff; }
  [class^="homeEvent"] p svg {
    display: inline-block;
    vertical-align: bottom;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    opacity: 0.6;
    margin-right: 0.5em; }
  [class^="homeEvent"] p {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    margin: 0 0 0.5em; }
    [class^="homeEvent"] p:last-child {
      margin-bottom: 0; }
  .homeEvent-title p {
    font-size: 1.25em;
    line-height: 1;
    text-transform: uppercase;
    height: 2.5em;
    background-color: #cb1518;
    padding: 0.75em 0;
    margin: 0; }
  .homeEvent-title p span {
    padding-left: 1rem; }
  .homeEvent-match {
    background-color: #002647;
    padding: 1.5em 1em; }
  .homeEvent-match h2 {
    font-family: "be-akzidenz-grotesk-extra-bold-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 0 0 0.25em; }
  .homeEvent-match h2 span {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    font-size: 0.5em; }
  .homeEvent-match p {
    font-size: 1.25em; }
  .homeEvent-details {
    background-color: #002647;
    padding: 1.5em 1em; }
  .homeEvent-details p {
    font-size: 1.5em; }
  .homeEvent-tickets {
    background-color: #002647;
    padding: 0.5em 0; }
  .homeEvent-tickets p {
    font-size: 1.25em; }
  .homeEvent-tickets a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 1em; }
  .homeEvent-tickets a svg {
    opacity: 1;
    margin-right: 0;
    margin-left: 0.5em;
    transition: margin ease 0.2s; }
  .homeEvent-tickets a:hover svg,
  .homeEvent-tickets a:focus svg,
  .homeEvent-tickets a:active svg {
    margin-left: 1em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .homeEvent-title {
      grid-column: 1 / span 9;
      grid-row: 7 / span 2;
      z-index: 2; }
      @media screen and (min-width: 700px) {
        .homeEvent-title {
          grid-column: 3 / span 7;
          grid-row: 7 / span 2; } }
      @media screen and (min-width: 960px) {
        .homeEvent-title {
          grid-column: 4 / span 6;
          grid-row: 5 / span 2;
          z-index: 3; } }
    .homeEvent-title p {
      display: grid;
      grid-template-columns: 1.5rem repeat(6, 1fr);
      grid-gap: 0; }
      @media screen and (min-width: 700px) {
        .homeEvent-title p {
          grid-template-columns: repeat(6, 1fr); } }
      @media screen and (min-width: 960px) {
        .homeEvent-title p {
          grid-template-columns: repeat(5, 1fr); } }
    .homeEvent-title p span {
      grid-column: 2 / span 6; }
      @media screen and (min-width: 700px) {
        .homeEvent-title p span {
          grid-column: 3 / span 4; } }
      @media screen and (min-width: 960px) {
        .homeEvent-title p span {
          grid-column: 2 / span 3; } }
    .homeEvent-match {
      grid-column: 3 / span 19;
      grid-row: 8 / span 2;
      padding-top: 3.5em; }
      @media screen and (min-width: 700px) {
        .homeEvent-match {
          grid-column: 5 / span 15;
          grid-row: 8 / span 3;
          padding-top: 3.5em; } }
      @media screen and (min-width: 960px) {
        .homeEvent-match {
          grid-column: 5 / span 10;
          grid-row: 6 / span 2;
          z-index: 2; } }
      @media screen and (min-width: 1200px) {
        .homeEvent-match {
          grid-column: 5 / span 9; } }
      @media screen and (min-width: 1500px) {
        .homeEvent-match {
          grid-column: 5 / span 8; } }
    .homeEvent-details {
      grid-column: 3 / span 19;
      grid-row: 10 / span 1; }
      @media screen and (min-width: 700px) {
        .homeEvent-details {
          grid-column: 5 / span 15;
          grid-row: 11 / span 1; } }
      @media screen and (min-width: 960px) {
        .homeEvent-details {
          grid-column: 5 / span 10;
          grid-row: 8 / span 1; } }
      @media screen and (min-width: 1200px) {
        .homeEvent-details {
          grid-column: 5 / span 9; } }
      @media screen and (min-width: 1500px) {
        .homeEvent-details {
          grid-column: 5 / span 8; } }
    .homeEvent-tickets {
      grid-column: 3 / span 19;
      grid-row: 11 / span 1; }
      @media screen and (min-width: 700px) {
        .homeEvent-tickets {
          grid-column: 5 / span 15;
          grid-row: 12 / span 1; } }
      @media screen and (min-width: 960px) {
        .homeEvent-tickets {
          grid-column: 5 / span 10;
          grid-row: 9 / span 1; } }
      @media screen and (min-width: 1200px) {
        .homeEvent-tickets {
          grid-column: 5 / span 9; } }
      @media screen and (min-width: 1500px) {
        .homeEvent-tickets {
          grid-column: 5 / span 8; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : TRACK 2                                                           */
  /*	========================================================================== */
  .homeTrackAnimated2 {
    display: none; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    @media screen and (min-width: 960px) {
      .homeTrackAnimated2 {
        display: block;
        grid-column: 13 / span 9;
        grid-row: 1 / span 6;
        z-index: -1; } }
    @media screen and (min-width: 1200px) {
      .homeTrackAnimated2 {
        grid-row: 7 / span 6; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : IMAGE                                                             */
  /*	========================================================================== */
  .homeImg {
    max-width: none;
    margin: 0;
    display: block;
    margin-top: 8em;
    margin-bottom: 2em; }
  [class^="homeImgLine"] {
    display: none;
    margin-top: 8em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .homeImg {
      margin-bottom: 0;
      grid-column: 1 / span 23;
      grid-row: 12 / span 2; }
      @media screen and (min-width: 700px) {
        .homeImg {
          grid-column: 3 / span 7;
          grid-row: 13 / span 2; } }
      @media screen and (min-width: 960px) {
        .homeImg {
          grid-column: 1 / span 9;
          grid-row: 10 / span 3; } }
      @media screen and (min-width: 1200px) {
        .homeImg {
          grid-column: 3 / span 7; } }
    @media screen and (min-width: 700px) {
      .homeImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left center; } }
    [class^="homeImgLine"] {
      display: block;
      grid-row: 12 / span 2;
      background-color: #cb1518;
      z-index: 1; }
      @media screen and (min-width: 700px) {
        [class^="homeImgLine"] {
          grid-row: 13 / span 2; } }
      @media screen and (min-width: 960px) {
        [class^="homeImgLine"] {
          grid-row: 10 / span 3; } }
    .homeImgLine1 {
      grid-column: 2 / span 1; }
      @media screen and (min-width: 700px) {
        .homeImgLine1 {
          grid-column: 7 / span 1; } }
      @media screen and (min-width: 960px) {
        .homeImgLine1 {
          grid-column: 2 / span 1; } }
      @media screen and (min-width: 1200px) {
        .homeImgLine1 {
          display: none; } }
    .homeImgLine2 {
      grid-column: 7 / span 1; }
      @media screen and (min-width: 700px) {
        .homeImgLine2 {
          display: none; } }
      @media screen and (min-width: 960px) {
        .homeImgLine2 {
          display: block;
          grid-column: 7 / span 1; } }
    .homeImgLine3 {
      grid-column: 12 / span 1; }
      @media screen and (min-width: 700px) {
        .homeImgLine3 {
          display: none; } }
    .homeImgLine4 {
      grid-column: 17 / span 1; }
      @media screen and (min-width: 700px) {
        .homeImgLine4 {
          display: none; } }
    .homeImgLine5 {
      grid-column: 22 / span 1; }
      @media screen and (min-width: 700px) {
        .homeImgLine5 {
          display: none; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : RIDER                                                             */
  /*	========================================================================== */
  a.homeRider-txt {
    text-decoration: none;
    display: block;
    background-color: #fff;
    padding: 1em; }
  .homeRider-txt h2 {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1.1;
    color: #00315c;
    margin: 0.25em 0; }
  .homeRider-txt p {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1;
    text-transform: uppercase;
    color: #b91316;
    margin: 0; }
  .homeRider-txt p svg {
    display: inline-block;
    vertical-align: bottom;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    margin-left: 0.5em;
    transition: margin ease 0.2s; }
  a.homeRider-txt:hover p svg,
  a.homeRider-txt:focus p svg,
  a.homeRider-txt:active p svg {
    margin-left: 1em; }
  .homeRider-more {
    margin-bottom: 2em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .homeRider-img {
      grid-column: 3 / span 17;
      grid-row: 15 / span 2;
      margin-top: 2em; }
      @media screen and (min-width: 700px) {
        .homeRider-img {
          grid-column: 10 / span 10;
          grid-row: 13/ span 2;
          margin-top: 1px;
          margin-left: 1px; } }
      @media screen and (min-width: 960px) {
        .homeRider-img {
          grid-column: 10 / span 7;
          grid-row: 10 / span 3; } }
    @media screen and (min-width: 700px) {
      .homeRider-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; } }
    a.homeRider-txt {
      grid-column: 3 / span 10;
      grid-row: 16 / span 1; }
      @media screen and (min-width: 700px) {
        a.homeRider-txt {
          grid-column: 10 / span 8;
          grid-row: 14 / span 1; } }
      @media screen and (min-width: 960px) {
        a.homeRider-txt {
          grid-column: 10 / span 5;
          grid-row: 11 / span 2; } }
    .homeRider-more {
      grid-column: 13 / span 12;
      grid-row: 16 / span 1;
      align-self: flex-end;
      margin-bottom: 0; }
      @media screen and (min-width: 700px) {
        .homeRider-more {
          grid-column: 15 / span 7;
          grid-row: 15 / span 1; } }
      @media screen and (min-width: 960px) {
        .homeRider-more {
          grid-column: 18 / span 6;
          grid-row: 12 / span 1; } }
      @media screen and (min-width: 1200px) {
        .homeRider-more p {
          width: calc(260px + 3em); } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : VIDEO                                                             */
  /*	========================================================================== */
  .homeVideo {
    margin-bottom: 2rem; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .homeVideo {
      max-width: none;
      padding: 0;
      margin: 4rem 0;
      grid-column: 1 / span 23;
      grid-row: 17 / span 1; }
      @media screen and (min-width: 700px) {
        .homeVideo {
          grid-column: 3 / span 19;
          grid-row: 16 / span 1; } }
      @media screen and (min-width: 960px) {
        .homeVideo {
          grid-column: 4 / span 17;
          grid-row: 13 / span 1;
          margin-top: 1px; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : TWITTER                                                          */
  /*	========================================================================== */
  .homeTwitter {
    margin-bottom: 2em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .homeTwitter {
      grid-column: 3 / span 19;
      grid-row: 22 / span 1; }
      @media screen and (min-width: 700px) {
        .homeTwitter {
          grid-column: 8 / span 9; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*	!	HOME : SPONSORS                                                          */
  /*	========================================================================== */
  .homePartnersTitle h2,
  .homeSuppliersTitle h2 {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0.75rem 1rem;
    margin: 0; }
  .homePartnersTitle h2 {
    background-color: #cb1518; }
  .homeSuppliersTitle h2 {
    background-color: #002647; }
  .homePartners,
  .homeSuppliers {
    padding: 2em 0;
    background-color: #fff;
    margin-bottom: 2em; }
  .homePartners li,
  .homeSuppliers li {
    display: block; }
  .homePartners li a,
  .homeSuppliers li a {
    display: block;
    padding: 2em; }
  .homePartners li a img,
  .homeSuppliers li a img {
    filter: grayscale(1);
    max-width: 75%;
    max-height: 8em;
    margin: 0 auto;
    transition: filter ease 0.2s; }
  .homePartners li a:hover img,
  .homePartners li a:focus img,
  .homePartners li a:active img,
  .homeSuppliers li a:hover img,
  .homeSuppliers li a:focus img,
  .homeSuppliers li a:active img {
    filter: grayscale(0); }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .homePartnersTitle,
    .homeSuppliersTitle {
      grid-column: 3 / span 19; }
      @media screen and (min-width: 700px) {
        .homePartnersTitle,
        .homeSuppliersTitle {
          grid-column: 3 / span 5;
          align-self: flex-start; } }
    .homePartners,
    .homeSuppliers {
      grid-column: 3 / span 19;
      border-bottom: 1px solid #e8e7e3; }
      @media screen and (min-width: 700px) {
        .homePartners,
        .homeSuppliers {
          grid-column: 8 / span 14;
          display: grid;
          grid-template-columns: 1fr 1fr;
          border-top: 1px solid #e8e7e3; } }
    .homePartnersTitle {
      grid-row: 18 / span 1; }
      @media screen and (min-width: 700px) {
        .homePartnersTitle {
          grid-row: 17 / span 1; } }
      @media screen and (min-width: 960px) {
        .homePartnersTitle {
          grid-row: 14 / span 1; } }
    .homePartners {
      grid-row: 19 / span 1; }
      @media screen and (min-width: 700px) {
        .homePartners {
          grid-row: 17 / span 2; } }
      @media screen and (min-width: 960px) {
        .homePartners {
          grid-row: 14 / span 2; } }
    .homeSuppliersTitle {
      grid-row: 20 / span 1; }
      @media screen and (min-width: 700px) {
        .homeSuppliersTitle {
          grid-row: 19 / span 1; } }
      @media screen and (min-width: 960px) {
        .homeSuppliersTitle {
          grid-row: 16 / span 1; } }
    .homeSuppliers {
      grid-row: 21 / span 1; }
      @media screen and (min-width: 700px) {
        .homeSuppliers {
          grid-row: 19 / span 2; } }
      @media screen and (min-width: 960px) {
        .homeSuppliers {
          grid-row: 16 / span 2; } }
    .homePartners li a img,
    .homeSuppliers li a img {
      max-width: 10em;
      max-height: 6em; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  @font-face {
    font-family: 'lg';
    src: url("/assets/fonts/lightgallerylg.eot?n1z373");
    src: url("/assets/fonts/lightgallerylg.eot?#iefixn1z373") format("embedded-opentype"), url("/assets/fonts/lightgallerylg.woff?n1z373") format("woff"), url("/assets/fonts/lightgallerylg.ttf?n1z373") format("truetype"), url("/assets/fonts/lightgallerylg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal; }
  .lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }
  .lg-actions .lg-next {
    right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }
  .lg-actions .lg-prev {
    left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }
  @-webkit-keyframes lg-right-end {
    0% {
      left: 0; }
    50% {
      left: -30px; }
    100% {
      left: 0; } }
  @-moz-keyframes lg-right-end {
    0% {
      left: 0; }
    50% {
      left: -30px; }
    100% {
      left: 0; } }
  @-ms-keyframes lg-right-end {
    0% {
      left: 0; }
    50% {
      left: -30px; }
    100% {
      left: 0; } }
  @keyframes lg-right-end {
    0% {
      left: 0; }
    50% {
      left: -30px; }
    100% {
      left: 0; } }
  @-webkit-keyframes lg-left-end {
    0% {
      left: 0; }
    50% {
      left: 30px; }
    100% {
      left: 0; } }
  @-moz-keyframes lg-left-end {
    0% {
      left: 0; }
    50% {
      left: 30px; }
    100% {
      left: 0; } }
  @-ms-keyframes lg-left-end {
    0% {
      left: 0; }
    50% {
      left: 30px; }
    100% {
      left: 0; } }
  @keyframes lg-left-end {
    0% {
      left: 0; }
    50% {
      left: 30px; }
    100% {
      left: 0; } }
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative; }
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative; }
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .lg-toolbar .lg-icon:hover {
    color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }
  .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }
  #lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle; }
  .lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }
  .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px; }
  .lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px; } }

@media print and (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

@media print {
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px; }
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0; }
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease; }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px; }
  .lg-outer .lg-toggle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px; }
  .lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toggle-thumb:hover {
    color: #FFF; }
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px; }
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }
  .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("/assets/images/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent; }
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("/assets/images/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent; }
  .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("/assets/images/lightgallery/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8; }
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-has-youtube .lg-video-play {
    background: url("/assets/images/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent; }
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("/assets/images/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent; }
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden; }
  .lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none; }
  .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible; }
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }
  .lg-autoplay-button:after {
    content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  #lg-zoom-in:after {
    content: "\e311"; }
  #lg-actual-size {
    font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }
  #lg-zoom-out {
    opacity: 0.5;
    pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }
  .lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0; }
  .lg-fullscreen:after {
    content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }
  .lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible; }
  .lg-outer.lg-dropdown-active #lg-share {
    color: #FFF; }
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
  .lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }
  .lg-outer #lg-share {
    position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }
  .group {
    *zoom: 1; }
  .group:before, .group:after {
    display: table;
    content: "";
    line-height: 0; }
  .group:after {
    clear: both; }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("/assets/images/lightgallery/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
  .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }
  .lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important; }
  .lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .lg-css3.lg-fade .lg-item {
    opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
  /*	========================================================================== */
  /*		SITE OVERIRDES FOR THE LIGHT GALLERY
/*	========================================================================== */
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .lightgallery {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: transparent;
    color: #fff;
    font-size: 0;
    margin-top: -32px;
    height: 64px;
    width: 32px;
    border-radius: 0; }
    .lg-actions .lg-next:after,
    .lg-actions .lg-prev:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border-top: 32px solid transparent;
      border-bottom: 32px solid transparent;
      transition: border-color 0.3s ease; }
  .lg-actions .lg-prev:after {
    border-right: 32px solid rgba(255, 255, 255, 0.5); }
  .lg-actions .lg-prev:hover:after {
    border-right-color: rgba(255, 255, 255, 0.85); }
  .lg-actions .lg-next:after {
    border-left: 32px solid rgba(255, 255, 255, 0.5); }
  .lg-actions .lg-next:hover:after {
    border-left-color: rgba(255, 255, 255, 0.85); }
  .lg-toolbar {
    background-color: transparent; }
  .lg-toolbar .lg-close {
    display: block;
    position: relative;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 44px;
    height: 44px;
    padding: 0; }
    .lg-toolbar .lg-close:before, .lg-toolbar .lg-close:after {
      content: "";
      display: block;
      position: absolute;
      width: 36px;
      height: 2px;
      background-color: #aaa;
      border-radius: 1px;
      top: 20px;
      left: 4px;
      transition: background-color 0.3s ease; }
    .lg-toolbar .lg-close:before {
      transform: rotate(45deg); }
    .lg-toolbar .lg-close:after {
      transform: rotate(-45deg); }
  .lg-toolbar .lg-close:focus:before, .lg-toolbar .lg-close:focus:after,
  .lg-toolbar .lg-close:hover:before,
  .lg-toolbar .lg-close:hover:after,
  .lg-toolbar .lg-close:active:before,
  .lg-toolbar .lg-close:active:after {
    background-color: #fff; }
  .lg-outer .lg-img-wrap {
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    width: 90%;
    height: 90%; }
  /*	========================================================================== */
  /*		MAIN
/*	========================================================================== */
  main {
    width: 100%; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    main {
      grid-column: 1 / span 11;
      grid-row: 2 / span 1; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		MEDIA LIST                                                               */
  /*	========================================================================== */
  .main-mediaList {
    text-align: center; }
  .mediaList-heading {
    color: #fff;
    background-color: #002647;
    margin: 0 0 1em; }
  .mediaList-heading div {
    max-width: 40em;
    padding: 1em 1.5em;
    margin: 0 auto; }
  .mediaList-heading h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1;
    margin: 0; }
  .main-mediaList .media-disclaimer {
    background-color: #fff;
    padding: 1em;
    margin-bottom: 1em; }
  .media-disclaimer p {
    font-size: 0.875em;
    font-style: italic;
    margin-bottom: 0; }
  /*  ========================================   */
  /*!	MEDIA LIST ITEM                            */
  .mediaList-wrap {
    padding: 0; }
  .mediaListItem {
    display: inline-block;
    max-width: 365px;
    background-color: #fff;
    margin: 0 0.5em 1em; }
  .mediaListItem-txt {
    text-align: left;
    padding: 0 0 1em; }
  .mediaListItem-title {
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    background-color: #002647;
    padding: 0.5rem 1rem;
    margin: 0 0 0.5rem; }
  .media-table {
    background-color: #fff;
    margin: 0 1em 1em; }
  .media-table tr {
    border-bottom: 1px solid #e8e7e3; }
  .media-table th,
  .media-table td {
    font-size: 0.875em;
    text-align: left;
    padding: 0.25em 1em 0.25em 0; }
  .media-table th {
    font-family: Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .media-table td {
    font-weight: 700; }
  .mediaListItem-link {
    font-family: "be-akzidenz-grotesk-extra-bold-condensed-italic", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 1em; }
  .mediaListItem-link a {
    text-decoration: none; }
  .mediaListItem-link a svg {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    margin-left: 0.5em;
    transition: margin ease 0.2s; }
  .mediaListItem-link a:hover svg,
  .mediaListItem-link a:focus svg,
  .mediaListItem-link a:active svg {
    margin-left: 1em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .main-mediaList {
      text-align: left;
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0;
      padding: 0; }
      @media screen and (min-width: 960px) {
        .main-mediaList {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .main-mediaList {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .mediaList-heading {
      grid-column: 1 / span 23;
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .mediaList-heading {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .mediaList-heading {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .mediaList-heading div {
      grid-column: 3 / span 19;
      max-width: none;
      padding: 1em 0;
      margin: 0; }
    .mediaList-wrap {
      grid-column: 3 / span 19; }
      @media screen and (min-width: 700px) {
        .mediaList-wrap {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 1em; } }
      @media screen and (min-width: 1200px) {
        .mediaList-wrap {
          grid-template-columns: repeat(4, 1fr);
          padding-left: 0.5em;
          padding-right: 0.5em; } }
    .main-mediaList .media-disclaimer {
      grid-column: 1 / -1; }
      @media screen and (min-width: 700px) {
        .main-mediaList .media-disclaimer {
          margin-bottom: 0; } }
    .mediaListItem {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: none;
      margin: 0 0 1em; }
      @media screen and (min-width: 700px) {
        .mediaListItem {
          margin: 0; } }
    .mediaListItem-txt {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .mediaListItem-title {
      flex-grow: 1; }
    .main-mediaList .pagination {
      grid-column: 3 / span 19; }
      @media screen and (min-width: 1200px) {
        .main-mediaList .pagination {
          padding-left: 0.5em;
          padding-right: 0.5em; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		MEDIA ENTRY                                                              */
  /*	========================================================================== */
  .mediaEntry-intro {
    background-color: #fff;
    padding: 1.5em 1.5em 0; }
  .main-mediaEntry h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    color: #00315c;
    margin-bottom: 0.5rem; }
  .mediaEntry-intro .media-table {
    margin: 0; }
  .main-mediaEntry .lightgallery {
    background-color: #fff;
    padding: 1.5em; }
  .main-mediaEntry .media-disclaimer {
    background-color: #fff;
    padding: 1.5em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .main-mediaEntry {
      max-width: none;
      padding: 2em 0 8vw;
      margin: 0;
      grid-column: 3 / span 7; }
    .mediaEntry-gallery {
      grid-column: 3 / span 7; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		MEDIA BRAND GUIDE                                                        */
  /*	========================================================================== */
  .mediaList-brandGuide {
    background-color: #fff;
    padding: 2em 1.5em; }
  .mediaList-brandGuide p {
    font-family: Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    margin-bottom: 0.5em; }
  .mediaList-brandGuide a {
    text-align: center;
    display: block;
    max-width: 365px;
    margin: 0 auto; }
  .mediaList-brandGuide img {
    box-shadow: 0 1px 2px 0 #bbb; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .mediaList-brandGuide {
      grid-column: 1 / span 23; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		NEWS DETAIL                                                              */
  /*	========================================================================== */
  .main-newsDetail {
    max-width: 40em;
    padding: 0 1.5em;
    margin: 0 auto; }
  .newsDetail {
    background-color: #fff;
    padding: 0;
    margin: 1.5em 0; }
  .newsDetail-title {
    color: #002647;
    padding: 1em;
    margin-bottom: 0; }
  .newsDetail-title h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    margin: 0; }
  .newsDetail-date {
    line-height: 1;
    background-color: #003461;
    padding: 0.5em 1em; }
  .newsDetail-date p {
    margin-bottom: 0; }
  .newsDetail-date time {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff; }
  .newsDetail .copy {
    padding: 1em 0; }
  /* ==================== */
  /* NEWS ARCHIVE         */
  .newsArchive {
    max-width: 40em;
    margin: 0 auto 2em; }
  .newsArchive h3 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    color: #b91316;
    display: inline-block;
    padding: 0 0.333em;
    margin: 0 0 0.25em; }
  .newsArchive ul {
    background-color: #fff;
    padding: 0; }
  .newsArchive ul li {
    padding: 0; }
  .newsArchive ul li a {
    line-height: 1.3;
    text-decoration: none;
    color: #444;
    display: block;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    padding: 0.5em 0.5em 0.5em 5em;
    transition: all 0.2s ease; }
    .newsArchive ul li a:hover, .newsArchive ul li a:focus, .newsArchive ul li a:active {
      background-color: #f6f5f4; }
  .newsArchive ul li a span {
    font-size: 0.75em;
    line-height: 1;
    color: #999;
    position: absolute;
    top: 1.15em;
    left: 0.75em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .main-newsDetail {
      max-width: none;
      padding: 0;
      margin: 0;
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .main-newsDetail {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .main-newsDetail {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .main-newsDetail .newsDetail {
      grid-column: 3 / span 19;
      grid-row: 1 / span 1; }
      @media screen and (min-width: 960px) {
        .main-newsDetail .newsDetail {
          grid-column: 5 / span 15; } }
    .main-newsDetail .newsArchive {
      max-width: none;
      margin: 3em 0;
      grid-column: 3 / span 19; }
      @media screen and (min-width: 960px) {
        .main-newsDetail .newsArchive {
          grid-column: 5 / span 15; } }
    .newsArchive ul {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
      grid-gap: 0; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		NEWS LIST                                                                */
  /*	========================================================================== */
  .newsList-title {
    color: #fff;
    background-color: #002647;
    max-width: 40em;
    padding: 1em 1.5em;
    margin: 0 auto 1em; }
  .newsList-title h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1;
    margin: 0; }
  /*  ========================================   */
  /*!	NEWS LIST ITEM                             */
  .newsListItem-wrap {
    max-width: 40em;
    padding: 0 1em;
    margin: 0 auto; }
  .newsListItem {
    text-decoration: none !important;
    display: block;
    margin: 0 0 1em; }
  /*  ========================================   */
  /*!	NEWS LIST IMAGE                            */
  .newsListItem-img {
    background-color: #fff; }
  /*  ========================================   */
  /*! NEWS LIST DATE                             */
  .newsListItem-date {
    line-height: 1;
    margin: -2em 0 0; }
  .newsListItem-date p {
    display: inline-block;
    background-color: #002647;
    margin: 0; }
  .newsListItem-date time {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    color: #FFF;
    display: inline-block;
    padding: 0.5em 1em; }
  /*  ========================================   */
  /*! NEWS LIST TEXT                             */
  .newsListItem-txt {
    background-color: #fff;
    padding: 0.5em 1em 1em; }
  .newsListItem-txt h2 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1;
    color: #00315c;
    margin: 0 0 0.25em; }
  .newsListItem-more {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    font-size: 1em;
    color: #b91316;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block; }
  .newsListItem-more svg {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    margin-left: 0.5em;
    transition: margin ease 0.2s; }
  .newsListItem:hover .newsListItem-more svg,
  .newsListItem:focus .newsListItem-more svg,
  .newsListItem:active .newsListItem-more svg {
    margin-left: 1em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .main-newsList {
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0;
      padding: 0; }
      @media screen and (min-width: 960px) {
        .main-newsList {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw);
          grid-template-rows: repeat(12, auto); } }
      @media screen and (min-width: 1200px) {
        .main-newsList {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .newsList-title {
      grid-column: 1 / span 23;
      grid-row: 1 / span 1;
      max-width: none;
      padding: 1em 1.5em;
      margin: 0 0 1em; }
      @media screen and (min-width: 960px) {
        .newsList-title {
          z-index: 2;
          color: #fff;
          grid-column: 1 / span 6;
          text-align: right;
          padding: 1em 2em 1em 0;
          margin-top: calc(4em + 2px);
          margin-right: 1em; } }
    .newsListItem-wrap {
      max-width: none;
      padding: 0;
      margin: 0;
      grid-column: 3 / span 19; }
      @media screen and (min-width: 960px) {
        .newsListItem-wrap {
          grid-column: 8 / span 14;
          grid-row: 1 / span 2;
          margin-top: 3em; } }
    .newsListItem {
      background-color: #fff;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr);
      grid-gap: 0;
      margin: 1em 0; }
      @media screen and (min-width: 960px) {
        .newsListItem {
          grid-template-columns: repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr); } }
    .newsListItem-img {
      grid-column: 1 / span 19;
      grid-row: 1 / span 1; }
      @media screen and (min-width: 480px) {
        .newsListItem-img {
          grid-column: 1 / span 7;
          grid-row: 1 / span 1; } }
      @media screen and (min-width: 960px) {
        .newsListItem-img {
          grid-column: 1 / span 4;
          padding: 2px 0 2px 2px; } }
    .newsListItem-img img {
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: 50% 50%; }
    .newsListItem-date {
      margin: 0;
      grid-column: 1 / span 19;
      grid-row: 1 / span 1;
      align-self: end; }
      @media screen and (min-width: 960px) {
        .newsListItem-date {
          margin: 0 0 2px 2px; } }
    .newsListItem-txt {
      grid-column: 1 / span 19;
      margin: 0;
      padding: 1em 2em 1em 1em;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      @media screen and (min-width: 480px) {
        .newsListItem-txt {
          grid-column: 8 / span 12;
          grid-row: 1 / span 1; } }
      @media screen and (min-width: 960px) {
        .newsListItem-txt {
          grid-column: 5 / span 15; } }
    .main-newsList .pagination {
      grid-column: 3 / span 19;
      margin: 2em 0 4em; }
      @media screen and (min-width: 960px) {
        .main-newsList .pagination {
          grid-column: 8 / span 14;
          grid-row: 3 / span 1;
          padding-left: 2em; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		PAGINATION                                                               */
  /*	========================================================================== */
  .pagination {
    font-family: "be-akzidenz-grotesk-extra-bold-condensed-italic", sans-serif;
    font-weight: normal;
    color: #00315c;
    margin: 2em 0; }
  .pagination-number,
  .pagination-current {
    font-family: "be-akzidenz-grotesk-extra-bold-condensed-italic", sans-serif;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    background-color: #fff;
    padding: 0.333em 0.666em 0.45em; }
  .pagination-number {
    color: #00315c;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    .pagination-number:hover, .pagination-number:focus, .pagination-number:active {
      color: #fff;
      text-decoration: none;
      background-color: #cb1518; }
  .pagination-current {
    color: #fff;
    background-color: #002647; }
  /*	========================================================================== */
  /*		PARTNERS
/*	========================================================================== */
  .main-partners {
    max-width: 40em;
    padding: 2em 1.5em 8vw;
    margin: 0 auto; }
  .partners-title {
    color: #002647;
    margin: 0 0 1em; }
    .partners-title:first-child {
      color: #b91316; }
  .partners-title h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    margin: 0; }
  .partner-itemWrap + .partners-title {
    margin-top: 2em; }
  .partner-item {
    background-color: #fff;
    margin-bottom: 1em; }
  .partner-img {
    display: block;
    padding: 1.5em; }
  .partner-img img {
    margin: 0 auto; }
  .partner-txt {
    padding: 0 1.5em 1.5em; }
  .partner-txt p {
    margin: 0 0 1em; }
    .partner-txt p:last-child {
      margin-bottom: 0; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .main-partners {
      max-width: none;
      padding: 2em 0 8vw;
      margin: 0;
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .main-partners {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .main-partners {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .partners-title {
      grid-column: 3 / span 19; }
    .partner-itemWrap {
      grid-column: 3 / span 19;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
      grid-gap: 1em; }
    .partner-item {
      margin-bottom: 0; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		RIDERS
/*	========================================================================== */
  .main-riders {
    max-width: 30em;
    padding: 2em 1.5em 8vw;
    margin: 0 auto; }
  .riders-title {
    color: #002647;
    margin: 0 0 1em; }
    .riders-title:first-child {
      color: #b91316; }
  .riders-title h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    margin: 0; }
  .rider-item {
    background-color: #fff;
    margin-bottom: 1em; }
  .rider-img {
    display: block;
    padding: 3px 3px 0; }
  .rider-img img {
    margin: 0 auto; }
  a.rider-txt {
    text-decoration: none;
    display: block;
    background-color: #fff;
    padding: 1em 1.5em; }
  .rider-name {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1;
    color: #00315c;
    margin: 0 0 0.25em; }
  .rider-more {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #b91316;
    margin: 0; }
  .rider-more svg {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    margin: 0 0.5em 0 0.5em;
    transition: margin ease 0.2s; }
  a:hover .rider-more svg,
  a:focus .rider-more svg,
  a:active .rider-more svg {
    margin: 0 0 0 1em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .main-riders {
      max-width: none;
      padding: 2em 0 8vw;
      margin: 0;
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .main-riders {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .main-riders {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .riders-title {
      grid-column: 3 / span 19; }
    .rider-itemWrap {
      grid-column: 3 / span 19;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(17em, 1fr));
      grid-gap: 1em; }
    .rider-item {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto auto;
      grid-gap: 0;
      margin-bottom: 0; }
    .rider-img {
      grid-column: 1 / span 4;
      grid-row: 1 / span 2; }
    .rider-txt {
      grid-column: 1 / span 3;
      grid-row: 2 / span 1; } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*!		RIDER DETAIL                                                              */
  /*	========================================================================== */
  .main-riderDetail {
    max-width: 40em;
    padding: 0 1em 3em;
    margin: 0 auto; }
  .riderDetail {
    background-color: #fff;
    padding: 0;
    margin: 1.5em 0; }
  .riderDetail-title {
    color: #fff;
    background-color: #00315c;
    padding: 1em;
    margin-bottom: 0; }
  .riderDetail-title h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    margin: 0; }
  .riderDetail-body {
    background-color: #fff;
    padding: 2em 1.5em 1em; }
  .riderDetail-gallery {
    background-color: #fff;
    margin-bottom: 1.5em; }
  .riderDetail-gallery .lightgallery {
    margin-bottom: 0; }
  .riderDetail-video .videoWrap {
    margin: 2em 0; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .main-riderDetail {
      max-width: none;
      padding: 0 0 3em;
      margin: 0;
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .main-riderDetail {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .main-riderDetail {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .riderDetail-title {
      grid-column: 1 / span 23; }
      @media screen and (min-width: 700px) {
        .riderDetail-title {
          grid-column: 13 / span 9;
          grid-row: 1 / span 1;
          z-index: 2;
          align-self: flex-end;
          border: 3px solid #f6f5f4;
          border-right: none;
          margin-bottom: 5em; } }
    .riderDetail-img {
      grid-column: 1 / span 23; }
      @media screen and (min-width: 700px) {
        .riderDetail-img {
          grid-column: 3 / span 14;
          grid-row: 1 / span 1;
          margin-bottom: 1.5em; } }
    .riderDetail-body {
      grid-column: 1 / span 23; }
      @media screen and (min-width: 700px) {
        .riderDetail-body {
          grid-column: 3 / span 19; } }
    .riderDetail-gallery {
      grid-column: 1 / span 23; }
      @media screen and (min-width: 700px) {
        .riderDetail-gallery {
          grid-column: 3 / span 19; } }
    .riderDetail-video {
      grid-column: 3 / span 19; }
      @media screen and (min-width: 700px) {
        .riderDetail-video {
          grid-column: 3 / span 19; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		SPEEDWAY
/*	========================================================================== */
  .speedway {
    text-align: center;
    padding: 0;
    margin-bottom: 1px; }
  .speedway-title {
    color: #fff;
    background-color: #a21113;
    padding: 1.5rem; }
  .speedway-title h1 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1;
    margin: 0 0 0.25em; }
  .speedway-title p {
    font-size: 1.125em; }
  .speedway-heading {
    color: #fff;
    background-color: #002647;
    padding: 1.5rem;
    margin: 1px 0; }
  .speedway-heading h2 {
    font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1;
    margin: 0; }
  .speedway-item {
    padding: 1.5em;
    background-color: #FFF;
    margin: 1px 0; }
  .speedway-item p {
    font-size: 1.125em;
    text-align: center;
    margin: 0; }
  .speedway-item img {
    max-height: 8em;
    margin: 1em auto 0; }
  .speedway-item table {
    margin: 0 auto 1em; }
    .speedway-item table th, .speedway-item table td {
      text-align: left;
      padding: 0.25em 0.5em; }
  /* +--------------+
   | GRID SUPPORT |
   +--------------+ */
  @supports (display: grid) {
    .speedway {
      max-width: 100%;
      display: grid;
      grid-template-columns: 1.5em 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px 1.5em;
      grid-gap: 0; }
      @media screen and (min-width: 960px) {
        .speedway {
          grid-template-columns: minmax(1.5rem, 7vw) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px repeat(4, 1fr) 1px minmax(1.5rem, 7vw); } }
      @media screen and (min-width: 1200px) {
        .speedway {
          grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
    .speedway-title {
      grid-column: 1 / -1; }
      @media screen and (min-width: 1200px) {
        .speedway-title {
          grid-column: 3 / 23; } }
    .speedway-heading {
      grid-column: 1 / -1; }
      @media screen and (min-width: 1200px) {
        .speedway-heading {
          grid-column: 3 / 23; } }
    .speedway-itemWrap {
      grid-column: 1 / -1;
      display: grid;
      grid-gap: 1px;
      background-color: #FFF; }
      @media screen and (min-width: 700px) {
        .speedway-itemWrap {
          grid-template-columns: repeat(6, 1fr); } }
      @media screen and (min-width: 1200px) {
        .speedway-itemWrap {
          grid-column: 3 / 23; } }
    .speedway-item {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      margin: 0; }
      @media screen and (min-width: 700px) {
        .speedway-item {
          grid-column-end: span 3; } }
    @media screen and (min-width: 700px) {
      .speedway-grid-double {
        grid-column-end: span 6; } }
    @media screen and (min-width: 700px) {
      .speedway-grid-short {
        grid-column-end: span 2; } } }
  /* +----------------+
   | END GRID RULES |
   +----------------+ */
  /*	========================================================================== */
  /*		VIDEO
/*	========================================================================== */
  .videoWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%; }
  .videoWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%; }
  *,
  *:before,
  *:after {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background: transparent !important;
    background-image: none !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  body {
    font-size: 12pt; }
  .inner {
    padding: 3em 0 !important;
    border-bottom: 1pt dotted #999; }
  .doubleHeader {
    font-size: 24pt; }
  a,
  a:visited {
    color: #444 !important; }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 85%;
    margin-left: 0.25em;
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"] {
    display: none !important; }
  /*	========================================================================== */
  /*		HEADER
/*	========================================================================== */
  .header-top,
  .header-bottom {
    padding: 2em;
    margin-bottom: 0; }
  .header-logo {
    width: auto;
    max-width: none;
    margin: 0 0 2em; }
  .header-logo img {
    background-color: black !important;
    padding: 1em; }
  .header-nav {
    max-width: none; }
  .header-nav ul {
    padding: 0;
    margin: 0; }
  .header-nav li {
    display: block; }
  .header-links {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    max-width: none; }
  .header-links a,
  .header-nav a {
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    color: black !important;
    display: block;
    width: auto;
    max-width: none;
    border: none;
    padding: 0;
    margin: 0; }
  .header-links-icon {
    display: none; }
  .header-pubs {
    padding: 0 2em; }
  .header-pubs ul {
    display: block; }
  /*	========================================================================== */
  /*		SOCIAL
/*	========================================================================== */
  .social {
    font-size: 1em !important; }
  .social ul {
    text-align: left; }
  .social li {
    text-align: left;
    display: block; }
  .social-icon {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em; }
  /*	========================================================================== */
  /*		ABOUT
/*	========================================================================== */
  .about .inner {
    max-width: none; }
  .about-item {
    overflow: hidden;
    padding: 2em; }
  .about-img {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 0; }
  .about-txt {
    float: left;
    width: 65%;
    padding: 0; }
  /*	========================================================================== */
  /*		STATISTICS
/*	========================================================================== */
  .statistics {
    page-break-inside: avoid; }
  /*	========================================================================== */
  /*		FEATURES
/*	========================================================================== */
  .features-item {
    overflow: hidden;
    padding: 2em; }
  .features-title {
    padding: 0; }
  .features-title h3 {
    font-size: 24pt; }
  .features-img {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 0; }
  .features-txt {
    float: left;
    width: 65%;
    padding: 0; }
  /*	========================================================================== */
  /*		HOW IT WORKS
/*	========================================================================== */
  .howItWorks-structureTitle h3,
  .howItWorks-tokenTitle h3 {
    font-size: 24pt; }
  .howItWorks-structureTxt dt span {
    border-bottom-color: black; }
  .howItWorks-structure {
    overflow: hidden;
    padding: 2em; }
  .howItWorks-structureImg img {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 0; }
  .howItWorks-structureTxt {
    float: left;
    width: 65%;
    padding: 0; }
  .howItWorks-ethereumLogo img,
  .howItWorks-tokenImg img {
    background-color: black !important;
    padding: 1em; }
  .howItWorks-ethereumLogo img {
    padding: 1em; }
  .howItWorks-tokenImg img {
    padding: 2em; }
  /*	========================================================================== */
  /*		USE CASES
/*	========================================================================== */
  .useCases-item {
    position: relative; }
  .useCases-item img {
    position: absolute;
    left: 0;
    top: 0; }
  .useCases-item h3 {
    font-size: 1.2em;
    padding-left: 5.833333333em; }
  .useCases-item p {
    padding-left: 7em; }
  /*	========================================================================== */
  /*		TOKEN
/*	========================================================================== */
  .token-overview table {
    width: auto; }
  /*	========================================================================== */
  /*		TEAM
/*	========================================================================== */
  .team-item-biog {
    clip: auto;
    overflow: hidden;
    position: relative;
    z-index: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0; }
  /*	========================================================================== */
  /*		ROADMAP
/*	========================================================================== */
  .roadmap-item-txt {
    padding: 1em 0 2em; }
  /*	========================================================================== */
  /*		FAQS
/*	========================================================================== */
  .faqs-wrap {
    padding: 0 1em; }
  .faqs-q button {
    padding: 0; }
  .faqs-ans {
    display: block !important;
    visibility: visible !important;
    padding: 0; }
  .faqs-q button svg {
    display: none; }
  /*	========================================================================== */
  /*		REGISTER
/*	========================================================================== */
  .register form {
    display: none; }
  .register .inner {
    border-bottom: none; }
  /*	========================================================================== */
  /*		FOOTER
/*	========================================================================== */
  .footer {
    display: none; } }
