@charset "UTF-8";
/**
 * Project settings
 */
/* 0, 480px */
/* 768px, 481px */
/* 992px, 1199px */
/* 1200px, 1400px */
/* 1401px, 1920px */
/* 1921px */
/* 640px */
.color-blue, .color-blue a {
  color: #3399cc !important;
}

.color-orange, .color-orange a {
  color: #ff7e00 !important;
}

.color-red, .color-red a {
  color: #f23001 !important;
}

.background-blue {
  background-color: #3399cc;
}

.color-white {
  color: #ffffff;
}

/**
 * Vendors
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 0, 480px */
/* 768px, 481px */
/* 992px, 1199px */
/* 1200px, 1400px */
/* 1401px, 1920px */
/* 1921px */
/* 640px */
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:35.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:62em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:75em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:87.5625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
.columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:35.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:62em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:75em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:87.5625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  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;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

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

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

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

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

@media only screen and (max-width: 35em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:35.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:62em) and (max-width:74.938em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:62em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:75em) and (max-width:87.5em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:75em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:87.5625em) and (max-width:119.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:87.5625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #3399cc;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #2c84af;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 0.875rem;
}

h3 {
  font-size: 0.8125rem;
}

h4 {
  font-size: 0.6875rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #000000;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 2rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.875rem;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: 700;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: 700;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:35.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.375rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  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;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #297aa3;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 1rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 1rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 0px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #297aa3;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #3399cc;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:35.063em) {
  button, .button {
    display: inline-block;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:35.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:62em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:75em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:87.5625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
.columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #297aa3;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 1rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 1rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 0px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #297aa3;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #3399cc;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:35.063em) {
  button, .button {
    display: inline-block;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #297aa3;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 1rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 1rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 0px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #297aa3;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #3399cc;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:35.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.375rem;
  line-height: 2.375rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #f5f5f5;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.9375rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.375rem;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus {
  background: white;
  border-color: none;
  outline: none;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=color]:disabled,
textarea:disabled {
  background-color: white;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text],
input[type=password][disabled],
input[type=password][readonly],
fieldset[disabled] input[type=password],
input[type=date][disabled],
input[type=date][readonly],
fieldset[disabled] input[type=date],
input[type=datetime][disabled],
input[type=datetime][readonly],
fieldset[disabled] input[type=datetime],
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
fieldset[disabled] input[type=datetime-local],
input[type=month][disabled],
input[type=month][readonly],
fieldset[disabled] input[type=month],
input[type=week][disabled],
input[type=week][readonly],
fieldset[disabled] input[type=week],
input[type=email][disabled],
input[type=email][readonly],
fieldset[disabled] input[type=email],
input[type=number][disabled],
input[type=number][readonly],
fieldset[disabled] input[type=number],
input[type=search][disabled],
input[type=search][readonly],
fieldset[disabled] input[type=search],
input[type=tel][disabled],
input[type=tel][readonly],
fieldset[disabled] input[type=tel],
input[type=time][disabled],
input[type=time][readonly],
fieldset[disabled] input[type=time],
input[type=url][disabled],
input[type=url][readonly],
fieldset[disabled] input[type=url],
input[type=color][disabled],
input[type=color][readonly],
fieldset[disabled] input[type=color],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: white;
  cursor: default;
}
input[type=text].radius,
input[type=password].radius,
input[type=date].radius,
input[type=datetime].radius,
input[type=datetime-local].radius,
input[type=month].radius,
input[type=week].radius,
input[type=email].radius,
input[type=number].radius,
input[type=search].radius,
input[type=tel].radius,
input[type=time].radius,
input[type=url].radius,
input[type=color].radius,
textarea.radius {
  border-radius: 0;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  padding: 0.5rem;
  font-size: 0.9375rem;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.375rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 4px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: none;
}
select:disabled {
  background-color: white;
  cursor: default;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: 700;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width: 61.938em)/";
  width: 61.938em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 1.8rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 35em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
.top-bar .name h1 a {
  font-weight: normal;
  color: #FFFFFF;
  width: 75%;
  display: block;
  padding: 0 15px;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: #FFFFFF;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0px 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
  /*
  &:hover:not(.has-form) > a {
    background-color: $topbar-link-bg-color-hover;
    @if ($topbar-link-bg-hover) {
      background: $topbar-link-bg-hover;
    }
    color: $topbar-link-color-hover;

  }
  */
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
  /*
  &.button {
    font-size: $topbar-link-font-size;
    padding-right: $topbar-link-padding;
    padding-left: $topbar-link-padding;
    @include button-style($bg:$primary-color);
  }
  */
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #297aa3;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li.active > a {
  background: #3399cc;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #2c84af;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 15px;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: 700;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 61.938em) {
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
.top-bar .button,
.top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  .top-bar.expanded {
    background: #333333;
  }
  .contain-to-grid .top-bar {
    max-width: 75rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #272727;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #272727;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #FFFFFF;
    background: #3399cc;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #2c84af;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background-color: #555555;
    background: #272727;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #3399cc;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #c7e3f1;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f3f9fc;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #3399cc;
}
.panel.radius {
  border-radius: 4px;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:35.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:62em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:75em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:87.5625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
.columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right;
  }
}
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 4px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: none;
  padding: 1.25rem;
}
@media only screen and (max-width: 35em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:35.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:35.063em) {
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
.reveal-modal.radius, dialog.radius {
  border-radius: 4px;
}
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width:35.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:35.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:35.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:35.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:35.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only screen and (min-width:35.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 1.5625rem;
  line-height: 1;
  position: absolute;
  top: -0.3125rem;
  right: -2.5rem;
  color: white;
  font-weight: normal;
  cursor: pointer;
}

dialog {
  display: none;
}
dialog::-webkit-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  z-index: auto;
  display: none;
  left: 0;
}
dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  z-index: auto;
  display: none;
  left: 0;
}
dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal {
    display: none;
    background: #FFFFFF !important;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #297aa3;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 1rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 1rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 0px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #3399cc;
  border-color: #297aa3;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #297aa3;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #3399cc;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:35.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.375rem;
  line-height: 2.375rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #f5f5f5;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.9375rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.375rem;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus {
  background: white;
  border-color: none;
  outline: none;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=color]:disabled,
textarea:disabled {
  background-color: white;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text],
input[type=password][disabled],
input[type=password][readonly],
fieldset[disabled] input[type=password],
input[type=date][disabled],
input[type=date][readonly],
fieldset[disabled] input[type=date],
input[type=datetime][disabled],
input[type=datetime][readonly],
fieldset[disabled] input[type=datetime],
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
fieldset[disabled] input[type=datetime-local],
input[type=month][disabled],
input[type=month][readonly],
fieldset[disabled] input[type=month],
input[type=week][disabled],
input[type=week][readonly],
fieldset[disabled] input[type=week],
input[type=email][disabled],
input[type=email][readonly],
fieldset[disabled] input[type=email],
input[type=number][disabled],
input[type=number][readonly],
fieldset[disabled] input[type=number],
input[type=search][disabled],
input[type=search][readonly],
fieldset[disabled] input[type=search],
input[type=tel][disabled],
input[type=tel][readonly],
fieldset[disabled] input[type=tel],
input[type=time][disabled],
input[type=time][readonly],
fieldset[disabled] input[type=time],
input[type=url][disabled],
input[type=url][readonly],
fieldset[disabled] input[type=url],
input[type=color][disabled],
input[type=color][readonly],
fieldset[disabled] input[type=color],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: white;
  cursor: default;
}
input[type=text].radius,
input[type=password].radius,
input[type=date].radius,
input[type=datetime].radius,
input[type=datetime-local].radius,
input[type=month].radius,
input[type=week].radius,
input[type=email].radius,
input[type=number].radius,
input[type=search].radius,
input[type=tel].radius,
input[type=time].radius,
input[type=url].radius,
input[type=color].radius,
textarea.radius {
  border-radius: 0;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  padding: 0.5rem;
  font-size: 0.9375rem;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.375rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 4px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: none;
}
select:disabled {
  background-color: white;
  cursor: default;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: 700;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.label {
  font-weight: normal;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #3399cc;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 4px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:35.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:62em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:75em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:87.5625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
.columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right;
  }
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 1.25rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 1.25rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 1.25rem;
}

@media only screen and (min-width:35.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 4px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:87.5625em)/";
  width: 87.5625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Tooltips */
.has-tip {
  border-bottom: none;
  cursor: pointer;
  font-weight: 700;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #17455c;
  color: #3399cc;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: black;
  background: white;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent white transparent;
  top: -10px;
  pointer-events: none;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 4px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  color: #3399cc !important;
  border-bottom: dotted 1px #17455c !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width:35.063em) {
  .tooltip > .nub {
    border-color: transparent transparent white transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: white transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent white;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent white transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
.icon-lifebuoy:before {
  content: "\e800";
} /* '' */
.icon-calendar:before {
  content: "\e801";
} /* '' */
.icon-info-circled:before {
  content: "\e802";
} /* '' */
.icon-docs:before {
  content: "\e803";
} /* '' */
.icon-lamp:before {
  content: "\e804";
} /* '' */
.icon-chat:before {
  content: "\e805";
} /* '' */
.icon-help-circled-1:before {
  content: "\e806";
} /* '' */
.icon-ok:before {
  content: "\e807";
} /* '' */
.icon-user:before {
  content: "\e808";
} /* '' */
.icon-search:before {
  content: "\e809";
} /* '' */
.icon-lock:before {
  content: "\e80a";
} /* '' */
.icon-cancel:before {
  content: "\e80b";
} /* '' */
.icon-camera:before {
  content: "\e80c";
} /* '' */
.icon-link-ext:before {
  content: "\e80d";
} /* '' */
.icon-star-empty:before {
  content: "\e80e";
} /* '' */
.icon-star:before {
  content: "\e80f";
} /* '' */
.icon-right-open-mini:before {
  content: "\e810";
} /* '' */
.icon-left-open-mini:before {
  content: "\e811";
} /* '' */
.icon-right-open:before {
  content: "\e812";
} /* '' */
.icon-left-open:before {
  content: "\e813";
} /* '' */
.icon-play-circle2:before {
  content: "\e814";
} /* '' */
.icon-link:before {
  content: "\e815";
} /* '' */
.icon-picture:before {
  content: "\e816";
} /* '' */
.icon-doc:before {
  content: "\e817";
} /* '' */
.icon-bold:before {
  content: "\e818";
} /* '' */
.icon-italic:before {
  content: "\e819";
} /* '' */
.icon-underline:before {
  content: "\e81a";
} /* '' */
.icon-quote:before {
  content: "\e81b";
} /* '' */
.icon-cancel-circled-1:before {
  content: "\e81c";
} /* '' */
.icon-plus-circled-1:before {
  content: "\e81d";
} /* '' */
.icon-location:before {
  content: "\e81e";
} /* '' */
.icon-angle-down:before {
  content: "\e81f";
} /* '' */
.icon-angle-right:before {
  content: "\e820";
} /* '' */
.icon-angle-left:before {
  content: "\e821";
} /* '' */
.icon-lock-open:before {
  content: "\e822";
} /* '' */
.icon-play:before {
  content: "\e823";
} /* '' */
.icon-angle-up:before {
  content: "\e824";
} /* '' */
.icon-down-open:before {
  content: "\e825";
} /* '' */
.icon-up-open:before {
  content: "\e826";
} /* '' */
.icon-google_play:before {
  content: "\e827";
} /* '' */
.icon-beker:before {
  content: "\e828";
} /* '' */
.icon-appstore:before {
  content: "\e829";
} /* '' */
.icon-stopwatch:before {
  content: "\e82a";
} /* '' */
.icon-sad:before {
  content: "\e82b";
} /* '' */
.icon-tv:before {
  content: "\e82c";
} /* '' */
.icon-question:before {
  content: "\e82d";
} /* '' */
.icon-monitor:before {
  content: "\e82e";
} /* '' */
.icon-twitter:before {
  content: "\e82f";
} /* '' */
.icon-retweet:before {
  content: "\e830";
} /* '' */
.icon-linkedin:before {
  content: "\e831";
} /* '' */
.icon-globe:before {
  content: "\e832";
} /* '' */
.icon-facebook:before {
  content: "\e833";
} /* '' */
.icon-mail-alt:before {
  content: "\e834";
} /* '' */
.icon-youtube-play:before {
  content: "\e835";
} /* '' */
.icon-instagram-small:before {
  content: "\e836";
} /* '' */
.icon-download-cloud:before {
  content: "\e837";
} /* '' */
.icon-user-1:before {
  content: "\e838";
} /* '' */
.icon-resize-vertical:before {
  content: "\e839";
} /* '' */
.icon-icons-03:before {
  content: "\e83a";
} /* '' */
.icon-icons-02:before {
  content: "\e83b";
} /* '' */
.icon-icons-04:before {
  content: "\e83c";
} /* '' */
.icon-play-2:before {
  content: "\e83d";
} /* '' */
.icon-arrow-left:before {
  content: "\e83e";
} /* '' */
.icon-arrow-right:before {
  content: "\e83f";
} /* '' */
.icon-videocam:before {
  content: "\e840";
} /* '' */
.icon-attention:before {
  content: "\e841";
} /* '' */
.icon-bell-alt:before {
  content: "\f0f3";
} /* '' */
.icon-left:before {
  content: "\f177";
} /* '' */
.icon-right:before {
  content: "\f178";
} /* '' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Functions and mixins for project
 */
/**
 * Functions for project
 */
/**
 * Mixins for project
 */
/**
* Button mixins
*/
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.x-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.y-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

@media only screen and (max-width: 35em) {
  .small-block-only {
    display: block !important;
  }
  .small-inline-only {
    display: inline !important;
  }
}
@media only screen {
  .block-for-small-up {
    display: block !important;
  }
  .inline-for-small-up {
    display: inline !important;
  }
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .medium-block-only {
    display: block !important;
  }
  .medium-inline-only {
    display: inline !important;
  }
}
@media only screen and (min-width:35.063em) {
  .block-for-medium-up {
    display: block !important;
  }
  .inline-for-medium-up {
    display: inline !important;
  }
}
@media only screen and (min-width:62em) and (max-width:74.938em) {
  .large-block-only {
    display: block !important;
  }
  .large-inline-only {
    display: inline !important;
  }
}
@media only screen and (min-width:62em) {
  .block-for-large-up {
    display: block !important;
  }
  .inline-for-large-up {
    display: inline !important;
  }
}
@media only screen and (min-width:75em) and (max-width:87.5em) {
  .xlarge-block-only {
    display: block !important;
  }
  .xlarge-inline-only {
    display: inline !important;
  }
}
@media only screen and (min-width:75em) {
  .block-for-xlarge-up {
    display: block !important;
  }
  .inline-for-xlarge-up {
    display: inline !important;
  }
}
@media only screen and (min-width:87.5625em) and (max-width:119.9375em) {
  .xxlarge-block-only {
    display: block !important;
  }
  .xxlarge-inline-only {
    display: inline !important;
  }
}
@media only screen and (min-width:87.5625em) {
  .block-for-xxlarge-up {
    display: block !important;
  }
  .inline-for-xxlarge-up {
    display: inline !important;
  }
}
.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen and (max-width: 35em) {
  .left-small-only {
    float: left !important;
  }
  .right-small-only {
    float: right !important;
  }
}
@media only screen {
  .left-small-up {
    float: left !important;
  }
  .right-small-up {
    float: right !important;
  }
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .left-medium-only {
    float: left !important;
  }
  .right-medium-only {
    float: right !important;
  }
}
@media only screen and (min-width:35.063em) {
  .left-medium-up {
    float: left !important;
  }
  .right-medium-up {
    float: right !important;
  }
}
@media only screen and (min-width:62em) and (max-width:74.938em) {
  .left-large-only {
    float: left !important;
  }
  .right-large-only {
    float: right !important;
  }
}
@media only screen and (min-width:62em) {
  .left-large-up {
    float: left !important;
  }
  .right-large-up {
    float: right !important;
  }
}
@media only screen and (min-width:75em) and (max-width:87.5em) {
  .left-xlarge-only {
    float: left !important;
  }
  .right-xlarge-only {
    float: right !important;
  }
}
@media only screen and (min-width:75em) {
  .left-xlarge-up {
    float: left !important;
  }
  .right-xlarge-up {
    float: right !important;
  }
}
@media only screen and (min-width:87.5625em) and (max-width:119.9375em) {
  .left-xxlarge-only {
    float: left !important;
  }
  .right-xxlarge-only {
    float: right !important;
  }
}
@media only screen and (min-width:87.5625em) {
  .left-xxlarge-up {
    float: left !important;
  }
  .right-xxlarge-up {
    float: right !important;
  }
}
/**
 * Base settings
 */
@font-face {
  font-family: "custom_icons";
  src: url("/build/fonts/custom_icons.eot");
  src: url("/build/fonts/custom_icons.eot?#iefix") format("embedded-opentype"), url("/build/fonts/custom_icons.woff") format("woff"), url("/build/fonts/custom_icons.ttf") format("truetype"), url("/build/fonts/custom_icons.svg#custom_icons") format("svg");
  font-style: normal;
  font-weight: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "custom_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

@font-face {
  font-family: "AachenBold";
  src: url("/build/fonts/aachen-bold-webfont.eot");
  src: url("/build/fonts/aachen-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/build/fonts/aachen-bold-webfont.woff") format("woff"), url("/build/fonts/aachen-bold-webfont.ttf") format("truetype"), url("/build/fonts/aachen-bold-webfont.svg#AachenBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-Medium.eot");
  src: url("/build/fonts/Geogrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-Medium.woff2") format("woff2"), url("/build/fonts/Geogrotesque-Medium.woff") format("woff"), url("/build/fonts/Geogrotesque-Medium.ttf") format("truetype"), url("/build/fonts/Geogrotesque-Medium.svg#Geogrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-ThinItalic.eot");
  src: url("/build/fonts/Geogrotesque-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-ThinItalic.woff2") format("woff2"), url("/build/fonts/Geogrotesque-ThinItalic.woff") format("woff"), url("/build/fonts/Geogrotesque-ThinItalic.ttf") format("truetype"), url("/build/fonts/Geogrotesque-ThinItalic.svg#Geogrotesque-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-UltraLightItalic.eot");
  src: url("/build/fonts/Geogrotesque-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-UltraLightItalic.woff2") format("woff2"), url("/build/fonts/Geogrotesque-UltraLightItalic.woff") format("woff"), url("/build/fonts/Geogrotesque-UltraLightItalic.ttf") format("truetype"), url("/build/fonts/Geogrotesque-UltraLightItalic.svg#Geogrotesque-UltraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-SemiBoldItalic.eot");
  src: url("/build/fonts/Geogrotesque-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-SemiBoldItalic.woff2") format("woff2"), url("/build/fonts/Geogrotesque-SemiBoldItalic.woff") format("woff"), url("/build/fonts/Geogrotesque-SemiBoldItalic.ttf") format("truetype"), url("/build/fonts/Geogrotesque-SemiBoldItalic.svg#Geogrotesque-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-LightItalic.eot");
  src: url("/build/fonts/Geogrotesque-LightItalic.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-LightItalic.woff2") format("woff2"), url("/build/fonts/Geogrotesque-LightItalic.woff") format("woff"), url("/build/fonts/Geogrotesque-LightItalic.ttf") format("truetype"), url("/build/fonts/Geogrotesque-LightItalic.svg#Geogrotesque-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-Thin.eot");
  src: url("/build/fonts/Geogrotesque-Thin.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-Thin.woff2") format("woff2"), url("/build/fonts/Geogrotesque-Thin.woff") format("woff"), url("/build/fonts/Geogrotesque-Thin.ttf") format("truetype"), url("/build/fonts/Geogrotesque-Thin.svg#Geogrotesque-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-RegularItalic.eot");
  src: url("/build/fonts/Geogrotesque-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-RegularItalic.woff2") format("woff2"), url("/build/fonts/Geogrotesque-RegularItalic.woff") format("woff"), url("/build/fonts/Geogrotesque-RegularItalic.ttf") format("truetype"), url("/build/fonts/Geogrotesque-RegularItalic.svg#Geogrotesque-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-Regular.eot");
  src: url("/build/fonts/Geogrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-Regular.woff2") format("woff2"), url("/build/fonts/Geogrotesque-Regular.woff") format("woff"), url("/build/fonts/Geogrotesque-Regular.ttf") format("truetype"), url("/build/fonts/Geogrotesque-Regular.svg#Geogrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-Bold.eot");
  src: url("/build/fonts/Geogrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-Bold.woff2") format("woff2"), url("/build/fonts/Geogrotesque-Bold.woff") format("woff"), url("/build/fonts/Geogrotesque-Bold.ttf") format("truetype"), url("/build/fonts/Geogrotesque-Bold.svg#Geogrotesque-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-Light.eot");
  src: url("/build/fonts/Geogrotesque-Light.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-Light.woff2") format("woff2"), url("/build/fonts/Geogrotesque-Light.woff") format("woff"), url("/build/fonts/Geogrotesque-Light.ttf") format("truetype"), url("/build/fonts/Geogrotesque-Light.svg#Geogrotesque-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-BoldItalic.eot");
  src: url("/build/fonts/Geogrotesque-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-BoldItalic.woff2") format("woff2"), url("/build/fonts/Geogrotesque-BoldItalic.woff") format("woff"), url("/build/fonts/Geogrotesque-BoldItalic.ttf") format("truetype"), url("/build/fonts/Geogrotesque-BoldItalic.svg#Geogrotesque-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-MediumItalic.eot");
  src: url("/build/fonts/Geogrotesque-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-MediumItalic.woff2") format("woff2"), url("/build/fonts/Geogrotesque-MediumItalic.woff") format("woff"), url("/build/fonts/Geogrotesque-MediumItalic.ttf") format("truetype"), url("/build/fonts/Geogrotesque-MediumItalic.svg#Geogrotesque-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-UltraLight.eot");
  src: url("/build/fonts/Geogrotesque-UltraLight.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-UltraLight.woff2") format("woff2"), url("/build/fonts/Geogrotesque-UltraLight.woff") format("woff"), url("/build/fonts/Geogrotesque-UltraLight.ttf") format("truetype"), url("/build/fonts/Geogrotesque-UltraLight.svg#Geogrotesque-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/build/fonts/Geogrotesque-SemiBold.eot");
  src: url("/build/fonts/Geogrotesque-SemiBold.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Geogrotesque-SemiBold.woff2") format("woff2"), url("/build/fonts/Geogrotesque-SemiBold.woff") format("woff"), url("/build/fonts/Geogrotesque-SemiBold.ttf") format("truetype"), url("/build/fonts/Geogrotesque-SemiBold.svg#Geogrotesque-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
html, body, ul, ol, dl, address {
  font-size: 1rem;
  line-height: 1.375rem;
}

body {
  font-family: "Geogrotesque", "Gotham B", Arial, sans-serif;
  height: auto;
}
body.modal {
  background-color: #ffffff;
  padding: 2rem;
}
@media only screen and (max-width: 35em) {
  body.modal {
    padding: 2rem 0;
  }
}
body.modal.no-padding {
  padding: 0;
}
@media only screen and (max-width: 35em) {
  body.modal.no-padding {
    padding: 0;
  }
}
body.modal .result-input-title {
  position: relative;
}
body.modal .result-input-title:before {
  left: 50%;
  margin-left: -1rem;
  top: 0;
  height: 1.875rem;
  width: 2rem;
  position: absolute;
  background-image: url("/build/svg/loader.svg");
  opacity: 0;
  content: "";
}
body.modal.loading .result-input-title:before {
  opacity: 1;
}
body.modal-open {
  overflow: hidden;
}
body.f-topbar-fixed {
  padding-top: 0;
}

[data-clickable], [data-clickable-history] {
  cursor: pointer;
}

h1, h2, .h1 {
  margin: 0;
  font-weight: 700;
}

h1, .modal h1, .h1 {
  font-family: "Geogrotesque";
  font-size: 3.5rem;
  line-height: 3.75rem;
}

h2 {
  font-family: "Geogrotesque";
  font-weight: 700;
  color: #ff7e00;
  font-size: 2.75rem;
  line-height: 4rem;
  margin-bottom: 1.5rem;
}

.modal h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  color: #ff7e00;
}

h3 {
  font-family: "Geogrotesque";
  font-weight: 400;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 1.25rem;
}
h3 a {
  color: #000000;
}

h5 {
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  color: black;
  margin-bottom: 1rem;
}

p, address {
  color: #3d3d3d;
  font-style: normal;
}
p.intro, address.intro {
  font-size: 1.375rem;
  line-height: 2.375rem;
  color: #000000;
}
p.font-oswald, address.font-oswald {
  font-family: "Oswald";
}
p.error, address.error {
  color: #e82d28;
}

span.success {
  color: #1ba261;
}

p, .default-font {
  font-size: 1.125rem;
  line-height: 2.125rem;
}

a {
  color: #ff7e00;
}
a.more-button {
  font-size: 1.1875rem;
}

a:hover, a:focus {
  color: #ff7e00;
}

.tooltip-button {
  cursor: not-allowed;
}

.text-grey {
  color: #989898;
  display: inline-block;
}
.text-grey a {
  color: #989898;
}
.text-grey a:hover {
  color: #989898;
  text-decoration: underline;
}
@media only screen and (max-width: 35em) {
  .text-grey {
    font-size: 0.875rem;
  }
}

figure, .figure {
  margin: 0;
  overflow: hidden;
  clear: both;
}
figure img, .figure img {
  margin-bottom: 0.75rem;
}
figure figcaption, figure .figcaption, .figure figcaption, .figure .figcaption {
  font-size: 0.875rem;
  line-height: 1rem;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 35em) {
  figure .left, figure .right, .figure .left, .figure .right {
    float: none !important;
    display: block;
    margin-bottom: 0.25rem;
  }
}

.figure .video-wrapper {
  margin-bottom: 0.75rem;
}
.figure .figcaption {
  margin-bottom: 2rem;
}

article ul {
  font-size: 1.125rem;
}
@media only screen and (max-width: 35em) {
  article ul {
    font-size: 1rem;
  }
}
article ul li {
  color: #3d3d3d;
  margin-bottom: 8px;
  line-height: 2.125rem;
}

@media only screen and (max-width: 35em) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
  }
  h3 {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0.625rem;
  }
  p {
    color: #3d3d3d;
    margin-bottom: 1rem;
  }
  p.intro {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  p, .default-font {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  a.more-button {
    font-size: 1rem;
  }
}
/**
 * Site objects
 */
/**
 * Button classes
 */
/**
 * Button classes
 */
button,
.btn,
.btn--primary {
  font-family: "Geogrotesque", "Gotham B", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: #ff6400;
  color: white;
  border-radius: 0.5rem;
  font-family: "Geogrotesque", "Gotham B", Arial, sans-serif;
  line-height: 1.125rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
          user-select: none;
  box-shadow: none;
  text-align: center;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
.btn--primary:hover,
.btn--primary:focus {
  color: #ffffff;
  background-color: #cc5000;
}
button:disabled,
.btn:disabled,
.btn--primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button svg:first-child,
button img:first-child,
.btn svg:first-child,
.btn img:first-child,
.btn--primary svg:first-child,
.btn--primary img:first-child {
  margin-right: 20px;
}
button svg:last-child,
button img:last-child,
.btn svg:last-child,
.btn img:last-child,
.btn--primary svg:last-child,
.btn--primary img:last-child {
  margin-left: 20px;
}
button svg:first-child:last-child,
button img:first-child:last-child,
.btn svg:first-child:last-child,
.btn img:first-child:last-child,
.btn--primary svg:first-child:last-child,
.btn--primary img:first-child:last-child {
  margin: 0;
}
@media screen and (min-width: 40em) {
  button,
.btn,
.btn--primary {
    padding: 15px 40px;
  }
}

.theme-eredivisie-heren .btn--primary {
  background-color: #006FB8;
}
.theme-eredivisie-heren .btn--primary:hover, .theme-eredivisie-heren .btn--primary:focus {
  background-color: #005085;
}

.theme-eredivisie-dames .btn--primary {
  background-color: #dc2261;
}
.theme-eredivisie-dames .btn--primary:hover, .theme-eredivisie-dames .btn--primary:focus {
  background-color: #b01b4e;
}

.theme-beach .btn--primary {
  background-color: #00b7e2;
}
.theme-beach .btn--primary:hover, .theme-beach .btn--primary:focus {
  background-color: #008eaf;
}

.btn--secondary {
  background: transparent;
  border: 1px solid #ff6400;
  color: #ff6400;
  padding: 14px 22px;
}
.btn--secondary:hover, .btn--secondary:focus {
  background: #ff6400;
  color: white;
}

.theme-eredivisie-heren .btn--secondary {
  background: transparent;
  border: 1px solid #006FB8;
  color: #006FB8;
  padding: 14px 22px;
}
.theme-eredivisie-heren .btn--secondary:hover, .theme-eredivisie-heren .btn--secondary:focus {
  background: #006FB8;
  color: white;
}

.theme-eredivisie-dames .btn--secondary {
  background: transparent;
  border: 1px solid #dc2261;
  color: #dc2261;
  padding: 14px 22px;
}
.theme-eredivisie-dames .btn--secondary:hover, .theme-eredivisie-dames .btn--secondary:focus {
  background: #dc2261;
  color: white;
}

.theme-beach .btn--secondary {
  background: transparent;
  border: 1px solid #00b7e2;
  color: #00b7e2;
  padding: 14px 22px;
}
.theme-beach .btn--secondary:hover, .theme-beach .btn--secondary:focus {
  background: #00b7e2;
  color: white;
}

.btn--sm {
  padding: 5px 20px;
  font-size: 0.875rem;
}

.btn--icon-left i {
  order: -1;
  margin-right: 8px;
}

.button {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.75rem 2rem;
  font-family: "Geogrotesque", "Gotham B", Arial, sans-serif;
}
.button.favorite {
  padding: 0.75rem;
  font-family: "Geogrotesque", "Gotham B", Arial, sans-serif;
}
.button.favorite i {
  color: #9d9d9d;
  margin-right: 0.25rem;
}
.button.favorite.favorite-active i {
  color: #ff7e00;
}
.button.row-small-text {
  font-size: 0.875rem;
}
.button.radius {
  border-radius: 0.5rem;
}
.button.button-round {
  height: 3.375rem;
  width: 3.375rem;
  padding: 0;
  line-height: 3.375rem;
  text-align: center;
  border-radius: 2.5rem;
  font-size: 1.75rem;
}
.button.icon-large {
  line-height: 1.5rem;
}
.button.icon-large i {
  font-size: 1.5rem;
  float: left;
  margin-right: 0.5rem;
}
.button.spacing {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.button.background-blue {
  background: #3399cc;
}
.button.background-blue:hover {
  background: #297aa3;
}
.button.background-blue.transperent {
  background: none;
  border: 1px solid #3399cc;
}
.button.background-blue.transperent:hover {
  background: #3399cc;
  color: #ffffff;
}
.button.background-orange {
  background: #ff7e00;
}
.button.background-orange:hover {
  background: #cc6500;
}
.button.background-orange.transperent {
  background: none;
  border: 1px solid #ff7e00;
}
.button.background-orange.transperent:hover {
  background: #ff7e00;
  color: #ffffff;
}
.button.background-dark-blue {
  background: #4967a4;
}
.button.background-dark-blue:hover {
  background: #395181;
}
.button.background-dark-blue.transperent {
  background: none;
  border: 1px solid #4967a4;
}
.button.background-dark-blue.transperent:hover {
  background: #4967a4;
  color: #ffffff;
}
.button.background-grey {
  background: #c1c1c1;
}
.button.background-grey:hover {
  background: #a8a8a8;
}
.button.background-grey.transperent {
  background: none;
  border: 1px solid #c1c1c1;
}
.button.background-grey.transperent:hover {
  background: #c1c1c1;
  color: #000000;
}
.button.background-black {
  background: #000000;
  color: #ffffff !important;
}
.button.background-black:hover {
  background: #4d4d4d;
}
.button.background-black.opacity {
  background: rgba(0, 0, 0, 0.5);
}
.button.background-black.opacity:hover {
  background: rgba(0, 0, 0, 0.3);
}
.button.background-black.transperent {
  background: none;
  border: 1px solid #000000;
}
.button.background-black.transperent:hover {
  background: #000000;
  color: #ffffff !important;
}
.button.background-white {
  background: #ffffff;
}
.button.background-white:hover {
  background: #e6e6e6;
}
.button.background-white.transperent {
  background: none;
  border: 1px solid #ffffff;
}
.button.background-white.transperent:hover {
  background: #ffffff;
  color: #000000 !important;
}
.button.background-twitter {
  background: #1DA1F2;
}
.button.background-twitter:hover {
  background: #0c85d0;
}
.button.background-twitter.transperent {
  background: none;
  border: 1px solid #1DA1F2;
}
.button.background-twitter.transperent:hover {
  background: #1DA1F2;
  color: #000000 !important;
}
.button.background-facebook {
  background: #1877F2;
}
.button.background-facebook:hover {
  background: #0b5fcc;
}
.button.background-facebook.transperent {
  background: none;
  border: 1px solid #1877F2;
}
.button.background-facebook.transperent:hover {
  background: #1877F2;
  color: #000000 !important;
}
.button.background-instagram {
  background: #C32AA3;
}
.button.background-instagram:hover {
  background: #992180;
}
.button.background-instagram.transperent {
  background: none;
  border: 1px solid #C32AA3;
}
.button.background-instagram.transperent:hover {
  background: #C32AA3;
  color: #000000 !important;
}
.button.background-youtube {
  background: #FF0000;
}
.button.background-youtube:hover {
  background: #cc0000;
}
.button.background-youtube.transperent {
  background: none;
  border: 1px solid #FF0000;
}
.button.background-youtube.transperent:hover {
  background: #FF0000;
  color: #000000 !important;
}
.button.color-black {
  color: #000000 !important;
}
.button.color-white {
  color: #ffffff !important;
}
.button.color-grey {
  color: #c1c1c1 !important;
}
.button.color-blue {
  color: #3399cc !important;
}
.button.color-dark-blue {
  color: #4967a4 !important;
}
.button.color-twitter {
  color: #1DA1F2 !important;
}
.button.color-facebook {
  color: #1877F2 !important;
}
.button.color-instagram {
  color: #C32AA3 !important;
}
.button.color-youtube {
  color: #C32AA3 !important;
}
.button.loading {
  position: relative;
  opacity: 0.5;
  cursor: default;
}
.button.loading:before {
  position: absolute;
  background-image: url("/build/svg/loader-white.svg");
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  left: 0.4375rem;
  top: 0.75rem;
}

/**
 * General site components
 */
.margin-top-small {
  margin-top: 1rem !important;
}

.margin-bottom-small {
  margin-bottom: 1rem !important;
}

.margin-top {
  margin-top: 2rem !important;
}

.margin-bottom {
  margin-bottom: 2rem !important;
}

.margin-top-large {
  margin-top: 3rem !important;
}

.margin-bottom-large {
  margin-bottom: 3rem !important;
}

@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .margin-top-bpmedium {
    margin-top: 2rem !important;
  }
  .margin-bottom-bpmedium {
    margin-bottom: 2rem !important;
  }
  .margin-top-bpmedium-large {
    margin-top: 3rem !important;
  }
  .margin-bottom-bpmedium-large {
    margin-bottom: 3rem !important;
  }
}
@media only screen and (max-width: 35em) {
  .margin-top {
    margin-top: 1.5rem !important;
  }
  .margin-bottom {
    margin-bottom: 1.5rem !important;
  }
  .margin-top-large {
    margin-top: 2rem !important;
  }
  .margin-bottom-large {
    margin-bottom: 2rem !important;
  }
  .margin-bottom-bpsmall-small {
    margin-bottom: 0.625rem !important;
  }
  .margin-top-bpsmall-small {
    margin-top: 0.625rem !important;
  }
  .margin-top-bpsmall {
    margin-top: 2rem !important;
  }
  .margin-bottom-bpsmall {
    margin-bottom: 2rem !important;
  }
  .margin-top-bpsmall-large {
    margin-top: 3rem !important;
  }
  .margin-bottom-bpsmall-large {
    margin-bottom: 3rem !important;
  }
}
.padding-top-small {
  padding-top: 1rem !important;
}

.padding-bottom-small {
  padding-bottom: 1rem !important;
}

.padding-top-medium {
  padding-top: 1.5rem !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5rem !important;
}

.padding-top {
  padding-top: 2rem !important;
}

.padding-bottom {
  padding-bottom: 2rem !important;
}

.padding-top-large {
  padding-top: 3rem !important;
}

.padding-bottom-large {
  padding-bottom: 3rem !important;
}

@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .padding-top-bpmedium {
    padding-top: 2rem !important;
  }
  .padding-bottom-bpmedium {
    padding-bottom: 2rem !important;
  }
  .padding-top-bpmedium-large {
    padding-top: 3rem !important;
  }
  .padding-bottom-bpmedium-large {
    padding-bottom: 3rem !important;
  }
}
@media only screen and (max-width: 35em) {
  .padding-top {
    padding-top: 1rem !important;
  }
  .padding-bottom {
    padding-bottom: 1rem !important;
  }
  .padding-top-large {
    padding-top: 2rem !important;
  }
  .padding-bottom-large {
    padding-bottom: 2rem !important;
  }
  .padding-top-bpsmall {
    padding-top: 2rem !important;
  }
  .padding-bottom-bpsmall {
    padding-bottom: 2rem !important;
  }
  .padding-top-bpsmall-large {
    padding-top: 3rem !important;
  }
  .padding-bottom-bpsmall-large {
    padding-bottom: 3rem !important;
  }
  .no-padding-top-bpsmall {
    padding-top: 0 !important;
  }
  .no-padding-bottom-bpsmall {
    padding-top: 0 !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li button {
  display: inline-block;
  font-size: 0;
  background: #ff7e00;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 2rem;
  padding: 0;
  margin: 0 0.125rem;
  opacity: 0.5;
}

.background-light-grey {
  background-color: #dedede;
}
.background-dark-grey {
  background-color: #6e6e6e;
}
.background-white {
  background-color: #ffffff;
}
.background-orange {
  background-color: #ff7e00;
}
.background-red {
  background-color: #f23001;
}
.background-yellow {
  background-color: #ffe100;
}
.background-green {
  background-color: #50bb2f;
}

.background-pattern {
  background-image: url("/build/svg/pattern.png");
  background-repeat: repeat;
}

.background-pattern-dark {
  background-image: url("/build/svg/pattern-medium.png");
  background-repeat: repeat;
  background-color: #4d4d4d;
}

.background-pattern-light {
  background-image: url("/images/pattern-light.png");
  background-color: #dedede;
  background-repeat: repeat !important;
  background-size: auto !important;
}

.background-glass {
  background-image: url("/build/svg/footer-bg.svg");
  background-size: cover !important;
}

.background-glass-large {
  background-image: url("/build/svg/glass-background.svg");
  background-size: cover !important;
  background-position: center !important;
}

@media only screen and (max-width: 35em) {
  .background-small-white {
    background: #ffffff;
  }
}
.label-container .label {
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

.label {
  background-color: #ff7e00;
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
.label.background-green {
  background-color: #50bb2f;
}
.label.background-green:hover {
  background-color: #3f9225;
  color: #ffffff;
}
.label.background-red {
  background-color: #f23001;
}
.label.background-red:hover {
  background-color: #bf2601;
  color: #ffffff;
}
.label:hover {
  background-color: #cc6500;
  color: #ffffff;
}
.label.small {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0 0.375rem;
  border-radius: 0.125rem;
}

.modal {
  overflow: hidden;
}

.reveal-modal, dialog {
  padding: 0;
  max-width: 46.25rem !important;
  border: none;
  border-radius: 0;
  position: fixed;
  /*
  background: #ffffff url("/build/svg/loader.gif")no-repeat center center;
  */
}
.reveal-modal.reveal-modal-inline, dialog.reveal-modal-inline {
  padding-bottom: 2.5rem;
}
.reveal-modal .logo, dialog .logo {
  position: absolute;
  top: 65px;
  left: 62px;
  z-index: 3;
}
@media only screen and (max-width: 35em) {
  .reveal-modal .logo, dialog .logo {
    top: 35px;
    left: 31px;
  }
}
.reveal-modal .logo img, dialog .logo img {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 35em) {
  .reveal-modal .logo img, dialog .logo img {
    width: 110px;
  }
}
.reveal-modal .logo:after, dialog .logo:after {
  background: white;
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  top: -13px;
  left: -16px;
  border-radius: 50px;
}
@media only screen and (max-width: 35em) {
  .reveal-modal .logo:after, dialog .logo:after {
    width: 60px;
    height: 60px;
    top: -8px;
    left: -10px;
  }
}
.reveal-modal.padding-top, dialog.padding-top {
  padding-top: 9.375rem;
}
@media only screen and (max-width: 35em) {
  .reveal-modal.padding-top, dialog.padding-top {
    padding-top: 5.625rem;
  }
}
.reveal-modal .triangle.top.left, dialog .triangle.top.left {
  border-width: 100px !important;
}
.reveal-modal .triangle.purple, dialog .triangle.purple {
  border-top-color: #710c45;
}
@media only screen and (max-width: 35em) {
  .reveal-modal .triangle, dialog .triangle {
    border-width: 110px !important;
  }
  .reveal-modal .triangle.top.left, dialog .triangle.top.left {
    border-width: 55px !important;
  }
}

@media only screen and (max-width: 35em) {
  .reveal-modal, dialog {
    top: 0 !important;
    min-height: 0px;
  }
}
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  z-index: 99;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 35em) {
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    right: 0;
    top: 0;
    height: 3rem;
    width: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  dialog .close-reveal-modal i, .reveal-modal .close-reveal-modal i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
  }
}

.navigation-reveal-modal {
  z-index: 99;
  color: #ffffff;
  font-size: 2rem;
  margin-top: -1rem;
  position: absolute;
  top: 50%;
}
.navigation-reveal-modal:hover {
  color: #ffffff;
}
.navigation-reveal-modal.previous-reveal-modal {
  left: -2rem;
}
.navigation-reveal-modal.next-reveal-modal {
  right: -2rem;
}
@media only screen and (max-width: 35em) {
  .navigation-reveal-modal {
    height: 3rem;
    width: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .navigation-reveal-modal.previous-reveal-modal {
    left: 0;
  }
  .navigation-reveal-modal.next-reveal-modal {
    right: 0;
  }
  .navigation-reveal-modal i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
  }
}

@media only screen and (max-width: 35em) {
  .reveal-modal, dialog {
    width: 100%;
  }
}
.reveal-modal-inner {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.reveal-modal-bg {
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal.instagram .header .columns {
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}
.modal.instagram .header a {
  color: #2e7cbb;
  font-weight: bold;
}
.modal.instagram .row.description {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.modal.instagram .row.description p {
  font-size: 0.875rem;
  line-height: 1.5;
  border-top: 1px solid #ebebeb;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
}
.modal.instagram .sharebar {
  margin-bottom: 0;
}

.modal.video .description {
  padding-top: 1.25rem;
}
.modal.video .description span {
  display: block;
  font-size: 0.875rem;
}
.modal.video .description span[data-video-views] {
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width: 35em) {
  .modal.video .description .columns:first-child {
    margin-bottom: 1rem;
  }
}
.modal.video .sharebar .sharebutton {
  float: none;
  display: inline-block;
  margin-left: 0.1875rem;
}

#login iframe {
  height: 750px !important;
}
@media only screen and (min-width: 50.125rem) {
  #login iframe {
    height: 300px !important;
  }
}
@media only screen and (min-width:35.063em) {
  #login .reveal-modal-inner {
    position: relative;
    background-color: #ffffff;
  }
  #login .reveal-modal-inner:before {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #ffffff;
    content: "";
  }
  #login iframe {
    position: relative;
    z-index: 2;
  }
}

.modal.login h1 {
  font-family: "Geogrotesque", "Helvetica";
  font-size: 1.25rem;
  font-weight: 700;
}
.modal.login .title {
  overflow: hidden;
}
.modal.login .title h1 {
  float: left;
}
.modal.login .title small {
  float: right;
  color: #3399cc;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.modal.login ul.features {
  margin: 0;
  list-style: none;
}
.modal.login ul.features li {
  font-size: 0.875rem;
  list-style: none;
  padding-bottom: 1.25rem;
}
.modal.login ul.features li i {
  color: #3399cc;
}
.modal.login .small-link {
  margin-bottom: 2rem;
  display: inline-block;
}
.modal.login article > .row > .column {
  float: left;
  background-color: #f3f3f3;
}
.modal.login article > .row > .column .column-content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.modal.login article > .row > .column:first-child {
  background-color: #ffffff;
  float: right;
}
@media only screen and (min-width:35.063em) {
  .modal.login article {
    overflow: hidden;
    height: 18.75rem;
  }
  .modal.login article .column-content {
    position: relative;
    height: 18.75rem;
  }
  .modal.login article .column-content .buttons {
    position: absolute;
    bottom: 0;
  }
  .modal.login article .column-content .buttons .button {
    margin-right: 0.5rem;
  }
  .modal.login article > .row > .column {
    position: relative;
    height: 18.75rem;
  }
}

.reveal-modal.large, dialog.large {
  width: 90%;
}
@media only screen and (max-width: 35em) {
  .reveal-modal.large, dialog.large {
    width: 100%;
  }
}

#tournament.reveal-modal, dialog#tournament {
  max-width: 64.375rem !important;
}

#instagram.reveal-modal, dialog#instagram {
  max-width: 39.375rem !important;
}

#volleybaltvvideo.reveal-modal, dialog#volleybaltvvideo {
  max-width: 40rem !important;
}

#modal-video.reveal-modal, dialog#modal-video {
  max-width: 64.375rem !important;
}

#modal-tournament.reveal-modal, dialog#modal-tournament {
  max-width: 64.375rem !important;
}

.modal header {
  margin-top: 0;
}

.header-slider:not(.slick-initialized) div {
  display: none;
}
.header-slider:not(.slick-initialized) div:first-child {
  display: block;
}

.header-container {
  background-color: #4d4d4d;
}
.header-container.spacing-bottom + .container .section-to-top:first-child {
  margin-top: -8.75rem;
}
@media only screen and (max-width: 35em) {
  .header-container.spacing-bottom + .container .section-to-top:first-child {
    margin-top: -4.375rem;
  }
}

header, .no-header-above {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em), only screen and (min-width:62em) and (max-width:74.938em) {
  header, .no-header-above {
    margin-top: 3.75rem;
  }
}
header.no-submenu, .no-header-above.no-submenu {
  margin-top: 4.625rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em), only screen and (min-width:62em) and (max-width:74.938em) {
  header.no-submenu, .no-header-above.no-submenu {
    margin-top: 3.75rem;
  }
}

.no-header-above {
  margin-top: 10.5rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em), only screen and (min-width:62em) and (max-width:74.938em) {
  .no-header-above {
    margin-top: 3.75rem;
  }
}
.no-header-above.no-submenu {
  margin-top: 7.625rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em), only screen and (min-width:62em) and (max-width:74.938em) {
  .no-header-above.no-submenu {
    margin-top: 3.75rem;
  }
}

header.header-slider-team {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
}
header.header-slider-team .header.image-header {
  background-position: top center;
}

header, .header {
  min-height: 31.25rem;
  position: relative;
  overflow: hidden;
}
header.no-min-height, .header.no-min-height {
  min-height: 0;
}
header.spacing-bottom, .header.spacing-bottom {
  min-height: 42.5rem;
  padding-bottom: 8.75rem;
}
header.spacing-bottom.ignore-self-spacing-bottom, .header.spacing-bottom.ignore-self-spacing-bottom {
  padding-bottom: 0 !important;
}
header.spacing-bottom + .container .section-to-top:first-child, .header.spacing-bottom + .container .section-to-top:first-child {
  margin-top: -8.75rem;
}
header.spacing-bottom .header-centered, .header.spacing-bottom .header-centered {
  padding-top: 0;
  margin-top: -4.375rem;
}
@media only screen and (max-width: 35em) {
  header.spacing-bottom .header-centered, .header.spacing-bottom .header-centered {
    margin-top: -2.5rem;
  }
}
header h1, header .h1, .header h1, .header .h1 {
  color: #ffffff;
  margin-bottom: 2rem;
  word-wrap: break-word;
}
header .top-title, .header .top-title {
  color: #ff7e00;
  font-family: "Geogrotesque";
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
header .header-centered, .header .header-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 60rem;
  padding-top: 0;
}
header .header-centered.small, .header .header-centered.small {
  max-width: 37.5rem;
}
header .header-centered.no-padding-top, .header .header-centered.no-padding-top {
  padding-top: 0;
}
header .header-centered.wide, .header .header-centered.wide {
  max-width: 93.75rem;
  padding-top: 2rem;
}
header .header-centered.wide .row, .header .header-centered.wide .row {
  max-width: 100%;
  position: relative;
}
header .header-centered.wide .row .favorite, .header .header-centered.wide .row .favorite {
  margin-top: 0.25rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  header .header-centered.wide .row .column, .header .header-centered.wide .row .column {
    position: static !important;
  }
  header .header-centered .favorite, .header .header-centered .favorite {
    position: absolute;
    top: -5.625rem;
    right: 1.25rem;
  }
}
header.header-slider.spacing-bottom .slick-dots, header .header-slider.spacing-bottom .slick-dots, .header.header-slider.spacing-bottom .slick-dots, .header .header-slider.spacing-bottom .slick-dots {
  bottom: 10rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  header.header-slider.spacing-bottom .slick-dots, header .header-slider.spacing-bottom .slick-dots, .header.header-slider.spacing-bottom .slick-dots, .header .header-slider.spacing-bottom .slick-dots {
    bottom: 5.3125rem;
  }
}
header.header-slider .slick-dots, header .header-slider .slick-dots, .header.header-slider .slick-dots, .header .header-slider .slick-dots {
  position: absolute;
  bottom: 1.25rem;
}
header.header-slider .slick-dots li button, header .header-slider .slick-dots li button, .header.header-slider .slick-dots li button, .header .header-slider .slick-dots li button {
  background: #ffffff;
  opacity: 1;
  height: 0.75rem;
  width: 0.75rem;
  margin: 0 0.5rem;
}
header.header-slider .slick-dots li.slick-active button, header .header-slider .slick-dots li.slick-active button, .header.header-slider .slick-dots li.slick-active button, .header .header-slider .slick-dots li.slick-active button {
  background: #ff7e00;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  header.header-slider .slick-dots, header .header-slider .slick-dots, .header.header-slider .slick-dots, .header .header-slider .slick-dots {
    bottom: 1.25rem;
  }
}
header.spacing-bottom .header-slider .slick-dots, .header.spacing-bottom .header-slider .slick-dots {
  bottom: 10rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  header.spacing-bottom .header-slider .slick-dots, .header.spacing-bottom .header-slider .slick-dots {
    bottom: 5.3125rem;
  }
}
header.image-header, .header.image-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
header.image-header.darken:before, .header.image-header.darken:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
header.header-medium, .header.header-medium {
  min-height: 26.25rem;
}
@media only screen and (max-width: 35em) {
  header.header-medium, .header.header-medium {
    min-height: 23.75rem;
  }
}
header .header-title-small, .header .header-title-small {
  font-family: "Geogrotesque";
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: inline-block;
  margin-right: 0.75rem;
  padding: 1rem 0;
}
header .header-title-small a, .header .header-title-small a {
  color: #ffffff;
}
header .header-title-small a:hover, .header .header-title-small a:hover {
  color: #ffffff;
  text-decoration: underline;
}
header .header-title-small span, .header .header-title-small span {
  display: inline-block;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  header .header-title-small, .header .header-title-small {
    padding: 0;
  }
  header .header-title-small span, .header .header-title-small span {
    margin: 0 0.5rem;
  }
}
@media only screen and (max-width: 35em) {
  header .header-title-small, .header .header-title-small {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 35em) {
  header, .header {
    min-height: 23.75rem;
  }
  header.header-small, .header.header-small {
    min-height: 12.5rem;
  }
  header h1, header .h1, .header h1, .header .h1 {
    margin-bottom: 1rem;
  }
  header.spacing-bottom, .header.spacing-bottom {
    min-height: 26.25rem;
  }
  header.spacing-bottom + .container .section-to-top:first-child, .header.spacing-bottom + .container .section-to-top:first-child {
    margin-top: -4.375rem;
  }
  header .header-centered, .header .header-centered {
    padding-top: 0;
  }
  header .top-title, .header .top-title {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  header.header-small, .header.header-small {
    min-height: 22.5rem;
  }
}
header.header-date, .header.header-date {
  min-height: 0;
  padding: 2rem;
  padding-bottom: 6.75rem;
}
header.header-date .date-label, .header.header-date .date-label {
  margin: 0 1rem 0 0;
  float: left;
}
header.header-date .header-date-text, .header.header-date .header-date-text {
  float: left;
}
header.header-date h1, header.header-date .h1, .header.header-date h1, .header.header-date .h1 {
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
header.header-date .subtitle, .header.header-date .subtitle {
  font-family: "Geogrotesque";
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: inline-block;
  margin-right: 0.75rem;
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  header.header-date .header-date-text h1, header.header-date .header-date-text .h1, .header.header-date .header-date-text h1, .header.header-date .header-date-text .h1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 35em) {
  header.header-date, .header.header-date {
    padding-left: 0;
    padding-right: 0;
  }
  header.header-date .header-date-text, .header.header-date .header-date-text {
    float: none;
  }
  header.header-date .header-date-text h1, header.header-date .header-date-text .h1, .header.header-date .header-date-text h1, .header.header-date .header-date-text .h1 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  header.header-date .date-label, .header.header-date .date-label {
    float: none;
  }
}

.header-message {
  background-color: #ff7e00;
  border-radius: 0.5rem;
  width: 28rem;
  margin: 1.25rem auto;
  padding: 0.75rem;
}
@media only screen and (max-width: 35em) {
  .header-message {
    width: 15.625rem;
  }
}

.header-message__text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 35em) {
  .header-message__text {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.button-play {
  height: 7.5rem;
  width: 7.5rem;
  background: rgba(255, 161, 0, 0.8);
  border-radius: 5rem;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.button-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 4rem;
}
.button-play:hover {
  background: rgb(255, 161, 0);
}
.button-play + h1, .button-play + .h1 {
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 35em) {
  .button-play {
    height: 5rem;
    width: 5rem;
  }
  .button-play i {
    font-size: 3rem;
  }
  .button-play + h1, .button-play + .h1 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

:root {
  --topbar-height: 4px;
}
@media only screen and (min-width:62em) {
  :root {
    --topbar-height: 40px;
  }
}

.topbar {
  height: var(--topbar-height);
  overflow: hidden;
  background-color: #ff7e00;
  background-image: url("/build/svg/gradients/gradient-topmenu-orange.svg");
  background-size: cover;
  background-position: center;
}
.theme-eredivisie-heren .topbar, .theme-eredivisie-dames .topbar, .theme-beach .topbar {
  background-image: url("/build/svg/gradients/gradient-topmenu.svg");
}
.theme-eredivisie-heren .topbar {
  background-color: #006FB8;
}
.theme-eredivisie-dames .topbar {
  background-color: #dc2261;
}
.theme-beach .topbar {
  background-color: #00b7e2;
}
@media only screen and (max-width:61.938em) {
  .topbar > * {
    display: none !important;
  }
}
.topbar ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar a {
  font-weight: 600;
  color: white !important;
}

.topbar-wrapper {
  width: 100%;
  max-width: 75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.topbar__site-group li {
  margin-right: 8px;
}
.topbar__site-group a {
  padding: 3px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.topbar__site-group a:hover, .topbar__site-group a.active {
  background: rgba(255, 255, 255, 0.25);
}

.topbar__quick-nav li {
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 24px;
}

.topbar__quick-nav__anchor {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
  background-size: 14px 14px;
}
.topbar__quick-nav__anchor:hover {
  text-decoration: underline;
}

.topbar__quick-nav__anchor--tickets {
  background-image: url(/build/svg/icons/tickets.svg);
}

.topbar__quick-nav__anchor--ball {
  background-image: url(/build/svg/icons/ball.svg);
}

.topbar__quick-nav__anchor--search {
  background-image: url(/build/svg/icons/search.svg);
}

.topbar__quick-nav__anchor--cart {
  background-image: url(/build/svg/icons/cart.svg);
  background-size: 18px 15px;
  padding-left: 24px;
}

.topbar__quick-nav__anchor--profile {
  background-image: url(/build/svg/icons/profile.svg);
}

@media only screen and (max-width: 35em) {
  .menu-expanded {
    overflow: hidden;
    position: fixed;
  }
}
.fixed {
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.fixed .navbar .navbar-bottom {
  /*overflow: hidden;*/
  background: #ffffff;
  height: 5rem;
}
.fixed .navbar .navbar-bottom .submenu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  box-shadow: inset 0 -12px 8px 0 rgba(0, 0, 0, 0.2);
}
.fixed .navbar .navbar-bottom .submenu ul {
  list-style: none;
}
.fixed .navbar .navbar-bottom .submenu ul li {
  float: left;
  list-style: none;
  margin-left: 1.75rem;
}
.fixed .navbar .navbar-bottom .submenu ul li:first-child {
  margin-left: 0;
}
.fixed .navbar .navbar-bottom .submenu ul li a {
  color: #ffffff;
  line-height: 2.875rem;
  font-size: 1rem;
  display: inline-block;
  position: relative;
}
.fixed .navbar .navbar-bottom .submenu ul li a:hover:before, .fixed .navbar .navbar-bottom .submenu ul li a.active:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1875rem;
  background: #ffffff;
  position: absolute;
}
.fixed .navbar .navbar-bottom .submenu ul li a.active {
  font-weight: 600;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left {
  float: left;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .topbar {
  background: none;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li {
  background: none;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li ul a.active {
  background: #000000;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li ul ul a.active {
  background: #333333 !important;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li ul ul ul a.active {
  background: #444444 !important;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a {
  height: 5rem;
  line-height: 5rem;
  display: inline-block;
  position: relative;
  font-size: 0.9375rem;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a:after {
  position: relative !important;
  display: inline-block;
  border-top-color: #000;
  top: 4px;
  left: 8px;
  margin-right: 6px;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a:not(.button) {
  padding: 0 !important;
  background: #ffffff !important;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a:hover:before, .fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a.active:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1875rem;
  background: #ff7e00;
  position: absolute;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a.active {
  font-weight: 600;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a.button {
  height: 1.875rem;
  line-height: 1rem;
  margin-top: 1.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a.button:hover:before, .fixed .navbar .navbar-bottom .navbar-bottom-left .top-bar-section > ul > li > a.button.active:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #ff7e00;
  position: absolute;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left li {
  margin-right: 1.5rem;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left li.logo {
  margin-right: 2rem;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left li.logo a:before {
  display: none;
}
@media only screen and (min-width:87.5625em) {
  .fixed .navbar .navbar-bottom .navbar-bottom-left li.logo {
    margin-right: 2rem;
  }
}
.fixed .navbar .navbar-bottom .navbar-bottom-left li.logo a img {
  height: 1.75rem;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left li.margin-right-small {
  margin-right: 1rem;
}
.fixed .navbar .navbar-bottom .navbar-bottom-left li.margin-right-none {
  margin-right: 0px;
}
.fixed .navbar .navbar-bottom .navbar-bottom-right {
  float: right;
}
.fixed .navbar .navbar-bottom .navbar-bottom-right ul {
  margin-top: 1rem;
}
.fixed .navbar .navbar-bottom .navbar-bottom-right a {
  color: #ffffff;
}
.fixed .navbar .navbar-bottom .navbar-bottom-right .button.button-round {
  margin-left: 0.375rem;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  font-size: 1rem;
}
.fixed .navbar .navbar-bottom .navbar-bottom-right .button.button-round i {
  font-size: 1rem;
}
.fixed .navbar .navbar-bottom a {
  color: #000000;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em), only screen and (min-width:62em) and (max-width:74.938em) {
  .fixed .navbar .navbar-top {
    height: 3.75rem;
    background: #ffffff;
  }
  .fixed .navbar .navbar-top a {
    color: #5D5D5D;
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.fixed a {
  color: #ffffff;
}
.fixed .top-bar-search {
  float: left;
}
.fixed .top-bar-search .search-icon-container {
  position: relative;
  float: left;
  height: 5rem;
}
.fixed .top-bar-search .search-icon-container i {
  font-size: 1.375rem;
  position: absolute;
  left: 1.375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fixed .top-bar-search .search-content {
  position: relative;
  line-height: 3.75rem;
}
@media only screen and (min-width:75em) {
  .fixed .top-bar-search .search-content {
    line-height: 3rem;
  }
}
.fixed .top-bar-search .search-content:before {
  position: absolute;
  background-image: url("/build/svg/loader.svg");
  opacity: 0;
}
.fixed .top-bar-search .search-content.loading:before {
  position: absolute;
  top: 1.875rem;
  right: 6.25rem;
  height: 1.375rem;
  width: 2rem;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/build/svg/loader.svg");
  background-color: #ffffff;
  opacity: 1;
  z-index: 9;
}
.fixed .top-bar-search .search-content form {
  width: 100%;
  position: relative;
}
.fixed .top-bar-search .search-content form .search-icon-mobile {
  display: none;
}
.fixed .top-bar-search .search-content form input {
  height: 5rem;
  top: 0;
  padding: 0;
  padding-left: 3.75rem;
  border: none;
  background: none;
  color: #777a7a;
  width: 100%;
  border-left: 1px solid #535554;
  margin-left: -0.0625rem;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.fixed .top-bar-search .search-content form button {
  position: absolute;
  top: 2rem;
  right: 1.75rem;
  color: #3399cc;
  background: none;
  padding: 0;
  font-weight: 400;
}
.fixed .top-bar-search .search-content form .close-search {
  display: none;
}
.fixed .top-bar-search .search-content button {
  display: none;
}
.fixed .top-bar-search .result-container {
  display: none;
  color: #000000;
}
.fixed .top-bar-search .result-container .results-content, .fixed .top-bar-search .result-container.autocomplete-results {
  overflow-y: auto;
}
.fixed .top-bar-search .result-container a {
  color: #000000;
}
.fixed .top-bar-search .result-container .result {
  display: block;
  border-top: 1px solid #dbdbdb;
  background: #dedede;
  line-height: 1.5rem;
  color: #000000;
  padding: 1rem 3.75rem;
}
.fixed .top-bar-search .result-container .result.search-result {
  color: #0070b9;
}
.fixed .top-bar-search .result-container .result.search-result .description {
  display: block;
  color: #878787;
  font-size: 0.875rem;
}
.fixed .top-bar-search .result-container .result.search-result.competition {
  position: relative;
}
.fixed .top-bar-search .result-container .result.search-result.competition .description {
  display: inline;
}
.fixed .top-bar-search .result-container .result.search-result.competition .title {
  display: inline-block;
  margin-right: 0.5rem;
}
.fixed .top-bar-search .result-container .result.search-result.competition i.favorite {
  position: absolute;
  left: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #878787;
}
.fixed .top-bar-search .result-container .result.search-result.competition i.favorite.icon-star {
  color: #ff7e00;
}
.fixed .top-bar-search .result-container a.result:hover {
  background: #d1d1d1;
}
.fixed .top-bar-search .result-container .content .result:first-child {
  border-top: none;
}
.fixed .top-bar-search .result-container.search-results {
  position: relative;
}
.fixed .top-bar-search .result-container.search-results .tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.fixed .top-bar-search .result-container.search-results .tabs li {
  width: 25%;
}
.fixed .top-bar-search .result-container.search-results .tabs li a {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.fixed .top-bar-search .result-container.search-results .tabs-content {
  padding-top: 3.375rem;
  margin: 0;
}
.fixed .top-bar-search .result-container.search-results .tabs-content > .content {
  padding: 0;
}
.fixed .top-bar-search.active {
  background: #ffffff;
}
.fixed .top-bar-search.active .result-container.active {
  display: block;
}
.fixed .top-bar-search.active i, .fixed .top-bar-search.active input {
  color: #000000;
}
.fixed .top-bar-search.active button {
  display: block;
}
.fixed .top-bar-profile {
  float: right;
  border-left: 1px solid #535554;
  position: relative;
  padding: 0 4.375rem 0 5rem;
}
.fixed .top-bar-profile .avatar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.75rem;
}
.fixed .top-bar-profile .expand-menu:before {
  /*box-shadow: 0 0 0 2px #ffffff, 0 8px 0 2px #ffffff, 0 16px 0 2px #ffffff;*/
  box-shadow: none !important;
  font-family: "custom_icons";
  content: "\e838";
  display: block;
  height: 0;
  position: absolute;
  top: -1.875rem;
  width: 1rem;
  margin-left: 1.25rem;
  margin-top: -0.875rem;
  font-size: 1.375rem;
  margin-left: 3.6875rem;
}
.fixed .top-bar-profile.loggedout {
  padding-left: 2.5rem;
}
.fixed .top-bar-profile.loggedout .expand-menu:before {
  margin-left: 1.125rem;
}
.fixed .expand-menu {
  display: inline-block;
  position: relative;
}
.fixed .top-bar-search {
  float: right;
  width: 3.75rem !important;
  border-left: 1px solid #535554;
  z-index: 2;
}
.fixed .top-bar-search .search-icon-container {
  position: relative;
  float: left;
  height: 3.75rem;
  width: 3.75rem;
}
.fixed .top-bar-search .search-icon-container i {
  left: 1rem;
}
.fixed .top-bar-search .search-content {
  position: fixed;
  z-index: 250;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: #ffffff;
  /*transform: translate3d(0,-100%,0);*/
  transform: translateY(-100%);
  transition: all 0.3s;
  opacity: 0;
  overflow: hidden;
  border-bottom: 4px solid #ff7e00;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.fixed .top-bar-search .search-content.loading:before {
  right: 3.25rem;
  top: 1.25rem;
}
.fixed .top-bar-search .search-content form {
  margin: 0;
  width: 100%;
}
.fixed .top-bar-search .search-content form .search-icon-mobile {
  display: block;
  position: absolute;
  top: 0;
  left: 1rem;
  font-size: 1.5rem;
  overflow: hidden;
}
.fixed .top-bar-search .search-content form input {
  height: 3.75rem;
  border: none;
  padding-right: 3.75rem;
  overflow: hidden;
  margin-left: 0;
}
@media only screen and (min-width:75em) {
  .fixed .top-bar-search .search-content form input {
    height: 3rem;
  }
}
.fixed .top-bar-search .search-content form .close-search {
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  color: #b4b4b4;
  font-size: 1.5rem;
}
.fixed .top-bar-search .search-content form .close-search i {
  color: #b4b4b4;
}
.fixed .top-bar-search.active .search-content {
  transform: translateY(0);
  opacity: 1;
}
.fixed .top-bar-search.active button {
  display: none;
}
.fixed .top-bar-profile {
  display: block;
  float: right;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
}
.fixed .top-bar-profile .avatar {
  left: 0.75rem;
}
.fixed .top-bar-profile .expand-menu {
  /* display: none; */
  margin-left: -2.5rem;
}
.fixed .top-bar-profile .expand-menu:before {
  top: -1.25rem;
}
.fixed .top-bar-profile .avatar + .name + .expand-menu {
  display: none;
}
.fixed .top-bar-profile .name {
  display: none;
}

.menu-expandable {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 28.125rem;
  max-width: 100%;
  overflow: hidden;
  z-index: 100;
  transition: all 0.3s;
  opacity: 0;
}
.menu-expandable.loading:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center 68px;
  background-image: url("/build/svg/loader.svg");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-expandable .menu-expandable-top {
  display: none;
  width: 28.125rem;
}
.menu-expandable .button-round {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}
.menu-expandable.active {
  opacity: 1;
}
.menu-expandable.active .menu-expandable-top {
  display: block;
}
.menu-expandable .sponsor-block {
  margin-bottom: 2.5rem;
}
.menu-expandable .menu-expandable-top, .menu-expandable .menu-expandable-content {
  padding-left: 1.25rem;
}
.menu-expandable .menu-expandable-content-container {
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
}
.menu-expandable .menu-expandable-content-container .menu-expandable-content {
  padding-top: 0.625rem;
  margin-left: 0;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #3b3b3b;
}
.menu-expandable .menu-expandable-content-container .menu-expandable-content:first-child {
  border-top: none;
  margin-top: 3.75rem;
}
.menu-expandable .menu-expandable-content-container .menu-expandable-content .menu-cta {
  padding-bottom: 2rem;
}
.menu-expandable .menu-expandable-content-container .menu-expandable-content .menu-cta .button {
  display: block;
  max-width: 12.5rem;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container {
  margin-bottom: 16px;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-bar {
  background-color: #ffffff;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-bar form {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d2d2d2;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-bar form i:before {
  color: black;
  margin-top: 1.125rem;
  margin-left: 1.25rem;
  font-size: 1.375rem;
  position: absolute;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-bar form input {
  height: 4rem;
  top: 0;
  padding: 0;
  padding-left: 3.75rem;
  border: none;
  background: none;
  color: #777a7a;
  width: 100%;
  margin-left: -0.0625rem;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-bar button {
  position: absolute;
  top: 1.375rem;
  right: 1.75rem;
  color: #ff7e00;
  background: none;
  padding: 0;
  font-weight: 400;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay {
  position: relative;
  background-color: #ECECEC;
  max-height: 295px;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fffffff", GradientType=0); /* IE6-9 */
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results {
  background-color: #ffffff;
  overflow: auto;
  max-height: 295px;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results span.search-result:last-child {
  margin-bottom: 0px;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  color: #222222;
  padding: 1.375rem 0 0 1.125rem;
  border-bottom: 1px solid #d2d2d2;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result:last-child {
  margin-bottom: 10px;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result:first-child, .menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result:nth-child(2), .menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result:nth-child(3), .menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result:nth-child(4) {
  margin-bottom: 0;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result .icon-star {
  color: #ff7e00;
  font-size: 1.25rem;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result .icon-star-empty {
  color: #222222;
  font-size: 1.25rem;
}
.menu-expandable .menu-expandable-content-container .favorites-search-container .favorites-search-results-overlay .favorites-search-results .search-result span {
  padding-left: 1rem;
  font-size: 1.125rem;
}
.menu-expandable .menu-expandable-top {
  height: 3.75rem;
  line-height: 3.75rem;
  background: #eee;
  border-bottom: 1px solid;
  margin-bottom: 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.menu-expandable .menu-expandable-top .close {
  display: block;
  float: right;
  height: 3.75rem;
  width: 3.75rem;
  text-align: center;
}
.menu-expandable .menu-expandable-top .close i {
  font-size: 1.75rem;
  color: #ffffff;
}
.menu-expandable.left {
  left: 0;
  background: #ffffff;
  /*transform: translate3d(-100%,0,0);*/
  transform: translateX(-100%);
}
.menu-expandable.left.active {
  /*transform: translate3d(0,0,0);*/
  transform: translateX(0);
}
.menu-expandable.left .menu-expandable-top, .menu-expandable.left .menu-expandable-content {
  border-color: #e6e6e6;
}
.menu-expandable.left .menu-expandable-top {
  background: #ffffff;
}
.menu-expandable.left .menu-expandable-top .close {
  background: #ff7e00;
}
.menu-expandable.left .menu-expandable-top .close:hover {
  background: #cc6500;
}
.menu-expandable.left .menu-expandable-top img {
  width: 8.75rem;
}
.menu-expandable.right {
  right: 0;
  background: #ffffff;
  color: #000000;
  background-image: url("/build/svg/glass-background.svg");
  background-size: cover !important;
  background-position: center !important;
  /*transform: translate3d(100%,0,0);*/
  transform: translateX(100%);
}
.menu-expandable.right.active {
  /*transform: translate3d(0,0,0);*/
  transform: translateX(0);
}
.menu-expandable.right .menu-expandable-top, .menu-expandable.right .menu-expandable-content {
  border-color: #cdcdcd;
}
.menu-expandable.right .menu-expandable-top {
  right: 0;
  left: auto;
}
.menu-expandable.right .menu-expandable-top .close {
  background: none !important;
}
.menu-expandable.right .menu-expandable-top .close:hover {
  background: none !important;
}
.menu-expandable.right .menu-expandable-top .close i {
  color: #000000 !important;
}
.menu-expandable.right .menu-expandable-top .avatar {
  float: left;
  margin-right: 1rem;
  margin-top: 0.75rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  .menu-expandable {
    width: 100%;
  }
  .menu-expandable .menu-expandable-top {
    width: 100%;
  }
}

.tabs .tab-title > a {
  background: none;
  font-family: "Geogrotesque";
  font-weight: 400;
  color: #ffffff !important;
  border-left: 1px solid #4a4a4a;
}
.tabs .tab-title.active + .tab-title > a, .tabs .tab-title:hover + .tab-title > a {
  border-left: none;
}
.tabs .tab-title.active > a, .tabs .tab-title:hover > a {
  color: #ffffff !important;
  border-left: none;
  background: #ff7e00;
  background-image: url("/build/svg/gradients/gradient-button-orange.svg");
  background-size: cover;
  background-position: center;
}
.tabs .tab-title:hover:not(.active) > a {
  background: #d1d1d1;
  color: #000000 !important;
  background-image: url("/build/svg/gradients/gradient-button.svg");
  background-size: cover;
  background-position: center;
}
.tabs .tab-title:first-child > a {
  border-left: none;
}
@media only screen and (max-width:61.938em) {
  .tabs .tab-title--matrix {
    display: none;
  }
}

ul.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.5rem;
  line-height: 2.8125rem;
  font-size: 1.375rem;
}
ul.link-list a {
  color: #000000;
}
ul.link-list ul a {
  color: #333333 !important;
}
ul.link-list ul ul a {
  color: #505050 !important;
}
ul.link-list ul ul ul a {
  color: #717171 !important;
}
ul.link-list.blue a {
  color: #ff7e00;
}
ul.link-list li {
  position: relative;
}
ul.link-list li .mobile-menu-sub-expand {
  position: absolute;
  right: 0.5rem;
  top: 0;
  height: 2rem;
  width: 2rem;
  display: block;
  background: #ff7e00;
  cursor: pointer;
}
ul.link-list li .mobile-menu-sub-expand:after {
  content: "+";
  font-size: 2rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul.link-list li .mobile-menu-sub-expand.expanded:after {
  content: "-";
}
ul.link-list > li > .mobile-menu-sub-expand {
  top: 0.375rem;
}
ul.link-list ul {
  list-style: none;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
}
ul.link-list ul.inactive {
  display: none;
}
ul.link-list ul li {
  line-height: 2rem;
}
ul.link-list ul li a {
  color: #000000;
  padding-right: 2.5rem;
}
ul.link-list.blue ul li a {
  color: #000000;
}
ul.link-list.white a {
  color: #ffffff;
}
ul.link-list a.active {
  font-weight: 600;
}

.avatar {
  display: inline-block;
  border-radius: 2.5rem;
  width: 2.25rem;
  height: 2.25rem;
  background-size: cover;
  background-position: center center;
}

.favorites-sortable-title {
  font-size: 1.25rem;
  margin-left: 1.375rem;
  margin-right: 1.5rem;
  padding-bottom: 1.125rem;
  padding-top: 5rem;
}

.favorite-item {
  position: relative;
  padding-left: 2rem;
  color: #000000;
  display: block;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.favorite-item i.icon-star {
  position: absolute;
  left: 0;
  color: #ff7e00;
  cursor: pointer;
}
.favorite-item i.icon-resize-vertical {
  position: absolute;
  top: 0.875rem;
  right: 1.25rem;
  font-size: 1.5rem;
  cursor: move !important; /* fallback if grab cursor is unsupported */
  cursor: grab !important;
}
.favorite-item .title {
  color: #000000;
  font-size: 1.25rem;
  margin-left: 0.375rem;
}
.favorite-item .title:hover {
  text-decoration: underline;
  color: #000000;
}
.favorite-item span {
  display: block;
}
.favorite-item span.title {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.favorite-item span.description {
  font-size: 0.8125rem;
}

.favorite-item-beach i.icon-star {
  color: #00B7E2;
}

.favorite-item-title {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-expandable.right .favorite-item {
  color: #000000;
}
.menu-expandable.right .favorite-item span.description {
  color: #676767;
}

#favorites-sortable:empty:before,
#favorites-beachspelers-sortable:empty:before {
  color: #3d3d3d;
  font-size: 0.875rem;
}

#favorites-sortable:empty:before {
  content: "Je hebt nog geen favoriete teams of verenigingen.";
}

#favorites-beachspelers-sortable:empty:before {
  content: "Je hebt nog geen favoriete Beachspelers.";
}

@media only screen and (min-width:75em) {
  .topbar .top-bar-search {
    position: relative;
  }
}
.topbar .top-bar-search .top-bar-cta {
  position: absolute;
  right: 0.5rem;
  top: 0.0625rem;
  z-index: 10;
}
.topbar .top-bar-search .top-bar-cta .button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  top: 0;
  margin-right: 0.5rem;
}
.topbar .top-bar-search.active .top-bar-cta {
  display: none !important;
}

@media only screen and (min-width:75em) {
  .margin-top-menu {
    margin-top: 2.5rem;
  }
}
.submenulinktoparent-li {
  position: relative;
}

.submenulinktoparent-arrow {
  margin-right: 5px;
  margin-top: -4px;
}

.submenulinktoparent-separator {
  border-right: 1px white solid;
  display: inline-block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -10px;
  width: 1px;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: #333333;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
  background: #272727;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > ul > li:not(.has-form):not(.active) > a:not(.button) {
  background: #505050;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > ul > li:not(.has-form):not(.active) > a:not(.button):hover {
  background: #404040;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > ul > li:not(.has-form):not(.active) > ul > li:not(.has-form):not(.active) > a:not(.button) {
  background: #717171;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > ul > li:not(.has-form):not(.active) > ul > li:not(.has-form):not(.active) > a:not(.button):hover {
  background: #606060;
}

@media only screen and (min-width: 61.938em) {
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    max-width: 180px;
  }
}
@media only screen and (min-width: 61.938em) {
  .top-bar-section .dropdown li a {
    white-space: normal;
    min-width: 170px !important;
    line-height: 22px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media only screen and (min-width: 61.938em) {
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    content: "\e812";
    font-family: "custom_icons";
  }
}
:root {
  --headermain-height: 65px;
}
@media only screen and (min-width:62em) {
  :root {
    --headermain-height: 80px;
  }
}

.header-main {
  background: white;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  min-height: var(--headermain-height);
}

.header-wrapper {
  width: 100%;
  max-width: 75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  display: flex;
  min-height: var(--headermain-height);
}
@media only screen and (min-width:62em) {
  .header-wrapper {
    align-items: stretch;
  }
}

.site-logo {
  display: flex;
  align-items: center;
}
.site-logo img {
  width: 100%;
  max-width: 136px;
  height: auto;
}
@media only screen and (max-width:61.938em) {
  .site-logo img {
    max-width: 128px;
  }
}

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

.nav-wrapper {
  display: flex;
}
@media only screen and (min-width:62em) {
  .nav-wrapper {
    padding-left: 40px;
    justify-content: center;
    flex: 1;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width:75em) {
  .nav-wrapper {
    padding-left: 65px;
    padding-right: 200px;
    width: calc(100% - 135px);
  }
}
@media only screen and (max-width:61.938em) {
  .nav-wrapper {
    display: flex;
    position: fixed;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
    top: var(--headermain-height);
    height: -webkit-fill-available;
    height: stretch;
    background: white;
    overflow: auto;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
  }
}

@media only screen and (max-width:61.938em) {
  #mobile-nav:checked ~ .fixed .nav-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.nav-content {
  display: flex;
}
@media only screen and (max-width:61.938em) {
  .nav-content {
    flex-direction: column;
    position: absolute;
    width: 100%;
    min-height: 100%;
    padding-bottom: 110px;
  }
}

.main-nav,
.mobile-nav-quick,
.mobile-nav-socials {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media only screen and (max-width:61.938em) {
  .main-nav,
.mobile-nav-quick,
.mobile-nav-socials {
    flex-direction: column;
    padding: 16px 0 16px 24px;
  }
}

.mobile-nav-quick {
  padding-top: 8px;
  padding-bottom: 24px;
}
@media only screen and (min-width:62em) {
  .mobile-nav-quick {
    display: none;
  }
}
.mobile-nav-quick li {
  margin-bottom: 8px;
}
.mobile-nav-quick a {
  font-weight: 500;
  font-size: 1rem;
  color: #3d3d3d !important;
}

@media only screen and (min-width:62em) {
  .mobile-nav-socials {
    display: none;
  }
}

.main-nav__item {
  position: relative;
}
.main-nav__item > a {
  transition: color 0.2s ease;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.main-nav__item--niveau-1 > a {
  font-size: 1.125rem;
}
.main-nav__item--niveau-1 > a, body[class*=theme-] .main-nav__item--niveau-1 > a {
  color: black;
}
.main-nav__item--niveau-1 > a.active {
  color: #ff7e00;
}
@media only screen and (max-width:61.938em) {
  .main-nav__item--niveau-1 > a {
    font-size: 1.375rem;
    padding: 12px 0;
  }
  .main-nav__item--niveau-1 > a:hover {
    color: #ff7e00;
  }
}
@media only screen and (min-width:62em) {
  .main-nav__item--niveau-1 > a {
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    /* Underline */
  }
  .main-nav__item--niveau-1 > a:before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 100%;
    left: 0;
    background: transparent;
    transition: background-color 0.2s ease;
  }
  .main-nav__item--niveau-1 > a.active {
    font-weight: 600;
    color: #3d3d3d !important;
  }
  .main-nav__item--niveau-1 > a.active:before {
    background-color: #ff7e00;
  }
  .theme-beach .main-nav__item--niveau-1 > a.active:before {
    background-color: #00b7e2;
  }
  .theme-eredivisie-dames .main-nav__item--niveau-1 > a.active:before {
    background-color: #dc2261;
  }
  .theme-eredivisie-heren .main-nav__item--niveau-1 > a.active:before {
    background-color: #006FB8;
  }
}

.main-nav__item--niveau-1:last-child > a,
.main-nav__item--niveau-1:last-child > a.active {
  color: #ff7e00 !important;
}

.main-nav__item--niveau-1:hover > a {
  color: #ff7e00;
}
.main-nav__item--niveau-1:hover > a:before {
  background-color: #e2e2e2;
}

@media only screen and (min-width:62em) {
  .main-nav__item--niveau-1.has-dropdown > a {
    padding-right: 16px;
  }
  .main-nav__item--niveau-1.has-dropdown > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 4px;
    transform: translateY(-50%);
    background-image: url(/build/svg/arrow-down.svg);
    background-size: 8px 4px;
    filter: brightness(0);
  }
}

:root {
  --subnav-item-height: 32px;
  --data-x: 1; /* Default value */
}

@media only screen and (min-width:62em) {
  .main-nav__item--niveau-1 > .main-nav__sub {
    width: 560px;
    padding-right: 280px;
    box-sizing: border-box;
  }
  .main-nav__item--niveau-1:not(:last-child) {
    margin-right: 24px;
  }
  .main-nav__item--niveau-1.has-dropdown > .main-nav__sub {
    min-height: 248px;
    min-height: calc(var(--subnav-item-height) * var(--data-x) + 48px);
  }
  .has-dropdown--fixed-right > .main-nav__sub {
    position: fixed;
    top: calc(var(--topbar-height) + var(--headermain-height));
    right: 0;
    left: auto;
    z-index: -1;
  }
  .main-nav__item--niveau-1.has-dropdown:hover > .main-nav__sub {
    display: block;
    opacity: 0;
    animation: fade-in-sub 0.2s forwards;
  }
}
.main-nav__sub {
  display: none;
  list-style: none;
}
@media only screen and (max-width:61.938em) {
  .main-nav__sub {
    border-left: 1px solid #f0f0f0;
    padding-left: 16px;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width:62em) {
  .main-nav__sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 280px;
    background: white;
    padding: 16px 0 32px 8px;
    margin: 0;
    box-sizing: border-box;
  }
  .main-nav__sub .main-nav__sub {
    left: 280px;
    height: 100%;
    background: white;
    top: 0;
    box-shadow: none;
  }
  .main-nav__sub .main-nav__sub:before {
    content: "";
    position: absolute;
    top: 16px;
    height: calc(100% - 32px);
    left: 0;
    bottom: 16px;
    border-left: 1px solid #f0f0f0;
  }
}

.main-nav__item--niveau-2 {
  opacity: 0.99;
  position: static;
}
@media only screen and (min-width:62em) {
  .main-nav__item--niveau-2:hover {
    margin-right: 0;
    width: 100%;
    color: #ff7e00;
  }
  .main-nav__item--niveau-2 > a {
    width: 100%;
    max-width: calc(100% - 8px);
  }
  .main-nav__item--niveau-2:hover > a {
    background: #f0f0f0;
    border-radius: 4px;
    color: #ff7e00;
  }
  .theme-beach .main-nav__item--niveau-2:hover > a {
    color: #00b7e2;
  }
  .theme-eredivisie-dames .main-nav__item--niveau-2:hover > a {
    color: #dc2261;
  }
  .theme-eredivisie-heren .main-nav__item--niveau-2:hover > a {
    color: #006FB8;
  }
}

@media only screen and (min-width:62em) {
  .main-nav__item--niveau-2.has-dropdown > a:after {
    position: absolute;
    left: calc(100% - 24px);
    background-image: url(/build/svg/chevron-right.svg);
    background-size: 7px 12px;
    content: "";
    width: 7px;
    height: 12px;
    margin-top: 3px;
    filter: brightness(0);
  }
  .main-nav__item--niveau-2.has-dropdown > a:hover {
    position: relative;
    z-index: 100;
  }
  .main-nav__item--niveau-2.has-dropdown > .main-nav__sub {
    transition: all 0.25s ease;
  }
  .main-nav__item--niveau-2.has-dropdown:hover > .main-nav__sub {
    opacity: 1;
    visibility: visible;
  }
  .main-nav__item--niveau-2.has-dropdown > a.active:after, .main-nav__item--niveau-2.has-dropdown:hover > a:after {
    filter: none;
  }
  .theme-eredivisie-heren .main-nav__item--niveau-2.has-dropdown > a.active:after, .theme-eredivisie-heren .main-nav__item--niveau-2.has-dropdown:hover > a:after {
    filter: hue-rotate(160deg) brightness(0.7);
  }
  .theme-eredivisie-dames .main-nav__item--niveau-2.has-dropdown > a.active:after, .theme-eredivisie-dames .main-nav__item--niveau-2.has-dropdown:hover > a:after {
    filter: hue-rotate(320deg) brightness(0.8);
  }
  .theme-beach .main-nav__item--niveau-2.has-dropdown > a.active:after, .theme-beach .main-nav__item--niveau-2.has-dropdown:hover > a:after {
    filter: hue-rotate(160deg) brightness(1);
  }
}
.main-nav__item--niveau-2 a {
  color: #3d3d3d;
}
.theme-eredivisie-heren .main-nav__item--niveau-2 a, .theme-eredivisie-dames .main-nav__item--niveau-2 a, .theme-beach .main-nav__item--niveau-2 a {
  color: #3d3d3d;
}
.main-nav__item--niveau-2 a.active {
  color: #ff7e00;
}
.theme-beach .main-nav__item--niveau-2 a.active {
  color: #00b7e2;
}
.theme-eredivisie-dames .main-nav__item--niveau-2 a.active {
  color: #dc2261;
}
.theme-eredivisie-heren .main-nav__item--niveau-2 a.active {
  color: #006FB8;
}

.main-nav__item--niveau-2 > a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.125rem;
  padding: 8px 0;
}
@media only screen and (min-width:62em) {
  .main-nav__item--niveau-2 > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (min-width:62em) {
  .main-nav__item--niveau-2 .main-nav__sub {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

.main-nav__item--niveau-3 > a {
  font-size: 1rem;
  padding: 8px 16px;
  text-align: left;
  color: #3d3d3d;
}
.main-nav__item--niveau-3 > a:hover, .main-nav__item--niveau-3 > a.active {
  color: #ff7e00;
}
.theme-eredivisie-heren .main-nav__item--niveau-3 > a:hover, .theme-eredivisie-heren .main-nav__item--niveau-3 > a.active {
  color: #006FB8;
}
.theme-eredivisie-dames .main-nav__item--niveau-3 > a:hover, .theme-eredivisie-dames .main-nav__item--niveau-3 > a.active {
  color: #dc2261;
}
.theme-beach .main-nav__item--niveau-3 > a:hover, .theme-beach .main-nav__item--niveau-3 > a.active {
  color: #00b7e2;
}

.main-nav__sub .main-nav__sub .main-nav__sub,
.main-nav__expand-trigger {
  display: none !important;
}

.main-nav__expand-checkbox {
  position: absolute;
  opacity: 0.001;
  left: -999em;
}

@media only screen and (max-width:61.938em) {
  .main-nav__expand-trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 46px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width:61.938em) and (min-width:62em) {
  .main-nav__expand-trigger {
    display: none !important;
  }
}
@media only screen and (max-width:61.938em) {
  .main-nav__expand-trigger img {
    transition: all 0.2s ease;
    filter: brightness(0);
  }
}
@media only screen and (max-width:61.938em) {
  .main-nav__expand-checkbox:checked ~ .main-nav__sub {
    display: block;
    opacity: 0;
    animation: fade-in-sub 0.4s forwards;
  }
}
@media only screen and (max-width:61.938em) {
  .main-nav__expand-checkbox:checked ~ .main-nav__expand-trigger img {
    transform: rotate(180deg);
    filter: none;
  }
  .theme-eredivisie-heren .main-nav__expand-checkbox:checked ~ .main-nav__expand-trigger img {
    filter: hue-rotate(160deg) brightness(0.7);
  }
  .theme-eredivisie-dames .main-nav__expand-checkbox:checked ~ .main-nav__expand-trigger img {
    filter: hue-rotate(320deg) brightness(0.8);
  }
  .theme-beach .main-nav__expand-checkbox:checked ~ .main-nav__expand-trigger img {
    filter: hue-rotate(160deg) brightness(1);
  }
}
@keyframes fade-in-sub {
  from {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.mobile-options {
  display: flex;
  position: absolute;
  right: 70px;
  top: 0;
  height: 100%;
  align-items: center;
}
@media only screen and (min-width:62em) {
  .mobile-options {
    display: none;
  }
}
.mobile-options a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-options img {
  filter: brightness(0.05);
}

@media only screen and (max-width:61.938em) {
  body.hamburger-open:not(.hamburger-opening) {
    overflow: hidden;
    height: 100%;
  }
}
#mobile-nav {
  position: absolute;
  left: -999em;
}

.hamburger-button {
  position: absolute;
  z-index: 100;
  top: 3px;
  right: 0;
  width: 64px;
  height: 63px;
  padding: 22px 19px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  justify-self: flex-end;
  display: none;
  transition: padding 0.1s ease;
}
.hamburger-button:before {
  position: absolute;
  left: 0;
  border-left: 1px solid #f0f0f0;
  width: 1px;
  height: 32px;
  top: 16px;
  bottom: 16px;
  content: "";
}
@media only screen and (min-width:62em) {
  .hamburger-button {
    display: none;
  }
}
.hamburger-button span {
  text-indent: -999em;
  width: 24px;
  height: 3px;
  background: #3d3d3d;
  transition: all 0.1s ease;
  border-radius: 3px;
}
.hamburger-button span:nth-child(1) {
  transform-origin: top left;
}
.hamburger-button span:nth-child(3) {
  transform-origin: bottom left;
}
.hamburger-button:hover, .hamburger-button:focus {
  background: transparent;
}
@media only screen and (max-width:61.938em) {
  .hamburger-button {
    display: flex;
  }
}

#mobile-nav:checked ~ .fixed .hamburger-button {
  padding: 22px;
}
#mobile-nav:checked ~ .fixed .hamburger-button span {
  width: 24px;
  box-shadow: none;
}
#mobile-nav:checked ~ .fixed .hamburger-button span:nth-child(2) {
  opacity: 0;
}
#mobile-nav:checked ~ .fixed .hamburger-button span:nth-child(1) {
  transform: rotate(45deg);
}
#mobile-nav:checked ~ .fixed .hamburger-button span:nth-child(3) {
  transform: rotate(-45deg);
}

.page-header {
  position: relative;
  min-height: 45vw;
  background: #ebebeb;
  background-image: url("/build/svg/glass-background.svg");
  background-size: cover !important;
  background-position: center !important;
  padding-top: 64px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width:35.063em) {
  .page-header {
    min-height: 224px;
    padding-top: 40px;
  }
}

.page-header,
.fixed-header-margin {
  margin-top: calc(var(--topbar-height) + var(--headermain-height));
}

.page-header--has-media,
.page-header--has-media * {
  color: white !important;
}
@media only screen and (min-width:35.063em) {
  .page-header--has-media {
    min-height: 35vw;
  }
}
@media only screen and (min-width:35.063em) {
  .page-header--has-media {
    min-height: 35vw;
  }
}
@media only screen and (min-width:75em) {
  .page-header--has-media {
    min-height: 440px;
  }
}

.page-header:not(.page-header--has-media),
.page-header:not(.page-header--has-media) a:not(.btn),
.page-header:not(.page-header--has-media) h1 {
  color: #ff7e00 !important;
}
.theme-beach .page-header:not(.page-header--has-media),
.theme-beach .page-header:not(.page-header--has-media) a:not(.btn),
.theme-beach .page-header:not(.page-header--has-media) h1 {
  color: #00b7e2 !important;
}
.theme-eredivisie-dames .page-header:not(.page-header--has-media),
.theme-eredivisie-dames .page-header:not(.page-header--has-media) a:not(.btn),
.theme-eredivisie-dames .page-header:not(.page-header--has-media) h1 {
  color: #dc2261 !important;
}
.theme-eredivisie-heren .page-header:not(.page-header--has-media),
.theme-eredivisie-heren .page-header:not(.page-header--has-media) a:not(.btn),
.theme-eredivisie-heren .page-header:not(.page-header--has-media) h1 {
  color: #006FB8 !important;
}

.page-header__media, .page-header__media:after,
.page-header__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header__media img {
  object-fit: cover;
}
.page-header__media:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.page-header__media ~ * {
  position: relative;
}

.page-header__parent {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  color: white !important;
}
@media only screen and (max-width:61.938em) {
  .page-header__parent {
    position: absolute;
    top: 16px;
    left: 16px;
  }
}
@media only screen and (min-width:62em) {
  .page-header__parent i {
    display: none;
  }
}

.page-header__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1228px;
}
@media only screen and (min-width:62em) {
  .page-header__title {
    font-size: 3.5rem;
  }
}

.page-header + .container[class*=background-] {
  margin-top: 0;
}

.page-header__profile-image {
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin: 16px auto 0;
  border-radius: 90px;
}
@media screen and (max-width: 59.99em) {
  .page-header__profile-image {
    max-width: 100px;
  }
}

@media only screen and (max-width: 35em) {
  .page-header--expanded {
    text-align: center;
  }
  .page-header--expanded .page-header__media:after {
    background: rgba(0, 0, 0, 0.65);
  }
}
@media only screen and (min-width:35.063em) {
  .page-header--expanded {
    align-items: flex-start;
  }
}
.page-header--expanded .page-header__title {
  margin-bottom: 16px;
}
@media only screen and (min-width:35.063em) {
  .page-header--expanded .page-header__title {
    padding-left: 0;
    text-align: left;
  }
}
.page-header--expanded .page-header__desc {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 32px;
}
@media only screen and (min-width:35.063em) {
  .page-header--expanded .page-header__desc {
    text-align: left;
  }
}
@media only screen and (min-width:62em) {
  .page-header--expanded .page-header__desc {
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}

.page-header__expanded-wrapper {
  width: 100%;
  max-width: 75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.page-header__expanded {
  display: flex;
  max-width: 576px;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width:35.063em) {
  .page-header__expanded {
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media only screen and (min-width:62em) {
  .page-header__expanded {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 35em) {
  .page-header__expanded__btn-wrapper {
    flex-direction: column;
  }
}
.page-header__expanded__btn-wrapper .btn {
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 35em) {
  .page-header__expanded__btn-wrapper .btn {
    width: 100%;
  }
  .page-header__expanded__btn-wrapper .btn:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width:35.063em) {
  .page-header__expanded__btn-wrapper .btn {
    margin-right: 16px;
  }
}

:root {
  --subnav-height: 48px;
}
@media only screen and (min-width:35.063em) {
  :root {
    --subnav-height: 68px;
  }
}

.subnav {
  background: white;
  border-bottom: 1px solid #f0f0f0;
}

.subnav-wrapper {
  width: 100%;
  max-width: 75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  height: var(--subnav-height);
}

@media only screen and (min-width:75em) {
  .subnav--count-large .subnav-wrapper {
    max-width: 1600px;
  }
}
@media only screen and (max-width:61.938em) {
  .subnav__parent {
    display: none;
  }
}
.subnav__parent {
  position: relative;
  z-index: 10;
  background: white;
  padding-right: 12px;
}
@media only screen and (max-width:61.938em) {
  .subnav__parent {
    display: none;
  }
}
.subnav__parent a {
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: 600;
}
.subnav__parent a:before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  width: 100%;
  left: 0;
  background: transparent;
  transition: background-color 0.2s ease;
}
.subnav__parent a.active {
  font-weight: 600;
  color: #3d3d3d !important;
}
.subnav__parent a.active:before {
  background-color: #ff7e00;
}
.theme-beach .subnav__parent a.active:before {
  background-color: #00b7e2;
}
.theme-eredivisie-dames .subnav__parent a.active:before {
  background-color: #dc2261;
}
.theme-eredivisie-heren .subnav__parent a.active:before {
  background-color: #006FB8;
}
.subnav__parent a:hover:before {
  background-color: #e2e2e2;
}
.subnav__parent i {
  margin-right: 4px;
}

:root {
  --subnav-padding-left: 0;
}

.subnav__items {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  margin: 0;
  list-style: none;
  align-items: stretch;
  justify-content: center;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 var(--subnav-padding-right) 0 var(--subnav-padding-left);
}

.subnav__items.left {
  justify-content: flex-start;
}

.subnav__item {
  padding: 0 12px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width:61.938em) {
  .subnav__item:first-child {
    padding-left: 24px;
  }
  .subnav__item:last-child {
    padding-right: 24px;
  }
}

.subnav__item__anchor {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 0.9375rem;
  color: #3d3d3d !important;
  line-height: 1.1;
}
.subnav__item__anchor:before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  width: 100%;
  left: 0;
  background: transparent;
  transition: background-color 0.2s ease;
}
.subnav__item__anchor.active {
  font-weight: 600;
  color: #3d3d3d !important;
}
.subnav__item__anchor.active:before {
  background-color: #ff7e00;
}
.theme-beach .subnav__item__anchor.active:before {
  background-color: #00b7e2;
}
.theme-eredivisie-dames .subnav__item__anchor.active:before {
  background-color: #dc2261;
}
.theme-eredivisie-heren .subnav__item__anchor.active:before {
  background-color: #006FB8;
}
.subnav__item__anchor:hover:before {
  background-color: #e2e2e2;
}
@media only screen and (max-width:61.938em) {
  .subnav__item__anchor {
    white-space: nowrap;
  }
}
@media only screen and (max-width:87.5em) {
  .subnav--count-large .subnav__item__anchor {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width:62em) {
  .subnav__item__anchor {
    font-size: 1rem;
  }
}

.subnav__item__anchor.active {
  font-weight: 600;
}

.subnav__direction {
  position: absolute;
  z-index: 50;
  top: 0;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 1.25rem;
  color: #3d3d3d;
}
@media only screen and (min-width:62em) {
  .subnav__direction {
    display: none;
  }
}
.subnav__direction:hover {
  background-color: transparent;
  color: #3d3d3d;
}

.subnav__direction--left,
.subnav__direction--left {
  left: 0;
  background-image: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
}

.subnav__direction--right {
  right: 0;
  background-image: linear-gradient(270deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
}

.matchcenter {
  margin-top: calc(var(--topbar-height) + var(--headermain-height));
}

.matchcenter.fixed-header-margin + .page-header,
.matchcenter.fixed-header-margin + .fixed-header-margin,
.matchcenter.fixed-header-margin + .header-container header {
  margin-top: 0;
}

.matchcenter__wrapper {
  display: flex;
  width: 100%;
  max-width: 75rem;
  padding: 0 0 0 1.25rem;
  margin: auto;
}

.matchcenter__list {
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
@media screen and (max-width: 39.99em) {
  .matchcenter__list {
    scroll-snap-type: x mandatory;
  }
}

.matchcenter__list--active {
  display: flex;
}

:root {
  --matchcenter-switch-width: 40px;
}
@media screen and (min-width: 40em) {
  :root {
    --matchcenter-switch-width: 160px;
  }
}

.matchcenter__switcher__select-wrapper {
  align-self: center;
  position: relative;
}

.matchcenter__switcher {
  display: flex;
  align-content: center;
  justify-items: center;
  min-width: var(--matchcenter-switch-width);
  border-right: 1px solid #f0f0f0;
  padding-right: 8px;
}
@media screen and (min-width: 40em) {
  .matchcenter__switcher {
    padding-right: 24px;
  }
}

.matchcenter__switcher__select {
  display: none;
  align-self: center;
  background: white;
  background-repeat: no-repeat;
  background-position: right;
  border: none;
  padding: 16px 16px 16px 0;
  margin: 0;
  background-size: 14px 10px;
  font-weight: 600;
  font-size: 1rem;
}
.matchcenter__switcher__select:hover, .matchcenter__switcher__select:focus {
  background-color: white;
  outline: none;
}

.matchcenter__switcher__select__overlay {
  display: none;
  pointer-events: none;
  background: white;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 39.99em) {
  .matchcenter__switcher__select__overlay {
    display: flex;
  }
}
.matchcenter__switcher__select__overlay span {
  background-size: 14px 10px;
  font-weight: 600;
  font-size: 1rem;
  padding-right: 20px;
  line-height: 1;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: right center;
}

.matchcenter__wrapper[data-theme=theme-eredivisie-heren] .matchcenter__switcher__select,
.matchcenter__wrapper[data-theme=theme-eredivisie-heren] .matchcenter__switcher__select__overlay span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAkCAMAAAD4m0k4AAAAYFBMVEX////l8PhWn9FNms5co9Lw9/yr0OgOd70NdrwSeb7D3e+RweF1stn+/v9aotL4+/1Dlczt9fsyi8fh7vcjg8PR5vMZfcC92u2kzOaLvt+mzedvrtj9/v/2+v3d7PbN4/IZHwYJAAAAhUlEQVR4AezRg5UEUQAEwB732Eb+WZ6x+HxcVQqF+/biuJ6CH+BKGFEqTiCQUiYKIZRRIoVYXlAog0xZUcDPIVU3vFKVUGg7XmgCKPUDz3QtNMaYJ4YeWhP/xSMMzPyzwMjKHzPMbC6/rDC1V/zgbpATBFY7LBxdU7+PtPwkL8wwvMAoAADGegruuEKr+AAAAABJRU5ErkJggg==");
  color: #006FB8;
}

.matchcenter__wrapper[data-theme=theme-eredivisie-dames] .matchcenter__switcher__select,
.matchcenter__wrapper[data-theme=theme-eredivisie-dames] .matchcenter__switcher__select__overlay span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAkCAMAAAD4m0k4AAAAYFBMVEX////85u3nZJHmXYvoapX98fXzscjdI2LcImHdJ2X3yNjvmbbzs8nrgKTwnLj//v7sgqb++fvlVYbiRHngNnD50+DeLWn2w9X51uLzrcXvlbTrfKL+9/nkUYT97vP74eoiNX5MAAAAgklEQVR4AezBg5UEUQAEwB732Fb+UZ59n4+rKjxcN8f1FPwA/4QRpeIEAillogxCOSUKiJU+hSrI1A0F/BJSQct/mhoKTsc/2gBK/cBfOgcaY8wfhglaM7/FIwws/DLDyMoPC8yULt+sMLXtfOGWMHa05L7Bwtm1B6z05/MYhhcYBQCm1wrya2xQgQAAAABJRU5ErkJggg==");
  color: #dc2261;
}

.matchcenter__wrapper[data-theme=theme-beach] .matchcenter__switcher__select,
.matchcenter__wrapper[data-theme=theme-beach] .matchcenter__switcher__select__overlay span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAkCAMAAAD4m0k4AAAAYFBMVEX////j+PxLzetDyupSz+zv+/6m5/UBuOMAt+IFueO/7fiL3/Js1u/9//9u1+/3/f87yOns+v0mw+ff9/wYv+XM8foMu+S57PjP8vqg5fWE3fJn1e71/f42x+nb9fsVveWU+6HqAAAAg0lEQVR4Ae3RtQHDQBAF0S9mZrz+qzSzjzYz6MWTDTbfzTAtCdvBG9fzhYIQHJGw91xwxb5ABL7E5vcpRLKc19sJhIryvc8zSFT1a186kGra576uoNAFj33bQ2l4HNZBw+jfDNAyXfsRehLz3E/QNS/H3kzAIR64zCBYWVmApKnwWzZ7o8oK5gkj02UAAAAASUVORK5CYII=");
  color: #dc2261;
}

.matchcenter__switcher__select--desktop {
  font-size: 1rem;
}
@media screen and (min-width: 40em) {
  .matchcenter__switcher__select--desktop {
    display: block;
  }
}

.matchcenter__switcher__select--mobile {
  max-width: 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 39.99em) {
  .matchcenter__switcher__select--mobile {
    display: block;
  }
}

.matchcenter__content {
  position: relative;
  background: white;
  width: calc(100% - var(--matchcenter-switch-width));
  overflow: hidden;
}
.matchcenter__content:before, .matchcenter__content:after {
  position: absolute;
  z-index: 10;
  content: "";
  top: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  height: 100%;
  width: 40px;
  pointer-events: none;
}
@media screen and (min-width: 40em) {
  .matchcenter__content:before, .matchcenter__content:after {
    width: 96px;
  }
}
.matchcenter__content:before {
  left: 0;
}
@media screen and (max-width: 39.99em) {
  .matchcenter__content:before {
    display: none;
  }
}
.matchcenter__content:after {
  right: 0;
  transform: rotate(180deg);
}
.matchcenter__content[data-button-prev=false]:before, .matchcenter__content[data-button-next=false]:after {
  display: none;
}

.matchcenter__item {
  position: relative;
  min-width: 240px;
  display: flex;
  align-content: center;
  scroll-snap-align: start;
}

.matchcenter__item--more {
  padding: 0 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 40em) {
  .matchcenter__item--more {
    flex: 1;
    justify-content: flex-end;
  }
}

.matchcenter__item--more a {
  font-weight: 600;
}
.matchcenter__item--more a:hover span, .matchcenter__item--more a:focus span {
  text-decoration: underline;
}
.matchcenter__wrapper[data-theme=theme-eredivisie-heren] .matchcenter__item--more a {
  color: #006FB8;
}
.matchcenter__wrapper[data-theme=theme-eredivisie-dames] .matchcenter__item--more a {
  color: #dc2261;
}
.matchcenter__wrapper[data-theme=theme-beach] .matchcenter__item--more a {
  color: #00b7e2;
}

.matchcenter__item:not(:last-child):after {
  position: absolute;
  content: "";
  border-right: 1px solid #f0f0f0;
  top: 16px;
  right: 0;
  bottom: 16px;
}

.matchcenter__item__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 16px;
}
.matchcenter__item__link:hover, .matchcenter__item__link:focus {
  outline: none;
  background: #f8f8f8;
}

.matchcenter__live,
.matchcenter__status {
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 14px;
  padding: 0 6px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
}
.matchcenter__live span,
.matchcenter__status span {
  line-height: 2;
}

.matchcenter__status--has-icon i {
  display: flex;
  margin-right: 5px;
  font-size: 12px;
  margin-top: -1px;
  color: white;
}

.matchcenter__live {
  background: black;
}

.matchcenter__live__pulse {
  animation: pulse-live 1.2s ease infinite;
  width: 4px;
  height: 4px;
  background: red;
  border-radius: 2px;
  display: inline-block;
  align-self: center;
  margin-right: 4px;
}

.matchcenter__status__text,
.matchcenter__live__text {
  font-weight: bold;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

@keyframes pulse-live {
  0%, 100% {
    opacity: 1;
  }
  40%, 60% {
    opacity: 0;
  }
}
.matcenter__item__date {
  font-size: 0.75rem;
  font-weight: 600;
  color: #a8a8a8;
  text-transform: uppercase;
}

.matchcenter__item__result {
  position: relative;
}

.matchcenter__item__result__row {
  display: flex;
  color: #404040;
  font-size: 0.875rem;
  margin-top: 8px;
}
.matchcenter__item__result__row:last-of-type {
  margin-top: 2px;
}
.matchcenter__item__result__row span:first-child {
  flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 176px;
}
.matchcenter__item__result__row span:last-child:not(:first-child) {
  width: 16px;
  height: 20px;
  display: flex;
  align-items: center;
  background: #f0f0f0;
  border-radius: 2px;
  margin-left: 8px;
  text-align: center;
  justify-content: center;
}

.matchcenter__item__result__row.highlighted {
  font-weight: 600;
}

.matchcenter__item__result-live {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  align-items: center;
}
.matchcenter__wrapper[data-theme=theme-eredivisie-heren] .matchcenter__item__result-live {
  color: #006FB8;
}
.matchcenter__wrapper[data-theme=theme-eredivisie-dames] .matchcenter__item__result-live {
  color: #dc2261;
}
.matchcenter__wrapper[data-theme=theme-beach] .matchcenter__item__result-live {
  color: #00b7e2;
}

.matchcenter__slide-trigger {
  display: flex;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 100%;
  align-content: center;
  justify-items: center;
  transition: background-color 0.2s ease;
}
.matchcenter__slide-trigger, .matchcenter__slide-trigger:hover, .matchcenter__slide-trigger:focus, .matchcenter__slide-trigger:active {
  color: black;
  font-size: 1.25rem;
  background: transparent;
  box-shadow: none;
  border: none;
}
.matchcenter__slide-trigger:hover, .matchcenter__slide-trigger:focus, .matchcenter__slide-trigger:active {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 39.99em) {
  .matchcenter__slide-trigger {
    display: none;
  }
}

.matchcenter__slide-trigger--next {
  right: 0;
  left: auto;
}

.matchcenter__content[data-button-prev=false] .matchcenter__slide-trigger--prev,
.matchcenter__content[data-button-next=false] .matchcenter__slide-trigger--next {
  display: none;
}

.breaking-bar {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 64px;
  background: black;
  display: none;
  color: white;
}

.breaking-bar__wrapper {
  width: 100%;
  max-width: 75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  display: flex;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: center;
  position: relative;
}

.breaking-bar + footer {
  padding-bottom: 63px;
}

.breaking-bar--visible {
  display: block;
}

.breaking-bar--statement {
  background: #ffe799;
  color: #593d00;
}

.breaking-bar--caution {
  background: #f93030;
}

.breaking-bar__content-wrapper {
  display: flex;
}

.breaking-bar__content {
  flex: 1;
  text-decoration: none;
  padding-right: 24px;
}

.breaking-bar__content {
  align-self: center;
}

.breaking-bar__content__title,
.breaking-bar__content__message {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: white;
}
.breaking-bar--statement .breaking-bar__content__title,
.breaking-bar--statement .breaking-bar__content__message {
  color: #593d00;
}

.breaking-bar__content__title {
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.breaking-bar__content__message {
  font-size: 0.875rem;
  line-height: 1rem;
}

.breaking-bar__content__link {
  text-decoration: underline;
}
.breaking-bar--statement .breaking-bar__content__link {
  color: #006fb8;
}

.breaking-bar__type {
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
  align-self: center;
  padding: 2px 10px;
  border-radius: 16px;
  margin-right: 16px;
}
.breaking-bar--live .breaking-bar__type {
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width:61.938em) {
  .breaking-bar__type {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .breaking-bar__type span {
    display: none;
  }
}

.breaking-bar__type__live {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 5px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
  animation: pulse-live 1.2s ease infinite;
}

@keyframes pulse-live {
  0%, 100% {
    opacity: 1;
  }
  40%, 60% {
    opacity: 0;
  }
}
.breaking-bar__clickout a {
  position: absolute;
  text-indent: -9999em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breaking-bar__close {
  position: absolute;
  top: 4px;
  right: 8px;
  padding: 8px;
  cursor: pointer;
}

.clubfinder {
  background-color: white;
}

.clubfinder__wrapper {
  width: 100%;
  max-width: 75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.clubfinder__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 16px 0;
  z-index: 3;
}

.clubfinder__map {
  height: 672px;
  width: 100%;
}

.clubfinder__search {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 39.99em) {
  .clubfinder__search {
    flex-grow: 1;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #F0F0F0;
  }
}

.clubfinder__search__btn {
  flex-shrink: 0;
  height: 44px !important;
  margin: 0 0 0 8px;
  text-transform: none;
  font-weight: 600;
  background-color: #ff7e00;
  letter-spacing: 0;
}
@media screen and (max-width: 39.99em) {
  .clubfinder__search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    padding: 0;
  }
}

@media screen and (max-width: 39.99em) {
  .clubfinder__search__label {
    display: none;
  }
}

.clubfinder__search__icon {
  fill: white;
  margin-left: 0 !important;
}
@media screen and (min-width: 40em) {
  .clubfinder__search__icon {
    display: none;
  }
}

input[type=text].clubfinder__search__input {
  margin: 0;
  background-color: #ffffff;
  border-color: #C0C0C0;
  height: 44px;
  padding-left: 32px;
}
@media screen and (min-width: 40em) {
  input[type=text].clubfinder__search__input {
    min-width: 360px;
  }
}

.clubfinder__search__top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 23.49em) {
  .clubfinder__search__top {
    flex-wrap: wrap;
  }
}

.clubfinder__search__top .form__radio:not(:last-of-type) {
  margin: 0 24px 0 0;
}

.clubfinder__search__top__label {
  margin-right: 16px;
  font-weight: 600;
}
@media screen and (max-width: 23.49em) {
  .clubfinder__search__top__label {
    width: 100%;
  }
}

.clubfinder__search__bottom {
  display: none;
}
.clubfinder__search__bottom.active {
  display: flex;
}
.clubfinder__search__bottom:last-of-type {
  position: relative;
}
.clubfinder__search__bottom:last-of-type:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  background-image: url(/images/icons/icon-search-geo.svg);
  background-size: cover;
}

.clubfinder__filter {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 8px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.clubfinder__filter.active, .clubfinder__filter:hover {
  background: rgba(0, 0, 0, 0.75);
}
.clubfinder__filter.active .clubfinder__filter__icon, .clubfinder__filter:hover .clubfinder__filter__icon {
  fill: white;
}
@media screen and (min-width: 73.125em) {
  .clubfinder__filter {
    display: none;
  }
}

.clubfinder__filter__icon--close {
  display: none;
}
.active .clubfinder__filter__icon--close {
  display: block;
}

.active .clubfinder__filter__icon--filter {
  display: none;
}

.clubfinder__filters {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 73.115em) {
  .clubfinder__filters {
    position: absolute;
    top: 100%;
    right: -1.25rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    min-width: 248px;
    padding: 24px 1.25rem;
    background-color: white;
  }
  .clubfinder__filter.active + .clubfinder__filters {
    display: flex;
  }
}
@media screen and (max-width: 39.99em) {
  .clubfinder__filters {
    width: calc(100% + 2.5rem);
  }
}

.clubfinder__filters__item {
  position: relative;
}
@media screen and (max-width: 73.115em) {
  .clubfinder__filters__item {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F0F0;
  }
}

.clubfinder__filters__button {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 600;
}
@media screen and (min-width: 73.125em) {
  .clubfinder__filters__button {
    display: flex;
    align-items: center;
    height: 44px;
    min-width: 200px;
    margin-right: 16px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    background-image: url(/images/icon-dropdown.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 16px top 18px;
  }
  .clubfinder__filters__button:hover {
    border-color: #ff7e00;
  }
}

.clubfinder__filters__options {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-top: 8px;
}
@media screen and (max-width: 73.115em) {
  .clubfinder__filters__options {
    display: flex;
  }
}
@media screen and (min-width: 73.125em) {
  .clubfinder__filters__options {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 248px;
    padding: 24px;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    z-index: 2;
  }
  .clubfinder__filters__item.active .clubfinder__filters__options {
    display: flex;
  }
}

.clubfinder__filters__options .form__checkbox input[type=checkbox] {
  width: 0;
}

.clubfinder__filters__label {
  font-weight: 600;
  cursor: pointer;
}
.clubfinder__filters__label:hover {
  text-decoration: underline;
}

.clubfinder__filters__confirm {
  margin-top: 24px;
  padding: 14px 32px;
  text-transform: none;
  font-weight: 600;
  background-color: #ff7e00;
  letter-spacing: 0;
}
@media screen and (min-width: 73.125em) {
  .clubfinder__filters__confirm {
    display: none;
  }
}

.popup-active {
  overflow: hidden;
}

.clubfinder__overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.clubfinder-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  background-color: white;
  border: 1px solid lightgray;
  overflow: auto;
}
@media screen and (min-width: 40em) {
  .clubfinder-card {
    flex-direction: row;
    width: 640px;
    height: 360px;
    overflow: initial;
  }
}

.clubfinder-card__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 6px;
  background-color: #f23001;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}
.clubfinder-card__close:hover {
  background-color: #bf2601;
}
.clubfinder-card__close img {
  width: 14px;
}
@media screen and (min-width: 768px) {
  .clubfinder-card__close {
    top: 0;
    right: -40px;
  }
}

.clubfinder-card__title {
  color: rgba(0, 0, 0, 0.33);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.clubfinder-card__info {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  padding: 40px 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 40em) {
  .clubfinder-card__info {
    width: 50%;
    flex-shrink: 0;
  }
}

.clubfinder-card__info__label {
  margin-bottom: 4px;
  color: #ff7e00;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
}

.clubfinder-card__info__title {
  margin-bottom: 4px;
  color: #3D3D3D;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 600;
}

.clubfinder-card__info__subtitle {
  color: rgba(61, 61, 61, 0.75);
  line-height: 120%;
}

.clubfinder-card__info__extra {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.clubfinder-card__info__table {
  width: 100%;
  margin-top: 12px;
}

.clubfinder-card__info__table td:last-child {
  margin-left: 16px;
  text-align: right;
}

.clubfinder-card__info__btn {
  align-self: flex-start;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  font-weight: bold;
  border-radius: 4px;
}
.clubfinder-card__info__btn:hover, .clubfinder-card__info__btn:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.85);
}

.clubfinder-card__clubs {
  position: relative;
  flex-shrink: 0;
  padding: 24px 16px;
  background-color: #F0F0F0;
  box-sizing: border-box;
  overflow: auto;
}
@media screen and (min-width: 40em) {
  .clubfinder-card__clubs {
    width: 50%;
    flex-shrink: 0;
  }
}

.clubfinder-card__clubs__label {
  display: flex;
  margin-bottom: 16px;
  color: rgba(61, 61, 61, 0.5);
  font-size: 0.75rem;
  font-weight: 600;
}

.clubfinder-card__clubs__item {
  padding: 16px;
  margin-bottom: 16px;
  background-color: white;
  box-sizing: border-box;
}

.clubfinder-card__clubs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clubfinder-card__clubs__titel {
  font-weight: bold;
}

.clubfinder-card__clubs__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  margin-left: 16px;
  background-color: #3D3D3D;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}
.clubfinder-card__clubs__check:checked ~ .clubfinder-card__clubs__header .clubfinder-card__clubs__trigger, .clubfinder-card__clubs__trigger:hover {
  background-color: #ff7e00;
}

.clubfinder-card__clubs__trigger__icon {
  height: 8px;
  width: 7px;
  margin-top: 1px;
  transition: all 0.1s ease;
}
.clubfinder-card__clubs__check:checked ~ .clubfinder-card__clubs__header .clubfinder-card__clubs__trigger__icon {
  transform: rotate(180deg);
}

.clubfinder-card__clubs__check {
  position: absolute;
  opacity: 0.0001;
  visibility: hidden;
}

.clubfinder-card__clubs__content {
  display: none;
  flex-direction: column;
  margin-top: 20px;
}
.clubfinder-card__clubs__check:checked ~ .clubfinder-card__clubs__content {
  display: flex;
}

.clubfinder-card__clubs__extra {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 1px solid #F0F0F0;
}

.clubfinder-card__clubs__extra__column {
  display: flex;
  flex-direction: column;
}
.clubfinder-card__clubs__extra__column > * {
  margin-bottom: 8px;
}
.clubfinder-card__clubs__extra__column > *:last-child {
  margin-bottom: 16px;
}

.clubfinder-card__clubs__link {
  color: #ff7e00;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.clubfinder-card__clubs__link:hover {
  text-decoration: underline;
}

.clubfinder__search .mapboxgl-ctrl-geocoder {
  min-width: 0;
  box-shadow: none;
}
@media screen and (min-width: 40em) {
  .clubfinder__search .mapboxgl-ctrl-geocoder {
    min-width: 360px;
  }
}
.clubfinder__search .mapboxgl-ctrl-geocoder--input {
  height: 44px;
  margin: 0;
  padding-left: 32px;
  background-color: white;
  border-color: #C0C0C0;
  font-family: "Geogrotesque", "Gotham B", Arial, sans-serif;
}
.clubfinder__search .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > *,
.clubfinder__search .mapboxgl-ctrl-geocoder--icon-search {
  top: 12px;
}
.clubfinder__search .mapboxgl-ctrl button:not(:disabled):hover {
  background-color: transparent;
}
.clubfinder__search .mapboxgl-ctrl-geocoder--icon-search {
  height: 20px;
  width: 20px;
  left: 7px;
}

.mapboxgl-map {
  font: inherit !important;
}

.map-location__mapbox__marker {
  width: 53px;
  height: 48px;
  background: url(/images/marker.png) no-repeat;
  background-size: 40px 40px;
}

.mapboxgl-ctrl-group button {
  margin: 0;
  border-radius: 0;
}

.form__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.form__checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.form__checkbox:hover .form__checkbox__box {
  border-color: #cc6500;
  box-shadow: 0 0 0 rgba(115, 123, 134, 0.12);
}

.form__checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0.001;
  z-index: 1;
}
.form__checkbox input[type=checkbox]:checked + .form__checkbox__box {
  background-color: #ff7e00;
}
.form__checkbox input[type=checkbox]:checked + .form__checkbox__box:after {
  opacity: 1;
}

.form__checkbox__box {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: none;
  background-color: #F0F0F0;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(115, 123, 134, 0.12);
  transition: all 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.form__checkbox__box:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-50deg) scale(1);
  width: 14px;
  height: 8px;
  background: transparent;
  border: 3px solid white;
  border-top: none;
  border-right: none;
  border-radius: 1px;
  opacity: 0;
}

.form__checkbox__label {
  margin-left: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.form__input--error + .form__checkbox__box {
  border: 2px solid #f23001;
}

.form__checkbox + .form__error {
  margin-top: 4px;
}

/* Height & Width of box */
/* Background-color of the box */
/* Border of the box */
/* Width of the Dot icon */
/* Color of the Dot icon */
.form__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.form__radio:not(:last-of-type) {
  margin-bottom: 8px;
}

.form__radio input[type=radio] {
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0.001;
}

.form__radio__box {
  display: inline-flex;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 24px;
  background-color: #F0F0F0;
}
.form__radio__box:after {
  width: 12px;
  height: 12px;
  border-radius: 24px;
  background-color: #ff7e00;
  content: "";
  opacity: 0;
}
.form__radio input[type=radio]:checked + .form__radio__box:after {
  opacity: 1;
}

.form__radio__label {
  margin-left: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.form__form__-error + .form__radio__box {
  border-color: #f23001;
}

.form__radio + .form__error {
  margin-top: 4px;
}

/*****************************************************************************
 * Logo slider
 ***************************************************************************** */
.m-logo-slider__slide {
  text-align: center;
  padding: 0 12px;
}

.m-logo-slider__slide a {
  display: inline-block;
  width: 100%;
}

.m-logo-slider__slide img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.m-logo-slider .slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.m-logo-slider__container:not(.slick-initialized) {
  display: none;
}

.slick-dots {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  text-align: center;
  margin-top: 32px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  cursor: pointer;
}

.slick-dots li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 6px;
  width: 6px;
  border-radius: 35px;
  box-sizing: border-box;
  border: 3px solid;
  border-color: #a094b3;
}

.slick-dots li.slick-active:before {
  border: 1px solid;
  border-color: #a094b3;
  height: 12px;
  width: 12px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slider-prev, .slider-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  font-size: 24px;
  font-weight: 100;
  border-radius: 40px;
  color: #a094b3;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

.slider-prev i, .slider-next i {
  color: #a094b3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-prev {
  left: -64px;
}

.slider-next {
  right: -64px;
}

/*
@media only screen and (min-width: {{ responsive.breakpoint.extra_small }} ) {
  .slick-dots li { margin-left: 16px; }

}

@media only screen and (min-width: {{ responsive.breakpoint.small }} ) {
  .slick-dots li { margin-left: 24px; }
}
*/
footer ul {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 35em) {
  footer ul {
    text-align: center;
  }
}

@media only screen and (max-width: 35em) {
  .footer {
    text-align: center;
  }
}
.footer ul {
  list-style: none;
  margin: 0;
}
.footer p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 16px;
  color: #6e6e6e;
}
.footer a {
  color: #6e6e6e;
}
.footer a:hover {
  text-decoration: underline;
}

.footer__navigation-group {
  margin-bottom: 32px;
}
.footer__navigation-group li {
  margin-bottom: 8px;
  line-height: 1;
}
.footer__navigation-group a {
  font-size: 0.875rem;
}
@media only screen and (max-width: 35em) {
  .footer__navigation-group {
    text-align: center;
    margin-bottom: 24px;
  }
}

.footer__nevobo {
  margin-bottom: 32px;
}
.footer__nevobo img {
  margin-bottom: 16px;
}

.footer__app-buttons {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 35em) {
  .footer__app-buttons {
    justify-content: center;
  }
}
.footer__app-buttons a {
  max-width: 45%;
}
.footer__app-buttons a:first-child {
  margin-right: 5%;
}
.footer__app-buttons img {
  max-width: 135px;
}

@media only screen and (max-width: 35em) {
  .footer .socials {
    text-align: center;
  }
}
.footer-bottom {
  background: #ff7e00;
  background-image: url("/build/svg/gradients/gradient-topmenu-orange.svg");
  background-size: cover;
  background-position: center;
  font-size: 0.875rem;
}
@media only screen and (max-width:61.938em) {
  .footer-bottom .row {
    display: flex;
    flex-direction: column;
  }
}
.footer-bottom a {
  color: #ffffff !important;
}

.footer-bottom__copyright {
  color: white;
}
@media only screen and (max-width:61.938em) {
  .footer-bottom__copyright {
    order: 2;
    margin-top: 16px;
    text-align: center;
  }
}

.footer-bottom__nav {
  display: flex;
}
@media only screen and (max-width: 35em) {
  .footer-bottom__nav {
    flex-direction: column;
    align-content: center;
  }
  .footer-bottom__nav li {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .footer-bottom__nav a {
    line-height: 14px;
    display: inline-block;
  }
}
@media only screen and (min-width:35.063em) {
  .footer-bottom__nav {
    justify-content: center;
    flex-wrap: wrap;
    min-height: 22px;
    align-items: center;
  }
  .footer-bottom__nav li {
    margin-right: 2rem;
  }
}
@media only screen and (min-width:62em) {
  .footer-bottom__nav {
    justify-content: flex-end;
  }
}
.footer-bottom__nav a {
  font-weight: 600;
  font-size: 0.875rem;
}
.footer-bottom__nav a:hover {
  text-decoration: underline;
}

.date-label {
  width: 4.375rem;
  height: 4.375rem;
  display: inline-block;
  position: relative;
}
.date-label .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
}
.date-label .content span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.9375rem;
}
.date-label .content span.large {
  margin-top: 0.375rem;
  font-size: 1.875rem;
}
.date-label .content.range span {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}
.date-label .content.range span:first-child {
  font-size: 1rem;
  line-height: 1rem;
}
.date-label .content.range span.large {
  margin-top: 0;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.date-label .background-yellow + .content {
  color: #000000;
}
.date-label .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0.125rem;
  overflow: hidden;
}
.date-label .background:before, .date-label .background:after {
  content: "";
  position: absolute;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  top: 0.3125rem;
}
.date-label .background:before {
  left: 1.125rem;
}
.date-label .background:after {
  right: 1.125rem;
}
.date-label .background span {
  position: absolute;
  height: 16px;
  width: 16px;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  right: 0;
}
.date-label .background span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  border-color: transparent #ffffff transparent transparent;
}
.date-label .background span:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
}
.date-label.large {
  width: 5.25rem;
  height: 5.25rem;
}
.date-label.large .content.range span {
  font-size: 1rem;
  line-height: 1rem;
}
.date-label.large .content.range span.large {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.date-label.large .content.range span.large.range {
  font-size: 1.75rem;
}

@media only screen and (min-width:62em) {
  .card-tournament-large .date-label {
    width: 5.25rem;
    height: 5.25rem;
  }
  .card-tournament-large .date-label .content.range span {
    font-size: 1rem;
    line-height: 1rem;
  }
  .card-tournament-large .date-label .content.range span.large {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .card-tournament-large .date-label .content.range span.large.range {
    font-size: 1.75rem;
  }
}

.background-pattern-light .date-label .background span::before {
  border-color: transparent #f3f3f3 transparent transparent;
}

.background-pattern-dark .date-label .background span::before {
  border-color: transparent #4d4d4d transparent transparent;
}

.card-margin-large [data-load-more-button-container] {
  position: relative;
  z-index: 2;
}
.card-margin-large [data-load-more-button-container]:before {
  position: absolute;
  width: 100%;
  top: -1px;
  height: 1px;
  background: #e5e5e5;
  content: "";
  z-index: 2;
}

@media only screen and (min-width:35.063em) {
  .no-borders {
    border-color: transparent !important;
  }
  .no-borders .card:before {
    border-color: transparent !important;
  }
}
@media only screen and (min-width:35.063em) {
  .card-with-reserved-spacing .reserved-spacing {
    padding: 1rem;
    padding-top: 0;
  }
  .card-with-reserved-spacing .card-player .reserved-spacing {
    padding: 1rem;
    padding-left: 0;
  }
  .card-with-reserved-spacing .card-list .reserved-spacing, .card-with-reserved-spacing .card-slider .reserved-spacing {
    padding: 1rem;
  }
}
.card {
  background-color: #ffffff;
  position: relative;
}
.card.card-no-background {
  background: none;
}
.card h3 {
  font-weight: 500;
}
.card .card-type-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.card .card-background {
  position: absolute;
  top: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
  right: 0.375rem;
  background-size: cover;
  background-position: center;
}
.card.no-top .card-background {
  top: -0.375rem;
}
.card.no-bottom .card-background {
  bottom: -0.375rem;
}
.card.no-left .card-background {
  left: -0.375rem;
}
.card.no-left .card-title {
  left: -0.75rem !important;
}
.card.no-right .card-background {
  right: -0.375rem;
}
.card.no-right .card-title {
  right: -0.75rem !important;
}
.card.card-small {
  height: 12.5rem;
}
@media only screen and (max-width: 35em) {
  .card .card-background {
    top: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
    right: 0.1875rem;
  }
  .card.no-left .card-background {
    left: -0.1875rem;
  }
  .card.no-right .card-background {
    right: -0.1875rem;
  }
  .card.card-small {
    height: 8.75rem;
  }
  .card.card-subject {
    height: auto !important;
  }
  .card.card-subject .card-background {
    display: none !important;
  }
  .card.card-subject .card-content {
    height: auto !important;
    float: none !important;
  }
  .card.card-subject .card-content .card-title {
    position: relative !important;
  }
}
.card.card-center-text .card-content {
  height: auto;
  text-align: center;
  float: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  padding: 0 3rem;
}
.card.card-center-text .card-content p {
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.card.card-center-text .card-content .button {
  margin-bottom: 0;
}
@media only screen and (max-width: 35em) {
  .card.card-center-text .card-content {
    position: relative;
    top: auto;
    bottom: auto;
    transform: none;
    padding: 2rem 3rem;
  }
  .card.card-center-text.card-small {
    height: auto;
  }
}
.card .card-image {
  position: relative;
}
.card .card-image .card-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4.25rem;
  width: 4.25rem;
  background: rgba(255, 161, 0, 0.8);
  border-radius: 4.25rem;
}
.card .card-image .card-type i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2rem;
}
@media only screen and (max-width: 35em) {
  .card .card-image .card-type {
    height: 3rem;
    width: 3rem;
  }
  .card .card-image .card-type i {
    font-size: 1.25rem;
  }
}
.card .card-link-small {
  font-family: "Droid Sans";
  color: #ff7e00;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 0.75rem;
}
.card.card-subject:before {
  content: "";
  top: -0.375rem;
  left: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  background: #ffffff;
  position: absolute;
}
.card.card-subject .card-background {
  z-index: 1;
}
.card.card-subject .card-content {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  .card.card-subject.no-left .card-background {
    left: 0.375rem;
  }
  .card.card-subject.no-left .card-title {
    left: 0 !important;
  }
  .card.card-subject.no-right .card-background {
    right: 0.375rem;
  }
  .card.card-subject.no-right .card-title {
    right: 0 !important;
  }
}
@media only screen and (max-width: 35em) {
  .card.card-subject.no-left .card-background {
    left: 0.1875rem;
  }
  .card.card-subject.no-right .card-background {
    right: 0.1875rem;
  }
}
.card.card-subject .card-content .card-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff7e00;
  background-image: url("/build/svg/gradients/gradient-button-orange.svg");
  background-size: cover;
  background-position: center;
  padding: 0.75rem 0.5rem;
  text-align: center;
}
.card.card-subject .card-content .card-title h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Geogrotesque";
}
.card.card-subject .card-content .card-title h3 a {
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (max-width: 35em) {
  .card.card-subject .card-content .card-title {
    padding: 0.5rem 0.5rem;
  }
  .card.card-subject .card-content .card-title h3 {
    font-size: 1rem;
  }
}
.card .card-label {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Geogrotesque";
  background: #ff7e00;
  position: absolute;
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.875rem;
  padding: 0.75rem 2rem;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.card .card-label.background-red {
  background: #f23001;
}
.card .card-label.background-orange {
  background: #ff7e00;
}
.card .card-label.small {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 2rem;
  font-family: "Geogrotesque";
  top: -1.0625rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  .card .card-label.small {
    top: -2rem;
  }
}
.card.card-player .card-content {
  overflow: hidden;
  position: relative;
  min-height: 18.125rem;
}
.card.card-player .card-content .card-image {
  width: 13.75rem;
  height: 18.125rem;
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  left: 0;
  top: 0;
}
.card.card-player .card-content .card-image .number {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  line-height: 2.5rem;
  padding: 0 0.5rem;
  text-align: center;
  min-width: 2.5rem;
  font-size: 1.125rem;
  background: #ffffff;
}
.card.card-player .card-content .card-text {
  padding-left: 14.75rem;
}
.card.card-player .card-content h3 {
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.card.card-player .card-content .subtitle {
  display: block;
  margin-bottom: 1.375rem;
}
.card.card-player .card-content ul {
  list-style: none;
  margin: 0;
}
.card.card-player .card-content ul li {
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  .card.card-player .card-content {
    min-height: 9.0625rem;
  }
  .card.card-player .card-content .card-image {
    width: 6.875rem;
    height: 9.0625rem;
  }
  .card.card-player .card-content .card-image .number {
    line-height: 2rem;
    padding: 0 0.25rem;
    text-align: center;
    min-width: 2rem;
    font-size: 1rem;
  }
  .card.card-player .card-content .card-text {
    padding-left: 7.875rem;
  }
}
.card.card-default .card-date-label {
  display: block;
}
.card.card-default .card-date-label .card-date-label-content {
  display: block;
  background: #ff7e00;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 2.375rem;
  padding: 0 1.25rem;
  min-width: 10.625rem;
}
@media only screen and (max-width: 35em) {
  .card.card-default .card-date-label .card-date-label-content {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.card.card-default .card-content {
  position: relative;
}
.card.card-default .card-content .card-image {
  height: 11.875rem;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 1.25rem;
}
.card.card-default .card-content .card-image .card-date-label {
  position: absolute;
  bottom: 0;
  left: 0;
}
.card.card-default .card-content .card-time {
  color: #a5a5a5;
  font-family: "Droid Sans";
  font-size: 0.875rem;
}
@media only screen and (max-width: 35em) {
  .card.card-default:not(.card-default-large) .card-content {
    overflow: hidden;
  }
  .card.card-default:not(.card-default-large) .card-content h3 {
    margin-top: -0.25rem;
  }
  .card.card-default:not(.card-default-large) .card-content .card-image {
    float: left;
    height: 4.25rem;
    width: 6.875rem;
    margin-right: 1rem;
  }
  .card.card-default:not(.card-default-large) .card-content .card-link-small {
    font-size: 0.625rem;
  }
  .card.card-default:not(.card-default-large) .card-content .card-time {
    font-size: 0.625rem;
    display: inline-block;
  }
  .card.card-default:not(.card-default-large) .card-content .margin-bottom-small-element {
    margin-bottom: 0.625rem;
    display: inline-block;
  }
}
@media only screen and (max-width: 35em) {
  .card.card-default.card-default-large:before {
    border-bottom: none;
  }
}
.card.card-default.card-default-large .card-content {
  position: static;
  min-height: 19rem;
}
@media only screen and (max-width: 35em) {
  .card.card-default.card-default-large .card-content {
    min-height: 12.5rem;
    margin-bottom: 1rem;
  }
}
.card.card-default.card-default-large .card-content .card-content-text {
  position: absolute;
  /*bottom: 0;
  left: 0;
  right: 0;*/
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}
.card.card-default.card-default-large .card-content .card-content-text h3, .card.card-default.card-default-large .card-content .card-content-text h3 a, .card.card-default.card-default-large .card-content .card-content-text a, .card.card-default.card-default-large .card-content .card-content-text time {
  color: #ffffff;
}
.card.card-default.card-default-large .card-content .card-content-text h3 {
  margin-bottom: 0.5rem;
}
.card.card-default.card-default-large .card-content .card-image {
  position: absolute;
  /*top: rem-calc(-15);
  bottom: rem-calc(-16);
  left: rem-calc(-16);
  right: rem-calc(-16);*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}
.card.card-default.card-default-large .card-content .card-image:before {
  content: "";
  bottom: -0.0625rem;
  left: 0;
  right: 0;
  height: 0.0625rem;
  box-shadow: 0 0 170px 80px rgba(0, 0, 0, 0.8);
  position: absolute;
}
.card.card-staf h3 {
  margin-bottom: 0.25rem;
}
.card.card-staf .subtitle {
  display: block;
}
.card.card-staf.card-default .card-content .card-image {
  height: 17.5rem;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (max-width: 35em) {
  .card.card-staf.card-default .card-content .card-image {
    height: 9.0625rem;
    width: 6.875rem;
  }
}
.card.card-list .card-content {
  position: static;
}
.card.card-list .card-content .card-content-text {
  position: relative;
}
.card.card-list .card-content .card-content-text h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.card.card-list .card-content .card-content-text .subtitle {
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
.card.card-list .card-content .card-content-text ul {
  border-top: 1px solid #C5C5C5;
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
}
.card.card-list .card-content .card-content-text ul li {
  border-bottom: 1px solid #C5C5C5;
  padding: 1rem 0;
}
.card.card-list .card-content .card-content-text ul li span {
  display: block;
}
.card.card-list .card-content .card-content-text ul li a {
  color: #000000;
}
.card.card-list .card-content .card-content-text .card-list-link a {
  font-weight: 500;
}
.card.card-list .card-content .card-image {
  position: absolute;
  top: -0.9375rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (min-width:35.063em) {
  .card.card-list .card-content .card-image {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.card.card-banner {
  height: 19.3125rem;
}
.card.card-banner .card-content .card-content-slide > ins, .card.card-banner .card-content > ins {
  max-width: 100%;
  overflow: hidden;
}
.card.card-banner .card-content .card-content-slide a, .card.card-banner .card-content .card-content-slide > ins, .card.card-banner .card-content a, .card.card-banner .card-content > ins {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.card.card-banner .card-content .card-content-slide a span, .card.card-banner .card-content .card-content-slide > ins span, .card.card-banner .card-content a span, .card.card-banner .card-content > ins span {
  display: block;
  width: 100%;
}
.card.card-banner .card-content .card-content-slide a span img, .card.card-banner .card-content .card-content-slide > ins span img, .card.card-banner .card-content a span img, .card.card-banner .card-content > ins span img {
  width: 100%;
}
@media only screen and (max-width: 35em) {
  .card.card-banner {
    height: auto;
  }
  .card.card-banner .card-content {
    text-align: center;
    padding: 0.375rem 0;
  }
  .card.card-banner .card-content .card-content-slide > ins, .card.card-banner .card-content > ins {
    max-width: 100%;
    overflow: hidden;
  }
  .card.card-banner .card-content .card-content-slide a, .card.card-banner .card-content .card-content-slide > ins, .card.card-banner .card-content a, .card.card-banner .card-content > ins {
    transform: none;
    position: relative;
    left: auto;
    right: auto;
  }
}
.card.card-banner-large .card-content {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.card.card-social-media.background-image {
  background-size: cover !important;
  background-position: center !important;
  /*
  &:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
  }
  */
}
.card.card-social-media.background-image .card-content .text {
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 2px #000000;
}
.card.card-social-media.background-image .card-content .text .social-details {
  color: #ffffff;
}
.card.card-social-media.background-image .card-content .text .social-details a {
  color: #ffffff;
}
.card.card-social-media.background-image .card-content .text .social-details img {
  width: 2.8125rem;
  display: inline-block !important;
}
.card.card-social-media.background-image .card-content .text .social-details .social-card-type {
  display: inline-block;
  background: rgba(255, 161, 0, 0.8);
  height: 2.5rem;
  width: 2.5rem;
  float: right;
  position: relative;
  border-radius: 2.5rem;
}
.card.card-social-media.background-image .card-content .text .social-details .social-card-type i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
  text-shadow: none;
}
.card.card-social-media.background-image .card-content .text p {
  color: #ffffff;
  font-weight: 500;
}
.card.card-social-media.background-image .card-content .text p a {
  color: #9dc8e5;
}
.card.card-social-media.background-image .card-content .text p a.color-white {
  color: #ffffff;
}
.card.card-social-media .card-content {
  position: relative;
  padding: 0;
  max-height: 17.5rem;
  overflow: hidden;
}
.card.card-social-media .card-content .text {
  padding: 2.5rem 2rem;
}
.card.card-social-media .card-content .text .social-details {
  font-size: 0.875rem;
  font-family: "Droid Sans";
  color: #979797;
  margin-bottom: 1rem;
}
.card.card-social-media .card-content .text .social-details a {
  color: #ff7e00;
  display: inline-block;
  margin-right: 0.5rem;
}
.card.card-social-media .card-content .text .social-details a img {
  padding-right: 0.5rem;
}
.card.card-social-media .card-content .text .social-details a img.profile-logo {
  width: 45px;
}
.card.card-social-media .card-content .text .social-details a:hover {
  text-decoration: underline;
}
.card.card-social-media .card-content .text p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Geogrotesque";
  font-weight: 400;
}
.card.card-social-media .card-content .text p a {
  color: #ff7e00;
}
.card.card-social-media .card-content .text p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 35em) {
  .card.card-social-media .card-content {
    position: relative;
    padding: 0;
    max-height: 125rem;
    overflow: visible;
  }
  .card.card-social-media .card-content .text {
    padding: 1rem 1rem 4.25rem 1rem;
    position: relative;
  }
  .card.card-social-media .card-content .text p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .card.card-social-media .card-content .text .social-details {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
  }
}
.card.card-favorite.background-image {
  background-size: cover !important;
  background-position: center !important;
}
.card.card-favorite.background-image .card-content {
  position: relative;
  color: #ffffff;
}
.card.card-favorite.background-image .card-content:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.card.card-favorite.background-image .card-content .favorite-container {
  position: relative;
  z-index: 2;
}
.card.card-favorite.background-image .card-content .favorite-container h3 a {
  color: #ffffff;
}
.card.card-favorite.background-image .card-content .favorite-container h3 a:hover {
  color: #ffffff;
}
.card.card-favorite.background-image .card-content .favorite-container .subtitle {
  color: #ffffff;
}
.card.card-favorite .card-content {
  position: relative;
  z-index: 2;
}
.card.card-favorite .card-content .favorite-container {
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 60em) {
  .card.card-favorite .card-content .favorite-container {
    padding: 3.75rem 2.5rem;
  }
}
.card.card-favorite .card-content .favorite-container a.favorite {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 3.75rem;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  float: left;
  line-height: 3.75rem;
  text-align: center;
  margin-right: 1.5rem;
  position: absolute;
  top: 2.5rem;
  left: 1rem;
}
@media screen and (min-width: 40em) {
  .card.card-favorite .card-content .favorite-container a.favorite {
    left: 2.5rem;
  }
}
@media screen and (min-width: 60em) {
  .card.card-favorite .card-content .favorite-container a.favorite {
    top: 3.75rem;
  }
}
.card.card-favorite .card-content .favorite-container a.favorite i {
  color: #9d9d9d;
  font-size: 1.5rem;
}
.card.card-favorite .card-content .favorite-container a.favorite.favorite-active i {
  color: #ff7e00;
}
.card.card-favorite .card-content .favorite-container .favorite-text-container {
  padding-left: 5rem;
}
.card.card-favorite .card-content .favorite-container a.favorite .favorite-label {
  display: none;
}
.card.card-favorite .card-content .favorite-container:hover a.favorite .favorite-label {
  display: none;
  position: absolute;
  top: -6px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
  padding: 0.75rem;
  color: #ffffff;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1rem;
  transform: translateY(-100%);
}
.card.card-favorite .card-content .favorite-container:hover a.favorite .favorite-label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #000000 transparent transparent transparent;
  opacity: 0.8;
  bottom: -12px;
  left: 20px;
}
.card.card-favorite .card-content .favorite-container:hover a.favorite:not(.favorite-active) .favorite-label {
  display: block;
}
.card.card-favorite .card-content .favorite-container h3 {
  margin-bottom: 0.5rem;
}
.card.card-favorite .card-content .favorite-container .subtitle {
  color: #646464;
  font-size: 0.875rem;
}
@media only screen and (max-width: 35em) {
  .card.card-favorite .card-content .favorite-container {
    padding: 1rem 1.5rem;
  }
  .card.card-favorite .card-content .favorite-container .favorite-text-container {
    padding-left: 3.5rem;
  }
  .card.card-favorite .card-content .favorite-container a.favorite {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    margin-right: 1rem;
    left: 1rem;
    top: 1.125rem;
  }
  .card.card-favorite .card-content .favorite-container h3 {
    margin-bottom: 0.25rem;
  }
}
.card.card-tournament .card-content {
  position: relative;
  z-index: 2;
}
.card.card-tournament .card-content .tournament-container {
  padding: 0.5rem;
  overflow: hidden;
  position: relative;
  padding-left: 6.375rem;
}
.card.card-tournament .card-content .tournament-container .date-label {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.card.card-tournament .card-content .tournament-container h3 {
  margin-bottom: 0.5rem;
}
.card.card-tournament .card-content .tournament-container h3 a {
  color: #000000;
}
.card.card-tournament .card-content .tournament-container .subtitle {
  color: #646464;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 35em) {
  .card.card-tournament .card-content .favorite-container {
    padding: 1rem 1.5rem;
  }
  .card.card-tournament .card-content .favorite-container h3 {
    margin-bottom: 0.25rem;
  }
  .card.card-tournament:not(.card-tournament-large) .card-content .tournament-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width:62em) {
  .card.card-tournament.card-tournament-large {
    height: 22rem;
  }
  .card.card-tournament.card-tournament-large .card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
  .card.card-tournament.card-tournament-large .card-content .tournament-container {
    text-align: center;
    padding: 0;
  }
  .card.card-tournament.card-tournament-large .card-content .date-label {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width:35.063em) {
  .card.card-tournament {
    height: 10rem;
  }
}

@media only screen and (max-width: 35em) {
  .card-margin-large .card.card-slider {
    margin: 0;
  }
  .card-margin-large .card.card-slider:before {
    display: none;
  }
  .card-margin-large .card.card-slider .card-content .card-image {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .card-margin-large .card.card-slider .card-content-text {
    padding: 1rem;
  }
}
.card.card-slider .background-glass {
  background-image: url("/build/svg/gradients/gradient-card.svg");
}
.card.card-slider .arrow {
  position: absolute;
  color: #000000;
  z-index: 2;
  top: 1rem;
  display: block;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.card.card-slider .arrow.next-arrow {
  right: 0.5rem;
}
.card.card-slider .arrow.previous-arrow {
  left: 0.5rem;
}
.card.card-slider.navigation-theme-light .arrow {
  color: #ffffff;
}
.card.card-slider .card-content {
  position: relative;
  color: #000000;
}
.card.card-slider .card-content a:hover {
  text-decoration: underline;
}
.card.card-slider .card-content h3, .card.card-slider .card-content a {
  color: #000000 !important;
}
.card.card-slider .card-content li {
  border-color: #000000 !important;
}
.card.card-slider .card-content .card-content-text {
  position: relative;
}
.card.card-slider .card-content .card-content-text.card-content-list {
  font-size: 1.125rem;
}
.card.card-slider .card-content .card-content-text.card-content-list h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.card.card-slider .card-content .card-content-text.card-content-list .subtitle {
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
.card.card-slider .card-content .card-content-text.card-content-list ul {
  font-size: 1.125rem;
  line-height: 1.625rem;
  border-top: 1px solid #000000;
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  overflow-y: scroll;
  max-height: 10.75rem;
}
.card.card-slider .card-content .card-content-text.card-content-list ul::-webkit-scrollbar {
  -webkit-appearance: none;
}
.card.card-slider .card-content .card-content-text.card-content-list ul::-webkit-scrollbar:vertical {
  width: 8px;
}
.card.card-slider .card-content .card-content-text.card-content-list ul::-webkit-scrollbar:horizontal {
  height: 8px;
}
.card.card-slider .card-content .card-content-text.card-content-list ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid black; /* should match background, can't be transparent */
  background-color: rgb(0, 0, 0);
}
.card.card-slider .card-content .card-content-text.card-content-list ul::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 8px;
}
.card.card-slider .card-content .card-content-text.card-content-list ul li {
  border-bottom: 1px solid #000000;
  padding: 1rem 0;
}
.card.card-slider .card-content .card-content-text.card-content-list ul li span {
  display: block;
}
.card.card-slider .card-content .card-content-text.card-content-list ul li a {
  color: #000000;
}
.card.card-slider .card-content .card-content-text .card-slider-link a {
  font-weight: 500;
}
.card.card-slider .card-content .card-image {
  position: absolute;
  top: -0.9375rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (min-width:35.063em) {
  .card.card-slider .card-content .card-image {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.card.card-slider .card-content.card-theme-dark {
  color: #ffffff;
}
.card.card-slider .card-content.card-theme-dark h3, .card.card-slider .card-content.card-theme-dark a {
  color: #ffffff !important;
}
.card.card-slider .card-content.card-theme-dark li {
  border-color: #ffffff !important;
}
.card.card-slider .card-content.card-theme-dark .card-content-text.card-content-list ul {
  border-top: 1px solid #ffffff;
}
.card.card-slider .card-content.card-theme-dark .card-content-text.card-content-list ul::-webkit-scrollbar-thumb {
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgb(255, 255, 255);
}
.card.card-slider .card-content.card-theme-dark .card-content-text.card-content-list ul li {
  border-bottom: 1px solid #ffffff;
}
.card.card-slider.card-slider-live .card-slider-live-content {
  min-height: 15rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 1.125rem;
}
.card.card-slider.card-slider-live .card-slider-live-content a {
  display: block;
  margin-bottom: 2rem;
}
.card.card-slider.card-slider-live .card-slider-live-content a span {
  display: block;
}
.card.card-slider.card-slider-live .card-list-link {
  margin-bottom: 0.125rem;
}
.card.card-slider.card-slider-live .slick-dots li button {
  background: #000000;
}
.card.card-slider.card-slider-live .label {
  background: #ffffff;
  color: #000000;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  padding: 0.5rem 1.375rem;
}
.card.card-slider.card-slider-live .type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.card.card-slider.card-slider-live .slick-dots {
  bottom: 5.625rem;
}
.card.card-slider.card-slider-live .slick-dots li button {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.375rem;
}
.card.card-slider.navigation-theme-light .slick-dots li button {
  background: #ffffff;
}
.card.card-slider .card-content.card-theme-dark .card-slider-live-content {
  border-color: #ffffff;
}

.card-padding-small {
  padding: 0.375rem;
}
.card-padding-small .card {
  padding: 0.375rem;
}
@media only screen and (max-width: 35em) {
  .card-padding-small {
    padding: 0.1875rem;
  }
  .card-padding-small .card {
    padding: 0.1875rem;
  }
}

.card-margin-large {
  border-left: 1px solid #e5e5e5;
}
.card-margin-large .card {
  margin: 1rem;
  position: relative;
}
.card-margin-large .card:before {
  position: absolute;
  left: -1.0625rem;
  right: -1rem;
  top: -1rem;
  bottom: -1.0625rem;
  content: "";
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 35em) {
  .card-margin-large {
    border-left: none;
  }
  .card-margin-large .card:before {
    border-right: none;
  }
  .card-margin-large .card.card-default {
    margin-bottom: 0;
  }
  .card-margin-large .card.card-default:before {
    bottom: 0;
  }
}

@media only screen and (max-width: 35em) {
  .side-spacing-bpsmall {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .side-spacing-bpmedium {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media only screen and (min-width:35.063em) {
  .card-banner .card-content-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.card-content-slider .card-content-slide {
  position: relative;
}
.card-content-slider .card-content-slide > a {
  display: inline-block;
}
.card-content-slider .card-content-slide > a > img {
  display: inline-block;
}

@media only screen and (min-width:35.063em) {
  .background-pattern-light {
    background-color: #ffffff;
  }
}
.card.card-match, .card.card-center-text {
  background: none;
}
@media only screen and (min-width:62em) {
  .card.card-match > .card-background, .card.card-center-text > .card-background {
    bottom: -0.375rem;
  }
}
.card.card-match .card.card-subject, .card.card-center-text .card.card-subject {
  background: none;
}
.card.card-match .card.card-subject:before, .card.card-center-text .card.card-subject:before {
  display: none;
}

.tabs.page-tabs {
  display: flex;
}
.tabs.page-tabs .tab-title {
  float: none;
  width: 100%;
}
.tabs.page-tabs .tab-title > a {
  background: rgba(0, 0, 0, 0.4);
  height: 4.375rem;
  line-height: 4.375rem;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
}
.tabs.page-tabs .tab-title.active > a, .tabs.page-tabs .tab-title:hover > a {
  background: #ffffff;
  background: #ff7e00;
  background-image: url("/build/svg/gradients/gradient-button-orange.svg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
@media only screen and (max-width: 35em) {
  .tabs.page-tabs .tab-title.active > a, .tabs.page-tabs .tab-title:hover > a {
    background-image: none !important;
  }
}
.tabs.page-tabs .tab-title.active > a {
  color: #ffffff !important;
}
.tabs.page-tabs .tab-title:hover:not(.active) > a {
  background-color: #dedede !important;
  background-image: url("/build/svg/gradients/gradient-button.svg");
  background-size: cover;
  background-position: center;
}
.tabs.page-tabs .tab-title:first-child > a {
  border-left: none;
}
@media only screen and (max-width: 35em) {
  .tabs.page-tabs {
    margin-top: -3.25rem;
  }
  .tabs.page-tabs .tab-title > a {
    height: 3.25rem;
    line-height: 3.25rem;
    font-size: 0.875rem;
  }
}

.tabs-content.page-tabs > .content {
  padding: 0;
}

.match-slider-container {
  margin-bottom: 0;
}
.match-slider-container .slide {
  position: relative;
  overflow: hidden;
}
.match-slider-container .match-slider-content {
  height: 21.25rem;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.match-slider-container .match-slider-content .match-detail-container {
  height: 50%;
  position: relative;
}
.match-slider-container .match-slider-content .match-detail-container .card.card-small {
  height: 9.375rem;
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .match-slider-container .match-slider-content .match-detail-container .card.card-small {
    height: 7.5rem;
  }
}
@media only screen and (max-width: 35em) {
  .match-slider-container .match-slider-content .match-detail-container .card.card-small {
    height: 9.375rem;
  }
}
.match-slider-container .match-slider-content .match-detail-container .match-detail-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.match-slider-container .match-slider-content .match-detail-container + .match-detail-container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-match {
  height: 25rem;
}
.card-match .match-slider-container .slide {
  height: 24.25rem;
}

@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .card-match {
    height: 12.5rem;
  }
  .card-match .match-slider-container .slide {
    height: 11.75rem;
  }
  .card-match .match-slider-container .match-slider-content {
    height: auto;
  }
  .card-match .match-slider-container .match-slider-content .match-detail-container {
    height: auto;
    width: 50%;
    float: left;
  }
  .card-match .match-slider-container .match-slider-content .match-detail-container .match-detail-content {
    position: relative;
    transform: none;
  }
  .card-match .match-slider-container .match-slider-content .match-detail-container + .match-detail-container {
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.contentslider .slick-prev, .contentslider .slick-next {
  outline: none;
  color: transparent;
  font-size: 0;
  height: 5rem;
  width: 5rem;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ff7e00;
  z-index: 2;
}
.contentslider .slick-prev:hover, .contentslider .slick-next:hover {
  background: #cc6500;
}
.contentslider .slick-prev {
  left: -2.5rem;
}
.contentslider .slick-next {
  right: -2.5rem;
}
.contentslider .slick-prev:before, .contentslider .slick-next:before {
  font-family: "custom_icons";
  color: #ffffff;
  font-size: 2.25rem;
}
.contentslider .slick-next:before {
  content: "\e820";
}
.contentslider .slick-prev:before {
  content: "\e821";
}
.contentslider figure img {
  width: 100%;
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .contentslider .slick-prev {
    left: 0;
  }
  .contentslider .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 35em) {
  .contentslider .slick-prev, .contentslider .slick-next {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
  }
  .contentslider .slick-prev {
    left: 0;
  }
  .contentslider .slick-next {
    right: 0;
  }
}

.score-table {
  overflow: hidden;
  color: #646464;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.score-table h2 {
  font-size: 1.75rem;
}
@media only screen and (max-width: 35em) {
  .score-table h2 {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.score-table .score-row {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 1.5rem;
  min-height: 4.375rem;
}
.score-table .score-row a {
  word-wrap: break-word;
}
.score-table .score-row.strong {
  color: #000000;
  font-weight: 700;
}
.score-table .score-row.title-row {
  min-height: 0;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  line-height: 1rem;
}
.score-table .title {
  float: left;
  width: 28%;
}
.score-table .title .position {
  float: left;
  margin-right: 1.25rem;
}
.score-table .property {
  float: right;
  width: 12%;
  position: relative;
  padding: 0 0.5rem;
}
.score-table .property span {
  position: relative;
  z-index: 2;
}
.score-table .property:before {
  position: absolute;
  right: 0;
  left: 0;
  top: -125rem;
  bottom: -125rem;
  content: "";
}
.score-table .property:hover:before {
  background: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 35em) {
  .score-table {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .score-table .score-row {
    padding-top: 0.75rem;
    min-height: 2.875rem;
  }
  .score-table .property {
    float: right;
    width: 12%;
    position: relative;
    padding: 0 0.25rem;
  }
  .score-table .title {
    width: 70%;
  }
  .score-table .title .position {
    margin-right: 0.75rem;
  }
  .score-table .property {
    width: 15%;
  }
}

.team {
  float: left;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  width: 70%;
}
.team .team-bottom {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400 !important;
}
.team .team-bottom .label {
  margin-right: 0.5rem;
}
.team .team-bottom .message {
  display: inline-block;
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .team {
    max-width: 11.25rem;
  }
}
@media only screen and (max-width: 35em) {
  .team {
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 10rem;
  }
  .team .team-bottom {
    font-size: 0.6875rem;
    line-height: 1rem;
  }
}

.title-red, .match-detail-container .title {
  color: #f23001;
  color: #000000;
  font-family: "Geogrotesque";
  font-size: 1.125rem;
  line-height: 1.375rem;
  display: block;
  margin-bottom: 1.75rem;
}

.match-detail-container {
  text-align: center;
}
.match-detail-container .match-detail {
  position: relative;
  font-family: "Droid Sans";
  margin-bottom: 1.25rem;
}
.match-detail-container .match-detail .match-label {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0.5rem;
  background: #303030;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}
.match-detail-container .match-detail .match-label.background-orange {
  background-color: #ff7e00;
}
.match-detail-container .match-detail .match-label .sub-label {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.8125rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.3125rem;
  background: #3399cc;
  padding: 0 0.5rem;
  font-weight: 400;
  font-size: 0.625rem;
}
.match-detail-container .match-detail .match-label .sub-label--live {
  padding-left: 24px;
  line-height: 1.6;
  background: #ff7e00 !important;
}
.match-detail-container .match-detail .match-label .sub-label--live:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  top: 4px;
  left: 8px;
  animation: pulse-live 1.2s ease infinite;
}
.match-detail-container .match-detail .match-detail-name {
  width: 50%;
  float: left;
  font-size: 1rem;
  color: #646464;
  line-height: 1.2;
  position: relative;
  min-height: 2rem;
}
.match-detail-container .match-detail .match-detail-name.match-center {
  float: none;
  width: 100%;
  text-align: center;
}
.match-detail-container .match-detail .match-detail-name a, .match-detail-container .match-detail .match-detail-name span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  word-wrap: break-word;
  max-width: 22.5rem;
}
.match-detail-container .match-detail .match-detail-name.match-left {
  text-align: right;
  padding-right: 3.25rem;
}
.match-detail-container .match-detail .match-detail-name.match-right {
  text-align: left;
  padding-left: 3.25rem;
}
.match-detail-container .match-detail .match-detail-name.bold {
  font-weight: 700;
  color: #000000;
}
.match-detail-container .match-detail.large .match-label {
  width: 7.5rem;
  font-size: 1rem;
}
.match-detail-container .match-detail.large .match-detail-name.match-left {
  padding-right: 4.5rem;
}
.match-detail-container .match-detail.large .match-detail-name.match-right {
  padding-left: 4.5rem;
}

header .match-detail-container .match-detail-content .title {
  color: #ffffff;
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name {
  color: #949494;
  font-weight: 700;
  font-family: "Geogrotesque";
  position: relative;
  height: 4rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  header .match-detail-container .match-detail-content .match-detail .match-detail-name {
    height: 2rem;
  }
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name.bold {
  color: #ffffff;
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name.bold a {
  color: #ffffff;
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name a {
  color: #949494;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name a.bold {
  color: #ffffff;
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name a:hover {
  text-decoration: underline;
}
header .match-detail-container .match-detail-content .match-detail-bottom {
  font-family: "Oswald";
  color: #ffffff;
}
header .match-detail-container .match-detail-content .match-detail-bottom > a, header .match-detail-container .match-detail-content .match-detail-bottom > span {
  display: inline-block;
  margin: 0 0.5rem;
}
header .match-detail-container .match-detail-content .match-detail-bottom a {
  color: #ffffff;
}
header .match-detail-container .match-detail-content .match-detail-bottom a:hover {
  text-decoration: underline;
  color: #ffffff;
}
header .match-detail-container .match-detail-content .match-label {
  background: rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
@media only screen and (min-width:62em) {
  header .match-detail-container .match-detail-content .title {
    font-size: 1.75rem;
    margin-bottom: 3.75rem;
  }
  header .match-detail-container .match-detail-content .match-detail {
    margin-bottom: 2.5rem;
  }
  header .match-detail-container .match-detail-content .match-detail .match-detail-name {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  header .match-detail-container .match-detail-content .match-detail .match-detail-name.match-left {
    padding-right: 6.875rem;
  }
  header .match-detail-container .match-detail-content .match-detail .match-detail-name.match-right {
    padding-left: 6.875rem;
  }
  header .match-detail-container .match-detail-content .match-detail .match-label {
    width: 8.75rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
  }
  header .match-detail-container .match-detail-content .match-detail .match-label .sub-label {
    top: -0.8125rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.3125rem;
    padding: 0 0.75rem;
    font-size: 0.75rem;
  }
  header .match-detail-container .match-detail-content .match-detail.large .match-label {
    width: 10.625rem;
    font-size: 1.5rem;
  }
  header .match-detail-container .match-detail-content .match-detail.large .match-detail-name.match-left {
    padding-right: 6.25rem;
  }
  header .match-detail-container .match-detail-content .match-detail.large .match-detail-name.match-right {
    padding-left: 6.25rem;
  }
  header .match-detail-container .match-detail-content .match-detail-bottom > a, header .match-detail-container .match-detail-content .match-detail-bottom > span {
    margin: 0 0.5rem;
  }
}

.matchrow {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.matchrow.matchrow-title {
  border-bottom: 2px solid #e5e5e5;
}
.matchrow.matchrow-title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.matchrow .match-detail-container .title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Droid Sans";
  margin-bottom: 0;
}
@media only screen and (min-width:35.063em) {
  .matchrow .match-detail-container .title {
    margin-top: 0.75rem;
  }
}
@media only screen and (min-width:35.063em) {
  .matchrow .match-detail-container .match-detail-content.button-activated .title {
    margin-top: 0;
  }
}
.matchrow .match-detail-container .match-detail-content.button-activated .button {
  margin: 0;
  margin-top: 0.125rem;
  padding: 0.125rem 0.75rem;
  border-radius: 0.25rem;
  background-image: url("/build/svg/gradient-topbar.svg");
  background-position: center;
}
.matchrow .match-detail-container .match-detail {
  margin-bottom: 0;
}
.matchrow .match-detail-container .match-detail .match-detail-name a, .matchrow .match-detail-container .match-detail .match-detail-name span {
  top: auto;
  transform: translateY(0);
}
@media only screen and (min-width:35.063em) {
  .matchrow .match-detail-container .match-detail-name {
    display: table;
    table-layout: fixed;
  }
  .matchrow .match-detail-container .match-detail-name span {
    height: 2.75rem;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
  }
}
@media only screen and (min-width:35.063em) {
  .matchrow .match-detail-container .match-detail-bottom {
    margin-top: 0.75rem;
  }
}
.matchrow .match-statistics {
  text-align: center;
  margin-top: 0.75rem;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  .matchrow .match-detail-container .title {
    margin-bottom: 1.5rem;
  }
  .matchrow .match-detail-container .match-detail-content.button-activated .title {
    margin-bottom: 0.25rem;
  }
  .matchrow .match-detail-container .match-detail-content.button-activated .button {
    margin-bottom: 1.5rem;
  }
  .matchrow .match-detail-container .match-detail {
    margin-bottom: 1rem;
  }
}

.row-small span.row-small-text, .row-small a.row-small-text:not(.button) {
  line-height: 3rem;
  margin-right: 1rem;
  display: inline-block;
}
.row-small .row-small-text {
  font-size: 0.875rem;
}
.row-small span.row-small-text {
  color: #989898;
}

.result-row > div {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.result-row > div:first-child {
  border-left: none;
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .result-row > div {
    border-left: none;
  }
  .result-row > div:first-child {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .result-row > div.medium-12 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 35em) {
  .result-row > div {
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .result-row > div:first-child {
    border-top: none;
  }
}

.scorelist-container {
  margin: 0 2rem;
}
.scorelist-container table.scorelist {
  width: 100%;
  margin: 0;
}

ul.scorelist, table.scorelist {
  color: #646464;
  list-style: none;
  margin: 0 2rem;
}
ul.scorelist tr, table.scorelist tr {
  line-height: 1.75rem;
  position: relative;
}
ul.scorelist tr.strong, table.scorelist tr.strong {
  font-weight: 700;
  color: #000000;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
ul.scorelist tr td, table.scorelist tr td {
  padding: 0 0.5rem;
}
ul.scorelist tr td.right-score, table.scorelist tr td.right-score {
  width: 2.5rem;
  text-align: right;
}
ul.scorelist tr td.left-score, table.scorelist tr td.left-score {
  width: 2.5rem;
  text-align: left;
}
ul.scorelist tr td a, table.scorelist tr td a {
  display: inline-block;
  margin-right: 0.5rem;
}
ul.scorelist li, table.scorelist li {
  display: block;
  overflow: hidden;
  line-height: 1.75rem;
  padding: 0 0.5rem;
}
ul.scorelist li.strong, table.scorelist li.strong {
  font-weight: 700;
  color: #000000;
  position: relative;
}
ul.scorelist li.strong:before, table.scorelist li.strong:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}
ul.scorelist li .right, table.scorelist li .right {
  margin-left: 1.5rem;
  display: inline-block;
  width: 1.25rem;
  text-align: right;
}
ul.scorelist li .right.auto-width, table.scorelist li .right.auto-width {
  width: auto;
}

.title-red + ul.scorelist {
  margin-top: -1rem;
}

.matrix {
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.matrix .matrix-row {
  display: table-row;
  height: 5.625rem;
}
.matrix .matrix-row.title-row {
  height: 4.375rem;
}
.matrix .matrix-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
}
.matrix .matrix-cell span {
  position: relative;
  z-index: 3;
}
.matrix .matrix-cell span.background {
  position: absolute;
  top: -0.0625rem;
  bottom: 0.0625rem;
  right: 0.0625rem;
  left: -0.0625rem;
  z-index: 2;
}
.matrix .matrix-cell.title-cell {
  background: rgba(0, 0, 0, 0.05);
  font-size: 0.75rem;
  color: #646464;
}
.matrix .matrix-cell.title-cell span {
  display: block;
  width: 100%;
  overflow: hidden;
}
.matrix .matrix-cell.title-cell a, .matrix .matrix-cell.title-cell a:hover {
  color: #646464;
}
.matrix .matrix-cell.title-cell a:hover, .matrix .matrix-cell.title-cell a:hover:hover {
  text-decoration: underline;
}
.matrix .matrix-cell:hover:not(.title-cell) .background {
  background: #e7f2f9;
}
.matrix .matrix-cell:hover:not(.title-cell):before {
  left: -0.0625rem;
  right: 0;
  top: -187.5rem;
  bottom: -187.5rem;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.matrix .matrix-cell:hover:not(.title-cell):after {
  top: -0.0625rem;
  bottom: 0;
  left: -187.5rem;
  right: -187.5rem;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .matrix {
    font-size: 0.8125rem;
  }
  .matrix .matrix-row {
    height: 5rem;
  }
}

.progresscontainer.small-center .progress-row .progress-bar.progress-bar-left {
  padding-right: 2.625rem;
}
.progresscontainer.small-center .progress-row .progress-bar.progress-bar-right {
  padding-left: 2.625rem;
}
.progresscontainer .progress-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.75rem;
}
.progresscontainer .progress-row .progress-bar.progress-bar-left {
  float: left;
  width: 50%;
  padding-right: 6.5625rem;
}
.progresscontainer .progress-row .progress-bar.progress-bar-left .progress-bar-level {
  float: right;
  text-align: left;
}
.progresscontainer .progress-row .progress-bar.progress-bar-right {
  float: right;
  width: 50%;
  padding-left: 6.5625rem;
}
.progresscontainer .progress-row .progress-bar.progress-bar-right .progress-bar-level {
  float: left;
  text-align: right;
}
.progresscontainer .progress-row .progress-bar .progress-bar-level-container {
  background: #ebebeb;
  color: #ffffff;
  height: 1.875rem;
  border-radius: 0.9375rem;
}
.progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #006dba;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0.9375rem;
  min-width: 10%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level.background-orange {
  background: #ff7e00;
}
.progresscontainer .progress-row .progress-bar-title {
  width: 13.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.progresscontainer .progress-row.progress-result {
  margin-bottom: 1rem;
}
.progresscontainer .progress-row.progress-result .progress-bar .progress-bar-level-container {
  background: none;
}
.progresscontainer .progress-row.progress-result .progress-bar .progress-bar-level-container .progress-bar-level {
  width: 4rem;
  background: #ff7e00;
  text-align: center;
  font-size: 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.progresscontainer .progress-row.progress-points .progress-bar .progress-bar-level-container {
  background: none;
}
.progresscontainer .progress-row.progress-points .progress-bar .progress-bar-level-container .progress-bar-level {
  width: 4rem;
  background: #000000;
  text-align: center;
}
@media only screen and (max-width: 35em) {
  .progresscontainer {
    font-size: 0.875rem;
  }
  .progresscontainer.small-center .progress-row .progress-bar.progress-bar-left {
    padding-right: 1.75rem;
  }
  .progresscontainer.small-center .progress-row .progress-bar.progress-bar-right {
    padding-left: 1.75rem;
  }
  .progresscontainer .progress-row {
    margin-bottom: 1.25rem;
  }
  .progresscontainer .progress-row .progress-bar.progress-bar-left {
    padding-right: 4rem;
  }
  .progresscontainer .progress-row .progress-bar.progress-bar-right {
    padding-left: 4rem;
  }
  .progresscontainer .progress-row .progress-bar .progress-bar-level-container {
    height: 1.5rem;
    border-radius: 0.75rem;
  }
  .progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level {
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.75rem;
  }
  .progresscontainer .progress-row .progress-bar-title {
    width: 10rem;
  }
  .progresscontainer .progress-row.progress-result .progress-bar .progress-bar-level-container .progress-bar-level {
    width: 4rem;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
  }
  .progresscontainer .progress-row.progress-points .progress-bar .progress-bar-level-container .progress-bar-level {
    width: 4rem;
  }
}

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.datepicker table {
  border: 0;
  margin: 0;
  width: auto;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}
.datepicker td.active.day, .datepicker td.active.year {
  background: #ff7e00;
}
.datepicker td.old, .datepicker td.new {
  color: #999;
}
.datepicker td span.active {
  background: #ff7e00;
}
.datepicker td.day.disabled {
  color: #eee;
}
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}
.datepicker th.active.day, .datepicker th.active.year {
  background: #ff7e00;
}
.datepicker th.date-switch {
  width: 145px;
}
.datepicker th span.active {
  background: #ff7e00;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.result-input-container .result-input-title {
  font-family: "Geogrotesque";
  font-weight: 400;
  color: #000000;
  font-size: 1.25rem;
  line-height: 2rem;
}
.result-input-container input {
  margin-bottom: 0 !important;
  max-width: 11.25rem;
  text-align: center;
  font-weight: 700;
}
.result-input-container input:disabled {
  color: #efffff !important;
}
.result-input-container .result-input-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.result-input-container .result-input-row.result-input-row-score input {
  width: 4.375rem !important;
  background: #ff7e00 !important;
  border-color: #ff7e00 !important;
  color: #ffffff;
  font-size: 1.25rem;
}
.result-input-container .result-input-row.result-input-row-score input.error {
  border-color: #f23001 !important;
}
.result-input-container .result-input-row .result-input.result-input-left {
  float: left;
  width: 50%;
  padding-right: 1.5rem;
}
.result-input-container .result-input-row .result-input.result-input-left input {
  float: right;
}
.result-input-container .result-input-row .result-input.result-input-right {
  float: right;
  width: 50%;
  padding-left: 1.5rem;
}
.result-input-container .result-input-row .result-input.result-input-right input {
  float: left;
}
.result-input-container .result-input-row .result-input-row-title {
  width: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.result-input-select {
  max-width: 25.625rem;
}

.livebanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.8);
  height: 5rem;
}
.livebanner.bottom {
  bottom: 0;
  top: auto;
}
.livebanner .livebanner-content {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  width: 37.5rem;
  max-width: 100%;
  padding: 0 1.5rem;
  box-sizing: border-box;
  text-align: center;
}
.livebanner .livebanner-content img {
  display: inline-block;
  margin-right: 0.5rem;
}
.livebanner .livebanner-content .live {
  display: inline-block;
  line-height: 2.75rem;
  border: 1px solid #ffffff;
  padding: 0 1rem;
  text-transform: uppercase;
  border-radius: 0.75rem;
  margin-right: 0.5rem;
}
.livebanner .livebanner-content a {
  color: #9ec8e3;
  text-decoration: underline;
}
.livebanner .livebanner-content a:hover {
  color: #76b2d8;
}
.livebanner .livebanner-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 2.5rem;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}
.livebanner .livebanner-close i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media only screen and (min-width:35.063em) and (max-width:61.938em) {
  .livebanner .livebanner-content {
    font-size: 1rem;
  }
  .livebanner .livebanner-content .live {
    line-height: 2rem;
    padding: 0 0.75rem;
    border-radius: 0.75rem;
  }
  .livebanner .livebanner-close {
    right: 1.25rem;
  }
}
@media only screen and (max-width: 35em) {
  .livebanner .livebanner-content {
    font-size: 1rem;
    padding: 0 3.5rem 0 1.5rem;
  }
  .livebanner .livebanner-content .live {
    line-height: 2rem;
    padding: 0 0.75rem;
    border-radius: 0.75rem;
  }
  .livebanner .livebanner-close {
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.livebanner.livebanner-small {
  right: 0.625rem;
  left: auto;
  height: 5rem;
  width: 9.375rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.livebanner.livebanner-small .livebanner-close {
  display: none;
}
.livebanner.livebanner-small .livebanner-content {
  font-size: 1rem;
}
.livebanner.livebanner-small .livebanner-content .description {
  display: none;
}

.row.collapse > .slick-list > .slick-track {
  border-bottom: 1px solid #ffffff;
}
.row.collapse > .slick-list > .slick-track > .column, .row.collapse > .slick-list > .slick-track > .columns {
  padding-left: 0;
  padding-right: 0;
}

.instawall-slider.slick-initialized {
  padding-bottom: 2rem;
}
.instawall-slider.slick-initialized .slick-dots {
  bottom: 0.5rem;
}

.hashtag-title {
  font-size: 1.375rem;
  font-weight: 500;
}
@media only screen and (max-width: 35em), only screen and (min-width:35.063em) and (max-width:61.938em) {
  .hashtag-title {
    font-size: 1.125rem;
  }
}

:root {
  --theme-primary-color: #ff8200;
}

.theme-beach {
  --theme-primary-color: #00b7e2;
}

.theme-eredivisie-heren {
  --theme-primary-color: #006FB8;
}

.theme-eredivisie-dames {
  --theme-primary-color: #dc2261;
}

h2.theme-eredivisie-heren {
  color: #006FB8 !important;
}
h2.theme-eredivisie-dames {
  color: #dc2261 !important;
}
h2.theme-beach {
  color: #00b7e2 !important;
}

*[class*=theme-border-] {
  position: relative;
}
*[class*=theme-border-]:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid transparent;
  width: 100%;
  bottom: 0;
}

.theme-border-default:before {
  border-bottom-color: #ff8200;
}

.theme-border-eredivise-dames:before {
  border-bottom-color: #dc2261;
}

.theme-border-eredivisie-heren:before {
  border-bottom-color: #006FB8;
}

.theme-border-beach:before {
  border-bottom-color: #00b7e2;
}

.card.card-slider .theme-blank .background-glass {
  background-image: url("/build/svg/gradients/gradient-card-orange.svg");
}

.card.card-subject.theme-eredivisie-heren .card-content .card-title {
  background-color: #006FB8 !important;
  background-image: url("/build/svg/gradients/gradient-button.svg");
}
.card.card-subject.theme-eredivisie-heren .card-content .card-title a {
  color: #ffffff !important;
}
.card.card-subject.theme-eredivisie-dames .card-content .card-title {
  background-color: #dc2261 !important;
  background-image: url("/build/svg/gradients/gradient-button.svg");
}
.card.card-subject.theme-eredivisie-dames .card-content .card-title a {
  color: #ffffff !important;
}
.card.card-subject.theme-beach .card-content .card-title {
  background-color: #00b7e2 !important;
  background-image: url("/build/svg/gradients/gradient-button.svg");
}
.card.card-subject.theme-beach .card-content .card-title a {
  color: #ffffff !important;
}
.card.card-subject.theme-blank .card-content .card-title {
  background-color: #ff7e00;
  background-image: url("/build/svg/gradients/gradient-button-orange.svg");
}

.card.card-slider .card-content.theme-eredivisie-heren .card-image {
  background-color: #006FB8 !important;
}
.card.card-slider .card-content.theme-eredivisie-dames .card-image {
  background-color: #dc2261 !important;
}
.card.card-slider .card-content.theme-beach .card-image {
  background-color: #00b7e2 !important;
}
.card.card-slider.card-slider-live .theme-eredivisie-heren .label {
  color: #006FB8 !important;
}
.card.card-slider.card-slider-live .theme-eredivisie-dames .label {
  color: #dc2261 !important;
}
.card.card-slider.card-slider-live .theme-beach .label {
  color: #00b7e2 !important;
}

.label.theme-eredivisie-heren {
  background-color: #006FB8 !important;
}
.label.theme-eredivisie-heren:hover {
  background-color: #005085 !important;
}
.label.theme-eredivisie-dames {
  background-color: #dc2261 !important;
}
.label.theme-eredivisie-dames:hover {
  background-color: #b01b4e !important;
}
.label.theme-beach {
  background-color: #00b7e2 !important;
}
.label.theme-beach:hover {
  background-color: #008eaf !important;
}

.card.theme-eredivisie-heren .card-link-small {
  color: #006FB8 !important;
}
.card.theme-eredivisie-heren .card-image .card-type {
  background: #006FB8 !important;
}
.card.theme-eredivisie-heren a {
  color: #006FB8;
}
.card.theme-eredivisie-heren a:hover, .card.theme-eredivisie-heren a:focus {
  color: #006FB8;
}
.card.theme-eredivisie-heren h3 a {
  color: #000000;
}
.card.theme-eredivisie-dames .card-link-small {
  color: #dc2261 !important;
}
.card.theme-eredivisie-dames .card-image .card-type {
  background: #dc2261 !important;
}
.card.theme-eredivisie-dames a {
  color: #dc2261;
}
.card.theme-eredivisie-dames a:hover, .card.theme-eredivisie-dames a:focus {
  color: #dc2261;
}
.card.theme-eredivisie-dames h3 a {
  color: #000000;
}
.card.theme-beach .card-link-small {
  color: #00b7e2 !important;
}
.card.theme-beach .card-image .card-type {
  background: #00b7e2 !important;
}
.card.theme-beach a {
  color: #00b7e2;
}
.card.theme-beach a:hover, .card.theme-beach a:focus {
  color: #00b7e2;
}
.card.theme-beach h3 a {
  color: #000000;
}

body.theme-eredivisie-heren footer .footer-bottom {
  background-image: url("/build/svg/gradients/gradient-topmenu.svg");
}
body.theme-eredivisie-heren .card.card-subject.theme-blank .card-content .card-title {
  background-image: url("/build/svg/gradients/gradient-button.svg");
}
body.theme-eredivisie-heren .card.card-slider .background-glass {
  background-image: url("/build/svg/gradients/gradient-card.svg");
}
body.theme-eredivisie-heren .tabs.page-tabs .tab-title.active > a, body.theme-eredivisie-heren .tabs.page-tabs .tab-title:hover > a {
  background-image: url("/build/svg/gradients/gradient-button.svg");
  background-size: cover;
  background-position: center;
}
body.theme-eredivisie-heren .menu-expandable-top .close {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .menu-expandable-top .close:hover {
  background: #005085 !important;
}
body.theme-eredivisie-heren ul.link-list a {
  color: #000000;
}
body.theme-eredivisie-heren ul.link-list.white a {
  color: #ffffff;
}
body.theme-eredivisie-heren ul.link-list.blue a {
  color: #006FB8;
}
body.theme-eredivisie-heren ul.link-list.blue ul a {
  color: #000000;
}
body.theme-eredivisie-heren .card.theme-eredivisie-heren .card-link-small {
  color: #006FB8 !important;
}
body.theme-eredivisie-heren .card.theme-eredivisie-heren .card-image .card-type {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .card.theme-eredivisie-heren a {
  color: #006FB8;
}
body.theme-eredivisie-heren .card.theme-eredivisie-heren a:hover, body.theme-eredivisie-heren .card.theme-eredivisie-heren a:focus {
  color: #006FB8;
}
body.theme-eredivisie-heren .card.theme-eredivisie-heren h3 a {
  color: #000000;
}
body.theme-eredivisie-heren .card.theme-eredivisie-dames .card-link-small {
  color: #dc2261 !important;
}
body.theme-eredivisie-heren .card.theme-eredivisie-dames .card-image .card-type {
  background: #dc2261 !important;
}
body.theme-eredivisie-heren .card.theme-eredivisie-dames a {
  color: #dc2261;
}
body.theme-eredivisie-heren .card.theme-eredivisie-dames a:hover, body.theme-eredivisie-heren .card.theme-eredivisie-dames a:focus {
  color: #dc2261;
}
body.theme-eredivisie-heren .card.theme-eredivisie-dames h3 a {
  color: #000000;
}
body.theme-eredivisie-heren .card.theme-beach .card-link-small {
  color: #00b7e2 !important;
}
body.theme-eredivisie-heren .card.theme-beach .card-image .card-type {
  background: #00b7e2 !important;
}
body.theme-eredivisie-heren .card.theme-beach a {
  color: #00b7e2;
}
body.theme-eredivisie-heren .card.theme-beach a:hover, body.theme-eredivisie-heren .card.theme-beach a:focus {
  color: #00b7e2;
}
body.theme-eredivisie-heren .card.theme-beach h3 a {
  color: #000000;
}

body.theme-eredivisie-dames footer .footer-bottom {
  background-image: url("/build/svg/gradients/gradient-topmenu.svg");
}
body.theme-eredivisie-dames .card.card-subject.theme-blank .card-content .card-title {
  background-image: url("/build/svg/gradients/gradient-button.svg");
}
body.theme-eredivisie-dames .card.card-slider .background-glass {
  background-image: url("/build/svg/gradients/gradient-card.svg");
}
body.theme-eredivisie-dames .tabs.page-tabs .tab-title.active > a, body.theme-eredivisie-dames .tabs.page-tabs .tab-title:hover > a {
  background-image: url("/build/svg/gradients/gradient-button.svg");
  background-size: cover;
  background-position: center;
}
body.theme-eredivisie-dames .menu-expandable-top .close {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .menu-expandable-top .close:hover {
  background: #b01b4e !important;
}
body.theme-eredivisie-dames ul.link-list a {
  color: #000000;
}
body.theme-eredivisie-dames ul.link-list.white a {
  color: #ffffff;
}
body.theme-eredivisie-dames ul.link-list.blue a {
  color: #dc2261;
}
body.theme-eredivisie-dames ul.link-list.blue ul a {
  color: #000000;
}
body.theme-eredivisie-dames .card.theme-eredivisie-heren .card-link-small {
  color: #006FB8 !important;
}
body.theme-eredivisie-dames .card.theme-eredivisie-heren .card-image .card-type {
  background: #006FB8 !important;
}
body.theme-eredivisie-dames .card.theme-eredivisie-heren a {
  color: #006FB8;
}
body.theme-eredivisie-dames .card.theme-eredivisie-heren a:hover, body.theme-eredivisie-dames .card.theme-eredivisie-heren a:focus {
  color: #006FB8;
}
body.theme-eredivisie-dames .card.theme-eredivisie-heren h3 a {
  color: #000000;
}
body.theme-eredivisie-dames .card.theme-eredivisie-dames .card-link-small {
  color: #dc2261 !important;
}
body.theme-eredivisie-dames .card.theme-eredivisie-dames .card-image .card-type {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .card.theme-eredivisie-dames a {
  color: #dc2261;
}
body.theme-eredivisie-dames .card.theme-eredivisie-dames a:hover, body.theme-eredivisie-dames .card.theme-eredivisie-dames a:focus {
  color: #dc2261;
}
body.theme-eredivisie-dames .card.theme-eredivisie-dames h3 a {
  color: #000000;
}
body.theme-eredivisie-dames .card.theme-beach .card-link-small {
  color: #00b7e2 !important;
}
body.theme-eredivisie-dames .card.theme-beach .card-image .card-type {
  background: #00b7e2 !important;
}
body.theme-eredivisie-dames .card.theme-beach a {
  color: #00b7e2;
}
body.theme-eredivisie-dames .card.theme-beach a:hover, body.theme-eredivisie-dames .card.theme-beach a:focus {
  color: #00b7e2;
}
body.theme-eredivisie-dames .card.theme-beach h3 a {
  color: #000000;
}

body.theme-beach footer .footer-bottom {
  background-image: url("/build/svg/gradients/gradient-topmenu.svg");
}
body.theme-beach .card.card-subject.theme-blank .card-content .card-title {
  background-image: url("/build/svg/gradients/gradient-button.svg");
}
body.theme-beach .card.card-slider .background-glass {
  background-image: url("/build/svg/gradients/gradient-card.svg");
}
body.theme-beach .tabs.page-tabs .tab-title.active > a, body.theme-beach .tabs.page-tabs .tab-title:hover > a {
  background-image: url("/build/svg/gradients/gradient-button.svg");
  background-size: cover;
  background-position: center;
}
body.theme-beach .menu-expandable-top .close {
  background: #00b7e2 !important;
}
body.theme-beach .menu-expandable-top .close:hover {
  background: #008eaf !important;
}
body.theme-beach ul.link-list a {
  color: #000000;
}
body.theme-beach ul.link-list.white a {
  color: #ffffff;
}
body.theme-beach ul.link-list.blue a {
  color: #00b7e2;
}
body.theme-beach ul.link-list.blue ul a {
  color: #000000;
}
body.theme-beach .card.theme-eredivisie-heren .card-link-small {
  color: #006FB8 !important;
}
body.theme-beach .card.theme-eredivisie-heren .card-image .card-type {
  background: #006FB8 !important;
}
body.theme-beach .card.theme-eredivisie-heren a {
  color: #006FB8;
}
body.theme-beach .card.theme-eredivisie-heren a:hover, body.theme-beach .card.theme-eredivisie-heren a:focus {
  color: #006FB8;
}
body.theme-beach .card.theme-eredivisie-heren h3 a {
  color: #000000;
}
body.theme-beach .card.theme-eredivisie-dames .card-link-small {
  color: #dc2261 !important;
}
body.theme-beach .card.theme-eredivisie-dames .card-image .card-type {
  background: #dc2261 !important;
}
body.theme-beach .card.theme-eredivisie-dames a {
  color: #dc2261;
}
body.theme-beach .card.theme-eredivisie-dames a:hover, body.theme-beach .card.theme-eredivisie-dames a:focus {
  color: #dc2261;
}
body.theme-beach .card.theme-eredivisie-dames h3 a {
  color: #000000;
}
body.theme-beach .card.theme-beach .card-link-small {
  color: #00b7e2 !important;
}
body.theme-beach .card.theme-beach .card-image .card-type {
  background: #00b7e2 !important;
}
body.theme-beach .card.theme-beach a {
  color: #00b7e2;
}
body.theme-beach .card.theme-beach a:hover, body.theme-beach .card.theme-beach a:focus {
  color: #00b7e2;
}
body.theme-beach .card.theme-beach h3 a {
  color: #000000;
}

header .top-title.theme-eredivisie-heren, .header .top-title.theme-eredivisie-heren {
  color: #ffffff !important;
}
header .top-title.theme-eredivisie-dames, .header .top-title.theme-eredivisie-dames {
  color: #ffffff !important;
}
header .top-title.theme-beach, .header .top-title.theme-beach {
  color: #ffffff !important;
}

body.theme-eredivisie-heren header .top-title.theme-eredivisie-heren, body.theme-eredivisie-heren .header .top-title.theme-eredivisie-heren {
  color: #ffffff !important;
}
body.theme-eredivisie-heren header .top-title.theme-eredivisie-dames, body.theme-eredivisie-heren .header .top-title.theme-eredivisie-dames {
  color: #ffffff !important;
}
body.theme-eredivisie-heren header .top-title.theme-beach, body.theme-eredivisie-heren .header .top-title.theme-beach {
  color: #ffffff !important;
}

body.theme-eredivisie-dames header .top-title.theme-eredivisie-heren, body.theme-eredivisie-dames .header .top-title.theme-eredivisie-heren {
  color: #ffffff !important;
}
body.theme-eredivisie-dames header .top-title.theme-eredivisie-dames, body.theme-eredivisie-dames .header .top-title.theme-eredivisie-dames {
  color: #ffffff !important;
}
body.theme-eredivisie-dames header .top-title.theme-beach, body.theme-eredivisie-dames .header .top-title.theme-beach {
  color: #ffffff !important;
}

body.theme-beach header .top-title.theme-eredivisie-heren, body.theme-beach .header .top-title.theme-eredivisie-heren {
  color: #ffffff !important;
}
body.theme-beach header .top-title.theme-eredivisie-dames, body.theme-beach .header .top-title.theme-eredivisie-dames {
  color: #ffffff !important;
}
body.theme-beach header .top-title.theme-beach, body.theme-beach .header .top-title.theme-beach {
  color: #ffffff !important;
}

h1.theme-color {
  color: #ff7e00;
}

.background-theme-eredivisie-heren {
  background-color: #006FB8 !important;
}

@media only screen and (min-width:75em) {
  body.theme-eredivisie-heren .fixed nav.top-bar .navbar .navbar-top .navbar-top-right li.highlight, body.theme-eredivisie-heren .fixed div.top-bar .navbar .navbar-top .navbar-top-right li.highlight {
    background: rgba(0, 0, 0, 0.3);
  }
}
body.theme-eredivisie-heren h2.theme-eredivisie-heren {
  color: #006FB8 !important;
}
body.theme-eredivisie-heren h2.theme-eredivisie-dames {
  color: #dc2261 !important;
}
body.theme-eredivisie-heren h2.theme-beach {
  color: #00b7e2 !important;
}
body.theme-eredivisie-heren .match-slider-container .slick-dots li button {
  background-color: #006FB8 !important;
}
body.theme-eredivisie-heren .fixed nav.top-bar .top-bar-search .search-content {
  border-color: #006FB8 !important;
}
body.theme-eredivisie-heren .tabs .tab-title.active > a {
  background-color: #006FB8 !important;
  background-image: url("/build/svg/gradients/gradient-button.svg");
  background-size: cover;
  background-position: center;
}
body.theme-eredivisie-heren h1.theme-color {
  color: #006FB8 !important;
}
body.theme-eredivisie-heren h2 {
  color: #006FB8 !important;
}
body.theme-eredivisie-heren a {
  color: #006FB8;
}
body.theme-eredivisie-heren a:hover, body.theme-eredivisie-heren a:focus {
  color: #006FB8;
}
body.theme-eredivisie-heren h3 a {
  color: #000000;
}
body.theme-eredivisie-heren .card.card-social-media .card-content .text p a {
  color: #006FB8;
}
body.theme-eredivisie-heren .card.card-social-media .card-content .text .social-details a {
  color: #006FB8;
}
body.theme-eredivisie-heren .card.card-default.card-default-large .card-content .card-content-text h3, body.theme-eredivisie-heren .card.card-default.card-default-large .card-content .card-content-text h3 a, body.theme-eredivisie-heren .card.card-default.card-default-large .card-content .card-content-text a, body.theme-eredivisie-heren .card.card-default.card-default-large .card-content .card-content-text time {
  color: #ffffff !important;
}
body.theme-eredivisie-heren a.btn:not(.btn--secondary) {
  background-color: #006FB8;
  color: #ffffff;
}
body.theme-eredivisie-heren a.btn:not(.btn--secondary):hover {
  background-color: #005085;
}
body.theme-eredivisie-heren a.btn--secondary {
  background: transparent;
  border: 1px solid #006FB8;
  color: #006FB8;
  padding: 14px 22px;
}
body.theme-eredivisie-heren a.btn--secondary:hover, body.theme-eredivisie-heren a.btn--secondary:focus {
  background: #006FB8;
  color: white;
}
body.theme-eredivisie-heren ul.link-list li .mobile-menu-sub-expand {
  background: #006FB8;
}
body.theme-eredivisie-heren .label {
  background-color: #006FB8;
  color: #ffffff;
}
body.theme-eredivisie-heren .label:hover {
  background-color: #005085;
  color: #ffffff;
}
body.theme-eredivisie-heren .label.theme-blank {
  background-color: #dddddd !important;
  color: #000000 !important;
}
body.theme-eredivisie-heren .label.theme-blank:hover {
  background-color: #c4c4c4 !important;
  color: #000000 !important;
}
body.theme-eredivisie-heren .contentslider .slick-prev, body.theme-eredivisie-heren .contentslider .slick-next {
  background: #006FB8;
}
body.theme-eredivisie-heren .contentslider .slick-prev:hover, body.theme-eredivisie-heren .contentslider .slick-next:hover {
  background: #005085;
}
@media only screen and (min-width:75em) {
  body.theme-eredivisie-heren .navbar .navbar-top {
    background-color: #006FB8 !important;
  }
  body.theme-eredivisie-heren .navbar .navbar-top a {
    color: #ffffff !important;
  }
}
body.theme-eredivisie-heren .navbar .navbar-bottom .navbar-bottom-left a:hover:before, body.theme-eredivisie-heren .navbar .navbar-bottom .navbar-bottom-left a.active:before {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .navbar .navbar-bottom .navbar-bottom-left a.button {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .navbar .navbar-bottom .navbar-bottom-left a.button:hover {
  background-color: #005085 !important;
}
body.theme-eredivisie-heren header .top-title, body.theme-eredivisie-heren .header .top-title {
  color: #ffffff !important;
}
body.theme-eredivisie-heren .header-slider .slick-dots li.slick-active button {
  background: #006FB8;
}
body.theme-eredivisie-heren header.background-pattern-dark .match-detail-container .match-detail .match-label .sub-label {
  background: #333333 !important;
}
body.theme-eredivisie-heren header.background-pattern-dark .match-detail-container .title {
  color: #ffffff !important;
}
body.theme-eredivisie-heren header.background-pattern-dark .match-detail-container .match-detail-bottom a {
  color: #ffffff !important;
}
body.theme-eredivisie-heren .card .card-label {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .card .card-image .card-type {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .social-details .social-card-type {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level.background-orange {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .progresscontainer .progress-row.progress-result .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #666666 !important;
}
body.theme-eredivisie-heren .progresscontainer .progress-row.progress-points .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #000000 !important;
}
body.theme-eredivisie-heren .match-detail-container .match-detail .match-label {
  background: #006FB8 !important;
}
body.theme-eredivisie-heren .match-detail-container .title {
  color: #646464 !important;
}
body.theme-eredivisie-heren .match-detail-container .match-detail .match-label .sub-label {
  background: #646464 !important;
}
body.theme-eredivisie-heren .match-detail-container .match-detail .match-label .sub-label--live {
  background: #ff7e00 !important;
}
body.theme-eredivisie-heren .matchrow .match-detail-container .match-detail-content.button-activated .button {
  background-color: #006FB8 !important;
}
body.theme-eredivisie-heren .matchrow .match-detail-container .match-detail-content.button-activated .button:hover {
  background-color: #005085 !important;
}
body.theme-eredivisie-heren .match-detail-bottom a {
  color: #006FB8 !important;
}
body.theme-eredivisie-heren .card.card-player .card-content .card-image .number {
  background-color: #006FB8 !important;
  color: #ffffff;
}
body.theme-eredivisie-heren .card.card-list .card-content {
  color: #ffffff;
}
body.theme-eredivisie-heren .card.card-list .card-content .card-image {
  background-color: #006FB8 !important;
}
body.theme-eredivisie-heren .card.card-list .card-content h3, body.theme-eredivisie-heren .card.card-list .card-content a {
  color: #ffffff !important;
}
body.theme-eredivisie-heren .card.card-list .card-content li {
  border-color: #ffffff !important;
}
body.theme-eredivisie-heren footer .footer-bottom {
  background-color: #006FB8 !important;
}
body.theme-eredivisie-heren ul.link-list li a.button {
  background-color: #006FB8 !important;
}
body.theme-eredivisie-heren ul.link-list li a.button:hover {
  background-color: #005085 !important;
}
body.theme-eredivisie-heren .button.background-blue:not(.keep-color) {
  background-color: #006FB8 !important;
}
body.theme-eredivisie-heren .button.background-blue:not(.keep-color):hover {
  background-color: #005085 !important;
}
body.theme-eredivisie-heren .card .card-link-small {
  color: #006FB8 !important;
}
body.theme-eredivisie-heren .tabs.page-tabs .tab-title.active > a {
  background-color: #006FB8 !important;
}
body.theme-eredivisie-heren .text-header h1, body.theme-eredivisie-heren .text-header .top-title {
  color: #006FB8 !important;
}
body.theme-eredivisie-heren .card.card-subject.theme-blank .card-content .card-title {
  background-color: #ffffff !important;
}
body.theme-eredivisie-heren .card.card-subject.theme-blank .card-content .card-title h3 a {
  color: #000000 !important;
}

.background-theme-eredivisie-dames {
  background-color: #dc2261 !important;
}

@media only screen and (min-width:75em) {
  body.theme-eredivisie-dames .fixed nav.top-bar .navbar .navbar-top .navbar-top-right li.highlight, body.theme-eredivisie-dames .fixed div.top-bar .navbar .navbar-top .navbar-top-right li.highlight {
    background: rgba(0, 0, 0, 0.3);
  }
}
body.theme-eredivisie-dames h2.theme-eredivisie-heren {
  color: #006FB8 !important;
}
body.theme-eredivisie-dames h2.theme-eredivisie-dames {
  color: #dc2261 !important;
}
body.theme-eredivisie-dames h2.theme-beach {
  color: #00b7e2 !important;
}
body.theme-eredivisie-dames .match-slider-container .slick-dots li button {
  background-color: #dc2261 !important;
}
body.theme-eredivisie-dames .fixed nav.top-bar .top-bar-search .search-content {
  border-color: #dc2261 !important;
}
body.theme-eredivisie-dames .tabs .tab-title.active > a {
  background-color: #dc2261 !important;
  background-image: url("/build/svg/gradients/gradient-button.svg");
  background-size: cover;
  background-position: center;
}
body.theme-eredivisie-dames h1.theme-color {
  color: #dc2261 !important;
}
body.theme-eredivisie-dames h2 {
  color: #dc2261 !important;
}
body.theme-eredivisie-dames a {
  color: #dc2261;
}
body.theme-eredivisie-dames a:hover, body.theme-eredivisie-dames a:focus {
  color: #dc2261;
}
body.theme-eredivisie-dames h3 a {
  color: #000000;
}
body.theme-eredivisie-dames .card.card-social-media .card-content .text p a {
  color: #dc2261;
}
body.theme-eredivisie-dames .card.card-social-media .card-content .text .social-details a {
  color: #dc2261;
}
body.theme-eredivisie-dames .card.card-default.card-default-large .card-content .card-content-text h3, body.theme-eredivisie-dames .card.card-default.card-default-large .card-content .card-content-text h3 a, body.theme-eredivisie-dames .card.card-default.card-default-large .card-content .card-content-text a, body.theme-eredivisie-dames .card.card-default.card-default-large .card-content .card-content-text time {
  color: #ffffff !important;
}
body.theme-eredivisie-dames a.btn:not(.btn--secondary) {
  background-color: #dc2261;
  color: #ffffff;
}
body.theme-eredivisie-dames a.btn:not(.btn--secondary):hover {
  background-color: #b01b4e;
}
body.theme-eredivisie-dames a.btn--secondary {
  background: transparent;
  border: 1px solid #dc2261;
  color: #dc2261;
  padding: 14px 22px;
}
body.theme-eredivisie-dames a.btn--secondary:hover, body.theme-eredivisie-dames a.btn--secondary:focus {
  background: #dc2261;
  color: white;
}
body.theme-eredivisie-dames ul.link-list li .mobile-menu-sub-expand {
  background: #dc2261;
}
body.theme-eredivisie-dames .label {
  background-color: #dc2261;
  color: #ffffff;
}
body.theme-eredivisie-dames .label:hover {
  background-color: #b01b4e;
  color: #ffffff;
}
body.theme-eredivisie-dames .label.theme-blank {
  background-color: #dddddd !important;
  color: #000000 !important;
}
body.theme-eredivisie-dames .label.theme-blank:hover {
  background-color: #c4c4c4 !important;
  color: #000000 !important;
}
body.theme-eredivisie-dames .contentslider .slick-prev, body.theme-eredivisie-dames .contentslider .slick-next {
  background: #dc2261;
}
body.theme-eredivisie-dames .contentslider .slick-prev:hover, body.theme-eredivisie-dames .contentslider .slick-next:hover {
  background: #b01b4e;
}
@media only screen and (min-width:75em) {
  body.theme-eredivisie-dames .navbar .navbar-top {
    background-color: #dc2261 !important;
  }
  body.theme-eredivisie-dames .navbar .navbar-top a {
    color: #ffffff !important;
  }
}
body.theme-eredivisie-dames .navbar .navbar-bottom .navbar-bottom-left a:hover:before, body.theme-eredivisie-dames .navbar .navbar-bottom .navbar-bottom-left a.active:before {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .navbar .navbar-bottom .navbar-bottom-left a.button {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .navbar .navbar-bottom .navbar-bottom-left a.button:hover {
  background-color: #b01b4e !important;
}
body.theme-eredivisie-dames header .top-title, body.theme-eredivisie-dames .header .top-title {
  color: #ffffff !important;
}
body.theme-eredivisie-dames .header-slider .slick-dots li.slick-active button {
  background: #dc2261;
}
body.theme-eredivisie-dames header.background-pattern-dark .match-detail-container .match-detail .match-label .sub-label {
  background: #333333 !important;
}
body.theme-eredivisie-dames header.background-pattern-dark .match-detail-container .title {
  color: #ffffff !important;
}
body.theme-eredivisie-dames header.background-pattern-dark .match-detail-container .match-detail-bottom a {
  color: #ffffff !important;
}
body.theme-eredivisie-dames .card .card-label {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .card .card-image .card-type {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .social-details .social-card-type {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level.background-orange {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .progresscontainer .progress-row.progress-result .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #666666 !important;
}
body.theme-eredivisie-dames .progresscontainer .progress-row.progress-points .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #000000 !important;
}
body.theme-eredivisie-dames .match-detail-container .match-detail .match-label {
  background: #dc2261 !important;
}
body.theme-eredivisie-dames .match-detail-container .title {
  color: #646464 !important;
}
body.theme-eredivisie-dames .match-detail-container .match-detail .match-label .sub-label {
  background: #646464 !important;
}
body.theme-eredivisie-dames .match-detail-container .match-detail .match-label .sub-label--live {
  background: #ff7e00 !important;
}
body.theme-eredivisie-dames .matchrow .match-detail-container .match-detail-content.button-activated .button {
  background-color: #dc2261 !important;
}
body.theme-eredivisie-dames .matchrow .match-detail-container .match-detail-content.button-activated .button:hover {
  background-color: #b01b4e !important;
}
body.theme-eredivisie-dames .match-detail-bottom a {
  color: #dc2261 !important;
}
body.theme-eredivisie-dames .card.card-player .card-content .card-image .number {
  background-color: #dc2261 !important;
  color: #ffffff;
}
body.theme-eredivisie-dames .card.card-list .card-content {
  color: #ffffff;
}
body.theme-eredivisie-dames .card.card-list .card-content .card-image {
  background-color: #dc2261 !important;
}
body.theme-eredivisie-dames .card.card-list .card-content h3, body.theme-eredivisie-dames .card.card-list .card-content a {
  color: #ffffff !important;
}
body.theme-eredivisie-dames .card.card-list .card-content li {
  border-color: #ffffff !important;
}
body.theme-eredivisie-dames footer .footer-bottom {
  background-color: #dc2261 !important;
}
body.theme-eredivisie-dames ul.link-list li a.button {
  background-color: #dc2261 !important;
}
body.theme-eredivisie-dames ul.link-list li a.button:hover {
  background-color: #b01b4e !important;
}
body.theme-eredivisie-dames .button.background-blue:not(.keep-color) {
  background-color: #dc2261 !important;
}
body.theme-eredivisie-dames .button.background-blue:not(.keep-color):hover {
  background-color: #b01b4e !important;
}
body.theme-eredivisie-dames .card .card-link-small {
  color: #dc2261 !important;
}
body.theme-eredivisie-dames .tabs.page-tabs .tab-title.active > a {
  background-color: #dc2261 !important;
}
body.theme-eredivisie-dames .text-header h1, body.theme-eredivisie-dames .text-header .top-title {
  color: #dc2261 !important;
}
body.theme-eredivisie-dames .card.card-subject.theme-blank .card-content .card-title {
  background-color: #ffffff !important;
}
body.theme-eredivisie-dames .card.card-subject.theme-blank .card-content .card-title h3 a {
  color: #000000 !important;
}

.background-theme-beach {
  background-color: #00b7e2 !important;
}

@media only screen and (min-width:75em) {
  body.theme-beach .fixed nav.top-bar .navbar .navbar-top .navbar-top-right li.highlight, body.theme-beach .fixed div.top-bar .navbar .navbar-top .navbar-top-right li.highlight {
    background: rgba(0, 0, 0, 0.3);
  }
}
body.theme-beach h2.theme-eredivisie-heren {
  color: #006FB8 !important;
}
body.theme-beach h2.theme-eredivisie-dames {
  color: #dc2261 !important;
}
body.theme-beach h2.theme-beach {
  color: #00b7e2 !important;
}
body.theme-beach .match-slider-container .slick-dots li button {
  background-color: #00b7e2 !important;
}
body.theme-beach .fixed nav.top-bar .top-bar-search .search-content {
  border-color: #00b7e2 !important;
}
body.theme-beach .tabs .tab-title.active > a {
  background-color: #00b7e2 !important;
  background-image: url("/build/svg/gradients/gradient-button.svg");
  background-size: cover;
  background-position: center;
}
body.theme-beach h1.theme-color {
  color: #00b7e2 !important;
}
body.theme-beach h2 {
  color: #00b7e2 !important;
}
body.theme-beach a {
  color: #00b7e2;
}
body.theme-beach a:hover, body.theme-beach a:focus {
  color: #00b7e2;
}
body.theme-beach h3 a {
  color: #000000;
}
body.theme-beach .card.card-social-media .card-content .text p a {
  color: #00b7e2;
}
body.theme-beach .card.card-social-media .card-content .text .social-details a {
  color: #00b7e2;
}
body.theme-beach .card.card-default.card-default-large .card-content .card-content-text h3, body.theme-beach .card.card-default.card-default-large .card-content .card-content-text h3 a, body.theme-beach .card.card-default.card-default-large .card-content .card-content-text a, body.theme-beach .card.card-default.card-default-large .card-content .card-content-text time {
  color: #ffffff !important;
}
body.theme-beach a.btn:not(.btn--secondary) {
  background-color: #00b7e2;
  color: #ffffff;
}
body.theme-beach a.btn:not(.btn--secondary):hover {
  background-color: #008eaf;
}
body.theme-beach a.btn--secondary {
  background: transparent;
  border: 1px solid #00b7e2;
  color: #00b7e2;
  padding: 14px 22px;
}
body.theme-beach a.btn--secondary:hover, body.theme-beach a.btn--secondary:focus {
  background: #00b7e2;
  color: white;
}
body.theme-beach ul.link-list li .mobile-menu-sub-expand {
  background: #00b7e2;
}
body.theme-beach .label {
  background-color: #00b7e2;
  color: #ffffff;
}
body.theme-beach .label:hover {
  background-color: #008eaf;
  color: #ffffff;
}
body.theme-beach .label.theme-blank {
  background-color: #dddddd !important;
  color: #000000 !important;
}
body.theme-beach .label.theme-blank:hover {
  background-color: #c4c4c4 !important;
  color: #000000 !important;
}
body.theme-beach .contentslider .slick-prev, body.theme-beach .contentslider .slick-next {
  background: #00b7e2;
}
body.theme-beach .contentslider .slick-prev:hover, body.theme-beach .contentslider .slick-next:hover {
  background: #008eaf;
}
@media only screen and (min-width:75em) {
  body.theme-beach .navbar .navbar-top {
    background-color: #00b7e2 !important;
  }
  body.theme-beach .navbar .navbar-top a {
    color: #ffffff !important;
  }
}
body.theme-beach .navbar .navbar-bottom .navbar-bottom-left a:hover:before, body.theme-beach .navbar .navbar-bottom .navbar-bottom-left a.active:before {
  background: #00b7e2 !important;
}
body.theme-beach .navbar .navbar-bottom .navbar-bottom-left a.button {
  background: #00b7e2 !important;
}
body.theme-beach .navbar .navbar-bottom .navbar-bottom-left a.button:hover {
  background-color: #008eaf !important;
}
body.theme-beach header .top-title, body.theme-beach .header .top-title {
  color: #ffffff !important;
}
body.theme-beach .header-slider .slick-dots li.slick-active button {
  background: #00b7e2;
}
body.theme-beach header.background-pattern-dark .match-detail-container .match-detail .match-label .sub-label {
  background: #333333 !important;
}
body.theme-beach header.background-pattern-dark .match-detail-container .title {
  color: #ffffff !important;
}
body.theme-beach header.background-pattern-dark .match-detail-container .match-detail-bottom a {
  color: #ffffff !important;
}
body.theme-beach .card .card-label {
  background: #00b7e2 !important;
}
body.theme-beach .card .card-image .card-type {
  background: #00b7e2 !important;
}
body.theme-beach .social-details .social-card-type {
  background: #00b7e2 !important;
}
body.theme-beach .progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level.background-orange {
  background: #00b7e2 !important;
}
body.theme-beach .progresscontainer .progress-row.progress-result .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #00b7e2 !important;
}
body.theme-beach .progresscontainer .progress-row .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #666666 !important;
}
body.theme-beach .progresscontainer .progress-row.progress-points .progress-bar .progress-bar-level-container .progress-bar-level {
  background: #000000 !important;
}
body.theme-beach .match-detail-container .match-detail .match-label {
  background: #00b7e2 !important;
}
body.theme-beach .match-detail-container .title {
  color: #646464 !important;
}
body.theme-beach .match-detail-container .match-detail .match-label .sub-label {
  background: #646464 !important;
}
body.theme-beach .match-detail-container .match-detail .match-label .sub-label--live {
  background: #ff7e00 !important;
}
body.theme-beach .matchrow .match-detail-container .match-detail-content.button-activated .button {
  background-color: #00b7e2 !important;
}
body.theme-beach .matchrow .match-detail-container .match-detail-content.button-activated .button:hover {
  background-color: #008eaf !important;
}
body.theme-beach .match-detail-bottom a {
  color: #00b7e2 !important;
}
body.theme-beach .card.card-player .card-content .card-image .number {
  background-color: #00b7e2 !important;
  color: #ffffff;
}
body.theme-beach .card.card-list .card-content {
  color: #ffffff;
}
body.theme-beach .card.card-list .card-content .card-image {
  background-color: #00b7e2 !important;
}
body.theme-beach .card.card-list .card-content h3, body.theme-beach .card.card-list .card-content a {
  color: #ffffff !important;
}
body.theme-beach .card.card-list .card-content li {
  border-color: #ffffff !important;
}
body.theme-beach footer .footer-bottom {
  background-color: #00b7e2 !important;
}
body.theme-beach ul.link-list li a.button {
  background-color: #00b7e2 !important;
}
body.theme-beach ul.link-list li a.button:hover {
  background-color: #008eaf !important;
}
body.theme-beach .button.background-blue:not(.keep-color) {
  background-color: #00b7e2 !important;
}
body.theme-beach .button.background-blue:not(.keep-color):hover {
  background-color: #008eaf !important;
}
body.theme-beach .card .card-link-small {
  color: #00b7e2 !important;
}
body.theme-beach .tabs.page-tabs .tab-title.active > a {
  background-color: #00b7e2 !important;
}
body.theme-beach .text-header h1, body.theme-beach .text-header .top-title {
  color: #00b7e2 !important;
}
body.theme-beach .card.card-subject.theme-blank .card-content .card-title {
  background-color: #ffffff !important;
}
body.theme-beach .card.card-subject.theme-blank .card-content .card-title h3 a {
  color: #000000 !important;
}

.property-row {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc;
  font-size: 1.125rem;
}

.socials {
  margin-bottom: 32px;
}

a[class*=socialmedia-icon] {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 0;
}

a.socialmedia-icon-default {
  color: #ff8200 !important;
}
a.socialmedia-icon-default:hover {
  background-color: #ff8200;
  color: white !important;
}

a.socialmedia-icon-beach {
  color: #00b7e2 !important;
}
a.socialmedia-icon-beach:hover {
  background-color: #00b7e2;
  color: white !important;
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff;
}

* html #outdated {
  position: absolute;
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
}

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px; /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}

.social-share {
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 200;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  animation-duration: 0.3s;
  animation-name: slide-in-mobile;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}
@media only screen and (max-width: 35em) {
  .social-share {
    width: 100%;
  }
}
@media only screen and (min-width:62em) {
  .social-share {
    top: 20%;
    left: 0;
    right: auto;
    bottom: auto;
    flex-direction: column;
    transform: translateX(-100%);
    animation-name: slide-in-desktop;
  }
}
.hamburger-open .social-share {
  display: none;
}

.social-share__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.2s ease;
  width: 100%;
  min-width: 48px;
  height: 48px;
}
@media only screen and (min-width:62em) {
  .social-share__item {
    width: 48px;
  }
  .social-share__item:hover {
    width: 64px;
  }
}
.social-share__item svg {
  fill: white;
  width: 32px;
  height: 32px;
}

.social-share__item--facebook {
  background-color: rgb(59, 89, 152);
}

.social-share__item--twitter {
  background-color: rgb(29, 161, 242);
}

.social-share__item--whatsapp {
  background-color: rgb(77, 194, 71);
}
@media only screen and (min-width:62em) {
  .social-share__item--whatsapp {
    display: none;
  }
}

.social-share__item--linkedin {
  background-color: rgb(0, 119, 181);
}

@keyframes slide-in-mobile {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-in-desktop {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.alert {
  color: #383d41;
  background-color: #e2e3e5;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 10px 0 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

.alert--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.loader {
  display: none;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center 68px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("/build/svg/loader.svg");
}

.content-fields {
  width: 100%;
}

.content-fields__accordion,
.content-fields__button,
.content-fields__quote {
  margin: 0 0 40px 0;
}

.content-fields__button .btn {
  font-size: 0.875rem;
  padding: 12px 30px;
}

.content-fields__accordion__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.content-fields__accordion__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

label.content-fields__accordion__label {
  position: relative;
  max-width: none;
  padding: 24px 32px 24px 0;
  font-weight: 600;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
  font-size: 1.1875rem;
}
label.content-fields__accordion__label:after, label.content-fields__accordion__label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #3d3d3d;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.content-fields__accordion__checkbox:checked ~ label.content-fields__accordion__label:after, .content-fields__accordion__checkbox:checked ~ label.content-fields__accordion__label:before {
  transform: translateY(-50%) rotate(90deg);
}
label.content-fields__accordion__label:after {
  height: 16px;
  width: 2px;
  right: 7px;
}
label.content-fields__accordion__label:before {
  width: 16px;
  height: 2px;
}
.content-fields__accordion__checkbox:checked ~ label.content-fields__accordion__label:before {
  opacity: 0;
}
label.content-fields__accordion__label:hover, .content-fields__accordion__checkbox:checked ~ label.content-fields__accordion__label {
  border-color: #3d3d3d;
}

.content-fields__accordion__content {
  display: none;
  opacity: 0;
  padding: 24px 0 32px 0;
  font-size: 1rem;
  line-height: 2rem;
}
.content-fields__accordion__checkbox:checked ~ .content-fields__accordion__content {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c1c1c1;
  animation: accordion-fade 0.5s ease 0.1s forwards;
}

@keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content-fields__quote__text {
  color: var(--theme-primary-color);
  font-family: "Geogrotesque", "Gotham B", Arial, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
}
@media screen and (min-width: 30em) {
  .content-fields__quote__text {
    font-size: 1.5rem;
  }
}

.content-fields__quote__author {
  color: var(--theme-primary-color);
  position: relative;
  font-family: "Geogrotesque", "Gotham B", Arial, sans-serif;
  padding-left: 100px;
}
.content-fields__quote__author:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 80px;
  height: 2px;
  background-color: var(--theme-primary-color);
}

.link-card {
  display: block;
}

@media only screen and (max-width:61.938em) {
  p + .link-card {
    margin-top: 24px;
  }
}
.link-card > a {
  display: flex;
  background: #f0f0f0;
  border-top: 4px solid var(--theme-primary-color);
  min-height: 190px;
}
@media only screen and (max-width: 35em) {
  .link-card > a {
    flex-direction: column;
  }
}

.link-card__image {
  height: 160px;
  position: relative;
}
@media only screen and (min-width:35.063em) {
  .link-card__image {
    width: 40%;
    height: auto;
  }
}

.link-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-card__content {
  flex: 1;
  padding: 16px;
}
@media only screen and (min-width:62em) {
  .link-card__content {
    padding-top: 32px;
  }
}
@media screen and (min-width: 800px) {
  .link-card__content {
    padding: 32px;
  }
}

.link-card__content__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.2s ease;
}
@media only screen and (min-width:35.063em) {
  .link-card__content__title {
    font-size: 1.375rem;
  }
}

.link-card > a:hover .link-card__content__title {
  color: var(--theme-primary-color);
}

.link-card__content__intro {
  font-size: 1rem;
  margin-top: 16px;
  line-height: 1.5;
}

.beach-tournaments-date-filter-container {
  position: relative;
}
.beach-tournaments-date-filter-container .icon-cancel {
  position: absolute;
  right: 27px;
  top: 33px;
}

.tournament-filter-mode-container {
  margin-bottom: 20px;
}
.tournament-filter-mode-container .tournament-filter-mode {
  color: #979797;
}
.tournament-filter-mode-container .tournament-filter-mode .tournament-filter-mode-icon {
  display: none;
}
.tournament-filter-mode-container .tournament-filter-mode .tournament-filter-mode-icon-deactive {
  display: inline-block;
}
.tournament-filter-mode-container .tournament-filter-mode.active,
.tournament-filter-mode-container .tournament-filter-mode:hover {
  color: #00B7E2;
}
.tournament-filter-mode-container .tournament-filter-mode.active .tournament-filter-mode-icon,
.tournament-filter-mode-container .tournament-filter-mode:hover .tournament-filter-mode-icon {
  display: inline-block;
}
.tournament-filter-mode-container .tournament-filter-mode.active .tournament-filter-mode-icon-deactive,
.tournament-filter-mode-container .tournament-filter-mode:hover .tournament-filter-mode-icon-deactive {
  display: none;
}

.tournament-filter-mode-icon {
  vertical-align: baseline;
}

.tournament-filter-mode-separator {
  margin-left: 10px;
  margin-right: 10px;
  border-left: #979797 1px solid;
  display: inline-block;
  height: 16px;
}

.beach-tournament-filter-vertical-separator {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  height: 13px;
  width: 2px;
  background: #00B7E2;
  vertical-align: baseline;
}

.beach-tournament-filter-container input#datepicker-filter {
  background-color: #ffffff;
  border: 1px #c0c0c0 solid;
}

.beach-tournament-filter-results-container .beach-tournament-filter-row {
  display: flex;
  flex-wrap: wrap;
}
.beach-tournament-filter-results-container .beach-tournament-filter-row .column {
  display: flex;
  flex-direction: row;
}
.beach-tournament-filter-results-container .card {
  margin-bottom: 40px;
  width: 100%;
}
.beach-tournament-filter-results-container .beach-tournament-filter-image-container {
  position: relative;
  width: 100%;
}
.beach-tournament-filter-results-container .beach-tournament-filter-image-container a {
  display: block;
  position: relative;
  height: 150px;
}
.beach-tournament-filter-results-container .beach-tournament-filter-image-container .beach-tournament-filter-image {
  width: 100%;
  height: 150px;
  display: block;
}
.beach-tournament-filter-results-container .beach-tournament-filter-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #00B7E2;
  color: white;
  padding: 10px 20px;
}
.beach-tournament-filter-results-container .beach-tournament-filter-content {
  padding: 10px 20px;
  color: black;
}
.beach-tournament-filter-results-container .beach-tournament-filter-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.beach-tournaments-map-container {
  height: 500px;
}
.beach-tournaments-map-container .beach-tournaments-map {
  height: 100%;
}

.beachCompetitionDateFilter {
  position: relative;
}

.theme-beach .beach-tournament-filter-container select:disabled {
  background-color: #e0e0e0;
  cursor: default;
  color: #c0c0c0;
}

.beach-tournaments-nofound-message {
  width: 100%;
  text-align: center;
  padding: 20px;
}

.beach-tournaments-nofound-message.hidden {
  display: none;
}

.filter-search-tabel {
  width: 100%;
}

.toernooi-link-naar-info {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

#wedstrijd-tabel-content .loading {
  position: relative;
  height: 80px;
}
#wedstrijd-tabel-content .loading:before {
  position: absolute;
  top: 20px;
  right: calc(50% - 20px);
  height: 40px;
  width: 40px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/build/svg/loader.svg");
  background-color: transparent;
  opacity: 1;
  z-index: 9;
}

.wedstrijd-tabel .filter-search-tabel-row.wedstrijd-row {
  border: 0px none transparent;
  border-bottom: 0px none transparent;
}
.wedstrijd-tabel .filter-search-tabel-row.wedstrijd-row .wedstrijd-cell {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.wedstrijd-tabel .filter-search-tabel-empty-row.wedstrijd-row {
  border: 0px none transparent;
  border-bottom: 0px none transparent;
}
.wedstrijd-tabel .filter-search-tabel-data-row.wedstrijd-row {
  border: 0px none transparent;
  background: white;
  border-radius: 0px;
  border-bottom: 0px none transparent;
  margin-bottom: 10px;
  padding: 20px;
}
.wedstrijd-tabel .filter-search-tabel-data-row.wedstrijd-row > .wedstrijd-cell {
  padding: 20px;
}
.wedstrijd-tabel .filter-search-tabel-data-row.wedstrijd-row br {
  display: none;
}
.wedstrijd-tabel .filter-search-tabel-data-row.wedstrijd-row h3 {
  margin-bottom: 10px;
}
.wedstrijd-tabel .filter-search-tabel-data-row.wedstrijd-row .wedstrijd-cell .button {
  padding: 10px 20px;
}
.wedstrijd-tabel .filter-search-tabel-data-row.wedstrijd-row .wedstrijd-tabel {
  width: 100%;
}
.wedstrijd-tabel .filter-search-tabel-data-row.wedstrijd-row .wedstrijd-tabel .wedstrijd-row {
  border-bottom: 1px solid #dddddd;
}
.wedstrijd-tabel .filter-search-tabel-data-row.wedstrijd-row .wedstrijd-tabel .wedstrijd-row:last-child {
  border-bottom: 0px none transparent;
}
.wedstrijd-tabel .filter-search-tabel-cell1 {
  width: 49px;
}
.wedstrijd-tabel .filter-search-tabel-cell2 {
  width: 87px;
}
.wedstrijd-tabel .filter-search-tabel-cell3 {
  width: 107px;
}
.wedstrijd-tabel .filter-search-tabel-cell4 {
  width: 173px;
}
.wedstrijd-tabel .filter-search-tabel-cell5 {
  width: 75px;
}
.toernooi-omschrijving {
  display: none;
}

.toernooi-onderdelen {
  display: none;
}

@media only screen and (max-width: 35em) {
  .toernooi-omschrijving {
    display: block;
    text-transform: uppercase;
    color: black;
    font-size: 11px;
    font-weight: 500;
  }
  .toernooi-onderdelen {
    display: block;
    text-transform: uppercase;
    color: black;
    font-size: 11px;
    font-weight: 500;
  }
  .wedstrijd-tabel.filter-search-tabel {
    display: block;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-row {
    display: none;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-row .wedstrijd-cell {
    display: block;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row {
    display: block;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row .wedstrijd-cell {
    display: block;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row .wedstrijd-tabel {
    display: block;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row .wedstrijd-tabel .wedstrijd-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row .wedstrijd-tabel .filter-search-tabel-cell1 {
    width: 100%;
    padding: 5px 0;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row .wedstrijd-tabel .filter-search-tabel-cell2 {
    width: 50%;
    padding: 5px 0;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row .wedstrijd-tabel .filter-search-tabel-cell3 {
    width: 50%;
    padding: 5px 0;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row .wedstrijd-tabel .filter-search-tabel-cell4 {
    width: 50%;
    padding: 5px 0;
  }
  .wedstrijd-tabel.filter-search-tabel .wedstrijd-row.filter-search-tabel-data-row .wedstrijd-tabel .filter-search-tabel-cell5 {
    width: 50%;
    padding: 5px 0;
  }
}
.wedstrijd-cell--xsmall {
  min-width: 30px;
}

.wedstrijd-cell--small {
  min-width: 40px;
}

.wedstrijd-cell--medium {
  min-width: 100px;
}

.wedstrijd-cell--large {
  min-width: 140px;
}

.wedstrijd-cell--xlarge {
  min-width: 175px;
}

.beach-personal-info-container {
  margin-bottom: 50px;
  position: relative;
}
.beach-personal-info-container h3 {
  color: #00B7E2;
  margin-bottom: 10px;
}
.beach-personal-info-container h4 {
  color: #6E6E6E;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.beach-personal-info-container p {
  font-size: 1rem;
  margin-top: 0px;
  margin-bottom: 10px;
}
.beach-personal-info-container .beach-personal-info-separator {
  border-top: 1px #979797 solid;
}
.beach-personal-info-container .beach-personal-info-ranking-row {
  padding: 10px 10px;
}
.beach-personal-info-container .beach-personal-info-ranking-active {
  background: rgba(0, 183, 226, 0.3);
}

.beach-personal-info-card-container-mijnprofiel .beach-personal-info-separator {
  margin-bottom: 20px;
}

h3.beach-personal-program-blocktitle {
  margin-bottom: 10px;
}

h4.beach-personal-program-title {
  margin-bottom: 5px;
}

a.beach-personal-program-paragraph, p.beach-personal-program-paragraph {
  margin-bottom: 5px;
  display: block;
}

.beach-personal-info-card {
  min-height: 305px;
}

.beach-personal-info-content {
  padding: 10px 20px 60px 20px;
}

.beach-personal-info-container .beach-personal-info-geen-programma-melding {
  line-height: 1.5;
  margin-top: 20px;
}

.beach-personal-info-linkfull {
  position: absolute;
  bottom: 10px;
}

.beach-personal-info__profile {
  display: flex;
}

.beach-personal-info__picture {
  background: white;
  min-width: 80px;
  max-width: 80px;
  margin-right: 24px;
}

.beach-personal-info-profilepicture {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.beach-personal-info__content {
  color: #6e6e6e;
}
.beach-personal-info__content span {
  display: block;
  margin-bottom: 4px;
}

.beach-personal-info__name {
  font-weight: 500;
  color: #555;
}

.shoppingcart-badge-link {
  position: relative;
}
.shoppingcart-badge-link .shoppingcart-badge {
  font-size: 10px;
  color: white;
  border-radius: 50%;
  background: #D0021B;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -50%;
  top: -50%;
  overflow: hidden;
  line-height: 14px;
  text-align: center;
}

.zelf-beach-filters-page {
  padding-bottom: 40px;
}

.zelf-beach-loggdout-panel {
  background: white;
  border: 1px #C4C4C4 solid;
  padding: 20px;
  margin-bottom: 20px;
}
.zelf-beach-loggdout-panel .zelf-beach-loggdout-message {
  float: left;
  margin-bottom: 0px;
  line-height: 46px;
}
.zelf-beach-loggdout-panel .zelf-beach-loggdout-loginbutton {
  float: right;
  margin-bottom: 0px;
}

.theme-beach select {
  background-color: #ffffff;
  border: 1px #c0c0c0 solid;
}

.js-meer-toernooien.hidden {
  display: none;
}

.js-meer-toernooien {
  margin-top: -20px;
  display: block;
  margin-bottom: 40px;
}
.js-meer-toernooien.loading {
  position: relative;
}
.js-meer-toernooien.loading:before {
  position: absolute;
  top: 20px;
  right: calc(50% - 20px);
  height: 40px;
  width: 40px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/build/svg/loader.svg");
  background-color: transparent;
  opacity: 1;
  z-index: 9;
}

.beach-tournament-filter-container-wrapper {
  background: rgb(0, 183, 226);
  padding: 20px 0px;
  margin-bottom: 60px;
  margin-top: 0;
}

body.theme-beach .beach-tournament-filter-container-wrapper h2,
body.theme-beach .beach-tournament-filter-container-wrapper h3 {
  color: white !important;
}
body.theme-beach .beach-tournament-filter-container-wrapper h2 {
  margin-bottom: 12px;
}
body.theme-beach .beach-tournament-filter-container-wrapper h3 {
  margin-bottom: 24px;
}

.beach-tournament-filter-label {
  color: white;
}

@media only screen and (max-width: 35em) {
  .beach-personal-info-card-container {
    margin-bottom: 40px;
  }
  .zelf-beach-loggdout-message, .zelf-beach-loggdout-panel .zelf-beach-loggdout-message {
    float: none;
    width: 100%;
    margin-bottom: 0px;
    line-height: 1.5;
  }
  .zelf-beach-loggdout-loginbutton {
    float: none;
    width: 100%;
    margin-bottom: 0px;
  }
}
.iScrollIndicator {
  background: #808080;
  border-radius: 30%;
  height: 20px;
  display: none;
}

.iScrollHorizontalScrollbar.iScrollLoneScrollbar {
  display: none !important;
}

.iscroll-scrollbar {
  width: 100%;
  height: 0;
  margin-bottom: 20px;
}

.iscroll-scrollbar-indicator {
  background: #ccc;
  border-radius: 3px;
  height: 6px;
}

.beachcompetitie-kalender h2 {
  text-align: center;
}
@keyframes scrollhint-shake {
  0%, 70%, 80%, 90%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60% {
    transform: translate3d(10px, 0, 0);
  }
}
.scroll-hint {
  animation: scrollhint-shake 2.5s infinite ease-in-out;
}

.iscroll-scrollbar-indicator::after {
  animation: scrollhint-shake 2.5s infinite ease-in-out;
  content: "";
  display: inline-block;
  background: url("/images/scroll-hint.png");
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 8px;
}

.beach-tournament-info-container {
  padding-top: 60px;
  padding-bottom: 40px;
}
.beach-tournament-info-container .beach-tournament-sidemenu-card {
  padding: 20px;
}
@media screen and (max-width: 59.99em) {
  .beach-tournament-info-container .beach-tournament-sidemenu-card {
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
}
.beach-tournament-info-container .beach-tournament-sidemenu-card ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.beach-tournament-info-container .beach-tournament-sidemenu-card h3 {
  color: black;
  font-size: 1rem;
  margin-bottom: 0px;
}
.beach-tournament-info-container .beach-tournament-sidemenu-card .beach-tournament-sidemenu-separator {
  border-top: 1px #e1e1e1 solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.beach-tournament-info-container .beach-tournament-detail-register-button {
  background-color: #00B7E2;
  margin-bottom: 0px;
  margin-top: 10px;
}

body.theme-beach .card.theme-beach.beach-tournament-sidemenu-card ul li a {
  color: black;
}
body.theme-beach .card.theme-beach.beach-tournament-sidemenu-card ul li.selected a {
  color: #00B7E2;
}

.beachtoernooi-table-separator {
  border-top: 1px #C4C4C4 solid;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.beachtoernooi-table-separator + h3 {
  margin-top: 24px;
}

.beachtoernooi-table-header {
  font-weight: 500;
}

.beach-tournament-sidemenu-accordion .accordion-navigation {
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 10px;
}
.beach-tournament-sidemenu-accordion .content a, .beach-tournament-sidemenu-accordion .content a:visited, .beach-tournament-sidemenu-accordion .content a:active, .beach-tournament-sidemenu-accordion .content a:focus {
  color: #6E6E6E !important;
}
.beach-tournament-sidemenu-accordion .content a:hover {
  color: #00b7e2 !important;
}
.beach-tournament-sidemenu-accordion .content.active .selected a, .beach-tournament-sidemenu-accordion .content.active .selected a:visited, .beach-tournament-sidemenu-accordion .content.active .selected a:active, .beach-tournament-sidemenu-accordion .content.active .selected a:focus {
  color: #00b7e2 !important;
}
.beach-tournament-sidemenu-accordion .content.active .selected a:hover {
  color: #00b7e2 !important;
}
.beach-tournament-sidemenu-accordion .accordion-navigation .icon-angle-down {
  display: block;
}
.beach-tournament-sidemenu-accordion .accordion-navigation .icon-angle-up {
  display: none;
}
.beach-tournament-sidemenu-accordion .accordion-navigation.active .icon-angle-down {
  display: none;
}
.beach-tournament-sidemenu-accordion .accordion-navigation.active .icon-angle-up {
  display: block;
}
.beach-tournament-sidemenu-accordion .beach-tournament-sidemenu-accordion-title {
  color: black !important;
}
.beach-tournament-sidemenu-accordion .beach-tournament-sidemenu-accordion-title.selected {
  color: black !important;
}
.beach-tournament-sidemenu-accordion .accordion-navigation .content {
  display: none;
}
.beach-tournament-sidemenu-accordion .accordion-navigation .content.active {
  display: block;
}

.beach-tournament-info-details-container h3 {
  font-weight: 500;
  margin-top: 50px;
}
.beach-tournament-info-details-container h3.algemeeninfo-titel {
  margin-top: 0px;
}

.wedstrijd-tabel-container {
  overflow: hidden;
  padding-top: 10px;
}

.wedstrijd-tabel-scrollcontainer {
  overflow-x: scroll;
  position: relative;
}

.wedstrijd-tabel-volbreed .wedstrijd-tabel-scrollcontainer {
  overflow-x: auto !important;
}
.wedstrijd-tabel-volbreed .wedstrijd-tabel {
  width: 100%;
  margin: 0px 0px !important;
}

.wedstrijd-tabel {
  display: table;
  border-collapse: collapse;
  position: relative;
}
.wedstrijd-tabel .wedstrijd-row {
  display: table-row;
  border-bottom: 1px #C4C4C4 solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wedstrijd-tabel .wedstrijd-row .wedstrijd-cell {
  display: table-cell;
  padding: 10px;
  white-space: nowrap;
}

.beach-player-inschrijvingen-row {
  padding-bottom: 40px;
}

.maps-route {
  display: none;
}

.google-maps .maps-route.google-maps {
  display: block;
}

.iOS-maps .maps-route.iOS-maps {
  display: block;
}

.wedstrijd-gradient {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  width: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(180, 180, 180));
}

.wedstrijd-gradient-dummy {
  width: 50px;
  height: 1px;
}

.wedstrijd-tabel-separator-top {
  margin-bottom: 0px;
}

.wedstrijd-tabel-separator-top + .beachtoernooi-poule-title {
  margin-top: 24px;
}

.wedstrijd-cell .button,
.wedstrijd-cell .button:active,
.wedstrijd-cell .button:visited,
.wedstrijd-cell .button:hover,
.wedstrijd-cell .button:focus {
  color: white;
  margin-bottom: 0px;
  padding: 2px 10px;
  font-size: 16px;
}

.wedstrijd-poule-groep-container {
  position: relative;
  height: 50px;
}

.wedstrijd-poule-groep {
  padding: 10px;
  font-weight: bold;
  margin-top: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

@media only screen and (max-width: 35em) {
  .beach-tournament-info-container .beach-tournament-detail-register-button {
    background-color: #00B7E2;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
.beachtoernooi-poule-title {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: -4px;
}

.beachtoernooi-pouleresults-expand-checkbox {
  display: none;
}

.beachtoernooi-pouleresults-expand-button {
  margin-top: 16px;
}
.beachtoernooi-pouleresults-expand-button .btn {
  margin-bottom: 0;
}
.beachtoernooi-pouleresults-expand-button .btn span {
  margin-right: 4px;
}
.beachtoernooi-pouleresults-expand-button .btn span:nth-child(2) {
  display: none;
}

.beachtoernooi-pouleresults-expand-checkbox:checked ~ .beachtoernooi-pouleresults-expand-button .btn span:nth-child(1) {
  display: none;
}
.beachtoernooi-pouleresults-expand-checkbox:checked ~ .beachtoernooi-pouleresults-expand-button .btn span:nth-child(2) {
  display: inline-block;
}

.beachtoernooi-pouleresults-stats {
  overflow: hidden;
  height: 0;
}

.beachtoernooi-pouleresults-expand-checkbox:checked ~ .beachtoernooi-pouleresults-stats {
  height: auto;
}

.columns-inline-block .column.beach-ranking-card-container {
  margin-bottom: 20px !important;
}

.beach-ranking-card-outerrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card.theme-beach.beach-ranking-card {
  height: 100%;
}

.beach-ranking-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.beach-ranking-content h3 {
  text-align: left;
  color: #00B7E2;
}
.beach-ranking-content a {
  text-align: left;
  font-size: 16px;
  display: block;
}
.beach-ranking-content p {
  text-align: left;
}

.beach-ranking-card-link {
  margin-top: auto;
}

.beach-ranking-detail-card-container .beach-ranking-content {
  padding: 0px;
}

.beach-ranking-card-outercontainer {
  float: none !important;
}

.beach-ranking-detail-card-container {
  float: none !important;
}

.beach-ranking-content-rankinglist {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
.beach-ranking-content-rankinglist .beach-ranking-content-ranking {
  display: flex;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.beach-ranking-content-rankinglist .beach-ranking-content-positie {
  width: 15%;
  min-width: 65px;
  display: inline-block;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}
.beach-ranking-content-rankinglist .beach-ranking-content-volledig {
  width: 65%;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 29.99em) {
  .beach-ranking-content-rankinglist .beach-ranking-content-volledig {
    width: 60%;
  }
}
.beach-ranking-content-rankinglist .beach-ranking-content-punten {
  padding-left: 10px;
  width: 20%;
  display: inline-block;
  text-align: left;
  min-width: 72px;
}

.beach-ranking-content-ranking-with-separator {
  border-bottom: 1px solid #c5c5c5;
}

.beach-ranking-detail-card-container .beach-ranking-card {
  background: transparent;
}

.beach-ranking-searchplayer {
  width: calc(100% - 36px);
  margin: 0 auto;
  height: 50px;
  color: black;
  font-size: 1rem;
  line-height: 1;
  outline: none;
}

.beach-ranking-content-ranking.hidden {
  display: none;
}

.beach-ranking-searchplayer-input-control {
  width: 100%;
  background: white;
  border: 1px #c0c0c0 solid;
  border-radius: 8px;
}
.beach-ranking-searchplayer-input-control .icon-search {
  font-size: 1.25rem;
}
.beach-ranking-searchplayer-input-control .beach-ranking-searchplayer {
  border: 0px none transparent;
}

.beach-ranking-content-ranking-active {
  background: rgba(0, 183, 226, 0.3);
}

.beach-ranking-detail-card-container h3 {
  text-align: left;
  font-weight: 500;
}
.beach-ranking-detail-card-container .rankingGroep-select-geslacht {
  padding-right: 5px !important;
}
.beach-ranking-detail-card-container .rankingGroep-select-regio {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.beach-ranking-detail-card-container .rankingGroep-select-leeftijdcategorie {
  padding-left: 5px !important;
}

.beach-player-separator {
  border-bottom: 1px solid #c5c5c5;
}

.beach-player-data .row {
  padding: 20px 0px;
}

.beach-player-inschrijvingen-row .wedstrijd-tabel {
  margin: 0 auto;
}

.beach-player-header-inschrijvingen-row {
  padding-top: 40px;
}

.beach-player-inschrijvingen-row .wedstrijd-tabel-container {
  font-size: 1rem;
  text-align: left;
}

.beach-player-container-row {
  padding-top: 40px;
}

.wedstrijd-resultaat-bepalend {
  background: rgba(0, 183, 226, 0.3);
}

.beach-player-social-data a.button, .beach-player-social-data a.button:visited, .beach-player-social-data a.button:focus, .beach-player-social-data a.button:hover, .beach-player-social-data a.button:active {
  color: white;
  margin-right: 10px;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  font-size: 1rem;
}
.beach-player-social-data a.button i, .beach-player-social-data a.button:visited i, .beach-player-social-data a.button:focus i, .beach-player-social-data a.button:hover i, .beach-player-social-data a.button:active i {
  font-size: 1rem;
  color: white;
}

.beach-player-foto-container {
  margin: auto;
  width: 100%;
  max-width: 500px;
  float: none;
}

.beach-player-image-status {
  display: block;
  text-align: center;
}
.beach-player-image-status > p {
  font-weight: 500;
}

.beach-profileedit-image-button.hidden {
  display: none;
}

#profilephoto-uploader {
  display: none;
}

.beach-personal-info-image-wrapper {
  max-width: 320px;
  margin: 0 auto 24px;
}

.beach-personal-info-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.beach-personal-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #c1c1c1;
}

.beach-personal-info-image-upload-hint {
  display: block;
  text-align: center;
  font-weight: 500;
}

.beach-personal-info-image-upload-description {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 8px;
}

.beach-personal-info-image label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
}

.beach-profileedit-form-container {
  padding-top: 0;
}
.beach-profileedit-form-container h2 {
  margin-top: -10px;
}
.beach-profileedit-form-container input[type=text] {
  width: 100%;
}
.beach-profileedit-form-container .beach-profileedit-form-row {
  margin-bottom: 20px;
}
.beach-profileedit-form-container .beach-profileedit-form-error {
  color: red;
}
.beach-profileedit-form-container .beach-profileedit-submit-button.button {
  background-color: #00B7E2;
  border-color: #00B7E2;
}

.beach-profile-list {
  padding-bottom: 24px;
}

.beach-profile-list__item {
  border-bottom: 1px solid #979797;
}

.beach-profile-list__anchor {
  position: relative;
  display: block;
  padding: 10px 0;
}

.beach-profile-list__anchor [class^=icon] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #6e6e6e;
}

.beach-profile-list__title {
  font-weight: 500;
  color: #555;
  margin-bottom: 4px;
  transition: color 0.15s ease;
  padding-right: 24px;
}

.beach-profile-list__anchor:hover .beach-profile-list__title,
.beach-profile-list__anchor:hover [class^=icon] {
  color: #00b7e2;
}

.beach-profile-list__desc {
  color: #6e6e6e;
  font-size: 0.875rem;
}

.beach-profile-list__desc--ranking span {
  color: #00b7e2;
  font-weight: 500;
}

.show-cookie-overlay {
  overflow: hidden;
  height: 100vh;
}

.cookie-prefs-wrapper {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  justify-content: center;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.show-cookie-overlay .cookie-prefs-wrapper {
  display: flex;
}

.cookie-prefs-wrapper .cookie-prefs {
  font-size: 1rem;
  background: white;
  margin: auto;
  width: 95%;
  max-width: 640px;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 24px;
}

.cookie-prefs__extended {
  display: none;
}

.cookie-prefs__close {
  position: relative;
  z-index: 10;
  display: none;
  float: right;
  margin-top: -8px;
  margin-left: 8px;
  min-height: 32px;
  padding: 8px 16px;
}
.show-cookie-overlay--closeable .cookie-prefs__close {
  display: flex;
}
.cookie-prefs__close img {
  filter: brightness(0) invert(1);
}

h2.cookie-prefs__intro-title {
  font-size: 1.125rem;
  height: auto;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  h2.cookie-prefs__intro-title {
    font-size: 1.375rem;
  }
}

p.cookie-prefs__intro-desc {
  line-height: 1.6;
  font-size: 1rem;
}

.cookie-prefs__desc {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 40em) {
  .cookie-prefs__desc {
    margin: 0 16px 0 0;
    flex: 1;
  }
}
.cookie-prefs__desc h4 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  color: black;
}
.cookie-prefs__desc p {
  margin: 4px 0 0 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

.cookie-prefs__content button {
  font-size: 0.875rem;
}

.cookie-prefs__content button img {
  filter: brightness(0) invert(1);
}

.cookie-prefs__extended__buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cookie-prefs__extended__buttons button {
  margin-bottom: 8px;
}
@media screen and (min-width: 40em) {
  .cookie-prefs__extended__buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}

.cookie-prefs__error {
  font-size: 0.875rem;
  padding: 16px;
  border: 1px solid #3d3d3d;
  border-radius: 4px;
  margin-bottom: 24px;
}
.cookie-prefs__error p {
  margin: 0 !important;
  line-height: 1.2;
}

.cookie-prefs__links {
  margin: 24px 0 0 0;
  padding: 0;
  font-size: 16px;
}
.cookie-prefs__links li {
  list-style: none;
  margin: 0;
}
.cookie-prefs__links li:not(:last-child) {
  margin-bottom: 10px;
}
.cookie-prefs__links a {
  display: inline-flex;
  color: #414141;
  text-decoration: none;
  line-height: 1.4;
  align-content: center;
}
.cookie-prefs__links a:hover {
  color: #3d3d3d;
  text-decoration: underline;
}
.cookie-prefs__links img {
  margin-right: 8px;
}

.cookie-hidden-content {
  padding: 24px;
  text-align: center;
  background-color: white;
  color: black;
  border: 2px solid #ff6400;
  border-radius: 6px;
  margin: 32px auto;
  max-width: 950px;
}
.cookie-hidden-content p {
  line-height: 1.4;
}
.cookie-hidden-content > *:last-child {
  margin-bottom: 0;
}

.cookie-prefs__choise {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cookie-prefs__choise button:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 30em) {
  .cookie-prefs__choise {
    flex-direction: row;
  }
  .cookie-prefs__choise button {
    margin-right: 10px;
  }
}

.cookie-prefs__options {
  margin: 24px 0;
}

.cookie-prefs__option {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 40em) {
  .cookie-prefs__option {
    flex-direction: row;
  }
}
.cookie-prefs__option label {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0 0 0 50px;
  margin-bottom: 16px;
  cursor: pointer;
}
.cookie-prefs__option .custom-checked {
  position: absolute;
  top: -5px;
  left: 0;
}

.cookie-prefs__option__radios {
  position: relative;
}
.cookie-prefs__option__radios input {
  position: absolute;
  left: -9999px;
}

.cookie-prefs__option__radios__labels {
  display: flex;
}
.cookie-prefs__option__radios__labels label {
  position: relative;
  border: 1px solid #d2cfcf;
  width: 56px;
  text-align: center;
  padding: 6px 16px;
  font-size: 16px;
  color: black;
  font-weight: normal;
  margin: 0;
  line-height: 1.8;
}
.cookie-prefs__option__radios__labels label:first-child {
  border-radius: 4px 0 0 4px;
}
.cookie-prefs__option__radios__labels label:last-child {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

.cookie-prefs__option__radios input:nth-child(1):checked ~ .cookie-prefs__option__radios__labels label:nth-child(1),
.cookie-prefs__option__radios input:nth-child(2):checked ~ .cookie-prefs__option__radios__labels label:nth-child(2) {
  z-index: 1;
  border-color: #999;
  background: #ff6400;
  color: white;
}

@font-face {
  font-family: "gramatika-bold";
  src: url("/build/fonts/gramatika-bold-webfont.woff2") format("woff2"), url("/build/fonts/gramatika-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gramatika-medium";
  src: url("/build/fonts/gramatika-medium-webfont.woff2") format("woff2"), url("/build/fonts/gramatika-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gramatika-regular";
  src: url("/build/fonts/gramatika-regular-webfont.woff2") format("woff2"), url("/build/fonts/gramatika-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.eyecons-video-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 40em) {
  .eyecons-video-title {
    font-size: 2rem;
  }
}

.eyecons-permission-wrapper {
  border: 2px solid #12bafc;
  padding: 24px 16px;
  text-align: center;
  background: white;
  max-width: 720px;
  margin: 0 auto 64px auto;
}
@media only screen and (min-width:35.063em) {
  .eyecons-permission-wrapper {
    padding: 32px;
  }
}
.eyecons-permission-wrapper,
.eyecons-permission-wrapper * {
  font-family: "gramatika-regular", sans-serif;
  color: #80808d;
}

.eyecons-permission__title {
  font-family: "gramatika-bold", sans-serif;
  letter-spacing: -0.5px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #1d0d48;
  margin: 0 auto 16px auto;
  max-width: 580px;
}

.eyecons-permission__desc {
  letter-spacing: -0.2px;
  line-height: 1.4;
  max-width: 640px;
  font-size: 1rem;
  margin: 0 auto 16px auto;
}
.eyecons-permission__desc a {
  color: #12bafc;
  text-decoration: underline;
}

.eyecons-permission__checkbox {
  margin: 32px auto !important;
  max-width: 528px;
  align-items: flex-start;
  line-height: 1.3;
}
.eyecons-permission__checkbox .form__checkbox__box,
.eyecons-permission__checkbox .form__checkbox__box:after {
  border-color: #ff0662;
}
.eyecons-permission__checkbox:hover .form__checkbox__box, .eyecons-permission__checkbox:hover .form__checkbox__box:hover {
  border-color: #d2004e;
}
.eyecons-permission__checkbox .form__checkbox__label {
  font-size: 1rem;
  text-align: left;
  margin-left: 16px;
  line-height: 1.4;
  font-family: "gramatika-medium", sans-serif;
}

.eyecons-permission__button {
  max-width: 400px;
  background-color: #ff0662;
  border-radius: 4px;
  text-transform: none;
  margin-bottom: 0;
}
.eyecons-permission__button:hover {
  background-color: #12bafc;
}
.eyecons-permission__button span {
  color: white;
  letter-spacing: -0.5px;
  font-family: "gramatka-bold", sans-serif;
}

.vod__toc {
  border-bottom: 1px solid #dedede;
  padding-bottom: 40px;
}
.vod__toc h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
.vod__toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vod__toc li {
  margin-bottom: 4px;
}
.vod__toc li:before {
  content: "-";
  margin-right: 10px;
}
.vod__toc a:hover {
  text-decoration: underline;
}

.vod__detail {
  padding-bottom: 40px;
  border-bottom: 1px solid #dedede;
  padding-top: 130px;
  margin-top: -80px;
}

.vod__detail__title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .vod__detail__title {
    font-size: 2rem;
  }
}

.vod__detail__desc {
  padding-top: 8px;
  margin-bottom: 0;
}

.vod__detail iframe {
  margin-top: 24px;
}

.vod__detail .video-wrapper {
  padding-top: 0;
}

/**
 * Trumps. It's true. So sad.
 */
.clear {
  clear: both;
}

.relative {
  position: relative;
}

.wide {
  max-width: 93.75rem;
  margin: 0 auto;
}
.wide .row {
  max-width: 100%;
}

.border-bottom-container {
  border-bottom: 1px solid #c1c1c1;
}

@media only screen and (min-width:35.063em) {
  .border-right-medium-up {
    border-right: 1px solid #c1c1c1;
  }
}
.social-list {
  margin: 0;
  list-style: none;
}
.social-list li {
  float: left;
}
.social-list li a {
  margin-right: 0.5rem;
}
.social-list li a i {
  color: #ffffff !important;
}
.social-list li .button.button-round {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
}
.social-list li .button.button-round i {
  font-size: 1.5rem;
}

.sponsor-block {
  display: inline-block;
  padding: 2rem 2rem;
  text-align: center;
  background: #f3f3f3;
  transition: all 0.3s;
}
.sponsor-block:hover {
  background: #dadada;
}
.sponsor-block span {
  font-size: 0.625rem;
  color: #000000;
  display: block;
}

section .sponsor-block {
  position: absolute;
  right: 0;
  top: -1.5rem;
}
@media only screen and (max-width: 35em) {
  section .sponsor-block {
    padding: 0.75rem;
  }
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  height: auto;
}
input[type=text].error, input[type=password].error, input[type=date].error, input[type=datetime].error, input[type=datetime-local].error, input[type=month].error, input[type=week].error, input[type=email].error, input[type=number].error, input[type=search].error, input[type=tel].error, input[type=time].error, input[type=url].error, input[type=color].error, textarea.error {
  border-color: #f23001;
}

textarea {
  height: 7.5rem;
}

select {
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  padding: 0.75rem 1rem;
  height: auto;
}
select.error {
  border-color: #f23001;
}

.filter-bar {
  padding: 3rem 0 2rem 0;
}
.filter-bar.background-orange select {
  background-color: #ff7e00;
  color: #ffffff;
  border-color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAADCAYAAACJZs+gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlJREFUeNpi+P//PwOJ+AwQ/wDiv1AaxBfCpZ6BDAtkgPg+EP+D0jL41JNjAQjrAPFNKI1XLUCAAQCYqd");
  background-position: 100% center;
}
.filter-bar.background-orange select option {
  background: #ffffff;
  color: #000000;
}
.filter-bar.background-orange input[type=text] {
  background-color: #ff7e00;
  color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 1rem;
}
.filter-bar.background-orange input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ffffff;
}
.filter-bar.background-orange input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
.filter-bar.background-orange input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.filter-bar.background-orange input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #ffffff;
}
.filter-bar.background-orange select, .filter-bar.background-orange input[type=text] {
  height: 3rem;
}
.filter-bar.background-orange .icon-cancel {
  position: absolute;
  right: 2rem;
  top: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 35em) {
  .filter-bar {
    padding: 1.25rem 0 0.25rem 0;
  }
  .filter-bar.background-orange select, .filter-bar.background-orange input {
    padding: 0.5rem 1rem;
  }
}
.filter-bar .datepicker {
  position: relative;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 2rem;
}

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

.iframe-wrapper iframe {
  max-width: 100%;
}

.cc_container .cc_btn {
  background-color: #ff7e00 !important;
  color: #ffffff !important;
}
.cc_container .cc_btn:hover {
  background-color: #cc6500 !important;
  color: #ffffff !important;
}

@media only screen and (min-width:35.063em) {
  .background-glass-large [data-load-more]:before {
    background: rgba(234, 234, 234, 0);
  }
  .background-glass-large [data-load-more].loading:before {
    background: rgba(234, 234, 234, 0.5);
  }
  .background-glass-large [data-load-more].loading [data-load-more-button-container]:before {
    background-color: #eaeaea;
  }
}
[data-load-more] {
  position: relative;
}
[data-load-more]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  content: "";
  pointer-events: none;
  transition: all 0.3s;
}
[data-load-more] [data-load-more-button-container] {
  position: relative;
  z-index: 3;
}
[data-load-more] [data-load-more-button-container]:before {
  position: absolute;
  background-image: url("/build/svg/loader.svg");
  opacity: 0;
}
[data-load-more].loading:before {
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
}
[data-load-more].loading [data-load-more-button-container] {
  position: relative;
}
[data-load-more].loading [data-load-more-button-container]:before {
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 1rem;
  height: 1.375rem;
  width: 2rem;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/build/svg/loader.svg");
  background-color: #ffffff;
  opacity: 1;
}

article table {
  border: 1px solid #cccccc;
  margin-bottom: 2rem;
  max-width: 100%;
}
article table td {
  border: 1px solid #cccccc;
  padding: 0.75rem;
}
article table td p {
  margin-bottom: 0;
}
@media only screen and (max-width: 35em) {
  article table td {
    padding: 0.25rem;
    font-size: 0.8125rem;
  }
  article table td p {
    font-size: 0.8125rem;
  }
}

.fa.fa-chevron-left.fi-arrow-left:before, .fa.fa-chevron-right.fi-arrow-right:before {
  content: "\e821";
  font-family: "custom_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa.fa-chevron-right.fi-arrow-right:before {
  content: "\e820";
}

@media only screen and (min-width:62em) {
  .at-svc-whatsapp {
    display: none !important;
  }
}
/* Tooltip */
.tooltip {
  margin-left: 1.25rem;
}

.modal #at4-share, .modal #at4-soc {
  top: 0.3125rem !important;
}

.columns-inline-block {
  font-size: 0;
  text-align: center;
}
.columns-inline-block .column {
  float: none !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 !important;
}

.no-iframe-hide {
  opacity: 0 !important;
}

iframe.no-iframe-hide {
  opacity: 1 !important;
}

.menu-spacing {
  padding-top: 3.75rem;
}
@media only screen and (min-width:75em) {
  .menu-spacing {
    padding-top: 7.5rem;
  }
}

.text-header .top-title {
  display: block;
  font-weight: 700;
}

@media only screen and (min-width:62em) {
  .player-row .column {
    height: 3.75rem;
  }
}
.player-row .column.player-number {
  text-align: center;
}
.player-row .column.player-number p {
  font-size: 1.125rem;
}
.player-row .column p {
  margin-bottom: 0;
  line-height: 3.75rem;
}

.button.background-blue:not(.keep-color) {
  background-color: #ff7e00 !important;
}
.button.background-blue:not(.keep-color):hover {
  background-color: #cc6500 !important;
}

.social-icons {
  margin-top: 16px !important;
  overflow: hidden;
}
.social-icons li {
  float: left;
  margin-right: 8px;
}
.social-icons li a {
  color: #ffffff;
  font-size: 16px !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  margin-bottom: 12px !important;
}
.social-icons li a:hover {
  color: #ffffff;
}
