/*!
 Theme Name: Armida
 Theme URI: http://underscores.me/
 Author: Conway + Partners
 Author URI: https://conwayandpartners.com/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: armida
 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.
 Armida 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
 # Armida
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # 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, .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, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, 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
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
@media screen and (max-width: 900px) {
  .main-navigation ul ul a {
    width: 100% !important;
  }
}
.main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul {
  left: auto;
}
@media screen and (max-width: 900px) {
  .main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul {
    position: relative;
  }
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.main-navigation.toggled ul, .menu-toggle {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.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
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* 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;
}
/*--------------------------------------------------------------
 # Armida
 --------------------------------------------------------------*/
@font-face {
  font-family: "Superior Title - Light";
  src: url("assets/fonts/SuperiorTitle-Light.woff");
  font-display: fallback;
}
@font-face {
  font-family: "Superior Title - Light Italic";
  src: url("assets/fonts/SuperiorTitle-LightItalic.woff");
  font-display: fallback;
}
body, html {
  height: 100%;
}
body {
  position: relative;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  color: #181818;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.3px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-height: 100vh;
  /* start commented backslash hack \*/
  /* close commented backslash hack */
}
body * {
  transition: all 0.3s ease-in;
}
body .armida-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  background: url("assets/img/marker_armida.png");
  background-position: left;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 55px;
  font-weight: 400;
  font-size: 16px;
  line-height: 64px;
}
body .hidden-div {
  display: none;
}
body .center-content {
  text-align: center;
}
body .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body .clearfix {
  display: inline-block;
}
body * html .clearfix {
  height: 1%;
}
body .clearfix {
  display: block;
}
body.page, body.post {
  margin: 0;
}
body .title-italic {
  font-family: "Superior Title - Light Italic";
  line-height: 45px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Superior Title - Light";
  margin: initial;
}
body p {
  margin: initial;
}
body a {
  color: inherit;
  transition: all 0.3s ease-in;
  text-decoration: underline;
}
body a:hover {
  color: #181818;
}
body a:active, body a:focus, body a:visited {
  color: inherit;
  outline: none;
}
body ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
body ul li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  line-height: 30px;
}
body .btn-video {
  background-image: url("assets/img/white_play.png");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 25px;
}
body .cp-col {
  float: left;
}
@media screen and (max-width: 900px) {
  body .cp-col {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
body .cp-col.cp-col-offset-left-50 {
  margin-left: 50%;
}
body .cp-col.cp-col-offset-right-50 {
  margin-right: 50%;
}
body .cp-col-10 {
  width: 10%;
}
body .cp-col-15 {
  width: 15%;
}
body .cp-col-20 {
  width: 20%;
}
body .cp-col-25 {
  width: 25%;
}
body .cp-col-30 {
  width: 30%;
}
body .cp-col-31-5 {
  width: 31.5%;
}
body .cp-col-35 {
  width: 35%;
}
body .cp-col-40 {
  width: 40%;
}
body .cp-col-42-5 {
  width: 42.5%;
}
body .cp-col-45 {
  width: 45%;
}
body .cp-col-48 {
  width: 48%;
}
body .cp-col-50 {
  width: 50%;
}
body .offtset-left-2 {
  margin-left: 2%;
}
body .cp-col-55 {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  body .cp-col-55 {
    width: 50%;
    margin-left: 5%;
  }
}
body .cp-col-60 {
  width: 60%;
}
body .cp-col-65 {
  width: 65%;
}
body .cp-col-68-5 {
  width: 68.5%;
}
body .cp-col-70 {
  width: 70%;
}
body .cp-col-75 {
  width: 75%;
}
body .cp-col-80 {
  width: 80%;
}
body .cp-col-100 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  body .hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  body .hidden-md-dn {
    display: none !important;
  }
}
body .cp-invisible {
  opacity: 0;
  z-index: -1;
}
body .container {
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
}
body .container.extended-container {
  max-width: 1124px;
}
@media screen and (min-width: 1600px) {
  body .container {
    /* max-width: 1440px; */
    width: 100%;
  }
}
body .container-2 {
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
}
body .hidden-sections {
  display: none;
}
body .dark-bkg-button {
  background-color: #181818;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
body .dark-bkg-button * {
  padding: 4px 20px;
  color: #fff !important;
  display: block;
}
body .dark-bkg-button *:hover {
  color: #fff !important;
}
body .full-width-image {
  margin-top: 125px;
}
body .full-width-image img {
  width: 100%;
}
body.scrolled #masthead {
  background: #fff;
  padding: 25px 0 23px;
}
body.scrolled #masthead .site-branding .custom-logo-link {
  display: none;
}
body.scrolled #masthead .site-branding .armida-gold-logo {
  display: none;
}
body.scrolled #masthead .site-branding .sticky-logo {
  opacity: 1;
}
body.scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li a {
  color: #181818;
}
body .owl-nav {
  width: 100%;
}
body .owl-nav [class*="owl-"] {
  position: relative;
  outline: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat !important;
  margin: 0 !important !important;
}
body .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
body .owl-nav [class*="owl-"].owl-prev {
  float: left;
  left: 0;
  background-image: url("assets/img/arrow-left.png") !important;
  display: inline-block;
}
body .owl-nav [class*="owl-"].owl-prev:hover {
  background-color: transparent;
}
body .owl-nav [class*="owl-"].owl-next {
  float: right;
  right: 0;
  display: inline-block;
  background-image: url("assets/img/arrow-right.png") !important;
}
body .owl-nav [class*="owl-"].owl-next:hover {
  background-color: transparent;
}
body #masthead {
  display: none;
  position: fixed;
  top: -20vh;
  width: 100%;
  z-index: 2;
  padding-top: 50px;
  z-index: 3;
  transition: all 0.3s ease-in;
  max-height: 280px;
}
@media screen and (max-width: 1440px) {
  body #masthead {
    max-width: 1440px;
  }
}
body #masthead .armida-gold-logo {
  transition: all 0.3s ease-in;
  opacity: 0;
  z-index: -1;
}
body #masthead.submenu-open {
  background: #fff;
}
body #masthead.submenu-open .armida-gold-logo {
  opacity: 1;
  z-index: 2;
}
body #masthead.submenu-open .custom-logo-link {
  z-index: -1 !important;
  opacity: 0 !important;
}
@media screen and (max-width: 900px) {
  body #masthead.submenu-open #site-navigation #primary-menu {
    position: relative;
    top: 0;
    left: 0;
    max-width: none;
    transform: none;
    max-width: 1060px;
    margin: 140px auto 0;
    width: 90%;
  }
}
body #masthead.submenu-open #site-navigation #primary-menu li {
  transition: none;
  width: auto;
}
body #masthead.submenu-open #site-navigation #primary-menu li a {
  color: #181818 !important;
  width: auto;
  display: initial;
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu {
  transition: none;
  text-align: left;
  box-shadow: none !important;
}
@media screen and (max-width: 900px) {
  body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 40px;
  }
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li {
  transition: none;
  line-height: 40px;
}
@media screen and (max-width: 900px) {
  body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li {
    width: 100%;
  }
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li a {
  color: #999 !important;
  display: block;
  width: 200px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li a {
    width: auto;
    max-width: 250px;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 45px !important;
  }
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li a:hover {
  color: #181818 !important;
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li a:after {
  width: 100%;
  display: block;
  height: 1px;
  background: #181818;
  content: "";
}
@media screen and (max-width: 900px) {
  body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li a {
    color: #181818;
    text-align: left;
    font-size: 35px;
    font-weight: 400;
    line-height: 63px;
  }
  body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li a:hover {
    color: #181818;
  }
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu li + li {
  transition: none;
  margin-left: 0;
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu .sub-menu {
  column-count: 2;
  column-gap: 120px;
  display: block;
  margin-top: -20px;
  padding-left: 100px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu .sub-menu {
    width: 50%;
    margin-left: -50%;
    padding-left: 0;
    column-gap: 20px;
  }
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu .sub-menu li {
  transition: none;
  max-width: 120px;
}
@media screen and (max-width: 900px) {
  body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu .sub-menu li a {
    width: auto;
    max-width: 250px;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 45px !important;
  }
}
body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu .sub-menu li a:after {
  display: none;
}
@media screen and (max-width: 900px) {
  body #masthead.submenu-open #site-navigation #primary-menu li .sub-menu .sub-menu {
    position: absolute;
    box-shadow: none;
  }
}
body #masthead.submenu-open #site-navigation #primary-menu li.dark-bkg-button * {
  color: #fff !important;
}
body #masthead.submenu-open #site-navigation #primary-menu li.dark-bkg-button *:hover {
  color: #fff !important;
}
@media screen and (min-width: 1600px) {
  body #masthead .container {
    max-width: 1440px;
  }
}
body #masthead .site-branding {
  position: relative;
  width: auto;
  width: 220px;
  top: 15px;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  body #masthead .site-branding {
    max-width: 40%;
    padding-top: 0;
    margin-left: 7%;
  }
}
body #masthead .site-branding .sticky-logo {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-47%);
  z-index: 1;
  transition: all 0.3s ease-in;
}
body #masthead .site-branding .sticky-logo .custom-logo {
  max-width: 40px;
  padding-top: 5px;
}
body #masthead .site-branding .custom-logo-link {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  transition: all 0.3s ease-in;
}
body #masthead .site-branding .custom-logo-link.black-mobile-logo {
  display: none;
}
@media screen and (max-width: 900px) {
  body #masthead .site-branding .custom-logo-link {
    padding-top: 0;
  }
}
body #masthead #site-navigation {
  float: right;
  width: auto;
  transition: all 0.3s ease-in;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation {
    float: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
}
body #masthead #site-navigation.toggled .menu-toggle {
  background-image: url("assets/img/hamburger_close.png") !important;
  background-position: center !important;
}
body #masthead #site-navigation .menu-toggle {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-image: url("assets/img/hamburger_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 10%;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-toggle {
    right: 10%;
    display: block;
    top: 30px;
  }
}
body #masthead #site-navigation .menu-main-menu-container {
  transition: all 0.3s ease-in;
  background: transparent;
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu {
  float: right;
  text-align: right;
  transition: all 0.3s ease-in;
  display: block;
  margin-top: -5px;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu {
    padding-top: 100px;
    position: relative;
    float: none;
    margin: 150px auto 0;
    width: 80%;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li.active {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li {
    display: block;
    margin-left: 0;
    text-align: left;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li a {
    font-size: 35px;
    font-weight: 400;
    line-height: 63px;
    color: #181818;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: left;
    opacity: 0.5;
    width: auto;
    display: initial;
  }
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li a:hover {
    color: #181818 !important;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li a:hover {
  text-decoration: underline;
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
  margin-left: 15px;
}
@media screen and (max-width: 1350px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
    margin-left: 0;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li.hidden-header {
  display: none;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li.dark-bkg-button {
    margin-top: 150px;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li.dark-bkg-button:hover a {
  color: #fff !important;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li.dark-bkg-button:hover a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li.current_page_item a {
  text-decoration: underline;
  opacity: 1;
}
body #masthead #site-navigation.toggled {
  right: 0;
  z-index: 2;
}
body #masthead #site-navigation.toggled .menu-toggle {
  background-image: url("assets/img/sprite_sheet.png");
  background-repeat: no-repeat;
  background-position: -1000px -239px;
}
body #masthead.toggled .site-branding .custom-logo-link {
  opacity: 0;
  z-index: -1;
}
body #masthead.toggled .site-branding .armida-gold-logo {
  opacity: 1;
  z-index: 2;
}
body #content {
  position: relative;
  z-index: 2;
  margin-bottom: 715px;
  background: #fff;
}
body #content .section-row {
  position: relative;
}
body #content .section-row.full-height {
  height: 100vh;
}
body #content .section-row.margin-top {
  margin-top: 138px;
}
body #content .section-row:not(#home-video) .subsectionheading {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 50px;
  max-width: 400px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  body #content .section-row:not(#home-video) .subsectionheading {
    font-size: 40px;
    letter-spacing: -0.8px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
body #content .section-row:not(#home-video) .subsectioncontent {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  display: block;
}
body #content .section-row:not(#home-video) .subsectioncontent p:last-child {
  display: block;
}
body #content .section-row .section-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  body #content .section-row .section-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
  }
}
body #content .section-row .section-wrapper .floating-image {
  position: absolute;
}
@media screen and (max-width: 1300px) {
  body #content .section-row .section-wrapper .floating-image {
    max-width: 650px;
  }
}
@media screen and (max-width: 1024px) {
  body #content .section-row .section-wrapper .floating-image {
    max-height: 58vh;
  }
}
body #content .section-row .section-wrapper.bkg-to-right .floating-image {
  right: 0;
}
body #content .section-row .section-wrapper.bkg-to-left .floating-image {
  left: 0;
}
body #content .section-row#home-animation #break-intro {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  color: #464847;
  margin-bottom: 15%;
}
@media screen and (min-height: 900px) {
  body #content .section-row#home-animation #break-intro {
    margin-bottom: 23%;
  }
}
body #content .section-row#home-animation #fullwidth-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body #content .section-row#home-animation #fullwidth-video video {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #content .section-row#home-video {
  position: relative;
}
body #content .section-row#home-video #hero-wrapper {
  height: 100vh;
}
body #content .section-row#home-video #hero-wrapper #home-hero-heading {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 65px;
}
body #content .section-row#home-video #hero-wrapper #home-hero-heading p:not(.show) {
  position: relative;
  opacity: 0;
  top: 20px;
}
body #content .section-row#home-video #hero-wrapper #home-hero-heading .subsectionheading p {
  color: #fff;
  font-family: "Superior Title - Light";
  font-size: 70px;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 65px;
  text-transform: uppercase;
}
body #content .section-row#home-video #hero-wrapper #home-hero-heading .subsectionheading p:first-child {
  font-family: "Superior Title - Light Italic";
}
body #content .section-row#home-video #hero-wrapper #home-hero-heading .subsectionsubheading {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 24px;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  display: block;
  margin-top: 15px;
}
body #content .section-row#home-video .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body #content .section-row#home-video .vimeo-wrapper::before {
  display: block;
  position: absolute;
  background-image: url("assets/img/video_mask.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -1;
}
body #content .section-row#home-video .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #content .section-row#home-armida-district {
  margin-top: 0;
  padding-top: 120px;
  background: url("assets/img/background_district.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1600px) {
  body #content .section-row#home-armida-district {
    background-position: -40%;
  }
}
body #content .section-row#home-armida-district .subsectioncontent a {
  margin-top: 40px;
  display: block;
}
body #content .section-row#home-armida-district .right-bkg {
  background: url("assets/img/district-right-lines.png");
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 270px;
}
body #content .section-row#home-armida-district .right-bkg #right-bstk {
  position: absolute;
  top: 0;
  right: 0;
}
body #content .section-row#home-armida-district .right-bkg .district-right-brushtroke {
  background: url("assets/img/district-right-brushtroke.png");
  background-size: cover;
  background-position: top, left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 810px;
}
body #content .section-row#home-armida-district .bkg-to-left {
  padding-top: 50px;
}
body #content .section-row#home-armida-district .district-brushtroke {
  background: url("assets/img/district_brushtroke.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: 0;
  height: 250px;
  width: 150px;
}
@media screen and (max-width: 1300px) {
  body #content .section-row#home-armida-district .district-brushtroke {
    width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-district #home-armida-district-col-left {
    padding-left: 100px;
  }
}
body #content .section-row#home-armida-amenities {
  margin-top: -100px;
}
body #content .section-row#home-armida-amenities h2.subsectiontitle {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 75.5px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 108px;
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-amenities h2.subsectiontitle {
    font-size: 55px;
    line-height: 65px;
  }
}
body #content .section-row#home-armida-amenities h2.subsectiontitle span {
  font-family: "Superior Title - Light Italic";
}
body #content .section-row#home-armida-amenities ul {
  margin-top: 40px;
  display: block;
  padding-left: 15px;
}
body #content .section-row#home-armida-amenities ul li {
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
  padding: 20px 0;
}
body #content .section-row#home-armida-amenities .amenities-brushtroke {
  background: url("assets/img/amenities_brushtroke.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  left: 0;
  height: 1000px;
  width: 450px;
  z-index: -1;
}
body #content .section-row#home-armida-residential {
  padding-top: 210px;
  background: url("assets/img/background_residential.png");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0;
  padding-bottom: 200px;
}
body #content .section-row#home-armida-residential #home-armida-residential-col-left {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 1600px) {
  body #content .section-row#home-armida-residential #home-armida-residential-col-left {
    margin-left: 120px;
  }
}
body #content .section-row#home-armida-residential #home-armida-residential-col-left h3 {
  display: block;
  max-width: none;
  margin-bottom: 30px;
}
body #content .section-row#home-armida-residential #home-armida-residential-col-left p:last-child {
  display: block;
  margin-top: 30px;
}
body #content .section-row#home-armida-residential .bkg-to-left {
  margin-top: 50px;
}
body #content .section-row#home-armida-residential .residential-brushtroke {
  background: url("assets/img/residential_brushtroke.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 0;
  height: 370px;
  width: 300px;
}
body #content .section-row#home-armida-offices {
  margin-top: -110px;
  background: url("assets/img/background_offices.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 200px;
  margin-top: -200px;
}
body #content .section-row#home-armida-offices #home-armida-offices-col-right {
  text-align: center;
  margin-top: 80px;
}
@media screen and (min-width: 1100px) {
  body #content .section-row#home-armida-offices #home-armida-offices-col-right {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-offices #home-armida-offices-col-right {
    margin-top: 0;
    margin-left: 350px;
  }
}
body #content .section-row#home-armida-offices #home-armida-offices-col-right h3 {
  display: block;
  max-width: none !important;
  margin-bottom: 30px;
}
body #content .section-row#home-armida-offices #home-armida-offices-col-right p:last-child {
  display: block;
  margin-top: 30px;
}
body #content .section-row#home-armida-offices .bkg-to-right {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-offices .max-height {
    max-height: 250px;
  }
}
body #content .section-row#home-armida-offices #offices-floating-row {
  margin-top: -200px;
}
body #content .section-row#home-armida-offices .offices-brushtroke {
  background: url("assets/img/offices_brushtroke.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
  right: 0;
  height: 460px;
  width: 250px;
}
body #content .section-row#home-armida-commercial {
  margin-top: 0;
}
body #content .section-row#home-armida-commercial #commercial-content-wrapper {
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-commercial #commercial-content-wrapper {
    margin-top: 100px;
  }
}
body #content .section-row#home-armida-commercial #commercial-content-wrapper #commercial-content {
  text-align: center;
  max-width: 400px;
  width: 90%;
  margin: -40px auto 0;
}
body #content .section-row#home-armida-commercial #commercial-content-wrapper #commercial-content h3 {
  margin-bottom: 30px;
}
body #content .section-row#home-armida-commercial #commercial-content-wrapper #commercial-content p:last-child {
  display: block;
  margin-top: 30px;
}
body #content .section-row#home-armida-commercial #commercial-floating-image-1 {
  margin-top: -3vh;
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-commercial #commercial-floating-image-1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-commercial #commercial-floating-image-1 img {
    max-height: 364px;
  }
}
body #content .section-row#home-armida-commercial #commercial-floating-image-2 {
  margin-top: -40vh;
}
@media screen and (min-width: 1600px) {
  body #content .section-row#home-armida-commercial #commercial-floating-image-2 {
    margin-top: -35vh;
  }
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-commercial #commercial-floating-image-2 {
    margin-top: -35vh;
  }
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-commercial #commercial-floating-image-2 img {
    max-height: 75vh;
  }
}
body #content .section-row#home-armida-commercial #commercial-floating-image-2 .commercial-brushtroke-2 {
  background: url("assets/img/commercial_brushtroke-2.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -115px;
  left: 0;
  height: 220px;
  width: 400px;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  body #content .section-row#home-armida-commercial #commercial-floating-image-2 .commercial-brushtroke-2 {
    background: url("assets/img/commercial_brushtroke-2-1920.png");
    background-size: auto;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    left: -130px;
  }
}
body #content .section-row#home-armida-commercial #commercial-floating-image-3 {
  margin-top: -140px;
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-commercial #commercial-floating-image-3 {
    margin-top: -6vh;
  }
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-commercial #commercial-floating-image-3 img {
    max-height: 250px;
    padding-right: 5%;
  }
}
body #content .section-row#home-armida-commercial #commercial-floating-image-3 .floating-image {
  margin-right: 6%;
}
body #content .section-row#home-armida-commercial .commercial-brushtroke {
  background: url("assets/img/commercial_brushtroke.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -190px;
  right: -10px;
  height: 400px;
  width: 400px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body #content .section-row#home-armida-commercial .commercial-brushtroke {
    bottom: -120px;
  }
}
body #content .section-row#home-armida-commercial #commercial-floating-lines {
  width: 280px;
  height: 800px;
  background: url("assets/img/home-comercial-lines.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 240px;
}
@media screen and (max-width: 1920) {
  body #content .section-row#home-armida-commercial #commercial-floating-lines {
    bottom: 430px;
  }
}
@media screen and (min-width: 2000) {
  body #content .section-row#home-armida-commercial #commercial-floating-lines {
    bottom: 25%;
  }
}
body #content .section-row#home-armida-showroom .subsectionheading {
  margin-bottom: 0;
}
body #content .section-row#home-armida-showroom #home-armida-showroom-col-right a {
  display: block;
  margin-top: 30px;
}
body #content .section-row#home-armida-showroom .full-width-image {
  position: relative;
  margin-bottom: 0;
}
body #content .section-row#home-armida-showroom .full-width-image .armida-marker {
  transform: translate(185%, -60%);
}
body #colophon {
  background: #181818;
  color: #fff;
  padding: 120px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
body #colophon #footer-top #footer-top-col-2 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.07px;
  line-height: 31.5px;
}
body #colophon #footer-top #footer-top-col-3 #nf-field-5 {
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  padding: 0;
}
body #colophon #footer-top #footer-top-col-3 #nf-field-5::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  opacity: 1;
}
body #colophon #footer-top #footer-top-col-3 #nf-field-6 {
  float: right;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
body #colophon #footer-separator {
  width: 94%;
  background: rgba(255, 255, 255, 0.25);
  height: 1px;
  max-width: 1700px;
  margin: 40px auto 80px;
}
body #colophon #footer-bottom #col-2 a {
  display: block;
  margin-top: 30px;
}
body #colophon #footer-bottom #more-info {
  margin-top: 30px;
}
body #colophon #footer-bottom #more-info i {
  display: inline-block;
  margin-right: 10px;
}
body #colophon #footer-bottom #footer-social {
  display: block;
  margin: 50px 0 0;
}
body #colophon #footer-bottom #footer-social li {
  display: inline-block;
}
body #colophon #footer-bottom #footer-social li + li {
  margin-left: 10px;
}
body #colophon #footer-bottom #footer-social li a {
  text-decoration: none;
  font-size: 16px;
  display: block;
}
body #colophon #footer-bottom #footer-bottom-menus li {
  list-style: none;
}
body #colophon #footer-bottom #footer-bottom-menus li.dark-bkg-button {
  background: transparent;
  text-transform: capitalize;
}
body #colophon #footer-bottom #footer-bottom-menus li.dark-bkg-button * {
  padding: 0;
  text-decoration: underline !important;
}
body:not(.home) #masthead {
  display: block;
  top: 0;
}
body:not(.home) {
  overflow-y: auto;
  overflow-x: hidden;
}
body:not(.home) #project-video {
  position: relative;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 630px;
}
@media screen and (max-height: 880px) {
  body:not(.home) #project-video {
    height: 75vh;
  }
}
body:not(.home) #project-video #hero-wrapper {
  height: 100%;
}
body:not(.home) #project-video #hero-wrapper #project-hero-heading {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 65px;
}
body:not(.home) #project-video .hero-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body:not(.home) .masterplan-brushtroke {
  position: absolute;
  width: 220px;
  height: 80px;
  background-image: url("assets/img/plan-maestro-brushstroke.png");
  left: 50%;
  transform: translateX(-150%);
}
body:not(.home) #project-masterplan {
  margin-top: 0 !important;
  padding: 0;
  background-position: 100% 88%;
  background-repeat: no-repeat;
  background-image: url("assets/img/new_architecture-brushstroke2.png");
}
@media screen and (min-width: 1600px) {
  body:not(.home) #project-masterplan {
    background-position: 100% 92%;
  }
}
body:not(.home) #project-masterplan #masterplan-description {
  background-image: url("assets/img/plan-maestro-brushstroke-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  padding: 140px 0;
}
body:not(.home) #project-masterplan #masterplan-description .masterplan-brushtroke-2 {
  position: absolute;
  width: 250px;
  height: 325px;
  background-image: url("assets/img/plan-maestro-brushstroke-2.png");
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
body:not(.home) #project-masterplan .full-width-image {
  margin-top: 0;
}
body:not(.home) #project-masterplan #new-way-architecture {
  background-image: url("assets/img/new_architecture-brushstroke1.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -10px;
  padding-top: 160px;
}
body:not(.home) #project-masterplan #new-way-architecture h3 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Superior Title - Light";
  display: block;
  text-align: center;
  margin-bottom: 100px;
}
body:not(.home) #project-masterplan #new-way-architecture h3 span {
  font-family: "Superior Title - Light Italic";
}
body:not(.home) #project-masterplan #new-way-architecture .images-wrapper {
  min-height: 60vh;
  position: relative;
}
body:not(.home) #project-masterplan #new-way-architecture .images-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
body:not(.home) #project-masterplan #new-way-architecture .images-wrapper img.img-visible {
  opacity: 1;
  z-index: 1;
}
body:not(.home) #project-phases {
  border-bottom: 1px solid #e0dedd;
  background-position: 0 150px;
  background-repeat: no-repeat;
  background-image: url("assets/img/phases-left.png");
}
body:not(.home) #project-phases #project-phase-tabs {
  margin-bottom: 100px;
}
body:not(.home) #project-phases #project-phase-tabs #tabs-header {
  border-bottom: 1px solid #e0dedd;
  text-align: center;
}
body:not(.home) #project-phases #project-phase-tabs #tabs-header ul li {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 68px;
  color: #aba9a8;
  cursor: pointer;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  max-width: 30%;
}
body:not(.home) #project-phases #project-phase-tabs #tabs-header ul li:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  background: white;
  height: 3px;
}
body:not(.home) #project-phases #project-phase-tabs #tabs-header ul li.active {
  font-size: 20px;
  color: #181818;
}
body:not(.home) #project-phases #project-phase-tabs #tabs-header ul li.active:after {
  display: block;
}
body:not(.home) #project-phases #project-phase-tabs #tabs-header ul li + li {
  border-left: 0;
}
body:not(.home) #project-phases #project-phase-tabs #tabs-header ul li:first-child {
  border-top-left-radius: 10px;
}
body:not(.home) #project-phases #project-phase-tabs #tabs-header ul li:last-child {
  border-top-right-radius: 10px;
}
body:not(.home) #project-phases #project-phase-tabs .phase-content-wrapper {
  margin: 100px 0 0;
  background-position: 100% 8%;
  background-repeat: no-repeat;
  background-image: url("assets/img/phases-right.png");
}
body:not(.home) #project-phases #project-phase-tabs .phase-content-wrapper.hidden-tab {
  display: none;
}
body:not(.home) #project-phases #project-phase-tabs .phase-content-wrapper .subsectionheading {
  font-family: "Superior Title - Light Italic";
}
body:not(.home) #project-phases #project-phase-tabs .phase-content-wrapper ul {
  display: block;
  column-count: 2;
  column-gap: 40px;
  margin-bottom: 80px;
  padding-left: 20px;
}
body:not(.home) #project-phases #project-phase-tabs .phase-main-image {
  margin-bottom: 100px;
}
body:not(.home) #project-phases #project-phase-tabs .vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body:not(.home) #project-phases #project-phase-tabs .vimeo-wrapper::before {
  display: block;
  position: relative;
  background-image: url("assets/img/video_mask.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
body:not(.home) #project-phases #project-phase-tabs .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  transition: all 0.3s ease-in;
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper.active {
  opacity: 1;
  height: auto;
  overflow: auto;
  z-index: 1;
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .images-wrapper {
  position: relative;
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .images-wrapper .phase-img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: cennter;
  background-size: cover;
  height: 65vh;
}
@media screen and (min-width: 1921px) {
  body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .images-wrapper .phase-img {
    height: 100vh;
    background-position: top left;
  }
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .images-wrapper .phase-img.right-image {
  background-position: 20px 0;
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .images-wrapper .phase-img img {
  opacity: 0;
  z-index: -1;
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .phase-images-text {
  margin-top: -80px;
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .phase-images-text .image-link {
  text-align: left;
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .phase-images-text .element-title {
  padding-left: 20px;
  font-weight: 700;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .phase-images-text .element-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  display: block;
  max-width: 520px;
  padding: 0 20px;
}
@media screen and (max-width: 1300px) {
  body:not(.home) #project-phases #project-phase-tabs .phase-images-wrapper .phase-images-text .element-description {
    max-width: 450px;
  }
}
body:not(.home) #project-phases #project-phase-tabs #phase-images-rotator-wrapper {
  position: relative;
  margin-top: 40px;
}
body:not(.home) #project-phases #project-phase-tabs #phase-images-rotator-wrapper #phase-images-rotator {
  padding-left: 0 !important;
}
body:not(.home) #project-phases #project-phase-tabs #phase-images-rotator-wrapper #phase-images-rotator li {
  list-style: none;
  width: 20px;
  display: block;
  position: absolute;
}
body:not(.home) #project-phases #project-phase-tabs #phase-images-rotator-wrapper #phase-images-rotator li span {
  cursor: pointer;
  width: 20px;
  text-align: center;
}
body:not(.home) #project-phases #project-phase-tabs #phase-images-rotator-wrapper #phase-images-rotator li.li-right {
  right: 0;
}
body:not(.home) #project-phases #phase-gallery .item {
  height: 60vh;
  background: red;
}
body:not(.home) #project-conectivity {
  background-repeat: no-repeat;
  background-image: url("assets/img/connectivity-brushstroke1.png");
  margin-top: 0 !important;
  padding-top: 140px;
}
body:not(.home) #project-conectivity #connectivity-subheading {
  background-repeat: no-repeat;
  background-image: url("assets/img/connectivity-brushstroke2.png");
  background-position: top right;
  padding: 140px 0;
}
body:not(.home) #project-conectivity #connectivity-subheading .conectivity-section-subheading h3 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Superior Title - Light";
  display: block;
  text-align: center;
}
body:not(.home) #project-conectivity #connectivity-subheading .conectivity-section-subheading h3 span {
  font-family: "Superior Title - Light Italic";
}
body:not(.home) #project-conectivity .connectivity-brushtroke {
  background: url("assets/img/commercial_brushtroke.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -230px;
  left: 100px;
  height: 450px;
  width: 190px;
  z-index: 2;
}
body:not(.home) #project-conectivity .full-width-image {
  margin-top: 0;
}
body:not(.home) #project-our-team {
  position: relative;
  background: #f7f7f6;
  margin-top: -10px !important;
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-image: url("assets/img/our-team-lines.png");
  background-position: 100% 0;
}
@media screen and (min-width: 1600px) {
  body:not(.home) #project-our-team {
    background-position: 70% 0;
  }
}
body:not(.home) #project-our-team .our-team-heading {
  font-size: 50px;
  letter-spacing: -1px;
  text-align: center;
  font-family: "Superior Title - Light";
}
body:not(.home) #project-our-team .our-team-heading h3 {
  font-weight: 400;
}
body:not(.home) #project-our-team #team-members-grid {
  margin: 120px auto 150px;
  font-size: 0;
  position: relative;
}
body:not(.home) #project-our-team #team-members-grid .member-block {
  display: inline-block;
  width: 23%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  margin: 1% 0 0;
}
body:not(.home) #project-our-team #team-members-grid .member-block + .member-block {
  margin-left: 2%;
}
body:not(.home) #project-our-team #team-members-grid .member-block + .member-block.left {
  margin-left: 2% !important;
}
body:not(.home) #project-our-team #team-members-grid .member-block + .member-block.right {
  margin-left: 2% !important;
}
body:not(.home) #project-our-team #team-members-grid .member-block.no-margin {
  margin-left: 0;
}
body:not(.home) #project-our-team #team-members-grid .member-block img {
  width: auto;
  height: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body:not(.home) #project-our-team #team-members-grid .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.4px;
  cursor: pointer;
}
body:not(.home) #project-our-team #team-members-grid #team-members-folds {
  position: absolute;
  width: 100%;
  background: #f7f7f6;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 1;
  z-index: 2;
}
body:not(.home) #project-our-team #team-members-grid #team-members-folds.hidden-block {
  opacity: 0;
  z-index: -1;
}
body:not(.home) #project-our-team #team-members-grid #team-members-folds .member-fold.hidden-member {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
body:not(.home) #project-our-team #team-members-grid #team-members-folds .member-fold #member-col-left {
  padding-right: 70px;
}
body:not(.home) #project-our-team #team-members-grid #team-members-folds .member-fold #member-col-left img {
  width: 100%;
  height: 100%;
  display: block;
}
body:not(.home) #project-our-team #team-members-grid #team-members-folds .member-fold #member-col-right {
  padding-left: 20px;
}
body:not(.home) #project-our-team #team-members-grid #team-members-folds .member-fold #member-col-right h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.06px;
  display: block;
  margin: 0;
}
body:not(.home) #project-our-team #team-members-grid #team-members-folds .member-fold #member-col-right .member-description {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
}
body:not(.home) #project-our-team .our-team-brushtroke {
  background: url("assets/img/our-team-brushstroke.png");
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 450px;
  width: 190px;
  z-index: 2;
}
body:not(.home) .subsectioncontent p + p {
  margin-top: 20px !important;
}
body:not(.home) {
  overflow-y: auto;
  overflow-x: hidden;
}
body:not(.home) #residential-video {
  position: relative;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 630px;
}
@media screen and (max-height: 880px) {
  body:not(.home) #residential-video {
    height: 75vh;
  }
}
body:not(.home) #residential-video #hero-wrapper {
  height: 100%;
}
body:not(.home) #residential-video #hero-wrapper #residential-hero-heading {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 65px;
}
body:not(.home) #residential-video .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body:not(.home) #residential-video .vimeo-wrapper::before {
  display: block;
  position: absolute;
  background-image: url("assets/img/video_mask.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 2;
}
body:not(.home) #residential-video .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body:not(.home) .subsectioncontent p {
  margin: 0 !important;
}
body:not(.home) #residential-intro {
  background: url("assets/img/residential-brushstroke1.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 0 !important;
  padding-top: 140px;
}
body:not(.home) #residential-intro #intro-description {
  margin-bottom: 100px;
}
body:not(.home) #residential-intro #residential-floating-images {
  position: relative;
}
body:not(.home) #residential-intro #residential-floating-images img {
  position: absolute;
}
body:not(.home) #residential-intro #residential-floating-images img.image-float-left {
  top: -50px;
  left: 0;
}
@media screen and (max-width: 1300px) {
  body:not(.home) #residential-intro #residential-floating-images img.image-float-left {
    max-width: 500px;
  }
}
body:not(.home) #residential-intro #residential-floating-images img.image-float-right {
  bottom: 80px;
  right: 0;
  max-height: 455px;
}
@media screen and (max-width: 1300px) {
  body:not(.home) #residential-intro #residential-floating-images img.image-float-right {
    max-width: 650px;
    bottom: 100px;
  }
}
body:not(.home) #residential-intro #residential-floating-images .residential-brushtroke {
  background: url("assets/img/residential-brushstroke2.png");
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  top: -100px;
  left: 0;
  height: 100%;
  width: 125px;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  body:not(.home) #residential-intro #residential-floating-images .residential-brushtroke {
    background: url("assets/img/residential-brushstroke2-1920.png");
    background-repeat: no-repeat;
    width: 260px;
    left: -100px;
  }
}
body:not(.home) #acacia-towers {
  margin-top: 100px;
}
body:not(.home) #acacia-towers #acacia-towers-tab #tabs-header {
  border-bottom: 1px solid #e0dedd;
  text-align: center;
}
body:not(.home) #acacia-towers #acacia-towers-tab #tabs-header ul li {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 68px;
  cursor: pointer;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  max-width: 50%;
}
body:not(.home) #acacia-towers #acacia-towers-tab #tabs-header ul li:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  background: white;
  height: 3px;
}
body:not(.home) #acacia-towers #acacia-towers-tab #tabs-header ul li.active:after {
  display: block;
}
body:not(.home) #acacia-towers #acacia-towers-tab #tabs-header ul li + li {
  border-left: 0;
}
body:not(.home) #acacia-towers #acacia-towers-tab #tabs-header ul li:first-child {
  border-top-left-radius: 10px;
}
body:not(.home) #acacia-towers #acacia-towers-tab #tabs-header ul li:last-child {
  border-top-right-radius: 10px;
}
body:not(.home) #acacia-towers #acacia-towers-tab .acacia-towers-content {
  background: url("assets/img/residential-brushstroke3.png");
  background-repeat: no-repeat;
  background-position: 0 30px;
  padding-top: 1px;
  margin-top: 0;
}
body:not(.home) #acacia-towers #acacia-towers-tab .acacia-towers-content.hidden-tab {
  display: none;
}
body:not(.home) #acacia-towers #acacia-towers-tab .acacia-towers-content #tower-main-image {
  margin: 80px auto;
}
body:not(.home) #acacia-towers #acacia-towers-tab .acacia-towers-content #tower-main-image img {
  width: 100%;
}
body:not(.home) #acacia-towers .acacia-towers-features {
  padding-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
body:not(.home) #acacia-towers .acacia-towers-features .residential-features-brushtroke {
  background: url("assets/img/residential-brushstroke4.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 200px;
  height: 480px;
  left: 0;
  position: absolute;
  bottom: 50px;
}
body:not(.home) #acacia-towers .acacia-towers-features ul li {
  list-style-position: inside;
  margin: 0 0 15px;
}
body:not(.home) #acacia-towers .acacia-towers-features ul li + li {
  border-top: 1px solid #e0dedd;
  margin-top: 15px;
  padding-top: 15px;
}
body:not(.home) #acacia-towers .acacia-towers-gallery {
  position: relative;
}
body:not(.home) #acacia-towers .acacia-towers-gallery h4 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 51px;
  display: block;
  margin-bottom: 50px;
}
body:not(.home) #acacia-towers .acacia-towers-gallery .item {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  min-height: 630px;
}
body:not(.home) #acacia-towers .acacia-towers-gallery .atg-text {
  opacity: 0;
  z-index: -1;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 320px;
  width: auto;
}
body:not(.home) #acacia-towers .acacia-towers-gallery .atg-text.active {
  opacity: 1;
  z-index: 2;
}
body:not(.home) #acacia-towers .acacia-towers-gallery .residential-galleries-brushtroke {
  background: url("assets/img/residential-brushstroke5.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 200px;
  height: 1180px;
  right: 0;
  position: absolute;
  top: -70px;
  z-index: 2;
}
body:not(.home) #residential_amenities-intro {
  background-color: #f2f2f2;
  padding: 100px 0;
}
body:not(.home) #residential_amenities-intro #amenities-images {
  margin: 100px 0 50px;
  position: relative;
  height: 28vh;
}
body:not(.home) #residential_amenities-intro #amenities-images img {
  transition: all 0.3s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
body:not(.home) #residential_amenities-intro #amenities-images img.active {
  opacity: 1;
  z-index: 1;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-menu ul {
  padding-right: 120px;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-menu ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.06px;
  line-height: 75px;
  text-transform: uppercase;
  font-family: "Superior Title - Light";
  border-bottom: 1px solid #bbb;
  max-width: 65%;
  display: block;
  cursor: pointer;
  color: #bdbdbd;
  transition: all 0.3s ease-in;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-menu ul li:after {
  display: inline-block;
  content: "+";
  float: right;
  transition: all 0.3s ease-in;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-menu ul li.active {
  max-width: 90%;
  border-bottom: 1px solid #181818;
  color: #181818;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-menu ul li.active:after {
  opacity: 0;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-tower-wrapper {
  position: relative;
  min-height: 34vh;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-tower-wrapper .tower-content {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-tower-wrapper .tower-content.active {
  opacity: 1;
  z-index: 1;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-tower-wrapper .tower-content .tower-concept {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  display: block;
  margin-bottom: 30px;
  font-family: 'neue-haas-grotesk-text', sans-serif;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-tower-wrapper .tower-content ul {
  column-count: 2;
  column-gap: 80px;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-tower-wrapper .tower-content ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 32px;
  cursor: pointer;
}
body:not(.home) #residential_amenities-intro #amenities-towers-wrapper #residential-towers-tower-wrapper .tower-content ul li.active {
  font-weight: 700;
}
body:not(.home) #residential_amenities-intro #amenities-gallery {
  position: relative;
  margin-top: 50px;
}
body:not(.home) #residential_amenities-intro #amenities-gallery .item {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  min-height: 630px;
}
body:not(.home) #residential_amenities-intro #amenities-gallery .owl-nav {
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  body:not(.home) #residential_amenities-intro #amenities-gallery .owl-nav {
    max-width: 1440px;
  }
}
body:not(.home) #residential_amenities-intro .atg-text {
  opacity: 0;
  z-index: -1;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  max-width: 320px;
  width: auto;
}
body:not(.home) #residential_amenities-intro .atg-text.active {
  opacity: 1;
  z-index: 2;
}
body:not(.home) #residential-finishes {
  background: url("assets/img/residential-brushstroke6.png");
  background-repeat: no-repeat;
  background-position: 0 60px;
  padding-top: 140px;
  margin-top: 0 !important;
}
body:not(.home) #residential-finishes #finishes-description {
  margin-bottom: 80px;
}
body:not(.home) #residential-finishes #finishes-wrapper {
  margin-bottom: 100px;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-menu ul {
  padding-right: 100px;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-menu ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.06px;
  line-height: 63.5px;
  text-transform: uppercase;
  font-family: "Superior Title - Light";
  border-bottom: 1px solid #cbcbcb;
  max-width: 65%;
  display: block;
  cursor: pointer;
  color: #cbcbcb;
  transition: all 0.3s ease-in;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-menu ul li:after {
  display: inline-block;
  content: "+";
  float: right;
  transition: all 0.3s ease-in;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-menu ul li.active {
  max-width: 90%;
  border-bottom: 1px solid #181818;
  color: #181818;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-menu ul li.active:after {
  opacity: 0;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-finish-wrapper .finish-content {
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-finish-wrapper .finish-content.active {
  opacity: 1;
  height: auto;
  z-index: 1;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-finish-wrapper .finish-content div {
  float: left;
  width: 24%;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.26px;
  line-height: 23px;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-finish-wrapper .finish-content div + div {
  margin-left: 1.3%;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-finish-wrapper .finish-content div img {
  width: 100%;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-finish-wrapper .finish-content div span {
  display: block;
}
body:not(.home) #residential-finishes #finishes-wrapper #residential-finishes-finish-wrapper .finish-content div span.element {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 24px;
  margin: 15px 0 20px;
}
body:not(.home) #residential-finishes .galleries-wrapper {
  position: relative;
  height: 75vh;
  min-height: 630px;
}
@media screen and (min-width: 1600px) {
  body:not(.home) #residential-finishes .galleries-wrapper {
    height: 85vh;
  }
}
body:not(.home) #residential-finishes .galleries-wrapper .finishes-gallery-wrapper.active {
  opacity: 1;
  z-index: 1;
}
body:not(.home) #residential-finishes .galleries-wrapper .finishes-gallery-wrapper .item {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  min-height: 630px;
}
body:not(.home) #residential-finishes .galleries-wrapper .atg-text {
  opacity: 0;
  z-index: -1;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  max-width: 320px;
  width: auto;
  margin-top: 25px;
}
body:not(.home) #residential-finishes .galleries-wrapper .atg-text.active {
  opacity: 1;
  z-index: 2;
}
body:not(.home) #residential-finishes .residential-finishes-brushtroke {
  background: url("assets/img/residential-brushstroke7.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 200px;
  height: 1180px;
  right: 0;
  position: absolute;
  top: 80%;
  z-index: 2;
}
body:not(.home) #residential-plants {
  padding-top: 200px;
  margin-top: 0 !important;
  position: relative;
}
body:not(.home) #residential-plants .residential-plants-brushtroke {
  background: url("assets/img/residential-brushstroke8.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 200px;
  height: 950px;
  left: 0;
  position: absolute;
  top: 40%;
  z-index: 2;
}
body:not(.home) #residential-plants .residential-plants-brushtroke-right {
  background: url("assets/img/residential-brushstroke9.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 200px;
  height: 250px;
  right: 0;
  position: absolute;
  top: 60%;
  z-index: 2;
}
body:not(.home) #residential-plants #residential-plants-menu ul {
  padding-right: 120px;
}
body:not(.home) #residential-plants #residential-plants-menu ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.06px;
  line-height: 63.5px;
  text-transform: uppercase;
  font-family: "Superior Title - Light";
  border-bottom: 1px solid #cbcbcb;
  max-width: 65%;
  display: block;
  cursor: pointer;
  color: #cbcbcb;
  transition: all 0.3s ease-in;
}
body:not(.home) #residential-plants #residential-plants-menu ul li:after {
  display: inline-block;
  content: "+";
  float: right;
  transition: all 0.3s ease-in;
}
body:not(.home) #residential-plants #residential-plants-menu ul li.active {
  max-width: 90%;
  border-bottom: 1px solid #181818;
  color: #181818;
}
body:not(.home) #residential-plants #residential-plants-menu ul li.active:after {
  opacity: 0;
}
body:not(.home) #residential-plants #residential-plants-front-wrapper .plant-content {
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
body:not(.home) #residential-plants #residential-plants-front-wrapper .plant-content.active {
  opacity: 1;
  height: auto;
  z-index: 1;
}
body:not(.home) #residential-plants #residential-plants-front-wrapper .plant-content img {
  display: block;
  margin: 30px auto 0;
}
body:not(.home) #residential-plants #residential-plants-upper-wrapper {
  margin-top: 70px;
}
body:not(.home) #residential-plants #residential-plants-upper-wrapper .plant-content-upper {
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
body:not(.home) #residential-plants #residential-plants-upper-wrapper .plant-content-upper img {
  display: block;
  margin: 0 auto;
}
body:not(.home) #residential-plants #residential-plants-upper-wrapper .plant-content-upper.active {
  opacity: 1;
  height: auto;
  z-index: 1;
}
body:not(.home) #residential-residences {
  margin-top: 0 !important;
  padding-top: 140px !important;
}
body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select {
  max-width: 300px;
}
body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-dropdown, body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-input, body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-input input {
  font-family: "Superior Title - Light";
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.05px;
  line-height: 35px;
  text-transform: uppercase;
}
body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-input:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-style: solid;
  background-image: url("assets/img/down_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}
body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-input.items {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid;
  border-radius: 0;
}
body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-dropdown {
  border: 0;
  box-shadow: none;
}
body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-dropdown .option {
  border-bottom: 1px solid #ebebeb;
  line-height: 50px;
}
body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-dropdown .option.active, body:not(.home) #residential-residences #residential-residences-left-col .residences-menu-wrapper .select .selectize-dropdown .option.selected {
  background: transparent;
  color: #181818;
}
body:not(.home) #residential-residences #residential-residences-left-col .residence-images-wrapper .residence-left-wrapper {
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}
body:not(.home) #residential-residences #residential-residences-left-col .residence-images-wrapper .residence-left-wrapper.active {
  opacity: 1;
  height: auto;
  overflow-y: auto;
}
body:not(.home) #residential-residences #residential-residences-left-col .residence-images-wrapper .residence-left-wrapper .residence-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin: 30px 0 50px;
}
body:not(.home) #residential-residences #residential-residences-left-col .residence-images-wrapper .residence-left-wrapper .residence-description a {
  display: block;
  margin-top: 40px;
}
body:not(.home) #residential-residences #residential-residences-left-col .residence-images-wrapper .residence-left-wrapper img {
  display: block;
  margin: 40px auto 60px;
}
body:not(.home) #residential-residences #residential-residences-right-col .residence-type-wrapper {
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}
body:not(.home) #residential-residences #residential-residences-right-col .residence-type-wrapper.active {
  opacity: 1;
  height: auto;
  overflow-y: auto;
}
body:not(.home) #residential-residences #residential-residences-right-col .residence-type-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 540px;
}
body:not(.home) #residential-residences #residential-residences-right-col .residence-type-wrapper ul {
  display: block;
  margin: 50px auto 0;
  column-count: 2;
  column-gap: 20px;
  max-width: 540px;
}
body:not(.home) #residential-residences #residential-residences-right-col .residence-type-wrapper ul li {
  list-style-position: inside;
  border-bottom: 1px solid #e0dedd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 30px;
  list-style: none;
}
body:not(.home) #residential-location .armida-marker span {
  margin-top: -7px;
  display: block;
  padding-bottom: 0;
}
body:not(.home) #residential-location .armida-marker#armida-marker-1 {
  transform: translate(200%, -50%);
}
body:not(.home) #residential-location .armida-marker#armida-marker-2 {
  transform: translate(220%, 10%);
}
body:not(.home) #residential-location .armida-marker#armida-marker-3 {
  transform: translate(240%, 70%);
}
body:not(.home) {
  overflow-y: auto;
  overflow-x: hidden;
}
body:not(.home) #offices-video {
  position: relative;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 630px;
}
@media screen and (max-height: 880px) {
  body:not(.home) #offices-video {
    height: 75vh;
  }
}
body:not(.home) #offices-video #hero-wrapper {
  height: 100%;
}
body:not(.home) #offices-video #hero-wrapper #offices-hero-heading {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 65px;
}
body:not(.home) #offices-video .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body:not(.home) #offices-video .vimeo-wrapper::before {
  display: block;
  position: absolute;
  background-image: url("assets/img/video_mask.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 2;
}
body:not(.home) #offices-video .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body:not(.home) .subsectioncontent p {
  margin: 0 !important;
}
body:not(.home) #offices-intro {
  margin-bottom: 50vh;
  background: url("assets/img/offices-brushstroke1.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 0 !important;
  padding-top: 140px;
  position: relative;
}
body:not(.home) #offices-intro #intro-description {
  margin-bottom: 100px;
}
body:not(.home) #offices-intro #offices-floating-images {
  position: relative;
}
body:not(.home) #offices-intro #offices-floating-images img {
  position: absolute;
}
body:not(.home) #offices-intro #offices-floating-images img.image-float-left {
  top: 120px;
  left: 0;
}
@media screen and (max-width: 1300px) {
  body:not(.home) #offices-intro #offices-floating-images img.image-float-left {
    max-width: 500px;
  }
}
body:not(.home) #offices-intro #offices-floating-images img.image-float-right {
  right: 0;
  max-width: 70vw;
}
body:not(.home) #offices-intro .office-intro-brushtroke {
  background: url("assets/img/offices-brushstroke2.png");
  background-position: top right;
  position: absolute;
  background-repeat: no-repeat;
  top: 60px;
  right: 0;
  height: 430px;
  width: 270px;
  z-index: 2;
}
body:not(.home) #offices-intro .office-intro-brushtroke-left-2 {
  background: url("assets/img/offices-brushstroke3.png");
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  top: 100%;
  left: 0;
  height: 430px;
  width: 270px;
  z-index: 2;
}
body:not(.home) #malva-towers {
  margin-top: 100px;
  background: url("assets/img/offices-brushstroke5.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  position: relative;
}
body:not(.home) #malva-towers .office-towers-brushtroke {
  background: url("assets/img/offices-brushstroke4.png");
  background-position: top right;
  position: absolute;
  background-repeat: no-repeat;
  top: 170px;
  right: 0;
  height: 260px;
  width: 105px;
  z-index: 2;
}
body:not(.home) #malva-towers #malva-towers-tab #tabs-header {
  border-bottom: 1px solid #e0dedd;
  text-align: center;
}
body:not(.home) #malva-towers #malva-towers-tab #tabs-header ul li {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 68px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  max-width: 50%;
  cursor: pointer;
}
body:not(.home) #malva-towers #malva-towers-tab #tabs-header ul li:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  background: white;
  height: 3px;
}
body:not(.home) #malva-towers #malva-towers-tab #tabs-header ul li.active:after {
  display: block;
}
body:not(.home) #malva-towers #malva-towers-tab #tabs-header ul li:first-child {
  border-top-left-radius: 10px;
}
body:not(.home) #malva-towers #malva-towers-tab #tabs-header ul li:last-child {
  border-top-right-radius: 10px;
}
body:not(.home) #malva-towers #malva-towers-tab .malva-towers-content {
  margin-top: 80px;
}
body:not(.home) #malva-towers #malva-towers-tab .malva-towers-content.hidden-tab {
  display: none;
}
body:not(.home) #malva-towers #malva-towers-tab .malva-towers-content #tower-main-image {
  margin: 80px auto;
}
body:not(.home) #malva-towers #malva-towers-tab .malva-towers-content #tower-main-image img {
  width: 100%;
}
body:not(.home) #malva-towers #malva-towers-tab .malva-towers-content #offices-malva-towers-col-left a,
body:not(.home) #malva-towers #malva-towers-tab .malva-towers-features #offices-malva-towers-features-col-right a {
  background-image: url("assets/img/download_features.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 35px;
}
body:not(.home) #malva-towers .malva-towers-features {
  margin-top: 50px;
  margin-bottom: 45px;
}
body:not(.home) #malva-towers .malva-towers-features ul li {
  list-style-position: inside;
  margin: 0 0 20px;
}
body:not(.home) #malva-towers .malva-towers-features ul li + li {
  border-top: 1px solid #e0dedd;
  margin-top: 20px;
  padding-top: 20px;
}
body:not(.home) #malva-towers .malva-towers-features ul li:last-child {
  border-bottom: 1px solid #e0dedd;
  padding-bottom: 20px;
}
body:not(.home) #malva-towers .malva-towers-gallery h4 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 51px;
  display: block;
  margin-bottom: 50px;
}
body:not(.home) #malva-towers .malva-towers-gallery .item {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
body:not(.home) #malva-towers .malva-towers-gallery .atg-text {
  opacity: 0;
  z-index: -1;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 320px;
  width: auto;
}
body:not(.home) #malva-towers .malva-towers-gallery .atg-text.active {
  opacity: 1;
  z-index: 2;
}
body:not(.home) #offices_amenities-intro {
  background-color: #f2f2f2;
  padding: 60px 0;
  margin-top: -50px !important;
}
body:not(.home) #offices_amenities-intro #amenities-gallery {
  position: relative;
  margin-top: 40px;
}
body:not(.home) #offices_amenities-intro #amenities-gallery .item {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
body:not(.home) #offices_amenities-intro #amenities-gallery .owl-nav {
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  body:not(.home) #offices_amenities-intro #amenities-gallery .owl-nav {
    max-width: 1440px;
  }
}
body:not(.home) #offices_amenities-intro .gallery-captions {
  margin-top: -30px;
}
body:not(.home) #offices_amenities-intro .gallery-captions .slide-caption-wrapper {
  width: 85%;
  opacity: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
body:not(.home) #offices_amenities-intro .gallery-captions .slide-caption-wrapper.active {
  opacity: 1;
  z-index: 2;
  overflow: auto;
  height: auto;
}
body:not(.home) #offices_amenities-intro .gallery-captions .slide-caption-wrapper .atg-desc, body:not(.home) #offices_amenities-intro .gallery-captions .slide-caption-wrapper .atg-text {
  float: left;
  width: 50%;
}
body:not(.home) #offices_amenities-intro .gallery-captions .slide-caption-wrapper .atg-text {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35px;
  padding-right: 100px;
}
body:not(.home) #offices-plants {
  padding-top: 200px !important;
  margin-top: 0 !important;
  position: relative;
}
body:not(.home) #offices-plants .office-plants-brushtroke-left {
  background: url("assets/img/offices-brushstroke6.png");
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  top: -170px;
  left: 0;
  height: 560px;
  width: 160px;
  z-index: 2;
}
body:not(.home) #offices-plants .office-plants-brushtroke-right {
  background: url("assets/img/offices-brushstroke7.png");
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  top: 170px;
  right: 0;
  height: 270px;
  width: 240px;
  z-index: 2;
}
body:not(.home) #offices-plants #offices-plants-menu ul {
  padding-right: 50px;
  max-width: 400px;
}
body:not(.home) #offices-plants #offices-plants-menu ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.06px;
  line-height: 63.5px;
  text-transform: uppercase;
  font-family: "Superior Title - Light";
  border-bottom: 1px solid #cbcbcb;
  max-width: 80%;
  display: block;
  cursor: pointer;
  color: #cbcbcb;
  transition: all 0.3s ease-in;
}
body:not(.home) #offices-plants #offices-plants-menu ul li:after {
  display: inline-block;
  content: "+";
  float: right;
  transition: all 0.3s ease-in;
}
body:not(.home) #offices-plants #offices-plants-menu ul li.active {
  max-width: 90%;
  border-bottom: 1px solid #181818;
  color: #181818;
}
body:not(.home) #offices-plants #offices-plants-menu ul li.active:after {
  opacity: 0;
}
body:not(.home) #offices-plants #offices-plants-front-wrapper .plant-content {
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
body:not(.home) #offices-plants #offices-plants-front-wrapper .plant-content.active {
  opacity: 1;
  height: auto;
  z-index: 1;
}
body:not(.home) #offices-plants #offices-plants-front-wrapper .plant-content img {
  display: block;
  margin: 30px auto 0;
}
body:not(.home) #offices-plants .offices-plants-image-wrapper {
  display: inline-block !important;
  width: 49%;
  vertical-align: bottom;
  font-size: 0;
}
body:not(.home) #offices-plants .offices-plants-image-wrapper#offices-plants-upper-wrapper .plant-content-upper {
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
body:not(.home) #offices-plants .offices-plants-image-wrapper#offices-plants-upper-wrapper .plant-content-upper img {
  display: block;
  margin: 0 auto;
}
body:not(.home) #offices-plants .offices-plants-image-wrapper#offices-plants-upper-wrapper .plant-content-upper.active {
  opacity: 1;
  height: auto;
  z-index: 1;
}
body:not(.home) #offices-location .armida-marker {
  transform: translate(325%, 110%);
  padding-left: 0;
  padding-top: 60px;
  background-position: top;
  line-height: 20px;
}
body:not(.home) #offices-location .armida-marker span {
  display: block !important;
}
body:not(.home) {
  overflow-y: auto;
  overflow-x: hidden;
}
body:not(.home) #main .community-brushtroke-1 {
  background: url("assets/img/Comunidad-brushtroke1.png");
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  top: 100px;
  left: 0;
  height: 100%;
  max-width: 1400px;
  width: 350px;
  z-index: 2;
}
body:not(.home) #main #community-video {
  position: relative;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 630px;
}
@media screen and (max-height: 880px) {
  body:not(.home) #main #community-video {
    height: 75vh;
  }
}
body:not(.home) #main #community-video #hero-wrapper {
  height: 100%;
}
body:not(.home) #main #community-video #hero-wrapper #community-hero-heading {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 65px;
}
body:not(.home) #main #community-video .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body:not(.home) #main #community-video .vimeo-wrapper::before {
  display: block;
  position: absolute;
  background-image: url("assets/img/video_mask.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 2;
}
body:not(.home) #main #community-video .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body:not(.home) #main #community-posts .community-brushtroke-2 {
  background: url("assets/img/plan-maestro-brushstroke.png");
  background-position: top right;
  position: absolute;
  background-repeat: no-repeat;
  top: -120px;
  right: 170px;
  height: 105px;
  width: 210px;
  z-index: 2;
}
body:not(.home) #main #community-posts .community-brushtroke-3 {
  background: url("assets/img/Comunidad-brushtroke2.png");
  background-position: top right;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  height: 720px;
  width: 210px;
  z-index: -1;
  top: 170px;
}
body:not(.home) #main #community-posts .community-brushtroke-4 {
  background: url("assets/img/Comunidad-brushtroke4.png");
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  height: 400px;
  width: 210px;
  z-index: 2;
  top: 280px;
}
body:not(.home) #main .subsectioncontent p {
  margin: 0 !important;
}
body:not(.home) #main h2 {
  font-family: "Superior Title - Light";
  font-size: 70px;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 68px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  margin: 120px auto 100px;
  text-align: center;
}
body:not(.home) #main .section-wrapper .blog-post-wrapper {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
body:not(.home) #main .section-wrapper .blog-post-wrapper .post-content-wrapper {
  position: relative;
  min-height: 400px;
}
body:not(.home) #main .section-wrapper .blog-post-wrapper .post-content-wrapper .post-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 420px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
}
body:not(.home) #main .section-wrapper .blog-post-wrapper .post-content-wrapper .post-content .post-title {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 37px;
  font-family: "Superior Title - Light";
  display: block;
  margin-bottom: 30px;
}
body:not(.home) #main .section-wrapper .blog-post-wrapper .post-content-wrapper .post-content a {
  display: block;
  margin-top: 40px;
  max-width: 120px;
}
body:not(.home) #main .section-wrapper .blog-post-wrapper img {
  max-width: 90%;
}
body:not(.home) #main .section-wrapper .blog-post-wrapper .float-right img {
  float: right;
}
body:not(.home) #main .section-wrapper .blog-post-wrapper.bpw-0 {
  background: url("assets/img/Comunidad-brushtroke3.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  margin-bottom: 0;
}
body:not(.home) #main .armida-post-wrapper .entry-header .post-header-image {
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body:not(.home) #main .armida-post-wrapper .section-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
body:not(.home) #main .armida-post-wrapper .section-wrapper .community-brushtroke-5 {
  background: url("assets/img/Comunidad-brushstroke2.png");
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  height: 250px;
  width: 120px;
  z-index: 2;
  top: 190px;
}
body:not(.home) #main .armida-post-wrapper .section-wrapper .community-brushtroke-6 {
  background: url("assets/img/Comunidad-brushstroke3.png");
  background-position: top right;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  height: 420px;
  width: 120px;
  z-index: 2;
  top: 230px;
}
body:not(.home) #main .armida-post-wrapper .section-wrapper .post-thumbnail {
  position: absolute;
}
body:not(.home) #main .armida-post-wrapper .section-wrapper .post-thumbnail img {
  max-width: 45vw;
}
@media screen and (min-width: 1600px) {
  body:not(.home) #main .armida-post-wrapper .section-wrapper .post-thumbnail img {
    max-width: 35vw;
  }
}
@media screen and (min-width: 2000px) {
  body:not(.home) #main .armida-post-wrapper .section-wrapper .post-thumbnail img {
    max-width: 26vw;
  }
}
body:not(.home) #main .armida-post-wrapper .entry-content {
  margin: 70px auto 150px;
  min-height: 75vh;
}
body:not(.home) #main .armida-post-wrapper .entry-content .post-back a {
  display: block;
  margin-bottom: 50px;
}
body:not(.home) #main .armida-post-wrapper .entry-content .armida-post-title {
  padding-right: 50px;
}
body:not(.home) #main .armida-post-wrapper .entry-content .armida-post-title h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 53px;
  text-align: left;
  margin: 0;
  text-transform: none;
}
body:not(.home) #main .armida-post-wrapper .entry-content .armida-post-content {
  padding-left: 50px;
}
body:not(.home) {
  overflow-y: auto;
  overflow-x: hidden;
}
body:not(.home) #commercial-video {
  position: relative;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 630px;
}
@media screen and (max-height: 880px) {
  body:not(.home) #commercial-video {
    height: 75vh;
  }
}
body:not(.home) #commercial-video #hero-wrapper {
  height: 100%;
}
body:not(.home) #commercial-video #hero-wrapper #commercial-hero-heading {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 65px;
}
body:not(.home) #commercial-video .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body:not(.home) #commercial-video .vimeo-wrapper::before {
  display: block;
  position: absolute;
  background-image: url("assets/img/video_mask.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 2;
}
body:not(.home) #commercial-video .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body:not(.home) #commercial-intro {
  background: url("assets/img/commercial-brushstroke1.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 0 !important;
  padding-top: 140px;
  padding-bottom: 280px;
}
body:not(.home) #commercial-intro #commercial-floating-images {
  position: relative;
}
body:not(.home) #commercial-intro #commercial-floating-images img {
  position: absolute;
}
body:not(.home) #commercial-intro #commercial-floating-images img.image-float-left {
  max-width: 45%;
  top: 10px;
}
body:not(.home) #commercial-intro #commercial-floating-images img.image-float-right {
  right: 0;
  max-width: 50%;
  top: 120px;
}
body:not(.home) #commercial-intro .commercial-brushtroke-2 {
  position: absolute;
  width: 150px;
  height: 650px;
  background-image: url("assets/img/commercial-brushstroke2.png");
  right: -9px;
  bottom: 20px;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right;
}
body:not(.home) #commercial_amenities {
  margin-top: 0px !important;
}
body:not(.home) #commercial_amenities .subsectioncontent ul {
  display: block;
  margin-top: 50px;
}
body:not(.home) #commercial_amenities .subsectioncontent ul li {
  list-style-position: inside;
  margin: 0 0 20px;
}
body:not(.home) #commercial_amenities .subsectioncontent ul li + li {
  margin-top: 20px;
  border-top: 1px solid #e0dedd;
  padding-top: 20px;
}
body:not(.home) #commercial_amenities .subsectioncontent ul li:last-child {
  border-bottom: 1px solid #e0dedd;
  padding-bottom: 20px;
}
body:not(.home) #commercial_amenities .full-width-title h3 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Superior Title - Light";
  display: block;
  text-align: center;
  margin: 100px 0;
}
body:not(.home) #commercial_amenities .full-width-title h3 span {
  font-family: "Superior Title - Light Italic";
}
body:not(.home) #commercial_amenities .amenities-icons {
  text-align: center;
  display: block;
  margin-bottom: 100px;
}
body:not(.home) #commercial_amenities .amenities-icons li {
  float: left;
  list-style: none;
}
body:not(.home) #commercial_amenities .amenities-icons li .icon-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px auto;
}
body:not(.home) #commercial_amenities .amenities-icons li .icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body:not(.home) #commercial_amenities .amenities-icons li span {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 30px;
}
body:not(.home) #commercial_amenities #amenities-description {
  background: url("assets/img/commercial-brushstroke3.png");
  background-position: 0 110%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
body:not(.home) #commercial_amenities #amenities-description .subsectionheading span {
  font-family: "Superior Title - Light Italic";
}
body:not(.home) #commercial_amenities .commercial-brushtroke-4 {
  position: absolute;
  width: 120px;
  height: 260px;
  background: url("assets/img/commercial-brushstroke4.png");
  right: 0;
  top: 530px;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right;
}
body:not(.home) #commercial_features {
  margin-top: -100px !important;
  background: url("assets/img/commercial-brushstroke5.png");
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 200px;
  position: relative;
}
body:not(.home) #commercial_features .commercial-brushtroke-6 {
  position: absolute;
  width: 120px;
  height: 270px;
  background: url("assets/img/commercial-brushstroke6.png");
  left: 0;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: left;
  top: 175px;
}
body:not(.home) #commercial_features .commercial-brushtroke-7 {
  position: absolute;
  width: 120px;
  height: 230px;
  background: url("assets/img/commercial-brushstroke7.png");
  right: 0;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right;
  top: 365px;
}
body:not(.home) #commercial_features .commercial-brushtroke-8 {
  position: absolute;
  width: 120px;
  height: 230px;
  background: url("assets/img/commercial-brushstroke8.png");
  left: 0;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: left;
  top: -330px;
}
body:not(.home) #commercial_features .commercial-brushtroke-9 {
  position: absolute;
  width: 370px;
  height: 370px;
  background: url("assets/img/commercial-brushstroke9.png");
  right: 290px;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: center;
  top: 240px;
}
body:not(.home) #commercial_features .commercial-brushtroke-10 {
  position: absolute;
  width: 220px;
  height: 250px;
  background: url("assets/img/commercial-brushstroke10.png");
  background-repeat: repeat;
  right: 760px;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: center;
  top: 830px;
}
body:not(.home) #commercial_features .commercial-brushtroke-11 {
  position: absolute;
  width: 150px;
  height: 500px;
  background: url("assets/img/commercial-brushstroke11.png");
  right: 0;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right;
  top: 430px;
}
body:not(.home) #commercial_features .spacer {
  opacity: 0;
  z-index: -1;
}
body:not(.home) #commercial_features .fb-content-wrapper {
  max-width: 500px;
}
body:not(.home) #commercial_features .features-blocks #fb-1 #fb-1-img-1 {
  margin-top: 70px;
  float: left;
}
body:not(.home) #commercial_features .features-blocks #fb-1 #fb-1-img-2 {
  float: right;
  margin-top: 50px;
  max-width: 67%;
}
body:not(.home) #commercial_features .features-blocks #fb-2 {
  margin: 150px 0;
}
body:not(.home) #commercial_features .features-blocks #fb-2 .fb-content-wrapper {
  float: right;
  margin-right: 20px;
}
body:not(.home) #commercial_features .features-blocks #fb-2 #fb-2-img-3 {
  float: right;
}
body:not(.home) #commercial_features .features-blocks #fb-3 #fb-3-img-4 {
  float: left;
  margin-top: -220px;
}
body:not(.home) #commercial-phases {
  margin-top: 0 !important;
  padding-top: 140px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #tabs-header {
  border-bottom: 1px solid #e0dedd;
  text-align: center;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #tabs-header ul li {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 68px;
  cursor: pointer;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  max-width: 50%;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #tabs-header ul li:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  background: white;
  height: 3px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #tabs-header ul li.active:after {
  display: block;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #tabs-header ul li + li {
  border-left: 0;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #tabs-header ul li:first-child {
  border-top-left-radius: 10px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #tabs-header ul li:last-child {
  border-top-right-radius: 10px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-content-wrapper {
  margin: 100px 0 0;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-content-wrapper.hidden-tab {
  display: none;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-content-wrapper .subsectionheading {
  font-family: "Superior Title - Light Italic";
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-content-wrapper ul {
  display: block;
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 80px;
  position: relative;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-content-wrapper .phase-content {
  margin-bottom: 50px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-main-image {
  margin-bottom: 50px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  transition: all 0.3s ease-in;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper.active {
  opacity: 1;
  height: auto;
  overflow: auto;
  z-index: 1;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .images-wrapper {
  position: relative;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .images-wrapper .phase-img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: cennter;
  background-size: cover;
  height: 65vh;
}
@media screen and (min-width: 1921px) {
  body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .images-wrapper .phase-img {
    height: 100vh;
    background-position: top left;
  }
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .images-wrapper .phase-img.right-image {
  background-position: 20px 0;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .images-wrapper .phase-img img {
  opacity: 0;
  z-index: -1;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .phase-images-text {
  margin-top: -80px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .phase-images-text .image-link {
  text-align: center;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .phase-images-text .element-title {
  padding-left: 20px;
  font-weight: 700;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .phase-images-text .element-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  display: block;
  max-width: 520px;
  padding-left: 20px;
}
@media screen and (max-width: 1300px) {
  body:not(.home) #commercial-phases #commercial-phase-tabs .phase-images-wrapper .phase-images-text .element-description {
    max-width: 450px;
  }
}
body:not(.home) #commercial-phases #commercial-phase-tabs #phase-images-rotator-wrapper {
  position: relative;
  margin-top: 40px;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #phase-images-rotator-wrapper #phase-images-rotator li {
  list-style: none;
  width: 40px;
  display: block;
  position: absolute;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #phase-images-rotator-wrapper #phase-images-rotator li span {
  cursor: pointer;
  width: 20px;
  text-align: center;
}
body:not(.home) #commercial-phases #commercial-phase-tabs #phase-images-rotator-wrapper #phase-images-rotator li.li-right {
  right: 0;
}
body:not(.home) #commercial-phases #phase-gallery .item {
  height: 60vh;
  background: red;
}
body:not(.home) #commercial-levels {
  margin-top: 40px !important;
  border-bottom: 1px solid #e0dedd;
  padding-bottom: 100px;
  background: url("assets/img/Comercial-brushstroke10.png");
  background-position: top right;
  background-repeat: no-repeat;
}
body:not(.home) #commercial-levels #commercial-levels-menu {
  max-width: 400px;
}
body:not(.home) #commercial-levels #commercial-levels-menu ul {
  padding-right: 50px;
}
body:not(.home) #commercial-levels #commercial-levels-menu ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.06px;
  line-height: 75px;
  text-transform: uppercase;
  font-family: "Superior Title - Light";
  border-bottom: 1px solid #cbcbcb;
  max-width: 80%;
  display: block;
  cursor: pointer;
  color: #cbcbcb;
  transition: all 0.3s ease-in;
}
body:not(.home) #commercial-levels #commercial-levels-menu ul li:after {
  display: inline-block;
  content: "+";
  float: right;
  transition: all 0.3s ease-in;
}
body:not(.home) #commercial-levels #commercial-levels-menu ul li.active {
  max-width: 90%;
  border-bottom: 1px solid #181818;
  color: #181818;
}
body:not(.home) #commercial-levels #commercial-levels-menu ul li.active:after {
  opacity: 0;
}
body:not(.home) #commercial-levels #commercial-levels-upper-wrapper {
  margin-top: 0;
  background: url("assets/img/Comercial-brushstroke11.png");
  background-position: 0 120%;
  background-repeat: no-repeat;
  padding-top: 100px;
}
body:not(.home) #commercial-levels #commercial-levels-upper-wrapper .level-content-upper {
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
body:not(.home) #commercial-levels #commercial-levels-upper-wrapper .level-content-upper img {
  display: block;
  margin: 0 auto;
}
body:not(.home) #commercial-levels #commercial-levels-upper-wrapper .level-content-upper.active {
  opacity: 1;
  height: auto;
  z-index: 1;
}
body:not(.home) #commercial-location {
  margin-top: 100px !important;
}
body:not(.home) #commercial-location .armida-marker {
  width: 60px;
  height: 60px;
}
body:not(.home) #commercial-location .armida-marker#armida-marker-commercial-1 {
  transform: translate(-30%, -290%);
}
body:not(.home) #commercial-location .armida-marker#armida-marker-commercial-2 {
  transform: translate(620%, -20%);
}
body:not(.home) #commercial-location .armida-marker#armida-marker-commercial-3 {
  transform: translate(570%, 170%);
}
body:not(.home) #commercial-location .armida-marker#armida-marker-commercial-4 {
  transform: translate(790%, 310%);
}
body.page-template-template-contact {
  background-image: url("assets/img/contact-brsh2.png") !important;
  background-position: top right;
  background-repeat: no-repeat;
}
body.page-template-template-contact #page #masthead #site-navigation #primary-menu li a {
  color: #181818;
}
body.page-template-template-contact #page #content {
  background: transparent;
}
body.page-template-template-contact #page #content #contact-header-left-image {
  display: block;
  background-image: url("assets/img/contact-brsh1.png") !important;
  background-position: top left;
  background-repeat: no-repeat;
  height: 540px;
  position: absolute;
  width: 190px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  body.page-template-template-contact #page #content #contact-header-left-image {
    background-position: 100% 135%;
  }
}
@media screen and (min-width: 1600px) {
  body.page-template-template-contact #page #content #contact-header-left-image {
    background-position: 110% 100%;
  }
}
@media screen and (min-width: 1700px) {
  body.page-template-template-contact #page #content #contact-header-left-image {
    background-position: 85% 100%;
  }
}
body.page-template-template-contact #page #content #primary {
  background: #fff;
}
body.page-template-template-contact #page #content #primary #contact-header-right-image {
  display: block;
  background-image: url("assets/img/contact-brsh3.png") !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 290px;
  position: absolute;
  width: 190px;
  right: 0;
  top: 400px;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper {
  position: relative;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact {
  padding-top: 20px;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .center-content {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Superior Title - Light";
  display: block;
  text-align: center;
  margin: 100px 0;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .center-content span {
  font-family: "Superior Title - Light Italic";
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-field-label, body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-fields-required {
  display: none;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-title h3 {
  color: #181818;
  font-family: "Superior Title - Light";
  font-size: 50px;
  font-weight: 300 !important;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 50px;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content {
  margin: 0;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field {
  display: block;
  margin: 20px 0;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field.cp-col.cp-col-50 {
  width: 48.5%;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field.cp-col.cp-col-50 + .cp-col.cp-col-50 {
  margin-left: 3%;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .nf-error .nf-field-element:after {
  display: none;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .nf-error .nf-field-element input {
  color: #f00;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .nf-error .nf-field-element input::placeholder {
  color: #f00;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .nf-error .nf-error-msg {
  display: none;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .textarea-wrap .nf-field-label {
  display: block;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .textarea-wrap .nf-field-label label {
  color: #181818;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 0;
  margin: 20px 0;
  display: block;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .textarea-wrap .nf-field-label label .ninja-forms-req-symbol {
  color: #181818;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .textarea-wrap.nf-error .nf-field-label {
  display: block;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .textarea-wrap.nf-error .nf-field-label label {
  color: #f00;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content nf-field .textarea-wrap.nf-error .nf-field-label label .ninja-forms-req-symbol {
  color: #f00;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content input, body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #979797;
  color: #181818;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 0;
  padding: 30px 0;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content input::placeholder, body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content textarea::placeholder {
  color: #181818;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.35px;
  opacity: 1;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content input#nf-field-4, body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content textarea#nf-field-4 {
  border-radius: 0;
  cursor: pointer;
  text-decoration: underline;
  padding: 20px 0 10px;
  border: 0;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-form-content textarea {
  border: 1px solid #979797;
  padding: 20px;
  line-height: 1;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .nf-after-form-content {
  display: none;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .contact-succes-mgs #contact-success-msg-l {
  color: #181818;
  font-family: "Superior Title - Light";
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 53px;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .contact-succes-mgs #contact-success-msg-r {
  color: #181818;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #armida-contact .contact-form .contact-succes-mgs #contact-success-msg-r a {
  display: block;
  margin-top: 50px;
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 30px;
  text-decoration: underline;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #contact-showroom .full-width-image {
  margin-top: 50px;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #contact-showroom .subsectionheading {
  margin-bottom: 0;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #contact-showroom .full-width-image {
  position: relative;
  margin-bottom: 0;
}
body.page-template-template-contact #page #content #primary #contact-page-wrapper #contact-showroom .full-width-image .armida-marker {
  transform: translate(215%, -60%);
}
