@charset "UTF-8";

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  border-radius: 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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

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

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

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

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

:root {
  font-size: 16px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  width: 100%;
  display: block;
}

html * {
  box-sizing: border-box;
}

html body {
  width: 100%;
  display: block;
}

html body button:active, html body button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
}

.container-full {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

code,
pre {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
  padding: 0.1rem 0.25rem 0.1rem 0.25rem;
  margin: 0.5rem 0;
  font-size: 0.85rem;
}

hr {
  border: 1px solid #f2f2f2;
  margin: 1rem 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

html {
  font: normal 400 1rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #91211E;
  margin: 1rem 0 0.5rem;
}

h1 {
  font: 400 2.5rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
}

h2 {
  font: 400 2rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
}

h3 {
  font: 400 1.66rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
}

h4 {
  font: 400 1.33rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
}

h5 {
  font: 400 1.15rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
}

h6 {
  font: 400 1rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
}

ul {
  margin: 0;
  padding: 1rem 0 0 1.5rem;
}

ul li {
  font: 400 1rem/1.5rem "Source Sans Pro", helvetica, arial, sans-serif;
  color: #333;
  letter-spacing: 0.04rem;
}

p {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  font: 500 24px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 30px;
  color: #3e4756;
  margin: 0 0 1rem 0;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #91211E;
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.page .page-content>.container>.section-title {
  font-size: 42px;
  font-weight: 600;
}

.page .page-content>.container>.section-title:after, .page-amenities .amenities .amenities__title:after {
  background: #bfbfbf;
}

.page-thank-you .page-content>.container>.section-title {
  font-weight: 500;
  margin-bottom: 0;
}

.section-title, .amenities .amenities__title, .contact-map-form .contact__form-title, .content-image__content .content-image__title, .floorplans .floorplans__title {
  text-transform: uppercase;
  color: #91211E;
  letter-spacing: 3px;
  position: relative;
  margin: 0 0 0.5rem;
}

.content-image__content .content-image__title {
  color: #ffffff;
}

.section-title.section-title--center, .amenities .section-title--center.amenities__title, .contact-map-form .section-title--center.contact__form-title, .content-image__content .section-title--center.content-image__title, .floorplans .section-title--center.floorplans__title {
  text-align: center;
}

.section-title.section-title--center:after, .amenities .section-title--center.amenities__title:after, .contact-map-form .section-title--center.contact__form-title:after, .content-image__content .section-title--center.content-image__title:after, .floorplans .section-title--center.floorplans__title:after {
  content: '';
  display: none;
}

.section-title:after, .amenities .amenities__title:after, .contact-map-form .contact__form-title:after, .content-image__content .content-image__title:after, .floorplans .floorplans__title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
    bottom: -2.5rem;
    width: 140px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
}

.section-title+p, .amenities .amenities__title+p, .contact-map-form .contact__form-title+p, .content-image__content .content-image__title+p, .floorplans .floorplans__title+p {
  margin-top: 2.5rem;
}

/**
*
* Usage:
* http://codepen.io/scottkellum/pen/bHEcA
* @include parallax-init;
* @include parallax(0.12);
* @include parallax(-0.45);
*
*/
/*
* Keyframes for the main carousel.
*/
@keyframes scaleDown {
  from {}

  to {
    opacity: 0.65;
    transform: scale(0.875);
  }
}

/*
*  Fade In w/ Down
*/
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
@keyframes menuFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@keyframes menuFadeHome {
  0% {
    opacity: 0;
    width: 100%;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@keyframes shrink {
  0% {
    transform: scale(1.25);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pageHeaderTitle {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes pageHeaderImage {
  from {
    opacity: 1;
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes headerLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes headerRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes heroTitle {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollButton {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.shadow {
  box-shadow: 0 20px 20px -50px rgba(0, 0, 0, 0.35), 0 25px 60px -35px rgba(0, 0, 0, 0.35);
}

.shadow--circle, .carousel-controls.is-circle {
  box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.5), 0 15px 10px -35px rgba(0, 0, 0, 0.5);
}

.shadow--dark, .modal .modal__content.modal__content--box {
  box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.5), 0 20px 30px -20px rgba(0, 0, 0, 0.5);
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

#player {
  display: block;
  margin: 1rem 0;
}

.wpcf7-not-valid-tip {
  text-align: left;
  font: 300 0.875rem/1 "Source Sans Pro", helvetica, arial, sans-serif !important;
  margin: 0.25rem 0 0;
}

form div.wpcf7-response-output {
  padding-right: 5px;
  padding-left: 5px;
  padding: 10px !important;
  box-sizing: border-box;
  margin: 2rem 0.75rem 0;
  width: calc(100% - 0.75rem);
  background: #f6f6f6;
  color: #91211E;
  border: 1px solid #e9e9e9;
  padding: 0.75rem 0;
  border-radius: 3px;
    position: absolute;
    top: 370px;
}

div.wpcf7 {
    position: relative;
  }

  span.wpcf7-not-valid-tip {
    color: #e8d3d3;
    position: absolute;
    display: table;
    background: #a54d4d;
    bottom: -29px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 3px 8px;
}

form div.wpcf7-response-output.wpcf7-validation-errors {
  color: #91211E;
  border: 1px solid #e9e9e9;
}

.amenities {
  width: 100%;
  padding: 6rem 0 0;
}

.amenities:last-of-type {
  padding: 8rem 0 8rem;
}

.amenities>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 73.5rem;
}

.amenities.is-active .amenities__title {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.amenities.is-active .amenity-group {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.amenities .amenities__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  opacity: 0;
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  transition: all 1s ease;
}

.amenities .amenities__list {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 5rem 0 0;
}

.amenities .amenities__list.is-active .amenity {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.amenities .amenity:nth-child(1) {
  transition-delay: 0.15s;
}

.amenities .amenity:nth-child(2) {
  transition-delay: 0.3s;
}

.amenities .amenity:nth-child(3) {
  transition-delay: 0.45s;
}

.amenities .amenity:nth-child(4) {
  transition-delay: 0.6s;
}

.amenities .amenity:nth-child(5) {
  transition-delay: 0.75s;
}

.amenities .amenity:nth-child(6) {
  transition-delay: 0.9s;
}

.amenities .amenity:nth-child(7) {
  transition-delay: 1.05s;
}

.amenities .amenity:nth-child(8) {
  transition-delay: 1.2s;
}

.amenities .amenity:nth-child(9) {
  transition-delay: 1.35s;
}

.amenities .amenity:nth-child(10) {
  transition-delay: 1.5s;
}

.amenities .amenity:nth-child(11) {
  transition-delay: 1.65s;
}

.amenities .amenity:nth-child(12) {
  transition-delay: 1.8s;
}

.amenities .amenity:nth-child(13) {
  transition-delay: 1.95s;
}

.amenities .amenity:nth-child(14) {
  transition-delay: 2.1s;
}

.amenities .amenity {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 2rem;
  padding-right: calc((100% / 12) * 1);
  box-sizing: border-box;
  transition: all 1s ease;
  opacity: 0;
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.amenities .amenity__icon {
  -ms-flex: 0 0 12.66667%;
  flex: 0 0 12.66667%;
  max-width: 12.66667%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.amenities .amenity__icon img, .amenities .amenity__icon svg {
  height: 60px;
  width: auto;
  display: block;
}

.amenities .amenity__content {
  -ms-flex: 0 0 87.33333%;
  flex: 0 0 87.33333%;
  max-width: 87.33333%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-sizing: border-box;
  padding-left: 0;
}

.amenities .amenity__content p {
  font: 400 1rem/1.33 "Source Sans Pro", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.085rem;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.amenities .amenity__content p span {
  color: #91211E;
  font-weight: 600;
}

.amenities .amenities-groups {
  max-width: 82rem;
  margin: 0 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

.amenities .amenity-group:nth-child(1) {
  transition-delay: 0.15s;
}

.amenities .amenity-group:nth-child(2) {
  transition-delay: 0.3s;
}

.amenities .amenity-group:nth-child(3) {
  transition-delay: 0.45s;
}

.amenities .amenity-group:nth-child(4) {
  transition-delay: 0.6s;
}

.amenities .amenity-group:nth-child(5) {
  transition-delay: 0.75s;
}

.amenities .amenity-group:nth-child(6) {
  transition-delay: 0.9s;
}

.amenities .amenity-group:nth-child(7) {
  transition-delay: 1.05s;
}

.amenities .amenity-group:nth-child(8) {
  transition-delay: 1.2s;
}

.amenities .amenity-group:nth-child(9) {
  transition-delay: 1.35s;
}

.amenities .amenity-group:nth-child(10) {
  transition-delay: 1.5s;
}

.amenities .amenity-group:nth-child(11) {
  transition-delay: 1.65s;
}

.amenities .amenity-group:nth-child(12) {
  transition-delay: 1.8s;
}

.amenities .amenity-group:nth-child(13) {
  transition-delay: 1.95s;
}

.amenities .amenity-group:nth-child(14) {
  transition-delay: 2.1s;
}

.amenities .amenity-group {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  padding: 2.5rem 0 0;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  transition: all 1s ease;
}

.amenities .amenity-group:nth-child(1), .amenities .amenity-group:nth-child(3) {
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
  margin-right: 9%;
}

.amenities .amenity-group:nth-child(2), .amenities .amenity-group:nth-child(4) {
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}

.amenities .amenity-group:nth-last-child(-n + 2) {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.amenities-bottom {
  padding-left: 70px;
  font-size: 10px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6.5rem;
  letter-spacing: 1px;
}

.amenities .amenity-group__top {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.amenities .amenity-group__bottom {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  padding-left: 65px;
  margin-top: 0px;
  padding-top: 0rem;
}

.amenities .amenity-group__icon {
  width: 80px;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.amenities .amenity-group__icon img, .amenities .amenity-group__icon svg {
  width: auto;
  height: 92px;
  display: block;
  margin: -25px;
}

.amenities .amenity-group__title {
  display: inline-block;
  flex: none;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #FFFFFF;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
  position: relative;
  margin: 0px 0 0;
  position: relative;
  top: 3px;
  left: -15px;
  font-size: 40px;
}

.amenities .amenity-group__items {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 20px;
  color: #FFFFFF;
}

.amenity-item {
  display: list-item;
  padding-top: 5px;
  padding-bottom: 0px;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 30px;
}

.amenities .amenity-group__items p {
  color: #e8eff3;
  font: 500 14px/2.25 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: -3px;
}

/*
This can be used to quickly produce
a grid layout with the following markup:
section.block-grid>(h2.title{Title})+(.grid>.block*6>.inner>(h3.block-title{Block Title})+(.block-content{Some Content}))
*/
.block-grid .title {
  text-align: center;
  margin: 0 auto 5em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 1.25em;
  color: #444;
  font-weight: 300;
}

.block-grid .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-grid .grid>.block {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.block-grid .grid .block {
  text-align: center;
  position: relative;
}

.block-grid .grid .block:before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #eaeaea;
}

.block-grid .grid .block:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #eaeaea;
}

.block-grid .grid .block:nth-child(3n):before {
  display: none;
}

.block-grid .grid .block:nth-last-child(-n + 3):after {
  display: none;
}

.block-grid .grid .block .inner {
  padding: 2.5em 2em 4.5em;
}

.block-grid .grid .block .inner .block-title {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.85em;
  letter-spacing: 0.4em;
}

.button, .post-comments-container .form-submit input[type="submit"], .floorplans .floorplan__button a, form input[type="submit"], .specw-gallery .gallery__button a, .location__button, .notifications-bar .container .btn, .header .header__bottom .main-nav .menu-item.is-button a, .page-404 .not-found__button {
  background: #91211E;
  color: #ffffff;
  display: inline-block;
  border: 2px solid #91211E;
  border-radius: 0;
  font: 500 22px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  padding: 5px 25px;
  position: relative;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.25s ease;
}

.button:active, .post-comments-container .form-submit input[type="submit"]:active, .floorplans .floorplan__button a:active, form input[type="submit"]:active, .specw-gallery .gallery__button a:active, .location__button:active, .notifications-bar .container .btn:active, .header .header__bottom .main-nav .menu-item.is-button a:active, .page-404 .not-found__button:active, .button:focus, .post-comments-container .form-submit input[type="submit"]:focus, .floorplans .floorplan__button a:focus, form input[type="submit"]:focus, .specw-gallery .gallery__button a:focus, .location__button:focus, .notifications-bar .container .btn:focus, .header .header__bottom .main-nav .menu-item.is-button a:focus, .page-404 .not-found__button:focus {
  outline: none;
}

.button.button-naked, .post-comments-container .form-submit input.button-naked[type="submit"], .floorplans .floorplan__button a.button-naked, form input.button-naked[type="submit"], .specw-gallery .gallery__button a.button-naked, .button-naked.location__button, .notifications-bar .container .button-naked.btn, .header .header__bottom .main-nav .menu-item.is-button a, .page-404 .button-naked.not-found__button {
  border: 2px solid #91211E;
  color: #FFFFFF;
  background: #91211E;
}

.button.button-naked:hover, .post-comments-container .form-submit input.button-naked[type="submit"]:hover, .floorplans .floorplan__button a.button-naked:hover, form input.button-naked[type="submit"]:hover, .specw-gallery .gallery__button a.button-naked:hover, .button-naked.location__button:hover, .notifications-bar .container .button-naked.btn:hover, .header .header__bottom .main-nav .menu-item.is-button a:hover, .page-404 .button-naked.not-found__button:hover {
  border: 2px solid #91211E;
  color: #91211E;
  background: transparent;
}

.button.button--arrow, .post-comments-container .form-submit input.button--arrow[type="submit"], .floorplans .floorplan__button a.button--arrow, form input.button--arrow[type="submit"], .specw-gallery .gallery__button a.button--arrow, .button--arrow.location__button, .notifications-bar .container .button--arrow.btn, .header .header__bottom .main-nav .menu-item.is-button a.button--arrow, .page-404 .button--arrow.not-found__button {
  padding-right: 3.15rem;
}

.button.button--arrow:after, .post-comments-container .form-submit input.button--arrow[type="submit"]:after, .floorplans .floorplan__button a.button--arrow:after, form input.button--arrow[type="submit"]:after, .specw-gallery .gallery__button a.button--arrow:after, .button--arrow.location__button:after, .notifications-bar .container .button--arrow.btn:after, .header .header__bottom .main-nav .menu-item.is-button a.button--arrow:after, .page-404 .button--arrow.not-found__button:after {
  content: '';
  position: absolute;
  right: 0.5rem;
  top: calc(50% + 1px);
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222930;
}

.button.button--arrow:before, .post-comments-container .form-submit input.button--arrow[type="submit"]:before, .floorplans .floorplan__button a.button--arrow:before, form input.button--arrow[type="submit"]:before, .specw-gallery .gallery__button a.button--arrow:before, .button--arrow.location__button:before, .notifications-bar .container .button--arrow.btn:before, .header .header__bottom .main-nav .menu-item.is-button a.button--arrow:before, .page-404 .button--arrow.not-found__button:before {
  content: '\f105';
  position: absolute;
  right: 1.05rem;
  top: calc(50% - 4px);
  bottom: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  color: #ffffff;
  width: 10px;
  height: 10px;
  z-index: 1;
  font-size: 1.1rem;
}

.button.button--arrow:hover, .post-comments-container .form-submit input.button--arrow[type="submit"]:hover, .floorplans .floorplan__button a.button--arrow:hover, form input.button--arrow[type="submit"]:hover, .specw-gallery .gallery__button a.button--arrow:hover, .button--arrow.location__button:hover, .notifications-bar .container .button--arrow.btn:hover, .header .header__bottom .main-nav .menu-item.is-button a.button--arrow:hover, .page-404 .button--arrow.not-found__button:hover, .page-thank-you .page-wrap .page-content .button--arrow.button:hover {
  opacity: 0.8;
}

.button.button--naked, .post-comments-container .form-submit input.button--naked[type="submit"], .post-comments-container .form-submit input[type="submit"].location__button, .post-comments-container .form-submit .page-404 input[type="submit"].not-found__button, .page-404 .post-comments-container .form-submit input[type="submit"].not-found__button, .floorplans .floorplan__button a, form input.button--naked[type="submit"], form input[type="submit"].location__button, .specw-gallery .gallery__button a, .location__button, .notifications-bar .container .button--naked.btn, .notifications-bar .container .floorplans .floorplan__button a.btn, .floorplans .floorplan__button .notifications-bar .container a.btn, .notifications-bar .container .specw-gallery .gallery__button a.btn, .specw-gallery .gallery__button .notifications-bar .container a.btn, .notifications-bar .container .btn.location__button, .notifications-bar .container .page-404 .btn.not-found__button, .page-404 .notifications-bar .container .btn.not-found__button, .header .header__bottom .main-nav .menu-item.is-button a.button--naked, .header .header__bottom .main-nav .menu-item.is-button .floorplans .floorplan__button a, .floorplans .floorplan__button .header .header__bottom .main-nav .menu-item.is-button a, .header .header__bottom .main-nav .menu-item.is-button .specw-gallery .gallery__button a, .specw-gallery .gallery__button .header .header__bottom .main-nav .menu-item.is-button a, .header .header__bottom .main-nav .menu-item.is-button a.location__button, .header .header__bottom .main-nav .menu-item.is-button .page-404 a.not-found__button, .page-404 .header .header__bottom .main-nav .menu-item.is-button a.not-found__button, .page-404 .not-found__button, .page-thank-you .page-wrap .page-content .post-comments-container .form-submit input[type="submit"], .post-comments-container .form-submit .page-thank-you .page-wrap .page-content input[type="submit"], .page-thank-you .page-wrap .page-content .floorplans .floorplan__button a, .floorplans .floorplan__button .page-thank-you .page-wrap .page-content a, .page-thank-you .page-wrap .page-content form input[type="submit"], form .page-thank-you .page-wrap .page-content input[type="submit"], .page-thank-you .page-wrap .page-content .specw-gallery .gallery__button a, .specw-gallery .gallery__button .page-thank-you .page-wrap .page-content a, .page-thank-you .page-wrap .page-content .location__button, .page-thank-you .page-wrap .page-content .notifications-bar .container .btn, .notifications-bar .container .page-thank-you .page-wrap .page-content .btn, .page-thank-you .page-wrap .page-content .header .header__bottom .main-nav .menu-item.is-button a, .header .header__bottom .main-nav .menu-item.is-button .page-thank-you .page-wrap .page-content a, .page-thank-you .page-wrap .page-content .page-404 .not-found__button, .page-404 .page-thank-you .page-wrap .page-content .not-found__button, .page-thank-you .page-wrap .page-content .button {
  background: transparent;
  color: #91211E;
  border: 2px solid #91211E;
}

.button.button--naked:hover, .post-comments-container .form-submit input.button--naked[type="submit"]:hover, .post-comments-container .form-submit input[type="submit"].location__button:hover, .post-comments-container .form-submit .page-404 input[type="submit"].not-found__button:hover, .page-404 .post-comments-container .form-submit input[type="submit"].not-found__button:hover, .floorplans .floorplan__button a:hover, form input.button--naked[type="submit"]:hover, .specw-gallery .gallery__button a:hover, .location__button:hover, .notifications-bar .container .button--naked.btn:hover, .notifications-bar .container .btn.location__button:hover, .header .header__bottom .main-nav .menu-item.is-button a.button--naked:hover, .header .header__bottom .main-nav .menu-item.is-button .floorplans .floorplan__button a:hover, .floorplans .floorplan__button .header .header__bottom .main-nav .menu-item.is-button a:hover, .header .header__bottom .main-nav .menu-item.is-button .specw-gallery .gallery__button a:hover, .specw-gallery .gallery__button .header .header__bottom .main-nav .menu-item.is-button a:hover, .header .header__bottom .main-nav .menu-item.is-button a.location__button:hover, .header .header__bottom .main-nav .menu-item.is-button .page-404 a.not-found__button:hover, .page-404 .header .header__bottom .main-nav .menu-item.is-button a.not-found__button:hover, .page-404 .not-found__button:hover, .page-thank-you .page-wrap .page-content .post-comments-container .form-submit input[type="submit"]:hover, .post-comments-container .form-submit .page-thank-you .page-wrap .page-content input[type="submit"]:hover, .page-thank-you .page-wrap .page-content .floorplans .floorplan__button a:hover, .floorplans .floorplan__button .page-thank-you .page-wrap .page-content a:hover, .page-thank-you .page-wrap .page-content form input[type="submit"]:hover, form .page-thank-you .page-wrap .page-content input[type="submit"]:hover, .page-thank-you .page-wrap .page-content .specw-gallery .gallery__button a:hover, .specw-gallery .gallery__button .page-thank-you .page-wrap .page-content a:hover, .page-thank-you .page-wrap .page-content .location__button:hover, .page-thank-you .page-wrap .page-content .notifications-bar .container .btn:hover, .notifications-bar .container .page-thank-you .page-wrap .page-content .btn:hover, .page-thank-you .page-wrap .page-content .header .header__bottom .main-nav .menu-item.is-button a:hover, .header .header__bottom .main-nav .menu-item.is-button .page-thank-you .page-wrap .page-content a:hover, .page-thank-you .page-wrap .page-content .page-404 .not-found__button:hover, .page-404 .page-thank-you .page-wrap .page-content .not-found__button:hover, .page-thank-you .page-wrap .page-content .button:hover {
  background: #91211E;
  color: #FFFFFF;
}

.button.button--small, .post-comments-container .form-submit input.button--small[type="submit"], .post-comments-container .form-submit .notifications-bar .container input[type="submit"].btn, .notifications-bar .container .post-comments-container .form-submit input[type="submit"].btn, .floorplans .floorplan__button a.button--small, form input.button--small[type="submit"], .specw-gallery .gallery__button a.button--small, .button--small.location__button, .notifications-bar .container .btn, .header .header__bottom .main-nav .menu-item.is-button a.button--small, .header .header__bottom .main-nav .menu-item.is-button .notifications-bar .container a.btn, .notifications-bar .container .header .header__bottom .main-nav .menu-item.is-button a.btn, .page-404 .button--small.not-found__button, .page-thank-you .page-wrap .page-content .notifications-bar .container .btn, .notifications-bar .container .page-thank-you .page-wrap .page-content .btn {
  padding: 0.65rem 1.15rem;
  font: 400 0.6rem/1.25rem "Source Sans Pro", helvetica, arial, sans-serif;
}

.button.button--big, .post-comments-container .form-submit input.button--big[type="submit"], .post-comments-container .form-submit input[type="submit"].location__button, .floorplans .floorplan__button a.button--big, .floorplans .floorplan__button a.location__button, form input.button--big[type="submit"], form input[type="submit"].location__button, .specw-gallery .gallery__button a.button--big, .specw-gallery .gallery__button a.location__button, .location__button, .notifications-bar .container .button--big.btn, .notifications-bar .container .btn.location__button, .header .header__bottom .main-nav .menu-item.is-button a.button--big, .header .header__bottom .main-nav .menu-item.is-button a.location__button, .page-404 .button--big.not-found__button, .page-404 .not-found__button.location__button, .page-thank-you .page-wrap .page-content .location__button {
  padding: 0.5rem 1rem;
  letter-spacing: 0.05rem;
  font: 800 1.15rem/1.33 "Source Sans Pro", helvetica, arial, sans-serif;
}

.button.button--shadow, .post-comments-container .form-submit input.button--shadow[type="submit"], .floorplans .floorplan__button a.button--shadow, form input.button--shadow[type="submit"], .specw-gallery .gallery__button a.button--shadow, .button--shadow.location__button, .notifications-bar .container .button--shadow.btn, .header .header__bottom .main-nav .menu-item.is-button a.button--shadow, .page-404 .button--shadow.not-found__button {
  box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.5), 0 20px 30px -20px rgba(0, 0, 0, 0.5);
}

.button.button--outline, .post-comments-container .form-submit input.button--outline[type="submit"], .floorplans .floorplan__button a.button--outline, form input.button--outline[type="submit"], .specw-gallery .gallery__button a.button--outline, .button--outline.location__button, .notifications-bar .container .button--outline.btn, .header .header__bottom .main-nav .menu-item.is-button a.button--outline, .page-404 .button--outline.not-found__button, .page-thank-you .page-wrap .page-content .button--outline.button {
  border: 2px solid #91211E;
  color: #91211E;
  background: transparent;
}

.button.button--outline:hover, .post-comments-container .form-submit input.button--outline[type="submit"]:hover, .floorplans .floorplan__button a.button--outline:hover, form input.button--outline[type="submit"]:hover, .specw-gallery .gallery__button a.button--outline:hover, .button--outline.location__button:hover, .notifications-bar .container .button--outline.btn:hover, .header .header__bottom .main-nav .menu-item.is-button a.button--outline:hover, .page-404 .button--outline.not-found__button:hover, .page-thank-you .page-wrap .page-content .button--outline.button:hover {
  color: #ffffff;
  background: #91211E;
}

.button.button--white, .post-comments-container .form-submit input.button--white[type="submit"], .floorplans .floorplan__button a.button--white, form input.button--white[type="submit"], .specw-gallery .gallery__button a.button--white, .button--white.location__button, .notifications-bar .container .button--white.btn, .header .header__bottom .main-nav .menu-item.is-button a.button--white, .page-404 .button--white.not-found__button, .page-thank-you .page-wrap .page-content .button--white.button {
  color: #91211E;
  background: #ffffff;
}

.button.button--white.button--outline, .post-comments-container .form-submit input.button--white.button--outline[type="submit"], .floorplans .floorplan__button a.button--white.button--outline, form input.button--white.button--outline[type="submit"], .specw-gallery .gallery__button a.button--white.button--outline, .button--white.button--outline.location__button, .notifications-bar .container .button--white.button--outline.btn, .header .header__bottom .main-nav .menu-item.is-button a.button--white.button--outline, .page-404 .button--white.button--outline.not-found__button, .page-thank-you .page-wrap .page-content .button--white.button--outline.button {
  color: white;
  border-color: #ffffff;
  background: transparent;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

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

/* Slider */
/* 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%;
  -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: 10px;
  z-index: 9;
}

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

.slick-prev:hover:before {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slick-prev:before {
  content: '';
  width: 30px;
  height: 40px;
  display: block;
  transition: all 0.25s ease;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 10px;
  z-index: 9;
}

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

.slick-next:hover:before {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slick-next:before {
  content: '';
  width: 30px;
  height: 40px;
  display: block;
  transition: all 0.25s ease;
}

[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;
}

.carousel-controls {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 101;
  transition: all 0.3s ease;
}

.carousel-controls.is-circle {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 66px;
  height: 66px;
  cursor: pointer;
}

.carousel-controls.is-circle .next,
.carousel-controls.is-circle .previous {
  width: 25px;
  height: 25px;
}

.carousel-controls.is-previous {
  left: 1em;
}

.carousel-controls.is-previous .previous {
  left: calc(50% - 0.33rem);
}

.carousel-controls.is-next {
  right: 1em;
}

.carousel-controls.is-next .next {
  right: calc(50% - 0.33rem);
}

.carousel-controls .next,
.carousel-controls .previous {
  position: relative;
  display: block;
  z-index: 101;
  margin: 2px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.25s ease;
}

.carousel-controls .next svg polyline,
.carousel-controls .previous svg polyline {
  stroke: black;
}

.contact-map-form {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
}

.contact-map-form .contact__map {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

.contact-map-form .contact__map #location {
  width: 100%;
  height: 780px;
}

.contact-map-form .contact__form {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding: 9.5rem 6rem 8rem;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-map-form .contact__form>.inner {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact-map-form .contact__form .gravity-theme {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.contact-map-form .contact__form form {
	padding: 0;
}

.contact-map-form .contact__form form .field {
  margin-top: 0.69rem;
}

.contact-map-form .contact__form input[type="text"],
.contact-map-form .contact__form input[type="email"],
.contact-map-form .contact__form input[type="tel"],
.contact-map-form .contact__form textarea {
  background: transparent;
  border: 2px solid #4c4c4c;
  color: #272727;
  border-radius: 0;
  padding: 9px 15px;
  margin-bottom: 0.5rem;
}

.contact-map-form .contact__form input[type="text"]::-webkit-input-placeholder,
.contact-map-form .contact__form input[type="email"]::-webkit-input-placeholder,
.contact-map-form .contact__form input[type="tel"]::-webkit-input-placeholder,
.contact-map-form .contact__form textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  letter-spacing: 0.15rem;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

.contact-map-form .contact__form input[type="text"]:-moz-placeholder,
.contact-map-form .contact__form input[type="email"]:-moz-placeholder,
.contact-map-form .contact__form input[type="tel"]:-moz-placeholder,
.contact-map-form .contact__form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #4c4c4c;
  letter-spacing: 0.15rem;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

.contact-map-form .contact__form input[type="text"]::-moz-placeholder,
.contact-map-form .contact__form input[type="email"]::-moz-placeholder,
.contact-map-form .contact__form input[type="tel"]::-moz-placeholder,
.contact-map-form .contact__form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #4c4c4c;
  letter-spacing: 0.15rem;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

.contact-map-form .contact__form input[type="text"]:-ms-input-placeholder,
.contact-map-form .contact__form input[type="email"]:-ms-input-placeholder,
.contact-map-form .contact__form input[type="tel"]:-ms-input-placeholder,
.contact-map-form .contact__form textarea:-ms-input-placeholder {
  color: #4c4c4c;
  letter-spacing: 0.15rem;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

.contact-map-form .contact__form .gform-body .gfield .gfield_label {
  display: none;
}

.contact-map-form .contact__form .gravity-theme form {
	flex-direction: column;
}

.contact-map-form .contact__form .field--submit,
.contact-map-form .contact__form .gform_footer {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}

.contact-map-form .contact__form .gform_footer {
	padding: 0 0.75rem;
	margin-left: 0;
	margin-top: 0.69rem;
}

.contact-map-form .contact__form .gravity-theme .gform_validation_errors {
	padding: 0 0.75rem;
}

.contact-map-form .contact__form .gform_submission_error {
	font-size: 1.25rem;
	line-height: 1.2;
	border: 2px solid #ffb900;
	background-color: #f6f6f6;
	color: #91211E;
	padding: 0.5rem;
}

.contact-map-form .contact__form .gfield_validation_message,
.contact-map-form .contact__form .validation_message {
	background-color: #a54d4d;
	color: #e8d3d3;
	padding: 0.25rem;
	display: inline-block;	
}

.contact-map-form .contact__form .field--submit input[type="submit"],
.contact-map-form .contact__form .gform_footer input[type="submit"] {
  padding: 10px 15px;
    letter-spacing: 3px;
    margin-top: 0.2rem;
    font-size: 18px;
      border: 0;
      font-weight: 600;
      background: #91211E;
      color: #fff;
  }
}

.contact-map-form .contact__form .gform_ajax_spinner {
	margin-left: 1rem;
}

.contact-map-form .contact__form .field--submit .cf-mobile a {
  font: 500 16px/1 "Source Sans Pro", helvetica, arial, sans-serif;
  color: #d3cad4;
  letter-spacing: 2px;
  position: relative;
  top: 3px;
}

.contact-map-form .contact__form .field--submit .cf-mobile {
  position: absolute;
  right: 1rem;
  color: #d6c8d8;
  top: .5rem;
  padding: 1px 0 1.5rem 1.5rem;
  background: url(../../assets/img/icon-mobile.png) 0px 0px no-repeat/12px;
  transition: all 0.25s ease;
  display: none !important;
}

.contact-map-form .contact__form .field--submit .cf-mobile i.fa {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

.contact-map-form .contact__form .field--submit .cf-mobile:hover {
  opacity: 0.7;
}

.contact-map-form .contact__form-title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
    padding-left: 0;
    color: #4c4c4c;
    text-align: left;
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    letter-spacing: 5px;
    font-size: 2.5rem;
    font-weight: 600;
    white-space: nowrap;
    font-family: "Oswald";
}

.contact-map-form .contact__form-title:after {
  left: 0.75rem;
    background: #4c4c4c;
    bottom: -1rem;
}

.post-comments-container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  margin: 2.5em auto 0;
  padding: 2.5rem 0;
}

.post-comments-container #comments {
  color: #91211E;
}

.post-comments-container .comment-respond {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.post-comments-container .logged-in-as {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.post-comments-container .logged-in-as p,
.post-comments-container .logged-in-as a {
  font: 300 0.9rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  color: rgba(51, 62, 72, 0.8);
}

.post-comments-container .comment-reply-title,
.post-comments-container .comments-title {
  font: 500 1.5rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  color: #91211E;
  margin: 1rem 0 0;
}

.post-comments-container .comment-form-comment {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 2.5rem;
}

.post-comments-container .comment-form-comment textarea {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  height: 100px;
}

.post-comments-container .comment-form-comment textarea:active, .post-comments-container .comment-form-comment textarea:focus {
  outline: none;
}

.post-comments-container .comment-form-comment label {
  margin-bottom: 0.25rem;
  display: block;
  color: #91211E;
  font: 400 0.9rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
}

.post-comments-container .comment-form-author,
.post-comments-container .comment-form-email,
.post-comments-container .comment-form-url {
  display: inline-block;
  box-sizing: border-box;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 1.5rem;
}

.post-comments-container .comment-form-author:nth-child(even),
.post-comments-container .comment-form-email:nth-child(even),
.post-comments-container .comment-form-url:nth-child(even) {
  padding-left: 1.5rem;
}

.post-comments-container .comment-form-author:nth-child(odd),
.post-comments-container .comment-form-email:nth-child(odd),
.post-comments-container .comment-form-url:nth-child(odd) {
  padding-right: 1.5rem;
}

.post-comments-container .comment-form-author label,
.post-comments-container .comment-form-email label,
.post-comments-container .comment-form-url label {
  display: block;
  color: #91211E;
  font: 400 0.9rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  margin-bottom: 0.25rem;
}

.post-comments-container .comment-form-url {
  display: none;
}

.post-comments-container .form-submit {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  margin-top: 3rem;
}

.post-comments-container .form-submit input[type="submit"] {
  padding-left: 5rem;
  padding-right: 5rem;
}

.comment-list {
  list-style: none;
  padding: 0 0 0;
  margin: 0;
}

.comment-list>.comment {
  padding: 1.5rem 0;
  border-bottom: 1px solid #f2f2f2;
}

.comment-list>.comment .comment-reply-link {
  background: transparent;
  color: #91211E;
  border-bottom: 0;
}

.comment-list>.comment .comment-reply-link:hover {
  background: transparent;
  color: #91211E;
  opacity: 0.75;
  border-bottom: 0;
}

.comment-list>.comment>.children {
  padding: 1.5rem 0 1.5rem 1.5rem;
}

.comment-list>.comment>.children li {
  list-style: none;
  padding: 1.5rem 0;
}

.comment-list .comment-author {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0;
}

.comment-list .comment-author cite {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font: normal 0.85rem "Source Sans Pro", helvetica, arial, sans-serif;
}

.comment-list .comment-author span {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font: normal 0.85rem "Source Sans Pro", helvetica, arial, sans-serif;
  margin-left: 7px;
}

.comment-list .comment-author .says {
  font: 300 0.75rem "Source Sans Pro", helvetica, arial, sans-serif;
}

.comment-list .comment-author .avatar {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  width: 35px;
  height: auto;
}

.comment-list .comment-meta a {
  font: italic 300 0.7rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  color: rgba(51, 62, 72, 0.66);
}

.comment-list .reply .comment-reply-link {
  font: 400 0.75rem/1.25 "Source Sans Pro", helvetica, arial, sans-serif;
  color: #91211E;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.comment-list .children {
  list-style: none;
  padding: 1.5rem 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 2rem;
  margin-bottom: 0;
}

.comment-list .children>li {
  padding: 1.5rem 0;
}

.comment-list .children>li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-image {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
}

.content-image>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
}

.content-image.is-active .content-image__content .inner {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.content-image.is-active .content-image__images .image {
  opacity: 1;
}

.content-image.is-active .content-image__images.count--1 .image {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.content-image.is-active .content-image__images.count--2 .image {
  height: 50%;
  width: 100%;
  opacity: 1;
}

.content-image.is-active .content-image__images.count--2 .image:first-of-type {
  top: 0;
  bottom: initial;
  opacity: 1;
}

.content-image.is-active .content-image__images.count--2 .image:last-of-type {
  bottom: 0;
  top: initial;
  opacity: 1;
}

.content-image.is-active .content-image__images.count--3 .image {
  height: 50%;
  width: 50%;
}

.content-image.is-active:not(.home-section-c) .content-image__images.count--3 .image:first-of-type {
  width: 100%;
  top: 0;
  bottom: 50%;
  opacity: 1;
  background-position: bottom;
}

.content-image.is-active:not(.home-section-c) .content-image__images.count--3 .image:nth-child(2) {
  left: 0;
  width: 50%;
  bottom: 0;
  top: 50%;
  opacity: 1;
}

.content-image.is-active:not(.home-section-c) .content-image__images.count--3 .image:last-of-type {
  right: 0;
  left: 50%;
  width: 50%;
  bottom: 0;
  top: 50%;
  background-position: calc(50% - 50px) center;
  opacity: 1;
}

.content-image.home-s-d .content-image__images.count--3 .image:last-of-type {

  background-position: right center;
}
.content-image.content-white .content-image__title:after {
  content: '';
  background: #FFFFFF;
}

.content-image.content-white .content-image__description p {
  color: #FFFFFF;
}

.content-image.content-right .content-image__content {
  -ms-flex-order: 1;
  order: 1;
}

.content-image.content-right .content-image__images {
  -ms-flex-order: 0;
  order: 0;
}

.content-image__content {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  padding: 8rem 0 6rem;
  position: relative;
}

.content-image__content .inner {
  max-width: calc(100% - 11.5rem);
  margin: 0 auto;
  transition: all 1s ease;
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  opacity: 0;
}

.content-image__content .content-image__title {
  -ms-flex: 0 0 85.83333%;
  flex: 0 0 85.83333%;
  max-width: 85.83333%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 4.8rem;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 9px;
  font-family: "Oswald";
}

.content-image__content p {
  margin-bottom: 2rem;
  color: #f1d3d3;
}

.content-image__images {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.content-image__images.count--1 .image {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.content-image__images.count--2 .image {
  height: 50%;
  width: 100%;
  opacity: 0;
}

.content-image__images.count--2 .image:first-of-type {
  top: 0;
  bottom: initial;
  opacity: 0;
  transition: all 0.5s ease;
}

.content-image__images.count--2 .image:last-of-type {
  bottom: 0;
  top: initial;
  opacity: 0;
  transition: all 0.5s ease;
}

.content-image__images.count--3 .image {
  height: 50%;
  width: 50%;
  opacity: 0;
}

.content-image__images.count--3 .image:first-of-type {
  width: 100%;
  top: 25%;
  bottom: initial;
  opacity: 0;
  transition: all 1s ease;
}

.content-image__images.count--3 .image:nth-child(2) {
  left: -50%;
  width: 50%;
  bottom: 0;
  top: 50%;
  opacity: 0;
  transition: all 1s ease;
}

.content-image__images.count--3 .image:last-of-type {
  right: -50%;
  left: 150%;
  width: 50%;
  bottom: 0;
  top: 50%;
  opacity: 0;
  transition: all 1s ease;
}

.content-image__images .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-image__images .image.image--is-video .video__play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(51, 51, 51, 0.4);
  z-index: 2;
}

.content-image__images .image.image--is-video .video__play svg {
  stroke: white;
  stroke-width: 1px;
  width: 130px;
  height: 130px;
  position: absolute;
  left: calc(50% - 65px);
  right: 0;
  top: calc(50% - 65px);
  bottom: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  -ms-transform: scale(1);
  transform: scale(1);
}

.content-image__images .image.image--is-video .video__play svg:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-image__images .image.image--is-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 130%;
  height: auto;
  width: 130%;
  min-height: 100%;
  margin-left: -15%;
}

.content-image__images .image.image--is-video .embed-container iframe,
.content-image__images .image.image--is-video .embed-container object,
.content-image__images .image.image--is-video .embed-container embed {
  position: absolute;
  top: 1rem;
  left: 0rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.floorplans {
  width: 100%;
  padding: 8rem 0 8rem;
}

.floorplans>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 81rem;
  padding-left: 6rem;
}

.floorplans .floorplans__content {
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.floorplans .floorplans__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin-top: 2rem;
  letter-spacing: 3px;
  color: #91211E;
}

.floorplans .floorplans__title:after {
  bottom: -2rem;
  width: 145px;
  height: 2px;
  background: rgb(199, 199, 199);
}

.floorplans .floorplans__types {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 3rem;
}

.floorplans .floorplan__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  font: 300 14px/2.75 "Source Sans Pro", helvetica, arial, sans-serif;
  color: #91211E;
  letter-spacing: 2px;
  cursor: pointer;
  line-height: 2.6rem;
}

.floorplans .floorplan__title.is-active {
  font-weight: 700;
}

.floorplans .floorplan__button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 1.7rem;
}

.floorplans .floorplan__button.mobile-only {
  display: none;
  text-align: center;
  margin-top: 3rem;
}

.floorplans .floorplan__button a {
  font: 400 1.1rem/1.75 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.1rem;
  border-color: #91211E;
  padding: 0.2rem 1rem;
}

.floorplans .floorplan__button a:hover {
  background: #91211E;
}

.floorplans .floorplans__images {
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
  padding-right: 0;
  padding-left: 0;
}

.floorplans .floorplan__image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  display: none;
}

.floorplans .floorplan__image.is-active {
  display: block;
}

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

body.is_IE .wpcf7 {
  display: block;
  width: 100%;
}

form {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 3rem 0;
}

body.is_IE form {
  display: block;
  width: 100%;
}

form .field {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding: 0 0.75rem;
  margin: 1.5rem 0 0;
}

form .field.field--half {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

body.is_IE form .field.field--half {
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 1rem;
}

form .field.field--one-third {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

form .field.field--two-third {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

form .field>label {
  display: block;
  margin-bottom: 0.25rem;
  text-align: left;
}

form .field>label+br {
  display: none;
}

form p {
  margin: 0;
}

form label {
  font: 400 0.95rem "Source Sans Pro", helvetica, arial, sans-serif;
  color: #91211E;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form textarea {
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  margin: 0;
  color: #111;
  border: none;
  box-shadow: none;
  background: #ffffff;
  border: 1px solid #8e8e8e;
  width: 100%;
  transition: all 0.25s ease;
  font: 400 1rem "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.05em;
}

form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #8a8a8a;
}

form input[type="text"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}

form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}

form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #8a8a8a;
}

form input[type="text"]:focus, form input[type="text"]:active,
form input[type="email"]:focus,
form input[type="email"]:active,
form input[type="password"]:focus,
form input[type="password"]:active,
form input[type="search"]:focus,
form input[type="search"]:active,
form input[type="tel"]:focus,
form input[type="tel"]:active,
form textarea:focus,
form textarea:active {
  outline: none;
}

form input[type="text"]:focus:-moz-placeholder, form input[type="text"]:active:-moz-placeholder,
form input[type="email"]:focus:-moz-placeholder,
form input[type="email"]:active:-moz-placeholder,
form input[type="password"]:focus:-moz-placeholder,
form input[type="password"]:active:-moz-placeholder,
form input[type="search"]:focus:-moz-placeholder,
form input[type="search"]:active:-moz-placeholder,
form input[type="tel"]:focus:-moz-placeholder,
form input[type="tel"]:active:-moz-placeholder,
form textarea:focus:-moz-placeholder,
form textarea:active:-moz-placeholder {
  /* Firefox 18- */
}

form input[type="text"]:focus::-moz-placeholder, form input[type="text"]:active::-moz-placeholder,
form input[type="email"]:focus::-moz-placeholder,
form input[type="email"]:active::-moz-placeholder,
form input[type="password"]:focus::-moz-placeholder,
form input[type="password"]:active::-moz-placeholder,
form input[type="search"]:focus::-moz-placeholder,
form input[type="search"]:active::-moz-placeholder,
form input[type="tel"]:focus::-moz-placeholder,
form input[type="tel"]:active::-moz-placeholder,
form textarea:focus::-moz-placeholder,
form textarea:active::-moz-placeholder {
  /* Firefox 19+ */
}

form textarea {
  height: 100px;
}

form select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75em 1rem;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  height: 52px;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1rem;
  z-index: 10;
  text-transform: uppercase;
  color: #8a8a8a;
  -moz-appearance: none;
}

form select:focus {
  outline-width: medium;
}

form select:active {
  outline: none;
}

form input[type="submit"] {
  letter-spacing: 0rem;
  font: 300 1.1rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  padding: 0.5rem 0.75rem;
}

.specw-gallery {
  width: 100%;
  padding: 5rem 0 5rem;
}

.specw-gallery.is-active .gallery-menu__item {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.specw-gallery>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.specw-gallery .gallery-menu {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.5rem 0 1rem;
}

.specw-gallery .gallery-menu__item {
  position: relative;
  list-style: none;
  margin-right: 2.5rem;
  text-transform: uppercase;
  font: 500 30px/1 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 3px;
  color: #a5a5a5;
  cursor: pointer;
  opacity: 0;
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  transition: all 0.2s ease;
}

.specw-gallery .gallery-menu__item:hover {
  opacity: 0.7;
}

.specw-gallery .gallery-menu__item:last-of-type {
  margin-right: 0;
}

.specw-gallery .gallery-menu__item:last-of-type:after {
  content: '';
  display: none;
}

.specw-gallery .gallery-menu__item:after {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  right: -1.25rem;
  top: 0rem;
  bottom: 0;
  background: #91211E;
}

.specw-gallery .gallery-menu__item.is-active {
  color: #91211E;
  font-weight: bold;
}

.specw-gallery .gallery-items {
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 59rem;
  padding: 3rem 0;
}
.specw-gallery .gallery-items.is-active .gallery-item{

    visibility: hidden;
    max-width: 0;
    max-height: 0;
}
.specw-gallery .gallery-items.is-active .gallery-item.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  max-height: 310px;
  visibility: visible;
  max-width: 100%;
}

.specw-gallery .gallery-item.is-active:nth-child(1) {
  transition-delay: 0.02s;
}

.specw-gallery .gallery-item.is-active:nth-child(2) {
  transition-delay: 0.04s;
}

.specw-gallery .gallery-item.is-active:nth-child(3) {
  transition-delay: 0.06s;
}

.specw-gallery .gallery-item.is-active:nth-child(4) {
  transition-delay: 0.08s;
}

.specw-gallery .gallery-item.is-active:nth-child(5) {
  transition-delay: 0.1s;
}

.specw-gallery .gallery-item.is-active:nth-child(6) {
  transition-delay: 0.12s;
}

.specw-gallery .gallery-item.is-active:nth-child(7) {
  transition-delay: 0.14s;
}

.specw-gallery .gallery-item.is-active:nth-child(8) {
  transition-delay: 0.16s;
}

.specw-gallery .gallery-item.is-active:nth-child(9) {
  transition-delay: 0.18s;
}

.specw-gallery .gallery-item.is-active:nth-child(10) {
  transition-delay: 0.2s;
}

.specw-gallery .gallery-item.is-active:nth-child(11) {
  transition-delay: 0.22s;
}

.specw-gallery .gallery-item.is-active:nth-child(12) {
  transition-delay: 0.24s;
}

.specw-gallery .gallery-item.is-active:nth-child(13) {
  transition-delay: 0.26s;
}

.specw-gallery .gallery-item.is-active:nth-child(14) {
  transition-delay: 0.28s;
}

.specw-gallery .gallery-item {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  box-sizing: border-box;
  height: 325px;
  transition: opacity 0.5s ease, transform 0.5s ease;
  visibility: visible;
  opacity: 0;
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  max-height: 0;
  max-width: 0;
  cursor: pointer;
  overflow: hidden;
}

.specw-gallery .gallery-item>.inner {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  left: 0.75rem;
  top: 0.75rem;
  bottom: 0.75rem;
  overflow: hidden;
}

.specw-gallery .gallery-item .gallery-item__video {
  display: none;
}

.specw-gallery .gallery-item.is-active:nth-child(3n) {
  margin-right: 0;
}

.specw-gallery .gallery-item:hover .background {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.specw-gallery .gallery-item .background {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100%);
  height: calc(100%);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 1.5s ease;
}

.specw-gallery .gallery__button {
  display: none;
}

.specw-gallery .gallery__button a {
  letter-spacing: 0.05rem;
  border-color: #91211E;
}

.modal--video .gallery-video {
  max-width: 60rem;
  margin: 0 auto;
}

.modal--gallery,
.modal--video {
  animation-name: menuFadeHome;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  transition: all 0.2s ease;
}

.modal--gallery .modal__close,
.modal--video .modal__close {
  z-index: 9999;
}

.modal--gallery>.container,
.modal--video>.container {
  display: block;
}

.modal--gallery.is-active .gallery-carousel,
.modal--video.is-active .gallery-carousel {
  opacity: 1;
}

.modal--gallery .gallery-carousel,
.modal--video .gallery-carousel {
  height: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 1.5s ease 0s;
}

.modal--gallery .gallery-carousel .slick-list,
.modal--gallery .gallery-carousel .slick-track,
.modal--video .gallery-carousel .slick-list,
.modal--video .gallery-carousel .slick-track {
  height: 100%;
  height: 100vh;
}

.modal--gallery .gallery-carousel .carousel-slide,
.modal--video .gallery-carousel .carousel-slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal--gallery .gallery-carousel .carousel-slide img,
.modal--video .gallery-carousel .carousel-slide img {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 75vh;
  box-shadow: 0px 20px 20px -50px rgba(0, 0, 0, 0.35), 0 25px 60px -35px rgba(0, 0, 0, 0.35);
}

.modal--gallery .gallery-carousel__controls,
.modal--video .gallery-carousel__controls {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 101;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.modal--gallery .gallery-carousel__controls:hover,
.modal--video .gallery-carousel__controls:hover {
  opacity: 1;
}

.modal--gallery .gallery-carousel__controls.gallery-carousel__controls--previous,
.modal--video .gallery-carousel__controls.gallery-carousel__controls--previous {
  left: 1em;
}

.modal--gallery .gallery-carousel__controls.gallery-carousel__controls--previous .previous,
.modal--video .gallery-carousel__controls.gallery-carousel__controls--previous .previous {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal--gallery .gallery-carousel__controls.gallery-carousel__controls--next,
.modal--video .gallery-carousel__controls.gallery-carousel__controls--next {
  right: 1em;
}

.modal--gallery .gallery-carousel__controls.gallery-carousel__controls--next .next,
.modal--video .gallery-carousel__controls.gallery-carousel__controls--next .next {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.modal--gallery .gallery-carousel__controls .next,
.modal--gallery .gallery-carousel__controls .previous,
.modal--video .gallery-carousel__controls .next,
.modal--video .gallery-carousel__controls .previous {
  display: inline-block;
  position: relative;
  z-index: 101;
  margin: 2px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.modal--gallery .gallery-carousel__controls .next svg,
.modal--gallery .gallery-carousel__controls .previous svg,
.modal--video .gallery-carousel__controls .next svg,
.modal--video .gallery-carousel__controls .previous svg {
  fill: white;
}

.grid {
  width: 100%;
  padding: 5rem 0;
  background: #91211E;
}

body.page-contact .grid {
  background: #91211E;
}

.grid>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid .grid-items {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

.grid .item {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.grid .item__icon img, .grid .item__icon svg {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 auto 2rem;
}

.grid .item__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #353535;
  font: 600 1.6rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.05rem;
  margin: 0 0 0.66rem;
  -webkit-font-smoothing: antialiased;
}

.grid .item__content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.grid .item__content p {
  color: #353535;
  font: 1.1rem/1.66 "Source Sans Pro", helvetica, arial, sans-serif;
}

.grid .item__content a {
  color: #353535;
  transition: all 0.25s ease;
}

.grid .item__content a:hover {
  opacity: 0.7;
}

h2.blocks__title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}

h2.blocks__title strong {
  font-weight: 700;
}

.blocks__item {
  background: #eee;
  margin: 30px;
  max-width: 1050px;
  display: flex;
}

.blocks__content {
  margin: 0 auto 90px;
}

.blocks__item_left {
  background: #91211E;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 40px 50px;
  font-size: 22px;
  text-align: center;
  font-weight: 100;
  line-height: 38px;
  letter-spacing: 2px;
}

.blocks__item_right {
  display: inline-block;
  width: 100%;
  padding: 20px 50px;
  text-align: center;
  align-self: center;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #4f4350;
}

.blocks__item_left span {
  display: block;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}

.hero {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 140px;
  min-height: 500px;
}

.hero.hero--carousel {
  position: relative;
  width: 100%;
  min-height: 500px;
}

.hero.hero--carousel .slick-list,
.hero.hero--carousel .slick-track {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.hero .hero__bar {
  background: #91211E;
  padding: 1.5rem 0;
}

.hero .hero__bar>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.hero .hero__bar p {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  font: 500 1.1rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 1px;
}

.hero .hero__bar a {
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hero .hero__bar a:hover {
  opacity: 0.7;
}

.hero .hero__controls {
  position: absolute;
  right: 3.5rem;
  top: calc(50% - 15px);
  z-index: 101;
}

.hero .hero__controls .dot {
  display: block;
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-bottom: 1rem;
  cursor: pointer;
}

.hero .hero__controls .dot.is-active {
  background: transparent;
}

.hero .hero__content {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 75px);
  z-index: 9;
  text-align: center;
  animation: heroTitle 1.5s;
  pointer-events: none;
}

.hero .hero__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 56px;
  font-size: 40px;
  margin: 0 0 0px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.35);
  -webkit-font-smoothing: antialiased;
  z-index: 9;
}

h1.hero__title.hero__title_b {
    font-weight: 900;
    font-size: 86px;
    font-family: "Oswald";
    line-height: 86px;
}

img.hero-txt-img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 5px;
}

.hero_txt_three {
  max-width: 150px;
}

.hero_txt_one {
  max-width: 110px;
}

.hero .hero__subtitle {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #ffffff;
  position: relative;
  font: 400 5rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.1rem;
  margin: 0 0 0;
  padding: 0;
  text-align: center;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.35)
}

.hero .hero-item {
  position: relative;
  display: block;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  height: calc(100vh - 112px - 64px);
  min-height: 610px;
  margin: 0;
  padding: 0;
}

.hero .hero-item>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
  position: relative;
}

.hero .hero-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}

.hero .hero-item__content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  color: #ffffff;
  transition: all 0.5s ease-out 0.1s;
}

.hero .hero-item__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #ffffff;
  position: relative;
  font: 700 3.33rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.1rem;
  margin: 0 0 0.5rem;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;
}

.hero .hero-item__subtitle {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #ffffff;
  position: relative;
  font: 400 4.5rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.05rem;
  margin: 0 0 0;
  padding: 0;
  text-align: center;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.75);
}

.hero .hero-item__buttons .button, .hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"], .post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"], .hero .hero-item__buttons .floorplans .floorplan__button a, .floorplans .floorplan__button .hero .hero-item__buttons a, .hero .hero-item__buttons form input[type="submit"], form .hero .hero-item__buttons input[type="submit"], .hero .hero-item__buttons .specw-gallery .gallery__button a, .specw-gallery .gallery__button .hero .hero-item__buttons a, .hero .hero-item__buttons .location__button, .hero .hero-item__buttons .notifications-bar .container .btn, .notifications-bar .container .hero .hero-item__buttons .btn, .hero .hero-item__buttons .header .header__bottom .main-nav .menu-item.is-button a, .header .header__bottom .main-nav .menu-item.is-button .hero .hero-item__buttons a, .hero .hero-item__buttons .page-404 .not-found__button, .page-404 .hero .hero-item__buttons .not-found__button, .hero .hero-item__buttons .page-thank-you .page-wrap .page-content .button, .page-thank-you .page-wrap .page-content .hero .hero-item__buttons .button {
  min-width: 100px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.hero .hero-item__buttons .button:nth-child(2), .hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"]:nth-child(2), .post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"]:nth-child(2), .hero .hero-item__buttons .floorplans .floorplan__button a:nth-child(2), .floorplans .floorplan__button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons form input[type="submit"]:nth-child(2), form .hero .hero-item__buttons input[type="submit"]:nth-child(2), .hero .hero-item__buttons .specw-gallery .gallery__button a:nth-child(2), .specw-gallery .gallery__button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons .location__button:nth-child(2), .hero .hero-item__buttons .notifications-bar .container .btn:nth-child(2), .notifications-bar .container .hero .hero-item__buttons .btn:nth-child(2), .hero .hero-item__buttons .header .header__bottom .main-nav .menu-item.is-button a:nth-child(2), .header .header__bottom .main-nav .menu-item.is-button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons .page-404 .not-found__button:nth-child(2), .page-404 .hero .hero-item__buttons .not-found__button:nth-child(2), .hero .hero-item__buttons .page-thank-you .page-wrap .page-content .button:nth-child(2), .page-thank-you .page-wrap .page-content .hero .hero-item__buttons .button:nth-child(2) {
  margin-left: 1.5rem;
}

.hero .scroll {
  position: absolute;
  left: calc(50% - 50px);
  bottom: .7rem;
  width: 100px;
  height: auto;
  display: none;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.25s ease;
  animation: scrollButton 1.5s;
  z-index: 99;
}

.hero .scroll:hover {
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.hero .scroll img,
.hero .scroll svg {
  width: 100%;
}

.search-module {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease;
  overflow: hidden;
  z-index: -999;
  -ms-transform: scale(1.2) translateY(-5rem);
  transform: scale(1.2) translateY(-5rem);
  opacity: 0;
}

.search-module.search-module--is-active {
  opacity: 0.9;
  visibility: visible;
  z-index: 9999;
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.search-module .close {
  background: transparent;
  color: #ffffff;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  font: 300 0.9rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  cursor: pointer;
  border-radius: 0.1rem;
  transition: all 0.1s ease;
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-module .close:focus, .search-module .close:active {
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.search-module .close i {
  margin-left: 0.85rem;
}

.search-module>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}

.search-module .form-wrap {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
}

.search-module form {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0;
  position: relative;
}

.search-module form .icon {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  font-size: 2.25rem;
  text-align: center;
  padding: 1.6rem 0 0;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.15s ease;
  color: #ffffff;
}

.search-module form .icon:hover {
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.search-module form .icon input[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: transparent;
  margin: 0;
  transition: all 0.25s ease;
}

.search-module form input[type="search"] {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  padding: 1rem 0 1rem 3.5rem;
  display: block;
  width: calc(100% - 3.5rem);
  background: transparent;
  border: 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  font: 300 3rem/175% "Source Sans Pro", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.search-module form input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}

.search-module form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.search-module form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.search-module form input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}

.search-module form input[type="search"]:active, .search-module form input[type="search"]:focus {
  outline: none;
}

.list {
  list-style: none;
}

.list li {
  padding: 0.33rem 0;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}

.list.list--checkmarks li {
  padding-left: 1.75rem;
  position: relative;
}

.list.list--checkmarks li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  bottom: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #91211E;
  font-size: 0.9rem;
}

.location>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: block;
  max-width: 60rem;
  margin: 0 auto;
}

.location__directions {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.location__map {
  width: 100%;
  display: block;
  position: relative;
  margin: 3rem 0 4rem;
}

.location__map #location {
  width: 100%;
  height: 600px;
  display: block;
  margin: 0 auto;
}

.modal {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
  opacity: 0;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.modal.modal--home-video>.container {
  max-width: 50rem;
}

.modal.modal--home-video .modal__content {
  width: 50rem;
  display: block;
  margin: 0 auto;
}

.modal.modal--home-video .modal__content .embed-container {
  width: 100%;
}

.modal.modal--privacy-policy {
  background: #FFFFFF;
}

.modal.modal--privacy-policy .modal__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font: 400 3rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
}

.modal.modal--privacy-policy .modal__content {
  overflow: auto;
}

.modal.modal--privacy-policy .modal__content--box {
  box-shadow: none;
  max-width: 60rem;
  margin: 0 auto;
}

.modal.modal--privacy-policy .modal__content--box a {
  font-weight: 700;
}

.modal.modal--privacy-policy .modal__close {
  top: 2rem;
  right: 2rem;
}

.modal.is-active {
  display: block;
  z-index: 500;
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}

.modal .modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font: 400 0.8rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.075rem;
  padding: 0 0.2rem 0.25rem;
  border-bottom: 2px solid transparent;
  transition: all 0.25s ease;
}

.modal .modal__close:hover {
  border-bottom: 2px solid #ffffff;
}

.modal .modal__close img {
  width: 40px;
  height: 40px;
  display: block;
}

.modal .modal__content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #ffffff;
}

.modal .modal__content.modal__content--box {
  background: #ffffff;
  color: #91211E;
  padding: 5rem 2.5rem;
  box-sizing: border-box;
  min-height: 50vh;
  border-radius: 3px;
}

.modal--gallery.modal .modal__close img {
  width: 30px;
  height: 30px;
}

.notifications-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 0.66rem 0;
  text-align: center;
  transition: all 0.5s ease;
  margin-top: 0px;
  visibility: visible;
}

.notifications-bar--hidden {
  margin-top: -50px;
  visibility: hidden;
}

.notifications-bar.was-dismissed {
  bottom: -80px;
}

.notifications-bar .close-notifications {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
  cursor: pointer;
}

.notifications-bar .close-notifications svg {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}

.notifications-bar .container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.notifications-bar .container .title {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding-right: 1rem;
  text-align: right;
  width: auto;
  margin: 0;
  font: 400 0.85rem "Source Sans Pro", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.notifications-bar .container .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 0.5rem;
}

.notifications-bar .container .btn:first-of-type {
  margin-left: 1.5rem;
}

.notifications-bar .container .btn:nth-child(3) {
  background: #ffffff;
}

.notifications-bar .container .btn:nth-child(3):hover {
  color: #333;
}

.page-header {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
  height: 40%;
  height: auto;
  min-height: 300px;
  width: 100%;
  margin: 0 auto;
  z-index: 8;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 105px;
  background: #91211E;
}



.page-header .page-header__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  z-index: 1;
}

.page-header .page-header__left {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
  min-height: 630px;
}

.page-header .page-header__left img {
  width: 100%;
  height: auto;
  display: block;
  animation: headerLeft 1.33s;
}

.page-header .page-header__left>.overlay {
  display: none;
}

.page-header .page-header__right {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.page-header .page-header__right .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  animation: headerRight 1.33s;
}

.page-header .page-header__right .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: headerRight 1.33s;
}

.page-header .page-header__content {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  width: 100%;
  z-index: 10;
}

.page-header .page-header__title {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  z-index: 10;
  color: #e8e8e8;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 11px;
  display: inline-block;
  padding: 4.5rem 1.5rem 4.5rem 3rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 52%;
  font-size: 84px;
  font-weight: 600;
}

.page-amenities .page-header .page-header__title, .page-location .page-header .page-header__title {
  letter-spacing: 6px;
  padding: 4.5rem 0.5rem 4.5rem 2rem;
  color: #fff;
}

.page-location .page-header .page-header__title {
  letter-spacing: 8px;
}

.page-contact .page-header .page-header__title {
  letter-spacing: 12px;
  padding: 4.5rem 1rem 4.5rem 2rem;
}

.page-header .page-header__subtitle {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  display: block;
  margin: 0.5em auto 0;
  position: relative;
  color: white;
  text-align: center;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
}

.page-header .page-header__breadcrumbs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.75rem 0;
  box-sizing: border-box;
  background: #576a7b;
  z-index: 9;
}

.page-header .page-header__breadcrumbs>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.page-header .page-header__breadcrumbs span {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #0f1215;
  box-sizing: border-box;
  line-height: 1;
}

.page-header .page-header__breadcrumbs span:first-of-type a {
  padding-left: 0;
}

.page-header .page-header__breadcrumbs span a,
.page-header .page-header__breadcrumbs span strong {
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #0f1215;
  padding: 0 0.5rem;
}

.pagination {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  padding: 1rem 0;
}

.pagination .page-numbers {
  width: auto;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-transform: uppercase;
  font: 500 1rem/2.8 "Source Sans Pro", helvetica, arial, sans-serif;
  color: #999;
  border: 1px solid #e0e0e0;
  border-radius: 0.1rem;
  letter-spacing: 0.033rem;
  margin: 0 0.5rem 0 0;
}

.pagination .page-numbers.next {
  float: right;
  margin-right: 1rem;
}

.pagination .page-numbers.prev {
  float: left;
  margin-left: 1rem;
}

.pagination .page-numbers.current {
  color: white;
  position: relative;
  background: black;
}

.post-meta {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
}

.post-meta>.inner {
  padding: 0 1em 0 0;
}

.post-meta .post-author {
  border-bottom: 1px dotted #eaeaea;
  border-top: 1px dotted #eaeaea;
  padding: 0.5rem 0 0.5rem;
  margin: 0 0 0;
}

.post-meta .post-author:after {
  clear: both;
  content: '';
  display: table;
}

.post-meta .post-author .post-author__image {
  border-radius: 50%;
  width: 20px;
  height: auto;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}

.post-meta .post-author .post-author__name {
  color: #333333;
  font: 400 0.85rem "Source Sans Pro", helvetica, arial, sans-serif;
  display: inline-block;
  float: left;
  line-height: 1.5;
}

.post-meta .post-author .post-author__name a {
  color: #333333;
}

.post-meta .post-date {
  border-bottom: 1px dotted #eaeaea;
  padding: 0.5rem 0 0.5rem;
  font: 400 0.85rem "Source Sans Pro", helvetica, arial, sans-serif;
}

.post-meta .post-categories {
  border-bottom: 1px dotted #eaeaea;
  padding: 0.5rem 0 0.5rem;
  font: 400 0.85rem "Source Sans Pro", helvetica, arial, sans-serif;
  color: #333333;
}

.post-meta .post-categories span {
  font: 300 0.75rem "Source Sans Pro", helvetica, arial, sans-serif;
  background: #eaeaea;
  color: #333333;
  padding: 4px 8px;
  border-radius: 15px;
  margin: 0 0 4px 0;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05em;
}

.post-meta .post-share {
  border-bottom: 1px dotted #eaeaea;
  padding: 0.5rem 0 0.5rem;
  font: 400 0.85rem "Source Sans Pro", helvetica, arial, sans-serif;
}

.post-meta .post-share:after {
  content: '';
  display: table;
  clear: both;
}

.post-meta .post-share .social-sharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-meta .post-share .social-sharing li {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}

.post-meta .post-share .social-sharing li.facebook a {
  color: #3B5998;
}

.post-meta .post-share .social-sharing li.twitter a {
  color: #55acee;
}

.post-meta .post-share .social-sharing li.pinterest a {
  color: #bb0000;
}

.post-meta .post-share .social-sharing li.linkedin a {
  color: #0077b5;
}

.post-meta .post-share .social-sharing li.google-plus a {
  color: #dd4b39;
}

.post-meta .post-share .social-sharing li a {
  color: #333333;
}

.post-meta .post-comments {
  border-bottom: 1px dotted #eaeaea;
  padding: 0.5rem 0 0.5rem;
  font: 400 0.85rem "Source Sans Pro", helvetica, arial, sans-serif;
}

.post-meta .post-comments i {
  color: #333333;
  margin-right: 5px;
}

.post-meta .post-comments a {
  color: #333333;
}

.reveal {
  font: 400 1.1rem/1.5rem Butler, helvetica, arial, sans-serif;
  color: #333;
}

.reveal.is-active p:not(.reveal__button) {
  display: block;
}

.reveal p:not(.reveal__button) {
  display: none;
}

.reveal a {
  color: #91211E;
}

.reveal p:empty {
  display: none;
}

.reveal .reveal__button a i {
  margin-left: 0.25rem;
}

.sidebar {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0;
  padding-left: 0;
}

.sidebar .sidebar__widget {
  display: block;
  clear: both;
}

.sidebar .sidebar__widget:after {
  clear: both;
  display: table;
  content: '';
}

.sidebar .sidebar__widget:first-of-type .sidebar__widget-title {
  margin-top: 0;
}

.sidebar .sidebar__widget .sidebar__widget-title {
  position: relative;
  padding: 0 0 0.66rem;
  margin: 1.75rem 0 1rem;
}

.sidebar .sidebar__widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .sidebar__widget ul li {
  margin: 0 0 1.25rem;
}

.sidebar .sidebar__widget p,
.sidebar .sidebar__widget ul,
.sidebar .sidebar__widget li,
.sidebar .sidebar__widget a {
  font: 300 1rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.085rem;
}

.sidebar .sidebar__widget .search-form {
  position: relative;
}

.sidebar .sidebar__widget .search-form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
}

.sidebar .sidebar__widget .search-form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
}

.sidebar .sidebar__widget .search-form input[type="submit"] {
  position: absolute;
  top: 0.5rem;
  right: 0rem;
  bottom: 1.5rem;
  padding: 0 0.5rem;
  margin: 0;
}

.similar-posts {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 2.5em auto 0;
  padding: 1.5em 0;
}

.similar-posts .similar-posts__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-transform: uppercase;
  font: 500 1rem "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.1em;
  margin: 1em 0 2.5em;
  padding-left: 2em;
}

.similar-posts .similar-post {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
}

.similar-posts .similar-post .inner {
  padding: 0 2em;
}

.similar-posts .similar-post .similar-post__image {
  display: block;
  width: 100%;
  min-height: 200px;
  background-color: #f2f2f2;
}

.similar-posts .similar-post .similar-post__image img {
  display: block;
  width: 100%;
  height: auto;
}

.similar-posts .similar-post .similar-post__title {
  text-transform: uppercase;
  font: 500 1rem "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.1em;
}

.social-links {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.social-links li {
  list-style: none;
  display: inline-block;
  list-style: none;
  margin: 0 1rem 0 0;
}

.header {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #FFFFFF;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 200;
}

.sticknav .header {
  position: fixed;
}

.sticknav .header .header__bottom {
  padding: 1rem 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.sticknav .header .logo img {
  max-width: 100px;
}

.sticknav .header .menu {
  margin-top: 0;
}

.header .header__top {
  width: 100%;
  padding: 0.75rem 0;
}

.header .header__top>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.header .header__bottom {
  width: 100%;
  padding: 20px 0;
}

.header .header__bottom>.container {
  max-width: none;
    width: calc(100% - 120px);
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.header .header__bottom #menu-mobile-mini, .header .header__bottom #menu-mobile-mini-1 {
  display: none;
}

.header .header__bottom .main-nav .menu-item {
  border-left: 2px solid #525251;
  line-height: 0.9rem;
  padding: 0 0 0 0.75rem;
}

.header .header__bottom .main-nav .menu-item.is-email {
    border-left: 0;
    padding-left: 20px;
}

.header .header__bottom .main-nav .menu-item.is-phone {
  margin-left: 0px;
  border-left: 0;
}

.header .header__bottom .main-nav .menu-item.is-phone a {
  letter-spacing: 2px;
}

.header .header__bottom .main-nav .menu-item.is-button {
  margin-left: 1rem;
  border-left: 0;
    position: relative;
    top: 1px;
}

.header .header__bottom .main-nav .menu-item:hover a {
  color: #91211E;
}

.header .header__bottom .main-nav .menu-item:first-of-type {
  border-left: 0;
  padding-left: 0;
}

.header .header__bottom .main-nav .menu-item a {
  line-height: 0.9rem;
}

.header .header__bottom .menu-item>a {
  color: #525251;
  font-weight: 300;
}

.header .header__bottom .main-nav .menu-item.is-email a{
  color: #91211E;
}

.header .logo {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  padding-right: 0;
  padding-left: 10px;
}

.header .logo a:focus, .header .logo a:active {
  outline: none;
  outline: 0;
}

.header .logo h1 {
  color: #FFFFFF;
  font: 700 1rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  margin: 0;
  padding: 1em 0;
}

.header .logo img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  width: auto;
  max-width: 190px;
  height: auto;
  max-height: 100px;
  margin: 0;
  transition: all 0.5s ease;
}

.header .menu {
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-right: 0;
  padding-left: 0;
  margin-top: 0px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header .main-nav {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: right;
}

.header .main-nav .menu-item {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  display: inline-block;
  margin: 0 0.25rem;
  padding: 5px 0;
  text-align: right;
  transition: all 0.33s ease;
}

.header .main-nav .menu-item a {
  display: block;
  font: 600 18px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  text-transform: uppercase;
  padding: 0 1px;
  transition: all 0.2s ease;
  letter-spacing: 2px;
}

.header .main-nav .menu-item.menu-item-has-children {
  transition: 0.5s ease;
  padding-right: 15px;
}

.header .main-nav .menu-item.menu-item-has-children>a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 0;
}

.header .main-nav .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 1.25rem;
  left: -1em;
  background: transparent;
  text-align: left;
  padding: 1rem 0 0 0;
  width: auto;
  min-width: 175px;
  opacity: 0;
  z-index: 1001;
  transition: all 0.5s ease 0.1s;
}

.header .main-nav .menu-item.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  display: block;
}

.header .main-nav .menu-item.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  margin: 0;
  background: white;
  width: auto;
  display: block;
  text-align: left;
  cursor: pointer;
}

.header .main-nav .menu-item.menu-item-has-children .sub-menu li:first-child {
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #f0f0f0;
}

.header .main-nav .menu-item.menu-item-has-children .sub-menu li:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #f0f0f0;
}

.header .main-nav .menu-item.menu-item-has-children .sub-menu li:hover {
  background: #f7f7f7;
  -ms-transform: none;
  transform: none;
}

.header .main-nav .menu-item.menu-item-has-children .sub-menu li a {
  color: #333333;
  padding: 0.75em 4em 0.75em 1em;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.15em;
}

.header .main-nav .menu-item.menu-item-has-children .sub-menu li a:after, .header .main-nav .menu-item.menu-item-has-children .sub-menu li a:before {
  display: none;
}

.header .main-nav .menu-item.menu-item-has-children:hover {
  opacity: 1;
}

.header .main-nav .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}

.header .main-nav .menu-item.menu-item-has-children:hover .sub-menu:hover {
  display: block;
  opacity: 1;
}

.header .main-nav .menu-item:last-child {
  margin-right: 0;
}

.header .main-nav .menu-item.current-menu-item a {
  /* color: #91211E;
  font-weight: bold; */
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.header.sticky .logo {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 0;
  padding-left: 0;
}

.header.sticky .logo a {
  color: white;
}

.header.sticky .logo a img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0.35em auto;
}

.header.sticky .menu {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header.sticky .menu.menu--left {
  float: left;
}

.header.sticky .menu.menu--left .main-nav {
  text-align: left;
}

.header.sticky .menu.menu--right {
  float: right;
}

.header.sticky .menu.menu--right .main-nav {
  text-align: right;
}

.header.sticky .menu .main-nav {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
}

.header.sticky .menu .main-nav li {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  display: inline-block;
  margin: 0 0.5em;
  padding: 5px 0;
  text-align: right;
  transition: all 0.2s ease 0.1s;
}

.header.sticky .menu .main-nav li a {
  color: #333333;
  display: block;
  font-family: "Source Sans Pro", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  padding: 0 0.25em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.header.sticky .menu .main-nav li a:after {
  content: '';
  display: block;
  background: #333333;
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: 50%;
  transition: all 0.25s ease;
}

.header.sticky .menu .main-nav li a:hover:after {
  width: 100%;
  left: 0%;
  margin-left: 0%;
  right: 0%;
}

.header.sticky .menu .main-nav li.menu-item-has-children {
  transition: 0.5s ease;
  padding-right: 15px;
}

.header.sticky .menu .main-nav li.menu-item-has-children:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #333333;
  position: absolute;
  top: 5px;
  right: 0;
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: -1em;
  background: transparent;
  text-align: left;
  padding: 30px 0 0;
  width: auto;
  min-width: 175px;
  opacity: 0;
  z-index: 1001;
  transition: all 0.5s ease 0.1s;
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  display: block;
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  margin: 0;
  background: white;
  width: auto;
  display: block;
  text-align: left;
  cursor: pointer;
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:first-child {
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #f0f0f0;
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #f0f0f0;
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:hover {
  background: #f7f7f7;
  -ms-transform: none;
  transform: none;
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a {
  color: #333333;
  padding: 0.75em 4em 0.75em 1em;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.15em;
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a:after, .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a:before {
  display: none;
}

.header.sticky .menu .main-nav li.menu-item-has-children:hover {
  opacity: 1;
}

.header.sticky .menu .main-nav li.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}

.header.sticky .menu .main-nav li.menu-item-has-children:hover .sub-menu:hover {
  display: block;
  opacity: 1;
}

.header.sticky .menu .main-nav li:last-child {
  margin-right: 0;
}

.header.sticky .menu .main-nav li.current-menu-parent:not(.btn) a:after, .header.sticky .menu .main-nav li.current-menu-parent:not(.brv-cart-item) a:after, .header.sticky .menu .main-nav li.current-page-ancestor:not(.btn) a:after, .header.sticky .menu .main-nav li.current-page-ancestor:not(.brv-cart-item) a:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 96%;
  height: 2px;
  left: 2%;
  bottom: -5px;
  transition: all 0.25s ease;
}

.header.sticky .menu .main-nav li.current-menu-parent .sub-menu .current_page_item a:after, .header.sticky .menu .main-nav li.current-menu-parent .sub-menu .current_page_item a:before, .header.sticky .menu .main-nav li.current-page-ancestor .sub-menu .current_page_item a:after, .header.sticky .menu .main-nav li.current-page-ancestor .sub-menu .current_page_item a:before {
  display: none;
}

.header.sticky .menu .main-nav li.current-menu-item a:after {
  content: '';
  display: block;
  background: #333333;
  width: 20px;
  margin-left: -10px;
  left: 50% !important;
}

.header.sticky .menu .main-nav li.current-menu-item:hover a:after {
  width: 30px !important;
  margin-left: -15px;
  left: 50% !important;
}

.header.sticky .menu .main-nav li.btn a:hover:before, .header.sticky .menu .main-nav li.btn a:hover:after {
  display: none;
}

.header.sticky .menu .main-nav li:not(.btn) a:after,
.header.sticky .menu .main-nav li:not(.current-menu-item) a:after,
.header.sticky .menu .main-nav li:not(.current-page-ancestor) a:after,
.header.sticky .menu .main-nav li:not(.menu-item-has-children) a:after {
  content: '';
  position: absolute;
  background: #333333;
  left: 0%;
  bottom: 0px;
}

.header.sticky .menu .main-nav li:not(.btn) a:hover:after,
.header.sticky .menu .main-nav li:not(.current-menu-item) a:hover:after,
.header.sticky .menu .main-nav li:not(.current-page-ancestor) a:hover:after,
.header.sticky .menu .main-nav li:not(.menu-item-has-children) a:hover:after {
  width: 92%;
  left: 4%;
}

.header {
  /*
	*
	*	Styles for the Menu Icon
	*
	*/
  /*
	*
	*	Styles when the mobile menu is activated
	*
	*/
}

.header .menu-icon {
  width: 33px;
  height: 25px;
  border: none;
  background: transparent;
  position: absolute;
  top: 2.4rem;
  right: 1rem;
  cursor: pointer;
  padding: 0;
  display: none;
  float: right;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #91211E;
  z-index: 999;
}

.header .menu-icon:focus, .header .menu-icon:active {
  outline: none;
}

.header .menu-icon:after, .header .menu-icon:before,
.header .menu-icon span {
  width: 100%;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  display: block;
  background: #91211E;
}

.header .menu-icon:after, .header .menu-icon:before {
  content: '';
  transition: 0.3s width 0.4s;
}

.header .menu-icon:after {
  top: 0px;
  left: 0px;
  margin-top: 0px;
}

.header .menu-icon:before {
  bottom: 4px;
  right: 0px;
  margin-bottom: 0px;
}

.header .menu-icon span {
  top: 50%;
  margin-top: -4px;
  transition: transform 0.3s;
}

.header .menu-icon span:before {
  content: '';
  background: #91211E;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}

.header .menu-icon.is-active:after {
  transition: all 0.2s;
  width: 0%;
  left: 0px;
}

.header .menu-icon.is-active:before {
  transition: all 0.2s;
  width: 0%;
  right: 0px;
}

.header .menu-icon.is-active span {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s transform 0.4s;
}

.header .menu-icon.is-active span:before {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: 0.3s transform 0.4s;
}

.header.mobile-active {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.975);
  animation-name: menuFade;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

.header.mobile-active .notifications-bar {
  display: none;
}

.header.mobile-active>.header__bottom>.container {
  height: 100%;
  padding: 0;
}

.header.mobile-active>.header__bottom #menu-mobile-mini-1 {
  display: none;
}

.header.mobile-active>.header__bottom #menu-main-navigation {
  max-height: none;
    padding-top: 0;
    margin-top: -9rem;
}

.header.mobile-active>.header__bottom .menu {
  max-height: 100vh;
  -ms-flex: 0 0 calc(100%);
flex: 0 0 calc(100%);
max-width: calc(100%);
}

.header.mobile-active>.header__bottom .main-nav {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 4rem;
}

.header.mobile-active>.header__bottom .menu .menu-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.header.mobile-active .mobile-friendly {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  display: flex;
}

.header.mobile-active .menu {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header.mobile-active .menu .main-nav {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.header.mobile-active .menu .main-nav .menu-item {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header.mobile-active .menu .main-nav .menu-item a {
  font-size: 1.5rem;
}

.header.mobile-active .menu .main-nav .menu-item a:hover {
  -ms-transform: none;
  transform: none;
  opacity: 0.8;
}

.header.mobile-active .menu .main-nav .menu-item:hover {
  -ms-transform: none;
  transform: none;
}

.header.mobile-active .menu .main-nav .menu-item:hover a {
  -ms-transform: none;
  transform: none;
}

.header.mobile-active .menu .main-nav .menu-item.menu-item-has-children:before {
  display: none;
}

.header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu {
  position: relative;
  box-shadow: none;
  opacity: 1;
  background: transparent;
  margin-top: 0.5em;
  top: 0;
  left: 0;
  display: none;
}

.header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu.sub-menu--is-open {
  display: block;
}

.header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu:hover {
  box-shadow: none;
}

.header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu li {
  border-bottom: 0;
  padding: 0.25em 0;
  text-align: center;
}

.header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu li:hover {
  background: transparent;
}

.header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu li a {
  color: white;
  font-size: 0.8rem;
  padding: 0;
}

.header.mobile-active .menu .main-nav .menu-item.current-menu-item a {
  display: inline-block;
  padding: 2px 5px 0;
}

.header.mobile-active .menu .main-nav .menu-item.current-menu-item .sub-menu li {
  background: transparent;
}

.header.mobile-active .menu .main-nav .menu-item.current-menu-item .sub-menu li a {
  color: white;
  background: transparent;
}

.header.mobile-active .menu .main-nav .menu-item.current-page-ancestor a {
  color: white;
}

.header.mobile-active .menu .main-nav .menu-item.current-page-ancestor .sub-menu li.current-menu-item {
  background: transparent;
  display: block;
}

.header.mobile-active .menu .main-nav .menu-item.current-page-ancestor .sub-menu li.current-menu-item a {
  display: inline-block;
  padding: 0 0.25em;
  color: white;
}

.header.shrink .logo a img {
  max-width: 100px;
  margin: 0.65em auto;
}

footer {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

footer.footer--columns-1 .footer-column {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

footer.footer--columns-2 .footer-column {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
}

footer.footer--columns-3 .footer-column {
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
  padding-right: 0;
  padding-left: 0;
}

footer.footer--columns-4 .footer-column {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0;
  padding-left: 0;
}

.footer>.container--top {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  padding: 50px 5rem 60px;
  max-width: 100%;
  width: 100%;
  background: #4c4c4c;
}

.footer>.container--bottom {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
  width: 100%;
  text-align: center;
  width: 100%;
  padding: 2.75rem 0;
}

.footer>.container--bottom p {
  font: 400 16px/1.25 "Source Sans Pro", helvetica, arial, sans-serif;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #555;
}


.footer>.container--bottom p a {
  transition: all 0.25s ease;
  color: #555;
}

.footer>.container--bottom p a:hover {
  opacity: 0.7;
}

.footer>.container--bottom .footer__icons {
  height: 18px;
  width: auto;
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  margin-right: 0.5rem;
}

.footer .widget {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #FFFFFF;
  text-align: center;
}

.footer .widget__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #FFFFFF;
  font: 700 15px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  -webkit-font-smoothing: antialiased;
}

.footer .textwidget {
  font: 300 13px/1.85 "Source Sans Pro", helvetica, arial, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  opacity: 0.9;
}

.footer .textwidget a {
  color: #FFFFFF;
  transition: all 0.25s ease;
}

.footer .textwidget a:hover {
  opacity: 0.7;
}

.footer .footer__logo {
  width: 60%;
  height: auto;
  max-width: 200px;
  display: block;
  margin: 0px auto 0;
}

body.index>.container,
body.search>.container,
body.archive>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body.index .page-content,
body.search .page-content,
body.archive .page-content {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 0;
  padding-left: 0;
  padding-right: 10rem;
}

body.index .post,
body.search .post,
body.archive .post {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto 3rem;
}

body.index .post .post__title,
body.search .post .post__title,
body.archive .post .post__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: black;
  text-transform: uppercase;
  font: 500 1.8rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  margin-top: 2rem;
}

body.index .post .post__date,
body.search .post .post__date,
body.archive .post .post__date {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 2.5rem;
  text-align: right;
  font: 300 1.25rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}

body.index .post .post__content,
body.search .post .post__content,
body.archive .post .post__content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body.index .post .post__content p,
body.search .post .post__content p,
body.archive .post .post__content p {
  font: 300 1rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  color: #525252;
  letter-spacing: 0.03rem;
}

body.index .post .post__image,
body.search .post .post__image,
body.archive .post .post__image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body.index .post .post__image img,
body.search .post .post__image img,
body.archive .post .post__image img {
  width: 100%;
  height: auto;
  display: block;
}

body.index .post .post__read-more,
body.search .post .post__read-more,
body.archive .post .post__read-more {
  color: black;
  transition: 0.2s ease;
}

body.index .post .post__read-more:hover,
body.search .post .post__read-more:hover,
body.archive .post .post__read-more:hover {
  opacity: 0.5;
}

body.search .post {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}

.pagination {
  text-align: center;
  padding: 1rem 0;
}

.pagination .page-numbers {
  width: auto;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-transform: uppercase;
  font: 500 1rem/2.8 "Source Sans Pro", helvetica, arial, sans-serif;
  color: #91211E;
  border: 1px solid #f2f2f2;
  border-radius: 0.1rem;
  letter-spacing: 0.033rem;
  margin: 0 0.5rem 0 0;
}

.pagination .page-numbers:hover {
  background: black;
  border: 1px solid black;
}

.pagination .page-numbers.next {
  float: right;
  margin-right: 1rem;
}

.pagination .page-numbers.prev {
  float: left;
  margin-left: 1rem;
}

.pagination .page-numbers.current {
  color: black;
  position: relative;
  background: black;
  border: 1px solid black;
}

body.search .page-header {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: none;
  width: 100%;
  height: 50vh;
}

body.search .page-header>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

body.search .page-header .page-header__content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  z-index: 10;
}

body.search .page__content {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 0;
  padding-left: 0;
}

.home-section-b:not(.content-right) .content-image__content {
  background-color: transparent;
  background-image: url(/wp-content/uploads/Grey_Parallax.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.home-section-b:not(.content-right) .content-image__content .content-image__title:after {
  background: #4e4e4e !important;
}

.home-section-b:not(.content-right) .content-image__description p {
  color: #fff;
}

.home-section-b:not(.content-right) .content-image__content h2.content-image__title {
  color: #fff;
}

.home-section-b:not(.content-right) .inner {
  max-width: 100%;
  margin: 0 6rem 0 5.5rem;
}

.content-right.home-section-b .inner {
  max-width: 100%;
  margin: 0 5.5rem 0 7.5rem;
}

.content-right.home-section-b .content-image__content {
  padding: 13.5rem 0 11rem;
}

.content-right.home-section-b .content-image__content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-size: 110% 1100px;
  background-position: center;
  content: ' ';
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.home-section-b .content-image__content {
    background-image: url(/wp-content/uploads/light-wood-texture-2-copy-2.jpg);
    background-size: cover;
}


.home-section-b .content-image__content .inner {
    z-index: 1;
    position: relative;
}

.home-section-b:not(.content-right) .inner {
  max-width: 100%;
  margin: 0 6rem 0 5.5rem;
}

.content-right.home-section-b h2.content-image__title {
  line-height: 2.5rem;
  color: #4c4c4c;
  font-weight: 600;
  letter-spacing: 7px;
    margin-bottom: 5.5rem;
}


.home-section-c {
}

.home-section-c .content-image__content {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 12rem 0 6rem;
  background: #91211E;
}

.home-section-c .inner {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  height: auto;
}

.home-section-c .content-image__title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      color: #FFFFFF;
      font: 600 48px/1 "Oswald", helvetica, arial, sans-serif;
      text-transform: none;
      margin-bottom: 80px;
      white-space: nowrap;
}

.content-right.home-section-b h2.content-image__title:after {
    background: #4c4c4c;
    bottom: -3rem;
}


.home-section-c .content-image__description {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.home-section-c .content-image__description p {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  font: 500 22px/38px "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 1px;
}

.home-amenities {
  background: #9C9E9E;
}

.home-amenities .amenities__title {
  color: #FFFFFF;
  font-size: 62px;
  letter-spacing: 0.3rem;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Oswald";
}

.home-amenities .amenities__title:after {
  content: '';
  background: #ffffff;
  bottom: -10px;
  width: 145px;
  height: 2px;
}

.page-content {
  padding: 8rem 0 5rem;
}

.page-content>.container {
  max-width: 66.5rem;
}

#battery-floor-plans {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  padding: 3rem 0;
}

body.page-contact .section-title, body.page-contact .amenities .amenities__title, .amenities body.page-contact .amenities__title, body.page-contact .contact-map-form .contact__form-title, .contact-map-form body.page-contact .contact__form-title, body.page-contact .content-image__content .content-image__title, .content-image__content body.page-contact .content-image__title, body.page-contact .floorplans .floorplans__title, .floorplans body.page-contact .floorplans__title {
  padding-left: 0.75rem;
}

body.page-contact .section-title:after, body.page-contact .amenities .amenities__title:after, .amenities body.page-contact .amenities__title:after, body.page-contact .contact-map-form .contact__form-title:after, .contact-map-form body.page-contact .contact__form-title:after, body.page-contact .content-image__content .content-image__title:after, .content-image__content body.page-contact .content-image__title:after, body.page-contact .floorplans .floorplans__title:after, .floorplans body.page-contact .floorplans__title:after {
  content: '';
  left: 0.75rem;
}

body.page-contact div.wpcf7 .ajax-loader {
  display: none;
}

.page-404 .page-wrap>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 90vh;
}

.page-404 .page-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

.page-404 .not-found__title {
  font: 600 54px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #91211E;
  letter-spacing: 0.1rem;
  position: relative;
  margin: 0 0 0.15rem;
  letter-spacing: 0.15rem;
}

.page-404 .not-found__image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding: 0rem 0;
  margin: 50px 0;
}

.page-404 .not-found__image img {
  width: 290px;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.page-404 p {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
    letter-spacing: 2px;
    font: 600 22px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
}

.single .page-header {
  height: 50%;
  height: 50vh;
  min-height: 350px;
}

.single .page-header .page-header__overlay {
  opacity: 0.75;
}

.single .post-container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 60rem;
  margin: 0 auto;
  padding: 5rem 0;
}

.single .page-content {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}

.single .page__title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.single .sidebar {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding-left: 3rem;
}

.page-thank-you .page-wrap {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 90vh;
}

.page-thank-you .page-wrap .page-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.page-thank-you .page-wrap .page-content .post-comments-container .form-submit input[type="submit"], .post-comments-container .form-submit .page-thank-you .page-wrap .page-content input[type="submit"], .page-thank-you .page-wrap .page-content .floorplans .floorplan__button a, .floorplans .floorplan__button .page-thank-you .page-wrap .page-content a, .page-thank-you .page-wrap .page-content form input[type="submit"], form .page-thank-you .page-wrap .page-content input[type="submit"], .page-thank-you .page-wrap .page-content .specw-gallery .gallery__button a, .specw-gallery .gallery__button .page-thank-you .page-wrap .page-content a, .page-thank-you .page-wrap .page-content .location__button, .page-thank-you .page-wrap .page-content .notifications-bar .container .btn, .notifications-bar .container .page-thank-you .page-wrap .page-content .btn, .page-thank-you .page-wrap .page-content .header .header__bottom .main-nav .menu-item.is-button a, .header .header__bottom .main-nav .menu-item.is-button .page-thank-you .page-wrap .page-content a, .page-thank-you .page-wrap .page-content .page-404 .not-found__button, .page-404 .page-thank-you .page-wrap .page-content .not-found__button {
  font: 300 1.33rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.1rem;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
}

.page-thank-you .page-wrap>.container {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.home-s-d .inner {
  margin: 0 2rem 0 3.5rem !important;
}

.footer-address {
  display: inline-block;
}

a.hero__btn {
  color: #333;
  padding: 0;
  font-size: 15px;
  margin: 60px auto 0;
  display: inline-block;
  clear: both;
  letter-spacing: 2px;
  position: relative;
  border-radius: 3px;
}

a.hero__btn img {
  width: 100px !important;
  height: 100px;
}

.page.page-layouts .page-header .page-header__content, .page.page-amenities .page-header .page-header__content, .page.page-gallery .page-header .page-header__content, .page.page-location .page-header .page-header__content, .page.page-contact .page-header .page-header__content {
  min-height: 630px;
}

.page.page-layouts .page-header__left .background, .page.page-amenities .page-header__left .background, .page.page-gallery .page-header__left .background, .page.page-location .page-header__left .background, .page.page-contact .page-header__left .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: headerLeft 1.33s;
}

.page-contact form .field>label {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.page-contact form input[type="submit"] {
  letter-spacing: 2px;
  font: 400 1.1rem/1 "Source Sans Pro", helvetica, arial, sans-serif;
  padding: 10px 20px;
  border: 0;
  background: transparent;
  color: #91211E;
  border: 2px solid #91211E;
  transition: all .3s;
}

.page-contact form input[type="submit"]:hover {
  background: #91211E;
  color: #fff;
}

.page.page-layouts .page-content {
  padding: 8.5rem 0 5rem;
}

.page.page-location .page-content {
  padding: 8.5rem 0 4rem;
}

.page.page-location .section-title+p {
  font: 500 20px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0px;
  line-height: 28px;
  margin-top: 70px;
    color: #91211E;
}

.page.page-location .section-title+p a {
  text-decoration: underline;
  color: #333 !important;
}

.page.page-contact .grid {
  padding: 0rem 0 4.5rem;
  position: relative;
}



.page.page-contact .page-content {
  padding: 8rem 0 5rem;
}

.page.page-contact .grid>.container {
  max-width: 78rem;
}

.page.page-contact .grid .item__title {
  margin: 0 0 5px;
  color: #fff;
  font-weight: 700;
}

.page.page-contact .grid .item__content p {
  color: #fff;
  font: 500 16px/1.66 "Source Sans Pro", helvetica, arial, sans-serif;
  line-height: 24px;
  margin: 0 auto;
  letter-spacing: 1px;
}

.page.page-contact .grid .item__content p a {
  color: #fff;
}

.location-link strong {
  font-size: 20px;
  line-height: 30px;
  color: #91211E;
}

.location-link {
  margin-top: 5px;
  letter-spacing: 2px;
}

a.location__button {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
}

.page.page-location .location>.container {
  max-width: 67rem;
}

.page.page-amenities .page-content {
  padding: 2rem 0 5.5rem 11rem;
}

.page.page-amenities .page-content p {
  font-size: 12px;
  line-height: 14px;
}

.page.page-amenities .page-content p a {
  text-decoration: underline;
}

.page-layouts .section-title+p, .page-amenities .section-title+p {
  margin-top: 4rem;
  font: 400 16px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 30px;
}

.home-section-b .content-image__description p a {
  color: #91211E !important;
}

.carousel-loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.lds-dual-ring {
  margin: auto;
  width: 64px;
  height: 64px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.home-s-d h2.content-title, .home-section-a h2.content-title {
  color: #fff;
  font-size: 54px;
  line-height: 92px;
  font-weight: 200;
  letter-spacing: 6px;
  text-shadow: 5px 5px 30px rgba(17, 17, 17, 0.8);
}

.home-s-d .content-image__content {
  padding: 17rem 0 0;
  min-height: 740px;
  background-position: center left;
  background-size: cover;
}

.home-s-d .content-image__content .bgFade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.home-s-d img.content-title-img {
  max-width: 280px;
  position: relative;
  left: 140px;
  top: 0px;
}

img.content-title-img {
  width: 100%;
  max-width: 300px;
}

.home-s-d .graphA, .home-s-d .graphB {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/Graphic_Pattern_1-01-1.svg);
  background-repeat: no-repeat;
  opacity: 0.3;
}

.home-s-d .graphA {
  background-position: left -318px top -318px;
}

.home-s-d .graphB {
  background-position: right -240px bottom -90px;
  opacity: 0.4;
  background-size: 650px;
}

.home-section-a .content-image__content {
  padding: 8.5rem 0 0;
  min-height: 750px;
  background: #91211E;
}

.home-section-a .content-image__content .inner {
  max-width: calc(100% - 12.5rem);
}

.home-section-a .content-image__content .bgFade {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(22, 42, 83, 0.3);
}

.home-section-a h2.content-title {
  font-size: 100px;
}

.home-section-a img.content-title-img {
  max-width: 480px;
  left: 60px;
  top: 20px;
  position: relative;
}

.home-section-a.content-image.is-active .content-image__images.count--3 .image:nth-child(2) {
  background-position: calc(50% + 50px) center;
}
.home-section-a.content-image.is-active .content-image__images.count--3 .image:nth-child(3) {
  background-position: calc(50% + 20px) calc(50% - 30px);
  background-size: auto 120%;
}

h2.content-title.ct-b {
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 4px;
}

.home-section-a h2.content-title.ct-b {
  color: #91211E;
  position: relative;
  left: 90px;
  top: 20px;
  font-size: 104px;
}

.home-s-d h2.content-title.ct-b {
  position: relative;
  left: 0px;
  font-size: 56px;
  color: #ffffff;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  color: #4a4a41 !important;
  background: #fff;
  padding: 1px;
  width: 30px;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  margin: 4px;
}

.footer-social a.instagram-link {
  padding-left: 1px;
  padding-top: 1px;
}



.hero .hero__title span {
  font-family: "Saltery-Regular-Rough";
  text-transform: none;
  font-weight: 300;
  letter-spacing: 1px;
  margin-right: 10px;
}



.hostpots {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 20px;
  color: #3e4756;
}

.hostpots strong {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  display: block;
  line-height: 22px;
  color: #182d50;
}

.location-link {
  margin-top: 5px;
  letter-spacing: 2px;
  display: block;
  width: 100%;
}

.location-link strong {
  font-size: 20px;
  line-height: 22px;
  color: #91211E;
}

.location-link a {
  font-size: 18px;
  color: #91211E;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 36px;
}

.page.page-contact .grid>.container .item__icon img, .page.page-contact .grid>.container .item__icon svg {
  height: 190px;
  margin: 30px auto 0;
}

.page-thank-you h2.section-title {
  text-transform: uppercase;
  color: #91211E;
}

.page-404 .not-found__button, .page-thank-you .gb-button {
  font: 600 14px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.1rem;
  padding: 8px 30px;
  margin-top: 2rem;
}

.header.mobile-active .header__bottom #menu-mobile-mini {
  display: block;
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  -ms-flex: 0 0 calc(100% - 170px);
  flex: 0 0 calc(100% - 170px);
  max-width: calc(100% - 170px);
  padding-top: 0;
}

.header.mobile-active .header__bottom #menu-mobile-mini .menu-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 135px;
  min-width: 135px;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  top: 1rem;
  opacity: 1;
}

.header.mobile-active .header__bottom #menu-mobile-mini .menu-item.is-phone {
  -ms-flex-order: 0;
  order: 0;
}

.header.mobile-active .header__bottom #menu-mobile-mini .menu-item.is-button {
  -ms-flex-order: 1;
  order: 1;
}

.header.mobile-active>.header__bottom .menu .menu-item.is-button, .header.mobile-active>.header__bottom .menu .menu-item.is-phone {
  display: none;
}

.carousel-slide.iframetype a {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-height: 75vh;
  outline: none;
}

.carousel-slide.iframetype .prevw span:hover {
  background: #fff;
  color: #111;
}

.carousel-slide.iframetype .prevw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
}

.carousel-slide.iframetype img {
  position: static !important;
  top: auto !important;
  -ms-transform: initial !important;
  transform: initial !important;
  margin: 0 !important;
}

.carousel-slide.iframetype {
  text-align: center;
}

.carousel-slide.iframetype .prevw span {
  display: inline-block;
  transition: all 0.25s ease;
  border: 1px solid #fff;
  padding: 10px 30px;
  letter-spacing: 3px;
  font-size: 18px;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
}

.custom-map iframe {
  width: 100% !important;
  height: 640px;
  margin-top: -50px;
  border: 0;
}

.custom-map {
  overflow: hidden;
  margin: 30px 0 2rem;
}

.page-amenities .amenities>.container {
  max-width: 66.5rem;
}

.page-amenities .amenities {
  padding: 9.5rem 0 0rem;
  margin-bottom: -3rem;
  overflow: hidden;
}

.page-amenities .amenities:nth-of-type(3) {
  padding: 3.5rem 0 0rem;
}

.page-amenities .amenities:last-of-type {
  padding: 7rem 0 0;
}

.page-amenities .amenities .amenities__title {
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 4px;
}

.page-amenities .amenities .amenity {
  margin: 0 0 40px;
  padding-right: 48px;
}

.page-amenities .amenities .amenity__icon img, .page-amenities .amenities .amenity__icon svg {
  height: 90px;
  margin: -20px -15px;
}

.page-amenities .amenities .amenity__content {
  padding-left: 25px;
}

.page-amenities .amenities .amenities__list {
  width: 100%;
  margin-left: auto;
  padding: 5rem 0 0;
}

.page-amenities .amenities .amenity__content p {
  font: 500 16px/1.6 "Source Sans Pro", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #91211E;
}

.page-thank-you .page-wrap .page-content {
  padding: 12rem 0 10rem;
}

.page-404 .page-wrap .page-content {
  padding: 16rem 0 9rem;
}

.page-thank-you h2.section-title, .page-404 h2.not-found__title {
  font-size: 62px;
      font-family: "Oswald";
      letter-spacing: 4px;
    font-weight: 600;
}

.thank-headline {
    margin: 0 auto 30px;
    padding: 70px 70px 30px;
    background-size: cover;
}

.page.page-thank-you .page-content>.container p, .page-404 .page-content>.container p {
  line-height: 34px;
  font-size: 22px;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 600;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
  /* color: #fff; */
}

span.vr {
  margin: 4px;
}

.page-header .page-header__title.mobile-only {
  display: none;
}

div#battery-floor-plans-cs {
  text-align: center;
  width: 100%;
  background: #eee;
  padding: 50px;
  margin: 20px 0 0;
  cursor: default;
}

.home-section-b .content-image__description p {
  color: #545454;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 26px;
  line-height: 36px;
}

.floorplans .floorplan__title {
  line-height: 2.5rem;
}

img.fp-st {
  max-width: 60px;
  vertical-align: middle;
}

img.am-img {
  max-width: 60px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.location-box {
  position: absolute;
  z-index: 99999;
  top: 10px;
  left: 10px;
  background-color: rgba(119, 119, 119, 0.8);
  padding: 20px;
}

.loc-search {
  position: relative;
}

.loc-search input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ddd;
  color: #eee;
  padding: 10px 10px 10px 0px;
  margin-bottom: 10px;
  outline: none;
}

.loc-search input::-webkit-input-placeholder {
  color: #ddd;
}

.loc-search input:-moz-placeholder {
  color: #ddd;
}

.loc-search input::-moz-placeholder {
  color: #ddd;
}

.loc-search input:-ms-input-placeholder {
  color: #ddd;
}

.loc-search-icon {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50px;
  cursor: pointer;
}

.loc-search-icon svg {
  width: 100%;
  height: 100%;
}

.loc-search-icon svg #search {
  fill: #ddd;
}

div#mapFullWidth {
  width: 100%;
  height: 500px;
}

.header .header__bottom .main-nav .menu-item.is-phone a {
  font-weight: 400;
}

a.button.button--naked.gb-button, .page-404 .not-found__button {
  margin-top: 20px;
      font-size: 24px;
      padding: 2px 20px;
      letter-spacing: 4px;
      background: #91211E;
      color: #fff;
}

a.button.button--naked.gb-button, .page-404 .not-found__button:hover {

  background: #fff;
  color: #91211E;

}

.header.mobile-active .menu {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

img.mobile-logo {
    display: none !important;
}


body.is_IE .header .menu{
  /* margin-left: 100px */
  width: 100%;
}





.team__container {
    display: block;
    text-align: center;
}

.team__item {
    display: inline-block;
    width: 19%;
    margin: 20px 3% 0;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.team__item_img {
    position: relative;
}

.team_img {
    height: 240px;
    background-size: cover;
    width: 100%;
    background-position: center;
    transition: all .5s ease;
    border-radius: 2px;
}

.team > .container {
    max-width: 1200px;
}

.team {
    padding: 100px 60px 120px;
}

h2.team__title {
    text-align: center;
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 6px;
    margin: 0 0 60px;
    position: relative;
}

h2.team__title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2rem;
    width: 140px;
    height: 2px;
    background: #91211E;
}

.team__content {
    width: 100%;
}


.team__item_bottom {
  margin-top: 25px;

}

.team__item_bottom h1 {
    font-family: "Oswald";
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 4px;
    margin: 0 auto;
    display: table;
    position: relative;
}

.team__item_bottom h2 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    color: #999;
    font-weight: 100;
}

.team_plus {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 40px;
  background: #91211E;
  bottom: 5px;
  right: 10px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

.team__item:hover .team_plus {
background: #6d1311;
}

.team__item_bottom h1:after{
    content: ' ';
    position: absolute;
    width: 99%;
    height: 2px;
    background: #91211E;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
    bottom: -5px;
}
.team__item:hover .team__item_bottom h1:after {
  bottom: 3px;
  opacity: 1;
}

.team__item:hover .team_img {
    box-shadow: 4px 4px 20px rgba(0,0,0,.15);
}



.ts-container{
    background: #fff;
    color: #111;
    padding: 60px 60px 30px 60px;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}

.ts-top {
    display: flex;
}

.ts-left {
    width: 40%;
}


.ts-right {
    width: 60%;
    padding-left: 50px;
    height: 380px;
    display: flex;
    flex-direction: column;
}

.ts-img {
    height: 380px;
    background-size: cover;
    background-position: center;
}

.ts-close {
      position: absolute;
      top: 50px;
      right: 50px;
      background: #91211E;
      border: 2px solid #91211E;
      color: #fff;
      width: 50px;
      height: 50px;
      line-height: 46px;
      text-align: center;
      border-radius: 50px;
      font-size: 34px;
      text-indent: 1px;
      cursor: pointer;
      font-weight: 700;
      transition: all .3s;
}

.ts-close:hover {

      background: #fff;
      color: #91211E;

}


.ts-name {
    color: #91211E;
    font-family: "Oswald";
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ts-position {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    color: #777;
    margin: 10px 0 20px;
    letter-spacing: 3px;
}

.ts-bio {
    overflow-y: scroll;
    height: 100%;
}

.ts-bio-title {
    color: #91211E;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 18px;
}

.ts-bio-content {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #777;
    padding-right: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}

.ts-nav {
    color: #91211E;
    font-size: 20px;
    font-family: "Oswald";
    cursor: pointer;
    letter-spacing: 2px;
    transition: all .3s;
}

.ts-nav:hover {
  background: #91211E;
      color: #fff;
      border-radius: 3px;
}

.ts-prev {
    float: left;
}

.ts-next {
    float: right;
}

.ts-bottom {
    margin: 60px 0 0px;
    height: 20px;
}


.ts-bio::-webkit-scrollbar {
    width: 14px;
}

.ts-bio::-webkit-scrollbar-track {
      background-color: darkgrey;
      border-radius: 5px;
}

.ts-bio::-webkit-scrollbar-thumb {
      background-color: white;
      box-shadow: 0 0 1px rgba(17, 17, 17, 0.5);
      border-radius: 4px;
    border: 1px solid #ccc;
}

.home-section-b .content-image__images .image {
    background-position: calc(100%) calc(30%);
    background-size: 130%;
}

.content-image__content .inner {
  max-width: calc(100% - 13rem);
}

.home-section-c h2.content-image__title:after {
    background: rgba(255, 255, 255, 0.6);
    bottom: -3rem;
}

.home-section-c.content-image.is-active .content-image__images.count--3 .image:first-of-type {
  left: 0;
  width: 50%;
  top: 0;
  bottom: 50%;
  opacity: 1;
}

.home-section-c.content-image.is-active .content-image__images.count--3 .image:nth-child(2) {
  right: 0;
  left: 50%;
  width: 50%;
  top: 0;
  bottom: 50%;
  background-position: calc(50% - 50px) center;
  opacity: 1;
}

.home-section-c.content-image.is-active .content-image__images.count--3 .image:last-of-type {
  width: 100%;
  bottom: 0;
  top: 50%;
    left: 0;
  opacity: 1;
  background-position: bottom;
}

div#locationMap {
    height: 755px;
}

footer.footer--columns-3 .footer-column:nth-of-type(1) {
    padding-right: 80px;
}

footer.footer--columns-3 .footer-column:nth-of-type(3) {
    padding-left: 60px;
}

footer.footer--columns-3 .footer-column:nth-of-type(1) .widget_text.widget .textwidget.custom-html-widget {
    max-width: 240px;
    margin: 0 auto;
}


footer.footer--columns-3 .footer-column:nth-of-type(3) .widget_text.widget .textwidget.custom-html-widget {
    line-height: 30px;
}

.thank-social a {
    background: #91211E;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 34px;
    line-height: 48px;
    border-radius: 50px;
    border: 2px solid #91211E;
    vertical-align: top;
    margin: 0 10px;
    transition: all .3s;
}

.thank-social a:hover {

      background: #fff;
      color: #91211E;
}


.thank-social {
    text-align: center;
    margin: 30px auto 0;
}

.thank-social a.facebook-link {
    text-indent: -1px;
}

.thank-social a.instagram-link {
    line-height: 44px;
    text-indent: 1px;
}

.search-no-results{
  display: none;
}

footer.footer--columns-3 .footer-column:nth-child(2) {
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  height: 120px;
  margin-top: 20px;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}

html.loading body{
  opacity: 0.2;
}
html.loading:after {
    content: ' ';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.nav-social{
  display: none;
}
.header.mobile-active>.header__bottom .menu .nav-social{
  display: block;
  position: fixed;
  bottom: 0;
  background: #91211E;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
}

.nav-social a {
    background: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 34px;
    line-height: 48px;
    border-radius: 50px;
    border: 2px solid #91211E;
    vertical-align: top;
    margin: 0 10px;
    transition: all .3s;
}

.nav-social a.instagram-link {
    text-indent: 1px;
}

html.mobile-navon{
  overflow: hidden;
  position: relative;
}
html.mobile-navon body{
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* btt */


@media (min-width: 1400px){
  .content-image__images{
    min-height: 770px;
  }
}

@media (min-width: 1800px) {
.content-image.is-active .content-image__images.count--3 .image:last-of-type{
  background-position: center;
}
.home-section-a.content-image.is-active .content-image__images.count--3 .image:nth-child(2) {
    background-position: center;
}
}



@media screen and (max-width: 1400px) {
  .content-image__content .inner {
    max-width: calc(100% - 11rem);
  }
  .home-section-a .content-image__content .inner {
      max-width: calc(100% - 11rem);
  }
  .home-section-a .content-image__content {
    padding: 6rem 0 3rem;
    min-height: 650px;
  }
  .content-right.home-section-b .inner {
      margin: 0 5rem 0;
  }
  .content-right.home-section-b .content-image__content {
    padding: 10.5rem 0 9rem;
  }
  .home-section-c .content-image__content {
      padding: 8rem 0 5rem;
  }
  .home-section-c {
  }
  .contact-map-form .contact__form {
      padding: 6.5rem 5rem 8rem;
  }
  div#locationMap {
      height: 700px;
  }

}
@media (max-width: 1350px) {

  .team__item_bottom h1 {
      font-size: 20px;
  }
  .team_img {
      height: 220px;
  }


}

@media (max-width: 1330px) {

  body.is_IE .header .menu{
    /* margin-left: 70px */
  }

}
@media (max-width: 1300px) {
body.is_IE .header .header__bottom>.container {
    width: calc(100% - 3rem);
}
}


@media (max-width: 1250px){

  .home-section-a .content-image__content {
      padding: 4rem 0 2rem;
      min-height: 550px;
  }
  p, .home-section-c .content-image__description p {
    font-size: 20px;
    line-height: 32px;
  }
  .content-image__content .content-image__title, .content-right.home-section-b h2.content-image__title, h2.team__title {
      margin-bottom: 4rem;
      font-size: 40px;
  }

  .content-image__content .content-image__title:after, .content-right.home-section-b h2.content-image__title:after, .home-section-c h2.content-image__title:after, h2.team__title:after {

    bottom: -1.5rem;
  }
  .content-right.home-section-b .content-image__content {
      padding: 7rem 0 4rem;
  }
  .home-section-c .content-image__content {
      padding: 7rem 0 4rem;
  }
  .contact-map-form .contact__form {
      padding: 6rem 3rem 7rem;
  }
  .content-image__content .inner {
    max-width: calc(100% - 8rem);
  }
  .home-section-b .content-image__description p {
    font-size: 22px;
  }
  .content-right.home-section-b .inner {
      margin: 0 4rem 0;
  }
  .home-section-a .content-image__content .inner {
      max-width: calc(100% - 8rem);
  }

}

@media (max-width: 1200px) {

  body.is_IE .header .menu{
    margin-left: -15px
  }

  .contact-map-form .contact__form-title {
    font-size: 2rem;
  }

  .specw-gallery .gallery-item {
    height: 240px;
  }


  .modal--gallery .gallery-carousel .carousel-slide img,
  .modal--video .gallery-carousel .carousel-slide img {
    max-width: 90%;
    height: auto;
  }


  .modal--gallery .gallery-carousel__controls,
  .modal--video .gallery-carousel__controls {
    top: calc(50% - 2rem);
  }


  .modal--gallery .gallery-carousel__controls.gallery-carousel__controls--previous,
  .modal--video .gallery-carousel__controls.gallery-carousel__controls--previous {
    left: 0rem;
  }


  .modal--gallery .gallery-carousel__controls.gallery-carousel__controls--next,
  .modal--video .gallery-carousel__controls.gallery-carousel__controls--next {
    right: 0rem;
  }

  .grid .item__content p {
    font: 400 1rem/1.66 "Source Sans Pro", helvetica, arial, sans-serif;
  }

  .hero .hero__controls .dot {
    margin-right: 1rem;
  }


  .hero .hero-item {
    height: 600px;
    min-height: 600px;
  }

  .page-header .page-header__title:before {
    left: -7.5rem;
  }

  .header .header__bottom #menu-main-navigation {
    max-height: 0;
  }

  .header .header__bottom #menu-mobile-mini-1 {
    display: block;
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }

  .header .header__bottom #menu-mobile-mini-1 .menu-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 135px;
    min-width: 135px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    top: 1rem;
    opacity: 1;
  }

  .header .header__bottom #menu-mobile-mini-1 .menu-item.is-phone {
    -ms-flex-order: 0;
    order: 0;
  }

  .header .header__bottom #menu-mobile-mini-1 .menu-item.is-button, .header .header__bottom #menu-mobile-mini .menu-item.is-button {
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    min-width: 145px;
    max-width: 145px;
  }

  .header .header__bottom .menu {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 calc(100% - 135px);
    flex: 0 0 calc(100% - 135px);
    max-width: calc(100% - 135px);
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }

  .header .header__bottom .main-nav .menu-item {
    border-left: 0;
    padding: 1rem 0;
  }

  .header .header__bottom .main-nav .menu-item.is-button {
    margin-left: 0;
  }

  .header .logo img {
    max-width: 120px;
  }
  .sticknav .header .logo img {
      max-width: 100px;
    margin-top: 4px;
  }
  .sticknav .header .menu-icon {
    top: 27px;
  }
  .header .header__bottom {
    padding: 0.5rem 0;
  }

  .sticknav .header .header__bottom {
    padding: 0.1rem 0;
  }

  .hero {
    margin-top: 89px;
  }

  .header .main-nav .menu-item a {
    font: 600 1rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  }

  .header .menu {
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%;
  }

  .header .main-nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }

  .header .main-nav .menu-item:nth-child(1) {
    transition-delay: 0.075s;
  }

  .header .main-nav .menu-item:nth-child(2) {
    transition-delay: 0.15s;
  }

  .header .main-nav .menu-item:nth-child(3) {
    transition-delay: 0.225s;
  }

  .header .main-nav .menu-item:nth-child(4) {
    transition-delay: 0.3s;
  }

  .header .main-nav .menu-item:nth-child(5) {
    transition-delay: 0.375s;
  }

  .header .main-nav .menu-item:nth-child(6) {
    transition-delay: 0.45s;
  }

  .header .main-nav .menu-item:nth-child(7) {
    transition-delay: 0.525s;
  }

  .header .main-nav .menu-item:nth-child(8) {
    transition-delay: 0.6s;
  }

  .header .main-nav .menu-item:nth-child(9) {
    transition-delay: 0.675s;
  }

  .header .main-nav .menu-item:nth-child(10) {
    transition-delay: 0.75s;
  }

  .header .main-nav .menu-item:nth-child(11) {
    transition-delay: 0.825s;
  }

  .header .main-nav .menu-item:nth-child(12) {
    transition-delay: 0.9s;
  }

  .header .main-nav .menu-item:nth-child(13) {
    transition-delay: 0.975s;
  }

  .header .main-nav .menu-item:nth-child(14) {
    transition-delay: 1.05s;
  }

  .header .main-nav .menu-item {
    clear: both;
    text-align: center;
    padding: 0.5em 0;
    opacity: 0;
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    transition: all 0.75s ease;
    display: block;
    position: relative;
  }

  .header .menu-icon {
    display: block;
    top: 35px;
    right: 30px;
  }

  footer.footer--columns-3 .footer-column:nth-of-type(1) {
      padding-right: 0px;
  }
  footer.footer--columns-3 .footer-column:nth-of-type(3) {
    padding-left: 0px;
}
footer.footer--columns-3 .footer-column:nth-child(2) {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }
  footer.footer--columns-3 .footer-column {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .header .header__bottom .main-nav .menu-item.is-button a {
      font-size: 18px;
  }
  .header.mobile-active .header__bottom .main-nav#menu-main-navigation .menu-item.is-email {
      display: none;
  }


}

@media (max-width: 1100px){
  .hero .hero__title {
      font-size: 36px;
  }

  h1.hero__title.hero__title_b {
      font-size: 72px;
  }
  p, .home-section-c .content-image__description p {
      font-size: 18px;
      line-height: 30px;
  }
  .home-section-a .content-image__content {
    padding: 4rem 0 2rem;
    min-height: 350px;
  }
  .team {
      padding: 60px 30px 80px;
  }
  .content-image__content .content-image__title, .content-right.home-section-b h2.content-image__title, h2.team__title {
      margin-bottom: 3rem;
      font-size: 36px;
  }
  .team_img {
    height: 180px;
  }
  .ts-img {
    height: 300px;
  }
  .ts-right {
    height: 300px;
  }
  .home-section-b .content-image__description p {
    font-size: 20px;
    line-height: 32px;
  }
  .content-right.home-section-b .content-image__content {
      padding: 4rem 0 2rem;
  }
  .home-section-c .content-image__content {
      padding: 5rem 0 4rem;
  }
  .home-section-c {
  }
  div#locationMap {
      height: 600px;
  }

}



@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up-8>.column, .medium-up-8>.columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .row.medium-unstack>.column, .row.medium-unstack>.columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-collapse>.column, .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-uncollapse>.column, .large-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block> :last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .container {
    width: calc(100% - 3rem);
  }


  .content-right.home-section-b .content-image__content {
      padding: 4rem 0 2rem;
  }
  .content-image.content-right .content-image__images {
      min-height: 400px;
  }
  .home-section-b .content-image__images .image {
      background-size: 100%;
  }



}
@media screen and (max-width: 950px) {
  .section-title, .amenities .amenities__title, .contact-map-form .contact__form-title, .content-image__content .content-image__title, .floorplans .floorplans__title {
  }
}
@media screen and (max-width: 950px) {
  .section-title:after, .amenities .amenities__title:after, .contact-map-form .contact__form-title:after, .content-image__content .content-image__title:after, .floorplans .floorplans__title:after {
    left: calc(50% - 73px);
  }
}
@media screen and (max-width: 950px) {
  .contact-map-form .contact__map {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 950px) {
  .contact-map-form .contact__form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 4rem 4rem;
  }
  .contact-map-form .contact__form .gform_footer {
  	padding: 0;
  }
}

@media screen and (max-width: 56.25em) {
  .contact-map-form .contact__form-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 950px) {
  .contact-map-form .contact__form-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    font-size: 32px;
  }
}
@media screen and (max-width: 950px) {
  .content-image.content-right .content-image__content {
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 950px) {
  .content-image.content-right .content-image__images {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 950px) {
  .content-image__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .content-image__content .content-image__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 950px) {
  .content-image__images {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    min-height: 750px;
  }
}
@media screen and (max-width: 950px) {
  .floorplans {
    padding: 4rem 0 8rem;
  }
}
@media screen and (max-width: 950px) {
  .floorplans .floorplans__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 950px) {
  .floorplans .floorplan__title {
    font: 400 0.9rem/2.75 "Source Sans Pro", helvetica, arial, sans-serif;
  }
}
@media screen and (max-width: 950px) {
  .floorplans .floorplan__button {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .floorplans .floorplan__button.mobile-only {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  form .field {
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  form .field.field--half {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 800px) {
  form .field.field--half {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 950px) {
  .specw-gallery {
    padding: 6.5rem 0 5rem;
  }
}
@media screen and (max-width: 950px) {
  .specw-gallery .gallery-menu {
    padding: 0 0 1rem;
  }
}
@media screen and (max-width: 950px) {
  .specw-gallery .gallery-menu__item {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 425px) {
  .specw-gallery .gallery-menu__item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 950px) and (orientation: landscape) {
  .specw-gallery .gallery-menu__item:nth-child(2) {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 425px) {
  .specw-gallery .gallery-menu__item:nth-child(2):after {
    display: none;
  }
}
@media screen and (max-width: 950px) and (orientation: landscape) {
  .specw-gallery .gallery-menu__item:nth-child(2):after {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .specw-gallery .gallery-menu__item:after {
    height: 90%;
  }
}
@media screen and (max-width: 950px) {
  .specw-gallery .gallery-items {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 950px) {
  .specw-gallery .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 950px) {
  .specw-gallery .gallery__button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    text-align: center;
    margin: 1.5rem auto 0;
  }
}

@media screen and (max-width: 950px) {

  .modal--gallery .gallery-carousel .carousel-slide img,
  .modal--video .gallery-carousel .carousel-slide img {
    max-width: calc(100% - 4rem);
  }
}

@media screen and (max-width: 950px) {

  .modal--gallery .gallery-carousel__controls,
  .modal--video .gallery-carousel__controls {
    top: calc(50% - 1rem);
  }
}

@media screen and (max-width: 950px) {

  .modal--gallery .gallery-carousel__controls.gallery-carousel__controls--previous,
  .modal--video .gallery-carousel__controls.gallery-carousel__controls--previous {
    left: -0.85rem;
  }
}

@media screen and (max-width: 950px) {

  .modal--gallery .gallery-carousel__controls.gallery-carousel__controls--next,
  .modal--video .gallery-carousel__controls.gallery-carousel__controls--next {
    right: -0.85rem;
  }
}
@media screen and (max-width: 950px) {
  .grid {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 950px) {
  .hero .hero__bar {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 950px) {
  .hero .hero__bar>.container {
    max-width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 950px) {
  .hero .hero__bar p {
    font: 300 1rem/1.3 "Source Sans Pro", helvetica, arial, sans-serif;
  }
}
@media screen and (max-width: 950px) {
  .hero .hero__bar a {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .hero .hero__controls {
    top: 4.5rem;
    width: 50%;
    text-align: center;
    left: calc(25%);
    bottom: auto;
  }

  .hero .hero__controls .dot:last-of-type {
    margin-right: 0;
  }
}





@media screen and (max-width: 950px) {
  .location>.container {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .location__map {
    padding: 3.5rem 0 0;
  }
}
@media screen and (max-width: 950px) {
  .location__map #location {
    /* height: 400px; */
  }
}
@media screen and (max-width: 950px) {
  .modal.modal--privacy-policy .modal__title {
    font: 400 1.5rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  }
}
@media screen and (max-width: 950px) {
  .modal .modal__content.modal__content--box {
    padding: 2.5rem 0;
    height: 100vh;
  }
}
@media screen and (max-width: 950px) {
  .modal .modal__content.modal__content--box p {
    font: 300 0.9rem/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  }
}
@media screen and (max-width: 950px) {
  .page-header {
    padding-top: 95px;
  }
}
@media screen and (max-width: 950px) {
  .page-header .page-header__left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 950px) {
  .page-header .page-header__left img {
    width: 130%;
    margin-left: -15%;
  }

  form div.wpcf7-response-output {
      top: 390px;
    margin-left: 0;
    width: 100%;
  }

}
@media screen and (max-width: 950px) {
  .page-header .page-header__left>.overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
@media screen and (max-width: 950px) {
  .page-header .page-header__right {
    display: none;
  }
}
@media screen and (max-width: 950px) {}

.page-header .page-header__title:before {
  content: '';
  position: absolute;
  left: -13rem;
  right: -2rem;
  top: 0;
  bottom: 0;
  border: 6px solid #FFFFFF;
}


@media screen and (max-width: 950px) {
  .sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 950px) {
  .header .header__bottom>.container {
    width: calc(100% - 5rem);
    margin-right: 3rem;
  }
}


@media screen and (max-width: 950px) {}






@media screen and (max-width: 950px) {
  .header.sticky {
    padding: 0.6em 0;
  }
}


















@media screen and (orientation: landscape) {
  .header.mobile-active>.header__bottom .menu .menu-item {
    -ms-flex: 0 0 48.91667%;
    flex: 0 0 48.91667%;
    max-width: 48.91667%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 950px) {
  .header.mobile-active .menu .main-nav .menu-item a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  footer.footer--columns-1 .footer-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 950px) {
  footer.footer--columns-2 .footer-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 950px) {}



footer.footer--columns-3 .footer-column:nth-child(2) .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 950px) {}

@media screen and (max-width: 950px) {
  footer.footer--columns-3 .footer-column:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .footer>.container--top {
    padding: 1.5rem 0 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .footer>.container--bottom p {
    font: 400 1rem/1.25 "Source Sans Pro", helvetica, arial, sans-serif;
  }
}
@media screen and (max-width: 950px) {
  .footer .footer__logo {
    width: 140px;
  }
}
@media screen and (max-width: 950px) {

  body.index .page-content,
  body.search .page-content,
  body.archive .page-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 950px) {
  body.search .page-header {
    height: 66vh;
  }
}
@media screen and (max-width: 950px) {
  .content-right.home-section-b h2.content-image__title {
    max-width: 100%;
  }
  .contact-map-form .contact__form .field--submit {
      display: block;
  }
  .contact-map-form .contact__form .field--submit input[type="submit"] {
      margin: auto;
      display: table;
  }

  div.wpcf7 .ajax-loader {
      margin: 10px auto 0;
      display: table;
  }

  form div.wpcf7-response-output.wpcf7-validation-errors {
      margin-top: 0rem;
  }

}


@media screen and (max-width: 950px) {
  .page-content {
    padding: 3rem 0;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .page-404 .page-content {
    padding: 8rem 0 3rem;
  }
}
@media screen and (max-width: 950px) {
  .page-404 .not-found__title {
    font: 400 2.5rem/1.25 "Source Sans Pro", helvetica, arial, sans-serif;
  }
}
@media screen and (max-width: 950px) {
  .page-thank-you .page-wrap .page-content {
    padding: 8rem 0 3rem;
  }
}
@media(max-width: 991px) {
  .neighborhood-widget {
    text-align: left
  }
}
@media(max-width: 543px) {
  .neighborhood-widget #mapFullWidth {
    height: 600px
  }
}
@media(max-width: 543px) {
  .neighborhood-widget .neighborhood-widget__nav {
    width: 90%;
    left: 5%;
    top: 5%
  }

  .neighborhood-widget .neighborhood-widget__nav .neighborhood-widget__handle {
    opacity: 0
  }

  .neighborhood-widget .neighborhood-widget__nav.expanded .neighborhood-widget__handle {
    opacity: 1
  }
}
@media(max-width: 543px) {
  .neighborhood-widget .neighborhood-widget__handle {
    border-radius: 0
  }
}
@media(max-width: 543px) {
  .neighborhood-widget .neighborhood-widget__loader {
    top: 50%;
    right: 50%;
    margin-right: -30px
  }
}
@media(max-width: 767px) {
  .neighborhood-widget .neighborhood-widget__walkscore .walk-score-container {
    top: auto;
    bottom: 20px;
    right: 5%;
    width: 90%;
    left: 5%;
    padding: 6px 17px
  }
}
@media (max-width: 415px) {


  img.fp-st {
    max-width: 50px;
  }
}
@media (max-width: 1200px) {
  .team__item_bottom h1 {
      font-size: 18px;
      letter-spacing: 3px;
  }
  .team__item_bottom {
    margin-top: 20px;
  }
  .ts-container {
    margin: 100px;
}
  .home-s-d h2.content-title, .home-section-a h2.content-title {
    font-size: 40px;
    line-height: 46px;
  }
  .home-s-d h2.content-title.ct-b {
      font-size: 40px;
  }
  .home-section-a h2.content-title.ct-b {
    font-size: 78px;
    margin-top: -25px;
  }
  .footer>.container--top {
      padding: 45px 1rem 60px;
  }
  .home-s-d img.content-title-img {
    max-width: 210px;
    top: -20px;
  }

  .home-amenities .amenities__title {
    font-size: 58px;
  }

  .amenities>.container {
    padding: 0 50px;
  }

  .amenities .amenity-group__items p {
    letter-spacing: -1px;
  }

  .page-header {
    padding-top: 80px;
  }

  .footer .footer__logo {
    margin: 0 auto 0;
  }

  .page-header .page-header__title {
    font-size: 70px;
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 1150px) {
  .page-content {
    margin: 0 5%;
  }

  .page-thank-you .page-content, .page-404 .page-content {
    margin: 0 0;
  }

  .page-header .page-header__title {
    font-size: 64px;
  }
  .content-right.home-section-b .content-image__content {
      padding: 5rem 0 5rem;
  }
  .content-right.home-section-b .inner {
      max-width: 100%;
      margin: 0 3.5rem 0;
  }
  .home-section-a .content-image__content {
      padding: 5rem 0 2rem;
      min-height: 350px;
  }

  .home-section-a .content-image__content .inner {
    max-width: calc(100% - 7rem);
  }

  .home-section-a h2.content-title.ct-b {
    font-size: 68px;
  }

  .home-s-d img.content-title-img {
    max-width: 180px;
    left: 100px;
  }


}
@media (max-width: 1060px) {
  .floorplans .floorplans__images {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
  }

  .floorplans .floorplans__content {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .home-s-d h2.content-title, .home-section-a h2.content-title {
    font-size: 34px;
    line-height: 32px;
    letter-spacing: 4px;
  }
  .home-s-d h2.content-title.ct-b {
      font-size: 36px;
  }
  .home-s-d .content-image__content {
    padding: 13rem 0 0;
    min-height: 540px;
  }
  .contact-map-form .contact__form {
    padding: 4rem 3rem 4rem;
  }
  .home-section-a h2.content-title.ct-b {
    font-size: 62px;
    letter-spacing: 2px;
    left: 30px;
  }
  .contact-map-form .contact__map #location {
      height: 680px;
  }
  .home-s-d img.content-title-img {
    max-width: 180px;
    left: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer__logo {
    margin: 0 auto 0;
  }

  a.hero__btn {
    display: inline-block;
  }
}
@media (max-width: 950px) {
  .ts-container {
    margin: 50px;
  }
  .ts-img {
    height: 250px;
  }
  .ts-right {
    height: 250px;
  }
  .page .page-content>.container>.section-title {
    font-size: 36px;
  }
  .page-location .custom-map {
    margin-bottom: 0;
  }
  .home-amenities .amenities__title {

        font-size: 50px;
        font-weight: 500;
  }
  .amenity-item {
    list-style-position: inside;
  }
  .amenities .amenity-group__items {
    padding-left: 0px;
  }
  .page.page-location .page-header__left .background {
    background-position: left 20% center;
  }

  .page-header .page-header__title.mobile-only {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: block;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 40px 30px;
  }

  .page-header .page-header__title.mobile-only:before {
    content: '';
    position: absolute;
    left: 2rem;
    right: 2rem;
    top: 0;
    bottom: 0;
    border: 4px solid #FFFFFF;
  }

  .page-header .page-header__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .footer-social a.instagram-link {
    padding-left: 7px;
  }

  .footer-social a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 2px 6px 0px;
    text-align: center;
  }

  footer.footer--columns-3 .footer-column, footer.footer--columns-3 .footer-column:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 1.5rem;
  }

  footer.footer--columns-3 .footer-column:nth-child(2) {
    -ms-flex-order: 0;
    order: 0;
    border-right: 0;
    border-left: 0;
    padding-bottom: 0;
    height: auto;
    margin: 20px auto 30px;
  }

  .amenities .amenity-group__items p {
    font: 500 0.9rem/2 "Source Sans Pro", helvetica, arial, sans-serif;
    letter-spacing: 1px;
  }

  .amenities .amenity-group {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .amenities .amenity-group {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

    .amenities .amenity-group{

      padding-top: 30px;
    }
  .amenities .amenity-group:nth-child(1) {
    order: 1;
    padding-top: 0px;
  }
  .amenities .amenity-group:nth-last-child(-n + 2) {
    padding-bottom: 0rem;
  }
  .amenities .amenity-group:nth-child(2) {
    order: 3;
  }

  .amenities .amenity-group:nth-child(3) {
    order: 2;
  }

  .amenities .amenity-group:nth-child(4) {
    order: 4;
  }

  .content-right.home-section-b .inner {
    margin: 0 3rem 0 3rem;
  }

  .home-section-a .content-image__content {

        padding: 4rem 0 2rem;
        min-height: auto;
  }

  .home-s-d h2.content-title, .home-section-a h2.content-title {
    font-size: 52px;
    line-height: 44px;
    letter-spacing: 5px;
  }
  .home-s-d h2.content-title.ct-b {
      font-size: 52px;
  }
  .home-section-a h2.content-title.ct-b {
    max-width: 340px;
    text-align: left;
    margin: auto;
    top: 0px;
    font-size: 76px;
    left: 70px;
  }

  .home-s-d img.content-title-img {
    max-width: 220px;
    left: 90px;
  }

  .home-s-d .content-image__content {
    padding: 12rem 0 0;
    min-height: 540px;
  }

  .floorplans .floorplans__images {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }

  .floorplans .floorplans__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    padding-bottom: 3rem;
  }

  .floorplans .floorplans__title {
    font-size: 32px;
  }

  .floorplans .floorplans__title {
    max-width: none;
  }

  .floorplans>.container {
    padding-right: 0;
    padding-left: 0;
  }

  .floorplans .floorplans__images {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .hero .hero__title span {
    display: block;
  }

  .hero .hero__title {
    font-size: 36px;
  }
  h1.hero__title.hero__title_b {
    font-size: 64px;
    line-height: 50px;
}
.home-section-a.content-image.is-active .content-image__images.count--3 .image:nth-child(2) {
    background-position: calc(50% + 0px) center;
}
.team {
    padding: 60px 0px 80px;
}
.team__item {
    width: 21%;
    margin: 20px 2% 0;
  }

  .hero .hero__content {
    top: calc(50% - 3rem);
  }

  .amenities .amenities-groups {
    max-width: 100%;
    margin: 40px 0 0;
  }

  .footer .footer__logo {
    margin: 0 auto 0px;
    width: 100%;
    max-width: 180px;
  }
  .footer>.container--top {
      padding: 45px 1rem 40px;
  }
  .footer .widget__title {
    font: 600 18px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
    margin-bottom: 2px;
  }

  .footer .textwidget {
    font: 300 14px/1.85 "Source Sans Pro", helvetica, arial, sans-serif;
    line-height: 26px;
    letter-spacing: 2px;
  }

  .footer-address {
    max-width: 280px;
  }


  .footer>.container--bottom {
    padding: 1.5rem 1rem;
  }

  .home-section-b:not(.content-right) .inner {
    margin: 0 6rem 0 6rem;
  }

  .hero .hero__controls .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
  }

  .page-location .page-content {
    text-align: left;
  }

  .page-location .section-title:after {
    left: 0;
  }

  .page.page-contact .grid .item__content p {
    font: 14px/1.66 "Source Sans Pro", helvetica, arial, sans-serif;
    line-height: 20px;
  }

  .gallery-item {
    display: none;
  }

  .gallery-item.mobile-active {
    display: block;
  }

  .page-contact .section-title:after {
    left: calc(50% - 73px) !important;
  }

  footer.footer--columns-3 .footer-column:nth-child(1) .textwidget.custom-html-widget {
      max-width: 230px;
      margin: auto;
  }
  .footer-social a {
    width: 50px;
    height: 50px;
    font-size: 32px;
    padding: 10px;
  }

  .footer-social a.instagram-link {
    padding: 10px 11px;
  }
  .home-section-c .content-image__content {
      padding: 4rem 0 2rem;
  }

}
@media screen and (max-width: 830px) {
  .hero .hero__bar p b {
    display: block;
  }

  .hero .hero__bar p {
    font: 300 18px/1.3 "Source Sans Pro", helvetica, arial, sans-serif;
  }

  .hero .hero__controls {
    top: 6rem;
  }

  .team_img {
      height: 160px;
  }
  .modal--team>.container {
      overflow: auto;
  }
  .modal--team .modal__content {
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin: 1rem 0;
  }
  .ts-top {
      flex-direction: column;
  }
  .ts-left {
      width: 100%;
  }
  .ts-img {
      height: 400px;
  }

  .ts-right {
      width: 100%;
      padding: 0;
      margin-top: 30px;
    height: auto;
  }
  .ts-bio {
      overflow: auto;
  }



}
@media screen and (max-width: 750px) {
  .page-amenities .amenities {
    padding: 5rem 0 0rem;
  }
  .page-amenities .amenities:nth-of-type(3) {
      padding: 5rem 0 0rem;
  }
  .amenities .amenities__list.is-active .amenity {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin: 0 auto 30px;
  }

  .page-amenities .amenities .amenity__content p {
    font-size: 16px;
  }

  .page.page-amenities .page-content {
    padding: 5rem 0 5rem 0;
  }

  .content-image.is-active .content-image__images.count--3 .image:last-of-type {
    background-position:  calc(50% - 70px) center;
  }
  .content-image.home-s-d .content-image__images.count--3 .image:last-of-type{
    background-position:  center;
  }
  .page-amenities .amenities .amenity__icon {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }

  .grid .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .blocks__item {
    display: block;
  }

  .blocks__item_right {
    padding: 50px 50px;
  }

  .page.page-thank-you .page-content>.container p img, .page.page-404 .page-content>.container p img {
    width: 100% !important;
  }

  .page-thank-you .page-wrap .page-content, .page-404 .page-wrap .page-content {
    padding: 10rem 0 5rem;
  }

  .header.mobile-active>.header__bottom .main-nav {
    padding-top: 0;
  }

  .header.mobile-active>.header__bottom .menu .menu-item {
    -ms-flex: 0 0 47.91667%;
    flex: 0 0 47.91667%;
    max-width: 47.91667%;
  }

  .page.page-location .page-content {
    padding: 5rem 0 3.5rem;
  }

  .page-location h2.section-title {
    text-align: center;
  }

  .page-location .section-title:after {
    left: calc(50% - 50px);
  }

  .page-location .page-content>.container {
    text-align: center;
  }

  .hostpots {
    margin: 20px auto 0;
  }

  .page.page-contact .page-content {
    padding: 5rem 0 5rem;
  }

  .page-contact .grid .item {
    margin-bottom: 20px;
  }
  .team__item_bottom h1 {
      font-size: 18px;
      letter-spacing: 1px;
  }
  .team__item_bottom h2 {
      font-size: 16px;
  }
  .team__item {
    width: 40%;
  }
  .team_img {
      height: 240px;
  }





}
@media screen and (max-width: 650px) {
  .header.mobile-active>.header__bottom .menu .menu-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.2rem 0;
  }

  .page.page-layouts .page-content {
    padding: 5.5rem 0 5rem;
  }

  .hero .hero__title {
      font-size: 22px;
      line-height: 40px;
  }
  .content-image__images {
      min-height: 450px;
  }


  h1.hero__title.hero__title_b {
    font-weight: 900;
    font-size: 46px;
  }
  .hero .hero-item {
      height: 500px;
      min-height: 500px;
  }
  .hero .hero__content {
    top: calc(50% - 2rem);
  }
  .home-s-d h2.content-title, .home-section-a h2.content-title {
    font-size: 38px;
    line-height: 36px;
    letter-spacing: 4px;
  }
  .home-s-d h2.content-title.ct-b {
    font-size: 40px;
  }
  .page-layouts h2.section-title {
    max-width:350px;
    margin: auto;
  }

  .page-layouts .section-title+p, .page-amenities .section-title+p {
    font-size: 18px;
  }

  .page-header .page-header__title.mobile-only {
    font-size: 62px;
  }
  .header .menu-icon {
    right: 20px;
  }
  .header .header__bottom>.container {
    width: calc(100% - 4rem);
  }
  .header .header__bottom .menu {
      -ms-flex: 0 0 calc(100% - 125px);
      flex: 0 0 calc(100% - 125px);
      max-width: calc(100% - 125px);
  }

  .header.mobile-active .header__bottom #menu-mobile-mini {
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
  }

  .header.mobile-active>.header__bottom>.container {
    margin: auto;
}

.amenities .amenity-group:nth-last-child(-n + 2){
  padding-top: 20px;
}
.ts-img {
    height: 350px;
}


}
@media screen and (max-width: 580px) {
  .team_img {
    height: 200px;
}
.content-right.home-section-b .content-image__content {
    padding: 4rem 0 2rem;
}

}
@media (max-width: 500px) {
  span.mobile-break {
    display: block;
    height: 0;
    margin: -5px 0;
  }
  .modal--team>.container {
    width: 100%;
}
  .page-header .page-header__title.mobile-only {
      font-size: 62px;
  }
  .specw-gallery .gallery-item {
    height: 400px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header .main-nav .menu-item a {
    font: 600 12px/1.5 "Source Sans Pro", helvetica, arial, sans-serif;
  }

  .header.mobile-active .header__bottom #menu-mobile-mini .menu-item.is-phone, .header .header__bottom #menu-mobile-mini-1 .menu-item.is-phone {
    max-width: none;
    min-width: 123px;
    padding: 0;
    margin: 0;
  }

  .header .logo {
    -ms-flex: 0 0 80px;
    flex: 0 80px;
    flex: 0 80px;
    max-width: 80px;
    padding: 0;
  }
  .header .header__bottom #menu-mobile-mini-1 .menu-item.is-email {
      max-width: none;
      min-width: 90px;
      margin-right: 10px;
  }
  .header .header__bottom .main-nav .menu-item.is-button a {
    font-size: 14px;
    padding: 3px 10px;
    letter-spacing: 3px;
}
.header .header__bottom #menu-mobile-mini-1 .menu-item.is-button {
    max-width: none;
    min-width: 90px;
}
  .header.mobile-active .header__bottom #menu-mobile-mini {
    -ms-flex: 0 0 calc(100% - 122px);
    flex: 0 0 calc(100% - 122px);
    max-width: calc(100% - 122px);
    margin-left: 0;
  }

  .header .header__bottom .menu {
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
  .hero {
      margin-top: 85px;
  }
  .header .menu-icon {
    width: 28px;
      top: 32px;
      right: 15px;
  }
  .hero .hero__bar p {
    font: 300 16px/1.3 "Source Sans Pro", helvetica, arial, sans-serif;
  }

  .hero .hero__title {

        font-size: 22px;
        line-height: 30px;
        letter-spacing: 3px;
  }
  h1.hero__title.hero__title_b {
      font-size: 40px;
  }
  .content-image.is-active .content-image__images.count--3 .image:last-of-type {
      background-position: center right;
  }
  .home-amenities .amenities__title {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .amenities .amenity-group__title {
    font-size: 30px;
  }

  .amenities .amenity-group__icon img, .amenities .amenity-group__icon svg {

    height: 70px;
    margin-right: 10px;
  }
  .content-image__content .inner {
      max-width: calc(100% - 1rem);
      margin: 0 2rem 0 !important;
  }

  .home-s-d h2.content-title {
    font-size: 36px;
    line-height: 40px;
}
.home-s-d h2.content-title.ct-b {
    font-size: 38px;
}


  .home-section-a .content-image__content .inner {
    max-width: calc(100% - 3.5rem);
    margin: auto !important;
  }
  .home-section-a.content-image.is-active .content-image__images.count--3 .image:nth-child(3) {
      background-position: center;
  }

  .home-section-a h2.content-title.ct-b {
    max-width: 250px;
    text-align: left;
    margin: auto;
    top: 0px;
    font-size: 56px;
    left: 30px;
  }


  .page.page-thank-you .page-content>.container p {
    font-size: 14px !important;
    line-height: 24px;
    margin-top: 20px !important;
    letter-spacing: 0px;
  }


  .content-image__images .image.image--is-video .video__play svg {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
  }

  .content-image__images {
    min-height: 350px;
  }
  .team__item {
      width: 46%;
  }
  .ts-img {
    height: 260px;
}
.ts-container {
    margin: 30px;
    padding: 30px;
}
.ts-close {
    top: -20px;
    right: -20px;
  }
  .team_img {
    height: 180px;
  }
  .ts-bottom {
      margin: 30px 0 0px;
  }
  .content-image.content-right .content-image__images {
      min-height: 300px;
  }
  .home-section-c.content-image.is-active .content-image__images.count--3 .image:nth-child(2) {
    background-position: center;
}
div#locationMap {
    height: 500px;
}
  .content-right.home-section-b .content-image__content {
    padding: 4rem 0 3rem;
  }

  .content-right.home-section-b .inner {
    margin: 0 1rem 0 1rem;
  }

  .section-title:after, .amenities .amenities__title:after, .contact-map-form .contact__form-title:after, .content-image__content .content-image__title:after, .floorplans .floorplans__title:after {
    width: 100px;
    height: 2px;
    left: calc(50% - 50px) !important;
  }

.page-contact .section-title:after{
left: calc(50% - 50px) !important;
}


  .amenities .amenities-groups {
    margin: 0px 0 0;
  }

  .amenities>.container {
    padding: 0 0px;
  }

  .amenities .amenity-group:last-of-type {
    padding-bottom: 1rem;
  }


  .home-s-d img.content-title-img {
    max-width: 180px;
    left: 50px;
  }

  .floorplans .floorplans__title {
      font-size: 28px;
      max-width: 250px;
      line-height: 40px;
  }
  .contact-map-form .contact__form-title {
    font-size: 28px;
  }

  .contact-map-form .contact__form .field--submit .cf-mobile a {
    font: 500 14px/1 "Source Sans Pro", helvetica, arial, sans-serif;
    letter-spacing: 2px;
  }

  .contact-map-form .contact__form input[type="text"], .contact-map-form .contact__form input[type="email"], .contact-map-form .contact__form input[type="tel"], .contact-map-form .contact__form textarea {
    font-size: 14px;
  }

  .contact-map-form .contact__form .field--submit input[type="submit"] {
    font-size: 14px;
    padding: 8px 12px;
  }

  .footer .footer__logo {
    max-width: 200px;
  }

  span.footer-separator {
    display: block;
    visibility: hidden;
    height: 0;
  }



  .footer .widget__title {
    font-weight: 700;
  }

  .footer>.container--bottom p {
    font-size: 12px;
  }

  .footer>.container--bottom {
    padding: 1.5rem 5px;
  }

  .footer>.container--bottom .footer__icons {
    height: 12px;
  }

  .modal.modal--video.modal--home-video.is-active iframe {
    height: 300px !important;
  }

  .specw-gallery .gallery-menu__item {
    font-size: 20px;
  }

  .logo img.attachment-large.size-large{
    display: none;
  }
    img.mobile-logo {
        display: block !important;
    }
    .header .logo img {
        max-width: 90px;
        margin: 7px 0px 5px 0px;
    }
    .sticknav .header .logo img{
        max-width: 70px;
    margin: 9px 20px 0px 0px;

    }

    .sticknav .header .menu-icon {
    top: 23px;
  }
  .header.mobile-active .header__bottom #menu-mobile-mini .menu-item.is-email {
      max-width: none;
    min-width: 90px;
    margin-right: 10px;
  }
  .header.mobile-active .header__bottom #menu-mobile-mini .menu-item.is-button {
    max-width: none;
    min-width: 90px;
  }
  .header.mobile-active>.header__bottom>.container {
      width: calc(100% - 2rem);
  }

  .header.mobile-active>.header__bottom #menu-main-navigation {

        max-height: none;
        padding-top: 0;
        margin-top: 0;
        -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
        display: block;
        top: 47%;
        position: absolute;
        transform: translateY(-50%);
  }


}
@media (max-width: 430px) {
  .page-amenities .amenities .amenities__title {

      font-size: 22px;

  }
  .page-amenities .amenities .amenity__content {
    padding-left: 10px;
}
  .page-header .page-header__title.mobile-only {
      font-size: 52px;
  }
  .home-s-d h2.content-title {
      font-size: 28px;
      line-height: 32px;
  }
  .home-s-d h2.content-title.ct-b {
      font-size: 30px;
  }
  .content-right.home-section-b h2.content-image__title {
      line-height: 42px;
      max-width: 300px;
      font-size: 26px;
      margin: 0 auto 70px;
  }

  .hero .hero__title {
    font-size: 20px;
        line-height: 20px;
  }
  h1.hero__title.hero__title_b {
    font-size: 34px;
  }
  .content-image.home-section-a .content-image__images.count--3 .image:last-of-type {
      background-position: center right -20px;
  }
  .content-right.home-section-b .content-image__content {
      padding: 4rem 0 5rem;
  }
  .floorplans .floorplan__button a {
    font-size: 14px;
}
h2.team__title {
    font-size: 30px;
    margin-bottom: 2.5rem;
}
.content-image__content .content-image__title:after, .content-right.home-section-b h2.content-image__title:after, .home-section-c h2.content-image__title:after, h2.team__title:after {
    bottom: -1rem;
}
.team__item {
    width: 90%;
}
.team_img {
    height: 280px;
}
.team__item_bottom h1 {
    font-size: 22px;
    letter-spacing: 2px;
}
.team__item_bottom {
    margin-bottom: 20px;
}


}
@media (max-width: 360px) {

  .header.mobile-active .header__bottom .menu-item.is-email, .header .header__bottom .main-nav .menu-item.is-email {
    display: none;
  }
  .header.mobile-active .header__bottom .main-nav#menu-main-navigation .menu-item.is-email{
    display: block;
  }
}
