@charset "UTF-8";
/*!
Theme Name: sierra-ridge
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sierra-ridge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "karlaRegular";
  src: url("fonts/Karla/Karla-Regular.eot");
  src: url("fonts/Karla/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Karla/Karla-Regular.woff2") format("woff2"), url("fonts/Karla/Karla-Regular.woff") format("woff"), url("fonts/Karla/Karla-Regular.ttf") format("truetype"), url("fonts/Karla/Karla-Regular.svg#Karla") format("svg");
}
@font-face {
  font-family: "karlaBold";
  src: url("fonts/Karla/Karla-Bold.eot");
  src: url("fonts/Karla/Karla-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Karla/Karla-Bold.woff2") format("woff2"), url("fonts/Karla/Karla-Bold.woff") format("woff"), url("fonts/Karla/Karla-Bold.ttf") format("truetype"), url("fonts/Karla/Karla-Bold.svg#Karla") format("svg");
}
@font-face {
  font-family: "aquaFont";
  src: url("fonts/aqua.eot");
  src: url("fonts/aqua.eot?#iefix") format("embedded-opentype"), url("fonts/aqua.woff2") format("woff2"), url("fonts/aqua.woff") format("woff"), url("fonts/aqua.ttf") format("truetype"), url("fonts/aqua.svg#Aqua Grotesque") format("svg");
}
@font-face {
  font-family: "ArnoPro-subHead";
  src: url("fonts/ArnoPro-Subhead.eot");
  src: url("fonts/ArnoPro-Subhead.eot?#iefix") format("embedded-opentype"), url("fonts/ArnoPro-Subhead.woff2") format("woff2"), url("fonts/ArnoPro-Subhead.woff") format("woff"), url("fonts/ArnoPro-Subhead.ttf") format("truetype"), url("fonts/ArnoPro-Subhead.svg#Arno Pro") format("svg");
}
@font-face {
  font-family: "mrsEavesRoman";
  src: url("fonts/MrsEavesRoman.eot");
  src: url("fonts/MrsEavesRoman.eot?#iefix") format("embedded-opentype"), url("fonts/MrsEavesRoman.woff2") format("woff2"), url("fonts/MrsEavesRoman.woff") format("woff"), url("fonts/MrsEavesRoman.ttf") format("truetype"), url("fonts/MrsEavesRoman.svg#MrsEavesRoman") format("svg");
}
@font-face {
  font-family: "ArnoPro-Regular";
  src: url("fonts/ArnoPro-Regular.eot");
  src: url("fonts/ArnoPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ArnoPro-Regular.woff2") format("woff2"), url("fonts/ArnoPro-Regular.woff") format("woff"), url("fonts/ArnoPro-Regular.ttf") format("truetype"), url("fonts/ArnoPro-Regular.svg#Arno Pro") format("svg");
}
@font-face {
  font-family: "mrsEavesSmallCaps";
  src: url("fonts/MrsEavesSmallCaps.eot");
  src: url("fonts/MrsEavesSmallCaps.eot?#iefix") format("embedded-opentype"), url("fonts/MrsEavesSmallCaps.woff2") format("woff2"), url("fonts/MrsEavesSmallCaps.woff") format("woff"), url("fonts/MrsEavesSmallCaps.ttf") format("truetype"), url("fonts/MrsEavesSmallCaps.svg#MrsEavesSmallCaps") format("svg");
}
/*--------------------------------------------------------------
# PADDING
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  box-sizing: border-box;
  z-index: 1000;
  top: 0;
  position: sticky;
  background-color: #AD976E;
}
.site-header h1, .site-header a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header .menu-item a {
  transition: all 0.5s ease-in-out;
  /* vendorless fallback */
  -o-transition: all 0.5s ease-in-out;
  /* opera */
  -ms-transition: all 0.5s ease-in-out;
  /* IE 10 */
  -moz-transition: all 0.5s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.5s ease-in-out;
  /*safari and chrome */
}
.site-header .site-branding {
  padding: 2.5rem;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: max-height 0.7s linear;
}
.site-header .site-branding .fixed-nav-content {
  display: flex;
  flex-direction: row;
}
.site-header .site-branding .fixed-nav-content .site-title {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0.08rem;
  color: #ffffff;
  font-family: "aquaFont";
  text-transform: uppercase;
  line-height: 2.1;
}
.site-header .site-branding .fixed-nav-content .navigation-logo {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
}
.site-header .site-branding .desktop-nav-cta {
  display: none;
}
.site-header .site-branding .desktop-nav {
  display: none;
}
.site-header .site-branding .desktop-nav .menu-main-menu-container {
  margin: 0 auto;
}
.site-header .site-branding .desktop-nav .menu-main-menu-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-branding .desktop-nav .menu-main-menu-container ul li {
  margin-right: 1rem;
  font-size: 1.25rem;
  font-family: "karlaRegular";
  vertical-align: middle;
  line-height: 2;
}
.site-header .site-branding .collapsible {
  line-height: 2.3;
}
.site-header .site-branding .collapsible img {
  width: 1rem;
}
.site-header .site-branding .mobile-nav {
  display: none;
}
.site-header .site-branding .navigation-register-cta form * {
  transition-timing-function: all ease;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.site-header .site-branding .navigation-register-cta form a {
  margin: 0 !important;
  border-radius: 5rem !important;
  border: solid #ffffff 0.08rem !important;
  padding: 0.5rem 1.5rem !important;
  background-color: #AD976E !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  line-height: 2.5 !important;
}
.site-header .site-branding .navigation-register-cta form a:hover, .site-header .site-branding .navigation-register-cta form a:active, .site-header .site-branding .navigation-register-cta form a:focus {
  box-shadow: inset 0 15rem 0 1.5rem #241c02;
}
.site-header .main-navigation {
  margin: auto 0;
}
.site-header .main-navigation button {
  display: none;
}
.site-header .sub-header {
  display: flex;
  background-color: #ddd5c6;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.site-header .sub-header :nth-child(1) {
  margin-left: auto;
  margin-right: 2.5rem;
}
.site-header .sub-header :nth-child(2) {
  margin-right: auto;
  margin-left: 0;
}
.site-header .sub-header a {
  margin: 1rem auto;
  text-decoration: none;
}
.site-header .sub-header a h2 {
  color: #AD976E;
  font-size: 1rem;
  font-family: "karlaRegular";
  margin: 0 !important;
}

@media (min-width: 400px) {
  .site-header .site-branding .site-title {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 1300px) {
  .site-header .site-branding .desktop-nav-cta {
    display: block;
  }
  .site-header .site-branding .desktop-nav {
    display: block;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container {
    margin: 0 auto;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul .current-menu-item a {
    font-weight: bold !important;
    border-bottom: 0.08rem solid white !important;
    padding-bottom: 0.5rem !important;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul li {
    margin-right: 1rem;
    font-size: 1.25rem;
    font-family: "karlaRegular";
    vertical-align: middle;
    line-height: 2;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul li a {
    transition: all 0.25s ease-in-out;
    /* vendorless fallback */
    -o-transition: all 0.25s ease-in-out;
    /* opera */
    -ms-transition: all 0.25s ease-in-out;
    /* IE 10 */
    -moz-transition: all 0.25s ease-in-out;
    /* Firefox */
    -webkit-transition: all 0.25s ease-in-out;
    /*safari and chrome */
    border-bottom: 0rem solid #AD976E;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul li a:hover, .site-header .site-branding .desktop-nav .menu-main-menu-container ul li a:active, .site-header .site-branding .desktop-nav .menu-main-menu-container ul li a:focus {
    border-bottom: 0.05rem solid white;
    padding-bottom: 0.5rem;
    transition: all 0.41s ease-in-out;
    /* vendorless fallback */
    -o-transition: all 0.41s ease-in-out;
    /* opera */
    -ms-transition: all 0.41s ease-in-out;
    /* IE 10 */
    -moz-transition: all 0.41s ease-in-out;
    /* Firefox */
    -webkit-transition: all 0.41s ease-in-out;
    /*safari and chrome */
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul li:last-child {
    display: none;
  }
  .site-header .site-branding .collapsible {
    display: none;
  }
  .site-header .site-branding .mobile-nav {
    display: none;
  }
  .site-header .sub-header {
    display: flex;
    background-color: #ddd5c6;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }
  .site-header .sub-header :nth-child(1) {
    margin-left: auto;
    margin-right: 2.5rem;
  }
  .site-header .sub-header :nth-child(2) {
    margin-right: auto;
    margin-left: 0;
  }
  .site-header .sub-header a {
    margin: 1rem auto;
    text-decoration: none;
  }
  .site-header .sub-header a h2 {
    color: #AD976E;
    font-size: 1rem;
    font-family: "karlaRegular";
    margin: 0 !important;
  }
}
.site-footer .site-info .footer-cta {
  background-color: #AD976E;
  padding: 1rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.295);
}
.site-footer .site-info .footer-cta .cta-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.site-footer .site-info .footer-cta .cta-text-wrap .divider {
  display: none;
}
.site-footer .site-info .footer-cta .cta-text-wrap .cta-text, .site-footer .site-info .footer-cta .cta-text-wrap form {
  margin: 0 auto;
  color: #ffffff;
  font-family: "karlaRegular";
}
.site-footer .site-info .footer-cta .cta-text-wrap .cta-text {
  font-size: 1.2rem;
}
.site-footer .site-info .footer-cta .cta-text-wrap form {
  margin: 1.5rem auto 0.5rem auto;
}
.site-footer .site-info .footer-cta .cta-text-wrap form * {
  transition-timing-function: all ease;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.site-footer .site-info .footer-cta .cta-text-wrap form a {
  text-decoration: none;
  margin: 0;
  border-radius: 5rem;
  border: solid #ffffff 0.08rem;
  padding: 0.5rem 1.5rem;
  background-color: #AD976E;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.3;
}
.site-footer .site-info .footer-cta .cta-text-wrap form a:hover, .site-footer .site-info .footer-cta .cta-text-wrap form a:active, .site-footer .site-info .footer-cta .cta-text-wrap form a:focus {
  box-shadow: inset 0 15rem 0 1.5rem #241c02;
}
.site-footer .site-info .footer-body {
  background-color: #e0e6d4;
  padding: 2.5% 2.5% 0 2.5%;
}
.site-footer .site-info .footer-body .footer-info {
  margin-top: 2.5rem;
  justify-self: start;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.site-footer .site-info .footer-body .footer-info ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.site-footer .site-info .footer-body .footer-info ul :last-child {
  margin-bottom: 1rem;
}
.site-footer .site-info .footer-body .footer-info ul .footer-header, .site-footer .site-info .footer-body .footer-info ul li {
  text-align: center;
}
.site-footer .site-info .footer-body .footer-info ul .footer-header {
  font-family: "karlaRegular";
  color: #5A784D;
}
.site-footer .site-info .footer-body .footer-info ul li {
  font-family: "karlaRegular";
}
.site-footer .site-info .footer-body .footer-info ul .social-icons ul {
  display: flex;
  flex-direction: row;
  max-width: 9rem;
  justify-content: space-around;
}
.site-footer .site-info .footer-body .footer-info ul .social-icons ul li {
  margin-top: 1rem;
}
.site-footer .site-info .footer-body .footer-info ul .social-icons ul li .social-logo svg {
  width: 1rem;
  fill: #5A784D;
  transition-timing-function: all ease;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.site-footer .site-info .footer-body .footer-info ul .social-icons ul li .social-logo svg:hover {
  fill: #241c02;
}
.site-footer .site-info .footer-body .footer-info .google-map-footer {
  margin: 2.5rem auto;
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 200px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.295);
  z-index: 1;
}
.site-footer .site-info .footer-body .footer-info .google-map-footer img {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-position: 20% 20%;
}
.site-footer .site-info .footer-body .footer-info .google-map-footer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-footer .site-info .footer-body .branding ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .site-info .footer-body .branding ul li {
  margin: 0 auto;
}
.site-footer .site-info .footer-body .branding ul li img {
  max-height: 40px;
  margin: 1rem;
}
.site-footer .site-info .footer-body .fine-print p {
  font-family: "karlaRegular";
  color: #5A784D;
  font-size: 0.5rem;
  margin-bottom: 0;
}
.site-footer .site-info .footer-body .fine-print p strong a {
  color: #5A784D;
}

@media (min-width: 700px) {
  .site-footer .site-info .footer-cta .cta-text-wrap {
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 680px;
    margin: 0 auto;
  }
  .site-footer .site-info .footer-cta .cta-text-wrap span.cta-text.divider {
    margin: 0 !important;
  }
  .site-footer .site-info .footer-cta .cta-text-wrap .divider {
    display: block;
  }
  .site-footer .site-info .footer-cta .cta-text-wrap .cta-text, .site-footer .site-info .footer-cta .cta-text-wrap form {
    margin: 0 auto;
    color: #ffffff;
    line-height: 55px;
  }
  .site-footer .site-info .footer-body {
    background-color: #e0e6d4;
    padding: 8% 8% 0 8%;
  }
  .site-footer .site-info .footer-body .footer-info {
    margin-top: 0;
    display: grid;
    grid-template-areas: "ul1 map" "ul2 map" "ul3 map";
  }
  .site-footer .site-info .footer-body .footer-info :nth-child(1) {
    grid-area: ul1;
  }
  .site-footer .site-info .footer-body .footer-info :nth-child(2) {
    grid-area: ul2;
  }
  .site-footer .site-info .footer-body .footer-info :nth-child(3) {
    grid-area: ul3;
  }
  .site-footer .site-info .footer-body .footer-info ul {
    margin-bottom: 2.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 40vw;
  }
  .site-footer .site-info .footer-body .footer-info ul .footer-header, .site-footer .site-info .footer-body .footer-info ul li {
    text-align: left;
  }
  .site-footer .site-info .footer-body .footer-info ul .footer-header {
    color: #5A784D;
  }
  .site-footer .site-info .footer-body .footer-info ul .social-icons ul {
    display: flex;
    flex-direction: row;
    max-width: 9rem;
    justify-content: start;
  }
  .site-footer .site-info .footer-body .footer-info ul .social-icons ul li {
    margin-top: 1rem;
  }
  .site-footer .site-info .footer-body .footer-info ul .social-icons ul li :nth-child(1) {
    margin-right: 1rem;
  }
  .site-footer .site-info .footer-body .footer-info ul .social-icons ul li .social-logo svg {
    width: 1rem;
    fill: #5A784D;
    transition-timing-function: all ease;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .site-footer .site-info .footer-body .footer-info ul .social-icons ul li .social-logo svg:hover {
    fill: #241c02;
  }
  .site-footer .site-info .footer-body .footer-info .google-map-footer {
    grid-area: map;
    margin-top: 0;
    width: 45vw;
    height: 100%;
  }
  .site-footer .site-info .footer-body .footer-info .google-map-footer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .site-footer .site-info .footer-body .branding {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .site-footer .site-info .footer-body .branding ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .site-footer .site-info .footer-body .branding ul li {
    margin: 0 auto;
  }
  .site-footer .site-info .footer-body .fine-print {
    margin-top: 0;
  }
  .site-footer .site-info .footer-body .fine-print p {
    color: #5A784D;
    font-size: 0.5rem;
    margin-bottom: 0;
    padding: 0 0 2.5rem 0;
  }
}
@media (min-width: 700px) and (min-width: 750px) {
  .site-footer .site-info .footer-body .footer-info ul {
    width: 30vw;
  }
  .site-footer .site-info .footer-body .footer-info .google-map-footer {
    width: 50vw;
  }
}
@media (min-width: 700px) and (min-width: 1034px) {
  .site-footer .site-info .footer-body .footer-info ul {
    width: 20vw;
  }
  .site-footer .site-info .footer-body .footer-info .google-map-footer {
    width: 60vw;
  }
}
@media (min-width: 700px) and (min-width: 1200px) {
  .site-footer .site-info .footer-body {
    background-color: #e0e6d4;
    padding: 8% 8% 0 8%;
  }
  .site-footer .site-info .footer-body .footer-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-footer .site-info .footer-body .footer-info ul {
    margin-bottom: 2.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 17vw;
  }
  .site-footer .site-info .footer-body .footer-info ul .social-icons ul li {
    margin-top: 2.5rem;
  }
  .site-footer .site-info .footer-body .footer-info .google-map-footer {
    margin: 0;
    width: 30vw;
    height: 15vw;
    margin-left: 1rem;
  }
  .site-footer .site-info .footer-body .branding {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .site-footer .site-info .footer-body .branding ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
  }
  .site-footer .site-info .footer-body .branding ul li {
    margin: 0 5vw 0 0;
  }
  .site-footer .site-info .footer-body .fine-print {
    margin-top: 0;
  }
  .site-footer .site-info .footer-body .fine-print p {
    color: #5A784D;
    font-size: 0.5rem;
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/* Remove the dotted line from a tags */
a {
  outline: 0 !important;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Custom Post Stylings
--------------------------------------------------------------*/
.sticky {
  display: block;
}

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

.hiddenSubUnit {
  display: none !important;
}

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

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

.hiddenSubUnit {
  display: none !important;
}

.floorplan-content {
  padding: 1rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 1800px;
}
.floorplan-content .page-header {
  margin: 0 auto;
}
.floorplan-content .page-header h1, .floorplan-content .page-header p {
  text-align: center;
}
.floorplan-content .page-header h1 {
  font-family: "karlaRegular";
  color: #AD976E;
}
.floorplan-content .page-header p {
  font-family: "karlaRegular";
  font-size: 1.2rem;
}
.floorplan-content .flipped {
  flex-direction: column-reverse !important;
  margin: 0 auto;
  max-width: 1200px !important;
}
.floorplan-content .flipped .SubUnit {
  margin-top: 2rem;
}
.floorplan-content .flipped .SubUnit .sitePlan {
  text-decoration: none;
  color: #AD976E !important;
  font-weight: bold;
}
.floorplan-content .flipped .SubUnit .subunitText {
  display: flex;
  justify-content: space-between;
}
.floorplan-content .flipped .SubUnit .subunitText a {
  color: #DDD5C6;
  font-family: "karlaRegular";
  max-height: 20px;
}
.floorplan-content .flipped .SubUnit .subunitText .unitSpecs {
  margin: 0 0 0 auto;
}
.floorplan-content .flipped .SubUnit .subunitText .unitSpecs * {
  margin: 0;
  text-align: right;
}
.floorplan-content .flipped .SubUnit .subunitText .unitSpecs .unitTitle {
  color: #AD976E;
  font-family: "mrsEavesRoman";
  font-size: 1.5rem;
  font-weight: bold;
}
.floorplan-content .flipped .SubUnit .subunitText .unitSpecs .unitDetails {
  color: #AD976E;
  font-family: "karlaRegular";
  font-size: 1.17rem;
}
.floorplan-content .flipped .SubUnit .subunitText .unitSpecs .unitSQFT {
  color: #AD976E;
  font-family: "karlaRegular";
  font-size: 1rem;
  font-style: italic;
}
.floorplan-content .flipped .SubUnit .floorplanDiagram {
  width: 100%;
  height: 70vw;
  margin: 1.25rem 0;
  position: relative;
}
.floorplan-content .flipped .SubUnit .floorplanDiagram img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.floorplan-content .flipped .SubUnit .pdf-buttons {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.floorplan-content .flipped .SubUnit .pdf-buttons * {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 5rem;
  border: solid #AD976E 0.08rem;
  padding: 0.5rem 1.8rem;
  background-color: #ffffff;
  color: #AD976E;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.3;
  transition-timing-function: all ease;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.floorplan-content .flipped .SubUnit .pdf-buttons *:hover, .floorplan-content .flipped .SubUnit .pdf-buttons *:active, .floorplan-content .flipped .SubUnit .pdf-buttons *:focus {
  box-shadow: inset 0 15rem 0 1.5rem #241c02;
  border: solid #241c02 0.08rem !important;
  color: #ffffff !important;
}
.floorplan-content .flipped .SubUnit .pdf-buttons .pdf-features {
  margin-bottom: 10px;
}
.floorplan-content .floorplan-library {
  display: flex;
  flex-direction: column;
}
.floorplan-content .floorplan-library .SubUnit {
  display: block;
}
.floorplan-content .floorplan-library table {
  max-width: 345px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.floorplan-content .floorplan-library table caption, .floorplan-content .floorplan-library table th {
  color: #AD976E;
  font-weight: bold;
}
.floorplan-content .floorplan-library table td:nth-child(1), .floorplan-content .floorplan-library table th:nth-child(1) {
  text-align: left;
}
.floorplan-content .floorplan-library table td:nth-child(2), .floorplan-content .floorplan-library table th:nth-child(2) {
  text-align: center;
}
.floorplan-content .floorplan-library table td:nth-child(3), .floorplan-content .floorplan-library table th:nth-child(3) {
  text-align: right;
}
.floorplan-content .floorplan-library table caption {
  font-family: "karlaRegular";
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.floorplan-content .floorplan-library table .table-border {
  border-bottom: solid #AD976E 1px;
  line-height: 1.5rem;
}
.floorplan-content .floorplan-library table tr {
  max-width: 415px !important;
}
.floorplan-content .floorplan-library table tr td {
  text-align: left;
}
.floorplan-content .floorplan-library table tr td, .floorplan-content .floorplan-library table tr th {
  color: #AD976E;
  padding: 0.5rem;
  text-align: left;
}
.floorplan-content .floorplan-library table tr th {
  font-size: 1rem;
}
.floorplan-content .floorplan-library table tr td {
  font-size: 0.7rem;
}
.floorplan-content .floorplan-library table tr a {
  text-decoration: none;
  font-weight: bold;
  color: #AD976E;
}
.floorplan-content .floorplan-library table .table-border {
  border-spacing: 0 1em;
  border-collapse: separate;
  cursor: auto !important;
}
.floorplan-content .floorplan-library table .table-border th {
  font-family: "karlaRegular";
}
.floorplan-content .floorplan-library table .unitInfo :nth-child(1) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: "karlaBold" !important;
}
.floorplan-content .floorplan-library table .unitInfo :nth-child(3) {
  padding-right: 0.5rem;
}
.floorplan-content .floorplan-library table .unitInfo td, .floorplan-content .floorplan-library table .unitInfo a {
  font-family: "karlaRegular";
  background-color: #ffffff;
  transition-timing-function: all ease;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.floorplan-content .floorplan-library table .unitInfo:hover {
  cursor: pointer;
}
.floorplan-content .floorplan-library table .unitInfo:hover td, .floorplan-content .floorplan-library table .unitInfo:hover a {
  background-color: #AD976E;
  color: #ffffff;
  transition-timing-function: all ease;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.floorplan-content .floorplan-library .active-building {
  font-size: 1.5rem;
}
.floorplan-content .floorplan-library .non-active-building {
  display: none !important;
}
.floorplan-content .floorplan-library .library-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floorplan-content .floorplan-library .library-images h3 {
  color: #DDD5C6;
  line-height: 1;
  font-family: "karlaRegular";
}
.floorplan-content .floorplan-library .library-images .buliding-image-gallery {
  display: flex;
  flex-direction: column;
}
.floorplan-content .floorplan-library .library-images .buliding-image-gallery .building-image {
  width: 100%;
  height: 60vw;
  margin: 1.25rem 0;
  position: relative;
}
.floorplan-content .floorplan-library .library-images .buliding-image-gallery .building-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 344px) {
  .floorplan-content .flipped .SubUnit .pdf-buttons {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .floorplan-content .flipped .SubUnit .pdf-buttons .pdf-features {
    text-decoration: none;
    margin: 0;
    border-radius: 5rem;
    border: solid #AD976E 0.08rem;
    padding: 0.5rem 1.8rem;
    background-color: #ffffff;
    color: #AD976E;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.3;
    margin-right: 30px;
  }
  .floorplan-content .flipped .SubUnit .pdf-buttons .pdf-floorplan {
    text-decoration: none;
    margin: 0;
    border-radius: 5rem;
    border: solid #AD976E 0.08rem;
    padding: 0.5rem 1.5rem;
    background-color: #ffffff;
    color: #AD976E;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.3;
  }
}
@media (min-width: 430px) {
  .floorplan-content .floorplan-library table {
    max-width: none;
  }
  .floorplan-content .floorplan-library table tr td {
    font-size: 1rem;
  }
}
@media (min-width: 1000px) {
  .floorplan-content .page-header {
    margin-top: 2rem;
  }
  .floorplan-content .flipped {
    flex-direction: row-reverse !important;
    margin-bottom: 2rem;
    justify-content: space-around;
  }
  .floorplan-content .flipped .SubUnit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin: 0 0 0 auto;
    position: relative;
  }
  .floorplan-content .flipped .SubUnit .subunitText {
    display: flex;
    justify-content: space-between;
  }
  .floorplan-content .flipped .SubUnit .subunitText .unitSpecs * {
    margin: 0;
  }
  .floorplan-content .flipped .SubUnit .floorplanDiagram {
    width: 45vw;
    height: 45vw;
    margin: 2rem auto;
    max-height: 400px;
    max-width: 600px;
  }
  .floorplan-content .floorplan-library {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 2rem;
  }
  .floorplan-content .floorplan-library table {
    max-width: 450px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
  }
  .floorplan-content .floorplan-library table caption, .floorplan-content .floorplan-library table th {
    text-align: left;
  }
  .floorplan-content .floorplan-library table .table-border {
    border-spacing: 0 1em;
    border-collapse: separate;
  }
  .floorplan-content .floorplan-library table .table-border th {
    font-size: 1.17rem;
  }
  .floorplan-content .floorplan-library table tr td, .floorplan-content .floorplan-library table tr th {
    color: #AD976E;
    padding: 0.5rem;
    text-align: center;
  }
  .floorplan-content .floorplan-library .library-images {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1rem;
  }
  .floorplan-content .floorplan-library .library-images h3 {
    margin-top: 0;
  }
  .floorplan-content .floorplan-library .library-images .buliding-image-gallery {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .floorplan-content .floorplan-library .library-images .buliding-image-gallery .building-image {
    width: 45vw;
    height: 100%;
    margin: 0;
  }
  .floorplan-content .floorplan-library .library-images .buliding-image-gallery :nth-child(1) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 900px) {
  .page-header p {
    margin: 1.5rem auto 5rem auto;
    font-size: 1.5rem;
    max-width: 40vw;
  }
}
@media (min-width: 1017px) {
  .floorplan-content .page-header {
    margin-top: 2rem;
  }
  .floorplan-content .floorplan-library {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 2rem;
    max-width: 1800px;
  }
  .floorplan-content .floorplan-library table {
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
  }
  .floorplan-content .floorplan-library table td:nth-child(1) {
    text-align: left;
  }
  .floorplan-content .floorplan-library table td:nth-child(3) {
    text-align: right;
  }
  .floorplan-content .floorplan-library table .table-border {
    border-spacing: 0 1em;
    border-collapse: separate;
  }
  .floorplan-content .floorplan-library .library-images {
    flex-direction: column;
    justify-content: space-between;
  }
  .floorplan-content .floorplan-library .library-images .buliding-image-gallery {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
  }
  .floorplan-content .floorplan-library .library-images .buliding-image-gallery .building-image {
    width: 27vw;
    height: 100%;
    margin: 0;
  }
  .floorplan-content .floorplan-library .library-images .buliding-image-gallery :nth-child(1) {
    margin-bottom: 0;
    margin-right: 1.5vw;
  }
}
.image-gallery div {
  background-color: white;
}

.gallery-content {
  margin-bottom: 1rem;
}

.imageWrapper {
  position: relative;
  display: inline-block;
}
.imageWrapper .expansion-icon {
  position: absolute;
  z-index: 100;
  width: 1.5rem;
  top: 1rem;
  right: 1rem;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.imageWrapper .expansion-icon:hover {
  transform: scale(1.1);
}
.imageWrapper .gallery-image-cover {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.imageWrapper .gallery-image-cover img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
}

.gallery-header {
  text-align: center;
}
.gallery-header p {
  font-family: "karlaRegular";
  font-size: 1.25rem;
  padding: 100px 0;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .line1 {
    width: 40%;
    height: 50%;
    top: 0;
    left: -200px;
  }

  .line2 {
    width: 20%;
    height: 20%;
    top: 150px;
    right: 300px;
  }
}
@media screen and (max-width: 950px) {
  .line1 {
    width: 40%;
    height: 50%;
    top: -100px;
    left: -400px;
  }

  .line2 {
    width: 20%;
    height: 20%;
    top: 100px;
    right: 275px;
  }
}
@media screen and (max-width: 450px) {
  .line1 {
    width: 40%;
    height: 50%;
    top: -100px;
    left: -500px;
  }

  .line2 {
    width: 50%;
    height: 20%;
    top: 0;
    right: 50px;
  }
}
.neighbourhood-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.uk-grid * {
  max-height: 30vh;
}

.neighbourhood-info .colour:nth-child(1) {
  background-color: #AD976E;
}
.neighbourhood-info .colour:nth-child(1) a {
  text-decoration: none;
  color: #5A784D;
}

.neighbourhood-info .colour:nth-child(3) {
  background-color: #5A784D;
}
.neighbourhood-info .colour:nth-child(3) a {
  text-decoration: none;
  color: #AD976E;
}

.neighbourhood-info .colour:nth-child(5) {
  background-color: #241C02;
}
.neighbourhood-info .colour:nth-child(5) a {
  text-decoration: none;
  color: #5A784D;
}

.neighbourhood-info div {
  margin: 0 auto;
}
.neighbourhood-info h3 {
  color: white;
  max-width: 150px;
}

.underline {
  border-bottom: 0.08rem solid white;
  width: 150px;
  padding-bottom: 10px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: 1s ease;
}

.underline:hover, h3:active, h3:focus {
  width: 7rem;
}

.neighbourhood-info-bottom {
  margin-top: 2.5rem;
  background-color: #C9D6A3;
}
.neighbourhood-info-bottom p {
  padding: 0 2rem;
  margin: auto;
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
  max-width: 500px;
  font-size: 1.14rem;
}
.neighbourhood-info-bottom .ngbh-info-div {
  position: relative;
  overflow: hidden;
  height: 22rem;
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.neighbourhood-info-bottom .ngbh-info-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}

.neigbhourhood-area {
  background-color: white;
}

.map {
  position: relative;
  background-color: white;
  margin-bottom: 3rem;
}
.map img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.295);
}
.map .desktop-map {
  display: none;
}
.map .shop, .map .eat, .map .schools, .map .arts, .map .transit {
  display: none;
}

.map a {
  font-family: "karlaRegular";
  width: 20px;
  height: 20px;
  font-size: 13.5px;
  text-align: center;
  color: white;
  border-radius: 50%;
  color: white;
  text-decoration: none;
}
.map p {
  font-family: "karlaRegular";
}

.map-list {
  margin: 10px;
}
.map-list * {
  overflow: inherit;
  max-height: 100%;
}
.map-list div p {
  display: inline;
  font-size: 0.8rem;
}
.map-list div:nth-child(2) {
  min-height: 22rem;
}

.map-list h3 span {
  padding: 0 10px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  margin-right: 5px;
}

.sw-header span {
  background: #5A784D;
}

.ed-header span {
  background: #AADD6D;
}

.sc-header span {
  background: #343434;
}

.tr-header span {
  background: #AD976E;
}

.ar-header span {
  background: #7B9A62;
}

.shop1 a {
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
}

.shop1 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  border: 2px solid darkgrey;
}

.shop1 a:hover .s1 {
  display: block;
  z-index: 100;
}

.shop2 a {
  position: absolute;
  top: 50%;
  left: 47%;
  background: #5A784D;
}

.shop2 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  color: white;
  border: 2px solid darkgrey;
}

.shop2 a:hover .s2 {
  display: block;
  z-index: 100;
}

.shop3 a {
  position: absolute;
  top: 52%;
  left: 48%;
  background: #5A784D;
}

.shop3 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  color: white;
  border: 2px solid darkgrey;
}

.shop3 a:hover .s3 {
  display: block;
  z-index: 100;
}

.shop4 a {
  position: absolute;
  top: 48%;
  left: 53%;
  background: #5A784D;
}

.shop4 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  color: white;
  border: 2px solid darkgrey;
}

.shop4 a:hover .s4 {
  display: block;
  z-index: 100;
}

.shop5 a {
  position: absolute;
  top: 41%;
  left: 47%;
  background: #5A784D;
}

.shop5 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  color: white;
  border: 2px solid darkgrey;
}

.shop5 a:hover .s5 {
  display: block;
  z-index: 100;
}

.shop6 a {
  position: absolute;
  top: 55%;
  left: 56%;
  background: #5A784D;
}

.shop6 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  color: white;
  border: 2px solid darkgrey;
}

.shop6 a:hover .s6 {
  display: block;
  z-index: 100;
}

.shop7 a {
  position: absolute;
  top: 41%;
  left: 59%;
  background: #5A784D;
}

.shop7 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  color: white;
  border: 2px solid darkgrey;
}

.shop7 a:hover .s7 {
  display: block;
  z-index: 100;
}

.shop8 a {
  position: absolute;
  top: 51%;
  left: 62%;
  background: #5A784D;
}

.shop8 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  color: white;
  border: 2px solid darkgrey;
}

.shop8 a:hover .s8 {
  display: block;
  z-index: 100;
}

.shop9 a {
  position: absolute;
  top: 54%;
  left: 64%;
  background: #5A784D;
}

.shop9 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #5A784D;
  color: white;
  border: 2px solid darkgrey;
}

.shop9 a:hover .s9 {
  display: block;
  z-index: 100;
}

.eat1 a {
  position: absolute;
  top: 81%;
  left: 39%;
  background: #AADD6D;
  color: #464646;
}

.eat1 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat1 a:hover .e1 {
  display: block;
  z-index: 100;
}

.eat2 a {
  position: absolute;
  top: 52%;
  left: 41%;
  background: #AADD6D;
  color: #464646;
}

.eat2 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat2 a:hover .e2 {
  display: block;
  z-index: 100;
}

.eat3 a {
  position: absolute;
  top: 57%;
  left: 43%;
  background: #AADD6D;
  color: #464646;
}

.eat3 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat3 a:hover .e3 {
  display: block;
  z-index: 100;
}

.eat4 a {
  position: absolute;
  top: 42%;
  left: 42%;
  background: #AADD6D;
  color: #464646;
}

.eat4 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat4 a:hover .e4 {
  display: block;
  z-index: 100;
}

.eat5 a {
  position: absolute;
  top: 40%;
  left: 44%;
  background: #AADD6D;
  color: #464646;
}

.eat5 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat5 a:hover .e5 {
  display: block;
  z-index: 100;
}

.eat6 a {
  position: absolute;
  top: 42.5%;
  left: 45%;
  background: #AADD6D;
  color: #464646;
}

.eat6 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat6 a:hover .e6 {
  display: block;
  z-index: 100;
}

.eat7 a {
  position: absolute;
  top: 38%;
  left: 52%;
  background: #AADD6D;
  color: #464646;
}

.eat7 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat7 a:hover .e7 {
  display: block;
  z-index: 100;
}

.eat8 a {
  position: absolute;
  top: 58%;
  left: 53%;
  background: #AADD6D;
  color: #464646;
}

.eat8 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat8 a:hover .e8 {
  display: block;
  z-index: 100;
}

.eat9 a {
  position: absolute;
  top: 58%;
  left: 55%;
  background: #AADD6D;
  color: #464646;
}

.eat9 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat9 a:hover .e9 {
  display: block;
  z-index: 100;
}

.eat10 a {
  position: absolute;
  top: 37%;
  left: 55%;
  background: #AADD6D;
  color: #464646;
}

.eat10 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat10 a:hover .e10 {
  display: block;
  z-index: 100;
}

.eat11 a {
  position: absolute;
  top: 40%;
  left: 56%;
  background: #AADD6D;
  color: #464646;
}

.eat11 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat11 a:hover .e11 {
  display: block;
  z-index: 100;
}

.eat12 a {
  position: absolute;
  top: 45%;
  left: 59%;
  background: #AADD6D;
  color: #464646;
}

.eat12 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AADD6D;
  color: #464646;
  border: 2px solid darkgrey;
}

.eat12 a:hover .e12 {
  display: block;
  z-index: 100;
}

.schools1 a {
  position: absolute;
  top: 10%;
  left: 18%;
  background: #343434;
  color: white;
}

.schools1 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #343434;
  color: white;
  border: 2px solid darkgrey;
}

.schools1 a:hover .sc1 {
  display: block;
  z-index: 100;
}

.schools2 a {
  position: absolute;
  top: 4%;
  left: 30%;
  width: 130px;
  height: 30px;
  background: #34343400;
  color: rgba(255, 255, 255, 0);
}

.schools2 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #343434;
  color: white;
  border: 2px solid darkgrey;
}

.schools2 a:hover .sc2 {
  display: block;
  z-index: 100;
}

.schools3 a {
  position: absolute;
  top: 20%;
  left: 53%;
  background: #343434;
  color: white;
}

.schools3 p {
  padding: 5px;
  margin: 10px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #343434;
  color: white;
  border: 2px solid darkgrey;
}

.schools3 a:hover .sc3 {
  display: block;
  z-index: 100;
}

.schools4 a {
  position: absolute;
  top: 33%;
  left: 90%;
  width: 135px;
  height: 50px;
  background: #34343400;
  color: rgba(255, 255, 255, 0);
}

.schools4 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #343434;
  color: white;
  border: 2px solid darkgrey;
}

.schools4 a:hover .sc4 {
  display: block;
  z-index: 100;
}

.transit1 a {
  position: absolute;
  top: 82%;
  left: 37%;
  background: #AD976E;
  color: white;
}

.transit1 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AD976E;
  color: white;
  border: 2px solid darkgrey;
}

.transit1 a:hover .t1 {
  display: block;
  z-index: 100;
}

.transit2 a {
  position: absolute;
  top: 44%;
  left: 53%;
  background: #AD976E;
  color: white;
}

.transit2 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #AD976E;
  color: white;
  border: 2px solid darkgrey;
}

.transit2 a:hover .t2 {
  display: block;
  z-index: 100;
}

.arts1 a {
  position: absolute;
  top: 3%;
  left: 1.5%;
  width: 150px;
  height: 50px;
  background: rgba(123, 154, 98, 0);
  color: rgba(255, 255, 255, 0);
}

.arts1 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts1 a:hover .a1 {
  display: block;
  z-index: 100;
}

.arts2 a {
  position: absolute;
  top: 8%;
  left: 1.5%;
  width: 150px;
  height: 50px;
  background: rgba(123, 154, 98, 0);
  color: rgba(255, 255, 255, 0);
}

.arts2 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts2 a:hover .a2 {
  display: block;
  z-index: 100;
}

.arts3 a {
  position: absolute;
  top: 13%;
  left: 1.5%;
  width: 150px;
  height: 50px;
  background: rgba(123, 154, 98, 0);
  color: rgba(255, 255, 255, 0);
}

.arts3 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts3 a:hover .a3 {
  display: block;
  z-index: 100;
}

.arts4 a {
  position: absolute;
  top: 73%;
  left: 41%;
  background: #7b9a62;
  color: white;
}

.arts4 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts4 a:hover .a4 {
  display: block;
  z-index: 100;
}

.arts5 a {
  position: absolute;
  top: 48%;
  left: 44%;
  background: #7b9a62;
  color: white;
}

.arts5 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts5 a:hover .a5 {
  display: block;
  z-index: 100;
}

.arts6 a {
  position: absolute;
  top: 85%;
  left: 48%;
  background: #7b9a62;
  color: white;
}

.arts6 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts6 a:hover .a6 {
  display: block;
  z-index: 100;
}

.arts7 a {
  position: absolute;
  top: 45%;
  left: 50%;
  background: #7b9a62;
  color: white;
}

.arts7 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts7 a:hover .a7 {
  display: block;
  z-index: 100;
}

.arts8 a {
  position: absolute;
  top: 92%;
  left: 52%;
  background: #7b9a62;
  color: white;
}

.arts8 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts8 a:hover .a8 {
  display: block;
  z-index: 100;
}

.arts9 a {
  position: absolute;
  top: 80%;
  left: 80%;
  background: #7b9a62;
  color: white;
}

.arts9 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts9 a:hover .a9 {
  display: block;
  z-index: 100;
}

.arts10 a {
  position: absolute;
  top: 3%;
  left: 90%;
  width: 135px;
  height: 50px;
  background: rgba(123, 154, 98, 0);
  color: rgba(255, 255, 255, 0);
}

.arts10 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts10 a:hover .a10 {
  display: block;
  z-index: 100;
}

.arts11 a {
  position: absolute;
  top: 88%;
  left: 90%;
  width: 135px;
  height: 50px;
  background: rgba(123, 154, 98, 0);
  color: rgba(255, 255, 255, 0);
}

.arts11 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 62%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts11 a:hover .a11 {
  display: block;
  z-index: 100;
}

.arts12 a {
  position: absolute;
  top: 93%;
  left: 90%;
  width: 135px;
  height: 50px;
  background: rgba(123, 154, 98, 0);
  color: rgba(255, 255, 255, 0);
}

.arts12 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts12 a:hover .a12 {
  display: block;
  z-index: 100;
}

.arts13 a {
  position: absolute;
  top: 8%;
  left: 90%;
  width: 135px;
  height: 50px;
  background: rgba(123, 154, 98, 0);
  color: rgba(255, 255, 255, 0);
}

.arts13 p {
  padding: 5px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 64%;
  left: 35%;
  background: #7B9A62;
  color: white;
  border: 2px solid darkgrey;
}

.arts13 a:hover .a13 {
  display: block;
  z-index: 100;
}

.neighbourhood-content .hood-header {
  margin: 0 auto;
  padding: 5rem 1rem;
}
.neighbourhood-content .hood-header h1 {
  text-align: center;
  font-family: "karlaRegular";
  color: #AD976E;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase;
}
.neighbourhood-content .hood-header p {
  text-align: center;
  font-family: "karlaRegular";
  font-size: 1.2rem;
}
.neighbourhood-content .hood-content .ngbh-image-div {
  position: relative;
  overflow: hidden;
  height: 20rem;
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.neighbourhood-content .hood-content .ngbh-image-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}
.neighbourhood-content .hood-content .colour {
  height: 20rem;
  position: relative;
}
.neighbourhood-content .hood-content .colour div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.neighbourhood-content .hood-content .colour div h3 {
  font-size: 2rem;
}
.neighbourhood-content .hood-content .colour div a {
  font-size: 1.25rem !important;
}

@media (min-width: 640px) {
  .neighbourhood-content .hood-header {
    max-width: 60%;
  }
  .neighbourhood-content .hood-content .ngbh-image-div {
    width: 50%;
  }
  .neighbourhood-content .hood-content :nth-child(1) {
    order: 1;
  }
  .neighbourhood-content .hood-content :nth-child(2) {
    order: 2;
  }
  .neighbourhood-content .hood-content :nth-child(3) {
    order: 4;
  }
  .neighbourhood-content .hood-content :nth-child(4) {
    order: 3;
  }
  .neighbourhood-content .hood-content :nth-child(5) {
    order: 5;
  }
  .neighbourhood-content .hood-content :nth-child(6) {
    order: 6;
  }

  .neighbourhood-info-bottom .ngbh-info-div {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .neigbhourhood-area {
    padding: 3rem;
  }

  .map .mobile-map {
    display: none;
  }
  .map .desktop-map {
    display: block;
  }
  .map .shop, .map .eat, .map .schools, .map .arts, .map .transit {
    display: block;
  }

  .neighbourhood-info-bottom {
    margin-top: 8rem;
  }

  .neighbourhood-content .hood-content .ngbh-image-div {
    width: 33.333%;
  }
  .neighbourhood-content .hood-content .colour {
    height: auto;
  }
  .neighbourhood-content .hood-content :nth-child(3) {
    order: 3;
  }
  .neighbourhood-content .hood-content :nth-child(4) {
    order: 4;
  }

  .neighbourhood-info-bottom p {
    text-align: center;
    margin: auto !important;
  }
}
@media (min-width: 1000px) {
  .neighbourhood-info-bottom {
    margin-top: 0rem;
  }
}
.content-area .site-main .features-content .feature-image .expansion-icon {
  max-width: 1.5rem;
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
  margin-top: 1rem;
  transition: all 0.2s ease-in-out;
}
.content-area .site-main .features-content .feature-image .expansion-icon:hover {
  transform: scale(1.1);
}
.content-area .site-main .features-content .fl-div-1 .feature-content {
  background-color: #5A784D;
}
.content-area .site-main .features-content .fl-div-1 .feature-image .expansion-icon {
  right: 1rem;
}
.content-area .site-main .features-content .fl-div-2 .feature-content {
  background-color: #2c1e0c;
}
.content-area .site-main .features-content .fl-div-2 .feature-content .feature-links .pdf-features {
  visibility: hidden;
}
.content-area .site-main .features-content .fl-div-2 .feature-content .feature-links .features-more {
  color: #5A784D !important;
}
.content-area .site-main .features-content .fl-div-2 .feature-image .expansion-icon {
  left: 1rem;
}
.content-area .site-main .features-content .fl-div-3 .feature-content {
  background-color: #2c1e0c;
}
.content-area .site-main .features-content .fl-div-3 .feature-content .feature-links .pdf-features {
  visibility: hidden;
}
.content-area .site-main .features-content .fl-div-3 .feature-content .feature-links .features-more {
  color: #5A784D !important;
}
.content-area .site-main .features-content .fl-div-3 .feature-image .expansion-icon {
  right: 1rem;
}
.content-area .site-main .features-content .fl-div-4 .feature-content {
  background-color: #5A784D;
}
.content-area .site-main .features-content .fl-div-4 .feature-image .expansion-icon {
  right: 1rem;
}
.content-area .site-main .features-content .page-header {
  padding: 3rem 0;
}
.content-area .site-main .features-content .page-header * {
  text-align: center;
}
.content-area .site-main .features-content .page-header h1 {
  font-family: "karlaRegular";
  color: #AD976E;
}
.content-area .site-main .features-content .page-header p {
  font-family: "karlaRegular";
  font-size: 1.25rem;
  margin: 0 auto 1.35rem auto;
}
.content-area .site-main .features-content .feature-list {
  display: flex;
  flex-direction: column;
}
.content-area .site-main .features-content .feature-list .feature-content {
  max-width: 100vw;
  height: 100%;
  padding: 1rem;
}
.content-area .site-main .features-content .feature-list .feature-content * {
  text-align: center;
  color: #ffffff;
}
.content-area .site-main .features-content .feature-list .feature-content h2 {
  font-family: "karlaRegular";
}
.content-area .site-main .features-content .feature-list .feature-content p {
  font-family: "karlaRegular";
  font-size: 1.25rem;
}
.content-area .site-main .features-content .feature-list .feature-content .feature-links {
  margin: 1rem;
}
.content-area .site-main .features-content .feature-list .feature-content .feature-links .features-more {
  font-family: "karlaRegular";
  font-size: 1.25rem;
  color: #AD976E;
  border-bottom: 0.08rem white solid;
  padding-right: 15%;
  padding-bottom: 10px;
  margin-right: 3rem;
  text-decoration: none;
}
.content-area .site-main .features-content .feature-list .feature-content .feature-links .pdf-features {
  text-decoration: none;
  margin: 20px auto;
  border-radius: 5rem;
  border: solid #AD976E 0.08rem;
  padding: 0.5rem 1.5rem;
  color: #AD976E;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.3;
}
.content-area .site-main .features-content .feature-list .feature-image {
  max-width: 100vw;
  height: 100%;
}
.content-area .site-main .features-content .feature-list .feature-image a .feature-list-image {
  width: auto !important;
  height: 80vw;
  position: relative;
}
.content-area .site-main .features-content .feature-list .feature-image a .feature-list-image img {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.content-area .site-main .features-content .feature-gallery-content .feature-gallery-text {
  background-color: white;
  padding: 50px 0;
}
.content-area .site-main .features-content .feature-gallery-content p {
  margin: 1rem;
  padding: 2rem !important;
  text-align: center;
  margin: 0 auto !important;
  font-family: "karlaRegular";
  font-size: 1.25rem;
}
.content-area .site-main .features-content .feature-gallery-content .f-call-to-action {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
  z-index: 1000;
}
.content-area .site-main .features-content .feature-gallery-content .f-call-to-action .feature-CTA {
  text-decoration: none;
  margin: 0;
  border-radius: 5rem;
  border: solid #AD976E 0.08rem;
  color: #AD976E;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.3;
  text-align: center !important;
  transition-timing-function: all ease;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-area .site-main .features-content .feature-gallery-content .f-call-to-action .feature-CTA:hover, .content-area .site-main .features-content .feature-gallery-content .f-call-to-action .feature-CTA:active, .content-area .site-main .features-content .feature-gallery-content .f-call-to-action .feature-CTA:focus {
  box-shadow: inset 0 15rem 0 1.5rem #241c02;
  color: #ffffff;
  border: solid #ffffff 0.08rem !important;
}
.content-area .site-main .features-content .feature-gallery-content ul a .expansion-icon {
  max-width: 1.5rem;
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
  margin-top: 1rem;
  left: 1rem;
  transition: all 0.2s ease-in-out;
}
.content-area .site-main .features-content .feature-gallery-content ul a .expansion-icon:hover {
  transform: scale(1.1);
}
.content-area .site-main .features-content .feature-gallery-content ul a li .carousel-image {
  width: 100vw;
  height: 90vw;
  max-height: 40rem;
  position: relative;
}
.content-area .site-main .features-content .feature-gallery-content ul a li .carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

@media (min-width: 800px) {
  .content-area .site-main .features-content .fl-div-1 .feature-content {
    background-color: #5A784D;
  }
  .content-area .site-main .features-content .fl-div-2 {
    flex-direction: row-reverse !important;
  }
  .content-area .site-main .features-content .fl-div-2 .feature-content {
    background-color: #2c1e0c;
  }
  .content-area .site-main .features-content .fl-div-2 .feature-content .feature-links .pdf-features {
    visibility: hidden;
  }
  .content-area .site-main .features-content .fl-div-2 .feature-content .feature-links .features-more {
    color: #5A784D !important;
  }
  .content-area .site-main .features-content .fl-div-3 .feature-content {
    background-color: #AD976E;
  }
  .content-area .site-main .features-content .fl-div-3 .feature-content .feature-links .pdf-features {
    visibility: hidden;
  }
  .content-area .site-main .features-content .fl-div-3 .feature-content .feature-links .features-more {
    color: #5A784D !important;
  }
  .content-area .site-main .features-content .fl-div-4 {
    flex-direction: row !important;
  }
  .content-area .site-main .features-content .fl-div-4 .feature-content {
    background-color: #5A784D;
  }
  .content-area .site-main .features-content .page-header * {
    text-align: center;
  }
  .content-area .site-main .features-content .page-header h1 {
    font-family: "karlaRegular";
    color: #AD976E;
  }
  .content-area .site-main .features-content .page-header p {
    font-family: "karlaRegular";
    font-size: 1.25rem;
  }
  .content-area .site-main .features-content .feature-list {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .content-area .site-main .features-content .feature-list .feature-content {
    width: 50% !important;
    height: 40vw;
    height: auto;
    padding: 5rem 5rem 5rem 5rem;
  }
  .content-area .site-main .features-content .feature-list .feature-content .feature-text {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .content-area .site-main .features-content .feature-list .feature-content .feature-text * {
    text-align: left;
    color: #ffffff;
  }
  .content-area .site-main .features-content .feature-list .feature-content .feature-text h2 {
    font-family: "karlaRegular";
  }
  .content-area .site-main .features-content .feature-list .feature-content .feature-text p {
    font-family: "karlaRegular";
    font-size: 1.25rem;
  }
  .content-area .site-main .features-content .feature-list .feature-content .feature-text .feature-links {
    margin: 1rem;
  }
  .content-area .site-main .features-content .feature-list .feature-content .feature-text .feature-links .features-more {
    font-family: "karlaRegular";
    font-size: 1.25rem;
    color: #AD976E;
    border-bottom: 0.08rem white solid;
    padding-right: 15%;
    padding-bottom: 10px;
    margin-right: 3rem;
    text-decoration: none;
    margin-left: -1rem;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: 1s ease;
  }
  .content-area .site-main .features-content .feature-list .feature-content .feature-text .feature-links .features-more:hover, .content-area .site-main .features-content .feature-list .feature-content .feature-text .feature-links a:active, .content-area .site-main .features-content .feature-list .feature-content .feature-text .feature-links a:focus {
    padding-right: 0rem;
  }
  .content-area .site-main .features-content .feature-list .feature-content .feature-text .feature-links .pdf-features {
    text-decoration: none;
    margin: 20px auto;
    border-radius: 5rem;
    border: solid #AD976E 0.08rem;
    padding: 0.5rem 1.5rem;
    color: #AD976E;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.3;
  }
  .content-area .site-main .features-content .feature-list .feature-image {
    width: 50vw;
    height: auto;
  }
  .content-area .site-main .features-content .feature-list .feature-image a .feature-list-image {
    width: auto !important;
    height: 100%;
    position: relative;
  }
  .content-area .site-main .features-content .feature-list .feature-image a .feature-list-image img {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }
  .content-area .site-main .features-content .feature-gallery-content p {
    margin: 1rem;
    max-width: 60vw;
    padding: 1rem;
    text-align: center;
    font-family: "karlaRegular";
    font-size: 1.25rem;
  }
  .content-area .site-main .features-content .feature-gallery-content ul li .carousel-image {
    width: 100vw;
    height: 40vw;
    position: relative;
  }
  .content-area .site-main .features-content .feature-gallery-content ul li .carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }
}
.team-header {
  margin: 0 auto;
  padding: 2.5rem;
}
.team-header h1 {
  text-align: center;
  font-family: "karlaRegular";
  color: #AD976E;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase;
}
.team-header p {
  text-align: center;
  font-family: "karlaRegular";
  font-size: 1.2rem;
}

.developer-info {
  background-color: #AD976E;
  padding: 2.5rem;
}
.developer-info div {
  max-width: 600px;
}
.developer-info h2, .developer-info p {
  color: white;
}
.developer-info h2 {
  font-family: "karlaRegular";
}
.developer-info p {
  font-family: "karlaRegular";
}
.developer-info a {
  text-decoration: none;
}
.developer-info a h3 {
  color: #5A784D;
  font-family: "karlaRegular";
  border-bottom: 1px solid white;
  z-index: 30;
  width: 50%;
  padding-bottom: 0.5rem;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: 1s ease;
}
.developer-info a h3:hover, .developer-info a a:active, .developer-info a a:focus {
  width: 25%;
}

.major-contributors-wrapper {
  display: flex;
  flex-direction: column !important;
}
.major-contributors-wrapper .mc_background {
  padding: 2.5rem;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}
.major-contributors-wrapper .mc_background:nth-child(1) {
  background-color: #C9D6A3;
}
.major-contributors-wrapper .mc_background:nth-child(1) .mc_text_container h3 {
  color: #5A784D;
}
.major-contributors-wrapper .mc_background:nth-child(2) {
  background-color: #5A784D;
}
.major-contributors-wrapper .mc_background:nth-child(2) .mc_text_container h3 {
  color: #C9D6A3;
}
.major-contributors-wrapper .mc_background:nth-child(2) .mc_text_container p {
  color: #ffffff;
}

.team-members {
  padding: 3rem;
  background-color: white;
}
.team-members .team-container {
  margin: 0 auto;
  max-width: 1290px;
}
.team-members .team-container .single-member-parent {
  padding-left: 0 !important;
}
.team-members .team-container .single-member h4 {
  color: #AD976E;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
}
.team-members .team-container .single-member p {
  color: #5A784D;
  font-family: "karlaRegular";
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
}

.warranty {
  padding: 2.5rem;
  background-color: #5A784D;
}
.warranty div {
  max-width: 600px;
}
.warranty h2 {
  font-family: "karlaRegular";
  color: white;
  text-transform: uppercase;
}
.warranty p {
  color: white;
  font-family: "karlaRegular";
}
.warranty a {
  text-decoration: none;
}
.warranty a h3 {
  color: #AD976E;
  font-family: "karlaRegular";
  border-bottom: 1px solid white;
  z-index: 30;
  width: 50%;
  padding-bottom: 0.5rem;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: 1s ease;
}
.warranty a h3:hover, .warranty a a:active, .warranty a a:focus {
  width: 25%;
}
.warranty .warranty-fine-print {
  color: white;
  font-family: "karlaRegular";
  font-size: 0.9rem;
  font-style: italic;
}

@media (min-width: 700px) {
  .team-header {
    max-width: 60%;
  }
}
@media (min-width: 930px) {
  .major-contributors-wrapper {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1100px) {
  .major-contributors-wrapper {
    display: flex;
    flex-direction: row !important;
  }
  .major-contributors-wrapper .mc_background {
    padding: 4rem;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.15);
    width: 50%;
  }
  .major-contributors-wrapper .mc_background:nth-child(1) {
    background-color: #C9D6A3;
  }
  .major-contributors-wrapper .mc_background:nth-child(1) .mc_text_container h3 {
    color: #5A784D;
  }
  .major-contributors-wrapper .mc_background:nth-child(2) {
    background-color: #5A784D;
  }
  .major-contributors-wrapper .mc_background:nth-child(2) .mc_text_container h3 {
    color: #C9D6A3;
  }
  .major-contributors-wrapper .mc_background:nth-child(2) .mc_text_container p {
    color: #ffffff;
  }
}
.content-area .site-main .contact-content {
  padding: 1rem;
  overflow: hidden;
}
.content-area .site-main .contact-content .page-header * {
  text-align: center;
}
.content-area .site-main .contact-content .page-header h1 {
  color: #AD976E;
  font-family: "karlaRegular";
}
.content-area .site-main .contact-content .page-header p {
  font-family: "karlaRegular";
  max-width: inherit;
}
.content-area .site-main .contact-content form .screen-reader-response {
  position: relative !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 100% !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0.5rem !important;
  border: 0 !important;
  color: #5A784D;
  background-color: #C9D6A3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.content-area .site-main .contact-content form .screen-reader-response p {
  margin: 0.5rem 0 0.5rem 0 !important;
}
.content-area .site-main .contact-content form .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-area .site-main .contact-content form .grid label {
  font-family: "karlaRegular";
  font-size: 1.25rem;
  color: #5A784D;
}
.content-area .site-main .contact-content form .grid .form-item {
  width: 100%;
}
.content-area .site-main .contact-content form .grid .form-item input {
  border-radius: 0;
  width: 100%;
  border: none;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
  font-family: "karlaRegular";
  font-style: italic;
  font-size: 1.25rem;
  color: #5A784D;
  padding: 0.5rem;
  -webkit-appearance: none;
  margin: 1.5rem 0;
}
.content-area .site-main .contact-content form .grid .form-item input::placeholder, .content-area .site-main .contact-content form .grid .form-item select {
  color: #5A784D;
}
.content-area .site-main .contact-content form .grid .answers.row {
  width: 100%;
}
.content-area .site-main .contact-content form .grid .answers.row .dropdown-wrapper .answer select {
  border-radius: 0;
  width: 100%;
  border: none;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
  font-family: "karlaRegular";
  font-style: italic;
  font-size: 1.25rem;
  color: #5A784D;
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  -webkit-appearance: none;
  background-color: white;
}
.content-area .site-main .contact-content form .row .multi-wrapper .answer.checkbox {
  display: flex;
}
.content-area .site-main .contact-content form .row .multi-wrapper .answer.checkbox input {
  -webkit-appearance: none;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 15px;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  height: 2rem !important;
  width: 2rem !important;
  margin-top: auto;
  margin-bottom: auto;
}
.content-area .site-main .contact-content form .row .multi-wrapper .answer.checkbox label {
  font-family: "karlaRegular";
  color: #5A784D;
  font-size: 0.8rem;
}
.content-area .site-main .contact-content form .row .multi-wrapper .answer.checkbox input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1.5rem;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5A784D;
}
.content-area .site-main .contact-content form .submit {
  width: 250px;
  text-align: center;
  margin: 2.5rem 0 2.5rem 50%;
  transform: translate(-50%);
  text-decoration: none;
  border-radius: 5rem;
  border: solid #AD976E 0.08rem;
  padding: 0.5rem 1.8rem;
  background-color: #ffffff;
  color: #AD976E;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.3;
  text-decoration: none;
  transition-timing-function: all ease;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-area .site-main .contact-content form .submit input {
  display: none;
}
.content-area .site-main .contact-content form .submit:hover, .content-area .site-main .contact-content form .submit:active, .content-area .site-main .contact-content form .submit:focus {
  box-shadow: inset 0 15rem 0 1.5rem #241c02;
  color: #ffffff;
  text-decoration: none;
  border: solid #241c02 0.08rem;
}

@media (min-width: 500px) {
  .content-area .site-main .contact-content {
    max-width: 830px;
    margin: 0 auto;
  }
  .content-area .site-main .contact-content form .grid .form-item {
    width: 48%;
  }
  .content-area .site-main .contact-content form .grid .answers.row {
    width: 48%;
    margin-right: 52%;
  }
}
.cta-header {
  margin: 0 auto;
  padding: 70px 0;
}
.cta-header h1, .cta-header p {
  text-align: center;
}
.cta-header h1 {
  font-family: "karlaRegular";
  color: #AD976E;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.cta-header .hero-intro {
  font-size: 2.5rem;
  font-family: "karlaBold";
  color: #5A784D !important;
  width: 100%;
  margin-bottom: 2rem;
}
.cta-header p {
  font-family: "karlaRegular";
  font-size: 1.25rem;
  width: 60%;
  margin: 0 auto;
}

.hero-container {
  width: 100%;
  height: 65vh;
  min-height: 20rem;
  position: relative;
  overflow: hidden;
}
.hero-container .sierra-ridge-home-brand {
  position: absolute;
  z-index: 1000;
  height: 20vw;
  width: 20vw;
  max-width: 280px;
  max-height: 280px;
}
.hero-container .sierra-ridge-home-brand img {
  top: 1rem;
  left: 1rem;
  box-shadow: none;
}
.hero-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.hero-container .background-slides {
  width: 100vw;
  height: 65vh;
  min-height: 20rem;
}
.hero-container .background-slides ul {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-container .background-slides ul li div {
  width: 100vw;
  height: 65vh;
  min-height: 20rem;
  position: relative;
}
.hero-container .background-slides ul li div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-position: 90% center;
}
.hero-container .background-slides ul li:nth-child(1) div img {
  object-position: 33% 50%;
}
.hero-container .background-slides ul li:nth-child(3) div img {
  object-position: bottom right;
}

.header-cta {
  background-color: #AD976E;
  padding: 1rem;
}
.header-cta .cta-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.header-cta .cta-text-wrap .divider {
  display: none;
}
.header-cta .cta-text-wrap .cta-text, .header-cta .cta-text-wrap form {
  margin: 0 auto;
  color: #ffffff;
  font-family: "karlaRegular";
}
.header-cta .cta-text-wrap .cta-text {
  font-size: 1.2rem;
}
.header-cta .cta-text-wrap form {
  margin: 1.5rem auto 0.5rem auto;
}
.header-cta .cta-text-wrap form a {
  text-decoration: none;
  margin: 0;
  border-radius: 5rem;
  border: solid #ffffff 0.08rem;
  padding: 0.5rem 1.5rem;
  background-color: #AD976E;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.3;
}
.header-cta .cta-text-wrap form * {
  transition-timing-function: all ease;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-cta .cta-text-wrap form a:hover, .header-cta .cta-text-wrap form a:active, .header-cta .cta-text-wrap form a:focus {
  box-shadow: inset 0 15rem 0 1.5rem #241c02;
}

.hero-cta {
  background-color: #241c02 !important;
}
.hero-cta .cta-text-wrap form a {
  border: solid #AD976E 0.08rem !important;
  background-color: #241c02 !important;
  color: #ffffff;
}
.hero-cta .cta-text-wrap form * {
  transition-timing-function: all ease;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hero-cta .cta-text-wrap form a:hover, .hero-cta .cta-text-wrap form a:active, .hero-cta .cta-text-wrap form a:focus {
  box-shadow: inset 0 15rem 0 1.5rem #AD976E;
  border: solid #ffffff 0.08rem !important;
}

.site-header {
  box-sizing: border-box;
  z-index: 1000;
  top: 0;
  position: sticky;
  background-color: #AD976E;
}
.site-header .site-branding {
  padding: 2.5rem;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #AD976E;
  transition: max-height 0.7s linear;
}
.site-header .site-branding .fixed-nav-content {
  display: flex;
  flex-direction: row;
}
.site-header .site-branding .fixed-nav-content .site-title {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  color: #ffffff;
  font-family: "aquaFont";
  text-transform: uppercase;
  line-height: 2.5;
}
.site-header .site-branding .fixed-nav-content .navigation-logo {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
}
.site-header .site-branding .desktop-nav-cta {
  display: none;
}
.site-header .site-branding .desktop-nav {
  display: none;
}
.site-header .site-branding .desktop-nav .menu-main-menu-container {
  margin: 0 auto;
}
.site-header .site-branding .desktop-nav .menu-main-menu-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-branding .desktop-nav .menu-main-menu-container ul li {
  margin-right: 1rem;
  font-size: 1.25rem;
  font-family: "karlaRegular";
  vertical-align: middle;
  line-height: 2;
}
.site-header .site-branding .collapsible {
  line-height: 2.3;
}
.site-header .site-branding .collapsible img {
  width: 1rem;
}
.site-header .site-branding .mobile-nav .menu-main-menu-container .menu {
  list-style-type: none;
  margin: 1rem 0 0 0;
  padding: 0;
  margin-left: 64px;
  min-width: 80vw;
}
.site-header .site-branding .mobile-nav .menu-main-menu-container .menu * {
  text-align: left;
  margin-top: 0.5rem;
}
.site-header .site-branding .mobile-nav .menu-main-menu-container .menu li {
  padding: 0.5rem 1.5rem;
  padding-left: 0;
  color: #ffffff;
}
.site-header .site-branding .mobile-nav .menu-main-menu-container .menu li a {
  color: #ffffff;
  text-decoration: none;
}
.site-header .site-branding .mobile-nav .menu-main-menu-container .menu li:last-child {
  margin: 1rem 0 0 0;
  border-radius: 5rem;
  border: solid #ffffff 0.08rem;
  padding: 0.5rem 1.5rem;
  background-color: #AD976E;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  width: 11rem;
  line-height: 1.3;
  margin-left: -30px;
}
.site-header .site-branding .navigation-register-cta form a {
  margin: 0 !important;
  border-radius: 5rem !important;
  border: solid #ffffff 0.08rem !important;
  padding: 0.5rem 1.5rem !important;
  background-color: #AD976E !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  line-height: 2.5 !important;
}

.info-boxes {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.info-boxes .info-content {
  max-width: 80vw;
  height: 20rem;
  min-height: 25rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.info-boxes .info-content img {
  width: 100%;
  height: 100;
  position: absolute;
}
.info-boxes .info-content * {
  margin: auto 0;
  font-family: "karlaRegular";
}
.info-boxes .info-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 500;
}
.info-boxes .info-content a {
  text-decoration: none;
  position: relative;
  z-index: 500;
}
.info-boxes .info-content a h3 {
  line-height: 2.5;
  color: #5A784D !important;
  width: 100%;
  width: 15rem;
  box-shadow: inset 0 -1px 0 0 white;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: 1s ease;
}
.info-boxes .info-content a h3:hover, .info-boxes .info-content a a:active, .info-boxes .info-content a a:focus {
  width: 12rem;
}
.info-boxes .info-image {
  height: 20rem;
  position: relative;
  z-index: 500;
}
.info-boxes .info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.info-boxes:nth-child(1) {
  background: #C9D6A3;
}
.info-boxes:nth-child(1) .info-content img {
  display: none;
}

.info-boxes:nth-child(2) {
  background: #AD976E;
}
.info-boxes:nth-child(2) .info-content img {
  display: none;
}

.info-boxes:nth-child(3) {
  background: #241c02;
}
.info-boxes:nth-child(3) .info-content p {
  color: #ffffff !important;
}
.info-boxes:nth-child(3) .info-content .background-image {
  display: none;
  width: 200vw !important;
  height: 100;
  max-height: 800px;
  position: absolute;
  z-index: 100;
  top: -100%;
  right: -100%;
}

.info-boxes:nth-child(4) {
  background: #C9D6A3;
}
.info-boxes:nth-child(4) .info-content img {
  display: none;
}

.team-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 50vw;
  max-height: 45rem;
  background-color: #5A784D;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 3rem;
}
.team-box .team-content {
  max-width: 80vw;
  height: 20rem;
  min-height: 25rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-box .team-content * {
  margin: auto 0;
  font-family: "karlaRegular";
}
.team-box .team-content .team-text {
  margin-bottom: 5vw;
}
.team-box .team-content .team-text h3 {
  color: #C9D6A3;
  margin-bottom: 1.5rem;
}
.team-box .team-content .team-text p {
  font-size: 1.25rem;
  color: black;
}
.team-box .team-content .team-link {
  margin-top: 5vw;
}
.team-box .team-content .team-link * {
  margin-bottom: 0;
}
.team-box .team-content .team-link a {
  text-decoration: none;
}
.team-box .team-content .team-link a * {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: 1s ease;
}
.team-box .team-content .team-link a h3 {
  line-height: 2.5;
  color: #C9D6A3;
  width: 100%;
  box-shadow: inset 0 -1px 0 0 black;
}
.team-box .team-content .team-link a h3:hover, .team-box .team-content .team-link a a:active, .team-box .team-content .team-link a a:focus {
  width: 15rem;
}

@media (min-width: 700px) {
  .header-cta .cta-text-wrap {
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 680px;
    margin: 0 auto;
  }
  .header-cta .cta-text-wrap span.cta-text.divider {
    margin: 0 !important;
  }
  .header-cta .cta-text-wrap .divider {
    display: block;
  }
  .header-cta .cta-text-wrap .cta-text, .header-cta .cta-text-wrap form {
    margin: 0 auto;
    color: #ffffff;
    line-height: 55px;
  }

  .info-boxes:nth-child(3) .info-content .background-image {
    display: block;
  }

  .team-box {
    display: flex;
    flex-direction: row;
    max-height: 30rem;
    min-height: 0;
    background-color: #5A784D;
  }
  .team-box .team-content {
    height: 20rem;
    min-height: 25rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .team-box .team-content * {
    width: 50%;
    margin: auto 0;
    font-family: "karlaRegular";
  }
  .team-box .team-content .team-text {
    margin-bottom: auto;
  }
  .team-box .team-content .team-text h3 {
    color: #C9D6A3;
    letter-spacing: 0.1rem;
  }
  .team-box .team-content .team-text p {
    font-size: 1.25rem;
    width: 100%;
  }
  .team-box .team-content .team-link {
    margin-top: auto;
    margin-bottom: 10%;
    margin-left: 15%;
  }
  .team-box .team-content .team-link * {
    margin-bottom: 0;
  }
  .team-box .team-content .team-link a {
    text-decoration: none;
  }
  .team-box .team-content .team-link a h3 {
    color: #C9D6A3;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 black;
  }

  .info-boxes:nth-child(even) {
    flex-direction: row-reverse;
  }

  .info-boxes:nth-child(3) .info-content img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .info-boxes {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .info-boxes * {
    width: 50%;
  }
  .info-boxes .info-content {
    margin: auto;
  }
  .info-boxes .info-content * {
    margin: auto;
    font-family: "karlaRegular";
  }
  .info-boxes .info-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    margin-top: 5vw;
  }
  .info-boxes .info-content a {
    max-width: initial;
    margin-bottom: 5vw;
  }
  .info-boxes .info-content a h3 {
    color: #5A784D !important;
    margin: 0;
    border-bottom: solid white 0.08rem;
  }
  .info-boxes .info-image {
    height: auto;
    position: relative;
  }
  .info-boxes .info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }

  .team-box .team-content {
    max-width: 922px;
  }
}
@media (min-width: 750px) {
  .hero-container .hero-banner-text p {
    font-size: 4vw;
  }
}
@media (min-width: 900px) {
  .hero-container .background-slides ul li:nth-child(1) div img {
    object-position: -5% 60%;
  }
}
@media (max-width: 1000px) and (min-width: 700px) {
  .hero-container .sierra-ridge-home-brand img {
    top: 3rem !important;
    left: 3rem !important;
  }

  .info-content p, .info-content a {
    width: 70%;
  }
}
@media (min-width: 400px) {
  .site-header .site-branding .site-title {
    font-size: 1.4rem !important;
    line-height: 2.6rem !important;
    letter-spacing: 0.3rem !important;
  }
}
@media (min-width: 1300px) {
  .site-header .site-branding .desktop-nav-cta {
    display: block;
  }
  .site-header .site-branding .desktop-nav {
    display: block;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container {
    margin: 0 auto;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul li {
    margin-right: 1rem;
    font-size: 1.25rem;
    font-family: "karlaRegular";
    vertical-align: middle;
    line-height: 2;
  }
  .site-header .site-branding .desktop-nav .menu-main-menu-container ul li:last-child {
    display: none;
  }
  .site-header .site-branding .collapsible {
    display: none;
  }
  .site-header .site-branding .mobile-nav {
    display: none;
  }
  .site-header .main-navigation {
    margin: auto 0;
  }
  .site-header .main-navigation button {
    display: none;
  }
  .site-header .sub-header {
    display: flex;
    background-color: #ddd5c6;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }
  .site-header .sub-header :nth-child(1) {
    margin-left: auto;
    margin-right: 2.5rem;
  }
  .site-header .sub-header :nth-child(2) {
    margin-right: auto;
    margin-left: 0;
  }
  .site-header .sub-header a {
    margin: 1rem auto;
    text-decoration: none;
  }
  .site-header .sub-header a h2 {
    color: #AD976E;
    font-size: 1rem;
    font-family: "karlaRegular";
    margin: 0 !important;
  }
}
.error-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.error-wrapper h1 {
  font-family: "karlaRegular";
  color: #AD976E;
  font-size: 3rem;
}
.error-wrapper p {
  font-family: "karlaRegular";
}
.error-wrapper ul {
  list-style: none;
}
.error-wrapper ul li {
  font-family: "karlaRegular";
}
.error-wrapper ul li a {
  text-decoration: none;
  color: #404040;
}

.privacy {
  padding: 2.5rem;
}
.privacy article header h1 {
  color: black;
  font-family: "karlaBold";
}
.privacy article .entry-content h2, .privacy article .entry-content h3 {
  color: black;
  font-family: "karlaBold";
}
.privacy article .entry-content p {
  overflow: hidden;
}
.privacy article .entry-content p strong em {
  color: black;
}
.privacy article .entry-content p em {
  color: black;
}
.privacy article .entry-content ul {
  margin: 0;
}

@media (min-width: 500px) {
  .privacy {
    padding: 2.5rem 5rem;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */
