@charset "UTF-8";
body {
  font-family: arial, helvetica, sans-serif;
}
body.blur {
  position: fixed;
  overflow: hidden;
}
body.blur header,
body.blur main,
body.blur footer {
  filter: blur(55px);
  transition: filter 0.5s ease-out;
}

a {
  transition: all 0.15s ease-out;
}

.svg-shadow {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.75));
}

.yes {
  color: #2e7c01;
}

.no {
  color: #900;
}

.tooltip-icon {
  color: #d2773e;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75.0625em&xxlarge=90.0625em&xxxlarge=105.0625em";
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "basic-sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #444;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row.expanded {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}
@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

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

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

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

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

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

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

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 40em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .align-top.columns {
  align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end;
}

.column.align-middle, .align-middle.columns {
  align-self: center;
}

.column.align-stretch, .align-stretch.columns {
  align-self: stretch;
}

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

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "basic-sans", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #1f566e;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.125rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.625rem;
}

h5 {
  font-size: 0.625rem;
}

h6 {
  font-size: 0.625rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 0.875rem;
  }

  h5 {
    font-size: 0.75rem;
  }

  h6 {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.875rem;
  }

  h6 {
    font-size: 0.625rem;
  }
}
a {
  color: #1f566e;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1b4a5f;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

abbr {
  color: #444;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

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

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

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

.lead {
  font-size: 20px;
  line-height: 1.6;
}

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

.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 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 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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
[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.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-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 {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  flex: 0 0 auto;
  display: flex;
  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;
  flex: 1 1 0px;
  width: auto;
  height: auto;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

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

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #c57237;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #a7612f;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #1f566e;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #194558;
  color: #fefefe;
}
.button.secondary {
  background-color: #c57237;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #9e5b2c;
  color: #fefefe;
}
.button.grey-light {
  background-color: #f8f8f8;
  color: #0a0a0a;
}
.button.grey-light:hover, .button.grey-light:focus {
  background-color: #c6c6c6;
  color: #0a0a0a;
}
.button.grey-mid {
  background-color: #efefef;
  color: #0a0a0a;
}
.button.grey-mid:hover, .button.grey-mid:focus {
  background-color: #bfbfbf;
  color: #0a0a0a;
}
.button.success {
  background-color: #3adb76;
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #1f566e;
  color: #1f566e;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #102b37;
  color: #102b37;
}
.button.hollow.primary {
  border: 1px solid #1f566e;
  color: #1f566e;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #102b37;
  color: #102b37;
}
.button.hollow.secondary {
  border: 1px solid #c57237;
  color: #c57237;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #63391c;
  color: #63391c;
}
.button.hollow.grey-light {
  border: 1px solid #f8f8f8;
  color: #f8f8f8;
}
.button.hollow.grey-light:hover, .button.hollow.grey-light:focus {
  border-color: #7c7c7c;
  color: #7c7c7c;
}
.button.hollow.grey-mid {
  border: 1px solid #efefef;
  color: #efefef;
}
.button.hollow.grey-mid:hover, .button.hollow.grey-mid:focus {
  border-color: #787878;
  color: #787878;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #c57237;
  color: #fefefe;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

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

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

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

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

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #1f566e transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #1f566e;
  color: #fefefe;
}
.badge.secondary {
  background: #c57237;
  color: #fefefe;
}
.badge.grey-light {
  background: #f8f8f8;
  color: #0a0a0a;
}
.badge.grey-mid {
  background: #efefef;
  color: #0a0a0a;
}
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #1f566e;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #1f566e;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #194558;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #c57237;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #9e5b2c;
  color: #fefefe;
}
.button-group.grey-light .button {
  background-color: #f8f8f8;
  color: #0a0a0a;
}
.button-group.grey-light .button:hover, .button-group.grey-light .button:focus {
  background-color: #c6c6c6;
  color: #0a0a0a;
}
.button-group.grey-mid .button {
  background-color: #efefef;
  color: #0a0a0a;
}
.button-group.grey-mid .button:hover, .button-group.grey-mid .button:focus {
  background-color: #bfbfbf;
  color: #0a0a0a;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  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 screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    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 {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 3px solid #d2773e;
  border-radius: 2px;
  position: relative;
  color: #444;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d4e9f3;
}
.callout.secondary {
  background-color: #f7eae1;
}
.callout.grey-light {
  background-color: #fefefe;
}
.callout.grey-mid {
  background-color: #fdfdfd;
}
.callout.success {
  background-color: #e1faea;
}
.callout.warning {
  background-color: #fff3d9;
}
.callout.alert {
  background-color: #fce6e2;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-wrap: nowrap;
}
.menu > li {
  flex: 0 0 auto;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a {
  display: flex;
}
.menu > li > a {
  flex-flow: row nowrap;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}
.menu > li {
  flex: 0 0 auto;
}
.menu.vertical {
  flex-wrap: wrap;
}
.menu.vertical > li {
  flex: 0 0 100%;
  max-width: 100%;
}
.menu.vertical > li > a {
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    flex: 0 0 auto;
  }
  .menu.medium-vertical {
    flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    flex: 0 0 auto;
  }
  .menu.large-vertical {
    flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right {
  justify-content: flex-end;
}
.menu.expanded > li {
  flex: 1 1 0px;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  flex-flow: column nowrap;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  align-self: stretch;
  text-align: center;
  margin-bottom: 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fefefe;
  background: #1f566e;
}

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

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

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

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

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #1f566e transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #1f566e transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #1f566e;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #1f566e transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1f566e transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1f566e;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #1f566e transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1f566e transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1f566e;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #1f566e transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #1f566e;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #1f566e;
  color: #fefefe;
}
.label.secondary {
  background: #c57237;
  color: #fefefe;
}
.label.grey-light {
  background: #f8f8f8;
  color: #0a0a0a;
}
.label.grey-mid {
  background: #efefef;
  color: #0a0a0a;
}
.label.success {
  background: #3adb76;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #fefefe;
}
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  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 {
  flex: 1 1 0px;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 70px;
  height: 70px;
  margin: 0.1rem;
  background-color: transparent;
  border-radius: 50%;
}
.orbit-bullets button:hover {
  background-color: transparent;
}
.orbit-bullets button.is-active {
  background-color: transparent;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1f566e;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.progress.primary .progress-meter {
  background-color: #1f566e;
}
.progress.secondary .progress-meter {
  background-color: #c57237;
}
.progress.grey-light .progress-meter {
  background-color: #f8f8f8;
}
.progress.grey-mid .progress-meter {
  background-color: #efefef;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1f566e;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #1f566e;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #1a495e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

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

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 0 solid transparent;
  background-color: #1f566e;
  border-radius: 7px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}
input:checked ~ .switch-paddle {
  background: #d2773e;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: #f8f8f8;
  color: #444;
}

tfoot {
  background: #f1f1f1;
  color: #444;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@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 tr:hover {
  background-color: #f9f9f9;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}
.tabs::before, .tabs::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #1f566e;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #23617c;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1rem 1.5rem;
  line-height: 1;
  font-size: rem-calc(12);
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

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

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(31, 86, 110, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: none;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #efefef;
  color: #444;
  font-size: 0.8rem;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px;
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #efefef;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #efefef transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #efefef;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #efefef transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.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 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 1 1 0px;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 75em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin-right: 1rem;
}

.top-bar-left,
.top-bar-right {
  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 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 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: 75em) {
  .hide-for-large-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

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

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

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

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

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

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
@-webkit-keyframes fadeinout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate__fade-in-out {
  -webkit-animation: fadeinout 1s infinite;
          animation: fadeinout 1s infinite;
}

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

@keyframes slide {
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideout {
  100% {
    left: -100%;
  }
}
@keyframes slideout {
  100% {
    left: -100%;
  }
}
.accordion-title {
  font-size: 1rem;
}

.at-a-glance {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: #f8f8f8;
  border: 1px solid #efefef;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 3px;
}
@media screen and (min-width: 40em) {
  .at-a-glance {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.at-a-glance:last-child:not(:first-child) {
  float: right;
}
.at-a-glance__list {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.at-a-glance__list li {
  border-bottom: 1px solid #efefef;
  padding: 0.25rem 0.5rem;
}
.at-a-glance__note {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.at-a-glance__contact {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .at-a-glance__contact {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.at-a-glance__contact:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .at-a-glance__contact {
    display: flex;
    justify-content: space-between;
  }
  .at-a-glance__contact .button {
    flex-grow: 1;
    max-width: 48%;
    padding: 0.85rem 0.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1155px) {
  .at-a-glance__contact {
    flex-wrap: wrap;
  }
  .at-a-glance__contact .button {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.85rem 0.7rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .blocks__container {
    margin-top: 2em;
    position: relative;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 40em) {
  .blocks__container {
    padding-left: 0;
    padding-right: 0;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
  .blocks__container::before, .blocks__container::after {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1;
  }
  .blocks__container::after {
    clear: both;
  }
}
.blocks__container--favourites {
  margin: 2rem 0;
  width: 100%;
}
.blocks__container--full-width {
  width: 100%;
  max-width: 100%;
}
.blocks__heading {
  text-align: center;
  margin: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 40em) {
  .blocks__heading {
    text-align: left;
    font-size: 2rem;
  }
}
.blocks__introduction {
  text-align: center;
  margin: 1rem;
}
@media screen and (min-width: 40em) {
  .blocks__introduction {
    text-align: left;
  }
}

.block-listing {
  display: block;
  margin-bottom: 2em;
  font-size: 12px;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.block-listing::before, .block-listing::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.block-listing::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .block-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.block-listing:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .block-listing {
    font-size: 16px;
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .block-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .block-listing:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .block-listing {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .block-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .block-listing:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 75.0625em) {
  .block-listing {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 75.0625em) and (min-width: 40em) {
  .block-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 75.0625em) {
  .block-listing:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 90.0625em) {
  .block-listing {
    width: 20%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 90.0625em) and (min-width: 40em) {
  .block-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 90.0625em) {
  .block-listing:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 105.0625em) {
  .block-listing {
    width: 16.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 105.0625em) and (min-width: 40em) {
  .block-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 105.0625em) {
  .block-listing:last-child:not(:first-child) {
    float: right;
  }
}
.block-listing__description {
  color: #444;
  display: none;
}
@media screen and (min-width: 40em) {
  .block-listing__description {
    display: block;
    font-size: 14px;
    line-height: 1.3;
  }
}
.block-listing__distance {
  display: inline-block;
  color: #444;
  font-size: 13px;
  font-weight: bold;
  margin-right: 1em;
}
.block-listing__photo {
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
}
@media screen and (max-width: 39.9375em) {
  .block-listing__photo-container {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 40em) {
  .block-listing__photo-container {
    width: 100%;
    margin-bottom: 0.5em;
    border-radius: 3px;
    overflow: hidden;
  }
}
.block-listing__reference {
  display: inline-block;
  color: #444;
  font-size: 13px;
  font-weight: bold;
}
.block-listing__sleeps {
  display: inline-block;
  color: #444;
  font-size: 13px;
  font-weight: bold;
}
.block-listing__title {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .block-listing__title {
    margin-bottom: 0;
  }
}
.block__description {
  display: none;
}
@media screen and (min-width: 40em) {
  .block__description {
    display: block;
  }
}
@media screen and (min-width: 40em) {
  .block__details {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .block__details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .block__details:last-child:not(:first-child) {
    float: right;
  }
}
.block__distance {
  font-size: 12px;
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .block__distance {
    display: block;
  }
}
@media screen and (min-width: 40em) {
  .block__meta {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .block__meta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .block__meta:last-child:not(:first-child) {
    float: right;
  }
}
.block__photo {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .block__photo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.block__photo:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .block__photo {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .block__photo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .block__photo:last-child:not(:first-child) {
    float: right;
  }
}
.block__sleeps {
  font-size: 12px;
  display: inline-block;
  margin-left: 1em;
}
@media screen and (min-width: 40em) {
  .block__sleeps {
    display: block;
    margin-left: 0;
  }
}
.block__info {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .block__info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.block__info:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .block__info {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .block__info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .block__info:last-child:not(:first-child) {
    float: right;
  }
}

.breadcrumbs {
  background-color: #efefef;
  color: #1f566e;
  margin: 0;
  padding: 0 1rem;
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.breadcrumbs a {
  padding: 0.5rem 0;
}
.header .breadcrumbs a {
  color: #1f566e;
}
@media screen and (min-width: 40em) {
  .breadcrumbs {
    width: 100%;
    text-align: left;
  }
  .breadcrumbs h2 {
    display: none;
  }
}
.breadcrumbs.header--shrink {
  top: 70px;
  padding: 0.5em;
}
.breadcrumbs__container {
  padding: 0;
}
.breadcrumbs__link {
  color: #1f566e;
  display: inline-block;
}
.breadcrumbs__link::after {
  content: ">";
  display: inline-block;
  margin: 0 0.25em;
}
.breadcrumbs__here {
  font-weight: 700;
}

.button {
  border-radius: 1.5em;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 1rem;
}
.button--small {
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
}
.button--tiny {
  font-size: 0.8rem;
  padding: 0.5em 0.5rem;
}
.button--modal {
  color: #fff;
  min-width: 5em;
  border: 2px solid #fff;
}
.button--alert {
  background-color: #f0a027;
}
.button--block {
  display: block;
}

.close-button {
  color: #fff;
  font-size: 2.5em;
}

.calendar tbody td {
  border: 1px solid #dedede;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
}
.calendar__day--booked {
  background-color: #6390a3;
}
.calendar__day--booked-pm {
  background: linear-gradient(-34deg, #6390a3 50%, transparent 50%);
}
.calendar__day--booked-am {
  background: linear-gradient(-34deg, transparent 50%, #6390a3 50%);
}
.calendar__day--booked-am.calendar__day--booked-pm {
  background: #6390a3;
}

.categories__description {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .categories__description {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.categories__description:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .categories__description {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .categories__description {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .categories__description {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .categories__description:last-child:not(:first-child) {
    float: right;
  }
}
.categories__results {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 40em) {
  .categories__results {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.categories__results:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .categories__results {
    padding-left: 0;
    padding-right: 0;
  }
}
.categories__result {
  /*
  @include grid-column(12);

  @include breakpoint(medium) {
  	@include grid-column(4);
  }

  @include breakpoint(large) {
  	@include grid-column(3);
  }
  */
}
.categories__section {
  margin-top: 2rem;
}
@media screen and (min-width: 40em) {
  .categories__section {
    padding: 0 1.5em;
  }
}
.categories__section--full-width {
  width: 100%;
  max-width: 100%;
}

.checkout__cards-container {
  display: flex;
  justify-content: space-between;
  flex-basis: fit-content;
}
.checkout__card {
  flex-shrink: 1;
  max-width: 20%;
  height: auto;
  display: block;
}
.checkout__errors {
  font-weight: bold;
  color: #900;
}

.content__section {
  margin-top: 2rem;
  padding: 0 1.5em;
}
.content__intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.content__intro::before, .content__intro::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.content__intro::after {
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  .content__container {
    margin-top: 2em;
    position: relative;
    z-index: -10;
  }
}
@media screen and (min-width: 40em) {
  .content__container {
    padding-left: 0;
    padding-right: 0;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .content__container::before, .content__container::after {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1;
  }
  .content__container::after {
    clear: both;
  }
}

.cookieNotice {
  background: #d2773e;
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 1000;
  box-shadow: 0 0 500px 10px rgba(0, 0, 0, 0.7);
}
.cookieNotice__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .cookieNotice__container {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
.cookieNotice__container * {
  margin: 0 0.5em;
}
.cookieNotice__container > a {
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  float: left;
  background-color: #1f566e;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background-image: #ccc;
}
.cookieNotice__buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 40em) {
  .cookieNotice__buttons-container {
    width: 50%;
    height: 0;
  }
}
@media screen and (min-width: 64em) {
  .cookieNotice__buttons-container {
    width: 30%;
    height: auto;
  }
}
.cookieNotice__text-container {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .cookieNotice__text-container {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .cookieNotice__text-container {
    width: 60%;
  }
}
.cookieNotice__button--allow {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  width: 100%;
  background-color: #fff;
  color: #1f566e;
}
.cookieNotice__button--disallow {
  font-size: 0.8rem;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #1f566e;
}
.cookieNotice__button--policy {
  font-size: 0.8rem;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #1f566e;
}

.dashboard__container {
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 1rem;
}
@media screen and (min-width: 40em) {
  .dashboard__container {
    flex-wrap: nowrap;
  }
}
.dashboard__content {
  width: 100%;
}
.dashboard__sidebar {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .dashboard__sidebar {
    width: 30%;
    max-width: 250px;
  }
}
.dashboard__nav-link {
  display: block;
}

/*! debug.css | MIT License | https://gist.github.com/zaydek/6b2e55258734deabbd2b4a284321d6f6 */
[debug],
[debug] *:not(g):not(path) {
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(0, 128, 255, 0.5) !important;
  outline: solid 0.25rem rgba(255, 255, 255, 0.5) !important;
  box-shadow: none !important;
  filter: none !important;
}

.featured__caption {
  padding: 1em 1em 0;
}
.featured__description {
  margin-bottom: 0;
  display: none;
}
.featured__description p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 40em) {
  .featured__description {
    display: block;
  }
}
.featured__heading {
  color: #fff;
}
.featured__slider {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.featured__slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.featured__slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.featured__slide figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.featured__slider-image {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
}
.featured__slider-caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  bottom: 0;
}
@media screen and (min-width: 40em) {
  .featured__slider-caption {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .featured__slider-caption {
    width: 71.5%;
    left: 0;
    bottom: 0;
    padding-left: 5rem;
  }
}
.featured__thumbs {
  margin: 0.5rem 1rem;
}
.featured__thumb {
  display: inline-block;
  width: 80px;
  height: auto;
  max-width: 80px;
  margin: 0 3px 0 0;
}
.featured__thumb:hover {
  cursor: pointer;
}
.featured__thumb--active {
  border: 4px solid #d2773e;
}

.feedback {
  background-color: #2e7c01;
  color: #fefefe;
  padding: 20px 30px;
  text-align: center;
  -webkit-animation-name: feedbackAnimation;
          animation-name: feedbackAnimation;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 1000;
}
.feedback p a {
  color: #fefefe;
  padding-left: 10px;
}
@media (max-width: 500px) {
  .feedback p a {
    display: block;
    padding-left: 0;
  }
}
.feedback--persistent {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.feedback--remove {
  -webkit-animation-name: feedbackDismiss;
          animation-name: feedbackDismiss;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.feedback--alert {
  background-color: #e09c1e;
}
.feedback--error {
  background-color: #900;
}
.feedback p {
  margin: 0;
}
.feedback__dismiss {
  position: absolute;
  top: 0.5rem;
  right: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
}

@-webkit-keyframes feedbackAnimation {
  0% {
    top: -100%;
  }
  5% {
    top: 0;
  }
  50% {
    top: 0;
  }
  80% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes feedbackAnimation {
  0% {
    top: -100%;
  }
  5% {
    top: 0;
  }
  50% {
    top: 0;
  }
  80% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes feedbackDismiss {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes feedbackDismiss {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes feedbackAnimationPersistent {
  0% {
    top: -100%;
  }
  5% {
    top: 0;
  }
  50% {
    top: 0;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes feedbackAnimationPersistent {
  0% {
    top: -100%;
  }
  5% {
    top: 0;
  }
  50% {
    top: 0;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.icon__tw:before {
  content: "\f099";
}

.icon__tw--s:before {
  content: "\f081";
}

.icon__fb--f:before {
  content: "\f39e";
}

.icon__fb--s:before {
  content: "\f082";
}

.footer {
  background: #211524;
  border-top: 8px solid #d2773e;
  color: #fff;
  font-size: 1rem;
  padding: 2rem;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #d2773e;
}
.footer label {
  color: #fff;
}
.footer__container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.footer__container::before, .footer__container::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.footer__container::after {
  clear: both;
}
.footer__copyright {
  font-size: 0.8rem;
}
@media screen and (min-width: 40em) {
  .footer__copyright {
    margin-top: 130px;
  }
}
.footer__heading {
  color: #fff;
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
}
.footer__nav {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .footer__nav {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.footer__nav:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .footer__nav {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 8.3333333333%;
    text-align: left;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .footer__nav {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .footer__nav:last-child:not(:first-child) {
    float: right;
  }
}
.footer__nav a {
  font-size: 0.9rem;
  display: block;
}
.footer__newsletter {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .footer__newsletter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.footer__newsletter:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .footer__newsletter {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: left;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .footer__newsletter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .footer__newsletter:last-child:not(:first-child) {
    float: right;
  }
}
.footer__secondary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .footer__secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.footer__secondary:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .footer__secondary {
    width: 29.1666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 0;
    text-align: right;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .footer__secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .footer__secondary:last-child:not(:first-child) {
    float: right;
  }
}
.footer__socials {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.footer__socials::before, .footer__socials::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.footer__socials::after {
  clear: both;
}
.footer__socials a {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  margin: 0 0.5em;
  transition: all 0.15s ease-out;
  color: #fff;
}
@media screen and (min-width: 40em) {
  .footer__socials a {
    font-size: 1.5rem;
  }
}
.footer__socials a .svg {
  color: #fff;
  fill: currentColor;
  height: 2rem;
}
.footer__socials a:hover {
  color: #d2773e;
}
.footer__socials a:hover .svg {
  color: #d2773e;
  fill: #d2773e;
}

.form__example {
  display: block;
  font-style: italic;
}
.form__label {
  font-weight: 700;
  color: #444;
}
.form__label--inline {
  display: inline-block;
  border: none;
  margin: 0 1.5rem 0 0;
  padding: 0;
}
.form__label > * {
  font-weight: normal;
}
.form__remove-item {
  transform: translateY(2rem);
}
.form__upload-images {
  display: flex;
  flex-wrap: wrap;
}
.form__upload-thumbnail {
  width: 18%;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.form__upload-thumbnail img {
  max-width: 100%;
  border: 1px solid #dedede;
}

input.is-invalid-input {
  color: #fff;
}
input.is-invalid-input:focus {
  color: #444;
}

.field--hp {
  position: absolute;
  width: 0;
  height: 0;
  left: -10000em;
}

.is-invalid-input:not(:focus) {
  background-color: #f8f7b9;
  color: #0a0a0a;
}

.is-invalid-label {
  color: #900 !important;
}
.is-invalid-label .redactor-box {
  border: 1px solid #900;
}

.is-invalid-input {
  border-color: #900 !important;
}

.tab-has-error {
  color: #900;
}
.tab-has-error a {
  color: #900;
}
.tab-has-error a:before {
  content: "\f071";
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 0.5em;
}

.errors {
  list-style: none;
  color: #900;
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
  font-size: 0.75rem;
}

.redactor-box {
  margin-bottom: 1rem;
  z-index: 10 !important;
}

.picker__input,
.picker__input.picker__input--active {
  background-color: #fff !important;
  cursor: pointer !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=file] {
  padding: 0.5rem;
}
.is-invalid-label input[type=file] {
  border: 1px solid #900;
}

label.disabled {
  opacity: 0.3;
  transition: opacity 0.15s;
}

.gallery__holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 95%;
  width: 95%;
  transform: translate3d(2.5%, 2.5%, 0);
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 1200px;
}
@media screen and (min-width: 40em) {
  .gallery__holder {
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 2rem 1rem;
  }
}
.gallery__control {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  z-index: 105;
  transform: translateY(-50%);
  transition: all 0.25s;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  .gallery__control {
    font-size: 4rem;
  }
}
.gallery__control:hover {
  color: #d2773e;
}
@media screen and (min-width: 40em) {
  .gallery__control:hover {
    font-size: 4.5rem;
  }
}
.gallery__control--next {
  right: 1rem;
}
@media screen and (min-width: 40em) {
  .gallery__control--next {
    right: 2.75rem;
  }
}
.gallery__control--prev {
  left: 1rem;
}
@media screen and (min-width: 40em) {
  .gallery__control--prev {
    left: 2.75rem;
  }
}
.gallery__close {
  font-size: 3rem;
  position: absolute;
  top: 20px;
  right: 16px;
  width: 30px;
  height: 30px;
  transition: scale 0.15s ease-out rotate 1s ease-out;
  transform-origin: center center;
  line-height: 0.5;
  text-align: center;
  z-index: 300;
}
@media screen and (min-width: 40em) {
  .gallery__close {
    right: 40px;
  }
}
.gallery__close:hover {
  color: #d2773e;
  transform: rotate(90deg) scale(1.3);
}
.gallery__slide {
  margin: 0;
  display: none;
  padding: 0;
}
.gallery__slides {
  margin-bottom: 1rem;
}
.gallery__slide-image {
  width: 97%;
  margin: 0 auto;
  display: block;
}
.gallery__thumbs-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.gallery__thumb {
  width: 70px;
  max-width: 70px;
  margin: 0 2px;
  border: 3px solid transparent;
}
.gallery__thumb--active {
  border: 4px solid #d2773e;
}

.header {
  background: #1f566e;
  color: #fff;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-align: center;
}
@media screen and (min-width: 40em) {
  .header {
    transition: all 0.25s ease-in-out;
    z-index: 99;
    top: 0;
  }
}
@media screen and (min-width: 64em) {
  .header {
    min-height: 50px;
    height: auto;
    position: fixed;
    z-index: 99;
    background: #1f566e;
  }
}
.header-container {
  padding: 0.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 40em) {
  .header-container {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem 0.5rem;
  }
}
.header a {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.header__logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 180px;
  transition: width 0.25s ease;
  margin-bottom: 0.5rem;
  order: 2;
  /*
  .header--shrink & {
  	width: 200px;

  	img {
  		transition: width 0.25s ease;
  		width: 200px;
  	}
  }
  */
}
.header__mobile-nav .header__logo {
  margin: 0 auto 1rem;
}
@media screen and (min-width: 47.5em) {
  .header__logo {
    padding: 0;
    align-self: center;
    width: 20%;
    max-width: 150px;
    justify-content: flex-start;
    margin: 0;
  }
}
@media screen and (min-width: 40em) {
  .header__logo {
    width: 100%;
    max-width: 180px;
    text-align: left;
  }
  .header__logo img {
    max-width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .header__logo {
    padding: 0;
    width: 20%;
    max-width: 300px;
  }
}
.header__logo img {
  margin: 0;
  width: 90%;
  max-width: 100%;
}
.header__link {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 40em) {
  .header__link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .header__link {
    font-size: 1.25rem;
  }
}
.header__link--callout {
  background: #d2773e;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 8px 18px 6px;
}
.header__link--callout::after {
  display: none;
}
.header__mobile-nav {
  background: #1f566e;
  position: absolute;
  padding: 2rem 1rem;
  text-align: center;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 300;
  transform: all 0.5s ease-out;
}
.show-mobile-nav .header__mobile-nav {
  position: fixed;
}
.header__mobile-nav .header__logo {
  margin-bottom: 2rem;
}
.header__mobile-nav-close-button {
  color: #fff;
  font-size: 3rem;
  position: absolute !important;
  top: 20px;
  right: 16px;
  width: 30px;
  height: 30px;
  transition: scale 0.15s ease-out rotate 1s ease-out;
  transform-origin: center center;
  line-height: 0.5;
  text-align: center;
  z-index: 300;
}
@media screen and (min-width: 40em) {
  .header__mobile-nav-close-button {
    right: 40px;
  }
}
.header__mobile-nav-close-button:hover {
  color: #d2773e;
  transform: rotate(90deg) scale(1.3);
}
.header__mobile-nav-logo img {
  max-width: 200px;
}
@media screen and (min-width: 40em) {
  .header__mobile-nav {
    display: none;
  }
}
.header__mobile-nav ul {
  display: flex;
  flex-direction: column;
}
.header__mobile-nav li {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.header__mobile-nav-button {
  color: #fff;
  font-size: 2rem;
  order: 3;
}
.header__mobile-nav-button:hover {
  cursor: pointer;
}
.header__mobile-nav-button:focus {
  outline: none;
}
.header__mobile-nav-button::after {
  content: "Menu";
  font-size: 11px;
  display: block;
}
.header__mobile-nav-button:checked .header__nav-container {
  display: block;
}
@media screen and (min-width: 40em) {
  .header__mobile-nav-button {
    order: 2;
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .header__mobile-nav-button {
    display: none;
  }
}
.header__mobile-search-button {
  font-size: 2rem;
  order: 3;
}
@media screen and (min-width: 40em) {
  .header__mobile-search-button {
    order: 2;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .header__mobile-search-button {
    display: none;
  }
}
.header__nav-container {
  background: #1f566e;
  clear: both;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 200px;
  z-index: 99;
}
@media screen and (min-width: 40em) {
  .header__nav-container {
    display: flex;
    top: auto;
    left: auto;
    right: auto;
    min-height: auto;
    flex-direction: column;
    justify-content: space-around;
    width: 70%;
    position: relative;
    order: 2;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .header__nav-container {
    background: transparent;
    top: auto;
    left: auto;
    right: auto;
    min-height: auto;
    position: relative;
    clear: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 80%;
    order: 2;
  }
}
.header__nav {
  font-family: "basic-sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
  padding: 0;
  margin: 0 0 0.5em;
  transition: padding-top 0.5s ease;
  /*
  .header--shrink & {
  	padding-top: 25px;
  }
  */
}
@media screen and (min-width: 64em) {
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header__nav-item {
  display: inline-block;
  margin: 0 0.25rem;
}
@media screen and (min-width: 64em) {
  .header__nav-item {
    margin: 0 0.75rem;
  }
}
@media screen and (min-width: 75.0625em) {
  .header__nav-item {
    margin: 0 1.25rem;
  }
}
.header__nav-item:last-child {
  margin-right: 0;
}
.header__nav-item:hover .header__subnav {
  display: block;
  height: auto;
  min-width: 250px;
}
.header__nav a {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  opacity: 0.8;
}
.header__nav a::after {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #d2773e;
  content: "";
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.25s ease-out;
}
.header__nav a:hover {
  opacity: 1;
}
.header__nav a:hover::after {
  height: 8px;
  opacity: 1;
  transform: translateY(0);
}
.header__nav a.active {
  opacity: 1;
}
.header__nav a.active::after {
  height: 8px;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 40em) {
  .header__nav a {
    font-size: 1rem;
  }
}
.header__subnav {
  background: #1f566e;
  position: absolute;
  display: none;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  text-align: left;
  transition: all 0.3s;
  height: 0;
}
.header__subnav li {
  padding: 0.2rem 0.5rem;
  margin: 0;
}
.header__subnav a {
  display: inline-block;
  margin: 0;
  padding: 0.25rem;
}
.header__tools {
  font-size: 0.9rem;
  text-align: center;
  transition: all 0.25s ease-out;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  /*
  a {
  	margin-left: 1rem;
  }
  */
  /*
  .header--shrink & {
  	height: 0;
  	overflow: hidden;
  }
  */
}
@media screen and (max-width: 39.9375em) {
  .header__tools i {
    display: block;
  }
}
.header__tools--mobile {
  width: 100%;
  order: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .header__tools--mobile {
    display: none;
    justify-content: flex-end;
  }
  .header__tools--mobile a {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .header__tools--mobile {
    display: none;
  }
}
.header__tools a {
  color: #fff;
  opacity: 0.8;
}
.header__tools a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 40em) {
  .header__tools a {
    margin-left: 1rem;
  }
}
.header__tools a svg {
  transition: all 0.15s ease-out;
}
.header__tools a:hover {
  opacity: 1;
}
.header__tools a:hover svg {
  transform: scale(1.2);
}
.header__tools a:hover::after {
  height: 1px;
  opacity: 1;
  transform: translateY(0);
}

.heading {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.heading::before, .heading::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.heading::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .heading {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.heading:last-child:not(:first-child) {
  float: right;
}
.heading, .heading:last-child {
  float: none;
}
@media screen and (min-width: 64em) {
  .heading {
    text-align: left;
  }
}
.heading--subheading {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.heading--subheading::before, .heading--subheading::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.heading--subheading::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .heading--subheading {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.heading--subheading:last-child:not(:first-child) {
  float: right;
}
.heading--subheading, .heading--subheading:last-child {
  float: none;
}
@media screen and (min-width: 64em) {
  .heading--subheading {
    text-align: left;
  }
}

.home__section {
  margin: 1rem 0;
  padding: 0 1em;
}
.home__section::before, .home__section::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.home__section::after {
  clear: both;
}
.home__section--full-width {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .home__section--full-width {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .home__section {
    padding: 1.5rem 0;
  }
}
.home__top {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.home__top::before, .home__top::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.home__top::after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .home__top {
    padding-top: 96px;
  }
}
.home__featured {
  padding: 0;
  width: 100%;
  height: 350px;
  z-index: 50;
}
@media screen and (min-width: 40em) {
  .home__featured {
    height: 450px;
    background-color: #fff;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .home__featured {
    width: 70%;
    height: calc(100vh - 102px);
    max-height: 650px;
  }
}
.home__simple-search {
  text-align: center;
  background: #eee;
  width: 100%;
  margin: 0;
  padding: 2rem 1rem 1rem;
  flex-direction: column;
}
@media screen and (min-width: 40em) {
  .home__simple-search {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home__simple-search h1 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  .home__simple-search {
    width: 30%;
  }
  .home__simple-search h1 {
    font-size: 2rem;
  }
}
.home__intro {
  text-align: center;
  order: 3;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .home__intro {
    text-align: left;
    flex-direction: row;
  }
}
.home__intro-heading {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .home__intro-heading {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.home__intro-subheading {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .home__intro-subheading {
    text-align: left;
  }
}
.home__intro-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin: 2rem 0;
  text-align: center;
}
.home__intro-text h1,
.home__intro-text h2 {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .home__intro-text h1,
.home__intro-text h2 {
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .home__intro-text {
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .home__intro-text {
    width: 50%;
    padding: 0 5rem;
    text-align: left;
    margin: 0;
    padding-bottom: 0;
  }
  .home__intro-text:first-child {
    border-right: 1px solid #ddd;
  }
}
.home__intro-text--advertisers {
  background: #1f566e;
  color: #fff;
  padding: 2rem;
}
.home__intro-text--advertisers h2 {
  color: #fff;
}
@media screen and (min-width: 40em) {
  .home__intro-text--advertisers {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .home__intro-text--advertisers {
    background: transparent;
    color: #444;
    padding: 0 2rem;
    margin-top: 0;
  }
  .home__intro-text--advertisers h2 {
    color: #1f566e;
  }
}
.home__intro-text p:last-child {
  margin-bottom: 0;
}
.home__late-deals {
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.home__late-deals .button {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .home__late-deals .button {
    max-width: 300px;
  }
}
@media screen and (min-width: 64em) {
  .home__late-deals h1 {
    text-align: center;
  }
  .home__late-deals .blocks__container {
    justify-content: center;
  }
}
.home__newest-properties {
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.home__categories {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.home__categories::before, .home__categories::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.home__categories::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .home__categories {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.home__categories:last-child:not(:first-child) {
  float: right;
}
.home__categories, .home__categories:last-child {
  float: none;
}

.introduction {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.introduction::before, .introduction::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.introduction::after {
  clear: both;
}

.late-deal__panel {
  position: relative;
  padding: 0 !important;
  background: #f8f8f8;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-bottom: 2rem;
  overflow: hidden;
  /*
  &::before {
  	content: '\f017';
  	color: $colour__brand1;
  	font-family: $icon-font-family;
  	font-weight: 700;
  	font-size: 3rem;
  	left: 0;
  	padding: 0.5rem 1rem;
  	position: absolute;
  	top: 0;
  }
  */
}
.late-deal__panel h2 {
  background: #1f566e;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
.late-deal__panel p {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0 120px 0 1rem;
  margin: 0.5rem 0;
}
.late-deal__panel-dates {
  white-space: nowrap;
}
.late-deal__panel-image {
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -5px;
  border: 5px solid #efefef;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 40em) {
  .late-deal__panel-image {
    top: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 64em) {
  .late-deal__panel-image {
    right: -30px;
  }
}
.late-deal__panel-price {
  background: #1f566e;
  color: #fff;
  margin: 0 !important;
}
.late-deal__panel-price--was {
  font-weight: 300;
  font-size: 0.8rem;
  color: #a3c1ce;
}
.late-deal__panel-price--was::before {
  content: "Normal price ";
}

@media screen and (min-width: 64em) {
  .late-deals {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .late-deals::before, .late-deals::after {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1;
  }
  .late-deals::after {
    clear: both;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .late-deals {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .late-deals:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .late-deals, .late-deals:last-child {
    float: none;
  }
}
.late-deals__section {
  margin: 4em 0;
}

.live-preview {
  background: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 1s ease-out;
  z-index: 100;
}
.live-preview__visible {
  left: 10%;
  width: 90%;
}

.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.loader {
  position: relative;
  width: 100px;
  height: 90px;
  -webkit-animation: heartbeat 1s infinite;
          animation: heartbeat 1s infinite;
}
.loader::before, .loader::after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: #d2773e;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.loader::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.loader--small {
  transform: scale(50%);
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
.matrix__delete:hover {
  cursor: pointer;
}
.matrix__move:hover {
  cursor: pointer;
}

.modal {
  color: #fff;
}
.modal:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
}
.modal a {
  color: #c57237;
}
.modal a.button {
  color: #fff;
}
.modal__close-button {
  color: #fff;
}
.modal__overlay {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease-out;
  width: 100%;
  z-index: -100;
}
.show-modal .modal__overlay {
  opacity: 1;
  z-index: 200;
  transition: opacity 0.5s ease-out;
}
.modal:focus {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  outline-width: 0;
  outline-color: transparent;
}
.modal form {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.modal form::before, .modal form::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.modal form::after {
  clear: both;
}
.modal label {
  color: #fff;
}
.modal__heading {
  color: #fff;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.modal__heading::before, .modal__heading::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.modal__heading::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .modal__heading {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.modal__heading:last-child:not(:first-child) {
  float: right;
}
.modal__heading, .modal__heading:last-child {
  float: none;
}
.modal__login-form label {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .modal__login-form label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.modal__login-form label:last-child:not(:first-child) {
  float: right;
}
.modal__registration {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #fff;
}
.modal__registration::before, .modal__registration::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.modal__registration::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .modal__registration {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.modal__registration:last-child:not(:first-child) {
  float: right;
}
.modal__registration, .modal__registration:last-child {
  float: none;
}
.modal__registration h2 {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
.modal__registration a {
  color: #c57237;
}
.modal__submit {
  float: right;
}
.modal .form-error {
  font-size: 1rem;
  color: yellow;
}

.reveal.small {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 70%;
    max-width: 700px;
  }
}

.page__content {
  display: block;
  background: #fff;
  margin-top: 2em;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.page__content::before, .page__content::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.page__content::after {
  clear: both;
}
.page__text-container {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .page__text-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page__text-container:last-child:not(:first-child) {
  float: right;
}
.page__text-container:last-child:last-child {
  float: left;
}
.page__text-container--heading {
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .page__text-container {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .page__text-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .page__text-container:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .page__text-container:last-child:last-child {
    float: left;
  }
}
.page__text-container--full-width {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .page__text-container--full-width {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page__text-container--full-width:last-child:not(:first-child) {
  float: right;
}
.page__text-container--full-width img {
  width: 100%;
}
.page__text-container--centred {
  margin-left: auto;
  margin-right: auto;
}
.page__text-container--centred, .page__text-container--centred:last-child:not(:first-child) {
  float: none;
}
.page__text-sidebar {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .page__text-sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page__text-sidebar:last-child:not(:first-child) {
  float: right;
}
.page-builder__section {
  /*
  h2 {
  	font-size: 1.5rem;
  }
  */
}
.page-builder__section--property-listing {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .page-builder__section--property-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page-builder__section--property-listing:last-child:not(:first-child) {
  float: right;
}
.page-builder__section--property-listing h2 {
  font-size: 1rem !important;
}
.page-builder__component--inline {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .page-builder__component--inline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page-builder__component--inline:last-child:not(:first-child) {
  float: right;
}

.pagination {
  margin: 1.5rem 0 3rem 0;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 90%;
  margin: 0 auto;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  transform: translateY(15%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: 50%;
    position: fixed;
    transform: translateY(-30%);
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
.picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
.picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
.price-table {
  background: #f8f8f8;
  border: 1px solid #efefef;
  font-size: 0.9rem;
}
.price-table th {
  background-color: #efefef;
}
.price-table tr {
  background-color: #f8f8f8;
  border-bottom: 1px solid #efefef;
}
.price-table tr:nth-child(even) {
  background-color: #f8f8f8;
}
.price-table__dates {
  vertical-align: top;
  white-space: nowrap;
}
.price-table__period {
  vertical-align: top;
  max-width: 30%;
  width: 30%;
}
.price-table__price {
  vertical-align: top;
  font-weight: 700;
}

.profile__image {
  display: block;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #efefef;
  margin: 1rem 0;
}
.profile__image--no-image {
  display: block;
  font-size: 100px;
  color: #1f566e;
  margin: 1rem 0;
}
.profile__nav {
  margin-top: 3.35rem;
}
.profile__nav a {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f8f8f8;
}
.profile__nav a:hover {
  color: #d2773e;
}

.properties__new {
  display: flex;
  justify-content: flex-start;
}

.property-listing {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  margin-bottom: 2em;
  font-size: 12px;
  /*
  &--featured {
  	&::before {
  		//background: $colour__brand2;
  		background: $colour__brand2;
  		content: '\f0a3';
  		color: #fff;
  		display: block;
  		font-family: $icon-font-family;
  		font-size: 2rem;
  		font-weight: 900;
  		padding: 0.25rem;
  		position: absolute;
  		top: 0;
  		left: 4px;
  		z-index: 10;

  		@include breakpoint( medium ) {
  			background: $colour__brand2;
  			color: #fff;
  			content: 'Featured Property';
  			font-family: $body-font-family;
  			left: 0.9rem;
  			font-size: 0.8rem;
  		}
  	}
  }
  */
}
.property-listing::before, .property-listing::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property-listing::after {
  clear: both;
}
.property-listing:hover .property-listing__photo-container {
  background-size: 100%;
  transition: all 0.5s;
}
.property-listing:hover .property-listing__photo-container::after {
  opacity: 0;
}
@media screen and (min-width: 40em) {
  .property-listing {
    font-size: 16px;
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-listing:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .property-listing {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 25%;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .property-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .property-listing:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 75.0625em) {
  .property-listing {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 25%;
  }
}
@media screen and (min-width: 75.0625em) and (min-width: 40em) {
  .property-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 75.0625em) {
  .property-listing:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 90.0625em) {
  .property-listing {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 25%;
  }
}
@media screen and (min-width: 90.0625em) and (min-width: 40em) {
  .property-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 90.0625em) {
  .property-listing:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 40em) {
  .property-listing--payment {
    font-size: 16px;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-listing--payment {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-listing--payment:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .property-listing--payment {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .property-listing--payment {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .property-listing--payment:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 75.0625em) {
  .property-listing--payment {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 75.0625em) and (min-width: 40em) {
  .property-listing--payment {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 75.0625em) {
  .property-listing--payment:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 90.0625em) {
  .property-listing--payment {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 90.0625em) and (min-width: 40em) {
  .property-listing--payment {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 90.0625em) {
  .property-listing--payment:last-child:not(:first-child) {
    float: right;
  }
}
.property-listing--inactive {
  position: relative;
}
.property-listing--inactive::before {
  display: block;
  content: "INACTIVE";
  font-size: 2em;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 0 0.5em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
.property-listing--inactive div {
  opacity: 0.5;
}
.property-listing--vert {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.property-listing--vert::before, .property-listing--vert::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property-listing--vert::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .property-listing--vert {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-listing--vert:last-child:not(:first-child) {
  float: right;
}
.property-listing--vert, .property-listing--vert:last-child {
  float: none;
}
.property-listing__description {
  color: #444;
  display: none;
}
@media screen and (min-width: 40em) {
  .property-listing__description {
    display: block;
    font-size: 14px;
    line-height: 1.3;
  }
}
.property-listing__distance {
  display: inline-block;
  color: #444;
  font-size: 13px;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 39.9375em) {
  .property-listing__info {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .property-listing__info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .property-listing__info:last-child:not(:first-child) {
    float: right;
  }
}
.property-listing--vert .property-listing__info {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-listing--vert .property-listing__info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-listing--vert .property-listing__info:last-child:not(:first-child) {
  float: right;
}
.property-listing__facility {
  display: inline-block;
  margin-right: 0.5em;
}
.property-listing__favourite {
  position: absolute;
  color: #1f566e;
  font-size: 1rem;
  top: 3px;
  left: 28%;
}
@media screen and (min-width: 40em) {
  .property-listing__favourite {
    color: #fff;
    top: 0.5rem;
    right: 1.5rem;
    left: auto;
    font-size: 1.5rem;
  }
}
.property-listing__favourite:hover {
  color: #d2773e;
}
.property-listing__photo {
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
}
.property-listing__photo-container {
  position: relative;
  background-position: center;
  background-size: 105%;
  transition: all 0.25s;
  border-radius: 3px;
  overflow: hidden;
}
.property-listing__photo-container::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  opacity: 1;
}
@media screen and (max-width: 39.9375em) {
  .property-listing__photo-container {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding: 0;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .property-listing__photo-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .property-listing__photo-container:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 40em) {
  .property-listing__photo-container {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.property-listing--vert .property-listing__photo-container {
  width: 33.3333333333%;
  float: left;
}
.property-listing--vert .property-listing__photo-container:last-child:not(:first-child) {
  float: right;
}
.property-listing__county {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  color: #444;
  float: left;
}
.property-listing__reference {
  font-size: 0.8rem;
  font-weight: bold;
  float: right;
  color: #666;
  transform: translateY(4px);
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
  .property-listing__reference {
    margin-right: 1.25rem;
  }
}
.property-listing__sleeps {
  display: inline-block;
  color: #444;
  font-size: 13px;
  font-weight: bold;
}
.property-listing__title {
  margin: 0.25rem 0;
  font-size: 1rem;
  line-height: 1.1;
  clear: both;
}
@media screen and (min-width: 40em) {
  .property-listing__title {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.1;
  }
}
.property__attractor {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 40em) {
  .property__contact {
    width: 41.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: right;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property__contact {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property__contact:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 40em) {
  .property__contact:last-child:last-child {
    float: left;
  }
}
.property__controls {
  font-size: 1.4rem;
  position: absolute;
  right: 50px;
  top: 10px;
  z-index: 50;
}
.property__control {
  background: #f8f8f8;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 0.12em 0.25em 0;
}
.property__control:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.property__control i {
  display: inline-block;
  padding: 0;
}
.property__description {
  display: none;
}
@media screen and (min-width: 40em) {
  .property__description {
    display: block;
  }
}
.property__details {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property__details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__details:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 64em) {
  .property__details {
    width: 58.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .property__details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .property__details:last-child:not(:first-child) {
    float: right;
  }
}
.property__details-block {
  margin-bottom: 2rem;
}
.property__distance {
  font-size: 12px;
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .property__distance {
    display: block;
  }
}
.property__facilities-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.property__facilities-list li {
  margin-bottom: 0.5em;
}
.property__facilities-list--inline {
  margin: 0 0 1rem;
}
.property__facilities-list--inline li {
  display: inline-block;
}
.property__facilities-list--inline li:not(:last-child)::after {
  content: ", ";
}
.property__favourite {
  float: right;
}
.property__favourite:focus .far {
  color: #fff;
}
.property__favourite.property__control:focus .far {
  color: #1f566e;
}
.property__like--liked {
  color: #c57237;
}
.property__location {
  font-weight: 700;
}
.property__main-image-container {
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .property__main-image-container > button:not(:first-child) {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .property__main-image-container {
    width: 100000px;
    transition: all 0.15s ease-out;
  }
}
.property__map {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: hidden;
  padding: 0;
  margin: 0 0 2rem 0;
}
.property__map::before, .property__map::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property__map::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .property__map {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__map:last-child:not(:first-child) {
  float: right;
}
.property__map, .property__map:last-child {
  float: none;
}
@media screen and (max-width: 63.9375em) {
  .property__map {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .property__map {
    padding: 0;
  }
}
.property__map > div {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property__map > div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__map > div:last-child:not(:first-child) {
  float: right;
}
.property__note {
  margin: 1em 0;
  font-size: 0.9em;
  font-style: italic;
}
.property__photo {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property__photo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__photo:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property__photo {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property__photo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property__photo:last-child:not(:first-child) {
    float: right;
  }
}
.property__photo-launcher {
  font-size: 1rem;
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 50;
  display: none;
}
.property__prices {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property__prices {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__prices:last-child:not(:first-child) {
  float: right;
}
.property__reference {
  float: left;
  font-weight: 700;
}
.property__short-description {
  font-size: 1.3rem;
  line-height: 1.25;
}
.property__sleeps {
  font-size: 12px;
  display: inline-block;
  margin-left: 1em;
}
@media screen and (min-width: 40em) {
  .property__sleeps {
    display: block;
    margin-left: 0;
  }
}
.property__meta .property__sleeps {
  font-size: inherit;
}
@media screen and (min-width: 40em) {
  .property__specs {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property__specs {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property__specs:last-child:not(:first-child) {
    float: right;
  }
}
.property__supplementary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property__supplementary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__supplementary:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 64em) {
  .property__supplementary {
    width: 41.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .property__supplementary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .property__supplementary:last-child:not(:first-child) {
    float: right;
  }
}
.property__tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border: none;
}
@media screen and (min-width: 40em) {
  .property__tabs-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__tabs-content:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 64em) {
  .property__tabs-content {
    border: 1px solid #e6e6e6;
    border-left: 0;
    width: 75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border: none;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .property__tabs-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .property__tabs-content:last-child:not(:first-child) {
    float: right;
  }
}
.property__tabs-nav {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: #f8f8f8;
  border: none;
  margin-bottom: 1rem;
}
.property__tabs-nav::before, .property__tabs-nav::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property__tabs-nav::after {
  clear: both;
}
.property__tabs-nav::before, .property__tabs-nav::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property__tabs-nav::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .property__tabs-nav {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__tabs-nav:last-child:not(:first-child) {
  float: right;
}
.property__tabs-nav, .property__tabs-nav:last-child {
  float: none;
}
@media screen and (min-width: 64em) {
  .property__tabs-nav {
    width: 25%;
    float: left;
    padding: 0;
  }
  .property__tabs-nav > li {
    width: auto;
    float: none;
    display: block;
  }
  .property__tabs-nav:last-child:not(:first-child) {
    float: right;
  }
}
.property__title {
  clear: both;
  color: #1f566e;
  font-size: 2rem;
  margin-top: 1rem;
}
.property__info {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property__info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__info:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property__info {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property__info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property__info:last-child:not(:first-child) {
    float: right;
  }
}
.property__video {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 0 !important;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .property__video {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property__video:last-child:not(:first-child) {
  float: right;
}
.property__video iframe {
  max-width: 100%;
}

.property-edit__container {
  margin-bottom: 2em;
}
.property-edit__heading {
  width: 83.3333333333%;
  float: left;
  font-size: 1.4rem;
}
.property-edit__heading:last-child:not(:first-child) {
  float: right;
}
.property-edit__heading-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.property-edit__heading-container::before, .property-edit__heading-container::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property-edit__heading-container::after {
  clear: both;
}
.property-edit__top-save {
  width: 16.6666666667%;
  float: left;
}
.property-edit__top-save:last-child:not(:first-child) {
  float: right;
}
.property-edit__top-save .button {
  float: right;
}
.property-edit__subheading {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 1rem;
}
.property-edit__subheading::before, .property-edit__subheading::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property-edit__subheading::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .property-edit__subheading {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__subheading:last-child:not(:first-child) {
  float: right;
}
.property-edit__subheading, .property-edit__subheading:last-child {
  float: none;
}
.property-edit__label {
  font-weight: 700;
  color: #444;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #efefef;
}
.property-edit__label--inline {
  display: inline-block;
  border: none;
  margin: 0 1.5rem 0 0;
  padding: 0;
}
.property-edit__label > * {
  font-weight: normal;
}
.property-edit__meta {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  padding-top: 1em;
  margin: 1em 0.5em;
}
@media screen and (min-width: 40em) {
  .property-edit__meta {
    margin: 0 1em 1em;
  }
}
@media screen and (min-width: 64em) {
  .property-edit__meta {
    margin: 0 0.5em 1em 0;
  }
}
.property-edit__offer-row .currency {
  width: 20.8333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .currency {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__offer-row .currency:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .currency {
    width: 12.5%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__offer-row .currency {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .currency:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__offer-row .date {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .date {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__offer-row .date:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .date {
    width: 22.9166666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__offer-row .date {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .date:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__offer-row .price {
  width: 37.5%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .price {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__offer-row .price:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .price {
    width: 18.75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__offer-row .price {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__offer-row .price:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__price-row {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1rem;
}
.property-edit__price-row .period {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .period {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__price-row .period:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .period {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__price-row .period {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .period:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .property-edit__price-row .period {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .property-edit__price-row .period {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .property-edit__price-row .period:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__price-row .currency {
  width: 20.8333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .currency {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__price-row .currency:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .currency {
    width: 12.5%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__price-row .currency {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .currency:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__price-row .date {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .date {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__price-row .date:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .date {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__price-row .date {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .date:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .property-edit__price-row .date {
    width: 22.9166666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .property-edit__price-row .date {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .property-edit__price-row .date:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__price-row .price {
  width: 37.5%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .price {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__price-row .price:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .price {
    width: 18.75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__price-row .price {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__price-row .price:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__redactor::before, .property-edit__redactor::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property-edit__redactor::after {
  clear: both;
}
.property-edit__reference {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .property-edit__reference {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__reference:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__reference {
    width: 58.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__reference {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__reference:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__save {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 1.5em;
  text-align: right;
}
.property-edit__save::before, .property-edit__save::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property-edit__save::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .property-edit__save {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__save:last-child:not(:first-child) {
  float: right;
}
.property-edit__save, .property-edit__save:last-child {
  float: none;
}
.property-edit__status {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: right;
  /*
  &::before {
  	content: " ";
  	display: inline-block;
  	width: 0.75em;
  	height: 0.75em;
  	border-radius: 50%;
  	margin-right: 0.5em;
  	//transform: translateY(-0.25em);
  }

  &--live {
  	&::before {
  		@include fadeinout;

  		background-color: green;
  	}
  }

  &--disabled {
  	&::before {
  		background-color: red;
  		box-shadow: red;
  	}
  }
  */
}
@media screen and (min-width: 40em) {
  .property-edit__status {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.property-edit__status:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .property-edit__status {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 16.6666666667%;
    text-align: right;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .property-edit__status {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .property-edit__status:last-child:not(:first-child) {
    float: right;
  }
}
.property-edit__tab::before, .property-edit__tab::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.property-edit__tab::after {
  clear: both;
}

.tabs-title.error a {
  color: #900;
  border: 1px solid #900;
}

.ribbon {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 10;
}

/* reset certain elements (in case of conflicting CSS for classes, links, etc.) */
.ribbon .text,
.ribbon .banner,
.ribbon a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

.no-css-transforms .ribbon {
  font-size: 1em;
  position: relative;
  width: 100%;
}

.ribbon .banner {
  transform: rotate(-45deg);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: block;
  float: right;
  position: relative;
  left: -7px;
  top: 17px;
  width: 65px;
}
@media screen and (min-width: 40em) {
  .ribbon .banner {
    left: 2px;
    top: 22px;
    width: 100px;
  }
}

.ribbon--no-fold .banner {
  left: 0;
  top: 20px;
}
@media screen and (min-width: 40em) {
  .ribbon--no-fold .banner {
    top: 30px;
    left: -5px;
  }
}
@media screen and (min-width: 64em) {
  .ribbon--no-fold .banner {
    top: 30px;
  }
}

.ribbon--large:not(.ribbon--no-fold) .banner {
  right: -20px;
  top: 32px;
  width: 150px;
}

.ribbon:not(.ribbon--no-fold) .banner::after,
.ribbon:not(.ribbon--no-fold) .banner::before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 20px;
}
@media screen and (min-width: 40em) {
  .ribbon:not(.ribbon--no-fold) .banner::after,
.ribbon:not(.ribbon--no-fold) .banner::before {
    height: 14px;
    width: 30px;
  }
}

.ribbon--large:not(.ribbon--no-fold) .banner::after,
.ribbon--large:not(.ribbon--no-fold) .banner::before {
  height: 18px;
  width: 45px;
}

.ribbon:not(.ribbon--no-fold) .banner::before {
  transform: skewY(-45deg) translate(50%, 15px);
  transform-origin: 100% center;
  top: -5px;
  left: -30px;
}
@media screen and (min-width: 40em) {
  .ribbon:not(.ribbon--no-fold) .banner::before {
    left: -45px;
    top: 0;
  }
}

.ribbon--large:not(.ribbon--no-fold) .banner::before {
  top: 9px;
  left: -68px;
}

.ribbon:not(.ribbon--no-fold) .banner::after {
  transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  transform-origin: 0 center;
  top: 18px;
  right: -12px;
}
@media screen and (min-width: 40em) {
  .ribbon:not(.ribbon--no-fold) .banner::after {
    right: -18px;
    top: 32px;
  }
}

.ribbon--large:not(.ribbon--no-fold) .banner::after {
  top: 45px;
  right: -26px;
}

.no-css-transforms .ribbon:not(.ribbon--no-fold) .banner {
  position: static;
  width: 100%;
  float: none;
  font-size: 10px;
}

.ribbon .text {
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 3px 0;
  font-size: 0.8rem;
  min-height: 14px;
  line-height: 14px;
  text-shadow: -1px 1px 1px #753e1b;
}
.ribbon .text i {
  display: none;
}
@media screen and (min-width: 40em) {
  .ribbon .text {
    padding: 6px 0;
    font-size: 14px;
    min-height: 14px;
    line-height: 14px;
  }
  .ribbon .text i {
    display: inline;
  }
}

/* large text */
.ribbon--large .text {
  padding: 9px 0;
  font-size: 18px;
  min-height: 28px;
  line-height: 28px;
}

.ribbon .text::before,
.ribbon .text::after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 40em) {
  .ribbon .text::before,
.ribbon .text::after {
    height: 30px;
  }
}

/* large text */
.ribbon.ribbon--large .text::before,
.ribbon.ribbon--large .text::after {
  height: 46px;
}

.ribbon .text::before {
  -webkit-transform: translateX(-15%) skewX(-45deg);
  -moz-transform: translateX(-15%) skewX(-45deg);
  -ms-transform: translateX(-15%) skewX(-45deg);
  -o-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .text::after {
  -webkit-transform: translateX(15%) skewX(45deg);
  -moz-transform: translateX(15%) skewX(45deg);
  -ms-transform: translateX(15%) skewX(45deg);
  -o-transform: translateX(15%) skewX(45deg);
}

.no-css-transforms .ribbon .text {
  height: 25px;
  padding: 3px;
}

/*--- RIBBON COLORS ---*/
/* default */
.ribbon .banner::after,
.ribbon .banner::before {
  background-color: #8a4920;
}

.ribbon .text::before,
.ribbon .text::after,
.no-css-transforms .ribbon .text {
  background-color: #d2773e;
}

/* Search form */
/* Search results */
.search__content {
  display: block;
}
@media screen and (min-width: 40em) {
  .search__content {
    display: flex;
    margin-bottom: -3em;
  }
}
.search__form-container {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #f8f8f8;
  border-right: 1px solid #efefef;
  padding-top: 1em;
}
@media screen and (min-width: 40em) {
  .search__form-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.search__form-container:last-child:not(:first-child) {
  float: right;
}
@media screen and (max-width: 39.9375em) {
  .search__form-container {
    /*
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    padding-bottom: 0.5em;
    */
    margin-bottom: 1em;
    /*
    &.closed {
    	position: absolute;
    	transform: translateY(-100%);
    	z-index: -1;
    	border-radius: 0 0 20px 20px;
    	margin-left: 0.5rem;
    	margin-right: 0.5rem;
    	width: calc(100% - 1rem);
    }
    */
    /*
    &::after {
    	display: block;
    	line-height: 1;
    	width: 100%;
    	font-weight: 900;
    	text-align: center;
    	font-size: 2rem;
    	content: "\f13a";
    	font-family: $icon-font-family;
    	color: $colour__brand1;
    }
    */
  }
}
@media screen and (min-width: 40em) {
  .search__form-container {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .search__form-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .search__form-container:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .search__form-container {
    width: 16.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .search__form-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .search__form-container:last-child:not(:first-child) {
    float: right;
  }
}
.search__form-container h1 {
  font-size: 1.5rem;
}
.search__fields {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.search__fields::before, .search__fields::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.search__fields::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .search__form--quick .search__fields {
    display: flex;
    justify-content: center;
  }
  .search__form--quick .search__fields > div {
    margin: 0 2rem;
  }
}
@media screen and (min-width: 40em) {
  .search__form--quick .search__fields {
    flex-direction: column;
  }
}
@media screen and (min-width: 40em) {
  .search__field {
    max-width: 50%;
    display: inline;
  }
}
.search__field label {
  display: block;
}
.search__field-after {
  display: inline;
}
.search__filters {
  margin-bottom: 1em;
}
.search__filter-group {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
  position: relative;
}
.search__filter-heading {
  margin: 0;
  cursor: pointer;
  font-size: 1rem;
}
.search__filter-heading i,
.search__filter-heading svg {
  transform: rotate(90deg);
  float: right;
  color: #1f566e;
}
@media screen and (min-width: 40em) {
  .search__filter-heading i,
.search__filter-heading svg {
    transform: none;
  }
}
.search__filter-fields {
  margin-top: 0.5rem;
}
@media screen and (min-width: 40em) {
  .search__filter-fields {
    margin-top: 0;
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 64em) {
  .search__filter-fields {
    margin-top: 0;
    -moz-column-count: 3;
         column-count: 3;
  }
}
.search__filter-flyout {
  display: none;
}
.search__filter-flyout.active {
  display: block;
}
.search__filter-flyout h4 {
  display: none;
}
@media screen and (min-width: 40em) {
  .search__filter-flyout {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: none;
    margin: 0.5em 0 0;
    position: absolute;
    width: 470px;
    padding: 1em;
    left: 100%;
    margin-left: 24px;
    top: -22px;
    background-color: #f8f8f8;
    z-index: 50;
  }
  .search__filter-flyout.active {
    display: block;
  }
  .search__filter-flyout-close {
    position: absolute;
    top: 1em;
    right: 1em;
  }
  .search__filter-flyout h4 {
    display: block;
    font-size: 16px;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #efefef;
  }
  .search__filter-flyout-arrow::before, .search__filter-flyout-arrow::after {
    right: 100%;
    top: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .search__filter-flyout-arrow::after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #f8f8f8;
    border-width: 20px;
    margin-top: -20px;
  }
  .search__filter-flyout-arrow::before {
    border-color: rgba(248, 248, 248, 0);
    border-right-color: #efefef;
    border-width: 22px;
    margin-top: -22px;
  }
}
@media screen and (min-width: 64em) {
  .search__filter-flyout {
    width: 700px;
  }
}
.search__no-results {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 3em;
}
.search__no-results::before, .search__no-results::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.search__no-results::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .search__no-results {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.search__no-results:last-child:not(:first-child) {
  float: right;
}
.search__no-results, .search__no-results:last-child {
  float: none;
}
.search-results {
  position: relative;
  clear: both;
}
@media screen and (min-width: 40em) {
  .search-results {
    width: 75%;
    float: left;
  }
  .search-results:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .search-results {
    width: 83.3333333333%;
    float: left;
  }
  .search-results:last-child:not(:first-child) {
    float: right;
  }
}
.search__results-count {
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1.5em 0;
}
.search__results-map {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.search__results-map .smartmap-mapcanvas {
  height: 100%;
  width: 100%;
  position: fixed;
  min-height: 600px;
}
.search__results-map-toggle {
  margin: 1em 1em;
  display: block;
}
@media screen and (min-width: 40em) {
  .search__results-map-toggle {
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 10;
  }
}
.search__results-map-toggle--map::before {
  content: "\f3c5";
  display: inline-block;
  margin-right: 0.35rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.search__results-map-toggle--list::before {
  content: "\f03a";
  display: inline-block;
  margin-right: 0.35rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (min-width: 40em) {
  .search__results-map {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 1em;
  }
  .search__results-map:last-child:not(:first-child) {
    float: right;
  }
}
.search__map-toggle {
  font-size: 0.9rem;
  font-weight: bold;
  color: #666;
  margin: 0 1rem;
  float: right;
}
.search__map-toggle--hide::before {
  content: "\f070";
  display: inline-block;
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.search__map-toggle--show::before {
  content: "\f06e";
  display: inline-block;
  margin-right: 0.25rem;
  margin-top: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 39.9375em) {
  .search__map-toggle {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .search__results-container {
    margin-top: 2em;
    padding: 1rem;
    position: relative;
  }
}
@media screen and (min-width: 40em) {
  .search__results-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
}
.search__selected-total {
  font-size: 0.9rem;
  font-style: italic;
  color: #666;
}
.search__slider {
  width: 75%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.search__slider:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .search__slider {
    width: 66.6666666667%;
    float: left;
  }
  .search__slider:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .search__slider {
    width: 75%;
    float: left;
  }
  .search__slider:last-child:not(:first-child) {
    float: right;
  }
}
.search__slider-field {
  font-size: 1.5rem;
  display: flex;
  width: 20%;
  align-items: flex-start;
  margin-left: 0.3em;
  /*
  @include grid-column(
  	$columns: 2,
  	$gutter: 0
  );
  */
}
.search__slider-field [type=text] {
  display: inline-block;
  color: #666;
  font-weight: bold;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  text-align: right;
  cursor: default;
}
.search__slider-unit {
  display: none;
  text-align: left;
  font-size: 13px;
  padding-top: 0.75em;
  padding-left: 0.25em;
}
@media screen and (min-width: 64em) {
  .search__slider-unit {
    width: 16.6666666667%;
    float: left;
    display: block;
  }
  .search__slider-unit:last-child:not(:first-child) {
    float: right;
  }
}
.search__slider-group {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.search__slider-group::before, .search__slider-group::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.search__slider-group::after {
  clear: both;
}
.search__submit-container .button {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .search__submit-container {
    display: inline-block;
    width: auto;
  }
}

.site__content {
  display: block;
  background: #fff;
  padding-bottom: 3rem;
}
.site__content::before, .site__content::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.site__content::after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .site__content {
    padding-top: 135px;
  }
  .site--show-alert .site__content {
    padding-top: 165px;
  }
  .no-top-pad .site__content {
    padding-top: 0;
  }
}

#site-wrap {
  transition: 0.5s all ease;
}
.show-mobile-nav #site-wrap {
  transform: translateX(100%);
  position: fixed;
}

body.dragging,
body.dragging * {
  cursor: move;
  cursor: -webkit-grab;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.sortable {
  list-style: none;
}
.sortable li {
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #dedede;
}
.sortable .placeholder {
  position: relative;
  /** More li styles **/
}
.sortable .placeholder::before {
  position: absolute;
  /** Define arrowhead **/
}

/* 
* Extra overrides for Foundation tabs
* That can't be changed via the settings vars
*/
.tabs-title.is-active {
  font-weight: bold;
}

.orbit-slide .video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.video__play--large {
  font-size: 10rem;
}
.video__play:hover {
  color: #1f566e;
  text-shadow: none;
}

@font-face {
  font-family: "ITCAmericanTypewriterMedium";
  src: url("/fonts/americantypewriter/americantypewriter-webfont.eot");
  src: url("/fonts/americantypewriter/americantypewriter-webfont.eot") format("embedded-opentype"), url("/fonts/americantypewriter/americantypewriter-webfont.ttf") format("truetype"), url("/fonts/americantypewriter/americantypewriter-webfont.woff") format("woff"), url("/fonts/americantypewriter/americantypewriter-webfont.woff2") format("woff2"), url("/fonts/americantypewriter/americantypewriter-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -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.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-allergies:before {
  content: "\f461";
}

.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-angry:before {
  content: "\f556";
}

.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-archway:before {
  content: "\f557";
}

.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-atlas:before {
  content: "\f558";
}

.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-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.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-bezier-curve:before {
  content: "\f55b";
}

.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-blender:before {
  content: "\f517";
}

.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-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.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-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.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-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.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-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.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-double:before {
  content: "\f560";
}

.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-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.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-cocktail:before {
  content: "\f561";
}

.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-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.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-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.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-equals:before {
  content: "\f52c";
}

.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-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.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-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.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-flushed:before {
  content: "\f579";
}

.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-font-awesome-logo-full:before {
  content: "\f4e6";
}

.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-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.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-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.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-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.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-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.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-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.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-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.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-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.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-id-card-alt:before {
  content: "\f47f";
}

.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-infinity:before {
  content: "\f534";
}

.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-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.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-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.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-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.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-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.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-marker:before {
  content: "\f5a1";
}

.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-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.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-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.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:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.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-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.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-old-republic:before {
  content: "\f510";
}

.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-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.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:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.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-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.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-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.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-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.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-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.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-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.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-seedling:before {
  content: "\f4d8";
}

.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-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.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-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.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-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.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-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.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-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.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-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.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-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.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-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-trade-federation:before {
  content: "\f513";
}

.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-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-tshirt:before {
  content: "\f553";
}

.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-umbrella-beach:before {
  content: "\f5ca";
}

.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-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.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-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.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-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.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-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.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-x-ray:before {
  content: "\f497";
}

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

.fa-heart--liked {
  color: #c57237;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/*# sourceMappingURL=style.css.map*/