@charset "UTF-8";
@-webkit-keyframes slide-from-left {
  100% {
    left: 0; } }
@keyframes slide-from-left {
  100% {
    left: 0; } }

@-webkit-keyframes slide-from-right {
  100% {
    right: 0; } }

@keyframes slide-from-right {
  100% {
    right: 0; } }

@-webkit-keyframes appear {
  100% {
    opacity: 1; } }

@keyframes appear {
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&smedium=30em&medium=48em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 30em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 30em) {
  .smedium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .smedium-offset-0 {
    margin-left: 0%; }
  .smedium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .smedium-offset-1 {
    margin-left: 8.33333%; }
  .smedium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .smedium-offset-2 {
    margin-left: 16.66667%; }
  .smedium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .smedium-offset-3 {
    margin-left: 25%; }
  .smedium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .smedium-offset-4 {
    margin-left: 33.33333%; }
  .smedium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .smedium-offset-5 {
    margin-left: 41.66667%; }
  .smedium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .smedium-offset-6 {
    margin-left: 50%; }
  .smedium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .smedium-offset-7 {
    margin-left: 58.33333%; }
  .smedium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .smedium-offset-8 {
    margin-left: 66.66667%; }
  .smedium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .smedium-offset-9 {
    margin-left: 75%; }
  .smedium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .smedium-offset-10 {
    margin-left: 83.33333%; }
  .smedium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .smedium-offset-11 {
    margin-left: 91.66667%; }
  .smedium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smedium-up-1 > .column, .smedium-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .smedium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smedium-up-2 > .column, .smedium-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .smedium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smedium-up-3 > .column, .smedium-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .smedium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smedium-up-4 > .column, .smedium-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .smedium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smedium-up-5 > .column, .smedium-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .smedium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smedium-up-6 > .column, .smedium-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .smedium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smedium-up-7 > .column, .smedium-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .smedium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smedium-up-8 > .column, .smedium-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 30em) and (min-width: 30em) {
  .smedium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.smedium-unstack > .column, .row.smedium-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 30em) {
    .row.smedium-unstack > .column, .row.smedium-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 30em) {
  .smedium-collapse > .column, .smedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .smedium-uncollapse > .column, .smedium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 90em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 30em) {
  .smedium-text-left {
    text-align: left; }
  .smedium-text-right {
    text-align: right; }
  .smedium-text-center {
    text-align: center; }
  .smedium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 29.99875em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 29.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 29.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 30em) {
  .hide-for-smedium {
    display: none !important; } }

@media screen and (max-width: 29.99875em) {
  .show-for-smedium {
    display: none !important; } }

@media screen and (min-width: 30em) and (max-width: 47.99875em) {
  .hide-for-smedium-only {
    display: none !important; } }

@media screen and (max-width: 29.99875em), screen and (min-width: 48em) {
  .show-for-smedium-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 30em) {
  .smedium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .smedium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .smedium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .smedium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .smedium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .smedium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 30em) {
  .smedium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .smedium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .smedium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .smedium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .smedium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .smedium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .smedium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .smedium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@font-face {
  font-display: swap;
  font-family: 'CatamaranRegular';
  src: url("./../fonts/catamaran-regular-webfont.eot");
  src: url("./../fonts/catamaran-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/catamaran-regular-webfont.woff") format("woff"), url("./../fonts/catamaran-regular-webfont.woff2") format("woff2"), url("./../fonts/catamaran-regular-webfont.ttf") format("truetype"), url("./../fonts/catamaran-regular-webfont.svg#CatamaranRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-display: swap;
  font-family: 'CatamaranMedium';
  src: url("./../fonts/catamaran-medium-webfont.eot");
  src: url("./../fonts/catamaran-medium-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/catamaran-medium-webfont.woff") format("woff"), url("./../fonts/catamaran-medium-webfont.woff2") format("woff2"), url("./../fonts/catamaran-medium-webfont.ttf") format("truetype"), url("./../fonts/catamaran-medium-webfont.svg#CatamaranMedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-display: swap;
  font-family: 'CatamaranExtraBold';
  src: url("./../fonts/catamaran-extrabold-webfont.eot");
  src: url("./../fonts/catamaran-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/catamaran-extrabold-webfont.woff") format("woff"), url("./../fonts/catamaran-extrabold-webfont.woff2") format("woff2"), url("./../fonts/catamaran-extrabold-webfont.ttf") format("truetype"), url("./../fonts/catamaran-extrabold-webfont.svg#CatamaranExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-display: swap;
  font-family: 'OpenSansRegular';
  src: url("./../fonts/opensans-regular-webfont.eot");
  src: url("./../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/opensans-regular-webfont.woff") format("woff"), url("./../fonts/opensans-regular-webfont.woff2") format("woff2"), url("./../fonts/opensans-regular-webfont.ttf") format("truetype"), url("./../fonts/opensans-regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-display: swap;
  font-family: 'OpenSansItalic';
  src: url("./../fonts/opensans-italic-webfont.eot");
  src: url("./../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/opensans-italic-webfont.woff") format("woff"), url("./../fonts/opensans-italic-webfont.woff2") format("woff2"), url("./../fonts/opensans-italic-webfont.ttf") format("truetype"), url("./../fonts/opensans-italic-webfont.svg#OpenSansItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-display: swap;
  font-family: 'OpenSansBold';
  src: url("./../fonts/catamaran-bold-webfont.eot");
  src: url("./../fonts/catamaran-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/catamaran-bold-webfont.woff") format("woff"), url("./../fonts/catamaran-bold-webfont.woff2") format("woff2"), url("./../fonts/catamaran-bold-webfont.ttf") format("truetype"), url("./../fonts/catamaran-bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-display: swap;
  font-family: 'icomoon';
  src: url("./../fonts/icomoon.eot?orptrg");
  src: url("./../fonts/icomoon.eot?orptrg#iefix") format("embedded-opentype"), url("./../fonts/icomoon.ttf?orptrg") format("truetype"), url("./../fonts/icomoon.woff?orptrg") format("woff"), url("./../fonts/icomoon.svg?orptrg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

.events h3, .events .event-item .winners .title {
  font-family: 'CatamaranRegular'; }

.header, #split-page-layover .content .button {
  font-family: 'CatamaranMedium'; }

h1, h2, h3, h4, .category, .vc_tta-container .vc_tta-panel-body input[type=button], .live-button, .rider-info h4, #split-page-layover .content h2, .single-event .event-block.info .item .register a, .wp-polls-ans .Buttons, #nf-field-249, .vote-button {
  font-family: 'CatamaranExtraBold'; }

html,
body, .vc_tta-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-title a, .single-news .content,
.single-news .content p, .single-video .yotu-playlist {
  font-family: 'OpenSansRegular'; }

.italic, .link, .checkbox label a, .nf-form-wrap .submit-container input[type=button], .filter .input-wrapper input::-webkit-input-placeholder, .rider-info .country p, .events .event-item .status p,
.events .event-item .winners p, .events .event-item .date p, .tourleaders .view-profile p, .athletes-overview .rider .view-profile p, .single-event .event-details .date p {
  font-family: 'OpenSansItalic'; }

.italic, .link, .checkbox label a, .nf-form-wrap .submit-container input[type=button], .filter .input-wrapper input:-ms-input-placeholder, .rider-info .country p, .events .event-item .status p,
.events .event-item .winners p, .events .event-item .date p, .tourleaders .view-profile p, .athletes-overview .rider .view-profile p, .single-event .event-details .date p {
  font-family: 'OpenSansItalic'; }

.italic, .link, .checkbox label a, .nf-form-wrap .submit-container input[type=button], .filter .input-wrapper input::-ms-input-placeholder, .rider-info .country p, .events .event-item .status p,
.events .event-item .winners p, .events .event-item .date p, .tourleaders .view-profile p, .athletes-overview .rider .view-profile p, .single-event .event-details .date p {
  font-family: 'OpenSansItalic'; }

.italic, .link, .checkbox label a, .nf-form-wrap .submit-container input[type=button], .filter .input-wrapper input::placeholder, .rider-info .country p, .events .event-item .status p,
.events .event-item .winners p, .events .event-item .date p, .tourleaders .view-profile p, .athletes-overview .rider .view-profile p, .single-event .event-details .date p {
  font-family: 'OpenSansItalic'; }

.link.with-icon:after, .select-wrapper:after, .nf-form-wrap .submit-container .nf-field-element:after, .mc4wp-form-fields .button:after,
.wpcf7-form .button:after, .header .main-menu .home-icon:before, .header .social-media, .header .mobile-menu:after, .footer .social-media a:before, .footer .newsletter-signup .button:after, #catapult-cookie-bar #catapultCookie:after, .filter .input-wrapper button:after, .pagination-wrapper .button:after, #split-page-layover .content .button:after, .swiper-elements .prev-slide:after, .swiper-elements .next-slide:after, .events .event-item .winners .male:before,
.events .event-item .winners .female:before, .galleries .gallery .overlay-link .icon:after, .single-event .event-details .quick-menu ul li:before, .videos .video .overlay-link .icon:after {
  font-family: 'icomoon'; }

html,
body {
  text-align: left !important; }

a {
  color: #000000;
  text-align: left; }

p,
.wpb_wrapper ul li,
.wpb_wrapper ol li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left; }

.intro,
.intro p {
  font-size: 1rem;
  line-height: 1.25rem; }

h1 {
  text-align: left;
  font-size: 2.25rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }
  @media print, screen and (min-width: 48em) {
    h1 {
      font-size: 3rem;
      line-height: 2.5rem;
      margin-bottom: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    h1 {
      font-size: 3.25rem;
      line-height: 3.125rem; } }
  @media screen and (min-width: 90em) {
    h1 {
      font-size: 3.625rem;
      line-height: 3.0625rem; } }
  @media (max-height: 800px) and (min-width: 1366px) {
    h1 {
      font-size: 2.625rem;
      line-height: 2.5rem; } }

h2 {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase; }
  @media print, screen and (min-width: 48em) {
    h2 {
      font-size: 1.75rem;
      line-height: 2.5rem; } }

h3 {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5rem; }

h4 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.25rem; }

.category {
  text-transform: uppercase; }

.link.with-icon span {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline; }

.link.with-icon:after {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  content: "";
  font-size: 0.625rem;
  margin-left: 0.25rem; }

.link.big span {
  font-size: 1.125rem;
  line-height: 1.5rem; }

.link:hover span {
  color: #00A4CA; }

.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    color: #00A4CA;
    content: "";
    font-size: 0.625rem;
    height: 0.75rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select-wrapper select {
    background: none;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 25px;
    height: 2.5rem;
    outline: none;
    padding: 0 1rem;
    -webkit-appearance: none; }
    .select-wrapper select:focus, .select-wrapper select:active, .select-wrapper select:visited {
      outline: none; }
    .select-wrapper select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000000; }
    .select-wrapper select option:not(:checked) {
      color: black; }

.input-wrapper {
  margin-bottom: 1rem;
  position: relative; }
  .input-wrapper input {
    background: none;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    font-size: 0.875rem;
    height: 2.25rem;
    margin-top: 0.25rem;
    position: relative;
    width: 100%;
    z-index: 1; }
    @media print, screen and (min-width: 48em) {
      .input-wrapper input {
        width: 50%; } }
    .input-wrapper input:focus, .input-wrapper input:valid {
      outline: none; }
      .input-wrapper input:focus + label, .input-wrapper input:valid + label {
        top: -0.5rem; }
        .input-wrapper input:focus + label p, .input-wrapper input:valid + label p {
          color: #787D7A;
          font-size: 0.625rem; }
  .input-wrapper label {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    left: 0;
    position: absolute;
    top: 0.5rem; }
    .input-wrapper label p {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      margin-bottom: 0; }

.checkbox label a {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  font-size: 0.875rem;
  padding-left: 0.25rem;
  position: relative;
  top: 0.0625rem; }
  .checkbox label a:hover {
    color: #00A4CA; }

button {
  cursor: pointer; }
  button:focus, button:active {
    outline: none; }

.nf-form-wrap .nf-field-element input[type=text],
.nf-form-wrap .nf-field-element input[type=email],
.nf-form-wrap .nf-field-element input[type=tel] {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D8D8D8;
  height: 2.5rem;
  padding: 0 0.5rem;
  width: 100%; }
  .nf-form-wrap .nf-field-element input[type=text]:focus,
  .nf-form-wrap .nf-field-element input[type=email]:focus,
  .nf-form-wrap .nf-field-element input[type=tel]:focus {
    border: 1px solid #00A4CA;
    outline: none; }

.nf-form-wrap .nf-field-element select {
  -webkit-appearance: none;
  background: #FFFFFF url("../svg/chevron-down.svg") no-repeat calc(100% - 16px) center;
  border: 0.0625rem solid #D8D8D8 !important;
  height: 2.5rem !important;
  padding: 0 0.75rem !important; }
  .nf-form-wrap .nf-field-element select:focus {
    border: 0.0625rem solid #00A4CA !important;
    outline: none !important; }

.nf-form-wrap .nf-field-element .nf-fu-progress {
  height: 2.5rem; }

.nf-form-wrap .submit-container .nf-field-element:after {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  content: "";
  font-size: 0.625rem;
  margin-left: 0.5rem; }

.nf-form-wrap .submit-container input[type=button] {
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  height: auto;
  padding: 0;
  text-decoration: underline;
  width: auto; }

.nf-form-wrap .nf-field-label label {
  font-weight: 400; }

.mc4wp-form-fields .button,
.wpcf7-form .button {
  margin-top: 1.5rem; }
  .mc4wp-form-fields .button input,
  .wpcf7-form .button input {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    background: none;
    border: none;
    cursor: pointer;
    height: auto;
    padding: 0;
    text-decoration: underline;
    width: auto; }
  .mc4wp-form-fields .button:after,
  .wpcf7-form .button:after {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    content: "";
    font-size: 0.625rem;
    margin-left: 0.5rem; }
  .mc4wp-form-fields .button:hover input, .mc4wp-form-fields .button:hover:after,
  .wpcf7-form .button:hover input,
  .wpcf7-form .button:hover:after {
    color: #00A4CA; }

.wpcf7-form label {
  display: inline-block;
  margin-bottom: 0.25rem; }

.wpcf7-form .wpcf7-form-control-wrap input {
  border: 1px solid #D8D8D8;
  height: 2.5rem;
  padding: 0 0.5rem;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .wpcf7-form .wpcf7-form-control-wrap input {
      width: 75%; } }
  .wpcf7-form .wpcf7-form-control-wrap input:focus {
    border: 1px solid #00A4CA;
    outline: none; }

.wpcf7-form .wpcf7-form-control-wrap textarea {
  border: 1px solid #D8D8D8;
  padding: 0.5rem;
  resize: vertical;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .wpcf7-form .wpcf7-form-control-wrap textarea {
      width: 75%; } }
  .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
    border: 1px solid #00A4CA;
    outline: none; }

.wpcf7-form .mc4wp-checkbox input {
  height: 0.875rem;
  margin-right: 0.5rem;
  position: relative;
  top: -0.0625rem;
  width: 0.875rem; }

.wpcf7-form .ajax-loader {
  display: none !important; }

.wpcf7-form .wpcf7-submit {
  border: none;
  width: auto; }
  .wpcf7-form .wpcf7-submit:focus {
    outline: none; }

.wpcf7-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0; }

.vc_tta-container .vc_tta-tabs-container .vc_tta-tab a {
  color: #000000 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important; }

.vc_tta-container .vc_tta-panels {
  border-radius: 0 !important; }
  .vc_tta-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-title a {
    color: #000000 !important;
    text-transform: uppercase !important; }
  .vc_tta-container .vc_tta-panels .vc_tta-panel-heading {
    border-radius: 0 !important; }

.vc_tta-container .vc_tta-panel-body {
  border-radius: 0 !important; }
  .vc_tta-container .vc_tta-panel-body .nf-field-label {
    margin: 0.25rem 0 0.375rem !important; }
    .vc_tta-container .vc_tta-panel-body .nf-field-label label {
      font-size: 0.875rem !important;
      font-weight: 400 !important; }
  .vc_tta-container .vc_tta-panel-body input {
    background: #FFFFFF !important;
    border: 0.0625rem solid #D8D8D8 !important;
    height: 2.5rem !important;
    padding: 0 0.75rem !important; }
    .vc_tta-container .vc_tta-panel-body input:focus {
      border: 0.0625rem solid #00A4CA !important;
      outline: none !important; }
    .vc_tta-container .vc_tta-panel-body input[type=button] {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      background: #CE0019 !important;
      border: none !important;
      color: #FFFFFF !important;
      cursor: pointer;
      height: auto !important;
      padding: 0.75rem 1.25rem !important;
      margin-top: 0.5rem;
      text-transform: uppercase; }
      .vc_tta-container .vc_tta-panel-body input[type=button]:hover {
        background: #00A4CA !important; }
    .vc_tta-container .vc_tta-panel-body input[type=checkbox] {
      height: auto !important; }
  .vc_tta-container .vc_tta-panel-body select {
    -webkit-appearance: none;
    background: #FFFFFF url("../svg/chevron-down.svg") no-repeat calc(100% - 16px) center;
    border: 0.0625rem solid #D8D8D8 !important;
    height: 2.5rem !important;
    padding: 0 0.75rem !important; }
    .vc_tta-container .vc_tta-panel-body select:focus {
      border: 0.0625rem solid #00A4CA !important;
      outline: none !important; }
  .vc_tta-container .vc_tta-panel-body .nf-error-msg {
    font-size: 0.875rem !important; }
  .vc_tta-container .vc_tta-panel-body .nf-before-form-content {
    font-size: 0.875rem;
    margin-bottom: 0.5rem; }
  @media screen and (min-width: 90em) {
    .vc_tta-container .vc_tta-panel-body .nf-form-content nf-fields-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .vc_tta-container .vc_tta-panel-body .nf-form-content nf-fields-wrap nf-field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%; } }

.header {
  background: #FFFFFF !important;
  border-bottom: 1px solid #D8D8D8 !important;
  height: 4.6875rem !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 20 !important;
  padding: 0 !important;
  font-size: 16px !important; }
  .header .logo {
    padding: 0.75rem 0 0.75rem 1.25rem; }
    @media print, screen and (min-width: 48em) {
      .header .logo {
        padding: 0.75rem 0 0.75rem 2.5rem; } }
  .header .main-menu {
    display: none; }
    @media screen and (min-width: 75em) {
      .header .main-menu {
        display: block; } }
    .header .main-menu .home-icon {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      display: none;
      float: left;
      padding: 1.5rem 0; }
      @media screen and (min-width: 90em) {
        .header .main-menu .home-icon {
          display: block; } }
      .header .main-menu .home-icon:before {
        content: ""; }
      .header .main-menu .home-icon:hover {
        color: #00A4CA; }
    .header .main-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left;
      padding: 0; }
      .header .main-menu ul .menu-item {
        cursor: pointer;
        float: left;
        margin-left: 2rem;
        padding: 1.5rem 0 1.625rem; }
        .header .main-menu ul .menu-item a {
          -webkit-transition: 300ms all ease;
          -o-transition: 300ms all ease;
          transition: 300ms all ease;
          color: #000000;
          text-transform: uppercase; }
        .header .main-menu ul .menu-item .sub-menu {
          -webkit-transition: 300ms all ease;
          -o-transition: 300ms all ease;
          transition: 300ms all ease;
          background: #FFFFFF;
          -webkit-box-shadow: 0 2px 4px 0 rgba(119, 119, 119, 0.3);
          box-shadow: 0 2px 4px 0 rgba(119, 119, 119, 0.3);
          margin-top: 1.625rem;
          min-width: 18.75rem;
          opacity: 0;
          position: absolute;
          visibility: hidden; }
          .header .main-menu ul .menu-item .sub-menu li {
            border-top: 1px solid #eee;
            float: none;
            margin-left: 0;
            overflow: hidden;
            padding: 0; }
            .header .main-menu ul .menu-item .sub-menu li:first-child {
              border: none; }
            .header .main-menu ul .menu-item .sub-menu li a {
              color: #000000;
              display: block;
              padding: 0.75rem 1.5rem; }
              .header .main-menu ul .menu-item .sub-menu li a:first-child {
                display: none; }
              .header .main-menu ul .menu-item .sub-menu li a:hover {
                color: #00A4CA; }
            .header .main-menu ul .menu-item .sub-menu li .sub-menu {
              background: none;
              -webkit-box-shadow: none;
              box-shadow: none;
              margin: -0.5rem 0 1rem 1rem;
              padding-top: 0;
              position: relative; }
              .header .main-menu ul .menu-item .sub-menu li .sub-menu li {
                border: none;
                position: relative; }
                .header .main-menu ul .menu-item .sub-menu li .sub-menu li a {
                  display: block;
                  text-transform: none;
                  padding: 0.25rem 1.5rem; }
        .header .main-menu ul .menu-item.show-submenu .sub-menu {
          opacity: 1;
          visibility: visible; }
        .header .main-menu ul .menu-item.active a, .header .main-menu ul .menu-item:hover a {
          color: #00A4CA; }
        @media screen and (max-width: 89.99875em) {
          .header .main-menu ul .menu-item:first-child {
            margin-left: 0; } }
  .header .mobile-menu {
    display: block; }
    @media screen and (min-width: 75em) {
      .header .mobile-menu {
        display: none; } }
  .header .nav-right {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header .social-media {
    display: none;
    margin-right: 1.5rem;
    padding: 1.5rem 0 1.5625rem; }
    @media screen and (min-width: 75em) {
      .header .social-media {
        display: block; } }
    .header .social-media a {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      font-size: 1rem;
      margin-left: 0.25rem; }
      .header .social-media a:hover {
        color: #00A4CA; }
    .header .social-media .youtube {
      font-size: 0.875rem; }
      .header .social-media .youtube:after {
        content: ""; }
    .header .social-media .instagram {
      font-size: 0.9375rem; }
      .header .social-media .instagram:after {
        content: ""; }
    .header .social-media .facebook:after {
      content: ""; }
    .header .social-media .newsletter {
      font-size: 0.8125rem; }
      .header .social-media .newsletter:after {
        content: ""; }
  .header .mobile-menu {
    margin-right: 1.5rem;
    padding: 1.5rem 0; }
    .header .mobile-menu:after {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      color: #000000;
      content: ""; }
    .header .mobile-menu:hover:after {
      color: #00A4CA; }

.main-container {
  padding-top: 75px; }
  .main-container .block {
    margin: 2.5rem 0; }
    @media print, screen and (min-width: 48em) {
      .main-container .block {
        margin: 5rem 0; } }
    .main-container .block.keyvisual {
      margin-top: 0; }
    .main-container .block:last-child {
      margin-bottom: 0; }

.content-wrapper {
  margin-top: 2.5rem;
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .content-wrapper {
      padding: 0 1.25rem;
      min-height: 31.25rem; } }
  @media screen and (min-width: 90em) {
    .content-wrapper {
      min-height: 40.625rem; } }

.content a {
  color: #00A4CA; }
  .content a:hover {
    text-decoration: underline; }

.page-header {
  margin-bottom: 2.5rem; }
  .page-header h1 {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 48em) {
      .page-header h1 {
        margin-bottom: 0; } }

.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.footer {
  padding: 1rem 0.625rem 2.5rem; }
  @media print, screen and (min-width: 48em) {
    .footer {
      padding: 2.5rem 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .footer {
      padding: 5rem 1.25rem; } }
  .footer h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-transform: uppercase; }
    @media print, screen and (min-width: 64em) {
      .footer h3 {
        margin-bottom: 2rem;
        margin-top: 0; } }
  .footer p {
    line-height: 1.5rem; }
  .footer .contact-info .textwidget p:last-child {
    margin-bottom: 0; }
  .footer .social-media a.orange {
    background: #E5702A; }
  .footer .social-media a.red {
    background: #CE0019; }
  .footer .social-media a {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    background: #00A4CA;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    height: 2.5rem;
    margin-right: 0.25rem;
    position: relative;
    width: 2.5rem; }
    .footer .social-media a:before {
      font-size: 1.125rem;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .footer .social-media a.facebook:before {
      content: ""; }
    .footer .social-media a.instagram:before {
      content: "";
      font-size: 1.0625rem; }
    .footer .social-media a.youtube:before {
      content: "";
      font-size: 0.875rem; }
    .footer .social-media a:hover {
      background: #000000; }
  .footer .data-protection {
    margin-top: 1.5rem; }
    @media print, screen and (min-width: 64em) {
      .footer .data-protection {
        margin-top: 3rem; } }
    .footer .data-protection h3 {
      margin-bottom: 1rem; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer ul li a {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease; }
      .footer ul li a p {
        margin-bottom: 0.25rem; }
      .footer ul li a:hover {
        color: #00A4CA; }
  .footer .newsletter {
    margin-top: 1rem; }
    @media print, screen and (min-width: 64em) {
      .footer .newsletter {
        margin-top: 0; } }
  .footer .newsletter-signup .mc-field-group {
    margin-bottom: 1rem;
    position: relative; }
  .footer .newsletter-signup .mce_inline_error {
    color: #CE0019;
    font-size: 0.75rem;
    margin-top: 0.25rem; }
  .footer .newsletter-signup input {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    font-size: 0.875rem;
    height: 2.25rem;
    width: 100%; }
    .footer .newsletter-signup input:focus, .footer .newsletter-signup input:valid, .footer .newsletter-signup input.mce_inline_error {
      outline: none; }
      .footer .newsletter-signup input:focus + label, .footer .newsletter-signup input:valid + label, .footer .newsletter-signup input.mce_inline_error + label {
        top: -0.875rem; }
        .footer .newsletter-signup input:focus + label p, .footer .newsletter-signup input:valid + label p, .footer .newsletter-signup input.mce_inline_error + label p {
          font-size: 0.625rem; }
    .footer .newsletter-signup input.mce_inline_error {
      color: #000000;
      font-size: 0.875rem;
      margin: 0; }
  .footer .newsletter-signup label {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    left: 0;
    position: absolute;
    top: 0; }
    .footer .newsletter-signup label p {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease; }
  .footer .newsletter-signup .button input {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    border: none;
    cursor: pointer;
    height: auto;
    padding: 0;
    text-decoration: underline;
    width: auto; }
  .footer .newsletter-signup .button:after {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    content: "";
    font-size: 0.625rem;
    margin-left: 0.5rem; }
  .footer .newsletter-signup .button:hover input, .footer .newsletter-signup .button:hover:after {
    color: #00A4CA; }
  .footer .special-event {
    margin: 50px 0 0 0; }
    .footer .special-event img {
      height: 50px; }
  .footer .quicklinks {
    margin-top: 1rem; }
    @media print, screen and (min-width: 64em) {
      .footer .quicklinks {
        margin-top: 0; } }

.category.big-air {
  color: #E5702A; }
  .category.big-air:after {
    background: #E5702A; }

.category.youth-kite-surf, .category.youth-freestyle, .category.hydrofoil-freestyle, .hydrofoil-bigair {
  color: #F5BC40; }
  .category.youth-kite-surf:after, .category.youth-freestyle:after, .category.hydrofoil-freestyle:after, .hydrofoil-bigair:after {
    background: #F5BC40; }

.category.kite-surf, .category.surf, .category.strapless {
  color: #00A4CA; }
  .category.kite-surf:after, .category.surf:after, .category.strapless:after {
    background: #00A4CA; }

.category.freestyle {
  color: #E5702A; }
  .category.freestyle:after {
    background: #E5702A; }

.category.amateur-race {
  color: #3ca800; }
  .category.amateur-race:after {
    background: #3ca800; }

.category.park {
  color: #CE0019; }
  .category.park:after {
    background: #CE0019; }

.category.race, .category.team {
  color: #2AAB72; }
  .category.race:after, .category.team:after {
    background: #2AAB72; }

.category.big-air:after, .category.amateur-race:after, .category.surf:after, .category.freestyle:after, .category.park:after, .category.race:after, .category.team:after, .category.kite-surf:after, .category.hydrofoil-freestyle:after,.category.hydrofoil-bigair:after, .category.youth-freestyle:after, .category.youth-kite-surf:after {
  bottom: 0;
  content: '';
  height: 0.3125rem;
  position: absolute;
  right: 0;
  width: 100%; }

.live-event.strapless {
  border-left: 5px solid #00A4CA; }

.live-event.big-air {
  border-left: 5px solid #E5702A; }

.live-event.freestyle {
  border-left: 5px solid #E5702A; }

.live-event.hydrofoil-freestyle {
  border-left: 5px solid #F5BC40; }

.live-event.hydrofoil-bigair {
    border-left: 5px solid #F5BC40; }

.live-event.park {
  border-left: 5px solid #CE0019; }

.live-event.race {
  border-left: 5px solid #2AAB72; }

.live-event.team {
  border-left: 5px solid #2AAB72; }

.live-event.kite-surf {
  border-left: 5px solid #00A4CA; }

.live-event.youth-freestyle {
  border-left: 5px solid #00A4CA; }

.live-event.youth-kite-surf {
  border-left: 5px solid #00A4CA; }

.live-event.freestyle-2019 {
  border-left: 5px solid #E5702A; }

.live-event.park-2019 {
  border-left: 5px solid #CE0019; }

.live-event.race-2019 {
  border-left: 5px solid #2AAB72; }

.tourleaders .item.strapless:before {
  background: #00A4CA; }

.tourleaders .item.big-air:before {
  background: #E5702A; }

.tourleaders .item.hydrofoil-freestyle:before {
  background: #F5BC40; }

.tourleaders .item.freestyle:before {
  background: #E5702A; }

.tourleaders .item.park:before {
  background: #CE0019; }

.tourleaders .item.race:before {
  background: #2AAB72; }

.tourleaders .item.team:before {
  background: #2AAB72; }

.tourleaders .item:before {
  content: '';
  height: 0.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#catapult-cookie-bar {
  background-color: #FFFFFF !important;
  border-top: 1px solid #D8D8D8;
  color: #000000 !important;
  font-size: 0.875rem !important;
  padding: 2rem 2.5rem !important; }
  #catapult-cookie-bar a {
    color: #00A4CA !important; }
  #catapult-cookie-bar .ctcc-inner {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  #catapult-cookie-bar #catapultCookie {
    padding: 0.375rem 2rem 0.375rem 0.5625rem !important; }
    #catapult-cookie-bar #catapultCookie:after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.filter {
  display: block;
  margin: 0.25rem 0 2rem;
  overflow: hidden; }
  @media print, screen and (min-width: 48em) {
    .filter {
      text-align: right; } }
  @media print, screen and (min-width: 64em) {
    .filter {
      margin: 1rem 0 2rem; } }
  .filter .select-wrapper {
    margin: 0 1rem 0.5rem 0; }
    @media print, screen and (min-width: 48em) {
      .filter .select-wrapper {
        float: left; }
        .filter .select-wrapper select {
          max-width: 18.75rem;
          min-width: 12.5rem; } }
  .filter .select-wrapper:after {
    pointer-events: none; }
  .filter .input-wrapper {
    display: block;
    margin: 0 1rem 1rem 0; }
    @media print, screen and (min-width: 48em) {
      .filter .input-wrapper {
        display: inline-block;
        float: left;
        margin-bottom: 0; } }
    .filter .input-wrapper input {
      background: none;
      border: 1px solid #D8D8D8;
      border-radius: 1.5625rem;
      height: 2.5rem;
      margin: 0;
      min-width: 15.625rem;
      outline: none;
      padding: 0 1rem;
      width: 100%;
      -webkit-appearance: none; }
      @media print, screen and (min-width: 48em) {
        .filter .input-wrapper input {
          max-width: 18.75rem; } }
    .filter .input-wrapper button {
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
      .filter .input-wrapper button:after {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease;
        color: #000000;
        content: "";
        font-size: 1.25rem; }
      .filter .input-wrapper button:hover:after {
        color: #00A4CA; }
  .filter .show-all {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    clear: both;
    display: inline-block;
    margin-top: 0.5rem;
    text-align: center;
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .filter .show-all {
        clear: none;
        float: left;
        margin: 0.75rem 1rem 0 0;
        text-align: left;
        width: auto; } }
    .filter .show-all:hover {
      color: #00A4CA; }

.instafeed #sbi_load {
  text-align: left !important; }
  .instafeed #sbi_load .sbi_load_btn,
  .instafeed #sbi_load .sbi_follow_btn {
    border-radius: 0 !important; }
    .instafeed #sbi_load .sbi_load_btn a,
    .instafeed #sbi_load .sbi_follow_btn a {
      background: #00A4CA !important;
      border-radius: 0 !important; }

.live-event {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  left: 5rem;
  min-width: 15.625rem;
  padding: 1rem;
  position: absolute;
  top: 5rem; }
  @media print, screen and (min-width: 48em) {
    .live-event {
      display: block; } }
  .live-event .category {
    margin-bottom: 0.625rem; }
    .live-event .category:after {
      display: none; }
  .live-event h3 {
    margin-bottom: 0.125rem; }
  .live-event .date {
    font-style: italic; }
    .live-event .date p {
      margin-bottom: 0.75rem; }
  .live-event .status p {
    margin-bottom: 0.125rem; }
  .live-event .live-button {
    background: #CE0019;
    color: #FFFFFF;
    height: 100%;
    padding: 0.5rem 1.5rem;
    position: absolute;
    right: -3rem;
    top: 0;
    width: 3rem; }
    .live-event .live-button span {
      display: block;
      left: 50%;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg);
      width: 6.875rem; }
      .live-event .live-button span:before, .live-event .live-button span:after {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease;
        font-size: 1.25rem;
        position: absolute;
        top: -0.3125rem; }
      .live-event .live-button span:before {
        content: '[';
        left: 0; }
      .live-event .live-button span:after {
        content: ']';
        right: 0; }
    .live-event .live-button:after {
      -webkit-animation: blink 1500ms cubic-bezier(0.5, 0, 1, 1) infinite alternate;
      animation: blink 1500ms cubic-bezier(0.5, 0, 1, 1) infinite alternate;
      background: #FFFFFF;
      border-radius: 50%;
      content: '';
      height: 0.375rem;
      left: 0.5rem;
      position: absolute;
      top: 0.5rem;
      width: 0.375rem; }
  .live-event:hover {
    background: #FFFFFF;
    color: #000000; }
    .live-event:hover span:before {
      left: -0.25rem; }
    .live-event:hover span:after {
      right: -0.25rem; }

.live-button ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0; }
  .live-button ul .menu-item a {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    background: #CE0019;
    color: #FFFFFF;
    display: block;
    height: 4.6875rem;
    padding: 1.5rem 2.25rem;
    position: relative;
    text-transform: uppercase; }
    .live-button ul .menu-item a:before, .live-button ul .menu-item a:after {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      font-size: 1.25rem;
      position: absolute;
      top: 1.1875rem; }
    .live-button ul .menu-item a:before {
      content: '[';
      left: 1.25rem; }
    .live-button ul .menu-item a:after {
      content: ']';
      right: 1.25rem; }
    .live-button ul .menu-item a:hover {
      color: #FFFFFF; }
      .live-button ul .menu-item a:hover:before {
        left: 1rem; }
      .live-button ul .menu-item a:hover:after {
        right: 1rem; }
  .live-button ul .menu-item:after {
    -webkit-animation: blink 1500ms cubic-bezier(0.5, 0, 1, 1) infinite alternate;
    animation: blink 1500ms cubic-bezier(0.5, 0, 1, 1) infinite alternate;
    background: #FFFFFF;
    border-radius: 50%;
    content: '';
    height: 0.375rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0.375rem; }

.live-button .hide-mobile {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .live-button .hide-mobile {
      display: inline-block; } }

.mc-banner iframe {
  min-height: 100px; }

.pagination-wrapper {
  padding: 1.5rem 0.625rem;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .pagination-wrapper {
      padding: 1.5rem 1.25rem; } }
  .pagination-wrapper .pagination {
    display: inline-block; }
  .pagination-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0.5rem; }
    @media screen and (max-width: 29.99875em) {
      .pagination-wrapper ul {
        overflow: hidden;
        padding-bottom: 1.25rem; } }
    @media print, screen and (min-width: 30em) {
      .pagination-wrapper ul {
        display: inline-block; } }
    .pagination-wrapper ul li {
      float: left;
      height: 1.75rem; }
      .pagination-wrapper ul li a {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease;
        padding: 0.5rem 0.75rem;
        position: relative;
        top: 0.125rem; }
        .pagination-wrapper ul li a:hover {
          color: #00A4CA; }
      .pagination-wrapper ul li span.current {
        background: #00A4CA;
        border-radius: 2rem;
        color: #FFFFFF;
        display: inline-block;
        height: 1.75rem;
        padding-top: 0.125rem;
        width: 1.75rem; }
  .pagination-wrapper .button {
    display: inline-block; }
    .pagination-wrapper .button:after {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      color: #D8D8D8;
      content: "";
      font-size: 0.75rem; }
    @media print, screen and (min-width: 30em) {
      .pagination-wrapper .button.prev {
        margin-right: 0.25rem; } }
    .pagination-wrapper .button.prev:after {
      content: ""; }
    @media print, screen and (min-width: 30em) {
      .pagination-wrapper .button.next {
        margin-left: 0.25rem; } }
    .pagination-wrapper .button.next:after {
      content: ""; }
    .pagination-wrapper .button:hover:after {
      color: #00A4CA; }

.rider-info h4 {
  color: #787D7A;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.rider-info .country img {
  float: left;
  margin: 0.25rem 0.5rem 0 0;
  width: 1.125rem; }

.sidebar {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  margin: 1.5rem 0;
  padding: 2rem;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .sidebar {
      margin: 0 0 1.5rem; }
      .sidebar.to-top {
        margin-top: -6.25rem; } }

.single-event .sidebar {
  border: 1px solid #EEEEEE;
  margin: 0 0 1.5rem 0.625rem;
  padding: 2rem;
  position: relative;
  width: calc(100% - 20px); }
  @media print, screen and (min-width: 48em) {
    .single-event .sidebar {
      margin: 0 0 1.5rem 1.25rem;
      width: calc(100% - 40px); } }
  @media print, screen and (min-width: 64em) {
    .single-event .sidebar {
      background: #FFFFFF;
      margin-top: -6.25rem;
      position: absolute;
      right: 3rem;
      width: calc(33.33% - 48px);
      z-index: 1; } }
  .single-event .sidebar.sticky {
    position: fixed;
    top: 12.5rem; }

#split-page-layover {
  background: #FFFFFF;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99; }
  #split-page-layover .logo {
    -webkit-animation: 800ms forwards 600ms appear;
    animation: 800ms forwards 600ms appear;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 1.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
    @media print, screen and (min-width: 48em) {
      #split-page-layover .logo {
        left: 3rem;
        top: 2.5rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @media print, screen and (min-width: 64em) {
      #split-page-layover .logo {
        opacity: 0; } }
  #split-page-layover .slide-first {
    -webkit-animation: 800ms forwards 200ms slide-from-left;
    animation: 800ms forwards 200ms slide-from-left;
    left: 0;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      #split-page-layover .slide-first {
        left: -100%; } }
  #split-page-layover .slide-second {
    -webkit-animation: 800ms forwards 600ms slide-from-right;
    animation: 800ms forwards 600ms slide-from-right;
    position: relative;
    right: 0; }
    @media print, screen and (min-width: 64em) {
      #split-page-layover .slide-second {
        right: -100%; } }
  #split-page-layover .association,
  #split-page-layover .worldtour {
    background: 50% 50% no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 50vh;
    position: relative;
    background-blend-mode: multiply; }
    @media print, screen and (min-width: 64em) {
      #split-page-layover .association,
      #split-page-layover .worldtour {
        height: 100vh; } }
    #split-page-layover .association:hover .button,
    #split-page-layover .worldtour:hover .button {
      background: #00A4CA;
      color: #FFFFFF; }
  #split-page-layover .content {
    -webkit-animation: 800ms forwards 1200ms appear;
    animation: 800ms forwards 1200ms appear;
    bottom: 0;
    left: 0;
    opacity: 1;
    padding: 2rem 1.5rem;
    position: absolute;
    text-align: center;
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      #split-page-layover .content {
        padding: 5rem; } }
    @media print, screen and (min-width: 64em) {
      #split-page-layover .content {
        opacity: 0; } }
    #split-page-layover .content h2 {
      color: #FFFFFF;
      font-size: 2.5rem;
      line-height: 3rem;
      text-transform: uppercase; }
      @media print, screen and (min-width: 48em) {
        #split-page-layover .content h2 {
          font-size: 3rem;
          line-height: 4.875rem; } }
    #split-page-layover .content .button {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      background: #FFFFFF;
      border-radius: 1.875rem;
      display: inline-block;
      margin-top: 1.5rem;
      padding: 0.625rem 3.5rem 0.75rem 1.5rem;
      position: relative;
      text-transform: uppercase; }
      @media print, screen and (min-width: 48em) {
        #split-page-layover .content .button {
          padding: 1rem 4.5rem 1.125rem 2rem; } }
      #split-page-layover .content .button:after {
        content: "";
        font-size: 0.6875rem;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media print, screen and (min-width: 48em) {
          #split-page-layover .content .button:after {
            right: 2rem; } }

.swiper-elements {
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 100%; }
  @media print, screen and (min-width: 48em) {
    .swiper-elements {
      bottom: 1.25rem;
      right: auto;
      top: auto; } }
  .swiper-elements .prev-slide,
  .swiper-elements .next-slide {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    cursor: pointer;
    position: absolute; }
    .swiper-elements .prev-slide.swiper-button-disabled,
    .swiper-elements .next-slide.swiper-button-disabled {
      opacity: 0.3; }
    .swiper-elements .prev-slide:focus,
    .swiper-elements .next-slide:focus {
      outline: none; }
    .swiper-elements .prev-slide:hover,
    .swiper-elements .next-slide:hover {
      color: #00A4CA; }
  .swiper-elements .prev-slide {
    right: 4.125rem; }
    @media print, screen and (min-width: 48em) {
      .swiper-elements .prev-slide {
        left: 0;
        right: auto; } }
    .swiper-elements .prev-slide:after {
      content: ""; }
  .swiper-elements .next-slide {
    right: 0.625rem; }
    @media print, screen and (min-width: 48em) {
      .swiper-elements .next-slide {
        left: 3.5rem;
        right: auto; } }
    .swiper-elements .next-slide:after {
      content: ""; }

@media print, screen and (min-width: 48em) {
  .title-wrapper {
    height: 12.5rem;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12.5rem; }
    .title-wrapper h2 {
      position: absolute;
      right: 0;
      top: -0.9375rem; } }

.not-found {
  padding: 2.5rem 0; }

.advertisement {
  background: #F2EFEB;
  padding: 1.5rem 0.625rem;
  text-align: center; }
  .advertisement p {
    color: #787D7A;
    margin-bottom: 1.5rem;
    text-align: center; }

@media print, screen and (min-width: 64em) {
  .ad-wrapper img {
    float: right; } }

.discipline-info {
  padding: 0 0.625rem;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .discipline-info {
      padding: 0 1.25rem; } }
  .discipline-info h2 {
    margin-bottom: 1rem;
    text-align: center; }
  .discipline-info .outer-title-wrapper {
    position: relative; }
  .discipline-info .item {
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 2rem; }
    @media screen and (min-width: 75em) {
      .discipline-info .item {
        height: 100%;
        padding-bottom: 0; } }
    .discipline-info .item .category:after {
      display: none; }

.events {
  padding: 6.1875rem 0.625rem 0;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .events {
      padding: 7.5rem 1.25rem 0; } }
  .home .events {
    padding: 0 1.25rem; }
    @media print, screen and (min-width: 48em) {
      .home .events {
        padding: 0 2.5rem; } }
  .events h2 {
    margin-bottom: 1.5rem; }
  .events h2.finished {
    margin-top: 1rem; }
  .events h3 {
    color: #787D7A;
    display: none;
    margin-bottom: 1.5rem; }
    @media print, screen and (min-width: 48em) {
      .events h3 {
        display: block; } }
  .events .filter {
    margin: 1.5rem 0 2rem;
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      .events .filter {
        margin: 0.25rem 0 2rem; } }
    @media print, screen and (min-width: 64em) {
      .events .filter {
        text-align: right; } }
    .events .filter .select-wrapper {
      display: inline-block;
      float: none;
      margin: 0 1rem 0.5rem 0;
      width: 100%; }
      @media print, screen and (min-width: 48em) {
        .events .filter .select-wrapper {
          width: auto; } }
      @media print, screen and (min-width: 64em) {
        .events .filter .select-wrapper {
          float: left;
          margin: 0 1rem 0.5rem 0; } }
  .events .event-item {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    border-top: 1px solid #D8D8D8;
    padding: 1.5rem 0;
    position: relative; }
    .events .event-item .category-wrapper {
      height: auto;
      position: relative; }
      @media print, screen and (min-width: 48em) {
        .events .event-item .category-wrapper {
          height: 100%; } }
      .events .event-item .category-wrapper .category {
        font-size: 0.875rem;
        left: 30%;
        line-height: 0.875rem;
        margin: 0 0 0 -0.25rem;
        padding: 0 0 0.75rem 0;
        position: absolute;
        text-align: right;
        top: 0;
        -webkit-transform: rotate(-90deg) translate(-100%, -50%);
        -ms-transform: rotate(-90deg) translate(-100%, -50%);
        transform: rotate(-90deg) translate(-100%, -50%);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        width: 4.75rem; }
        @media print, screen and (min-width: 48em) {
          .events .event-item .category-wrapper .category {
            text-align: left;
            top: 50%;
            -webkit-transform: rotate(-90deg) translate(-50%, -50%);
            -ms-transform: rotate(-90deg) translate(-50%, -50%);
            transform: rotate(-90deg) translate(-50%, -50%); } }
      .events .event-item .category-wrapper .category:nth-of-type(2) {
        margin-left: 40px; }
    .events .event-item h2 {
      line-height: 1.875rem;
      padding-right: 1.5rem; }
      @media print, screen and (min-width: 48em) {
        .events .event-item h2 {
          padding: 0; } }
    .events .event-item .status,
    .events .event-item .winners {
      height: 100%;
      position: relative; }
      .events .event-item .status p,
      .events .event-item .winners p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0; }
        @media print, screen and (min-width: 48em) {
          .events .event-item .status p,
          .events .event-item .winners p {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .events .event-item .date p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 0.5rem; }
      @media print, screen and (min-width: 48em) {
        .events .event-item .date p {
          margin-bottom: 0; } }
    .events .event-item .contest-category {
      font-size: 0.875rem;
      margin-top: 0.25rem;
      text-transform: uppercase; }
    .events .event-item .status {
      margin-bottom: 0.5rem; }
      @media print, screen and (min-width: 48em) {
        .events .event-item .status {
          margin-bottom: 0; } }
    .events .event-item .winners .title {
      color: #787D7A;
      margin-bottom: 0.25rem; }
      @media print, screen and (min-width: 48em) {
        .events .event-item .winners .title {
          display: none; } }
    .events .event-item .winners .male,
    .events .event-item .winners .female {
      padding: 0 0 0 1.5rem;
      position: relative;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .events .event-item .winners .male:before,
      .events .event-item .winners .female:before {
        color: #787D7A;
        left: 0;
        position: absolute;
        top: 0; }
    .events .event-item .winners .male {
      margin: 0.125rem 0 0.375rem; }
      .events .event-item .winners .male:before {
        content: "";
        font-size: 1.125rem; }
    .events .event-item .winners .female:before {
      content: "";
      font-size: 1.375rem; }
    .events .event-item .external-link {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media print, screen and (min-width: 48em) {
        .events .event-item .external-link {
          right: 2rem; } }
      .events .event-item .external-link i {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .events .event-item .link-overlay {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    @media print, screen and (min-width: 48em) {
      .events .event-item:hover {
        background: #F2EFEB; } }
  .events .link {
    display: block;
    margin-top: 1.5rem;
    text-align: center; }
    .events .link.show-all {
      float: none;
      margin-left: 0;
      margin-top: 0.5rem; }
      @media print, screen and (min-width: 48em) {
        .events .link.show-all {
          text-align: left; } }
  .events .white-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(69%, #FFFFFF));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 69%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 69%);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 69%);
    bottom: 2.5rem;
    height: 7.5rem;
    left: 0;
    position: absolute;
    width: 100%; }
  .events .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem; }
    .events .icon-list .title {
      color: #787D7A;
      margin-bottom: 0.5rem;
      text-transform: uppercase; }
    .events .icon-list .item {
      margin: 0 2rem 1rem 0; }
    .events .icon-list .stars {
      width: 5.75rem; }

.keyvisual {
  padding: 2.5rem 0.625rem;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .keyvisual {
      padding: 2.5rem 1.25rem; } }
  .keyvisual .image {
    background: 50% 50% no-repeat;
    background-size: cover;
    height: 18.75rem; }
    @media print, screen and (min-width: 48em) {
      .keyvisual .image {
        height: 60vh; } }
    @media print, screen and (min-width: 64em) {
      .keyvisual .image {
        height: calc(100vh - 155px); } }
  .keyvisual .content {
    background: #F2EFEB;
    border-top: 5px solid #000000;
    height: calc(100% - 160px);
    left: 1.875rem;
    padding: 1.5rem 1.5rem 2rem;
    position: relative;
    right: auto;
    top: -2.5rem;
    width: calc(100% - 60px); }
    @media print, screen and (min-width: 30em) {
      .keyvisual .content {
        left: 2.5rem;
        width: calc(100% - 80px); } }
    @media print, screen and (min-width: 48em) {
      .keyvisual .content {
        left: auto;
        padding: 3rem 2.5rem 4rem;
        position: absolute;
        right: 2.5rem;
        top: 5rem;
        width: 40%; } }
    @media screen and (min-width: 75em) {
      .keyvisual .content {
        width: calc(100% / 3); } }
    .keyvisual .content .link {
      bottom: 1.5rem;
      position: absolute; }
    .keyvisual .content .link-overlay {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .keyvisual .content:hover .link:after {
      margin-left: 0.5rem; }

.keyvisual-small {
  background-position: 50% 50%;
  background-size: cover;
  height: 18.75rem;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .keyvisual-small {
      height: 25rem; } }
  .keyvisual-small .content {
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    position: absolute;
    width: 100%;
    z-index: 1; }
    @media print, screen and (min-width: 48em) {
      .keyvisual-small .content {
        left: 2.5rem;
        padding: 0 0 2rem;
        width: calc((100% / 12 * 8) - 40px); } }
    .keyvisual-small .content h1 {
      color: #FFFFFF;
      font-size: 2rem;
      line-height: 2.25rem;
      margin-bottom: 0; }
  .keyvisual-small .overlay {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(78, 78, 78, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(78, 78, 78, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(78, 78, 78, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(78, 78, 78, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    height: 9.375rem;
    left: 0;
    position: absolute;
    width: 100%; }

.members {
  background: #F2EFEB;
  padding: 1.5rem 0 1.5rem 0.625rem;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .members {
      padding: 3rem 0 1rem 1.25rem; } }
  .members .outer-title-wrapper {
    margin-bottom: 1.5rem;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .members .outer-title-wrapper {
        height: calc(100% - 32px); } }
  .members .swiper-slide {
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-top: 0 !important;
    height: 7.5rem; }
    @media print, screen and (min-width: 48em) {
      .members .swiper-slide {
        margin-bottom: 2rem;
        height: 7.5rem; } }
    @media print, screen and (min-width: 64em) {
      .members .swiper-slide {
        height: 9.375rem; } }
    @media screen and (min-width: 90em) {
      .members .swiper-slide {
        height: 12.5rem; } }
    .members .swiper-slide img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 0.75rem 1.5rem;
      max-height: 7.5rem; }
      @media print, screen and (min-width: 48em) {
        .members .swiper-slide img {
          padding: 0.75rem 2rem;
          max-height: 7.5rem; } }
      @media print, screen and (min-width: 64em) {
        .members .swiper-slide img {
          max-height: 9.375rem; } }
      @media screen and (min-width: 90em) {
        .members .swiper-slide img {
          max-height: 12.5rem; } }

.news {
  padding: 0 0 0 0.625rem;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .news {
      padding: 0 0 0 1.25rem; } }
  .news .filter {
    margin: 1.5rem 0 2rem; }
    @media print, screen and (min-width: 48em) {
      .news .filter {
        margin: 0.25rem 0 2rem; } }
  .news h1 {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 48em) {
      .news h1 {
        margin-bottom: 1.5rem; } }
  .news .content-wrapper {
    margin-bottom: 1rem;
    min-height: auto;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .news .content-wrapper {
        height: calc(100% - 40px); } }
  .news .news-item {
    padding: 1.25rem 0; }
    @media print, screen and (min-width: 48em) {
      .news .news-item {
        padding: 2.5rem 0; } }
    .news .news-item .image img {
      margin-bottom: 1.5rem; }
    .news .news-item h3 {
      margin-bottom: 0.5rem; }
    .news .news-item .link {
      margin-top: 0.5rem; }
    .news .news-item:after {
      background: #D8D8D8;
      content: '';
      height: 100%;
      position: absolute;
      right: -1.25rem;
      top: 0;
      width: 0.0625rem; }
  .news.news-overview {
    margin: 1.5rem 0;
    padding: 0 0.625rem; }
    @media print, screen and (min-width: 48em) {
      .news.news-overview {
        margin: 2.5rem 0;
        padding: 0 1.25rem; } }
    .news.news-overview .page-header {
      margin-bottom: 0; }
    .news.news-overview .news-item {
      height: calc(100% - 40px);
      margin-bottom: 2.5rem;
      padding: 1rem 0;
      position: relative; }
      @media print, screen and (min-width: 48em) {
        .news.news-overview .news-item {
          padding: 2.5rem 0 1.5rem; } }
      .news.news-overview .news-item:before {
        background: #D8D8D8;
        bottom: -1.25rem;
        content: '';
        height: 0.0625rem;
        left: 0;
        position: absolute;
        width: 100%; }
    @media screen and (max-width: 29.99875em) {
      .news.news-overview .column .news-item:after, .news.news-overview .columns .news-item:after {
        display: none; } }
    @media print, screen and (min-width: 48em) {
      .news.news-overview .column:nth-child(2n + 2) .news-item:after, .news.news-overview .columns:nth-child(2n + 2) .news-item:after {
        display: none; } }
    @media print, screen and (min-width: 64em) {
      .news.news-overview .column:nth-child(2n + 2) .news-item:after, .news.news-overview .columns:nth-child(2n + 2) .news-item:after {
        display: block; }
      .news.news-overview .column:nth-child(3n + 3) .news-item:after, .news.news-overview .columns:nth-child(3n + 3) .news-item:after {
        display: none; } }
    @media screen and (min-width: 75em) {
      .news.news-overview .column:nth-child(3n + 3) .news-item:after, .news.news-overview .columns:nth-child(3n + 3) .news-item:after {
        display: block; }
      .news.news-overview .column:nth-child(4n + 4) .news-item:after, .news.news-overview .columns:nth-child(4n + 4) .news-item:after {
        display: none; } }

.ngg-galleryoverview {
  margin-top: 0 !important; }
  .ngg-galleryoverview.default-view {
    text-align: left !important; }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 50%; }
    @media print, screen and (min-width: 48em) {
      .ngg-galleryoverview .ngg-gallery-thumbnail-box {
        width: 33.3%; } }
    @media screen and (min-width: 75em) {
      .ngg-galleryoverview .ngg-gallery-thumbnail-box {
        width: 25%; } }
    .ngg-galleryoverview .ngg-gallery-thumbnail-box img {
      width: 100%; }
  .ngg-galleryoverview .ngg-navigation .current {
    background: #00A4CA;
    border-radius: 3.125rem;
    padding: 0.25rem 0.5625rem; }
  .ngg-galleryoverview .ngg-navigation .page-numbers {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    background: none;
    border-radius: 3.125rem;
    color: #000000;
    padding: 0.25rem 0.5625rem; }
    .ngg-galleryoverview .ngg-navigation .page-numbers:hover {
      background: #00A4CA; }
  .ngg-galleryoverview .ngg-navigation .next,
  .ngg-galleryoverview .ngg-navigation .prev {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    color: #D8D8D8; }
    .ngg-galleryoverview .ngg-navigation .next:hover,
    .ngg-galleryoverview .ngg-navigation .prev:hover {
      color: #00A4CA !important; }

.sl-caption {
  display: block !important; }

.photonic-google-stream {
  margin: 0; }
  .photonic-google-stream .photonic-more-button {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    background: #00A4CA;
    border-radius: 0;
    margin-top: 0.5rem; }
    .photonic-google-stream .photonic-more-button:hover {
      background: #000000; }

.tourleaders {
  background: #F2EFEB;
  padding: 1.5rem 0.625rem;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .tourleaders {
      padding: 3rem 1.25rem; } }
  .tourleaders h2 {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .tourleaders h2 {
        left: -2rem;
        margin-bottom: 2rem;
        position: absolute;
        text-align: center;
        top: 1.75rem;
        -webkit-transform: rotate(-90deg) translateX(-50%);
        -ms-transform: rotate(-90deg) translateX(-50%);
        transform: rotate(-90deg) translateX(-50%); } }
  .tourleaders .content-wrapper {
    min-height: auto; }
    @media screen and (max-width: 63.99875em) {
      .tourleaders .content-wrapper {
        padding: 0; } }
  .tourleaders .item {
    background: #FFFFFF;
    height: auto;
    margin-bottom: 1.5rem;
    padding: 2rem;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .tourleaders .item {
        height: 100%;
        margin-bottom: 0; } }
  .tourleaders .category {
    border-bottom: 1px solid #D8D8D8;
    font-size: 1.25rem;
    padding-bottom: 1rem; }
    .tourleaders .category:after {
      display: none; }
  .tourleaders .leader {
    padding: 1.25rem 0;
    position: relative; }
  .tourleaders .image {
    margin-bottom: 0.5rem;
    overflow: hidden; }
    .tourleaders .image img {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease; }
  .tourleaders .view-profile p {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    margin-bottom: 0;
    text-decoration: underline;
    width: 100%; }
  .tourleaders .link {
    border-top: 1px solid #D8D8D8;
    display: block;
    padding-top: 1.5rem;
    text-align: right; }
  .tourleaders .overlay-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .tourleaders .overlay-link:hover + .image img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.video {
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .video {
      padding: 0 1.25rem; } }
  .video .link {
    display: block;
    margin-top: 1.5rem;
    text-align: center; }
  .video .outer-title-wrapper {
    position: relative;
    margin-bottom: 1.5rem; }
  .video .video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    .video .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.live-stream .link {
  display: block;
  margin-top: 1.5rem;
  text-align: center; }

.live-stream .outer-title-wrapper {
  position: relative;
  margin-bottom: 1.5rem; }

.live-stream .video-wrapper {
  height: 0;
  padding-bottom: 50.5%;
  position: relative;
  width: 100%; }
  .live-stream .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*RANKINGS*/
.rankings {
  /* RGS */
  /* COLUMN WIDTH ON DISPLAYS +690px */ }
  .rankings .row {
    margin-left: 0;
    margin-right: 0; }
  .rankings .row:not(.expanded) .row {
    max-width: 100% !important; }
  .rankings .performances .event-performance.gold .col.span_4 .col.span_1, .rankings .ranking.performances .event-performance.gold .col.span_8 .col.span_1 {
    color: #fff;
    padding: 10px;
    line-height: 44px;
    font-size: 22px;
    font-weight: bold; }
  .rankings .performances .event-performance .col.span_4 .col.span_1, .rankings .ranking.performances .event-performance .col.span_8 .col.span_1 {
    color: #222;
    padding: 10px;
    line-height: 44px;
    font-size: 22px;
    font-weight: bold; }
  .rankings .event-performance .col.span_4, .rankings .event-performance .col.span_4 .col, .rankings .ranking .event-performance > .col.span_8, .rankings .ranking .event-performance > .col.span_8 .col {
    background: transparent; }
  .rankings .event-performance .col.span_4, .rankings .event-performance .col.span_4 .col, .rankings .ranking .event-performance > .col.span_8, .rankings .ranking .event-performance > .col.span_8 .col {
    background: transparent; }
  .rankings .bracket.champion h5 {
    color: #fff;
    background: #efa300;
    text-transform: uppercase !important;
    text-align: center;
    line-height: 40px !important;
    font-weight: 700 !important; }
  .rankings .performances h4 {
    color: #fff;
    padding: .8em;
    background: #005770;
    margin-bottom: 0 !important;
    text-align: center;
    text-transform: uppercase !important;
    line-height: 20px !important; }
  .rankings .performances .bracket {
    margin-bottom: 1em;
    font-family: 'Roboto Condensed', sans-serif; }
  .rankings .bracket.champion {
    background: #f5bc40;
    padding-bottom: .4em; }
  .rankings .ranking .rider-performance .col strong {
    padding-bottom: .44em;
    background: #eeeeee;
    padding: 0 10px;
    display: block;
    margin: 0 20px;
    margin-top: -10px;
    text-align: center;
    font-size: 2em;
    color: #333; }
  .rankings .bracket.champion .rider-performance .col strong {
    background: #fff;
    color: #333; }
  .rankings .champion .rider-performance small {
    background: #eca100;
    color: #fff;
    display: block;
    margin: 10px 20px;
    text-align: center;
    font-size: 14px;
    padding: 5px; }
  .rankings .rider-performance.event-performance.gold {
    padding-bottom: .7em;
    color: #fff; }
  .rankings .rider-performance.event-performance a {
    color: #222;
    font-weight: bold;
    line-height: 55px;
    font-size: 20px; }
  .rankings .rider-performance.event-performance.gold a {
    color: #fff;
    font-weight: bold;
    line-height: 55px;
    font-size: 20px; }
  .rankings .rider-performance.event-performance.silver a {
    color: #8eb1b7;
    font-weight: bold;
    line-height: 55px;
    font-size: 20px; }
  .rankings .rider-performance.event-performance.bronze a {
    color: #d49b7a;
    font-weight: bold;
    line-height: 55px;
    font-size: 20px; }
  .rankings .rider-performance.event-performance span {
    display: block;
    margin-top: -12px; }
  .rankings .ranking .silver.rider-performance .span_4 small {
    color: #fff;
    background: #8eb1b7;
    display: block;
    text-align: center;
    margin: 10px 20px;
    padding: 5px; }
  .rankings .ranking .bronze.rider-performance .span_4 small {
    background: #d49b7a;
    display: block;
    text-align: center;
    margin: 10px 20px;
    color: #fff;
    padding: 5px; }
  .rankings .ranking .rider-performance .span_4 small {
    background: #ddd;
    display: block;
    text-align: center;
    margin: 10px 20px;
    color: #222;
    padding: 5px; }
  .rankings .performances .event-performance-avatar img {
    width: 66px;
    height: 66px;
    border-radius: 50%; }
  .rankings .ranking .event-performance > .col.span_8 .col {
    width: 66px;
    height: 66px;
    margin: 10px; }
  .rankings .rankflag {
    width: 25px;
    height: 16px;
    border-radius: 3px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    margin-left: -36px;
    margin-top: 23px; }
  .rankings .event-performance-name {
    width: auto !important; }
  .rankings .gform_wrapper .gfield {
    display: block !important; }
  .rankings .gform_wrapper .nectar-fancy-box[data-color="extra-color-1"]:after {
    background-color: #FFF !important; }
  .rankings #field_1_9, .rankings #field_2_9 {
    margin-top: 60px !important; }
  .rankings .tabbed[data-style*="material"] ul:after {
    opacity: 0 !important; }
  .rankings #label_2_11_0, .rankings #label_1_11_0 {
    margin-right: 20px; }
  @media (min-width: 690px) {
    .rankings {
      /* full width content/no margin columns */ }
      .rankings .span_1 {
        width: 6.5%; }
      .rankings .span_2 {
        width: 15.0%; }
      .rankings .span_3 {
        width: 23.5%; }
      .rankings .span_4 {
        width: 32.0%; }
      .rankings .span_5 {
        width: 40.5%; }
      .rankings .span_6 {
        width: 49.0%; }
      .rankings .span_7 {
        width: 57.5%; }
      .rankings .span_8 {
        width: 66.0%; }
      .rankings .span_9 {
        width: 74.5%; }
      .rankings .span_10 {
        width: 83.0%; }
      .rankings .span_11 {
        width: 91.5%; }
      .rankings .span_12 {
        width: 100%; }
      .rankings .full-width-content.vc_row-fluid .vc_span1, .rankings .full-width-content.vc_row-fluid .vc_col-sm-1, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span1, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-1 {
        width: 8.33%; }
      .rankings .full-width-content.vc_row-fluid .vc_span2, .rankings .full-width-content.vc_row-fluid .vc_col-sm-2, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span2, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-2 {
        width: 16.66%; }
      .rankings .full-width-content.vc_row-fluid .vc_span3, .rankings .full-width-content.vc_row-fluid .vc_col-sm-3, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span3, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-3 {
        width: 25%; }
      .rankings .full-width-content.vc_row-fluid .vc_span4, .rankings .full-width-content.vc_row-fluid .vc_col-sm-4, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span4, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-4 {
        width: 33.33%; }
      .rankings .full-width-content.vc_row-fluid .vc_span5, .rankings .full-width-content.vc_row-fluid .vc_col-sm-5, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span5, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-5 {
        width: 41.5%; }
      .rankings .full-width-content.vc_row-fluid .vc_span6, .rankings .full-width-content.vc_row-fluid .vc_col-sm-6, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span6, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-6 {
        width: 50%; }
      .rankings .full-width-content.vc_row-fluid .vc_span7, .rankings .full-width-content.vc_row-fluid .vc_col-sm-7, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span7, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-7 {
        width: 58.3%; }
      .rankings .full-width-content.vc_row-fluid .vc_span8, .rankings .full-width-content.vc_row-fluid .vc_col-sm-8, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span8, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-8 {
        width: 66.66%; }
      .rankings .full-width-content.vc_row-fluid .vc_span9, .rankings .full-width-content.vc_row-fluid .vc_col-sm-9, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span9, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-9 {
        width: 75%; }
      .rankings .full-width-content.vc_row-fluid .vc_span10, .rankings .full-width-content.vc_row-fluid .vc_col-sm-10, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span10, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-10 {
        width: 83.0%; }
      .rankings .full-width-content.vc_row-fluid .vc_span11, .rankings .full-width-content.vc_row-fluid .vc_col-sm-11, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span11, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-11 {
        width: 91.5%; }
      .rankings .full-width-content.vc_row-fluid .vc_span12, .rankings .full-width-content.vc_row-fluid .vc_col-sm-12, .rankings .vc_row-fluid[data-column-margin="none"] .vc_span12, .rankings .vc_row-fluid[data-column-margin="none"] .vc_col-sm-12 {
        width: 100%; }
      .rankings .full-width-content.vc_row-fluid .wpb_column, .rankings .vc_row-fluid[data-column-margin="none"] .wpb_column {
        margin-left: 0 !important; }
      .rankings .full-width-content.vc_row-fluid .wpb_column .wpb_row, .rankings .full-width-content.vc_row-fluid .wpb_column .wpb_wrapper {
        margin: 0; } }
  .rankings .vc_row-fluid[data-column-margin="none"] {
    margin-bottom: 0; }

.athletes-overview {
  margin: 1.5rem 0;
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .athletes-overview {
      margin: 2.5rem 0;
      padding: 0 1.25rem; } }
  .athletes-overview h1 {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 48em) {
      .athletes-overview h1 {
        margin-bottom: 1.5rem; } }
  .athletes-overview .rider {
    margin-bottom: 2.5rem;
    position: relative; }
    .athletes-overview .rider .rider-info {
      bottom: 0;
      left: 0;
      padding: 1.5rem;
      position: absolute;
      width: 100%; }
      .athletes-overview .rider .rider-info h3 {
        color: #FFFFFF; }
      .athletes-overview .rider .rider-info h4 {
        color: #D8D8D8; }
      .athletes-overview .rider .rider-info .country {
        color: #FFFFFF;
        margin-bottom: 0; }
    .athletes-overview .rider .image-wrapper {
      overflow: hidden; }
      .athletes-overview .rider .image-wrapper img {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
    .athletes-overview .rider .view-profile {
      display: none;
      margin-top: 1.5rem;
      width: 100%; }
      .athletes-overview .rider .view-profile p {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease;
        text-decoration: underline;
        width: 100%; }
    .athletes-overview .rider .overlay-link {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      .athletes-overview .rider .overlay-link:hover + .image-wrapper img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

.galleries {
  margin: 1.5rem 0;
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .galleries {
      margin: 2.5rem 0;
      padding: 0 1.25rem; } }
  .galleries h1 {
    max-width: 64rem; }
  .galleries .gallery {
    margin-bottom: 1.25rem;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .galleries .gallery {
        margin-bottom: 2.5rem; } }
    .galleries .gallery .image-wrapper {
      position: relative;
      overflow: hidden; }
      .galleries .gallery .image-wrapper img {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
    .galleries .gallery .overlay-link {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      @media print, screen and (min-width: 48em) {
        .galleries .gallery .overlay-link .icon {
          -webkit-transition: 300ms all ease;
          -o-transition: 300ms all ease;
          transition: 300ms all ease;
          opacity: 0;
          visibility: hidden; } }
      .galleries .gallery .overlay-link .icon:after {
        color: #FFFFFF;
        content: "";
        font-size: 1.875rem;
        left: 50%;
        opacity: 0.8;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .galleries .gallery .overlay-link .content {
        bottom: 0;
        color: #FFFFFF;
        padding: 1.5rem;
        position: absolute;
        z-index: 2; }
        .galleries .gallery .overlay-link .content h3 {
          margin-bottom: 0; }
        .galleries .gallery .overlay-link .content p {
          max-width: 64rem; }
      @media print, screen and (min-width: 48em) {
        .galleries .gallery .overlay-link:hover > .icon {
          opacity: 1;
          visibility: visible; }
        .galleries .gallery .overlay-link:hover + .image-wrapper img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); } }

.rankings h2 {
  margin-bottom: 1rem; }

.rankings .filter {
  margin: 1.5rem 0 2rem; }
  @media print, screen and (min-width: 48em) {
    .rankings .filter {
      margin: 0.25rem 0 2rem; } }

.rankings .performances {
  background: #F2EFEB;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem; }
  .rankings .performances h4 {
    background: #F2EFEB;
    color: #000000; }
  .rankings .performances .bracket {
    margin-bottom: 1.5rem; }
    @media print, screen and (min-width: 48em) {
      .rankings .performances .bracket {
        margin-bottom: 1rem; } }
  .rankings .performances .rider-performance .event-performance-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 29.99875em) {
      .rankings .performances .rider-performance .event-performance-holder {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  .rankings .performances .rider-performance .col strong {
    background: #FFFFFF; }
  .rankings .performances .rider-performance .col.event-performance-name {
    margin: 1.25rem 0 !important;
    height: auto !important; }
    @media screen and (max-width: 29.99875em) {
      .rankings .performances .rider-performance .col.event-performance-name {
        width: 100% !important;
        text-align: center; } }
    @media print, screen and (min-width: 48em) {
      .rankings .performances .rider-performance .col.event-performance-name {
        margin: 0.625rem !important;
        width: 40% !important;
        height: 4.125rem !important; } }
    .rankings .performances .rider-performance .col.event-performance-name a {
      display: inline-block;
      line-height: 1.5rem; }
      @media print, screen and (min-width: 48em) {
        .rankings .performances .rider-performance .col.event-performance-name a {
          padding-top: 0.75rem; } }
    .rankings .performances .rider-performance .col.event-performance-name span {
      margin-top: 0; }
      .rankings .performances .rider-performance .col.event-performance-name span p {
        margin-bottom: 0; }
        @media print, screen and (min-width: 48em) {
          .rankings .performances .rider-performance .col.event-performance-name span p {
            margin-bottom: 1rem; } }
  .rankings .performances .rider-performance .col.event-performance-avatar .image-wrapper {
    border-radius: 3.125rem;
    height: 4.125rem;
    overflow: hidden;
    position: relative;
    width: 4.125rem;
    background-size: cover;
    background-position: 50% 50%; }
  .rankings .performances .rider-performance .col.span_8 {
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .rankings .performances .rider-performance .col.span_8 {
        width: 66%; } }
  .rankings .performances .rider-performance .col.span_4 {
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .rankings .performances .rider-performance .col.span_4 {
        width: 32%; } }

.rankings .item {
  padding: 0 0 2.5rem; }
  .rankings .item h2 {
    padding: 0 1.25rem; }

.single-athlete {
  margin: 1.5rem 0;
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .single-athlete {
      margin: 2.5rem 0;
      padding: 0 1.25rem; } }
  .single-athlete .image-wrapper {
    margin-bottom: 1rem; }
  .single-athlete .item {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0.125rem;
    padding: 1rem; }
    .single-athlete .item p {
      margin-bottom: 0; }
  .single-athlete .content {
    margin-top: 1.5rem; }

.single-event .grecaptcha-badge {
  display: none; }

.single-event .content-wrapper {
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .single-event .content-wrapper {
      padding: 0 1.25rem; } }

.single-event .event-details .category:after {
  bottom: auto;
  left: -0.0625rem;
  top: -0.0625rem;
  width: calc(100% + 2px); }

.single-event .event-details .status {
  margin: 0.5rem 0 0; }
  .single-event .event-details .status p {
    margin-bottom: 0.125rem; }

.single-event .event-details .date {
  margin: 0.5rem 0 0; }

.single-event .event-details .quick-menu {
  border-top: 1px solid #D8D8D8;
  margin-top: 1.5rem; }
  .single-event .event-details .quick-menu h3 {
    margin: 1rem 0 0.5rem; }
  .single-event .event-details .quick-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .single-event .event-details .quick-menu ul li {
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      padding: 0.125rem 0 0.125rem 1.5rem;
      position: relative; }
      .single-event .event-details .quick-menu ul li:before {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease;
        content: "";
        font-size: 0.625rem;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .single-event .event-details .quick-menu ul li a {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
      .single-event .event-details .quick-menu ul li:hover {
        padding: 0.125rem 0 0.125rem 1.875rem; }
        .single-event .event-details .quick-menu ul li:hover:before {
          color: #00A4CA;
          left: 0.375rem; }
        .single-event .event-details .quick-menu ul li:hover a {
          color: #00A4CA; }

.single-event .event-block {
  margin: 2.5rem 0; }
  .single-event .event-block:first-child {
    margin-top: 0; }
  .single-event .event-block h2 {
    line-height: 2.25rem;
    margin-bottom: 1rem;
    text-transform: none; }
  .single-event .event-block.info .item {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 2px;
    padding: 1rem; }
    .single-event .event-block.info .item p {
      margin-bottom: 0; }
      .single-event .event-block.info .item p a {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease;
        font-style: italic;
        text-decoration: underline; }
        .single-event .event-block.info .item p a:hover {
          color: #00A4CA; }
    .single-event .event-block.info .item .register a {
      background: #CE0019;
      color: #FFFFFF;
      display: inline-block;
      font-style: normal;
      margin-top: 8px;
      padding: 10px 20px;
      text-decoration: none;
      text-transform: uppercase; }
      @media print, screen and (min-width: 48em) {
        .single-event .event-block.info .item .register a {
          margin-top: 0; } }
      .single-event .event-block.info .item .register a:hover {
        background: #00A4CA;
        color: #FFFFFF; }
  .single-event .event-block #live-scoring iframe {
    height: 500px !important; }
    @media print, screen and (min-width: 48em) {
      .single-event .event-block #live-scoring iframe {
        height: 500px !important; } }
  @media screen and (max-width: 47.99875em) {
    .single-event .event-block #live-scoring .iframe-wrapper {
      height: 21.875rem;
      overflow-y: scroll;
      width: 100%;
      -webkit-overflow-scrolling: touch; }
      .single-event .event-block #live-scoring .iframe-wrapper iframe {
        height: 100% !important;
        width: 100% !important; } }
  .single-event .event-block.advertisement {
    background: none;
    padding: 2rem 0;
    text-align: center; }
    .single-event .event-block.advertisement img {
      display: inline-block; }
  .single-event .event-block .photo-of-the-day {
    background: 50% 50% no-repeat;
    background-size: cover;
    height: 100%; }
    @media screen and (max-width: 63.99875em) {
      .single-event .event-block .photo-of-the-day {
        background-image: none !important;
        padding-bottom: 1rem; } }
    .single-event .event-block .photo-of-the-day img {
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .single-event .event-block .photo-of-the-day img {
          display: none; } }
  .single-event .event-block .video-of-the-day {
    padding: 0; }

.single-event #eliminations iframe {
  border: 0.5px solid #EEEEEE; }

@media screen and (max-width: 47.99875em) {
  .single-event #eliminations .iframe-wrapper {
    height: 21.875rem;
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    .single-event #eliminations .iframe-wrapper iframe {
      height: 100% !important;
      width: 100% !important; } }

.single-event #registered_riders h2 {
  display: block;
  width: 100%;
  text-transform: capitalize !important;
  color: #000000; }

.single-event #registered_riders p {
  padding-left: 1.5rem;
  position: relative; }
  .single-event #registered_riders p img {
    left: 0;
    margin-right: 0.75rem;
    max-width: 1.5rem;
    position: absolute;
    top: 0.25rem;
    width: 1.125rem; }

.single-event .live-ticker h2 {
  margin-bottom: 1rem;
  text-transform: none; }

.single-event .live-ticker iframe {
  border: 1px solid #D8D8D8; }

@media screen and (max-width: 47.99875em) {
  .single-event .live-ticker .iframe-wrapper {
    height: 21.875rem;
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    .single-event .live-ticker .iframe-wrapper iframe {
      height: 100% !important;
      width: 100% !important; } }

.single-news {
  margin: 1.5rem 0;
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .single-news {
      margin: 2.5rem 0;
      padding: 0 1.25rem; } }
  .single-news .content h1,
  .single-news .content h2,
  .single-news .content h3,
  .single-news .content h4,
  .single-news .content h5 {
    text-align: left !important; }
  .single-news .content img {
    padding: 0.5rem 0; }
  .single-news .content .wp-caption {
    width: 100% !important; }
    .single-news .content .wp-caption img {
      width: 100% !important; }
  .single-news .news-overview {
    padding: 0; }
  .single-news h1 {
    font-size: 2.625rem;
    line-height: 3rem;
    text-transform: none; }
  .single-news h2 {
    line-height: 2rem; }

.single-video {
  margin: 1.5rem 0;
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .single-video {
      margin: 2.5rem 0;
      padding: 0 1.25rem; } }
  .single-video .yotu-playlist .yotu-video-title {
    color: #000000;
    font-size: 1rem; }
  .single-video .yotu-playlist .yotu-video-description {
    color: #000000;
    font-size: 0.875rem; }

.videos {
  margin: 1.5rem 0;
  padding: 0 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .videos {
      margin: 2.5rem 0;
      padding: 0 1.25rem; } }
  .videos .page-header h1 {
    max-width: 64rem; }
  .videos .filter {
    margin: 1.5rem 0 2rem; }
    @media print, screen and (min-width: 48em) {
      .videos .filter {
        margin: 0.25rem 0 2rem; } }
  .videos .video {
    margin-bottom: 1.25rem;
    padding: 0;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .videos .video {
        margin-bottom: 2.5rem; } }
    .videos .video .image-wrapper {
      position: relative;
      overflow: hidden; }
      .videos .video .image-wrapper img {
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
    .videos .video .overlay-link {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      @media print, screen and (min-width: 48em) {
        .videos .video .overlay-link .icon {
          -webkit-transition: 300ms all ease;
          -o-transition: 300ms all ease;
          transition: 300ms all ease;
          opacity: 0;
          visibility: hidden; } }
      .videos .video .overlay-link .icon:after {
        color: #FFFFFF;
        content: "";
        font-size: 1.875rem;
        left: 50%;
        opacity: 0.8;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .videos .video .overlay-link .content {
        bottom: 0;
        color: #FFFFFF;
        padding: 1.5rem;
        position: absolute;
        z-index: 2; }
        .videos .video .overlay-link .content h3 {
          margin-bottom: 0; }
        .videos .video .overlay-link .content p {
          max-width: 64rem; }
      @media print, screen and (min-width: 48em) {
        .videos .video .overlay-link:hover > .icon {
          opacity: 1;
          visibility: visible; }
        .videos .video .overlay-link:hover + .image-wrapper img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); } }

/* Danny */
@media only screen and (max-width: 769px) {
  .swap-on-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.distance-battle {
  width: 100%;
  float: left; }
  @media print, screen and (min-width: 64em) {
    .distance-battle {
      width: 50%; } }

.it_epoll_survey-name + span {
  display: none !important; }

.fancybox-title {
  display: none; }

@media print, screen and (min-width: 64em) {
  .it_epoll_survey-item {
    width: calc(50% - 30px) !important; } }

@media screen and (min-width: 75em) {
  .it_epoll_survey-item {
    width: calc(33% - 30px) !important; } }

@media screen and (min-width: 90em) {
  .it_epoll_survey-item {
    width: calc(25% - 30px) !important; } }

.it_epoll_container {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.wp-polls-ans a {
  display: none; }

.wp-polls-ans .Buttons, #nf-field-249, .vote-button {
  background: #CE0019;
  color: #FFFFFF;
  display: inline-block;
  font-style: normal;
  margin-top: 8px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: none !important; }
  @media print, screen and (min-width: 48em) {
    .wp-polls-ans .Buttons, #nf-field-249, .vote-button {
      margin-top: 0; } }
  .wp-polls-ans .Buttons:hover, #nf-field-249:hover, .vote-button:hover {
    background: #00A4CA;
    color: #FFFFFF; }

#nf-field-249-container {
  clear: both;
  margin: -20px 0 0 0; }
  @media print, screen and (min-width: 48em) {
    #nf-field-249-container {
      clear: none;
      margin: 0 0 25px 14px; } }

.wp-polls-ans p {
  text-align: left !important; }

#nf-field-248 {
  padding: 8px; }

#polls-2-ans .wp-polls-ul li:nth-child(01) .pollbar {
  background: #0A8C00; }

#polls-2-ans .wp-polls-ul li:nth-child(02) .pollbar {
  background: #0A8C00; }

#polls-3-ans .wp-polls-ul li:nth-child(01) .pollbar {
  background: #0A8C00; }

#polls-5-ans .wp-polls-ul li:nth-child(01) .pollbar {
  background: #0A8C00; }

#polls-5-ans .wp-polls-ul li:nth-child(02) .pollbar {
  background: #0A8C00; }

#polls-6-ans .wp-polls-ul li:nth-child(01) .pollbar {
  background: #0A8C00; }
