@charset "UTF-8";
@font-face {
  font-family: 'gt-walsheim-regular';
  src: url("fonts/GTWalsheim-Regular.woff2") format("woff2"), url("fonts/GTWalsheim-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'gt-walsheim-medium';
  src: url("fonts/GTWalsheim-Medium.woff2") format("woff2"), url("fonts/GTWalsheim-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'gt-walsheim-bold';
  src: url("fonts/GTWalsheim-Bold.woff2") format("woff2"), url("fonts/GTWalsheim-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'sabon-roman';
  src: url("fonts/SabonLTStd-Roman.woff2") format("woff2"), url("fonts/SabonLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'sabon-italic';
  src: url("fonts/SabonLTStd-Italic.woff2") format("woff2"), url("fonts/SabonLTStd-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animTitle {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes animTitle {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

/*
 * Mixins ---
 * -------------------------- */
/* ###################################
 A FEW HELPERS
####################################*/
/** VARIABLES CREATED BY INIT FUNCTION **/
.pad {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media screen and (min-width: 480px) {
    .pad {
      padding-top: calc((0.01786 * (100vw - 480px)) + 90px); } }
  @media screen and (min-width: 1320px) {
    .pad {
      padding-top: 105px; } }
  @media screen and (min-width: 480px) {
    .pad {
      padding-bottom: calc((0.01786 * (100vw - 480px)) + 90px); } }
  @media screen and (min-width: 1320px) {
    .pad {
      padding-bottom: 105px; } }
  .pad-top {
    padding-top: 90px; }
    @media screen and (min-width: 480px) {
      .pad-top {
        padding-top: calc((0.01786 * (100vw - 480px)) + 90px); } }
    @media screen and (min-width: 1320px) {
      .pad-top {
        padding-top: 105px; } }
  .pad-bottom {
    padding-bottom: 90px; }
    @media screen and (min-width: 480px) {
      .pad-bottom {
        padding-bottom: calc((0.01786 * (100vw - 480px)) + 90px); } }
    @media screen and (min-width: 1320px) {
      .pad-bottom {
        padding-bottom: 105px; } }
  .pad-small {
    padding-top: 45px;
    padding-bottom: 45px; }
    @media screen and (min-width: 480px) {
      .pad-small {
        padding-top: calc((0.00893 * (100vw - 480px)) + 45px); } }
    @media screen and (min-width: 1320px) {
      .pad-small {
        padding-top: 52.5px; } }
    @media screen and (min-width: 480px) {
      .pad-small {
        padding-bottom: calc((0.00893 * (100vw - 480px)) + 45px); } }
    @media screen and (min-width: 1320px) {
      .pad-small {
        padding-bottom: 52.5px; } }
    .pad-small-top {
      padding-top: 45px; }
      @media screen and (min-width: 480px) {
        .pad-small-top {
          padding-top: calc((0.00893 * (100vw - 480px)) + 45px); } }
      @media screen and (min-width: 1320px) {
        .pad-small-top {
          padding-top: 52.5px; } }
    .pad-small-bottom {
      padding-bottom: 45px; }
      @media screen and (min-width: 480px) {
        .pad-small-bottom {
          padding-bottom: calc((0.00893 * (100vw - 480px)) + 45px); } }
      @media screen and (min-width: 1320px) {
        .pad-small-bottom {
          padding-bottom: 52.5px; } }

.margin {
  margin-top: 90px;
  margin-bottom: 90px; }
  @media screen and (min-width: 480px) {
    .margin {
      margin-top: calc((0.01786 * (100vw - 480px)) + 90px); } }
  @media screen and (min-width: 1320px) {
    .margin {
      margin-top: 105px; } }
  @media screen and (min-width: 480px) {
    .margin {
      margin-bottom: calc((0.01786 * (100vw - 480px)) + 90px); } }
  @media screen and (min-width: 1320px) {
    .margin {
      margin-bottom: 105px; } }
  .margin-top {
    margin-top: 90px; }
    @media screen and (min-width: 480px) {
      .margin-top {
        margin-top: calc((0.01786 * (100vw - 480px)) + 90px); } }
    @media screen and (min-width: 1320px) {
      .margin-top {
        margin-top: 105px; } }
  .margin-bottom {
    margin-bottom: 90px; }
    @media screen and (min-width: 480px) {
      .margin-bottom {
        margin-bottom: calc((0.01786 * (100vw - 480px)) + 90px); } }
    @media screen and (min-width: 1320px) {
      .margin-bottom {
        margin-bottom: 105px; } }
  .margin-small {
    margin-top: 45px;
    margin-bottom: 45px; }
    @media screen and (min-width: 480px) {
      .margin-small {
        margin-top: calc((0.00893 * (100vw - 480px)) + 45px); } }
    @media screen and (min-width: 1320px) {
      .margin-small {
        margin-top: 52.5px; } }
    @media screen and (min-width: 480px) {
      .margin-small {
        margin-bottom: calc((0.00893 * (100vw - 480px)) + 45px); } }
    @media screen and (min-width: 1320px) {
      .margin-small {
        margin-bottom: 52.5px; } }
    .margin-small-top {
      margin-top: 45px; }
      @media screen and (min-width: 480px) {
        .margin-small-top {
          margin-top: calc((0.00893 * (100vw - 480px)) + 45px); } }
      @media screen and (min-width: 1320px) {
        .margin-small-top {
          margin-top: 52.5px; } }
    .margin-small-bottom {
      margin-bottom: 45px; }
      @media screen and (min-width: 480px) {
        .margin-small-bottom {
          margin-bottom: calc((0.00893 * (100vw - 480px)) + 45px); } }
      @media screen and (min-width: 1320px) {
        .margin-small-bottom {
          margin-bottom: 52.5px; } }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
 * Base Styles
 * ============= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

html {
  height: 100%; }

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 100%;
  min-width: 320px;
  color: #231F1F;
  background-position: center;
  background-color: #FFFFFF;
  font-family: "gt-walsheim-regular", sans-serif;
  font-size: 16px;
  line-height: 1.56;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto; }

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

section {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0; }

.container {
  display: block;
  max-width: 1320px;
  min-width: 280px;
  width: 87.5%;
  margin: 0 auto;
  outline: none; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #231F1F;
  color: white;
  text-shadow: none; }

::selection {
  background: #231F1F;
  color: white;
  text-shadow: none; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Fix default figure styles
 */
figure {
  margin: 0; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Reset link color to inherit so it is pulled from the parent styles.
 */
a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*
 * Reset link color to inherit so it is pulled from the parent styles.
 */
li,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.inline {
  font-size: 1rem;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  color: inherit;
  background-color: transparent;
  text-decoration: none; }
  li:last-child,
  dt:last-child,
  dd:last-child,
  p:last-child,
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  .inline:last-child {
    margin-bottom: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  background-color: transparent; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*
 * Typography Styles
 * ================= */
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (max-width: 479px) {
    .cols {
      margin-left: 0;
      margin-right: 0; } }
  .cols.valign {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cols > .col,
  .cols [class*="col-"] {
    display: block;
    vertical-align: middle;
    width: calc(100% - 20px);
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px; }
    .cols > .col:last-child,
    .cols [class*="col-"]:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 479px) {
      .cols > .col,
      .cols [class*="col-"] {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
    @media screen and (min-width: 1320px) {
      .cols > .col,
      .cols [class*="col-"] {
        margin-bottom: 0; } }
  .cols > .col-1 {
    width: calc(8.33333% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-1 {
      margin-left: calc(8.33333% + ( 10px )); }
    .cols > .push-1 {
      margin-right: calc(8.33333% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-2 {
    width: calc(16.66667% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-2 {
      margin-left: calc(16.66667% + ( 10px )); }
    .cols > .push-2 {
      margin-right: calc(16.66667% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-3 {
    width: calc(25% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-3 {
      margin-left: calc(25% + ( 10px )); }
    .cols > .push-3 {
      margin-right: calc(25% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-4 {
    width: calc(33.33333% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-4 {
      margin-left: calc(33.33333% + ( 10px )); }
    .cols > .push-4 {
      margin-right: calc(33.33333% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-5 {
    width: calc(41.66667% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-5 {
      margin-left: calc(41.66667% + ( 10px )); }
    .cols > .push-5 {
      margin-right: calc(41.66667% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-6 {
    width: calc(50% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-6 {
      margin-left: calc(50% + ( 10px )); }
    .cols > .push-6 {
      margin-right: calc(50% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-7 {
    width: calc(58.33333% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-7 {
      margin-left: calc(58.33333% + ( 10px )); }
    .cols > .push-7 {
      margin-right: calc(58.33333% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-8 {
    width: calc(66.66667% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-8 {
      margin-left: calc(66.66667% + ( 10px )); }
    .cols > .push-8 {
      margin-right: calc(66.66667% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-9 {
    width: calc(75% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-9 {
      margin-left: calc(75% + ( 10px )); }
    .cols > .push-9 {
      margin-right: calc(75% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-10 {
    width: calc(83.33333% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-10 {
      margin-left: calc(83.33333% + ( 10px )); }
    .cols > .push-10 {
      margin-right: calc(83.33333% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-11 {
    width: calc(91.66667% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-11 {
      margin-left: calc(91.66667% + ( 10px )); }
    .cols > .push-11 {
      margin-right: calc(91.66667% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  .cols > .col-12 {
    width: calc(100% - 20px); }
  @media screen and (min-width: 960px) {
    .cols > .padd-12 {
      margin-left: calc(100% + ( 10px )); }
    .cols > .push-12 {
      margin-right: calc(100% + ( 10px )); } }
  .cols > .panel {
    padding: 20px;
    border: 1px solid #231F1F;
    background-color: #231F1F;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
            box-shadow: inset 1px 1px 0 0 #ccc; }
  @media screen and (min-width: 480px) {
    .cols > .small-hide {
      display: none; }
    .cols > .small-padd-none {
      margin-left: 10px; }
    .cols > .small-push-none {
      margin-right: 10px; }
    .cols > .small-panel {
      padding: 20px;
      border: 1px solid #231F1F;
      background-color: #231F1F;
      border-radius: 4px;
      -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
              box-shadow: inset 1px 1px 0 0 #ccc; }
    .cols > .small-nopanel {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media screen and (min-width: 480px) {
    .cols > .small-1 {
      display: block;
      width: calc(8.33333% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-1 {
      margin-left: calc(8.33333% + ( 10px )); }
    .cols > .small-push-1 {
      margin-right: calc(8.33333% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-2 {
      display: block;
      width: calc(16.66667% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-2 {
      margin-left: calc(16.66667% + ( 10px )); }
    .cols > .small-push-2 {
      margin-right: calc(16.66667% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-3 {
      display: block;
      width: calc(25% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-3 {
      margin-left: calc(25% + ( 10px )); }
    .cols > .small-push-3 {
      margin-right: calc(25% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-4 {
      display: block;
      width: calc(33.33333% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-4 {
      margin-left: calc(33.33333% + ( 10px )); }
    .cols > .small-push-4 {
      margin-right: calc(33.33333% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-5 {
      display: block;
      width: calc(41.66667% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-5 {
      margin-left: calc(41.66667% + ( 10px )); }
    .cols > .small-push-5 {
      margin-right: calc(41.66667% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-6 {
      display: block;
      width: calc(50% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-6 {
      margin-left: calc(50% + ( 10px )); }
    .cols > .small-push-6 {
      margin-right: calc(50% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-7 {
      display: block;
      width: calc(58.33333% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-7 {
      margin-left: calc(58.33333% + ( 10px )); }
    .cols > .small-push-7 {
      margin-right: calc(58.33333% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-8 {
      display: block;
      width: calc(66.66667% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-8 {
      margin-left: calc(66.66667% + ( 10px )); }
    .cols > .small-push-8 {
      margin-right: calc(66.66667% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-9 {
      display: block;
      width: calc(75% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-9 {
      margin-left: calc(75% + ( 10px )); }
    .cols > .small-push-9 {
      margin-right: calc(75% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-10 {
      display: block;
      width: calc(83.33333% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-10 {
      margin-left: calc(83.33333% + ( 10px )); }
    .cols > .small-push-10 {
      margin-right: calc(83.33333% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-11 {
      display: block;
      width: calc(91.66667% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-11 {
      margin-left: calc(91.66667% + ( 10px )); }
    .cols > .small-push-11 {
      margin-right: calc(91.66667% + ( 10px )); } }
  @media screen and (min-width: 480px) {
    .cols > .small-12 {
      display: block;
      width: calc(100% - 20px);
      margin-bottom: 0; }
    .cols > .small-padd-12 {
      margin-left: calc(100% + ( 10px )); }
    .cols > .small-push-12 {
      margin-right: calc(100% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-hide {
      display: none; }
    .cols > .medium-padd-none {
      margin-left: 10px; }
    .cols > .medium-push-none {
      margin-right: 10px; }
    .cols > .medium-panel {
      padding: 20px;
      border: 1px solid #231F1F;
      background-color: #231F1F;
      border-radius: 4px;
      -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
              box-shadow: inset 1px 1px 0 0 #ccc; }
    .cols > .medium-nopanel {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media screen and (min-width: 768px) {
    .cols > .medium-1 {
      display: block;
      width: calc(8.33333% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-1 {
      margin-left: calc(8.33333% + ( 10px )); }
    .cols > .medium-push-1 {
      margin-right: calc(8.33333% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-2 {
      display: block;
      width: calc(16.66667% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-2 {
      margin-left: calc(16.66667% + ( 10px )); }
    .cols > .medium-push-2 {
      margin-right: calc(16.66667% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-3 {
      display: block;
      width: calc(25% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-3 {
      margin-left: calc(25% + ( 10px )); }
    .cols > .medium-push-3 {
      margin-right: calc(25% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-4 {
      display: block;
      width: calc(33.33333% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-4 {
      margin-left: calc(33.33333% + ( 10px )); }
    .cols > .medium-push-4 {
      margin-right: calc(33.33333% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-5 {
      display: block;
      width: calc(41.66667% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-5 {
      margin-left: calc(41.66667% + ( 10px )); }
    .cols > .medium-push-5 {
      margin-right: calc(41.66667% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-6 {
      display: block;
      width: calc(50% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-6 {
      margin-left: calc(50% + ( 10px )); }
    .cols > .medium-push-6 {
      margin-right: calc(50% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-7 {
      display: block;
      width: calc(58.33333% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-7 {
      margin-left: calc(58.33333% + ( 10px )); }
    .cols > .medium-push-7 {
      margin-right: calc(58.33333% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-8 {
      display: block;
      width: calc(66.66667% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-8 {
      margin-left: calc(66.66667% + ( 10px )); }
    .cols > .medium-push-8 {
      margin-right: calc(66.66667% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-9 {
      display: block;
      width: calc(75% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-9 {
      margin-left: calc(75% + ( 10px )); }
    .cols > .medium-push-9 {
      margin-right: calc(75% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-10 {
      display: block;
      width: calc(83.33333% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-10 {
      margin-left: calc(83.33333% + ( 10px )); }
    .cols > .medium-push-10 {
      margin-right: calc(83.33333% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-11 {
      display: block;
      width: calc(91.66667% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-11 {
      margin-left: calc(91.66667% + ( 10px )); }
    .cols > .medium-push-11 {
      margin-right: calc(91.66667% + ( 10px )); } }
  @media screen and (min-width: 768px) {
    .cols > .medium-12 {
      display: block;
      width: calc(100% - 20px);
      margin-bottom: 0; }
    .cols > .medium-padd-12 {
      margin-left: calc(100% + ( 10px )); }
    .cols > .medium-push-12 {
      margin-right: calc(100% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-hide {
      display: none; }
    .cols > .large-padd-none {
      margin-left: 10px; }
    .cols > .large-push-none {
      margin-right: 10px; }
    .cols > .large-panel {
      padding: 20px;
      border: 1px solid #231F1F;
      background-color: #231F1F;
      border-radius: 4px;
      -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
              box-shadow: inset 1px 1px 0 0 #ccc; }
    .cols > .large-nopanel {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media screen and (min-width: 960px) {
    .cols > .large-1 {
      display: block;
      width: calc(8.33333% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-1 {
      margin-left: calc(8.33333% + ( 10px )); }
    .cols > .large-push-1 {
      margin-right: calc(8.33333% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-2 {
      display: block;
      width: calc(16.66667% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-2 {
      margin-left: calc(16.66667% + ( 10px )); }
    .cols > .large-push-2 {
      margin-right: calc(16.66667% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-3 {
      display: block;
      width: calc(25% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-3 {
      margin-left: calc(25% + ( 10px )); }
    .cols > .large-push-3 {
      margin-right: calc(25% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-4 {
      display: block;
      width: calc(33.33333% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-4 {
      margin-left: calc(33.33333% + ( 10px )); }
    .cols > .large-push-4 {
      margin-right: calc(33.33333% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-5 {
      display: block;
      width: calc(41.66667% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-5 {
      margin-left: calc(41.66667% + ( 10px )); }
    .cols > .large-push-5 {
      margin-right: calc(41.66667% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-6 {
      display: block;
      width: calc(50% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-6 {
      margin-left: calc(50% + ( 10px )); }
    .cols > .large-push-6 {
      margin-right: calc(50% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-7 {
      display: block;
      width: calc(58.33333% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-7 {
      margin-left: calc(58.33333% + ( 10px )); }
    .cols > .large-push-7 {
      margin-right: calc(58.33333% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-8 {
      display: block;
      width: calc(66.66667% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-8 {
      margin-left: calc(66.66667% + ( 10px )); }
    .cols > .large-push-8 {
      margin-right: calc(66.66667% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-9 {
      display: block;
      width: calc(75% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-9 {
      margin-left: calc(75% + ( 10px )); }
    .cols > .large-push-9 {
      margin-right: calc(75% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-10 {
      display: block;
      width: calc(83.33333% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-10 {
      margin-left: calc(83.33333% + ( 10px )); }
    .cols > .large-push-10 {
      margin-right: calc(83.33333% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-11 {
      display: block;
      width: calc(91.66667% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-11 {
      margin-left: calc(91.66667% + ( 10px )); }
    .cols > .large-push-11 {
      margin-right: calc(91.66667% + ( 10px )); } }
  @media screen and (min-width: 960px) {
    .cols > .large-12 {
      display: block;
      width: calc(100% - 20px);
      margin-bottom: 0; }
    .cols > .large-padd-12 {
      margin-left: calc(100% + ( 10px )); }
    .cols > .large-push-12 {
      margin-right: calc(100% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-hide {
      display: none; }
    .cols > .larger-padd-none {
      margin-left: 10px; }
    .cols > .larger-push-none {
      margin-right: 10px; }
    .cols > .larger-panel {
      padding: 20px;
      border: 1px solid #231F1F;
      background-color: #231F1F;
      border-radius: 4px;
      -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
              box-shadow: inset 1px 1px 0 0 #ccc; }
    .cols > .larger-nopanel {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-1 {
      display: block;
      width: calc(8.33333% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-1 {
      margin-left: calc(8.33333% + ( 10px )); }
    .cols > .larger-push-1 {
      margin-right: calc(8.33333% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-2 {
      display: block;
      width: calc(16.66667% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-2 {
      margin-left: calc(16.66667% + ( 10px )); }
    .cols > .larger-push-2 {
      margin-right: calc(16.66667% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-3 {
      display: block;
      width: calc(25% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-3 {
      margin-left: calc(25% + ( 10px )); }
    .cols > .larger-push-3 {
      margin-right: calc(25% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-4 {
      display: block;
      width: calc(33.33333% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-4 {
      margin-left: calc(33.33333% + ( 10px )); }
    .cols > .larger-push-4 {
      margin-right: calc(33.33333% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-5 {
      display: block;
      width: calc(41.66667% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-5 {
      margin-left: calc(41.66667% + ( 10px )); }
    .cols > .larger-push-5 {
      margin-right: calc(41.66667% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-6 {
      display: block;
      width: calc(50% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-6 {
      margin-left: calc(50% + ( 10px )); }
    .cols > .larger-push-6 {
      margin-right: calc(50% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-7 {
      display: block;
      width: calc(58.33333% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-7 {
      margin-left: calc(58.33333% + ( 10px )); }
    .cols > .larger-push-7 {
      margin-right: calc(58.33333% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-8 {
      display: block;
      width: calc(66.66667% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-8 {
      margin-left: calc(66.66667% + ( 10px )); }
    .cols > .larger-push-8 {
      margin-right: calc(66.66667% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-9 {
      display: block;
      width: calc(75% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-9 {
      margin-left: calc(75% + ( 10px )); }
    .cols > .larger-push-9 {
      margin-right: calc(75% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-10 {
      display: block;
      width: calc(83.33333% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-10 {
      margin-left: calc(83.33333% + ( 10px )); }
    .cols > .larger-push-10 {
      margin-right: calc(83.33333% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-11 {
      display: block;
      width: calc(91.66667% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-11 {
      margin-left: calc(91.66667% + ( 10px )); }
    .cols > .larger-push-11 {
      margin-right: calc(91.66667% + ( 10px )); } }
  @media screen and (min-width: 1024px) {
    .cols > .larger-12 {
      display: block;
      width: calc(100% - 20px);
      margin-bottom: 0; }
    .cols > .larger-padd-12 {
      margin-left: calc(100% + ( 10px )); }
    .cols > .larger-push-12 {
      margin-right: calc(100% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-hide {
      display: none; }
    .cols > .largest-padd-none {
      margin-left: 10px; }
    .cols > .largest-push-none {
      margin-right: 10px; }
    .cols > .largest-panel {
      padding: 20px;
      border: 1px solid #231F1F;
      background-color: #231F1F;
      border-radius: 4px;
      -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
              box-shadow: inset 1px 1px 0 0 #ccc; }
    .cols > .largest-nopanel {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-1 {
      display: block;
      width: calc(8.33333% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-1 {
      margin-left: calc(8.33333% + ( 10px )); }
    .cols > .largest-push-1 {
      margin-right: calc(8.33333% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-2 {
      display: block;
      width: calc(16.66667% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-2 {
      margin-left: calc(16.66667% + ( 10px )); }
    .cols > .largest-push-2 {
      margin-right: calc(16.66667% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-3 {
      display: block;
      width: calc(25% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-3 {
      margin-left: calc(25% + ( 10px )); }
    .cols > .largest-push-3 {
      margin-right: calc(25% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-4 {
      display: block;
      width: calc(33.33333% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-4 {
      margin-left: calc(33.33333% + ( 10px )); }
    .cols > .largest-push-4 {
      margin-right: calc(33.33333% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-5 {
      display: block;
      width: calc(41.66667% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-5 {
      margin-left: calc(41.66667% + ( 10px )); }
    .cols > .largest-push-5 {
      margin-right: calc(41.66667% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-6 {
      display: block;
      width: calc(50% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-6 {
      margin-left: calc(50% + ( 10px )); }
    .cols > .largest-push-6 {
      margin-right: calc(50% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-7 {
      display: block;
      width: calc(58.33333% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-7 {
      margin-left: calc(58.33333% + ( 10px )); }
    .cols > .largest-push-7 {
      margin-right: calc(58.33333% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-8 {
      display: block;
      width: calc(66.66667% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-8 {
      margin-left: calc(66.66667% + ( 10px )); }
    .cols > .largest-push-8 {
      margin-right: calc(66.66667% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-9 {
      display: block;
      width: calc(75% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-9 {
      margin-left: calc(75% + ( 10px )); }
    .cols > .largest-push-9 {
      margin-right: calc(75% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-10 {
      display: block;
      width: calc(83.33333% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-10 {
      margin-left: calc(83.33333% + ( 10px )); }
    .cols > .largest-push-10 {
      margin-right: calc(83.33333% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-11 {
      display: block;
      width: calc(91.66667% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-11 {
      margin-left: calc(91.66667% + ( 10px )); }
    .cols > .largest-push-11 {
      margin-right: calc(91.66667% + ( 10px )); } }
  @media screen and (min-width: 1320px) {
    .cols > .largest-12 {
      display: block;
      width: calc(100% - 20px);
      margin-bottom: 0; }
    .cols > .largest-padd-12 {
      margin-left: calc(100% + ( 10px )); }
    .cols > .largest-push-12 {
      margin-right: calc(100% + ( 10px )); } }

[class*="grid"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 80px);
  margin: -40px; }
  [class*="grid"] > * {
    display: block;
    width: calc(100% - 80px);
    height: auto;
    margin: 40px; }
  [class*="grid"].grid-2 > * {
    width: calc((100% / 2) - 80px); }
  [class*="grid"].grid-3 > * {
    width: calc((100% / 3) - 80px); }
  [class*="grid"].grid-4 > * {
    width: calc((100% / 4) - 80px); }
  [class*="grid"].grid-5 > * {
    width: calc((100% / 5) - 80px); }
  [class*="grid"].grid-6 > * {
    width: calc((100% / 6) - 80px); }
  [class*="grid"].grid-7 > * {
    width: calc((100% / 7) - 80px); }
  [class*="grid"].grid-8 > * {
    width: calc((100% / 8) - 80px); }
  [class*="grid"].grid-9 > * {
    width: calc((100% / 9) - 80px); }
  [class*="grid"].grid-10 > * {
    width: calc((100% / 10) - 80px); }
  [class*="grid"].grid-11 > * {
    width: calc((100% / 11) - 80px); }
  [class*="grid"].grid-12 > * {
    width: calc((100% / 12) - 80px); }
  @media screen and (min-width: 480px) {
    [class*="grid"].small-2 > * {
      width: calc((100% / 2) - 80px); }
    [class*="grid"].small-3 > * {
      width: calc((100% / 3) - 80px); }
    [class*="grid"].small-4 > * {
      width: calc((100% / 4) - 80px); }
    [class*="grid"].small-5 > * {
      width: calc((100% / 5) - 80px); }
    [class*="grid"].small-6 > * {
      width: calc((100% / 6) - 80px); }
    [class*="grid"].small-7 > * {
      width: calc((100% / 7) - 80px); }
    [class*="grid"].small-8 > * {
      width: calc((100% / 8) - 80px); }
    [class*="grid"].small-9 > * {
      width: calc((100% / 9) - 80px); }
    [class*="grid"].small-10 > * {
      width: calc((100% / 10) - 80px); }
    [class*="grid"].small-11 > * {
      width: calc((100% / 11) - 80px); }
    [class*="grid"].small-12 > * {
      width: calc((100% / 12) - 80px); } }
  @media screen and (min-width: 768px) {
    [class*="grid"].medium-2 > * {
      width: calc((100% / 2) - 80px); }
    [class*="grid"].medium-3 > * {
      width: calc((100% / 3) - 80px); }
    [class*="grid"].medium-4 > * {
      width: calc((100% / 4) - 80px); }
    [class*="grid"].medium-5 > * {
      width: calc((100% / 5) - 80px); }
    [class*="grid"].medium-6 > * {
      width: calc((100% / 6) - 80px); }
    [class*="grid"].medium-7 > * {
      width: calc((100% / 7) - 80px); }
    [class*="grid"].medium-8 > * {
      width: calc((100% / 8) - 80px); }
    [class*="grid"].medium-9 > * {
      width: calc((100% / 9) - 80px); }
    [class*="grid"].medium-10 > * {
      width: calc((100% / 10) - 80px); }
    [class*="grid"].medium-11 > * {
      width: calc((100% / 11) - 80px); }
    [class*="grid"].medium-12 > * {
      width: calc((100% / 12) - 80px); } }
  @media screen and (min-width: 960px) {
    [class*="grid"].large-2 > * {
      width: calc((100% / 2) - 80px); }
    [class*="grid"].large-3 > * {
      width: calc((100% / 3) - 80px); }
    [class*="grid"].large-4 > * {
      width: calc((100% / 4) - 80px); }
    [class*="grid"].large-5 > * {
      width: calc((100% / 5) - 80px); }
    [class*="grid"].large-6 > * {
      width: calc((100% / 6) - 80px); }
    [class*="grid"].large-7 > * {
      width: calc((100% / 7) - 80px); }
    [class*="grid"].large-8 > * {
      width: calc((100% / 8) - 80px); }
    [class*="grid"].large-9 > * {
      width: calc((100% / 9) - 80px); }
    [class*="grid"].large-10 > * {
      width: calc((100% / 10) - 80px); }
    [class*="grid"].large-11 > * {
      width: calc((100% / 11) - 80px); }
    [class*="grid"].large-12 > * {
      width: calc((100% / 12) - 80px); } }
  @media screen and (min-width: 1024px) {
    [class*="grid"].larger-2 > * {
      width: calc((100% / 2) - 80px); }
    [class*="grid"].larger-3 > * {
      width: calc((100% / 3) - 80px); }
    [class*="grid"].larger-4 > * {
      width: calc((100% / 4) - 80px); }
    [class*="grid"].larger-5 > * {
      width: calc((100% / 5) - 80px); }
    [class*="grid"].larger-6 > * {
      width: calc((100% / 6) - 80px); }
    [class*="grid"].larger-7 > * {
      width: calc((100% / 7) - 80px); }
    [class*="grid"].larger-8 > * {
      width: calc((100% / 8) - 80px); }
    [class*="grid"].larger-9 > * {
      width: calc((100% / 9) - 80px); }
    [class*="grid"].larger-10 > * {
      width: calc((100% / 10) - 80px); }
    [class*="grid"].larger-11 > * {
      width: calc((100% / 11) - 80px); }
    [class*="grid"].larger-12 > * {
      width: calc((100% / 12) - 80px); } }
  @media screen and (min-width: 1320px) {
    [class*="grid"].largest-2 > * {
      width: calc((100% / 2) - 80px); }
    [class*="grid"].largest-3 > * {
      width: calc((100% / 3) - 80px); }
    [class*="grid"].largest-4 > * {
      width: calc((100% / 4) - 80px); }
    [class*="grid"].largest-5 > * {
      width: calc((100% / 5) - 80px); }
    [class*="grid"].largest-6 > * {
      width: calc((100% / 6) - 80px); }
    [class*="grid"].largest-7 > * {
      width: calc((100% / 7) - 80px); }
    [class*="grid"].largest-8 > * {
      width: calc((100% / 8) - 80px); }
    [class*="grid"].largest-9 > * {
      width: calc((100% / 9) - 80px); }
    [class*="grid"].largest-10 > * {
      width: calc((100% / 10) - 80px); }
    [class*="grid"].largest-11 > * {
      width: calc((100% / 11) - 80px); }
    [class*="grid"].largest-12 > * {
      width: calc((100% / 12) - 80px); } }

/*
 * Page Layout
 * =========== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

@media screen and (min-width: 640px) {
  .slick-slider.flex .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slick-slider.flex .slick-track .slick-slide {
      height: auto; } }

.slick-slider.stretch .slick-list,
.slick-slider.stretch .slick-track {
  height: 100%; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 2rem;
  color: #A27B44; }
  .slick-dots.slick-active {
    size: 3em; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 * Modal Layout
 * =========== */
[data-modal] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(81, 81, 81, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: -9;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: z-index 150ms 0ms linear, visibility 150ms 0ms linear, opacity 150ms 0ms linear;
  -o-transition: z-index 150ms 0ms linear, visibility 150ms 0ms linear, opacity 150ms 0ms linear;
  transition: z-index 150ms 0ms linear, visibility 150ms 0ms linear, opacity 150ms 0ms linear; }
  [data-modal] > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default; }
  [data-modal] > [data-close] {
    position: absolute;
    width: 100%;
    height: 100%; }
  [data-modal] > *:not(a) {
    display: inline-block;
    -webkit-box-shadow: 0 0 32px 0 rgba(35, 31, 31, 0.5);
            box-shadow: 0 0 32px 0 rgba(35, 31, 31, 0.5);
    background-color: #FFF;
    max-width: 480px;
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    position: relative;
    margin: auto;
    display: block; }
    @media screen and (min-width: 960px) {
      [data-modal] > *:not(a) {
        width: 100%; } }
    @media all and (-ms-high-contrast: none) {
      [data-modal] > *:not(a) {
        /* IE11 */ }
        [data-modal] > *:not(a) *::-ms-backdrop, [data-modal] > *:not(a) {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  [data-modal]:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 45;
    overflow: auto; }
  [data-modal] .content {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 25px;
    padding-top: 45px; }
    @media screen and (min-width: 480px) {
      [data-modal] .content {
        padding: calc((0.02976 * (100vw - 480px)) + 25px); } }
    @media screen and (min-width: 1320px) {
      [data-modal] .content {
        padding: 50px; } }
    @media screen and (min-width: 960px) {
      [data-modal] .content {
        padding-top: 60px; } }
    [data-modal] .content p {
      margin-left: auto;
      margin-right: auto;
      padding: 0 14px; }
  [data-modal] .heading {
    margin-bottom: 5px; }
    @media screen and (min-width: 480px) {
      [data-modal] .heading {
        margin-bottom: calc((0.00595 * (100vw - 480px)) + 5px); } }
    @media screen and (min-width: 1320px) {
      [data-modal] .heading {
        margin-bottom: 10px; } }
  [data-modal] .close {
    text-indent: -99999px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 17px;
    height: 17px; }
    [data-modal] .close::before, [data-modal] .close::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #231F1F;
      display: block;
      top: 50%;
      left: 50%; }
    [data-modal] .close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    [data-modal] .close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

strong {
  font-family: "gt-walsheim-medium", sans-serif; }

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

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

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

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

.social {
  margin-top: 15px; }
  .social a {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    border: 1px solid;
    border-radius: 100%;
    margin: 0 5px;
    position: relative; }
    @media screen and (min-width: 960px) {
      .social a {
        margin: 0;
        margin-right: 5px; } }
    .social a::before {
      content: '';
      width: 43%;
      height: 43%;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-position: center;
      background-repeat: no-repeat; }
    .social a.instagram::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23555555%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2025%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M24.937,7.35C24.878,6.022%2024.663,5.109%2024.355,4.317C24.038,3.477%2023.549,2.725%2022.909,2.1C22.284,1.465%2021.527,0.972%2020.697,0.659C19.9,0.352%2018.992,0.137%2017.663,0.078C16.325,0.015%2015.9,0%2012.505,0C9.11,0%208.685,0.015%207.352,0.073C6.023,0.132%205.109,0.347%204.318,0.654C3.478,0.972%202.726,1.46%202.1,2.1C1.465,2.725%200.972,3.482%200.659,4.312C0.352,5.109%200.137,6.017%200.078,7.345C0.015,8.683%200,9.108%200,12.503C0,15.897%200.015,16.322%200.073,17.655C0.132,18.983%200.347,19.897%200.655,20.688C0.972,21.528%201.465,22.28%202.1,22.905C2.726,23.54%203.483,24.033%204.313,24.346C5.109,24.653%206.018,24.868%207.347,24.927C8.68,24.985%209.105,25%2012.5,25C15.895,25%2016.32,24.985%2017.654,24.927C18.982,24.868%2019.895,24.653%2020.687,24.346C22.367,23.696%2023.696,22.368%2024.346,20.688C24.653,19.892%2024.868,18.983%2024.927,17.655C24.985,16.322%2025,15.897%2025,12.503C25,9.108%2024.995,8.683%2024.937,7.35ZM22.685,17.557C22.631,18.778%2022.426,19.438%2022.255,19.877C21.835,20.966%2020.97,21.831%2019.881,22.251C19.441,22.422%2018.777,22.627%2017.561,22.68C16.242,22.739%2015.846,22.754%2012.51,22.754C9.174,22.754%208.773,22.739%207.459,22.68C6.238,22.627%205.578,22.422%205.139,22.251C4.597,22.05%204.103,21.733%203.703,21.318C3.287,20.912%202.97,20.424%202.77,19.882C2.599,19.442%202.394,18.778%202.34,17.562C2.281,16.244%202.267,15.848%202.267,12.512C2.267,9.177%202.281,8.776%202.34,7.462C2.394,6.242%202.599,5.582%202.77,5.143C2.97,4.6%203.287,4.107%203.708,3.707C4.113,3.292%204.601,2.974%205.144,2.774C5.583,2.603%206.248,2.398%207.464,2.344C8.783,2.286%209.178,2.271%2012.515,2.271C15.856,2.271%2016.251,2.286%2017.566,2.344C18.787,2.398%2019.446,2.603%2019.886,2.774C20.428,2.974%2020.921,3.292%2021.322,3.707C21.737,4.112%2022.055,4.6%2022.255,5.143C22.426,5.582%2022.631,6.246%2022.685,7.462C22.743,8.781%2022.758,9.177%2022.758,12.512C22.758,15.848%2022.743,16.239%2022.685,17.557ZM12.416,6.684C9.012,6.684%206.25,9.445%206.25,12.85C6.25,16.255%209.012,19.016%2012.416,19.016C15.821,19.016%2018.583,16.255%2018.583,12.85C18.583,9.445%2015.821,6.684%2012.416,6.684ZM12.416,16.85C10.208,16.85%208.416,15.059%208.416,12.85C8.416,10.641%2010.208,8.85%2012.416,8.85C14.625,8.85%2016.417,10.641%2016.417,12.85C16.417,15.059%2014.625,16.85%2012.416,16.85ZM18.827,7.879C19.622,7.879%2020.267,7.235%2020.267,6.44C20.267,5.644%2019.622,5%2018.827,5C18.032,5%2017.387,5.644%2017.387,6.44C17.387,7.235%2018.032,7.879%2018.827,7.879Z%22%20/%3E%3C/svg%3E"); }
    .social a.facebook::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23555555%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2013%2027%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M8.312,26.136L2.77,26.136L2.77,13.067L0,13.067L0,8.563L2.77,8.563L2.77,5.859C2.77,2.186%204.333,0%208.776,0L12.475,0L12.475,4.505L10.163,4.505C8.433,4.505%208.319,5.134%208.319,6.309L8.311,8.563L12.5,8.563L12.01,13.067L8.311,13.067L8.311,26.136L8.312,26.136Z%22%20/%3E%3C/svg%3E"); }
    .social a.twitter::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23555555%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2026%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M29.112,4.112C30.526,3.292%2031.584,2.001%2032.089,0.479C30.76,1.245%2029.306,1.784%2027.79,2.073C26.51,0.748%2024.72,-0.002%2022.847,0C18.475,0%2015.264,3.953%2016.251,8.059C10.808,7.794%205.736,5.301%202.297,1.202C0.502,4.201%201.419,8.037%204.392,9.965C3.317,9.932%202.266,9.651%201.327,9.143C1.252,12.184%203.501,15.029%206.756,15.663C5.759,15.925%204.713,15.963%203.698,15.774C4.585,18.448%207.127,20.28%2010.024,20.332C7.186,22.49%203.581,23.468%200,23.051C3.096,24.979%206.699,26.003%2010.378,26C22.948,26%2030.051,15.708%2029.622,6.476C30.947,5.547%2032.091,4.397%2033,3.079C31.787,3.601%2030.482,3.953%2029.112,4.112Z%22%20/%3E%3C/svg%3E"); }

.darken {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 100%); }

.transition {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }

.narrow {
  max-width: 880px;
  margin: 0 auto; }

.community-logo {
  max-height: 50px;
  min-width: 110px; }
  @media screen and (min-width: 960px) {
    .community-logo {
      min-width: calc((0.19444 * (100vw - 960px)) + 110px); } }
  @media screen and (min-width: 1320px) {
    .community-logo {
      min-width: 180px; } }

.page-content {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-content.page-grey {
    background-color: #F4F4F4; }
  .page-content.page-border {
    border-bottom: 1px solid #BDBDBD; }
  .page-content.page-center {
    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; }

.heading-hero {
  font-family: "gt-walsheim-medium", sans-serif;
  line-height: 1.15;
  font-size: 46px; }
  @media screen and (min-width: 480px) {
    .heading-hero {
      font-size: calc((0.06429 * (100vw - 480px)) + 46px); } }
  @media screen and (min-width: 1320px) {
    .heading-hero {
      font-size: 100px; } }

.heading-hero-small {
  font-family: "sabon-roman", serif;
  font-size: 37px;
  line-height: 1.15; }

.heading-small {
  font-family: "gt-walsheim-medium", sans-serif;
  font-size: 30px;
  line-height: 1.2222222222; }
  @media screen and (min-width: 960px) {
    .heading-small {
      font-size: calc((0.01667 * (100vw - 960px)) + 30px); } }
  @media screen and (min-width: 1320px) {
    .heading-small {
      font-size: 36px; } }

.heading-medium {
  font-family: "gt-walsheim-medium", sans-serif;
  font-size: 30px;
  line-height: 1.1666666667; }
  @media screen and (min-width: 960px) {
    .heading-medium {
      font-size: calc((0.05 * (100vw - 960px)) + 30px); } }
  @media screen and (min-width: 1320px) {
    .heading-medium {
      font-size: 48px; } }

.heading-hero-com-small {
  font-family: "sabon-roman", serif;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0; }
  @media screen and (min-width: 960px) {
    .heading-hero-com-small {
      font-size: calc((0.04444 * (100vw - 960px)) + 20px); } }
  @media screen and (min-width: 1320px) {
    .heading-hero-com-small {
      font-size: 36px; } }

.heading-hero-com {
  font-family: "gt-walsheim-medium", sans-serif;
  font-size: 46px;
  line-height: 1; }
  @media screen and (min-width: 960px) {
    .heading-hero-com {
      font-size: calc((0.15 * (100vw - 960px)) + 46px); } }
  @media screen and (min-width: 1320px) {
    .heading-hero-com {
      font-size: 100px; } }

.heading-sub {
  display: inline-block;
  font-family: "sabon-roman", serif;
  font-style: italic;
  font-size: 12px;
  margin-top: 1rem;
  margin-bottom: 1rem !important; }

.heading-text {
  max-width: 280px;
  text-align: center;
  margin: auto; }
  @media screen and (min-width: 480px) {
    .heading-text {
      max-width: calc((0.5 * (100vw - 480px)) + 280px); } }
  @media screen and (min-width: 1320px) {
    .heading-text {
      max-width: 700px; } }

.heading-hero-news {
  font-family: "gt-walsheim-medium", sans-serif;
  line-height: 1.15;
  max-width: 668px;
  margin: auto;
  padding: 1rem;
  font-size: 30px; }
  @media screen and (min-width: 480px) {
    .heading-hero-news {
      font-size: calc((0.02143 * (100vw - 480px)) + 30px); } }
  @media screen and (min-width: 1320px) {
    .heading-hero-news {
      font-size: 48px; } }

.margin-nav {
  display: inline-block;
  margin: .5rem auto !important; }

.page-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  -webkit-transition: background-color 250ms;
  -o-transition: background-color 250ms;
  transition: background-color 250ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  pointer-events: none; }
  @media screen and (min-width: 960px) {
    .page-nav {
      bottom: auto;
      height: auto;
      padding: 36px calc(((100% - 87.5%) / 2));
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 1509px) {
    .page-nav {
      padding: 36px calc(((100vw - 1320px) / 2)); } }
  .page-nav.invert .nav-bar {
    color: #231F1F; }
    .page-nav.invert .nav-bar .logo {
      -webkit-filter: none;
              filter: none; }
  .page-nav.invert .open .close span {
    background-color: #231F1F; }
  .page-nav.invert nav .links a {
    color: #231F1F; }
  .page-nav.invert nav .location .txt {
    color: #231F1F;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23231F1F%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%209%205%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M4.5,3.642L8.146,0.141C8.341,-0.047%208.658,-0.047%208.853,0.141C9.049,0.328%209.049,0.632%208.853,0.82L4.5,5L0.146,0.82C-0.049,0.632%20-0.049,0.328%200.146,0.141C0.341,-0.047%200.658,-0.047%200.853,0.141L4.5,3.642Z%22%20/%3E%3C/svg%3E"); }
  .page-nav.invert nav .location svg {
    fill: #231F1F; }
  .page-nav.fixed {
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
    .page-nav.fixed .logo {
      -webkit-filter: none;
              filter: none; }
    .page-nav.fixed.scroll-up, .page-nav.fixed.scroll-down {
      -webkit-transition: padding-top 250ms, padding-bottom 250ms, -webkit-transform 250ms;
      transition: padding-top 250ms, padding-bottom 250ms, -webkit-transform 250ms;
      -o-transition: transform 250ms, padding-top 250ms, padding-bottom 250ms;
      transition: transform 250ms, padding-top 250ms, padding-bottom 250ms;
      transition: transform 250ms, padding-top 250ms, padding-bottom 250ms, -webkit-transform 250ms; }
    .page-nav.fixed.scroll-up {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.07); }
    .page-nav.fixed.scroll-down {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .page-nav.fixed nav .links a,
    .page-nav.fixed nav .location .txt,
    .page-nav.fixed .logo-text {
      color: #231F1F; }
  .page-nav .nav-bar {
    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;
    padding: 22px calc(((100% - 87.5%) / 2));
    pointer-events: auto;
    color: #FFFFFF;
    -webkit-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms; }
    @media screen and (min-width: 960px) {
      .page-nav .nav-bar {
        padding: 0; } }
  .page-nav .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    padding: 3px 0;
    padding-right: 8px;
    border-right: 1px solid;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    width: 108px; }
    @media screen and (min-width: 960px) {
      .page-nav .logo {
        width: calc((0.2 * (100vw - 960px)) + 108px); } }
    @media screen and (min-width: 1320px) {
      .page-nav .logo {
        width: 180px; } }
    @media screen and (min-width: 960px) {
      .page-nav .logo {
        margin-right: 15px;
        padding: 8px 0;
        padding-right: 15px; } }
    .page-nav .logo.page {
      margin: 0;
      padding: 0;
      border-right: 0;
      width: 46px; }
      @media screen and (min-width: 960px) {
        .page-nav .logo.page {
          width: calc((0.08611 * (100vw - 960px)) + 46px); } }
      @media screen and (min-width: 1320px) {
        .page-nav .logo.page {
          width: 77px; } }
    .page-nav .logo.home svg path {
      fill: #FFFFFF !important; }
  .page-nav.scroll-up .logo.home svg path {
    fill: #231F1F !important; }
  .page-nav .logo-text {
    margin: 0;
    font-family: "gt-walsheim-medium", sans-serif;
    font-size: 20px; }
    @media screen and (min-width: 960px) {
      .page-nav .logo-text {
        font-size: calc((0.04444 * (100vw - 960px)) + 20px); } }
    @media screen and (min-width: 1320px) {
      .page-nav .logo-text {
        font-size: 36px; } }
  .page-nav .open {
    position: relative;
    display: block;
    width: 33px;
    height: 20px;
    margin-left: auto; }
    @media screen and (min-width: 960px) {
      .page-nav .open {
        display: none; } }
    .page-nav .open .close {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer; }
      @media screen and (min-width: 960px) {
        .page-nav .open .close {
          display: none; } }
      .page-nav .open .close span {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        z-index: 1; }
        .page-nav .open .close span:nth-child(1) {
          top: 0; }
        .page-nav .open .close span:nth-child(2) {
          top: 50%; }
        .page-nav .open .close span:nth-child(3) {
          bottom: 0; }
  .page-nav nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    width: 100%;
    border-top: 1px solid #828282;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 960px) {
      .page-nav nav {
        text-align: left;
        opacity: 1;
        pointer-events: auto;
        border: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .page-nav nav a {
      display: block; }
      @media screen and (min-width: 960px) {
        .page-nav nav a {
          display: inline-block; } }
    .page-nav nav .links {
      margin: auto 0; }
      .page-nav nav .links a {
        position: relative;
        margin: 40px 0; }
        @media screen and (min-width: 960px) {
          .page-nav nav .links a {
            color: #FFFFFF;
            margin: 0;
            margin-right: 25px; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .page-nav nav .links a {
      margin-right: calc((0.01389 * (100vw - 960px)) + 25px); } }
  @media screen and (min-width: 960px) and (min-width: 1320px) {
    .page-nav nav .links a {
      margin-right: 30px; } }
        .page-nav nav .links a::before {
          width: 0;
          height: 3px;
          background-color: #FFFFFF;
          position: absolute;
          top: -20px;
          right: 0;
          -webkit-transition: width 500ms;
          -o-transition: width 500ms;
          transition: width 500ms; }
          @media screen and (min-width: 960px) {
            .page-nav nav .links a::before {
              content: ''; } }
        .page-nav nav .links a:hover::before {
          width: 100%;
          right: auto;
          left: 0; }
        @media screen and (min-width: 960px) {
          .page-nav nav .links a.mobile {
            display: none; } }
        .page-nav nav .links a.active-page {
          position: relative; }
          .page-nav nav .links a.active-page::before {
            width: 100%; }
    .page-nav nav .contact {
      border: 1px solid #828282;
      border-left: 0;
      border-right: 0;
      padding: 35px 0; }
      @media screen and (min-width: 960px) {
        .page-nav nav .contact {
          display: none; } }
      .page-nav nav .contact h6 {
        font-family: "gt-walsheim-bold", sans-serif;
        color: #231F1F;
        margin: 0;
        margin-bottom: 5px; }
      .page-nav nav .contact a {
        text-decoration: underline; }
    .page-nav nav .location {
      position: relative;
      padding: 20px 0; }
      @media screen and (min-width: 960px) {
        .page-nav nav .location {
          padding: 0;
          margin: auto 0; } }
      .page-nav nav .location .txt {
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 9px 5px;
        display: inline-block;
        padding-right: 15px;
        color: #231F1F;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23231F1F%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%209%205%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M4.5,3.642L8.146,0.141C8.341,-0.047%208.658,-0.047%208.853,0.141C9.049,0.328%209.049,0.632%208.853,0.82L4.5,5L0.146,0.82C-0.049,0.632%20-0.049,0.328%200.146,0.141C0.341,-0.047%200.658,-0.047%200.853,0.141L4.5,3.642Z%22%20/%3E%3C/svg%3E"); }
        @media screen and (min-width: 960px) {
          .page-nav nav .location .txt {
            color: #FFFFFF;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%209%205%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M4.5,3.642L8.146,0.141C8.341,-0.047%208.658,-0.047%208.853,0.141C9.049,0.328%209.049,0.632%208.853,0.82L4.5,5L0.146,0.82C-0.049,0.632%20-0.049,0.328%200.146,0.141C0.341,-0.047%200.658,-0.047%200.853,0.141L4.5,3.642Z%22%20/%3E%3C/svg%3E"); } }
      .page-nav nav .location svg {
        width: 12px;
        margin-right: 3px;
        margin-top: -4px;
        fill: #FFFFFF; }
      .page-nav nav .location .mobile-dropdown {
        position: absolute;
        left: 0;
        width: 100%;
        opacity: 0; }
        @media screen and (min-width: 960px) {
          .page-nav nav .location .mobile-dropdown {
            display: none; } }
      .page-nav nav .location .dropdown {
        display: none;
        position: absolute;
        top: calc(100% + 20px);
        right: 0;
        border-radius: 5px;
        -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
                box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
        min-width: 200px;
        padding: 20px;
        background-color: #FFFFFF; }
        .page-nav nav .location .dropdown p {
          margin: 0;
          font-family: "gt-walsheim-medium", sans-serif !important; }
        .page-nav nav .location .dropdown a {
          display: block;
          font-size: 15px; }
        .page-nav nav .location .dropdown ul {
          margin: 0;
          margin-left: 15px; }
        .page-nav nav .location .dropdown li {
          margin: 0; }
        .page-nav nav .location .dropdown > li:not(:last-child) {
          margin-bottom: 10px; }
        .page-nav nav .location .dropdown > li > p,
        .page-nav nav .location .dropdown > li > a {
          font-family: "gt-walsheim-bold", sans-serif;
          color: #231F1F; }
      .page-nav nav .location:hover .txt::after {
        content: '';
        display: block;
        width: calc(100% + 15px);
        height: 20px;
        position: absolute;
        top: 100%;
        right: 0; }
      @media screen and (min-width: 960px) {
        .page-nav nav .location:hover .dropdown {
          display: block; } }
  #toggle-menu:checked ~ .page-nav {
    background-color: #F4F4F4;
    position: fixed;
    pointer-events: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 960px) {
      #toggle-menu:checked ~ .page-nav {
        background-color: transparent;
        overflow: initial; } }
    #toggle-menu:checked ~ .page-nav .nav-bar {
      color: #231F1F; }
    #toggle-menu:checked ~ .page-nav .open span {
      background-color: #231F1F; }
      #toggle-menu:checked ~ .page-nav .open span:nth-child(1) {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
                transform: translate3d(0, 10px, 0) rotate(45deg); }
      #toggle-menu:checked ~ .page-nav .open span:nth-child(2) {
        opacity: 0; }
      #toggle-menu:checked ~ .page-nav .open span:nth-child(3) {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
                transform: translate3d(0, -10px, 0) rotate(-45deg); }
    #toggle-menu:checked ~ .page-nav nav {
      opacity: 1;
      pointer-events: auto; }

.page-hero {
  background-color: #F4F4F4;
  color: #FFFFFF;
  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;
  text-align: center;
  min-height: 628px; }
  .page-hero, .page-hero .container {
    position: relative; }
  .page-hero .hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .page-hero .hero-slider::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(35, 31, 31, 0.5); }
    .page-hero .hero-slider img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .page-hero p {
    margin: 0 auto;
    max-width: 390px; }

.community-hero {
  background-color: #F4F4F4;
  color: #FFFFFF;
  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;
  text-align: center;
  min-height: 430px;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .community-hero {
      min-height: 460px;
      margin-top: 90px; } }
  .community-hero .hero-post {
    max-width: 700px; }
    .community-hero .hero-post p {
      font-family: "sabon-roman", serif;
      max-width: 420px;
      margin-bottom: 5px; }
    .community-hero .hero-post .bar {
      width: 54px;
      height: 4px;
      margin-bottom: 10px; }
    .community-hero .hero-post .btn {
      min-width: 200px; }
    .community-hero .hero-post .post-meta {
      font-family: "sabon-italic", serif;
      font-size: 12px;
      margin: 0;
      margin-bottom: 10px; }

.title {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.news-hero {
  background-color: #F4F4F4;
  color: #FFFFFF;
  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;
  text-align: center;
  min-height: 190px;
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .news-hero {
      min-height: 360px;
      margin-top: 90px; } }

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.faq_embed {
  margin: auto;
  max-width: 1120px; }

.inner {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .inner {
      width: 85.5%; } }

.community-filter {
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (min-width: 960px) {
    .community-filter {
      margin-bottom: 55px; } }
  .community-filter .heading-small {
    font-size: 26px; }
    @media screen and (min-width: 960px) {
      .community-filter .heading-small {
        font-size: calc((0.02778 * (100vw - 960px)) + 26px); } }
    @media screen and (min-width: 1320px) {
      .community-filter .heading-small {
        font-size: 36px; } }
  .community-filter select {
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-bottom: 1px solid #FF6633;
    min-width: 200px;
    padding: 2px 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23231F1F%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%209%205%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M4.5,3.642L8.146,0.141C8.341,-0.047%208.658,-0.047%208.853,0.141C9.049,0.328%209.049,0.632%208.853,0.82L4.5,5L0.146,0.82C-0.049,0.632%20-0.049,0.328%200.146,0.141C0.341,-0.047%200.658,-0.047%200.853,0.141L4.5,3.642Z%22%20/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 9px 5px; }
  .community-filter[data-city] ~ .communities > * {
    display: none; }
  .community-filter[data-city="1"] ~ .communities [data-city="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="2"] ~ .communities [data-city="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="3"] ~ .communities [data-city="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="4"] ~ .communities [data-city="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="5"] ~ .communities [data-city="5"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="6"] ~ .communities [data-city="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="7"] ~ .communities [data-city="7"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="8"] ~ .communities [data-city="8"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="9"] ~ .communities [data-city="9"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="10"] ~ .communities [data-city="10"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="11"] ~ .communities [data-city="11"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="12"] ~ .communities [data-city="12"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="13"] ~ .communities [data-city="13"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="14"] ~ .communities [data-city="14"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="15"] ~ .communities [data-city="15"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="16"] ~ .communities [data-city="16"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="17"] ~ .communities [data-city="17"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="18"] ~ .communities [data-city="18"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="19"] ~ .communities [data-city="19"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .community-filter[data-city="20"] ~ .communities [data-city="20"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.communities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px; }
  .communities .community {
    width: calc(100% - 24px);
    margin: 12px;
    padding: 15px;
    padding-top: 35px;
    background-color: #F4F4F4;
    color: #FFFFFF;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 640px) {
      .communities .community {
        width: calc(50% - 24px); } }
    @media screen and (min-width: 960px) {
      .communities .community {
        width: calc(33.33% - 24px);
        padding: 30px;
        padding-top: 65px;
        min-height: 260px; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .communities .community {
      min-height: calc((0.22222 * (100vw - 960px)) + 260px); } }
  @media screen and (min-width: 960px) and (min-width: 1320px) {
    .communities .community {
      min-height: 340px; } }
    .communities .community.margin {
      margin: 20px auto;
      width: 100%; }
      @media screen and (min-width: 640px) {
        .communities .community.margin {
          margin: 66px auto;
          width: 48%;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      .communities .community.margin:first-child {
        margin-bottom: 0; }
        @media screen and (min-width: 640px) {
          .communities .community.margin:first-child {
            margin-bottom: 66px;
            margin-left: 0; } }
      @media screen and (min-width: 640px) {
        .communities .community.margin:last-child {
          margin-bottom: 66px;
          margin-right: 0; } }
    .communities .community:hover .img img {
      -webkit-transform: scale(1.04);
          -ms-transform: scale(1.04);
              transform: scale(1.04); }
    .communities .community:hover .arrow {
      color: #FFFFFF;
      background-color: #FF6633; }
  .communities .txt, .communities .arrow {
    position: relative; }
  .communities .txt {
    margin: auto 0;
    position: relative; }
  .communities p {
    font-family: "sabon-roman", serif;
    line-height: 1.1875;
    margin: 0; }
    .communities p.community-txt {
      display: inline-block;
      font-family: "gt-walsheim-regular", sans-serif;
      width: 75%; }
      @media screen and (min-width: 640px) {
        .communities p.community-txt {
          width: 100%;
          margin: auto; } }
  .communities .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .communities .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 250ms;
      transition: -webkit-transform 250ms;
      -o-transition: transform 250ms;
      transition: transform 250ms;
      transition: transform 250ms, -webkit-transform 250ms; }
    .communities .img::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(35, 31, 31, 0.7); }

.arrow {
  width: 47px;
  height: 47px;
  display: inline-block;
  border: 1px solid #FF6633;
  border-radius: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .arrow-dark {
    width: 47px;
    height: 47px;
    display: inline-block;
    border: 1px solid #FF6633;
    border-radius: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23231F1F%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 9px;
    margin-left: 10px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .arrow.community_border {
    margin-top: 24px; }
  .arrow.anim {
    margin-top: 24px;
    border: 0; }
  .arrow svg .circle-1 {
    stroke-width: 1;
    stroke: #AA8066;
    fill: none;
    -webkit-transition: stroke-dasharray 500ms;
    -o-transition: stroke-dasharray 500ms;
    transition: stroke-dasharray 500ms; }
  .arrow svg .circle-2 {
    stroke-width: 2;
    stroke-dasharray: 0, 100;
    stroke: #AA8066;
    fill: none;
    -webkit-transition: stroke-dasharray 500ms;
    -o-transition: stroke-dasharray 500ms;
    transition: stroke-dasharray 500ms; }

.news-banner {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
  width: 100%;
  background: url("hero-1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  min-height: 303px; }
  @media screen and (min-width: 960px) {
    .news-banner {
      min-height: calc((1.325 * (100vw - 960px)) + 303px); } }
  @media screen and (min-width: 1320px) {
    .news-banner {
      min-height: 780px; } }

.page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80vh; }

.max-350 {
  max-width: 350px; }

.hero-padding {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .hero-padding {
      padding-bottom: 0px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .hero-padding {
      padding-bottom: calc((0.22283 * (100vw - 768px)) + 0px); } }
  @media screen and (min-width: 768px) and (min-width: 1320px) {
    .hero-padding {
      padding-bottom: 123px; } }

.serif {
  font-family: "sabon-roman", serif; }
  .serif li {
    margin-bottom: 6px;
    margin-left: 1.5rem; }
    .serif li::before {
      content: "\2022";
      color: #231F1F;
      margin-left: -1.5rem;
      margin-right: 15px;
      max-width: 2px;
      max-height: 2px; }
  .serif .btn {
    font-family: "gt-walsheim-medium", sans-serif; }

.secondary-list li {
  margin-bottom: 8px; }

.grey-bg {
  background: #F4F4F4;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .grey-bg {
      margin-bottom: 44px;
      padding-bottom: 80px; } }
  .grey-bg.v2 {
    background: #FFFFFF;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .grey-bg.v2 {
        background: #F4F4F4; } }
  .grey-bg-no-margin {
    background: #F4F4F4;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .grey-bg-no-margin {
        padding-bottom: 80px; } }

.grey-to-white {
  background: #F4F4F4;
  margin-top: 0px; }
  @media screen and (min-width: 768px) {
    .grey-to-white {
      margin-top: calc((-0.36232 * (100vw - 768px)) + 0px); } }
  @media screen and (min-width: 1320px) {
    .grey-to-white {
      margin-top: -200px; } }
  @media screen and (min-width: 768px) {
    .grey-to-white {
      background: #FFFFFF; } }
  .grey-to-white.v2 {
    background: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .grey-to-white.approvals {
      padding-bottom: 55px; } }

.less {
  padding-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .less {
      padding-bottom: calc((0.03623 * (100vw - 768px)) + 0px); } }
  @media screen and (min-width: 1320px) {
    .less {
      padding-bottom: 20px; } }

.pad-smaller {
  padding: 28px 0; }

.tree-map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.tree-map {
  width: 100%;
  height: 528px;
  margin: 40px auto 0px auto; }
  @media screen and (min-width: 768px) {
    .tree-map {
      width: 85.5%;
      height: 673px; } }

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .align-center {
      max-width: 733px; } }

.questions-container {
  padding: 40px 22px;
  margin: 0 auto;
  background: #F4F4F4;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .questions-container {
      margin: 36px auto 50px; } }
  .questions-container .questions {
    text-align: center;
    color: #FFFFFF;
    margin: 0; }
    .questions-container .questions strong {
      text-decoration: underline; }
  .questions-container.v2 {
    max-width: 1100px; }
  .questions-container.inner {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .questions-container.inner {
        width: 85.5%; } }
  @media screen and (min-width: 768px) {
    .questions-container.resources {
      margin: 36px auto 85px; } }

@media screen and (min-width: 768px) {
  .hide-me-dt {
    display: none; } }

.hide-me-mb {
  display: none; }
  @media screen and (min-width: 768px) {
    .hide-me-mb {
      display: block; } }
  .hide-me-mb-v2 {
    display: none; }
    @media screen and (min-width: 960px) {
      .hide-me-mb-v2 {
        display: block; } }

.flex-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 1100px) {
    .flex-image {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 20px 90px; } }
  .flex-image .align-center {
    -ms-flex-item-align: center;
        align-self: center; }

.tree-img {
  margin: 0 auto; }
  @media screen and (min-width: 1100px) {
    .tree-img {
      width: 100%;
      height: 100%;
      margin-right: 7%;
      min-width: 290px; } }
  @media screen and (min-width: 1100px) and (min-width: 960px) {
    .tree-img {
      min-width: calc((0.73889 * (100vw - 960px)) + 290px); } }
  @media screen and (min-width: 1100px) and (min-width: 1320px) {
    .tree-img {
      min-width: 556px; } }

.patio {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5))), url("alpinepark-patio.png") no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5)), url("alpinepark-patio.png") no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5)), url("alpinepark-patio.png") no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 303px; }
  @media screen and (min-width: 960px) {
    .patio {
      min-height: calc((1.325 * (100vw - 960px)) + 303px); } }
  @media screen and (min-width: 1320px) {
    .patio {
      min-height: 780px; } }

.news {
  text-align: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  min-height: 303px;
  padding-bottom: 20px; }
  @media screen and (min-width: 960px) {
    .news {
      min-height: calc((1.325 * (100vw - 960px)) + 303px); } }
  @media screen and (min-width: 1320px) {
    .news {
      min-height: 780px; } }
  @media screen and (min-width: 960px) {
    .news {
      padding-bottom: calc((0.16667 * (100vw - 960px)) + 20px); } }
  @media screen and (min-width: 1320px) {
    .news {
      padding-bottom: 80px; } }

.form-padding {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .form-padding {
      padding-left: 1em;
      padding-right: 1em; } }

.form {
  margin: auto;
  max-width: 1100px; }
  @media screen and (max-width: 639px) {
    .form {
      padding-top: 0; } }
  .form .flex-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .form .small {
    width: 100%;
    margin: 1em 0; }
    @media screen and (min-width: 640px) {
      .form .small {
        width: 40%;
        margin: 0 1em 38px; } }
    .form .small.submit {
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        .form .small.submit {
          width: 40%;
          margin: 0 1em 10px; } }
      @media screen and (min-width: 960px) {
        .form .small.submit {
          margin-right: 0; } }
  .form .large {
    width: 100%;
    margin: 1em 0 5px; }
    @media screen and (min-width: 640px) {
      .form .large {
        width: 82.75%; } }
  .form label {
    display: block;
    font-family: "sabon-roman", serif;
    font-style: italic;
    color: #555555;
    margin-bottom: 13px; }
  .form ::-webkit-input-placeholder {
    font-size: 16px;
    color: #231F1F; }
  .form ::-moz-placeholder {
    font-size: 16px;
    color: #231F1F; }
  .form :-ms-input-placeholder {
    font-size: 16px;
    color: #231F1F; }
  .form ::-ms-input-placeholder {
    font-size: 16px;
    color: #231F1F; }
  .form ::placeholder {
    font-size: 16px;
    color: #231F1F; }
  .form input {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    padding-bottom: 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0; }
  .form .comment {
    display: block;
    width: 100%;
    padding: 10px 10px 18px 10px; }
    .form .comment.label {
      display: block;
      margin-top: 50px; }
  .form .check {
    margin-right: 1em; }
  .form .agree {
    display: block;
    font-family: "sabon-roman", serif;
    font-style: italic;
    color: #555555; }
  .form .submit {
    width: 100%;
    padding: 1em;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    margin: 1em 0 10px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    @media screen and (min-width: 768px) {
      .form .submit {
        width: 30%; } }
    @media screen and (min-width: 768px) {
      .form .submit.small {
        max-width: 200px; } }
  .form .form-size-full {
    width: 83%; }

.subject {
  display: block;
  border: 1px solid #FFFFFF;
  width: 100%;
  padding-bottom: 3px; }

.checkbox p::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #221f1f;
          box-shadow: 0 0 0 1px #221f1f;
  margin-top: 1px;
  margin-right: 1em; }

.checkbox span {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0; }

.checkbox input {
  display: none; }
  .checkbox input:checked ~ p::before {
    background-color: #231F1F; }

.post-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: 0 20px; }
  @media screen and (min-width: 960px) {
    .post-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; } }
  .post-header .heading-medium {
    margin-bottom: 35px; }
    @media screen and (min-width: 960px) {
      .post-header .heading-medium {
        margin: 0; } }
  .post-header .filter input {
    display: none; }
    .post-header .filter input:checked ~ span {
      color: #231F1F;
      border-color: #A27B44; }
  .post-header .filter span {
    font-family: "gt-walsheim-medium", sans-serif;
    color: #BDBDBD;
    border-bottom: 2px solid transparent;
    padding-bottom: 8px;
    margin: 0 10px;
    cursor: pointer; }
    @media screen and (min-width: 960px) {
      .post-header .filter span {
        margin: 0;
        margin-left: 25px; } }

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
  margin-top: -24px; }
  .post-list.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .post-list > * {
    background-color: #FFFFFF;
    width: calc(100% - 24px);
    margin: 12px; }
    @media screen and (min-width: 640px) {
      .post-list > * {
        width: calc(50% - 24px); } }
    @media screen and (min-width: 1024px) {
      .post-list > * {
        width: calc(33.33% - 24px); } }
    @media screen and (min-width: 960px) {
      .post-list > *:hover .details a .arrow {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E"); } }
  .post-list .img {
    background-color: #ccc;
    position: relative;
    display: block;
    overflow: hidden; }
    .post-list .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      left: 0;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      overflow: hidden; }
      .post-list .img img:hover {
        -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
                transform: scale(1.04); }
    .post-list .img::after {
      content: '';
      display: block;
      padding-top: 52.42%; }
      @media screen and (min-width: 640px) {
        .post-list .img::after {
          padding-top: 66.99%; } }
  .post-list .details {
    text-align: left;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .post-list .details {
        padding: 25px 30px 34px; } }
    .post-list .details .title-alt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      @media screen and (min-width: 960px) {
        .post-list .details .title-alt {
          margin-bottom: 15px; } }
      .post-list .details .title-alt .txt {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .post-list .details .title-alt h4 {
        font-size: 18px;
        margin-bottom: 4px; }
        @media screen and (min-width: 480px) {
          .post-list .details .title-alt h4 {
            font-size: calc((0.00714 * (100vw - 480px)) + 18px); } }
        @media screen and (min-width: 1320px) {
          .post-list .details .title-alt h4 {
            font-size: 24px; } }
      .post-list .details .title-alt p {
        font-family: "sabon-italic", serif;
        font-size: 15px;
        color: #828282; }
      .post-list .details .title-alt .arrow {
        width: 47px;
        height: 47px;
        display: inline-block;
        border: 1px solid #A27B44;
        border-radius: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23231F1F%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px 9px;
        margin: 0;
        margin-left: 10px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
    .post-list .details > p {
      font-family: "sabon-roman", serif; }
  .post-list:empty ~ .posts-empty {
    display: block; }

.posts-empty {
  text-align: center;
  display: none; }

.pagination {
  text-align: center; }
  .pagination a {
    font-family: "gt-walsheim-medium", sans-serif;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin: 0 6px;
    padding: 0 3px; }
    .pagination a.active:not(.next):not(.prev) {
      border-color: #A27B44;
      pointer-events: none; }
    .pagination a.prev, .pagination a.next {
      width: 12px;
      height: 9px;
      margin: 0;
      padding: 0;
      background-repeat: no-repeat;
      display: none;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23231F1F%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E"); }
      .pagination a.prev.active, .pagination a.next.active {
        display: inline-block; }
    .pagination a.prev {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.post-meta {
  font-family: "sabon-italic", serif;
  margin-bottom: 20px;
  text-transform: capitalize; }
  @media screen and (min-width: 768px) {
    .post-meta {
      margin-bottom: 40px; } }
  .post-meta .social {
    margin-bottom: 20px; }

.post-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "gt-walsheim-medium", sans-serif;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .post-back {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .post-back .arrow {
    content: '';
    width: 47px;
    height: 47px;
    display: inline-block;
    border: 1px solid;
    border-radius: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23231F1F%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 9px;
    margin: 0;
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }

.wysiwyg {
  font-family: "sabon-roman", serif; }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-family: "gt-walsheim-medium", sans-serif;
    font-size: 24px;
    line-height: 1.25; }
  .wysiwyg ul li {
    margin-left: 1.5rem; }
    .wysiwyg ul li::before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      margin-bottom: 2px;
      margin-right: 1rem;
      margin-left: -1.25rem;
      background-color: #000; }
  .wysiwyg ol {
    list-style: none;
    counter-reset: wysiwyg-counter; }
    .wysiwyg ol li {
      margin-left: 1.5rem;
      counter-increment: wysiwyg-counter; }
      .wysiwyg ol li::before {
        content: counter(wysiwyg-counter) ".";
        color: #231F1F;
        margin-right: 0.75rem;
        margin-left: -1.5rem; }

.news-location {
  display: inline-block;
  text-transform: capitalize;
  margin-top: 1rem; }

.event-news-details {
  text-transform: capitalize;
  margin: 0; }

.showcase {
  margin-bottom: 1.1rem; }

.gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gallery-container figure {
    max-width: 800px;
    margin: 1.1rem 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .gallery-container figure {
        width: 48%;
        margin: 1.1rem; } }
    @media screen and (min-width: 768px) {
      .gallery-container figure:nth-child(odd) {
        margin: 1.1rem 1.1rem 1.1rem 0; }
      .gallery-container figure:nth-child(even) {
        margin: 1.1rem 0 1.1rem 1.1rem; } }
    .gallery-container figure img {
      height: 250px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.big {
  margin: 1em; }

.directions {
  display: inline-block;
  font-size: 18px;
  font-family: "gt-walsheim-regular", sans-serif; }

.margin.community {
  padding-bottom: 45px; }
  @media screen and (min-width: 640px) {
    .margin.community {
      margin: 65px auto;
      width: 48%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media screen and (min-width: 640px) and (min-width: 640px) {
    .margin.community {
      padding-top: calc((0.07353 * (100vw - 640px)) + 90px); } }
  @media screen and (min-width: 640px) and (min-width: 1320px) {
    .margin.community {
      padding-top: 140px; } }
  @media screen and (min-width: 640px) and (min-width: 640px) {
    .margin.community {
      padding-bottom: calc((0.07353 * (100vw - 640px)) + 90px); } }
  @media screen and (min-width: 640px) and (min-width: 1320px) {
    .margin.community {
      padding-bottom: 140px; } }

.margin-tree {
  display: inline-block;
  margin: 1rem auto !important; }

.community-padding {
  display: inline-block;
  padding-bottom: 30px;
  max-width: 88%; }

.community-banner {
  max-width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media screen and (min-width: 768px) {
    .community-banner {
      max-height: 740px; } }

.bg-black {
  background: #231F1F;
  color: #FFFFFF; }

.bg-white {
  background: #FFFFFF;
  color: #231F1F; }

.bg-grey {
  background: #F4F4F4;
  color: #231F1F; }

.center {
  text-align: center; }

.contain {
  width: 680px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .contain {
      width: 240px; }
      .contain.less {
        width: 100%;
        padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .contain.v2 {
      width: 100%; } }
  .contain.v3 {
    max-width: 225px; }
    @media screen and (min-width: 768px) {
      .contain.v3 {
        max-width: 100%; } }

.vertical {
  width: 2px;
  position: absolute;
  z-index: 1;
  top: -55px;
  right: 50%;
  height: 114px; }
  @media screen and (min-width: 480px) {
    .vertical {
      height: calc((0.13095 * (100vw - 480px)) + 114px); } }
  @media screen and (min-width: 1320px) {
    .vertical {
      height: 224px; } }
  .vertical span {
    position: absolute;
    width: 100%;
    height: 0;
    -webkit-animation-name: animHeight;
            animation-name: animHeight;
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.slider {
  max-width: 1140px;
  margin: 0 auto; }

.slide-text {
  padding-left: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .slide-text {
      width: 55%;
      padding-left: 6%; } }
  @media screen and (max-width: 954px) {
    .slide-text .btn {
      padding: 16px 32px;
      text-align: center; } }

.btn-gap {
  gap: 1.5rem; }

.btn {
  display: inline-block;
  pointer-events: all;
  padding: 13px;
  border-radius: 100px;
  border: 1px solid;
  width: auto;
  min-width: 260px;
  text-align: center;
  text-decoration: none;
  margin: 15px auto;
  background-color: transparent;
  font-family: "gt-walsheim-medium", sans-serif;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  @media screen and (max-width: 767px) {
    .btn {
      width: 100%;
      padding: 16px 32px;
      text-align: center; } }
  .btn.community {
    margin: 0;
    min-width: 200px; }
  .btn.space {
    margin-top: 22px;
    margin-bottom: 30px; }
  .btn.left {
    width: 100%;
    margin: 44px auto;
    padding: 16px 0; }
    @media screen and (min-width: 768px) {
      .btn.left {
        margin-left: 0; } }
    .btn.left.max-350 {
      margin: 44px auto;
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (min-width: 1100px) {
        .btn.left.max-350 {
          margin-left: 0; } }
  .btn.max-200 {
    min-width: 200px; }
  .btn.back {
    color: #FFFFFF;
    border: 1px solid #FF6633;
    background-color: #FF6633; }

@media screen and (max-width: 767px) {
  .stack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.border {
  width: 54px;
  height: 4px;
  margin: 30px 0 14px 0;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto; }
  .flex.side {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .flex.side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 auto;
        padding-bottom: 116px; } }
  .flex.community {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 960px) {
      .flex.community {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .flex.v2 {
    -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; }
    @media screen and (min-width: 768px) {
      .flex.v2 {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .flex.v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto; }

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

.gradient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FFFFFF), color-stop(30%, #231F1F));
  background: -o-linear-gradient(#FFFFFF 30%, #231F1F 30%);
  background: linear-gradient(#FFFFFF 30%, #231F1F 30%);
  margin-top: 0px;
  padding-top: 0px; }
  .gradient-inverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #231F1F), color-stop(50%, #FFFFFF));
    background: -o-linear-gradient(#231F1F 50%, #FFFFFF 50%);
    background: linear-gradient(#231F1F 50%, #FFFFFF 50%);
    margin-top: 0px;
    padding: 0px; }

.image-padding {
  max-width: 88%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.image-scale {
  display: block;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1440px) {
    .image-scale {
      width: 550px; } }
  @media screen and (min-width: 768px) {
    .image-scale {
      width: 47%; } }

.tree {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35))), url("tree.png") no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.35)), url("tree.png") no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.35)), url("tree.png") no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 303px; }
  @media screen and (min-width: 960px) {
    .tree {
      min-height: calc((0.45 * (100vw - 960px)) + 303px); } }
  @media screen and (min-width: 1320px) {
    .tree {
      min-height: 465px; } }
  .tree.v2 {
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5))), url("tree2.jpg") no-repeat;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5)), url("tree2.jpg") no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.5)), url("tree2.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 303px; }
    @media screen and (min-width: 960px) {
      .tree.v2 {
        min-height: calc((1.325 * (100vw - 960px)) + 303px); } }
    @media screen and (min-width: 1320px) {
      .tree.v2 {
        min-height: 780px; } }

.accordion-group {
  max-width: 1096px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .accordion-group {
      max-width: 640px; } }
  @media screen and (min-width: 768px) and (min-width: 960px) {
    .accordion-group {
      max-width: calc((1.26667 * (100vw - 960px)) + 640px); } }
  @media screen and (min-width: 768px) and (min-width: 1320px) {
    .accordion-group {
      max-width: 1096px; } }
  .accordion-group .accordion {
    border-bottom: 1px solid #BDBDBD; }
  .accordion-group .title {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-family: "gt-walsheim-medium", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #231F1F;
    line-height: 1.2777777778;
    padding: 20px 0;
    padding-right: 60px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .accordion-group .title {
        font-size: 18px; } }
    .accordion-group .title .resource-arrow {
      content: '';
      width: 10px;
      height: 10px;
      border: 2px solid #A27B44;
      border-top: 0;
      border-left: 0;
      position: absolute;
      top: 20px;
      right: 20px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: -webkit-transform 250ms;
      transition: -webkit-transform 250ms;
      -o-transition: transform 250ms;
      transition: transform 250ms;
      transition: transform 250ms, -webkit-transform 250ms; }
  .accordion-group .active .title::after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg); }
  .accordion-group .content {
    position: relative;
    visibility: visible;
    max-height: 0;
    -webkit-transition: max-height 250ms;
    -o-transition: max-height 250ms;
    transition: max-height 250ms;
    overflow: hidden;
    font-family: "sabon-roman", serif; }
    .accordion-group .content-resources {
      line-height: .7; }
    .accordion-group .content::before, .accordion-group .content::after {
      content: '';
      width: 100%;
      display: block; }
    .accordion-group .content::before {
      height: 10px; }
    .accordion-group .content::after {
      height: 40px; }
    .accordion-group .content .wrapper {
      border-left: 1px solid;
      padding-left: 40px; }
      .accordion-group .content .wrapper > * {
        color: #231F1F;
        margin-bottom: 10px; }
    .accordion-group .content .btn-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -5px;
      margin-top: 20px;
      width: 55%; }
      .accordion-group .content .btn-group > * {
        width: calc(100% - 10px);
        margin: 5px; }
        @media screen and (min-width: 960px) {
          .accordion-group .content .btn-group > * {
            width: calc(50% - 10px); } }
    .accordion-group .content a:not(.btn) {
      text-decoration: underline; }
  .accordion-group.mobile-nav {
    margin: 1rem auto;
    font-weight: 700;
    display: block; }
    @media screen and (min-width: 960px) {
      .accordion-group.mobile-nav {
        display: none; } }
    .accordion-group.mobile-nav .location.accordion {
      padding: 0;
      border: 0; }
      .accordion-group.mobile-nav .location.accordion .mobile-menu {
        font-family: 'gt-walsheim-medium';
        font-smooth: always; }

.dt-dropdown {
  display: none; }
  @media screen and (min-width: 960px) {
    .dt-dropdown {
      display: block; } }

.pad-small-mb {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .pad-small-mb {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .pad-small-mb-top {
    padding-top: 45px; }
    @media screen and (min-width: 768px) {
      .pad-small-mb-top {
        padding-top: 90px; } }
  .pad-small-mb-bottom {
    padding-bottom: 45px; }
    @media screen and (min-width: 768px) {
      .pad-small-mb-bottom {
        padding-bottom: 90px; } }
  .pad-small-mb-dt-only {
    padding-bottom: 0; }
    @media screen and (min-width: 768px) {
      .pad-small-mb-dt-only {
        padding-bottom: 90px; } }
  .pad-small-mb.form {
    padding-top: 0; }
    @media screen and (min-width: 768px) {
      .pad-small-mb.form {
        padding-top: 45px; } }

.no-margin-top {
  margin-top: 0; }

.page-footer {
  background-color: #F4F4F4;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .page-footer {
      text-align: left; } }
  .page-footer .legal,
  .page-footer .content {
    padding: 0 calc(((100% - 87.5%) / 2)); }
    @media screen and (min-width: 960px) {
      .page-footer .legal,
      .page-footer .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 1509px) {
      .page-footer .legal,
      .page-footer .content {
        padding: 0 calc(((100vw - 1320px) / 2)); } }
  .page-footer .content {
    color: #555555;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 15px; }
    @media screen and (min-width: 320px) {
      .page-footer .content {
        padding-top: calc((0.012 * (100vw - 320px)) + 26px); } }
    @media screen and (min-width: 1320px) {
      .page-footer .content {
        padding-top: 38px; } }
    @media screen and (min-width: 320px) {
      .page-footer .content {
        padding-bottom: calc((0.005 * (100vw - 320px)) + 15px); } }
    @media screen and (min-width: 1320px) {
      .page-footer .content {
        padding-bottom: 20px; } }
    .page-footer .content.alt {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 26px; }
      @media screen and (min-width: 320px) {
        .page-footer .content.alt {
          padding-bottom: calc((0.012 * (100vw - 320px)) + 26px); } }
      @media screen and (min-width: 1320px) {
        .page-footer .content.alt {
          padding-bottom: 38px; } }
    .page-footer .content .logo {
      width: 165px; }
      @media screen and (min-width: 320px) {
        .page-footer .content .logo {
          width: calc((0.035 * (100vw - 320px)) + 165px); } }
      @media screen and (min-width: 1320px) {
        .page-footer .content .logo {
          width: 200px; } }
    .page-footer .content .community-logo {
      max-width: 180px;
      margin-bottom: 14px; }
    .page-footer .content .contact {
      margin-right: auto; }
    @media screen and (min-width: 960px) {
      .page-footer .content .latest {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0;
        margin-top: 10px;
        max-width: 250px; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .page-footer .content .latest {
      max-width: calc((0.19444 * (100vw - 960px)) + 250px); } }
  @media screen and (min-width: 960px) and (min-width: 1320px) {
    .page-footer .content .latest {
      max-width: 320px; } }
    .page-footer .content .latest p {
      margin: 0; }
    .page-footer .content .latest .btn {
      max-width: 320px;
      margin: 17px 0 24px;
      padding-top: 13px;
      padding-bottom: 13px; }
      @media screen and (min-width: 960px) {
        .page-footer .content .latest .btn {
          padding: 0;
          border: 0;
          border-radius: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .page-footer .content .links {
      margin-top: 20px; }
      @media screen and (min-width: 960px) {
        .page-footer .content .links {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 0; } }
      .page-footer .content .links > * {
        min-width: 150px; }
        @media screen and (min-width: 960px) {
          .page-footer .content .links > * {
            min-width: calc((0.19444 * (100vw - 960px)) + 150px); } }
        @media screen and (min-width: 1320px) {
          .page-footer .content .links > * {
            min-width: 220px; } }
      .page-footer .content .links a {
        display: block;
        margin: 10px 0; }
    .page-footer .content p {
      margin: 0;
      margin-bottom: 7px; }
  .page-footer .legal {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (min-width: 320px) {
      .page-footer .legal {
        padding-top: calc((0.005 * (100vw - 320px)) + 10px); } }
    @media screen and (min-width: 1320px) {
      .page-footer .legal {
        padding-top: 15px; } }
    @media screen and (min-width: 320px) {
      .page-footer .legal {
        padding-bottom: calc((0.008 * (100vw - 320px)) + 10px); } }
    @media screen and (min-width: 1320px) {
      .page-footer .legal {
        padding-bottom: 18px; } }
    .page-footer .legal img, .page-footer .legal svg {
      display: block;
      margin: 10px auto;
      width: 63px; }
      @media screen and (min-width: 960px) {
        .page-footer .legal img, .page-footer .legal svg {
          display: inline-block;
          vertical-align: middle;
          margin: 0;
          margin-right: 20px; } }
    .page-footer .legal svg, .page-footer .legal p, .page-footer .legal a:not(.back):not(.scroll) {
      display: inline-block;
      vertical-align: middle;
      color: #828282;
      margin: 0 10px;
      font-size: 14px;
      line-height: 18px; }
      @media screen and (min-width: 960px) {
        .page-footer .legal svg, .page-footer .legal p, .page-footer .legal a:not(.back):not(.scroll) {
          font-size: 16px;
          line-height: 21px;
          margin: 0;
          margin-right: 20px; } }
    .page-footer .legal a {
      color: #828282; }
    .page-footer .legal .copyright {
      margin: 0; }
    .page-footer .legal .scroll {
      width: 20px;
      height: 20px;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 960px) {
        .page-footer .legal .scroll {
          display: none; } }
      .page-footer .legal .scroll::after {
        content: '';
        width: 30%;
        height: 30%;
        display: inline-block;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        border: 1px solid #FF6633;
        border-bottom: 0;
        border-right: 0; }
  .page-footer .back {
    color: #828282;
    margin: 0;
    display: none; }
    @media screen and (min-width: 960px) {
      .page-footer .back {
        display: inline-block; } }
    .page-footer .back::after {
      content: '';
      width: 9px;
      height: 9px;
      display: inline-block;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-left: 15px;
      margin-bottom: -3px;
      border: 1px solid;
      border-bottom: 0;
      border-right: 0; }
  .page-footer hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #BDBDBD; }
    @media screen and (min-width: 960px) {
      .page-footer hr {
        width: 87.5%;
        margin: 0 auto; } }
    @media screen and (min-width: 1509px) {
      .page-footer hr {
        width: 1320px; } }

.community-slider {
  margin-bottom: 0px; }
  @media screen and (min-width: 970px) {
    .community-slider {
      margin-bottom: 95px; } }
  @media screen and (min-width: 970px) {
    .community-slider .slick-list {
      max-height: 380px; } }
  @media screen and (min-width: 970px) and (min-width: 970px) {
    .community-slider .slick-list {
      max-height: calc((0.28571 * (100vw - 970px)) + 380px); } }
  @media screen and (min-width: 970px) and (min-width: 1320px) {
    .community-slider .slick-list {
      max-height: 480px; } }
  @media screen and (max-width: 969px) {
    .community-slider .slick-list {
      max-height: 475px; } }
  @media screen and (max-width: 767px) {
    .community-slider .slick-list {
      max-height: 100%; } }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0; }
  .slick-dots li {
    margin-right: -4px; }
    .slick-dots li:first-child {
      margin-left: 0; }
    @media screen and (min-width: 970px) {
      .slick-dots li button {
        content: '';
        background-color: #FFFFFF;
        opacity: .40;
        border-radius: 100%;
        border: none;
        outline: none;
        width: 10px;
        height: 10px; } }
    @media screen and (min-width: 970px) {
      .slick-dots li.slick-active button {
        content: '';
        background-color: #FFFFFF;
        opacity: .9;
        border-radius: 100%;
        border: none;
        width: 10px;
        height: 10px; } }
    .slick-dots li:only-child {
      display: none; }

.fill:hover {
  color: #FFFFFF; }
  .fill:hover.arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E"); }
  .fill:hover.arrow-dark {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E"); }
  .fill:hover.instagram::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2025%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M24.937,7.35C24.878,6.022%2024.663,5.109%2024.355,4.317C24.038,3.477%2023.549,2.725%2022.909,2.1C22.284,1.465%2021.527,0.972%2020.697,0.659C19.9,0.352%2018.992,0.137%2017.663,0.078C16.325,0.015%2015.9,0%2012.505,0C9.11,0%208.685,0.015%207.352,0.073C6.023,0.132%205.109,0.347%204.318,0.654C3.478,0.972%202.726,1.46%202.1,2.1C1.465,2.725%200.972,3.482%200.659,4.312C0.352,5.109%200.137,6.017%200.078,7.345C0.015,8.683%200,9.108%200,12.503C0,15.897%200.015,16.322%200.073,17.655C0.132,18.983%200.347,19.897%200.655,20.688C0.972,21.528%201.465,22.28%202.1,22.905C2.726,23.54%203.483,24.033%204.313,24.346C5.109,24.653%206.018,24.868%207.347,24.927C8.68,24.985%209.105,25%2012.5,25C15.895,25%2016.32,24.985%2017.654,24.927C18.982,24.868%2019.895,24.653%2020.687,24.346C22.367,23.696%2023.696,22.368%2024.346,20.688C24.653,19.892%2024.868,18.983%2024.927,17.655C24.985,16.322%2025,15.897%2025,12.503C25,9.108%2024.995,8.683%2024.937,7.35ZM22.685,17.557C22.631,18.778%2022.426,19.438%2022.255,19.877C21.835,20.966%2020.97,21.831%2019.881,22.251C19.441,22.422%2018.777,22.627%2017.561,22.68C16.242,22.739%2015.846,22.754%2012.51,22.754C9.174,22.754%208.773,22.739%207.459,22.68C6.238,22.627%205.578,22.422%205.139,22.251C4.597,22.05%204.103,21.733%203.703,21.318C3.287,20.912%202.97,20.424%202.77,19.882C2.599,19.442%202.394,18.778%202.34,17.562C2.281,16.244%202.267,15.848%202.267,12.512C2.267,9.177%202.281,8.776%202.34,7.462C2.394,6.242%202.599,5.582%202.77,5.143C2.97,4.6%203.287,4.107%203.708,3.707C4.113,3.292%204.601,2.974%205.144,2.774C5.583,2.603%206.248,2.398%207.464,2.344C8.783,2.286%209.178,2.271%2012.515,2.271C15.856,2.271%2016.251,2.286%2017.566,2.344C18.787,2.398%2019.446,2.603%2019.886,2.774C20.428,2.974%2020.921,3.292%2021.322,3.707C21.737,4.112%2022.055,4.6%2022.255,5.143C22.426,5.582%2022.631,6.246%2022.685,7.462C22.743,8.781%2022.758,9.177%2022.758,12.512C22.758,15.848%2022.743,16.239%2022.685,17.557ZM12.416,6.684C9.012,6.684%206.25,9.445%206.25,12.85C6.25,16.255%209.012,19.016%2012.416,19.016C15.821,19.016%2018.583,16.255%2018.583,12.85C18.583,9.445%2015.821,6.684%2012.416,6.684ZM12.416,16.85C10.208,16.85%208.416,15.059%208.416,12.85C8.416,10.641%2010.208,8.85%2012.416,8.85C14.625,8.85%2016.417,10.641%2016.417,12.85C16.417,15.059%2014.625,16.85%2012.416,16.85ZM18.827,7.879C19.622,7.879%2020.267,7.235%2020.267,6.44C20.267,5.644%2019.622,5%2018.827,5C18.032,5%2017.387,5.644%2017.387,6.44C17.387,7.235%2018.032,7.879%2018.827,7.879Z%22%20/%3E%3C/svg%3E"); }
  .fill:hover.facebook::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2013%2027%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M8.312,26.136L2.77,26.136L2.77,13.067L0,13.067L0,8.563L2.77,8.563L2.77,5.859C2.77,2.186%204.333,0%208.776,0L12.475,0L12.475,4.505L10.163,4.505C8.433,4.505%208.319,5.134%208.319,6.309L8.311,8.563L12.5,8.563L12.01,13.067L8.311,13.067L8.311,26.136L8.312,26.136Z%22%20/%3E%3C/svg%3E"); }
  .fill:hover.twitter::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2026%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M29.112,4.112C30.526,3.292%2031.584,2.001%2032.089,0.479C30.76,1.245%2029.306,1.784%2027.79,2.073C26.51,0.748%2024.72,-0.002%2022.847,0C18.475,0%2015.264,3.953%2016.251,8.059C10.808,7.794%205.736,5.301%202.297,1.202C0.502,4.201%201.419,8.037%204.392,9.965C3.317,9.932%202.266,9.651%201.327,9.143C1.252,12.184%203.501,15.029%206.756,15.663C5.759,15.925%204.713,15.963%203.698,15.774C4.585,18.448%207.127,20.28%2010.024,20.332C7.186,22.49%203.581,23.468%200,23.051C3.096,24.979%206.699,26.003%2010.378,26C22.948,26%2030.051,15.708%2029.622,6.476C30.947,5.547%2032.091,4.397%2033,3.079C31.787,3.601%2030.482,3.953%2029.112,4.112Z%22%20/%3E%3C/svg%3E"); }

.btn:hover .arrow-dark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E"); }

.post-back:hover .arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%209%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M11.873,3.937L8.822,0.986C8.611,0.781%208.59,0.426%208.775,0.192C8.959,-0.042%209.281,-0.065%209.492,0.139L14,4.5L9.492,8.861C9.281,9.065%208.959,9.042%208.775,8.808C8.59,8.574%208.611,8.219%208.822,8.014L11.873,5.063L0.509,5.063C0.228,5.063%20-0,4.81%20-0,4.5C0,4.19%200.228,3.937%200.509,3.937L11.873,3.937Z%22%20/%3E%3C/svg%3E"); }

.fill-hp {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

.fill-hp:hover {
  color: #FFFFFF;
  background-color: #FF6633; }

.empty.black:hover {
  color: #231F1F !important; }

.slide-me {
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  opacity: 0;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.fade-in {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes animHeight {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes animHeight {
  from {
    height: 0; }
  to {
    height: 100%; } }

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes slideIn {
  from {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

form label {
  cursor: pointer; }
  form label span {
    font-family: "sabon-italic", serif;
    color: #4A4A4A;
    display: inline-block;
    margin-bottom: 10px; }

form input {
  display: block;
  border: none;
  outline: none;
  background: none;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  margin-bottom: 27px;
  padding: 0;
  padding-bottom: 5px; }
  form input::-webkit-input-placeholder {
    color: #231F1F; }
  form input:-moz-placeholder {
    color: #231F1F; }
  form input::-moz-placeholder {
    color: #231F1F; }
  form input:-ms-input-placeholder {
    color: #231F1F; }

@media screen and (min-width: 960px) {
  form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -18px; } }

@media screen and (min-width: 960px) {
  form .row > * {
    width: calc(50% - 36px);
    margin: 18px; } }

form .disclaimer {
  margin: 35px auto 30px;
  max-width: 495px; }
  form .disclaimer p {
    font-family: "sabon-roman", serif;
    font-size: 14px;
    margin-bottom: 10px; }
    form .disclaimer p small {
      font-size: 12px; }

[data-modal]#latest > *:not(a) {
  max-width: 700px; }

[data-modal]#latest .content {
  text-align: left; }
  @media screen and (min-width: 960px) {
    [data-modal]#latest .content {
      padding: 65px 85px 40px; } }
  [data-modal]#latest .content .modal-header {
    margin-bottom: 40px; }
  [data-modal]#latest .content p {
    padding: 0; }
  [data-modal]#latest .content .btn {
    margin: 0;
    min-width: 200px;
    color: #FFFFFF; }

[data-modal]#gallery > *:not(a), [data-modal]#showcase > *:not(a) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 300px; }
  @media screen and (min-width: 480px) {
    [data-modal]#gallery > *:not(a), [data-modal]#showcase > *:not(a) {
      max-width: calc((0.83333 * (100vw - 480px)) + 300px); } }
  @media screen and (min-width: 1320px) {
    [data-modal]#gallery > *:not(a), [data-modal]#showcase > *:not(a) {
      max-width: 1000px; } }

[data-modal]#gallery:target, [data-modal]#showcase:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 45;
  overflow: auto; }

[data-modal]#gallery .close, [data-modal]#showcase .close {
  text-indent: -99999px;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  width: 17px;
  height: 17px; }
  @media screen and (min-width: 640px) {
    [data-modal]#gallery .close, [data-modal]#showcase .close {
      top: 35px;
      right: 35px; } }
  [data-modal]#gallery .close::before, [data-modal]#gallery .close::after, [data-modal]#showcase .close::before, [data-modal]#showcase .close::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #231F1F;
    display: block;
    top: 50%;
    left: 50%; }
  [data-modal]#gallery .close::before, [data-modal]#showcase .close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  [data-modal]#gallery .close::after, [data-modal]#showcase .close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

[data-modal]#gallery .content, [data-modal]#showcase .content {
  padding: 0;
  width: 800px; }

[data-modal]#gallery .close, [data-modal]#showcase .close {
  width: 30px;
  height: 30px; }
  [data-modal]#gallery .close::before, [data-modal]#gallery .close::after, [data-modal]#showcase .close::before, [data-modal]#showcase .close::after {
    background-color: #231F1F; }

[data-modal]#gallery a, [data-modal]#showcase a {
  height: 150vh; }
  [data-modal]#gallery a.close, [data-modal]#showcase a.close {
    background-color: transparent;
    opacity: 100%; }

[data-modal]#showcase > *:not(a) {
  max-width: 300px; }
  @media screen and (min-width: 480px) {
    [data-modal]#showcase > *:not(a) {
      max-width: calc((0.83333 * (100vw - 480px)) + 300px); } }
  @media screen and (min-width: 1320px) {
    [data-modal]#showcase > *:not(a) {
      max-width: 1000px; } }

[data-modal]#showcase .close {
  width: 30px;
  height: 30px; }
  [data-modal]#showcase .close::before, [data-modal]#showcase .close::after {
    background-color: #231F1F; }
