@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url("../fonts/icons/fonts/icons.ttf?j6o5hb") format("truetype"), url("../fonts/icons/fonts/icons.woff?j6o5hb") format("woff"), url("../fonts/icons/fonts/icons.svg?j6o5hb#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
  content: "\e905";
}

.icon-print:before {
  content: "\f491";
}

.icon-play:before {
  content: "\e919";
}

.icon-search:before {
  content: "\e91d";
}

.icon-minus:before {
  content: "\e92e";
}

.icon-plus:before {
  content: "\e92d";
}

.icon-close:before {
  content: "\e92c";
}

.icon-check:before {
  content: "\e911";
}

.icon-star:before {
  content: "\e924";
}

.icon-marker .path1:before {
  content: "\e900";
  color: rgb(34, 31, 32);
}

.icon-marker .path2:before {
  content: "\e902";
  margin-left: -0.8310546875em;
  color: rgb(254, 254, 254);
}

.icon-arrow-up:before {
  content: "\e90d";
}

.icon-arrow-right:before {
  content: "\e90e";
}

.icon-arrow-left:before {
  content: "\e90f";
}

.icon-arrow-down:before {
  content: "\e910";
}

.icon-lock:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e913";
}

.icon-link:before {
  content: "\e914";
}

.icon-phone:before {
  content: "\e903";
}

.icon-help:before {
  content: "\e91b";
}

.icon-info:before {
  content: "\e904";
}

.icon-skype:before {
  content: "\e906";
}

.icon-spotify:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-google:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e912";
}

.icon-pinterest:before {
  content: "\e915";
}

.icon-tumblr:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e917";
}

.icon-vimeo:before {
  content: "\e918";
}

.icon-youtube:before {
  content: "\e91a";
}

.icon-flickr:before {
  content: "\e91e";
}

.icon-mail:before {
  content: "\e91c";
}

.icon-pdf-file:before {
  content: "\e90c";
}

.icon-pdf:before {
  content: "\e907";
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48.8125em&large=75.0625em&xlarge=90.0625em&xxlarge=120.0625em";
}

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
}

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

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

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

.row {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 48.8125em) {
  .row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
@media screen and (min-width: 90.0625em) {
  .row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 48.8125em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.5rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

.grid-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 48.8125em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48.8125em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 48.8125em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.grid-padding-x > .cell {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48.8125em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.5rem);
}

@media print, screen and (min-width: 48.8125em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48.8125em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48.8125em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48.8125em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 75.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 75.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90.0625em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.75rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.75rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.75rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.75rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.75rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.75rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.75rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.75rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.75rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.75rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.75rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.75rem);
}

@media print, screen and (min-width: 48.8125em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.75rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.75rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.75rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.75rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.75rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.75rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.75rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.75rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.75rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.75rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.75rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.75rem);
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.75rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.75rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.75rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.75rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.75rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.75rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.75rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.75rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.75rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.75rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.75rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.75rem);
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.75rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.75rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.75rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.75rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.75rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.75rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.75rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.75rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.75rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.75rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.75rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.75rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 48.8125em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48.8125em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.grid-padding-y > .cell {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 48.8125em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 48.8125em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 48.8125em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 48.8125em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90.0625em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 48.8125em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}

@media print, screen and (min-width: 48.8125em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 75.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 90.0625em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48.8125em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 48.8125em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48.8125em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 75.0625em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 48.8125em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 75.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.55;
  color: #000000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

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

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.55;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.text-grey {
  color: #888888;
}

.bg-grey {
  background-color: #888888;
}

.text-spun-pearl {
  color: #AFAEB0;
}

.bg-spun-pearl {
  background-color: #AFAEB0;
}

.text-tundora {
  color: #444444;
}

.bg-tundora {
  background-color: #444444;
}

.text-dove-grey {
  color: #666666;
}

.bg-dove-grey {
  background-color: #666666;
}

.text-ebb {
  color: #f0eeed;
}

.bg-ebb {
  background-color: #f0eeed;
}

.text-new-york-pink {
  color: #d38270;
}

.bg-new-york-pink {
  background-color: #d38270;
}

.text-axolotl {
  color: #526d49;
}

.bg-axolotl {
  background-color: #526d49;
}

.text-pampas {
  color: #efece6;
}

.bg-pampas {
  background-color: #efece6;
}

.text-cod-grey {
  color: #1A1919;
}

.bg-cod-grey {
  background-color: #1A1919;
}

.text-link-blue {
  color: #0c42e2;
}

.bg-link-blue {
  background-color: #0c42e2;
}

.text-bone {
  color: #EDE9E2;
}

.bg-bone {
  background-color: #EDE9E2;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  p {
    font-size: calc(0.385vw + 12.768px);
  }
}
@media screen and (min-width: 1920px) {
  p {
    font-size: 20.16px;
  }
}
p {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  p {
    line-height: calc(0.5vw + 18.4px);
  }
}
@media screen and (min-width: 1920px) {
  p {
    line-height: 28px;
  }
}
p b, p strong {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.extra-small-text {
  margin-bottom: 6px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.extra-small-text {
  font-size: 9.722px;
}
@media screen and (min-width: 320px) {
  .extra-small-text {
    font-size: calc(0.1825vw + 9.138px);
  }
}
@media screen and (min-width: 1920px) {
  .extra-small-text {
    font-size: 12.642px;
  }
}
.extra-small-text {
  line-height: 12px;
}
@media screen and (min-width: 320px) {
  .extra-small-text {
    line-height: calc(0.25vw + 11.2px);
  }
}
@media screen and (min-width: 1920px) {
  .extra-small-text {
    line-height: 16px;
  }
}

.extra-small-text-bold {
  margin-bottom: 6px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.extra-small-text-bold {
  font-size: 9.722px;
}
@media screen and (min-width: 320px) {
  .extra-small-text-bold {
    font-size: calc(0.1825vw + 9.138px);
  }
}
@media screen and (min-width: 1920px) {
  .extra-small-text-bold {
    font-size: 12.642px;
  }
}
.extra-small-text-bold {
  line-height: 12px;
}
@media screen and (min-width: 320px) {
  .extra-small-text-bold {
    line-height: calc(0.25vw + 11.2px);
  }
}
@media screen and (min-width: 1920px) {
  .extra-small-text-bold {
    line-height: 16px;
  }
}

.small-text, form .fields .instructions {
  margin-bottom: 6px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.small-text, form .fields .instructions {
  font-size: 11.667px;
}
@media screen and (min-width: 320px) {
  .small-text, form .fields .instructions {
    font-size: calc(0.1458125vw + 11.2004px);
  }
}
@media screen and (min-width: 1920px) {
  .small-text, form .fields .instructions {
    font-size: 14px;
  }
}
.small-text, form .fields .instructions {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .small-text, form .fields .instructions {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media screen and (min-width: 1920px) {
  .small-text, form .fields .instructions {
    line-height: 20px;
  }
}

.small-text-medium, .header__expand a, .header__expand .header-contact p,
.header__expand .header-contact strong {
  margin-bottom: 6px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.small-text-medium, .header__expand a, .header__expand .header-contact p,
.header__expand .header-contact strong {
  font-size: 11.667px;
}
@media screen and (min-width: 320px) {
  .small-text-medium, .header__expand a, .header__expand .header-contact p,
  .header__expand .header-contact strong {
    font-size: calc(0.1458125vw + 11.2004px);
  }
}
@media screen and (min-width: 1920px) {
  .small-text-medium, .header__expand a, .header__expand .header-contact p,
  .header__expand .header-contact strong {
    font-size: 14px;
  }
}
.small-text-medium, .header__expand a, .header__expand .header-contact p,
.header__expand .header-contact strong {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .small-text-medium, .header__expand a, .header__expand .header-contact p,
  .header__expand .header-contact strong {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media screen and (min-width: 1920px) {
  .small-text-medium, .header__expand a, .header__expand .header-contact p,
  .header__expand .header-contact strong {
    line-height: 20px;
  }
}

.small-text-bold, .header__expand .header-contact p:first-child,
.header__expand .header-contact strong:first-child, .header__expand__inner .navigation-mobile li a, .site-navigation .has-children {
  margin-bottom: 6px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}
.small-text-bold, .header__expand .header-contact p:first-child,
.header__expand .header-contact strong:first-child, .header__expand__inner .navigation-mobile li a, .site-navigation .has-children {
  font-size: 11.667px;
}
@media screen and (min-width: 320px) {
  .small-text-bold, .header__expand .header-contact p:first-child,
  .header__expand .header-contact strong:first-child, .header__expand__inner .navigation-mobile li a, .site-navigation .has-children {
    font-size: calc(0.1458125vw + 11.2004px);
  }
}
@media screen and (min-width: 1920px) {
  .small-text-bold, .header__expand .header-contact p:first-child,
  .header__expand .header-contact strong:first-child, .header__expand__inner .navigation-mobile li a, .site-navigation .has-children {
    font-size: 14px;
  }
}
.small-text-bold, .header__expand .header-contact p:first-child,
.header__expand .header-contact strong:first-child, .header__expand__inner .navigation-mobile li a, .site-navigation .has-children {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .small-text-bold, .header__expand .header-contact p:first-child,
  .header__expand .header-contact strong:first-child, .header__expand__inner .navigation-mobile li a, .site-navigation .has-children {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media screen and (min-width: 1920px) {
  .small-text-bold, .header__expand .header-contact p:first-child,
  .header__expand .header-contact strong:first-child, .header__expand__inner .navigation-mobile li a, .site-navigation .has-children {
    line-height: 20px;
  }
}

.default-text, .crumbs li a, form .fields .field [type=text],
form .fields .field [type=password],
form .fields .field [type=date],
form .fields .field [type=datetime],
form .fields .field [type=datetime-local],
form .fields .field [type=month],
form .fields .field [type=week],
form .fields .field [type=email],
form .fields .field [type=number],
form .fields .field [type=search],
form .fields .field [type=tel],
form .fields .field [type=time],
form .fields .field [type=url],
form .fields .field [type=color],
form .fields .field textarea {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.default-text, .crumbs li a, form .fields .field [type=text],
form .fields .field [type=password],
form .fields .field [type=date],
form .fields .field [type=datetime],
form .fields .field [type=datetime-local],
form .fields .field [type=month],
form .fields .field [type=week],
form .fields .field [type=email],
form .fields .field [type=number],
form .fields .field [type=search],
form .fields .field [type=tel],
form .fields .field [type=time],
form .fields .field [type=url],
form .fields .field [type=color],
form .fields .field textarea {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .default-text, .crumbs li a, form .fields .field [type=text],
  form .fields .field [type=password],
  form .fields .field [type=date],
  form .fields .field [type=datetime],
  form .fields .field [type=datetime-local],
  form .fields .field [type=month],
  form .fields .field [type=week],
  form .fields .field [type=email],
  form .fields .field [type=number],
  form .fields .field [type=search],
  form .fields .field [type=tel],
  form .fields .field [type=time],
  form .fields .field [type=url],
  form .fields .field [type=color],
  form .fields .field textarea {
    font-size: calc(0.175vw + 13.44px);
  }
}
@media screen and (min-width: 1920px) {
  .default-text, .crumbs li a, form .fields .field [type=text],
  form .fields .field [type=password],
  form .fields .field [type=date],
  form .fields .field [type=datetime],
  form .fields .field [type=datetime-local],
  form .fields .field [type=month],
  form .fields .field [type=week],
  form .fields .field [type=email],
  form .fields .field [type=number],
  form .fields .field [type=search],
  form .fields .field [type=tel],
  form .fields .field [type=time],
  form .fields .field [type=url],
  form .fields .field [type=color],
  form .fields .field textarea {
    font-size: 16.8px;
  }
}
.default-text, .crumbs li a, form .fields .field [type=text],
form .fields .field [type=password],
form .fields .field [type=date],
form .fields .field [type=datetime],
form .fields .field [type=datetime-local],
form .fields .field [type=month],
form .fields .field [type=week],
form .fields .field [type=email],
form .fields .field [type=number],
form .fields .field [type=search],
form .fields .field [type=tel],
form .fields .field [type=time],
form .fields .field [type=url],
form .fields .field [type=color],
form .fields .field textarea {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .default-text, .crumbs li a, form .fields .field [type=text],
  form .fields .field [type=password],
  form .fields .field [type=date],
  form .fields .field [type=datetime],
  form .fields .field [type=datetime-local],
  form .fields .field [type=month],
  form .fields .field [type=week],
  form .fields .field [type=email],
  form .fields .field [type=number],
  form .fields .field [type=search],
  form .fields .field [type=tel],
  form .fields .field [type=time],
  form .fields .field [type=url],
  form .fields .field [type=color],
  form .fields .field textarea {
    line-height: calc(0.5vw + 18.4px);
  }
}
@media screen and (min-width: 1920px) {
  .default-text, .crumbs li a, form .fields .field [type=text],
  form .fields .field [type=password],
  form .fields .field [type=date],
  form .fields .field [type=datetime],
  form .fields .field [type=datetime-local],
  form .fields .field [type=month],
  form .fields .field [type=week],
  form .fields .field [type=email],
  form .fields .field [type=number],
  form .fields .field [type=search],
  form .fields .field [type=tel],
  form .fields .field [type=time],
  form .fields .field [type=url],
  form .fields .field [type=color],
  form .fields .field textarea {
    line-height: 28px;
  }
}

.default-text-medium, form .fields .field .heading label, form .fields .field .heading {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.default-text-medium, form .fields .field .heading label, form .fields .field .heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .default-text-medium, form .fields .field .heading label, form .fields .field .heading {
    font-size: calc(0.175vw + 13.44px);
  }
}
@media screen and (min-width: 1920px) {
  .default-text-medium, form .fields .field .heading label, form .fields .field .heading {
    font-size: 16.8px;
  }
}
.default-text-medium, form .fields .field .heading label, form .fields .field .heading {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .default-text-medium, form .fields .field .heading label, form .fields .field .heading {
    line-height: calc(0.5vw + 18.4px);
  }
}
@media screen and (min-width: 1920px) {
  .default-text-medium, form .fields .field .heading label, form .fields .field .heading {
    line-height: 28px;
  }
}

.medium-text, .header__expand p {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.medium-text, .header__expand p {
  font-size: 16.8px;
}
@media screen and (min-width: 320px) {
  .medium-text, .header__expand p {
    font-size: calc(0.462vw + 15.3216px);
  }
}
@media screen and (min-width: 1920px) {
  .medium-text, .header__expand p {
    font-size: 24.192px;
  }
}
.medium-text, .header__expand p {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .medium-text, .header__expand p {
    line-height: calc(0.5vw + 22.4px);
  }
}
@media screen and (min-width: 1920px) {
  .medium-text, .header__expand p {
    line-height: 32px;
  }
}

.heading-1 {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.heading-1 {
  font-size: 29.03px;
}
@media screen and (min-width: 320px) {
  .heading-1 {
    font-size: calc(1.9479375vw + 22.7966px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-1 {
    font-size: 60.197px;
  }
}
.heading-1 {
  line-height: 36px;
}
@media screen and (min-width: 320px) {
  .heading-1 {
    line-height: calc(2.25vw + 28.8px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-1 {
    line-height: 72px;
  }
}

.heading-2 {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.heading-2 {
  font-size: 24.192px;
}
@media screen and (min-width: 320px) {
  .heading-2 {
    font-size: calc(1.6233125vw + 18.9974px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-2 {
    font-size: 50.165px;
  }
}
.heading-2 {
  line-height: 32px;
}
@media screen and (min-width: 320px) {
  .heading-2 {
    line-height: calc(1.75vw + 26.4px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-2 {
    line-height: 60px;
  }
}

.heading-3 {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.heading-3 {
  font-size: 20.16px;
}
@media screen and (min-width: 320px) {
  .heading-3 {
    font-size: calc(1.35275vw + 15.8312px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-3 {
    font-size: 41.804px;
  }
}
.heading-3 {
  line-height: 28px;
}
@media screen and (min-width: 320px) {
  .heading-3 {
    line-height: calc(1.25vw + 24px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-3 {
    line-height: 48px;
  }
}

.heading-4, form .fields .tab h3 {
  margin-bottom: 12px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.heading-4, form .fields .tab h3 {
  font-size: 16.8px;
}
@media screen and (min-width: 320px) {
  .heading-4, form .fields .tab h3 {
    font-size: calc(0.764375vw + 14.354px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-4, form .fields .tab h3 {
    font-size: 29.03px;
  }
}
.heading-4, form .fields .tab h3 {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .heading-4, form .fields .tab h3 {
    line-height: calc(0.75vw + 21.6px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-4, form .fields .tab h3 {
    line-height: 36px;
  }
}

.heading-5, form.errors ul.form-success:before, form.errors ul.form-errors:before, form ul.errors {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.heading-5, form.errors ul.form-success:before, form.errors ul.form-errors:before, form ul.errors {
  font-size: 16.8px;
}
@media screen and (min-width: 320px) {
  .heading-5, form.errors ul.form-success:before, form.errors ul.form-errors:before, form ul.errors {
    font-size: calc(0.21vw + 16.128px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-5, form.errors ul.form-success:before, form.errors ul.form-errors:before, form ul.errors {
    font-size: 20.16px;
  }
}
.heading-5, form.errors ul.form-success:before, form.errors ul.form-errors:before, form ul.errors {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .heading-5, form.errors ul.form-success:before, form.errors ul.form-errors:before, form ul.errors {
    line-height: calc(0.25vw + 23.2px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-5, form.errors ul.form-success:before, form.errors ul.form-errors:before, form ul.errors {
    line-height: 28px;
  }
}

.heading-6 {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.heading-6 {
  font-size: 16.8px;
}
@media screen and (min-width: 320px) {
  .heading-6 {
    font-size: calc(0.21vw + 16.128px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-6 {
    font-size: 20.16px;
  }
}
.heading-6 {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .heading-6 {
    line-height: calc(0.25vw + 23.2px);
  }
}
@media screen and (min-width: 1920px) {
  .heading-6 {
    line-height: 28px;
  }
}

.wysiwyg {
  color: #1A1919;
}
.wysiwyg p {
  color: inherit;
}
.wysiwyg p strong {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.wysiwyg a {
  color: #000000;
  -webkit-transition: border-color 0.25s ease, opacity 0.25s ease;
  -o-transition: border-color 0.25s ease, opacity 0.25s ease;
  transition: border-color 0.25s ease, opacity 0.25s ease;
}
.wysiwyg a.hover-effect, .wysiwyg a:focus {
  opacity: 0.6;
}
.wysiwyg blockquote {
  font-size: 48px;
  color: #000000;
  border: none;
  line-height: 1.4em;
  padding: 12px;
  text-align: center;
}
.wysiwyg pre {
  background-color: #888888;
  padding: 20px;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  margin-bottom: 15px;
}
.wysiwyg ul,
.wysiwyg ol {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 30px 0;
}
.wysiwyg ul li,
.wysiwyg ol li {
  margin-bottom: 24px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: inherit;
}
.wysiwyg ul li,
.wysiwyg ol li {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .wysiwyg ul li,
  .wysiwyg ol li {
    font-size: calc(0.385vw + 12.768px);
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg ul li,
  .wysiwyg ol li {
    font-size: 20.16px;
  }
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .wysiwyg ul li,
  .wysiwyg ol li {
    line-height: calc(0.5vw + 18.4px);
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg ul li,
  .wysiwyg ol li {
    line-height: 28px;
  }
}
.wysiwyg ul li b, .wysiwyg ul li strong,
.wysiwyg ol li b,
.wysiwyg ol li strong {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wysiwyg ul li a,
.wysiwyg ol li a {
  color: #1A1919;
}
.wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #000000;
  border-radius: 50%;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ol li {
  counter-increment: step-counter;
  display: list-item;
}
.wysiwyg ol li::marker {
  content: "";
  font-variant-numeric: diagonal-fractions;
}
.wysiwyg ol li:before {
  content: counter(step-counter) ".";
  left: 0;
  position: absolute;
}
.wysiwyg table {
  border: none;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: inherit;
  border: 1px solid #000000;
  margin-bottom: 12px;
}
.wysiwyg table th {
  padding: 15px 10px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  border-bottom: 1px solid #000000;
  background-color: #EDE9E2;
}
.wysiwyg table th {
  font-size: 11.667px;
}
@media screen and (min-width: 320px) {
  .wysiwyg table th {
    font-size: calc(0.1458125vw + 11.2004px);
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg table th {
    font-size: 14px;
  }
}
.wysiwyg table th {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .wysiwyg table th {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg table th {
    line-height: 20px;
  }
}
.wysiwyg table th strong {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wysiwyg table td {
  padding: 15px 10px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  border-bottom: 1px solid #000000;
}
.wysiwyg table td {
  font-size: 11.667px;
}
@media screen and (min-width: 320px) {
  .wysiwyg table td {
    font-size: calc(0.1458125vw + 11.2004px);
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg table td {
    font-size: 14px;
  }
}
.wysiwyg table td {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .wysiwyg table td {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg table td {
    line-height: 20px;
  }
}
.wysiwyg table td strong {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wysiwyg table tr {
  background-color: transparent;
}
.wysiwyg table tr td,
.wysiwyg table tr th {
  border-right: 1px solid #000000;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wysiwyg figcaption {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  padding: 0 10px;
  display: block;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
}
.wysiwyg .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
}
.wysiwyg .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.content-block a {
  text-decoration: underline;
}
.content-block a.heading-1, .content-block a.heading-2, .content-block a.heading-3, .content-block a.heading-4, .content-block a.heading-5, .content-block a.heading-6 {
  text-decoration: none;
}
.content-block a.anchor-link {
  opacity: 1;
}
.content-block a.anchor-link.hover-effect {
  opacity: 1;
}
.content-block a.hover-effect {
  text-decoration: underline;
}
.content-block a.hover-effect.heading-1, .content-block a.hover-effect.heading-2, .content-block a.hover-effect.heading-3, .content-block a.hover-effect.heading-4, .content-block a.hover-effect.heading-5, .content-block a.hover-effect.heading-6 {
  text-decoration: none;
}

.b-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.b-loaded {
  opacity: 1;
}

/* Break long words and links so that content fits to small screen without sideway scrolling.
IE and Edge only support this declaration when used with the * (wildcard) selector */
* {
  word-wrap: break-word;
}

*:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 2px;
}

.neg-2-focus-outline:focus {
  outline-offset: -2px;
}

input[type=checkbox]:focus, button:focus, label > a:focus {
  outline: solid 1px white;
  outline-offset: 5px;
}

.buttons {
  padding-bottom: 5px;
}

.white-bg:focus, .owl-dot:focus {
  opacity: 1;
  outline: solid 1px grey;
}

html {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-top: 60px;
}
@media only screen and (min-width: 1201px) {
  body {
    padding-top: 80px;
  }
}
body.lock-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.lock-scroll {
  overflow: hidden;
}

.owl-dot span {
  background: #888888 !important;
}

.owl-dot span {
  background: #888888 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.hover-effect span {
  background: #000000 !important;
}

a::-ms-clear, input::-ms-clear, textarea::-ms-clear, button::-ms-clear, select::-ms-clear {
  display: none;
}

a,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Break long words and links so that content fits to small screen without sideway scrolling. */
a {
  overflow-wrap: break-word;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

header,
footer,
nav,
section,
article {
  display: block;
}

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

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

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

.hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.table {
  display: table;
  height: 100%;
  overflow: hidden;
  margin: 0px auto;
}
.table__cell {
  display: table-cell;
  vertical-align: middle;
}

.readable-width {
  width: 100%;
  max-width: 800px;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: auto;
}

.background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.symbol-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}
.symbol-container--top {
  top: 0;
}
.symbol-container--bottom {
  bottom: -10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .symbol-container--bottom {
    display: none;
  }
}
.symbol-container.onImage {
  bottom: 0;
  right: -1px;
}
.symbol-container.onImage:before {
  content: "";
  width: 50%;
  height: 10px;
  background-color: #EDE9E2;
}
.symbol-container.onImage:after {
  content: "";
  width: 50%;
  height: 10px;
  background-color: #EDE9E2;
}

.symbol {
  position: relative;
  width: 60px;
  height: 10px;
}
.symbol:before, .symbol:after {
  position: absolute;
  content: "";
  width: 62px;
  height: 30px;
  border-radius: 100%;
}
.symbol:before {
  left: -30px;
}
.symbol:after {
  right: -30px;
}
.symbol--top:before, .symbol--top:after {
  top: 0;
}
.symbol--bottom:before, .symbol--bottom:after {
  bottom: -20px;
}
.symbol--red-beige {
  background-color: #d38270;
}
.symbol--red-beige:before, .symbol--red-beige:after {
  background-color: #efece6;
}
.symbol--beige-white {
  background-color: #efece6;
}
.symbol--beige-white:before, .symbol--beige-white:after {
  background-color: #ffffff;
}
.symbol--white-beige {
  background-color: #ffffff;
}
.symbol--white-beige:before, .symbol--white-beige:after {
  background-color: #efece6;
}
.symbol--trans-beige {
  background-color: transparent;
}
.symbol--trans-beige:before, .symbol--trans-beige:after {
  background-color: #EDE9E2;
}

.underline-link-default {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.underline-link-default--grey {
  color: #666666;
}
.underline-link-default--grey.hover-effect {
  color: #666666;
  border-color: #666666;
}
.underline-link-default--grey:focus {
  color: #666666;
}
.underline-link-default--black {
  color: #1A1919;
}
.underline-link-default--black.hover-effect {
  color: #1A1919;
  border-color: #1A1919;
}
.underline-link-default--black:focus {
  color: #1A1919;
}

.underline-link-default {
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.underline-link-default--black {
  color: #1A1919;
}
.underline-link-default--black.hover-effect {
  color: #1A1919;
  border-color: #1A1919;
}
.underline-link-default--black:focus {
  color: #1A1919;
}
.underline-link-default--white {
  color: #ffffff;
}
.underline-link-default--white.hover-effect {
  color: #ffffff;
  border-color: #ffffff;
}
.underline-link-default--white:focus {
  color: #ffffff;
}
.underline-link-default--grey {
  color: #666666;
}
.underline-link-default--grey.hover-effect {
  color: #666666;
  border-color: #666666;
}
.underline-link-default--grey:focus {
  color: #666666;
}

.underline-link {
  position: relative;
}
.underline-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  -webkit-transition: width ease-out 350ms;
  -o-transition: width ease-out 350ms;
  transition: width ease-out 350ms;
  -webkit-transition-delay: 50ms;
       -o-transition-delay: 50ms;
          transition-delay: 50ms;
}
.underline-link--grey {
  color: #666666;
  border-bottom: 1px solid #666666;
}
.underline-link--grey.hover-effect, .underline-link--grey:focus {
  color: #666666;
}
.underline-link--grey:after {
  border-bottom: 1px solid #666666;
}
.underline-link--grey.hover-effect, .underline-link--grey:focus {
  color: #666666;
}
.underline-link--black {
  color: #1A1919;
  border-bottom: 1px solid #1A1919;
}
.underline-link--black.hover-effect, .underline-link--black:focus {
  color: #666666;
}
.underline-link--black:after {
  border-bottom: 1px solid #1A1919;
}
.underline-link--black.hover-effect, .underline-link--black:focus {
  color: #1A1919;
}
.underline-link--white {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.underline-link--white.hover-effect, .underline-link--white:focus {
  color: #ffffff;
}
.underline-link--white:after {
  border-bottom: 1px solid #ffffff;
}
.underline-link--white.hover-effect, .underline-link--white:focus {
  color: #ffffff;
}
.underline-link.hover-effect {
  border-bottom: 1px solid transparent;
}
.underline-link.hover-effect:after {
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon.hover-effect {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-].hover-effect {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 24px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #BFBFBF;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.hover-effect span {
  background: #000000;
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.pswp__bg {
  background-color: #000000;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  font-family: "icons";
  background: transparent !important;
  font-size: 30px;
  color: #ffffff;
}
.pswp__button--arrow--left:before {
  content: "\e90f";
}
.pswp__button--arrow--right:before {
  content: "\e90e";
}
.pswp--open {
  z-index: 9999;
}
.pswp__caption__center {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.pswp__share-modal {
  width: 200px;
  height: 100px;
  right: 0;
  left: auto;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #1A1919;
  background: #ffffff;
  border: 1px solid #AFAEB0;
  border-bottom-color: #AFAEB0;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
  padding: 0 6px;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #1A1919;
  background-color: #ffffff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev.hover-effect,
.pika-next.hover-effect {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='14px' viewBox='0 0 24 14' version='1.1'%3E%3Cg id='Landing-navigation-open' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-369.000000, -2470.000000)' stroke-linejoin='round'%3E%3Cg id='Group-12' transform='translate(288.000000, 2348.000000)' stroke='%23666666' stroke-width='1.2'%3E%3Cg id='Group-15' transform='translate(93.500000, 129.000000) scale(-1, 1) translate(-93.500000, -129.000000) translate(82.000000, 123.000000)'%3E%3Cpolyline id='Stroke-238' points='0 6 12.140847 6 23 6'%3E%3C/polyline%3E%3Cpath d='M17,12 L22.8162737,6.42203561 C23.0612421,6.18743702 23.0612421,5.81336916 22.8162737,5.57796439 L17,0' id='Stroke-239'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='14px' viewBox='0 0 24 14' version='1.1'%3E%3Cg id='Landing-navigation-open' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-370.000000, -2654.000000)' stroke-linejoin='round'%3E%3Cg id='Group' transform='translate(370.000000, 2655.000000)' stroke='%23666666' stroke-width='1.2'%3E%3Cpath d='M0,6 L23,6' id='Stroke-238'%3E%3C/path%3E%3Cpath d='M17,12 L22.8162737,6.42203561 C23.0612421,6.18743702 23.0612421,5.81336916 22.8162737,5.57796439 L17,0' id='Stroke-239'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 4px;
  text-align: center;
}
.pika-table th {
  color: #1A1919;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.is-inrange .pika-button {
  color: #fff;
  background: #526d49;
}

.is-startrange .pika-button {
  color: #fff;
  background: #526d49;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #526d49;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #1A1919;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #ffffff;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #526d49;
  -webkit-box-shadow: inset 0 1px 3px #526d49;
          box-shadow: inset 0 1px 3px #526d49;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #AFAEB0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.3;
}
.is-disabled .pika-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
}
.is-today .pika-button {
  color: #d38270;
  font-weight: bold;
}
.pika-button.hover-effect {
  color: #fff;
  background: #d38270;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.about-page {
  text-align: center;
}
.about-page__header {
  margin: auto;
  padding: 24px 12px;
}
.about-page__header h1 {
  text-transform: uppercase;
  padding: 0 0 12px 0;
  margin: 0;
}
.about-page__header p {
  padding: 0;
  margin: 0;
}
.about-page__content {
  padding: 12px 0;
  text-align: left;
}
.about-page__content .content-block {
  margin: auto;
  padding: 12px 12px;
}
.about-page__content .gallery-block {
  margin: auto;
  width: 100%;
  max-width: 75%;
  padding: 0;
}
.about-page__content .gallery-block .popup-gallery {
  margin-bottom: 0;
}
.about-page__form {
  margin: auto;
  text-align: left;
  padding: 12px 12px;
}
@media only screen and (min-width: 781px) {
  .about-page .about-page__content {
    padding: 24px 0;
  }
}

.article-block .article-liftup {
  margin-bottom: 48px;
}
.article-block .article-liftup:last-of-type {
  margin-bottom: 0;
}

.article-liftup__image {
  padding-top: 71.4285714286%;
}
.article-liftup__content {
  margin-top: -48px;
  padding: 48px 24px 24px 24px;
  position: relative;
  z-index: 1000;
  background-color: #efece6;
}
.article-liftup__category {
  position: absolute;
  top: 0;
  left: 24px;
  background-color: #526d49;
}
.article-liftup__category a {
  margin-bottom: 0;
  padding: 4px 12px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}
.article-liftup__title {
  color: #1A1919;
}
.article-liftup__title a {
  color: #1A1919;
}
.article-liftup__description {
  max-width: 680px;
  margin-bottom: 0;
  color: #444444;
}
.article-liftup__meta {
  margin-bottom: 0;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
}
.article-liftup__meta .author-image img {
  margin-right: 12px;
  max-width: 48px;
  min-width: 48px;
  background-color: #888888;
  border-radius: 50%;
}
.article-liftup__meta .article-info {
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 781px) {
  .article-liftup__image {
    padding-top: 0;
  }
  .article-liftup__content {
    margin-top: 0;
    padding: 48px 24px 24px 24px;
  }
  .article-liftup__content--right {
    margin: 48px 0 48px -72px;
  }
  .article-liftup__content--left {
    margin: 48px -72px 48px 0;
  }
}
@media only screen and (min-width: 1201px) {
  .article-liftup__content {
    padding: 72px 48px 48px 48px;
  }
  .article-liftup__content--right {
    margin: 96px 0 96px -96px;
  }
  .article-liftup__content--left {
    margin: 96px -96px 96px 0;
  }
  .article-liftup__category {
    max-width: 180px;
    left: 48px;
  }
  .article-liftup__category a {
    padding: 6px 24px;
  }
}

.article {
  padding: 0 7.5vw;
  width: 100%;
}
.article__pre-header {
  margin: 24px 0;
}
.article__header {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.article__header__title {
  margin-bottom: 0px;
}
.article__header__meta {
  margin: 12px 0 0 0;
}
.article__header__meta a {
  color: #1A1919;
}
.article__label {
  border-bottom: 1px solid;
}
.article__label.hover-effect, .article__label:focus {
  color: #666666;
  border-bottom: 1px solid;
}
.article__description {
  margin-bottom: 24px;
}
.article__description p {
  margin-bottom: 0;
}
.article__content .content-block {
  padding: 0 0 48px 0;
}
.article__content .anchor-link {
  margin-bottom: 12px;
  display: inline-block;
}
.article__content .image-block {
  margin-bottom: 48px;
}
.article__content .file-block {
  margin-bottom: 24px;
}
.article__content .file-block a {
  border-bottom: 1px solid #1A1919;
  -webkit-transition: border-color 0.25s ease, opacity 0.25s ease;
  -o-transition: border-color 0.25s ease, opacity 0.25s ease;
  transition: border-color 0.25s ease, opacity 0.25s ease;
  color: #1A1919;
}
.article__content .file-block a.hover-effect {
  color: #666666;
  border-color: #666666;
  opacity: 0.6;
}
.article__content .file-block a:focus {
  color: #1A1919;
}
.article__content .gallery-block {
  margin: 0 0 48px 0;
  padding: 0;
  width: 100%;
}
.article__content .gallery-block .popup-gallery {
  margin-bottom: 0;
}
.article__content .videoBlock {
  margin-bottom: 48px;
  max-width: none;
}
.article__content .cards {
  padding: 0;
}
.article__footer {
  margin: auto;
  padding: 12px 0 36px 0;
  border-top: 1px solid #1A1919;
  text-align: center;
}
.article__footer::after {
  clear: both;
  content: "";
  display: table;
}
.article__categories {
  margin: 0 auto;
  display: inline-block;
}
.article__categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
.article__categories ul::after {
  clear: both;
  content: "";
  display: table;
}
.article__categories ul li {
  float: left;
  display: inline-block;
}
.article__categories__item {
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
}
.article__share {
  margin: 24px 0 12px 0;
}
.article__navigation {
  margin-bottom: 48px;
  display: block;
  clear: both;
  float: none;
  position: relative;
}
.article__navigation::after {
  clear: both;
  content: "";
  display: table;
}
.article__navigation__prev, .article__navigation__back, .article__navigation__next {
  margin: 0;
  padding: 12px 0;
  text-transform: uppercase;
}
.article__navigation__prev {
  float: left;
  display: block;
}
.article__navigation__back {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
}
.article__navigation__next {
  float: right;
  display: block;
}
@media only screen and (min-width: 781px) {
  .article__header {
    margin: 48px 0;
  }
  .article__pre-header {
    margin: 48px 0;
  }
  .article__container {
    margin: 0 auto;
    max-width: 83.3333333333%;
  }
  .article__description {
    margin-bottom: 48px;
  }
  .article .article__categories {
    float: left;
    clear: left;
  }
  .article .article__share {
    float: right;
    clear: right;
    text-align: right;
    margin-top: 0;
  }
  .article .article__navigation__prev, .article .article__navigation__back, .article .article__navigation__next {
    margin: 24px 0 0 0;
  }
  .article .article__navigation__back {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
}
@media only screen and (min-width: 1201px) {
  .article__container {
    max-width: 66.6666666667%;
  }
  .article .article__gallery .popup-gallery ul li {
    width: 33.32%;
  }
}
.article .cards {
  margin-bottom: 24px;
}

.article-categories {
  margin: 0 auto 48px auto;
  padding: 0 7.5vw;
}
.article-categories__upper {
  display: block;
  text-align: center;
  padding-bottom: 24px;
  margin: 0 auto;
}
.article-categories__upper li {
  display: inline-block;
}
.article-categories__upper li a {
  color: #1A1919;
}
.article-categories__upper li a:hover {
  border-bottom: 1px solid #1A1919;
}
.article-categories__upper li:after {
  content: "/";
  padding: 0 2px 0 6px;
  color: #666666;
}
.article-categories__upper li:last-child:after {
  content: "";
  padding: 0;
}
.article-categories__select {
  display: block;
}
.article-categories__select .select-wrapper .holder {
  margin: 0 auto;
  max-width: 196px;
  text-align: center;
}
.article-categories__list {
  display: none;
}
.article-categories__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  text-align: center;
}
.article-categories__list ul li {
  padding-left: 4px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.article-categories__list ul li.all-category {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.article-categories__list ul li a {
  position: relative;
  color: #1A1919;
}
.article-categories__list ul li a.selected {
  border-bottom: 1px solid #1A1919;
}
.article-categories__list ul li:after {
  content: "/";
  padding: 0 4px;
  color: #666666;
}
.article-categories__list ul li.last:after {
  content: "";
  padding: 0;
}
@media only screen and (min-width: 781px) {
  .article-categories {
    margin-bottom: 72px;
    max-width: 83.3333333333%;
  }
  .article-categories .article-categories__select {
    display: none;
  }
  .article-categories .article-categories__list {
    display: block;
  }
  .article-categories__upper {
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 1201px) {
  .article-categories {
    margin-bottom: 96px;
    max-width: 66.6666666667%;
  }
  .article-categories__upper {
    max-width: 66.6666666667%;
  }
}

.button {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 0;
  position: relative;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 15px 20px;
  min-width: 170px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.button {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .button {
    font-size: calc(0.175vw + 13.44px);
  }
}
@media screen and (min-width: 1920px) {
  .button {
    font-size: 16.8px;
  }
}
.button {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .button {
    line-height: calc(0.25vw + 23.2px);
  }
}
@media screen and (min-width: 1920px) {
  .button {
    line-height: 28px;
  }
}
.button--wide {
  min-width: 260px;
}
.button--expand {
  width: 100%;
}
.button.active, .button.hover-effect, .button:active {
  background-color: #000000;
  color: #ffffff;
}
.button:focus {
  background-color: transparent;
  color: #000000;
}
.button:focus.hover-effect {
  background-color: #000000;
  color: #ffffff;
}
.button--solid {
  background-color: #000000;
  color: #ffffff;
}
.button--solid.active, .button--solid.hover-effect, .button--solid:active {
  background-color: #000000;
  color: #ffffff;
  opacity: 0.8;
}
.button--solid:focus {
  background-color: #000000;
  color: #ffffff;
}
.button--solid:focus.hover-effect {
  opacity: 0.8;
}

.button--black {
  border-color: #000000;
  color: #000000;
}
.button--black.active, .button--black.hover-effect, .button--black:active {
  background-color: #000000;
  color: #ffffff;
}
.button--black:focus {
  background-color: transparent;
  color: #000000;
}
.button--black:focus.hover-effect {
  background-color: #000000;
  color: #ffffff;
}
.button--black.button--solid {
  background-color: #000000;
  color: #ffffff;
}
.button--black.button--solid.active, .button--black.button--solid.hover-effect, .button--black.button--solid:active {
  background-color: #000000;
  color: #ffffff;
  opacity: 0.8;
}
.button--black.button--solid:focus {
  background-color: #000000;
  color: #ffffff;
}
.button--black.button--solid:focus.hover-effect {
  opacity: 0.8;
}

.button--white {
  border-color: #ffffff;
  color: #ffffff;
}
.button--white.active, .button--white.hover-effect, .button--white:active {
  background-color: #ffffff;
  color: #000000;
}
.button--white:focus {
  background-color: transparent;
  color: #ffffff;
}
.button--white:focus.hover-effect {
  background-color: #ffffff;
  color: #000000;
}
.button--white.button--solid {
  background-color: #ffffff;
  color: #000000;
}
.button--white.button--solid.active, .button--white.button--solid.hover-effect, .button--white.button--solid:active {
  background-color: #ffffff;
  color: #000000;
  opacity: 0.8;
}
.button--white.button--solid:focus {
  background-color: #ffffff;
  color: #000000;
}
.button--white.button--solid:focus.hover-effect {
  opacity: 0.8;
}

.button--grey {
  border-color: #888888;
  color: #888888;
}
.button--grey.active, .button--grey.hover-effect, .button--grey:active {
  background-color: #888888;
  color: #000000;
}
.button--grey:focus {
  background-color: transparent;
  color: #888888;
}
.button--grey:focus.hover-effect {
  background-color: #888888;
  color: #000000;
}
.button--grey.button--solid {
  background-color: #888888;
  color: #000000;
}
.button--grey.button--solid.active, .button--grey.button--solid.hover-effect, .button--grey.button--solid:active {
  background-color: #888888;
  color: #000000;
  opacity: 0.8;
}
.button--grey.button--solid:focus {
  background-color: #888888;
  color: #000000;
}
.button--grey.button--solid:focus.hover-effect {
  opacity: 0.8;
}

.content-block {
  width: 100%;
  position: relative;
}
.content-block__content {
  padding: 24px 12px;
  text-align: center;
  color: #000000;
}
.content-block__content__inner {
  max-width: 500px;
  margin: auto;
}
.content-block__content__inner h1,
.content-block__content__inner h2,
.content-block__content__inner h3,
.content-block__content__inner h4,
.content-block__content__inner h5,
.content-block__content__inner h6 {
  padding: 0;
  margin: 0 0 12px 0;
  color: inherit;
}
.content-block__content__inner p {
  color: inherit;
}
.content-block__content__inner .button {
  margin-top: 12px;
}
.content-block__image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #000000;
}
.content-block__image__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.content-block.image-background .content-block__content {
  position: relative;
  z-index: 1000;
  color: #ffffff;
  padding: 24px 12px;
}
.content-block.image-background .content-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0;
}
.content-block.image-background.has-no-content {
  padding-bottom: 100%;
}
.content-block.image-crop-center .content-block__image__bg {
  background-position: center center;
}
.content-block.image-crop-top .content-block__image__bg {
  background-position: center top;
}
.content-block.image-crop-bottom .content-block__image__bg {
  background-position: center bottom;
}
@media only screen and (min-width: 781px) {
  .content-block.image-left::after, .content-block.image-right::after {
    clear: both;
    content: "";
    display: table;
  }
  .content-block.image-left .content-block__content, .content-block.image-right .content-block__content {
    width: 50%;
    padding: 48px 24px;
  }
  .content-block.image-left .content-block__image, .content-block.image-right .content-block__image {
    width: 50%;
    padding-bottom: 0;
  }
  .content-block.image-left.has-no-content .content-block__image, .content-block.image-right.has-no-content .content-block__image {
    float: none;
    width: 100%;
    padding-bottom: 50%;
  }
  .content-block.image-left .content-block__content {
    float: right;
  }
  .content-block.image-left .content-block__image {
    float: left;
  }
  .content-block.image-right .content-block__content {
    float: left;
  }
  .content-block.image-right .content-block__image {
    float: right;
  }
  .content-block.image-background .content-block__content {
    padding: 48px 24px;
  }
  .content-block.image-background.has-no-content {
    padding-bottom: 50%;
  }
}

.contact-page {
  text-align: center;
}
.contact-page__header {
  margin: auto;
  padding: 24px 12px;
}
.contact-page__header h1 {
  text-transform: uppercase;
  padding: 0 0 12px 0;
  margin: 0;
}
.contact-page__header p {
  padding: 0;
  margin: 0;
}
.contact-page__content {
  padding: 12px 0;
  text-align: left;
}
.contact-page__content .content-block {
  margin: auto;
  padding: 12px 12px;
}
.contact-page__content .gallery-block {
  margin: auto;
  width: 100%;
  max-width: 75%;
  padding: 0;
}
.contact-page__content .gallery-block .popup-gallery {
  margin-bottom: 0;
}
.contact-page__form {
  margin: auto;
  text-align: left;
  padding: 12px 12px;
}
@media only screen and (min-width: 781px) {
  .contact-page .contact-page__content {
    padding: 24px 0;
  }
}

.cookie-notification {
  display: none;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.cookie-notification--closed {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.cookie-notification.cookieBar {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}
.cookie-notification .notification {
  position: relative;
  background: #000000;
  padding: 2rem 65px 1rem;
}
.cookie-notification .notification__text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.cookie-notification .notification__text__inner {
  width: 80%;
  margin: 0 auto;
}
.cookie-notification .notification__text__inner p {
  margin: 0;
  color: #ffffff;
}
.cookie-notification .notification__text__inner a {
  position: relative;
  color: #ffffff;
}
.cookie-notification .notification__text__inner a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  z-index: 1000;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cookie-notification .notification__text__inner a.hover-effect:after {
  background-color: #AFAEB0;
}
.cookie-notification .notification__text__inner a.hover-effect, .cookie-notification .notification__text__inner a:focus, .cookie-notification .notification__text__inner a:hover {
  color: #AFAEB0;
}
.cookie-notification .notification__buttons {
  color: #ffffff;
  text-align: center;
  padding: 2rem 0 1rem;
  margin: 0;
  font-size: 14px;
}
.cookie-notification .notification__buttons .button {
  margin: 0 0.5rem;
}
.cookie-notification .notification__buttons .button:hover {
  background-color: #AFAEB0;
}
@media only screen and (max-width: 780px) {
  .cookie-notification .notification__buttons .button {
    margin: 0.5rem 0;
    width: 100%;
    font-size: 14px;
    padding: 6px 12px;
  }
}

/* Override a-tag underline */
#reselectCookieApproval {
  text-decoration: none;
}

.default-page {
  margin: 0 auto;
  padding: 48px 7.5vw;
}
.default-page__pre-header .breadcrumbs {
  padding: 12px 0;
}
.default-page__pre-header .breadcrumbs p {
  margin-bottom: 0;
}
.default-page__pre-header .image-block {
  margin-bottom: 48px;
  max-width: none;
}
.default-page__pre-header .image-block__caption {
  padding: 12px 0 0 0;
}
.default-page__header {
  padding: 0 0 24px 0;
}
.default-page__title {
  margin-bottom: 0;
}
.default-page__description {
  margin: 24px 0 0 0;
}
.default-page__content .content-block {
  padding: 0 0 48px 0;
}
.default-page__content .anchor-link {
  margin-bottom: 12px;
  display: inline-block;
}
.default-page__content .image-block {
  margin-bottom: 24px;
}
.default-page__content .file-block {
  margin-bottom: 24px;
}
.default-page__content .file-block a {
  border-bottom: 1px solid #1A1919;
  -webkit-transition: border-color 0.25s ease, opacity 0.25s ease;
  -o-transition: border-color 0.25s ease, opacity 0.25s ease;
  transition: border-color 0.25s ease, opacity 0.25s ease;
  color: #1A1919;
}
.default-page__content .file-block a.hover-effect {
  color: #666666;
  border-color: #666666;
  opacity: 0.6;
}
.default-page__content .file-block a:focus {
  color: #1A1919;
}
.default-page__content .gallery-block {
  margin: auto;
  width: 100%;
  max-width: 75%;
  padding: 0;
}
.default-page__content .gallery-block .popup-gallery {
  margin-bottom: 0;
}
.default-page__form {
  margin: auto;
  text-align: left;
  padding: 12px 12px;
}
.default-page .select-wrapper, .default-page #SS_CFocusTag {
  width: 100%;
  border: 1px solid #000000;
  padding: 8px 16px;
  height: 34px;
  vertical-align: top;
  margin-bottom: 12px;
}
@media only screen and (min-width: 781px) {
  .default-page .select-wrapper, .default-page #SS_CFocusTag {
    width: 240px;
    margin-bottom: 0;
    float: left;
    margin-right: 12px;
  }
}
.default-page .select-wrapper .holder, .default-page #SS_CFocusTag .holder {
  line-height: 1em;
  padding: 0;
}
.default-page .SS_ResultsAtoZLinks a {
  border-bottom: 0;
  text-decoration: none;
}

.related-pages-header {
  margin-bottom: 0;
  text-align: center;
  padding: 24px 0;
  padding-top: 48px;
}
@media only screen and (min-width: 781px) {
  .related-pages-header {
    padding: 24px 0 12px;
    padding-top: 48px;
  }
}

.type-officesLanding .default-page {
  margin: 0 auto;
}
.type-officesLanding .default-page__content {
  margin: 0 auto;
  text-align: center;
}

.offices-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 12px;
  margin: 0 auto;
}
.offices-list .offices-office {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 1em;
}
@media only screen and (min-width: 781px) {
  .offices-list .offices-office {
    width: 50%;
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
    margin: 0 10px 25px;
  }
}
@media only screen and (min-width: 1201px) {
  .offices-list .offices-office {
    width: 33%;
    -ms-flex-preferred-size: calc(33% - 25px);
        flex-basis: calc(33% - 25px);
  }
}
.offices-list .offices-office p {
  margin-bottom: 5px;
}
.offices-list .offices-office a {
  color: #000000;
}
.offices-list .offices-office a.hover-effect {
  color: #444444;
}
.offices-list .offices-office__header a {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.related-pages {
  padding: 24px 0;
}
@media only screen and (min-width: 781px) {
  .related-pages {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 1201px) {
  .related-pages {
    padding-top: 36px;
  }
}
.related-pages__border {
  background-color: #dbdbdb;
  height: 1px;
  width: calc(100% - 24px);
  display: block;
  margin: 0 auto;
  margin-bottom: 48px;
}

.error-template .site-footer {
  border-color: #000000;
}

.error-page {
  text-align: center;
  padding: 24px;
  background-image: url("../img/placeholders/error.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.error-page:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.15;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .error-page {
    padding: 96px 0;
  }
}
.error-page__header {
  margin: auto;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.error-page__header h1 {
  padding-bottom: 24px;
  margin: 0;
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .error-page__header h1 {
    padding-bottom: 48px;
  }
}
.error-page__header .heading-5, .error-page__header form.errors ul.form-success:before, form.errors .error-page__header ul.form-success:before, .error-page__header form.errors ul.form-errors:before, form.errors .error-page__header ul.form-errors:before, .error-page__header form ul.errors, form .error-page__header ul.errors {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.error-page__header p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.error-page__form {
  position: relative;
  z-index: 2;
}
.error-page__form form {
  position: relative;
  display: block;
  height: 71px;
  padding: 0;
  margin: 24px auto;
  max-width: 400px;
}
.error-page__form form input {
  margin: 0;
  padding: 0px 70px 0px 12px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #ffffff !important;
  background-color: transparent;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.error-page__form form input:focus {
  background-color: inherit;
  color: #ffffff;
}
.error-page__form form input::-webkit-input-placeholder {
  color: #ffffff;
}
.error-page__form form input::-moz-placeholder {
  color: #ffffff;
}
.error-page__form form input:-moz-placeholder {
  color: #ffffff;
}
.error-page__form form input:-ms-input-placeholder {
  color: #ffffff;
}
.error-page__form form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 12px;
  font-size: 20px;
}
.error-page__form form button i {
  color: #ffffff;
}

.site-footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #DBDBDB;
}
.site-footer::after {
  clear: both;
  content: "";
  display: table;
}
.site-footer__description {
  color: #000000;
  padding: 24px 0 12px;
}
.site-footer__description p {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (min-width: 1201px) {
  .site-footer__description {
    padding: 0;
    margin-right: 48px;
    max-width: 600px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.site-footer__content {
  width: 100%;
  background-color: #101010;
}
.site-footer__upper__content {
  padding: 24px 7.5vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .site-footer__upper__content {
    padding: 24px 7.5vw;
  }
}
@media only screen and (min-width: 1201px) {
  .site-footer__upper__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 72px 7.5vw;
  }
}
.site-footer__lower__bg {
  background-color: #ffffff;
}
.site-footer__lower__content {
  position: relative;
  padding: 24px 7.5vw;
  background-color: #ffffff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 781px) {
  .site-footer__lower__content {
    padding: 24px 7.5vw;
  }
}
@media only screen and (min-width: 1201px) {
  .site-footer__lower__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 72px 7.5vw;
  }
}
.site-footer__upper-logo {
  margin-right: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 24px;
}
@media only screen and (min-width: 781px) {
  .site-footer__upper-logo {
    margin-right: 110px;
  }
}
@media only screen and (min-width: 1201px) {
  .site-footer__upper-logo {
    margin-right: 160px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-bottom: 0;
  }
}
.site-footer__upper-logo svg {
  display: block;
  width: 57px;
  height: 57px;
  vertical-align: bottom;
}
.site-footer__upper-logo svg path {
  fill: #ffffff;
}
.site-footer__lower-logo {
  margin-right: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 12px;
}
@media only screen and (min-width: 781px) {
  .site-footer__lower-logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .site-footer__lower-logo {
    margin-right: 85px;
    padding-top: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.site-footer__lower-logo svg {
  display: block;
  height: 28px;
  vertical-align: bottom;
  width: auto;
  overflow: visible;
}
.site-footer__lower-logo svg path {
  fill: #000000;
}
.site-footer__lower-logo:focus, .site-footer__lower-logo:hover {
  -webkit-box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
}
.site-footer__newsletter-signup {
  color: #ffffff;
  padding: 0 0 36px 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width: 781px) {
  .site-footer__newsletter-signup {
    padding-top: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (min-width: 1201px) {
  .site-footer__newsletter-signup {
    padding-right: 24px;
  }
}
.site-footer__newsletter-signup p {
  margin-bottom: 12px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.site-footer__newsletter-signup input[type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ffffff;
  max-width: 300px;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #101010;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.site-footer__newsletter-signup input[type=email]::-webkit-input-placeholder {
  color: #666666;
}
.site-footer__newsletter-signup input[type=email]::-moz-placeholder {
  color: #666666;
}
.site-footer__newsletter-signup input[type=email]:-ms-input-placeholder {
  color: #666666;
}
.site-footer__newsletter-signup input[type=email]::-ms-input-placeholder {
  color: #666666;
}
.site-footer__newsletter-signup input[type=email]::placeholder {
  color: #666666;
}
.site-footer__newsletter-signup input[type=email]:focus {
  border-color: #ffffff;
}
.site-footer__newsletter-signup .button {
  margin-top: 24px;
  border: 1px solid #ffffff;
  color: #ffffff;
  max-width: 220px;
  padding: 6px;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (min-width: 781px) {
  .site-footer__newsletter-signup .button {
    margin-top: 24px;
  }
}
.site-footer__newsletter-signup .button.hover-effect {
  background-color: #ffffff;
  color: #000000;
}
.site-footer__social {
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (min-width: 781px) {
  .site-footer__social {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .site-footer__social {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: right;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.site-footer__social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer__social ul li {
  display: inline-block;
  vertical-align: bottom;
}
.site-footer__social ul li a {
  display: inline-block;
  font-size: 22.5px;
  color: #ffffff;
  line-height: 1;
  padding: 0 5px;
}
.site-footer__lower__content .site-footer__social ul li a {
  color: #000000;
}
.site-footer__social ul li a.hover-effect {
  opacity: 0.6;
}
.site-footer__social ul li a:first-child {
  padding-left: 0;
}
.site-footer__social ul li a:focus {
  -webkit-box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
}
.site-footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0;
}
@media only screen and (min-width: 781px) {
  .site-footer__navigation {
    padding: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.site-footer__navigation ul {
  list-style-type: none;
  padding-right: 24px;
}
@media only screen and (min-width: 781px) {
  .site-footer__navigation ul {
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1201px) {
  .site-footer__navigation ul {
    padding-right: 72px;
  }
}
.site-footer__navigation ul li a {
  color: #666666;
}
.site-footer__navigation ul li a.hover-effect {
  color: #AFAEB0;
}
.site-footer__upper__content .site-footer__navigation ul li a {
  color: #AFAEB0;
}
.site-footer__upper__content .site-footer__navigation ul li a.hover-effect {
  color: #666666;
}
.site-footer .symbol-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
}
.site-footer .symbol-container .symbol {
  position: relative;
  width: 60px;
  height: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.site-footer .symbol-container .symbol:before, .site-footer .symbol-container .symbol:after {
  position: absolute;
  content: "";
  width: 62px;
  height: 30px;
  border-radius: 100%;
  background-color: #000000;
  bottom: -20px;
}
.site-footer .symbol-container .symbol:before {
  left: -30px;
}
.site-footer .symbol-container .symbol:after {
  right: -30px;
}

#footerNavigation, #kansallismuseoNavigation {
  padding: 0 0 24px;
}
@media only screen and (min-width: 781px) {
  #footerNavigation, #kansallismuseoNavigation {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  #footerNavigation, #kansallismuseoNavigation {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0;
  }
}
#footerNavigation li, #kansallismuseoNavigation li {
  margin-bottom: 0;
  margin: 3px 6px 3px 0;
}
@media only screen and (min-width: 781px) {
  #footerNavigation li, #kansallismuseoNavigation li {
    padding: 0;
  }
}
#footerNavigation li a, #kansallismuseoNavigation li a {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}

#footerNavigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 1201px) {
  #footerNavigation {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
#footerNavigation li a {
  color: #000000;
  text-decoration: underline;
}
#footerNavigation li a.hover-effect, #footerNavigation li a:focus {
  color: #666666;
}

#kansallismuseoNavigation {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (min-width: 781px) {
  #kansallismuseoNavigation {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1201px) {
  #kansallismuseoNavigation {
    margin-right: 48px;
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
  }
}
#kansallismuseoNavigation li a {
  color: #ffffff;
}
#kansallismuseoNavigation li a.hover-effect, #kansallismuseoNavigation li a:focus {
  border-bottom: 1px solid #ffffff;
}

.select-wrapper .holder, select:focus, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: transparent;
  padding: 0 30px 0 15px;
  margin: 0;
}

select[multiple] {
  height: auto;
  padding: 15px;
  line-height: auto;
}

.select-wrapper {
  display: inline-block;
  cursor: pointer;
  z-index: 1000;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.select-wrapper select {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  opacity: 0;
}
.select-wrapper .holder {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: -1;
  padding-right: 30px;
}
.select-wrapper .holder:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 15px;
  padding: 0;
  margin-top: -3px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000000;
}
.select-wrapper:focus, .select-wrapper:hover {
  -webkit-box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
}

form .fields .instructions {
  padding-bottom: 12px;
}
form .fields .tab {
  display: block;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
form .fields .tab h3 {
  color: inherit;
}
form .fields .field {
  display: block;
  padding: 0;
  margin-bottom: 12px;
}
form .fields .field .heading {
  margin: 0;
}
form .fields .field .heading label {
  color: inherit;
  margin: 0;
}
form .fields .field .input {
  position: relative;
  display: block;
}
form .fields .field [type=text],
form .fields .field [type=password],
form .fields .field [type=date],
form .fields .field [type=datetime],
form .fields .field [type=datetime-local],
form .fields .field [type=month],
form .fields .field [type=week],
form .fields .field [type=email],
form .fields .field [type=number],
form .fields .field [type=search],
form .fields .field [type=tel],
form .fields .field [type=time],
form .fields .field [type=url],
form .fields .field [type=color],
form .fields .field textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: transparent;
  border: 1px solid #000000;
  height: 50px;
  padding: 0 30px 0 15px;
  margin: 0;
}
form .fields .field [type=text]::-webkit-input-placeholder,
form .fields .field [type=password]::-webkit-input-placeholder,
form .fields .field [type=date]::-webkit-input-placeholder,
form .fields .field [type=datetime]::-webkit-input-placeholder,
form .fields .field [type=datetime-local]::-webkit-input-placeholder,
form .fields .field [type=month]::-webkit-input-placeholder,
form .fields .field [type=week]::-webkit-input-placeholder,
form .fields .field [type=email]::-webkit-input-placeholder,
form .fields .field [type=number]::-webkit-input-placeholder,
form .fields .field [type=search]::-webkit-input-placeholder,
form .fields .field [type=tel]::-webkit-input-placeholder,
form .fields .field [type=time]::-webkit-input-placeholder,
form .fields .field [type=url]::-webkit-input-placeholder,
form .fields .field [type=color]::-webkit-input-placeholder,
form .fields .field textarea::-webkit-input-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text]::-moz-placeholder,
form .fields .field [type=password]::-moz-placeholder,
form .fields .field [type=date]::-moz-placeholder,
form .fields .field [type=datetime]::-moz-placeholder,
form .fields .field [type=datetime-local]::-moz-placeholder,
form .fields .field [type=month]::-moz-placeholder,
form .fields .field [type=week]::-moz-placeholder,
form .fields .field [type=email]::-moz-placeholder,
form .fields .field [type=number]::-moz-placeholder,
form .fields .field [type=search]::-moz-placeholder,
form .fields .field [type=tel]::-moz-placeholder,
form .fields .field [type=time]::-moz-placeholder,
form .fields .field [type=url]::-moz-placeholder,
form .fields .field [type=color]::-moz-placeholder,
form .fields .field textarea::-moz-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text]:-moz-placeholder,
form .fields .field [type=password]:-moz-placeholder,
form .fields .field [type=date]:-moz-placeholder,
form .fields .field [type=datetime]:-moz-placeholder,
form .fields .field [type=datetime-local]:-moz-placeholder,
form .fields .field [type=month]:-moz-placeholder,
form .fields .field [type=week]:-moz-placeholder,
form .fields .field [type=email]:-moz-placeholder,
form .fields .field [type=number]:-moz-placeholder,
form .fields .field [type=search]:-moz-placeholder,
form .fields .field [type=tel]:-moz-placeholder,
form .fields .field [type=time]:-moz-placeholder,
form .fields .field [type=url]:-moz-placeholder,
form .fields .field [type=color]:-moz-placeholder,
form .fields .field textarea:-moz-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text]:-ms-input-placeholder,
form .fields .field [type=password]:-ms-input-placeholder,
form .fields .field [type=date]:-ms-input-placeholder,
form .fields .field [type=datetime]:-ms-input-placeholder,
form .fields .field [type=datetime-local]:-ms-input-placeholder,
form .fields .field [type=month]:-ms-input-placeholder,
form .fields .field [type=week]:-ms-input-placeholder,
form .fields .field [type=email]:-ms-input-placeholder,
form .fields .field [type=number]:-ms-input-placeholder,
form .fields .field [type=search]:-ms-input-placeholder,
form .fields .field [type=tel]:-ms-input-placeholder,
form .fields .field [type=time]:-ms-input-placeholder,
form .fields .field [type=url]:-ms-input-placeholder,
form .fields .field [type=color]:-ms-input-placeholder,
form .fields .field textarea:-ms-input-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text].hover-effect,
form .fields .field [type=password].hover-effect,
form .fields .field [type=date].hover-effect,
form .fields .field [type=datetime].hover-effect,
form .fields .field [type=datetime-local].hover-effect,
form .fields .field [type=month].hover-effect,
form .fields .field [type=week].hover-effect,
form .fields .field [type=email].hover-effect,
form .fields .field [type=number].hover-effect,
form .fields .field [type=search].hover-effect,
form .fields .field [type=tel].hover-effect,
form .fields .field [type=time].hover-effect,
form .fields .field [type=url].hover-effect,
form .fields .field [type=color].hover-effect,
form .fields .field textarea.hover-effect {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
}
form .fields .field [type=text].hover-effect::-webkit-input-placeholder,
form .fields .field [type=password].hover-effect::-webkit-input-placeholder,
form .fields .field [type=date].hover-effect::-webkit-input-placeholder,
form .fields .field [type=datetime].hover-effect::-webkit-input-placeholder,
form .fields .field [type=datetime-local].hover-effect::-webkit-input-placeholder,
form .fields .field [type=month].hover-effect::-webkit-input-placeholder,
form .fields .field [type=week].hover-effect::-webkit-input-placeholder,
form .fields .field [type=email].hover-effect::-webkit-input-placeholder,
form .fields .field [type=number].hover-effect::-webkit-input-placeholder,
form .fields .field [type=search].hover-effect::-webkit-input-placeholder,
form .fields .field [type=tel].hover-effect::-webkit-input-placeholder,
form .fields .field [type=time].hover-effect::-webkit-input-placeholder,
form .fields .field [type=url].hover-effect::-webkit-input-placeholder,
form .fields .field [type=color].hover-effect::-webkit-input-placeholder,
form .fields .field textarea.hover-effect::-webkit-input-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text].hover-effect::-moz-placeholder,
form .fields .field [type=password].hover-effect::-moz-placeholder,
form .fields .field [type=date].hover-effect::-moz-placeholder,
form .fields .field [type=datetime].hover-effect::-moz-placeholder,
form .fields .field [type=datetime-local].hover-effect::-moz-placeholder,
form .fields .field [type=month].hover-effect::-moz-placeholder,
form .fields .field [type=week].hover-effect::-moz-placeholder,
form .fields .field [type=email].hover-effect::-moz-placeholder,
form .fields .field [type=number].hover-effect::-moz-placeholder,
form .fields .field [type=search].hover-effect::-moz-placeholder,
form .fields .field [type=tel].hover-effect::-moz-placeholder,
form .fields .field [type=time].hover-effect::-moz-placeholder,
form .fields .field [type=url].hover-effect::-moz-placeholder,
form .fields .field [type=color].hover-effect::-moz-placeholder,
form .fields .field textarea.hover-effect::-moz-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text].hover-effect:-moz-placeholder,
form .fields .field [type=password].hover-effect:-moz-placeholder,
form .fields .field [type=date].hover-effect:-moz-placeholder,
form .fields .field [type=datetime].hover-effect:-moz-placeholder,
form .fields .field [type=datetime-local].hover-effect:-moz-placeholder,
form .fields .field [type=month].hover-effect:-moz-placeholder,
form .fields .field [type=week].hover-effect:-moz-placeholder,
form .fields .field [type=email].hover-effect:-moz-placeholder,
form .fields .field [type=number].hover-effect:-moz-placeholder,
form .fields .field [type=search].hover-effect:-moz-placeholder,
form .fields .field [type=tel].hover-effect:-moz-placeholder,
form .fields .field [type=time].hover-effect:-moz-placeholder,
form .fields .field [type=url].hover-effect:-moz-placeholder,
form .fields .field [type=color].hover-effect:-moz-placeholder,
form .fields .field textarea.hover-effect:-moz-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text].hover-effect:-ms-input-placeholder,
form .fields .field [type=password].hover-effect:-ms-input-placeholder,
form .fields .field [type=date].hover-effect:-ms-input-placeholder,
form .fields .field [type=datetime].hover-effect:-ms-input-placeholder,
form .fields .field [type=datetime-local].hover-effect:-ms-input-placeholder,
form .fields .field [type=month].hover-effect:-ms-input-placeholder,
form .fields .field [type=week].hover-effect:-ms-input-placeholder,
form .fields .field [type=email].hover-effect:-ms-input-placeholder,
form .fields .field [type=number].hover-effect:-ms-input-placeholder,
form .fields .field [type=search].hover-effect:-ms-input-placeholder,
form .fields .field [type=tel].hover-effect:-ms-input-placeholder,
form .fields .field [type=time].hover-effect:-ms-input-placeholder,
form .fields .field [type=url].hover-effect:-ms-input-placeholder,
form .fields .field [type=color].hover-effect:-ms-input-placeholder,
form .fields .field textarea.hover-effect:-ms-input-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text]:focus,
form .fields .field [type=password]:focus,
form .fields .field [type=date]:focus,
form .fields .field [type=datetime]:focus,
form .fields .field [type=datetime-local]:focus,
form .fields .field [type=month]:focus,
form .fields .field [type=week]:focus,
form .fields .field [type=email]:focus,
form .fields .field [type=number]:focus,
form .fields .field [type=search]:focus,
form .fields .field [type=tel]:focus,
form .fields .field [type=time]:focus,
form .fields .field [type=url]:focus,
form .fields .field [type=color]:focus,
form .fields .field textarea:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
}
form .fields .field [type=text]:focus::-webkit-input-placeholder,
form .fields .field [type=password]:focus::-webkit-input-placeholder,
form .fields .field [type=date]:focus::-webkit-input-placeholder,
form .fields .field [type=datetime]:focus::-webkit-input-placeholder,
form .fields .field [type=datetime-local]:focus::-webkit-input-placeholder,
form .fields .field [type=month]:focus::-webkit-input-placeholder,
form .fields .field [type=week]:focus::-webkit-input-placeholder,
form .fields .field [type=email]:focus::-webkit-input-placeholder,
form .fields .field [type=number]:focus::-webkit-input-placeholder,
form .fields .field [type=search]:focus::-webkit-input-placeholder,
form .fields .field [type=tel]:focus::-webkit-input-placeholder,
form .fields .field [type=time]:focus::-webkit-input-placeholder,
form .fields .field [type=url]:focus::-webkit-input-placeholder,
form .fields .field [type=color]:focus::-webkit-input-placeholder,
form .fields .field textarea:focus::-webkit-input-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text]:focus::-moz-placeholder,
form .fields .field [type=password]:focus::-moz-placeholder,
form .fields .field [type=date]:focus::-moz-placeholder,
form .fields .field [type=datetime]:focus::-moz-placeholder,
form .fields .field [type=datetime-local]:focus::-moz-placeholder,
form .fields .field [type=month]:focus::-moz-placeholder,
form .fields .field [type=week]:focus::-moz-placeholder,
form .fields .field [type=email]:focus::-moz-placeholder,
form .fields .field [type=number]:focus::-moz-placeholder,
form .fields .field [type=search]:focus::-moz-placeholder,
form .fields .field [type=tel]:focus::-moz-placeholder,
form .fields .field [type=time]:focus::-moz-placeholder,
form .fields .field [type=url]:focus::-moz-placeholder,
form .fields .field [type=color]:focus::-moz-placeholder,
form .fields .field textarea:focus::-moz-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text]:focus:-moz-placeholder,
form .fields .field [type=password]:focus:-moz-placeholder,
form .fields .field [type=date]:focus:-moz-placeholder,
form .fields .field [type=datetime]:focus:-moz-placeholder,
form .fields .field [type=datetime-local]:focus:-moz-placeholder,
form .fields .field [type=month]:focus:-moz-placeholder,
form .fields .field [type=week]:focus:-moz-placeholder,
form .fields .field [type=email]:focus:-moz-placeholder,
form .fields .field [type=number]:focus:-moz-placeholder,
form .fields .field [type=search]:focus:-moz-placeholder,
form .fields .field [type=tel]:focus:-moz-placeholder,
form .fields .field [type=time]:focus:-moz-placeholder,
form .fields .field [type=url]:focus:-moz-placeholder,
form .fields .field [type=color]:focus:-moz-placeholder,
form .fields .field textarea:focus:-moz-placeholder {
  color: #AFAEB0;
}
form .fields .field [type=text]:focus:-ms-input-placeholder,
form .fields .field [type=password]:focus:-ms-input-placeholder,
form .fields .field [type=date]:focus:-ms-input-placeholder,
form .fields .field [type=datetime]:focus:-ms-input-placeholder,
form .fields .field [type=datetime-local]:focus:-ms-input-placeholder,
form .fields .field [type=month]:focus:-ms-input-placeholder,
form .fields .field [type=week]:focus:-ms-input-placeholder,
form .fields .field [type=email]:focus:-ms-input-placeholder,
form .fields .field [type=number]:focus:-ms-input-placeholder,
form .fields .field [type=search]:focus:-ms-input-placeholder,
form .fields .field [type=tel]:focus:-ms-input-placeholder,
form .fields .field [type=time]:focus:-ms-input-placeholder,
form .fields .field [type=url]:focus:-ms-input-placeholder,
form .fields .field [type=color]:focus:-ms-input-placeholder,
form .fields .field textarea:focus:-ms-input-placeholder {
  color: #AFAEB0;
}
form .fields .field.assets .selected-files {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
form .fields .field.assets .selected-files li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .fields .field.assets .upload-cta {
  margin: 12px 0 6px;
  cursor: pointer;
  border-bottom: 1px solid;
}
form .fields .field.assets .upload-cta:hover {
  color: #666666;
}
form .fields .field.assets .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
form .fields .field.assets .input [type=file] {
  display: none;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 0;
}
form .fields .field.assets .removeBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  cursor: pointer;
  border-bottom: 1px solid;
}
form .fields .field.assets .removeBtn:hover {
  color: #666666;
}
form .fields .field textarea {
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}
form .fields .field.radiobuttons label, form .fields .field.checkboxes label {
  position: relative;
  color: inherit;
  display: inline-block;
  margin: 0 12px 6px 0;
  cursor: pointer;
}
form .fields .field.radiobuttons label input, form .fields .field.checkboxes label input {
  margin: 0 5px 0 0;
  padding: 0;
}
form .fields .field.radiobuttons label.styled input, form .fields .field.checkboxes label.styled input {
  opacity: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
form .fields .field.radiobuttons label.styled input + span, form .fields .field.checkboxes label.styled input + span {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid #000000;
  z-index: 1;
  overflow: hidden;
}
form .fields .field.radiobuttons label.styled input + span:before, form .fields .field.checkboxes label.styled input + span:before {
  -webkit-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: #000000;
}
form .fields .field.radiobuttons label.styled input:checked + span:before, form .fields .field.checkboxes label.styled input:checked + span:before {
  height: 100%;
}
form .fields .field.radiobuttons label.styled input[type=radio] + span, form .fields .field.checkboxes label.styled input[type=radio] + span {
  border-radius: 50%;
}
form .fields .field.sproutfields_notes {
  padding: 25px;
}
form .fields .field.sproutfields_notes .heading label {
  color: #000000;
}
form .fields .field.sproutfields_notes .input {
  border: none;
}
form .fields .field.sproutfields_email .input:before, form .fields .field.sproutfields_link .input:before, form .fields .field.sproutfields_phone .input:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 25px 15px 25px 25px;
  vertical-align: bottom;
  color: inherit;
}
form .fields .field.sproutfields_email .input.focusing:before, form .fields .field.sproutfields_link .input.focusing:before, form .fields .field.sproutfields_phone .input.focusing:before {
  color: #000000;
}
form .fields .field.required .heading label:after {
  content: "*";
}
form .submit {
  display: block;
  text-align: center;
}
form .submit input[type=submit] {
  background-color: #000000;
  color: #ffffff;
}
form .submit input[type=submit].hover-effect, form .submit input[type=submit]:focus {
  color: #000000;
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  form .submit {
    text-align: right;
  }
}
form div.field.errors .heading {
  color: red;
}
form div.field.errors .heading p {
  color: #000000;
}
form div.form-errors {
  margin-top: 13px;
}
form ul.errors {
  margin-top: 0%;
  color: red;
  background-color: #EDE9E2;
  padding: 13px 5px 1px 5px;
  font-weight: bold;
}
form ul.errors li {
  padding: 0 0 0 5px;
}
form ul.errors li:before {
  content: none;
}
form ul.errors li.errors:after {
  content: "Virheellinen kenttä.";
}
form ul.errors li.errors:lang(sv_se):after {
  content: "Det finns fel i fältet.";
}
form ul.errors li.errors:lang(en_us):after {
  content: "Erroneous field.";
}
form.errors ul.form-errors:before {
  content: "Lomakkeessa on virheitä. Tarkista kaikki vaaditut kentät.";
  display: block;
  color: red;
  background-color: #EDE9E2;
  padding: 12px;
  margin-bottom: 12px;
  font-weight: bold;
}
form.errors ul.form-errors:lang(sv_se):before {
  content: "Det finns fel i formen. Kontrollera alla obligatoriska fält.";
}
form.errors ul.form-errors:lang(en_us):before {
  content: "There are mistakes in the form. Please check required fields.";
}
form.errors ul.form-success:before {
  content: "Lähetys onnistui. Kiitos palautteestasi.";
  display: block;
  color: green;
  background-color: #EDE9E2;
  padding: 12px;
  margin-bottom: 12px;
  font-weight: bold;
}
form.errors ul.form-success:lang(sv_se):before {
  content: "Feedback skickad. Tack för din feedback.";
}
form.errors ul.form-success:lang(en_us):before {
  content: "Feedback sent. Thank you for feedback.";
}
form #fields-nimi-error:after {
  content: "Nimi-kenttä on tyhjä.";
}
form #fields-nimi-error:lang(sv_se):after {
  content: "Namn fält är tomt.";
}
form #fields-nimi-error:lang(en_us):after {
  content: "Name field is empty.";
}
form #fields-sahkoposti-error:after {
  content: "Sähköposti-kenttä on virheellinen, tai tyhjä.";
}
form #fields-sahkoposti-error:lang(sv_se):after {
  content: "E-mail fält har fel, eller tomt.";
}
form #fields-sahkoposti-error:lang(en_us):after {
  content: "E-mail field has errors, or empty.";
}
form #fields-palautteesi-error:after {
  content: "Palaute-kenttä on tyhjä.";
}
form #fields-palautteesi-error:lang(sv_se):after {
  content: "Feedback fält är tomt.";
}
form #fields-palautteesi-error:lang(en_us):after {
  content: "Feedback text field is empty.";
}
form #fields-comment-nimi-error:after {
  content: "Nimi-kenttä on tyhjä.";
}
form #fields-comment-nimi-error:lang(sv_se):after {
  content: "Namn fält är tomt.";
}
form #fields-comment-nimi-error:lang(en_us):after {
  content: "Name field is empty.";
}
form #fields-comment-comment-error:after {
  content: "Kommentti-kenttä on tyhjä.";
}
form #fields-comment-comment-error:lang(sv_se):after {
  content: "Kommentar fält är tomt.";
}
form #fields-comment-comment-error:lang(en_us):after {
  content: "Comments field is empty.";
}

/* Add accessibility link to skip navigation links */
.accessibility-shortcut {
  position: absolute;
  background-color: #1A1919;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  clip: rect(0, 0, 0, 0);
  color: #fff !important;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.accessibility-shortcut:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 70px;
  width: auto;
  z-index: 10000;
}

#header-search {
  display: none;
}

.language-switcher {
  display: block;
}

#header-search {
  display: none;
}

.search-is-open .language-switcher {
  display: none;
}
.search-is-open #header-search {
  display: block;
}

.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 60px;
  background-color: #ffffff;
}
.site-navigation__content {
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6000;
}
.site-navigation__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.site-navigation__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1000;
}
.site-navigation__logo svg {
  width: 120px;
  height: 24px;
  vertical-align: bottom;
  display: block;
  overflow: visible;
}
.locale-en_us .site-navigation__logo svg {
  width: 180px;
  height: auto;
}
.site-navigation__nav-button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 12px;
}
.site-navigation__container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.site-navigation__container.is-open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.resizing .site-navigation__container {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.site-navigation__nav {
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 12px;
}
.site-navigation__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}
.site-navigation__nav li a {
  color: #000000;
  display: block;
  padding: 10px 0;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.site-navigation__nav li a {
  font-size: 11.667px;
}
@media screen and (min-width: 320px) {
  .site-navigation__nav li a {
    font-size: calc(0.1458125vw + 11.2004px);
  }
}
@media screen and (min-width: 1920px) {
  .site-navigation__nav li a {
    font-size: 14px;
  }
}
.site-navigation__nav li a {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .site-navigation__nav li a {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media screen and (min-width: 1920px) {
  .site-navigation__nav li a {
    line-height: 20px;
  }
}
@media only screen {
  .site-navigation .primary-navigation {
    display: none;
  }
}
@media only screen and (min-width: 781px) {
  .site-navigation .primary-navigation {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  .site-navigation .primary-navigation {
    display: block;
  }
}
.site-navigation .holder {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}
.site-navigation .holder {
  font-size: 11.667px;
}
@media screen and (min-width: 320px) {
  .site-navigation .holder {
    font-size: calc(0.1458125vw + 11.2004px);
  }
}
@media screen and (min-width: 1920px) {
  .site-navigation .holder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 781px) {
  .site-navigation {
    height: 60px;
  }
  .site-navigation .site-navigation__content {
    height: 60px;
  }
  .site-navigation .site-navigation__logo svg {
    width: 140px;
    height: 28px;
  }
  .locale-en_us .site-navigation .site-navigation__logo svg {
    width: 220px;
    height: auto;
  }
  .site-navigation .site-navigation__nav-button {
    display: none;
  }
  .site-navigation .site-navigation__nav {
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 52%;
    left: 175px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1000;
  }
  .site-navigation .site-navigation__nav::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media only screen and (min-width: 781px) and (min-width: 781px) {
  .site-navigation .site-navigation__nav {
    padding-left: calc(12px + 6px);
  }
}
@media only screen and (min-width: 781px) {
  .site-navigation .site-navigation__nav li {
    float: left;
    text-align: center;
  }
}
@media only screen and (min-width: 1201px) {
  .site-navigation {
    height: 80px;
  }
  .site-navigation .site-navigation__container {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    background-color: transparent;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .site-navigation .site-navigation__container.is-open {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .site-navigation .site-navigation__content {
    height: 80px;
  }
  .site-navigation .site-navigation__logo {
    left: 12px;
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  .site-navigation .site-navigation__logo svg {
    width: 172px;
    height: 30px;
  }
  .locale-en_us .site-navigation .site-navigation__logo svg {
    width: 220px;
    height: auto;
  }
  .locale-en_us .site-navigation .site-navigation__nav {
    padding-left: 96px;
  }
  .site-navigation .site-navigation__nav li a {
    padding: 10px 25px;
  }
}
.site-navigation .nav__level2 {
  display: none;
  position: absolute;
  width: 100%;
  top: 80px;
  margin: 0;
  background-color: #ffffff;
  border-top: 1px solid transparent;
}
.site-navigation .nav__level2 li {
  float: none;
  border-bottom: 1px solid #888888;
}
.site-navigation__article {
  height: 40px;
}
.site-navigation__article .site-navigation__content {
  height: 40px;
}
.site-navigation__article .site-navigation__container {
  padding-left: 74px;
}
.site-navigation__article .site-navigation__container p {
  margin: 0;
  line-height: 40px;
}
.site-navigation__article svg {
  width: 70px;
  height: 26px;
}
@media only screen and (min-width: 781px) {
  .site-navigation__article {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .site-navigation__article .site-navigation__logo {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  .site-navigation__article .site-navigation__logo svg {
    width: 70px;
    height: 26px;
  }
  .locale-en_us .site-navigation__article .site-navigation__logo svg {
    width: 70px;
    height: 26px;
  }
  .site-navigation__article .site-navigation__container {
    padding-left: 70px;
    opacity: 1;
  }
}

/* Add box over link hover */
.site-navigation a:hover, .site-navigation a:focus {
  -webkit-box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
}

.nav-dummy {
  position: fixed;
  width: 100%;
  height: 160px;
  top: 0;
}

.header__search {
  display: block;
  position: absolute;
  z-index: 6006;
  top: 0;
  left: 10px;
  width: 100%;
  max-width: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -o-transition: max-width 0.3s ease-in;
  transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  background-color: #ffffff;
}
@media only screen and (min-width: 1201px) {
  .header__search {
    background-color: transparent;
  }
}
.search-is-open .header__search {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
  display: block;
  max-width: calc(100% - 140px);
}
.search-is-open.user-navigation-is-open .header__search {
  visibility: hidden;
  display: none;
}
.header__search [type=search] {
  position: relative;
  z-index: 920;
  background: transparent;
  font-size: 16px;
  height: 100%;
  line-height: 100%;
  padding: 2% 0 0 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__search [type=search]::-webkit-input-placeholder {
  color: #888888;
}
.header__search [type=search]:-ms-input-placeholder {
  color: #888888;
}
.header__search [type=search]::-ms-input-placeholder {
  color: #888888;
}
.header__search [type=search]::-moz-placeholder {
  color: #888888;
}
.header__search [type=search]::placeholder {
  color: #888888;
}
.header__search [type=search]:focus {
  color: #888888;
}
.transparent-header .headroom--top .header__search [type=search]:focus {
  color: #ffffff;
}
.transparent-header .headroom--top .header__search [type=search] {
  border-color: #ffffff;
}
.transparent-header .headroom--top .header__search [type=search]::-webkit-input-placeholder {
  color: #ffffff;
}
.transparent-header .headroom--top .header__search [type=search]:-ms-input-placeholder {
  color: #ffffff;
}
.transparent-header .headroom--top .header__search [type=search]::-ms-input-placeholder {
  color: #ffffff;
}
.transparent-header .headroom--top .header__search [type=search]::-moz-placeholder {
  color: #ffffff;
}
.transparent-header .headroom--top .header__search [type=search]::placeholder {
  color: #ffffff;
}
.header__search [type=submit] {
  position: relative;
  z-index: 921;
  background: transparent;
  width: 30px;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  float: right;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  display: none;
  cursor: pointer;
}
.search-is-open .header__search [type=submit] {
  display: inline-block;
  opacity: 1;
}
.header__search [type=submit] svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.header__search [type=submit]:hover, .header__search [type=submit]:focus svg {
  opacity: 0.6;
}
@media only screen and (min-width: 781px) {
  .search-is-open .header__search {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1201px) {
  .header__search {
    left: auto;
    right: 110px;
  }
  .search-is-open .header__search {
    max-width: calc(25vw - 170px);
  }
}

.header__bg {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

.header__expand {
  position: relative;
  z-index: 910;
  color: #ffffff;
  font-size: 12px;
  height: 0;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
}
.user-navigation-is-open .header__expand {
  overflow: auto;
  margin-top: 0;
}
@media only screen and (min-width: 781px) {
  .header__expand {
    font-size: 14px;
  }
}
.header__expand__inner {
  padding: 35px 0;
}
.header__expand__inner .navigation-mobile {
  padding: 24px;
}
@media only screen and (min-width: 1201px) {
  .header__expand__inner .navigation-mobile {
    display: none;
  }
}
.header__expand__inner .navigation-mobile li {
  margin-bottom: 12px;
}
.header__expand__inner .navigation-mobile li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1201px) {
  .header__expand__inner {
    padding: 45px 0;
  }
}
.header__expand p {
  color: #000000;
}
.header__expand .description {
  padding: 0 24px 0;
  max-width: 650px;
}
@media only screen and (min-width: 781px) {
  .header__expand .description {
    padding: 24px 24px;
  }
}
@media only screen and (min-width: 1201px) {
  .header__expand .description {
    padding: 0 0 12px 0;
  }
}
.header__expand .header-contact {
  padding: 0 24px;
}
@media only screen and (min-width: 1201px) {
  .header__expand .header-contact {
    padding: 0;
  }
}
.header__expand .header-contact * {
  color: #000000;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0;
}
.header__expand a {
  color: #000000;
}
.header__expand a:active, .header__expand a:visited {
  color: #000000;
}
.header__expand__language {
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .header__expand__language {
    display: block;
  }
}
.header__expand__language ul {
  list-style-type: none;
  margin: 0;
}

.user-navigation .stroke-color {
  stroke: #2a2a2a;
  -webkit-transition: stroke 0.2s ease-in;
  -o-transition: stroke 0.2s ease-in;
  transition: stroke 0.2s ease-in;
}

@media only screen and (min-width: 781px) {
  .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sitemap ul {
  margin: 0 24px 24px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(25% - 24px);
      flex-basis: calc(25% - 24px);
}
.sitemap ul li:first-child {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.toggle-nav {
  border: none;
  font-size: 15px;
  line-height: 23px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.toggle-nav::after {
  clear: both;
  content: "";
  display: table;
}
.toggle-nav__text {
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #000000;
  text-transform: uppercase;
  font-size: inherit;
  display: none;
  line-height: 23px;
  height: 23px;
  margin-right: 24px;
  float: left;
}
.toggle-nav__icon {
  display: inline-block;
  width: 24px;
  height: 23px;
  position: relative;
  vertical-align: top;
  float: right;
}
.toggle-nav__icon span {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: 3px;
  width: 24px;
  background-color: #000000;
  position: relative;
  top: 9px;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.toggle-nav__icon span:before, .toggle-nav__icon span:after {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #000000;
}
.toggle-nav__icon span:before {
  top: -9px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.toggle-nav__icon span:after {
  bottom: -9px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.toggle-nav.is-active .toggle-nav__icon span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle-nav.is-active .toggle-nav__icon span:before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle-nav.is-active .toggle-nav__icon span:after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  bottom: 0;
  opacity: 0;
}
@media only screen and (min-width: 781px) {
  .toggle-nav .toggle-nav__text {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  .toggle-nav .toggle-nav__text {
    display: none;
  }
}

.site-navigation .select-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.site-navigation .search-wrap {
  width: 30px;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
.site-navigation .search-wrap::after {
  clear: both;
  content: "";
  display: table;
}
.site-navigation .search-wrap .user-navigation__search {
  cursor: pointer;
}
.site-navigation .search-wrap .user-navigation__search-close {
  display: none;
}

.user-navigation * {
  -o-transition: none;
  transition: none;
  -webkit-transition: none;
}

.user-navigation {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 8px 25px 0 25px;
}
@media only screen and (min-width: 781px) {
  .user-navigation {
    z-index: 912;
  }
}
.user-navigation__language-mobile {
  display: block;
  padding: 24px;
  padding-left: 12px;
  color: #000000;
}
.user-navigation__language-mobile .holder:after {
  right: auto;
  margin-left: 12px;
}
.user-navigation__language {
  display: inline-block;
  position: absolute;
  top: 10px;
  font-weight: 500;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.search-is-open .user-navigation__language {
  opacity: 0;
  display: none;
}
.user-navigation__language ul {
  list-style: none;
  list-style-type: none;
  display: block;
  text-align: right;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.user-navigation__language li {
  display: inline-block;
}
.user-navigation__language li:before {
  content: "/ ";
  color: #888888;
  padding: 0 2px;
}
.user-navigation-is-open .user-navigation__language li:before, .type-homepage .user-navigation__language li:before {
  color: #ffffff;
}
.headroom--unpinned .user-navigation__language li:before {
  color: #888888;
}
.user-navigation__language li:first-child:before {
  display: none;
}
.user-navigation__language a {
  color: #888888;
  opacity: 0.4;
}
.user-navigation__language a.active {
  opacity: 1;
}
.transparent-header .headroom--top .user-navigation__language a, .user-navigation-is-open .user-navigation__language a {
  color: #ffffff;
}
.user-navigation__search {
  position: relative;
  z-index: 960;
  margin-right: 15px;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.search-is-open .user-navigation__search {
  opacity: 0;
  display: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.user-navigation__burger {
  position: absolute;
  z-index: 960;
  float: none;
  top: 9px;
  right: 25px;
  opacity: 1;
  display: inline-block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.search-is-open .user-navigation__burger {
  top: -6px;
}
.user-navigation-is-open .user-navigation__burger {
  opacity: 0;
  display: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.user-navigation__burger:focus {
  -webkit-box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
}
.user-navigation__close {
  position: absolute;
  z-index: 960;
  float: none;
  top: 7px;
  right: 24px;
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
.user-navigation-is-open .user-navigation__close {
  opacity: 1;
  display: block;
  top: 7px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.user-navigation__search-close {
  position: absolute;
  z-index: 960;
  float: none;
  top: 7px;
  left: 25px;
  opacity: 0;
  display: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.search-is-open .user-navigation__search-close {
  right: auto;
  top: -9px;
  left: -35px;
  display: inline-block;
  opacity: 1;
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen {
  .search-is-open .user-navigation__search-close {
    left: calc(100vw - 110px);
  }
}
@media only screen and (min-width: 781px) {
  .search-is-open .user-navigation__search-close {
    left: 280px;
  }
}
@media only screen and (min-width: 1201px) {
  .search-is-open .user-navigation__search-close {
    left: -35px;
  }
}
.user-navigation button {
  cursor: pointer;
}
.user-navigation button svg:hover, .user-navigation button svg:focus {
  opacity: 0.7;
}
.user-navigation button svg:active {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
.user-navigation button:focus {
  -webkit-box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.125rem rgb(0, 0, 0);
}
@media only screen {
  .user-navigation__language {
    display: none;
  }
}
@media only screen and (min-width: 781px) {
  .user-navigation__language {
    left: 10px;
    display: inline-block;
  }
  .user-navigation__search {
    left: 100px;
  }
}
@media only screen and (min-width: 1201px) {
  .user-navigation {
    width: auto;
    display: inline-block;
    right: 0;
  }
  .user-navigation__language {
    left: unset;
    right: 100px;
  }
  .user-navigation__search {
    left: unset;
    margin-right: 35px;
  }
}

.headroom.site-navigation.js-header {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
.headroom--pinned.site-navigation.js-header {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
@media only screen and (min-width: 781px) {
  .headroom--pinned.site-navigation__article.js-header {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.headroom--unpinned.site-navigation.js-header {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (min-width: 781px) {
  .headroom--unpinned.site-navigation__article.js-header {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.headroom--top.site-navigation__article.js-header {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.headroom--not-top:not(.headroom--unpinned).site-navigation.js-header {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.headroom--not-top:not(.headroom--unpinned).site-navigation__article.js-header {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.headroom--bottom.site-navigation.js-header {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.headroom--bottom.site-navigation__article.js-header {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.hero {
  padding: 48px 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 50vh;
  text-align: center;
  background-color: #1A1919;
}
@media only screen and (min-width: 781px) {
  .hero {
    min-height: 65vh;
  }
}
.hero__content {
  width: 100%;
  max-width: 1920px;
}
.hero__content__title {
  margin-bottom: 0;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.hero__content__description {
  margin: 24px auto 0 auto;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.hero__bg {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-color: #1A1919;
}
.hero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.hero__text-color--white * {
  color: #ffffff;
}
.hero__text-color--black * {
  color: #000000;
}
.hero__button {
  margin-top: 48px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.hero__button.hover-effect {
  text-shadow: none;
}
@media only screen and (min-width: 781px) {
  .hero {
    padding: 72px 7.5vw;
  }
  .hero__content {
    width: 83.3333333333%;
  }
  .hero__content__description {
    width: 75%;
  }
}
@media only screen and (min-width: 1441px) {
  .hero {
    padding: 96px 7.5vw;
  }
  .hero__content {
    width: 66.6666666667%;
  }
}

.hero-video {
  padding: 0;
  margin-top: -1px;
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  z-index: 1000;
  clear: both;
  background-color: #000000;
  -webkit-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 50vh;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-video__container {
  position: relative;
  overflow: hidden;
}
.hero-video__container video {
  display: none;
  z-index: 10;
}
.hero-video__container > * {
  height: 100%;
}
.hero-video__fallback {
  display: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-video__content {
  position: absolute;
  padding: 24px 0;
  z-index: 20;
  max-width: 900px;
  color: #ffffff;
  border-color: #ffffff;
}
.hero-video__content__title {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.hero-video__content__description {
  margin-bottom: 24px;
}
@media only screen and (min-width: 781px) {
  .hero-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    background-color: #ffffff;
  }
  .hero-video__container {
    background-color: #ffffff;
  }
  .hero-video__container video {
    display: block;
  }
  .hero-video__fallback {
    display: block;
  }
}
.hero-video + .hero {
  display: block;
}
@media only screen and (min-width: 781px) {
  .hero-video + .hero {
    display: none;
  }
}

.image-block {
  position: relative;
  width: 100%;
}
.image-block img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.image-block figcaption {
  margin-bottom: 0;
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.8);
}
.image-block__caption {
  margin: 12px 0 0 0;
}

.liftup-large {
  position: relative;
  display: block;
}
.liftup-large--background-color--red {
  background-color: #d38270;
}
.liftup-large__image {
  width: 100%;
}
.liftup-large__image__bg {
  background-size: cover;
  background-position: center center;
}
.liftup-large__image__bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
  background-color: rgba(0, 0, 0, 0.3);
}
.liftup-large__content {
  position: relative;
  padding: 24px;
  width: 100%;
}
.liftup-large__location, .liftup-large__label, .liftup-large__title, .liftup-large__description, .liftup-large__cta {
  color: #ffffff;
}
.liftup-large__location {
  text-transform: uppercase;
}
.liftup-large__location.hover-effect {
  color: #000000;
  opacity: 0.6;
}
.liftup-large__label {
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
}
.liftup-large__title a {
  color: #000000;
}
.liftup-large__title a.hover-effect {
  color: #000000;
}
.liftup-large__description {
  margin-bottom: 24px;
  display: block;
}
.liftup-large__description.hover-effect, .liftup-large__description:focus {
  color: #ffffff;
}
.liftup-large__cta {
  position: relative;
  display: inline-block;
}
.liftup-large__cta.hover-effect, .liftup-large__cta:focus {
  color: #ffffff;
}
.liftup-large__cta.hover-effect svg, .liftup-large__cta:focus svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.liftup-large__cta svg {
  right: -40px;
  bottom: 5px;
  position: absolute;
  font-size: 22px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.liftup-large__cta svg g {
  stroke: #ffffff !important;
}
.liftup-large__cta .hover {
  position: relative;
}
.liftup-large__cta .hover.hover-effect:after, .liftup-large__cta .hover:focus:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 781px) {
  .liftup-large {
    height: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .liftup-large__content {
    padding: 48px;
  }
}

.pagination {
  padding: 12px 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.pagination ul li {
  float: left;
  display: block;
  vertical-align: bottom;
  margin-right: 5px;
}
.pagination ul li.first {
  margin-left: 0;
}
.pagination ul li.last {
  margin-right: 0;
}
.pagination ul li a {
  color: #000000;
  margin: 3px;
  padding: 3px;
  position: relative;
}
.pagination__link {
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  width: 35px;
  height: 35px;
  line-height: 27px;
  text-align: center;
  vertical-align: bottom;
}
.pagination__link.is-current {
  border-bottom: 1px solid #666666;
}
.pagination__link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-bottom: 1px solid #666666;
  -webkit-transition: width ease-out 350ms;
  -o-transition: width ease-out 350ms;
  transition: width ease-out 350ms;
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
     transition-delay: 50ms;
}
.pagination__link.hover-effect:after {
  width: 100%;
}
.pagination__dots {
  display: block;
  width: 20px;
  height: 24px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  text-align: center;
}
.pagination__dots span {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000000;
}
.pagination__dots:before, .pagination__dots:after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 2px;
  bottom: 0;
}
.pagination__dots:before {
  left: 5px;
}
.pagination__dots:after {
  left: 15px;
}
.pagination__arrow {
  display: block;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.pagination__arrow svg {
  width: 18px;
}
.pagination__arrow--prev .pagination__arrow__icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination__arrow--prev.hover-effect {
  -webkit-transform: translate(-5px, -3px);
      -ms-transform: translate(-5px, -3px);
          transform: translate(-5px, -3px);
}
.pagination__arrow--next.hover-effect {
  -webkit-transform: translate(5px, -3px);
      -ms-transform: translate(5px, -3px);
          transform: translate(5px, -3px);
}
.pagination__arrow.is-unavailable {
  display: none;
  opacity: 0;
}

.popup-gallery {
  text-align: center;
  margin-bottom: 24px;
}
.popup-gallery ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.popup-gallery ul::after {
  clear: both;
  content: "";
  display: table;
}
.popup-gallery ul li {
  float: left;
  width: 50%;
  padding: 7px;
}
.popup-gallery__image {
  position: relative;
  width: 100%;
  padding-bottom: 56.6%;
  background-color: #888888;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  position: relative;
}
.popup-gallery__image:after {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.popup-gallery__image .pre-loader {
  z-index: 1000;
}
.popup-gallery__image.b-loaded:after {
  opacity: 0;
}
.popup-gallery__image.b-loaded .pre-loader {
  display: none;
}
.popup-gallery .show-popup-gallery {
  margin: 48px 0 0 0;
}
@media only screen and (min-width: 781px) {
  .popup-gallery ul li {
    width: 33.32%;
  }
}
@media only screen and (min-width: 1201px) {
  .popup-gallery ul li {
    width: 25%;
  }
}

.search-page {
  padding: 48px 5vw;
}
@media only screen and (min-width: 781px) {
  .search-page {
    padding: 48px 7.5vw;
  }
}
.search-page__header {
  text-align: center;
  margin: auto;
  padding: 24px 0;
}
.search-page__header form {
  position: relative;
  display: block;
  height: 71px;
  padding: 0;
  margin: 24px auto;
  max-width: 400px;
}
.search-page__header form input {
  margin: 0;
  padding: 0px 70px 0px 12px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #000000 !important;
  background-color: transparent;
  font-family: "new-hero", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.search-page__header form input::-webkit-input-placeholder {
  color: #000000;
}
.search-page__header form input::-moz-placeholder {
  color: #000000;
}
.search-page__header form input:-moz-placeholder {
  color: #000000;
}
.search-page__header form input:-ms-input-placeholder {
  color: #000000;
}
.search-page__header form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 12px;
}
.search-page__article {
  padding: 12px;
  border-top: 1px solid #dbdbdb;
}
.search-page__article__content {
  display: block;
}
.search-page__article__title {
  color: #000000;
  margin-bottom: 12px;
}
.search-page__article__desc {
  color: #000000;
  margin-bottom: 12px;
}
.search-page__empty {
  padding: 24px 0;
}

.social-feed {
  padding: 24px 0;
}
.social-feed__header {
  text-align: center;
  padding: 0 0 24px 0;
}
.social-feed .cell {
  margin-bottom: 12px;
}
.social-feed__item {
  height: 100%;
  background-color: #ffffff;
}
.social-feed__item__image__bg {
  width: 100%;
  padding-top: 71.4285714286%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  -o-transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.social-feed__item__image__bg.b-loaded {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.social-feed__item__content {
  padding: 12px;
}
.social-feed__item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-feed__item__date {
  margin: 0;
  padding: 0 0 0 6px;
  text-transform: uppercase;
  color: #888888;
}
.social-feed__item__date:focus, .social-feed__item__date:active {
  color: #888888;
}
.social-feed__item__date.hover-effect {
  color: #888888;
  opacity: 0.6;
}
.social-feed__item__label {
  padding: 0;
  margin: 0;
  color: #444444;
  font-size: 22px;
  line-height: 22px;
  width: 22px;
  height: 22px;
}
.social-feed__item__label:focus, .social-feed__item__label:active {
  color: black;
}
.social-feed__item__label.hover-effect {
  color: #000000;
  opacity: 0.6;
}
.social-feed__item__text {
  display: block;
  padding: 0;
  margin: 0;
  color: #444444;
}
.social-feed__item__text:focus, .social-feed__item__text:active {
  color: #444444;
}
.social-feed__item__text.hover-effect {
  color: #444444;
  opacity: 0.6;
}
@media only screen and (min-width: 1201px) {
  .social-feed__item__content {
    padding: 12px;
  }
}

.social-share {
  color: #1A1919;
  text-align: center;
}
.social-share__title {
  margin-bottom: 24px;
}
.social-share__title span {
  font-size: 14px;
  color: inherit;
}
.social-share__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-share__content ul li {
  display: block;
  margin: 0 3px;
}
.social-share__content ul li a {
  display: inline-block;
  color: inherit;
  font-size: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.social-share__content ul li a.hover-effect {
  opacity: 0.6;
}
.social-share.hide-title .social-share__title {
  display: none;
}
.social-share.is-white {
  color: #ffffff;
}

.side-navigation-container {
  margin: 0;
  padding: 0 0 48px 0;
  width: 100%;
}
.side-navigation-container .side-navigation {
  width: 100%;
}
.side-navigation-container .side-navigation__header h2 {
  margin: 0;
  padding: 0 0 6px 12px;
  border-bottom: 1px solid #AFAEB0;
}
.side-navigation-container .side-navigation__header h2 a {
  color: #1A1919;
}
.side-navigation-container .side-navigation__header h2 a:hover, .side-navigation-container .side-navigation__header h2 a:focus {
  text-decoration: underline;
}
.side-navigation-container .side-navigation__list {
  margin-bottom: 0;
}
.side-navigation-container .side-navigation__list li {
  position: relative;
  border-bottom: 1px solid #AFAEB0;
  margin: 0;
}
.side-navigation-container .side-navigation__list li a {
  color: #1A1919;
  padding: 8px 0 5px 10px;
  display: block;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.side-navigation-container .side-navigation__list li a:hover, .side-navigation-container .side-navigation__list li a:focus {
  text-decoration: underline;
}
.side-navigation-container .side-navigation__list li a *.selected {
  color: #AFAEB0;
}
.side-navigation-container .side-navigation__list .current > a {
  /* Update 24.9.2020: 
  Change current item (i.e. active page) look in side menu.
  Previously it was light color ($spun-pearl) with small contrast.
  Change it to bolded black.
  */
  font-weight: bold;
}
.side-navigation-container .side-navigation__list .current .not-current li a {
  color: #1A1919;
}
.side-navigation-container .side-navigation__list .has-children.hover-effect .open-plus, .side-navigation-container .side-navigation__list .has-children.hover-effect .open-minus {
  background-color: #000000;
}
.side-navigation-container .side-navigation__list ul {
  display: none;
}
.side-navigation-container .side-navigation__list .show-children {
  position: relative;
  padding-left: 5px;
  display: block;
  margin: 0;
}
.side-navigation-container .side-navigation__list .show-children:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #AFAEB0;
}
.side-navigation-container .side-navigation__list .show-children li {
  border-bottom: 0;
}
.side-navigation-container .side-navigation__list .show-children li a {
  padding-left: 24px;
}
.side-navigation-container .side-navigation__list .show-children li a + ul li a {
  padding-left: 48px;
}
.side-navigation-container .side-navigation__list .show-children li:last-child {
  padding-bottom: 5px;
}
.side-navigation-container .side-navigation__list .show-children li a:not(.toggle-children) {
  padding-bottom: 3px;
  padding-top: 5px;
}
.side-navigation-container .side-navigation__list .toggle-children {
  right: -5px;
  top: -6px;
  position: absolute;
  padding: 15px 15px 15px 50px;
}
.side-navigation-container .side-navigation__list .toggle-children:focus {
  outline: solid 1px black;
}
.side-navigation-container .side-navigation__list .toggle-children .open-plus, .side-navigation-container .side-navigation__list .toggle-children .open-minus {
  content: "";
  background-color: #444444;
  position: absolute;
}
.side-navigation-container .side-navigation__list .toggle-children .open-plus {
  height: 9px;
  width: 1px;
  top: 17px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.side-navigation-container .side-navigation__list .toggle-children .open-minus {
  height: 1px;
  width: 9px;
  top: 21px;
  right: 10px;
}
.side-navigation-container .side-navigation__list .showing-children > .open-plus {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side-navigation-container .side-navigation ul {
  list-style-type: none;
}
.side-navigation-container .side-navigation ul .contentList {
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 10px;
  color: white;
  height: 0px;
}
@media only screen and (min-width: 781px) {
  .side-navigation-container {
    padding: 0 0 48px 0;
    display: block;
  }
}
.social-block {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.social-block::after {
  clear: both;
  content: "";
  display: table;
}
.social-block::after {
  clear: both;
  content: "";
  display: table;
}
.social-block.border {
  border: 1px solid #888888;
}
@media only screen and (min-width: 781px) {
  .social-block {
    padding: 45px 20px;
  }
}
.social-block__intro p {
  font-size: 18px;
  line-height: 1.2em;
}
@media only screen and (min-width: 781px) {
  .social-block__intro {
    width: 50%;
    float: left;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .social-block__intro, .social-block__intro:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .social-block__intro:last-child:not(:first-child) {
    float: right;
  }
}
@media only screen and (min-width: 1201px) {
  .social-block__intro {
    width: 43.3333333333%;
    float: left;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .social-block__intro, .social-block__intro:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .social-block__intro:last-child:not(:first-child) {
    float: right;
  }
}
.social-block__media {
  list-style: none;
  list-style-type: none;
  display: block;
  padding: 5px 0 20px;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .social-block__media {
    text-align: initial;
  }
}
.social-block__media__item {
  display: inline-block;
}
.social-block__media__item.hover-effect svg path {
  fill: #000000;
}
.social-block__media__link {
  display: block;
  font-size: 29px;
  color: #000000;
  line-height: 1em;
  padding: 0 5px;
}
.social-block__media__link.hover-effect, .social-block__media__link:focus {
  color: #000000;
}
@media only screen and (min-width: 781px) {
  .social-block__media {
    padding-bottom: 0;
    padding-top: 15px;
  }
}
.social-block__newsletter [type=email] {
  margin-bottom: 7px;
  text-align: center;
  border: 3px solid #000000;
  height: 51px;
}
.social-block__newsletter [type=email]::-webkit-input-placeholder {
  text-transform: uppercase;
}
.social-block__newsletter [type=email]::-moz-placeholder {
  text-transform: uppercase;
}
.social-block__newsletter [type=email]:-ms-input-placeholder {
  text-transform: uppercase;
}
.social-block__newsletter [type=email]::-ms-input-placeholder {
  text-transform: uppercase;
}
.social-block__newsletter [type=email]::placeholder {
  text-transform: uppercase;
}
.social-block__newsletter .button {
  margin: 0;
}
@media only screen and (min-width: 781px) {
  .social-block__newsletter {
    width: 50%;
    float: left;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .social-block__newsletter, .social-block__newsletter:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .social-block__newsletter:last-child:not(:first-child) {
    float: right;
  }
}
@media only screen and (min-width: 781px) {
  .social-block__newsletter {
    width: 41.6666666667%;
    float: left;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .social-block__newsletter, .social-block__newsletter:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .social-block__newsletter:last-child:not(:first-child) {
    float: right;
  }
}

.liftupsBlocks {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 0;
}
.liftupsBlocks .liftupBlock {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position: relative;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.liftupsBlocks .liftupBlock.hover-effect .liftupBlock__title {
  background-color: #ffffff;
  color: #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.liftupsBlocks .liftupBlock.hover-effect .liftupBlock__image__bg:after {
  opacity: 0;
}
@media only screen and (min-width: 781px) {
  .liftupsBlocks .liftupBlock {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 1%;
  }
}
@media only screen and (min-width: 1201px) {
  .liftupsBlocks .liftupBlock {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.liftupsBlocks .liftupBlock__title {
  margin: 0 auto;
  padding: 12px;
  z-index: 10;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  color: #ffffff;
  position: relative;
  bottom: 0;
  -webkit-transition: bottom 2s ease;
  -o-transition: bottom 2s ease;
  transition: bottom 2s ease;
}
.liftupsBlocks .liftupBlock__image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0;
}
.liftupsBlocks .liftupBlock__image__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.liftupsBlocks .liftupBlock__image__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.25;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.card {
  margin-bottom: 48px;
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
}
.card.no-image {
  overflow: visible;
}
.card.no-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
  background-color: #efece6;
}
.card.no-image .card__meta {
  padding-top: 36px;
}
.card__image {
  width: 100%;
}
.card__image__bg {
  background-size: cover;
  background-position: center center;
}
.card__image__bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.card__image__bg.hover-effect:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.card__image__normal {
  background-size: cover;
  background-position: center center;
}
.card__image__normal:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}
.card__content {
  position: relative;
  background-color: #ffffff;
}
.no-image .card__content {
  position: absolute;
  top: 0;
  padding: 0 24px 24px;
  background-color: #efece6;
}
.card__meta {
  color: #666666;
  text-transform: uppercase;
  padding-top: 24px;
  margin-bottom: -6px;
}
.card__meta::after {
  clear: both;
  content: "";
  display: table;
}
.card__meta a span {
  margin-left: 15px;
  vertical-align: middle;
  text-align: right;
  float: right;
  color: #666666;
}
.card__meta .category {
  color: #666666;
}
.card__title {
  margin: 24px 0 12px;
  color: #1A1919;
}
.card__title__no-link {
  color: #1A1919;
  margin: 24px 0 12px;
}
.card__title:focus {
  color: #666666;
}
.card__title:hover {
  color: #666666;
}
.card__description {
  margin: 0;
  color: #666666;
  text-decoration: underline;
}
.card__description:focus, .card__description.hover-effect {
  color: #000000;
  text-decoration: underline;
}
.card__description__no-underline {
  text-decoration: none;
}
.card__cta {
  margin: 24px 0 0 0;
}
.card__cta a {
  display: inline-block;
}
.card .social {
  margin-top: 0;
  padding: 24px;
  overflow-y: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card .social .card__description {
  margin: 0 0 12px 0;
}
.card .social__icon {
  color: #444444;
  font-size: 26px;
  line-height: 26px;
  position: relative;
  top: 20px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.card .social__icon i {
  position: absolute;
  top: -5px;
}
.card .social__icon:focus, .card .social__icon:active {
  color: black;
}
.card .social__icon.hover-effect {
  color: #000000;
  opacity: 0.6;
}
.card .social__date {
  color: #000000;
  padding-left: 6px;
}
.card .social .card__meta {
  padding-top: 24px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 24px;
  margin-top: auto;
}
.card .social .card__meta .small-text, .card .social .card__meta form .fields .instructions, form .fields .card .social .card__meta .instructions {
  margin: 0;
}
.card .link-hover-underline:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #1A1919;
          text-decoration-color: #1A1919;
}
@media only screen and (min-width: 781px) {
  .card {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
}
@media only screen and (min-width: 1201px) {
  .card {
    -ms-flex-preferred-size: calc(33.3333333% - 16px);
        flex-basis: calc(33.3333333% - 16px);
  }
}
@media only screen and (min-width: 781px) {
  .article__content .card, .default-page__content .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 1201px) {
  .article__content .card, .default-page__content .card {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin: 12px;
  }
  .article__content .card:nth-child(3n), .default-page__content .card:nth-child(3n) {
    margin-right: 12px;
  }
  .article__content .card:nth-child(3n+1), .default-page__content .card:nth-child(3n+1) {
    margin-left: 12px;
  }
  .article__content .card:nth-child(2n), .default-page__content .card:nth-child(2n) {
    margin-right: 0;
  }
  .article__content .card:nth-child(2n+1), .default-page__content .card:nth-child(2n+1) {
    margin-left: 0;
  }
}
.card__label {
  border-bottom: 1px solid;
}
.card__label.hover-effect, .card__label:focus {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.card-small {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-small__image-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.card-small__image__bg {
  background-size: cover;
  background-position: center center;
}
.card-small__image__bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.card-small__image__bg.hover-effect:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.card-small__content {
  padding: 6px 0 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.card-small__location, .card-small__label, .card-small__title, .card-small__description {
  color: #666666;
}
.card-small__label {
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
}
.card-small__title {
  margin: 6px 0 0 0;
}
.card-small__title a {
  color: #1A1919;
}
.card-small__title a.hover-effect, .card-small__title afocus {
  color: #1A1919;
}
.card-small__description {
  margin-bottom: 0;
  display: none;
}
.card-small__description:focus, .card-small__description.hover-effect {
  color: #666666;
}
.card-small__cta {
  margin: 0;
  padding-top: 24px;
}
@media only screen and (min-width: 781px) {
  .card-small {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-small__image-container {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
  .card-small__content {
    padding: 12px 0 0 0;
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-small__title {
    margin-top: 12px;
  }
  .card-small__description {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1201px) {
  .card-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
  }
  .card-small__content {
    padding: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .card-small__description {
    display: block;
  }
}

.card-large {
  margin-bottom: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-large--background-color--red {
  background-color: #d38270;
}
.card-large__image {
  width: 100%;
}
.card-large__image__bg {
  background-size: cover;
  background-position: center center;
}
.card-large__image__bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
  background-color: rgba(0, 0, 0, 0.3);
}
.card-large__content {
  position: relative;
  padding: 12px;
  width: 100%;
}
.card-large__location, .card-large__label, .card-large__title, .card-large__description, .card-large__cta {
  color: #ffffff;
}
.card-large__location {
  text-transform: uppercase;
}
.card-large__location.hover-effect {
  color: #000000;
  opacity: 0.6;
}
.card-large__label {
  margin-bottom: 6px;
  display: inline-block;
  text-transform: uppercase;
}
.card-large__label.hover-effect {
  color: #ffffff;
  position: relative;
}
.card-large__label.hover-effect:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
  bottom: -3px;
  left: 0;
}
.card-large__title a {
  color: #000000;
}
.card-large__title a.hover-effect {
  color: #000000;
}
.card-large__description {
  margin-bottom: 12px;
}
.card-large__description.hover-effect, .card-large__description:focus {
  color: #ffffff;
}
.card-large__cta {
  position: relative;
}
.card-large__cta.hover-effect, .card-large__cta:focus {
  color: #ffffff;
}
.card-large__cta.hover-effect svg, .card-large__cta:focus svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.card-large__cta svg {
  right: -40px;
  bottom: 5px;
  position: absolute;
  font-size: 22px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.card-large__cta svg g {
  stroke: #ffffff !important;
}
.card-large__cta .hover {
  position: relative;
}
.card-large__cta .hover.hover-effect:after, .card-large__cta .hover:focus:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 781px) {
  .card-large {
    margin-bottom: 0;
    -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
  }
  .card-large__content {
    padding: 12px;
  }
}
@media only screen and (min-width: 1201px) {
  .card-large__content {
    padding: 12px;
  }
}

.liftup-block {
  padding: 48px 7.5vw;
  background-color: #f0eeed;
}
.liftup-block .cell {
  margin-bottom: 48px;
}
@media only screen and (min-width: 781px) {
  .liftup-block {
    padding: 72px 7.5vw;
  }
}
@media only screen and (min-width: 1441px) {
  .liftup-block {
    padding: 96px 7.5vw;
  }
}

.slider-block {
  padding: 48px 7.5vw;
  background-color: #f0eeed;
}
.slider-block__container {
  margin: 0 auto;
  max-width: 1920px;
}
@media only screen and (min-width: 781px) {
  .slider-block {
    padding: 72px 7.5vw;
  }
}
@media only screen and (min-width: 1441px) {
  .slider-block {
    padding: 96px 7.5vw;
  }
}

.locations-block {
  padding: 0 7.5vw 24px 7.5vw;
}
@media only screen and (min-width: 781px) {
  .locations-block {
    padding: 0 7.5vw 48px 7.5vw;
  }
}
@media only screen and (min-width: 1441px) {
  .locations-block {
    padding: 0 7.5vw 72px 7.5vw;
  }
}

.events-block {
  padding: 48px 7.5vw;
  background-color: #ffffff;
}
.events-block__container {
  margin: 0 auto;
  max-width: 1920px;
}
@media only screen and (min-width: 781px) {
  .events-block {
    padding: 72px 7.5vw;
  }
}
@media only screen and (min-width: 1441px) {
  .events-block {
    padding: 96px 7.5vw;
  }
}

.cards {
  margin: 0 auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}
.cards__title {
  margin: 0 0 48px 0;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 1201px) {
  .cards--normal {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 781px) {
  .cards__title {
    margin: 0 0 48px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1441px) {
  .cards__title {
    margin: 0 0 72px 0;
  }
}

.card-listing {
  padding: 0 7.5vw 0 7.5vw;
}
.card-listing__header {
  text-align: center;
  padding-bottom: 24px;
}
.card-listing__header h1,
.card-listing__header h2,
.card-listing__header h3 {
  margin-bottom: 0;
}
.card-listing__footer {
  padding-top: 24px;
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .card-listing {
    padding: 0 7.5vw 24px 7.5vw;
  }
}
@media only screen and (min-width: 1441px) {
  .card-listing {
    padding: 0 7.5vw 48px 7.5vw;
  }
  .card-listing__header {
    padding-bottom: 72px;
  }
}

.item-listing {
  padding: 48px 7.5vw;
}
.item-listing__header {
  padding-bottom: 48px;
  text-align: center;
}
.item-listing__title {
  margin-bottom: 0;
}
.item-listing__items {
  margin: 0 auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-listing__footer {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .item-listing {
    padding: 72px 7.5vw;
  }
  .item-listing__footer {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 1441px) {
  .item-listing {
    padding: 96px 7.5vw;
  }
  .item-listing__header {
    padding-bottom: 72px;
  }
}

.social-feed {
  padding: 12px 0;
  padding: 48px 7.5vw 0 7.5vw;
  background-color: #f0eeed;
}
@media only screen and (min-width: 781px) {
  .social-feed {
    padding: 72px 15vw 24px 15vw;
  }
}
@media only screen and (min-width: 1441px) {
  .social-feed {
    padding: 96px 15vw 48px 15vw;
  }
}

.frontpageMatrix .item-listing {
  padding: 48px 7.5vw 0 7.5vw;
}
.frontpageMatrix .item-listing__header {
  padding-bottom: 48px;
  text-align: center;
}
.frontpageMatrix .item-listing__title {
  margin-bottom: 0;
}
.frontpageMatrix .item-listing__items {
  margin: 0 auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frontpageMatrix .item-listing__footer {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .frontpageMatrix .item-listing {
    padding: 72px 7.5vw 24px 7.5vw;
  }
  .frontpageMatrix .item-listing__footer {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 1441px) {
  .frontpageMatrix .item-listing {
    padding: 96px 7.5vw 48px 7.5vw;
  }
  .frontpageMatrix .item-listing__header {
    padding-bottom: 72px;
  }
}
.frontpageMatrix .article-block {
  padding: 48px 7.5vw;
}
.frontpageMatrix .article-block__header {
  padding-bottom: 48px;
  text-align: center;
}
.frontpageMatrix .article-block__title {
  margin-bottom: 0;
}
.frontpageMatrix .article-block__items {
  margin: 0 auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frontpageMatrix .article-block__footer {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .frontpageMatrix .article-block {
    padding: 72px 7.5vw;
  }
  .frontpageMatrix .article-block__footer {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 1441px) {
  .frontpageMatrix .article-block {
    padding: 96px 7.5vw;
  }
  .frontpageMatrix .article-block__header {
    padding-bottom: 72px;
  }
}
.frontpageMatrix .grid-container {
  margin: 0 auto;
  max-width: 1920px;
}

.eventsLanding-template .article-categories:last-of-type {
  margin-bottom: 48px;
}
@media only screen and (min-width: 781px) {
  .eventsLanding-template .article-categories:last-of-type {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1441px) {
  .eventsLanding-template .article-categories:last-of-type {
    margin-bottom: 96px;
  }
}

.events-landing {
  padding: 48px 0 0 0;
}
.events-landing__header {
  padding: 0 0 48px 0;
  text-align: center;
}
.events-landing__header h1,
.events-landing__header h2 {
  margin-bottom: 0;
}
.events-landing .item-listing {
  padding: 0 7.5vw 0 7.5vw;
}
@media only screen and (min-width: 781px) {
  .events-landing {
    padding: 72px 0 0 0;
  }
  .events-landing .item-listing {
    padding: 0 7.5vw 24px 7.5vw;
  }
}
@media only screen and (min-width: 1441px) {
  .events-landing {
    padding: 96px 0 0 0;
  }
  .events-landing__header {
    padding: 0 0 72px 0;
  }
  .events-landing .item-listing {
    padding: 0 7.5vw 48px 7.5vw;
  }
}

.exhibitionsLanding-template .article-categories:last-of-type {
  margin-bottom: 48px;
}
@media only screen and (min-width: 781px) {
  .exhibitionsLanding-template .article-categories:last-of-type {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1441px) {
  .exhibitionsLanding-template .article-categories:last-of-type {
    margin-bottom: 96px;
  }
}

.exhibitions-landing {
  padding: 48px 0 0 0;
}
.exhibitions-landing__header {
  padding: 0 0 48px 0;
  text-align: center;
}
.exhibitions-landing__header h1,
.exhibitions-landing__header h2 {
  margin-bottom: 0;
}
.exhibitions-landing .item-listing {
  padding: 0 7.5vw 0 7.5vw;
}
@media only screen and (min-width: 781px) {
  .exhibitions-landing {
    padding: 72px 0 0 0;
  }
  .exhibitions-landing .item-listing {
    padding: 0 7.5vw 24px 7.5vw;
  }
}
@media only screen and (min-width: 1441px) {
  .exhibitions-landing {
    padding: 96px 0 0 0;
  }
  .exhibitions-landing__header {
    padding: 0 0 72px 0;
  }
  .exhibitions-landing .item-listing {
    padding: 0 7.5vw 48px 7.5vw;
  }
}

.articleLanding-template .card-listing__header {
  display: none;
}

.articles-landing {
  padding: 48px 0 0 0;
}
.articles-landing__header {
  margin: 0 auto;
  padding: 0 0 48px 0;
  text-align: center;
}
.articles-landing__header h1,
.articles-landing__header h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 781px) {
  .articles-landing {
    padding: 72px 0 0 0;
  }
}
@media only screen and (min-width: 1441px) {
  .articles-landing {
    padding: 96px 0 0 0;
  }
  .articles-landing__header {
    padding: 0 0 72px 0;
  }
}

.frontpageMatrix {
  background-color: #efece6;
}
.frontpageMatrix__header {
  padding: 0 0 48px 0;
  text-align: center;
  width: 100%;
}
.frontpageMatrix__header h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 1441px) {
  .frontpageMatrix {
    padding-bottom: 72px;
  }
}
.frontpageMatrix .article-block {
  background-color: #ffffff;
}

.content-block {
  width: 100%;
  position: relative;
}
.content-block__content {
  padding: 24px 12px;
  text-align: center;
  color: #000000;
}
.content-block__content__inner {
  max-width: 500px;
  margin: auto;
}
.content-block__content__inner h1,
.content-block__content__inner h2,
.content-block__content__inner h3,
.content-block__content__inner h4,
.content-block__content__inner h5,
.content-block__content__inner h6 {
  padding: 0;
  margin: 0 0 12px 0;
  color: inherit;
}
.content-block__content__inner p {
  color: inherit;
}
.content-block__content__inner .button {
  margin-top: 12px;
}
.content-block__image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #000000;
}
.content-block__image__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.content-block.image-background .content-block__content {
  position: relative;
  z-index: 1000;
  color: #ffffff;
  padding: 24px 12px;
}
.content-block.image-background .content-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0;
}
.content-block.image-background.has-no-content {
  padding-bottom: 100%;
}
.content-block.image-crop-center .content-block__image__bg {
  background-position: center center;
}
.content-block.image-crop-top .content-block__image__bg {
  background-position: center top;
}
.content-block.image-crop-bottom .content-block__image__bg {
  background-position: center bottom;
}
@media only screen and (min-width: 781px) {
  .content-block.image-left::after, .content-block.image-right::after {
    clear: both;
    content: "";
    display: table;
  }
  .content-block.image-left .content-block__content, .content-block.image-right .content-block__content {
    width: 50%;
    padding: 48px 24px;
  }
  .content-block.image-left .content-block__image, .content-block.image-right .content-block__image {
    width: 50%;
    padding-bottom: 0;
  }
  .content-block.image-left.has-no-content .content-block__image, .content-block.image-right.has-no-content .content-block__image {
    float: none;
    width: 100%;
    padding-bottom: 50%;
  }
  .content-block.image-left .content-block__content {
    float: right;
  }
  .content-block.image-left .content-block__image {
    float: left;
  }
  .content-block.image-right .content-block__content {
    float: left;
  }
  .content-block.image-right .content-block__image {
    float: right;
  }
  .content-block.image-background .content-block__content {
    padding: 48px 24px;
  }
  .content-block.image-background.has-no-content {
    padding-bottom: 50%;
  }
}

.videoBlock {
  margin: auto;
  width: 100%;
  max-width: 75%;
  padding: 0;
}
.videoBlock__text--white * {
  color: #ffffff;
}
.videoBlock__text--white .button {
  border-color: #ffffff;
}
.videoBlock__text--white .button.hover-effect {
  background-color: #ffffff;
  color: #000000;
}
.videoBlock__text--black * {
  color: #000000;
}

.videoContainer {
  position: relative;
  width: 100%;
  background-color: #888888;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.videoContainer__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 781px) {
  .videoContainer__wrapper {
    padding-bottom: 56.25%;
  }
}
.videoContainer__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.backgroundblendmode .videoContainer__wrapper:before {
  mix-blend-mode: multiply;
}
.videoContainer__content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.videoContainer__content__description {
  padding: 0 0 12px;
}
@media only screen and (min-width: 781px) {
  .videoContainer__content__description {
    padding: 0 24px 24px;
  }
}
.videoContainer__content__description h2 {
  padding-bottom: 12px;
}
.videoContainer__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.videoContainer__placeholder iframe {
  width: 100%;
  height: 100%;
}
.videoContainer__play-button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.videoContainer__play-button .button {
  margin: 0 auto;
}

.iframe-wrapper .hidden {
  display: none;
}
.iframe-wrapper .buttons {
  margin: auto;
  margin-bottom: 5px;
}
.iframe-wrapper .iframe-block {
  position: relative;
  padding: 12px 0;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.iframe-wrapper .iframe-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.column-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 781px) {
  .column-block {
    padding: 48px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1201px) {
  .column-block {
    padding: 72px 0;
  }
}
.column-block__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width: 781px) {
  .column-block__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.column-block__image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 24px;
  max-width: 450px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.column-block__image img {
  width: 100%;
}
@media only screen and (min-width: 781px) {
  .column-block__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 0;
  }
}
.column-block.image-left .column-block__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.column-block.image-left .column-block__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 781px) {
  .column-block.image-left .column-block__content {
    padding-left: 24px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .column-block.image-left .column-block__content {
    padding-left: 48px;
  }
}
.column-block.image-right .column-block__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.column-block.image-right .column-block__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 781px) {
  .column-block.image-right .column-block__content {
    padding-right: 24px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .column-block.image-right .column-block__content {
    padding-right: 48px;
  }
}

.servicePeriodStartDate-field div.input {
  width: 50%;
  float: left;
  margin-bottom: 12px;
  padding-right: 12px;
}
.servicePeriodStartDate-field input {
  cursor: pointer;
}

.servicePeriodEndDate-field {
  width: 50%;
  float: right;
  margin-top: -12px;
  padding-left: 12px !important;
  position: relative;
}
.servicePeriodEndDate-field .heading {
  display: none;
}
.servicePeriodEndDate-field:before {
  content: "";
  position: absolute;
  left: -3px;
  border-bottom: 1px solid black;
  width: 8px;
  height: 50%;
}
.servicePeriodEndDate-field input {
  cursor: pointer;
}

/* convert above two classes to ids.
   This is used to make to and from date inputs
   to appear in inline: 
   From data - To date
*/
#kayttolupaArkeologia-form > .fields > .tab:first-child .field:nth-child(1) div.input,
#kayttolupaArkisto-form > .fields > .tab:first-child .field:nth-child(1) div.input,
#kayttolupaKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(1) div.input,
#aineistotilausKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(1) div.input,
#aineistotilausArkisto-form > .fields > .tab:first-child .field:nth-child(1) div.input {
  width: 50%;
  float: left;
  margin-bottom: 12px;
  padding-right: 12px;
}
#kayttolupaArkeologia-form > .fields > .tab:first-child .field:nth-child(1) input,
#kayttolupaArkisto-form > .fields > .tab:first-child .field:nth-child(1) input,
#kayttolupaKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(1) input,
#aineistotilausKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(1) input,
#aineistotilausArkisto-form > .fields > .tab:first-child .field:nth-child(1) input {
  cursor: pointer;
}
#kayttolupaArkeologia-form > .fields > .tab:first-child .field:nth-child(2),
#kayttolupaArkisto-form > .fields > .tab:first-child .field:nth-child(2),
#kayttolupaKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(2),
#aineistotilausKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(2),
#aineistotilausArkisto-form > .fields > .tab:first-child .field:nth-child(2) {
  width: 50%;
  float: right;
  margin-top: -12px;
  padding-left: 12px !important;
  position: relative;
}
#kayttolupaArkeologia-form > .fields > .tab:first-child .field:nth-child(2) .heading,
#kayttolupaArkisto-form > .fields > .tab:first-child .field:nth-child(2) .heading,
#kayttolupaKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(2) .heading,
#aineistotilausKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(2) .heading,
#aineistotilausArkisto-form > .fields > .tab:first-child .field:nth-child(2) .heading {
  display: none;
}
#kayttolupaArkeologia-form > .fields > .tab:first-child .field:nth-child(2):before,
#kayttolupaArkisto-form > .fields > .tab:first-child .field:nth-child(2):before,
#kayttolupaKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(2):before,
#aineistotilausKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(2):before,
#aineistotilausArkisto-form > .fields > .tab:first-child .field:nth-child(2):before {
  content: "";
  position: absolute;
  left: -3px;
  border-bottom: 1px solid black;
  width: 8px;
  height: 50%;
}
#kayttolupaArkeologia-form > .fields > .tab:first-child .field:nth-child(2) input,
#kayttolupaArkisto-form > .fields > .tab:first-child .field:nth-child(2) input,
#kayttolupaKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(2) input,
#aineistotilausKuvakokoelmat-form > .fields > .tab:first-child .field:nth-child(2) input,
#aineistotilausArkisto-form > .fields > .tab:first-child .field:nth-child(2) input {
  cursor: pointer;
}

.resourcesMatrix .card-listing {
  padding: 48px 7.5vw 0 7.5vw;
}
.resourcesMatrix .card-listing .card__description p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .resourcesMatrix .card-listing .card__description p {
    font-size: calc(0.175vw + 13.44px);
  }
}
@media screen and (min-width: 1920px) {
  .resourcesMatrix .card-listing .card__description p {
    font-size: 16.8px;
  }
}
.resourcesMatrix .card-listing .card__description p {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .resourcesMatrix .card-listing .card__description p {
    line-height: calc(0.5vw + 18.4px);
  }
}
@media screen and (min-width: 1920px) {
  .resourcesMatrix .card-listing .card__description p {
    line-height: 28px;
  }
}
.resourcesMatrix .card-listing__header {
  padding-bottom: 48px;
  text-align: center;
}
.resourcesMatrix .card-listing__title {
  margin-bottom: 0;
}
.resourcesMatrix .card-listing__items {
  margin: 0 auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resourcesMatrix .card-listing__footer {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .resourcesMatrix .card-listing {
    padding: 72px 7.5vw 24px 7.5vw;
  }
  .resourcesMatrix .card-listing__footer {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 1441px) {
  .resourcesMatrix .card-listing {
    padding: 96px 7.5vw 48px 7.5vw;
  }
  .resourcesMatrix .card-listing__header {
    padding-bottom: 72px;
  }
}
.resourcesMatrix .cards__header {
  padding: 0 0 48px 0;
  text-align: center;
  width: 100%;
}
.resourcesMatrix .cards__header h3 {
  margin-bottom: 0;
}
.resourcesMatrix .hero__content__description {
  text-shadow: none;
}
.resourcesMatrix .hero__content__title {
  text-shadow: none;
}
.resourcesMatrix .no-image .card__content {
  width: 100%;
  height: 100%;
}
.resourcesMatrix .liftups-block__odd {
  background-color: #f0eeed;
}
.resourcesMatrix .liftups-block__odd .card__content {
  background-color: #f0eeed;
}
.resourcesMatrix .liftups-block__odd .no-image .card__content {
  background-color: #ffffff;
}
.resourcesMatrix .item-listing {
  background-color: #efece6;
}
.resourcesMatrix .item-listing .list-item__date {
  color: #666666;
}

.digitaalisetAineistot-page .hero, .digitaalisetAineistot-page .hero-video {
  background-color: #ffffff;
  text-shadow: none;
}
.digitaalisetAineistot-page .hero .hero__content__description, .digitaalisetAineistot-page .hero .button, .digitaalisetAineistot-page .hero-video .hero__content__description, .digitaalisetAineistot-page .hero-video .button {
  text-shadow: none;
}
.digitaalisetAineistot-page .hero .hero__content__title, .digitaalisetAineistot-page .hero-video .hero__content__title {
  text-shadow: none;
}
.digitaalisetAineistot-page .hero .article-categories__upper__black li a, .digitaalisetAineistot-page .hero-video .article-categories__upper__black li a {
  color: #000000;
}
.digitaalisetAineistot-page .hero .article-categories__upper__black li:after, .digitaalisetAineistot-page .hero-video .article-categories__upper__black li:after {
  color: #000000;
}
.digitaalisetAineistot-page .hero .article-categories__upper__white li a, .digitaalisetAineistot-page .hero-video .article-categories__upper__white li a {
  color: #ffffff;
}
.digitaalisetAineistot-page .hero .article-categories__upper__white li:after, .digitaalisetAineistot-page .hero-video .article-categories__upper__white li:after {
  color: #ffffff;
}
.digitaalisetAineistot-page .article-categories__upper {
  margin-top: 48px;
}
.digitaalisetAineistot-page .cards__footer {
  text-align: center;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol-container.onImage {
  bottom: 0;
  right: -1px;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol-container.onImage:before {
  content: "";
  width: 50%;
  height: 10px;
  background-color: #ffffff;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol-container.onImage:after {
  content: "";
  width: 50%;
  height: 10px;
  background-color: #ffffff;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol {
  position: relative;
  width: 60px;
  height: 10px;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol:before, .digitaalisetAineistot-page .liftups-block__odd .symbol:after {
  position: absolute;
  content: "";
  width: 62px;
  height: 30px;
  border-radius: 100%;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol:before {
  left: -30px;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol:after {
  right: -30px;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol--top:before, .digitaalisetAineistot-page .liftups-block__odd .symbol--top:after {
  top: 0;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol--bottom:before, .digitaalisetAineistot-page .liftups-block__odd .symbol--bottom:after {
  bottom: -20px;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol--beige-white {
  background-color: #ffffff;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol--beige-white:before, .digitaalisetAineistot-page .liftups-block__odd .symbol--beige-white:after {
  background-color: #efece6;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol--white-beige {
  background-color: #efece6;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol--white-beige:before, .digitaalisetAineistot-page .liftups-block__odd .symbol--white-beige:after {
  background-color: #ffffff;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol--trans-beige {
  background-color: transparent;
}
.digitaalisetAineistot-page .liftups-block__odd .symbol--trans-beige:before, .digitaalisetAineistot-page .liftups-block__odd .symbol--trans-beige:after {
  background-color: #EDE9E2;
}

.page-content {
  display: none;
  padding: 12px;
  z-index: 10;
  background-color: #efece6;
}
.page-content__header h4 {
  padding: 0 0 6px 12px;
  border-bottom: 1px solid #AFAEB0;
  margin: 0;
}
.page-content ul {
  margin: 0;
}
.page-content ul li {
  border-bottom: 1px solid #AFAEB0;
}
.page-content ul li a {
  color: #1A1919;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  padding: 8px 0 5px 10px;
  display: block;
}
.page-content ul li a:hover, .page-content ul li a:focus {
  text-decoration: underline;
}
.page-content .contentList {
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 10px;
  /*padding-bottom: 5px;*/
  color: #efece6;
  height: 0px;
}
@media only screen and (min-width: 1201px) {
  .page-content {
    display: block;
  }
}

.slider-card .link-hover-underline:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #1A1919;
          text-decoration-color: #1A1919;
}
.slider-card__image {
  width: 100%;
}
.slider-card__image__bg {
  background-size: cover;
  background-position: center center;
}
.slider-card__image__bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.slider-card__image__bg.hover-effect:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.slider-card__content {
  padding: 12px 0 0 0;
}
.slider-card__location, .slider-card__label, .slider-card__description, .slider-card__cta {
  color: #666666;
}
.slider-card__location {
  margin-bottom: 3px;
  display: block;
}
.slider-card__location, .slider-card__label {
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
}
.slider-card__location.hover-effect, .slider-card__label.hover-effect {
  color: #000000;
  opacity: 0.6;
}
.slider-card__title {
  margin-top: 12px;
  margin-bottom: 0;
}
.slider-card__title a {
  color: #1A1919;
}
.slider-card__title a.hover-effect, .slider-card__title a:focus {
  color: #1A1919;
}
.slider-card__description {
  margin: 12px 0 0 0;
}
.slider-card__description.hover-effect, .slider-card__description:focus {
  color: #666666;
}
.list-item {
  margin-bottom: 48px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-item__image-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 10px;
}
@media only screen and (min-width: 781px) {
  .list-item__image-container {
    padding-bottom: 0;
  }
}
.list-item__image {
  position: relative;
}
.list-item__image__bg {
  background-size: cover;
  background-position: center center;
}
.list-item__image__bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.list-item__image__bg.hover-effect:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.list-item__content {
  padding: 6px 0 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.list-item__location, .list-item__label, .list-item__title, .list-item__description {
  color: #666666;
}
.list-item__label {
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
}
.list-item__title {
  margin: 6px 0 0 0;
}
.list-item__title a {
  color: #1A1919;
}
.list-item__title a.hover-effect, .list-item__title afocus {
  color: #1A1919;
}
.list-item__description {
  margin-bottom: 0;
  display: none;
}
.list-item__description.hover-effect, .list-item__description:focus {
  color: #666666;
}
.list-item__cta {
  margin: 0;
  padding-top: 12px;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .list-item {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-item__image-container {
    float: left;
    width: calc(50% - 12px);
  }
  .list-item__content {
    float: right;
    padding: 12px 0 0 0;
    width: calc(50% - 12px);
  }
  .list-item__title {
    margin-top: 6px;
  }
  .list-item__description {
    padding-top: 6px;
  }
}
@media only screen and (min-width: 1201px) {
  .list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
  }
  .list-item__content {
    padding: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .list-item__description {
    display: block;
  }
}

.owl-carousel .owl-item.active.firstActive .firstActive-partial {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: url("../img/arrow_left.png"), auto;
}
.owl-carousel .owl-item.active.lastActive {
  position: relative;
}
.owl-carousel .owl-item.active.lastActive .lastActive-partial {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: url("../img/arrow_right.png"), auto;
}

.banner {
  padding: 48px 7.5vw;
  position: relative;
  z-index: 1000;
  width: 100%;
  display: block;
  background-color: #1A1919;
}
.banner__content {
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.banner__content__title {
  color: #ffffff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.banner__content__description {
  margin-bottom: 48px;
  color: #ffffff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.banner__bg {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-color: #1A1919;
}
.banner__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 781px) {
  .banner {
    padding: 96px 7.5vw;
  }
}
@media only screen and (min-width: 1201px) {
  .banner {
    padding: 120px 7.5vw;
  }
}

.crumbs {
  text-align: left;
  padding: 12px 7.5vw;
  border-bottom: 1px solid #DBDBDB;
  background-color: #ffffff;
}
.crumbs li {
  display: inline-block;
  color: #000000;
}
.crumbs li a {
  color: #000000;
}
.crumbs li a:hover, .crumbs li a:focus {
  border-bottom: 1px solid #AFAEB0;
}

/* 
  Old blogs moved from other site to Craft
  and added to the end of entry html.
  Here is styling for these comments only.
*/
.CommentSection .CommentSectionTitle {
  margin-bottom: 12px;
}
@media only screen and (min-width: 781px) {
  .CommentSection .CommentSectionTitle {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1201px) {
  .CommentSection .CommentSectionTitle {
    margin-bottom: 48px;
  }
}
.CommentSection .Comment {
  margin-bottom: 12px;
  border: 1px solid black;
  padding: 24px;
}
@media only screen and (min-width: 781px) {
  .CommentSection .Comment {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1201px) {
  .CommentSection .Comment {
    margin-bottom: 48px;
  }
}

/* End old blog comments styling */
.comments-box {
  padding-bottom: 24px;
}
@media only screen and (min-width: 781px) {
  .comments-box {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 1201px) {
  .comments-box {
    padding-bottom: 120px;
  }
}
.comments-box .comment-form-container {
  margin-top: 48px;
}
.comments-box .comments-container .comment-single {
  margin-bottom: 12px;
}
@media only screen and (min-width: 781px) {
  .comments-box .comments-container .comment-single {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1201px) {
  .comments-box .comments-container .comment-single {
    margin-bottom: 48px;
  }
}
.comments-box .comments-container .comment-single .comment-container {
  border: 1px solid black;
  padding: 24px;
}
.comments-box .comments-container .comment-single .comment-container .comment-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comments-box .comments-container .comment-single .comment-container .comment-heading > * {
  margin-right: 12px;
}
.comments-box .comments-container .comment-single .comment-container .comment-heading .dropdown-menu {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments-box .comments-container .comment-single .comment-container .comment-heading .dropdown-menu li {
  margin-right: 12px;
}
.comments-box .comments-container .comment-single .comment-container .comment-heading .dropdown-menu .comment-edit {
  text-decoration: underline;
}
.comments-box .comments-container .comment-single .comment-container .comment-content {
  margin-top: 12px;
}
.comments-box .comments-container .comment-single .comment-container .comment-text a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: border-color 0.25s ease, opacity 0.25s ease;
  -o-transition: border-color 0.25s ease, opacity 0.25s ease;
  transition: border-color 0.25s ease, opacity 0.25s ease;
}
.comments-box .comments-container .comment-single .comment-container .comment-text a.hover-effect, .comments-box .comments-container .comment-single .comment-container .comment-text a:focus {
  opacity: 0.6;
}
.comments-box .comments-container .comment-single .comment-container .comment-text .edit-comment-form.hidden {
  display: none;
}
.comments-box .comments-container .comment-form {
  margin-left: 1.25rem;
  margin-bottom: 24px;
}
.comments-box .comments-container .comment-image {
  display: none;
}
/*# sourceMappingURL=app.css.map */
