@font-face{
  font-family: sans-serif;
  font-style: italic;
  font-weight: 300;
  src: local("Helvetica Neue Light Italic"),local(HelveticaNeue-LightItalic),local("Helvetica Light Oblique"),local(Helvetica-LightOblique);
}
@font-face{
  font-family: sans-serif;
  font-style: italic;
  font-weight: 400;
  src: local("Helvetica Neue Italic"),local(HelveticaNeue-Italic),local("Helvetica Oblique"),local(Helvetica-Oblique);
}
@font-face{
  font-family: sans-serif;
  font-style: italic;
  font-weight: 700;
  src: local("Helvetica Neue Bold Italic"),local(HelveticaNeue-BoldItalic),local("Helvetica Bold Oblique"),local(Helvetica-BoldOblique);
}
@font-face{
  font-family: sans-serif;
  font-style: normal;
  font-weight: 300;
  src: local("Helvetica Neue Light"),local(HelveticaNeue-Light),local("Helvetica Light"),local(Helvetica-Light);
}
@font-face{
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local(HelveticaNeue),local(Helvetica);
}
@font-face{
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local("Helvetica Neue Bold"),local(HelveticaNeue-Bold),local("Helvetica Bold"),local(Helvetica-Bold);
}
@font-face{
  font-family: monospace;
  font-style: italic;
  font-weight: 400;
  src: local("Menlo Italic"),local(Menlo-Italic),local("Consolas Italic"),local(Consolas-Italic),local("Courier New Italic");
}
@font-face{
  font-family: monospace;
  font-style: italic;
  font-weight: 700;
  src: local("Menlo Bold Italic"),local(Menlo-BoldItalic),local(Monaco),local("Consolas Bold Italic"),local(Consolas-BoldItalic),local("Courier New Bold Italic");
}
@font-face{
  font-family: monospace;
  font-style: normal;
  font-weight: 400;
  src: local("Menlo Regular"),local(Menlo-Regular),local(Monaco),local(Consolas),local("Courier New");
}
@font-face{
  font-family: monospace;
  font-style: normal;
  font-weight: 700;
  src: local("Menlo Bold"),local(Menlo-Bold),local(Monaco),local("Consolas Bold"),local(Consolas-Bold),local("Courier New Bold");
}
@import url("//hello.myfonts.net/count/36b60d");
/* ----------------------------------------------------------
BASE STYLES
----------------------------------------------------------- */
/* stylelint-disable */
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* stylelint-enable */
/* ----------------------------------------------------------
COLORS
----------------------------------------------------------- */
/* Primary brand colors */
/* Secondary accent colors */
/* ----------------------------------------------------------
BREAKPOINTS
----------------------------------------------------------- */
/* ----------------------------------------------------------
FONTS
----------------------------------------------------------- */
/* ----------------------------------------------------------
FUNCTIONAL VARIABLES
----------------------------------------------------------- */
/* ----------------------------------------------------------
TRANSITIONS
----------------------------------------------------------- */
/* ----------------------------------------------------------
Z-INDEX
----------------------------------------------------------- */
/* ----------------------------------------------------------
LOST GRID MIXINS
----------------------------------------------------------- */
/* ----------------------------------------------------------
BREAKPOINT MIXINS
----------------------------------------------------------- */
html::before, body::before {
  content: 'mobile';
  display: none;
}
@media (min-width: 768px) {
  html::before, body::before {
    content: 'tablet'
  }
}
@media (min-width: 992px) {
  html::before, body::before {
    content: 'desktop'
  }
}
/* ----------------------------------------------------------
STYLE MIXINS
----------------------------------------------------------- */
/* ----------------------------------------------------------
UTILITY MIXINS
----------------------------------------------------------- */
/***** BUTTONS ******/
/**
 * @license
 * MyFonts Webfont Build ID 3585549, 2018-05-22T12:51:59-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNovaA-BoldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold-it/
 *
 * Webfont: ProximaNovaA-Bold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/
 *
 * Webfont: ProximaNovaS-BoldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold-it/
 *
 * Webfont: ProximaNovaS-Bold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/
 *
 * Webfont: ProximaNova-BoldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/bold-it/
 *
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 *
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 *
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 *
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 *
 * Webfont: ProximaNovaA-RegularIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular-it/
 *
 * Webfont: ProximaNovaS-RegularIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular-it/
 *
 * Webfont: ProximaNova-RegularIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3585549
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* stylelint-disable */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
    font-family: 'ProximaNovaA-BoldIt';
    src: url('../fonts/36B60D_0_0.eot');
    src: url('../fonts/36B60D_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_0_0.woff2') format('woff2'),url('../fonts/36B60D_0_0.woff') format('woff'),url('../fonts/36B60D_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNovaA-Bold';
    src: url('../fonts/36B60D_1_0.eot');
    src: url('../fonts/36B60D_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_1_0.woff2') format('woff2'),url('../fonts/36B60D_1_0.woff') format('woff'),url('../fonts/36B60D_1_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNovaS-BoldIt';
    src: url('../fonts/36B60D_2_0.eot');
    src: url('../fonts/36B60D_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_2_0.woff2') format('woff2'),url('../fonts/36B60D_2_0.woff') format('woff'),url('../fonts/36B60D_2_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNovaS-Bold';
    src: url('../fonts/36B60D_3_0.eot');
    src: url('../fonts/36B60D_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_3_0.woff2') format('woff2'),url('../fonts/36B60D_3_0.woff') format('woff'),url('../fonts/36B60D_3_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova-BoldIt';
    src: url('../fonts/36B60D_4_0.eot');
    src: url('../fonts/36B60D_4_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_4_0.woff2') format('woff2'),url('../fonts/36B60D_4_0.woff') format('woff'),url('../fonts/36B60D_4_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/36B60D_5_0.eot');
    src: url('../fonts/36B60D_5_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_5_0.woff2') format('woff2'),url('../fonts/36B60D_5_0.woff') format('woff'),url('../fonts/36B60D_5_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNovaA-Regular';
    src: url('../fonts/36B60D_6_0.eot');
    src: url('../fonts/36B60D_6_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_6_0.woff2') format('woff2'),url('../fonts/36B60D_6_0.woff') format('woff'),url('../fonts/36B60D_6_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNovaS-Regular';
    src: url('../fonts/36B60D_7_0.eot');
    src: url('../fonts/36B60D_7_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_7_0.woff2') format('woff2'),url('../fonts/36B60D_7_0.woff') format('woff'),url('../fonts/36B60D_7_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/36B60D_8_0.eot');
    src: url('../fonts/36B60D_8_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_8_0.woff2') format('woff2'),url('../fonts/36B60D_8_0.woff') format('woff'),url('../fonts/36B60D_8_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNovaA-RegularIt';
    src: url('../fonts/36B60D_9_0.eot');
    src: url('../fonts/36B60D_9_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_9_0.woff2') format('woff2'),url('../fonts/36B60D_9_0.woff') format('woff'),url('../fonts/36B60D_9_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNovaS-RegularIt';
    src: url('../fonts/36B60D_A_0.eot');
    src: url('../fonts/36B60D_A_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_A_0.woff2') format('woff2'),url('../fonts/36B60D_A_0.woff') format('woff'),url('../fonts/36B60D_A_0.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova-RegularIt';
    src: url('../fonts/36B60D_B_0.eot');
    src: url('../fonts/36B60D_B_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36B60D_B_0.woff2') format('woff2'),url('../fonts/36B60D_B_0.woff') format('woff'),url('../fonts/36B60D_B_0.ttf') format('truetype');
}
.ProximaNovaA-BoldIt {
    font-family: ProximaNovaA-BoldIt;
    font-style: normal;
    font-weight: normal;
}
.ProximaNovaA-Bold {
    font-family: ProximaNovaA-Bold;
    font-style: normal;
    font-weight: normal;
}
.ProximaNovaS-BoldIt {
    font-family: ProximaNovaS-BoldIt;
    font-style: normal;
    font-weight: normal;
}
.ProximaNovaS-Bold {
    font-family: ProximaNovaS-Bold;
    font-style: normal;
    font-weight: normal;
}
.ProximaNova-BoldIt {
    font-family: ProximaNova-BoldIt;
    font-style: normal;
    font-weight: normal;
}
.ProximaNova-Bold {
    font-family: ProximaNova-Bold;
    font-style: normal;
    font-weight: normal;
}
.ProximaNovaA-Regular {
    font-family: ProximaNovaA-Regular;
    font-style: normal;
    font-weight: normal;
}
.ProximaNovaS-Regular {
    font-family: ProximaNovaS-Regular;
    font-style: normal;
    font-weight: normal;
}
.ProximaNova-Regular {
    font-family: ProximaNova-Regular;
    font-style: normal;
    font-weight: normal;
}
.ProximaNovaA-RegularIt {
    font-family: ProximaNovaA-RegularIt;
    font-style: normal;
    font-weight: normal;
}
.ProximaNovaS-RegularIt {
    font-family: ProximaNovaS-RegularIt;
    font-style: normal;
    font-weight: normal;
}
.ProximaNova-RegularIt {
    font-family: ProximaNova-RegularIt;
    font-style: normal;
    font-weight: normal;
}
/* stylelint-enable */
/* ----------------------------------------------------------
GRID
----------------------------------------------------------- */
.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (min-width: 768px) {
  .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px
  }
}
@media (min-width: 992px) {
  .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (min-width: 1200px) {
  .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
  }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
  .organism.col-2 .card,
        .organism.col-2 .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
    margin-bottom: 6rem
  }
  .organism.col-2 .card:nth-child(1n),
        .organism.col-2 .item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.col-2 .card:last-child,
        .organism.col-2 .item:last-child {
    margin-right: 0
  }
  .organism.col-2 .card:nth-child(2n),
        .organism.col-2 .item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .organism.col-3 .card,
        .organism.col-3 .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
    margin-bottom: 6rem
  }
  .organism.col-3 .card:nth-child(1n),
        .organism.col-3 .item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.col-3 .card:last-child,
        .organism.col-3 .item:last-child {
    margin-right: 0
  }
  .organism.col-3 .card:nth-child(3n),
        .organism.col-3 .item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .organism.col-4 .card,
        .organism.col-4 .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (30px - 30px * 1/4));
    margin-bottom: 6rem
  }
  .organism.col-4 .card:nth-child(1n),
        .organism.col-4 .item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.col-4 .card:last-child,
        .organism.col-4 .item:last-child {
    margin-right: 0
  }
  .organism.col-4 .card:nth-child(4n),
        .organism.col-4 .item:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
  }
}
* {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    background-color: #f4f3f1;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    cursor: pointer;
    text-decoration: none;
}
hr {
    background: #979797;
    border: none;
    height: 1px;
    margin: 1.5rem 0 1rem;
    opacity: 0.44;
}
/** breakpoints for js **/
html:before, body:before {
  display:none;
  content: "mobile";
}
@media (min-width: 768px) {
  html:before, body:before {
    content: "tablet"
  }
}
@media (min-width: 992px) {
  html:before, body:before {
    content: "desktop"
  }
}
/* ----------------------------------------------------------
GENERAL
----------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
pre {
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    line-height: normal;
}
p,
blockquote,
ol,
ul,
pre {
    color: #4a4a4a;
    font-size: 1.6rem;
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Archer A', 'Archer B';
    font-style: normal;
    font-weight: 600;

    color: #4a4a4a;
    line-height: normal;
    text-rendering: optimizelegibility;
}
/* ----------------------------------------------------------
HEADERS
----------------------------------------------------------- */
h1,
.h1 {
    font-family: 'Archer A', 'Archer B', serif;
    font-size: 2.8rem;
    line-height: normal;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 3.2rem;
    line-height: 1.1
  }
}
@media (min-width: 992px) {
  h1,
.h1 {
    font-size: 3.8rem;
    line-height: normal
  }
}
h2,
.h2 {
    font-size: 2.6rem;
    letter-spacing: -0.3px;
    line-height: 1.12;
    margin-top: 2.25rem;
}
h3,
.h3 {
    font-family: ProximaNova-Bold;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.1px;
    line-height: 1.2;
}
h4,
.h4 {
    font-family: ProximaNova-Bold;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2;
}
h5,
.h5 {
    font-size: 1.4rem;
}
h6,
.h6 {
    font-size: 1.2rem;
}
/* ----------------------------------------------------------
BASIC ELEMENTS
----------------------------------------------------------- */
a {
    color: #3a759a;
}
strong {
    font-weight: normal;
}
pre {
    margin: 0;
}
/* ----------------------------------------------------------
MIXINS
----------------------------------------------------------- */
/*
 * Common shared type styles for single blog posts, page content, etc.
 */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-360-tour {
  background-image: url(../img/sprite.png);
  background-position: -177px -66px;
  width: 60px;
  height: 60px;
}
.icon-bbb {
  background-image: url(../img/sprite.png);
  background-position: -243px -117px;
  width: 33px;
  height: 35px;
}
.icon-builder-100-logo {
  background-image: url(../img/sprite.png);
  background-position: -42px -223px;
  width: 57px;
  height: 19px;
}
.icon-envelope-beige {
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  width: 73px;
  height: 74px;
}
.icon-envelope-red {
  background-image: url(../img/sprite.png);
  background-position: -73px -60px;
  width: 73px;
  height: 74px;
}
.icon-equal-housing {
  background-image: url(../img/sprite.png);
  background-position: -146px -60px;
  width: 24px;
  height: 23px;
}
.icon-floorplan-black {
  background-image: url(../img/sprite.png);
  background-position: -192px -134px;
  width: 40px;
  height: 40px;
}
.icon-floorplan-white {
  background-image: url(../img/sprite.png);
  background-position: 0px -183px;
  width: 40px;
  height: 40px;
}
.icon-floorplan {
  background-image: url(../img/sprite.png);
  background-position: -243px -152px;
  width: 29px;
  height: 29px;
}
.icon-icon-bath {
  background-image: url(../img/sprite.png);
  background-position: -119px -223px;
  width: 20px;
  height: 18px;
}
.icon-icon-bed {
  background-image: url(../img/sprite.png);
  background-position: -99px -223px;
  width: 20px;
  height: 18px;
}
.icon-icon-blog {
  background-image: url(../img/sprite.png);
  background-position: -157px -183px;
  width: 39px;
  height: 39px;
}
.icon-icon-car {
  background-image: url(../img/sprite.png);
  background-position: -243px -207px;
  width: 20px;
  height: 14px;
}
.icon-icon-carat-down {
  background-image: url(../img/sprite.png);
  background-position: -271px -192px;
  width: 11px;
  height: 6px;
}
.icon-icon-carat-right {
  background-image: url(../img/sprite.png);
  background-position: -272px -166px;
  width: 7px;
  height: 14px;
}
.icon-icon-chat-blue {
  background-image: url(../img/sprite.png);
  background-position: -163px -104px;
  width: 14px;
  height: 13px;
}
.icon-icon-chat {
  background-image: url(../img/sprite.png);
  background-position: -243px -181px;
  width: 28px;
  height: 26px;
}
.icon-icon-directions-blue {
  background-image: url(../img/sprite.png);
  background-position: -272px -152px;
  width: 10px;
  height: 14px;
}
.icon-icon-directions {
  background-image: url(../img/sprite.png);
  background-position: -146px -104px;
  width: 17px;
  height: 25px;
}
.icon-icon-facebook {
  background-image: url(../img/sprite.png);
  background-position: -243px -78px;
  width: 39px;
  height: 39px;
}
.icon-icon-filter {
  background-image: url(../img/sprite.png);
  background-position: -158px -223px;
  width: 19px;
  height: 17px;
}
.icon-icon-flickr {
  background-image: url(../img/sprite.png);
  background-position: -196px -183px;
  width: 39px;
  height: 39px;
}
.icon-icon-floorplan {
  background-image: url(../img/sprite.png);
  background-position: -152px -134px;
  width: 40px;
  height: 40px;
}
.icon-icon-instagram {
  background-image: url(../img/sprite.png);
  background-position: -118px -183px;
  width: 39px;
  height: 39px;
}
.icon-icon-linkedin {
  background-image: url(../img/sprite.png);
  background-position: -40px -183px;
  width: 39px;
  height: 39px;
}
.icon-icon-login-blue {
  background-image: url(../img/sprite.png);
  background-position: -271px -181px;
  width: 11px;
  height: 11px;
}
.icon-icon-phone-blue {
  background-image: url(../img/sprite.png);
  background-position: -263px -207px;
  width: 14px;
  height: 14px;
}
.icon-icon-phone {
  background-image: url(../img/sprite.png);
  background-position: -146px -83px;
  width: 21px;
  height: 21px;
}
.icon-icon-pinterest {
  background-image: url(../img/sprite.png);
  background-position: -243px -39px;
  width: 39px;
  height: 39px;
}
.icon-icon-price {
  background-image: url(../img/sprite.png);
  background-position: 0px -255px;
  width: 20px;
  height: 21px;
}
.icon-icon-question {
  background-image: url(../img/sprite.png);
  background-position: -177px -223px;
  width: 17px;
  height: 16px;
}
.icon-icon-sqft {
  background-image: url(../img/sprite.png);
  background-position: -139px -223px;
  width: 19px;
  height: 18px;
}
.icon-icon-twitter {
  background-image: url(../img/sprite.png);
  background-position: -243px 0px;
  width: 39px;
  height: 39px;
}
.icon-icon-video-inline {
  background-image: url(../img/sprite.png);
  background-position: 0px -223px;
  width: 42px;
  height: 32px;
}
.icon-icon-virtual-tour {
  background-image: url(../img/sprite.png);
  background-position: -108px -134px;
  width: 44px;
  height: 44px;
}
.icon-icon-youtube {
  background-image: url(../img/sprite.png);
  background-position: -79px -183px;
  width: 39px;
  height: 39px;
}
.icon-laurels-badge {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 177px;
  height: 60px;
}
.icon-nhq-logo {
  background-image: url(../img/sprite.png);
  background-position: -60px -134px;
  width: 48px;
  height: 48px;
}
.icon-photo-tour {
  background-image: url(../img/sprite.png);
  background-position: 0px -134px;
  width: 60px;
  height: 49px;
}
.icon-video-play {
  background-image: url(../img/sprite.png);
  background-position: -177px 0px;
  width: 66px;
  height: 66px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-360-tour {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-bbb {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-builder-100-logo {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-envelope-beige {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-envelope-red {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-equal-housing {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-floorplan-black {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-floorplan-white {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-floorplan {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-bath {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-bed {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-blog {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-car {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-carat-down {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-carat-right {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-chat-blue {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-chat {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-directions-blue {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-directions {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-facebook {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-filter {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-flickr {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-floorplan {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-instagram {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-linkedin {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-login-blue {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-phone-blue {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-phone {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-pinterest {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-price {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-question {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-sqft {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-twitter {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-video-inline {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-virtual-tour {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-icon-youtube {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-laurels-badge {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-nhq-logo {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-photo-tour {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
  .icon-video-play {
    background-image: url(../img/sprite@2x.png);
    background-size: 282px 276px;
  }
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.6rem;
    height: 3.8rem;
    line-height: normal;
    padding: 1.1rem 1.2rem 1rem;
    width: 100%;
    /* stylelint-enable selector-no-vendor-prefix */
}
/* stylelint-disable selector-no-vendor-prefix */
input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* Firefox 19-50 */
input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* - Internet Explorer 10–11
       - Internet Explorer Mobile 10-11 */
input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc !important;
  font-weight: 400 !important;
}
/* Edge (also supports ::-webkit-input-placeholder) */
input[type='text']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* CSS Pseudo-Elements Level 4 Editor's Draft
       - Browsers not mentioned in vendor prefixes
       - Browser of newer versions than mentioned in vendor prefixes */
input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
input[type='text']::placeholder, input[type='email']::placeholder, input[type='password']::placeholder, input[type='tel']::placeholder, textarea::placeholder {
  color: #ccc;
  font-weight: 400;
}
input[type='checkbox'] {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 1.6rem;
    width: 1.6rem;
}
input[type='checkbox']:hover {
  cursor: pointer;
}
.facetwp-type-dropdown,
.custom-select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: auto;
}
.facetwp-type-dropdown select, .custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  height: 3.8rem;
  padding: 0.25rem 3.5rem 0 1.5rem;
  width: 100%;
}
.facetwp-type-dropdown select:invalid, .custom-select select:invalid {
  color: #666;
}
.facetwp-type-dropdown select::-ms-expand, .custom-select select::-ms-expand {
  display: none;
}
.facetwp-type-dropdown::after, .custom-select::after {
  color: #999;
  content: '\f0dc';
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.form label {
  color: #333;
}
/* Gravity Forms */
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  height: 3.8rem;
  line-height: normal;
  padding: 1.1rem 1.2rem 1rem;
  width: 100%;
  /* stylelint-enable selector-no-vendor-prefix */
}
/* stylelint-disable selector-no-vendor-prefix */
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* Firefox 19-50 */
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* - Internet Explorer 10–11
       - Internet Explorer Mobile 10-11 */
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #ccc !important;
  font-weight: 400 !important;
}
/* Edge (also supports ::-webkit-input-placeholder) */
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* CSS Pseudo-Elements Level 4 Editor's Draft
       - Browsers not mentioned in vendor prefixes
       - Browser of newer versions than mentioned in vendor prefixes */
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #ccc;
  font-weight: 400;
}
/* HubSpot Forms */
/* Success message */
.hubspot-form .submitted-message {
  background-color: rgba(205,200,190, 0.3);
  padding: 1rem 1.5rem;
}
.hubspot-form .submitted-message strong {
  font-family: ProximaNova-Bold;
}
/* Override default HubSpot form styles */
.hubspot-form.hubspot-custom form,
        .hubspot-form.hubspot-custom .hs-form {
  margin: 0;
}
.hubspot-form.hubspot-custom .field {
  margin: 0 0 1.8rem;
}
/* Labels */
.hubspot-form.hubspot-custom label {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
}
.hubspot-form.hubspot-custom label span {
  font-weight: normal;
}
/* Inputs */
.hubspot-form.hubspot-custom input[type='text'],
        .hubspot-form.hubspot-custom input[type='email'] {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #333;
  line-height: normal;
  padding: 0;
  transition: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  height: 3.8rem;
  line-height: normal;
  padding: 1.1rem 1.2rem 1rem;
  width: 100%;
  /* stylelint-enable selector-no-vendor-prefix */
}
/* stylelint-disable selector-no-vendor-prefix */
.hubspot-form.hubspot-custom input[type='text']::-webkit-input-placeholder, .hubspot-form.hubspot-custom input[type='email']::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* Firefox 19-50 */
.hubspot-form.hubspot-custom input[type='text']::-moz-placeholder, .hubspot-form.hubspot-custom input[type='email']::-moz-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* - Internet Explorer 10–11
       - Internet Explorer Mobile 10-11 */
.hubspot-form.hubspot-custom input[type='text']:-ms-input-placeholder, .hubspot-form.hubspot-custom input[type='email']:-ms-input-placeholder {
  color: #ccc !important;
  font-weight: 400 !important;
}
/* Edge (also supports ::-webkit-input-placeholder) */
.hubspot-form.hubspot-custom input[type='text']::-ms-input-placeholder, .hubspot-form.hubspot-custom input[type='email']::-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* CSS Pseudo-Elements Level 4 Editor's Draft
       - Browsers not mentioned in vendor prefixes
       - Browser of newer versions than mentioned in vendor prefixes */
.hubspot-form.hubspot-custom input[type='text']:-ms-input-placeholder, .hubspot-form.hubspot-custom input[type='email']:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
.hubspot-form.hubspot-custom input[type='text']::placeholder, .hubspot-form.hubspot-custom input[type='email']::placeholder {
  color: #ccc;
  font-weight: 400;
}
.hubspot-form.hubspot-custom textarea {
  min-height: 10rem;
}
/* Checkbox lists */
.hubspot-form.hubspot-custom .inputs-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.hubspot-form.hubspot-custom .inputs-list li {
  margin: 0 0 0.25rem;
}
.hubspot-form.hubspot-custom .inputs-list li input[type='checkbox'] {
  margin-right: 0.5rem;
}
/* Error/validation messages */
.hubspot-form.hubspot-custom .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.25rem;
}
.hubspot-form.hubspot-custom .hs-error-msgs li {
  line-height: 1;
}
.hubspot-form.hubspot-custom .hs-error-msgs label {
  color: #ca4508;
  font-size: 1.2rem;
}
.hubspot-form.hubspot-custom .hs_error_rollup label {
  font-family: ProximaNova-Bold;
}
/* Submit button wrapper */
.hubspot-form.hubspot-custom .hs_submit .actions, .hubspot-form.hubspot-custom .hs-submit .actions {
  margin: 0;
  padding: 0;
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(0.85);
    }

    40% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes link-bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    35% {
        transform: translateX(-50%) translateY(-0.5rem);
    }

    60% {
        transform: translateX(-50%) translateY(-0.3rem);
    }
}
@keyframes link-bounce-scrolled {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) scale(0.7);
    }

    35% {
        transform: translateY(-0.4rem) scale(0.7);
    }

    60% {
        transform: translateY(-0.3rem) scale(0.7);
    }
}
/* Global slider styles */
.slick-slider {
    list-style: none;
    margin: 0;
    padding: 0;

    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    line-height: 0;
    position: relative;
}
.slick-slider.slick-initialized .slide {
  display: block;
}
.slick-slider .slick-arrow {
  background: none;
  border-radius: 0;
  display: block;
  line-height: normal;
  margin-top: -18px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  z-index: 1;
}
.slick-slider .slick-arrow::after {
  content: '';
  display: block;
  font-family: FontAwesome;
  font-size: 6.5rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
}
.slick-slider .slick-prev::after {
  content: '\f104';
}
.slick-slider .slick-next::after {
  content: '\f105';
}
.slick-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .slick-slider .slick-dots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
  }
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-slider .slick-dots li button {
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  height: 1.6rem;
  outline: none;
  padding: 0;
  transition: all 0.3s ease;
  width: 1.6rem;
}
.slick-slider .slick-dots li button:hover {
  cursor: pointer;
}
.slick-slider .slick-dots .slick-active button {
  background-color: #ccc;
}
.fancybox-mobile .fancybox-nav span {
    visibility: visible !important;
}
@media (min-width: 768px) {
  .map-wrapper {
    border: 1px solid #ccc
  }
}
.map-wrapper .markers {
  display: none;
}
.map-wrapper .gmap {
  height: 32.6rem;
  width: 100%;
}
/* Images */
img,
figure {
    height: auto;
    margin: 0;
}
img {
    max-width: 100%;
}
.page-content figure {
  max-width: 100%;
}
.page-content img {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .page-content img {
    width: auto
  }
}
/* Image alignment */
.page-content .alignleft,
    .page-content .alignright {
  clear: both;
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .page-content .alignleft {
    display: inline;
    float: left;
    margin-right: 2.7rem
  }
}
@media (min-width: 768px) {
  .page-content .alignright {
    display: inline;
    float: right;
    margin-left: 2.7rem
  }
}
/* ----------------------------------------------------------
VENDOR
----------------------------------------------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }
.fancybox-opened {
  z-index: 8030; }
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner {
  position: relative; }
.fancybox-inner {
  overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }
.fancybox-prev {
  left: 0; }
.fancybox-next {
  right: 0; }
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }
.fancybox-nav:hover span {
  visibility: visible; }
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }
.fancybox-lock body {
  overflow: hidden !important; }
.fancybox-lock-test {
  overflow-y: hidden !important; }
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }
.fancybox-opened .fancybox-title {
  visibility: visible; }
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }
.fancybox-title-inside-wrap {
  padding-top: 10px; }
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*!
 *  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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
: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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
.fancybox-skin {
    border-radius: 0;
}
.awesomplete [hidden] {
    display: none;
}
.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.awesomplete {
    display: inline-block;
    position: relative;
}
.awesomplete > input {
    display: block;
}
.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}
.awesomplete > ul:empty {
    display: none;
}
.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}
@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}

	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}
/* Pointer */
.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		transform: rotate(45deg);
	}
.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
/* ----------------------------------------------------------
ATOMS
----------------------------------------------------------- */
.back-to-top {
    bottom: -10rem;
    opacity: 0;
    position: fixed;
    right: 2.5rem;
    transition: all 0.5s ease;
    z-index: 9;
}
@media (min-width: 768px) {
  .back-to-top {
    right: 5rem
  }
}
.back-to-top.scrolled {
  bottom: 2.5rem;
  opacity: 1;
}
@media (min-width: 768px) {
  .back-to-top.scrolled {
    bottom: 5rem
  }
}
.back-to-top::after {
  background: rgba(58,117,154, 0.8);
  border: 4px solid rgba(58,117,154, 0.5);
  border-radius: 50%;
  content: '';
  display: block;
  height: 4.5rem;
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.5rem;
  z-index: 0;
}
.back-to-top a {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  height: 3rem;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  width: 3rem;
  z-index: 1;
}
.back-to-top a:hover {
  color: #fff;
}
.hubspot-cta .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #ccc;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#ccc, #ccc);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
}
.hubspot-cta .button:hover,
    .hubspot-cta .button:active,
    .hubspot-cta .button:focus,
    .hubspot-cta .button:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #ccc;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#ccc, #ccc);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.hubspot-cta .button:active,
    .hubspot-cta .button:focus {
  box-shadow: none;
}
.button a,
.button-blue a,
.hs-cta-wrapper .button-blue {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #428ebc;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#428ebc, #428ebc);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
}
.button a:hover,
    .button a:active,
    .button a:focus,
    .button a:active:not(.inactive):not(.link),
    .button-blue a:hover,
    .button-blue a:active,
    .button-blue a:focus,
    .button-blue a:active:not(.inactive):not(.link),
    .hs-cta-wrapper .button-blue:hover,
    .hs-cta-wrapper .button-blue:active,
    .hs-cta-wrapper .button-blue:focus,
    .hs-cta-wrapper .button-blue:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #428ebc;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#428ebc, #428ebc);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.button a:active,
    .button a:focus,
    .button-blue a:active,
    .button-blue a:focus,
    .hs-cta-wrapper .button-blue:active,
    .hs-cta-wrapper .button-blue:focus {
  box-shadow: none;
}
.button-orange a,
.hs-cta-wrapper .button-orange {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #bf5b3d;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#bf5b3d, #bf5b3d);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
}
.button-orange a:hover,
    .button-orange a:active,
    .button-orange a:focus,
    .button-orange a:active:not(.inactive):not(.link),
    .hs-cta-wrapper .button-orange:hover,
    .hs-cta-wrapper .button-orange:active,
    .hs-cta-wrapper .button-orange:focus,
    .hs-cta-wrapper .button-orange:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #bf5b3d;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#bf5b3d, #bf5b3d);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.button-orange a:active,
    .button-orange a:focus,
    .hs-cta-wrapper .button-orange:active,
    .hs-cta-wrapper .button-orange:focus {
  box-shadow: none;
}
.button-gold a,
.hs-cta-wrapper .button-gold {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #a89777;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#a89777, #a89777);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
}
.button-gold a:hover,
    .button-gold a:active,
    .button-gold a:focus,
    .button-gold a:active:not(.inactive):not(.link),
    .hs-cta-wrapper .button-gold:hover,
    .hs-cta-wrapper .button-gold:active,
    .hs-cta-wrapper .button-gold:focus,
    .hs-cta-wrapper .button-gold:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #a89777;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#a89777, #a89777);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.button-gold a:active,
    .button-gold a:focus,
    .hs-cta-wrapper .button-gold:active,
    .hs-cta-wrapper .button-gold:focus {
  box-shadow: none;
}
.button-brown a,
.hs-cta-wrapper .button-brown {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #7a5230;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#7a5230, #7a5230);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
}
.button-brown a:hover,
    .button-brown a:active,
    .button-brown a:focus,
    .button-brown a:active:not(.inactive):not(.link),
    .hs-cta-wrapper .button-brown:hover,
    .hs-cta-wrapper .button-brown:active,
    .hs-cta-wrapper .button-brown:focus,
    .hs-cta-wrapper .button-brown:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #7a5230;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#7a5230, #7a5230);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.button-brown a:active,
    .button-brown a:focus,
    .hs-cta-wrapper .button-brown:active,
    .hs-cta-wrapper .button-brown:focus {
  box-shadow: none;
}
.button-teal a,
.hs-cta-wrapper .button-teal {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #11c0a5;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#11c0a5, #11c0a5);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
}
.button-teal a:hover,
    .button-teal a:active,
    .button-teal a:focus,
    .button-teal a:active:not(.inactive):not(.link),
    .hs-cta-wrapper .button-teal:hover,
    .hs-cta-wrapper .button-teal:active,
    .hs-cta-wrapper .button-teal:focus,
    .hs-cta-wrapper .button-teal:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#11c0a5, #11c0a5);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.button-teal a:active,
    .button-teal a:focus,
    .hs-cta-wrapper .button-teal:active,
    .hs-cta-wrapper .button-teal:focus {
  box-shadow: none;
}
.wp-caption-text {
    font-family: ProximaNovaA-RegularIt, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0.5rem 0 0;
}
.embed-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative;
}
.embed-container iframe,
    .embed-container object,
    .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
/* stylelint-disable selector-no-qualifying-type */
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
/* stylelint-enable selector-no-qualifying-type */
.map-embed {
    padding: 0 0 56.25%;
}
@media (min-width: 768px) {
  .map-embed {
    padding-bottom: 0
  }
}
.mini-map {
    display: none;
    margin: 0 0 3rem;
    width: 100%;
}
@media (min-width: 768px) {
  .mini-map {
    display: block
  }
}
.mini-map .map-wrapper .gmap {
  height: 17.5rem;
}
.plan-favorite-button {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.25s ease;
    visibility: hidden;
    z-index: 3;
}
.plan-favorite-button a {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.2rem;
  vertical-align: middle;
}
.plan-favorite-button p {
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 1.6rem;
  margin: 0 0 0 1rem;
  transition: all 0.3s ease;
}
.plan-favorite-button .fa {
  font-size: 3.2rem;
}
.plan-favorite-button.add,
    .plan-favorite-button.remove {
  opacity: 1;
  visibility: visible;
}
.plan-favorite-button.add p,
        .plan-favorite-button.add .fa {
  color: #7f7f7f;
}
.plan-favorite-button.add .action.add {
  display: inline;
}
.plan-favorite-button.add .action.remove {
  display: none;
}
.plan-favorite-button.remove p,
        .plan-favorite-button.remove .fa {
  color: #ca4508;
}
.plan-favorite-button.remove .action.add {
  display: none;
}
.plan-favorite-button.remove .action.remove {
  display: inline;
}
.plan-favorite-button:hover {
  transition: all 0.45s ease;
}
.plan-favorite-button:hover .fa {
  animation: heartbeat 0.8s;
  animation-delay: 0;
}
.read-more {
    background: #fff;
    bottom: 0;
    cursor: pointer;
    font-family: ProximaNova-Bold;
    font-size: 1.6rem;
    left: 0;
    padding: 0 0.5rem;
    position: absolute;
    width: 100%;
    z-index: 2;
}
@media (min-width: 768px) {
  .read-more {
    display: none
  }
}
.read-more .fa {
  margin: 0 0 0.25rem;
  vertical-align: middle;
}
.fade-read-more {
    max-height: 17rem;
    overflow: hidden;
    padding-bottom: 3rem;
    position: relative;
}
@media (min-width: 768px) {
  .fade-read-more {
    max-height: none
  }
}
.fade-read-more::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%, #fff);
  bottom: 0;
  content: '';
  height: 9rem;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease 0.3s;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .fade-read-more::after {
    display: none
  }
}
.fade-read-more.open::after {
  opacity: 0;
}
.fade-read-more p {
  margin-top: 0;
}
.disclaimer {
    margin: 5px 0;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
}
.tooltip {
    background-color: #428ebc;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Bold;
    font-size: 1.4rem;
    height: 1.6rem;
    position: relative;
    text-align: center;
    width: 1.6rem;
}
.tooltip .msg {
  background: rgba(0, 0, 0, 0.7);
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2rem;
  left: 50%;
  opacity: 0;
  padding: 1rem 1.25rem;
  position: absolute;
  top: -0.5rem;
  transform: translateX(-50%) translateY(-100%);
  transition: all 0.4s ease;
  visibility: hidden;
  width: 24rem;
  z-index: 10;
}
.tooltip .msg::after {
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid rgba(0, 0, 0, 0.7);
  bottom: -0.4rem;
  content: '';
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
@media (min-width: 768px) {
  .tooltip .msg::after {
    display: block
  }
}
.tooltip:hover .msg {
  opacity: 1;
  visibility: visible;
}
.video-embed {
    padding: 0 0 56.25%;
}
@media (min-width: 768px) {
  .video-embed {
    padding-bottom: 0
  }
}
.wp-video {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.wp-video .wp-video-shortcode {
  margin: 0 auto;
}
/* Used with custom visual editor style formats button */
.video-link a {
  font-family: ProximaNova-Bold;
  padding-left: 2.9rem;
  position: relative;
  text-decoration: underline;
}
.video-link a::before {
  background-image: url('../img/icon-video-inline@2x.png');
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: -1px;
  width: 2.1rem;
}
.product-status {
    background-color: #bf5b3d;
    color: #fff;
    font-family: ProximaNova-Bold;
    font-size: 1.3rem;
    font-weight: normal;
    height: auto;
    left: 0;
    line-height: 1.15;
    max-width: 100%;
    padding: 10px 10px 8px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 10px;
    width: auto;
    z-index: 3;
}
@media (min-width: 768px) {
  .product-status {
    left: -6px;
  }
}
/* ----------------------------------------------------------
MOLECULES
----------------------------------------------------------- */
.molecule.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.molecule.breadcrumbs ul li {
  display: inline-block;
  line-height: 1;
  margin: 0 0.5rem 0 0;
  padding: 0 1.25rem 0 0;
  position: relative;
}
.molecule.breadcrumbs ul li a {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.4rem 0;
}
@media (min-width: 768px) {
  .molecule.breadcrumbs ul li a {
    font-size: 1.4rem;
    padding: 0
  }
}
.molecule.breadcrumbs ul li::after {
  box-sizing: content-box;
  color: #3a759a;
  content: '\f054';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}
.molecule.breadcrumbs ul li:last-child::after {
  display: none;
}
.molecule.breadcrumbs .current-page a {
  color: #666;
}
.blog-social-signup {
    border: 5px solid #cdc8be;
    margin: 2rem 0 4rem;
}
.blog-social-signup .email-signup.molecule {
  border: none;
}
.blog-social-signup .social-share {
  background-color: #cdc8be;
  padding: 1.5rem 2rem 1rem;
  text-align: center;
}
.developer-home-item {
    background: #f4f3f1;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    margin: 3rem 0 0;
}
.developer-home-item .image {
  position: relative;
}
.developer-home-item .image::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  content: '';
  height: 6.5rem;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.developer-home-item .image img {
  display: block;
}
.developer-home-item .image .title {
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  position: absolute;
  transition: bottom 0.15s ease-in;
  z-index: 1;
}
@media (min-width: 992px) {
  .developer-home-item .image .title {
    padding: 1.5rem 2rem
  }
}
.developer-home-item .image .title h2 {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 2.3rem;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .developer-home-item .image .title h2 {
    font-size: 2.6rem
  }
}
.developer-home-item .image .title h2 span {
  display: block;
  font-size: 0.7em;
  text-transform: none;
}
.developer-home-item .body {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .developer-home-item .body {
    padding: 1.5rem 2rem
  }
}
.developer-home-item .details {
  background: rgba(205,200,190, 0.3);
  padding: 0.5rem 1.5rem;
}
@media (min-width: 992px) {
  .developer-home-item .details {
    float: right;
    margin: 2rem 0 2rem 2rem;
    padding: 1rem 2rem;
    width: 30rem
  }
}
.developer-home-item .details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.developer-home-item .details ul li {
  border-bottom: 1px solid rgba(205,200,190, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0.5em 0 0.4em;
}
.developer-home-item .details ul li:last-child {
  border: 0 none;
}
.developer-home-item .details ul li .label {
  -ms-flex-preferred-size: 8em;
      flex-basis: 8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: ProximaNova-Bold;
}
.developer-home-item .details ul li .value {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.email-signup-modal h3 {
  border-bottom: 1px solid #c0d1db;
  padding: 0 0 1rem;
}
@media (min-width: 768px) {
  .email-signup-modal .text {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 2/3 - (30px - 30px * 2/3))
  }
  .email-signup-modal .text:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .email-signup-modal .text:last-child {
    margin-right: 0
  }
  .email-signup-modal .text:nth-child(3 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .email-signup-modal .image {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
    text-align: right
  }
  .email-signup-modal .image:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .email-signup-modal .image:last-child {
    margin-right: 0
  }
  .email-signup-modal .image:nth-child(3 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
.email-signup.molecule {
        background-color: #f4f3f1;
        padding: 2.5rem 2rem;
        text-align: center;
        border: 5px solid #cdc8be;
    }
@media (min-width: 768px) {
  .email-signup.molecule {
    padding: 3rem 8rem
  }
}
@media (min-width: 1200px) {
  .email-signup.molecule {
    padding-left: 18rem;
    padding-right: 18rem
  }
}
.email-signup.molecule .header {
  margin: 0 0 2rem;
}
.email-signup.molecule h2 {
  margin: 0;
}
.email-signup.molecule h4 {
  font-size: 1.6rem;
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .email-signup.molecule h4 {
    font-size: 1.8rem
  }
}
.email-signup.molecule .body {
  text-align: center;
}
.email-signup.molecule .hbspt-form form {
  display: -ms-flexbox;
  display: flex;
}
.email-signup.molecule .hbspt-form {
  width: 100%;
}
.email-signup.molecule .form {
  margin: 1rem 0 0;
  display: -ms-flexbox;
  display: flex;
}
.email-signup.molecule .form.hs-form {
  display: -ms-flexbox;
  display: flex;
}
.email-signup.molecule .form .hs_submit,
            .email-signup.molecule .form .hs-submit {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/4 - (30px - 30px * 1/4));
}
.email-signup.molecule .form .hs_submit:nth-child(1n),
            .email-signup.molecule .form .hs-submit:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.email-signup.molecule .form .hs_submit:last-child,
            .email-signup.molecule .form .hs-submit:last-child {
  margin-right: 0;
}
.email-signup.molecule .form .hs_submit:nth-child(4 '' ''n),
            .email-signup.molecule .form .hs-submit:nth-child(4 '' ''n) {
  margin-right: 0;
  margin-left: auto;
}
.email-signup.molecule .form .hs_email,
            .email-signup.molecule .form .hs-email {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 3/4 - (30px - 30px * 3/4));
}
.email-signup.molecule .form .hs_email:nth-child(1n),
            .email-signup.molecule .form .hs-email:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.email-signup.molecule .form .hs_email:last-child,
            .email-signup.molecule .form .hs-email:last-child {
  margin-right: 0;
}
.email-signup.molecule .form .hs_email:nth-child(4 '' ''n),
            .email-signup.molecule .form .hs-email:nth-child(4 '' ''n) {
  margin-right: 0;
  margin-left: auto;
}
.email-signup.molecule .form .hs_email_signup_plans_promotions {
  display: none;
}
.email-signup.molecule .form label:not(.hs-error-msg),
            .email-signup.molecule .form .hs-form-required {
  color: #4a4a4a;
  display: none;
}
.email-signup.molecule .form .hs-input {
  max-width: none;
}
.email-signup.molecule .form .hs_email {
  margin-bottom: 0.5rem;
}
.email-signup.molecule .form .hs_email_signup_plans_promotions {
  margin-top: 0;
}
.email-signup.molecule .form .hs_email_signup_plans_promotions .input ul {
  padding-left: 0;
}
.email-signup.molecule .form .hs_email_signup_plans_promotions span {
  font-size: 1.4rem;
}
.email-signup.molecule .form .hs-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#11c0a5, #11c0a5);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
}
.email-signup.molecule .form .hs-button:hover,
    .email-signup.molecule .form .hs-button:active,
    .email-signup.molecule .form .hs-button:focus,
    .email-signup.molecule .form .hs-button:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#11c0a5, #11c0a5);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.email-signup.molecule .form .hs-button:active,
    .email-signup.molecule .form .hs-button:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .email-signup.molecule .form .hs-button {
    width: 75%
  }
}
.email-signup.molecule .form .hs_email_signup_plans_promotions {
  visibility: hidden;
}
.email-signup.molecule .modal {
  color: #4a4a4a;
  display: block;
  font-size: 1.3rem;
  margin: 1.5rem 0 0;
  text-decoration: underline;
  text-align: left;
}
.email-signup.molecule .icon-icon-question {
  color: #4a4a4a;
  display: inline-block;
  margin: 0 0.5rem;
  vertical-align: middle;
}
.molecule.events-filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 0 2rem;
}
@media (min-width: 992px) {
  .molecule.events-filters {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between
  }
}
.molecule.events-filters > div {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .molecule.events-filters > div {
    width: auto
  }
}
.molecule.events-filters .filter-location {
  margin: 0 0 1rem;
}
@media (min-width: 992px) {
  .molecule.events-filters .filter-location {
    -ms-flex: 3;
        flex: 3;
    margin-bottom: 0
  }
}
.molecule.events-filters .filter-favorites,
    .molecule.events-filters .filter-oh {
  margin: 0 0 0.5rem;
}
@media (min-width: 992px) {
  .molecule.events-filters .filter-favorites,
    .molecule.events-filters .filter-oh {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin: 0
  }
}
.molecule.events-filters label {
  color: #333;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.4rem;
  margin: 0 0 0 0.6rem;
}
.molecule.events-filters .custom-select {
  width: 100%;
}
.molecule.events-filters .custom-select::before {
  color: #ca4508;
  content: '\f041';
  font-family: 'FontAwesome';
  font-size: 2.2rem;
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.molecule.events-filters .custom-select select {
  padding-left: 3.5rem;
  z-index: 1;
}
.favorite-alert {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: auto;
    opacity: 0;
    padding: 1.5rem 2.5rem;
    position: fixed;
    right: 0;
    transform: translateX(45rem);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%;
    z-index: 12;
}
@media (min-width: 768px) {
  .favorite-alert {
    padding: 2.5rem;
    width: 42rem
  }
}
.favorite-alert.visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.favorite-alert .close {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  color: #fff;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 4.5rem;
  height: 3.2rem;
  left: 0.5rem;
  line-height: 0.85;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0.5rem;
  width: 3.2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .favorite-alert .close {
    left: -1.4rem;
    top: -1.4rem
  }
}
.favorite-alert .message {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
}
.favorite-alert .message .image {
  margin: 0 1.5rem 0 0;
}
.favorite-alert .message .image img {
  display: block;
  height: 9.5rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 17.8rem;
}
.favorite-alert .message a,
        .favorite-alert .message p {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  margin: 0;
}
@media (min-width: 768px) {
  .favorite-alert .message a,
        .favorite-alert .message p {
    font-size: 1.8rem
  }
}
.favorite-alert .message a {
  font-size: 1.8rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .favorite-alert .message a {
    font-size: 2.2rem
  }
}
.infoBox > img {
  display: none !important;
}
.info-window {
    background: #fff;
    border-bottom: 6px solid #a89777;
    bottom: 55px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    left: -50%;
    padding: 1.5rem 1.5rem 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.info-window::after {
  border-color: #a89777 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -16px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin: 0 0 0 -10px;
  position: absolute;
  width: 0;
}
.info-window .info-window-close {
  position: absolute;
  right: -1rem;
  top: -1rem;
}
.info-window .info-window-close i {
  color: #2b6386;
  font-size: 3rem;
  transition: color 0.3s ease;
}
.info-window .info-window-close i:hover {
  color: #428ebc;
}
.info-window .info-window-close i::before {
  position: relative;
  z-index: 1;
}
.info-window .info-window-close i::after {
  background: #fff;
  border-radius: 100%;
  content: '';
  display: block;
  height: 2rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 2rem;
  z-index: 0;
}
.info-window h4 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.info-window h4 a {
  color: #4a4a4a;
}
.info-window h5 {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  margin: 0 0 1rem;
}
.info-window p {
  font-size: 1.3rem;
}
.info-window .body {
  color: #4a4a4a;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
.info-window .body strong {
  font-family: ProximaNova-Bold;
}
.info-window .link {
  background: #a89777;
  color: #fff;
  display: block;
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  letter-spacing: 0.1px;
  margin: 0 -1.5rem;
  padding: 0.8rem 1.5rem 0;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.info-window .link:hover {
  color: #efebe3;
}
.info-window .phone {
  color: #3a759a;
}
.menu {
    width: auto;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline-block;
  margin: 0 1rem;
  position: relative;
}
.menu .LPMoverlay.LPMcontainer, .auxiliary-menu .LPMoverlay.LPMcontainer {
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}
.sticky-cta-open {
    overflow: hidden;
}
/* Hide back to top on mobile for pages with the fixed CTA */
.single-plan .back-to-top, .single-modelhome .back-to-top, .single-modelcenter .back-to-top {
  display: none;
}
@media (min-width: 768px) {
  .single-plan .back-to-top, .single-modelhome .back-to-top, .single-modelcenter .back-to-top {
    display: block
  }
}
.mobile-product-cta {
    background: #fdfcfa;
    border: solid 1px rgba(205, 200, 190, 0.42);
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 6rem;
    overflow: hidden;
    position: fixed;
    right: 0;
    transition: all 0.8s ease;
    width: 100%;
    z-index: 700;
}
@media (min-width: 992px) {
  .mobile-product-cta {
    display: none
  }
}
.mobile-product-cta .action {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
.mobile-product-cta p {
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
.mobile-product-cta .button {
  margin-left: 1rem;
  min-width: 14rem;
}
.mobile-product-cta .button a {
  width: 100%;
}
.cta-form-wrap {
    background: #fdfcfa;
    bottom: 0;
    height: calc(100vh - 4.5rem);
    left: 0;
    padding: 6rem 2rem 10rem;
    position: fixed;
    right: 0;
    top: 4.5rem;
    transform: translateY(100%);
    transition: all 0.8s ease;
    width: 100%;
    z-index: 800;
}
@media (min-width: 992px) {
  .cta-form-wrap {
    display: none
  }
}
.cta-form-wrap.open {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  top: 0;
  transform: translateY(4.5rem);
  transition: all 0.8s ease;
}
.cta-form-wrap > h3 {
  border-bottom: 1px solid rgba(151,151,151, 0.4);
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.1px;
  line-height: 1.14;
  margin-top: 0;
  padding-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-form-wrap > h3 {
    font-size: 2.2rem;
    padding-bottom: 2rem
  }
}
.cta-form-wrap .hubspot-form.hubspot-custom .field {
  margin-bottom: 1.25rem;
}
.cta-form-wrap p {
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
.cta-form-wrap textarea {
  min-height: 8rem;
}
.cta-form-wrap input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#11c0a5, #11c0a5);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
  width: 100%;
}
.cta-form-wrap input[type='submit']:hover,
    .cta-form-wrap input[type='submit']:active,
    .cta-form-wrap input[type='submit']:focus,
    .cta-form-wrap input[type='submit']:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#11c0a5, #11c0a5);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.cta-form-wrap input[type='submit']:active,
    .cta-form-wrap input[type='submit']:focus {
  box-shadow: none;
}
.cta-form-wrap .close {
  margin: 2rem 0 0;
  text-align: center;
  width: 100%;
}
.modelcenter-item {
    margin: 0 0 3rem;
}
.modelcenter-item h3 {
  background: url('../img/pin-house-icon-2x.png') no-repeat 0 0;
  background-size: 0.7em auto;
  font-size: 1.7rem;
  margin: 0 0 0.35rem;
  padding: 0 0 0 0.9em;
}
@media (min-width: 768px) {
  .modelcenter-item h3 {
    font-size: 1.9rem
  }
}
.modelcenter-item h3 a {
  text-decoration: underline;
}
.modelcenter-item p {
  font-size: 1.4rem;
  line-height: 1.14;
  margin: 0;
}
@media (min-width: 768px) {
  .modelcenter-item p {
    font-size: 1.6rem;
    line-height: 1.4
  }
}
.modelcenter-item .phone {
  font-size: 1.5rem;
  margin: 0.5rem 0 0;
}
.modelcenter-item .phone a {
  text-decoration: none;
}
.modelcenter-item .phone .icon {
  margin: 0 0.35rem 0 0;
  transform: scale(0.85);
}
.molecule.photo-gallery .slick-slide .image {
  width: 100%;
}
.molecule.photo-gallery .slick-slide .image img {
  height: auto;
  width: 100%;
}
.page-nav {
    margin: 0 0 3.5rem;
}
.page-nav .nav > ul {
  margin: 1.5rem 0 0 1.5rem;
}
@media (min-width: 1200px) {
  .page-nav .nav > ul {
    margin-left: 2.5rem
  }
}
.page-nav .nav > ul li {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0;
  width: 100%;
}
.page-nav .nav > ul li .icon {
  display: none;
}
.page-nav .nav > ul a {
  color: #2b6386;
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 992px) {
  .page-nav .nav > ul a {
    font-size: 1.6rem;
    line-height: 1.3
  }
}
.page-nav .nav > ul > li > a {
  position: relative;
}
.page-nav .nav > ul > li > a::before {
  color: #5b87a1;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 1.2rem;
  left: -1.5rem;
  opacity: 0.35;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .page-nav .nav > ul > li > a::before {
    top: 0.2rem
  }
}
.page-nav .nav > ul .current-page > a {
  color: #9b9b9b;
}
.page-nav .submenu {
  margin: 0.3rem 0 0.15rem 1.5rem;
}
.molecule.pagination {
    font-size: 1.6rem;
    text-align: center;
}
.molecule.pagination .page-numbers {
  background: transparent;
  color: #3f7f9d;
  display: inline-block;
  height: 3.4rem;
  line-height: 2.2;
  margin: 0 0.25rem;
  text-align: center;
  vertical-align: middle;
  width: 3.4rem;
}
.molecule.pagination .page-numbers.current {
  background-color: rgba(85, 156, 190, 0.6);
  color: #fff;
}
.molecule.pagination .page-numbers.prev,
        .molecule.pagination .page-numbers.next {
  width: auto;
}
.plan-item {
    overflow: hidden;
    position: relative;
}
@media (min-width: 768px) {
  .plan-item {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5)
  }
}
.plan-item .plan-favorite-button {
  box-shadow: none;
  height: 3rem;
  padding: 0 1rem 0 0.55rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  transform: translateX(calc(100% - 3.1rem));
  transition: all 0.3s ease;
  width: auto;
}
.plan-item .plan-favorite-button a {
  height: 3rem;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.plan-item .plan-favorite-button p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.plan-item .plan-favorite-button .fa {
  font-size: 2rem;
}
.plan-item .plan-favorite-button.add p,
            .plan-item .plan-favorite-button.add .fa {
  color: #666;
}
.plan-item .plan-favorite-button.remove p,
            .plan-item .plan-favorite-button.remove .fa {
  color: #ca4508;
}
.plan-item .plan-favorite-button:hover {
  transform: translateX(0);
  transition: all 0.3s ease;
}
.plan-item > a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.plan-item > a:hover .image::after {
  height: 8rem;
}
.plan-item > a:hover .title {
  bottom: 0.5rem;
  transition: all 0.15s ease-in;
}
@media (min-width: 768px) {
  .plan-item .elevation-thumbnail-static {
    display: none
  }
}
.plan-item .elevation-thumbnail-gallery {
  display: none;
}
@media (min-width: 768px) {
  .plan-item .elevation-thumbnail-gallery {
    display: block
  }
}
.plan-item .elevation-thumbnail-gallery .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #4a4a4a;
  height: 9rem;
  position: relative;
}
@media (min-width: 640px) {
  .plan-item .elevation-thumbnail-gallery .slides {
    height: 13rem
  }
}
@media (min-width: 768px) {
  .plan-item .elevation-thumbnail-gallery .slides {
    height: 19rem
  }
}
.plan-item .elevation-thumbnail-gallery .thumbnail-slide {
  margin: 0;
  padding: 0;
}
.plan-item .elevation-thumbnail-gallery .slick-next,
        .plan-item .elevation-thumbnail-gallery .slick-prev {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #fff;
  height: 50%;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  width: 3rem;
}
.plan-item .elevation-thumbnail-gallery .slick-next:hover, .plan-item .elevation-thumbnail-gallery .slick-prev:hover {
  color: #ccc;
}
.plan-item .elevation-thumbnail-gallery .slick-next::after, .plan-item .elevation-thumbnail-gallery .slick-prev::after {
  font-size: 3.8rem;
  position: relative;
}
.plan-item .elevation-thumbnail-gallery .slick-next {
  right: 0;
}
.plan-item .elevation-thumbnail-gallery .slick-prev {
  left: 0;
}
.plan-item .elevation-thumbnail-gallery .slick-dots {
  bottom: -3rem;
  line-height: 0;
  padding: 1rem 0;
}
.plan-item .elevation-thumbnail-gallery .slick-dots:hover {
  cursor: pointer;
}
.plan-item .elevation-thumbnail-gallery .slick-dots li {
  margin: 0;
  padding: 0 0.3rem;
}
.plan-item .elevation-thumbnail-gallery .slick-dots .slick-active button {
  background-color: #3a759a;
}
.plan-item .elevation-thumbnail-gallery .slick-dots .slick-active button:hover {
  background-color: #05659d;
}
.plan-item .elevation-thumbnail-gallery .slick-dots button {
  background-color: #ccc;
  height: 1.1rem;
  width: 1.1rem;
}
.plan-item .elevation-thumbnail-gallery .slick-dots button:hover {
  background-color: #9b9b9b;
}
.plan-item .image {
  position: relative;
}
.plan-item .image::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  content: '';
  height: 6.5rem;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.plan-item .image img {
  display: block;
  height: 9rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (min-width: 640px) {
  .plan-item .image img {
    height: 13rem
  }
}
@media (min-width: 768px) {
  .plan-item .image img {
    height: 19rem
  }
}
.plan-item .title {
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.5rem 0.5rem 1.1rem;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}
.plan-item .title p {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .plan-item .title p {
    font-size: 2.3rem
  }
}
.plan-item .title .style {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  text-transform: none;
}
.plan-item .specs {
  -ms-flex-align: center;
      align-items: center;
  background: #f4f3f1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.75rem 1.5rem 2.25rem 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .plan-item .specs {
    padding: 3.6rem 3rem 1.5rem 3rem
  }
}
.plan-item .specs p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .plan-item .specs p {
    font-size: 1.3rem
  }
}
.plan-item .specs p .count {
  color: #333;
  display: block;
  font-size: 1.3rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .plan-item .specs p .count {
    font-size: 2.2rem
  }
}
.plan-item .specs .garage {
  display: none;
}
@media (min-width: 768px) {
  .plan-item .specs .garage {
    display: block
  }
}
.plan-item .elevation-count {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .plan-item .elevation-count {
    display: none
  }
}
.plan-item .elevation-count p {
  display: inline-block;
  background-color: #A7A6A4;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.3;
  margin: 0;
  padding: 0.15rem 0.75rem;
  text-align: center;
  width: auto;
}
.plan-specs {
    margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .plan-specs {
    margin: 0
  }
}
.plan-specs p {
  margin: 0;
}
@media (min-width: 768px) {
  .plan-specs p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap
  }
}
@media (min-width: 992px) {
  .plan-specs p {
    display: block
  }
}
.plan-specs span {
  margin: 0 0.25rem 0 0;
}
@media (min-width: 768px) {
  .plan-specs span {
    display: inline-block;
    margin: 0 1.2rem 0.5rem 0;
    width: calc(50% - 1.2rem)
  }
}
@media (min-width: 992px) {
  .plan-specs span {
    margin-bottom: 0;
    width: auto
  }
}
.plan-specs span .icon {
  display: none;
  margin: -0.65rem 0 0 0;
}
@media (min-width: 768px) {
  .plan-specs span .icon {
    display: inline-block
  }
}
.plan-specs span::after {
  content: '•';
  display: inline-block;
  margin: 0 0 0 0.5rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .plan-specs span::after {
    display: none
  }
}
.plan-specs span:last-child::after {
  display: none;
}
.product-item {
    margin-bottom: 2.5rem;
    position: relative;
}
@media (min-width: 992px) {
  .product-item {
    margin-bottom: 4rem
  }
}
.product-item a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.product-item a::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  content: '';
  height: 6.5rem;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.product-item a:hover::after {
  height: 8rem;
}
.product-item a:hover .title {
  bottom: 0.5rem;
  transition: all 0.15s ease-in;
}
.product-item .image {
  position: relative;
}
.product-item .image img {
  display: block;
  height: 9rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (min-width: 768px) {
  .product-item .image img {
    height: 13.8rem
  }
}
.product-item .title {
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}
.product-item .title p {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  .product-item .title p {
    font-size: 1.6rem
  }
}
.product-item .date,
    .product-item .location {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .product-item .date,
    .product-item .location {
    font-size: 1.5rem
  }
}
.product-item .date {
  color: #2b6386;
  font-family: ProximaNova-Bold;
  margin: 0.75rem 0 0 0.5rem;
  text-transform: uppercase;
}
.product-item .location {
  color: #666;
  line-height: 1;
  margin: 0.25rem 0 0 0.5rem;
}
.product-item .location .fa {
  color: #ca4508;
}
/* Prevent sticky CTA from scrolling over the footer */
.single-plan .footer .copyright, .single-modelhome .footer .copyright {
  padding-bottom: 8rem;
}
.sidebar-sticky-form {
    background-color: #f4f3f1;
    border: solid 1px #cdc8be;
    height: 65rem;
    padding: 2.5rem 1.5rem;
    transition: height 0.5s ease;
    width: 100%;
}
.sidebar-sticky-form > h3 {
  border-bottom: 1px solid rgba(151,151,151, 0.4);
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.1px;
  line-height: 1.14;
  margin-top: 0;
  padding-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .sidebar-sticky-form > h3 {
    font-size: 2.2rem;
    padding-bottom: 2rem
  }
}
.sidebar-sticky-form input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#11c0a5, #11c0a5);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
  width: 100%;
}
.sidebar-sticky-form input[type='submit']:hover,
    .sidebar-sticky-form input[type='submit']:active,
    .sidebar-sticky-form input[type='submit']:focus,
    .sidebar-sticky-form input[type='submit']:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#11c0a5, #11c0a5);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.sidebar-sticky-form input[type='submit']:active,
    .sidebar-sticky-form input[type='submit']:focus {
  box-shadow: none;
}
.sidebar-sticky-form.static {
  height: auto;
  min-height: 65rem;
  position: relative;
}
.sidebar-sticky-form.fixed {
  position: fixed;
  top: 10.2rem;
  z-index: 3;
}
.sidebar-sticky-form.hug-footer {
  bottom: 0;
  position: absolute;
}
.molecule.slide {
    /* styles */
}
.text .title,
    .text .body {
  padding: 1px 0;
  /* prevent margin collapse */
}
.text p a:not(.button) {
  transition: color 0.15s;
}
/** WIDGETS **/
.widget.live-chat {
    position: relative;
}
.widget.live-chat .LPMcontainer.LPMoverlay {
  left: 1.5rem !important;
  position: absolute !important;
  top: 50% !important;
}
.widget.live-chat .phone {
  height: 50px;
  left: 10px;
  position: absolute;
  top: 210px;
  width: 130px;
}
.lp_header-buttons-container {
    margin-top: -10px !important;
}
/* ----------------------------------------------------------
ORGANISMS
----------------------------------------------------------- */
.organism.accordion {
    color: #4a4a4a;
}
.organism.accordion .item {
  border-top: 1px solid #efebe3;
  padding: 2rem 0;
  width: 100%;
}
.organism.accordion .item.open .title::after {
  color: #3a759a;
  transform: rotate(-180deg);
}
.organism.accordion .item.open .title h2 {
  color: #3a759a;
}
.organism.accordion .item.open .body {
  display: block;
}
.organism.accordion .title {
  cursor: pointer;
  padding: 0 3rem 0 0;
  position: relative;
}
.organism.accordion .title::after {
  color: #cdc8be;
  content: '\f0d7';
  display: block;
  font-family: 'FontAwesome';
  font-size: 2.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}
.organism.accordion .title h2 {
  color: #4a4a4a;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0;
  transition: color 0.3s ease;
}
.organism.accordion .body {
  display: none;
}
.organism.accordion .body p:last-child {
  margin-bottom: 0;
}
.organism.accordion.alt-style {
  position: relative;
}
.organism.accordion.alt-style .toggle-all {
  display: none;
}
@media (min-width: 768px) {
  .organism.accordion.alt-style .toggle-all {
    color: #428ebc;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: -2.5rem
  }
}
.organism.accordion.alt-style .item {
  border: 0 none;
  margin: 0 0 0.5rem;
  padding: 0;
}
.organism.accordion.alt-style .item.open .title::after {
  color: #fff;
  content: '\f068';
  transform: rotate(0);
}
.organism.accordion.alt-style .item.open .title h2 {
  color: #fff;
}
.organism.accordion.alt-style .title {
  background: #428ebc;
  border-left: 4px solid #c0d1db;
  padding: 1.8rem 1.5rem 1.6rem;
  transition: border-left-width 0.3s ease, opacity 0.3s ease;
}
.organism.accordion.alt-style .title:hover {
  border-left-width: 8px;
  opacity: 0.85;
}
.organism.accordion.alt-style .title::after {
  color: #fff;
  content: '\f067';
  right: 1.5rem;
  top: 1.5rem;
}
.organism.accordion.alt-style h2 {
  color: #fff;
  font-family: ProximaNova-Bold;
  text-transform: uppercase;
}
.archive-page-header {
    padding: 0 0 1rem;
}
.archive-page-header > .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.archive-page-header .breadcrumbs {
  margin: 2.5rem 0 1rem;
}
.archive-page-header .title h1 {
  margin: 0;
}
.archive-page-header .intro p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .archive-page-header .intro p:last-child {
    margin-bottom: 1.75rem
  }
}
.organism.basic-content-block {
    padding: 1.5rem 0;
    text-align: center;
}
.organism.basic-content-block .title {
  margin: 0 0 2rem;
}
.organism.basic-content-block .text {
  width: 100%;
}
.bottom-widgets {
    background-color: #f4f3f1;
    padding: 3rem 0 0;
}
@media (min-width: 768px) {
  .bottom-widgets {
    padding: 5rem 0 5rem
  }
}
.bottom-widgets .container {
  max-width: 105rem;
}
@media (min-width: 768px) {
  .bottom-widgets .widget {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3))
  }
  .bottom-widgets .widget:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .bottom-widgets .widget:last-child {
    margin-right: 0
  }
  .bottom-widgets .widget:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.bottom-widgets .mobile-widget {
  text-align: center;
  width: 100%;
}
.bottom-widgets .mobile-widget .widget {
  display: block;
  margin: 0 auto;
  max-width: 320px;
}
@media (min-width: 768px) {
  .bottom-widgets .mobile-widget .widget {
    display: none
  }
}
.organism.brand-window {
    background-color: #f4f3f1;
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.brand-window {
    padding: 4.5rem 0
  }
}
.organism.brand-window .content {
  position: relative;
  width: 100%;
}
.organism.brand-window .image {
  height: auto;
  margin: 0 auto;
  max-height: 360px;
  width: 100%;
}
.organism.brand-window .image img {
  display: block;
  height: 100%;
  max-height: 360px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.organism.brand-window .text {
  padding: 0 3rem;
}
@media (min-width: 768px) {
  .organism.brand-window .text {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1
  }
}
.organism.brand-window-slider {
    background-color: #f4f3f1;
    overflow: hidden;
    text-align: center;
}
/* Slider */
.organism.brand-window-slider .slider {
  position: relative;
}
.organism.brand-window-slider .slider::after {
  background: #efebe3;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  margin: 0 1.5rem;
  position: absolute;
  width: calc(100% - 3rem);
  z-index: 2;
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slider::after {
    display: none
  }
}
.organism.brand-window-slider .slick-slide {
  position: relative;
}
@media (min-width: 1200px) {
  .organism.brand-window-slider .slick-slide {
    margin: 0 0.2rem;
    max-height: 500px
  }
}
.organism.brand-window-slider .slick-slide .slide {
  height: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slick-slide .slide::before {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }
}
.organism.brand-window-slider .slick-slide.slick-current .slide::before {
  opacity: 0;
  visibility: hidden;
}
.organism.brand-window-slider .slick-arrow {
  display: none !important;
  height: 6.5rem;
  transition: all 0.3s ease;
  width: 2.4rem;
}
@media (min-width: 1200px) {
  .organism.brand-window-slider .slick-arrow {
    display: block !important
  }
}
.organism.brand-window-slider .slick-arrow::after {
  color: rgba(255,255,255, 0.5);
}
.organism.brand-window-slider .slick-arrow:hover::after {
  color: #fff;
}
@media (min-width: 1200px) {
  .organism.brand-window-slider .slick-prev {
    left: 1.5rem
  }
}
@media (min-width: 1400px) {
  .organism.brand-window-slider .slick-prev {
    left: 3rem
  }
}
@media (min-width: 1200px) {
  .organism.brand-window-slider .slick-next {
    right: 1.5rem
  }
}
@media (min-width: 1400px) {
  .organism.brand-window-slider .slick-next {
    right: 3rem
  }
}
.organism.brand-window-slider .slick-dots {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slick-dots {
    background-color: rgba(58,117,154, 0.8);
    padding: 1rem
  }
}
.organism.brand-window-slider .slick-dots li {
  margin: 0 0.8rem;
}
.organism.brand-window-slider .slick-dots .slick-active button {
  background: #ccc;
  border-color: #ccc;
}
.organism.brand-window-slider .slick-dots button {
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: transparent;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-shadow: none;
  height: 1.5rem;
  min-height: 0;
  padding: 0;
  width: 1.5rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slick-dots button {
    border: 1px solid #fff
  }
}
/* Slide contents */
.organism.brand-window-slider .content {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.organism.brand-window-slider .image {
  height: auto;
  max-height: 50rem;
  /* adjust as needed */
  width: 100%;
}
.organism.brand-window-slider .image img {
  display: block;
  height: 100%;
  max-height: 50rem;
  /* adjust as needed */
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.organism.brand-window-slider .text {
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0;
}
@media (min-width: 768px) {
  .organism.brand-window-slider .text {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: calc(100% - 4rem);
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    margin-bottom: 4rem;
    max-width: 36rem;
    padding: 1.5rem;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1
  }
}
@media (min-width: 992px) {
  .organism.brand-window-slider .text {
    padding: 3.5rem
  }
}
.organism.brand-window-slider .text .title {
  border: 1px solid #cdc8be;
  padding: 2rem 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .organism.brand-window-slider .text .title {
    border: none;
    padding: 0
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .text h2,
        .organism.brand-window-slider .text h3,
        .organism.brand-window-slider .text p {
    color: #fff
  }
}
.organism.brand-window-slider .text h2 {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .organism.brand-window-slider .text h2 {
    font-size: 3.8rem
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .text p {
    font-size: 1.4rem
  }
}
@media (min-width: 992px) {
  .organism.brand-window-slider .text p {
    font-size: 1.6rem
  }
}
.organism.brand-window-slider .text .button {
  margin: -2rem 0 0 0;
}
@media (min-width: 768px) {
  .organism.brand-window-slider .text .button {
    margin: 0
  }
}
/* Slide layout options */
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-short-box .text {
    background-color: rgba(0,0,0, 0.75);
    height: auto;
    margin: 0;
    position: absolute;
    top: calc(50% - 0.5rem);
    transform: translateY(-50%)
  }
}
@media (min-width: 992px) {
  .organism.brand-window-slider .slide.overlay-short-box .text {
    background-color: rgba(0,0,0, 0.75);
    height: calc(100% - 11rem)
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-short-box.align-left .text {
    left: 3.5rem;
    right: initial
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-short-box.align-right .text {
    left: initial;
    right: 3.5rem
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-tall-box .text {
    background-color: rgba(53,48,38, 0.85)
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-tall-box.align-left .text {
    left: 0;
    right: initial
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-tall-box.align-right .text {
    left: initial;
    right: 0
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-gradient .image::before {
    background-blend-mode: multiply;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-gradient.align-left .image::before {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000);
  }
}
@media (min-width: 768px) {
  .organism.brand-window-slider .slide.overlay-gradient.align-right .image::before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
  }
}
.organism.cards {
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.cards {
    padding: 8rem 0
  }
}
.organism.cards .card {
  margin-bottom: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .organism.cards .card {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2))
  }
  .organism.cards .card:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.cards .card:last-child {
    margin-right: 0
  }
  .organism.cards .card:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.cards .card .image {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .organism.cards .card .image {
    max-width: none
  }
}
.organism.cards .card .image img {
  height: auto;
  width: auto;
}
@media (min-width: 992px) {
  .organism.cards .card .image img {
    width: auto
  }
}
.organism.cards .card .title h3 {
  margin-bottom: 0;
}
.organism.carousel-4-up {
    padding: 3rem 2rem;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.carousel-4-up {
    padding: 5rem 0
  }
}
.organism.carousel-4-up .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.organism.carousel-4-up .carousel {
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  .organism.carousel-4-up .carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
@media (min-width: 768px) {
  .organism.carousel-4-up .slick-list {
    margin: 0 -15px
  }
}
.organism.carousel-4-up .card {
  width: 100%;
}
@media (min-width: 768px) {
  .organism.carousel-4-up .card {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (15px - 15px * 1/4))
  }
  .organism.carousel-4-up .card:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
  }
  .organism.carousel-4-up .card:last-child {
    margin-right: 0
  }
  .organism.carousel-4-up .card:nth-child(0n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .organism.carousel-4-up .slick-slide {
    margin: 0 15px
  }
}
.organism-carousel-3D {
    position: relative;
    width: 100%;
}
.carousel-3D {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
}
.organism-carousel-3D  .left,
.organism-carousel-3D  .right {
    position: absolute;
    top: 50%;
    font-size:28px;
    display: none;
    width: 2.5rem;
    height: 4rem;
    background: url('/wp-content/themes/atom-child/assets/build/img/large-carousel-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .organism-carousel-3D  .left,
.organism-carousel-3D  .right {
    display: block
  }
}
.organism-carousel-3D  .left {
    right: calc(100% + 15px);
}
.organism-carousel-3D  .right {
    left: calc(100% + 15px);
    transform: rotate(180deg);
}
.carousel-3D.carousel-slider {
    top: 0;
    left: 0;
}
.carousel-3D.carousel-slider .carousel-3D-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
}
.carousel-3D.carousel-slider .carousel-3D-fixed-item.with-indicators {
    bottom: 68px;
}
.carousel-3D.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}
.carousel-3D .carousel-item h3 {
    font-family: 'Archer A', 'Archer B', serif;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: -0.3px;
    color: #4a4a4a;
    text-align: center;
}
@media (min-width: 992px) {
  .carousel-3D .carousel-item h3 {
    opacity: 0;
    transition: opacity 0.5s
  }
}
.carousel-3D.carousel-slider .carousel-item p {
    font-size: 15px;
}
.carousel-3D .carousel-item {
    width: 665px;
    height: 500px;
    top: 0;
    left: 0;
}
@media (min-width: 992px) {
  .carousel-3D .carousel-item {
    visibility: hidden;
    position: absolute
  }
}
.carousel-3D .carousel-item p {
    font-size: 12px;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
}
@media (min-width: 992px) {
  .carousel-3D .carousel-item p {
    opacity: 0;
    transition: opacity 0.5s
  }
}
.carousel-3D .carousel-item.active p,
.carousel-3D .carousel-item.active h3 {
    opacity: 1;
}
.carousel-3D .carousel-item > img {
    width: 100%;
}
.carousel-3D .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.carousel-3D .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color .3s;
    border-radius: 50%;
}
.carousel-3D .indicators .indicator-item.active {
    background-color: #fff;
}
.carousel-3D.scrolling .carousel-item .materialboxed,
.carousel-3D .carousel-item:not(.active) .materialboxed {
    pointer-events: none;
}
.organism.content-columns {
    padding: 1.5rem 0;
    text-align: center;
}
.organism.content-columns .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.organism.content-columns .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 3rem 0 0;
}
.organism.content-columns .card {
  margin: 0 2rem 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .organism.content-columns .card .image img {
    height: auto;
    width: 100%;
  }
}
.page-where-we-build .page-body::before {
  display: block;
  content: ' ';
  width: 100%;
  height: 0;
  padding-bottom: 57.5%;
  height: 0;
  background-color: white;
  background-image: url('http://waynehomes.com/wp-content/uploads/2017/04/Desktop-Map-Homepage-SVG.svg');
  background-size: cover;
}
@media (min-width: 992px) {
  .page-where-we-build .page-body::before {
    display: none
  }
}
.county-map.organism {
    background-image: none;
    transition: background-image 0.5s ease-in-out;
    background-repeat: no-repeat;


    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    overflow: hidden;


}
@media (min-width: 992px) {
  .county-map.organism {
    padding-bottom: 57.5%;
    background-image: url('http://waynehomes.com/wp-content/uploads/2017/04/Desktop-Map-Homepage-SVG.svg')
  }
}
.county-map.organism .container {
  padding: 0;
}
.county-map.organism .map {
  width: 100%;
  height: 100%;
}
.county-map.organism .form {
  color: white;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .county-map.organism .form {
    position: absolute;
    top: 0;
    left: 0
  }
}
.county-map.organism .form .input {
  position: relative;
}
.county-map.organism .form .reset {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #999999;
  font-size: 22px;
}
.county-map.organism .form .awesomplete {
  width: 100%;
}
.county-map.organism .form input {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  width: 100%;
  border: none;
  padding: 5px 10px;
}
.county-map.organism .form h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 0.09px;
  color: white;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif
}
.county-map.organism .form .results {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 0.09px;
  display: inline-block;
  margin: 10px 0 0;
}
.county-map.organism .county-map-center-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .county-map.organism .county-map-center-wrapper {
    height: calc(650px - 165px);
    position: absolute;
    top: 145px
  }
}
.county-map.organism .county-map-center-content {
  padding: 15px;
  background: white;
  border: 1px solid #e0e0e0;
  overflow-y: scroll;
  max-height: 100%;
  height: auto;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .county-map.organism .county-map-center-content {
    margin-left: 15px;
    width: 35%
  }
}
.county-map.organism .county-map-center-content h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.09px;
  color: #333333;
  margin: 0;
  margin-bottom: 15px;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif
}
.county-map.organism .county-map-center {
  margin-bottom: 30px;
}
.county-map.organism .county-map-center:last-child {
  margin-bottom: 15px;
}
.county-map.organism .county-map-center .body {
  display: -ms-flexbox;
  display: flex;
}
.county-map.organism .county-map-center .body .image,
        .county-map.organism .county-map-center .body .text {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (15px - 15px * 1/2));
}
.county-map.organism .county-map-center .body .image:nth-child(1n),
        .county-map.organism .county-map-center .body .text:nth-child(1n) {
  margin-right: 15px;
  margin-left: 0;
}
.county-map.organism .county-map-center .body .image:last-child,
        .county-map.organism .county-map-center .body .text:last-child {
  margin-right: 0;
}
.county-map.organism .county-map-center .body .image:nth-child(0n),
        .county-map.organism .county-map-center .body .text:nth-child(0n) {
  margin-right: 0;
  margin-left: auto;
}
.county-map.organism .county-map-center .body .text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.08px;
  color: #3a759a;
}
.county-map.organism .county-map-center .body h3 {
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: 0.1px;
  color: #2d4a5c;
  margin: 0;
  margin-bottom: 5px;
}
.county-map.organism .county-map-center .pin-icon {
  max-height: 2rem;
}
.county-map.organism .county-map-center .body .phone {
  font-size: 1.2rem;
}
.county-map.organism .county-map-center .body .phone i {
  margin-right: 5px;
}
.county-map.organism .county-map-center .body .image figure,
        .county-map.organism .county-map-center .body .image img {
  width: 100%;
}
.county-map.organism .county-map-center ul.counties {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.county-map.organism .county-map-center ul.counties li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
  margin: 0 !important;
  margin-right: 0 !important;
  padding: 0;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
}
.county-map.organism .county-map-center ul.counties li:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.county-map.organism .county-map-center ul.counties li:last-child {
  margin-right: 0;
}
.county-map.organism .county-map-center ul.counties li:nth-child(2 '' ''n) {
  margin-right: 0;
  margin-left: auto;
}
.county-map.organism .county-map-center .show_county {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #333333;
  margin-top: 15px;
  display: inline-block;
}
@media (min-width: 992px) {
  .county-map.organism .county-map-center .show_county {
    white-space: nowrap
  }
}
.county-map.organism .county-map-center .show_county i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.county-map.organism .county-map-center .button,
        .county-map.organism .county-map-center .button a {
  width: 100%;
  min-height: auto;
  font-size: 1.4rem;
  margin-top: 5px;
}
.county-map.organism .county-wrapper .show-hide {
  display: none;
}
.county-map.organism .county-wrapper .show-hide .title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.83;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  color: #4a4a4a;
}
.organism.content-grid-w-thumbnails-2 {
    padding: 3rem 2rem;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.content-grid-w-thumbnails-2 {
    padding: 5rem 0
  }
}
.organism.content-grid-w-thumbnails-2 .container {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
}
.organism.content-grid-w-thumbnails-2 .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 3rem 0 0;
}
.organism.content-grid-w-thumbnails-2 .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .organism.content-grid-w-thumbnails-2 .card {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2))
  }
  .organism.content-grid-w-thumbnails-2 .card:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.content-grid-w-thumbnails-2 .card:last-child {
    margin-right: 0
  }
  .organism.content-grid-w-thumbnails-2 .card:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.content-grid-w-thumbnails-2 .card .image {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 2;
      order: 2;
}
.organism.content-grid-w-thumbnails-2 .card .text {
  -ms-flex: 2;
      flex: 2;
  padding: 0 2rem 0 0;
  -ms-flex-order: 1;
      order: 1;
  text-align: left;
}
.organism.content-grid-w-thumbnails-2 .card .text h3 {
  margin: 0;
}
.page-content .organism.content-grid-w-thumbnails-2 {
  padding: 0;
}
.page-content .organism.content-grid-w-thumbnails-2 .grid {
  margin: 0;
}
.organism.conversion-point-w-modal-form {
    padding: 3rem 0;
}
@media (min-width: 768px) {
  .organism.conversion-point-w-modal-form {
    padding: 8rem 0
  }
}
.organism.conversion-point-w-modal-form .text {
  width: 100%;
}
@media (min-width: 768px) {
  .organism.conversion-point-w-modal-form .text {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center
  }
}
.organism.conversion-point-w-modal-form .title {
  margin: 0 6rem;
}
.organism.cta-w-multimedia {
    padding: 3rem 0;
}
@media (min-width: 768px) {
  .organism.cta-w-multimedia {
    padding: 8rem 0
  }
}
.organism.cta-w-multimedia .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .organism.cta-w-multimedia .container {
    -ms-flex-direction: row;
        flex-direction: row
  }
}
.organism.cta-w-multimedia .text {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .organism.cta-w-multimedia .text {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
    margin-bottom: 0
  }
  .organism.cta-w-multimedia .text:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.cta-w-multimedia .text:last-child {
    margin-right: 0
  }
  .organism.cta-w-multimedia .text:nth-child(2 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .organism.cta-w-multimedia .map-embed,
    .organism.cta-w-multimedia .video-embed,
    .organism.cta-w-multimedia .photo-gallery {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2))
  }
  .organism.cta-w-multimedia .map-embed:nth-child(1n),
    .organism.cta-w-multimedia .video-embed:nth-child(1n),
    .organism.cta-w-multimedia .photo-gallery:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.cta-w-multimedia .map-embed:last-child,
    .organism.cta-w-multimedia .video-embed:last-child,
    .organism.cta-w-multimedia .photo-gallery:last-child {
    margin-right: 0
  }
  .organism.cta-w-multimedia .map-embed:nth-child(2 '' ''n),
    .organism.cta-w-multimedia .video-embed:nth-child(2 '' ''n),
    .organism.cta-w-multimedia .photo-gallery:nth-child(2 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.header-image-slider {
    background-color: #f4f3f1;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.organism.header-image-slider .slick-arrow {
  height: 6.5rem;
  opacity: 1;
  transform: scale(0.75) translateY(-50%);
  width: 2.4rem;
}
@media (min-width: 768px) {
  .organism.header-image-slider .slick-arrow {
    transform: scale(1) translateY(-50%)
  }
}
.organism.header-image-slider .slick-arrow::after {
  color: rgba(255,255,255, 1);
}
.organism.header-image-slider .slick-arrow:hover::after {
  color: #fff;
}
.organism.header-image-slider .slick-next {
  right: 0.5rem;
}
@media (min-width: 768px) {
  .organism.header-image-slider .slick-next {
    right: 3rem
  }
}
.organism.header-image-slider .slick-prev {
  left: 0.5rem;
}
@media (min-width: 768px) {
  .organism.header-image-slider .slick-prev {
    left: 3rem
  }
}
.organism.header-image-slider .slick-dots {
  bottom: 3rem;
  left: 0;
  position: absolute;
  right: 0;
}
.organism.header-image-slider .slick-dots button {
  height: 0.5rem;
  min-height: 0;
  width: 0.5rem;
}
.organism.header-image-slider .slick-dots .active-next button,
        .organism.header-image-slider .slick-dots .active-prev button {
  height: 0.7rem;
  width: 0.7rem;
}
.organism.header-image-slider .slick-dots .slick-active button {
  background: #fff;
  height: 1.1rem;
  width: 1.1rem;
}
.organism.header-image-slider .content {
  position: relative;
}
.organism.header-image-slider .text {
  bottom: 0.8rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.organism.header-image-slider .text p {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
}
.organism.header-image-slider .image {
  height: auto;
  position: relative;
  width: 100%;
}
.organism.header-image-slider .image::before {
  background-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 79%, #000), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04) 62%, rgba(0, 0, 0, 0.15) 70%, #000);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.55;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.organism.header-image-slider .image img {
  display: block;
  height: auto;
  font-family: "object-fit:cover;object-position:0 55%";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 55%;
     object-position: 0 55%;
  width: 100%;
}
@media (min-width: 992px) {
  .organism.header-image-slider .image img {
    max-height: calc(100vh / 1.3);
    min-height: 41.5rem;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover
  }
}
.organism.events-grid .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.organism.events-grid .count {
  color: #333;
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  letter-spacing: 0.1px;
}
.organism.events-map .map-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 -1.5rem 2rem -1.5rem;
}
@media (min-width: 768px) {
  .organism.events-map .map-wrapper {
    border: 1px solid #ccc;
    margin: 2.24rem 0 3rem
  }
}
.organism.events-map .map-wrapper .gmap {
  height: 32.6rem;
  width: 100%;
}
.organism.four-buttons {
    background: #DADAD8;
    padding: 15px 0;
}
.organism.four-buttons .header {
  display: block;
}
.organism.four-buttons .container {
  display: block;
}
.organism.four-buttons h2 {
  font-family: 'Archer A', 'Archer B', serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.3px;
  text-align: center;
  color: #4a4a4a
}
.organism.four-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .organism.four-buttons ul {
    display: -ms-flexbox;
    display: flex
  }
}
.organism.four-buttons ul li {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .organism.four-buttons ul li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (30px - 30px * 1/4))
  }
  .organism.four-buttons ul li:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.four-buttons ul li:last-child {
    margin-right: 0
  }
  .organism.four-buttons ul li:nth-child(4 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.four-buttons li .button,
    .organism.four-buttons li .button a {
  display: block;
  width: 100%;
}
.featured-floorplans.organism {
        background: #eceae7;
        padding: 1rem 0 4rem;
        margin-bottom: 3rem;
    }
.featured-floorplans.organism .button {
  margin: 3rem auto 0;
  text-align: center;
}
.featured-floorplans.organism > .title h2 {
  font-size: 2.4rem;
}
.featured-floorplans.organism .slider {
  overflow: hidden;
}
.featured-floorplans.organism .slides {
  width: 100%;
}
.featured-floorplans.organism .slick-next,
        .featured-floorplans.organism .slick-prev {
  display: block;
  height: 3.3rem;
  margin-top: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 3.3rem;
}
@media (min-width: 768px) {
  .featured-floorplans.organism .slick-next,
        .featured-floorplans.organism .slick-prev {
    opacity: 0;
    visibility: visible
  }
}
.featured-floorplans.organism .slick-next::before, .featured-floorplans.organism .slick-prev::before {
  color: #2d4a5c;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  margin-top: -0.1rem;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.featured-floorplans.organism .slick-next::after, .featured-floorplans.organism .slick-prev::after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  content: '';
  height: 3.3rem;
  width: 3.3rem;
}
.featured-floorplans.organism .slick-next {
  right: 2.25rem;
}
@media (min-width: 768px) {
  .featured-floorplans.organism .slick-next {
    right: -2.25rem
  }
}
.featured-floorplans.organism .slick-prev {
  left: 2.25rem;
}
@media (min-width: 768px) {
  .featured-floorplans.organism .slick-prev {
    left: -2.25rem
  }
}
.featured-floorplans.organism .slick-prev::before {
  content: '\f104';
  left: 1.125rem;
}
.featured-floorplans.organism:hover .slick-next {
  opacity: 1;
  right: 2.25rem;
}
.featured-floorplans.organism:hover .slick-prev {
  left: 2.25rem;
  opacity: 1;
}
.featured-floorplans.organism ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.featured-floorplans.organism li {
  padding: 0 0 1rem;
}
.featured-floorplans.organism .plan-item {
  margin: 0 1rem;
  width: calc(100% - 2rem);
}
.featured-floorplans.organism .plan-item img {
  max-height: 14.3rem;
}
.featured-floorplans.organism .plan-item .title p {
  font-size: 1.7rem;
  line-height: 0.8;
}
.featured-floorplans.organism .plan-item .specs {
  padding: 0.75rem 2.5rem 2.25rem;
}
@media (min-width: 768px) {
  .featured-floorplans.organism .plan-item .specs {
    padding: 0.75rem 1.5rem 0.5rem
  }
}
.featured-floorplans.organism .plan-item .specs p {
  font-size: 1.2rem;
}
.featured-floorplans.organism .plan-item .specs .count {
  font-size: 1.9rem;
}
.organism.featured-open-houses {

    margin-bottom: 60px;
}
.organism.featured-open-houses .body,
    .organism.featured-open-houses .header {
  width: 100%;
  text-align: center;
}
.organism.featured-open-houses .header h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.4px;
  text-align: center;
  color: #666666;
}
.organism.featured-open-houses .header span {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.organism.featured-open-houses ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 992px) {
  .organism.featured-open-houses ul {
    display: -ms-flexbox;
    display: flex
  }
}
.organism.featured-open-houses ul li {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .organism.featured-open-houses ul li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3))
  }
  .organism.featured-open-houses ul li:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.featured-open-houses ul li:last-child {
    margin-right: 0
  }
  .organism.featured-open-houses ul li:nth-child(3 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.featured-open-houses ul li a {
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f3f1;
  text-align: left;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.organism.featured-open-houses ul li .image {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/3 - (15px - 15px * 1/3));
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.organism.featured-open-houses ul li .image:nth-child(1n) {
  margin-right: 15px;
  margin-left: 0;
}
.organism.featured-open-houses ul li .image:last-child {
  margin-right: 0;
}
.organism.featured-open-houses ul li .image:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.organism.featured-open-houses ul li .image img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.organism.featured-open-houses ul li .text {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 2/3 - (30px - 30px * 2/3));
  padding: 15px 10px 15px 0;
  max-width: calc(75% - 25px);
}
.organism.featured-open-houses ul li .text:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.organism.featured-open-houses ul li .text:last-child {
  margin-right: 0;
}
.organism.featured-open-houses ul li .text:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.organism.featured-open-houses ul .title {
  color: #2b6386;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: normal;
}
.organism.featured-open-houses ul .text .date {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.08;
}
.organism.featured-open-houses ul .text .location {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.08;
  color: #666666;
}
.organism.featured-open-houses ul .text .location i {
  color: #bf5b3d;
}
.organism.featured-open-houses ul .text span {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.flickr-photo-gallery {
    padding: 0 0 2rem;
    text-align: center;
}
@media (min-width: 992px) {
  .flickr-photo-gallery {
    border-top: 1px solid rgba(151,151,151, 0.44);
    padding: 5.5rem 0 2rem
  }
}
.flickr-photo-gallery .items {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 40vw;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style: none;
  margin: 0 0 2.5rem;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 768px) {
  .flickr-photo-gallery .items {
    height: 25rem;
    margin: 0 0 4rem
  }
}
@media (min-width: 1200px) {
  .flickr-photo-gallery .items {
    height: 30rem
  }
}
.flickr-photo-gallery .items a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
.flickr-photo-gallery .items a:hover {
  opacity: 0.7;
}
.flickr-photo-gallery .item {
  background: #2b6386;
  display: block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  overflow: hidden;
  position: relative;
  width: calc(25% - 5px);
}
@media (min-width: 992px) {
  .flickr-photo-gallery .item {
    width: calc(25% - 10px)
  }
}
.flickr-photo-gallery .item:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: calc(50%);
}
.flickr-photo-gallery .item:nth-child(2) {
  -ms-flex-preferred-size: calc(58% - 5px);
      flex-basis: calc(58% - 5px);
  margin: 0 0 5px;
}
@media (min-width: 992px) {
  .flickr-photo-gallery .item:nth-child(2) {
    -ms-flex-preferred-size: calc(58% - 10px);
        flex-basis: calc(58% - 10px);
    margin: 0 0 10px
  }
}
.flickr-photo-gallery .item:nth-child(3) {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}
.flickr-photo-gallery .item:nth-child(4) {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  margin: 0 0 5px;
}
@media (min-width: 992px) {
  .flickr-photo-gallery .item:nth-child(4) {
    margin: 0 0 10px
  }
}
.flickr-photo-gallery .item:nth-child(5) {
  -ms-flex-preferred-size: calc(58% - 5px);
      flex-basis: calc(58% - 5px);
}
@media (min-width: 992px) {
  .flickr-photo-gallery .item:nth-child(5) {
    -ms-flex-preferred-size: calc(58% - 10px);
        flex-basis: calc(58% - 10px)
  }
}
.flickr-photo-gallery .item:nth-child(n+6) {
  display: none;
}
.organism.flickr-slideshow-gallery {
    display: block;
    width: 100%;
}
.organism.flickr-slideshow-gallery .slider {
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  margin: 0 0 2rem;
  padding: 0.5rem;
}
.organism.flickr-slideshow-gallery .slick-arrow {
  height: 4rem;
  transition: all 0.3s ease;
  width: 2.4rem;
}
.organism.flickr-slideshow-gallery .slick-arrow::after {
  color: rgba(255,255,255, 0.5);
}
.organism.flickr-slideshow-gallery .slick-arrow:hover::after {
  color: #fff;
}
.organism.flickr-slideshow-gallery .slick-prev {
  left: 1.5rem;
}
.organism.flickr-slideshow-gallery .slick-next {
  right: 1.5rem;
}
.organism.flickr-slideshow-gallery .slick-slide p {
  display: none;
}
.organism.flickr-slideshow-gallery .image {
  height: auto;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.organism.flickr-slideshow-gallery .image img {
  display: block;
}
.page-template-default .organism.floor-plan-grid .text .title, .organism.floor-plan-grid .text .title {
  border-top: 1px solid rgba(151,151,151, 0.44);
}
.page-template-default .organism.floor-plan-grid .text .title h2, .organism.floor-plan-grid .text .title h2 {
  margin-bottom: 0;
}
.page-template-default .organism.floor-plan-grid ul, .organism.floor-plan-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default .organism.floor-plan-grid ul li, .organism.floor-plan-grid ul li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (7px - 7px * 1/2));
}
.page-template-default .organism.floor-plan-grid ul li:nth-child(1n), .organism.floor-plan-grid ul li:nth-child(1n) {
  margin-right: 7px;
  margin-left: 0;
}
.page-template-default .organism.floor-plan-grid ul li:last-child, .organism.floor-plan-grid ul li:last-child {
  margin-right: 0;
}
.page-template-default .organism.floor-plan-grid ul li:nth-child(2n), .organism.floor-plan-grid ul li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-template-default .organism.floor-plan-grid ul li, .organism.floor-plan-grid ul li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (20px - 20px * 1/3))
  }
  .page-template-default .organism.floor-plan-grid ul li:nth-child(1n), .organism.floor-plan-grid ul li:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0
  }
  .page-template-default .organism.floor-plan-grid ul li:last-child, .organism.floor-plan-grid ul li:last-child {
    margin-right: 0
  }
  .page-template-default .organism.floor-plan-grid ul li:nth-child(3n), .organism.floor-plan-grid ul li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.page-template-default .organism.floor-plan-grid .plan-item, .organism.floor-plan-grid .plan-item {
  margin-bottom: 0.7rem;
}
@media (min-width: 768px) {
  .page-template-default .organism.floor-plan-grid .plan-item, .organism.floor-plan-grid .plan-item {
    margin-bottom: 2.5rem
  }
}
.page-template-default .organism.floor-plan-grid .plan-item img, .organism.floor-plan-grid .plan-item img {
  max-height: 14.3rem;
}
.page-template-default .organism.floor-plan-grid .plan-item .specs, .organism.floor-plan-grid .plan-item .specs {
  padding: 0.75rem 1.5rem 2.25rem 1.5rem;
}
@media (min-width: 768px) {
  .page-template-default .organism.floor-plan-grid .plan-item .specs, .organism.floor-plan-grid .plan-item .specs {
    padding: 0.75rem 1.5rem 0.5rem
  }
}
.organism.icon-grid {
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.icon-grid {
    padding: 8rem 0
  }
}
.organism.icon-grid .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.organism.icon-grid .grid {
  margin: 3rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .organism.icon-grid .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
.organism.icon-grid .item {
  margin-bottom: 3rem;
}
.organism.icon-grid .icon {
  font-size: 6rem;
}
.organism.image-grid-w-overlay-content {
    padding: 3rem 0;
}
@media (min-width: 768px) {
  .organism.image-grid-w-overlay-content {
    padding: 8rem 0
  }
}
@media (min-width: 768px) {
  .organism.image-grid-w-overlay-content .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
.organism.image-grid-w-overlay-content .item {
  background-size: cover;
  min-height: 500px;
  padding: 3rem 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .organism.image-grid-w-overlay-content .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 1/2)
  }
  .organism.image-grid-w-overlay-content .item:nth-child(1n) {
    margin-right: 0;
    margin-left: 0
  }
  .organism.image-grid-w-overlay-content .item:last-child {
    margin-right: 0
  }
  .organism.image-grid-w-overlay-content .item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.image-grid-w-overlay-content .item a {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.organism.image-grid-w-overlay-content .item .image {
  max-width: 220px;
}
.organism.image-grid-w-overlay-content .item .image img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.organism.job-list .job-item {
  background: #f4f3f1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #4a4a4a;
  margin: 0 0 2rem;
  padding: 2rem 1.5rem;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .organism.job-list .job-item {
    margin: 0 0 3rem;
    padding: 2.5rem
  }
}
.organism.job-list .job-item:hover {
  background: rgba(244,243,241, 0.4);
}
.organism.job-list .job-item .title h3 {
  border-bottom: 1px solid rgba(205,200,190, 0.5);
  margin: 0 0 1.5rem;
  padding: 0 0 0.4rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .organism.job-list .job-item .title h3 {
    font-size: 2rem
  }
}
.organism.job-list .job-item .title h3 span {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 500;
  color: #4a4a4a;
  font-size: 0.84em;
  text-transform: none;
}
.organism.job-list .job-item .description {
  font-size: 1.5rem;
  line-height: 1.4;
}
.organism.job-list .job-item .button {
  margin: 2rem 0 0;
}
.organism.job-list .job-item .button a {
  min-width: 15rem;
}
/* fix for iframe overflowing off screen on iPhone */
.organism.job-list iframe {
  min-width: 100%;
  width: 100px;
}
.organism.lp-intro-w-form {
    padding: 3rem 0;
}
@media (min-width: 768px) {
  .organism.lp-intro-w-form {
    padding: 8rem 0
  }
}
@media (min-width: 768px) {
  .organism.lp-intro-w-form .container > .text {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 4/6 - (30px - 30px * 4/6))
  }
  .organism.lp-intro-w-form .container > .text:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.lp-intro-w-form .container > .text:last-child {
    margin-right: 0
  }
  .organism.lp-intro-w-form .container > .text:nth-child(6 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .organism.lp-intro-w-form .form {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 2/6 - (30px - 30px * 2/6))
  }
  .organism.lp-intro-w-form .form:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.lp-intro-w-form .form:last-child {
    margin-right: 0
  }
  .organism.lp-intro-w-form .form:nth-child(6 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.neighborhood-grid .container {
  padding: 0;
}
.organism.neighborhood-grid .labels {
  display: none;
}
@media (min-width: 768px) {
  .organism.neighborhood-grid .labels {
    background: #5b87a1;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: ProximaNova-Bold;
    font-size: 1.8rem;
    letter-spacing: 0.1px;
    padding: 1.5rem 0;
    text-transform: uppercase
  }
  .organism.neighborhood-grid .labels > div {
    padding: 0 2rem;
    width: calc(1/3 * 99.9%);
  }
}
.organism.neighborhood-grid .group {
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .organism.neighborhood-grid .group {
    margin-top: 5rem
  }
}
.organism.neighborhood-grid .group h2 {
  border-bottom: 1px solid rgba(155,155,155, 0.44);
  margin: 0 -15px;
  padding: 0 15px 1rem;
}
@media (min-width: 768px) {
  .organism.neighborhood-grid .group h2 {
    border: 0;
    margin: 0 0 2rem;
    padding: 0
  }
}
.organism.neighborhood-grid .items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .organism.neighborhood-grid .items {
    border: 1px solid #9b9b9b;
    border-top: 0 none;
    margin: 0
  }
}
.organism.neighborhood-grid .item {
  font-size: 1.8rem;
  padding: 2rem 15px;
}
@media (min-width: 768px) {
  .organism.neighborhood-grid .item {
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0
  }
  .organism.neighborhood-grid .item > div {
    padding: 0 2rem;
    width: calc(1/3 * 99.9%);
  }
}
.organism.neighborhood-grid .item:nth-child(even) {
  background: #f4f3f1;
}
.organism.neighborhood-grid .item .neighborhood .title {
  cursor: pointer;
  font-family: ProximaNova-Bold;
  transition: color 0.3s ease;
}
.organism.neighborhood-grid .item .neighborhood .title:hover {
  color: #3a759a;
}
.organism.neighborhood-grid .item .address {
  margin: 0.7rem 0 0;
}
@media (min-width: 768px) {
  .organism.neighborhood-grid .item .address {
    margin: 0
  }
}
.organism.neighborhood-grid .item .contact {
  margin: 0.7rem 0 0;
}
@media (min-width: 768px) {
  .organism.neighborhood-grid .item .contact {
    margin: 0
  }
}
.organism.neighborhood-grid .item .contact .name {
  font-family: ProximaNova-Bold;
}
.organism.neighborhood-grid .item .contact .name .fa {
  font-size: 0.85em;
  vertical-align: 0.05em;
}
.organism.neighborhood-grid .item .phone {
  color: #3a759a;
}
.organism.on-page-form {
    padding: 3rem 0;
}
@media (min-width: 768px) {
  .organism.on-page-form {
    padding: 8rem 0
  }
}
.organism.on-page-form .form {
  background: #f4f3f1;
  border: 1px solid #cdc8be;
  padding: 1.6rem 1.2rem 3.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .organism.on-page-form .form {
    padding: 2.5rem 3rem 3.5rem
  }
}
.organism.on-page-form .form .hs-form-field {
  margin: 0 0 1.8rem;
}
.organism.on-page-form .form .hs-fieldtype-booleancheckbox {
  margin: 0 0 0.5rem;
}
.organism.on-page-form .form .hs-fieldtype-booleancheckbox .modal::after {
  color: #428ebc;
  content: '\f059';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  margin: 0 0 0 0.5rem;
}
.organism.on-page-form .form .hs-dependent-field .hs-form-field:nth-child(2) {
  margin-top: 1.8rem;
}
.organism.on-page-form .form p {
  margin-top: 0;
}
.organism.on-page-form .form p + hr {
  margin: 1.5rem -0.5rem 2.5rem;
}
.organism.on-page-form .form hr {
  margin: 2.5rem -0.5rem 3rem;
}
.organism.on-page-form .form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  height: 3.8rem;
  line-height: normal;
  padding: 1.1rem 1.2rem 1rem;
  width: 100%;
  /* stylelint-enable selector-no-vendor-prefix */
  background: #fff;
}
/* stylelint-disable selector-no-vendor-prefix */
.organism.on-page-form .form select::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* Firefox 19-50 */
.organism.on-page-form .form select::-moz-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* - Internet Explorer 10–11
       - Internet Explorer Mobile 10-11 */
.organism.on-page-form .form select:-ms-input-placeholder {
  color: #ccc !important;
  font-weight: 400 !important;
}
/* Edge (also supports ::-webkit-input-placeholder) */
.organism.on-page-form .form select::-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
/* CSS Pseudo-Elements Level 4 Editor's Draft
       - Browsers not mentioned in vendor prefixes
       - Browser of newer versions than mentioned in vendor prefixes */
.organism.on-page-form .form select:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
.organism.on-page-form .form select::placeholder {
  color: #ccc;
  font-weight: 400;
}
.organism.on-page-form .form textarea {
  height: 10rem;
}
.organism.on-page-form .form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.organism.on-page-form .form .inputs-list input[type='checkbox'],
            .organism.on-page-form .form .inputs-list input[type='radio'] {
  margin: 0 0.7rem 0 0;
}
.organism.on-page-form .form .hs-input.invalid {
  border-color: #bf5b3d;
}
.organism.on-page-form .form .hs-fieldtype-select .input, .organism.on-page-form .form .hs-fieldtype-date .input {
  position: relative;
}
.organism.on-page-form .form .hs-fieldtype-select .input::after, .organism.on-page-form .form .hs-fieldtype-date .input::after {
  color: #9b9b9b;
  content: '\f0d7';
  display: block;
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  position: absolute;
  right: 1.5rem;
  top: 0.3rem;
}
.organism.on-page-form .form .hs-fieldtype-radio .inputs-list {
  display: -ms-flexbox;
  display: flex;
}
.organism.on-page-form .form .hs-fieldtype-radio .hs-form-radio + .hs-form-radio {
  margin-left: 3rem;
}
.organism.on-page-form .form .hs-error-msgs {
  color: #bf5b3d;
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  margin: 0.4rem 0 0;
}
.organism.on-page-form .form .hs-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #bf5b3d;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#bf5b3d, #bf5b3d);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
  margin: 2rem 0 0;
}
.organism.on-page-form .form .hs-button:hover,
    .organism.on-page-form .form .hs-button:active,
    .organism.on-page-form .form .hs-button:focus,
    .organism.on-page-form .form .hs-button:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #bf5b3d;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#bf5b3d, #bf5b3d);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.organism.on-page-form .form .hs-button:active,
    .organism.on-page-form .form .hs-button:focus {
  box-shadow: none;
}
@media (min-width: 768px) {
  .organism.on-page-form .form .hs-button {
    min-width: 40rem
  }
}
.organism.on-page-form .form .submitted-message {
  background: none;
  padding: 0;
}
.organism.on-page-form .footer {
  color: #80796b;
  font-size: 1.4rem;
  margin: 2rem 0 0;
}
.organism.on-page-form .footer a {
  color: #bf5b3d;
  display: inline-block;
  font-family: ProximaNova-Bold;
}
.organism.on-page-form .footer a:hover {
  text-decoration: underline;
}
.organism.page-header {
    background-color: #fdfcfa;
    border-bottom: 1px solid #f4f3f1;
}
/* Embedded HubSpot CTA */
.organism.page-header .hubspot-header {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .organism.page-header .hubspot-header {
    padding: 3.5rem 0 4.5rem
  }
}
.organism.page-header .hubspot-header .hs-cta-wrapper,
        .organism.page-header .hubspot-header .hs-cta-node,
        .organism.page-header .hubspot-header .hs-cta-node a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.organism.page-header .hubspot-header .hs-cta-wrapper img, .organism.page-header .hubspot-header .hs-cta-node img, .organism.page-header .hubspot-header .hs-cta-node a img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}
/* Single image w/o text */
.organism.page-header .image-header {
  padding: 1.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .organism.page-header .image-header {
    padding: 3rem 0
  }
}
.organism.page-header .image-header .content {
  margin: 0 auto;
}
.organism.page-header .image-header .image img {
  margin: 0 auto;
}
/* Image w/ overlay text */
.organism.page-header .cover-image-header {
  padding: 0;
}
@media (min-width: 768px) {
  .organism.page-header .cover-image-header {
    padding: 0
  }
}
.organism.page-header .cover-image-header .content {
  position: relative;
  width: 100%;
}
.organism.page-header .cover-image-header .text {
  display: none;
  padding: 0 3rem;
}
@media (min-width: 768px) {
  .organism.page-header .cover-image-header .text {
    -ms-flex-align: start;
        align-items: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    margin: 0 auto;
    max-width: 74rem;
    padding: 0 1.5rem;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1
  }
}
@media (min-width: 992px) {
  .organism.page-header .cover-image-header .text {
    max-width: 96rem
  }
}
@media (min-width: 1200px) {
  .organism.page-header .cover-image-header .text {
    max-width: 116rem
  }
}
.organism.page-header .cover-image-header .text * {
  color: #fff;
  text-shadow: 1px 2px 3px #666;
}
.organism.page-header .cover-image-header .text h4 {
  font-size: 3.8rem;
  line-height: normal;
  margin: 0 0 0.5rem;
}
.organism.page-header .cover-image-header .text p {
  font-family: ProximaNova-Bold;
  line-height: 1.2;
  margin-top: 0;
}
.organism.page-header .cover-image-header .image {
  height: auto;
  width: 100%;
}
.organism.page-header .cover-image-header .image img {
  display: block;
  height: auto;
  width: 100%;
}
.organism.page-header .cover-image-header.image-text-header .image img {
  height: 100%;
  max-height: 20rem;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .organism.page-header .cover-image-header.image-text-header .image img {
    max-height: 40rem
  }
}
.organism.post-list .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.organism.post-list .post {
  border-bottom: 1px solid #ccc;
  margin: 5rem 0;
  padding: 0 0 5rem;
}
.organism.post-list .post:last-child {
  border-bottom: none;
}
.organism.process-timeline {
    border-top: 1px solid rgba(151,151,151, 0.4);
}
.organism.process-timeline .items ol {
  color: #fff;
  counter-reset: listItemsCounter;
  margin: 0;
  padding: 0;
}
.organism.process-timeline .items ol li {
  list-style-type: none;
  padding: 0 0 0 6rem;
  position: relative;
  z-index: 2;
}
.organism.process-timeline .items ol li:hover::before {
  background-color: #4a4a4a;
}
.organism.process-timeline .items ol li::before {
  background-color: #b5b3b3;
  border-radius: 50%;
  box-sizing: border-box;
  content: counter(listItemsCounter);
  counter-increment: listItemsCounter;
  font-family: ProximaNova-Bold;
  font-size: 1.8rem;
  height: 3.4rem;
  left: 1.5rem;
  padding: 0.65rem 0.5rem 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.2s;
  width: 3.4rem;
  z-index: 1;
}
.organism.process-timeline .items ol li::after {
  border-right: 1px solid #b5b3b3;
  content: '';
  height: 100%;
  left: 3rem;
  position: absolute;
  top: 0;
  width: 1px;
}
.organism.process-timeline .items ol li:last-child::after {
  display: none;
}
.organism.process-timeline .items .title h2 {
  color: #4a4a4a;
  font-family: ProximaNova-Bold;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0.8rem 0 0;
}
.organism.process-timeline .items .body p:first-child {
  margin-top: 0.75rem;
}
.organism.reviews {
    padding: 1rem 0 0;
}
.organism.reviews .review {
  border: none;
  margin: 0 0 2.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .organism.reviews .review {
    margin: 0 0 4rem
  }
}
.organism.reviews .review .content {
  -ms-flex-align: top;
      align-items: top;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .organism.reviews .review .content {
    -ms-flex-direction: row;
        flex-direction: row
  }
}
.organism.reviews .review .text {
  -ms-flex-order: 2;
      order: 2;
}
.organism.reviews .review .text p {
  margin: 0;
}
.organism.reviews .review .pull-quote {
  margin: 0 0 1rem;
  min-width: 17rem;
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 768px) {
  .organism.reviews .review .pull-quote {
    margin: 0
  }
}
.organism.reviews .review .pull-quote p {
  color: #0b937e;
  font-family: 'Archer A', 'Archer B', serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.09;
  margin: 0;
}
@media (min-width: 768px) {
  .organism.reviews .video-reviews .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
@media (min-width: 768px) {
  .organism.reviews .video-reviews .review {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (1rem - 1rem * 1/2))
  }
  .organism.reviews .video-reviews .review:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0
  }
  .organism.reviews .video-reviews .review:last-child {
    margin-right: 0
  }
  .organism.reviews .video-reviews .review:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.reviews .text-reviews .review {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  padding: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .organism.reviews .text-reviews .review {
    border: none;
    padding: 0
  }
}
@media (min-width: 768px) {
  .organism.reviews .text-reviews .has-pullquote.review:nth-child(odd) .text {
    -ms-flex-order: 2;
        order: 2;
    text-align: left;
  }
  .organism.reviews .text-reviews .has-pullquote.review:nth-child(odd) .pull-quote {
    border-right: 2px solid #0b937e;
    margin: 0 1.5rem 0 0;
    -ms-flex-order: 1;
        order: 1;
    padding: 0 1.5rem 0 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .organism.reviews .text-reviews .has-pullquote.review:nth-child(even) .text {
    -ms-flex-order: 1;
        order: 1;
    text-align: right;
  }
  .organism.reviews .text-reviews .has-pullquote.review:nth-child(even) .title {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .organism.reviews .text-reviews .has-pullquote.review:nth-child(even) .pull-quote {
    border-left: 2px solid #0b937e;
    margin: 0 0 0 1.5rem;
    -ms-flex-order: 2;
        order: 2;
    padding: 0 0 0 1.5rem;
    text-align: left;
  }
}
.organism.reviews .text-reviews .title {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .organism.reviews .text-reviews .title {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row
  }
}
.organism.reviews .text-reviews .title .name {
  -ms-flex-order: 2;
      order: 2;
}
@media (min-width: 768px) {
  .organism.reviews .text-reviews .title .name {
    -ms-flex-order: 1;
        order: 1
  }
}
.organism.reviews .text-reviews .title .stars {
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 768px) {
  .organism.reviews .text-reviews .title .stars {
    -ms-flex-order: 2;
        order: 2
  }
}
.organism.reviews .title {
  color: #0b937e;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Archer A', 'Archer B', serif;
  font-size: 2.2rem;
  margin: 1rem 0 0;
}
.organism.reviews .title .stars {
  margin: 0;
}
@media (min-width: 768px) {
  .organism.reviews .title .stars {
    margin: 0 0 0 0.8rem
  }
}
.organism.reviews .title .stars i {
  color: #ffd000;
  font-size: 1.3rem;
  margin: 0 0.1rem 0 0;
}
.organism.slider-gallery {
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.slider-gallery {
    padding: 8rem 0
  }
}
.organism.slider-gallery .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.sidebar-product {
    background-color: #f4f3f1;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    margin: -30px -30px 30px -30px;
    width: calc(60px + 100%);
    display: block;
    padding: 15px 30px;

}
@media (min-width: 992px) {
  .sidebar-product {
    padding: 0;
    width: auto
  }
}
@media (min-width: 992px) {
  .sidebar-product {
    margin: 0
  }
}
.sidebar-product .mini-map {
  display: block !important;
}
.sidebar-product .body {
  padding: 1.5rem 1rem;
}
@media (min-width: 992px) {
  .sidebar-product .body {
    padding: 2rem 2rem 2rem 3rem
  }
}
.sidebar-product .image img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.sidebar-product .molecule.image {
  display: none;
}
@media (min-width: 992px) {
  .sidebar-product .molecule.image {
    display: block
  }
}
.sidebar-product p,
    .sidebar-product a {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .sidebar-product p,
    .sidebar-product a {
    font-size: 1.6rem
  }
}
.sidebar-product .body a {
  color: #428ebc;
}
.sidebar-product .body p {
  margin: 0;
}
.sidebar-product .body p strong {
  font-family: ProximaNova-Bold;
}
.sidebar-product .body ul {
  padding: 0;
  list-style: none;
  margin: 0 0 1.5rem;
}
.sidebar-product .body li {
  padding: 0;
  padding: 0 0 0.25rem;
  vertical-align: top;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-product .body li justify-content: flex-start

            .label,
            .sidebar-product .body li .value {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sidebar-product .body li justify-content: flex-start

            .label:nth-child(1n),
            .sidebar-product .body li .value:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.sidebar-product .body li justify-content: flex-start

            .label:last-child,
            .sidebar-product .body li .value:last-child {
  margin-right: 0;
}
.sidebar-product .body li justify-content: flex-start

            .label:nth-child(2 '' ''n),
            .sidebar-product .body li .value:nth-child(2 '' ''n) {
  margin-right: 0;
  margin-left: auto;
}
.sidebar-product .body li .label {
  padding-right: 1.5rem;
}
.sidebar-product .body li .value {
  padding-top: 0.15rem;
}
.sidebar-product .body .directions,
        .sidebar-product .body .addeventatc {
  font-family: ProximaNova-Bold !important;
  font-size: 1.7rem !important;
  vertical-align: middle;
}
.sidebar-product .body .addeventatc {
  background: transparent;
  border-radius: 0;
  box-shadow: none !important;
  color: #428ebc !important;
  display: inline-block;
  font-weight: normal !important;
  line-height: normal;
  outline: none !important;
  padding: 0;
  text-shadow: none !important;
  z-index: 13 !important;
}
.sidebar-product .body .addeventatc span {
  color: #428ebc;
}
.sidebar-product .body .addeventatc .addeventatc_icon {
  display: none !important;
}
.sidebar-product .body .addeventatc:hover {
  background: transparent;
}
.sidebar-product .body .addeventatc,
        .sidebar-product .body .directions {
  display: block;
  margin: 0 0 1rem;
}
.sidebar-product .body .addeventatc .fa, .sidebar-product .body .directions .fa {
  color: #666;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
}
.sidebar-product .body .directions .fa {
  margin: 0 1.25rem 0 0.3rem;
}
.organism.tabbed-content .tabs {
  width: 100%;
}
.organism.tabbed-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.organism.tabbed-content ul li {
  display: inline-block;
  margin-bottom: -1px;
}
.organism.tabbed-content ul li a {
  border: 1px solid #ccc;
  display: block;
  padding: 1rem 3rem;
}
.organism.tabbed-content ul .active a {
  border-bottom-color: #fff;
}
.organism.tabbed-content .tab-wrapper > div {
  display: none;
}
.organism.tabbed-content .active {
  display: block;
}
.organism.testimonial {
    padding: 3rem 2rem;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.testimonial {
    padding: 5rem 0
  }
}
.organism.testimonial .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.organism.testimonial .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
.organism.testimonial .content {
  padding: 2rem 0;
  text-align: left;
}
@media (min-width: 768px) {
  .organism.testimonial .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
.organism.testimonial .content h2 {
  margin: 0;
}
.organism.testimonial .content h3 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .organism.testimonial .content > .image {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/6 - (30px - 30px * 1/6))
  }
  .organism.testimonial .content > .image:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.testimonial .content > .image:last-child {
    margin-right: 0
  }
  .organism.testimonial .content > .image:nth-child(6 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.testimonial .content > .image figure {
  border-radius: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.organism.testimonial .content > .image img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .organism.testimonial .content > .text {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 5/6 - (30px - 30px * 5/6))
  }
  .organism.testimonial .content > .text:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .organism.testimonial .content > .text:last-child {
    margin-right: 0
  }
  .organism.testimonial .content > .text:nth-child(6 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.text-slider {
    background-size: cover;
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.text-slider {
    padding: 8rem 0
  }
}
.organism.text-slider .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.organism.text-slider .slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .organism.text-slider .slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (min-width: 992px) {
  .organism.text-slider .slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
  }
}
.organism.text-slider .slide .content {
  padding: 0 5rem;
}
.organism.text-w-background-image {
    background-size: cover;
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.text-w-background-image {
    padding: 8rem 0
  }
}
.text-w-video.organism {

    padding: 0 0 30px 0;
    margin-bottom: 30px;
    border-bottom: solid 3px #E0E0E0;
}
.text-w-video.organism .container {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.text-w-video.organism .text {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.38;
  color: #333333;
}
.text-w-video.organism .video-embed {
  padding-bottom: 57%;
  height: 0;
}
.text-w-video.organism .text,
    .text-w-video.organism .video {
  width: 100%;
}
@media (min-width: 768px) {
  .text-w-video.organism .text,
    .text-w-video.organism .video {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2))
  }
  .text-w-video.organism .text:nth-child(1n),
    .text-w-video.organism .video:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .text-w-video.organism .text:last-child,
    .text-w-video.organism .video:last-child {
    margin-right: 0
  }
  .text-w-video.organism .text:nth-child(2 '' ''n),
    .text-w-video.organism .video:nth-child(2 '' ''n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.thumbnail-grid {
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.thumbnail-grid {
    padding: 8rem 0
  }
}
.organism.thumbnail-grid .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.organism.thumbnail-grid .grid {
  margin: 2rem 0 0;
}
@media (min-width: 768px) {
  .organism.thumbnail-grid .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
.organism.thumbnail-grid .item {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .organism.thumbnail-grid .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (2rem - 2rem * 1/3))
  }
  .organism.thumbnail-grid .item:nth-child(1n) {
    margin-right: 2rem;
    margin-left: 0
  }
  .organism.thumbnail-grid .item:last-child {
    margin-right: 0
  }
  .organism.thumbnail-grid .item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.thumbnail-grid .item .image img {
  display: block;
  height: auto;
  width: 100%;
}
.organism.video {
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
  .organism.video {
    padding: 8rem 0
  }
}
.organism.video .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.organism.video .video-embed {
  margin: 3rem 0 0;
  width: 100%;
}
.organism.vip-offer-cta {
    background-color: #3a759a;
    border-top: 7px solid #2b6386;
    margin: 3.8rem 0 0;
    padding: 4.5rem 0 3rem;
    position: relative;
    text-align: center;
}
.organism.vip-offer-cta .container {
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 53rem;
}
.organism.vip-offer-cta .graphic {
  left: 50%;
  position: absolute;
  top: -4.7rem;
  transform: translateX(-50%);
}
.organism.vip-offer-cta h3 {
  color: #fff;
}
.organism.vip-offer-cta .form {
  margin: 1rem 0 0;
}
.organism.vip-offer-cta .form label,
        .organism.vip-offer-cta .form .hs-form-required {
  color: #c0d1db;
}
.organism.vip-offer-cta .form .hs-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#11c0a5, #11c0a5);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
}
.organism.vip-offer-cta .form .hs-button:hover,
    .organism.vip-offer-cta .form .hs-button:active,
    .organism.vip-offer-cta .form .hs-button:focus,
    .organism.vip-offer-cta .form .hs-button:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#11c0a5, #11c0a5);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.organism.vip-offer-cta .form .hs-button:active,
    .organism.vip-offer-cta .form .hs-button:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .organism.vip-offer-cta .form .hs-button {
    width: 75%
  }
}
.organism.vip-offer-cta .modal {
  color: #c0d1db;
  display: block;
  font-size: 1.3rem;
  margin: 1.5rem 0 0;
  text-decoration: underline;
}
.organism.vip-offer-cta .icon-icon-question {
  display: inline-block;
  margin: 0 0.5rem;
  vertical-align: middle;
}
.organism.vip-offer-cta .inputs-list.hs-error-msgs {
  padding: 3px 0 0;
}
.organism.vip-offer-cta .inputs-list.hs-error-msgs label {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
.organism.vip-offer-cta .hs_error_rollup {
  display: none;
  /* hide on this form since there's only one field and it's redundant */
}
.organism.vip-offer-cta .hubspot-form .submitted-message {
  background-color: #428ebc;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  padding: 1.8rem 1.2rem;
}
.sidebar .sidebar .organism.vip-offer-cta {
  margin-top: 60px;
  padding-top: 3rem;
}
.sidebar .sidebar .organism.vip-offer-cta .graphic {
  margin-left: -3rem;
  transform: scale(0.75);
}
.sidebar .sidebar .organism.vip-offer-cta .header h3 {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
/* ----------------------------------------------------------
LAYOUTS
----------------------------------------------------------- */
#wpadminbar {
    position: fixed !important;
}
.logged-in #header.header {
    top:46px !important;
}
@media (min-width: 768px) {
  .logged-in #header.header {
    top: 32px !important
  }
}
#header.header {
    background-color: #3a759a;
    height: 4.5rem;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000;
}
@media (min-width: 768px) {
  #header.header {
    height: 8.2rem;
    transition: height 0.3s ease
  }
}
#header.header .phone a,
    #header.header .chat a,
    #header.header .directions a {
  position: relative;
}
#header.header .phone a .icon, #header.header .chat a .icon, #header.header .directions a .icon {
  content: '';
  display: inline-block;
  opacity: 1;
  transition: all 0.3s ease;
}
#header.header .phone a:hover, #header.header .chat a:hover, #header.header .directions a:hover {
  color: #f4f3f1;
}
@media (min-width: 768px) {
  #header.header.scrolled {
    height: 5.2rem
  }
  #header.header.scrolled .brand {
    height: 3.4rem;
  }
}
@media (min-width: 1200px) {
  #header.header.scrolled .auxiliary-menu {
    padding-top: 0;
  }
  #header.header.scrolled .auxiliary-menu li {
    margin-left: 2.4rem;
    position: relative;
  }
  #header.header.scrolled .auxiliary-menu li .LPMoverlay.LPMcontainer {
    left: -3.2rem !important;
    width: calc(100% + 3.2rem) !important;
  }
  #header.header.scrolled .auxiliary-menu .phone a .icon, #header.header.scrolled .auxiliary-menu .chat a .icon, #header.header.scrolled .auxiliary-menu .directions a .icon {
    top: -0.8rem;
    transform: scale(0.7);
  }
  #header.header.scrolled .auxiliary-menu .phone a:hover .icon, #header.header.scrolled .auxiliary-menu .chat a:hover .icon, #header.header.scrolled .auxiliary-menu .directions a:hover .icon {
    animation: link-bounce-scrolled 1s;
  }
  #header.header.scrolled .auxiliary-menu .phone a .icon {
    left: -2.6rem;
    top: -0.6rem;
  }
  #header.header.scrolled .auxiliary-menu .chat a .icon {
    left: -3.2rem;
  }
  #header.header.scrolled .auxiliary-menu .directions a .icon {
    left: -2.4rem;
  }
}
#header.header .brand {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
    left: 50%;
    margin: 0.25rem 0 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 12.5rem;
}
@media (min-width: 768px) {
  #header.header .brand {
    display: inline-block;
    height: 4.1rem;
    margin: 0;
    transition: height 0.3s ease;
    width: auto
  }
  #header.header .brand figure {
    height: 100%;
  }
  #header.header .brand img {
    display: inline-block;
    height: 100%;
    width: auto;
  }
}
#header.header .auxiliary-menu {
    padding: 0;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #header.header .auxiliary-menu {
    right: 3rem
  }
}
@media (min-width: 1200px) {
  #header.header .auxiliary-menu {
    padding: 3.3rem 0 0
  }
}
#header.header .auxiliary-menu ul {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  #header.header .auxiliary-menu ul {
    display: block
  }
}
#header.header .auxiliary-menu li {
  color: #fff;
  display: inline-block;
  margin: 0 0 0 1.7rem;
  position: relative;
  width: auto;
}
@media (min-width: 1200px) {
  #header.header .auxiliary-menu li {
    margin: 0 1.7rem
  }
}
#header.header .auxiliary-menu li .LPMoverlay.LPMcontainer {
  height: 50px !important;
  top: -3.3rem !important;
}
#header.header .auxiliary-menu li:last-child {
  margin-right: 0;
}
#header.header .auxiliary-menu a {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  #header.header .auxiliary-menu a {
    display: inline
  }
}
#header.header .auxiliary-menu a:hover {
  color: #ccc;
}
#header.header .auxiliary-menu .login {
  display: none;
}
#header.header .auxiliary-menu .chat {
  display: none;
}
@media (min-width: 768px) {
  #header.header .auxiliary-menu .chat {
    display: inline-block
  }
}
#header.header .auxiliary-menu .phone a,
    #header.header .auxiliary-menu .chat a,
    #header.header .auxiliary-menu .directions a {
  text-align: center;
}
@media (min-width: 1200px) {
  #header.header .auxiliary-menu .phone a:hover .icon, #header.header .auxiliary-menu .chat a:hover .icon, #header.header .auxiliary-menu .directions a:hover .icon {
    animation: link-bounce 1s;
    animation-iteration-count: 1;
  }
}
@media (max-width: 1200px) {
  #header.header .auxiliary-menu .phone a,
    #header.header .auxiliary-menu .chat a,
    #header.header .auxiliary-menu .directions a {
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
  }
}
@media (min-width: 1200px) {
  #header.header .auxiliary-menu .phone a .icon, #header.header .auxiliary-menu .chat a .icon, #header.header .auxiliary-menu .directions a .icon {
    left: 50%;
    position: absolute;
    top: -3.3rem;
    transform: translateX(-50%)
  }
}
.footer {
    background-color: #f4f3f1;
    padding: 0;
}
.footer .company-meta {
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .footer .company-meta {
    padding: 5rem 0 3rem
  }
}
.footer .company-meta .container {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 992px) {
  .footer .company-meta .container {
    -ms-flex-direction: row;
        flex-direction: row
  }
}
.footer .awards {
  margin: 0 auto 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .footer .awards {
    margin: 0;
    text-align: left
  }
}
.footer .awards .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer .awards .icon {
    margin: 0 1.5rem 1.5rem
  }
}
@media (min-width: 992px) {
  .footer .awards .icon {
    margin: 0 1.2rem 0 0
  }
}
.footer .awards .icon:first-child {
  display: block;
}
@media (min-width: 640px) {
  .footer .awards .icon:first-child {
    display: inline-block
  }
}
.footer .social {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .footer .social {
    margin: 0;
    text-align: right
  }
}
.footer .social .icon {
  display: inline-block;
}
@media (min-width: 768px) {
  .footer .social .icon {
    margin: 0 0 0 0.5rem
  }
}
.footer .footer-nav,
    .footer .copyright {
  text-align: center;
}
.footer .footer-nav .container, .footer .copyright .container {
  display: block;
}
.footer .footer-nav p,
        .footer .footer-nav a,
        .footer .copyright p,
        .footer .copyright a {
  color: #fff;
  font-size: 1.4rem;
}
.footer .footer-nav p, .footer .copyright p {
  line-height: 1.1;
}
.footer .footer-nav a, .footer .copyright a {
  text-decoration: underline;
}
.footer .footer-nav .icon, .footer .copyright .icon {
  display: block;
  margin: 0 auto 1.5rem;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .footer .footer-nav .icon, .footer .copyright .icon {
    display: inline-block;
    margin: 0 1rem 0 0
  }
}
.footer .footer-nav {
  background-color: #a89777;
  padding: 1rem 0 0.6rem;
}
.footer .copyright {
  background-color: #85775c;
  padding: 1.8rem 0 4.5rem;
}
.footer .copyright p {
  margin-left: auto;
  margin-right: auto;
  max-width: 73rem;
}
.footer .copyright p:nth-child(2) {
  font-size: 1rem;
}
.sidebar .widget {
  margin-bottom: 3rem;
}
/* Sidebar widget titles */
.sidebar .page-nav > .title, .sidebar .widget > .title {
  border-bottom: solid 1px #e6e6e6;
}
.sidebar .page-nav > .title h3, .sidebar .widget > .title h3 {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 600;
  color: #666;
  font-size: 2rem;
  line-height: 1.13;
  margin: 1rem 0 0.75rem;
}
@media (min-width: 992px) {
  .sidebar .page-nav > .title h3, .sidebar .widget > .title h3 {
    font-size: 2.4rem
  }
}
.sidebar .posts {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 2rem 0 0;
}
.sidebar .posts li {
  line-height: 1.5;
  margin: 0 0 2rem;
  padding: 0;
}
.sidebar .posts .date {
  color: #5b87a1;
  display: block;
  font-family: ProximaNova-Bold;
  margin: 0 0 0.25rem;
}
.site-wrapper > .content {
    background-color: #f4f3f1;
    position: relative;
}
.site-wrapper > .content::before {
  background-color: #3a759a;
  content: '';
  display: block;
  height: 4.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .site-wrapper > .content::before {
    height: 8.2rem
  }
}
/* stylelint-disable selector-no-qualifying-type */
.page-overlay {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    content: '';
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100vw;
    z-index: 900;
}
.menu-toggle {
    color: #fff;
    font-size: 1.2rem;
    left: 1.5rem;
    letter-spacing: 3px;
    padding: 0 0 0 3.2rem;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}
@media (min-width: 768px) {
  .menu-toggle {
    font-size: 1.4rem;
    left: 3rem;
    padding: 0 0 0 2.6rem;
    right: auto
  }
}
.menu-toggle .bar {
  background: #fff;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s;
  width: 26px;
}
.menu-toggle .bar:nth-child(2) {
  top: 7px;
}
.menu-toggle .bar:nth-child(3) {
  top: 14px;
}
.menu-toggle span:not(.bar) {
  display: inline-block;
  float: left;
  padding: 0.3rem 0.5rem 0 0;
}
@media (min-width: 768px) {
  .menu-toggle span:not(.bar) {
    float: none;
    padding: 0.11rem 0 0 0.8rem
  }
}
.menu-open .page-overlay {
  opacity: 1;
  pointer-events: auto;
}
.menu-open .menu-toggle .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-open .menu-toggle .bar:nth-child(2) {
  opacity: 0;
}
.menu-open .menu-toggle .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.primary-nav .menu {
    background-color: #f4f3f1;
    height: calc(100vh - 4.5rem);
    left: 0;
    max-width: 30rem;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: translateX(-30rem);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    width: calc(100% - 3rem);
    z-index: 10;
}
@media (min-width: 768px) {
  .primary-nav .menu {
    height: calc(100vh - 8.2rem)
  }
}
.primary-nav .menu.open {
  transform: translateX(0);
}
.primary-nav .menu.open::before {
  opacity: 1;
  width: 100vw;
}
.primary-nav .menu.open::after {
  opacity: 1;
}
.primary-nav .menu.open .active > .nav-level-2,
        .primary-nav .menu.open .active > .nav-level-3 {
  height: auto;
}
@media (min-width: 768px) {
  .primary-nav .menu.open .active > .nav-level-2,
        .primary-nav .menu.open .active > .nav-level-3 {
    display: block
  }
  .primary-nav .menu.open .active > .nav-level-2::after, .primary-nav .menu.open .active > .nav-level-3::after {
    opacity: 1;
  }
}
.primary-nav .menu::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  bottom: 0;
  content: '';
  opacity: 0;
  position: absolute;
  right: -4px;
  top: 0;
  transition: opacity 0.3s ease;
  width: 4px;
}
.primary-nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.primary-nav .menu li {
  display: block;
  margin: 0;
  width: 100%;
}
.primary-nav .menu a {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 600;
  display: block;
  line-height: normal;
  position: relative;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.primary-nav .menu-inner {
    background-color: #f4f3f1;
    height: 100%;
    -ms-overflow-style: none;
    overflow-y: scroll;
    width: 100%;
}
@media (min-width: 768px) {
  .primary-nav .menu-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column
  }
}
.primary-nav .menu-inner::-webkit-scrollbar {
    display: none;
}
.primary-nav .nav-level-1 {
    background: #fff;
}
.primary-nav .nav-level-1 > li {
  border-bottom: 1px solid #e2e2e2;
}
.primary-nav .nav-level-1 > li.has-submenu > a .icon {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.primary-nav .nav-level-1 > li.active .nav-level-2, .primary-nav .nav-level-1 > li.current-page-parent .nav-level-2 {
  max-height: 50rem;
  transition: max-height 0.8s ease-in;
}
.primary-nav .nav-level-1 > li.active > a .icon, .primary-nav .nav-level-1 > li.current-page-parent > a .icon {
  transform: translateY(-50%) rotate(-180deg);
}
.primary-nav .nav-level-1 > li > a {
  background: #fff;
  color: #666;
  font-size: 2rem;
  letter-spacing: -0.7px;
  padding: 1.3rem 2.5rem;
}
@media (min-width: 768px) {
  .primary-nav .nav-level-1 > li > a:hover {
    background: #efebe3;
  }
}
.primary-nav .nav-level-2,
.primary-nav .nav-level-3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.primary-nav .nav-level-2 ul, .primary-nav .nav-level-3 ul {
  margin: 0.5rem 0 1rem 2.5rem;
  width: calc(100% - 2.5rem);
}
.primary-nav .nav-level-2 a, .primary-nav .nav-level-3 a {
  color: #05659d;
  font-size: 1.7rem;
  padding: 0.5rem 1.5rem;
}
.primary-nav .nav-level-2 a:hover, .primary-nav .nav-level-3 a:hover {
  color: #428ebc;
}
.primary-nav .nav-level-2 a .icon, .primary-nav .nav-level-3 a .icon {
  left: -0.05rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.primary-nav .nav-level-2 .current-page a, .primary-nav .nav-level-3 .current-page a {
  color: #666;
}
.primary-nav .nav-level-3 {
    max-height: none;
    overflow: visible;
}
.primary-nav .nav-level-3 ul {
  margin: 0 0 0 2rem;
}
.primary-nav .nav-level-3 a {
  font-size: 1.5rem;
}
.primary-nav .nav-level-3 a .icon {
  display: none;
}
#header.header .primary-nav .nav-secondary ul {
  margin: 2rem 0;
}
#header.header .primary-nav .nav-secondary a {
  font-family: ProximaNova-Bold;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0.75rem 1.5rem 0.75rem 5.25rem;
}
#header.header .primary-nav .nav-secondary a:hover {
  color: #428ebc;
}
#header.header .primary-nav .nav-secondary .phone a .icon, #header.header .primary-nav .nav-secondary .chat a .icon, #header.header .primary-nav .nav-secondary .directions a .icon, #header.header .primary-nav .nav-secondary .login a .icon {
  left: 2.5rem;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
#header.header .primary-nav .nav-secondary .phone a:hover, #header.header .primary-nav .nav-secondary .chat a:hover, #header.header .primary-nav .nav-secondary .directions a:hover, #header.header .primary-nav .nav-secondary .login a:hover {
  color: #428ebc;
}
@media (min-width: 768px) {
  #header.header.scrolled .menu {
    height: calc(100vh - 5.2rem);
  }
}
/* stylelint-enable selector-no-qualifying-type */
/* ----------------------------------------------------------
PAGES
----------------------------------------------------------- */
.body.blog .header, .body.archive.category .header, .body.archive.date .header {
  width: 100%;
}
.body.blog .content, .body.archive.category .content, .body.archive.date .content {
  background: #fff;
}
@media (min-width: 992px) {
  .body.blog .content > .container, .body.archive.category .content > .container, .body.archive.date .content > .container {
    padding: 0
  }
}
.body.blog .content > .container > .body, .body.archive.category .content > .container > .body, .body.archive.date .content > .container > .body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4.5rem 0 3rem;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .body.blog .content > .container > .body > .column + .column, .body.archive.category .content > .container > .body > .column + .column, .body.archive.date .content > .container > .body > .column + .column {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (45px - 45px * 1/4))
  }
  .body.blog .content > .container > .body > .column + .column:nth-child(1n), .body.archive.category .content > .container > .body > .column + .column:nth-child(1n), .body.archive.date .content > .container > .body > .column + .column:nth-child(1n) {
    margin-right: 45px;
    margin-left: 0
  }
  .body.blog .content > .container > .body > .column + .column:last-child, .body.archive.category .content > .container > .body > .column + .column:last-child, .body.archive.date .content > .container > .body > .column + .column:last-child {
    margin-right: 0
  }
  .body.blog .content > .container > .body > .column + .column:nth-child(0n), .body.archive.category .content > .container > .body > .column + .column:nth-child(0n), .body.archive.date .content > .container > .body > .column + .column:nth-child(0n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .body.blog .content > .container > .body > .column, .body.archive.category .content > .container > .body > .column, .body.archive.date .content > .container > .body > .column {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 3/4 - (45px - 45px * 3/4))
  }
  .body.blog .content > .container > .body > .column:nth-child(1n), .body.archive.category .content > .container > .body > .column:nth-child(1n), .body.archive.date .content > .container > .body > .column:nth-child(1n) {
    margin-right: 45px;
    margin-left: 0
  }
  .body.blog .content > .container > .body > .column:last-child, .body.archive.category .content > .container > .body > .column:last-child, .body.archive.date .content > .container > .body > .column:last-child {
    margin-right: 0
  }
  .body.blog .content > .container > .body > .column:nth-child(0n), .body.archive.category .content > .container > .body > .column:nth-child(0n), .body.archive.date .content > .container > .body > .column:nth-child(0n) {
    margin-right: 0;
    margin-left: auto
  }
}
.body.blog .content > .container > .body .main, .body.archive.category .content > .container > .body .main, .body.archive.date .content > .container > .body .main {
  -ms-flex-order: 3;
      order: 3;
}
@media (min-width: 768px) {
  .body.blog .content > .container > .body .sidebar,
                    .body.blog .content > .container > .body .main,
                    .body.archive.category .content > .container > .body .sidebar,
                    .body.archive.category .content > .container > .body .main,
                    .body.archive.date .content > .container > .body .sidebar,
                    .body.archive.date .content > .container > .body .main {
    -ms-flex-order: inherit;
        order: inherit;
  }
}
.body.blog .pagination, .body.archive.category .pagination, .body.archive.date .pagination {
  margin: 2.5rem 0;
  text-align: center;
}
.body.single-post .content {
  background: #fff;
}
.blog-detail .sidebar, .body.blog .sidebar, .body.archive.category .sidebar, .body.archive.date .sidebar {
  -ms-flex-order: 1;
      order: 1;
  padding: 0 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-detail .sidebar, .body.blog .sidebar, .body.archive.category .sidebar, .body.archive.date .sidebar {
    padding: 0
  }
}
.blog-detail .sidebar .widget, .body.blog .sidebar .widget, .body.archive.category .sidebar .widget, .body.archive.date .sidebar .widget {
  display: none;
}
@media (min-width: 768px) {
  .blog-detail .sidebar .widget, .body.blog .sidebar .widget, .body.archive.category .sidebar .widget, .body.archive.date .sidebar .widget {
    display: block
  }
}
.blog-detail .sidebar .widget.blog-widget, .body.blog .sidebar .widget.blog-widget, .body.archive.category .sidebar .widget.blog-widget, .body.archive.date .sidebar .widget.blog-widget {
  display: block;
}
.blog-detail .sidebar .widget .child-widget, .body.blog .sidebar .widget .child-widget, .body.archive.category .sidebar .widget .child-widget, .body.archive.date .sidebar .widget .child-widget {
  margin-bottom: 3rem;
}
.blog-detail .sidebar .widget .child-widget:last-child, .body.blog .sidebar .widget .child-widget:last-child, .body.archive.category .sidebar .widget .child-widget:last-child, .body.archive.date .sidebar .widget .child-widget:last-child {
  margin-bottom: 0;
}
.blog-detail .sidebar .widget .child-widget + .child-widget, .body.blog .sidebar .widget .child-widget + .child-widget, .body.archive.category .sidebar .widget .child-widget + .child-widget, .body.archive.date .sidebar .widget .child-widget + .child-widget {
  display: none;
}
@media (min-width: 768px) {
  .blog-detail .sidebar .widget .child-widget + .child-widget, .body.blog .sidebar .widget .child-widget + .child-widget, .body.archive.category .sidebar .widget .child-widget + .child-widget, .body.archive.date .sidebar .widget .child-widget + .child-widget {
    display: block
  }
}
@media (min-width: 992px) {
  .blog-detail > article > .container {
    padding: 0
  }
}
.blog-detail > article > .container > .body {
  padding: 4.5rem 0 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-detail > article > .container > .body {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .blog-detail > article > .container > .body > .column:nth-child(2) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (45px - 45px * 1/4))
  }
  .blog-detail > article > .container > .body > .column:nth-child(2):nth-child(1n) {
    margin-right: 45px;
    margin-left: 0
  }
  .blog-detail > article > .container > .body > .column:nth-child(2):last-child {
    margin-right: 0
  }
  .blog-detail > article > .container > .body > .column:nth-child(2):nth-child(4n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .blog-detail > article > .container > .body > .column:nth-child(1) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 3/4 - (45px - 45px * 3/4));
    display: block
  }
  .blog-detail > article > .container > .body > .column:nth-child(1):nth-child(1n) {
    margin-right: 45px;
    margin-left: 0
  }
  .blog-detail > article > .container > .body > .column:nth-child(1):last-child {
    margin-right: 0
  }
  .blog-detail > article > .container > .body > .column:nth-child(1):nth-child(4n) {
    margin-right: 0;
    margin-left: auto
  }
}
.sidebar .recent-flickr-photos .header {
  margin-bottom: 0.5rem;
}
.sidebar .recent-flickr-photos .sub-header {
  color: #5b87a1;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.sidebar .recent-flickr-photos .sub-header a {
  text-decoration: underline;
}
.sidebar .recent-flickr-photos ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.sidebar .recent-flickr-photos li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (1.5rem - 1.5rem * 1/2));
  margin-bottom: 1.5rem;
}
.sidebar .recent-flickr-photos li:nth-child(1n) {
  margin-right: 1.5rem;
  margin-left: 0;
}
.sidebar .recent-flickr-photos li:last-child {
  margin-right: 0;
}
.sidebar .recent-flickr-photos li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.sidebar .recent-flickr-photos li a,
            .sidebar .recent-flickr-photos li img {
  display: block;
}
.sidebar .popular-blogs ul {
  list-style: none;
  padding: 0;
}
.sidebar .popular-blogs ul li {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
.sidebar .popular-blogs ul li img,
            .sidebar .popular-blogs ul li .image {
  width: 100%;
}
.sidebar .popular-blogs li .text {
  background: rgb(91, 135, 161, 0.85);
  color: #fff;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-top: -2rem;
  padding: 1rem 3rem;
  position: absolute;
  text-align: center;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  top: 50%;
  width: 100%;
}
.sidebar .blog-widget {
  margin-bottom: 3rem;
  text-align: center;
}
.sidebar .blog-widget select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: solid 0.1rem #ccc;
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.sidebar .blog-widget .body {
  position: relative;
}
.sidebar .blog-widget .body::after {
  background-color: #fff;
  content: ' ';
  display: block;
  height: 0.3rem;
  position: absolute;
  right: 1.2rem;
  top: 2rem;
  width: 1.8rem;
}
.sidebar .blog-widget .body::before {
  background-color: #999;
  content: ' ';
  display: block;
  height: 1.3rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  transform: rotate(45deg);
  width: 1.3rem;
}
.sidebar .blog-widget select,
        .sidebar .blog-widget select option {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.31;
  text-align: right;
  text-align-last: center;
}
.widget-header {
    border-bottom: solid 1px #979797;
    margin-bottom: 1.5rem;
}
.widget-header h3 {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 600;
  color: #666;
  font-size: 2.4rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.13;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: center;
}
.blog-item,
.blog-detail {
    margin-bottom: 3rem;
    width: 100%;
}
.blog-item .image, .blog-detail .image {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  width: 100%;
}
.blog-item .image img, .blog-detail .image img {
  width: 100%;
}
.blog-item .image .caption, .blog-detail .image .caption {
  background-color: #2d4a5c;
  bottom: 0;
  opacity: 0.85;
  padding: 0.7rem 1.2rem;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-item .image .caption, .blog-detail .image .caption {
    padding: 1.3rem 2.9rem
  }
}
.blog-item .image .caption span, .blog-detail .image .caption span {
  color: #fff;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .blog-item .image .caption span, .blog-detail .image .caption span {
    font-size: 2rem
  }
}
.blog-item .image .caption span:nth-child(2), .blog-detail .image .caption span:nth-child(2) {
  float: right;
}
.blog-item .header h1, .blog-detail .header h1 {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 600;
  color: #4a4a4a;
  font-size: 3.8rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-shadow: 0 1px 1px #fff;
}
.blog-item .header h2, .blog-detail .header h2 {
  color: #4a4a4a;
  font-size: 2.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.12;
  margin-bottom: 1.5rem;
}
.blog-item .main .text, .blog-detail .main .text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.blog-item .body,
    .blog-item .body p,
    .blog-detail .body,
    .blog-detail .body p {
  color: #333;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
.blog-item .body p:first-child, .blog-detail .body p:first-child {
  display: block;
  margin: 0;
  width: 100%;
}
.blog-item .read-more, .blog-detail .read-more {
  background: none;
  color: #bf5b3d;
  display: inline;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  position: static;
}
.blog-item .header h1 {
  margin: 1.5rem 0 0;
}
.blog-item .text {
  border-bottom: solid 1px #979797;
}
.blog-item .text .body p:last-child {
  margin-bottom: 2rem;
}
.blog-detail .header h1 {
  margin: 0;
}
.comments-wrapper .comments-count {
  background-color: rgba(45, 74, 92, 0.85);
  border-radius: 0.5rem;
  color: #fff;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding: 1.5rem;
  text-align: center;
}
.comments-wrapper .comments {
  list-style: none;
}
.comments-wrapper .children {
  list-style: none;
  margin-top: 2rem;
  width: 100%;
}
.comments-wrapper .comment {
  list-style: none;
  margin-bottom: 3rem;
}
.comments-wrapper .comment .fn {
  color: #666;
  font-size: 2.4rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.13;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.comments-wrapper .comment .avatar {
  border-radius: 50%;
  height: 5rem;
  margin-bottom: -2.5rem;
  margin-right: 1rem;
  overflow: hidden;
  width: 5rem;
}
.comments-wrapper .comment .comment-metadata,
        .comments-wrapper .comment .comment-content {
  padding-left: 6.5rem;
}
.comments-wrapper .comment .reply {
  margin-left: 6.5rem;
}
.comments-wrapper .comment .comment-metadata a {
  color: #333;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.4rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.71;
  margin-bottom: 1rem;
}
.comments-wrapper .comment .body {
  color: #333;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.38;
}
.comment-respond {
    background-color: rgba(45, 74, 92, 0.85);
    border-radius: 0.5rem;
    color: #fff;
    margin-bottom: 4rem;
    padding: 3rem;
}
.comment-respond .comment-reply-title {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-size: 2.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 1.12;
  margin: 0 0 1.5rem;
}
.comment-respond label {
  color: #fff;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.38;
}
.comment-respond .comment-notes,
    .comment-respond .comment-notes a,
    .comment-respond .logged-in-as,
    .comment-respond .logged-in-as a {
  color: #fff !important;
}
.comment-respond .comment-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
}
.comment-respond .comment-form-author:nth-child(1n),
    .comment-respond .comment-form-email:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.comment-respond .comment-form-author:last-child,
    .comment-respond .comment-form-email:last-child {
  margin-right: 0;
}
.comment-respond .comment-form-author:nth-child(2n),
    .comment-respond .comment-form-email:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.comment-respond .comment-form-comment,
    .comment-respond .griwpc-container-id,
    .comment-respond .form-submit {
  display: block;
  width: 100%;
}
.comment-respond .comment-form-comment,
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
  margin: 1.5rem 0 0;
}
.comment-respond .form-submit {
  margin-top: 2.5rem;
}
.comment-respond .submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #bf5b3d;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#bf5b3d, #bf5b3d);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
}
.comment-respond .submit:hover,
    .comment-respond .submit:active,
    .comment-respond .submit:focus,
    .comment-respond .submit:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #bf5b3d;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#bf5b3d, #bf5b3d);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.comment-respond .submit:active,
    .comment-respond .submit:focus {
  box-shadow: none;
}
.post-type-archive-broker .content {
  background: #fff;
}
.post-type-archive-broker .broker-grid {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.post-type-archive-broker .broker-grid.loading {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.post-type-archive-broker .broker-grid .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.post-type-archive-broker .broker-grid .count h2 {
  margin-top: 2rem;
  width: 100%;
}
.post-type-archive-broker .broker-grid .count h2 div {
  display: inline-block;
}
.post-type-archive-broker .broker-filters {
  background: #f4f3f1;
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  border-top: 1px solid rgba(151,151,151, 0.44);
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters {
    padding: 2rem 0
  }
}
.post-type-archive-broker .broker-filters .container {
  display: block;
}
@media (min-width: 992px) {
  .post-type-archive-broker .broker-filters .container {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex
  }
}
.post-type-archive-broker .broker-filters h2 {
  color: #428ebc;
  font-size: 1.6rem;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters h2 {
    margin: 0 0 1rem
  }
}
@media (min-width: 992px) {
  .post-type-archive-broker .broker-filters h2 {
    margin: 0 1.5rem 0 0
  }
}
.post-type-archive-broker .broker-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: justify;
        justify-content: space-between
  }
}
.post-type-archive-broker .broker-filters li {
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters li {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    padding: 0 0 0 1.5rem
  }
  .post-type-archive-broker .broker-filters li:first-child {
    padding: 0;
  }
}
.post-type-archive-broker .broker-filters .facetwp-facet {
  margin: 0;
}
.post-type-archive-broker .broker-filters .facetwp-autocomplete-update {
  display: none;
}
.post-type-archive-broker .broker-filters .facetwp-template,
        .post-type-archive-broker .broker-filters .facetwp-type-dropdown {
  width: 100%;
}
.post-type-archive-broker .broker-filters .facetwp-type-dropdown select {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters .facetwp-type-dropdown select {
    font-size: 1.5rem
  }
}
.post-type-archive-broker .broker-filters .facetwp-autocomplete {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  display: block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.3rem;
  height: 3.8rem;
  padding: 1.1rem 1.2rem 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters .facetwp-autocomplete {
    font-size: 1.5rem
  }
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters .apply {
    display: none
  }
}
.post-type-archive-broker .broker-filters .facet-apply button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #428ebc;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#428ebc, #428ebc);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
  width: 100%;
}
.post-type-archive-broker .broker-filters .facet-apply button:hover,
    .post-type-archive-broker .broker-filters .facet-apply button:active,
    .post-type-archive-broker .broker-filters .facet-apply button:focus,
    .post-type-archive-broker .broker-filters .facet-apply button:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #428ebc;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#428ebc, #428ebc);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.post-type-archive-broker .broker-filters .facet-apply button:active,
    .post-type-archive-broker .broker-filters .facet-apply button:focus {
  box-shadow: none;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters .reset {
    -ms-flex: 0;
        flex: 0
  }
}
.post-type-archive-broker .broker-filters .facet-reset {
  text-align: center;
}
.post-type-archive-broker .broker-filters .facet-reset button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #428ebc;
  height: auto;
  padding: 0;
  text-shadow: none;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-filters .facet-reset button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #f4f3f1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#f4f3f1, #f4f3f1);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(88, 88, 88, 0.1), rgba(0, 0, 0, 0.15)), linear-gradient(#f4f3f1, #f4f3f1);
    color: #666;
    height: 3.8rem;
    text-shadow: 0 0.5px 0 #fff
  }
  .post-type-archive-broker .broker-filters .facet-reset button:hover,
    .post-type-archive-broker .broker-filters .facet-reset button:active,
    .post-type-archive-broker .broker-filters .facet-reset button:focus,
    .post-type-archive-broker .broker-filters .facet-reset button:active:not(.inactive):not(.link) {
    background: transparent;
    background-color: #f4f3f1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#f4f3f1, #f4f3f1);
    border: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    outline: none;
  }
  .post-type-archive-broker .broker-filters .facet-reset button:active,
    .post-type-archive-broker .broker-filters .facet-reset button:focus {
    box-shadow: none;
  }
}
.post-type-archive-broker .broker-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
.post-type-archive-broker .broker-list li {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .post-type-archive-broker .broker-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (20px - 20px * 1/2))
  }
  .post-type-archive-broker .broker-list li:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0
  }
  .post-type-archive-broker .broker-list li:last-child {
    margin-right: 0
  }
  .post-type-archive-broker .broker-list li:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 1200px) {
  .post-type-archive-broker .broker-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
    margin-bottom: 3rem
  }
  .post-type-archive-broker .broker-list li:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .post-type-archive-broker .broker-list li:last-child {
    margin-right: 0
  }
  .post-type-archive-broker .broker-list li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.post-type-archive-broker .broker-item {
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  margin: 0 0 2rem;
}
.post-type-archive-broker .broker-item .title {
  background: #a89777;
  padding: 1rem 1.5rem;
}
.post-type-archive-broker .broker-item .title h3 {
  color: #fff;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.post-type-archive-broker .broker-item .body {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1.5rem;
}
.post-type-archive-broker .broker-item .company {
  font-family: ProximaNova-Bold;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 0 0 1rem;
}
.post-type-archive-broker .broker-item .model-center span {
  font-family: ProximaNova-Bold;
}
.post-type-archive-broker .broker-item .image {
  margin: 0 1.5rem 0 0;
  width: 10rem;
}
.post-type-archive-broker .broker-item .image img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  display: block;
}
.post-type-archive-broker .broker-item .image .caption {
  display: none;
}
.post-type-archive-customerblog .content {
  background: #fff;
}
.post-type-archive-customerblog .customerblog-grid {
  margin: 0 0 3rem;
}
.post-type-archive-customerblog .customerblog-list {
  margin: 2rem 0 0;
  width: 100%;
}
.post-type-archive-customerblog .customerblog-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .post-type-archive-customerblog .customerblog-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
.post-type-archive-customerblog .customerblog-list li {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .post-type-archive-customerblog .customerblog-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (20px - 20px * 1/2))
  }
  .post-type-archive-customerblog .customerblog-list li:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0
  }
  .post-type-archive-customerblog .customerblog-list li:last-child {
    margin-right: 0
  }
  .post-type-archive-customerblog .customerblog-list li:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 1200px) {
  .post-type-archive-customerblog .customerblog-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
    margin-bottom: 4.5rem
  }
  .post-type-archive-customerblog .customerblog-list li:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .post-type-archive-customerblog .customerblog-list li:last-child {
    margin-right: 0
  }
  .post-type-archive-customerblog .customerblog-list li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.post-type-archive-customerblog .customerblog-item {
  background: #f4f3f1;
  height: 100%;
}
.post-type-archive-customerblog .customerblog-item .image {
  position: relative;
}
.post-type-archive-customerblog .customerblog-item .image::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.9) 100%);
  bottom: 0;
  content: '';
  height: 8.5rem;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.post-type-archive-customerblog .customerblog-item .image img {
  display: block;
  height: 22rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.post-type-archive-customerblog .customerblog-item .title {
  bottom: 0;
  left: 0;
  padding: 0.5rem 2rem 0.5rem 1.1rem;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}
.post-type-archive-customerblog .customerblog-item .title h3 {
  color: #fff;
  font-family: ProximaNova-Bold;
  margin: 0;
}
.post-type-archive-customerblog .customerblog-item .text {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 7.2rem;
  padding: 1.5rem 12rem 1.5rem 1.5rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.post-type-archive-customerblog .customerblog-item .text p {
  font-size: 1.5rem;
  margin: 0;
}
.post-type-archive-customerblog .customerblog-item .text p strong {
  font-family: ProximaNova-Bold;
}
.post-type-archive-customerblog .customerblog-item .text .button {
  margin: 0 auto;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.post-type-archive-customerblog .customerblog-item .text .button a {
  font-size: 1.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.post-type-archive-customerblog .customerblog-item:hover .image::after {
  height: 10.5rem;
}
.post-type-archive-customerblog .customerblog-item:hover .title {
  bottom: 0.5rem;
  transition: all 0.15s ease-in;
}
.page.home .introduction {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .page.home .introduction {
    padding: 4.5rem 0
  }
}
.page.home .introduction .text {
  width: 100%;
}
.page.home .introduction h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 76rem;
}
.page.home .introduction p {
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  max-width: 53rem;
}
.page.home .introduction p a {
  color: #428ebc;
  font-family: ProximaNova-Bold;
  text-transform: uppercase;
}
.page.home .introduction p a:hover {
  color: #2b6386;
}
.page.home .bottom-widgets {
  background: none;
  padding-bottom: 3rem;
  padding-top: 0;
}
@media (min-width: 768px) {
  .page.home .bottom-widgets {
    padding-bottom: 5rem
  }
}
.page.home .bottom-widgets .widget {
  display: none;
}
@media (min-width: 768px) {
  .page.home .bottom-widgets .widget {
    display: block
  }
}
.page.home .bottom-widgets .widget.live-chat {
  display: block;
}
.single-event .site-wrapper > .content, .single-developerhome .site-wrapper > .content {
  background-color: #fff;
}
.single-event .event-detail .container, .single-event .event-header .container, .single-developerhome .event-detail .container, .single-developerhome .event-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .single-event .event-detail .container, .single-event .event-header .container, .single-developerhome .event-detail .container, .single-developerhome .event-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (min-width: 1200px) {
  .single-event .event-detail .container, .single-event .event-header .container, .single-developerhome .event-detail .container, .single-developerhome .event-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
  }
}
.single-event .event-detail > .container, .single-developerhome .event-detail > .container {
  -ms-flex-align: start;
      align-items: flex-start;
}
.single-event .event-header, .single-developerhome .event-header {
  background-color: #f4f3f1;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.63);
  padding: 0;
}
@media (min-width: 768px) {
  .single-event .event-header, .single-developerhome .event-header {
    background-color: #efebe3;
    padding: 3rem 0
  }
}
@media (min-width: 768px) {
  .single-event .event-header .featured-elevation,
        .single-event .event-header .breadcrumbs,
        .single-developerhome .event-header .featured-elevation,
        .single-developerhome .event-header .breadcrumbs {
    display: none
  }
}
.single-event .event-header .featured-elevation img, .single-developerhome .event-header .featured-elevation img {
  height: auto;
  width: 100%;
}
.single-event .event-header .breadcrumbs, .single-developerhome .event-header .breadcrumbs {
  margin: 0 0 1.5rem;
  padding: 1.5rem 0 0;
}
.single-event .event-header h1, .single-developerhome .event-header h1 {
  line-height: 1.1;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .single-event .event-header h1, .single-developerhome .event-header h1 {
    margin: 0
  }
}
.single-event .event-header .date, .single-developerhome .event-header .date {
  color: #80796b;
  display: none;
  font-family: 'Archer A', 'Archer B', serif;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media (min-width: 768px) {
  .single-event .event-header .date, .single-developerhome .event-header .date {
    display: block
  }
}
.single-event .event-header .event-meta, .single-developerhome .event-header .event-meta {
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .single-event .event-header .event-meta, .single-developerhome .event-header .event-meta {
    display: none
  }
}
.single-event .event-detail, .single-developerhome .event-detail {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .single-event .event-detail, .single-developerhome .event-detail {
    padding: 5rem 0
  }
}
@media (min-width: 768px) {
  .single-event .event-detail .main, .single-developerhome .event-detail .main {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 2/3 - (30px - 30px * 2/3))
  }
  .single-event .event-detail .main:nth-child(1n), .single-developerhome .event-detail .main:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-event .event-detail .main:last-child, .single-developerhome .event-detail .main:last-child {
    margin-right: 0
  }
  .single-event .event-detail .main:nth-child(3n), .single-developerhome .event-detail .main:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .single-event .event-detail .sidebar, .single-developerhome .event-detail .sidebar {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3))
  }
  .single-event .event-detail .sidebar:nth-child(1n), .single-developerhome .event-detail .sidebar:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-event .event-detail .sidebar:last-child, .single-developerhome .event-detail .sidebar:last-child {
    margin-right: 0
  }
  .single-event .event-detail .sidebar:nth-child(3n), .single-developerhome .event-detail .sidebar:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-event .main .breadcrumbs, .single-developerhome .main .breadcrumbs {
  display: none;
  margin: -0.55rem 0 2rem;
}
@media (min-width: 768px) {
  .single-event .main .breadcrumbs, .single-developerhome .main .breadcrumbs {
    display: block
  }
}
.single-event .main .post-content p,
    .single-event .main .post-content blockquote,
    .single-developerhome .main .post-content p,
    .single-developerhome .main .post-content blockquote {
  line-height: 1.38;
  margin: 1.75rem 0;
}
.single-event .main .post-content p strong, .single-developerhome .main .post-content p strong {
  font-family: ProximaNova-Bold;
}
.single-event .main .post-content ul,
    .single-event .main .post-content ol,
    .single-developerhome .main .post-content ul,
    .single-developerhome .main .post-content ol {
  margin-bottom: 3rem;
  margin-top: 0;
}
.single-event .main .post-content ul li, .single-developerhome .main .post-content ul li {
  font-size: 1.5rem;
  line-height: 1.07;
  margin: 0 0 1rem;
}
.single-event .main .post-content h2:first-child, .single-developerhome .main .post-content h2:first-child {
  margin-top: 0;
}
.single-event .bottom-widgets, .single-developerhome .bottom-widgets {
  display: none;
}
@media (min-width: 768px) {
  .single-event .bottom-widgets, .single-developerhome .bottom-widgets {
    display: block
  }
}
.single-event .text-w-video, .single-developerhome .text-w-video {
  border: solid 4px #c0d1db;
  background-color: #f1f2f4;
  padding: 30px;
}
.single-event .text-w-video .container, .single-developerhome .text-w-video .container {
  padding: 0;
}
.single-event .text-w-video h1, .single-developerhome .text-w-video h1 {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 0.09px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-template-default.page-open-houses-and-events .email-signup {
  margin-bottom: 60px;
}
.page-template-default.page-open-houses-and-events .page-header {
  display: none;
}
@media (min-width: 768px) {
  .page-template-default.page-open-houses-and-events .page-header {
    display: block
  }
}
.page-template-default.page-open-houses-and-events .page-header h1 {
  margin-top: 0;
}
.page-template-default.page-open-houses-and-events .page-header .body {
  max-width: 34rem;
}
.page-template-default.page-open-houses-and-events .page-body {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-template-default.page-open-houses-and-events .page-body {
    padding-top: 3rem
  }
}
@media (min-width: 768px) {
  .page-template-default.page-open-houses-and-events .page-content .breadcrumbs {
    display: none
  }
}
.page-template-default.page-open-houses-and-events .page-content .breadcrumbs ul {
  margin: 0;
}
.page-template-default.page-open-houses-and-events .page-content .breadcrumbs li {
  margin: 0 0.5rem 0 0;
}
.page-template-default.page-open-houses-and-events .main > .breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .page-template-default.page-open-houses-and-events .main > .breadcrumbs {
    display: block
  }
}
.page-template-default.page-open-houses-and-events .events-map .intro {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .page-template-default.page-open-houses-and-events .events-map .intro {
    display: none
  }
}
.page-template-default.page-open-houses-and-events .events-map .intro h1 {
  font-size: 2.8rem;
  margin-bottom: 0;
}
.page-template-default.page-open-houses-and-events .events-map .intro p {
  margin-top: 1rem;
}
.page-template-default.page-open-houses-and-events .events-grid .product-item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (7px - 7px * 1/2));
}
.page-template-default.page-open-houses-and-events .events-grid .product-item:nth-child(1n) {
  margin-right: 7px;
  margin-left: 0;
}
.page-template-default.page-open-houses-and-events .events-grid .product-item:last-child {
  margin-right: 0;
}
.page-template-default.page-open-houses-and-events .events-grid .product-item:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-template-default.page-open-houses-and-events .events-grid .product-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (12px - 12px * 1/3))
  }
  .page-template-default.page-open-houses-and-events .events-grid .product-item:nth-child(1n) {
    margin-right: 12px;
    margin-left: 0
  }
  .page-template-default.page-open-houses-and-events .events-grid .product-item:last-child {
    margin-right: 0
  }
  .page-template-default.page-open-houses-and-events .events-grid .product-item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.organism.chameleon-favourites .body, .organism.chameleon-favourites .header {
  width: 100%;
  display: block;
}
.organism.chameleon-favourites .selections {
  list-style: none;
  padding: 0;
  margin: 0;
}
.organism.chameleon-favourites .selections > li {
  margin-bottom: 37px !important;
}
.organism.chameleon-favourites .selections li .header h3 {
  font-family: ProximaNova-Bold;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.08px;
  color: #333333;
}
@media (min-width: 992px) {
  .organism.chameleon-favourites .selections li .body {
    display: -ms-flexbox;
    display: flex
  }
}
.organism.chameleon-favourites .selections li .body text,
    .organism.chameleon-favourites .selections li .body image {}
.organism.chameleon-favourites .products {
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  .organism.chameleon-favourites .products {
    padding-left: 30px
  }
}
.organism.chameleon-favourites .products li {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333333;
}
.organism.chameleon-favourites .products li span {
  font-weight: bold;
}
.tax-gallery-category .gallery-overview, .post-type-archive-gallery .gallery-overview {
  background: #fff;
}
.tax-gallery-category .gallery-categories, .post-type-archive-gallery .gallery-categories {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  border-top: 1px solid rgba(151,151,151, 0.44);
  margin: 0 1.5rem;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .tax-gallery-category .gallery-categories, .post-type-archive-gallery .gallery-categories {
    margin: 0 3rem
  }
}
@media (min-width: 992px) {
  .tax-gallery-category .gallery-categories, .post-type-archive-gallery .gallery-categories {
    background: #eceae7;
    margin: 0;
    padding: 1rem 0 4rem
  }
}
.tax-gallery-category .gallery-categories .container, .post-type-archive-gallery .gallery-categories .container {
  display: block;
}
.tax-gallery-category .gallery-categories .title h2, .post-type-archive-gallery .gallery-categories .title h2 {
  font-size: 2.4rem;
}
.tax-gallery-category .gallery-categories .title h4, .post-type-archive-gallery .gallery-categories .title h4 {
  margin: 0 0 1rem;
}
@media (min-width: 992px) {
  .tax-gallery-category .gallery-categories .dropdown, .post-type-archive-gallery .gallery-categories .dropdown {
    display: none
  }
}
.tax-gallery-category .gallery-categories .dropdown .custom-select, .post-type-archive-gallery .gallery-categories .dropdown .custom-select {
  width: 100%;
}
.tax-gallery-category .gallery-categories .slider, .post-type-archive-gallery .gallery-categories .slider {
  display: none;
}
@media (min-width: 992px) {
  .tax-gallery-category .gallery-categories .slider, .post-type-archive-gallery .gallery-categories .slider {
    display: block
  }
}
.tax-gallery-category .gallery-categories .slides, .post-type-archive-gallery .gallery-categories .slides {
  margin-left: 1.5rem;
  width: 100%;
}
.tax-gallery-category .gallery-categories .slick-prev, .post-type-archive-gallery .gallery-categories .slick-prev {
  display: none !important;
}
.tax-gallery-category .gallery-categories .slick-next, .post-type-archive-gallery .gallery-categories .slick-next {
  display: block;
  height: 3.3rem;
  margin-top: 0;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.3rem;
}
.tax-gallery-category .gallery-categories .slick-next::before, .post-type-archive-gallery .gallery-categories .slick-next::before {
  color: #2d4a5c;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  margin-top: -0.1rem;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.tax-gallery-category .gallery-categories .slick-next::after, .post-type-archive-gallery .gallery-categories .slick-next::after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  content: '';
  height: 3.3rem;
  width: 3.3rem;
}
.tax-gallery-category .gallery-categories a, .post-type-archive-gallery .gallery-categories a {
  outline: none;
}
.tax-gallery-category .gallery-categories ul, .post-type-archive-gallery .gallery-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -1.7rem;
  padding: 0 0 0 0.5rem;
  width: 100%;
}
.tax-gallery-category .gallery-categories li, .post-type-archive-gallery .gallery-categories li {
  display: block;
  height: auto;
  padding: 1.7rem 0.5rem 0.5rem;
}
.tax-gallery-category .gallery-categories .item, .post-type-archive-gallery .gallery-categories .item {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  margin-right: 2.5rem;
  position: relative;
  width: calc(100% - 3rem);
}
.tax-gallery-category .gallery-categories .item .image img, .post-type-archive-gallery .gallery-categories .item .image img {
  display: block;
  height: 10rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.tax-gallery-category .gallery-categories .item .caption, .post-type-archive-gallery .gallery-categories .item .caption {
  display: none;
}
.tax-gallery-category .gallery-categories .item .name, .post-type-archive-gallery .gallery-categories .item .name {
  background: #fff;
  display: block;
  padding: 1rem 0.5rem;
  text-align: center;
}
.tax-gallery-category .gallery-categories .item .name p, .post-type-archive-gallery .gallery-categories .item .name p {
  margin: 0;
}
.tax-gallery-category .gallery-categories .category-close, .post-type-archive-gallery .gallery-categories .category-close {
  display: none;
  height: 3.3rem;
  position: absolute;
  right: -1.7rem;
  text-align: center;
  top: -1.5rem;
  width: 3.3rem;
  z-index: 2;
}
.tax-gallery-category .gallery-categories .category-close::before, .post-type-archive-gallery .gallery-categories .category-close::before {
  color: #2d4a5c;
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  margin-top: -0.1rem;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.tax-gallery-category .gallery-categories .category-close::after, .post-type-archive-gallery .gallery-categories .category-close::after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 3.3rem;
  width: 3.3rem;
}
.tax-gallery-category .galleries-grid, .post-type-archive-gallery .galleries-grid {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .tax-gallery-category .galleries-grid, .post-type-archive-gallery .galleries-grid {
    padding: 3rem 0
  }
}
@media (min-width: 992px) {
  .tax-gallery-category .galleries-grid, .post-type-archive-gallery .galleries-grid {
    padding: 6.5rem 0
  }
}
.tax-gallery-category .gallery-list, .post-type-archive-gallery .gallery-list {
  margin: 0 0 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .tax-gallery-category .gallery-list, .post-type-archive-gallery .gallery-list {
    margin: 0 0 5rem
  }
}
.tax-gallery-category .gallery-list ul, .post-type-archive-gallery .gallery-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tax-gallery-category .gallery-list li, .post-type-archive-gallery .gallery-list li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
}
.tax-gallery-category .gallery-list li:nth-child(1n), .post-type-archive-gallery .gallery-list li:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.tax-gallery-category .gallery-list li:last-child, .post-type-archive-gallery .gallery-list li:last-child {
  margin-right: 0;
}
.tax-gallery-category .gallery-list li:nth-child(2n), .post-type-archive-gallery .gallery-list li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .tax-gallery-category .gallery-list li, .post-type-archive-gallery .gallery-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (4.5rem - 4.5rem * 1/3));
    margin-bottom: 3rem
  }
  .tax-gallery-category .gallery-list li:nth-child(1n), .post-type-archive-gallery .gallery-list li:nth-child(1n) {
    margin-right: 4.5rem;
    margin-left: 0
  }
  .tax-gallery-category .gallery-list li:last-child, .post-type-archive-gallery .gallery-list li:last-child {
    margin-right: 0
  }
  .tax-gallery-category .gallery-list li:nth-child(3n), .post-type-archive-gallery .gallery-list li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.tax-gallery-category .gallery-item a, .post-type-archive-gallery .gallery-item a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.tax-gallery-category .gallery-item a:hover .image::after, .post-type-archive-gallery .gallery-item a:hover .image::after {
  height: 8rem;
}
.tax-gallery-category .gallery-item a:hover .title, .post-type-archive-gallery .gallery-item a:hover .title {
  bottom: 0.5rem;
  transition: all 0.15s ease-in;
}
.tax-gallery-category .gallery-item .image, .post-type-archive-gallery .gallery-item .image {
  position: relative;
}
.tax-gallery-category .gallery-item .image::after, .post-type-archive-gallery .gallery-item .image::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  content: '';
  height: 6.5rem;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 2;
}
.tax-gallery-category .gallery-item .image img, .post-type-archive-gallery .gallery-item .image img {
  display: block;
  height: 9rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (min-width: 768px) {
  .tax-gallery-category .gallery-item .image img, .post-type-archive-gallery .gallery-item .image img {
    height: 19rem
  }
}
.tax-gallery-category .gallery-item .title, .post-type-archive-gallery .gallery-item .title {
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.5rem 0.5rem 1.1rem;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 3;
}
.tax-gallery-category .gallery-item .title p, .post-type-archive-gallery .gallery-item .title p {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  .tax-gallery-category .gallery-item .title p, .post-type-archive-gallery .gallery-item .title p {
    font-size: 2.1rem
  }
}
.tax-gallery-category .gallery-item .category, .post-type-archive-gallery .gallery-item .category {
  height: 5.2rem;
  padding: 0.75rem 0 0 1rem;
}
@media (min-width: 768px) {
  .tax-gallery-category .gallery-item .category, .post-type-archive-gallery .gallery-item .category {
    padding: 1.25rem 0 1.75rem 1.2rem
  }
}
.tax-gallery-category .gallery-item .category p, .post-type-archive-gallery .gallery-item .category p {
  color: #bf5b3d;
  font-size: 1.2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .tax-gallery-category .gallery-item .category p, .post-type-archive-gallery .gallery-item .category p {
    font-size: 1.5rem
  }
}
.tax-gallery-category .gallery-item .gallery-images, .post-type-archive-gallery .gallery-item .gallery-images {
  display: none;
}
.tax-gallery-category .gallery-item.gallery-type-video .image .icon, .post-type-archive-gallery .gallery-item.gallery-type-video .image .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.tax-gallery-category .pagination, .post-type-archive-gallery .pagination {
  margin: 1rem 0 3rem;
  text-align: center;
  width: 100%;
}
.tax-gallery-category .gallery-categories li {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.tax-gallery-category .gallery-categories li .category-close {
  display: none;
}
.tax-gallery-category .gallery-categories li:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.tax-gallery-category .gallery-categories .current-cat {
  opacity: 1;
}
.tax-gallery-category .gallery-categories .current-cat .category-close {
  display: block;
}
.page-interactive-floor-plans .site-wrapper > .content {
  background-color: #fff;
}
.page-interactive-floor-plans .archive-page-header {
  padding: 0 0 1rem;
}
@media (min-width: 768px) {
  .page-interactive-floor-plans .archive-page-header {
    margin: 0 0 2.5rem
  }
}
.page-interactive-floor-plans .archive-page-header > .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.page-interactive-floor-plans .archive-page-header .breadcrumbs {
  margin: 2.5rem 0 1rem;
}
.page-interactive-floor-plans .archive-page-header .intro p:last-child {
  margin-bottom: 0;
}
.page-interactive-floor-plans .interactive-floorplans-list {
  width: 100%;
}
.page-interactive-floor-plans .interactive-floorplans-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-interactive-floor-plans .interactive-floorplans-list li {
  margin: 0 0 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-interactive-floor-plans .interactive-floorplans-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (4.5rem - 4.5rem * 1/2))
  }
  .page-interactive-floor-plans .interactive-floorplans-list li:nth-child(1n) {
    margin-right: 4.5rem;
    margin-left: 0
  }
  .page-interactive-floor-plans .interactive-floorplans-list li:last-child {
    margin-right: 0
  }
  .page-interactive-floor-plans .interactive-floorplans-list li:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 992px) {
  .page-interactive-floor-plans .interactive-floorplans-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (4.5rem - 4.5rem * 1/3))
  }
  .page-interactive-floor-plans .interactive-floorplans-list li:nth-child(1n) {
    margin-right: 4.5rem;
    margin-left: 0
  }
  .page-interactive-floor-plans .interactive-floorplans-list li:last-child {
    margin-right: 0
  }
  .page-interactive-floor-plans .interactive-floorplans-list li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.page-interactive-floor-plans .interactive-floorplan-item {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
}
.page-interactive-floor-plans .interactive-floorplan-item .title p {
  font-size: 1.9rem;
  text-transform: none;
}
.page-interactive-floor-plans .interactive-floorplan-item .image img {
  height: 18rem;
}
.page-interactive-floor-plans .interactive-floorplan-item .image .icon {
  display: none;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.page-interactive-floor-plans .interactive-floorplan-item .specs {
  padding: 1rem 3rem;
}
.page-interactive-floor-plans .interactive-floorplan-item .view-plan {
  color: #3a759a;
}
.page-interactive-floor-plans .interactive-floorplan-item .view-plan .fa {
  display: block;
  font-size: 3.4rem;
}
.page-interactive-floor-plans .interactive-floorplan-item .view-plan span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0.5rem 0 0;
}
.page-template-default.page-login .breadcrumbs, .page-template-default.page-register .breadcrumbs, .page-template-default.page-lost-password .breadcrumbs, .page-template-default.page-reset-password .breadcrumbs {
  display: none !important;
}
.page-template-default.page-login .site-wrapper > .content, .page-template-default.page-register .site-wrapper > .content, .page-template-default.page-lost-password .site-wrapper > .content, .page-template-default.page-reset-password .site-wrapper > .content {
  background-color: #fff;
}
.page-template-default.page-login .site-wrapper > .content .sidebar, .page-template-default.page-register .site-wrapper > .content .sidebar, .page-template-default.page-lost-password .site-wrapper > .content .sidebar, .page-template-default.page-reset-password .site-wrapper > .content .sidebar {
  display: none;
}
.page-template-default.page-login .site-wrapper > .content .main, .page-template-default.page-register .site-wrapper > .content .main, .page-template-default.page-lost-password .site-wrapper > .content .main, .page-template-default.page-reset-password .site-wrapper > .content .main {
  background-color: #f4f3f1;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  max-width: 65rem;
  padding: 2.5rem 3rem 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-default.page-login .site-wrapper > .content .main, .page-template-default.page-register .site-wrapper > .content .main, .page-template-default.page-lost-password .site-wrapper > .content .main, .page-template-default.page-reset-password .site-wrapper > .content .main {
    margin: 0 auto
  }
}
.page-template-default.page-login .site-wrapper > .content .main:nth-child(1n),
            .page-template-default.page-login .site-wrapper > .content .main:last-child,
            .page-template-default.page-register .site-wrapper > .content .main:nth-child(1n),
            .page-template-default.page-register .site-wrapper > .content .main:last-child,
            .page-template-default.page-lost-password .site-wrapper > .content .main:nth-child(1n),
            .page-template-default.page-lost-password .site-wrapper > .content .main:last-child,
            .page-template-default.page-reset-password .site-wrapper > .content .main:nth-child(1n),
            .page-template-default.page-reset-password .site-wrapper > .content .main:last-child {
  margin: 0 auto;
}
.page-template-default.page-login .page-body, .page-template-default.page-register .page-body, .page-template-default.page-lost-password .page-body, .page-template-default.page-reset-password .page-body {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .page-template-default.page-login .page-body, .page-template-default.page-register .page-body, .page-template-default.page-lost-password .page-body, .page-template-default.page-reset-password .page-body {
    padding: 5rem 0
  }
}
.page-template-default.page-login h1, .page-template-default.page-register h1, .page-template-default.page-lost-password h1, .page-template-default.page-reset-password h1 {
  margin: 0 0 1.5rem;
}
.page-template-default.page-login .page-content > p, .page-template-default.page-register .page-content > p, .page-template-default.page-lost-password .page-content > p, .page-template-default.page-reset-password .page-content > p {
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .page-template-default.page-login .page-content > p, .page-template-default.page-register .page-content > p, .page-template-default.page-lost-password .page-content > p, .page-template-default.page-reset-password .page-content > p {
    margin: 0 0 3rem
  }
}
.page-template-default.page-login .page-content .bwpl-tabs, .page-template-default.page-register .page-content .bwpl-tabs, .page-template-default.page-lost-password .page-content .bwpl-tabs, .page-template-default.page-reset-password .page-content .bwpl-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .page-template-default.page-login .page-content .bwpl-tabs, .page-template-default.page-register .page-content .bwpl-tabs, .page-template-default.page-lost-password .page-content .bwpl-tabs, .page-template-default.page-reset-password .page-content .bwpl-tabs {
    margin: 1.5rem 0 0
  }
}
.page-template-default.page-login .page-content .bwpl-tabs li, .page-template-default.page-register .page-content .bwpl-tabs li, .page-template-default.page-lost-password .page-content .bwpl-tabs li, .page-template-default.page-reset-password .page-content .bwpl-tabs li {
  margin: 0;
}
@media (min-width: 768px) {
  .page-template-default.page-login .page-content .bwpl-tabs li, .page-template-default.page-register .page-content .bwpl-tabs li, .page-template-default.page-lost-password .page-content .bwpl-tabs li, .page-template-default.page-reset-password .page-content .bwpl-tabs li {
    display: inline-block
  }
}
.page-template-default.page-login .page-content .bwpl-tabs .active, .page-template-default.page-register .page-content .bwpl-tabs .active, .page-template-default.page-lost-password .page-content .bwpl-tabs .active, .page-template-default.page-reset-password .page-content .bwpl-tabs .active {
  display: none;
}
@media (min-width: 768px) {
  .page-template-default.page-login .page-content .bwpl-tabs .active, .page-template-default.page-register .page-content .bwpl-tabs .active, .page-template-default.page-lost-password .page-content .bwpl-tabs .active, .page-template-default.page-reset-password .page-content .bwpl-tabs .active {
    display: inline-block
  }
}
.page-template-default.page-login .page-content .bwpl-tabs .active a, .page-template-default.page-register .page-content .bwpl-tabs .active a, .page-template-default.page-lost-password .page-content .bwpl-tabs .active a, .page-template-default.page-reset-password .page-content .bwpl-tabs .active a {
  background-color: #fff;
}
.page-template-default.page-login .page-content .bwpl-tabs .active a:hover, .page-template-default.page-register .page-content .bwpl-tabs .active a:hover, .page-template-default.page-lost-password .page-content .bwpl-tabs .active a:hover, .page-template-default.page-reset-password .page-content .bwpl-tabs .active a:hover {
  background-color: #fff;
}
@media (min-width: 768px) {
  .page-template-default.page-login .page-content .bwpl-tabs li:not(.active) a:hover,
            .page-template-default.page-login .page-content .bwpl-tabs li:not(.active) a:active,
            .page-template-default.page-register .page-content .bwpl-tabs li:not(.active) a:hover,
            .page-template-default.page-register .page-content .bwpl-tabs li:not(.active) a:active,
            .page-template-default.page-lost-password .page-content .bwpl-tabs li:not(.active) a:hover,
            .page-template-default.page-lost-password .page-content .bwpl-tabs li:not(.active) a:active,
            .page-template-default.page-reset-password .page-content .bwpl-tabs li:not(.active) a:hover,
            .page-template-default.page-reset-password .page-content .bwpl-tabs li:not(.active) a:active {
    background-color: #c0d1db;
    background-image: none
  }
}
.page-template-default.page-login .page-content .bwpl-tabs li a, .page-template-default.page-register .page-content .bwpl-tabs li a, .page-template-default.page-lost-password .page-content .bwpl-tabs li a, .page-template-default.page-reset-password .page-content .bwpl-tabs li a {
  margin: 0;
}
@media (max-width: 767px) {
  .page-template-default.page-login .page-content .bwpl-tabs li a, .page-template-default.page-register .page-content .bwpl-tabs li a, .page-template-default.page-lost-password .page-content .bwpl-tabs li a, .page-template-default.page-reset-password .page-content .bwpl-tabs li a {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #428ebc;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#428ebc, #428ebc);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
    margin-bottom: 0.5rem
  }
  .page-template-default.page-login .page-content .bwpl-tabs li a:hover,
    .page-template-default.page-login .page-content .bwpl-tabs li a:active,
    .page-template-default.page-login .page-content .bwpl-tabs li a:focus,
    .page-template-default.page-login .page-content .bwpl-tabs li a:active:not(.inactive):not(.link),
    .page-template-default.page-register .page-content .bwpl-tabs li a:hover,
    .page-template-default.page-register .page-content .bwpl-tabs li a:active,
    .page-template-default.page-register .page-content .bwpl-tabs li a:focus,
    .page-template-default.page-register .page-content .bwpl-tabs li a:active:not(.inactive):not(.link),
    .page-template-default.page-lost-password .page-content .bwpl-tabs li a:hover,
    .page-template-default.page-lost-password .page-content .bwpl-tabs li a:active,
    .page-template-default.page-lost-password .page-content .bwpl-tabs li a:focus,
    .page-template-default.page-lost-password .page-content .bwpl-tabs li a:active:not(.inactive):not(.link),
    .page-template-default.page-reset-password .page-content .bwpl-tabs li a:hover,
    .page-template-default.page-reset-password .page-content .bwpl-tabs li a:active,
    .page-template-default.page-reset-password .page-content .bwpl-tabs li a:focus,
    .page-template-default.page-reset-password .page-content .bwpl-tabs li a:active:not(.inactive):not(.link) {
    background: transparent;
    background-color: #428ebc;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#428ebc, #428ebc);
    border: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    outline: none;
  }
  .page-template-default.page-login .page-content .bwpl-tabs li a:active,
    .page-template-default.page-login .page-content .bwpl-tabs li a:focus,
    .page-template-default.page-register .page-content .bwpl-tabs li a:active,
    .page-template-default.page-register .page-content .bwpl-tabs li a:focus,
    .page-template-default.page-lost-password .page-content .bwpl-tabs li a:active,
    .page-template-default.page-lost-password .page-content .bwpl-tabs li a:focus,
    .page-template-default.page-reset-password .page-content .bwpl-tabs li a:active,
    .page-template-default.page-reset-password .page-content .bwpl-tabs li a:focus {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .page-template-default.page-login .page-content .bwpl-tabs li a, .page-template-default.page-register .page-content .bwpl-tabs li a, .page-template-default.page-lost-password .page-content .bwpl-tabs li a, .page-template-default.page-reset-password .page-content .bwpl-tabs li a {
    background-color: rgba(204,204,204, 0.5);
    border-radius: 4px 4px 0 0;
    color: #3a759a;
    display: block;
    font-weight: normal;
    padding: 1.25rem 1.5rem 1rem 2rem;
    width: auto
  }
}
.page-template-default.page-login .page-content .bwpl-form-wrapper, .page-template-default.page-register .page-content .bwpl-form-wrapper, .page-template-default.page-lost-password .page-content .bwpl-form-wrapper, .page-template-default.page-reset-password .page-content .bwpl-form-wrapper {
  background: #fff;
  padding: 2rem;
}
.page-template-default.page-login .page-content form input[type='submit'], .page-template-default.page-register .page-content form input[type='submit'], .page-template-default.page-lost-password .page-content form input[type='submit'], .page-template-default.page-reset-password .page-content form input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#11c0a5, #11c0a5);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
}
.page-template-default.page-login .page-content form input[type='submit']:hover,
    .page-template-default.page-login .page-content form input[type='submit']:active,
    .page-template-default.page-login .page-content form input[type='submit']:focus,
    .page-template-default.page-login .page-content form input[type='submit']:active:not(.inactive):not(.link),
    .page-template-default.page-register .page-content form input[type='submit']:hover,
    .page-template-default.page-register .page-content form input[type='submit']:active,
    .page-template-default.page-register .page-content form input[type='submit']:focus,
    .page-template-default.page-register .page-content form input[type='submit']:active:not(.inactive):not(.link),
    .page-template-default.page-lost-password .page-content form input[type='submit']:hover,
    .page-template-default.page-lost-password .page-content form input[type='submit']:active,
    .page-template-default.page-lost-password .page-content form input[type='submit']:focus,
    .page-template-default.page-lost-password .page-content form input[type='submit']:active:not(.inactive):not(.link),
    .page-template-default.page-reset-password .page-content form input[type='submit']:hover,
    .page-template-default.page-reset-password .page-content form input[type='submit']:active,
    .page-template-default.page-reset-password .page-content form input[type='submit']:focus,
    .page-template-default.page-reset-password .page-content form input[type='submit']:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #11c0a5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#11c0a5, #11c0a5);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.page-template-default.page-login .page-content form input[type='submit']:active,
    .page-template-default.page-login .page-content form input[type='submit']:focus,
    .page-template-default.page-register .page-content form input[type='submit']:active,
    .page-template-default.page-register .page-content form input[type='submit']:focus,
    .page-template-default.page-lost-password .page-content form input[type='submit']:active,
    .page-template-default.page-lost-password .page-content form input[type='submit']:focus,
    .page-template-default.page-reset-password .page-content form input[type='submit']:active,
    .page-template-default.page-reset-password .page-content form input[type='submit']:focus {
  box-shadow: none;
}
.page-template-default.page-login .page-content form label, .page-template-default.page-register .page-content form label, .page-template-default.page-lost-password .page-content form label, .page-template-default.page-reset-password .page-content form label {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}
.page-template-default.page-login .page-content form .register-email, .page-template-default.page-register .page-content form .register-email, .page-template-default.page-lost-password .page-content form .register-email, .page-template-default.page-reset-password .page-content form .register-email {
  margin-top: 0;
}
.page-template-default.page-login .page-content form > p,
            .page-template-default.page-login .page-content form .login-username,
            .page-template-default.page-login .page-content form .login-password,
            .page-template-default.page-register .page-content form > p,
            .page-template-default.page-register .page-content form .login-username,
            .page-template-default.page-register .page-content form .login-password,
            .page-template-default.page-lost-password .page-content form > p,
            .page-template-default.page-lost-password .page-content form .login-username,
            .page-template-default.page-lost-password .page-content form .login-password,
            .page-template-default.page-reset-password .page-content form > p,
            .page-template-default.page-reset-password .page-content form .login-username,
            .page-template-default.page-reset-password .page-content form .login-password {
  margin-top: 0;
}
.page-template-default.page-login .page-content form > p label, .page-template-default.page-login .page-content form .login-username label, .page-template-default.page-login .page-content form .login-password label, .page-template-default.page-register .page-content form > p label, .page-template-default.page-register .page-content form .login-username label, .page-template-default.page-register .page-content form .login-password label, .page-template-default.page-lost-password .page-content form > p label, .page-template-default.page-lost-password .page-content form .login-username label, .page-template-default.page-lost-password .page-content form .login-password label, .page-template-default.page-reset-password .page-content form > p label, .page-template-default.page-reset-password .page-content form .login-username label, .page-template-default.page-reset-password .page-content form .login-password label {
  display: block;
  font-family: ProximaNova-Bold;
  margin-bottom: 0.5rem;
}
.page-template-default.page-login .page-content form .login-remember label, .page-template-default.page-register .page-content form .login-remember label, .page-template-default.page-lost-password .page-content form .login-remember label, .page-template-default.page-reset-password .page-content form .login-remember label {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
}
.page-template-default.page-login .page-content form .custom-select, .page-template-default.page-register .page-content form .custom-select, .page-template-default.page-lost-password .page-content form .custom-select, .page-template-default.page-reset-password .page-content form .custom-select {
  width: 100%;
}
.page-template-default.page-login .page-content .form-message, .page-template-default.page-register .page-content .form-message, .page-template-default.page-lost-password .page-content .form-message, .page-template-default.page-reset-password .page-content .form-message {
  background-color: rgba(58,117,154, 0.1);
  border-bottom: 2px solid #3a759a;
  color: #3a759a;
  font-family: ProximaNova-Bold;
  line-height: 1;
  margin: 0 0 1.5rem;
  padding: 1.2rem 1rem 1rem;
}
.page-template-default.page-login .page-content .form-message.error, .page-template-default.page-register .page-content .form-message.error, .page-template-default.page-lost-password .page-content .form-message.error, .page-template-default.page-reset-password .page-content .form-message.error {
  background-color: rgba(202,69,8, 0.1);
  border-bottom: 2px solid #ca4508;
  color: #ca4508;
}
.page-template-default.page-login .page-content .form-message a, .page-template-default.page-register .page-content .form-message a, .page-template-default.page-lost-password .page-content .form-message a, .page-template-default.page-reset-password .page-content .form-message a {
  text-decoration: underline;
}
.page-template-default.page-login .info-modals,
    .page-template-default.page-login .additional-fields,
    .page-template-default.page-register .info-modals,
    .page-template-default.page-register .additional-fields,
    .page-template-default.page-lost-password .info-modals,
    .page-template-default.page-lost-password .additional-fields,
    .page-template-default.page-reset-password .info-modals,
    .page-template-default.page-reset-password .additional-fields {
  margin: 1.5rem 0 1rem;
}
.page-template-default.page-login .info-modals label, .page-template-default.page-login .additional-fields label, .page-template-default.page-register .info-modals label, .page-template-default.page-register .additional-fields label, .page-template-default.page-lost-password .info-modals label, .page-template-default.page-lost-password .additional-fields label, .page-template-default.page-reset-password .info-modals label, .page-template-default.page-reset-password .additional-fields label {
  margin: 0;
}
.page-template-default.page-login .info-modals p, .page-template-default.page-login .additional-fields p, .page-template-default.page-register .info-modals p, .page-template-default.page-register .additional-fields p, .page-template-default.page-lost-password .info-modals p, .page-template-default.page-lost-password .additional-fields p, .page-template-default.page-reset-password .info-modals p, .page-template-default.page-reset-password .additional-fields p {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}
.page-template-default.page-login .info-modals, .page-template-default.page-register .info-modals, .page-template-default.page-lost-password .info-modals, .page-template-default.page-reset-password .info-modals {
  margin-bottom: 1.75rem;
}
.page-template-default.page-login .info-modals .fa, .page-template-default.page-register .info-modals .fa, .page-template-default.page-lost-password .info-modals .fa, .page-template-default.page-reset-password .info-modals .fa {
  text-align: center;
  width: 1.6rem;
}
.page-template-default.page-login .login-wrapper > p, .page-template-default.page-register .login-wrapper > p, .page-template-default.page-lost-password .login-wrapper > p, .page-template-default.page-reset-password .login-wrapper > p {
  font-size: 1.3rem;
  margin-bottom: 0;
}
/**
 * Aka single location
 */
.single-modelcenter .site-wrapper > .content {
  background-color: #fff;
}
.single-modelcenter .modelcenter-details {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-details {
    padding: 5rem 0
  }
}
.single-modelcenter .modelcenter-details .container {
  display: block;
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-details .container {
    display: -ms-flexbox;
    display: flex
  }
}
.single-modelcenter .modelcenter-details .sidebar {
  display: none;
}
@media (min-width: 992px) {
  .single-modelcenter .modelcenter-details .sidebar {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 3/10 - (30px - 30px * 3/10))
  }
  .single-modelcenter .modelcenter-details .sidebar:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelcenter .modelcenter-details .sidebar:last-child {
    margin-right: 0
  }
  .single-modelcenter .modelcenter-details .sidebar:nth-child(10n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 992px) {
  .single-modelcenter .modelcenter-details .main {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 7/10 - (30px - 30px * 7/10))
  }
  .single-modelcenter .modelcenter-details .main:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelcenter .modelcenter-details .main:last-child {
    margin-right: 0
  }
  .single-modelcenter .modelcenter-details .main:nth-child(10n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-modelcenter .modelcenter-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-header {
    border-bottom: 1px solid rgba(151,151,151, 0.44)
  }
}
.single-modelcenter .modelcenter-header .left {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  -ms-flex-order: 2;
      order: 2;
  padding-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-header .left {
    border: none;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 55/100 - (30px - 30px * 55/100));
    -ms-flex-order: 1;
        order: 1;
    padding: 0
  }
  .single-modelcenter .modelcenter-header .left:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelcenter .modelcenter-header .left:last-child {
    margin-right: 0
  }
  .single-modelcenter .modelcenter-header .left:nth-child(100n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-modelcenter .modelcenter-header .left .title {
  display: none;
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-header .left .title {
    display: block
  }
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-header .left .fade-read-more {
    padding-bottom: 0
  }
}
.single-modelcenter .modelcenter-header .left .fade-read-more .read-more {
  bottom: -1.5rem;
}
.single-modelcenter .modelcenter-header .right {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  margin: 0 0 1.75rem;
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-header .right {
    border: none;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 45/100 - (30px - 30px * 45/100));
    margin: 0;
    -ms-flex-order: 2;
        order: 2
  }
  .single-modelcenter .modelcenter-header .right:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelcenter .modelcenter-header .right:last-child {
    margin-right: 0
  }
  .single-modelcenter .modelcenter-header .right:nth-child(100n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-modelcenter .modelcenter-header .right .title {
  display: block;
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-header .right .title {
    display: none
  }
}
.single-modelcenter .modelcenter-header .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-modelcenter .modelcenter-header .row .location-info,
            .single-modelcenter .modelcenter-header .row .hours {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
}
.single-modelcenter .modelcenter-header .row .location-info:nth-child(1n),
            .single-modelcenter .modelcenter-header .row .hours:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.single-modelcenter .modelcenter-header .row .location-info:last-child,
            .single-modelcenter .modelcenter-header .row .hours:last-child {
  margin-right: 0;
}
.single-modelcenter .modelcenter-header .row .location-info:nth-child(2n),
            .single-modelcenter .modelcenter-header .row .hours:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.single-modelcenter .modelcenter-header .title h1 {
  color: #3a759a;
  margin: 1.15rem 0;
}
@media (min-width: 768px) {
  .single-modelcenter .modelcenter-header .title h1 {
    color: #4a4a4a
  }
}
.single-modelcenter .modelcenter-header p {
  font-size: 1.5rem;
  margin-top: 0;
}
.single-modelcenter .modelcenter-header .phone .fa {
  display: inline-block;
  font-size: 1.7rem;
  vertical-align: middle;
}
.single-modelcenter .modelcenter-header .location-info p {
  margin: 0 0 0.75rem;
}
.single-modelcenter .county-finder {
  background: #f4f3f1;
  margin-top: 3rem;
  padding: 1.5rem 2rem;
}
@media (min-width: 768px) {
  .single-modelcenter .county-finder {
    margin-top: 0
  }
}
.single-modelcenter .county-finder p {
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .single-modelcenter .county-finder p {
    font-size: 1.6rem
  }
}
.single-modelcenter .county-finder .custom-select {
  width: 100%;
}
.single-modelcenter .featured-modelhomes,
    .single-modelcenter .flickr-photo-gallery,
    .single-modelcenter .sales-team {
  margin: 0 0 2rem;
}
.single-modelcenter .featured-modelhomes h2, .single-modelcenter .flickr-photo-gallery h2, .single-modelcenter .sales-team h2 {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.single-modelcenter .featured-modelhomes p, .single-modelcenter .flickr-photo-gallery p, .single-modelcenter .sales-team p {
  margin-top: 1rem;
}
.single-modelcenter .featured-modelhomes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-modelcenter .featured-modelhomes .slider {
  margin: 2rem 0 0;
  max-width: 30rem;
}
@media (min-width: 640px) {
  .single-modelcenter .featured-modelhomes .slider {
    max-width: none
  }
}
@media (min-width: 768px) {
  .single-modelcenter .featured-modelhomes .slider {
    max-width: 68rem
  }
}
@media (min-width: 1200px) {
  .single-modelcenter .featured-modelhomes .slider {
    max-width: none
  }
}
.single-modelcenter .featured-modelhomes .slides .slick-track {
  margin-left: 0;
}
.single-modelcenter .featured-modelhomes .slick-arrow {
  height: 4.8rem;
  opacity: 1;
  width: 1.8rem;
}
.single-modelcenter .featured-modelhomes .slick-arrow::after {
  color: #cdc8be;
  font-size: 4.8rem;
}
.single-modelcenter .featured-modelhomes .slick-next {
  right: -0.5rem;
}
@media (min-width: 768px) {
  .single-modelcenter .featured-modelhomes .slick-next {
    right: -1.5rem
  }
}
@media (min-width: 1200px) {
  .single-modelcenter .featured-modelhomes .slick-next {
    right: -4.5rem
  }
}
.single-modelcenter .featured-modelhomes .slick-prev {
  display: none !important;
}
.single-modelcenter .featured-modelhomes .item {
  margin: 0 2.5rem 0 0;
  width: calc(100% - 2.5rem);
}
.single-modelcenter .featured-modelhomes .item .image {
  position: relative;
}
.single-modelcenter .featured-modelhomes .item .image img {
  display: block;
  height: 13.5rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.single-modelcenter .featured-modelhomes .item .title p {
  color: #3a759a;
  font-family: ProximaNova-Bold;
  font-size: 1.3rem;
  margin: 0.5rem;
}
.single-modelcenter .sales-team {
  border-top: 1px solid rgba(151,151,151, 0.44);
  margin-bottom: 1rem;
}
.single-modelcenter .sales-team ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-modelcenter .sales-team li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (1.6rem - 1.6rem * 1/2));
  margin-bottom: 1.6rem;
}
.single-modelcenter .sales-team li:nth-child(1n) {
  margin-right: 1.6rem;
  margin-left: 0;
}
.single-modelcenter .sales-team li:last-child {
  margin-right: 0;
}
.single-modelcenter .sales-team li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .single-modelcenter .sales-team li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (2.5rem - 2.5rem * 1/3));
    margin-bottom: 2.5rem
  }
  .single-modelcenter .sales-team li:nth-child(1n) {
    margin-right: 2.5rem;
    margin-left: 0
  }
  .single-modelcenter .sales-team li:last-child {
    margin-right: 0
  }
  .single-modelcenter .sales-team li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-modelcenter .sales-team .bio {
  display: none;
}
.single-modelcenter .sales-team .teammember-item a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.single-modelcenter .sales-team .teammember-item a:hover .image::after {
  height: 14rem;
}
.single-modelcenter .sales-team .teammember-item .text {
  bottom: 0;
  left: 0;
  padding: 0.75rem 0.75rem 0.5rem;
  position: absolute;
  right: 0;
  z-index: 1;
}
.single-modelcenter .sales-team .teammember-item .text::after {
  background: #fff;
  border-radius: 50%;
  bottom: 0.95rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  color: #000;
  content: '\f054';
  display: block;
  font-family: FontAwesome;
  font-size: 0.75rem;
  height: 1.5rem;
  padding: 0.2rem 0 0 0.15rem;
  position: absolute;
  right: 0.75rem;
  text-align: center;
  width: 1.5rem;
  z-index: 2;
}
.single-modelcenter .sales-team .teammember-item .text p {
  color: #fff;
  font-family: ProximaNova-Bold;
  line-height: 1.13;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
}
.single-modelcenter .sales-team .teammember-item .text span {
  display: block;
  font-size: 1.2rem;
  margin: 0.25rem 0 0;
}
@media (min-width: 768px) {
  .single-modelcenter .sales-team .teammember-item .text span {
    font-size: 1.4rem
  }
}
.single-modelcenter .sales-team .teammember-item .text .bio-preview {
  display: none;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  margin: 0.5rem 0 0;
  padding: 0 2.5rem 0 0;
}
@media (min-width: 768px) {
  .single-modelcenter .sales-team .teammember-item .text .bio-preview {
    display: inline-block
  }
}
.single-modelcenter .sales-team .teammember-item .image {
  position: relative;
}
.single-modelcenter .sales-team .teammember-item .image::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  content: '';
  height: 6.5rem;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .single-modelcenter .sales-team .teammember-item .image::after {
    height: 11.5rem
  }
}
.single-modelcenter .sales-team .teammember-item .image img {
  display: block;
  height: 13rem;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 640px) {
  .single-modelcenter .sales-team .teammember-item .image img {
    height: 20rem
  }
}
.single-modelcenter .flickr-photo-gallery {
  border-top: 1px solid rgba(151,151,151, 0.44);
  padding-top: 0;
}
.single-modelcenter .flickr-photo-gallery .title {
  text-align: left;
}
.single-modelcenter .post-content p strong {
  font-family: ProximaNova-Bold;
}
/**
 * Aka 'Our Locations'
 */
.page-template-default.page-our-locations .main > .breadcrumbs:first-child, .page-template-default.page-ohio .main > .breadcrumbs:first-child, .page-template-default.page-pennsylvania .main > .breadcrumbs:first-child, .page-template-default.page-michigan .main > .breadcrumbs:first-child, .page-template-default.page-west-virginia .main > .breadcrumbs:first-child {
  display: none;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .main > .breadcrumbs:first-child, .page-template-default.page-ohio .main > .breadcrumbs:first-child, .page-template-default.page-pennsylvania .main > .breadcrumbs:first-child, .page-template-default.page-michigan .main > .breadcrumbs:first-child, .page-template-default.page-west-virginia .main > .breadcrumbs:first-child {
    display: block
  }
}
.page-template-default.page-our-locations .main .modelcenters-map + .breadcrumbs, .page-template-default.page-ohio .main .modelcenters-map + .breadcrumbs, .page-template-default.page-pennsylvania .main .modelcenters-map + .breadcrumbs, .page-template-default.page-michigan .main .modelcenters-map + .breadcrumbs, .page-template-default.page-west-virginia .main .modelcenters-map + .breadcrumbs {
  display: block;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .main .modelcenters-map + .breadcrumbs, .page-template-default.page-ohio .main .modelcenters-map + .breadcrumbs, .page-template-default.page-pennsylvania .main .modelcenters-map + .breadcrumbs, .page-template-default.page-michigan .main .modelcenters-map + .breadcrumbs, .page-template-default.page-west-virginia .main .modelcenters-map + .breadcrumbs {
    display: none
  }
}
.page-template-default.page-our-locations .page-body, .page-template-default.page-ohio .page-body, .page-template-default.page-pennsylvania .page-body, .page-template-default.page-michigan .page-body, .page-template-default.page-west-virginia .page-body {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .page-body, .page-template-default.page-ohio .page-body, .page-template-default.page-pennsylvania .page-body, .page-template-default.page-michigan .page-body, .page-template-default.page-west-virginia .page-body {
    padding-top: 3rem !important
  }
}
.page-template-default.page-our-locations .page-content .overview, .page-template-default.page-ohio .page-content .overview, .page-template-default.page-pennsylvania .page-content .overview, .page-template-default.page-michigan .page-content .overview, .page-template-default.page-west-virginia .page-content .overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default.page-our-locations .page-content .left, .page-template-default.page-ohio .page-content .left, .page-template-default.page-pennsylvania .page-content .left, .page-template-default.page-michigan .page-content .left, .page-template-default.page-west-virginia .page-content .left {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .page-content .left, .page-template-default.page-ohio .page-content .left, .page-template-default.page-pennsylvania .page-content .left, .page-template-default.page-michigan .page-content .left, .page-template-default.page-west-virginia .page-content .left {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2))
  }
  .page-template-default.page-our-locations .page-content .left:nth-child(1n), .page-template-default.page-ohio .page-content .left:nth-child(1n), .page-template-default.page-pennsylvania .page-content .left:nth-child(1n), .page-template-default.page-michigan .page-content .left:nth-child(1n), .page-template-default.page-west-virginia .page-content .left:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .page-template-default.page-our-locations .page-content .left:last-child, .page-template-default.page-ohio .page-content .left:last-child, .page-template-default.page-pennsylvania .page-content .left:last-child, .page-template-default.page-michigan .page-content .left:last-child, .page-template-default.page-west-virginia .page-content .left:last-child {
    margin-right: 0
  }
  .page-template-default.page-our-locations .page-content .left:nth-child(2n), .page-template-default.page-ohio .page-content .left:nth-child(2n), .page-template-default.page-pennsylvania .page-content .left:nth-child(2n), .page-template-default.page-michigan .page-content .left:nth-child(2n), .page-template-default.page-west-virginia .page-content .left:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
.page-template-default.page-our-locations .page-content .right, .page-template-default.page-ohio .page-content .right, .page-template-default.page-pennsylvania .page-content .right, .page-template-default.page-michigan .page-content .right, .page-template-default.page-west-virginia .page-content .right {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .page-content .right, .page-template-default.page-ohio .page-content .right, .page-template-default.page-pennsylvania .page-content .right, .page-template-default.page-michigan .page-content .right, .page-template-default.page-west-virginia .page-content .right {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2))
  }
  .page-template-default.page-our-locations .page-content .right:nth-child(1n), .page-template-default.page-ohio .page-content .right:nth-child(1n), .page-template-default.page-pennsylvania .page-content .right:nth-child(1n), .page-template-default.page-michigan .page-content .right:nth-child(1n), .page-template-default.page-west-virginia .page-content .right:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .page-template-default.page-our-locations .page-content .right:last-child, .page-template-default.page-ohio .page-content .right:last-child, .page-template-default.page-pennsylvania .page-content .right:last-child, .page-template-default.page-michigan .page-content .right:last-child, .page-template-default.page-west-virginia .page-content .right:last-child {
    margin-right: 0
  }
  .page-template-default.page-our-locations .page-content .right:nth-child(2n), .page-template-default.page-ohio .page-content .right:nth-child(2n), .page-template-default.page-pennsylvania .page-content .right:nth-child(2n), .page-template-default.page-michigan .page-content .right:nth-child(2n), .page-template-default.page-west-virginia .page-content .right:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
.page-template-default.page-our-locations .county-finder, .page-template-default.page-ohio .county-finder, .page-template-default.page-pennsylvania .county-finder, .page-template-default.page-michigan .county-finder, .page-template-default.page-west-virginia .county-finder {
  background: #f4f3f1;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 2rem;
}
.page-template-default.page-our-locations .county-finder p, .page-template-default.page-ohio .county-finder p, .page-template-default.page-pennsylvania .county-finder p, .page-template-default.page-michigan .county-finder p, .page-template-default.page-west-virginia .county-finder p {
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .county-finder p, .page-template-default.page-ohio .county-finder p, .page-template-default.page-pennsylvania .county-finder p, .page-template-default.page-michigan .county-finder p, .page-template-default.page-west-virginia .county-finder p {
    font-size: 1.6rem
  }
}
.page-template-default.page-our-locations .county-finder .awesomplete, .page-template-default.page-ohio .county-finder .awesomplete, .page-template-default.page-pennsylvania .county-finder .awesomplete, .page-template-default.page-michigan .county-finder .awesomplete, .page-template-default.page-west-virginia .county-finder .awesomplete {
  width: 100%;
}
.page-template-default.page-our-locations .county-finder ul::before, .page-template-default.page-ohio .county-finder ul::before, .page-template-default.page-pennsylvania .county-finder ul::before, .page-template-default.page-michigan .county-finder ul::before, .page-template-default.page-west-virginia .county-finder ul::before {
  display: none;
}
.page-template-default.page-our-locations .county-finder ul, .page-template-default.page-ohio .county-finder ul, .page-template-default.page-pennsylvania .county-finder ul, .page-template-default.page-michigan .county-finder ul, .page-template-default.page-west-virginia .county-finder ul {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  margin-top: 0;
}
.page-template-default.page-our-locations .county-finder ul li, .page-template-default.page-ohio .county-finder ul li, .page-template-default.page-pennsylvania .county-finder ul li, .page-template-default.page-michigan .county-finder ul li, .page-template-default.page-west-virginia .county-finder ul li {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  margin-bottom: 0 !important;
  padding: 8px 10px;
}
.page-template-default.page-our-locations .county-finder ul li:hover, .page-template-default.page-ohio .county-finder ul li:hover, .page-template-default.page-pennsylvania .county-finder ul li:hover, .page-template-default.page-michigan .county-finder ul li:hover, .page-template-default.page-west-virginia .county-finder ul li:hover {
  background-color: rgba(192, 209, 219, 0.61);
  border-color: #ccc;
}
.page-template-default.page-our-locations .county-finder mark, .page-template-default.page-ohio .county-finder mark, .page-template-default.page-pennsylvania .county-finder mark, .page-template-default.page-michigan .county-finder mark, .page-template-default.page-west-virginia .county-finder mark {
  background: transparent;
}
.page-template-default.page-our-locations .county-finder .search-wrap, .page-template-default.page-ohio .county-finder .search-wrap, .page-template-default.page-pennsylvania .county-finder .search-wrap, .page-template-default.page-michigan .county-finder .search-wrap, .page-template-default.page-west-virginia .county-finder .search-wrap {
  position: relative;
}
.page-template-default.page-our-locations .county-finder .input-status, .page-template-default.page-ohio .county-finder .input-status, .page-template-default.page-pennsylvania .county-finder .input-status, .page-template-default.page-michigan .county-finder .input-status, .page-template-default.page-west-virginia .county-finder .input-status {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 2;
}
.page-template-default.page-our-locations .county-finder .input-status span, .page-template-default.page-ohio .county-finder .input-status span, .page-template-default.page-pennsylvania .county-finder .input-status span, .page-template-default.page-michigan .county-finder .input-status span, .page-template-default.page-west-virginia .county-finder .input-status span {
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  display: none;
  height: 1.5rem;
  padding: 1px 0 0;
  text-align: center;
  width: 1.5rem;
}
.page-template-default.page-our-locations .county-finder .input-status span.show, .page-template-default.page-ohio .county-finder .input-status span.show, .page-template-default.page-pennsylvania .county-finder .input-status span.show, .page-template-default.page-michigan .county-finder .input-status span.show, .page-template-default.page-west-virginia .county-finder .input-status span.show {
  display: block;
}
.page-template-default.page-our-locations .county-finder .input-status .clear:hover, .page-template-default.page-ohio .county-finder .input-status .clear:hover, .page-template-default.page-pennsylvania .county-finder .input-status .clear:hover, .page-template-default.page-michigan .county-finder .input-status .clear:hover, .page-template-default.page-west-virginia .county-finder .input-status .clear:hover {
  cursor: pointer;
}
.page-template-default.page-our-locations .county-finder input, .page-template-default.page-ohio .county-finder input, .page-template-default.page-pennsylvania .county-finder input, .page-template-default.page-michigan .county-finder input, .page-template-default.page-west-virginia .county-finder input {
  padding-right: 3rem;
}
.page-template-default.page-our-locations .county-finder input:focus, .page-template-default.page-ohio .county-finder input:focus, .page-template-default.page-pennsylvania .county-finder input:focus, .page-template-default.page-michigan .county-finder input:focus, .page-template-default.page-west-virginia .county-finder input:focus {
  border: 1px solid #2ea2f8;
  outline: none;
}
.page-template-default.page-our-locations .county-finder .results .no-results,
            .page-template-default.page-our-locations .county-finder .results .results-found,
            .page-template-default.page-ohio .county-finder .results .no-results,
            .page-template-default.page-ohio .county-finder .results .results-found,
            .page-template-default.page-pennsylvania .county-finder .results .no-results,
            .page-template-default.page-pennsylvania .county-finder .results .results-found,
            .page-template-default.page-michigan .county-finder .results .no-results,
            .page-template-default.page-michigan .county-finder .results .results-found,
            .page-template-default.page-west-virginia .county-finder .results .no-results,
            .page-template-default.page-west-virginia .county-finder .results .results-found {
  display: none;
  margin: 1.5rem 0 0;
}
.page-template-default.page-our-locations .county-finder .results .no-results.visible,
            .page-template-default.page-our-locations .county-finder .results .results-found.visible,
            .page-template-default.page-ohio .county-finder .results .no-results.visible,
            .page-template-default.page-ohio .county-finder .results .results-found.visible,
            .page-template-default.page-pennsylvania .county-finder .results .no-results.visible,
            .page-template-default.page-pennsylvania .county-finder .results .results-found.visible,
            .page-template-default.page-michigan .county-finder .results .no-results.visible,
            .page-template-default.page-michigan .county-finder .results .results-found.visible,
            .page-template-default.page-west-virginia .county-finder .results .no-results.visible,
            .page-template-default.page-west-virginia .county-finder .results .results-found.visible{
  display: block;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result .details, .page-template-default.page-ohio .county-finder .modelcenter-result .details, .page-template-default.page-pennsylvania .county-finder .modelcenter-result .details, .page-template-default.page-michigan .county-finder .modelcenter-result .details, .page-template-default.page-west-virginia .county-finder .modelcenter-result .details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result, .page-template-default.page-ohio .county-finder .modelcenter-result, .page-template-default.page-pennsylvania .county-finder .modelcenter-result, .page-template-default.page-michigan .county-finder .modelcenter-result, .page-template-default.page-west-virginia .county-finder .modelcenter-result {
  margin: 0 0 2.5rem;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result .image, .page-template-default.page-ohio .county-finder .modelcenter-result .image, .page-template-default.page-pennsylvania .county-finder .modelcenter-result .image, .page-template-default.page-michigan .county-finder .modelcenter-result .image, .page-template-default.page-west-virginia .county-finder .modelcenter-result .image {
  -ms-flex: 1;
      flex: 1;
  margin-right: 1rem;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result .image figure, .page-template-default.page-ohio .county-finder .modelcenter-result .image figure, .page-template-default.page-pennsylvania .county-finder .modelcenter-result .image figure, .page-template-default.page-michigan .county-finder .modelcenter-result .image figure, .page-template-default.page-west-virginia .county-finder .modelcenter-result .image figure {
  height: 100%;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result .image img, .page-template-default.page-ohio .county-finder .modelcenter-result .image img, .page-template-default.page-pennsylvania .county-finder .modelcenter-result .image img, .page-template-default.page-michigan .county-finder .modelcenter-result .image img, .page-template-default.page-west-virginia .county-finder .modelcenter-result .image img {
  height: 9rem;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result .text, .page-template-default.page-ohio .county-finder .modelcenter-result .text, .page-template-default.page-pennsylvania .county-finder .modelcenter-result .text, .page-template-default.page-michigan .county-finder .modelcenter-result .text, .page-template-default.page-west-virginia .county-finder .modelcenter-result .text {
  -ms-flex: 1;
      flex: 1;
  margin-left: 1rem;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result .button, .page-template-default.page-ohio .county-finder .modelcenter-result .button, .page-template-default.page-pennsylvania .county-finder .modelcenter-result .button, .page-template-default.page-michigan .county-finder .modelcenter-result .button, .page-template-default.page-west-virginia .county-finder .modelcenter-result .button {
  width: 100%;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result .button a, .page-template-default.page-ohio .county-finder .modelcenter-result .button a, .page-template-default.page-pennsylvania .county-finder .modelcenter-result .button a, .page-template-default.page-michigan .county-finder .modelcenter-result .button a, .page-template-default.page-west-virginia .county-finder .modelcenter-result .button a {
  width: 100%;
}
.page-template-default.page-our-locations .county-finder .modelcenter-result:last-child, .page-template-default.page-ohio .county-finder .modelcenter-result:last-child, .page-template-default.page-pennsylvania .county-finder .modelcenter-result:last-child, .page-template-default.page-michigan .county-finder .modelcenter-result:last-child, .page-template-default.page-west-virginia .county-finder .modelcenter-result:last-child {
  margin-bottom: 1.5rem;
}
.page-template-default.page-our-locations .county-finder .modelcenter-item, .page-template-default.page-ohio .county-finder .modelcenter-item, .page-template-default.page-pennsylvania .county-finder .modelcenter-item, .page-template-default.page-michigan .county-finder .modelcenter-item, .page-template-default.page-west-virginia .county-finder .modelcenter-item {
  margin-bottom: 1.5rem;
}
.page-template-default.page-our-locations .modelcenters-list, .page-template-default.page-ohio .modelcenters-list, .page-template-default.page-pennsylvania .modelcenters-list, .page-template-default.page-michigan .modelcenters-list, .page-template-default.page-west-virginia .modelcenters-list {
  margin: 0 0 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .page-template-default.page-our-locations .modelcenters-list, .page-template-default.page-ohio .modelcenters-list, .page-template-default.page-pennsylvania .modelcenters-list, .page-template-default.page-michigan .modelcenters-list, .page-template-default.page-west-virginia .modelcenters-list {
    margin: 0 0 3rem;
    padding: 0 0 1rem
  }
}
.page-template-default.page-our-locations .modelcenters-list ul > h2, .page-template-default.page-ohio .modelcenters-list ul > h2, .page-template-default.page-pennsylvania .modelcenters-list ul > h2, .page-template-default.page-michigan .modelcenters-list ul > h2, .page-template-default.page-west-virginia .modelcenters-list ul > h2 {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  padding: 0 0 1rem;
}
.page-template-default.page-our-locations .modelcenters-list ul, .page-template-default.page-ohio .modelcenters-list ul, .page-template-default.page-pennsylvania .modelcenters-list ul, .page-template-default.page-michigan .modelcenters-list ul, .page-template-default.page-west-virginia .modelcenters-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-default.page-our-locations .modelcenters-list ul:last-child ul, .page-template-default.page-ohio .modelcenters-list ul:last-child ul, .page-template-default.page-pennsylvania .modelcenters-list ul:last-child ul, .page-template-default.page-michigan .modelcenters-list ul:last-child ul, .page-template-default.page-west-virginia .modelcenters-list ul:last-child ul {
  margin-bottom: 0;
}
.page-template-default.page-our-locations .modelcenters-list ul ul, .page-template-default.page-ohio .modelcenters-list ul ul, .page-template-default.page-pennsylvania .modelcenters-list ul ul, .page-template-default.page-michigan .modelcenters-list ul ul, .page-template-default.page-west-virginia .modelcenters-list ul ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .modelcenters-list ul ul, .page-template-default.page-ohio .modelcenters-list ul ul, .page-template-default.page-pennsylvania .modelcenters-list ul ul, .page-template-default.page-michigan .modelcenters-list ul ul, .page-template-default.page-west-virginia .modelcenters-list ul ul {
    margin: 4rem 0
  }
}
.page-template-default.page-our-locations .modelcenters-list ul ul li, .page-template-default.page-ohio .modelcenters-list ul ul li, .page-template-default.page-pennsylvania .modelcenters-list ul ul li, .page-template-default.page-michigan .modelcenters-list ul ul li, .page-template-default.page-west-virginia .modelcenters-list ul ul li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (1rem - 1rem * 1/2));
  margin-bottom: 3rem;
}
.page-template-default.page-our-locations .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-ohio .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-pennsylvania .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-michigan .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-west-virginia .modelcenters-list ul ul li:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.page-template-default.page-our-locations .modelcenters-list ul ul li:last-child, .page-template-default.page-ohio .modelcenters-list ul ul li:last-child, .page-template-default.page-pennsylvania .modelcenters-list ul ul li:last-child, .page-template-default.page-michigan .modelcenters-list ul ul li:last-child, .page-template-default.page-west-virginia .modelcenters-list ul ul li:last-child {
  margin-right: 0;
}
.page-template-default.page-our-locations .modelcenters-list ul ul li:nth-child(2n), .page-template-default.page-ohio .modelcenters-list ul ul li:nth-child(2n), .page-template-default.page-pennsylvania .modelcenters-list ul ul li:nth-child(2n), .page-template-default.page-michigan .modelcenters-list ul ul li:nth-child(2n), .page-template-default.page-west-virginia .modelcenters-list ul ul li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .modelcenters-list ul ul li, .page-template-default.page-ohio .modelcenters-list ul ul li, .page-template-default.page-pennsylvania .modelcenters-list ul ul li, .page-template-default.page-michigan .modelcenters-list ul ul li, .page-template-default.page-west-virginia .modelcenters-list ul ul li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (2rem - 2rem * 1/3))
  }
  .page-template-default.page-our-locations .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-ohio .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-pennsylvania .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-michigan .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-west-virginia .modelcenters-list ul ul li:nth-child(1n) {
    margin-right: 2rem;
    margin-left: 0
  }
  .page-template-default.page-our-locations .modelcenters-list ul ul li:last-child, .page-template-default.page-ohio .modelcenters-list ul ul li:last-child, .page-template-default.page-pennsylvania .modelcenters-list ul ul li:last-child, .page-template-default.page-michigan .modelcenters-list ul ul li:last-child, .page-template-default.page-west-virginia .modelcenters-list ul ul li:last-child {
    margin-right: 0
  }
  .page-template-default.page-our-locations .modelcenters-list ul ul li:nth-child(3n), .page-template-default.page-ohio .modelcenters-list ul ul li:nth-child(3n), .page-template-default.page-pennsylvania .modelcenters-list ul ul li:nth-child(3n), .page-template-default.page-michigan .modelcenters-list ul ul li:nth-child(3n), .page-template-default.page-west-virginia .modelcenters-list ul ul li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 1200px) {
  .page-template-default.page-our-locations .modelcenters-list ul ul li, .page-template-default.page-ohio .modelcenters-list ul ul li, .page-template-default.page-pennsylvania .modelcenters-list ul ul li, .page-template-default.page-michigan .modelcenters-list ul ul li, .page-template-default.page-west-virginia .modelcenters-list ul ul li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (3.6rem - 3.6rem * 1/4))
  }
  .page-template-default.page-our-locations .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-ohio .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-pennsylvania .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-michigan .modelcenters-list ul ul li:nth-child(1n), .page-template-default.page-west-virginia .modelcenters-list ul ul li:nth-child(1n) {
    margin-right: 3.6rem;
    margin-left: 0
  }
  .page-template-default.page-our-locations .modelcenters-list ul ul li:last-child, .page-template-default.page-ohio .modelcenters-list ul ul li:last-child, .page-template-default.page-pennsylvania .modelcenters-list ul ul li:last-child, .page-template-default.page-michigan .modelcenters-list ul ul li:last-child, .page-template-default.page-west-virginia .modelcenters-list ul ul li:last-child {
    margin-right: 0
  }
  .page-template-default.page-our-locations .modelcenters-list ul ul li:nth-child(4n), .page-template-default.page-ohio .modelcenters-list ul ul li:nth-child(4n), .page-template-default.page-pennsylvania .modelcenters-list ul ul li:nth-child(4n), .page-template-default.page-michigan .modelcenters-list ul ul li:nth-child(4n), .page-template-default.page-west-virginia .modelcenters-list ul ul li:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
  }
}
.page-template-default.page-our-locations .map-wrapper, .page-template-default.page-ohio .map-wrapper, .page-template-default.page-pennsylvania .map-wrapper, .page-template-default.page-michigan .map-wrapper, .page-template-default.page-west-virginia .map-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 -1.5rem 2rem -1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .map-wrapper, .page-template-default.page-ohio .map-wrapper, .page-template-default.page-pennsylvania .map-wrapper, .page-template-default.page-michigan .map-wrapper, .page-template-default.page-west-virginia .map-wrapper {
    border: 1px solid #ccc;
    margin: 2.24rem 0 3rem
  }
}
.page-template-default.page-our-locations .map-wrapper .gmap, .page-template-default.page-ohio .map-wrapper .gmap, .page-template-default.page-pennsylvania .map-wrapper .gmap, .page-template-default.page-michigan .map-wrapper .gmap, .page-template-default.page-west-virginia .map-wrapper .gmap {
  height: 42.6rem;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search, .page-template-default.page-ohio .map-wrapper .modelcenter-search, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search, .page-template-default.page-michigan .map-wrapper .modelcenter-search, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search {
  background-color: #5b87a1;
  padding: 1rem 1.5rem 1.5rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-template-default.page-our-locations .map-wrapper .modelcenter-search, .page-template-default.page-ohio .map-wrapper .modelcenter-search, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search, .page-template-default.page-michigan .map-wrapper .modelcenter-search, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search {
    bottom: 2rem;
    left: 2rem;
    position: absolute;
    width: 40rem
  }
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .search-errors, .page-template-default.page-ohio .map-wrapper .modelcenter-search .search-errors, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .search-errors, .page-template-default.page-michigan .map-wrapper .modelcenter-search .search-errors, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .search-errors {
  -ms-flex-align: center;
      align-items: center;
  display: none;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .search-errors p, .page-template-default.page-ohio .map-wrapper .modelcenter-search .search-errors p, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .search-errors p, .page-template-default.page-michigan .map-wrapper .modelcenter-search .search-errors p, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .search-errors p {
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  margin: 0;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search.errors .search-form, .page-template-default.page-ohio .map-wrapper .modelcenter-search.errors .search-form, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search.errors .search-form, .page-template-default.page-michigan .map-wrapper .modelcenter-search.errors .search-form, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search.errors .search-form {
  display: none;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search.errors .search-errors, .page-template-default.page-ohio .map-wrapper .modelcenter-search.errors .search-errors, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search.errors .search-errors, .page-template-default.page-michigan .map-wrapper .modelcenter-search.errors .search-errors, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search.errors .search-errors {
  display: -ms-flexbox;
  display: flex;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search p, .page-template-default.page-ohio .map-wrapper .modelcenter-search p, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search p, .page-template-default.page-michigan .map-wrapper .modelcenter-search p, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search p {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0.5rem;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search form, .page-template-default.page-ohio .map-wrapper .modelcenter-search form, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search form, .page-template-default.page-michigan .map-wrapper .modelcenter-search form, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .input-wrap, .page-template-default.page-ohio .map-wrapper .modelcenter-search .input-wrap, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .input-wrap, .page-template-default.page-michigan .map-wrapper .modelcenter-search .input-wrap, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .input-wrap {
  position: relative;
  width: 100%;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .input-wrap .fa, .page-template-default.page-ohio .map-wrapper .modelcenter-search .input-wrap .fa, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .input-wrap .fa, .page-template-default.page-michigan .map-wrapper .modelcenter-search .input-wrap .fa, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .input-wrap .fa {
  color: #999;
  font-size: 1.6rem;
  z-index: 1;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .input-wrap .fa-search, .page-template-default.page-ohio .map-wrapper .modelcenter-search .input-wrap .fa-search, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .input-wrap .fa-search, .page-template-default.page-michigan .map-wrapper .modelcenter-search .input-wrap .fa-search, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .input-wrap .fa-search {
  left: 6px;
  opacity: 1;
  position: absolute;
  top: 9px;
  transition: all 0.2s;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .input-wrap .search-reset, .page-template-default.page-ohio .map-wrapper .modelcenter-search .input-wrap .search-reset, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .input-wrap .search-reset, .page-template-default.page-michigan .map-wrapper .modelcenter-search .input-wrap .search-reset, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .input-wrap .search-reset {
  display: block;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 10px;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 2;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .input-wrap input, .page-template-default.page-ohio .map-wrapper .modelcenter-search .input-wrap input, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .input-wrap input, .page-template-default.page-michigan .map-wrapper .modelcenter-search .input-wrap input, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .input-wrap input {
  padding-left: 3rem;
  width: 100%;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .input-wrap.show-reset .fa-search, .page-template-default.page-ohio .map-wrapper .modelcenter-search .input-wrap.show-reset .fa-search, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .input-wrap.show-reset .fa-search, .page-template-default.page-michigan .map-wrapper .modelcenter-search .input-wrap.show-reset .fa-search, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .input-wrap.show-reset .fa-search {
  opacity: 0;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search .input-wrap.show-reset .search-reset, .page-template-default.page-ohio .map-wrapper .modelcenter-search .input-wrap.show-reset .search-reset, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search .input-wrap.show-reset .search-reset, .page-template-default.page-michigan .map-wrapper .modelcenter-search .input-wrap.show-reset .search-reset, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search .input-wrap.show-reset .search-reset {
  opacity: 1;
  visibility: visible;
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search button, .page-template-default.page-ohio .map-wrapper .modelcenter-search button, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search button, .page-template-default.page-michigan .map-wrapper .modelcenter-search button, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search button {
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65), rgba(88, 88, 88, 0.1), rgba(0, 0, 0, 0.15)), linear-gradient(to bottom, #f4f3f1, #f4f3f1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 3px;
  color: #666;
  font-family: ProximaNova-Bold;
  font-size: 1.5rem;
  height: 3.8rem;
  margin-left: 1.5rem;
  min-width: 9rem;
  text-shadow: 0 0.5px 0 var(--white);
}
@media (min-width: 768px) {
  .page-template-default.page-our-locations .map-wrapper .modelcenter-search button, .page-template-default.page-ohio .map-wrapper .modelcenter-search button, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search button, .page-template-default.page-michigan .map-wrapper .modelcenter-search button, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search button {
    min-width: 10.7rem
  }
}
.page-template-default.page-our-locations .map-wrapper .modelcenter-search button:hover, .page-template-default.page-ohio .map-wrapper .modelcenter-search button:hover, .page-template-default.page-pennsylvania .map-wrapper .modelcenter-search button:hover, .page-template-default.page-michigan .map-wrapper .modelcenter-search button:hover, .page-template-default.page-west-virginia .map-wrapper .modelcenter-search button:hover {
  cursor: pointer;
}
.page-template-default.page-our-locations .page-content p strong, .page-template-default.page-ohio .page-content p strong, .page-template-default.page-pennsylvania .page-content p strong, .page-template-default.page-michigan .page-content p strong, .page-template-default.page-west-virginia .page-content p strong {
  font-family: ProximaNova-Bold;
}
/* Location (State) Pages */
.page-template-default:not(.page-our-locations) .modelcenters-list ul > h2 {
  display: none;
}
.single-modelhome .site-wrapper > .content {
  background-color: #fff;
}
.single-modelhome .single-modelhome-detail {
  position: relative;
}
.single-modelhome .breadcrumbs {
  padding: 0 0.5rem;
}
.single-modelhome .modelhome-details {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 768px) {
  .single-modelhome .modelhome-details {
    padding: 5rem 0
  }
}
.single-modelhome .modelhome-details .sidebar {
  display: none;
}
@media (min-width: 992px) {
  .single-modelhome .modelhome-details .sidebar {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 3/10 - (30px - 30px * 3/10))
  }
  .single-modelhome .modelhome-details .sidebar:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelhome .modelhome-details .sidebar:last-child {
    margin-right: 0
  }
  .single-modelhome .modelhome-details .sidebar:nth-child(10n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 992px) {
  .single-modelhome .modelhome-details .main {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 7/10 - (30px - 30px * 7/10))
  }
  .single-modelhome .modelhome-details .main:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelhome .modelhome-details .main:last-child {
    margin-right: 0
  }
  .single-modelhome .modelhome-details .main:nth-child(10n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-modelhome .virtual-tour-iframe iframe {
  border: none;
  height: 100%;
  margin: 0 auto;
  min-height: 21rem;
  width: 100%;
}
@media (min-width: 768px) {
  .single-modelhome .virtual-tour-iframe iframe {
    min-height: 42rem
  }
}
@media (min-width: 992px) {
  .single-modelhome .virtual-tour-iframe iframe {
    min-height: 50rem
  }
}
.single-modelhome .brand-window {
  background-color: #f4f3f1;
}
.single-modelhome .brand-window .image {
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.single-modelhome .brand-window .image img {
  display: block;
  height: auto;
  max-height: 42rem;
  min-height: 20.6rem;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .single-modelhome .brand-window .image img {
    height: calc(100vh / 1.5);
    max-height: 90rem;
    min-height: 41.5rem
  }
}
.single-modelhome .post-content > .row {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-modelhome .post-content > .row {
    border-bottom: 1px solid rgba(151,151,151, 0.44)
  }
}
@media (min-width: 992px) {
  .single-modelhome .post-content > .row {
    -ms-flex-align: center;
        align-items: center;
    border: none
  }
}
@media (min-width: 768px) {
  .single-modelhome .post-content > .row .modelhome-header {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 3/5 - (30px - 30px * 3/5))
  }
  .single-modelhome .post-content > .row .modelhome-header:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelhome .post-content > .row .modelhome-header:last-child {
    margin-right: 0
  }
  .single-modelhome .post-content > .row .modelhome-header:nth-child(5n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 1200px) {
  .single-modelhome .post-content > .row .modelhome-header {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 2/3 - (30px - 30px * 2/3))
  }
  .single-modelhome .post-content > .row .modelhome-header:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelhome .post-content > .row .modelhome-header:last-child {
    margin-right: 0
  }
  .single-modelhome .post-content > .row .modelhome-header:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .single-modelhome .post-content > .row .plan-pdf {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 2/5 - (30px - 30px * 2/5))
  }
  .single-modelhome .post-content > .row .plan-pdf:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelhome .post-content > .row .plan-pdf:last-child {
    margin-right: 0
  }
  .single-modelhome .post-content > .row .plan-pdf:nth-child(5n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 1200px) {
  .single-modelhome .post-content > .row .plan-pdf {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3))
  }
  .single-modelhome .post-content > .row .plan-pdf:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-modelhome .post-content > .row .plan-pdf:last-child {
    margin-right: 0
  }
  .single-modelhome .post-content > .row .plan-pdf:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-modelhome .modelhome-header {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 1rem 0 1.5rem;
  padding: 0 0.5rem 1rem;
}
@media (min-width: 768px) {
  .single-modelhome .modelhome-header {
    border: none
  }
}
@media (min-width: 992px) {
  .single-modelhome .modelhome-header {
    padding: 0
  }
}
.single-modelhome .modelhome-header .title {
  width: 100%;
}
.single-modelhome .modelhome-header .title h1 {
  color: #3a759a;
  margin: 0.25rem 0 1rem;
}
@media (min-width: 768px) {
  .single-modelhome .modelhome-header .title h1 {
    color: #333;
    margin: 0.25rem 0 0.75rem
  }
}
.single-modelhome .modelhome-header .contact {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-modelhome .modelhome-header .contact {
    border: none
  }
}
.single-modelhome .modelhome-header .modelhome-description {
  margin: 1rem 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .single-modelhome .modelhome-header .modelhome-description {
    padding-bottom: 0
  }
}
.single-modelhome .modelhome-header .model-center {
  font-family: ProximaNova-Bold;
  margin: 0 0 1rem;
}
.single-modelhome .modelhome-header .model-center a {
  color: #4a4a4a;
}
.single-modelhome .modelhome-header .model-center .fa {
  color: #11c0a5;
  display: inline-block;
  margin: 0 0.75rem 0 0;
}
.single-modelhome .modelhome-header .row {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0 0 2.25rem;
  max-width: 38rem;
}
.single-modelhome .modelhome-header .row a {
  color: #3a759a;
}
.single-modelhome .modelhome-header .row p,
            .single-modelhome .modelhome-header .row pre {
  font-size: 1.5rem;
  margin: 0;
}
.single-modelhome .modelhome-header .row p strong, .single-modelhome .modelhome-header .row pre strong {
  font-family: ProximaNova-Bold;
}
.single-modelhome .modelhome-header .location-info {
  -ms-flex: 1;
      flex: 1;
  padding: 0 1.5rem 0 0;
}
.single-modelhome .modelhome-header .location-info .phone {
  margin: 0 0 0.75rem;
}
.single-modelhome .modelhome-header .location-info .phone .fa {
  display: inline-block;
  font-size: 1.7rem;
  vertical-align: middle;
}
.single-modelhome .modelhome-header .location-info .address {
  margin: 0 0 0.35rem;
}
.single-modelhome .modelhome-header .hours {
  -ms-flex: 1;
      flex: 1;
}
.single-modelhome .modelhome-header .hours p:first-child {
  margin: 0 0 0.75rem;
}
.single-modelhome .plan-pdf {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  padding: 0 0 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .single-modelhome .plan-pdf {
    border: none;
    margin-bottom: 3rem;
    padding-bottom: 0;
    padding-left: 2rem
  }
}
.single-modelhome .plan-pdf h4 {
  color: #3a759a;
  display: block;
  height: 4.4rem;
  margin-top: 0;
  padding: 0 3.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .single-modelhome .plan-pdf h4 {
    padding: 0 1.5rem;
    text-align: left
  }
}
.single-modelhome .plan-pdf h4 a {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.single-modelhome .plan-pdf .title {
  width: auto;
}
@media (min-width: 768px) {
  .single-modelhome .plan-pdf .title {
    width: calc(100% - 5.2rem)
  }
}
.single-modelhome .plan-pdf .icon-wrap {
  display: inline-block;
  height: 4.4rem;
  margin: 0 0.8rem 0 0;
  position: relative;
  width: 4.4rem;
}
.single-modelhome .plan-pdf .icon-wrap .icon {
  left: 0.2rem;
  position: absolute;
  top: 0.2rem;
  transform: scale(0.6);
  z-index: 2;
}
.single-modelhome .plan-pdf .icon-wrap::after {
  background-color: #3a759a;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4.4rem;
  position: absolute;
  top: 0;
  width: 4.4rem;
  z-index: 1;
}
.single-modelhome .plan-pdf .image {
  margin: 0 0 1.5rem;
}
.single-modelhome .plan-pdf .button a {
  height: auto;
  min-height: 4rem;
  padding-bottom: 1rem;
}
.single-modelhome .flickr-photo-gallery {
  margin-bottom: 1.5rem;
  padding-top: 2.5rem;
}
.single-modelhome .flickr-photo-gallery .title {
  display: none;
}
.single-modelhome .related-homes {
  border-top: 1px solid rgba(151,151,151, 0.44);
  margin: 0 0 1.5rem;
  padding: 2.5rem 0 0;
}
@media (min-width: 768px) {
  .single-modelhome .related-homes {
    margin: 0 0 2.5rem;
    padding: 3rem 0 0
  }
}
.single-modelhome .related-homes > h2,
        .single-modelhome .related-homes > p {
  margin: 0 0 0.75rem;
}
.single-modelhome .related-homes > h2 {
  font-size: 2.2rem;
}
.single-modelhome .related-homes .homes-list {
  margin: 3rem 0 0;
}
.single-modelhome .related-homes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-modelhome .related-homes li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 1/1);
  margin-bottom: 1rem;
}
.single-modelhome .related-homes li:nth-child(1n) {
  margin-right: 0;
  margin-left: 0;
}
.single-modelhome .related-homes li:last-child {
  margin-right: 0;
}
.single-modelhome .related-homes li:nth-child(1n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 640px) {
  .single-modelhome .related-homes li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
    margin-bottom: 0
  }
  .single-modelhome .related-homes li:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0
  }
  .single-modelhome .related-homes li:last-child {
    margin-right: 0
  }
  .single-modelhome .related-homes li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-modelhome .related-homes .item .image img {
  display: block;
  height: 13.5rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.single-modelhome .related-homes .item .title p {
  color: #3a759a;
  font-family: ProximaNova-Bold;
  font-size: 1.3rem;
  margin: 0.5rem;
}
.single-modelhome .modelhomes-map {
  border-top: 1px solid rgba(151,151,151, 0.44);
}
@media (min-width: 768px) {
  .single-modelhome .map-wrapper {
    margin: 2.24rem 0 3rem
  }
}
.post-type-archive-modelhome .modelhome-overview {
  background: #fff;
}
.post-type-archive-modelhome .modelhomes-list {
  margin: 0 0 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .post-type-archive-modelhome .modelhomes-list {
    margin: 0 0 5rem
  }
}
.post-type-archive-modelhome .modelhomes-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-modelhome .modelhomes-list ul ul {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1rem;
}
.post-type-archive-modelhome .modelhomes-list ul ul:last-child {
  border-bottom: none;
}
.post-type-archive-modelhome .modelhomes-list ul ul li {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 640px) {
  .post-type-archive-modelhome .modelhomes-list ul ul li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (0.9rem - 0.9rem * 1/2))
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:nth-child(1n) {
    margin-right: 0.9rem;
    margin-left: 0
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:last-child {
    margin-right: 0
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 768px) {
  .post-type-archive-modelhome .modelhomes-list ul ul li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (2rem - 2rem * 1/3));
    margin-bottom: 3rem
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:nth-child(1n) {
    margin-right: 2rem;
    margin-left: 0
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:last-child {
    margin-right: 0
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 1200px) {
  .post-type-archive-modelhome .modelhomes-list ul ul li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (3.6rem - 3.6rem * 1/4))
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:nth-child(1n) {
    margin-right: 3.6rem;
    margin-left: 0
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:last-child {
    margin-right: 0
  }
  .post-type-archive-modelhome .modelhomes-list ul ul li:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
  }
}
.post-type-archive-modelhome .modelhome-item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.post-type-archive-modelhome .modelhome-item a:hover .image::after {
  height: 8rem;
}
.post-type-archive-modelhome .modelhome-item a:hover .title {
  bottom: 0.5rem;
  transition: all 0.15s ease-in;
}
.post-type-archive-modelhome .modelhome-item .image {
  position: relative;
}
.post-type-archive-modelhome .modelhome-item .image::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  content: '';
  height: 6.5rem;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 2;
}
.post-type-archive-modelhome .modelhome-item .image img {
  display: block;
  height: 13.7rem;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (min-width: 500px) {
  .post-type-archive-modelhome .modelhome-item .image img {
    height: 17.7rem
  }
}
@media (min-width: 768px) {
  .post-type-archive-modelhome .modelhome-item .image img {
    height: 13.7rem
  }
}
.post-type-archive-modelhome .modelhome-item .title {
  bottom: 0;
  left: 0;
  padding: 0.25rem 0.5rem 0.5rem;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  .post-type-archive-modelhome .modelhome-item .title {
    padding: 0.5rem 0.5rem 0.5rem 1.1rem
  }
}
.post-type-archive-modelhome .modelhome-item .title p {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
}
.post-type-archive-modelhome .modelhome-item .model-center {
  padding: 0.5rem 0 0 0.45rem;
}
@media (min-width: 768px) {
  .post-type-archive-modelhome .modelhome-item .model-center {
    padding: 0.75rem 0 0 1rem
  }
}
.post-type-archive-modelhome .modelhome-item .model-center p {
  color: #3a759a;
  font-family: ProximaNova-Bold;
  font-size: 1.3rem;
  margin: 0;
}
/* Overview */
.page-template-default.page-latest-news .newsarticle-overview {
  background: #fff;
}
.page-template-default.page-latest-news .newsarticle-list {
  margin: 0 0 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .page-template-default.page-latest-news .newsarticle-list {
    margin: 0 0 5rem
  }
}
.page-template-default.page-latest-news .newsarticle-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-default.page-latest-news .newsarticle-list li {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  margin: 0 0 3rem;
  padding: 0 0 1rem;
}
.page-template-default.page-latest-news .newsarticle-list li:last-child {
  border: none;
  margin-bottom: 0;
}
.page-template-default.page-latest-news h2 {
  margin-bottom: 0.5rem;
}
.page-template-default.page-latest-news .date {
  color: #9b9b9b;
  margin-top: 0;
}
/* Detail */
.single-newsarticle .site-wrapper > .content {
  background-color: #fff;
}
.single-newsarticle .main .page-content p,
    .single-newsarticle .main .page-content blockquote {
  line-height: 1.38;
  margin: 1.75rem 0;
}
.single-newsarticle .main .page-content p strong {
  font-family: ProximaNova-Bold;
}
.single-newsarticle .main .page-content ul,
    .single-newsarticle .main .page-content ol {
  margin-bottom: 3rem;
  margin-top: 0;
}
.single-newsarticle .main .page-content ul li {
  font-size: 1.5rem;
  line-height: 1.07;
  margin: 0 0 1rem;
}
.single-newsarticle h1 {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  margin: 0 0 1rem;
  padding: 0 0 1.5rem;
}
/**
 * General layout styles for content pages
 *
 * The :not() selector has turned into a specificity headache,
 * all of these styles should be moved somewhere else.
 */
body.full-width > #site-wrapper > .content > .page-body > .container > .main {
    width: 100%;
}
.single-newsarticle .site-wrapper > .content, .post-type-archive-modelcenter .site-wrapper > .content, .post-type-archive-newsarticle .site-wrapper > .content, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content {
  background-color: #fff;
}
.single-newsarticle .site-wrapper > .content .main, .post-type-archive-modelcenter .site-wrapper > .content .main, .post-type-archive-newsarticle .site-wrapper > .content .main, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .main {
  margin-bottom: 2rem;
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .single-newsarticle .site-wrapper > .content .main, .post-type-archive-modelcenter .site-wrapper > .content .main, .post-type-archive-newsarticle .site-wrapper > .content .main, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .main {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 3/4 - (35px - 35px * 3/4));
    margin-bottom: 0;
    -ms-flex-order: 2;
        order: 2
  }
  .single-newsarticle .site-wrapper > .content .main:nth-child(1n), .post-type-archive-modelcenter .site-wrapper > .content .main:nth-child(1n), .post-type-archive-newsarticle .site-wrapper > .content .main:nth-child(1n), .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .main:nth-child(1n) {
    margin-right: 35px;
    margin-left: 0
  }
  .single-newsarticle .site-wrapper > .content .main:last-child, .post-type-archive-modelcenter .site-wrapper > .content .main:last-child, .post-type-archive-newsarticle .site-wrapper > .content .main:last-child, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .main:last-child {
    margin-right: 0
  }
  .single-newsarticle .site-wrapper > .content .main:nth-child(0n), .post-type-archive-modelcenter .site-wrapper > .content .main:nth-child(0n), .post-type-archive-newsarticle .site-wrapper > .content .main:nth-child(0n), .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .main:nth-child(0n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-newsarticle .site-wrapper > .content .sidebar, .post-type-archive-modelcenter .site-wrapper > .content .sidebar, .post-type-archive-newsarticle .site-wrapper > .content .sidebar, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .sidebar {
  -ms-flex-order: 2;
      order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .single-newsarticle .site-wrapper > .content .sidebar, .post-type-archive-modelcenter .site-wrapper > .content .sidebar, .post-type-archive-newsarticle .site-wrapper > .content .sidebar, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .sidebar {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (35px - 35px * 1/4));
    -ms-flex-order: 1;
        order: 1
  }
  .single-newsarticle .site-wrapper > .content .sidebar:nth-child(1n), .post-type-archive-modelcenter .site-wrapper > .content .sidebar:nth-child(1n), .post-type-archive-newsarticle .site-wrapper > .content .sidebar:nth-child(1n), .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .sidebar:nth-child(1n) {
    margin-right: 35px;
    margin-left: 0
  }
  .single-newsarticle .site-wrapper > .content .sidebar:last-child, .post-type-archive-modelcenter .site-wrapper > .content .sidebar:last-child, .post-type-archive-newsarticle .site-wrapper > .content .sidebar:last-child, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .sidebar:last-child {
    margin-right: 0
  }
  .single-newsarticle .site-wrapper > .content .sidebar:nth-child(0n), .post-type-archive-modelcenter .site-wrapper > .content .sidebar:nth-child(0n), .post-type-archive-newsarticle .site-wrapper > .content .sidebar:nth-child(0n), .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .sidebar:nth-child(0n) {
    margin-right: 0;
    margin-left: auto
  }
}
.single-newsarticle .site-wrapper > .content .sidebar:not(.has-form), .post-type-archive-modelcenter .site-wrapper > .content .sidebar:not(.has-form), .post-type-archive-newsarticle .site-wrapper > .content .sidebar:not(.has-form), .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .sidebar:not(.has-form) {
  display: none;
}
@media (min-width: 768px) {
  .single-newsarticle .site-wrapper > .content .sidebar:not(.has-form), .post-type-archive-modelcenter .site-wrapper > .content .sidebar:not(.has-form), .post-type-archive-newsarticle .site-wrapper > .content .sidebar:not(.has-form), .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .site-wrapper > .content .sidebar:not(.has-form) {
    display: block
  }
}
.single-newsarticle .page-body, .post-type-archive-modelcenter .page-body, .post-type-archive-newsarticle .page-body, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .page-body {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .single-newsarticle .page-body, .post-type-archive-modelcenter .page-body, .post-type-archive-newsarticle .page-body, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .page-body {
    padding: 5rem 0
  }
}
/* Remove organism padding when in the context of page content */
.single-newsarticle .page-content .on-page-form.organism,
        .single-newsarticle .page-content .video.organism,
        .post-type-archive-modelcenter .page-content .on-page-form.organism,
        .post-type-archive-modelcenter .page-content .video.organism,
        .post-type-archive-newsarticle .page-content .on-page-form.organism,
        .post-type-archive-newsarticle .page-content .video.organism,
        .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .page-content .on-page-form.organism,
        .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .page-content .video.organism {
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
}
.single-newsarticle .page-content .on-page-form.organism .container, .single-newsarticle .page-content .video.organism .container, .post-type-archive-modelcenter .page-content .on-page-form.organism .container, .post-type-archive-modelcenter .page-content .video.organism .container, .post-type-archive-newsarticle .page-content .on-page-form.organism .container, .post-type-archive-newsarticle .page-content .video.organism .container, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .page-content .on-page-form.organism .container, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .page-content .video.organism .container {
  padding-left: 0;
  padding-right: 0;
}
.single-newsarticle .page-content ul li, .post-type-archive-modelcenter .page-content ul li, .post-type-archive-newsarticle .page-content ul li, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .page-content ul li {
  margin-bottom: 0.5rem;
}
.single-newsarticle .page-content iframe, .post-type-archive-modelcenter .page-content iframe, .post-type-archive-newsarticle .page-content iframe, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .page-content iframe {
  max-width: 100%;
}
.single-newsarticle .breadcrumbs, .post-type-archive-modelcenter .breadcrumbs, .post-type-archive-newsarticle .breadcrumbs, .page-template-default:not(.page-virtual-tours):not(.page-login):not(.page-register):not(.page-lost-password):not(.page-reset-password):not(.page-interactive-floor-plans) .breadcrumbs {
  margin: 0 0 1.75rem;
}
.page-template-default .page-content blockquote {
  border-left: 6px solid #f4f3f1;
  margin: 0 0 4rem;
  padding: 0 0 0 1.5rem;
}
@media (min-width: 768px) {
  .page-template-default .page-content blockquote {
    padding: 0 0 0 2rem
  }
}
@media (min-width: 992px) {
  .page-template-default .page-content blockquote {
    margin: 0 0 4rem
  }
}
.page-template-default .page-content blockquote small {
  font-family: 'Archer A', 'Archer B';
  font-style: normal;
  font-weight: 600;
  color: #80796b;
  display: block;
  font-size: 1.8rem;
  margin: 1rem 0 0;
}
.error404 .content {
  background: #fff;
  padding: 0 0 3rem;
}
.error404 .content .container {
  display: block;
  padding-top: 3rem;
  clear: both;
  *zoom: 1;
}
.error404 .content .container:before {
  content: '';
  display: table;
}
.error404 .content .container:after {
  content: '';
  display: table;
  clear: both;
}
.error404 .content .container::before,
    .error404 .content .container::after {
  clear: both;
  content: '';
  display: block;
}
.error404 .content h1 {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 0.3em;
}
.error404 .content h2 {
  color: #a89777;
}
.error404 .content img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .error404 .content img {
    float: right;
    margin: 0 0 0 2rem
  }
}
.single-plan .site-wrapper > .content {
  background-color: #fff;
}
.single-plan .single-plan-detail {
  position: relative;
}
.single-plan .breadcrumbs {
  padding: 0 0.5rem;
}
.single-plan .plan-favorite-button {
  position: fixed;
  right: 0;
  top: 6rem;
  transform: scale(0.75);
  transform-origin: right;
}
@media (min-width: 768px) {
  .single-plan .plan-favorite-button {
    top: 12.4rem;
    transform: scale(1)
  }
}
.single-plan .plan-details {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 768px) {
  .single-plan .plan-details {
    padding: 5rem 0
  }
}
.single-plan .plan-details .sidebar {
  display: none;
}
@media (min-width: 992px) {
  .single-plan .plan-details .sidebar {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (30px - 30px * 1/4))
  }
  .single-plan .plan-details .sidebar:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-plan .plan-details .sidebar:last-child {
    margin-right: 0
  }
  .single-plan .plan-details .sidebar:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 992px) {
  .single-plan .plan-details .main {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 3/4 - (30px - 30px * 3/4))
  }
  .single-plan .plan-details .main:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .single-plan .plan-details .main:last-child {
    margin-right: 0
  }
  .single-plan .plan-details .main:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
  }
}
/* Fix slider width issue */
.single-plan .plan-details .container {
  display: block;
}
@media (min-width: 992px) {
  .single-plan .plan-details .container {
    display: -ms-flexbox;
    display: flex
  }
}
.single-plan .plan-header {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 1rem 0 0;
  padding: 0 0.5rem 1rem;
}
@media (min-width: 768px) {
  .single-plan .plan-header {
    border: none;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0
  }
}
.single-plan .plan-header .title {
  width: auto;
}
.single-plan .plan-header .title h1 {
  color: #3a759a;
  margin: 0.25rem 0 1rem;
}
@media (min-width: 992px) {
  .single-plan .plan-header .title h1 {
    color: #333;
    margin: 0.25rem 0 1.5rem
  }
}
.single-plan .plan-header .pricing {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .single-plan .plan-header .pricing {
    background: #f4f3f1;
    max-width: 37rem;
    padding: 1.5rem 2.5rem 1.75rem
  }
}
.single-plan .plan-header .pricing p {
  display: block;
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 640px) {
  .single-plan .plan-header .pricing p {
    font-size: 1.6rem
  }
}
.single-plan .plan-header .pricing .price {
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  margin-left: 0.5rem;
  opacity: 0;
  transition: all 0.5s ease;
}
.single-plan .plan-header .pricing .price.show {
  opacity: 1;
}
.single-plan .plan-header .pricing .number {
  font-family: ProximaNova-Bold;
}
.single-plan .plan-header .pricing .tip .msg {
  left: -300%;
}
@media (min-width: 640px) {
  .single-plan .plan-header .pricing .tip .msg {
    left: initial
  }
}
.single-plan .plan-header .pricing .custom-select {
  margin: 0;
  width: 100%;
}
@media (min-width: 640px) {
  .single-plan .plan-header .pricing .custom-select {
    min-width: 20rem
  }
}
@media (min-width: 768px) {
  .single-plan .plan-header .pricing .custom-select {
    min-width: 0
  }
}
.single-plan .plan-description {
  margin: 2rem 0 2.5rem;
  padding: 0 0.5rem 3rem;
}
@media (min-width: 768px) {
  .single-plan .plan-description {
    border-bottom: 1px solid rgba(151,151,151, 0.44);
    padding: 0 0 3rem
  }
}
.single-plan .plan-tours {
  background-color: #f4f3f1;
  margin: 0 -1.5rem 1.5rem -1.5rem;
  padding: 3.5rem 2rem 1.5rem;
}
@media (min-width: 768px) {
  .single-plan .plan-tours {
    background-color: transparent;
    border-bottom: 1px solid rgba(151,151,151, 0.44);
    margin: 0 0 2.5rem;
    padding: 2rem 2rem 5rem 2.5rem
  }
}
.single-plan .plan-tours > h2,
        .single-plan .plan-tours > p {
  margin: 0 0 0.75rem;
}
.single-plan .plan-tours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-plan .plan-tours .slider {
  margin: 2rem 0 0;
  max-width: 30rem;
}
@media (min-width: 640px) {
  .single-plan .plan-tours .slider {
    max-width: none
  }
}
@media (min-width: 768px) {
  .single-plan .plan-tours .slider {
    max-width: 68rem
  }
}
@media (min-width: 1200px) {
  .single-plan .plan-tours .slider {
    max-width: none
  }
}
.single-plan .plan-tours .slides .slick-track {
  margin-left: 0;
}
.single-plan .plan-tours .slick-arrow {
  height: 4.8rem;
  opacity: 1;
  width: 1.8rem;
}
.single-plan .plan-tours .slick-arrow::after {
  color: #cdc8be;
  font-size: 4.8rem;
}
.single-plan .plan-tours .slick-next {
  right: -0.5rem;
}
@media (min-width: 768px) {
  .single-plan .plan-tours .slick-next {
    right: -1.5rem
  }
}
@media (min-width: 1200px) {
  .single-plan .plan-tours .slick-next {
    right: -4.5rem
  }
}
.single-plan .plan-tours .slick-prev {
  display: none !important;
}
.single-plan .plan-tours .product-item {
  margin: 0 2.5rem 0 0;
  width: calc(100% - 2.5rem);
}
.single-plan .plan-tours .product-item .image img {
  height: 13.5rem;
}
.single-plan .plan-tours .product-item .date {
  display: none;
}
.single-plan .plan-tours .product-item .location {
  margin: 0.8rem 0 0 0.7rem;
}
.single-plan .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 3rem 0 6rem;
}
@media (min-width: 768px) {
  .single-plan .row {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row
  }
}
.single-plan .plan-pdf {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  -ms-flex: 1;
      flex: 1;
  padding: 1.5rem 0.5rem 4rem;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .single-plan .plan-pdf {
    border: none;
    padding: 0 3rem
  }
}
@media (min-width: 992px) {
  .single-plan .plan-pdf {
    padding: 0 6rem
  }
  .single-plan .plan-pdf::after {
    background: #979797;
    content: '';
    height: 40rem;
    opacity: 0.44;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.single-plan .plan-pdf .image {
  border: solid 1px #e5e9ea;
}
.single-plan .plan-pdf .image img {
  display: block;
}
.single-plan .plan-pdf h2 {
  display: none;
}
@media (min-width: 768px) {
  .single-plan .plan-pdf h2 {
    display: block
  }
}
.single-plan .plan-pdf .button {
  margin: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .single-plan .plan-pdf .button {
    margin-top: -1.8rem
  }
}
.single-plan .tools {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  -ms-flex: 1;
      flex: 1;
  padding: 1.5rem 2rem 4rem;
}
@media (min-width: 768px) {
  .single-plan .tools {
    border: none;
    padding: 0 3rem
  }
}
@media (min-width: 992px) {
  .single-plan .tools {
    padding: 0 6rem
  }
}
.single-plan .tools ul {
  color: #3a759a;
  margin: 0 0 0 1.8rem;
  padding: 0;
}
.single-plan .tools li {
  color: #3a759a;
  margin: 0 0 0.4rem;
  padding: 0 0 0 1.5rem;
}
.single-plan .tools h2 .icon {
  margin: 0 1rem 0 0;
}
.single-plan .tools .virtual-tours {
  margin: 0 0 6rem;
}
.single-plan .related-plans {
  border-top: 1px solid rgba(151,151,151, 0.44);
  margin: 0 0 1.5rem;
  padding: 3.5rem 0 1.5rem;
}
@media (min-width: 768px) {
  .single-plan .related-plans {
    margin: 0 0 2.5rem;
    padding: 2rem 2rem 5rem 2.5rem
  }
}
.single-plan .related-plans > h2,
        .single-plan .related-plans > p {
  margin: 0 0 0.75rem;
}
.single-plan .related-plans .plan-list {
  margin: 3rem 0;
}
.single-plan .related-plans ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-plan .related-plans li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (7px - 7px * 1/2));
  margin-bottom: 1rem;
}
.single-plan .related-plans li:nth-child(1n) {
  margin-right: 7px;
  margin-left: 0;
}
.single-plan .related-plans li:last-child {
  margin-right: 0;
}
.single-plan .related-plans li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .single-plan .related-plans li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
    margin-bottom: 0
  }
  .single-plan .related-plans li:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0
  }
  .single-plan .related-plans li:last-child {
    margin-right: 0
  }
  .single-plan .related-plans li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
  .single-plan .related-plans li:nth-child(4) {
    display: none;
  }
}
.single-plan .related-plans .plan-item {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.single-plan .related-plans .plan-item .plan-favorite-button {
  display: none;
}
.single-plan .related-plans .plan-item img {
  max-height: 14.3rem;
}
.single-plan .related-plans .plan-item .title p {
  font-size: 1.4rem;
  line-height: 0.8;
}
@media (min-width: 992px) {
  .single-plan .related-plans .plan-item .title p {
    font-size: 1.7rem
  }
}
.single-plan .related-plans .plan-item .specs {
  padding: 0.75rem 2.5rem;
}
@media (min-width: 768px) {
  .single-plan .related-plans .plan-item .specs {
    padding: 0.75rem 1.5rem 0.5rem
  }
}
.single-plan .related-plans .plan-item .specs p {
  font-size: 1rem;
}
.single-plan .related-plans .plan-item .specs .count {
  font-size: 1.5rem;
}
.single-plan .related-plans .plan-item .elevation-count {
  display: none;
}
.single-plan .related-plans .button {
  text-align: center;
  width: 100%;
}
.post-type-archive-plan .plan-overview {
  background: #fff;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .post-type-archive-plan .archive-page-header {
    margin-bottom: 5.5rem
  }
}
.post-type-archive-plan .plan-filters {
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  height: 4.4rem;
  overflow: hidden;
  z-index: 3;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters {
    background-color: #fcfbf9;
    border-top: 1px solid rgba(151,151,151, 0.44);
    display: block;
    height: 5.5rem;
    margin-top: -5.5rem;
    overflow: visible;
    padding: 0.5rem 0;
    position: absolute;
    width: 100%;
    z-index: 11
  }
}
.post-type-archive-plan .plan-filters.fixed {
  margin-top: 0;
  position: fixed;
  top: 5.2rem;
}
.post-type-archive-plan .plan-filters.open {
  overflow: visible;
}
.post-type-archive-plan .plan-filters.open .filter-toggle .fa {
  transform: translateY(-50%) rotate(180deg);
}
.post-type-archive-plan .plan-filters .container {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .container {
    -ms-flex-direction: row;
        flex-direction: row
  }
}
.post-type-archive-plan .plan-filters .filter-toggle {
  background: #fff;
  display: block;
  height: 4.4rem;
  margin: 0 -1.5rem;
  padding: 1.1rem 1.5rem;
  position: relative;
  vertical-align: middle;
  width: calc(100% + 3rem);
  z-index: 2;
}
@media (min-width: 768px) {
  .post-type-archive-plan .plan-filters .filter-toggle {
    margin: 0 -3rem;
    min-width: 12rem;
    width: calc(100% + 6rem)
  }
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .filter-toggle {
    background: transparent;
    cursor: default;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto
  }
}
.post-type-archive-plan .plan-filters .filter-toggle p {
  color: #428ebc;
  display: inline-block;
  font-family: ProximaNova-Bold;
  margin: 0;
  vertical-align: middle;
}
.post-type-archive-plan .plan-filters .filter-toggle .fa {
  font-size: 2.2rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .filter-toggle .fa {
    display: none
  }
}
.post-type-archive-plan .plan-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  display: block;
  margin: 4.4rem 0 0;
  padding: 0 1.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters ul {
    -ms-flex-align: center;
        align-items: center;
    background-color: #fcfbf9;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: left
  }
}
.post-type-archive-plan .plan-filters li {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0 0 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters li {
    display: inline-block;
    margin: 0 0.6rem
  }
}
.post-type-archive-plan .plan-filters li:first-child {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters li:first-child {
    margin-top: 0
  }
}
.post-type-archive-plan .plan-filters li:last-child {
  margin-right: 0;
}
.post-type-archive-plan .plan-filters .facetwp-facet {
  margin: 0;
}
.post-type-archive-plan .plan-filters .facet-type-checkbox {
  font-size: 1.3rem;
  line-height: 1.1;
  margin-top: 0.5rem;
}
.post-type-archive-plan .plan-filters .facet-type-checkbox .facetwp-checkbox {
  margin-left: auto;
  margin-right: auto;
  max-width: 12rem;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .facet-type-dropdown {
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 18rem
  }
}
.post-type-archive-plan .plan-filters .facet-type-dropdown > span {
  display: block;
  width: 100%;
}
.post-type-archive-plan .plan-filters .facet-type-dropdown .facetwp-type-dropdown {
  width: 100%;
}
.post-type-archive-plan .plan-filters .facet-type-dropdown select {
  font-size: 1.3rem;
}
.post-type-archive-plan .plan-filters .facet-type-slider {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .facet-type-slider {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-positive: 1.5;
        flex-grow: 1.5;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 0.5rem
  }
}
.post-type-archive-plan .plan-filters .facet-type-slider .facetwp-type-slider {
  margin-top: 1rem;
}
.post-type-archive-plan .plan-filters .facet-type-slider .facetwp-type-slider .facetwp-slider-reset {
  display: none !important;
}
.post-type-archive-plan .plan-filters .facet-type-slider .label {
  display: block;
  font-family: ProximaNova-Bold;
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0 3rem 0 0;
  text-align: right;
  width: 6.5rem;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .facet-type-slider .label {
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin: 0 1.25rem 0 0;
    text-align: left;
    width: auto
  }
}
.post-type-archive-plan .plan-filters .facet-type-slider > span:not(.label) {
  width: calc(100% - 13rem);
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .facet-type-slider > span:not(.label) {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto
  }
}
.post-type-archive-plan .plan-filters .facet-type-slider .facetwp-slider-wrap {
  padding-bottom: 0;
  width: 100%;
}
.post-type-archive-plan .plan-filters .facet-type-slider .facetwp-slider-label {
  display: block;
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
  text-align: center;
  width: 100%;
}
.post-type-archive-plan .plan-filters .facet-type-slider .noUi-horizontal {
  height: 1.2rem;
}
.post-type-archive-plan .plan-filters .facet-type-slider .noUi-horizontal .noUi-handle {
  height: 2rem;
  right: -1rem;
  top: -0.5rem;
  width: 2rem;
}
.post-type-archive-plan .plan-filters .facet-type-slider .noUi-target {
  box-shadow: none;
  padding: 0;
}
.post-type-archive-plan .plan-filters .facet-type-slider .noUi-handle {
  border-radius: 50%;
  box-shadow: none;
}
.post-type-archive-plan .plan-filters .facet-type-slider .noUi-handle::before,
                .post-type-archive-plan .plan-filters .facet-type-slider .noUi-handle::after {
  display: none;
}
.post-type-archive-plan .plan-filters .filter-bed {
  margin-right: 1.5rem;
  width: calc(49% - 0.75rem);
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .filter-bed {
    margin-right: 0
  }
}
.post-type-archive-plan .plan-filters .filter-bath {
  width: calc(49% - 0.75rem);
}
.post-type-archive-plan .plan-filters .filter-bed,
        .post-type-archive-plan .plan-filters .filter-bath {
  display: inline-block;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .filter-bed,
        .post-type-archive-plan .plan-filters .filter-bath {
    margin: 0 0.6rem;
    width: auto
  }
}
@media (min-width: 1200px) {
  .post-type-archive-plan .plan-filters .filter-price,
        .post-type-archive-plan .plan-filters .filter-sqft {
    width: 19rem
  }
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .filter-vt {
    display: none
  }
}
@media (min-width: 1200px) {
  .post-type-archive-plan .plan-filters .filter-vt {
    display: block;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 12rem
  }
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .apply {
    display: none
  }
}
.post-type-archive-plan .plan-filters .facet-apply button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-blend-mode: multiply, normal;
  background-color: #428ebc;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#428ebc, #428ebc);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: auto;
  line-height: normal;
  margin: 0;
  min-height: 4rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  vertical-align: middle;
  width: 100%;
}
.post-type-archive-plan .plan-filters .facet-apply button:hover,
    .post-type-archive-plan .plan-filters .facet-apply button:active,
    .post-type-archive-plan .plan-filters .facet-apply button:focus,
    .post-type-archive-plan .plan-filters .facet-apply button:active:not(.inactive):not(.link) {
  background: transparent;
  background-color: #428ebc;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#428ebc, #428ebc);
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.post-type-archive-plan .plan-filters .facet-apply button:active,
    .post-type-archive-plan .plan-filters .facet-apply button:focus {
  box-shadow: none;
}
.post-type-archive-plan .plan-filters .facet-reset button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #428ebc;
  height: auto;
  padding: 0;
  text-shadow: none;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-filters .facet-reset button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    background-blend-mode: multiply, normal;
    background-color: #f4f3f1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(88, 88, 88, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(#f4f3f1, #f4f3f1);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    min-height: 4rem;
    padding: 1.1rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
    vertical-align: middle;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(88, 88, 88, 0.1), rgba(0, 0, 0, 0.15)), linear-gradient(#f4f3f1, #f4f3f1);
    color: #666;
    text-shadow: 0 0.5px 0 #fff
  }
  .post-type-archive-plan .plan-filters .facet-reset button:hover,
    .post-type-archive-plan .plan-filters .facet-reset button:active,
    .post-type-archive-plan .plan-filters .facet-reset button:focus,
    .post-type-archive-plan .plan-filters .facet-reset button:active:not(.inactive):not(.link) {
    background: transparent;
    background-color: #f4f3f1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(88, 88, 88, 0.2), rgba(0, 0, 0, 0.3)),
            linear-gradient(#f4f3f1, #f4f3f1);
    border: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    outline: none;
  }
  .post-type-archive-plan .plan-filters .facet-reset button:active,
    .post-type-archive-plan .plan-filters .facet-reset button:focus {
    box-shadow: none;
  }
}

.post-type-archive-plan .featured-plans {
  background: #eceae7;
  padding: 1rem 0 4rem;
}
.post-type-archive-plan .featured-plans > .title h2 {
  font-size: 2.4rem;
}
.post-type-archive-plan .featured-plans .slider {
  overflow: hidden;
}
.post-type-archive-plan .featured-plans .slides {
  width: 100%;
}
.post-type-archive-plan .featured-plans .slick-next,
.post-type-archive-plan .featured-plans .slick-prev {
  display: block;
  height: 3.3rem;
  margin-top: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 3.3rem;
}
@media (min-width: 768px) {
  .post-type-archive-plan .featured-plans .slick-next,
  .post-type-archive-plan .featured-plans .slick-prev {
    opacity: 0;
    visibility: visible
  }
}
.post-type-archive-plan .featured-plans .slick-next::before, .post-type-archive-plan .featured-plans .slick-prev::before {
  color: #2d4a5c;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  margin-top: -0.1rem;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.post-type-archive-plan .featured-plans .slick-next::after, .post-type-archive-plan .featured-plans .slick-prev::after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  content: '';
  height: 3.3rem;
  width: 3.3rem;
}
.post-type-archive-plan .featured-plans .slick-next {
  right: 2.25rem;
}
@media (min-width: 768px) {
  .post-type-archive-plan .featured-plans .slick-next {
    right: -2.25rem
  }
}
.post-type-archive-plan .featured-plans .slick-prev {
  left: 2.25rem;
}
@media (min-width: 768px) {
  .post-type-archive-plan .featured-plans .slick-prev {
    left: -2.25rem
  }
}
.post-type-archive-plan .featured-plans .slick-prev::before {
  content: '\f104';
  left: 1.125rem;
}
.post-type-archive-plan .featured-plans:hover .slick-next {
  opacity: 1;
  right: 2.25rem;
}
.post-type-archive-plan .featured-plans:hover .slick-prev {
  left: 2.25rem;
  opacity: 1;
}
.post-type-archive-plan .featured-plans ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.post-type-archive-plan .featured-plans li {
  padding: 0 0 1rem;
}
.post-type-archive-plan .featured-plans .plan-item {
  margin: 0 1rem;
  width: calc(100% - 2rem);
}
.post-type-archive-plan .featured-plans .plan-item img {
  max-height: 14.3rem;
}
.post-type-archive-plan .featured-plans .plan-item .title p {
  font-size: 1.7rem;
  line-height: 0.8;
}
.post-type-archive-plan .featured-plans .plan-item .specs {
  padding: 0.75rem 2.5rem 2.25rem;
}
@media (min-width: 768px) {
  .post-type-archive-plan .featured-plans .plan-item .specs {
    padding: 0.75rem 1.5rem 0.5rem
  }
}
.post-type-archive-plan .featured-plans .plan-item .specs p {
  font-size: 1.2rem;
}
.post-type-archive-plan .featured-plans .plan-item .specs .count {
  font-size: 1.9rem;
}
.post-type-archive-plan .plans-grid {
  opacity: 1;
  padding: 2.5rem 0;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  .post-type-archive-plan .plans-grid {
    padding: 4.5rem 0
  }
}
.post-type-archive-plan .plans-grid.loading {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.post-type-archive-plan .plans-grid .container {
  display: block;
}
.post-type-archive-plan .plans-grid .count h2 {
  margin-top: 0;
  width: 100%;
}
.post-type-archive-plan .plans-grid .count h2 div {
  display: inline-block;
}
.post-type-archive-plan .plans-grid .plan-item .specs p .count {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .post-type-archive-plan .plans-grid .plan-item .specs p .count {
    font-size: 2.2rem
  }
}
.post-type-archive-plan .plan-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-plan .plan-list .plan-list-item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
  margin-bottom: 2.5rem;
}
.post-type-archive-plan .plan-list .plan-list-item:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0;
}
.post-type-archive-plan .plan-list .plan-list-item:last-child {
  margin-right: 0;
}
.post-type-archive-plan .plan-list .plan-list-item:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .post-type-archive-plan .plan-list .plan-list-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3))
  }
  .post-type-archive-plan .plan-list .plan-list-item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .post-type-archive-plan .plan-list .plan-list-item:last-child {
    margin-right: 0
  }
  .post-type-archive-plan .plan-list .plan-list-item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.page-virtual-tours .site-wrapper > .content {
  background-color: #fff;
}
.page-virtual-tours .page-header {
  padding: 0 0 1rem;
}
@media (min-width: 768px) {
  .page-virtual-tours .page-header {
    margin: 0 0 2.5rem
  }
}
.page-virtual-tours .page-header > .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.page-virtual-tours .page-header .breadcrumbs {
  margin: 2.5rem 0 1rem;
}
@media (min-width: 992px) {
  .page-virtual-tours .page-header .title {
    padding-right: 54rem
  }
}
.page-virtual-tours .page-header .title h1 {
  margin: 0;
}
@media (min-width: 992px) {
  .page-virtual-tours .page-header .intro {
    padding-right: 54rem
  }
}
.page-virtual-tours .page-header .intro p:last-child {
  margin-bottom: 0;
}
.page-virtual-tours .plan-select {
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: 1px solid rgba(151,151,151, 0.44);
  border-top: 1px solid rgba(151,151,151, 0.44);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 1.75rem 0 1.5rem;
  padding: 1.5rem 0;
  width: 100%;
}
@media (min-width: 992px) {
  .page-virtual-tours .plan-select {
    -ms-flex-align: center;
        align-items: center;
    background: #f4f3f1;
    border: none;
    bottom: 0;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 0 0 0.75rem;
    padding: 1.4rem 2.5rem;
    position: absolute;
    right: 1.5rem;
    width: 51rem
  }
}
.page-virtual-tours .plan-select p {
  display: block;
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 640px) {
  .page-virtual-tours .plan-select p {
    font-size: 1.6rem
  }
}
@media (min-width: 992px) {
  .page-virtual-tours .plan-select p {
    margin-bottom: 0
  }
}
.page-virtual-tours .plan-select .price {
  display: inline-block;
  font-family: ProximaNova-Regular, 'Helvetica', 'Arial', sans-serif;
  margin-left: 0.5rem;
  opacity: 0;
  transition: all 0.5s ease;
}
.page-virtual-tours .plan-select .price.show {
  opacity: 1;
}
.page-virtual-tours .plan-select .custom-select {
  margin: 0;
  width: 100%;
}
@media (min-width: 640px) {
  .page-virtual-tours .plan-select .custom-select {
    min-width: 20rem
  }
}
@media (min-width: 992px) {
  .page-virtual-tours .plan-select .custom-select {
    width: 21.2rem
  }
}
.page-virtual-tours .virtual-tours-list {
  width: 100%;
}
.page-virtual-tours .virtual-tours-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-virtual-tours .virtual-tours-list li {
  margin: 0 0 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-virtual-tours .virtual-tours-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (4.5rem - 4.5rem * 1/2))
  }
  .page-virtual-tours .virtual-tours-list li:nth-child(1n) {
    margin-right: 4.5rem;
    margin-left: 0
  }
  .page-virtual-tours .virtual-tours-list li:last-child {
    margin-right: 0
  }
  .page-virtual-tours .virtual-tours-list li:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}
@media (min-width: 992px) {
  .page-virtual-tours .virtual-tours-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (4.5rem - 4.5rem * 1/3))
  }
  .page-virtual-tours .virtual-tours-list li:nth-child(1n) {
    margin-right: 4.5rem;
    margin-left: 0
  }
  .page-virtual-tours .virtual-tours-list li:last-child {
    margin-right: 0
  }
  .page-virtual-tours .virtual-tours-list li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.page-virtual-tours .virtual-tour-item {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
}
.page-virtual-tours .virtual-tour-item .title p {
  font-size: 1.9rem;
  text-transform: none;
}
.page-virtual-tours .virtual-tour-item .image img {
  height: 18rem;
}
.page-virtual-tours .virtual-tour-item .image .icon {
  display: none;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.page-virtual-tours .virtual-tour-item .specs {
  padding: 1rem 3rem;
}
.page-virtual-tours .virtual-tour-item .view-plan {
  color: #3a759a;
}
.page-virtual-tours .virtual-tour-item .view-plan .fa {
  display: block;
  font-size: 3.4rem;
}
.page-virtual-tours .virtual-tour-item .view-plan span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0.5rem 0 0;
}
.page-virtual-tours .virtual-tour-item.tour-type-matterport .icon-360-tour, .page-virtual-tours .virtual-tour-item.tour-type-bdx .icon-360-tour {
  display: block;
}
.page-virtual-tours .virtual-tour-item.tour-type-obeo .icon-photo-tour {
  display: block;
}
.page-virtual-tours .virtual-tour-item.tour-type-youtube .icon-video-play {
  display: block;
}
/* User favorites page */
.page-template-default.page-my-favorites .plans-saved-teaser {
  background-image: url('../img/inset-favorites-home-grid-teaser-mobile-2x.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-default.page-my-favorites .plans-saved-teaser {
    background-image: url('../img/inset-favorites-home-grid-teaser-desktop-2x.jpg');
    padding-bottom: 48%
  }
}
.page-template-default.page-my-favorites .plans-saved-teaser .text {
  left: 50%;
  margin: 0 auto;
  max-width: 58rem;
  padding: 0 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-default.page-my-favorites .plans-saved-teaser .text {
    padding: 0;
    text-align: center
  }
}
.page-template-default.page-my-favorites .no-plans-saved .image {
  margin-bottom: 2rem;
}
.page-template-default.page-my-favorites .page-content .plan-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default.page-my-favorites .page-content .plan-list li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (10px - 10px * 1/2));
}
.page-template-default.page-my-favorites .page-content .plan-list li:nth-child(1n) {
  margin-right: 10px;
  margin-left: 0;
}
.page-template-default.page-my-favorites .page-content .plan-list li:last-child {
  margin-right: 0;
}
.page-template-default.page-my-favorites .page-content .plan-list li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-template-default.page-my-favorites .page-content .plan-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3))
  }
  .page-template-default.page-my-favorites .page-content .plan-list li:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }
  .page-template-default.page-my-favorites .page-content .plan-list li:last-child {
    margin-right: 0
  }
  .page-template-default.page-my-favorites .page-content .plan-list li:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }
}
.page-template-default.page-my-favorites .plan-item {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .page-template-default.page-my-favorites .plan-item {
    margin-bottom: 2.5rem
  }
}
.page-template-default.page-my-favorites .plan-item .title p {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .page-template-default.page-my-favorites .plan-item .title p {
    font-size: 1.7rem
  }
}
@media (min-width: 768px) {
  .page-template-default.page-my-favorites .plan-item .specs {
    padding: 0.5rem 1rem
  }
}
.page-template-default.page-my-favorites .plan-item .specs p {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .page-template-default.page-my-favorites .plan-item .specs p {
    font-size: 1.2rem
  }
}
.page-template-default.page-my-favorites .plan-item .specs .count {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .page-template-default.page-my-favorites .plan-item .specs .count {
    font-size: 1.9rem
  }
}
@media (min-width: 768px) {
  .page-template-default.page-my-favorites .plan-item .image img {
    height: 14.1rem
  }
}
.page-template-default.page-partners .page-content .logos {
  background-color: #eceae7;
  float: left;
  padding-left: 15px;
  padding-top: 9px;
}
.page-template-default.page-partners .page-content .logos a {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  margin: 0 19px 20px 0;
  min-height: 103px;
  text-align: center;
  width: calc(100% - 19px);
}
@media (min-width: 992px) {
  .page-template-default.page-partners .page-content .logos a {
    display: inline-block;
    width: calc(50% - 19px)
  }
}
@media (min-width: 1200px) {
  .page-template-default.page-partners .page-content .logos a {
    width: initial
  }
}
.page-template-default.page-partners .page-content .logos a img {
  height: 100px;
  margin: 0 auto;
  max-height: 100px;
  max-width: 100%;
  width: auto;
}
.page-template-default.page-partners .page-content .logos a:hover {
  box-shadow: 0 1px 5px 0 #21201f;
}

/*# sourceMappingURL=maps/main.css.map */
