@charset "UTF-8";

/* stylelint-disable */

/** Import everything from autoload */

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  /* line 45, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* stylelint-disable */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

/* line 59, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

/* line 83, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

/* line 91, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

/* line 105, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 198, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

/* line 207, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

/* line 221, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

/* line 231, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

/* line 251, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

/* line 266, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

/* line 276, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

/* line 291, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

/* line 301, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

/* line 310, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

/* line 320, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * Add the correct font style in Android 4.3-.
     */

/* line 331, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

/* line 339, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * Add the correct font size in all browsers.
     */

/* line 348, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

/* line 357, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/* line 365, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

sub {
  bottom: -0.25em;
}

/* line 369, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 382, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

/* line 391, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * Remove the border on images inside links in IE 10-.
     */

/* line 400, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

/* line 408, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

/* line 422, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * Show the overflow in IE.
     */

/* line 442, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

/* line 451, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

/* line 462, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/* line 469, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

/* line 478, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/* line 487, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * Show the overflow in Edge.
     */

/* line 496, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

/* line 505, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

/* line 515, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

/* line 525, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

/* line 533, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

/* line 544, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

/* line 553, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

/* line 566, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

/* line 580, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

/* line 589, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

/* line 602, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

/* line 610, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

/* line 618, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 651, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

/* line 659, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

/* line 672, node_modules/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

[hidden] {
  display: none;
}

/* line 139, node_modules/foundation-sites/scss/_global.scss */

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

/* line 143, node_modules/foundation-sites/scss/_global.scss */

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

/* line 149, node_modules/foundation-sites/scss/_global.scss */

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

/* line 156, node_modules/foundation-sites/scss/_global.scss */

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 173, node_modules/foundation-sites/scss/_global.scss */

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

/* line 185, node_modules/foundation-sites/scss/_global.scss */

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

/* line 192, node_modules/foundation-sites/scss/_global.scss */

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

/* line 202, node_modules/foundation-sites/scss/_global.scss */

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

/* line 210, node_modules/foundation-sites/scss/_global.scss */

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

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

/* line 222, node_modules/foundation-sites/scss/_global.scss */

pre {
  overflow: auto;
}

/* line 227, node_modules/foundation-sites/scss/_global.scss */

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

/* line 236, node_modules/foundation-sites/scss/_global.scss */

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

/* line 240, node_modules/foundation-sites/scss/_global.scss */

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

/* line 256, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 280, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 289, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 296, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 303, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 309, node_modules/foundation-sites/scss/typography/_base.scss */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 321, node_modules/foundation-sites/scss/typography/_base.scss */

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

/* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

h1,
.h1 {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

/* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

h2,
.h2 {
  font-size: 2.375rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

/* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

/* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

/* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  /* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

  h1,
  .h1 {
    font-size: 3.5rem;
  }

  /* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

  h2,
  .h2 {
    font-size: 3rem;
  }

  /* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

  h3,
  .h3 {
    font-size: 1.875rem;
  }

  /* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  /* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  /* line 332, node_modules/foundation-sites/scss/typography/_base.scss */

  h6,
  .h6 {
    font-size: 1rem;
  }
}

/* line 371, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 378, node_modules/foundation-sites/scss/typography/_base.scss */

a:hover,
a:focus {
  color: #18a0fb;
}

/* line 386, node_modules/foundation-sites/scss/typography/_base.scss */

a img {
  border: 0;
}

/* line 392, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 406, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 415, node_modules/foundation-sites/scss/typography/_base.scss */

li {
  font-size: inherit;
}

/* line 420, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 426, node_modules/foundation-sites/scss/typography/_base.scss */

ol {
  margin-left: 1.25rem;
}

/* line 432, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 439, node_modules/foundation-sites/scss/typography/_base.scss */

dl {
  margin-bottom: 1rem;
}

/* line 442, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 449, node_modules/foundation-sites/scss/typography/_base.scss */

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

/* line 454, node_modules/foundation-sites/scss/typography/_base.scss */

blockquote,
blockquote p {
  line-height: 1.44;
  color: #8a8a8a;
}

/* line 461, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 466, node_modules/foundation-sites/scss/typography/_base.scss */

cite:before {
  content: "\2014   ";
}

/* line 472, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 479, node_modules/foundation-sites/scss/typography/_base.scss */

figure {
  margin: 0;
}

/* line 484, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 496, node_modules/foundation-sites/scss/typography/_base.scss */

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

/* line 48, node_modules/foundation-sites/scss/typography/_helpers.scss */

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

/* line 58, node_modules/foundation-sites/scss/typography/_helpers.scss */

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

/* line 64, node_modules/foundation-sites/scss/typography/_helpers.scss */

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

/* line 68, node_modules/foundation-sites/scss/typography/_helpers.scss */

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

/* line 75, node_modules/foundation-sites/scss/typography/_helpers.scss */

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

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

@media print, screen and (min-width: 40em) {
  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

@media print, screen and (min-width: 64em) {
  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

/* line 14, node_modules/foundation-sites/scss/typography/_print.scss */

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

@media print {
  /* line 17, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 28, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 29, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 31, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 32, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 33, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 34, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 35, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 36, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 39, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 42, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 46, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 51, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 54, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 61, node_modules/foundation-sites/scss/typography/_print.scss */

  thead {
    display: table-header-group;
  }

  /* line 63, node_modules/foundation-sites/scss/typography/_print.scss */

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

  /* line 66, node_modules/foundation-sites/scss/typography/_print.scss */

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

@page {
    margin: 0.5cm;
}

  /* line 70, node_modules/foundation-sites/scss/typography/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 78, node_modules/foundation-sites/scss/typography/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 82, node_modules/foundation-sites/scss/typography/_print.scss */

  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 83, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 83, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 91, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 95, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 91, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 95, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 91, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 95, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 91, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 95, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 101, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

@media print, screen and (min-width: 40em) {
  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

@media print, screen and (min-width: 64em) {
  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 109, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 18, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 22, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 26, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 30, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 35, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 35, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 35, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 35, node_modules/foundation-sites/scss/components/_flex.scss */

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

@media print, screen and (min-width: 40em) {
  /* line 45, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 49, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 53, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 57, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

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

@media print, screen and (min-width: 64em) {
  /* line 45, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 49, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 53, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 57, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

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

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 127, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.row {
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 131, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 131, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 131, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 134, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 141, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.row.expanded {
  max-width: none;
}

/* line 144, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 150, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.row:not(.expanded) .row {
  max-width: none;
}

/* line 155, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 162, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 170, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.column,
.columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 170, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 176, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 182, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 236, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 240, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

@media print, screen and (min-width: 40em) {
  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  /* line 215, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

/* line 223, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 223, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 236, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 240, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 192, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 200, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 207, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 103, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  /* line 215, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

/* line 223, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  /* line 223, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 236, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

  /* line 240, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 245, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

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

/* line 251, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

.column-block {
  margin-bottom: 1.25rem;
}

/* line 78, node_modules/foundation-sites/scss/grid/_gutter.scss */

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 251, node_modules/foundation-sites/scss/grid/_flex-grid.scss */

  .column-block {
    margin-bottom: 1.875rem;
  }

  /* line 78, node_modules/foundation-sites/scss/grid/_gutter.scss */

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 62, node_modules/foundation-sites/scss/components/_visibility.scss */

.hide {
  display: none !important;
}

/* line 66, node_modules/foundation-sites/scss/components/_visibility.scss */

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 86, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media print, screen and (min-width: 40em) {
  /* line 73, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (max-width: 39.9375em) {
  /* line 77, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 82, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 86, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media print, screen and (min-width: 64em) {
  /* line 73, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (max-width: 63.9375em) {
  /* line 77, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, node_modules/foundation-sites/scss/components/_visibility.scss */

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

/* line 93, node_modules/foundation-sites/scss/components/_visibility.scss */

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

/* line 100, node_modules/foundation-sites/scss/components/_visibility.scss */

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

/* line 107, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (orientation: landscape) {
  /* line 107, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (orientation: portrait) {
  /* line 107, node_modules/foundation-sites/scss/components/_visibility.scss */

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

/* line 120, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (orientation: landscape) {
  /* line 120, node_modules/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (orientation: portrait) {
  /* line 120, node_modules/foundation-sites/scss/components/_visibility.scss */

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

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

@media print, screen and (min-width: 40em) {
  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

@media print, screen and (min-width: 64em) {
  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

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

/* line 10, node_modules/foundation-sites/scss/components/_float.scss */

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

/* line 14, node_modules/foundation-sites/scss/components/_float.scss */

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

/* line 18, node_modules/foundation-sites/scss/components/_float.scss */

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

/* line 170, node_modules/foundation-sites/scss/util/_mixins.scss */

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

/* line 181, node_modules/foundation-sites/scss/util/_mixins.scss */

.clearfix::after {
  clear: both;
}

/* line 129, node_modules/foundation-sites/scss/components/_reveal.scss */

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

/* line 134, node_modules/foundation-sites/scss/components/_reveal.scss */

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

/* line 143, node_modules/foundation-sites/scss/components/_reveal.scss */

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

/* line 148, node_modules/foundation-sites/scss/components/_reveal.scss */

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

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

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

@media print, screen and (min-width: 40em) {
  /* line 148, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal {
    min-height: 0;
  }
}

/* line 87, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal .column,
.reveal .columns {
  min-width: 0;
}

/* line 92, node_modules/foundation-sites/scss/components/_reveal.scss */

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

@media print, screen and (min-width: 40em) {
  /* line 148, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal {
    width: 600px;
    max-width: 76.875rem;
  }
}

/* line 158, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 163, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal.tiny {
    width: 30%;
    max-width: 76.875rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 164, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal.small {
    width: 50%;
    max-width: 76.875rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 165, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal.large {
    width: 90%;
    max-width: 76.875rem;
  }
}

/* line 168, node_modules/foundation-sites/scss/components/_reveal.scss */

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

@media screen and (max-width: 39.9375em) {
  /* line 148, node_modules/foundation-sites/scss/components/_reveal.scss */

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

/* line 176, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal.without-overlay {
  position: fixed;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

@font-face {
  font-family: "americana";
  src: url("/wp-content/themes/luma/resources/assets/fonts/americana-webfont.woff2") format("woff2"), url("/wp-content/themes/luma/resources/assets/fonts/americana-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 10, resources/assets/styles/common/_global.scss */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 14, resources/assets/styles/common/_global.scss */

html,
body {
  overflow: hidden;
  overflow-y: auto;
}

/* line 20, resources/assets/styles/common/_global.scss */

body {
  font-size: 14.5px;
}

/* line 24, resources/assets/styles/common/_global.scss */

h1,
h2,
h3 {
  font-family: "americana", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 32, resources/assets/styles/common/_global.scss */

h1 {
  font-size: 7.6em;
  line-height: 0.6;
  letter-spacing: 0.01em;
}

/* line 38, resources/assets/styles/common/_global.scss */

h1 .subtitle {
  font-size: 0.613em;
}

/* line 42, resources/assets/styles/common/_global.scss */

h2 {
  font-size: 3.2em;
  letter-spacing: 0.01em;
  line-height: 0.6;
}

/* line 48, resources/assets/styles/common/_global.scss */

h2 .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.4em;
  text-transform: capitalize;
  font-weight: 700;
}

/* line 55, resources/assets/styles/common/_global.scss */

p {
  line-height: 1.8em;
}

/* line 59, resources/assets/styles/common/_global.scss */

p:last-child {
  margin-bottom: 0;
}

/* line 63, resources/assets/styles/common/_global.scss */

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-transform: uppercase;
  padding: 0 2em;
  min-width: 250px;
  height: 60px;
  background: #000;
  color: #91d3ca;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 80, resources/assets/styles/common/_global.scss */

.button:hover {
  background: #91d3ca;
  color: #000;
}

/* line 85, resources/assets/styles/common/_global.scss */

.inner-box {
  width: 100%;
  padding: 0 10vw;
}

/* line 90, resources/assets/styles/common/_global.scss */

.mobile {
  display: none;
}

/* line 94, resources/assets/styles/common/_global.scss */

.top-accent {
  height: 115px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* line 102, resources/assets/styles/common/_global.scss */

.home .top-accent {
  background-image: url("/wp-content/themes/luma/resources/assets/images/bottom-spice-home.jpg");
}

/* line 106, resources/assets/styles/common/_global.scss */

.about .top-accent {
  background-image: url("/wp-content/themes/luma/resources/assets/images/bottom-spice-about.jpg");
}

/* line 110, resources/assets/styles/common/_global.scss */

.amenities .top-accent {
  background-image: url("/wp-content/themes/luma/resources/assets/images/bottom-spice-amenities.jpg");
}

/* line 114, resources/assets/styles/common/_global.scss */

.suites .top-accent {
  background-image: url("/wp-content/themes/luma/resources/assets/images/bottom-spice-suites.jpg");
}

/* line 118, resources/assets/styles/common/_global.scss */

.the-neighbourhood .top-accent {
  background-image: url("/wp-content/themes/luma/resources/assets/images/bottom-spice-neighbourhood.jpg");
}

/* line 122, resources/assets/styles/common/_global.scss */

.register .top-accent {
  background-image: url("/wp-content/themes/luma/resources/assets/images/bottom-spice-register.jpg");
}

/* line 126, resources/assets/styles/common/_global.scss */

.register .main {
  background-image: url("/wp-content/themes/luma/resources/assets/images/graphic-teal-rings.svg");
  background-attachment: fixed;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 134, resources/assets/styles/common/_global.scss */

.slick-dots {
  bottom: 25px;
}

/* line 138, resources/assets/styles/common/_global.scss */

.slick-dots li button::before {
  width: 14px;
  height: 14px;
  border: 1px solid #91d3ca;
  border-radius: 50%;
  content: "";
  opacity: 1;
}

/* line 147, resources/assets/styles/common/_global.scss */

.slick-dots li.slick-active button::before {
  opacity: 1;
  background: #91d3ca;
}

/* line 152, resources/assets/styles/common/_global.scss */

.slick-prev,
.slick-next {
  z-index: 10;
  width: 54px;
  height: 54px;
}

/* line 159, resources/assets/styles/common/_global.scss */

.slick-prev {
  left: 10vw;
}

/* line 163, resources/assets/styles/common/_global.scss */

.slick-next {
  right: 10vw;
}

/* line 167, resources/assets/styles/common/_global.scss */

.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-image: url("/wp-content/themes/luma/resources/assets/images/icon-prev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 183, resources/assets/styles/common/_global.scss */

.slick-next::before {
  background-image: url("/wp-content/themes/luma/resources/assets/images/icon-next.svg");
}

/* line 187, resources/assets/styles/common/_global.scss */

.slick-prev:hover::before,
.slick-next:hover::before {
  background-color: #91d3ca;
}

@media (max-width: 840px) {
  /* line 193, resources/assets/styles/common/_global.scss */

  .desktop {
    display: none;
  }

  /* line 197, resources/assets/styles/common/_global.scss */

  .mobile {
    display: block;
  }

  /* line 201, resources/assets/styles/common/_global.scss */

  .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    margin: 0 auto;
    height: 50px;
  }

  /* line 208, resources/assets/styles/common/_global.scss */

  h2 {
    font-size: 2.7em;
    line-height: 0.9;
  }
}

@media (max-width: 480px) {
  /* line 215, resources/assets/styles/common/_global.scss */

  .top-accent {
    background-attachment: scroll;
  }

  /* line 219, resources/assets/styles/common/_global.scss */

  .slick-prev::before,
  .slick-next::before {
    width: 45px;
    height: 45px;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  height: auto;
  margin: 0.625rem auto;
}

@media print, screen and (min-width: 40em) {
  /* line 14, resources/assets/styles/components/_wp-classes.scss */

  .aligncenter {
    margin: 0.9375rem auto;
  }
}

/* line 23, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  height: auto;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 23, resources/assets/styles/components/_wp-classes.scss */

  .alignleft,
  .alignright {
    margin-bottom: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 33, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.9375rem;
  }

  /* line 41, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.9375rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 5, resources/assets/styles/layouts/_header.scss */

header.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
}

/* line 13, resources/assets/styles/layouts/_header.scss */

.nav-primary {
  position: absolute;
  top: 56px;
  right: 0;
  height: 36px;
  padding: 0 7vw 0 40px;
  background-color: #91d3ca;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 26, resources/assets/styles/layouts/_header.scss */

.nav-primary.close {
  -webkit-transform: translateX(calc(100%));
       -o-transform: translateX(calc(100%));
          transform: translateX(calc(100%));
}

/* line 30, resources/assets/styles/layouts/_header.scss */

.nav-primary.close::before {
  content: "";
  height: 5px;
  width: 30px;
  background-color: #000;
  -webkit-box-shadow: 0 10px 0 #000, 0 20px 0 #000;
          box-shadow: 0 10px 0 #000, 0 20px 0 #000;
  display: block;
  position: absolute;
  top: 7.5px;
  left: -50px;
  z-index: 2;
}

/* line 43, resources/assets/styles/layouts/_header.scss */

.nav-primary.close::after {
  content: "";
  height: 40px;
  width: 40px;
  background-color: #91d3ca;
  display: block;
  position: absolute;
  top: 0;
  left: -55px;
  z-index: 1;
}

/* line 55, resources/assets/styles/layouts/_header.scss */

.nav-primary #menu-top-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

/* line 62, resources/assets/styles/layouts/_header.scss */

.nav-primary #menu-top-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 69, resources/assets/styles/layouts/_header.scss */

.nav-primary #menu-top-nav li a {
  display: block;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 0.8em;
}

/* line 78, resources/assets/styles/layouts/_header.scss */

.nav-primary #menu-top-nav li.current-menu-item a {
  font-weight: 800;
  text-decoration: underline;
}

/* line 83, resources/assets/styles/layouts/_header.scss */

.brand {
  background: url(/wp-content/themes/luma/resources/assets/images/logo-luma.svg) no-repeat left center/contain;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 35px;
  left: 50px;
  z-index: 11;
  text-indent: -1000em;
}

@media (max-width: 680px) {
  /* line 96, resources/assets/styles/layouts/_header.scss */

  header.banner {
    height: 76px;
    background-color: #91d3ca;
  }

  /* line 101, resources/assets/styles/layouts/_header.scss */

  .customize-support header.banner {
    top: 32px;
  }

  /* line 105, resources/assets/styles/layouts/_header.scss */

  .brand {
    top: 10px;
    left: 25px;
    width: 54px;
    height: 54px;
  }

  /* line 112, resources/assets/styles/layouts/_header.scss */

  .nav-primary,
  .nav-primary.close {
    -webkit-transform: translateX(calc(100%));
         -o-transform: translateX(calc(100%));
            transform: translateX(calc(100%));
    top: 0;
    padding: 75px 0 0;
    width: 100vw;
    display: block;
  }

  /* line 121, resources/assets/styles/layouts/_header.scss */

  .nav-primary.open {
    -webkit-transform: translateX(0) !important;
         -o-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }

  /* line 125, resources/assets/styles/layouts/_header.scss */

  .nav-primary::before,
  .nav-primary.close::before {
    content: "";
    height: 3px;
    width: 30px;
    background-color: #000;
    -webkit-box-shadow: 0 10px 0 #000, 0 -10px 0 #000;
            box-shadow: 0 10px 0 #000, 0 -10px 0 #000;
    display: block;
    position: fixed;
    top: 37px;
    left: -55px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  /* line 139, resources/assets/styles/layouts/_header.scss */

  .nav-primary::after {
    content: "";
    display: block;
    position: fixed;
    height: 30px;
    width: 30px;
    background: transparent;
    top: 27px;
    left: -55px;
    z-index: 1000;
    cursor: pointer;
  }

  /* line 152, resources/assets/styles/layouts/_header.scss */

  .nav-primary.open::before {
    left: calc(100% - 55px);
    -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
            box-shadow: 0 0 0 #000, 0 0 0 #000;
  }

  /* line 157, resources/assets/styles/layouts/_header.scss */

  .nav-primary.open::after {
    left: calc(100% - 55px);
  }

  /* line 161, resources/assets/styles/layouts/_header.scss */

  .nav-primary #menu-top-nav {
    text-align: left;
    width: 100vw;
    height: calc(100vh - 75px);
    background: #91d3ca;
  }

  /* line 168, resources/assets/styles/layouts/_header.scss */

  .nav-primary #menu-top-nav li {
    text-align: left;
    display: block;
    width: 100%;
  }

  /* line 174, resources/assets/styles/layouts/_header.scss */

  .nav-primary #menu-top-nav li a,
  .nav-primary #menu-top-nav li.current-menu-item a {
    font-size: 2.5em;
    line-height: 1.7;
    font-family: "americana", sans-serif;
    font-weight: 400;
  }
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

footer {
  background: #202322;
}

/* line 5, resources/assets/styles/layouts/_footer.scss */

.three-col-footer {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 13, resources/assets/styles/layouts/_footer.scss */

footer .copyright {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.8;
  width: 33%;
  padding: 30px;
  font-weight: 600;
}

/* line 22, resources/assets/styles/layouts/_footer.scss */

footer .address {
  color: #fff;
  font-size: 0.9em;
  padding: 30px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  text-align: left;
  line-height: 1.8;
  width: 33.33333%;
  font-weight: 600;
}

/* line 34, resources/assets/styles/layouts/_footer.scss */

footer .address strong {
  color: #91d3ca;
  font-weight: 800;
}

/* line 39, resources/assets/styles/layouts/_footer.scss */

footer a {
  color: inherit;
}

/* line 43, resources/assets/styles/layouts/_footer.scss */

footer .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 980px) {
  /* line 51, resources/assets/styles/layouts/_footer.scss */

  .three-col-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* line 56, resources/assets/styles/layouts/_footer.scss */

  footer .address {
    width: 100%;
    border-right: none;
    text-align: left;
    padding-left: 50px;
  }

  /* line 63, resources/assets/styles/layouts/_footer.scss */

  footer .logos {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 68, resources/assets/styles/layouts/_footer.scss */

  footer .logos img {
    margin: 0 15px;
  }

  /* line 72, resources/assets/styles/layouts/_footer.scss */

  footer .copyright {
    width: 100%;
    grid-column: 1 / span 2;
    grid-row: 2;
    text-align: center;
  }
}

@media (max-width: 680px) {
  /* line 81, resources/assets/styles/layouts/_footer.scss */

  .three-col-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* line 86, resources/assets/styles/layouts/_footer.scss */

  footer .address {
    width: 100%;
    border: none;
    padding: 40px 0;
    text-align: center;
  }

  /* line 93, resources/assets/styles/layouts/_footer.scss */

  footer .address::before,
  footer .address::after {
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto 40px;
    border-bottom: 1px solid #999;
  }

  /* line 102, resources/assets/styles/layouts/_footer.scss */

  footer .address::after {
    margin: 40px auto 0;
  }

  /* line 106, resources/assets/styles/layouts/_footer.scss */

  footer .logos {
    width: 100%;
    grid-row: 1;
  }

  /* line 111, resources/assets/styles/layouts/_footer.scss */

  footer .copyright {
    width: 100%;
    grid-column: 1;
    grid-row: 3;
    text-align: center;
    padding: 0;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 5, resources/assets/styles/blocks/_hero.scss */

.hero-below .text-side p {
  margin: 0;
}

/* line 9, resources/assets/styles/blocks/_hero.scss */

.hero-below .text-side p + p {
  margin-top: 1em;
}

/* line 13, resources/assets/styles/blocks/_hero.scss */

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 17, resources/assets/styles/blocks/_hero.scss */

.hero .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 10vw;
  position: relative;
}

/* line 29, resources/assets/styles/blocks/_hero.scss */

.hero .slide.fpo::before {
  content: "FPO";
  display: block;
  font-size: 40vw;
  font-family: "americana", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: rgba(255, 255, 255, 0.7);
}

/* line 44, resources/assets/styles/blocks/_hero.scss */

.hero .slide .text-side {
  text-align: right;
  font-family: "americana", sans-serif;
  text-transform: uppercase;
}

/* line 50, resources/assets/styles/blocks/_hero.scss */

.home .hero .slide .text-side {
  border-radius: 50%;
  width: 650px;
  height: 650px;
  padding: 40px 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  position: absolute;
  right: 3vw;
  top: 50%;
  -webkit-transform: translateY(-45%) scale(0.8);
       -o-transform: translateY(-45%) scale(0.8);
          transform: translateY(-45%) scale(0.8);
  font-size: 1.1em;
  text-align: center;
}

/* line 68, resources/assets/styles/blocks/_hero.scss */

.home .hero .slide .text-side h1 {
  font-size: 5.6em;
}

/* line 72, resources/assets/styles/blocks/_hero.scss */

.hero .slide .text-side p {
  font-size: 2.2em;
  line-height: 1;
  width: 100%;
  float: right;
  letter-spacing: 0.04em;
}

/* line 80, resources/assets/styles/blocks/_hero.scss */

.hero .slide .text-side h3 {
  font-size: 4em;
  float: right;
}

/* line 85, resources/assets/styles/blocks/_hero.scss */

.home .hero .slide .text-side h3 {
  background: #91d3ca;
  padding: 0 30px;
  width: 150px;
  height: 150px;
  position: absolute;
  text-align: center;
  color: #000;
  border-radius: 50%;
  line-height: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  right: 50px;
  top: -20px;
}

/* line 102, resources/assets/styles/blocks/_hero.scss */

.home .hero .slide .text-side h3 .smaller {
  font-size: 0.6em;
  color: inherit;
  line-height: 1;
  margin-top: -20px;
}

/* line 110, resources/assets/styles/blocks/_hero.scss */

.hero .slide .text-side.light * {
  color: #fff;
}

/* line 114, resources/assets/styles/blocks/_hero.scss */

.hero .slide .text-side.dark * {
  color: #000;
}

/* line 118, resources/assets/styles/blocks/_hero.scss */

.hero-below {
  padding: 60px 0;
}

/* line 122, resources/assets/styles/blocks/_hero.scss */

.hero-below .inner-box {
  display: grid;
  grid-template-columns: auto 200px;
  grid-gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 129, resources/assets/styles/blocks/_hero.scss */

.hero-below .button {
  margin-top: 0.5em;
}

/* line 133, resources/assets/styles/blocks/_hero.scss */

.hero .slick-prev,
.hero .slick-next {
  display: none !important;
}

/* line 138, resources/assets/styles/blocks/_hero.scss */

.register .hero-below a {
  display: none;
}

/* line 142, resources/assets/styles/blocks/_hero.scss */

.register .hero-below {
  display: none;
}

@media (min-width: 1600px) {
  /* line 147, resources/assets/styles/blocks/_hero.scss */

  .home .hero .slide .text-side {
    -webkit-transform: translateY(-45%) scale(1);
         -o-transform: translateY(-45%) scale(1);
            transform: translateY(-45%) scale(1);
  }
}

@media (max-width: 910px) {
  /* line 153, resources/assets/styles/blocks/_hero.scss */

  .home .hero .slider {
    height: 63vw;
  }

  /* line 157, resources/assets/styles/blocks/_hero.scss */

  .hero .slide {
    height: 60vw;
  }

  /* line 161, resources/assets/styles/blocks/_hero.scss */

  .hero .slide .text-side {
    padding-top: 100px;
  }

  /* line 165, resources/assets/styles/blocks/_hero.scss */

  .home .hero .slide .text-side {
    -webkit-transform: translate(20%, -50%) scale(0.5);
         -o-transform: translate(20%, -50%) scale(0.5);
            transform: translate(20%, -50%) scale(0.5);
  }
}

@media (max-width: 840px) {
  /* line 171, resources/assets/styles/blocks/_hero.scss */

  .hero {
    height: 60vw;
    position: relative;
  }

  /* line 176, resources/assets/styles/blocks/_hero.scss */

  .home .hero {
    margin-bottom: 114px;
  }

  /* line 180, resources/assets/styles/blocks/_hero.scss */

  .hero .slider {
    height: auto;
  }

  /* line 184, resources/assets/styles/blocks/_hero.scss */

  .hero h1 {
    font-size: 12vw;
  }

  /* line 188, resources/assets/styles/blocks/_hero.scss */

  h2.mobile-title.mobile {
    font-size: 2.7em;
    line-height: 0.9;
    margin-bottom: 0.5em;
  }

  /* line 194, resources/assets/styles/blocks/_hero.scss */

  .hero .slick-dots {
    bottom: -50px;
  }

  /* line 198, resources/assets/styles/blocks/_hero.scss */

  .hero .slick-prev,
  .hero .slick-next {
    display: block !important;
    z-index: 10;
    width: 54px;
    height: 54px;
    top: calc(100% + 60px);
  }

  /* line 207, resources/assets/styles/blocks/_hero.scss */

  .hero .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-150%);
         -o-transform: translateX(-150%);
            transform: translateX(-150%);
  }

  /* line 212, resources/assets/styles/blocks/_hero.scss */

  .hero .slick-next {
    right: 50%;
    -webkit-transform: translateX(150%);
         -o-transform: translateX(150%);
            transform: translateX(150%);
  }

  /* line 217, resources/assets/styles/blocks/_hero.scss */

  .hero-below .inner-box {
    grid-gap: 0;
  }

  /* line 221, resources/assets/styles/blocks/_hero.scss */

  .register .hero-below .inner-box {
    padding-bottom: 0;
  }

  /* line 225, resources/assets/styles/blocks/_hero.scss */

  .register .hero-below .text-side {
    margin-bottom: 0;
  }

  /* line 229, resources/assets/styles/blocks/_hero.scss */

  .register .three-col-form-block {
    padding: 60px 0 !important;
  }

  /* line 233, resources/assets/styles/blocks/_hero.scss */

  .register h2.mobile-title.mobile {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  /* line 239, resources/assets/styles/blocks/_hero.scss */

  .hero-below .inner-box {
    display: block;
    text-align: center;
  }

  /* line 244, resources/assets/styles/blocks/_hero.scss */

  .hero-below .text-side {
    text-align: left;
  }

  /* line 248, resources/assets/styles/blocks/_hero.scss */

  .hero-below .button {
    margin: 60px auto 0;
  }
}

@media (max-width: 680px) {
  /* line 254, resources/assets/styles/blocks/_hero.scss */

  .hero {
    margin-top: 75px;
    height: 60vw;
  }

  /* line 259, resources/assets/styles/blocks/_hero.scss */

  .hero .slide {
    height: 60vw;
  }
}

@media (max-width: 480px) {
  /* line 265, resources/assets/styles/blocks/_hero.scss */

  .hero .slide .text-side {
    padding-top: 0;
  }

  /* line 269, resources/assets/styles/blocks/_hero.scss */

  .hero-below .button {
    margin: 0.5 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 260px;
  }

  /* line 275, resources/assets/styles/blocks/_hero.scss */

  .home .hero .slide .text-side {
    -webkit-transform: translate(40%, -50%) scale(0.25);
         -o-transform: translate(40%, -50%) scale(0.25);
            transform: translate(40%, -50%) scale(0.25);
    right: 40px;
  }

  /* line 280, resources/assets/styles/blocks/_hero.scss */

  .home .hero .slide .text-side h3 {
    -webkit-transform: translate(-40%, 0) scale(1.5);
         -o-transform: translate(-40%, 0) scale(1.5);
            transform: translate(-40%, 0) scale(1.5);
  }
}

/* line 1, resources/assets/styles/blocks/_map-block.scss */

.map-block {
  min-height: 600px;
}

/* line 5, resources/assets/styles/blocks/_map-block.scss */

.map-block .amenity-map__gmap {
  max-width: 10000px;
  position: relative;
  margin-left: auto;
  height: 600px;
  width: 100%;
  background: url("/wp-content/themes/luma/resources/assets/images/map-mobile.jpg") no-repeat center center/cover;
}

/* line 1, resources/assets/styles/blocks/_three-col-register-block.scss */

.three-col-register-block {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

/* line 7, resources/assets/styles/blocks/_three-col-register-block.scss */

.three-col-register-block .inner-box {
  display: grid;
  grid-template-columns: 320px auto 200px;
  grid-gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 14, resources/assets/styles/blocks/_three-col-register-block.scss */

.three-col-register-block .inner-box .title {
  min-width: 320px;
  font-size: 3.6em;
  line-height: 1;
  margin-bottom: 0;
}

/* line 21, resources/assets/styles/blocks/_three-col-register-block.scss */

h2 .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.4em;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  margin-top: 0.2em;
}

/* line 30, resources/assets/styles/blocks/_three-col-register-block.scss */

.three-col-register-block .inner-box .copy p {
  margin: 0;
}

/* line 34, resources/assets/styles/blocks/_three-col-register-block.scss */

.three-col-register-block .inner-box .copy p + p {
  margin-top: 0.5em;
}

/* line 38, resources/assets/styles/blocks/_three-col-register-block.scss */

.three-col-register-block .inner-box .button {
  min-width: 200px;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  /* line 44, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box {
    grid-gap: 0;
  }

  /* line 48, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box .title {
    grid-column: 1 / span 2;
    grid-row: 1;
    margin-bottom: 20px;
  }

  /* line 54, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box .copy {
    grid-column: 1 / span 3;
    grid-row: 2;
  }

  /* line 59, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box .button {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 768px) {
  /* line 66, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box {
    display: block;
    text-align: center;
  }

  /* line 71, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box .title {
    text-align: left;
    margin-bottom: 15px;
  }

  /* line 76, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box .copy {
    text-align: left;
  }

  /* line 80, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  /* line 88, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box .title {
    font-size: 2.3em;
  }

  /* line 92, resources/assets/styles/blocks/_three-col-register-block.scss */

  .three-col-register-block .inner-box h2.title .subtitle {
    font-size: 0.6em;
  }
}

/* line 1, resources/assets/styles/blocks/_partner-block.scss */

.partner-block {
  background-color: #202322;
  padding: 280px 0 60px 0;
  position: relative;
}

/* line 7, resources/assets/styles/blocks/_partner-block.scss */

.partner-block .title {
  color: #91d3ca;
  font-size: 2.5em;
  position: absolute;
  right: 10vw;
  top: 130px;
}

/* line 15, resources/assets/styles/blocks/_partner-block.scss */

.partner-block .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 70vw;
  max-width: 800px;
  height: 70vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/wp-content/themes/luma/resources/assets/images/graphic-wood-rings.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 31, resources/assets/styles/blocks/_partner-block.scss */

.partner-block .item {
  display: grid;
  grid-template-columns: 120px auto 150px;
  grid-gap: 40px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px auto;
}

/* line 40, resources/assets/styles/blocks/_partner-block.scss */

.partner-block .logo img {
  width: 100%;
  margin-top: 0.5em;
}

/* line 45, resources/assets/styles/blocks/_partner-block.scss */

.partner-block .text-side * {
  color: #fff;
}

@media (max-width: 840px) {
  /* line 50, resources/assets/styles/blocks/_partner-block.scss */

  .partner-block .item {
    grid-template-columns: 120px auto;
  }
}

@media (max-width: 680px) {
  /* line 56, resources/assets/styles/blocks/_partner-block.scss */

  .partner-block {
    padding: 140px 0 40px 0;
  }

  /* line 60, resources/assets/styles/blocks/_partner-block.scss */

  .partner-block .item {
    grid-template-columns: 1fr;
  }

  /* line 64, resources/assets/styles/blocks/_partner-block.scss */

  .partner-block .logo {
    max-width: 120px;
  }

  /* line 68, resources/assets/styles/blocks/_partner-block.scss */

  .partner-block .title {
    font-size: 1.2em;
    right: auto;
    left: 10vw;
    top: 50px;
  }
}

/* line 1, resources/assets/styles/blocks/_slider.scss */

.slider {
  height: 100vh;
  width: 100vw;
  position: relative;
}

/* line 7, resources/assets/styles/blocks/_slider.scss */

.slider img {
  width: 100%;
  height: 100%;
}

/* line 12, resources/assets/styles/blocks/_slider.scss */

.writeup .slider {
  height: auto;
}

/* line 16, resources/assets/styles/blocks/_slider.scss */

.padding .slider {
  height: auto;
  margin: 40px auto;
}

/* line 21, resources/assets/styles/blocks/_slider.scss */

.slider .image-slide {
  height: 100vh;
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* line 30, resources/assets/styles/blocks/_slider.scss */

.slide.fpo .image-slide::before {
  content: "FPO";
  display: block;
  font-size: 40vw;
  font-family: "americana", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: rgba(255, 255, 255, 0.7);
}

/* line 45, resources/assets/styles/blocks/_slider.scss */

.writeup .slick-prev {
  left: auto;
  right: calc(10vw + 95px);
  top: 680px;
}

/* line 51, resources/assets/styles/blocks/_slider.scss */

.writeup .slick-next {
  right: 10vw;
  top: 680px;
}

/* line 56, resources/assets/styles/blocks/_slider.scss */

.writeup .slide .inner-box {
  display: grid;
  grid-template-columns: auto 250px;
  padding: 60px 10vw;
}

/* line 62, resources/assets/styles/blocks/_slider.scss */

.writeup .slider .image-slide {
  max-height: 600px;
  width: 100%;
  grid-column: 1 / span 2;
  grid-row: 1;
}

/* line 69, resources/assets/styles/blocks/_slider.scss */

.padding.writeup .slider .image-slide {
  max-height: 450px;
  background-size: contain;
}

/* line 74, resources/assets/styles/blocks/_slider.scss */

.writeup .slider .text-side {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 40px;
}

/* line 80, resources/assets/styles/blocks/_slider.scss */

.writeup .slider .text-side h3 + p {
  margin: 0;
}

/* line 84, resources/assets/styles/blocks/_slider.scss */

.the-neighbourhood .writeup .slider .text-side h3 + p {
  width: 38%;
  white-space: nowrap;
  line-height: 1;
}

/* line 90, resources/assets/styles/blocks/_slider.scss */

.writeup .slick-dots {
  bottom: auto;
  top: 550px;
}

/* line 95, resources/assets/styles/blocks/_slider.scss */

.padding h3 {
  display: none;
}

/* line 99, resources/assets/styles/blocks/_slider.scss */

.padding .slider .slide .inner-box {
  display: block;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  padding: 0;
}

/* line 107, resources/assets/styles/blocks/_slider.scss */

.padding .slider .text-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 2em;
}

/* line 113, resources/assets/styles/blocks/_slider.scss */

.padding.writeup .slider .text-side p + p {
  margin: 0;
  line-height: 1;
  text-align: right;
}

/* line 119, resources/assets/styles/blocks/_slider.scss */

.padding .slick-dots {
  display: none !important;
}

/* line 123, resources/assets/styles/blocks/_slider.scss */

.padding .slick-prev {
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-380px, -100%);
       -o-transform: translate(-380px, -100%);
          transform: translate(-380px, -100%);
}

/* line 130, resources/assets/styles/blocks/_slider.scss */

.padding .slick-next {
  right: 50%;
  top: 50%;
  -webkit-transform: translate(380px, -100%);
       -o-transform: translate(380px, -100%);
          transform: translate(380px, -100%);
}

/* line 136, resources/assets/styles/blocks/_slider.scss */

.slide .inner-box .text-side h3 {
  font-size: 2.5em;
  line-height: 1;
}

/* line 141, resources/assets/styles/blocks/_slider.scss */

.single .slick-dots,
.single .slick-prev,
.single .slick-next {
  display: none !important;
}

@media (max-width: 910px) {
  /* line 148, resources/assets/styles/blocks/_slider.scss */

  .slider {
    height: calc(61vw + 90px);
  }

  /* line 152, resources/assets/styles/blocks/_slider.scss */

  .single .slider {
    height: 61vw;
  }

  /* line 156, resources/assets/styles/blocks/_slider.scss */

  .slick-dots {
    bottom: auto;
    top: 63vw;
  }

  /* line 161, resources/assets/styles/blocks/_slider.scss */

  .slider .image-slide {
    height: 61vw;
    width: 100vw;
    margin-bottom: 40px;
  }

  /* line 167, resources/assets/styles/blocks/_slider.scss */

  .about .slick-prev,
  .suites .slick-prev,
  .about .slick-next,
  .suites .slick-next {
    display: block !important;
    top: calc(63vw + 67px);
    right: auto;
    left: 50%;
  }

  /* line 177, resources/assets/styles/blocks/_slider.scss */

  .about .slick-prev,
  .suites .slick-prev {
    -webkit-transform: translateX(-150%);
         -o-transform: translateX(-150%);
            transform: translateX(-150%);
  }

  /* line 182, resources/assets/styles/blocks/_slider.scss */

  .about .slick-next,
  .suites .slick-next {
    -webkit-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
  }

  /* line 187, resources/assets/styles/blocks/_slider.scss */

  .writeup .slider .image-slide {
    height: 61vw;
    width: 100vw;
    margin-bottom: 120px;
  }

  /* line 193, resources/assets/styles/blocks/_slider.scss */

  .writeup .slick-dots {
    top: 65vw;
  }

  /* line 197, resources/assets/styles/blocks/_slider.scss */

  .writeup .slide .inner-box {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* line 202, resources/assets/styles/blocks/_slider.scss */

  .writeup .slider .text-side {
    display: block;
  }

  /* line 206, resources/assets/styles/blocks/_slider.scss */

  .slide .inner-box .text-side h3 {
    font-size: 2.7em;
    line-height: 0.9;
    margin-bottom: 0.3em;
  }

  /* line 212, resources/assets/styles/blocks/_slider.scss */

  .slide .inner-box .text-side h3 br {
    display: none;
  }

  /* line 216, resources/assets/styles/blocks/_slider.scss */

  .writeup .slick-prev,
  .writeup .slick-next {
    display: block !important;
    z-index: 10;
    width: 54px;
    height: 54px;
    top: 75vw;
  }

  /* line 225, resources/assets/styles/blocks/_slider.scss */

  .writeup .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-150%);
         -o-transform: translateX(-150%);
            transform: translateX(-150%);
  }

  /* line 230, resources/assets/styles/blocks/_slider.scss */

  .writeup .slick-next {
    right: 50%;
    -webkit-transform: translateX(150%);
         -o-transform: translateX(150%);
            transform: translateX(150%);
  }

  /* line 235, resources/assets/styles/blocks/_slider.scss */

  .padding.writeup .slider .image-slide {
    height: 75vw;
    margin-bottom: -10px;
  }

  /* line 240, resources/assets/styles/blocks/_slider.scss */

  .padding.writeup .slider .text-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 60px;
  }

  /* line 250, resources/assets/styles/blocks/_slider.scss */

  .writeup.padding .slick-prev,
  .writeup.padding .slick-next {
    display: block !important;
    top: auto;
    bottom: 0;
  }

  /* line 257, resources/assets/styles/blocks/_slider.scss */

  .amenities .writeup .slick-next,
  .amenities .writeup .slick-prev {
    display: block !important;
    top: calc(70vw + 25px);
  }
}

@media (max-width: 680px) {
  /* line 265, resources/assets/styles/blocks/_slider.scss */

  .writeup.padding .slick-prev,
  .writeup .slider .text-side {
    padding: 0;
  }

  /* line 270, resources/assets/styles/blocks/_slider.scss */

  .padding.writeup .slider .text-side {
    padding: 20px 10vw 60px;
  }
}

@media (max-width: 600px) {
  /* line 276, resources/assets/styles/blocks/_slider.scss */

  .writeup.padding .slick-next,
  .writeup.padding .slick-prev {
    display: block !important;
    top: calc(75vw + 55px);
  }
}

@media (max-width: 480px) {
  /* line 284, resources/assets/styles/blocks/_slider.scss */

  .amenities .writeup .slide .inner-box {
    padding: calc(10vw - 25px) 10vw 60px;
  }

  /* line 288, resources/assets/styles/blocks/_slider.scss */

  .amenities .writeup .slick-next,
  .amenities .writeup .slick-prev {
    display: block !important;
    top: calc(70vw + 25px);
  }
}

/* line 1, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block {
  padding: 60px 0;
}

/* line 5, resources/assets/styles/blocks/_floorplan-block.scss */

.three-col-intro {
  padding: 0 0 60px;
  position: relative;
  z-index: 1;
}

/* line 11, resources/assets/styles/blocks/_floorplan-block.scss */

.three-col-intro .inner-box {
  display: grid;
  grid-template-columns: 200px auto 200px;
  grid-gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 18, resources/assets/styles/blocks/_floorplan-block.scss */

.three-col-intro .inner-box .title {
  line-height: 1;
}

/* line 22, resources/assets/styles/blocks/_floorplan-block.scss */

h2 .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.4em;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  margin-top: 0.2em;
}

/* line 31, resources/assets/styles/blocks/_floorplan-block.scss */

.try-again p {
  font-size: 1rem;
  margin: 80px auto 0;
  text-align: center;
  font-weight: 400;
}

/* line 38, resources/assets/styles/blocks/_floorplan-block.scss */

.three-col-intro .inner-box .copy p {
  margin: 0;
}

/* line 42, resources/assets/styles/blocks/_floorplan-block.scss */

.three-col-intro .inner-box .copy p + p {
  margin-top: 0.5em;
}

/* line 46, resources/assets/styles/blocks/_floorplan-block.scss */

.three-col-intro .inner-box .button {
  min-width: 200px;
  white-space: nowrap;
}

/* line 51, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

/* line 60, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups ul {
  list-style: none;
  border-right: 1px solid #000;
  width: 100%;
  padding: 0 0 0 50px;
  margin: 0 auto;
}

/* line 68, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups ul:last-child {
  border: none;
}

/* line 72, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups .selection,
.floorplan-block .filter-groups .selection * {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 80, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups .sub-selectors {
  display: block;
  position: absolute;
  left: -20px;
  width: 100%;
  height: auto;
  max-height: 0;
  min-width: 150px;
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
}

/* line 96, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups .selection.open .sub-selectors {
  max-height: 30em;
  padding: 20px 20px;
}

/* line 101, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups .selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 107, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups .selector label {
  width: 100%;
}

/* line 111, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups .selector label input[type=radio] {
  margin-right: 0.5em;
}

/* line 115, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups h3 {
  margin-bottom: 0;
}

/* line 119, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

/* line 131, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-block .filter-groups button:hover {
  background-color: #91d3ca;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 136, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  padding: 40px 0 0;
  position: relative;
}

/* line 144, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 60px;
}

/* line 150, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item .floorplan {
  background-color: rgba(230, 230, 230, 0.53);
  padding: 20px;
  position: relative;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 160, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item:hover .floorplan {
  background-color: #e6e6e6;
}

/* line 164, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  mix-blend-mode: multiply;
}

/* line 172, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item .text-side {
  padding: 20px;
}

/* line 176, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item .text-side h3 {
  margin-bottom: 0;
}

/* line 180, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item .text-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 189, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item .text-side ul li {
  width: 50%;
  min-width: 100px;
  font-size: 0.7em;
  margin: 20px 0 0;
  padding: 0;
}

/* line 197, resources/assets/styles/blocks/_floorplan-block.scss */

.floorplan-grid .item .button {
  height: 40px;
  font-size: 0.8em;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media (max-width: 1100px) {
  /* line 207, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box {
    grid-gap: 20px;
  }

  /* line 211, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box .title {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  /* line 216, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box .copy {
    grid-column: 1 / span 3;
    grid-row: 2;
  }

  /* line 221, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box .button {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 1000px) {
  /* line 228, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  /* line 234, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box {
    display: block;
    text-align: left;
  }

  /* line 239, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box .title {
    text-align: left;
    margin-bottom: 15px;
  }

  /* line 244, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box .copy {
    margin: 0 0 30px;
    text-align: left;
  }

  /* line 249, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 50px;
  }

  /* line 254, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups > ul {
    list-style: none;
    border-right: 1px solid #000;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  /* line 263, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups .sub-selectors {
    text-align: left;
    left: 0;
  }
}

@media (max-width: 650px) {
  /* line 270, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  /* line 276, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box .button {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 260px;
  }

  /* line 282, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box .title {
    font-size: 2.3em;
  }

  /* line 286, resources/assets/styles/blocks/_floorplan-block.scss */

  .three-col-intro .inner-box h2.title .subtitle {
    font-size: 0.6em;
  }

  /* line 290, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }

  /* line 298, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups h3 {
    font-size: 30px;
  }

  /* line 302, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block > .inner-box {
    padding: 0;
  }

  /* line 306, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups ul {
    border: none;
    padding: 0;
  }

  /* line 311, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups .selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    min-height: 60px;
    padding: 0 50px 0 20px;
    position: relative;
  }

  /* line 323, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups .selection::after {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  /* line 337, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups .selection.open::after {
    -webkit-transform: rotate(225deg);
         -o-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  /* line 341, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-block .filter-groups .selection .sub-selectors {
    position: static;
  }

  /* line 345, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-grid {
    display: block;
    padding: 0;
  }

  /* line 350, resources/assets/styles/blocks/_floorplan-block.scss */

  .floorplan-grid .item {
    margin: 20px;
  }
}

/* line 1, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__hidden {
  display: none;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100000;
}

/* line 9, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map-block .amenity-map__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

/* line 14, resources/assets/styles/blocks/_amenity-map-block.scss */

.marker h5 {
  margin: 0;
}

/* line 18, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__text {
  background: #202322;
  padding: 60px;
  padding-left: 10vw;
}

/* line 24, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__text h2 {
  color: #fff;
  line-height: 1;
}

/* line 29, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__text p {
  color: #fff;
}

/* line 33, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__amenities {
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
  max-height: 380px;
  overflow: hidden;
  overflow-y: auto;
}

/* line 42, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__amenity {
  list-style: none;
  margin-bottom: 0.5em;
  position: relative;
}

/* line 48, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-sub-menu {
  position: static;
  left: 0;
  top: 2em;
  width: 100.1%;
  background: #666;
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: auto;
  max-height: 0;
  overflow: hidden;
}

/* line 67, resources/assets/styles/blocks/_amenity-map-block.scss */

.active + .amenity-sub-menu {
  opacity: 1;
  pointer-events: auto;
  max-height: 300vh;
  padding: 10px;
}

/* line 74, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-sub-menu li {
  list-style: none;
  color: #fff;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 86, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-sub-menu li:hover {
  background: #777;
}

/* line 90, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-sub-menu li span:nth-child(2) {
  margin-left: 1.5em;
  display: inline-block;
}

/* line 95, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__amenity > a {
  font-family: "americana", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #91d3ca;
  width: 100%;
  display: block;
}

/* line 104, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__amenity:nth-child(2) > a {
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
  position: relative;
}

/* line 111, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__amenity > a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0.5em;
  border-bottom: 1px solid #91d3ca;
  border-right: 1px solid #91d3ca;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 125, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__amenity:nth-child(2) > a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* line 130, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__amenity > a.active::after {
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 134, resources/assets/styles/blocks/_amenity-map-block.scss */

.amenity-map__gmap {
  height: 100%;
}

/* line 138, resources/assets/styles/blocks/_amenity-map-block.scss */

.marker-active {
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: background 0.125s, -webkit-transform 0.25s;
  transition: background 0.125s, -webkit-transform 0.25s;
  -o-transition: background 0.125s, -o-transform 0.25s;
  transition: transform 0.25s, background 0.125s;
  transition: transform 0.25s, background 0.125s, -webkit-transform 0.25s, -o-transform 0.25s;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 680px) {
  /* line 148, resources/assets/styles/blocks/_amenity-map-block.scss */

  .the-neighbourhood .amenity-map-block .amenity-map__inner {
    grid-template-columns: 1fr;
  }

  /* line 152, resources/assets/styles/blocks/_amenity-map-block.scss */

  .the-neighbourhood .amenity-map__gmap {
    display: none !important;
  }
}

/* line 1, resources/assets/styles/blocks/_three-col-form-block.scss */

.three-col-form-block {
  padding: 60px 0;
}

/* line 5, resources/assets/styles/blocks/_three-col-form-block.scss */

.three-col-form-block .inner-box {
  display: grid;
  grid-template-columns: 2fr 4fr 5fr;
}

/* line 10, resources/assets/styles/blocks/_three-col-form-block.scss */

.three-col-form-block .title {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 15, resources/assets/styles/blocks/_three-col-form-block.scss */

.three-col-form-block .copy {
  padding-right: 60px;
}

/* line 19, resources/assets/styles/blocks/_three-col-form-block.scss */

.three-col-form-block .copy p {
  padding-top: 0;
  margin-top: 0;
}

/* line 24, resources/assets/styles/blocks/_three-col-form-block.scss */

.three-col-form-block .form {
  background-color: #f5f5f5;
  padding: 30px;
}

/* line 29, resources/assets/styles/blocks/_three-col-form-block.scss */

.gform_heading {
  display: none;
}

/* line 33, resources/assets/styles/blocks/_three-col-form-block.scss */

.gform_wrapper .top_label .gfield_label {
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}

/* line 40, resources/assets/styles/blocks/_three-col-form-block.scss */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-bottom: 1px solid #999;
  width: 100%;
}

/* line 49, resources/assets/styles/blocks/_three-col-form-block.scss */

.gform_wrapper ul#input_1_5.gfield_checkbox li input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px !important;
  height: 20px;
  border-radius: 0;
  border: 1px solid #91d3ca;
}

/* line 57, resources/assets/styles/blocks/_three-col-form-block.scss */

.gform_wrapper ul#input_1_5.gfield_checkbox li input[type=checkbox]:checked {
  background-color: #91d3ca;
}

/* line 61, resources/assets/styles/blocks/_three-col-form-block.scss */

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  font-size: 0.6rem;
  vertical-align: top !important;
  padding-left: 10px;
}

/* line 68, resources/assets/styles/blocks/_three-col-form-block.scss */

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: 400 !important;
}

/* line 72, resources/assets/styles/blocks/_three-col-form-block.scss */

.gform_wrapper textarea.medium {
  height: 100px !important;
  width: 100%;
}

@media (max-width: 840px) {
  /* line 78, resources/assets/styles/blocks/_three-col-form-block.scss */

  .three-col-form-block {
    padding: 60px 0;
  }

  /* line 82, resources/assets/styles/blocks/_three-col-form-block.scss */

  .three-col-form-block .inner-box {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* line 87, resources/assets/styles/blocks/_three-col-form-block.scss */

  .three-col-form-block .title {
    font-size: 1rem;
    line-height: 1;
    font-family: "montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0.4em;
  }

  /* line 96, resources/assets/styles/blocks/_three-col-form-block.scss */

  .three-col-form-block .copy {
    padding-bottom: 60px;
  }

  /* line 100, resources/assets/styles/blocks/_three-col-form-block.scss */

  .three-col-form-block .form {
    background-color: #f5f5f5;
    padding: 30px 10vw;
    width: 100vw;
    margin: 0 0 0 -10vw;
  }

  /* line 107, resources/assets/styles/blocks/_three-col-form-block.scss */

  .gform_wrapper .gform_footer {
    margin: 16px auto 0 !important;
    display: inline-block !important;
    text-align: center;
  }

  /* line 113, resources/assets/styles/blocks/_three-col-form-block.scss */

  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    max-width: 200px;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  /* line 120, resources/assets/styles/blocks/_three-col-form-block.scss */

  .gform_wrapper .gform_footer input.button {
    min-width: 250px;
    margin: 0 auto !important;
  }
}

/* line 1, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes {
  padding: 60px 0;
  background: #e6e6e6;
}

/* line 6, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .inner-box {
  display: grid;
  grid-template-columns: 200px 4fr 5fr;
  grid-gap: 40px;
}

/* line 12, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .inner-box h2 {
  line-height: 1;
}

/* line 16, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .accordion-side .item {
  height: auto;
  max-height: 300vh;
  cursor: pointer;
}

/* line 22, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .inner-box h3 {
  margin-bottom: 0;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #000;
}

/* line 32, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .inner-box h3::after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 35%;
  height: 15px;
  width: 15px;
  border-right: 2px solid #91d3ca;
  border-bottom: 2px solid #91d3ca;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

/* line 47, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .inner-box .accordion-side .item.open h3::after {
  -webkit-transform: rotate(230deg);
       -o-transform: rotate(230deg);
          transform: rotate(230deg);
}

/* line 51, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .content {
  height: auto;
  max-height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  overflow: hidden;
}

/* line 59, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .accordion-side .item.open .content {
  max-height: 300vh;
  padding: 20px 0;
}

/* line 64, resources/assets/styles/blocks/_features-finishes.scss */

.features-finishes .accordion-side .item .content li {
  margin-bottom: 1.5em;
  line-height: 1.5;
}

@media (max-width: 880px) {
  /* line 70, resources/assets/styles/blocks/_features-finishes.scss */

  .features-finishes .inner-box {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  /* line 75, resources/assets/styles/blocks/_features-finishes.scss */

  .accordion-side {
    margin-top: 30px;
  }
}

/* SHELL - DO NOT REMOVE THIS LINE */


/*# sourceMappingURL=main.css.map*/