@font-face {
  font-family: IBMPlexSans;
  src: url('/media/_base/fonts/IBMPlexSans-Light.ttf') format("truetype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: IBMPlexSans;
  src: url('/media/_base/fonts/IBMPlexSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: IBMPlexSans;
  src: url('/media/_base/fonts/IBMPlexSans-Medium.ttf') format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: IBMPlexSans;
  src: url('/media/_base/fonts/IBMPlexSans-SemiBold.ttf') format("truetype");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: Prata;
  src: url('/media/_base/fonts/Prata-Regular.ttf') format("truetype");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: 'sbIfont';
  src: url('/media/_base/fonts/icons/icons.eot');
  src: url('/media/_base/fonts/icons/icons.eot?#iefix') format("embedded-opentype"), url('/media/_base/fonts/icons/icons.woff2') format("woff2"), url('/media/_base/fonts/icons/icons.woff') format("woff"), url('/media/_base/fonts/icons/icons.ttf') format("truetype"), url('/media/_base/fonts/icons/icons.otf') format("opentype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'SbWeatherFont';
  src: url('/media/_base/fonts/weather/icons.eot');
  src: url('/media/_base/fonts/weather/icons.eot?#iefix') format("embedded-opentype"), url('/media/_base/fonts/weather/icons.woff2') format("woff2"), url('/media/_base/fonts/weather/icons.woff') format("woff"), url('/media/_base/fonts/weather/icons.ttf') format("truetype"), url('/media/_base/fonts/weather/icons.otf') format("opentype");
  font-weight: normal;
  font-style: normal
}

.sb {
  display: inline-block;
  font: normal normal normal 14px/1 'SbIfont';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.sb-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%
}

.sb-2x {
  font-size: 2em
}

.sb-3x {
  font-size: 3em
}

.sb-4x {
  font-size: 4em
}

.sb-5x {
  font-size: 5em
}

.sb-fw {
  width: 1.28571429em;
  text-align: center
}

.sb-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.sb-ul > li {
  position: relative
}

.sb-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center
}

.sb-li.sb-lg {
  left: -1.85714286em
}

.sb-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.sb.pull-left {
  margin-right: .3em
}

.sb.pull-right {
  margin-left: .3em
}

.sb-spin {
  -webkit-animation: sb-spin 2s infinite linear;
  animation: sb-spin 2s infinite linear
}

.sb-pulse {
  -webkit-animation: sb-spin 1s infinite steps(8);
  animation: sb-spin 1s infinite steps(8)
}

@-webkit-keyframes sb-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes sb-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.sb-rotate-90 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sb-rotate-180 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sb-rotate-270 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.sb-flip-horizontal {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.sb-flip-vertical {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .sb-rotate-90, :root .sb-rotate-180, :root .sb-rotate-270, :root .sb-flip-horizontal, :root .sb-flip-vertical {
  -webkit-filter: none;
  filter: none
}

.sb-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.sb-stack-1x, .sb-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.sb-stack-1x {
  line-height: inherit
}

.sb-stack-2x {
  font-size: 2em
}

.sb-inverse {
  color: #ffffff
}

.sb-langde:before {
  content: '\f000'
}

.sb-magnifier:before {
  content: '\f001'
}

.sb-newsletter:before {
  content: '\f002'
}

.sb-menu:before {
  content: '\f003'
}

.sb-home:before {
  content: '\f004'
}

.sb-event:before {
  content: '\f005'
}

.sb-sign:before {
  content: '\f006'
}

.sb-arrow-up-right:before {
  content: '\f007'
}

.sb-bookmark:before {
  content: '\f008'
}

.sb-sb-logo:before {
  content: '\f009'
}

.sb-download:before {
  content: '\f00a'
}

.sb-breadcrumb:before {
  content: '\f00b'
}

.sb-star:before {
  content: '\f00c'
}

.sb-location:before {
  content: '\f00d'
}

.sb-imdb:before {
  content: '\f00e'
}

.sb-heart:before {
  content: '\f00f'
}

.sb-person:before {
  content: '\f010'
}

.sb-clock:before {
  content: '\f011'
}

.sb-checkmark:before {
  content: '\f012'
}

.sb-calendar:before {
  content: '\f013'
}

.sb-movie-ticket:before {
  content: '\f014'
}

.sb-speech-bubble:before {
  content: '\f015'
}

.sb-information:before {
  content: '\f016'
}

.sb-langen:before {
  content: '\f017'
}

.sb-langnl:before {
  content: '\f018'
}

.sb-langfr:before {
  content: '\f019'
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

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

figcaption, figure {
  display: block
}

.caption.show-for-small-only,
.caption.show-for-medium-only {
  display: none!important;
}

figure {
  margin: 1em 40px
}

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

main {
  display: block
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

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

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

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

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

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
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

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

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [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
}

input {
  overflow: visible
}

[type="checkbox"], [type="radio"] {
  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-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

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

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

menu {
  display: block
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

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

html {
  box-sizing: border-box;
  font-size: .9375rem
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "IBMPlexSans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: normal;
  line-height: 1.4rem;
  color: #000;
  -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: 6px
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px
}

.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: 6px;
  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
}

.grid-container {
  padding-right: 1.33333rem;
  padding-left: 1.33333rem;
  max-width: 80rem;
  margin: 0 auto
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto
}

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

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

.cell.auto {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.cell.shrink {
  -webkit-flex: 0 0 auto;
  -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 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media print, screen and (min-width: 40em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media print, screen and (min-width: 64em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media screen and (min-width: 75em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }
  .grid-x > .medium-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .grid-x > .medium-1 {
    width: 8.33333%
  }
  .grid-x > .medium-2 {
    width: 16.66667%
  }
  .grid-x > .medium-3 {
    width: 25%
  }
  .grid-x > .medium-4 {
    width: 33.33333%
  }
  .grid-x > .medium-5 {
    width: 41.66667%
  }
  .grid-x > .medium-6 {
    width: 50%
  }
  .grid-x > .medium-7 {
    width: 58.33333%
  }
  .grid-x > .medium-8 {
    width: 66.66667%
  }
  .grid-x > .medium-9 {
    width: 75%
  }
  .grid-x > .medium-10 {
    width: 83.33333%
  }
  .grid-x > .medium-11 {
    width: 91.66667%
  }
  .grid-x > .medium-12 {
    width: 100%
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }
  .grid-x > .large-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .grid-x > .large-1 {
    width: 8.33333%
  }
  .grid-x > .large-2 {
    width: 16.66667%
  }
  .grid-x > .large-3 {
    width: 25%
  }
  .grid-x > .large-4 {
    width: 33.33333%
  }
  .grid-x > .large-5 {
    width: 41.66667%
  }
  .grid-x > .large-6 {
    width: 50%
  }
  .grid-x > .large-7 {
    width: 58.33333%
  }
  .grid-x > .large-8 {
    width: 66.66667%
  }
  .grid-x > .large-9 {
    width: 75%
  }
  .grid-x > .large-10 {
    width: 83.33333%
  }
  .grid-x > .large-11 {
    width: 91.66667%
  }
  .grid-x > .large-12 {
    width: 100%
  }
}

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }
  .grid-x > .xlarge-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%
  }
  .grid-x > .xlarge-3 {
    width: 25%
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%
  }
  .grid-x > .xlarge-6 {
    width: 50%
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%
  }
  .grid-x > .xlarge-9 {
    width: 75%
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%
  }
  .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: -1.33333rem;
  margin-right: -1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1rem;
    margin-right: -1rem
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 2.66667rem);
  margin-left: 1.33333rem;
  margin-right: 1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem
  }
}

.grid-margin-x > .auto {
  width: auto
}

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

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 2.66667rem)
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 2.66667rem)
}

.grid-margin-x > .small-3 {
  width: calc(25% - 2.66667rem)
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 2.66667rem)
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 2.66667rem)
}

.grid-margin-x > .small-6 {
  width: calc(50% - 2.66667rem)
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 2.66667rem)
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 2.66667rem)
}

.grid-margin-x > .small-9 {
  width: calc(75% - 2.66667rem)
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 2.66667rem)
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 2.66667rem)
}

.grid-margin-x > .small-12 {
  width: calc(100% - 2.66667rem)
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto
  }
  .grid-margin-x > .shrink {
    width: auto
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2rem)
  }
  .grid-margin-x > .medium-auto {
    width: auto
  }
  .grid-margin-x > .medium-shrink {
    width: auto
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2rem)
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto
  }
  .grid-margin-x > .large-shrink {
    width: auto
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2rem)
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2rem)
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.33333rem;
  margin-left: -1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem
  }
}

.grid-padding-x > .cell {
  padding-right: 1.33333rem;
  padding-left: 1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

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

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

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

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

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

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

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

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

.small-up-9 > .cell {
  width: 11.11111%
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%
  }
  .medium-up-2 > .cell {
    width: 50%
  }
  .medium-up-3 > .cell {
    width: 33.33333%
  }
  .medium-up-4 > .cell {
    width: 25%
  }
  .medium-up-5 > .cell {
    width: 20%
  }
  .medium-up-6 > .cell {
    width: 16.66667%
  }
  .medium-up-7 > .cell {
    width: 14.28571%
  }
  .medium-up-8 > .cell {
    width: 12.5%
  }
  .medium-up-9 > .cell {
    width: 11.11111%
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%
  }
  .large-up-2 > .cell {
    width: 50%
  }
  .large-up-3 > .cell {
    width: 33.33333%
  }
  .large-up-4 > .cell {
    width: 25%
  }
  .large-up-5 > .cell {
    width: 20%
  }
  .large-up-6 > .cell {
    width: 16.66667%
  }
  .large-up-7 > .cell {
    width: 14.28571%
  }
  .large-up-8 > .cell {
    width: 12.5%
  }
  .large-up-9 > .cell {
    width: 11.11111%
  }
}

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%
  }
  .xlarge-up-2 > .cell {
    width: 50%
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%
  }
  .xlarge-up-4 > .cell {
    width: 25%
  }
  .xlarge-up-5 > .cell {
    width: 20%
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%
  }
  .xlarge-up-8 > .cell {
    width: 12.5%
  }
  .xlarge-up-9 > .cell {
    width: 11.11111%
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2.66667rem)
}

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

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 2.66667rem)
}

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

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

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 2.66667rem)
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 2.66667rem)
}

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

.grid-margin-x.small-up-9 > .cell {
  width: calc(11.11111% - 2.66667rem)
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.66667rem)
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.66667rem)
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2.66667rem)
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.66667rem)
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.66667rem)
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2.66667rem)
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2.66667rem)
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.66667rem)
  }
  .grid-margin-x.small-up-9 > .cell {
    width: calc(11.11111% - 2.66667rem)
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
  .grid-margin-x.medium-up-9 > .cell {
    width: calc(11.11111% - 2rem)
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
  .grid-margin-x.large-up-9 > .cell {
    width: calc(11.11111% - 2rem)
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
  .grid-margin-x.xlarge-up-9 > .cell {
    width: calc(11.11111% - 2rem)
  }
}

.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.33333%
}

.small-margin-collapse > .small-2 {
  width: 16.66667%
}

.small-margin-collapse > .small-3 {
  width: 25%
}

.small-margin-collapse > .small-4 {
  width: 33.33333%
}

.small-margin-collapse > .small-5 {
  width: 41.66667%
}

.small-margin-collapse > .small-6 {
  width: 50%
}

.small-margin-collapse > .small-7 {
  width: 58.33333%
}

.small-margin-collapse > .small-8 {
  width: 66.66667%
}

.small-margin-collapse > .small-9 {
  width: 75%
}

.small-margin-collapse > .small-10 {
  width: 83.33333%
}

.small-margin-collapse > .small-11 {
  width: 91.66667%
}

.small-margin-collapse > .small-12 {
  width: 100%
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%
  }
  .small-margin-collapse > .medium-3 {
    width: 25%
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%
  }
  .small-margin-collapse > .medium-6 {
    width: 50%
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%
  }
  .small-margin-collapse > .medium-9 {
    width: 75%
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%
  }
  .small-margin-collapse > .medium-12 {
    width: 100%
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%
  }
  .small-margin-collapse > .large-3 {
    width: 25%
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%
  }
  .small-margin-collapse > .large-6 {
    width: 50%
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%
  }
  .small-margin-collapse > .large-9 {
    width: 75%
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%
  }
  .small-margin-collapse > .large-12 {
    width: 100%
  }
}

@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%
  }
  .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: 40em) {
  .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: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%
  }
  .medium-margin-collapse > .small-3 {
    width: 25%
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%
  }
  .medium-margin-collapse > .small-6 {
    width: 50%
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%
  }
  .medium-margin-collapse > .small-9 {
    width: 75%
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%
  }
  .medium-margin-collapse > .small-12 {
    width: 100%
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%
  }
  .medium-margin-collapse > .large-3 {
    width: 25%
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%
  }
  .medium-margin-collapse > .large-6 {
    width: 50%
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%
  }
  .medium-margin-collapse > .large-9 {
    width: 75%
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%
  }
  .medium-margin-collapse > .large-12 {
    width: 100%
  }
}

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%
  }
}

@media print, screen and (min-width: 40em) {
  .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: 64em) {
  .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: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%
  }
  .large-margin-collapse > .small-3 {
    width: 25%
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%
  }
  .large-margin-collapse > .small-6 {
    width: 50%
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%
  }
  .large-margin-collapse > .small-9 {
    width: 75%
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%
  }
  .large-margin-collapse > .small-12 {
    width: 100%
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%
  }
  .large-margin-collapse > .medium-3 {
    width: 25%
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%
  }
  .large-margin-collapse > .medium-6 {
    width: 50%
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%
  }
  .large-margin-collapse > .medium-9 {
    width: 75%
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%
  }
  .large-margin-collapse > .medium-12 {
    width: 100%
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%
  }
  .large-margin-collapse > .large-3 {
    width: 25%
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%
  }
  .large-margin-collapse > .large-6 {
    width: 50%
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%
  }
  .large-margin-collapse > .large-9 {
    width: 75%
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%
  }
  .large-margin-collapse > .large-12 {
    width: 100%
  }
}

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%
  }
}

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%
  }
}

@media screen and (min-width: 75em) {
  .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% + 1.33333rem)
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.33333rem)
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.33333rem)
}

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

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

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.33333rem)
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.33333rem)
}

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

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

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.33333rem)
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.33333rem)
}

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

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

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.33333rem)
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.33333rem)
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1rem)
  }
  .medium-offset-1 {
    margin-left: 8.33333%
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .medium-offset-2 {
    margin-left: 16.66667%
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .medium-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .medium-offset-4 {
    margin-left: 33.33333%
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .medium-offset-5 {
    margin-left: 41.66667%
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .medium-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .medium-offset-7 {
    margin-left: 58.33333%
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .medium-offset-8 {
    margin-left: 66.66667%
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .medium-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .medium-offset-10 {
    margin-left: 83.33333%
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .medium-offset-11 {
    margin-left: 91.66667%
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1rem)
  }
  .large-offset-1 {
    margin-left: 8.33333%
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .large-offset-2 {
    margin-left: 16.66667%
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .large-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .large-offset-4 {
    margin-left: 33.33333%
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .large-offset-5 {
    margin-left: 41.66667%
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .large-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .large-offset-7 {
    margin-left: 58.33333%
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .large-offset-8 {
    margin-left: 66.66667%
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .large-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .large-offset-10 {
    margin-left: 83.33333%
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .large-offset-11 {
    margin-left: 91.66667%
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1rem)
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .xlarge-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .xlarge-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .xlarge-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}

.grid-y > .cell {
  width: auto
}

.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 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media print, screen and (min-width: 40em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media print, screen and (min-width: 64em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media screen and (min-width: 75em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.grid-y > .small-1 {
  height: 8.33333%
}

.grid-y > .small-2 {
  height: 16.66667%
}

.grid-y > .small-3 {
  height: 25%
}

.grid-y > .small-4 {
  height: 33.33333%
}

.grid-y > .small-5 {
  height: 41.66667%
}

.grid-y > .small-6 {
  height: 50%
}

.grid-y > .small-7 {
  height: 58.33333%
}

.grid-y > .small-8 {
  height: 66.66667%
}

.grid-y > .small-9 {
  height: 75%
}

.grid-y > .small-10 {
  height: 83.33333%
}

.grid-y > .small-11 {
  height: 91.66667%
}

.grid-y > .small-12 {
  height: 100%
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }
  .grid-y > .medium-shrink {
    height: auto
  }
  .grid-y > .medium-1 {
    height: 8.33333%
  }
  .grid-y > .medium-2 {
    height: 16.66667%
  }
  .grid-y > .medium-3 {
    height: 25%
  }
  .grid-y > .medium-4 {
    height: 33.33333%
  }
  .grid-y > .medium-5 {
    height: 41.66667%
  }
  .grid-y > .medium-6 {
    height: 50%
  }
  .grid-y > .medium-7 {
    height: 58.33333%
  }
  .grid-y > .medium-8 {
    height: 66.66667%
  }
  .grid-y > .medium-9 {
    height: 75%
  }
  .grid-y > .medium-10 {
    height: 83.33333%
  }
  .grid-y > .medium-11 {
    height: 91.66667%
  }
  .grid-y > .medium-12 {
    height: 100%
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }
  .grid-y > .large-shrink {
    height: auto
  }
  .grid-y > .large-1 {
    height: 8.33333%
  }
  .grid-y > .large-2 {
    height: 16.66667%
  }
  .grid-y > .large-3 {
    height: 25%
  }
  .grid-y > .large-4 {
    height: 33.33333%
  }
  .grid-y > .large-5 {
    height: 41.66667%
  }
  .grid-y > .large-6 {
    height: 50%
  }
  .grid-y > .large-7 {
    height: 58.33333%
  }
  .grid-y > .large-8 {
    height: 66.66667%
  }
  .grid-y > .large-9 {
    height: 75%
  }
  .grid-y > .large-10 {
    height: 83.33333%
  }
  .grid-y > .large-11 {
    height: 91.66667%
  }
  .grid-y > .large-12 {
    height: 100%
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }
  .grid-y > .xlarge-shrink {
    height: auto
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%
  }
  .grid-y > .xlarge-3 {
    height: 25%
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%
  }
  .grid-y > .xlarge-6 {
    height: 50%
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%
  }
  .grid-y > .xlarge-9 {
    height: 75%
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%
  }
  .grid-y > .xlarge-12 {
    height: 100%
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1.33333rem;
  margin-bottom: -1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

.grid-margin-y {
  margin-top: -1.33333rem;
  margin-bottom: -1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 2.66667rem);
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem
  }
}

.grid-margin-y > .auto {
  height: auto
}

.grid-margin-y > .shrink {
  height: auto
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2.66667rem)
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2.66667rem)
}

.grid-margin-y > .small-3 {
  height: calc(25% - 2.66667rem)
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2.66667rem)
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2.66667rem)
}

.grid-margin-y > .small-6 {
  height: calc(50% - 2.66667rem)
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2.66667rem)
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2.66667rem)
}

.grid-margin-y > .small-9 {
  height: calc(75% - 2.66667rem)
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2.66667rem)
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2.66667rem)
}

.grid-margin-y > .small-12 {
  height: calc(100% - 2.66667rem)
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto
  }
  .grid-margin-y > .shrink {
    height: auto
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem)
  }
  .grid-margin-y > .medium-auto {
    height: auto
  }
  .grid-margin-y > .medium-shrink {
    height: auto
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem)
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto
  }
  .grid-margin-y > .large-shrink {
    height: auto
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem)
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2rem)
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: 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-stype: -ms-autohiding-scrollbar
}

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

.cell-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: 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-stype: -ms-autohiding-scrollbar
  }
  .medium-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: 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-stype: -ms-autohiding-scrollbar
  }
  .large-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
}

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: 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-stype: -ms-autohiding-scrollbar
  }
  .xlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}

.cell .grid-y.grid-frame {
  height: 100%
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%
  }
}

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%
  }
}

.grid-margin-y {
  margin-top: -1.33333rem;
  margin-bottom: -1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 2.66667rem);
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem
  }
}

.grid-margin-y > .auto {
  height: auto
}

.grid-margin-y > .shrink {
  height: auto
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2.66667rem)
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2.66667rem)
}

.grid-margin-y > .small-3 {
  height: calc(25% - 2.66667rem)
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2.66667rem)
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2.66667rem)
}

.grid-margin-y > .small-6 {
  height: calc(50% - 2.66667rem)
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2.66667rem)
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2.66667rem)
}

.grid-margin-y > .small-9 {
  height: calc(75% - 2.66667rem)
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2.66667rem)
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2.66667rem)
}

.grid-margin-y > .small-12 {
  height: calc(100% - 2.66667rem)
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto
  }
  .grid-margin-y > .shrink {
    height: auto
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem)
  }
  .grid-margin-y > .medium-auto {
    height: auto
  }
  .grid-margin-y > .medium-shrink {
    height: auto
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem)
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto
  }
  .grid-margin-y > .large-shrink {
    height: auto
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem)
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2rem)
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem)
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem)
  }
}

@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem)
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem)
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem)
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2rem)
  }
}

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.46667rem;
  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: "IBMPlexSans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000;
  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: #282828
}

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

h2, .h2 {
  font-size: 1.2rem;
  line-height: 1.06667;
  margin-top: 0;
  margin-bottom: 1.5rem
}

h3, .h3 {
  font-size: 1.13333rem;
  line-height: 1.06667;
  margin-top: 0;
  margin-bottom: 1.5rem
}

h4, .h4 {
  font-size: 1.06667rem;
  line-height: 1.06667;
  margin-top: 0;
  margin-bottom: 1.5rem
}

h5, .h5 {
  font-size: 1.06667rem;
  line-height: 1.06667;
  margin-top: 0;
  margin-bottom: 1.5rem
}

h6, .h6 {
  font-size: 1.06667rem;
  line-height: 1.06667;
  margin-top: 0;
  margin-bottom: 1.5rem
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.66667rem
  }
  h2, .h2 {
    font-size: 1.73333rem
  }
  h3, .h3 {
    font-size: 1.46667rem
  }
  h4, .h4 {
    font-size: 1.2rem
  }
  h5, .h5 {
    font-size: 1.2rem
  }
  h6, .h6 {
    font-size: 1.2rem
  }
}

a {
  line-height: inherit;
  color: #007cc1;
  text-decoration: none;
  cursor: pointer
}

a:hover, a:focus {
  color: #000
}

a img {
  border: 0
}

hr {
  clear: both;
  max-width: 70px;
  height: 0;
  margin: 1.33333rem 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 5px solid #000;
  border-left: 0
}

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

li {
  font-size: inherit
}

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

ol {
  margin-left: 1.25rem
}

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

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: bold
}

blockquote {
  margin: 0 0 1rem;
  padding: .6rem 1.33333rem 0 1.26667rem;
  border-left: 1px solid #282828
}

blockquote, blockquote p {
  line-height: 1.46667rem;
  color: #2b2b2b
}

cite {
  display: block;
  font-size: .86667rem;
  color: #2b2b2b
}

cite:before {
  content: "— "
}

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

figure {
  margin: 0
}

code {
  padding: .13333rem .33333rem .06667rem;
  border: 1px solid #282828;
  background-color: #f7f6f6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000
}

kbd {
  margin: 0;
  padding: .13333rem .26667rem 0;
  background-color: #f7f6f6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
  border-radius: 6px
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #2b2b2b
}

.lead {
  font-size: 1.17188rem;
  line-height: 1.6
}

.stat {
  font-size: 2.5rem;
  line-height: 1
}

p + .stat {
  margin-top: -1rem
}

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

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

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

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important
  }
  .show-for-print {
    display: block !important
  }
  .hide-for-print {
    display: none !important
  }
  table.show-for-print {
    display: table !important
  }
  thead.show-for-print {
    display: table-header-group !important
  }
  tbody.show-for-print {
    display: table-row-group !important
  }
  tr.show-for-print {
    display: table-row !important
  }
  td.show-for-print {
    display: table-cell !important
  }
  th.show-for-print {
    display: table-cell !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: ''
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  pre, blockquote {
    border: 1px solid #2b2b2b;
    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
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #007cc1;
  color: #fff
}

[data-whatinput='mouse'] .button {
  outline: 0
}

.button:hover, .button:focus {
  background-color: #0069a4;
  color: #fff
}

.button.tiny {
  font-size: .6rem
}

.button.small {
  font-size: .75rem
}

.button.large {
  font-size: 1.25rem
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0
}

.button.primary {
  background-color: #007cc1;
  color: #000
}

.button.primary:hover, .button.primary:focus {
  background-color: #00639a;
  color: #000
}

.button.secondary {
  background-color: #000;
  color: #fff
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #000;
  color: #fff
}

.button.success {
  background-color: #3adb76;
  color: #000
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000
}

.button.warning {
  background-color: #ffae00;
  color: #000
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000
}

.button.alert {
  background-color: #cc4b37;
  color: #000
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000
}

.button.disabled, .button[disabled] {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007cc1;
  color: #fff
}

.button.disabled.primary, .button[disabled].primary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #007cc1;
  color: #000
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #000;
  color: #fff
}

.button.disabled.success, .button[disabled].success {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #000
}

.button.disabled.warning, .button[disabled].warning {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000
}

.button.disabled.alert, .button[disabled].alert {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000
}

.button.hollow {
  border: 1px solid #007cc1;
  color: #007cc1
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #003e61;
  color: #003e61
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #007cc1;
  color: #007cc1
}

.button.hollow.primary {
  border: 1px solid #007cc1;
  color: #007cc1
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #003e61;
  color: #003e61
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #007cc1;
  color: #007cc1
}

.button.hollow.secondary {
  border: 1px solid #000;
  color: #000
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #000;
  color: #000
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #000;
  color: #000
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear {
  border: 1px solid #007cc1;
  color: #007cc1
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent
}

.button.clear:hover, .button.clear:focus {
  border-color: #003e61;
  color: #003e61
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #007cc1;
  color: #007cc1
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent
}

.button.clear.primary {
  border: 1px solid #007cc1;
  color: #007cc1
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #003e61;
  color: #003e61
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #007cc1;
  color: #007cc1
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent
}

.button.clear.secondary {
  border: 1px solid #000;
  color: #000
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #000;
  color: #000
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #000;
  color: #000
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em
}

.button.dropdown.hollow::after {
  border-top-color: #007cc1
}

.button.dropdown.hollow.primary::after {
  border-top-color: #007cc1
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #000
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0
}

a.button:hover, a.button:focus {
  text-decoration: none
}

[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;
  box-sizing: border-box;
  width: 100%;
  height: 2.22667rem;
  margin: 0 0 1.06667rem;
  padding: .4rem .66667rem;
  border: none;
  border-radius: 6px;
  background-color: #f7f6f6;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.06667rem;
  font-weight: normal;
  line-height: 1.4rem;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -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 #f7f6f6;
  background-color: #fff;
  box-shadow: 0 0 5px #007cc1;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
  max-width: 100%
}

textarea[rows] {
  height: auto
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000
}

input::placeholder, textarea::placeholder {
  color: #000
}

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

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

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

[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 1.06667rem
}

[type='checkbox'] + label, [type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .53333rem;
  margin-right: 1.06667rem;
  margin-bottom: 0
}

[type='checkbox'] + label[for], [type='radio'] + label[for] {
  cursor: pointer
}

label > [type='checkbox'], label > [type='radio'] {
  margin-right: .53333rem
}

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

label {
  display: block;
  margin: 0;
  font-size: .93333rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000
}

label.middle {
  margin: 0 0 1.06667rem;
  padding: .53333rem 0
}

.help-text {
  margin-top: -.53333rem;
  font-size: .86667rem;
  font-style: italic;
  color: #000
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.06667rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.input-group > :first-child {
  border-radius: 6px 0 0 6px
}

.input-group > :last-child > * {
  border-radius: 0 6px 6px 0
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #282828;
  background: #000;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: 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-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -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 {
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.06667rem
}

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

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

.fieldset {
  margin: 1.2rem 0;
  padding: 1.33333rem;
  border: none
}

.fieldset legend {
  margin: 0;
  margin-left: -.2rem;
  padding: 0 .2rem
}

select {
  height: 2.22667rem;
  margin: 0 0 1.06667rem;
  padding: .4rem .66667rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 6px;
  background-color: #f7f6f6;
  font-family: inherit;
  font-size: 1.06667rem;
  font-weight: normal;
  line-height: 1.4rem;
  color: #000;
  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%2843, 43, 43%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.06667rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.6rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

@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 #f7f6f6;
  background-color: #fff;
  box-shadow: 0 0 5px #007cc1;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

select:disabled {
  background-color: #f7f6f6;
  cursor: not-allowed
}

select::-ms-expand {
  display: none
}

select[multiple] {
  height: auto;
  background-image: none
}

.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):-ms-input-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37
}

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

.form-error {
  display: none;
  margin-top: -.53333rem;
  margin-bottom: 1.06667rem;
  font-size: .8rem;
  font-weight: bold;
  color: #cc4b37
}

.form-error.is-visible {
  display: block
}

.accordion {
  margin-left: 0;
  background: #f7f6f6;
  list-style-type: none
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed
}

.accordion-item:first-child > :first-child {
  border-radius: 6px 6px 0 0
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 6px 6px
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f7f6f6;
  border-bottom: 0;
  font-size: .8rem;
  line-height: 1;
  color: #007cc1
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f7f6f6;
  border-radius: 0 0 6px 6px
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #f7f6f6
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+'
}

.is-active > .accordion-title::before {
  content: '\2013'
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #f7f6f6;
  border-bottom: 0;
  background-color: #fff;
  color: #000
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #f7f6f6
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.breadcrumbs::after {
  clear: both
}

.breadcrumbs li {
  float: left;
  font-size: .73333rem;
  color: #000;
  cursor: default;
  text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 .75rem;
  opacity: 1;
  content: "/";
  color: #282828
}

.breadcrumbs a {
  color: #007cc1
}

.breadcrumbs a:hover {
  text-decoration: underline
}

.breadcrumbs .disabled {
  color: #282828;
  cursor: not-allowed
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

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

.button-group::after {
  clear: both
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.button-group .button:last-child {
  margin-right: 0
}

.button-group.tiny .button {
  font-size: .6rem
}

.button-group.small .button {
  font-size: .75rem
}

.button-group.large .button {
  font-size: 1.25rem
}

.button-group.expanded .button {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.button-group.primary .button {
  background-color: #007cc1;
  color: #000
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #00639a;
  color: #000
}

.button-group.secondary .button {
  background-color: #000;
  color: #fff
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #000;
  color: #fff
}

.button-group.success .button {
  background-color: #3adb76;
  color: #000
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #000
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #000
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff;
  color: #000
}

.callout > :first-child {
  margin-top: 0
}

.callout > :last-child {
  margin-bottom: 0
}

.callout.primary {
  background-color: #cfeeff;
  color: #000
}

.callout.secondary {
  background-color: #d9d9d9;
  color: #000
}

.callout.success {
  background-color: #e1faea;
  color: #000
}

.callout.warning {
  background-color: #fff3d9;
  color: #000
}

.callout.alert {
  background-color: #f7e4e1;
  color: #000
}

.callout.small {
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem
}

.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
  background: #f7f6f6;
  box-shadow: none;
  overflow: hidden;
  color: #000
}

.card > :last-child {
  margin-bottom: 0
}

.card-divider {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.33333rem;
  background: #f7f6f6
}

.card-divider > :last-child {
  margin-bottom: 0
}

.card-section {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1.33333rem
}

.card-section > :last-child {
  margin-bottom: 0
}

.card-image {
  min-height: 1px
}

.close-button {
  position: absolute;
  color: #2b2b2b;
  cursor: pointer
}

[data-whatinput='mouse'] .close-button {
  outline: 0
}

.close-button:hover, .close-button:focus {
  color: #000
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
  outline: 0
}

.menu a, .menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem
}

.menu input, .menu select, .menu a, .menu button {
  margin-bottom: 0
}

.menu input {
  display: inline-block
}

.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.menu.expanded li {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.menu.simple {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.menu.simple li + li {
  margin-left: 1rem
}

.menu.simple a {
  padding: 0
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .menu.medium-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
  .menu.medium-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .menu.large-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
  .menu.large-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .menu.xlarge-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .menu.xlarge-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
  .menu.xlarge-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem
}

.menu.icons a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.menu.icon-left li a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
  margin-right: .25rem
}

.menu.icon-right li a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
  margin-left: .25rem
}

.menu.icon-top li a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center
}

.menu.icon-bottom li a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center
}

.menu .is-active > a {
  background: rgba(0, 0, 0, 0);
  color: #000
}

.menu .active > a {
  background: rgba(0, 0, 0, 0);
  color: #000
}

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

.menu.align-right li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.menu.align-right li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.menu.align-right.vertical li {
  display: block;
  text-align: right
}

.menu.align-right.vertical li .submenu li {
  text-align: right
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0
}

.menu.align-center li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.menu.align-center li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit
}

.menu-centered > .menu {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.menu-centered > .menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.menu-centered > .menu li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
  display: none
}

.is-drilldown {
  position: relative;
  overflow: hidden
}

.is-drilldown li {
  display: block
}

.is-drilldown.animate-height {
  transition: height 0.5s
}

.drilldown a {
  padding: .66667rem;
  background: rgba(0, 0, 0, 0)
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: linear-gradient(-45deg, #003a5b 20%, #007cc1 60%, #fff 100%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
  padding: .66667rem
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative
}

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #007cc1
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #007cc1 transparent transparent
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: auto;
  padding: 0;
  visibility: hidden;
  display: none;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1rem
}

.dropdown-pane.is-opening {
  display: block
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block
}

.dropdown-pane.tiny {
  width: 100px
}

.dropdown-pane.small {
  width: 200px
}

.dropdown-pane.large {
  width: 400px
}

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1.06667rem;
  padding-bottom: 75%;
  overflow: hidden
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 6px;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #007cc1;
  color: #fff
}

.label.primary {
  background: #007cc1;
  color: #000
}

.label.secondary {
  background: #000;
  color: #fff
}

.label.success {
  background: #3adb76;
  color: #000
}

.label.warning {
  background: #ffae00;
  color: #000
}

.label.alert {
  background: #cc4b37;
  color: #000
}

.media-object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.media-object img {
  max-width: none
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%
  }
}

.media-object-section {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.media-object-section:first-child {
  padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem
}

.media-object-section > :last-child {
  margin-bottom: 0
}

.media-object-section.main-section {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.is-off-canvas-open {
  overflow: hidden
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease, visibility .5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0)
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0
}

.off-canvas.is-transition-push {
  z-index: 12
}

.off-canvas.is-closed {
  visibility: hidden
}

.off-canvas.is-transition-overlap {
  z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0)
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0
}

.off-canvas-absolute.is-transition-push {
  z-index: 12
}

.off-canvas-absolute.is-closed {
  visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 290px;
  -webkit-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  transform: translateX(-290px)
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  transform: translateX(-290px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(290px);
  -ms-transform: translateX(290px);
  transform: translateX(290px)
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25)
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 290px;
  -webkit-transform: translateX(290px);
  -ms-transform: translateX(290px);
  transform: translateX(290px)
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(290px);
  -ms-transform: translateX(290px);
  transform: translateX(290px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  transform: translateX(-290px)
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25)
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 290px;
  -webkit-transform: translateY(-290px);
  -ms-transform: translateY(-290px);
  transform: translateY(-290px)
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-290px);
  -ms-transform: translateY(-290px);
  transform: translateY(-290px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(290px);
  -ms-transform: translateY(290px);
  transform: translateY(290px)
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25)
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 290px;
  -webkit-transform: translateY(290px);
  -ms-transform: translateY(290px);
  transform: translateY(290px)
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(290px);
  -ms-transform: translateY(290px);
  transform: translateY(290px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-290px);
  -ms-transform: translateY(-290px);
  transform: translateY(-290px)
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25)
}

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-left.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 290px
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 290px
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-right.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 290px
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 290px
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-top.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 290px
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 290px
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 290px
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 290px
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-left.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 290px
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 290px
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-right.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 290px
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 290px
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-top.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 290px
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 290px
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-bottom.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 290px
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 290px
  }
}

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 290px
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 290px
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 290px
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 290px
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 290px
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 290px
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 290px
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 290px
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none
  }
}

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none
  }
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.pagination::after {
  clear: both
}

.pagination li {
  margin-right: .06667rem;
  border-radius: 0;
  font-size: .93333rem;
  display: none
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block
  }
}

.pagination a, .pagination button {
  display: block;
  padding: 0 .26667rem;
  border-radius: 0;
  color: #000
}

.pagination a:hover, .pagination button:hover {
  background: #007cc1
}

.pagination .current {
  padding: 0 .26667rem;
  background: #007cc1;
  color: #fff;
  cursor: default
}

.pagination .disabled {
  padding: 0 .26667rem;
  color: #f7f6f6;
  cursor: not-allowed
}

.pagination .disabled:hover {
  background: transparent
}

.pagination .ellipsis::after {
  padding: 0 .26667rem;
  content: '\2026';
  color: #000
}

.pagination-previous a::before, .pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'
}

.pagination-next a::after, .pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'
}

.slider {
  position: relative;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f7f6f6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: .5rem;
  background-color: #f7f6f6;
  transition: all 0.2s ease-in-out
}

.slider-fill.is-dragging {
  transition: all 0s linear
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #007cc1;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0
}

.slider-handle:hover {
  background-color: #0069a4
}

.slider-handle.is-dragging {
  transition: all 0s linear
}

.slider.disabled, .slider[disabled] {
  opacity: .25;
  cursor: not-allowed
}

.slider.vertical {
  display: inline-block;
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

.slider.vertical .slider-fill {
  top: 0;
  width: .5rem;
  max-height: 100%
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.7rem;
  height: 1.7rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sticky-container {
  position: relative
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%
}

.sticky.is-stuck.is-at-top {
  top: 0
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0
}

body.is-reveal-open {
  overflow: hidden
}

html.is-reveal-open, html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto
}

[data-whatinput='mouse'] .reveal {
  outline: 0
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0
  }
}

.reveal .column {
  min-width: 0
}

.reveal > :last-child {
  margin-bottom: 0
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 80rem
  }
}

.reveal.collapse {
  padding: 0
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 80rem
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 80rem
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 80rem
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
  }
}

.reveal.without-overlay {
  position: fixed
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 6px
}

thead, tbody, tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff
}

caption {
  padding: .53333rem .66667rem .66667rem;
  font-weight: bold
}

thead {
  background: #f9f9f9;
  color: #000
}

tfoot {
  background: #f2f2f2;
  color: #000
}

thead tr, tfoot tr {
  background: transparent
}

thead th, thead td, tfoot th, tfoot td {
  padding: .53333rem .66667rem .66667rem;
  font-weight: bold;
  text-align: left
}

tbody th, tbody td {
  padding: .53333rem .66667rem .66667rem
}

tbody tr:nth-child(odd) {
  background-color: #f2f2f2
}

table.unstriped tbody {
  background-color: #fff
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none
  }
  table.stack tfoot {
    display: none
  }
  table.stack tr, table.stack th, table.stack td {
    display: block
  }
  table.stack td {
    border-top: 0
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto
}

table.hover thead tr:hover {
  background-color: #f4f4f4
}

table.hover tfoot tr:hover {
  background-color: #ededed
}

table.hover tbody tr:hover {
  background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(odd):hover {
  background-color: #ededed
}

.table-scroll {
  overflow-x: auto
}

.table-scroll table {
  width: auto
}

.tabs {
  margin: 0;
  border: 1px solid none;
  background: #fff;
  list-style-type: none
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.tabs::after {
  clear: both
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto
}

.tabs.simple > li > a {
  padding: 0
}

.tabs.simple > li > a:hover {
  background: transparent
}

.tabs.primary {
  background: #007cc1
}

.tabs.primary > li > a {
  color: #000
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #0086d1
}

.tabs-title {
  float: left
}

.tabs-title > a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 1.06667rem;
  line-height: 1;
  color: #000
}

.tabs-title > a:hover {
  background: #007cc1;
  color: #000
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #007cc1;
  color: #fff
}

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: rgba(0, 0, 0, 0);
  color: #000;
  transition: all 0.5s ease
}

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0
}

.tabs-panel {
  display: none;
  padding: 0
}

.tabs-panel.is-active {
  display: block
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 0
}

a.thumbnail {
  transition: box-shadow 200ms ease-out
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 124, 193, 0.5)
}

a.thumbnail image {
  box-shadow: none
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #2b2b2b;
  font-weight: bold;
  cursor: help
}

.tooltip {
  position: absolute;
  top: calc(100% + .6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: .75rem;
  border-radius: 6px;
  background-color: #000;
  font-size: 80%;
  color: #fff
}

.tooltip::before {
  position: absolute
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
  bottom: 100%
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  left: 100%
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto
}

.tooltip.align-left::before {
  left: 10%;
  right: auto
}

.tooltip.align-right::before {
  left: auto;
  right: 10%
}

.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.33333rem 0 0 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap
}

.top-bar, .top-bar ul {
  background-color: rgba(0, 0, 0, 0)
}

.top-bar ul ul {
  background-color: #fff
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0
}

.top-bar input.button {
  width: auto
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.top-bar .top-bar-left {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: auto
}

.top-bar .top-bar-right {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.top-bar-title {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left, .top-bar-right {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6
}

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

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

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

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

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

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

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

.flex-dir-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

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

.flex-dir-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

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

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

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

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

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-.75turn);
  -ms-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(.75turn);
  -ms-transform: rotate(.75turn);
  transform: rotate(.75turn);
  opacity: 0
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(.75turn);
  -ms-transform: rotate(.75turn);
  transform: rotate(.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-.75turn);
  -ms-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  opacity: 0
}

.slow {
  transition-duration: 750ms !important
}

.fast {
  transition-duration: 250ms !important
}

.linear {
  transition-timing-function: linear !important
}

.ease {
  transition-timing-function: ease !important
}

.ease-in {
  transition-timing-function: ease-in !important
}

.ease-out {
  transition-timing-function: ease-out !important
}

.ease-in-out {
  transition-timing-function: ease-in-out !important
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
  transition-delay: 300ms !important
}

.long-delay {
  transition-delay: 700ms !important
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.shake, .spin-cw, .spin-ccw, .wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important
}

.relative {
  position: relative
}

.v-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.o-hidden {
  overflow: hidden
}

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

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
    color: #fff
  }
  50% {
    background-position: 100% 50%;
    color: #007cc1
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
    color: #fff
  }
  50% {
    background-position: 100% 50%;
    color: #007cc1
  }
  100% {
    background-position: 0% 50%
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(0, 124, 193, 0.5)
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(97, 183, 34, 0)
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(0, 124, 193, 0.5)
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(97, 183, 34, 0)
  }
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase
}

.component-headline h1 {
  margin-bottom: .66667rem
}

body {
  overflow-x: hidden
}

.thumbnail:after {
  content: ' ';
  display: table
}

.thumbnail img {
  width: 100%
}

img.thumbnail {
  width: 100%
}

.component-link-vertical .caption {
  margin-top: -1rem
}

.component-link-horizontal .thumbnail {
  margin-bottom: 0
}

img {
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.subheadline {
  text-transform: none;
  font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}

iframe {
  width: 100%;
  max-width: 100%
}

.hp-layout {
  display: none
}

.content a, p a, address a, .component-breadcrumbs a, .list-unstyled a, .link-list a {
  background-image: linear-gradient(120deg, #007cc1 0%, #007cc1 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 100%;
  font-weight: bold;
  color: #000;
  transition: all 0.15s ease-in
}

.content a:hover, p a:hover, address a:hover, .component-breadcrumbs a:hover, .list-unstyled a:hover, .link-list a:hover {
  background-size: 100% 98%;
  color: #fff
}

.content button, .content a.button, .content .download-title, .no-bg {
  background-image: none !important
}

.content button a, .content a.button a, .content .download-title a, .no-bg a {
  background-image: none !important
}

.content button, .content a.button {
  color: #fff
}

.cmp {
  margin-bottom: 2.33333rem
}

.hidden {
  display: none
}

address {
  font-style: normal
}

.cmp-title {
  margin-bottom: 1.66667rem
}

.link-ellipse {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: text-top;
  max-width: 65%;
  white-space: nowrap;
  cursor: pointer
}

header i.sb.sb-event.active:after, footer i.sb.sb-event.active:after {
  content: '•';
  position: absolute;
  top: 105%;
  left: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.list-unstyled {
  list-style: none;
  margin-left: 0
}

.in-front {
  z-index: 901
}

.grey-bg {
  background-color: #f7f6f6
}

.border-radius {
  overflow: hidden;
  border-radius: 25px 0 25px 0
}

aside .sidebar-content a {
  overflow-wrap: break-word;
  word-wrap: break-word
}

table {
  width: 100% !important
}

table td {
  vertical-align: top
}

table table {
  margin: 0;
  border-radius: 0
}

table table tbody {
  border: none;
  background-color: transparent
}

table table tbody tr:nth-child(odd), table table tbody tbody tr:nth-child(even) {
  background-color: transparent
}

table table tbody td {
  padding: 0
}

dl {
  margin: 0;
  padding: 0
}

@media screen and (min-width: 640px) {
  dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

dt {
  margin: .5em 2% 0 0;
  padding: 0;
  font-weight: bold
}

@media screen and (min-width: 640px) {
  dt {
    width: 20%;
    display: inline-block
  }
}

dd {
  margin: .5em 0 .5em;
  padding: 0
}

@media screen and (min-width: 640px) {
  dd {
    width: 75%;
    display: inline-block
  }
}

.start-page .caption {
  display: none
}

button, a.button {
  font-weight: bold
}

button:not([type="submit"]) .sb, a.button:not([type="submit"]) .sb {
  font-size: 1.5em;
  vertical-align: middle
}

button:focus, a.button:focus {
  outline: #007cc1 auto 1px
}

button.primary, a.button.primary {
  background-color: #007cc1;
  color: #000
}

button.primary:hover, a.button.primary:hover {
  background-color: #003a5b
}

button.inverted, a.button.inverted {
  background-color: transparent;
  color: #000;
  border: 2px solid #007cc1
}

button.inverted:hover, a.button.inverted:hover {
  background-color: #007cc1
}

button.inverted.red, a.button.inverted.red {
  border: 2px solid #cc4b37
}

button.inverted.red:hover, a.button.inverted.red:hover {
  background-color: #cc4b37;
  color: #fff
}

.newsletter-btn {
  display: inline-block;
  padding: .33333rem .66667rem;
  border-radius: 6px;
  background-color: #f7f6f6
}

.newsletter-btn i {
  font-size: 1.7rem
}

.newsletter-btn:hover {
  background-color: #007cc1;
  color: #fff
}

.newsletter-btn:focus {
  background-color: #007cc1;
  color: #fff
}

.newsletter-btn:active {
  background-color: #007cc1;
  color: #fff
}

.britz-column {
  background-color: #007cc1;
  position: relative;
  padding: .6rem;
  display: inline-block;
  padding-right: 3.66667rem;
  color: #fff;
  font-weight: bold;
  border-radius: .33333rem;
  transition: all .3s ease-in-out
}

.britz-column img {
  position: absolute;
  bottom: 0;
  right: 0
}

.britz-column:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.britz-column:hover:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
    color: #fff
  }
  50% {
    background-position: 100% 50%;
    color: #007cc1
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(0, 124, 193, 0.5)
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(97, 183, 34, 0)
  }
}

[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 {
  height: 2.8rem
}

[type='text']:focus::-webkit-input-placeholder, [type='password']:focus::-webkit-input-placeholder, [type='date']:focus::-webkit-input-placeholder, [type='datetime']:focus::-webkit-input-placeholder, [type='datetime-local']:focus::-webkit-input-placeholder, [type='month']:focus::-webkit-input-placeholder, [type='week']:focus::-webkit-input-placeholder, [type='email']:focus::-webkit-input-placeholder, [type='number']:focus::-webkit-input-placeholder, [type='search']:focus::-webkit-input-placeholder, [type='tel']:focus::-webkit-input-placeholder, [type='time']:focus::-webkit-input-placeholder, [type='url']:focus::-webkit-input-placeholder, [type='color']:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.3
}

[type='text']:focus:-ms-input-placeholder, [type='password']:focus:-ms-input-placeholder, [type='date']:focus:-ms-input-placeholder, [type='datetime']:focus:-ms-input-placeholder, [type='datetime-local']:focus:-ms-input-placeholder, [type='month']:focus:-ms-input-placeholder, [type='week']:focus:-ms-input-placeholder, [type='email']:focus:-ms-input-placeholder, [type='number']:focus:-ms-input-placeholder, [type='search']:focus:-ms-input-placeholder, [type='tel']:focus:-ms-input-placeholder, [type='time']:focus:-ms-input-placeholder, [type='url']:focus:-ms-input-placeholder, [type='color']:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.3
}

[type='text']:focus::placeholder, [type='password']:focus::placeholder, [type='date']:focus::placeholder, [type='datetime']:focus::placeholder, [type='datetime-local']:focus::placeholder, [type='month']:focus::placeholder, [type='week']:focus::placeholder, [type='email']:focus::placeholder, [type='number']:focus::placeholder, [type='search']:focus::placeholder, [type='tel']:focus::placeholder, [type='time']:focus::placeholder, [type='url']:focus::placeholder, [type='color']:focus::placeholder, textarea:focus::placeholder {
  opacity: 0.3
}

select {
  height: 2.8rem;
  line-height: 1.5
}

[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  font-weight: bold;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #007cc1;
  color: #fff
}

.component-form .control-group {
  display: inline-block;
  margin-bottom: 15px;
  width: 46%;
  vertical-align: top;
  padding-right: 15px;
  box-sizing: border-box
}

.component-form .control-group label {
  display: block
}

.component-form .control-group input[type="text"], .component-form .control-group select, .component-form .control-group textarea, .component-form .control-group input[type="file"], .component-form .control-group input[type="email"] {
  display: block;
  width: 100%
}

.component-form .control-group.formo-textarea {
  display: block
}

.component-form .control-group textarea {
  width: 100%;
  height: 200px
}

.hp-layout, aside .hp-layout {
  display: none !important
}

.error input, .error textarea, .error select {
  border: 1px solid #d10000 !important;
  box-shadow: 0 0 3px #d10000 !important
}

.error .opt-label {
  color: #d10000 !important
}

.component-form .control-group input[type="submit"], .component-accomodation-request input[type="submit"] {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 6px;
  cursor: pointer
}

#recaptcha_widget_div {
  margin-bottom: 15px
}

.recaptchatable, .recaptchatable td, .recaptchatable input {
  width: 100% !important
}

.recaptchatable .recaptcha_image_cell #recaptcha_image {
  border: 0 none !important
}

@media (max-width: 768px) {
  .component-form .control-group {
    display: block;
    width: 100%
  }
  .component-form .control-group input[type="text"], .component-form .control-group select, .component-form .control-group.formo-textarea, .component-form .control-group textarea, .component-form .control-group input[type="submit"], .component-accomodation-request input[type="submit"] {
    width: 100%
  }
  .component-form .control-group input[type="submit"], .component-accomodation-request input[type="submit"] {
    margin-top: 10px
  }
}

aside .component-form .control-group, aside .component-form .control-group input[type="text"], aside .component-form .control-group select {
  width: 100%
}

.component-form .control-group.formo-textarea {
  display: block;
  width: 96.2%
}

.component-form .control-group textarea {
  width: 100%;
  height: 200px
}

footer {
  padding: 5.33333rem 0
}

footer hr {
  width: 30px;
  margin: 1.42857rem auto;
  border-bottom: 4px solid #000
}

footer .copyright {
  display: inline-block;
  white-space: nowrap
}

@media screen and (max-width: 63.9375em) {
  footer .copyright {
    padding-bottom: .66667rem;
    margin-left: -18px
  }
}

@media screen and (max-width: 39.9375em) {
  footer .copyright {
    margin-left: 0
  }
}

footer .social-widget {
  padding-bottom: 0;
  min-height: 37px
}

footer .social-widget .social-icon {
  padding-left: 1rem
}

footer .menu {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

footer .menu li.active {
  font-weight: bold
}

footer .menu a {
  transition: all .3s ease-in-out;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-left: .33333rem
}

footer .sb-newsletter {
  vertical-align: sub
}

@media screen and (max-width: 63.9375em) {
  footer .flex-bottom {
    display: block
  }
  footer .menu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  footer .menu li {
    text-align: right
  }
  footer .menu li a {
    padding-bottom: .8rem
  }
  footer .social-widget {
    text-align: right
  }
  footer .social-widget .social-icon {
    padding-left: .66667rem
  }
  footer .social-widget .newsletter-btn {
    float: left
  }
}

.sidebar-content {
  margin: 0
}

.sidebar-content .button {
  width: 100%
}

.grid-container.wrapper {
  padding: 0
}

@media screen and (max-width: 63.9375em) {
  aside nav {
    display: none
  }
}

aside nav > .menu {
  margin-bottom: 4rem
}

aside nav > .menu > li {
  transition: all .3s ease-in-out
}

aside nav > .menu > li.active, aside nav > .menu > li:hover {
  background-color: #f7f6f6
}

aside nav > .menu > li.active > a, aside nav > .menu > li:hover > a {
  background-color: #2b2b2b;
  color: #fff;
  border-top-left-radius: 16px
}

aside nav > .menu .menu {
  margin-left: 1rem;
  margin-top: .66667rem;
  margin-bottom: .66667rem
}

aside nav > .menu .menu a {
  font-weight: normal;
  line-height: 1.2
}

aside nav > .menu .menu a:hover {
  position: relative
}

aside nav > .menu .menu a:hover:before {
  content: "\00B7";
  position: absolute;
  top: 17px;
  left: -2px;
  font-size: 30px;
  line-height: 0
}

aside nav > .menu .menu .active > a {
  position: relative;
  font-weight: bold
}

aside nav > .menu .menu .active > a:before {
  content: "\00B7";
  position: absolute;
  top: 17px;
  left: -2px;
  font-size: 30px;
  line-height: 0
}

aside nav > .menu a {
  color: #000;
  font-weight: bold
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.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;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

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

.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;
  -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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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 .owl-carousel {
  display: block
}

.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-height {
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0
}

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

.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;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-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;
  transition: opacity 400ms ease
}

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

.owl-carousel .text-block {
  background-color: #f7f6f6;
  padding: 3.66667rem 4.66667rem 2rem 2rem
}

@media screen and (max-width: 74.9375em) {
  .owl-carousel .text-block {
    padding: 2rem 2rem 2rem 2rem
  }
}

@media screen and (max-width: 63.9375em) {
  .owl-carousel .text-block {
    background-color: transparent;
    padding-right: 1.42857rem;
    padding-left: 1.42857rem
  }
}

@media screen and (max-width: 39.9375em) {
  .owl-carousel .read-more {
    display: none
  }
}

.slider-theme .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  height: 50px
}

@media screen and (max-width: 63.9375em) {
  .slider-theme .owl-nav {
    width: 100%
  }
}

@media screen and (max-width: 39.9375em) {
  .slider-theme .owl-nav {
    display: none
  }
}

.slider-theme .owl-nav [class*='owl-'] {
  color: #000;
  font-size: 35px;
  margin: 0;
  padding: 16px 10px;
  background: #007cc1;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  line-height: 0.9;
  transition: all .3s ease-in-out
}

.slider-theme .owl-nav [class*='owl-']:hover {
  background: #003a5b;
  color: #000;
  text-decoration: none
}

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

.slider-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  border-radius: 0 8px 8px 0
}

.slider-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  border-radius: 8px 0 0 8px
}

.slider-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}

.slider-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.slider-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: transparent !important
}

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

.slider-theme .owl-dots .owl-dot.active span, .slider-theme .owl-dots .owl-dot:hover span {
  background: #f7f6f6
}

.slider-theme .border-radius {
  overflow: hidden;
  border-radius: 25px 0 25px 0
}

.slider-theme.header-slider-onethird .owl-nav, .slider-theme.header-slider-onethird .owl-dots {
  width: 66.66667%
}

@media screen and (max-width: 63.9375em) {
  .slider-theme.header-slider-onethird .owl-nav, .slider-theme.header-slider-onethird .owl-dots {
    width: 100%
  }
}

.slider-theme.header-slider-onethird .owl-dots {
  left: 35%
}

@media screen and (max-width: 63.9375em) {
  .slider-theme.header-slider-onethird .owl-dots {
    left: 50%
  }
}

@media screen and (max-width: 63.9375em) {
  .header-slider.grid-container {
    padding: 0
  }
}

.owl-carousel.full-width .owl-nav {
  width: 100%;
  position: absolute;
  top: 35%
}

.owl-carousel.full-width .owl-dots {
  width: 100%;
  position: absolute;
  top: 78%;
  bottom: initial
}

@media screen and (max-width: 63.9375em) {
  .owl-carousel.full-width .owl-dots {
    position: relative;
    margin-top: 1rem;
    top: 0
  }
}

.owl-carousel.full-width h3 {
  margin-bottom: 0
}

.owl-carousel.full-width .text-block {
  background-color: transparent;
  padding: 2.33333rem 0 0;
  max-height: 115px;
  overflow-y: scroll;
  overflow-x: hidden
}

@media screen and (max-width: 63.9375em) {
  .owl-carousel.full-width .text-block {
    max-height: initial
  }
}

@media screen and (max-width: 63.9375em) {
  .owl-carousel.full-width .text-block {
    padding-right: 1.42857rem;
    padding-left: 1.42857rem
  }
}

.cmp.component-address-sidebar {
  color: #fff;
  background-color: #2b2b2b;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 25px
}

.cmp.component-address-sidebar h1, .cmp.component-address-sidebar h2, .cmp.component-address-sidebar h3, .cmp.component-address-sidebar h4 {
  color: #fff
}

.cmp.component-address-sidebar p a {
  color: #fff;
  font-weight: bold
}

.cmp.component-address-sidebar address {
  margin-bottom: 1rem;
  font-style: normal
}

.cmp.component-address-sidebar address a {
  color: #fff;
  font-weight: bold
}

.cmp.component-address-sidebar .map-holder .map-badge {
  min-height: 170px
}

.map-holder {
  position: relative;
  margin-bottom: 1rem;
  background-color: #f7f6f6;
  border: 1px solid #f7f6f6;
  border-radius: 0 18px;
  overflow: hidden;
  background-image: url(/media/_base/img/location-map.svg);
  background-position: top 15px center;
  background-repeat: no-repeat;
  background-size: 52px
}

.map-holder .map-badge {
  width: 100%;
  min-height: 150px;
  margin: 0;
  padding: 0;
  transition: all .3s ease-in-out
}

.map-holder .map-badge.show {
  min-height: 450px
}

.map-holder .show-map-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: auto;
  margin-bottom: 0
}

.map-btns {
  margin-bottom: 0;
  color: #fff
}

.map-btns a {
  color: #fff !important
}

.component-address h1, .component-address h2, .component-address h3, .component-address h4 {
  color: #fff
}

.component-address p {
  margin-bottom: 1rem;
  font-style: normal
}

.component-address p a.link-ellipse {
  color: #fff;
  font-weight: bold
}

.component-address p a.link-ellipse:hover {
  color: #000
}

.component-address .map p {
  margin-bottom: 0
}

.component-address .black-box a {
  color: #fff
}

.black-box {
  padding: 1.66667rem 3rem;
  background: #2b2b2b;
  color: #fff;
  border-radius: 18px 0
}

.black-box a {
  color: #fff !important
}

.grey-box {
  padding: 1.66667rem 3rem;
  background: #f7f6f6;
  border-radius: 18px 0
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff
}

#overlay svg {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px
}

@media screen and (max-width: 39.9375em) {
  #overlay svg {
    width: 280px;
    top: 30%
  }
}

.progress-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 250px
}

#progress {
  height: 10px;
  background: #007cc1;
  position: absolute;
  top: 0;
  left: 0
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #000
}

@media screen and (min-width: 75em) {
  #progstat {
    top: 40%
  }
}

@media print, screen and (min-width: 64em) {
  #progstat {
    top: 60%
  }
}

@media screen and (max-width: 63.9375em) {
  #progstat {
    top: 90%
  }
}

@media screen and (max-width: 39.9375em) {
  #progstat {
    top: 55%
  }
}

.pagination {
  margin-bottom: 2.33333rem
}

.pagination .disabled {
  padding: 0;
  opacity: 0
}

.pagination .previous a, .pagination .next a, .pagination .next a {
  padding: 0;
  border-radius: 0
}

.pagination .previous a:hover, .pagination .next a:hover, .pagination .next a:hover {
  background-color: #007cc1
}

.cmp.component-article-archive h3 {
  margin-bottom: 0
}

.cmp.component-article-archive p.caption {
  margin-bottom: .5rem;
  text-align: left
}

.component-article-show p.caption {
  margin-bottom: .5rem;
  text-align: left
}

.component-calendar .diasmes.table.table {
  text-align: center
}

.component-calendar .day-week td, .component-calendar td.day {
  height: 32px;
  width: 32px;
  vertical-align: middle
}

.component-calendar .day-week td a, .component-calendar td.day a {
  color: #000;
  display: block;
  width: 100%
}

.component-calendar .day-week td a:hover, .component-calendar td.day a:hover {
  background-color: #f7f6f6
}

.component-calendar .button-previous-month svg, .component-calendar .button-next-month svg {
  width: 32px;
  height: 32px
}

.component-calendar .button-previous-month svg path, .component-calendar .button-next-month svg path {
  fill: none;
  stroke: #000;
  stroke-width: 2px
}

.component-calendar .button-next-month {
  display: block;
  float: right
}

.component-calendar .month-year {
  text-align: center;
  padding-top: 6px
}

.event-list .event-item {
  background-color: #f7f6f6;
  margin-bottom: 1rem;
  transition: all .3s ease-in-out
}

.event-list .event-item:hover {
  box-shadow: rgba(0, 124, 193, 0.2) 0px 2px 2px, rgba(0, 124, 193, 0.2) 0px 4px 4px, rgba(0, 124, 193, 0.2) 0px 8px 8px
}

.event-list .event-item .event-date {
  position: relative;
  padding: 1.66667rem;
  background-color: #007cc1;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.8
}

.event-list .event-item .event-date:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 18px solid #007cc1;
  border-bottom: 13px solid transparent
}

.event-list .event-item .event-date .time {
  font-size: 1rem
}

.event-list .event-item .event-content {
  padding: 1.66667rem
}

.event-list .event-item .event-content h3 {
  display: inline-block;
  padding: .2rem
}

.event-list .event-item .event-content p {
  font-weight: normal
}

.event-list .event-item .event-content i.sb {
  font-size: 1.3rem
}

@media screen and (max-width: 39.9375em) {
  .event-list .event-item .event-content span {
    display: block;
    width: 100%
  }
}

.event-list a:hover {
  color: #000
}

.event-highlight .event-list-item {
  margin-bottom: 1.5rem
}

.event-highlight .event-list-item p {
  padding: 0 15px
}

.event-highlight .event-head {
  padding: 8px 15px;
  background: #f7f6f6
}

.event-highlight .event-specs {
  padding: 8px 15px
}

.further-dates {
  width: 100%;
  display: block
}

.component-event-detail .thumbnail img {
  overflow: hidden;
  border-bottom-right-radius: 1.33333rem;
  border-top-left-radius: 1.33333rem
}

.component-event-detail .thumbnail.pull-right {
  padding-left: 1.66667rem
}

.component-event-detail .thumbnail.pull-left {
  padding-right: 1.66667rem
}

.component-event-detail .map-placeholder p {
  margin-bottom: 0
}

.component-event-detail .tabs-panel .component-contact {
  margin-top: 1rem
}

a.dropdown-btn, button.dropdown-btn {
  position: relative;
  background-color: #fff !important;
  color: #000 !important;
  padding-right: 2.33333rem
}

a.dropdown-btn small, button.dropdown-btn small {
  color: #282828;
  padding-left: 35px
}

@media screen and (max-width: 63.9375em) {
  a.dropdown-btn small, button.dropdown-btn small {
    display: block;
    text-align: center;
    padding: 5px 0 0 0
  }
}

a.dropdown-btn.blue, button.dropdown-btn.blue {
  background-color: #007cc1;
  color: #000
}

a.dropdown-btn:after, button.dropdown-btn:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  right: 9px;
  left: auto;
  margin-top: -9px
}

a.dropdown-btn:hover, a.dropdown-btn:focus, a.dropdown-btn:active, button.dropdown-btn:hover, button.dropdown-btn:focus, button.dropdown-btn:active {
  background-color: #fff;
  color: #000
}

.dropdown-pane {
  color: #000;
  width: 480px;
  max-width: 100%;
  background-color: transparent
}

ul.dropdown-list {
  border-radius: 8px;
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 3px 21px 0 rgba(3, 19, 29, 0.64);
  max-height: 80vh;
  overflow-y: scroll
}

ul.dropdown-list .dropdown-item {
  padding: .53333rem .8rem
}

ul.dropdown-list .dropdown-item small {
  float: right
}

@media screen and (max-width: 63.9375em) {
  ul.dropdown-list .dropdown-item small {
    float: none
  }
}

ul.dropdown-list .dropdown-item:hover, ul.dropdown-list .dropdown-item:focus, ul.dropdown-list .dropdown-item:active {
  background-color: #28b2ff;
  cursor: pointer;
  color: #000
}

ul.dropdown-list .dropdown-item:hover a, ul.dropdown-list .dropdown-item:focus a, ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.reveal iframe {
  border: none;
  min-height: 500px;
  margin-top: 1rem
}

.cmp.component-contact-sidebar {
  color: #fff;
  background-color: #2b2b2b;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 25px
}

.cmp.component-contact-sidebar h1, .cmp.component-contact-sidebar h2, .cmp.component-contact-sidebar h3, .cmp.component-contact-sidebar h4 {
  color: #fff
}

.cmp.component-contact-sidebar p a.contact-link, .cmp.component-contact-sidebar address a.contact-link {
  color: #fff;
  font-weight: bold
}

.cmp.component-contact-sidebar p a.contact-link:hover, .cmp.component-contact-sidebar address a.contact-link:hover {
  color: #000
}

.cmp.component-contact-sidebar address {
  font-style: normal
}

.component-contact .black-box h1, .component-contact .black-box h2, .component-contact .black-box h3, .component-contact .black-box h4 {
  color: #fff;
  margin-top: 1rem
}

.component-contact .thumbnail {
  margin-bottom: 0
}

.cmp.component-breadcrumbs {
  margin-top: .66667rem;
  margin-bottom: .66667rem
}

.cmp.component-breadcrumbs .sb-breadcrumb {
  vertical-align: middle;
  font-size: 1.8em;
  padding-right: .53333rem
}

.cmp.component-breadcrumbs .grid-container {
  font-size: .8rem;
  font-weight: bold;
  color: #2b2b2b
}

.cmp.component-breadcrumbs .grid-container a {
  font-size: .8rem;
  font-weight: bold
}

@media screen and (max-width: 39.9375em) {
  .hide-for-large .cmp.component-breadcrumbs .sb-breadcrumb {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5rem;
    padding: 0
  }
}

.component-mobile-breadcrumbs {
  position: absolute;
  top: 100%;
  background-color: #fff
}

.component-mobile-breadcrumbs a {
  display: none
}

@media print, screen and (min-width: 40em) {
  .component-mobile-breadcrumbs {
    display: none
  }
}

.language-switcher {
  cursor: pointer
}

.language-switcher button {
  padding: 0;
  color: #000;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  transition: .3s ease-in-out
}

.language-switcher button:hover {
  color: #007cc1
}

.language-switcher .sb-langde {
  vertical-align: middle;
  font-size: 2rem !important
}

.language-switcher .dropdown-pane {
  width: auto
}

.language-switcher .dropdown-pane .sb {
  padding-left: 0 !important;
  font-size: 2.66667rem !important
}

.language-switcher .dropdown-pane .sb:hover {
  color: #000 !important
}

header {
  position: relative;
  z-index: 3;
  padding-bottom: 1.2rem
}

@media print, screen and (min-width: 64em) {
  header {
    height: 160px
  }
}

header .disabled {
  display: none !important
}

header nav.top-navigation {
  background-color: #fff;
  transition: .3s ease-in-out
}

@media screen and (max-width: 63.9375em) {
  header nav.top-navigation {
    top: 0 !important
  }
}

header nav.top-navigation .logo {
  width: auto;
  max-height: 75px;
  height: 100%
}

@media screen and (max-width: 63.9375em) {
  header nav.top-navigation .logo {
    max-height: 44px
  }
}

header nav.top-navigation .top-bar {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width: 63.9375em) {
  header nav.top-navigation .top-bar {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

header nav.top-navigation a.disabled {
  opacity: 0.2;
  display: none
}

@media print, screen and (min-width: 40em) {
  header nav.top-navigation .top-bar-right .nav-widget-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    text-align: right
  }
  header nav.top-navigation .top-bar-right .nav-widget-area a .sb {
    font-size: 2rem;
    color: #000;
    transition: all .3s ease-in-out
  }
  header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #007cc1
  }
  header nav.top-navigation .top-bar-right .nav-widget-area .input-group {
    width: auto;
    min-width: 250px;
    margin-bottom: 0
  }
  header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #007cc1;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  header nav.top-navigation .top-bar-right .nav-widget-area > div {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 1rem
  }
  header nav.top-navigation .top-bar-right .nav-widget-area > div .sb-sb-logo {
    font-size: 3rem
  }
  header nav.top-navigation .top-bar-right .menu {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  header nav.top-navigation .top-bar-right .menu li:last-of-type a {
    padding-right: 0
  }
  header nav.top-navigation .top-bar-right .menu li a {
    color: #000;
    font-weight: bold;
    font-size: 1.06667rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    margin-top: 1.66667rem;
    margin-bottom: 0;
    margin-left: 1.2rem;
    padding: 0 0 1.93333rem 0;
    position: relative
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header nav.top-navigation .top-bar-right .menu li a {
    float: none;
    display: block
  }
}

@media print, screen and (min-width: 40em) {
  header nav.top-navigation .top-bar-right .menu li a:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    content: "";
    background-color: #007cc1;
    transition: width .3s ease
  }
  header nav.top-navigation .top-bar-right .menu li a:hover {
    text-decoration: none;
    color: #007cc1
  }
  header nav.top-navigation .top-bar-right .menu li a:hover:after {
    width: 100%
  }
  header nav.top-navigation .top-bar-right .menu li a:focus:after {
    width: 100%
  }
  header nav.top-navigation .top-bar-right .menu li a:active:after {
    width: 100%
  }
  header nav.top-navigation .top-bar-right .menu li.active a {
    background-color: transparent;
    color: #007cc1
  }
  header nav.top-navigation .top-bar-right .menu li.active a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #007cc1;
    transition: width .3s ease
  }
}

header nav.top-navigation.is-stuck {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff
}

header nav.top-navigation.is-stuck .top-bar {
  padding-top: .66667rem;
  padding-bottom: 0
}

header nav.top-navigation.is-stuck .top-bar-left {
  padding-bottom: 0
}

header nav.top-navigation.is-stuck .logo {
  max-height: 44px;
  padding-bottom: 10px
}

header nav.top-navigation.is-stuck .nav-widget-area {
  display: none
}

header nav.top-navigation.is-stuck .menu li a {
  margin-top: 0
}

header nav.top-navigation .responsive-header.top-bar-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  padding-top: 0;
  padding-bottom: .33333rem
}

header nav.top-navigation .responsive-header.top-bar-right button.language-dropdown {
  margin: 0
}

header nav.top-navigation .responsive-header.top-bar-right i {
  font-size: 2rem;
  width: auto;
  vertical-align: bottom;
  margin: 0;
  padding-left: 1.33333rem;
  color: #000;
  cursor: pointer;
  transition: all .3s ease-in-out
}

header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #007cc1
}

@media print, screen and (min-width: 64em) {
  .standart-page header .top-bar {
    border-bottom: 5px solid #000
  }
  .standart-page header .top-bar .top-bar-right {
    margin-bottom: -5px
  }
  .standart-page header .is-stuck .top-bar {
    border-bottom: none
  }
  .standart-page header .is-stuck .top-bar-right {
    margin-bottom: -10px
  }
}

.mobile-footer-nav {
  background-color: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3)
}

.mobile-footer-nav .menu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.mobile-footer-nav .menu li.disabled {
  opacity: 0
}

.mobile-footer-nav .menu li a, .mobile-footer-nav .menu li .sb-menu {
  color: #000;
  font-size: 2.2rem;
  padding: 0.7rem 1rem;
  cursor: pointer;
  transition: all .3s ease-in-out
}

.mobile-footer-nav .menu li a:hover, .mobile-footer-nav .menu li .sb-menu:hover {
  color: #007cc1
}

.mobile-footer-nav .menu li i.sb-menu:focus, .mobile-footer-nav .menu li i.sb-menu:active, .mobile-footer-nav .menu li i.sb-menu:hover {
  color: #000
}

.mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #007cc1
}

.mobile-footer-nav .menu li i.sb-menu[aria-expanded="false"] {
  color: #000
}

.mobile-footer-nav .sb-event {
  position: relative
}

.mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #007cc1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%
}

.off-canvas {
  background-color: #007cc1;
  background: linear-gradient(-45deg, #003a5b 20%, #007cc1 60%, #fff 100%);
  background-size: 300% 300%;
  -webkit-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite
}

.off-canvas .menu a {
  color: #fff
}

.off-canvas .drilldown.vertical.menu > li {
  padding-left: 25px
}

.off-canvas .drilldown.vertical.menu > li:first-child {
  padding-top: 45px
}

.off-canvas .drilldown.vertical.menu > li > a {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase
}

.off-canvas .drilldown .js-drilldown-back {
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;
  font-size: .93333rem
}

.off-canvas .drilldown .is-drilldown-submenu {
  padding-top: 3rem;
  padding-left: 1.66667rem
}

.off-canvas .drilldown .submenu.is-drilldown-submenu {
  min-height: 100vh;
  background: linear-gradient(-45deg, #003a5b 20%, #007cc1 60%, #fff 100%);
  background-size: 300% 300%;
  -webkit-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite
}

.off-canvas .drilldown .is-submenu-parent-item.is-submenu-item.is-drilldown-submenu-item {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase
}

.cmp.blockquote .inline {
  display: inline-block
}

blockquote, q {
  font-family: Prata;
  font-size: 1.66667rem;
  line-height: 1.3;
  display: inline-block;
  border-left: 8px solid #007cc1;
  width: 45%;
  float: left;
  margin: .33333rem 0;
  padding: .64286rem 1.42857rem .64286rem 1.35714rem
}

blockquote cite, q cite {
  font-family: IBMPlexSans;
  font-size: .66667rem;
  font-style: normal;
  margin-top: .53333rem
}

blockquote cite:before, q cite:before {
  content: ''
}

@media screen and (max-width: 63.9375em) {
  blockquote, q {
    width: 100%
  }
}

blockquote:before, q:before {
  content: ''
}

blockquote:after, q:after {
  content: ''
}

blockquote.right, q.right {
  float: right;
  text-align: right;
  border-left: none;
  border-right: 8px solid #007cc1
}

blockquote.round, q.round {
  border: none;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0
}

blockquote.round .circle, q.round .circle {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 300px;
  margin: 2.33333rem 1.33333rem 2.33333rem 0;
  border-radius: 50%;
  text-align: center;
  border: 8px solid #007cc1
}

@media screen and (max-width: 39.9375em) {
  blockquote.round .circle, q.round .circle {
    display: block;
    width: 280px;
    height: 280px;
    margin: .66667rem auto;
    font-size: 1.46667rem
  }
}

blockquote.round .circle span, q.round .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 220px;
  width: 100%
}

blockquote.round.right .circle, q.round.right .circle {
  margin: 2.33333rem 0 2.33333rem 1.33333rem
}

@media screen and (max-width: 39.9375em) {
  blockquote.round.right .circle, q.round.right .circle {
    margin: .66667rem auto
  }
}

@media screen and (max-width: 39.9375em) {
  blockquote.round, q.round {
    display: block;
    width: 100%
  }
}

@media screen and (max-width: 39.9375em) {
  .columns {
    margin-bottom: 0
  }
}

.columns img {
  margin-bottom: 1.66667rem
}

@media screen and (max-width: 39.9375em) {
  .columns .cell {
    margin-bottom: 1.66667rem
  }
}

@media screen and (max-width: 63.9375em) {
  .columns .cell .img-wrapper {
    position: relative
  }
  .columns .cell .img-wrapper h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(43, 43, 43, 0.9);
    padding: .33333rem;
    color: #fff
  }
}

.image-gallery .cell img {
  width: 100%
}

.image-gallery a {
  display: block;
  position: relative;
  background-image: none;
  transition: all .3s ease-in-out
}

.image-gallery a:before {
  content: '\f001';
  font-family: 'SbIfont';
  font-size: 2.66667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: all .3s ease-in-out
}

.image-gallery a:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 124, 193, 0.5);
  opacity: 0;
  transition: all .3s ease-in-out;
  z-index: 2
}

.image-gallery a:hover:before {
  opacity: 1
}

.image-gallery a:hover:after {
  opacity: 1
}

.image-gallery a:hover img {
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.1) rotate(1deg);
  -ms-transform: scale(1.1) rotate(1deg);
  transform: scale(1.1) rotate(1deg);
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 5px -2px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  background-position: 80% 40%;
  z-index: 2
}

.image-gallery a:focus img, .image-gallery a:active img {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}

@media screen and (max-width: 39.9375em) {
  .image-gallery.grid-container {
    padding-right: 2.33333rem;
    padding-left: 2.33333rem
  }
  .image-gallery .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 14px);
    margin: 7px
  }
}

.image-gallery .caption {
  position: absolute;
  top: 100%;
  right: 0;
  max-width: 100%
}

.cards .card {
  border-bottom-left-radius: 40px;
  height: 100%
}

.cards .card .card-section {
  padding: 1.33333rem
}

.cmp.content .thumbnail {
  margin: 0;
  padding: .33333rem 0 .33333rem 0
}

@media screen and (max-width: 63.9375em) {
  .cmp.content .thumbnail {
    padding: 0
  }
  .cmp.content .thumbnail img {
    width: 100%
  }
}

.cmp.content .thumbnail.pull-left {
  padding: .33333rem 1.66667rem .33333rem 0;
  max-width: 50%
}

.cmp.content .thumbnail.pull-right {
  padding: .33333rem 0 .33333rem 1.66667rem;
  max-width: 50%
}

@media screen and (max-width: 63.9375em) {
  .cmp.content .thumbnail {
    display: block;
    width: 100%;
    padding: .33333rem 0 1rem 0
  }
  .cmp.content .thumbnail.pull-left, .cmp.content .thumbnail.pull-right {
    padding: .33333rem 0 1rem 0;
    max-width: 100%
  }
  .cmp.content .thumbnail img {
    padding: 0;
    width: 100%
  }
}

.caption {
  text-align: right;
  margin: 0;
  font-size: .8rem;
  font-style: italic;
  font-weight: normal;
  color: #282828;
  padding-right: 1.66667rem
}

.cmp.downloads .download-item {
  background-color: #f7f6f6;
  text-align: center;
  padding-bottom: .33333rem
}

@media screen and (max-width: 39.9375em) {
  .cmp.downloads .download-item {
    margin-bottom: 1.66667rem
  }
}

.cmp.downloads .download-item img {
  padding-top: 0
}

.cmp.downloads .download-item .button {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: .66667rem;
  padding: .33333rem 1.33333rem .33333rem 2.86667rem;
  width: auto
}

.cmp.downloads .download-item .button i {
  padding-left: 1.66667rem;
  font-size: 2em;
  vertical-align: middle
}

.cmp.downloads .download-item .download-title {
  max-width: 75%;
  margin: 0 auto;
  display: block;
  padding-top: 1.33333rem;
  color: #000;
  font-weight: bold
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.event-teaser {
  padding: 2.66667rem 0 3rem 0;
  background-color: #007cc1;
  color: #fff
}

.event-teaser h2, .event-teaser h3 {
  color: #fff
}

.event-teaser hr {
  border-bottom: 5px solid #fff
}

.event-teaser a {
  color: #fff
}

.event-teaser .highlight-event {
  margin-bottom: 2.33333rem
}

.event-teaser .highlight-event .event-img {
  margin-bottom: .33333rem;
  box-shadow: 0 3px 21px 0 rgba(3, 19, 29, 0.64)
}

@media screen and (max-width: 39.9375em) {
  .event-teaser .highlight-event .event-img {
    margin-bottom: 1.66667rem
  }
}

.event-teaser .highlight-event .event-date {
  text-transform: uppercase
}

.event-teaser .button.white {
  background-color: #fff;
  color: #007cc1;
  margin-bottom: 0;
  margin-top: .53333rem
}

.event-teaser .button.primary {
  color: #fff
}

.event-teaser .dropdown-btn {
  width: 100%
}

.event-teaser .button.primary {
  width: 100%
}

.event-teaser .gray-wrapper {
  height: 100%;
  background-color: #2b2b2b;
  padding: 1.2rem
}

.event-teaser .recommend {
  text-transform: uppercase;
  font-weight: bold
}

.event-teaser .event-title {
  font-weight: bold
}

.event-teaser .category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 1.33333rem 2rem
}

@media screen and (max-width: 39.9375em) {
  .event-teaser .category {
    padding-top: 6.66667rem;
    background-image: url('/media/max_ophuels_preis_2018/img/bg-category.jpg');
    background-size: 120%;
    background-position: center
  }
}

.event-teaser .category > div {
  display: inline-block
}

@media screen and (max-width: 39.9375em) {
  .event-teaser .category > div {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
  .event-teaser .category > div button, .event-teaser .category > div .button {
    width: 100%;
    margin-bottom: .66667rem
  }
}

.event-teaser .category #category-dropdown {
  color: #000;
  width: 480px;
  background-color: transparent
}

@media screen and (max-width: 63.9375em) {
  .event-teaser .category #category-dropdown {
    width: 320px
  }
}

.event-teaser .category .button {
  margin: 0
}

.event-teaser .category .button.blue {
  background-color: #007cc1;
  color: #000
}

.event-teaser .category .category-title {
  font-size: 16px;
  width: 20%
}

.event-teaser .category .category-dropdown {
  width: 80%
}

.event-teaser .event-teaser-mobile-dropdown {
  display: none;
  margin-bottom: 1.66667rem
}

.event-teaser .event-teaser-mobile-dropdown .button, .event-teaser .event-teaser-mobile-dropdown button {
  margin-bottom: .66667rem
}

@media screen and (max-width: 63.9375em) {
  .event-teaser .event-teaser-mobile-dropdown {
    display: block;
    padding: 6.66667rem 2rem .33333rem;
    background-image: url('/media/_base/img/events-teaser-bg.jpg');
    background-size: 120%;
    background-position: center
  }
}

.event-teaser .slider-theme .owl-dots {
  bottom: initial;
  max-width: 100%;
  width: 100%
}

.sponsors .cell {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.component-services .service-list {
  background-color: #f7f6f6;
  padding: 2.33333rem 0 0 2.33333rem
}

@media screen and (max-width: 63.9375em) {
  .component-services .service-list {
    padding: 1rem
  }
}

.component-services .illustration {
  background-color: #f7f6f6
}

@media screen and (max-width: 63.9375em) {
  .component-services .illustration {
    background-color: transparent
  }
}

.component-services .list-unstyled {
  margin-left: 0
}

@media print, screen and (min-width: 64em) {
  .component-services .list-unstyled {
    margin-top: 1.33333rem
  }
}

.component-services svg {
  display: block;
  max-width: 450px;
  margin: 0 auto
}

.component-services a.button {
  color: #fff;
  margin-left: 1rem
}

.component-services a.button:hover {
  color: #fff
}

@media screen and (max-width: 63.9375em) {
  .component-services a.button {
    margin-left: 0;
    display: block;
    width: 100%
  }
}

@media screen and (max-width: 63.9375em) {
  .component-services button {
    margin-left: 0;
    display: block;
    width: 100%
  }
}

.component-services ul.dropdown-list {
  margin: 0
}

.component-services .dropdown-pane {
  width: auto;
  max-width: 475px
}

.tree.one circle {
  -webkit-animation: ease-in-out 4s infinite alternate wind;
  animation: ease-in-out 4s infinite alternate wind
}

.tree.one circle:nth-child(1) {
  -webkit-animation-delay: .28571s;
  animation-delay: .28571s
}

.tree.one circle:nth-child(2) {
  -webkit-animation-delay: .57143s;
  animation-delay: .57143s
}

.tree.one circle:nth-child(3) {
  -webkit-animation-delay: .85714s;
  animation-delay: .85714s
}

.tree.one circle:nth-child(4) {
  -webkit-animation-delay: 1.14286s;
  animation-delay: 1.14286s
}

.tree.one circle:nth-child(5) {
  -webkit-animation-delay: 1.42857s;
  animation-delay: 1.42857s
}

.tree.one circle:nth-child(6) {
  -webkit-animation-delay: 1.71429s;
  animation-delay: 1.71429s
}

.tree.one circle:nth-child(7) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.tree.two circle {
  -webkit-animation: ease-in-out 4s infinite alternate wind;
  animation: ease-in-out 4s infinite alternate wind
}

.tree.two circle:nth-child(1) {
  -webkit-animation-delay: .28571s;
  animation-delay: .28571s
}

.tree.two circle:nth-child(2) {
  -webkit-animation-delay: .57143s;
  animation-delay: .57143s
}

.tree.two circle:nth-child(3) {
  -webkit-animation-delay: .85714s;
  animation-delay: .85714s
}

.tree.two circle:nth-child(4) {
  -webkit-animation-delay: 1.14286s;
  animation-delay: 1.14286s
}

.tree.two circle:nth-child(5) {
  -webkit-animation-delay: 1.42857s;
  animation-delay: 1.42857s
}

.tree.two circle:nth-child(6) {
  -webkit-animation-delay: 1.71429s;
  animation-delay: 1.71429s
}

.tree.two circle:nth-child(7) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.sky {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: ease-in-out 7s infinite alternate sky2;
  animation: ease-in-out 7s infinite alternate sky2
}

@-webkit-keyframes wind {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  25% {
    -webkit-transform: translate(0, -1%);
    transform: translate(0, -1%)
  }
  75% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes wind {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  25% {
    -webkit-transform: translate(0, -1%);
    transform: translate(0, -1%)
  }
  75% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes sky1 {
  0% {
    opacity: 0.1
  }
  25% {
    opacity: 1
  }
  75% {
    opacity: 0.6
  }
  100% {
    opacity: 0.1
  }
}

@keyframes sky1 {
  0% {
    opacity: 0.1
  }
  25% {
    opacity: 1
  }
  75% {
    opacity: 0.6
  }
  100% {
    opacity: 0.1
  }
}

@-webkit-keyframes sky2 {
  0% {
    -webkit-transform: scale(0.85) rotate(0deg);
    transform: scale(0.85) rotate(0deg);
    opacity: 0.8
  }
  25% {
    -webkit-transform: scale(0.95) rotate(2deg);
    transform: scale(0.95) rotate(2deg);
    opacity: 1
  }
  75% {
    -webkit-transform: scale(0.9) rotate(-2deg);
    transform: scale(0.9) rotate(-2deg);
    opacity: 0.6
  }
  100% {
    -webkit-transform: scale(0.85) rotate(0deg);
    transform: scale(0.85) rotate(0deg);
    opacity: 0.8
  }
}

@keyframes sky2 {
  0% {
    -webkit-transform: scale(0.85) rotate(0deg);
    transform: scale(0.85) rotate(0deg);
    opacity: 0.8
  }
  25% {
    -webkit-transform: scale(0.95) rotate(2deg);
    transform: scale(0.95) rotate(2deg);
    opacity: 1
  }
  75% {
    -webkit-transform: scale(0.9) rotate(-2deg);
    transform: scale(0.9) rotate(-2deg);
    opacity: 0.6
  }
  100% {
    -webkit-transform: scale(0.85) rotate(0deg);
    transform: scale(0.85) rotate(0deg);
    opacity: 0.8
  }
}

.link-list {
  margin: 0;
  list-style: none
}

.link-list li {
  padding: 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #f7f6f6
}

.link-list li img {
  width: 22px;
  vertical-align: text-top;
  margin-right: 1rem
}

.weather-widget {
  display: inline-block;
  padding-bottom: .66667rem
}

@media screen and (min-width: 1023px) {
  .weather-widget {
    padding-bottom: 0
  }
}

.weather-widget .we {
  font-size: 2.4em;
  vertical-align: text-bottom
}

@media screen and (max-width: 63.9375em) {
  .weather-widget .we {
    font-size: 4em;
    vertical-align: top
  }
}

.weather-widget .temp {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1
}

@media screen and (min-width: 1023px) {
  .weather-widget .temp {
    font-size: 2.93333rem
  }
}

@media screen and (max-width: 63.9375em) {
  .weather-widget .temp {
    font-size: 3.33333rem;
    width: 20px;
    line-height: 0.4;
    margin-top: .73333rem
  }
}

.weather {
  font-size: .93333rem;
  font-weight: bold
}

@media screen and (max-width: 63.9375em) {
  .weather {
    font-size: 1.3rem
  }
}

.we {
  display: inline-block;
  font: normal normal normal 14px/1 'SbWeatherFont';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.we-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%
}

.we-2x {
  font-size: 2em
}

.we-3x {
  font-size: 3em
}

.we-4x {
  font-size: 4em
}

.we-5x {
  font-size: 5em
}

.we-0:before {
  content: '\f000'
}

.we-1:before {
  content: '\f001'
}

.we-2:before {
  content: '\f002'
}

.we-3:before {
  content: '\f003'
}

.we-4:before {
  content: '\f004'
}

.we-5:before {
  content: '\f005'
}

.we-6:before {
  content: '\f006'
}

.we-7:before {
  content: '\f007'
}

.we-8:before {
  content: '\f008'
}

.we-9:before {
  content: '\f009'
}

.we-10:before {
  content: '\f00a'
}

.we-11:before {
  content: '\f00b'
}

.we-12:before {
  content: '\f00c'
}

.we-13:before {
  content: '\f00d'
}

.we-14:before {
  content: '\f00e'
}

.we-15:before {
  content: '\f00f'
}

.we-16:before {
  content: '\f010'
}

.we-17:before {
  content: '\f011'
}

.we-18:before {
  content: '\f012'
}

.we-19:before {
  content: '\f013'
}

.we-20:before {
  content: '\f014'
}

.we-21:before {
  content: '\f015'
}

.we-22:before {
  content: '\f016'
}

.we-23:before {
  content: '\f017'
}

.we-24:before {
  content: '\f018'
}

.we-26:before {
  content: '\f01a'
}

.we-27:before {
  content: '\f01b'
}

.we-28:before {
  content: '\f01c'
}

.we-29:before {
  content: '\f01d'
}

.we-30:before {
  content: '\f01e'
}

.we-31:before {
  content: '\f01f'
}

.we-32:before {
  content: '\f020'
}

.we-33:before {
  content: '\f021'
}

.we-34:before {
  content: '\f022'
}

.we-35:before {
  content: '\f023'
}

.we-36:before {
  content: '\f024'
}

.we-37:before {
  content: '\f025'
}

.we-38:before {
  content: '\f026'
}

.we-39:before {
  content: '\f027'
}

.we-40:before {
  content: '\f028'
}

.we-41:before {
  content: '\f029'
}

.we-42:before {
  content: '\f02a'
}

.we-43:before {
  content: '\f02b'
}

.we-44:before {
  content: '\f02c'
}

.we-45:before {
  content: '\f02d'
}

.we-47:before {
  content: '\f02f'
}

.we-3200:before {
  content: '\f030'
}

.we-46:before {
  content: '\f031'
}

.we-25:before {
  content: '\f032'
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.component-icon-boxes .cell {
  background-color: #f7f6f6;
  text-align: center;
  border-bottom-left-radius: 25px;
  padding: 1.66667rem
}

.component-icon-boxes .cell .fa {
  margin-bottom: 1.66667rem
}

.cell.in-front {
  z-index: 1
}

.panel {
  position: relative;
  -webkit-perspective: 600px;
  perspective: 600px;
  transition: all .15s ease-in-out 0s
}

.panel:hover {
  transition: all .3s ease-in-out .5s
}

.panel .front {
  float: none;
  z-index: 900;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .5s ease-in-out
}

.panel.in-view .front {
  transition: all .5s ease-in-out
}

.panel.flip {
  box-shadow: rgba(0, 124, 193, 0.2) 0px 2px 2px, rgba(0, 124, 193, 0.2) 0px 4px 4px, rgba(0, 124, 193, 0.2) 0px 8px 8px, rgba(0, 124, 193, 0.2) 0px 16px 16px, rgba(0, 124, 193, 0.2) 0px 32px 32px, rgba(0, 124, 193, 0.2) 0px 64px 64px
}

.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(179deg);
  transform: rotateY(179deg)
}

.panel .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: none;
  z-index: 800;
  background: #2b2b2b;
  -webkit-transform: rotateY(-179deg);
  transform: rotateY(-179deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .5s ease-in-out
}

.panel.in-view .back {
  transition: all .5s ease-in-out
}

.panel.flip .back {
  z-index: 1000;
  background: #2b2b2b;
  -webkit-transform: rotateY(0);
  transform: rotateY(0)
}

.panel .back p {
  font-size: 15px
}

.panel.flip.in-view .back {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1)
}

.legend {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cmp-faq a.accordion-title {
  border-radius: 0
}

.cmp-faq a.accordion-title:focus {
  background-color: #fff
}

.cmp-faq .accordion-item {
  margin-bottom: 1.66667rem;
  border: 1px solid #000;
  transition: all .3s ease-in-out
}

.cmp-faq .accordion-item:first-child > :first-child {
  border-radius: 0
}

.cmp-faq .accordion-item:last-child:not(.is-active) > .accordion-title {
  border-radius: 0
}

.cmp-faq .accordion-item .accordion-title {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s ease-in-out
}

.cmp-faq .accordion-item .accordion-title:hover {
  color: #fff;
  background-color: #000
}

.cmp-faq .accordion-item.is-active {
  box-shadow: rgba(124, 116, 116, 0.2) 0px 2px 2px, rgba(124, 116, 116, 0.2) 0px 4px 4px, rgba(124, 116, 116, 0.2) 0px 8px 8px, rgba(124, 116, 116, 0.2) 0px 16px 16px, rgba(124, 116, 116, 0.2) 0px 32px 32px, rgba(124, 116, 116, 0.2) 0px 64px 64px
}

.cmp-faq .accordion-item.is-active .accordion-title {
  color: #fff;
  background-color: #000
}

.cmp-faq .accordion-item .cmp.downloads {
  padding: 0
}

.medium-12.cell .tabs.vertical > li, .small-12.cell .tabs.vertical > li {
  display: inline-block;
  float: left
}

@media print, screen and (min-width: 64em) {
  .medium-12.cell .tabs.vertical > li, .small-12.cell .tabs.vertical > li {
    width: 100%
  }
}

.tabs > li {
  font-weight: bold
}

.component-link-image-start {
  position: relative
}

.component-link-image-start a {
  position: absolute;
  padding: 10px 0 10px 10px;
  top: 25%;
  right: 30px;
  background: rgba(255, 255, 255, 0.9);
  transition: all .3s ease-in-out
}

.component-link-image-start a:hover {
  right: 25px
}

.component-link-image-start a .arrow {
  position: absolute;
  padding-top: 11%;
  height: 100%;
  width: 20px;
  top: 0;
  right: 0;
  background: #007cc1;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff
}

.component-link-image-start .image-background {
  width: 100%;
  height: auto
}

.component-link-image-start .image-logo {
  margin-right: 40px
}

.component-jumbotron .caption {
  margin-top: -1rem
}

.component-link-vertical-sidebar .caption {
  margin-top: -1rem
}

.js-ajax-loaded-content .callout {
  margin-bottom: 0
}

.js-ajax-loaded-content .js-share_fav_list {
  transition: all .3s ease-in-out;
  cursor: pointer
}

.js-ajax-loaded-content .js-share_fav_list:hover {
  background-color: #007cc1;
  color: #fff
}

.js-ajax-loaded-content .js-share_fav_list.copied {
  background-color: #3adb76
}

.js-ajax-loaded-content.fav-list .button.bookmark {
  font-size: .75em
}

.component-glossary .glossary_index {
  margin-bottom: 1.66667rem
}

.component-glossary .grid-container {
  padding: 0
}

.component-glossary .component-address .black-box {
  width: calc(100% - 2rem)
}

.component-glossary .component-address .map {
  width: calc(100% - 2rem)
}

.component-glossary .downloads .cell {
  width: calc(100% - 2rem)
}

.component-glossary .cmp.content {
  margin-bottom: 0
}

@font-face {
  font-family: 'lightcase';
  src: url('/media/_base/fonts/lightcase.eot?55356177');
  src: url('/media/_base/fonts/lightcase.eot?55356177#iefix') format("embedded-opentype"), url('/media/_base/fonts/lightcase.woff?55356177') format("woff"), url('/media/_base/fonts/lightcase.ttf?55356177') format("truetype"), url('/media/_base/fonts/lightcase.svg?55356177#lightcase') format("svg");
  font-weight: normal;
  font-style: normal
}

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em
}

.lightcase-icon-play:before {
  content: '\e800'
}

.lightcase-icon-pause:before {
  content: '\e801'
}

.lightcase-icon-close:before {
  content: '\e802'
}

.lightcase-icon-prev:before {
  content: '\e803'
}

.lightcase-icon-next:before {
  content: '\e804'
}

.lightcase-icon-spin:before {
  content: '\e805'
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden
  }
}

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #282828
  }
}

html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important
  }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important
  }
}

@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75
  }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #fff
  }
}

@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #282828
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa
}

@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0
  }
}

@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0
  }
}

.lightcase-open body {
  overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%
}

#lightcase-info {
  position: absolute;
  padding-top: 15px
}

#lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
  font-size: 16px;
  color: #fff
}

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: rgba(40, 40, 40, 0.9)
  }
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #fff
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #fff
}

@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: color, opacity, ease-in-out 0.25s
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px
}

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer
}

a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: color, opacity, ease-in-out 0.25s
}

a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px
}

a[class*='lightcase-icon-']:hover {
  color: #f7f6f6;
  text-shadow: 0 0 15px #f7f6f6
}

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px
}

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px
}

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em
}

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0
  }
}

@media screen and (max-width: 640px) {
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px
  }
}

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em
  }
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: rgba(40, 40, 40, 0.9)
}

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important
  }
}

#lightcase-caption {
  display: none
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #f7f6f6
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #dfdbdb
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #f7f6f6
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #0fa9ff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #009df4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(0, 124, 193, 0.1);
  color: #e6e3e3
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(0, 124, 193, 0.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none
}

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1
}

.datepicker--cell.-focus- {
  background: #f7f6f6
}

.datepicker--cell.-current- {
  color: #007cc1
}

.datepicker--cell.-current-.-focus- {
  color: #000
}

.datepicker--cell.-current-.-in-range- {
  color: #007cc1
}

.datepicker--cell.-in-range- {
  background: rgba(0, 124, 193, 0.1);
  color: #000;
  border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(0, 124, 193, 0.2)
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #f7f6f6
}

.datepicker--cell.-disabled-.-focus- {
  color: #f7f6f6
}

.datepicker--cell.-disabled-.-in-range- {
  color: #ebe9e9
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #f7f6f6
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(0, 124, 193, 0.5);
  background-color: rgba(0, 124, 193, 0.1);
  border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(0, 124, 193, 0.5);
  background-color: rgba(0, 124, 193, 0.1);
  border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #007cc1
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #007cc1
}

.datepicker--cell.-selected-.-focus- {
  background: #006ca8
}

.datepicker--cell:empty {
  cursor: default
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px
}

.datepicker--day-name {
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em
}

.datepicker--cell-day {
  width: 14.28571%
}

.datepicker--cells-months {
  height: 170px
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%
}

.datepicker--years {
  height: 170px
}

.datepicker--cells-years {
  height: 170px
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #f7f6f6
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #dfdbdb
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #f7f6f6
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #0fa9ff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #009df4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(0, 124, 193, 0.1);
  color: #e6e3e3
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(0, 124, 193, 0.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0
}

@media print {
  .datepickers-container {
    display: none
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #f7f6f6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: IBMPlexSans, sans-serif;
  font-size: 14px;
  color: #000;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
  z-index: 100
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px)
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px)
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
  border-color: #f7f6f6;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.datepicker-inline .datepicker--pointer {
  display: none
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px
}

.-only-timepicker- .datepicker--content {
  display: none
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #f7f6f6;
  border-right: 1px solid #f7f6f6;
  width: 10px;
  height: 10px;
  z-index: -1
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg)
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2)
}

.datepicker--body {
  display: none
}

.datepicker--body.active {
  display: block
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #f7f6f6
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #dfdbdb
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #f7f6f6
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #0fa9ff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #009df4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(0, 124, 193, 0.1);
  color: #e6e3e3
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(0, 124, 193, 0.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f7f6f6;
  min-height: 32px;
  padding: 4px
}

.-only-timepicker- .datepicker--nav {
  display: none
}

.datepicker--nav-title, .datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.datepicker--nav-action:hover {
  background: #f7f6f6
}

.datepicker--nav-action.-disabled- {
  visibility: hidden
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px
}

.datepicker--nav-action path {
  fill: none;
  stroke: #000;
  stroke-width: 2px
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px
}

.datepicker--nav-title i {
  font-style: normal;
  color: #000;
  margin-left: 5px
}

.datepicker--nav-title:hover {
  background: #f7f6f6
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #f7f6f6
}

.datepicker--button {
  color: #007cc1;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px
}

.datepicker--button:hover {
  color: #000;
  background: #f7f6f6
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #f7f6f6
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #dfdbdb
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #f7f6f6
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #0fa9ff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #009df4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(0, 124, 193, 0.1);
  color: #e6e3e3
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(0, 124, 193, 0.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none
}

.datepicker--time {
  border-top: 1px solid #f7f6f6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px
}

.-only-timepicker- .datepicker--time {
  border-top: none
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px
}

.datepicker--time-label {
  display: none;
  font-size: 12px
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f7f6f6;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #000;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
  margin-bottom: 4px
}

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:focus {
  outline: none
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #007cc1;
  border-color: #007cc1
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #007cc1;
  border-color: #007cc1
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #007cc1;
  border-color: #007cc1
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent
}

.datepicker--time-row span {
  padding: 0 12px
}

.datepicker--time-icon {
  color: #000;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px)
}

.booking-teaser .orange-bg {
  position: relative;
  background-color: #007cc1;
  background: linear-gradient(-45deg, #f4801a 20%, #f69123 60%, #f9a93f 100%)
}

.booking-teaser .booking-form {
  padding: 4.33333rem 0 4.33333rem 1.66667rem;
  z-index: 2
}

.booking-teaser .booking-form input {
  text-align: center
}

@media screen and (max-width: 39.9375em) {
  .booking-teaser .booking-form {
    padding: 4.33333rem 1.66667rem
  }
  .booking-teaser .booking-form .luggage .small {
    width: 50%;
    bottom: 5%;
    left: 18%;
    position: absolute;
    z-index: 2
  }
  .booking-teaser .booking-form .luggage .big {
    width: 53%;
    bottom: 5%;
    right: 0;
    position: absolute;
    z-index: 1
  }
}

.booking-teaser .slider {
  margin-top: .53333rem;
  margin-bottom: 1.73333rem
}

.booking-teaser .legend {
  margin-bottom: 1.33333rem
}

.booking-teaser .legend div {
  padding: .33333rem;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all .3s ease-in-out;
  border-radius: 5px
}

.booking-teaser .legend div.active {
  background-color: #2b2b2b;
  color: #fff
}

.booking-teaser .persons-wrapper {
  padding-left: .66667rem
}

.booking-teaser .persons-wrapper svg:not(:last-child) {
  margin-right: .33333rem
}

.booking-teaser .img-cell {
  position: relative
}

.booking-teaser .img-cell .plane {
  position: absolute;
  width: 45%;
  top: 0;
  left: 2%;
  -webkit-animation: 3s ease-in-out takeOff, 7s ease-in-out infinite alternate flight 4s;
  animation: 3s ease-in-out takeOff, 7s ease-in-out infinite alternate flight 4s
}

@media screen and (max-width: 39.9375em) {
  .booking-teaser .img-cell .plane {
    width: 65%;
    top: -123px;
    left: -50px
  }
}

.booking-teaser .img-cell .plane-shadow {
  position: absolute;
  width: 30%;
  top: 24%;
  left: 15%;
  -webkit-animation: 3s ease-in-out takeOffShadow, 7s ease-in-out infinite alternate flightShadow 4s;
  animation: 3s ease-in-out takeOffShadow, 7s ease-in-out infinite alternate flightShadow 4s
}

@media screen and (max-width: 39.9375em) {
  .booking-teaser .img-cell .plane-shadow {
    width: 50%;
    top: -125px;
    left: 16px
  }
}

.booking-teaser .img-cell .luggage .small {
  position: absolute;
  width: 25%;
  bottom: 5%;
  right: 37%
}

.booking-teaser .img-cell .luggage .big {
  position: absolute;
  width: 20%;
  bottom: 5%;
  right: 10%
}

svg #luggage-sign {
  -webkit-animation: swing ease-in-out 1s infinite alternate;
  animation: swing ease-in-out 1s infinite alternate
}

@-webkit-keyframes takeOff {
  0% {
    -webkit-transform: translate(-220%, 110%);
    transform: translate(-220%, 110%)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes takeOff {
  0% {
    -webkit-transform: translate(-220%, 110%);
    transform: translate(-220%, 110%)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes takeOffShadow {
  0% {
    -webkit-transform: translate(-440%, 110%);
    transform: translate(-440%, 110%);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.8
  }
}

@keyframes takeOffShadow {
  0% {
    -webkit-transform: translate(-440%, 110%);
    transform: translate(-440%, 110%);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.8
  }
}

@-webkit-keyframes flight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  25% {
    -webkit-transform: translate(5%, -10%);
    transform: translate(5%, -10%)
  }
  75% {
    -webkit-transform: translate(-5%, 10%);
    transform: translate(-5%, 10%)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes flight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  25% {
    -webkit-transform: translate(5%, -10%);
    transform: translate(5%, -10%)
  }
  75% {
    -webkit-transform: translate(-5%, 10%);
    transform: translate(-5%, 10%)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes flightShadow {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8
  }
  25% {
    -webkit-transform: scale(1.1) translate(5%, -6%);
    transform: scale(1.1) translate(5%, -6%);
    opacity: 1
  }
  75% {
    -webkit-transform: scale(0.9) translate(-5%, 6%);
    transform: scale(0.9) translate(-5%, 6%);
    opacity: 0.6
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8
  }
}

@keyframes flightShadow {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8
  }
  25% {
    -webkit-transform: scale(1.1) translate(5%, -6%);
    transform: scale(1.1) translate(5%, -6%);
    opacity: 1
  }
  75% {
    -webkit-transform: scale(0.9) translate(-5%, 6%);
    transform: scale(0.9) translate(-5%, 6%);
    opacity: 0.6
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
  }
}

/*!
 * shariff - v3.0.1 - Tue, 17 Apr 2018 06:12:14 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 *//*!
 * Font Awesome Free 5.0.5 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul > li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border-radius: .1em;
  border: .08em solid #eee;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\F26E"
}

.fa-accessible-icon:before {
  content: "\F368"
}

.fa-accusoft:before {
  content: "\F369"
}

.fa-address-book:before {
  content: "\F2B9"
}

.fa-address-card:before {
  content: "\F2BB"
}

.fa-adjust:before {
  content: "\F042"
}

.fa-adn:before {
  content: "\F170"
}

.fa-adversal:before {
  content: "\F36A"
}

.fa-affiliatetheme:before {
  content: "\F36B"
}

.fa-algolia:before {
  content: "\F36C"
}

.fa-align-center:before {
  content: "\F037"
}

.fa-align-justify:before {
  content: "\F039"
}

.fa-align-left:before {
  content: "\F036"
}

.fa-align-right:before {
  content: "\F038"
}

.fa-amazon:before {
  content: "\F270"
}

.fa-amazon-pay:before {
  content: "\F42C"
}

.fa-ambulance:before {
  content: "\F0F9"
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3"
}

.fa-amilia:before {
  content: "\F36D"
}

.fa-anchor:before {
  content: "\F13D"
}

.fa-android:before {
  content: "\F17B"
}

.fa-angellist:before {
  content: "\F209"
}

.fa-angle-double-down:before {
  content: "\F103"
}

.fa-angle-double-left:before {
  content: "\F100"
}

.fa-angle-double-right:before {
  content: "\F101"
}

.fa-angle-double-up:before {
  content: "\F102"
}

.fa-angle-down:before {
  content: "\F107"
}

.fa-angle-left:before {
  content: "\F104"
}

.fa-angle-right:before {
  content: "\F105"
}

.fa-angle-up:before {
  content: "\F106"
}

.fa-angrycreative:before {
  content: "\F36E"
}

.fa-angular:before {
  content: "\F420"
}

.fa-app-store:before {
  content: "\F36F"
}

.fa-app-store-ios:before {
  content: "\F370"
}

.fa-apper:before {
  content: "\F371"
}

.fa-apple:before {
  content: "\F179"
}

.fa-apple-pay:before {
  content: "\F415"
}

.fa-archive:before {
  content: "\F187"
}

.fa-arrow-alt-circle-down:before {
  content: "\F358"
}

.fa-arrow-alt-circle-left:before {
  content: "\F359"
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A"
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B"
}

.fa-arrow-circle-down:before {
  content: "\F0AB"
}

.fa-arrow-circle-left:before {
  content: "\F0A8"
}

.fa-arrow-circle-right:before {
  content: "\F0A9"
}

.fa-arrow-circle-up:before {
  content: "\F0AA"
}

.fa-arrow-down:before {
  content: "\F063"
}

.fa-arrow-left:before {
  content: "\F060"
}

.fa-arrow-right:before {
  content: "\F061"
}

.fa-arrow-up:before {
  content: "\F062"
}

.fa-arrows-alt:before {
  content: "\F0B2"
}

.fa-arrows-alt-h:before {
  content: "\F337"
}

.fa-arrows-alt-v:before {
  content: "\F338"
}

.fa-assistive-listening-systems:before {
  content: "\F2A2"
}

.fa-asterisk:before {
  content: "\F069"
}

.fa-asymmetrik:before {
  content: "\F372"
}

.fa-at:before {
  content: "\F1FA"
}

.fa-audible:before {
  content: "\F373"
}

.fa-audio-description:before {
  content: "\F29E"
}

.fa-autoprefixer:before {
  content: "\F41C"
}

.fa-avianex:before {
  content: "\F374"
}

.fa-aviato:before {
  content: "\F421"
}

.fa-aws:before {
  content: "\F375"
}

.fa-backward:before {
  content: "\F04A"
}

.fa-balance-scale:before {
  content: "\F24E"
}

.fa-ban:before {
  content: "\F05E"
}

.fa-bandcamp:before {
  content: "\F2D5"
}

.fa-barcode:before {
  content: "\F02A"
}

.fa-bars:before {
  content: "\F0C9"
}

.fa-baseball-ball:before {
  content: "\F433"
}

.fa-basketball-ball:before {
  content: "\F434"
}

.fa-bath:before {
  content: "\F2CD"
}

.fa-battery-empty:before {
  content: "\F244"
}

.fa-battery-full:before {
  content: "\F240"
}

.fa-battery-half:before {
  content: "\F242"
}

.fa-battery-quarter:before {
  content: "\F243"
}

.fa-battery-three-quarters:before {
  content: "\F241"
}

.fa-bed:before {
  content: "\F236"
}

.fa-beer:before {
  content: "\F0FC"
}

.fa-behance:before {
  content: "\F1B4"
}

.fa-behance-square:before {
  content: "\F1B5"
}

.fa-bell:before {
  content: "\F0F3"
}

.fa-bell-slash:before {
  content: "\F1F6"
}

.fa-bicycle:before {
  content: "\F206"
}

.fa-bimobject:before {
  content: "\F378"
}

.fa-binoculars:before {
  content: "\F1E5"
}

.fa-birthday-cake:before {
  content: "\F1FD"
}

.fa-bitbucket:before {
  content: "\F171"
}

.fa-bitcoin:before {
  content: "\F379"
}

.fa-bity:before {
  content: "\F37A"
}

.fa-black-tie:before {
  content: "\F27E"
}

.fa-blackberry:before {
  content: "\F37B"
}

.fa-blind:before {
  content: "\F29D"
}

.fa-blogger:before {
  content: "\F37C"
}

.fa-blogger-b:before {
  content: "\F37D"
}

.fa-bluetooth:before {
  content: "\F293"
}

.fa-bluetooth-b:before {
  content: "\F294"
}

.fa-bold:before {
  content: "\F032"
}

.fa-bolt:before {
  content: "\F0E7"
}

.fa-bomb:before {
  content: "\F1E2"
}

.fa-book:before {
  content: "\F02D"
}

.fa-bookmark:before {
  content: "\F02E"
}

.fa-bowling-ball:before {
  content: "\F436"
}

.fa-braille:before {
  content: "\F2A1"
}

.fa-briefcase:before {
  content: "\F0B1"
}

.fa-btc:before {
  content: "\F15A"
}

.fa-bug:before {
  content: "\F188"
}

.fa-building:before {
  content: "\F1AD"
}

.fa-bullhorn:before {
  content: "\F0A1"
}

.fa-bullseye:before {
  content: "\F140"
}

.fa-buromobelexperte:before {
  content: "\F37F"
}

.fa-bus:before {
  content: "\F207"
}

.fa-buysellads:before {
  content: "\F20D"
}

.fa-calculator:before {
  content: "\F1EC"
}

.fa-calendar:before {
  content: "\F133"
}

.fa-calendar-alt:before {
  content: "\F073"
}

.fa-calendar-check:before {
  content: "\F274"
}

.fa-calendar-minus:before {
  content: "\F272"
}

.fa-calendar-plus:before {
  content: "\F271"
}

.fa-calendar-times:before {
  content: "\F273"
}

.fa-camera:before {
  content: "\F030"
}

.fa-camera-retro:before {
  content: "\F083"
}

.fa-car:before {
  content: "\F1B9"
}

.fa-caret-down:before {
  content: "\F0D7"
}

.fa-caret-left:before {
  content: "\F0D9"
}

.fa-caret-right:before {
  content: "\F0DA"
}

.fa-caret-square-down:before {
  content: "\F150"
}

.fa-caret-square-left:before {
  content: "\F191"
}

.fa-caret-square-right:before {
  content: "\F152"
}

.fa-caret-square-up:before {
  content: "\F151"
}

.fa-caret-up:before {
  content: "\F0D8"
}

.fa-cart-arrow-down:before {
  content: "\F218"
}

.fa-cart-plus:before {
  content: "\F217"
}

.fa-cc-amazon-pay:before {
  content: "\F42D"
}

.fa-cc-amex:before {
  content: "\F1F3"
}

.fa-cc-apple-pay:before {
  content: "\F416"
}

.fa-cc-diners-club:before {
  content: "\F24C"
}

.fa-cc-discover:before {
  content: "\F1F2"
}

.fa-cc-jcb:before {
  content: "\F24B"
}

.fa-cc-mastercard:before {
  content: "\F1F1"
}

.fa-cc-paypal:before {
  content: "\F1F4"
}

.fa-cc-stripe:before {
  content: "\F1F5"
}

.fa-cc-visa:before {
  content: "\F1F0"
}

.fa-centercode:before {
  content: "\F380"
}

.fa-certificate:before {
  content: "\F0A3"
}

.fa-chart-area:before {
  content: "\F1FE"
}

.fa-chart-bar:before {
  content: "\F080"
}

.fa-chart-line:before {
  content: "\F201"
}

.fa-chart-pie:before {
  content: "\F200"
}

.fa-check:before {
  content: "\F00C"
}

.fa-check-circle:before {
  content: "\F058"
}

.fa-check-square:before {
  content: "\F14A"
}

.fa-chess:before {
  content: "\F439"
}

.fa-chess-bishop:before {
  content: "\F43A"
}

.fa-chess-board:before {
  content: "\F43C"
}

.fa-chess-king:before {
  content: "\F43F"
}

.fa-chess-knight:before {
  content: "\F441"
}

.fa-chess-pawn:before {
  content: "\F443"
}

.fa-chess-queen:before {
  content: "\F445"
}

.fa-chess-rook:before {
  content: "\F447"
}

.fa-chevron-circle-down:before {
  content: "\F13A"
}

.fa-chevron-circle-left:before {
  content: "\F137"
}

.fa-chevron-circle-right:before {
  content: "\F138"
}

.fa-chevron-circle-up:before {
  content: "\F139"
}

.fa-chevron-down:before {
  content: "\F078"
}

.fa-chevron-left:before {
  content: "\F053"
}

.fa-chevron-right:before {
  content: "\F054"
}

.fa-chevron-up:before {
  content: "\F077"
}

.fa-child:before {
  content: "\F1AE"
}

.fa-chrome:before {
  content: "\F268"
}

.fa-circle:before {
  content: "\F111"
}

.fa-circle-notch:before {
  content: "\F1CE"
}

.fa-clipboard:before {
  content: "\F328"
}

.fa-clock:before {
  content: "\F017"
}

.fa-clone:before {
  content: "\F24D"
}

.fa-closed-captioning:before {
  content: "\F20A"
}

.fa-cloud:before {
  content: "\F0C2"
}

.fa-cloud-download-alt:before {
  content: "\F381"
}

.fa-cloud-upload-alt:before {
  content: "\F382"
}

.fa-cloudscale:before {
  content: "\F383"
}

.fa-cloudsmith:before {
  content: "\F384"
}

.fa-cloudversify:before {
  content: "\F385"
}

.fa-code:before {
  content: "\F121"
}

.fa-code-branch:before {
  content: "\F126"
}

.fa-codepen:before {
  content: "\F1CB"
}

.fa-codiepie:before {
  content: "\F284"
}

.fa-coffee:before {
  content: "\F0F4"
}

.fa-cog:before {
  content: "\F013"
}

.fa-cogs:before {
  content: "\F085"
}

.fa-columns:before {
  content: "\F0DB"
}

.fa-comment:before {
  content: "\F075"
}

.fa-comment-alt:before {
  content: "\F27A"
}

.fa-comments:before {
  content: "\F086"
}

.fa-compass:before {
  content: "\F14E"
}

.fa-compress:before {
  content: "\F066"
}

.fa-connectdevelop:before {
  content: "\F20E"
}

.fa-contao:before {
  content: "\F26D"
}

.fa-copy:before {
  content: "\F0C5"
}

.fa-copyright:before {
  content: "\F1F9"
}

.fa-cpanel:before {
  content: "\F388"
}

.fa-creative-commons:before {
  content: "\F25E"
}

.fa-credit-card:before {
  content: "\F09D"
}

.fa-crop:before {
  content: "\F125"
}

.fa-crosshairs:before {
  content: "\F05B"
}

.fa-css3:before {
  content: "\F13C"
}

.fa-css3-alt:before {
  content: "\F38B"
}

.fa-cube:before {
  content: "\F1B2"
}

.fa-cubes:before {
  content: "\F1B3"
}

.fa-cut:before {
  content: "\F0C4"
}

.fa-cuttlefish:before {
  content: "\F38C"
}

.fa-d-and-d:before {
  content: "\F38D"
}

.fa-dashcube:before {
  content: "\F210"
}

.fa-database:before {
  content: "\F1C0"
}

.fa-deaf:before {
  content: "\F2A4"
}

.fa-delicious:before {
  content: "\F1A5"
}

.fa-deploydog:before {
  content: "\F38E"
}

.fa-deskpro:before {
  content: "\F38F"
}

.fa-desktop:before {
  content: "\F108"
}

.fa-deviantart:before {
  content: "\F1BD"
}

.fa-digg:before {
  content: "\F1A6"
}

.fa-digital-ocean:before {
  content: "\F391"
}

.fa-discord:before {
  content: "\F392"
}

.fa-discourse:before {
  content: "\F393"
}

.fa-dochub:before {
  content: "\F394"
}

.fa-docker:before {
  content: "\F395"
}

.fa-dollar-sign:before {
  content: "\F155"
}

.fa-dot-circle:before {
  content: "\F192"
}

.fa-download:before {
  content: "\F019"
}

.fa-draft2digital:before {
  content: "\F396"
}

.fa-dribbble:before {
  content: "\F17D"
}

.fa-dribbble-square:before {
  content: "\F397"
}

.fa-dropbox:before {
  content: "\F16B"
}

.fa-drupal:before {
  content: "\F1A9"
}

.fa-dyalog:before {
  content: "\F399"
}

.fa-earlybirds:before {
  content: "\F39A"
}

.fa-edge:before {
  content: "\F282"
}

.fa-edit:before {
  content: "\F044"
}

.fa-eject:before {
  content: "\F052"
}

.fa-elementor:before {
  content: "\F430"
}

.fa-ellipsis-h:before {
  content: "\F141"
}

.fa-ellipsis-v:before {
  content: "\F142"
}

.fa-ember:before {
  content: "\F423"
}

.fa-empire:before {
  content: "\F1D1"
}

.fa-envelope:before {
  content: "\F0E0"
}

.fa-envelope-open:before {
  content: "\F2B6"
}

.fa-envelope-square:before {
  content: "\F199"
}

.fa-envira:before {
  content: "\F299"
}

.fa-eraser:before {
  content: "\F12D"
}

.fa-erlang:before {
  content: "\F39D"
}

.fa-ethereum:before {
  content: "\F42E"
}

.fa-etsy:before {
  content: "\F2D7"
}

.fa-euro-sign:before {
  content: "\F153"
}

.fa-exchange-alt:before {
  content: "\F362"
}

.fa-exclamation:before {
  content: "\F12A"
}

.fa-exclamation-circle:before {
  content: "\F06A"
}

.fa-exclamation-triangle:before {
  content: "\F071"
}

.fa-expand:before {
  content: "\F065"
}

.fa-expand-arrows-alt:before {
  content: "\F31E"
}

.fa-expeditedssl:before {
  content: "\F23E"
}

.fa-external-link-alt:before {
  content: "\F35D"
}

.fa-external-link-square-alt:before {
  content: "\F360"
}

.fa-eye:before {
  content: "\F06E"
}

.fa-eye-dropper:before {
  content: "\F1FB"
}

.fa-eye-slash:before {
  content: "\F070"
}

.fa-facebook:before {
  content: "\F09A"
}

.fa-facebook-f:before {
  content: "\F39E"
}

.fa-facebook-messenger:before {
  content: "\F39F"
}

.fa-facebook-square:before {
  content: "\F082"
}

.fa-fast-backward:before {
  content: "\F049"
}

.fa-fast-forward:before {
  content: "\F050"
}

.fa-fax:before {
  content: "\F1AC"
}

.fa-female:before {
  content: "\F182"
}

.fa-fighter-jet:before {
  content: "\F0FB"
}

.fa-file:before {
  content: "\F15B"
}

.fa-file-alt:before {
  content: "\F15C"
}

.fa-file-archive:before {
  content: "\F1C6"
}

.fa-file-audio:before {
  content: "\F1C7"
}

.fa-file-code:before {
  content: "\F1C9"
}

.fa-file-excel:before {
  content: "\F1C3"
}

.fa-file-image:before {
  content: "\F1C5"
}

.fa-file-pdf:before {
  content: "\F1C1"
}

.fa-file-powerpoint:before {
  content: "\F1C4"
}

.fa-file-video:before {
  content: "\F1C8"
}

.fa-file-word:before {
  content: "\F1C2"
}

.fa-film:before {
  content: "\F008"
}

.fa-filter:before {
  content: "\F0B0"
}

.fa-fire:before {
  content: "\F06D"
}

.fa-fire-extinguisher:before {
  content: "\F134"
}

.fa-firefox:before {
  content: "\F269"
}

.fa-first-order:before {
  content: "\F2B0"
}

.fa-firstdraft:before {
  content: "\F3A1"
}

.fa-flag:before {
  content: "\F024"
}

.fa-flag-checkered:before {
  content: "\F11E"
}

.fa-flask:before {
  content: "\F0C3"
}

.fa-flickr:before {
  content: "\F16E"
}

.fa-flipboard:before {
  content: "\F44D"
}

.fa-fly:before {
  content: "\F417"
}

.fa-folder:before {
  content: "\F07B"
}

.fa-folder-open:before {
  content: "\F07C"
}

.fa-font:before {
  content: "\F031"
}

.fa-font-awesome:before {
  content: "\F2B4"
}

.fa-font-awesome-alt:before {
  content: "\F35C"
}

.fa-font-awesome-flag:before {
  content: "\F425"
}

.fa-fonticons:before {
  content: "\F280"
}

.fa-fonticons-fi:before {
  content: "\F3A2"
}

.fa-football-ball:before {
  content: "\F44E"
}

.fa-fort-awesome:before {
  content: "\F286"
}

.fa-fort-awesome-alt:before {
  content: "\F3A3"
}

.fa-forumbee:before {
  content: "\F211"
}

.fa-forward:before {
  content: "\F04E"
}

.fa-foursquare:before {
  content: "\F180"
}

.fa-free-code-camp:before {
  content: "\F2C5"
}

.fa-freebsd:before {
  content: "\F3A4"
}

.fa-frown:before {
  content: "\F119"
}

.fa-futbol:before {
  content: "\F1E3"
}

.fa-gamepad:before {
  content: "\F11B"
}

.fa-gavel:before {
  content: "\F0E3"
}

.fa-gem:before {
  content: "\F3A5"
}

.fa-genderless:before {
  content: "\F22D"
}

.fa-get-pocket:before {
  content: "\F265"
}

.fa-gg:before {
  content: "\F260"
}

.fa-gg-circle:before {
  content: "\F261"
}

.fa-gift:before {
  content: "\F06B"
}

.fa-git:before {
  content: "\F1D3"
}

.fa-git-square:before {
  content: "\F1D2"
}

.fa-github:before {
  content: "\F09B"
}

.fa-github-alt:before {
  content: "\F113"
}

.fa-github-square:before {
  content: "\F092"
}

.fa-gitkraken:before {
  content: "\F3A6"
}

.fa-gitlab:before {
  content: "\F296"
}

.fa-gitter:before {
  content: "\F426"
}

.fa-glass-martini:before {
  content: "\F000"
}

.fa-glide:before {
  content: "\F2A5"
}

.fa-glide-g:before {
  content: "\F2A6"
}

.fa-globe:before {
  content: "\F0AC"
}

.fa-gofore:before {
  content: "\F3A7"
}

.fa-golf-ball:before {
  content: "\F450"
}

.fa-goodreads:before {
  content: "\F3A8"
}

.fa-goodreads-g:before {
  content: "\F3A9"
}

.fa-google:before {
  content: "\F1A0"
}

.fa-google-drive:before {
  content: "\F3AA"
}

.fa-google-play:before {
  content: "\F3AB"
}

.fa-google-plus:before {
  content: "\F2B3"
}

.fa-google-plus-g:before {
  content: "\F0D5"
}

.fa-google-plus-square:before {
  content: "\F0D4"
}

.fa-google-wallet:before {
  content: "\F1EE"
}

.fa-graduation-cap:before {
  content: "\F19D"
}

.fa-gratipay:before {
  content: "\F184"
}

.fa-grav:before {
  content: "\F2D6"
}

.fa-gripfire:before {
  content: "\F3AC"
}

.fa-grunt:before {
  content: "\F3AD"
}

.fa-gulp:before {
  content: "\F3AE"
}

.fa-h-square:before {
  content: "\F0FD"
}

.fa-hacker-news:before {
  content: "\F1D4"
}

.fa-hacker-news-square:before {
  content: "\F3AF"
}

.fa-hand-lizard:before {
  content: "\F258"
}

.fa-hand-paper:before {
  content: "\F256"
}

.fa-hand-peace:before {
  content: "\F25B"
}

.fa-hand-point-down:before {
  content: "\F0A7"
}

.fa-hand-point-left:before {
  content: "\F0A5"
}

.fa-hand-point-right:before {
  content: "\F0A4"
}

.fa-hand-point-up:before {
  content: "\F0A6"
}

.fa-hand-pointer:before {
  content: "\F25A"
}

.fa-hand-rock:before {
  content: "\F255"
}

.fa-hand-scissors:before {
  content: "\F257"
}

.fa-hand-spock:before {
  content: "\F259"
}

.fa-handshake:before {
  content: "\F2B5"
}

.fa-hashtag:before {
  content: "\F292"
}

.fa-hdd:before {
  content: "\F0A0"
}

.fa-heading:before {
  content: "\F1DC"
}

.fa-headphones:before {
  content: "\F025"
}

.fa-heart:before {
  content: "\F004"
}

.fa-heartbeat:before {
  content: "\F21E"
}

.fa-hips:before {
  content: "\F452"
}

.fa-hire-a-helper:before {
  content: "\F3B0"
}

.fa-history:before {
  content: "\F1DA"
}

.fa-hockey-puck:before {
  content: "\F453"
}

.fa-home:before {
  content: "\F015"
}

.fa-hooli:before {
  content: "\F427"
}

.fa-hospital:before {
  content: "\F0F8"
}

.fa-hotjar:before {
  content: "\F3B1"
}

.fa-hourglass:before {
  content: "\F254"
}

.fa-hourglass-end:before {
  content: "\F253"
}

.fa-hourglass-half:before {
  content: "\F252"
}

.fa-hourglass-start:before {
  content: "\F251"
}

.fa-houzz:before {
  content: "\F27C"
}

.fa-html5:before {
  content: "\F13B"
}

.fa-hubspot:before {
  content: "\F3B2"
}

.fa-i-cursor:before {
  content: "\F246"
}

.fa-id-badge:before {
  content: "\F2C1"
}

.fa-id-card:before {
  content: "\F2C2"
}

.fa-image:before {
  content: "\F03E"
}

.fa-images:before {
  content: "\F302"
}

.fa-imdb:before {
  content: "\F2D8"
}

.fa-inbox:before {
  content: "\F01C"
}

.fa-indent:before {
  content: "\F03C"
}

.fa-industry:before {
  content: "\F275"
}

.fa-info:before {
  content: "\F129"
}

.fa-info-circle:before {
  content: "\F05A"
}

.fa-instagram:before {
  content: "\F16D"
}

.fa-internet-explorer:before {
  content: "\F26B"
}

.fa-ioxhost:before {
  content: "\F208"
}

.fa-italic:before {
  content: "\F033"
}

.fa-itunes:before {
  content: "\F3B4"
}

.fa-itunes-note:before {
  content: "\F3B5"
}

.fa-jenkins:before {
  content: "\F3B6"
}

.fa-joget:before {
  content: "\F3B7"
}

.fa-joomla:before {
  content: "\F1AA"
}

.fa-js:before {
  content: "\F3B8"
}

.fa-js-square:before {
  content: "\F3B9"
}

.fa-jsfiddle:before {
  content: "\F1CC"
}

.fa-key:before {
  content: "\F084"
}

.fa-keyboard:before {
  content: "\F11C"
}

.fa-keycdn:before {
  content: "\F3BA"
}

.fa-kickstarter:before {
  content: "\F3BB"
}

.fa-kickstarter-k:before {
  content: "\F3BC"
}

.fa-korvue:before {
  content: "\F42F"
}

.fa-language:before {
  content: "\F1AB"
}

.fa-laptop:before {
  content: "\F109"
}

.fa-laravel:before {
  content: "\F3BD"
}

.fa-lastfm:before {
  content: "\F202"
}

.fa-lastfm-square:before {
  content: "\F203"
}

.fa-leaf:before {
  content: "\F06C"
}

.fa-leanpub:before {
  content: "\F212"
}

.fa-lemon:before {
  content: "\F094"
}

.fa-less:before {
  content: "\F41D"
}

.fa-level-down-alt:before {
  content: "\F3BE"
}

.fa-level-up-alt:before {
  content: "\F3BF"
}

.fa-life-ring:before {
  content: "\F1CD"
}

.fa-lightbulb:before {
  content: "\F0EB"
}

.fa-line:before {
  content: "\F3C0"
}

.fa-link:before {
  content: "\F0C1"
}

.fa-linkedin:before {
  content: "\F08C"
}

.fa-linkedin-in:before {
  content: "\F0E1"
}

.fa-linode:before {
  content: "\F2B8"
}

.fa-linux:before {
  content: "\F17C"
}

.fa-lira-sign:before {
  content: "\F195"
}

.fa-list:before {
  content: "\F03A"
}

.fa-list-alt:before {
  content: "\F022"
}

.fa-list-ol:before {
  content: "\F0CB"
}

.fa-list-ul:before {
  content: "\F0CA"
}

.fa-location-arrow:before {
  content: "\F124"
}

.fa-lock:before {
  content: "\F023"
}

.fa-lock-open:before {
  content: "\F3C1"
}

.fa-long-arrow-alt-down:before {
  content: "\F309"
}

.fa-long-arrow-alt-left:before {
  content: "\F30A"
}

.fa-long-arrow-alt-right:before {
  content: "\F30B"
}

.fa-long-arrow-alt-up:before {
  content: "\F30C"
}

.fa-low-vision:before {
  content: "\F2A8"
}

.fa-lyft:before {
  content: "\F3C3"
}

.fa-magento:before {
  content: "\F3C4"
}

.fa-magic:before {
  content: "\F0D0"
}

.fa-magnet:before {
  content: "\F076"
}

.fa-male:before {
  content: "\F183"
}

.fa-map:before {
  content: "\F279"
}

.fa-map-marker:before {
  content: "\F041"
}

.fa-map-marker-alt:before {
  content: "\F3C5"
}

.fa-map-pin:before {
  content: "\F276"
}

.fa-map-signs:before {
  content: "\F277"
}

.fa-mars:before {
  content: "\F222"
}

.fa-mars-double:before {
  content: "\F227"
}

.fa-mars-stroke:before {
  content: "\F229"
}

.fa-mars-stroke-h:before {
  content: "\F22B"
}

.fa-mars-stroke-v:before {
  content: "\F22A"
}

.fa-maxcdn:before {
  content: "\F136"
}

.fa-medapps:before {
  content: "\F3C6"
}

.fa-medium:before {
  content: "\F23A"
}

.fa-medium-m:before {
  content: "\F3C7"
}

.fa-medkit:before {
  content: "\F0FA"
}

.fa-medrt:before {
  content: "\F3C8"
}

.fa-meetup:before {
  content: "\F2E0"
}

.fa-meh:before {
  content: "\F11A"
}

.fa-mercury:before {
  content: "\F223"
}

.fa-microchip:before {
  content: "\F2DB"
}

.fa-microphone:before {
  content: "\F130"
}

.fa-microphone-slash:before {
  content: "\F131"
}

.fa-microsoft:before {
  content: "\F3CA"
}

.fa-minus:before {
  content: "\F068"
}

.fa-minus-circle:before {
  content: "\F056"
}

.fa-minus-square:before {
  content: "\F146"
}

.fa-mix:before {
  content: "\F3CB"
}

.fa-mixcloud:before {
  content: "\F289"
}

.fa-mizuni:before {
  content: "\F3CC"
}

.fa-mobile:before {
  content: "\F10B"
}

.fa-mobile-alt:before {
  content: "\F3CD"
}

.fa-modx:before {
  content: "\F285"
}

.fa-monero:before {
  content: "\F3D0"
}

.fa-money-bill-alt:before {
  content: "\F3D1"
}

.fa-moon:before {
  content: "\F186"
}

.fa-motorcycle:before {
  content: "\F21C"
}

.fa-mouse-pointer:before {
  content: "\F245"
}

.fa-music:before {
  content: "\F001"
}

.fa-napster:before {
  content: "\F3D2"
}

.fa-neuter:before {
  content: "\F22C"
}

.fa-newspaper:before {
  content: "\F1EA"
}

.fa-nintendo-switch:before {
  content: "\F418"
}

.fa-node:before {
  content: "\F419"
}

.fa-node-js:before {
  content: "\F3D3"
}

.fa-npm:before {
  content: "\F3D4"
}

.fa-ns8:before {
  content: "\F3D5"
}

.fa-nutritionix:before {
  content: "\F3D6"
}

.fa-object-group:before {
  content: "\F247"
}

.fa-object-ungroup:before {
  content: "\F248"
}

.fa-odnoklassniki:before {
  content: "\F263"
}

.fa-odnoklassniki-square:before {
  content: "\F264"
}

.fa-opencart:before {
  content: "\F23D"
}

.fa-openid:before {
  content: "\F19B"
}

.fa-opera:before {
  content: "\F26A"
}

.fa-optin-monster:before {
  content: "\F23C"
}

.fa-osi:before {
  content: "\F41A"
}

.fa-outdent:before {
  content: "\F03B"
}

.fa-page4:before {
  content: "\F3D7"
}

.fa-pagelines:before {
  content: "\F18C"
}

.fa-paint-brush:before {
  content: "\F1FC"
}

.fa-palfed:before {
  content: "\F3D8"
}

.fa-paper-plane:before {
  content: "\F1D8"
}

.fa-paperclip:before {
  content: "\F0C6"
}

.fa-paragraph:before {
  content: "\F1DD"
}

.fa-paste:before {
  content: "\F0EA"
}

.fa-patreon:before {
  content: "\F3D9"
}

.fa-pause:before {
  content: "\F04C"
}

.fa-pause-circle:before {
  content: "\F28B"
}

.fa-paw:before {
  content: "\F1B0"
}

.fa-paypal:before {
  content: "\F1ED"
}

.fa-pen-square:before {
  content: "\F14B"
}

.fa-pencil-alt:before {
  content: "\F303"
}

.fa-percent:before {
  content: "\F295"
}

.fa-periscope:before {
  content: "\F3DA"
}

.fa-phabricator:before {
  content: "\F3DB"
}

.fa-phoenix-framework:before {
  content: "\F3DC"
}

.fa-phone:before {
  content: "\F095"
}

.fa-phone-square:before {
  content: "\F098"
}

.fa-phone-volume:before {
  content: "\F2A0"
}

.fa-php:before {
  content: "\F457"
}

.fa-pied-piper:before {
  content: "\F2AE"
}

.fa-pied-piper-alt:before {
  content: "\F1A8"
}

.fa-pied-piper-pp:before {
  content: "\F1A7"
}

.fa-pinterest:before {
  content: "\F0D2"
}

.fa-pinterest-p:before {
  content: "\F231"
}

.fa-pinterest-square:before {
  content: "\F0D3"
}

.fa-plane:before {
  content: "\F072"
}

.fa-play:before {
  content: "\F04B"
}

.fa-play-circle:before {
  content: "\F144"
}

.fa-playstation:before {
  content: "\F3DF"
}

.fa-plug:before {
  content: "\F1E6"
}

.fa-plus:before {
  content: "\F067"
}

.fa-plus-circle:before {
  content: "\F055"
}

.fa-plus-square:before {
  content: "\F0FE"
}

.fa-podcast:before {
  content: "\F2CE"
}

.fa-pound-sign:before {
  content: "\F154"
}

.fa-power-off:before {
  content: "\F011"
}

.fa-print:before {
  content: "\F02F"
}

.fa-product-hunt:before {
  content: "\F288"
}

.fa-pushed:before {
  content: "\F3E1"
}

.fa-puzzle-piece:before {
  content: "\F12E"
}

.fa-python:before {
  content: "\F3E2"
}

.fa-qq:before {
  content: "\F1D6"
}

.fa-qrcode:before {
  content: "\F029"
}

.fa-question:before {
  content: "\F128"
}

.fa-question-circle:before {
  content: "\F059"
}

.fa-quidditch:before {
  content: "\F458"
}

.fa-quinscape:before {
  content: "\F459"
}

.fa-quora:before {
  content: "\F2C4"
}

.fa-quote-left:before {
  content: "\F10D"
}

.fa-quote-right:before {
  content: "\F10E"
}

.fa-random:before {
  content: "\F074"
}

.fa-ravelry:before {
  content: "\F2D9"
}

.fa-react:before {
  content: "\F41B"
}

.fa-rebel:before {
  content: "\F1D0"
}

.fa-recycle:before {
  content: "\F1B8"
}

.fa-red-river:before {
  content: "\F3E3"
}

.fa-reddit:before {
  content: "\F1A1"
}

.fa-reddit-alien:before {
  content: "\F281"
}

.fa-reddit-square:before {
  content: "\F1A2"
}

.fa-redo:before {
  content: "\F01E"
}

.fa-redo-alt:before {
  content: "\F2F9"
}

.fa-registered:before {
  content: "\F25D"
}

.fa-rendact:before {
  content: "\F3E4"
}

.fa-renren:before {
  content: "\F18B"
}

.fa-reply:before {
  content: "\F3E5"
}

.fa-reply-all:before {
  content: "\F122"
}

.fa-replyd:before {
  content: "\F3E6"
}

.fa-resolving:before {
  content: "\F3E7"
}

.fa-retweet:before {
  content: "\F079"
}

.fa-road:before {
  content: "\F018"
}

.fa-rocket:before {
  content: "\F135"
}

.fa-rocketchat:before {
  content: "\F3E8"
}

.fa-rockrms:before {
  content: "\F3E9"
}

.fa-rss:before {
  content: "\F09E"
}

.fa-rss-square:before {
  content: "\F143"
}

.fa-ruble-sign:before {
  content: "\F158"
}

.fa-rupee-sign:before {
  content: "\F156"
}

.fa-safari:before {
  content: "\F267"
}

.fa-sass:before {
  content: "\F41E"
}

.fa-save:before {
  content: "\F0C7"
}

.fa-schlix:before {
  content: "\F3EA"
}

.fa-scribd:before {
  content: "\F28A"
}

.fa-search:before {
  content: "\F002"
}

.fa-search-minus:before {
  content: "\F010"
}

.fa-search-plus:before {
  content: "\F00E"
}

.fa-searchengin:before {
  content: "\F3EB"
}

.fa-sellcast:before {
  content: "\F2DA"
}

.fa-sellsy:before {
  content: "\F213"
}

.fa-server:before {
  content: "\F233"
}

.fa-servicestack:before {
  content: "\F3EC"
}

.fa-share:before {
  content: "\F064"
}

.fa-share-alt:before {
  content: "\F1E0"
}

.fa-share-alt-square:before {
  content: "\F1E1"
}

.fa-share-square:before {
  content: "\F14D"
}

.fa-shekel-sign:before {
  content: "\F20B"
}

.fa-shield-alt:before {
  content: "\F3ED"
}

.fa-ship:before {
  content: "\F21A"
}

.fa-shirtsinbulk:before {
  content: "\F214"
}

.fa-shopping-bag:before {
  content: "\F290"
}

.fa-shopping-basket:before {
  content: "\F291"
}

.fa-shopping-cart:before {
  content: "\F07A"
}

.fa-shower:before {
  content: "\F2CC"
}

.fa-sign-in-alt:before {
  content: "\F2F6"
}

.fa-sign-language:before {
  content: "\F2A7"
}

.fa-sign-out-alt:before {
  content: "\F2F5"
}

.fa-signal:before {
  content: "\F012"
}

.fa-simplybuilt:before {
  content: "\F215"
}

.fa-sistrix:before {
  content: "\F3EE"
}

.fa-sitemap:before {
  content: "\F0E8"
}

.fa-skyatlas:before {
  content: "\F216"
}

.fa-skype:before {
  content: "\F17E"
}

.fa-slack:before {
  content: "\F198"
}

.fa-slack-hash:before {
  content: "\F3EF"
}

.fa-sliders-h:before {
  content: "\F1DE"
}

.fa-slideshare:before {
  content: "\F1E7"
}

.fa-smile:before {
  content: "\F118"
}

.fa-snapchat:before {
  content: "\F2AB"
}

.fa-snapchat-ghost:before {
  content: "\F2AC"
}

.fa-snapchat-square:before {
  content: "\F2AD"
}

.fa-snowflake:before {
  content: "\F2DC"
}

.fa-sort:before {
  content: "\F0DC"
}

.fa-sort-alpha-down:before {
  content: "\F15D"
}

.fa-sort-alpha-up:before {
  content: "\F15E"
}

.fa-sort-amount-down:before {
  content: "\F160"
}

.fa-sort-amount-up:before {
  content: "\F161"
}

.fa-sort-down:before {
  content: "\F0DD"
}

.fa-sort-numeric-down:before {
  content: "\F162"
}

.fa-sort-numeric-up:before {
  content: "\F163"
}

.fa-sort-up:before {
  content: "\F0DE"
}

.fa-soundcloud:before {
  content: "\F1BE"
}

.fa-space-shuttle:before {
  content: "\F197"
}

.fa-speakap:before {
  content: "\F3F3"
}

.fa-spinner:before {
  content: "\F110"
}

.fa-spotify:before {
  content: "\F1BC"
}

.fa-square:before {
  content: "\F0C8"
}

.fa-square-full:before {
  content: "\F45C"
}

.fa-stack-exchange:before {
  content: "\F18D"
}

.fa-stack-overflow:before {
  content: "\F16C"
}

.fa-star:before {
  content: "\F005"
}

.fa-star-half:before {
  content: "\F089"
}

.fa-staylinked:before {
  content: "\F3F5"
}

.fa-steam:before {
  content: "\F1B6"
}

.fa-steam-square:before {
  content: "\F1B7"
}

.fa-steam-symbol:before {
  content: "\F3F6"
}

.fa-step-backward:before {
  content: "\F048"
}

.fa-step-forward:before {
  content: "\F051"
}

.fa-stethoscope:before {
  content: "\F0F1"
}

.fa-sticker-mule:before {
  content: "\F3F7"
}

.fa-sticky-note:before {
  content: "\F249"
}

.fa-stop:before {
  content: "\F04D"
}

.fa-stop-circle:before {
  content: "\F28D"
}

.fa-stopwatch:before {
  content: "\F2F2"
}

.fa-strava:before {
  content: "\F428"
}

.fa-street-view:before {
  content: "\F21D"
}

.fa-strikethrough:before {
  content: "\F0CC"
}

.fa-stripe:before {
  content: "\F429"
}

.fa-stripe-s:before {
  content: "\F42A"
}

.fa-studiovinari:before {
  content: "\F3F8"
}

.fa-stumbleupon:before {
  content: "\F1A4"
}

.fa-stumbleupon-circle:before {
  content: "\F1A3"
}

.fa-subscript:before {
  content: "\F12C"
}

.fa-subway:before {
  content: "\F239"
}

.fa-suitcase:before {
  content: "\F0F2"
}

.fa-sun:before {
  content: "\F185"
}

.fa-superpowers:before {
  content: "\F2DD"
}

.fa-superscript:before {
  content: "\F12B"
}

.fa-supple:before {
  content: "\F3F9"
}

.fa-sync:before {
  content: "\F021"
}

.fa-sync-alt:before {
  content: "\F2F1"
}

.fa-table:before {
  content: "\F0CE"
}

.fa-table-tennis:before {
  content: "\F45D"
}

.fa-tablet:before {
  content: "\F10A"
}

.fa-tablet-alt:before {
  content: "\F3FA"
}

.fa-tachometer-alt:before {
  content: "\F3FD"
}

.fa-tag:before {
  content: "\F02B"
}

.fa-tags:before {
  content: "\F02C"
}

.fa-tasks:before {
  content: "\F0AE"
}

.fa-taxi:before {
  content: "\F1BA"
}

.fa-telegram:before {
  content: "\F2C6"
}

.fa-telegram-plane:before {
  content: "\F3FE"
}

.fa-tencent-weibo:before {
  content: "\F1D5"
}

.fa-terminal:before {
  content: "\F120"
}

.fa-text-height:before {
  content: "\F034"
}

.fa-text-width:before {
  content: "\F035"
}

.fa-th:before {
  content: "\F00A"
}

.fa-th-large:before {
  content: "\F009"
}

.fa-th-list:before {
  content: "\F00B"
}

.fa-themeisle:before {
  content: "\F2B2"
}

.fa-thermometer-empty:before {
  content: "\F2CB"
}

.fa-thermometer-full:before {
  content: "\F2C7"
}

.fa-thermometer-half:before {
  content: "\F2C9"
}

.fa-thermometer-quarter:before {
  content: "\F2CA"
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8"
}

.fa-thumbs-down:before {
  content: "\F165"
}

.fa-thumbs-up:before {
  content: "\F164"
}

.fa-thumbtack:before {
  content: "\F08D"
}

.fa-ticket-alt:before {
  content: "\F3FF"
}

.fa-times:before {
  content: "\F00D"
}

.fa-times-circle:before {
  content: "\F057"
}

.fa-tint:before {
  content: "\F043"
}

.fa-toggle-off:before {
  content: "\F204"
}

.fa-toggle-on:before {
  content: "\F205"
}

.fa-trademark:before {
  content: "\F25C"
}

.fa-train:before {
  content: "\F238"
}

.fa-transgender:before {
  content: "\F224"
}

.fa-transgender-alt:before {
  content: "\F225"
}

.fa-trash:before {
  content: "\F1F8"
}

.fa-trash-alt:before {
  content: "\F2ED"
}

.fa-tree:before {
  content: "\F1BB"
}

.fa-trello:before {
  content: "\F181"
}

.fa-tripadvisor:before {
  content: "\F262"
}

.fa-trophy:before {
  content: "\F091"
}

.fa-truck:before {
  content: "\F0D1"
}

.fa-tty:before {
  content: "\F1E4"
}

.fa-tumblr:before {
  content: "\F173"
}

.fa-tumblr-square:before {
  content: "\F174"
}

.fa-tv:before {
  content: "\F26C"
}

.fa-twitch:before {
  content: "\F1E8"
}

.fa-twitter:before {
  content: "\F099"
}

.fa-twitter-square:before {
  content: "\F081"
}

.fa-typo3:before {
  content: "\F42B"
}

.fa-uber:before {
  content: "\F402"
}

.fa-uikit:before {
  content: "\F403"
}

.fa-umbrella:before {
  content: "\F0E9"
}

.fa-underline:before {
  content: "\F0CD"
}

.fa-undo:before {
  content: "\F0E2"
}

.fa-undo-alt:before {
  content: "\F2EA"
}

.fa-uniregistry:before {
  content: "\F404"
}

.fa-universal-access:before {
  content: "\F29A"
}

.fa-university:before {
  content: "\F19C"
}

.fa-unlink:before {
  content: "\F127"
}

.fa-unlock:before {
  content: "\F09C"
}

.fa-unlock-alt:before {
  content: "\F13E"
}

.fa-untappd:before {
  content: "\F405"
}

.fa-upload:before {
  content: "\F093"
}

.fa-usb:before {
  content: "\F287"
}

.fa-user:before {
  content: "\F007"
}

.fa-user-circle:before {
  content: "\F2BD"
}

.fa-user-md:before {
  content: "\F0F0"
}

.fa-user-plus:before {
  content: "\F234"
}

.fa-user-secret:before {
  content: "\F21B"
}

.fa-user-times:before {
  content: "\F235"
}

.fa-users:before {
  content: "\F0C0"
}

.fa-ussunnah:before {
  content: "\F407"
}

.fa-utensil-spoon:before {
  content: "\F2E5"
}

.fa-utensils:before {
  content: "\F2E7"
}

.fa-vaadin:before {
  content: "\F408"
}

.fa-venus:before {
  content: "\F221"
}

.fa-venus-double:before {
  content: "\F226"
}

.fa-venus-mars:before {
  content: "\F228"
}

.fa-viacoin:before {
  content: "\F237"
}

.fa-viadeo:before {
  content: "\F2A9"
}

.fa-viadeo-square:before {
  content: "\F2AA"
}

.fa-viber:before {
  content: "\F409"
}

.fa-video:before {
  content: "\F03D"
}

.fa-vimeo:before {
  content: "\F40A"
}

.fa-vimeo-square:before {
  content: "\F194"
}

.fa-vimeo-v:before {
  content: "\F27D"
}

.fa-vine:before {
  content: "\F1CA"
}

.fa-vk:before {
  content: "\F189"
}

.fa-vnv:before {
  content: "\F40B"
}

.fa-volleyball-ball:before {
  content: "\F45F"
}

.fa-volume-down:before {
  content: "\F027"
}

.fa-volume-off:before {
  content: "\F026"
}

.fa-volume-up:before {
  content: "\F028"
}

.fa-vuejs:before {
  content: "\F41F"
}

.fa-weibo:before {
  content: "\F18A"
}

.fa-weixin:before {
  content: "\F1D7"
}

.fa-whatsapp:before {
  content: "\F232"
}

.fa-whatsapp-square:before {
  content: "\F40C"
}

.fa-wheelchair:before {
  content: "\F193"
}

.fa-whmcs:before {
  content: "\F40D"
}

.fa-wifi:before {
  content: "\F1EB"
}

.fa-wikipedia-w:before {
  content: "\F266"
}

.fa-window-close:before {
  content: "\F410"
}

.fa-window-maximize:before {
  content: "\F2D0"
}

.fa-window-minimize:before {
  content: "\F2D1"
}

.fa-window-restore:before {
  content: "\F2D2"
}

.fa-windows:before {
  content: "\F17A"
}

.fa-won-sign:before {
  content: "\F159"
}

.fa-wordpress:before {
  content: "\F19A"
}

.fa-wordpress-simple:before {
  content: "\F411"
}

.fa-wpbeginner:before {
  content: "\F297"
}

.fa-wpexplorer:before {
  content: "\F2DE"
}

.fa-wpforms:before {
  content: "\F298"
}

.fa-wrench:before {
  content: "\F0AD"
}

.fa-xbox:before {
  content: "\F412"
}

.fa-xing:before {
  content: "\F168"
}

.fa-xing-square:before {
  content: "\F169"
}

.fa-y-combinator:before {
  content: "\F23B"
}

.fa-yahoo:before {
  content: "\F19E"
}

.fa-yandex:before {
  content: "\F413"
}

.fa-yandex-international:before {
  content: "\F414"
}

.fa-yelp:before {
  content: "\F1E9"
}

.fa-yen-sign:before {
  content: "\F157"
}

.fa-yoast:before {
  content: "\F2B1"
}

.fa-youtube:before {
  content: "\F167"
}

.fa-youtube-square:before {
  content: "\F431"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url('/media/_base/fonts/font-awersome/fa-brands-400.eot');
  src: url(fa-brands-400.eot?#iefix) format("embedded-opentype"), url('/media/_base/fonts/font-awesome/fa-brands-400.woff2') format("woff2"), url('/media/_base/fonts/font-awesome/fa-brands-400.woff') format("woff"), url('/media/_base/fonts/font-awesome/fa-brands-400.ttf') format("truetype"), url('/media/_base/fonts/font-awesome/fa-brands-400.svg#fontawesome') format("svg")
}

.fab {
  font-family: Font Awesome\ 5 Brands
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url('/media/_base/fonts/font-awesome/fa-regular-400.eot');
  src: url('/media/_base/fonts/font-awesome/fa-regular-400.eot?#iefix') format("embedded-opentype"), url('/media/_base/fonts/font-awesome/fa-regular-400.woff2') format("woff2"), url('/media/_base/fonts/font-awesome/fa-regular-400.woff') format("woff"), url('/media/_base/fonts/font-awesome/fa-regular-400.ttf') format("truetype"), url('/media/_base/fonts/font-awesome/fa-regular-400.svg#fontawesome') format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url('/media/_base/fonts/font-awesome/fa-solid-900.eot');
  src: url('/media/_base/fonts/font-awesome/fa-solid-900.eot?#iefix') format("embedded-opentype"), url('/media/_base/fonts/font-awesome/fa-solid-900.woff2') format("woff2"), url('/media/_base/fonts/font-awesome/fa-solid-900.woff') format("woff"), url('/media/_base/fonts/font-awesome/fa-solid-900.ttf') format("truetype"), url('/media/_base/fonts/font-awesome/fa-solid-900.svg#fontawesome') format("svg")
}

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free
}

.fa, .fas {
  font-weight: 900
}

.shariff:after, .shariff:before {
  content: " ";
  display: table
}

.shariff:after {
  clear: both
}

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block
}

.shariff li {
  overflow: hidden
}

.shariff li, .shariff li a {
  height: 35px;
  box-sizing: border-box
}

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none
}

.shariff li .share_count, .shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px
}

.shariff li .fab, .shariff li .far, .shariff li .fas {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle
}

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px
}

.shariff .orientation-horizontal li {
  -webkit-box-flex: 1
}

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0
}

.shariff .orientation-horizontal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.shariff .orientation-horizontal li {
  float: left;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px
}

.shariff .orientation-horizontal li:last-child {
  margin-right: 0
}

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px
}

.shariff .orientation-horizontal li .share_count {
  display: none
}

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0
}

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333
}

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd
}

.shariff .theme-white .shariff-button a {
  background-color: #fff
}

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee
}

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999
}

.shariff .orientation-vertical.button-style-icon {
  min-width: 35px
}

.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px
}

.shariff .orientation-vertical.button-style-standard {
  min-width: 110px
}

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0
}

.shariff .orientation-vertical.button-style-icon-count li .share_count, .shariff .orientation-vertical.button-style-standard li .share_count {
  width: 24px;
  text-align: right
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 6%
  }
  .shariff .orientation-horizontal.button-style-icon-count li, .shariff .orientation-horizontal.button-style-standard li {
    min-width: 80px
  }
  .shariff .orientation-horizontal.button-style-icon-count li .share_count, .shariff .orientation-horizontal.button-style-standard li .share_count {
    display: block
  }
  .shariff .orientation-horizontal.button-style-standard li {
    width: auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
    min-width: 110px;
    max-width: 160px
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
    text-indent: 0;
    display: inline
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
  }
}

@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
    text-indent: 0;
    display: inline
  }
}

@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px
  }
  .shariff .orientation-horizontal.button-style-standard li .share_text {
    text-indent: 0;
    display: inline
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@media only screen and (min-width: 1024px) {
  .shariff li, .shariff li a {
    height: 30px
  }
  .shariff li .fab, .shariff li .far, .shariff li .fas {
    width: 35px;
    line-height: 30px
  }
  .shariff li .share_count, .shariff li .share_text {
    line-height: 30px
  }
  .shariff li .share_count {
    height: 28px
  }
}

.shariff .addthis a {
  background-color: #f8694d
}

.shariff .addthis a:hover {
  background-color: #f75b44
}

.shariff .addthis .fa-plus {
  font-size: 14px
}

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0
}

.shariff .theme-white .addthis a {
  color: #f8694d
}

@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px
  }
}

.shariff .diaspora a {
  background-color: #999
}

.shariff .diaspora a:hover {
  background-color: #b3b3b3
}

.shariff .diaspora .fa-times-circle {
  font-size: 17px
}

.shariff .theme-white .diaspora a {
  color: #999
}

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px
  }
}

.shariff .facebook a {
  background-color: #3b5998
}

.shariff .facebook a:hover {
  background-color: #4273c8
}

.shariff .facebook .fa-facebook-f {
  font-size: 22px
}

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf
}

.shariff .theme-white .facebook a {
  color: #3b5998
}

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 19px
  }
}

.shariff .flattr a {
  background-color: #7ea352
}

.shariff .flattr a:hover {
  background-color: #f67c1a
}

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c
}

.shariff .flattr .fa-money-bill-alt {
  font-size: 22px
}

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893
}

.shariff .theme-white .flattr a {
  color: #f67c1a
}

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money-bill-alt {
    font-size: 19px
  }
}

.shariff .flipboard a {
  background-color: #e12828
}

.shariff .flipboard a:hover {
  background-color: #ff2e2e
}

.shariff .flipboard .fa-flipboard {
  font-size: 22px
}

.shariff .theme-white .flipboard a {
  color: #e12828
}

@media only screen and (min-width: 600px) {
  .shariff .flipboard .fa-flipboard {
    font-size: 19px
  }
}

.shariff .googleplus a {
  background-color: #d34836
}

.shariff .googleplus a:hover {
  background-color: #f75b44
}

.shariff .googleplus .fa-google-plus-g {
  font-size: 22px
}

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d
}

.shariff .theme-white .googleplus a {
  color: #d34836
}

@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus-g {
    font-size: 19px
  }
}

.shariff .info {
  border: 1px solid #ccc
}

.shariff .info a {
  color: #666;
  background-color: #fff
}

.shariff .info a:hover {
  background-color: #efefef
}

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px
}

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important
}

.shariff .theme-grey .info a {
  background-color: #fff
}

.shariff .theme-grey .info a:hover {
  background-color: #efefef
}

.shariff .orientation-vertical .info {
  width: 35px;
  float: right
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -ms-flex: none !important;
    -webkit-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important
  }
}

@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px
  }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important
  }
  .shariff .orientation-vertical .info {
    width: 25px
  }
}

.shariff .linkedin a {
  background-color: #0077b5
}

.shariff .linkedin a:hover {
  background-color: #0369a0
}

.shariff .linkedin .fa-linkedin-in {
  font-size: 22px
}

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33aae8
}

.shariff .theme-white .linkedin a {
  color: #0077b5
}

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin-in {
    font-size: 19px
  }
}

.shariff .mail a {
  background-color: #999
}

.shariff .mail a:hover {
  background-color: #a8a8a8
}

.shariff .mail .fa-envelope {
  font-size: 21px
}

.shariff .theme-white .mail a {
  color: #999
}

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px
  }
}

.shariff .print a {
  background-color: #999
}

.shariff .print a:hover {
  background-color: #a8a8a8
}

.shariff .print .fa-print {
  font-size: 21px
}

.shariff .theme-white .print a {
  color: #999
}

@media only screen and (min-width: 600px) {
  .shariff .print .fa-print {
    font-size: 18px
  }
}

.shariff .pinterest a {
  background-color: #bd081c
}

.shariff .pinterest a:hover {
  background-color: #d50920
}

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px
}

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d
}

.shariff .theme-white .pinterest a {
  color: #bd081c
}

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px
  }
}

.shariff .reddit a {
  background-color: #ff4500
}

.shariff .reddit a:hover {
  background-color: #ff6a33
}

.shariff .reddit .fa-reddit {
  font-size: 17px
}

.shariff .theme-white .reddit a {
  color: #ff4500
}

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px
  }
}

.shariff .stumbleupon a {
  background-color: #eb4924
}

.shariff .stumbleupon a:hover {
  background-color: #ef7053
}

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px
}

.shariff .theme-white .stumbleupon a {
  color: #eb4924
}

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px
  }
}

.shariff .twitter a {
  background-color: #55acee
}

.shariff .twitter a:hover {
  background-color: #32bbf5
}

.shariff .twitter .fa-twitter {
  font-size: 28px
}

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96d4ee
}

.shariff .theme-white .twitter a {
  color: #55acee
}

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px
  }
}

.shariff .whatsapp a {
  background-color: #5cbe4a
}

.shariff .whatsapp a:hover {
  background-color: #34af23
}

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px
}

.shariff .theme-white .whatsapp a {
  color: #5cbe4a
}

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px
  }
}

.shariff .xing a {
  background-color: #126567
}

.shariff .xing a:hover {
  background-color: #29888a
}

.shariff .xing .fa-xing {
  font-size: 22px
}

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7
}

.shariff .theme-white .xing a {
  color: #126567
}

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px
  }
}

.shariff .tumblr a {
  background-color: #36465d
}

.shariff .tumblr a:hover {
  background-color: #44546b
}

.shariff .tumblr .fa-tumblr {
  font-size: 28px
}

.shariff .theme-white .tumblr a {
  color: #5cbe4a
}

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px
  }
}

.shariff .threema a {
  background-color: #333
}

.shariff .threema a:hover {
  background-color: #1f1f1f
}

.shariff .threema .fa-lock {
  font-size: 28px
}

.shariff .theme-white .threema a {
  color: #333
}

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px
  }
}

.shariff .weibo a {
  background-color: #f56770
}

.shariff .weibo a:hover {
  background-color: #fa7f8a
}

.shariff .weibo .fa-weibo {
  font-size: 28px
}

.shariff .weibo .share_count {
  color: #0174a4;
  background-color: #f56770
}

.shariff .theme-white .weibo a {
  color: #f56770
}

@media only screen and (min-width: 600px) {
  .shariff .weibo .fa-weibo {
    font-size: 24px
  }
}

.shariff .tencent-weibo a {
  background-color: #26ace0
}

.shariff .tencent-weibo a:hover {
  background-color: #38bbeb
}

.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px
}

.shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ace0
}

.shariff .theme-white .tencent-weibo a {
  color: #26ace0
}

@media only screen and (min-width: 600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 24px
  }
}

.shariff .telegram a {
  background-color: #08c
}

.shariff .telegram a:hover {
  background-color: #007dbb
}

.shariff .telegram .fa-telegram {
  font-size: 28px
}

.shariff .theme-white .telegram a {
  color: #08c
}

@media only screen and (min-width: 600px) {
  .shariff .telegram .fa-telegram {
    font-size: 22px
  }
}

.shariff .qzone a {
  background-color: #2b82d9
}

.shariff .qzone a:hover {
  background-color: #398fe6
}

.shariff .qzone .fa-qq {
  font-size: 28px
}

.shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2b82d9
}

.shariff .theme-white .qzone a {
  color: #2b82d9
}

@media only screen and (min-width: 600px) {
  .shariff .qzone .fa-qq {
    font-size: 24px
  }
}

.shariff .vk a {
  background-color: #5d7fa4
}

.shariff .vk a:hover {
  background-color: #678eb4
}

.shariff .vk .fa-vk {
  font-size: 22px
}

.shariff .vk .share_count {
  color: #55677d;
  background-color: #fff
}

.shariff .theme-white .vk a {
  color: #3b5998
}

@media only screen and (min-width: 600px) {
  .shariff .vk .fa-vk {
    font-size: 19px
  }
}

li.shariff-button a {
  border-radius: 6px;
  background-image: none
}

.share-txt {
  color: #282828;
  text-transform: uppercase
}

@media screen and (max-width: 39.9375em) {
  .shariff-widgets {
    margin-top: .66667rem;
    text-align: left
  }
}

@media print, screen and (min-width: 40em) {
  .shariff-button.whatsapp {
    display: none
  }
}

.nav-search {
  position: relative;
  max-width: 100%
}

.nav-search.input-group > :first-child {
  border-radius: 6px
}

.nav-search .input-group-field {
  width: 250px;
  border-radius: .4rem;
  font-size: .93333rem;
  transition: all .3s ease-in-out;
  height: 2.2rem
}

@media print, screen and (min-width: 64em) {
  .nav-search .input-group-field {
    max-width: 560px
  }
}

.nav-search .input-group-field::-webkit-input-placeholder {
  vertical-align: middle;
  padding-top: 0
}

.nav-search .input-group-field:-ms-input-placeholder {
  vertical-align: middle;
  padding-top: 0
}

.nav-search .input-group-field::placeholder {
  vertical-align: middle;
  padding-top: 0
}

.nav-search .input-group-field:focus {
  width: 320px;
  border: none
}

.nav-search .input-group-field:focus::-webkit-input-placeholder {
  opacity: 0.3
}

.nav-search .input-group-field:focus:-ms-input-placeholder {
  opacity: 0.3
}

.nav-search .input-group-field:focus::placeholder {
  opacity: 0.3
}

.nav-search .submit.button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background-color: transparent;
  color: #007cc1;
  font-size: 1.86667rem;
  transition: all .3s ease-in-out
}

.nav-search .submit.button:hover {
  color: #007cc1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

#mobile-search {
  margin-top: -100px;
  transition: margin-top .3s ease-in-out;
  background: linear-gradient(-45deg, #003a5b 20%, #007cc1 60%);
  background-size: 400% 400%;
  padding: 1.66667rem .8rem;
  margin-bottom: 0
}

#mobile-search.slide-in-out {
  margin-top: 0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  z-index: 3
}

#mobile-search .input-group-field {
  width: 100%;
  background-color: #fff;
  transition: all .3s ease-in-out;
  height: 3.33333rem
}

#mobile-search .input-group-field::-webkit-input-placeholder {
  vertical-align: middle;
  padding-top: 0
}

#mobile-search .input-group-field:-ms-input-placeholder {
  vertical-align: middle;
  padding-top: 0
}

#mobile-search .input-group-field::placeholder {
  vertical-align: middle;
  padding-top: 0
}

#mobile-search .input-group-field:focus {
  width: 100%;
  border: none
}

#mobile-search .input-group-field:focus::-webkit-input-placeholder {
  opacity: 0.3
}

#mobile-search .input-group-field:focus:-ms-input-placeholder {
  opacity: 0.3
}

#mobile-search .input-group-field:focus::placeholder {
  opacity: 0.3
}

#mobile-search .submit.button {
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#search-dropdown-mobile {
  background-color: transparent;
  width: 100%
}

#search-dropdown-mobile .autocomplete-list {
  border-radius: 8px;
  background-color: #fff;
  margin: 0 0.85714rem;
  overflow: hidden
}

#search-dropdown-mobile .autocomplete-list .autocomplete-item {
  padding: .93333rem .93333rem
}

#search-dropdown-mobile .autocomplete-list .autocomplete-item i {
  float: right
}

#search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #28b2ff;
  cursor: pointer;
  color: #fff
}

.search-box {
  background-color: #2b2b2b;
  padding: 1.33333rem;
  margin-bottom: 1.66667rem
}

.search-box .button {
  width: 100%;
  margin: 0
}

.search-box label {
  color: #fff
}

@media print, screen and (min-width: 64em) {
  .search-box select {
    margin: 0
  }
}

.sidebar-content .search-box {
  background-color: transparent;
  padding: 0
}

.cmp-construction {
  margin-bottom: 0
}

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

.cmp-construction .box input:not([type="submit"]), .cmp-construction .box select {
  margin-right: 1.66667rem;
  margin-bottom: 0
}

.cmp-construction .box input[type='submit'] {
  width: 160px
}

.cmp-construction .search-box {
  margin-bottom: 0
}

.cmp-construction .search-box h1, .cmp-construction .search-box h2, .cmp-construction .search-box h3 {
  color: #fff
}

@media print, screen and (min-width: 40em) {
  .cmp-construction .worker {
    margin-bottom: -44px;
    z-index: 2
  }
}

.component-construction-site-search-code .search-box {
  margin-bottom: 0;
  padding: 1.33333rem;
  background-color: #2b2b2b
}

.bordeaux a {
  color: #88002d
}

.bordeaux button, .bordeaux a.button {
  background-color: #88002d;
  color: #fff
}

.bordeaux button:focus, .bordeaux a.button:focus {
  outline: #88002d auto 1px
}

.bordeaux button.primary, .bordeaux a.button.primary {
  background-color: #88002d
}

.bordeaux button.primary:hover, .bordeaux a.button.primary:hover {
  background-color: #22000b
}

.bordeaux button.inverted, .bordeaux a.button.inverted {
  border: 2px solid #88002d
}

.bordeaux button.inverted:hover, .bordeaux a.button.inverted:hover {
  background-color: #88002d
}

.bordeaux .newsletter-btn:hover {
  background-color: #88002d
}

.bordeaux .newsletter-btn:focus {
  background-color: #88002d
}

.bordeaux .newsletter-btn:active {
  background-color: #88002d
}

.bordeaux .content a, .bordeaux p a, .bordeaux address a, .bordeaux .component-breadcrumbs a, .bordeaux .list-unstyled a, .bordeaux .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #88002d 0%, #88002d 100%)
}

.bordeaux .content a:hover, .bordeaux p a:hover, .bordeaux address a:hover, .bordeaux .component-breadcrumbs a:hover, .bordeaux .list-unstyled a:hover, .bordeaux .link-list a:hover {
  color: #fff
}

.bordeaux [type='submit'] {
  background-color: #88002d
}

.bordeaux blockquote, .bordeaux q {
  border-left: 8px solid #88002d
}

.bordeaux blockquote.right, .bordeaux q.right {
  border-right: 8px solid #88002d
}

.bordeaux blockquote.round .circle, .bordeaux q.round .circle {
  border: 8px solid #88002d
}

.bordeaux .booking-teaser .orange-bg {
  position: relative;
  background-color: #88002d;
  background: linear-gradient(-45deg, #88002d 20%, #88002d 40%, #bb003e 100%)
}

.bordeaux .booking-teaser .orange-bg h1, .bordeaux .booking-teaser .orange-bg h2, .bordeaux .booking-teaser .orange-bg h3, .bordeaux .booking-teaser .orange-bg h4, .bordeaux .booking-teaser .orange-bg p {
  color: #fff
}

.bordeaux .booking-teaser .orange-bg a.button {
  color: #fff;
  background-color: #000
}

.bordeaux .booking-teaser .orange-bg .slider-handle {
  background-color: #000
}

.bordeaux .event-teaser {
  background-color: #88002d
}

.bordeaux .event-teaser .button.white {
  color: #88002d
}

.bordeaux .panel.flip {
  box-shadow: rgba(136, 0, 45, 0.2) 0px 2px 2px, rgba(136, 0, 45, 0.2) 0px 4px 4px, rgba(136, 0, 45, 0.2) 0px 8px 8px, rgba(136, 0, 45, 0.2) 0px 16px 16px, rgba(136, 0, 45, 0.2) 0px 32px 32px, rgba(136, 0, 45, 0.2) 0px 64px 64px
}

.bordeaux .image-gallery a:after {
  background-color: rgba(136, 0, 45, 0.5)
}

.bordeaux .language-switcher button:hover {
  color: #88002d
}

@media print, screen and (min-width: 40em) {
  .bordeaux header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #88002d
  }
  .bordeaux header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .bordeaux header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #88002d;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .bordeaux header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #88002d
  }
  .bordeaux header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #88002d
  }
  .bordeaux header nav.top-navigation .top-bar-right .menu li.active a {
    color: #88002d
  }
  .bordeaux header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #88002d
  }
}

.bordeaux header nav.top-navigation .responsive-header.top-bar-right i {
  color: #88002d
}

.bordeaux header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #88002d
}

.bordeaux .mobile-footer-nav .menu li a:hover, .bordeaux .mobile-footer-nav .menu li .sb-menu:hover {
  color: #88002d
}

.bordeaux .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #88002d
}

.bordeaux .mobile-footer-nav .sb-event {
  position: relative
}

.bordeaux .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #88002d;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.bordeaux .off-canvas {
  background-color: #88002d;
  background: linear-gradient(-45deg, #22000b 20%, #88002d 60%, #fff 100%)
}

.bordeaux .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #22000b 20%, #88002d 60%, #fff 100%)
}

.bordeaux .slider-theme .owl-nav [class*='owl-'] {
  background: #88002d
}

.bordeaux .slider-theme .owl-nav [class*='owl-']:hover {
  background: #22000b
}

.bordeaux .nav-search .submit.button {
  color: #88002d
}

.bordeaux .nav-search .submit.button:hover {
  color: #88002d
}

.bordeaux #mobile-search {
  background: linear-gradient(-45deg, #22000b 20%, #88002d 60%)
}

.bordeaux #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .bordeaux #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .bordeaux #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #ee004f
}

.bordeaux footer a {
  color: #88002d
}

.bordeaux footer a:hover {
  color: #000
}

.bordeaux .event-list .event-item:hover {
  box-shadow: rgba(136, 0, 45, 0.2) 0px 2px 2px, rgba(136, 0, 45, 0.2) 0px 4px 4px, rgba(136, 0, 45, 0.2) 0px 8px 8px
}

.bordeaux #progress {
  background: #88002d
}

.bordeaux .event-list .event-item:hover {
  box-shadow: rgba(136, 0, 45, 0.2) 0px 2px 2px, rgba(136, 0, 45, 0.2) 0px 4px 4px, rgba(136, 0, 45, 0.2) 0px 8px 8px
}

.bordeaux .event-list .event-item .event-date {
  background-color: #88002d;
  color: #000
}

.bordeaux .event-list .event-item .event-date:after {
  border-left: 18px solid #88002d
}

.bordeaux ul.dropdown-list .dropdown-item:hover, .bordeaux ul.dropdown-list .dropdown-item:focus, .bordeaux ul.dropdown-list .dropdown-item:active {
  background-color: #ee004f;
  cursor: pointer;
  color: #000
}

.bordeaux ul.dropdown-list .dropdown-item:hover a, .bordeaux ul.dropdown-list .dropdown-item:focus a, .bordeaux ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.brown a {
  color: #c44700
}

.brown button, .brown a.button {
  background-color: #c44700;
  color: #fff
}

.brown button:focus, .brown a.button:focus {
  outline: #c44700 auto 1px
}

.brown button.primary, .brown a.button.primary {
  background-color: #c44700
}

.brown button.primary:hover, .brown a.button.primary:hover {
  background-color: #5e2200
}

.brown button.inverted, .brown a.button.inverted {
  border: 2px solid #c44700
}

.brown button.inverted:hover, .brown a.button.inverted:hover {
  background-color: #c44700
}

.brown .newsletter-btn:hover {
  background-color: #c44700
}

.brown .newsletter-btn:focus {
  background-color: #c44700
}

.brown .newsletter-btn:active {
  background-color: #c44700
}

.brown .content a, .brown p a, .brown address a, .brown .component-breadcrumbs a, .brown .list-unstyled a, .brown .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #c44700 0%, #c44700 100%)
}

.brown .content a:hover, .brown p a:hover, .brown address a:hover, .brown .component-breadcrumbs a:hover, .brown .list-unstyled a:hover, .brown .link-list a:hover {
  color: #fff
}

.brown [type='submit'] {
  background-color: #c44700
}

.brown blockquote, .brown q {
  border-left: 8px solid #c44700
}

.brown blockquote.right, .brown q.right {
  border-right: 8px solid #c44700
}

.brown blockquote.round .circle, .brown q.round .circle {
  border: 8px solid #c44700
}

.brown .booking-teaser .orange-bg {
  position: relative;
  background-color: #c44700;
  background: linear-gradient(-45deg, #c44700 20%, #c44700 40%, #f75900 100%)
}

.brown .booking-teaser .orange-bg h1, .brown .booking-teaser .orange-bg h2, .brown .booking-teaser .orange-bg h3, .brown .booking-teaser .orange-bg h4, .brown .booking-teaser .orange-bg p {
  color: #fff
}

.brown .booking-teaser .orange-bg a.button {
  color: #fff;
  background-color: #000
}

.brown .booking-teaser .orange-bg .slider-handle {
  background-color: #000
}

.brown .event-teaser {
  background-color: #c44700
}

.brown .event-teaser .button.white {
  color: #c44700
}

.brown .panel.flip {
  box-shadow: rgba(196, 71, 0, 0.2) 0px 2px 2px, rgba(196, 71, 0, 0.2) 0px 4px 4px, rgba(196, 71, 0, 0.2) 0px 8px 8px, rgba(196, 71, 0, 0.2) 0px 16px 16px, rgba(196, 71, 0, 0.2) 0px 32px 32px, rgba(196, 71, 0, 0.2) 0px 64px 64px
}

.brown .image-gallery a:after {
  background-color: rgba(196, 71, 0, 0.5)
}

.brown .language-switcher button:hover {
  color: #c44700
}

@media print, screen and (min-width: 40em) {
  .brown header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #c44700
  }
  .brown header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .brown header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #c44700;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .brown header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #c44700
  }
  .brown header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #c44700
  }
  .brown header nav.top-navigation .top-bar-right .menu li.active a {
    color: #c44700
  }
  .brown header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #c44700
  }
}

.brown header nav.top-navigation .responsive-header.top-bar-right i {
  color: #c44700
}

.brown header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #c44700
}

.brown .mobile-footer-nav .menu li a:hover, .brown .mobile-footer-nav .menu li .sb-menu:hover {
  color: #c44700
}

.brown .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #c44700
}

.brown .mobile-footer-nav .sb-event {
  position: relative
}

.brown .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #c44700;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.brown .off-canvas {
  background-color: #c44700;
  background: linear-gradient(-45deg, #5e2200 20%, #c44700 60%, #fff 100%)
}

.brown .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #5e2200 20%, #c44700 60%, #fff 100%)
}

.brown .slider-theme .owl-nav [class*='owl-'] {
  background: #c44700
}

.brown .slider-theme .owl-nav [class*='owl-']:hover {
  background: #5e2200
}

.brown .nav-search .submit.button {
  color: #c44700
}

.brown .nav-search .submit.button:hover {
  color: #c44700
}

.brown #mobile-search {
  background: linear-gradient(-45deg, #5e2200 20%, #c44700 60%)
}

.brown #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .brown #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .brown #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #ff782b
}

.brown footer a {
  color: #c44700
}

.brown footer a:hover {
  color: #000
}

.brown .event-list .event-item:hover {
  box-shadow: rgba(196, 71, 0, 0.2) 0px 2px 2px, rgba(196, 71, 0, 0.2) 0px 4px 4px, rgba(196, 71, 0, 0.2) 0px 8px 8px
}

.brown #progress {
  background: #c44700
}

.brown .event-list .event-item:hover {
  box-shadow: rgba(196, 71, 0, 0.2) 0px 2px 2px, rgba(196, 71, 0, 0.2) 0px 4px 4px, rgba(196, 71, 0, 0.2) 0px 8px 8px
}

.brown .event-list .event-item .event-date {
  background-color: #c44700;
  color: #000
}

.brown .event-list .event-item .event-date:after {
  border-left: 18px solid #c44700
}

.brown ul.dropdown-list .dropdown-item:hover, .brown ul.dropdown-list .dropdown-item:focus, .brown ul.dropdown-list .dropdown-item:active {
  background-color: #ff782b;
  cursor: pointer;
  color: #000
}

.brown ul.dropdown-list .dropdown-item:hover a, .brown ul.dropdown-list .dropdown-item:focus a, .brown ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.darkgreen a {
  color: #17a345
}

.darkgreen button, .darkgreen a.button {
  background-color: #17a345;
  color: #000
}

.darkgreen button:focus, .darkgreen a.button:focus {
  outline: #17a345 auto 1px
}

.darkgreen button.primary, .darkgreen a.button.primary {
  background-color: #17a345
}

.darkgreen button.primary:hover, .darkgreen a.button.primary:hover {
  background-color: #0a4a1f
}

.darkgreen button.inverted, .darkgreen a.button.inverted {
  border: 2px solid #17a345
}

.darkgreen button.inverted:hover, .darkgreen a.button.inverted:hover {
  background-color: #17a345
}

.darkgreen .newsletter-btn:hover {
  background-color: #17a345
}

.darkgreen .newsletter-btn:focus {
  background-color: #17a345
}

.darkgreen .newsletter-btn:active {
  background-color: #17a345
}

.darkgreen .content a, .darkgreen p a, .darkgreen address a, .darkgreen .component-breadcrumbs a, .darkgreen .list-unstyled a, .darkgreen .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #17a345 0%, #17a345 100%)
}

.darkgreen .content a:hover, .darkgreen p a:hover, .darkgreen address a:hover, .darkgreen .component-breadcrumbs a:hover, .darkgreen .list-unstyled a:hover, .darkgreen .link-list a:hover {
  color: #000
}

.darkgreen [type='submit'] {
  background-color: #17a345
}

.darkgreen blockquote, .darkgreen q {
  border-left: 8px solid #17a345
}

.darkgreen blockquote.right, .darkgreen q.right {
  border-right: 8px solid #17a345
}

.darkgreen blockquote.round .circle, .darkgreen q.round .circle {
  border: 8px solid #17a345
}

.darkgreen .booking-teaser .orange-bg {
  position: relative;
  background-color: #17a345;
  background: linear-gradient(-45deg, #17a345 20%, #17a345 40%, #1dd058 100%);
  color: #000
}

.darkgreen .event-teaser {
  background-color: #17a345
}

.darkgreen .event-teaser .button.white {
  color: #17a345
}

.darkgreen .panel.flip {
  box-shadow: rgba(23, 163, 69, 0.2) 0px 2px 2px, rgba(23, 163, 69, 0.2) 0px 4px 4px, rgba(23, 163, 69, 0.2) 0px 8px 8px, rgba(23, 163, 69, 0.2) 0px 16px 16px, rgba(23, 163, 69, 0.2) 0px 32px 32px, rgba(23, 163, 69, 0.2) 0px 64px 64px
}

.darkgreen .image-gallery a:after {
  background-color: rgba(23, 163, 69, 0.5)
}

.darkgreen .language-switcher button:hover {
  color: #17a345
}

@media print, screen and (min-width: 40em) {
  .darkgreen header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #17a345
  }
  .darkgreen header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .darkgreen header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #17a345;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .darkgreen header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #17a345
  }
  .darkgreen header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #17a345
  }
  .darkgreen header nav.top-navigation .top-bar-right .menu li.active a {
    color: #17a345
  }
  .darkgreen header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #17a345
  }
}

.darkgreen header nav.top-navigation .responsive-header.top-bar-right i {
  color: #17a345
}

.darkgreen header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #17a345
}

.darkgreen .mobile-footer-nav .menu li a:hover, .darkgreen .mobile-footer-nav .menu li .sb-menu:hover {
  color: #17a345
}

.darkgreen .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #17a345
}

.darkgreen .mobile-footer-nav .sb-event {
  position: relative
}

.darkgreen .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #17a345;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.darkgreen .off-canvas {
  background-color: #17a345;
  background: linear-gradient(-45deg, #0a4a1f 20%, #17a345 60%, #fff 100%)
}

.darkgreen .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #0a4a1f 20%, #17a345 60%, #fff 100%)
}

.darkgreen .slider-theme .owl-nav [class*='owl-'] {
  background: #17a345
}

.darkgreen .slider-theme .owl-nav [class*='owl-']:hover {
  background: #0a4a1f
}

.darkgreen .nav-search .submit.button {
  color: #17a345
}

.darkgreen .nav-search .submit.button:hover {
  color: #17a345
}

.darkgreen #mobile-search {
  background: linear-gradient(-45deg, #0a4a1f 20%, #17a345 60%)
}

.darkgreen #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .darkgreen #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .darkgreen #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #3ce473
}

.darkgreen footer a {
  color: #000
}

.darkgreen footer a:hover {
  color: #1a1a1a
}

.darkgreen .event-list .event-item:hover {
  box-shadow: rgba(23, 163, 69, 0.2) 0px 2px 2px, rgba(23, 163, 69, 0.2) 0px 4px 4px, rgba(23, 163, 69, 0.2) 0px 8px 8px
}

.darkgreen #progress {
  background: #17a345
}

.darkgreen .event-list .event-item:hover {
  box-shadow: rgba(23, 163, 69, 0.2) 0px 2px 2px, rgba(23, 163, 69, 0.2) 0px 4px 4px, rgba(23, 163, 69, 0.2) 0px 8px 8px
}

.darkgreen .event-list .event-item .event-date {
  background-color: #17a345;
  color: #000
}

.darkgreen .event-list .event-item .event-date:after {
  border-left: 18px solid #17a345
}

.darkgreen ul.dropdown-list .dropdown-item:hover, .darkgreen ul.dropdown-list .dropdown-item:focus, .darkgreen ul.dropdown-list .dropdown-item:active {
  background-color: #3ce473;
  cursor: pointer;
  color: #000
}

.darkgreen ul.dropdown-list .dropdown-item:hover a, .darkgreen ul.dropdown-list .dropdown-item:focus a, .darkgreen ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.green a {
  color: #388f50
}

.green button, .green a.button {
  background-color: #388f50;
  color: #000
}

.green button:focus, .green a.button:focus {
  outline: #388f50 auto 1px
}

.green button.primary, .green a.button.primary {
  background-color: #388f50
}

.green button.primary:hover, .green a.button.primary:hover {
  background-color: #1b4627
}

.green button.inverted, .green a.button.inverted {
  border: 2px solid #388f50
}

.green button.inverted:hover, .green a.button.inverted:hover {
  background-color: #388f50
}

.green .newsletter-btn:hover {
  background-color: #388f50
}

.green .newsletter-btn:focus {
  background-color: #388f50
}

.green .newsletter-btn:active {
  background-color: #388f50
}

.green .content a, .green p a, .green address a, .green .component-breadcrumbs a, .green .list-unstyled a, .green .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #388f50 0%, #388f50 100%)
}

.green .content a:hover, .green p a:hover, .green address a:hover, .green .component-breadcrumbs a:hover, .green .list-unstyled a:hover, .green .link-list a:hover {
  color: #000
}

.green [type='submit'] {
  background-color: #388f50
}

.green blockquote, .green q {
  border-left: 8px solid #388f50
}

.green blockquote.right, .green q.right {
  border-right: 8px solid #388f50
}

.green blockquote.round .circle, .green q.round .circle {
  border: 8px solid #388f50
}

.green .booking-teaser .orange-bg {
  position: relative;
  background-color: #388f50;
  background: linear-gradient(-45deg, #388f50 20%, #388f50 40%, #46b465 100%);
  color: #000
}

.green .event-teaser {
  background-color: #388f50
}

.green .event-teaser .button.white {
  color: #388f50
}

.green .panel.flip {
  box-shadow: rgba(56, 143, 80, 0.2) 0px 2px 2px, rgba(56, 143, 80, 0.2) 0px 4px 4px, rgba(56, 143, 80, 0.2) 0px 8px 8px, rgba(56, 143, 80, 0.2) 0px 16px 16px, rgba(56, 143, 80, 0.2) 0px 32px 32px, rgba(56, 143, 80, 0.2) 0px 64px 64px
}

.green .image-gallery a:after {
  background-color: rgba(56, 143, 80, 0.5)
}

.green .language-switcher button:hover {
  color: #388f50
}

@media print, screen and (min-width: 40em) {
  .green header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #388f50
  }
  .green header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .green header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #388f50;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .green header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #388f50
  }
  .green header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #388f50
  }
  .green header nav.top-navigation .top-bar-right .menu li.active a {
    color: #388f50
  }
  .green header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #388f50
  }
}

.green header nav.top-navigation .responsive-header.top-bar-right i {
  color: #388f50
}

.green header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #388f50
}

.green .mobile-footer-nav .menu li a:hover, .green .mobile-footer-nav .menu li .sb-menu:hover {
  color: #388f50
}

.green .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #388f50
}

.green .mobile-footer-nav .sb-event {
  position: relative
}

.green .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #388f50;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.green .off-canvas {
  background-color: #388f50;
  background: linear-gradient(-45deg, #1b4627 20%, #388f50 60%, #fff 100%)
}

.green .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #1b4627 20%, #388f50 60%, #fff 100%)
}

.green .slider-theme .owl-nav [class*='owl-'] {
  background: #388f50
}

.green .slider-theme .owl-nav [class*='owl-']:hover {
  background: #1b4627
}

.green .nav-search .submit.button {
  color: #388f50
}

.green .nav-search .submit.button:hover {
  color: #388f50
}

.green #mobile-search {
  background: linear-gradient(-45deg, #1b4627 20%, #388f50 60%)
}

.green #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .green #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .green #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #69c482
}

.green footer a {
  color: #000
}

.green footer a:hover {
  color: #1a1a1a
}

.green .event-list .event-item:hover {
  box-shadow: rgba(56, 143, 80, 0.2) 0px 2px 2px, rgba(56, 143, 80, 0.2) 0px 4px 4px, rgba(56, 143, 80, 0.2) 0px 8px 8px
}

.green #progress {
  background: #388f50
}

.green .event-list .event-item:hover {
  box-shadow: rgba(56, 143, 80, 0.2) 0px 2px 2px, rgba(56, 143, 80, 0.2) 0px 4px 4px, rgba(56, 143, 80, 0.2) 0px 8px 8px
}

.green .event-list .event-item .event-date {
  background-color: #388f50;
  color: #000
}

.green .event-list .event-item .event-date:after {
  border-left: 18px solid #388f50
}

.green ul.dropdown-list .dropdown-item:hover, .green ul.dropdown-list .dropdown-item:focus, .green ul.dropdown-list .dropdown-item:active {
  background-color: #69c482;
  cursor: pointer;
  color: #000
}

.green ul.dropdown-list .dropdown-item:hover a, .green ul.dropdown-list .dropdown-item:focus a, .green ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.lemon a {
  color: #71ae13
}

.lemon button, .lemon a.button {
  background-color: #71ae13;
  color: #000
}

.lemon button:focus, .lemon a.button:focus {
  outline: #71ae13 auto 1px
}

.lemon button.primary, .lemon a.button.primary {
  background-color: #71ae13
}

.lemon button.primary:hover, .lemon a.button.primary:hover {
  background-color: #355209
}

.lemon button.inverted, .lemon a.button.inverted {
  border: 2px solid #71ae13
}

.lemon button.inverted:hover, .lemon a.button.inverted:hover {
  background-color: #71ae13
}

.lemon .newsletter-btn:hover {
  background-color: #71ae13
}

.lemon .newsletter-btn:focus {
  background-color: #71ae13
}

.lemon .newsletter-btn:active {
  background-color: #71ae13
}

.lemon .content a, .lemon p a, .lemon address a, .lemon .component-breadcrumbs a, .lemon .list-unstyled a, .lemon .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #71ae13 0%, #71ae13 100%)
}

.lemon .content a:hover, .lemon p a:hover, .lemon address a:hover, .lemon .component-breadcrumbs a:hover, .lemon .list-unstyled a:hover, .lemon .link-list a:hover {
  color: #000
}

.lemon [type='submit'] {
  background-color: #71ae13
}

.lemon blockquote, .lemon q {
  border-left: 8px solid #71ae13
}

.lemon blockquote.right, .lemon q.right {
  border-right: 8px solid #71ae13
}

.lemon blockquote.round .circle, .lemon q.round .circle {
  border: 8px solid #71ae13
}

.lemon .booking-teaser .orange-bg {
  position: relative;
  background-color: #71ae13;
  background: linear-gradient(-45deg, #71ae13 20%, #71ae13 40%, #8fdc18 100%);
  color: #000
}

.lemon .event-teaser {
  background-color: #71ae13
}

.lemon .event-teaser .button.white {
  color: #71ae13
}

.lemon .panel.flip {
  box-shadow: rgba(113, 174, 19, 0.2) 0px 2px 2px, rgba(113, 174, 19, 0.2) 0px 4px 4px, rgba(113, 174, 19, 0.2) 0px 8px 8px, rgba(113, 174, 19, 0.2) 0px 16px 16px, rgba(113, 174, 19, 0.2) 0px 32px 32px, rgba(113, 174, 19, 0.2) 0px 64px 64px
}

.lemon .image-gallery a:after {
  background-color: rgba(113, 174, 19, 0.5)
}

.lemon .language-switcher button:hover {
  color: #71ae13
}

@media print, screen and (min-width: 40em) {
  .lemon header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #71ae13
  }
  .lemon header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .lemon header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #71ae13;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .lemon header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #71ae13
  }
  .lemon header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #71ae13
  }
  .lemon header nav.top-navigation .top-bar-right .menu li.active a {
    color: #71ae13
  }
  .lemon header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #71ae13
  }
}

.lemon header nav.top-navigation .responsive-header.top-bar-right i {
  color: #71ae13
}

.lemon header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #71ae13
}

.lemon .mobile-footer-nav .menu li a:hover, .lemon .mobile-footer-nav .menu li .sb-menu:hover {
  color: #71ae13
}

.lemon .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #71ae13
}

.lemon .mobile-footer-nav .sb-event {
  position: relative
}

.lemon .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #71ae13;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.lemon .off-canvas {
  background-color: #71ae13;
  background: linear-gradient(-45deg, #355209 20%, #71ae13 60%, #fff 100%)
}

.lemon .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #355209 20%, #71ae13 60%, #fff 100%)
}

.lemon .slider-theme .owl-nav [class*='owl-'] {
  background: #71ae13
}

.lemon .slider-theme .owl-nav [class*='owl-']:hover {
  background: #355209
}

.lemon .nav-search .submit.button {
  color: #71ae13
}

.lemon .nav-search .submit.button:hover {
  color: #71ae13
}

.lemon #mobile-search {
  background: linear-gradient(-45deg, #355209 20%, #71ae13 60%)
}

.lemon #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .lemon #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .lemon #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #a6ea3d
}

.lemon footer a {
  color: #000
}

.lemon footer a:hover {
  color: #1a1a1a
}

.lemon .event-list .event-item:hover {
  box-shadow: rgba(113, 174, 19, 0.2) 0px 2px 2px, rgba(113, 174, 19, 0.2) 0px 4px 4px, rgba(113, 174, 19, 0.2) 0px 8px 8px
}

.lemon #progress {
  background: #71ae13
}

.lemon .event-list .event-item:hover {
  box-shadow: rgba(113, 174, 19, 0.2) 0px 2px 2px, rgba(113, 174, 19, 0.2) 0px 4px 4px, rgba(113, 174, 19, 0.2) 0px 8px 8px
}

.lemon .event-list .event-item .event-date {
  background-color: #71ae13;
  color: #000
}

.lemon .event-list .event-item .event-date:after {
  border-left: 18px solid #71ae13
}

.lemon ul.dropdown-list .dropdown-item:hover, .lemon ul.dropdown-list .dropdown-item:focus, .lemon ul.dropdown-list .dropdown-item:active {
  background-color: #a6ea3d;
  cursor: pointer;
  color: #000
}

.lemon ul.dropdown-list .dropdown-item:hover a, .lemon ul.dropdown-list .dropdown-item:focus a, .lemon ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.light_blue a {
  color: #37a8e1
}

.light_blue button, .light_blue a.button {
  background-color: #37a8e1;
  color: #000
}

.light_blue button:focus, .light_blue a.button:focus {
  outline: #37a8e1 auto 1px
}

.light_blue button.primary, .light_blue a.button.primary {
  background-color: #37a8e1
}

.light_blue button.primary:hover, .light_blue a.button.primary:hover {
  background-color: #176f9b
}

.light_blue button.inverted, .light_blue a.button.inverted {
  border: 2px solid #37a8e1
}

.light_blue button.inverted:hover, .light_blue a.button.inverted:hover {
  background-color: #37a8e1
}

.light_blue .newsletter-btn:hover {
  background-color: #37a8e1
}

.light_blue .newsletter-btn:focus {
  background-color: #37a8e1
}

.light_blue .newsletter-btn:active {
  background-color: #37a8e1
}

.light_blue .content a, .light_blue p a, .light_blue address a, .light_blue .component-breadcrumbs a, .light_blue .list-unstyled a, .light_blue .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #37a8e1 0%, #37a8e1 100%)
}

.light_blue .content a:hover, .light_blue p a:hover, .light_blue address a:hover, .light_blue .component-breadcrumbs a:hover, .light_blue .list-unstyled a:hover, .light_blue .link-list a:hover {
  color: #000
}

.light_blue [type='submit'] {
  background-color: #37a8e1
}

.light_blue blockquote, .light_blue q {
  border-left: 8px solid #37a8e1
}

.light_blue blockquote.right, .light_blue q.right {
  border-right: 8px solid #37a8e1
}

.light_blue blockquote.round .circle, .light_blue q.round .circle {
  border: 8px solid #37a8e1
}

.light_blue .booking-teaser .orange-bg {
  position: relative;
  background-color: #37a8e1;
  background: linear-gradient(-45deg, #37a8e1 20%, #37a8e1 40%, #63bbe8 100%);
  color: #000
}

.light_blue .event-teaser {
  background-color: #37a8e1
}

.light_blue .event-teaser .button.white {
  color: #37a8e1
}

.light_blue .panel.flip {
  box-shadow: rgba(55, 168, 225, 0.2) 0px 2px 2px, rgba(55, 168, 225, 0.2) 0px 4px 4px, rgba(55, 168, 225, 0.2) 0px 8px 8px, rgba(55, 168, 225, 0.2) 0px 16px 16px, rgba(55, 168, 225, 0.2) 0px 32px 32px, rgba(55, 168, 225, 0.2) 0px 64px 64px
}

.light_blue .image-gallery a:after {
  background-color: rgba(55, 168, 225, 0.5)
}

.light_blue .language-switcher button:hover {
  color: #37a8e1
}

@media print, screen and (min-width: 40em) {
  .light_blue header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #37a8e1
  }
  .light_blue header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .light_blue header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #37a8e1;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .light_blue header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #37a8e1
  }
  .light_blue header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #37a8e1
  }
  .light_blue header nav.top-navigation .top-bar-right .menu li.active a {
    color: #37a8e1
  }
  .light_blue header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #37a8e1
  }
}

.light_blue header nav.top-navigation .responsive-header.top-bar-right i {
  color: #37a8e1
}

.light_blue header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #37a8e1
}

.light_blue .mobile-footer-nav .menu li a:hover, .light_blue .mobile-footer-nav .menu li .sb-menu:hover {
  color: #37a8e1
}

.light_blue .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #37a8e1
}

.light_blue .mobile-footer-nav .sb-event {
  position: relative
}

.light_blue .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #37a8e1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.light_blue .off-canvas {
  background-color: #37a8e1;
  background: linear-gradient(-45deg, #176f9b 20%, #37a8e1 60%, #fff 100%)
}

.light_blue .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #176f9b 20%, #37a8e1 60%, #fff 100%)
}

.light_blue .slider-theme .owl-nav [class*='owl-'] {
  background: #37a8e1
}

.light_blue .slider-theme .owl-nav [class*='owl-']:hover {
  background: #176f9b
}

.light_blue .nav-search .submit.button {
  color: #37a8e1
}

.light_blue .nav-search .submit.button:hover {
  color: #37a8e1
}

.light_blue #mobile-search {
  background: linear-gradient(-45deg, #176f9b 20%, #37a8e1 60%)
}

.light_blue #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .light_blue #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .light_blue #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #90cfee
}

.light_blue footer a {
  color: #000
}

.light_blue footer a:hover {
  color: #1a1a1a
}

.light_blue .event-list .event-item:hover {
  box-shadow: rgba(55, 168, 225, 0.2) 0px 2px 2px, rgba(55, 168, 225, 0.2) 0px 4px 4px, rgba(55, 168, 225, 0.2) 0px 8px 8px
}

.light_blue #progress {
  background: #37a8e1
}

.light_blue .event-list .event-item:hover {
  box-shadow: rgba(55, 168, 225, 0.2) 0px 2px 2px, rgba(55, 168, 225, 0.2) 0px 4px 4px, rgba(55, 168, 225, 0.2) 0px 8px 8px
}

.light_blue .event-list .event-item .event-date {
  background-color: #37a8e1;
  color: #000
}

.light_blue .event-list .event-item .event-date:after {
  border-left: 18px solid #37a8e1
}

.light_blue ul.dropdown-list .dropdown-item:hover, .light_blue ul.dropdown-list .dropdown-item:focus, .light_blue ul.dropdown-list .dropdown-item:active {
  background-color: #90cfee;
  cursor: pointer;
  color: #000
}

.light_blue ul.dropdown-list .dropdown-item:hover a, .light_blue ul.dropdown-list .dropdown-item:focus a, .light_blue ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.lilac a {
  color: #a04287
}

.lilac button, .lilac a.button {
  background-color: #a04287;
  color: #fff
}

.lilac button:focus, .lilac a.button:focus {
  outline: #a04287 auto 1px
}

.lilac button.primary, .lilac a.button.primary {
  background-color: #a04287
}

.lilac button.primary:hover, .lilac a.button.primary:hover {
  background-color: #58244a
}

.lilac button.inverted, .lilac a.button.inverted {
  border: 2px solid #a04287
}

.lilac button.inverted:hover, .lilac a.button.inverted:hover {
  background-color: #a04287
}

.lilac .newsletter-btn:hover {
  background-color: #a04287
}

.lilac .newsletter-btn:focus {
  background-color: #a04287
}

.lilac .newsletter-btn:active {
  background-color: #a04287
}

.lilac .content a, .lilac p a, .lilac address a, .lilac .component-breadcrumbs a, .lilac .list-unstyled a, .lilac .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #a04287 0%, #a04287 100%)
}

.lilac .content a:hover, .lilac p a:hover, .lilac address a:hover, .lilac .component-breadcrumbs a:hover, .lilac .list-unstyled a:hover, .lilac .link-list a:hover {
  color: #fff
}

.lilac [type='submit'] {
  background-color: #a04287
}

.lilac blockquote, .lilac q {
  border-left: 8px solid #a04287
}

.lilac blockquote.right, .lilac q.right {
  border-right: 8px solid #a04287
}

.lilac blockquote.round .circle, .lilac q.round .circle {
  border: 8px solid #a04287
}

.lilac .booking-teaser .orange-bg {
  position: relative;
  background-color: #a04287;
  background: linear-gradient(-45deg, #a04287 20%, #a04287 40%, #bb5aa1 100%)
}

.lilac .booking-teaser .orange-bg h1, .lilac .booking-teaser .orange-bg h2, .lilac .booking-teaser .orange-bg h3, .lilac .booking-teaser .orange-bg h4, .lilac .booking-teaser .orange-bg p {
  color: #fff
}

.lilac .booking-teaser .orange-bg a.button {
  color: #fff;
  background-color: #000
}

.lilac .booking-teaser .orange-bg .slider-handle {
  background-color: #000
}

.lilac .event-teaser {
  background-color: #a04287
}

.lilac .event-teaser .button.white {
  color: #a04287
}

.lilac .panel.flip {
  box-shadow: rgba(160, 66, 135, 0.2) 0px 2px 2px, rgba(160, 66, 135, 0.2) 0px 4px 4px, rgba(160, 66, 135, 0.2) 0px 8px 8px, rgba(160, 66, 135, 0.2) 0px 16px 16px, rgba(160, 66, 135, 0.2) 0px 32px 32px, rgba(160, 66, 135, 0.2) 0px 64px 64px
}

.lilac .image-gallery a:after {
  background-color: rgba(160, 66, 135, 0.5)
}

.lilac .language-switcher button:hover {
  color: #a04287
}

@media print, screen and (min-width: 40em) {
  .lilac header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #a04287
  }
  .lilac header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .lilac header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #a04287;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .lilac header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #a04287
  }
  .lilac header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #a04287
  }
  .lilac header nav.top-navigation .top-bar-right .menu li.active a {
    color: #a04287
  }
  .lilac header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #a04287
  }
}

.lilac header nav.top-navigation .responsive-header.top-bar-right i {
  color: #a04287
}

.lilac header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #a04287
}

.lilac .mobile-footer-nav .menu li a:hover, .lilac .mobile-footer-nav .menu li .sb-menu:hover {
  color: #a04287
}

.lilac .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #a04287
}

.lilac .mobile-footer-nav .sb-event {
  position: relative
}

.lilac .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #a04287;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.lilac .off-canvas {
  background-color: #a04287;
  background: linear-gradient(-45deg, #58244a 20%, #a04287 60%, #fff 100%)
}

.lilac .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #58244a 20%, #a04287 60%, #fff 100%)
}

.lilac .slider-theme .owl-nav [class*='owl-'] {
  background: #a04287
}

.lilac .slider-theme .owl-nav [class*='owl-']:hover {
  background: #58244a
}

.lilac .nav-search .submit.button {
  color: #a04287
}

.lilac .nav-search .submit.button:hover {
  color: #a04287
}

.lilac #mobile-search {
  background: linear-gradient(-45deg, #58244a 20%, #a04287 60%)
}

.lilac #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .lilac #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .lilac #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #ca7eb6
}

.lilac footer a {
  color: #a04287
}

.lilac footer a:hover {
  color: #000
}

.lilac .event-list .event-item:hover {
  box-shadow: rgba(160, 66, 135, 0.2) 0px 2px 2px, rgba(160, 66, 135, 0.2) 0px 4px 4px, rgba(160, 66, 135, 0.2) 0px 8px 8px
}

.lilac #progress {
  background: #a04287
}

.lilac .event-list .event-item:hover {
  box-shadow: rgba(160, 66, 135, 0.2) 0px 2px 2px, rgba(160, 66, 135, 0.2) 0px 4px 4px, rgba(160, 66, 135, 0.2) 0px 8px 8px
}

.lilac .event-list .event-item .event-date {
  background-color: #a04287;
  color: #000
}

.lilac .event-list .event-item .event-date:after {
  border-left: 18px solid #a04287
}

.lilac ul.dropdown-list .dropdown-item:hover, .lilac ul.dropdown-list .dropdown-item:focus, .lilac ul.dropdown-list .dropdown-item:active {
  background-color: #ca7eb6;
  cursor: pointer;
  color: #000
}

.lilac ul.dropdown-list .dropdown-item:hover a, .lilac ul.dropdown-list .dropdown-item:focus a, .lilac ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.orange a {
  color: #f99700
}

.orange button, .orange a.button {
  background-color: #f99700;
  color: #000
}

.orange button:focus, .orange a.button:focus {
  outline: #f99700 auto 1px
}

.orange button.primary, .orange a.button.primary {
  background-color: #f99700
}

.orange button.primary:hover, .orange a.button.primary:hover {
  background-color: #935900
}

.orange button.inverted, .orange a.button.inverted {
  border: 2px solid #f99700
}

.orange button.inverted:hover, .orange a.button.inverted:hover {
  background-color: #f99700
}

.orange .newsletter-btn:hover {
  background-color: #f99700
}

.orange .newsletter-btn:focus {
  background-color: #f99700
}

.orange .newsletter-btn:active {
  background-color: #f99700
}

.orange .content a, .orange p a, .orange address a, .orange .component-breadcrumbs a, .orange .list-unstyled a, .orange .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #f99700 0%, #f99700 100%)
}

.orange .content a:hover, .orange p a:hover, .orange address a:hover, .orange .component-breadcrumbs a:hover, .orange .list-unstyled a:hover, .orange .link-list a:hover {
  color: #000
}

.orange [type='submit'] {
  background-color: #f99700
}

.orange blockquote, .orange q {
  border-left: 8px solid #f99700
}

.orange blockquote.right, .orange q.right {
  border-right: 8px solid #f99700
}

.orange blockquote.round .circle, .orange q.round .circle {
  border: 8px solid #f99700
}

.orange .booking-teaser .orange-bg {
  position: relative;
  background-color: #f99700;
  background: linear-gradient(-45deg, #f99700 20%, #f99700 40%, #ffac2d 100%);
  color: #000
}

.orange .event-teaser {
  background-color: #f99700
}

.orange .event-teaser .button.white {
  color: #f99700
}

.orange .panel.flip {
  box-shadow: rgba(249, 151, 0, 0.2) 0px 2px 2px, rgba(249, 151, 0, 0.2) 0px 4px 4px, rgba(249, 151, 0, 0.2) 0px 8px 8px, rgba(249, 151, 0, 0.2) 0px 16px 16px, rgba(249, 151, 0, 0.2) 0px 32px 32px, rgba(249, 151, 0, 0.2) 0px 64px 64px
}

.orange .image-gallery a:after {
  background-color: rgba(249, 151, 0, 0.5)
}

.orange .language-switcher button:hover {
  color: #f99700
}

@media print, screen and (min-width: 40em) {
  .orange header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #f99700
  }
  .orange header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .orange header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f99700;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .orange header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #f99700
  }
  .orange header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #f99700
  }
  .orange header nav.top-navigation .top-bar-right .menu li.active a {
    color: #f99700
  }
  .orange header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #f99700
  }
}

.orange header nav.top-navigation .responsive-header.top-bar-right i {
  color: #f99700
}

.orange header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #f99700
}

.orange .mobile-footer-nav .menu li a:hover, .orange .mobile-footer-nav .menu li .sb-menu:hover {
  color: #f99700
}

.orange .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #f99700
}

.orange .mobile-footer-nav .sb-event {
  position: relative
}

.orange .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f99700;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.orange .off-canvas {
  background-color: #f99700;
  background: linear-gradient(-45deg, #935900 20%, #f99700 60%, #fff 100%)
}

.orange .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #935900 20%, #f99700 60%, #fff 100%)
}

.orange .slider-theme .owl-nav [class*='owl-'] {
  background: #f99700
}

.orange .slider-theme .owl-nav [class*='owl-']:hover {
  background: #935900
}

.orange .nav-search .submit.button {
  color: #f99700
}

.orange .nav-search .submit.button:hover {
  color: #f99700
}

.orange #mobile-search {
  background: linear-gradient(-45deg, #935900 20%, #f99700 60%)
}

.orange #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .orange #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .orange #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #ffc060
}

.orange footer a {
  color: #000
}

.orange footer a:hover {
  color: #1a1a1a
}

.orange .event-list .event-item:hover {
  box-shadow: rgba(249, 151, 0, 0.2) 0px 2px 2px, rgba(249, 151, 0, 0.2) 0px 4px 4px, rgba(249, 151, 0, 0.2) 0px 8px 8px
}

.orange #progress {
  background: #f99700
}

.orange .event-list .event-item:hover {
  box-shadow: rgba(249, 151, 0, 0.2) 0px 2px 2px, rgba(249, 151, 0, 0.2) 0px 4px 4px, rgba(249, 151, 0, 0.2) 0px 8px 8px
}

.orange .event-list .event-item .event-date {
  background-color: #f99700;
  color: #000
}

.orange .event-list .event-item .event-date:after {
  border-left: 18px solid #f99700
}

.orange ul.dropdown-list .dropdown-item:hover, .orange ul.dropdown-list .dropdown-item:focus, .orange ul.dropdown-list .dropdown-item:active {
  background-color: #ffc060;
  cursor: pointer;
  color: #000
}

.orange ul.dropdown-list .dropdown-item:hover a, .orange ul.dropdown-list .dropdown-item:focus a, .orange ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.petrol a {
  color: #007b84
}

.petrol button, .petrol a.button {
  background-color: #007b84;
  color: #fff
}

.petrol button:focus, .petrol a.button:focus {
  outline: #007b84 auto 1px
}

.petrol button.primary, .petrol a.button.primary {
  background-color: #007b84
}

.petrol button.primary:hover, .petrol a.button.primary:hover {
  background-color: #001c1e
}

.petrol button.inverted, .petrol a.button.inverted {
  border: 2px solid #007b84
}

.petrol button.inverted:hover, .petrol a.button.inverted:hover {
  background-color: #007b84
}

.petrol .newsletter-btn:hover {
  background-color: #007b84
}

.petrol .newsletter-btn:focus {
  background-color: #007b84
}

.petrol .newsletter-btn:active {
  background-color: #007b84
}

.petrol .content a, .petrol p a, .petrol address a, .petrol .component-breadcrumbs a, .petrol .list-unstyled a, .petrol .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #007b84 0%, #007b84 100%)
}

.petrol .content a:hover, .petrol p a:hover, .petrol address a:hover, .petrol .component-breadcrumbs a:hover, .petrol .list-unstyled a:hover, .petrol .link-list a:hover {
  color: #fff
}

.petrol [type='submit'] {
  background-color: #007b84
}

.petrol blockquote, .petrol q {
  border-left: 8px solid #007b84
}

.petrol blockquote.right, .petrol q.right {
  border-right: 8px solid #007b84
}

.petrol blockquote.round .circle, .petrol q.round .circle {
  border: 8px solid #007b84
}

.petrol .booking-teaser .orange-bg {
  position: relative;
  background-color: #007b84;
  background: linear-gradient(-45deg, #007b84 20%, #007b84 40%, #00abb7 100%)
}

.petrol .booking-teaser .orange-bg h1, .petrol .booking-teaser .orange-bg h2, .petrol .booking-teaser .orange-bg h3, .petrol .booking-teaser .orange-bg h4, .petrol .booking-teaser .orange-bg p {
  color: #fff
}

.petrol .booking-teaser .orange-bg a.button {
  color: #fff;
  background-color: #000
}

.petrol .booking-teaser .orange-bg .slider-handle {
  background-color: #000
}

.petrol .event-teaser {
  background-color: #007b84
}

.petrol .event-teaser .button.white {
  color: #007b84
}

.petrol .panel.flip {
  box-shadow: rgba(0, 123, 132, 0.2) 0px 2px 2px, rgba(0, 123, 132, 0.2) 0px 4px 4px, rgba(0, 123, 132, 0.2) 0px 8px 8px, rgba(0, 123, 132, 0.2) 0px 16px 16px, rgba(0, 123, 132, 0.2) 0px 32px 32px, rgba(0, 123, 132, 0.2) 0px 64px 64px
}

.petrol .image-gallery a:after {
  background-color: rgba(0, 123, 132, 0.5)
}

.petrol .language-switcher button:hover {
  color: #007b84
}

@media print, screen and (min-width: 40em) {
  .petrol header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #007b84
  }
  .petrol header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .petrol header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #007b84;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .petrol header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #007b84
  }
  .petrol header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #007b84
  }
  .petrol header nav.top-navigation .top-bar-right .menu li.active a {
    color: #007b84
  }
  .petrol header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #007b84
  }
}

.petrol header nav.top-navigation .responsive-header.top-bar-right i {
  color: #007b84
}

.petrol header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #007b84
}

.petrol .mobile-footer-nav .menu li a:hover, .petrol .mobile-footer-nav .menu li .sb-menu:hover {
  color: #007b84
}

.petrol .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #007b84
}

.petrol .mobile-footer-nav .sb-event {
  position: relative
}

.petrol .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #007b84;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.petrol .off-canvas {
  background-color: #007b84;
  background: linear-gradient(-45deg, #001c1e 20%, #007b84 60%, #fff 100%)
}

.petrol .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #001c1e 20%, #007b84 60%, #fff 100%)
}

.petrol .slider-theme .owl-nav [class*='owl-'] {
  background: #007b84
}

.petrol .slider-theme .owl-nav [class*='owl-']:hover {
  background: #001c1e
}

.petrol .nav-search .submit.button {
  color: #007b84
}

.petrol .nav-search .submit.button:hover {
  color: #007b84
}

.petrol #mobile-search {
  background: linear-gradient(-45deg, #001c1e 20%, #007b84 60%)
}

.petrol #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .petrol #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .petrol #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #00daea
}

.petrol footer a {
  color: #007b84
}

.petrol footer a:hover {
  color: #000
}

.petrol .event-list .event-item:hover {
  box-shadow: rgba(0, 123, 132, 0.2) 0px 2px 2px, rgba(0, 123, 132, 0.2) 0px 4px 4px, rgba(0, 123, 132, 0.2) 0px 8px 8px
}

.petrol #progress {
  background: #007b84
}

.petrol .event-list .event-item:hover {
  box-shadow: rgba(0, 123, 132, 0.2) 0px 2px 2px, rgba(0, 123, 132, 0.2) 0px 4px 4px, rgba(0, 123, 132, 0.2) 0px 8px 8px
}

.petrol .event-list .event-item .event-date {
  background-color: #007b84;
  color: #000
}

.petrol .event-list .event-item .event-date:after {
  border-left: 18px solid #007b84
}

.petrol ul.dropdown-list .dropdown-item:hover, .petrol ul.dropdown-list .dropdown-item:focus, .petrol ul.dropdown-list .dropdown-item:active {
  background-color: #00daea;
  cursor: pointer;
  color: #000
}

.petrol ul.dropdown-list .dropdown-item:hover a, .petrol ul.dropdown-list .dropdown-item:focus a, .petrol ul.dropdown-list .dropdown-item:active a {
  color: #000
}

.red a {
  color: #e00
}

.red button, .red a.button {
  background-color: #e00;
  color: #fff
}

.red button:focus, .red a.button:focus {
  outline: #e00 auto 1px
}

.red button.primary, .red a.button.primary {
  background-color: #e00
}

.red button.primary:hover, .red a.button.primary:hover {
  background-color: #800
}

.red button.inverted, .red a.button.inverted {
  border: 2px solid #e00
}

.red button.inverted:hover, .red a.button.inverted:hover {
  background-color: #e00
}

.red .newsletter-btn:hover {
  background-color: #e00
}

.red .newsletter-btn:focus {
  background-color: #e00
}

.red .newsletter-btn:active {
  background-color: #e00
}

.red .content a, .red p a, .red address a, .red .component-breadcrumbs a, .red .list-unstyled a, .red .link-list a {
  color: #000;
  background-image: linear-gradient(120deg, #e00 0%, #e00 100%)
}

.red .content a:hover, .red p a:hover, .red address a:hover, .red .component-breadcrumbs a:hover, .red .list-unstyled a:hover, .red .link-list a:hover {
  color: #fff
}

.red [type='submit'] {
  background-color: #e00
}

.red blockquote, .red q {
  border-left: 8px solid #e00
}

.red blockquote.right, .red q.right {
  border-right: 8px solid #e00
}

.red blockquote.round .circle, .red q.round .circle {
  border: 8px solid #e00
}

.red .booking-teaser .orange-bg {
  position: relative;
  background-color: #e00;
  background: linear-gradient(-45deg, #e00 20%, #e00 40%, #f22 100%);
  color: #000
}

.red .event-teaser {
  background-color: #e00
}

.red .event-teaser .button.white {
  color: #e00
}

.red .panel.flip {
  box-shadow: rgba(238, 0, 0, 0.2) 0px 2px 2px, rgba(238, 0, 0, 0.2) 0px 4px 4px, rgba(238, 0, 0, 0.2) 0px 8px 8px, rgba(238, 0, 0, 0.2) 0px 16px 16px, rgba(238, 0, 0, 0.2) 0px 32px 32px, rgba(238, 0, 0, 0.2) 0px 64px 64px
}

.red .image-gallery a:after {
  background-color: rgba(238, 0, 0, 0.5)
}

.red .language-switcher button:hover {
  color: #e00
}

@media print, screen and (min-width: 40em) {
  .red header nav.top-navigation .top-bar-right .nav-widget-area a .sb:hover {
    color: #e00
  }
  .red header nav.top-navigation .top-bar-right .nav-widget-area .sb-event {
    position: relative
  }
  .red header nav.top-navigation .top-bar-right .nav-widget-area .sb-event.active:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #e00;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite ease-out;
    animation: pulse 1.5s infinite ease-out
  }
  .red header nav.top-navigation .top-bar-right .menu li a:after {
    background-color: #e00
  }
  .red header nav.top-navigation .top-bar-right .menu li a:hover {
    color: #e00
  }
  .red header nav.top-navigation .top-bar-right .menu li.active a {
    color: #e00
  }
  .red header nav.top-navigation .top-bar-right .menu li.active a:after {
    background-color: #e00
  }
}

.red header nav.top-navigation .responsive-header.top-bar-right i {
  color: #e00
}

.red header nav.top-navigation .responsive-header.top-bar-right i:hover {
  color: #e00
}

.red .mobile-footer-nav .menu li a:hover, .red .mobile-footer-nav .menu li .sb-menu:hover {
  color: #e00
}

.red .mobile-footer-nav .menu li i.sb-menu[aria-expanded="true"] {
  color: #e00
}

.red .mobile-footer-nav .sb-event {
  position: relative
}

.red .mobile-footer-nav .sb-event.active:after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e00;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out
}

.red .off-canvas {
  background-color: #e00;
  background: linear-gradient(-45deg, #800 20%, #e00 60%, #fff 100%)
}

.red .off-canvas .drilldown .submenu.is-drilldown-submenu {
  background: linear-gradient(-45deg, #800 20%, #e00 60%, #fff 100%)
}

.red .slider-theme .owl-nav [class*='owl-'] {
  background: #e00
}

.red .slider-theme .owl-nav [class*='owl-']:hover {
  background: #800
}

.red .nav-search .submit.button {
  color: #e00
}

.red .nav-search .submit.button:hover {
  color: #e00
}

.red #mobile-search {
  background: linear-gradient(-45deg, #800 20%, #e00 60%)
}

.red #search-dropdown-mobile .autocomplete-list .autocomplete-item:hover, .red #search-dropdown-mobile .autocomplete-list .autocomplete-item:focus, .red #search-dropdown-mobile .autocomplete-list .autocomplete-item:active {
  background-color: #f55
}

.red footer a {
  color: #e00
}

.red footer a:hover {
  color: #000
}

.red .event-list .event-item:hover {
  box-shadow: rgba(238, 0, 0, 0.2) 0px 2px 2px, rgba(238, 0, 0, 0.2) 0px 4px 4px, rgba(238, 0, 0, 0.2) 0px 8px 8px
}

.red #progress {
  background: #e00
}

.red .event-list .event-item:hover {
  box-shadow: rgba(238, 0, 0, 0.2) 0px 2px 2px, rgba(238, 0, 0, 0.2) 0px 4px 4px, rgba(238, 0, 0, 0.2) 0px 8px 8px
}

.red .event-list .event-item .event-date {
  background-color: #e00;
  color: #000
}

.red .event-list .event-item .event-date:after {
  border-left: 18px solid #e00
}

.red ul.dropdown-list .dropdown-item:hover, .red ul.dropdown-list .dropdown-item:focus, .red ul.dropdown-list .dropdown-item:active {
  background-color: #f55;
  cursor: pointer;
  color: #000
}

.red ul.dropdown-list .dropdown-item:hover a, .red ul.dropdown-list .dropdown-item:focus a, .red ul.dropdown-list .dropdown-item:active a {
  color: #000
}


header {
  display: none;
}

footer {
  display: none;
}

aside {
  display: none;
}

.nav-search {
  display: none;
}

.off-canvas {
  display: none;
}

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

.share-area {
  display: none;
}

.film-teaser-img .show-for-small-only {
  display: none;
}

.button {
  display: none;
}

.fsk {
  display: none;
}

.more-movies {
  display: none;
}


.accordion-content {
  display: block !important;
}


a[href]:after {
  content: none !important;
}

a {
  font-weight: normal;
  font-size: 11px !important;

}

body {
  font-size: 11px !important;
}

.tabs-panel {
  display: block !important;

}
