@charset "UTF-8";
/*	========================================================================== */
/*    	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: 106px; }
  @media screen and (min-width: 700px) {
    body {
      padding-top: 0; } }
/* +--------------+
   | 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, .headerSocial a span, .footerSocial 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, .headerSocial a span.focusable:active, .footerSocial a span.focusable:active,
.visuallyhidden.focusable:focus,
.headerSocial a span.focusable:focus,
.footerSocial a span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.undo-visuallyhidden {
  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 - $header-height); }
  @media screen and (min-width: 700px) {
    .about-title {
      height: 50vh; } }
.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; }
  @media screen and (min-width: 700px) {
    p.bigBlockLink {
      font-size: 1.25em; } }
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; }
  @media screen and (min-width: 960px) {
    p.bigBlockLink a {
      padding: 1em 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; }
  @media screen and (min-width: 700px) {
    .copy .text {
      padding: 0 2em; } }
.copy .intro {
  padding: 0 1em; }
  @media screen and (min-width: 700px) {
    .copy .intro {
      padding: 1em 2em 0; } }
.copy .intro p {
  font-size: 1.333em; }

.copy figure {
  background-color: #fafaf9;
  margin: 1em 0; }
  @media screen and (min-width: 700px) {
    .copy figure {
      margin: 2em 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; }
  @media screen and (min-width: 700px) {
    .copy blockquote {
      margin: 2em; } }
.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 - $header-height); }
  @media screen and (min-width: 700px) {
    .error-title {
      height: 50vh; } }
.error-title {
  text-align: center; }
  @media screen and (max-width: 400px) {
    .error-title {
      background-image: url("/images/duo-404-img-land-400-267.jpg"); } }
  @media screen and (min-width: 401px) and (max-width: 800px) {
    .error-title {
      background-image: url("/images/duo-404-img-land-800-533.jpg"); } }
  @media screen and (min-width: 801px) {
    .error-title {
      background-image: url("/images/duo-404-img-land-1200-800.jpg"); } }
.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: 73.14px;
  margin: 1em auto; }
  @media screen and (min-width: 700px) {
    .footerlogo img {
      display: block;
      width: 121px;
      height: 83.49px; } }
/* +--------------+
   | 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; }

/*	========================================================================== */
/*		GLOBAL CHALLENGE
/*	========================================================================== */
.main-globalChallenge {
  max-width: 40em;
  padding: 2em 1.5em 8vw;
  margin: 0 auto; }

.globalChallenge-intro {
  overflow: hidden;
  background-color: #fff;
  padding: 1em; }

.globalChallenge-introImage figure {
  float: left;
  width: 16em;
  max-width: 27vw;
  margin: 0 1em 1em 0; }

.globalChallenge-introText *:last-child {
  margin-bottom: 0; }

.globalChallenge-partners {
  overflow: hidden;
  padding: 3em 0; }

.globalChallenge-partners h2 {
  font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
  font-weight: normal;
  font-size: 3em;
  line-height: 1;
  color: #b91316;
  margin: 0 0 0.25em; }

.globalChallenge-partnerItem {
  color: #fff;
  background-color: #002647;
  margin-bottom: 2em; }
  @media screen and (min-width: 700px) {
    .globalChallenge-partnerItem {
      float: left;
      width: 47.5%; } }
@media screen and (min-width: 700px) {
  .globalChallenge-partnerItem:nth-child(even) {
    margin-right: 5%;
    clear: left; } }

.globalChallenge-partnerItem figure {
  background-color: #002647;
  padding: 0.5em 0.5em 0 0.5em; }

.globalChallenge-partnerItem ul {
  padding: 1em 0; }

.globalChallenge-partnerItem ul li {
  display: block; }

.globalChallenge-partnerItem ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0.25em 1em;
  transition: 0.3s color ease; }
  .globalChallenge-partnerItem ul li a:hover, .globalChallenge-partnerItem ul li a:focus, .globalChallenge-partnerItem ul li a:active {
    color: #b91316; }

.globalChallenge-partnerItem ul li a svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  fill: currentcolor;
  margin-right: 0.5em; }

/* +--------------+
   | GRID SUPPORT |
   +--------------+ */
@supports (display: grid) {
  .main-globalChallenge {
    max-width: none;
    padding: 2em 0 8vw;
    margin: 1em 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-globalChallenge {
        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-globalChallenge {
        grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
  .globalChallenge-intro {
    grid-column: 3 / span 19; }
  .globalChallenge-partners {
    grid-column: 3 / span 19;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
    grid-gap: 1em; }
  .globalChallenge-partners h2 {
    grid-column: 1 / -1; }
  .globalChallenge-partnerItem {
    margin-bottom: 0; }
    @media screen and (min-width: 700px) {
      .globalChallenge-partnerItem {
        float: none;
        width: auto; } }
  @media screen and (min-width: 700px) {
    .globalChallenge-partnerItem:nth-child(even) {
      margin-right: 0;
      clear: none; } } }

/* +----------------+
   | END GRID RULES |
   +----------------+ */
/* •<><><><><><><>•
   | FLEX SUPPORT |
   •<><><><><><><>• */
/* •<><><><><><><><>•
   | END FLEX RULES |
   •<><><><><><><><>• */
/*	========================================================================== */
/*!		HEADER                                                                   */
/*	========================================================================== */
.pageHeader {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 106px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 700px) {
    .pageHeader {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100px; } }
/* +--------------+
   | 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;
  z-index: 6; }
  @media screen and (min-width: 700px) {
    .mainlogo {
      top: 12px;
      left: 24px;
      z-index: 0; } }
.mainlogo a {
  display: block; }

.mainlogo a img {
  width: 106px; }

/* +--------------+
   | 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: center; } } }

/* +----------------+
   | END GRID RULES |
   +----------------+ */
/*	========================================================================== */
/*!		NAV                                                                      */
/*	========================================================================== */
@media screen and (min-width: 700px) {
  .mainNav {
    margin-left: 150px; } }

/*  ===================================
    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; }
  @media screen and (min-width: 700px) {
    .pageHeader input#nav-toggle,
    .pageHeader label.nav-toggle {
      display: none; } }
.nav-toggle-indicator {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 27px;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 10;
  background-color: #fff; }
  @media screen and (min-width: 700px) {
    .nav-toggle-indicator {
      display: none; } }
.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: 106px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: calc(100vh - 186px);
  transition: all 0.1s ease;
  transform: scaleY(0);
  transform-origin: top;
  background-color: white; }
  @media screen and (min-width: 700px) {
    .mainNav {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      z-index: 0;
      width: auto;
      height: auto;
      transform: scaleY(1);
      background-color: transparent;
      margin-right: 104px; } }
.pageHeader input#nav-toggle:checked ~ nav {
  transform: scaleY(1); }

.mainNav ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 2em 0; }
  @media screen and (min-width: 700px) {
    .mainNav ul {
      padding-top: 14px;
      margin: 0; } }
  @media screen and (min-width: 960px) {
    .mainNav ul {
      padding-top: 20px; } }
.mainNav ul li {
  display: block; }
  @media screen and (min-width: 700px) {
    .mainNav ul li {
      display: inline-block; } }
@media screen and (min-width: 700px) {
  .mainNav ul li:first-child {
    display: none; } }

.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; }
    @media screen and (min-width: 700px) {
      .mainNav ul {
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-top: 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: center;
      width: 100%;
      margin-right: 0; } }
  @media screen and (min-width: 700px) {
    .mainNav ul {
      padding: 0;
      margin: 0; } }
  @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),
    .mainNav ul li:nth-child(5) {
      grid-column: span 3;
      grid-row-start: 1; } }
  @media screen and (min-width: 700px) {
    .mainNav ul li:nth-child(6),
    .mainNav ul li:nth-child(7),
    .mainNav ul li:nth-child(8) {
      grid-column: span 4;
      grid-row-start: 2; } }
  @media screen and (min-width: 700px) {
    .mainNav ul li a {
      letter-spacing: -0.025em;
      padding: 0.25em 1em 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; }
  @media screen and (min-width: 700px) {
    .headerSocial {
      left: auto;
      top: 0;
      width: 104px;
      height: 100px;
      transform: scaleY(1);
      z-index: 0;
      padding-top: 16px; } }
.pageHeader input#nav-toggle:checked ~ .headerSocial {
  transform: scaleY(1); }

.headerSocial li {
  display: inline-block;
  margin: 20px; }
  @media screen and (min-width: 700px) {
    .headerSocial li {
      margin: 0 3px; } }
.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; }
  @media screen and (min-width: 700px) {
    .headerSocial a svg {
      width: 30px;
      height: 30px; } }
/* +--------------+
   | 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 - $header-height);
  margin-bottom: 2em; }
  @media screen and (min-width: 700px) {
    .homeSplash-img {
      height: calc(100vh - 100px); } }
  @media screen and (min-width: 960px) {
    .homeSplash-img {
      height: calc(100vh - 82px); } }
  @media screen and (min-width: 1200px) {
    .homeSplash-img {
      max-height: 70vw; } }
.homeSplash-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: right center; }

.homeSplash-logo {
  position: absolute;
  top: calc((100vh - $header-height) / 2);
  left: 50%; }

.homeSplash-logo img {
  width: 106px;
  height: 73.14px;
  margin: -36.57px 0 0 -53px; }
  @media screen and (min-width: 700px) {
    .homeSplash-logo img {
      width: 130px;
      height: 89.7px;
      margin: -44.85px 0 0 -65px; } }
.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 - $header-height);
  margin: 0 auto; }
  @media screen and (min-width: 700px) {
    .homeSplash-track svg {
      max-height: calc(100vh - 82px); } }
/* +--------------+
   | 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; }
  @media screen and (min-width: 700px) {
    .homeNews-txt h2 {
      font-size: 2.5em; } }
.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; }
  @media screen and (min-width: 700px) {
    .homeEvent-title p {
      font-size: 1.875em; } }
.homeEvent-title p span {
  padding-left: 1rem; }
  @media screen and (min-width: 700px) {
    .homeEvent-title p span {
      padding-left: 1.5rem; } }
.homeEvent-match {
  background-color: #002647;
  padding: 1.5em 1em; }
  @media screen and (min-width: 700px) {
    .homeEvent-match {
      padding: 1.5em; } }
.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; }
  @media screen and (min-width: 700px) {
    .homeEvent-match h2 {
      font-size: 3.75em; } }
.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; }
  @media screen and (min-width: 700px) {
    .homeEvent-match p {
      font-size: 1.5em; } }
.homeEvent-details {
  background-color: #002647;
  padding: 1.5em 1em; }
  @media screen and (min-width: 700px) {
    .homeEvent-details {
      padding: 2em 1.5em; } }
.homeEvent-details p {
  font-size: 1.5em; }
  @media screen and (min-width: 700px) {
    .homeEvent-details p {
      font-size: 1.875em; } }
.homeEvent-tickets {
  background-color: #002647;
  padding: 0.5em 0; }

.homeEvent-tickets p {
  font-size: 1.25em; }
  @media screen and (min-width: 700px) {
    .homeEvent-tickets p {
      font-size: 1.875em; } }
.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; }
  @media screen and (min-width: 700px) {
    .homeImg {
      margin-top: 1px; } }
[class^="homeImgLine"] {
  display: none;
  margin-top: 8em; }
  @media screen and (min-width: 700px) {
    [class^="homeImgLine"] {
      margin-top: 1px; } }
/* +--------------+
   | 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; }
  @media screen and (min-width: 700px) {
    .homeRider-txt h2 {
      font-size: 3em; } }
.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; }

.homeTwitter iframe {
  width: 1px !important;
  min-width: 100% !important; }

/* +--------------+
   | GRID SUPPORT |
   +--------------+ */
@supports (display: grid) {
  .homeTwitter {
    grid-column: 3 / span 19;
    grid-row: 26 / span 1; }
    @media screen and (min-width: 700px) {
      .homeTwitter {
        grid-column: 8 / span 9; } } }

/* +----------------+
   | END GRID RULES |
   +----------------+ */
/*	========================================================================== */
/*	!	HOME : SPONSORS                                                          */
/*	========================================================================== */
.homeConnectionTitle 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; }
  @media screen and (min-width: 700px) {
    .homeConnectionTitle h2 {
      font-size: 1.5em;
      padding: 2.5rem 1rem; } }
  @media screen and (min-width: 1200px) {
    .homeConnectionTitle h2 {
      font-size: 1.5em; } }
.homePartnersTitle h2,
.homeAssociationsTitle h2 {
  background-color: #cb1518; }

.homeSuppliersTitle h2,
.homeMediaPartnersTitle h2 {
  background-color: #002647; }

.homeConnectionTitle h2 a {
  color: #fff;
  text-decoration: none; }

@media screen and (min-width: 700px) {
  .homeConnectionTitle h2 span {
    display: block; } }

.homeConnection {
  padding: 2em 0;
  background-color: #fff;
  margin-bottom: 2em; }

.homeConnection li {
  display: block; }

.homeConnection li a {
  display: block;
  padding: 0.5em; }

.homeConnection li a img {
  max-width: 90%;
  max-height: 10em;
  margin: 0 auto;
  transition: all ease 0.2s; }

.homeConnection li a:hover img,
.homeConnection li a:focus img,
.homeConnection li a:active img {
  transform: scale(1.05); }

/* +--------------+
   | GRID SUPPORT |
   +--------------+ */
@supports (display: grid) {
  .homeConnectionTitle {
    grid-column: 3 / span 19; }
    @media screen and (min-width: 700px) {
      .homeConnectionTitle {
        grid-column: 3 / span 5;
        align-self: flex-start; } }
  .homeConnection {
    grid-column: 3 / span 19;
    border-bottom: 1px solid #e8e7e3; }
    @media screen and (min-width: 700px) {
      .homeConnection {
        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; } }
  .homeAssociationsTitle {
    grid-row: 22 / span 1; }
    @media screen and (min-width: 700px) {
      .homeAssociationsTitle {
        grid-row: 21 / span 1; } }
    @media screen and (min-width: 960px) {
      .homeAssociationsTitle {
        grid-row: 18 / span 1; } }
  .homeAssociations {
    grid-row: 23 / span 1; }
    @media screen and (min-width: 700px) {
      .homeAssociations {
        grid-row: 21 / span 2; } }
    @media screen and (min-width: 960px) {
      .homeAssociations {
        grid-row: 18 / span 2; } }
  .homeMediaPartnersTitle {
    grid-row: 24 / span 1; }
    @media screen and (min-width: 700px) {
      .homeMediaPartnersTitle {
        grid-row: 23 / span 1; } }
    @media screen and (min-width: 960px) {
      .homeMediaPartnersTitle {
        grid-row: 20 / span 1; } }
  .homeMediaPartners {
    grid-row: 25 / span 1; }
    @media screen and (min-width: 700px) {
      .homeMediaPartners {
        grid-row: 23 / span 2; } }
    @media screen and (min-width: 960px) {
      .homeMediaPartners {
        grid-row: 20 / span 2; } }
  .homeConnection li a img {
    max-width: 14em;
    max-height: 9.333em; } }

/* +----------------+
   | 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 (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; } }

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

.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;
  margin-top: 1em; }
  @media screen and (min-width: 700px) {
    .mediaList-wrap {
      padding: 1em 0 0; } }
  @media screen and (min-width: 1200px) {
    .mediaList-wrap {
      padding: 2em 0 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 0.5em 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; }

@media screen and (min-width: 700px) {
  .main-mediaList .pagination {
    padding-bottom: 1em; } }

@media screen and (min-width: 1200px) {
  .main-mediaList .pagination {
    padding-bottom: 2em; } }

/* +--------------+
   | 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; }
  @media screen and (min-width: 1200px) {
    .mediaEntry-intro {
      padding: 2em 2em 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; }
  @media screen and (min-width: 1200px) {
    .main-mediaEntry .lightgallery {
      padding: 2em; } }
.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 LINK                                                   */
/*	========================================================================== */
.media-brandGuideLink {
  background-color: #cb1518; }

.media-brandGuideLink div {
  max-width: 40em;
  padding: 1em 1.5em;
  margin: 0 auto; }

.media-brandGuideLink p {
  margin-bottom: 0; }

.media-brandGuideLink a {
  font-weight: 700;
  color: #fff; }

.media-brandGuideLink a svg {
  font-weight: 700;
  color: #fff; }

.media-brandGuideLink a 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; }

.media-brandGuideLink a:hover svg,
.media-brandGuideLink a:focus svg,
.media-brandGuideLink a:active svg {
  margin: 0 0 0 1em; }

/* +--------------+
   | GRID SUPPORT |
   +--------------+ */
@supports (display: grid) {
  .media-brandGuideLink {
    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) {
      .media-brandGuideLink {
        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) {
      .media-brandGuideLink {
        grid-template-columns: 1fr 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px repeat(4, 65px) 1px 1fr; } }
  .media-brandGuideLink div {
    grid-column: 3 / span 19;
    max-width: none;
    padding: 1em 0;
    margin: 0; } }

/* +----------------+
   | END GRID RULES |
   +----------------+ */
/*	========================================================================== */
/*!		MEDIA BRAND GUIDE                                                        */
/*	========================================================================== */
.mediaList-brandGuide {
  padding: 2em 1.5em; }
  @media screen and (min-width: 1200px) {
    .mediaList-brandGuide {
      padding: 2em; } }
.mediaList-brandGuide a {
  text-align: center;
  display: block;
  max-width: 365px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 #ccc;
  margin: 0 auto 1.5em; }

.mediaList-brandGuide p {
  font-family: Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  padding: 0.5em 1em;
  margin: 0; }

/* +--------------+
   | GRID SUPPORT |
   +--------------+ */
@supports (display: grid) {
  .mediaList-brandGuide {
    grid-column: 3 / span 19;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 1em; }
    @media screen and (min-width: 1200px) {
      .mediaList-brandGuide {
        grid-gap: 2em; } }
  .mediaList-brandGuide a {
    max-width: none;
    margin: 0; } }

/* +----------------+
   | END GRID RULES |
   +----------------+ */
/* •<><><><><><><>•
   | FLEX SUPPORT |
   •<><><><><><><>• */
@supports (display: flex) {
  .mediaList-brandGuide a {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .mediaList-brandGuide a div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; } }

/* •<><><><><><><><>•
   | END FLEX 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; }
  @media screen and (min-width: 700px) {
    .newsDetail-title {
      padding: 2em; } }
.newsDetail-title h1 {
  font-family: "be-akzidenz-grotesk-medium-condensed-italic", sans-serif;
  font-weight: normal;
  font-size: 3em;
  line-height: 1;
  margin: 0; }
  @media screen and (min-width: 700px) {
    .newsDetail-title h1 {
      font-size: 4em; } }
.newsDetail-date {
  line-height: 1;
  background-color: #003461;
  padding: 0.5em 1em; }
  @media screen and (min-width: 700px) {
    .newsDetail-date {
      padding: 0.75em 2em; } }
.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; }

.newsDetail-sharing {
  margin: 0 0.75em 1em; }
  @media screen and (min-width: 700px) {
    .newsDetail-sharing {
      margin: 0 2em 1em; } }
/* ==================== */
/* 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; }
  @media screen and (min-width: 700px) {
    .newsListItem-txt h2 {
      font-size: 2em; } }
.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: #b91316;
  margin: 0 0 1em; }

.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;
  padding: 1em;
  margin-bottom: 1em; }

.partner-img {
  display: block;
  padding: 0.5em;
  margin: 0 auto; }

.partner-img img {
  margin: 0 auto; }

.partner-txt {
  padding: 1em; }

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

/* +----------------+
   | END GRID RULES |
   +----------------+ */
/* •<><><><><><><>•
   | FLEX SUPPORT |
   •<><><><><><><>• */
@supports (display: flex) {
  .partner-item {
    display: flex;
    flex-wrap: wrap; }
  .partner-img {
    flex-basis: 12em;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .partner-txt {
    flex-basis: 24em;
    flex-grow: 1; } }

/* •<><><><><><><><>•
   | END FLEX RULES |
   •<><><><><><><><>• */
.partner-badge {
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto; }

.partner-badge span {
  text-align: center;
  display: inline-block; }

.partner-badge span:first-child {
  font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
  font-weight: normal;
  font-size: 90%;
  padding: 0.333em 0.66em 0.1em; }

.partner-badge span:last-child {
  font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #cb1518;
  padding: 0.333em 0.66em 0.3em;
  border-radius: 3px; }

/* +--------------+
   | GRID SUPPORT |
   +--------------+ */
@supports (display: grid) {
  .partner-badge {
    display: grid; } }

/* +----------------+
   | 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; }

.rider-item + .riders-title {
  margin-top: 2em; }

.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; } }
  .rider-itemWrap {
    grid-column: 3 / span 19;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17em, 1fr));
    grid-gap: 1em; }
  .riders-title {
    grid-column: 1 / -1; }
  .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; }
  @media screen and (min-width: 700px) {
    .riderDetail-title {
      padding: 2em; } }
.riderDetail-title h1 {
  font-family: "be-akzidenz-grotesk-medium-condensed", sans-serif;
  font-weight: normal;
  font-size: 3em;
  line-height: 1;
  margin: 0; }
  @media screen and (min-width: 700px) {
    .riderDetail-title h1 {
      font-size: 4em; } }
.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 |
   +----------------+ */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em; }

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25D366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

/*	========================================================================== */
/*		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; }
  @media screen and (min-width: 700px) {
    .speedway-title h1 {
      font-size: 3em; } }
.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; }
  @media screen and (min-width: 700px) {
    .speedway-heading h2 {
      font-size: 3em; } }
.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%; }
