/*!
Theme Name: _sHM
Theme URI: http://underscores.me/
Author: Haut Monde
Author URI: http://underscores.me/
Description: Haut Monde Website Boilerplate
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _shm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_sHM is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* easeInOutCubic */
/* easeOutCubic */
.scrollsnap {
  scroll-snap-align: start; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pure-g, .pure-g-full {
  justify-content: center;
  max-width: 100%;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px; }

div[class*="pure-u-"], section[class*="pure-u-"] {
  padding-left: 0rem;
  padding-right: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pure-g-full > div[class*="pure-u-"], .pure-g-full > section[class*="pure-u-"] {
  padding-left: 0rem;
  padding-right: 0rem; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Areal";
  src: url("../fonts/ArealBL-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Blender";
  src: url("../fonts/blenderpro-book-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Blender";
  src: url("../fonts/BlenderPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #383F44;
  font-family: "Blender";
  font-weight: 400; }

h1 {
  font-size: 4.8rem;
  line-height: 4.8rem; }

h2 {
  font-size: 4.2rem;
  line-height: 4.2rem; }

h3 {
  font-size: 3.6rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 4.0rem; }

h4 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 4.0rem; }

h5 {
  font-size: 2.1rem; }

p {
  font-family: "Areal";
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  letter-spacing: .025rem; }

.card p {
  font-size: 2.1rem;
  line-height: 2.5rem;
  letter-spacing: .03rem; }

p.deck {
  font-size: 2.4rem;
  letter-spacing: .035rem; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0;
  width: auto;
  font-family: "Blender";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2rem; }
  table thead {
    border-bottom: 1px solid #383F44;
    text-transform: uppercase;
    letter-spacing: 1px; }
    table thead td {
      padding-bottom: 5px; }
  table tbody tr {
    border-bottom: solid 1px #72797E; }
    table tbody tr td {
      padding: 9px 50px 9px 0px;
      letter-spacing: .5px; }
      @media (max-width: 767px) {
        table tbody tr td {
          padding: 9px 22px 9px 0px; } }
      table tbody tr td:last-child {
        padding: 9px 0px 9px 0px; }
  table tbody tr:last-child {
    border-bottom: none; }

.block, .block-dark, .page-location .block-dark-rising, .block-light, .block-beige {
  padding-top: 15rem;
  padding-bottom: 15rem; }

.block-dark, .page-location .block-dark-rising {
  background-color: #1F262A;
  color: white; }
  .block-dark h4, .page-location .block-dark-rising h4, .block-dark h1, .page-location .block-dark-rising h1 {
    color: white; }

.block-light, .block-beige {
  background-color: #C3C7C9;
  color: #383F44; }
  @media (max-width: 767px) {
    .block-light, .block-beige {
      padding-left: 30px;
      padding-right: 30px; } }

.block-beige {
  background-color: #EEEDEA; }

.block-header h1 {
  position: absolute;
  text-align: center;
  color: white;
  top: 45%;
  font-size: 4.25vw;
  line-height: 5vw;
  text-transform: uppercase;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 767px) {
    .block-header h1 {
      font-size: 10vw;
      line-height: 11vw;
      width: 100vw; } }

.block-cards {
  background-color: #EEEDEA;
  display: flex; }

.block-cards-left {
  width: 50vw;
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .block-cards-left {
      width: 100vw; } }

.block-cards-right {
  width: 50vw;
  position: relative; }
  @media (max-width: 767px) {
    .block-cards-right {
      display: none; } }
  .block-cards-right div {
    max-height: 100%;
    position: absolute;
    height: 100%;
    min-width: 100%; }
    .block-cards-right div img {
      object-fit: cover;
      height: 100%;
      width: 100%; }

.card {
  border-bottom: 1px solid #C3C7C9;
  padding-left: 16.6667%;
  padding-right: 16.6667%;
  padding-top: 7rem;
  padding-bottom: 7.5rem; }
  .card:last-child {
    border-bottom: none; }
  .card li {
    font-size: 2.1rem;
    line-height: 2.5rem;
    letter-spacing: .03rem;
    margin-bottom: 1.2rem;
    font-family: "Areal";
    list-style: none;
    position: relative; }
    .card li::before {
      content: "";
      position: absolute;
      left: -28px;
      top: 5.5px;
      border: solid 8px #C3C7C9;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px; }
    .card li::after {
      content: "";
      position: absolute;
      left: -22.5px;
      top: 7.5px;
      width: 5px;
      height: 9px;
      border: solid white;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.block-privacy {
  text-align: left;
  padding: 30px; }
  .block-privacy .policy {
    align-items: left;
    padding-top: 120px;
    padding-bottom: 60px; }
    .block-privacy .policy h3 {
      font-size: 2.0rem;
      font-weight: 500;
      color: #72797E;
      line-height: 2.0rem;
      margin-bottom: 1.5rem;
      margin-top: 4rem; }
    .block-privacy .policy p {
      text-align: left;
      max-width: 820px; }

.image-cover {
  height: 100vh;
  width: 100vw;
  padding-top: 65px; }
  .image-cover img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.header-gallery {
  height: 100vh;
  padding-top: 65px; }
  .header-gallery .gallery-image {
    height: 100%; }
  .header-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.button5 {
  font-family: "Blender";
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #72797E;
  border-bottom: 1px solid;
  border-color: #72797E;
  text-decoration: none;
  transition: all 0.25s; }
  .button5:hover {
    border-color: transparent;
    transition: all 0.25s; }

.button1 {
  height: 168px;
  display: flex;
  right: 0;
  width: 168px;
  justify-content: center;
  flex-direction: column;
  text-decoration: none; }
  .button1 .rotation {
    transform: rotate(5deg);
    position: absolute;
    height: 168px;
    width: 168px;
    border: 1px solid white;
    pointer-events: none; }
  .button1 p {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-decoration: none;
    font-family: "Areal";
    margin-bottom: 0;
    text-decoration: none; }

.button3 {
  text-transform: uppercase;
  background-color: #383F44;
  color: white;
  padding: 5px 12px 7px;
  width: auto;
  margin: auto;
  display: block;
  margin-top: 5rem;
  letter-spacing: .5px;
  transition: background-color 0.25s;
  cursor: pointer; }
  .button3 a {
    text-decoration: none; }
  .button3:hover {
    background-color: #4E565C; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    form {
      width: 100vw;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    form {
      width: calc(500vw / 6); } }
  @media (min-width: 1280px) {
    form {
      width: 70vw;
      max-width: 960px; } }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #383F44;
  background-color: #edeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 15px 20px;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Areal";
  font-size: 2.0rem; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  input:focus,
  select:focus,
  textarea:focus {
    color: #383F44;
    background-color: white;
    transition: background-color 0.3s, color 0.3s; }
  @media (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    input,
    select,
    textarea {
      width: calc(100%); } }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    input,
    select,
    textarea {
      width: calc(100%/2); } }
  @media (min-width: 1024px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    input,
    select,
    textarea {
      width: calc(100%/3); } }

textarea {
  width: 100%; }

label {
  display: none; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background-color: #383F44;
  color: white;
  padding: 5px 12px 7px;
  width: auto;
  margin: auto;
  display: block;
  margin-top: 5rem;
  letter-spacing: .5px;
  transition: background-color 0.25s; }
  input[type="submit"]:hover {
    background-color: #4E565C; }
  @media (max-width: 767px) {
    input[type="submit"] {
      width: auto; } }
  @media (min-width: 768px) {
    input[type="submit"] {
      width: calc(100%);
      margin-top: 2.5rem; } }
  @media (min-width: 1024px) {
    input[type="submit"] {
      width: auto; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit; }
  a:focus {
    outline: thin dotted; }
  a:hover,
  a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header {
  background-color: #1F262A;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 100;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem; }
  header li {
    font-size: 2.2rem;
    font-family: "Blender";
    letter-spacing: .5px;
    line-height: 2rem;
    text-transform: uppercase; }

.block-nav {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .block-nav .site-logo-wrapper {
    flex: 1; }
  .block-nav .site-logo {
    width: 112px;
    height: 31px;
    z-index: 100; }
  .block-nav p {
    margin-bottom: 0;
    line-height: 1.8rem;
    color: #00A5E5; }

.main-navigation {
  transition: all 0.25s;
  flex: 0 0 400; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    padding: 0 2.5rem;
    position: relative; }
    .main-navigation li a {
      transition: all 0.25s; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      opacity: .5;
      transition: all 0.25s; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation #primary-menu {
    display: none; }

.header-phone-container {
  flex: 1;
  justify-content: flex-end;
  display: flex; }
  .header-phone-container .header-phone {
    display: none;
    text-align: center; }

.mobile-footer-link {
  display: none; }
  @media (max-width: 767px) {
    .mobile-footer-link {
      display: block;
      color: #00A5E5; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.mobile-navigation {
  opacity: 0;
  display: flex;
  transition: opacity 0.3s;
  z-index: 50;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: #1F262A; }
  .mobile-navigation ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    justify-content: center;
    padding-left: 0;
    width: 100vw;
    height: 100vh; }
    .mobile-navigation ul li {
      padding: 20px; }
    .mobile-navigation ul a {
      transition: all 0.25s;
      text-decoration: none; }
    .mobile-navigation ul:hover > a,
    .mobile-navigation ul.focus > a {
      opacity: .5;
      transition: all 0.25s; }
  .mobile-navigation.open {
    height: 100vh;
    width: 100vw;
    background-color: #1F262A;
    position: fixed;
    display: flex;
    opacity: 1;
    transition: opacity 0.3s;
    pointer-events: all;
    z-index: 50; }

.HamburgerContainer {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 16px;
  z-index: 60; }

.bar1, .bar2 {
  width: 20px;
  height: 1px;
  background-color: white;
  margin: 10px 0;
  transition: 0.25s; }

.change .bar1 {
  transform: rotate(-45deg) translate(-5px, 5px); }

.change .bar2 {
  transform: rotate(45deg) translate(-2.5px, -2.5px); }

@media screen and (min-width: 48em) {
  .menu-toggle {
    display: none; }
  .main-navigation {
    flex: 2; }
    .main-navigation #primary-menu {
      display: flex;
      justify-content: center; }
    .main-navigation ul {
      display: flex; }
  .header-phone-container .header-phone {
    display: inline-block;
    cursor: pointer;
    color: white;
    margin-top: 0;
    margin: 0; }
  .HamburgerContainer {
    display: none; } }

.grecaptcha-badge {
  display: none !important; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

* {
  min-height: 0;
  min-width: 0; }

.pure-r {
  justify-content: flex-end !important; }

.pure-g-full {
  max-width: 100%;
  padding: 0;
  margin: 0; }

.Image-Background-Fixed {
  height: calc(100vh - $mobileHeaderHeight);
  width: 100vw;
  position: fixed;
  z-index: -1;
  top: 0; }
  @media (min-width: 768px) {
    .Image-Background-Fixed {
      height: calc(100vh - $desktopHeaderHeight); } }
  .Image-Background-Fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.fadeIn {
  opacity: 100 !important;
  transition: opacity 0.3s !important; }

.fadeOut {
  opacity: 0 !important;
  transition: opacity 0.3s !important; }

.displayText-curve {
  font-family: "Blender";
  font-size: 5.0rem;
  line-height: 5.0rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content; }
  .displayText-curve .right {
    text-align: right;
    display: block; }

.page-landing .block-header img {
  object-position: 50% 25%; }

.page-landing .block-dark, .page-landing .page-location .block-dark-rising, .page-location .page-landing .block-dark-rising {
  display: flex;
  padding-left: 8.333333%;
  padding-right: 8.333333%;
  flex-direction: row;
  justify-content: space-evenly; }
  @media (max-width: 767px) {
    .page-landing .block-dark, .page-landing .page-location .block-dark-rising, .page-location .page-landing .block-dark-rising {
      justify-content: space-evenly;
      align-items: center;
      flex-direction: column; } }
  .page-landing .block-dark .landing-curve, .page-landing .page-location .block-dark-rising .landing-curve, .page-location .page-landing .block-dark-rising .landing-curve {
    flex-basis: 200px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center; }
  .page-landing .block-dark .landing-deck, .page-landing .page-location .block-dark-rising .landing-deck, .page-location .page-landing .block-dark-rising .landing-deck {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    flex-shrink: 4; }
    @media (max-width: 767px) {
      .page-landing .block-dark .landing-deck, .page-landing .page-location .block-dark-rising .landing-deck, .page-location .page-landing .block-dark-rising .landing-deck {
        padding: 100px 0px; } }
    .page-landing .block-dark .landing-deck p, .page-landing .page-location .block-dark-rising .landing-deck p, .page-location .page-landing .block-dark-rising .landing-deck p {
      margin-bottom: 0; }
  .page-landing .block-dark .landing-register, .page-landing .page-location .block-dark-rising .landing-register, .page-location .page-landing .block-dark-rising .landing-register {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    flex-basis: 200px; }

.page-landing .block-light, .page-landing .block-beige {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  align-items: center; }
  .page-landing .block-light h1, .page-landing .block-beige h1 {
    text-align: center;
    margin-bottom: 5rem;
    text-transform: uppercase; }

.page-landing .card h2 {
  margin-bottom: 2.5rem; }

.page-homes {
  background-color: #EEEDEA; }
  .page-homes h1 {
    text-align: center; }
  .page-homes .block-beige {
    padding-top: 7.5rem;
    padding-bottom: 5.5rem; }
  .page-homes .block-floorplans {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 65px); }
  .page-homes .floorplans-toggle {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #383F44;
    padding: 1.55rem;
    z-index: 5;
    background-color: #EEEDEA;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    flex-wrap: wrap; }
    .page-homes .floorplans-toggle .button3 {
      margin: 3px; }
      .page-homes .floorplans-toggle .button3:not(.active) {
        background-color: #C3C7C9; }
        .page-homes .floorplans-toggle .button3:not(.active):hover {
          background-color: #72797E; }
      .page-homes .floorplans-toggle .button3:hover {
        background-color: #4E565C; }
  .page-homes .floorplans-index {
    display: flex; }
  .page-homes .floorplans-index-container {
    position: relative;
    width: 75vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .page-homes .floorplans-index-container {
        width: 100vw; } }
  .page-homes .floorplans-index-sidebar {
    width: 25vw;
    height: calc(100vh - 130px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    background-color: #383F44; }
    @media (max-width: 767px) {
      .page-homes .floorplans-index-sidebar {
        display: none; } }
    .page-homes .floorplans-index-sidebar .sidebar-elevation {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      width: 100%;
      border-bottom: 1px solid #383F44; }
      .page-homes .floorplans-index-sidebar .sidebar-elevation .floorplan-elevations .elevations-image {
        height: calc((100vh - 130px) * .7);
        padding: 4rem 4rem 2rem 4rem; }
      .page-homes .floorplans-index-sidebar .sidebar-elevation .floorplan-elevations img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .page-homes .floorplans-index-sidebar .sidebar-keyplate {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      width: 100%; }
      .page-homes .floorplans-index-sidebar .sidebar-keyplate .floorplan-keyplate .keyplate-image {
        height: calc((100vh - 130px) * .3);
        padding: 0rem 4rem 4rem 4rem; }
      .page-homes .floorplans-index-sidebar .sidebar-keyplate .floorplan-keyplate img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .page-homes .floorplans-index-sidebar .sidebar-elevation, .page-homes .floorplans-index-sidebar .sidebar-elevation * {
      min-height: 0;
      min-width: 0; }
    .page-homes .floorplans-index-sidebar .sidebar-keyplate, .page-homes .floorplans-index-sidebar .sidebar-keyplate * {
      min-height: 0;
      min-width: 0; }
  .page-homes .floorplans-modal-wrapper {
    /*
		position: -webkit-sticky;
		position: sticky;
*/
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none; }
  .page-homes .floorplans-modal {
    width: 75vw;
    height: calc(100vh - 130px);
    background-color: #EEEDEA;
    border-right: 1px solid #383F44;
    border-bottom: 1px solid #383F44;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 20px 20px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    float: left;
    /*
			position: -webkit-sticky;
			position: sticky;
			top: 130px;
*/ }
    @media (max-width: 767px) {
      .page-homes .floorplans-modal {
        width: 100vw;
        padding: 60px 20px 20px 20px;
        height: calc(90vh - 130px); } }
    .page-homes .floorplans-modal.active {
      transform: translateX(0%);
      pointer-events: all; }
    .page-homes .floorplans-modal .floorplans-modal-close {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .page-homes .floorplans-modal .floorplans-modal-close:after {
        content: '';
        height: 30px;
        border-left: 1px solid;
        border-color: #383F44;
        position: absolute;
        transform: rotate(45deg);
        left: 14px;
        transition: all 0.3s; }
      .page-homes .floorplans-modal .floorplans-modal-close:before {
        content: '';
        height: 30px;
        border-left: 1px solid;
        border-color: #383F44;
        position: absolute;
        transform: rotate(-45deg);
        left: 14px;
        transition: all 0.3s; }
      .page-homes .floorplans-modal .floorplans-modal-close:hover:after, .page-homes .floorplans-modal .floorplans-modal-close:hover:before {
        border-color: #C3C7C9; }
    .page-homes .floorplans-modal .floorplans-modal-image {
      height: 70%;
      width: 100%;
      flex-grow: 1;
      padding: 3rem; }
      @media (max-width: 767px) {
        .page-homes .floorplans-modal .floorplans-modal-image {
          padding: 3rem; } }
      .page-homes .floorplans-modal .floorplans-modal-image img {
        object-fit: contain;
        height: 100%;
        width: 100%; }
    .page-homes .floorplans-modal .floorplans-modal-stats {
      display: flex;
      justify-content: space-between; }
      .page-homes .floorplans-modal .floorplans-modal-stats .col1 {
        text-align: left; }
        .page-homes .floorplans-modal .floorplans-modal-stats .col1 h3 {
          font-family: "Areal";
          font-size: 2.1rem;
          line-height: 2.1rem;
          color: #72797E;
          text-align: left;
          text-transform: none; }
      .page-homes .floorplans-modal .floorplans-modal-stats .col2 {
        display: flex;
        align-items: flex-end;
        flex-direction: row; }
        .page-homes .floorplans-modal .floorplans-modal-stats .col2 p {
          font-family: "Areal";
          font-size: 2.1rem;
          line-height: 2.1rem;
          letter-spacing: .5px;
          color: #72797E;
          text-align: left;
          text-transform: none;
          transition: color 250ms;
          margin-bottom: 0; }
          .page-homes .floorplans-modal .floorplans-modal-stats .col2 p a {
            text-decoration: underline; }
            .page-homes .floorplans-modal .floorplans-modal-stats .col2 p a:hover {
              color: #383F44; }
  .page-homes .floorplan-index {
    padding: 2rem;
    border-bottom: 1px solid #383F44;
    border-right: 1px solid #383F44;
    width: 25vw;
    flex-basis: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 250ms;
    cursor: pointer; }
    @media (max-width: 767px) {
      .page-homes .floorplan-index {
        width: 50vw;
        flex-basis: 50vw; } }
    .page-homes .floorplan-index:hover {
      background-color: white; }
    .page-homes .floorplan-index .floorplan-index-image {
      padding: 3rem;
      display: flex;
      justify-content: center;
      height: 300px;
      pointer-events: none; }
      @media (max-width: 767px) {
        .page-homes .floorplan-index .floorplan-index-image {
          height: 240px; } }
      .page-homes .floorplan-index .floorplan-index-image img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        pointer-events: none; }
    .page-homes .floorplan-index .floorplan-index-stats {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-top: 2rem;
      pointer-events: none; }
      .page-homes .floorplan-index .floorplan-index-stats .col1 {
        display: flex;
        flex-direction: column; }
      .page-homes .floorplan-index .floorplan-index-stats .col2 {
        justify-content: flex-end; }
    .page-homes .floorplan-index h2 {
      font-weight: 500;
      color: #383F44;
      font-size: 2.8rem;
      line-height: 2.8rem;
      text-align: left; }
    .page-homes .floorplan-index h3 {
      color: #383F44;
      font-size: 2.4rem;
      line-height: 2.4rem;
      text-align: left;
      text-transform: none; }
    .page-homes .floorplan-index h4 {
      color: #383F44;
      font-size: 1.6rem;
      line-height: 1.6rem;
      text-align: right; }

.mapToggle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  display: flex; }
  .mapToggle a {
    margin-top: 0;
    margin-right: 2px;
    background-color: #72797E; }
    .mapToggle a.active {
      background-color: #1F262A; }

.macpCity {
  display: none; }

.page-location .block-dark, .page-location .block-dark-rising {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  padding-left: 8.333333%;
  padding-right: 8.333333%;
  align-items: center; }
  .page-location .block-dark h4, .page-location .block-dark-rising h4 {
    max-width: 800px; }

.page-location .block-dark-rising {
  border-top: 1px solid #72797E;
  padding-left: 0;
  padding-right: 0;
  padding-left: 8.333333%;
  padding-right: 8.333333%;
  flex-direction: row;
  justify-content: space-evenly; }
  .page-location .block-dark-rising h1, .page-location .block-dark-rising h2 {
    color: white; }
  .page-location .block-dark-rising h6, .page-location .block-dark-rising p {
    color: #72797E; }
  .page-location .block-dark-rising p {
    margin-bottom: 0px;
    font-size: 1.8rem; }
  @media (max-width: 767px) {
    .page-location .block-dark-rising {
      flex-direction: column; } }
  .page-location .block-dark-rising .title {
    width: 25%; }
    .page-location .block-dark-rising .title h1 {
      font-size: 6.4rem;
      line-height: 5.4rem;
      text-transform: uppercase; }
    @media (max-width: 767px) {
      .page-location .block-dark-rising .title {
        width: 100%;
        margin-bottom: 4.5rem; } }
    @media (min-width: 768px) {
      .page-location .block-dark-rising .title {
        width: 40%; } }
  .page-location .block-dark-rising .block-stats {
    width: 75%; }
    @media (max-width: 767px) {
      .page-location .block-dark-rising .block-stats {
        width: 100%; } }
    @media (min-width: 768px) {
      .page-location .block-dark-rising .block-stats {
        width: 60%; } }
  .page-location .block-dark-rising .stat {
    margin-bottom: 4rem; }

.block-maps {
  background-color: #EEEDEA;
  position: relative; }
  .block-maps .mapContainer {
    height: calc(100vh - 65px);
    min-height: 810px;
    position: relative; }
  .block-maps .map-container {
    max-height: 100%;
    min-height: 100%;
    overflow: scroll;
    max-width: 100%;
    min-width: 100%;
    top: 0px;
    position: absolute;
    height: 100%; }
    .block-maps .map-container.map-neighborhood {
      max-width: 75%;
      min-width: 75%; }
      @media (max-width: 767px) {
        .block-maps .map-container.map-neighborhood {
          max-width: 100%;
          min-width: 100%; } }
    .block-maps .map-container__inner {
      position: relative;
      min-width: 75%;
      width: 75%;
      min-height: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .block-maps .map-container__inner {
          min-width: 100%;
          width: 100%; } }
      .block-maps .map-container__inner img {
        max-width: none;
        height: 100%; }
  .block-maps .legend {
    width: 25%;
    background-color: white;
    position: relative;
    float: right;
    right: 0;
    z-index: 10;
    height: 100%;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .block-maps .legend {
        opacity: 0;
        width: 100%;
        transition: opacity 0.3s;
        pointer-events: none; }
        .block-maps .legend.show {
          opacity: 1;
          pointer-events: all; } }
  .block-maps .legendCategory {
    border-bottom: 1px solid #C3C7C9;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    background-color: white; }
    .block-maps .legendCategory h3 {
      padding: 2.5rem 3rem 2.25rem;
      font-size: 2.1rem;
      line-height: 2.1rem;
      text-align: left;
      text-transform: uppercase;
      font-weight: 500; }
    .block-maps .legendCategory:last-child {
      border-bottom: none; }
  .block-maps .legendItems {
    box-shadow: inset 0 -1px 0 0 #C3C7C9;
    overflow: hidden;
    height: 0;
    transition: all 0.35s ease-in-out; }
    .block-maps .legendItems.open {
      height: 100%;
      transition: all 0.35s ease-in-out;
      overflow-y: scroll;
      flex-shrink: 5; }
    .block-maps .legendItems ul {
      padding: 2.25rem 1.5rem;
      margin-left: 1.5rem;
      list-style: decimal;
      list-style-position: inside; }
      .block-maps .legendItems ul li {
        color: #383F44;
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: .25px;
        font-family: "Areal"; }

.MapLayer {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s; }
  .MapLayer.visible {
    opacity: 1;
    z-index: 5; }

.map-city {
  /*
	img {
		object-fit: cover;
		height: 100%;
		width: 100vw;
		
		
		@include sm {
						
		}
	}
*/ }

.mobile-legend {
  background-color: #383F44;
  width: 100%;
  font-family: "Areal";
  font-size: 1.6rem;
  text-transform: uppercase;
  color: white;
  text-align: center;
  height: 4rem;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: none; }
  @media (max-width: 767px) {
    .mobile-legend {
      display: flex;
      position: sticky;
      position: -webkit-sticky;
      top: 65px;
      z-index: 20; } }
  .mobile-legend div {
    position: absolute;
    opacity: 0;
    transition: all 0.3s; }
    .mobile-legend div.show {
      opacity: 1; }

.page-experience .block-dark, .page-experience .page-location .block-dark-rising, .page-location .page-experience .block-dark-rising, .page-experience .block-light, .page-experience .block-beige {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center; }

.page-experience h1 {
  margin-bottom: 2.4rem; }

.page-experience h4, .page-experience p.deck {
  max-width: 820px;
  text-align: center; }

.page-experience .card h2 {
  margin-bottom: 3rem; }

.page-experience .card p {
  margin-bottom: 1.2rem; }

.page-experience .block-cards-right {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  height: 100vh; }
  .page-experience .block-cards-right img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.page-experience .block-dollhouse {
  position: relative;
  overflow: scroll; }

.page-experience .dollhouse {
  width: 100vw;
  position: absolute;
  top: 0;
  min-width: 1000px;
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none; }
  .page-experience .dollhouse.active {
    opacity: 1;
    pointer-events: all; }
  .page-experience .dollhouse .marker {
    position: absolute;
    transform: scale(1, 1) translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.25s; }
    .page-experience .dollhouse .marker:hover {
      transform: scale(1.25, 1.25) translate(-40%, -40%); }
  .page-experience .dollhouse .dollhouse-image-container {
    width: 100%; }
    .page-experience .dollhouse .dollhouse-image-container img {
      width: 100%; }
  .page-experience .dollhouse:first-child {
    position: relative; }

.page-experience .DollhousePopup {
  position: absolute;
  z-index: 10;
  width: 300px;
  background-color: white;
  text-align: center;
  padding: 2rem;
  padding-bottom: 3rem;
  transform: translate(-50%, -100%);
  opacity: 0; }
  .page-experience .DollhousePopup h3 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: .5rem; }
  .page-experience .DollhousePopup p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 0; }

.page-experience .buttons-dollhouse .button3 {
  display: inline-block;
  background-color: #72797E; }
  .page-experience .buttons-dollhouse .button3:hover {
    background-color: #4E565C; }
  .page-experience .buttons-dollhouse .button3.active {
    background-color: #383F44; }

.footer-form {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 15rem;
  background-color: #C3C7C9; }
  .footer-form h1 {
    color: #383F44;
    padding: 5rem 2rem;
    text-transform: uppercase;
    text-align: center; }

.footer-finePrint {
  background-color: #1F262A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-family: "Blender";
  text-transform: uppercase;
  font-size: 1.8rem;
  height: 6rem;
  letter-spacing: .5px;
  padding-left: calc(100%/24);
  padding-right: calc(100%/24); }
  .footer-finePrint a {
    text-decoration: none;
    margin-left: 2rem; }
  @media (max-width: 767px) {
    .footer-finePrint {
      flex-direction: column;
      height: auto;
      padding: 2rem; } }

.footer-logos {
  background-color: #383F44;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px; }
  .footer-logos img {
    max-width: 140px;
    margin: 0px 15px; }
    @media (max-width: 767px) {
      .footer-logos img {
        width: 120px;
        margin: 0px 2px; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
