/*!
Theme Name: esrt_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: esrt_theme
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.

esrt_theme 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
--------------------------------------------------------------*/
/*********************
BREAKPOINTS
*********************/
/*--------------------------------------------------------------
# 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: Arial;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

h2 {
  color: #6f87ab;
  font-size: 130%; }

p {
  margin-bottom: 1.5em;
  line-height: 1.4em;
  font-size: 90%;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px; }

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: Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

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

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

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

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

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-header {
  min-height: 70px;
  background-color: white;
  border-top: 4px solid #769805; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#cookie-notice {
  opacity: 0.65; }

.cookie-notice-container {
  width: calc(100% - 20vw);
  margin: auto; }

.addtoany_content {
  display: -ms-flexbox;
  display: flex; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.footer-container {
  display: block;
  padding-top: 50px;
  line-height: .6em;
  color: #999;
  display: inline; }
  @media (min-width: 50em) {
    .footer-container {
      display: -ms-flexbox;
      display: flex; } }

.footer-section {
  padding: 0 2em 0 2em;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em; }
  @media (min-width: 50em) {
    .footer-section {
      margin: auto; } }

.footer-section svg {
  width: 35px;
  height: 35px; }

.footer-section a {
  text-decoration: none;
  color: #769805; }

.footer-section a:visited {
  text-decoration: none;
  color: #769805; }

.footer-section sub {
  line-height: 1.5em;
  font-size: 11px;
  margin: auto;
  text-align: center; }
  @media (min-width: 640px) {
    .footer-section sub {
      text-align: left; } }

.footer-esrt {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 122px; }

.footer-nyse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 15px; }

.footer-well-health {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 25px; }

.footer-well-health > img {
  width: 64px;
  height: 64px; }

.footer-copy {
  width: 100%;
  text-align: center;
  margin: auto; }

.footer-copy p {
  line-height: 1.3em; }
  @media (min-width: 50em) {
    .footer-copy p {
      line-height: .4em; } }

.footer-esb {
  display: inline;
  width: 96px;
  text-align: center;
  margin-left: auto; }

.footer-esb img {
  width: 35px;
  display: block;
  margin-left: 2em;
  margin-bottom: 0px;
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 50em) {
    .footer-esb img {
      margin-bottom: 5px;
      width: 30px; } }

.footer-esb:after {
  content: none;
  font-style: italic;
  font-size: 11px;
  margin-top: 8px;
  text-align: center;
  width: 84px; }
  @media (min-width: 50em) {
    .footer-esb:after {
      content: "World's Most Famous Building";
      line-height: .4em; } }

.footer-section-logos {
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 50em) {
    .footer-section-logos {
      -ms-flex-order: 1;
          order: 1; } }

.footer-section-text {
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 50em) {
    .footer-section-text {
      -ms-flex-order: 1;
          order: 1; } }

.footer-section-links {
  -ms-flex-order: 3;
      order: 3; }

.footer-links {
  width: 100%;
  font-size: 70%;
  display: none;
  margin: auto;
  text-align: left;
  -ms-flex-order: 1;
      order: 1; }
  @media (min-width: 50em) {
    .footer-links {
      line-height: 1.3em;
      display: block; } }

.social_follow li {
  width: 30px;
  height: 30px;
  margin-left: .2em;
  margin-right: .2em;
  background-color: #58595b;
  padding: 5px;
  border-radius: 8px; }

.social_follow ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.social_follow svg path {
  fill: #fff; }

.social-follow-container {
  width: 50%;
  margin: auto; }

@media (min-width: 50em) {
  footer:after {
    display: none;
    width: 100%;
    height: 26px;
    background-color: #e6e6e6;
    margin-top: 10px; } }

footer:before {
  width: 100%;
  height: 26px;
  background-color: #e6e6e6; }
  @media (min-width: 50em) {
    footer:before {
      height: 0px;
      margin-top: 10px; } }

@media (max-width: 500px) {
  .footer-section-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .footer-section-logos .footer-esb {
      margin: 0; } }

/*--------------------------------------------------------------
# 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%;
  border-bottom: 4px solid #acc274; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin-left: -9px;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      border: 1px solid #acc274;
      border-top-width: 4px; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 128px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    background-color: #fff; }
    @media (min-width: 640px) {
      .main-navigation li {
        padding: 10px; } }
    .main-navigation li:hover, .main-navigation li.focus {
      background-color: #efefef; }
    .main-navigation li:focus {
      background-color: #acc274; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

.menu .active {
  background-color: #acc274; }

.menu .active {
  background-color: #acc274; }
  .menu .active a {
    color: #fff; }
  .menu .active .sub-menu a {
    color: #769805; }

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

@media (min-width: 640px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media (min-width: 640px) {
  .menu-main-navigation-container {
    float: right; } }

.menu-main-navigation-container ul a {
  color: #769805;
  display: block;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase; }

.sub-menu li a {
  color: #769805;
  font-size: 90%;
  font-weight: normal;
  text-transform: none; }

.frontpage-menu {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 20px 0px 20px; }
  @media (min-width: 50em) {
    .frontpage-menu {
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap; } }

.frontpage-menu-item {
  display: -ms-flexbox;
  display: flex; }

.frontpage-menu-item-left {
  height: 140px;
  width: 140px;
  padding-left: 16px; }

.frontpage-menu-item-right {
  padding-left: 10px; }

.frontpage-menu-item-right h2 {
  margin-top: 0px; }

.search-box {
  display: none; }

@media (min-width: 640px) {
  .search-box {
    display: block; } }

.call-to-action {
  display: block;
  font-size: 80%;
  font-weight: bold;
  position: relative; }

.call-to-action a:visited {
  color: #719501;
  display: block;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: none; }

.call-to-action a:before {
  border-color: transparent;
  border-left-color: #333;
  border-style: solid;
  border-width: 5px;
  border-right-width: 0;
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: 1px;
  height: 0;
  width: 0; }

/*--------------------------------------------------------------
## Page Submenu
--------------------------------------------------------------*/
.two-column-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px 0 10px; }

.page-submenu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 50em) {
    .page-submenu {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 20%;
      -ms-flex-order: 1;
          order: 1; } }

.three-column-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1em 0 1em; }

.page-content {
  width: 60%;
  -ms-flex-order: 1;
      order: 1; }
  @media (min-width: 50em) {
    .page-content {
      -ms-flex-order: 2;
          order: 2; } }

.page-content-aside {
  width: 100%;
  -ms-flex-order: 3;
      order: 3; }
  @media (min-width: 50em) {
    .page-content-aside {
      width: 20%; } }

ul {
  margin: 0 0 0 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.page-submenu ul li {
  color: #719501;
  text-decoration: none;
  border-color: #719501;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding-top: .5em;
  padding-bottom: .75em; }
  @media (min-width: 50em) {
    .page-submenu ul li {
      border: none;
      padding-top: 1;
      padding-bottom: 0;
      padding-top: 0; } }

.submenu-header, .submenu-header:visited {
  color: #719501;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold; }

.submenu-header:before {
  border-color: transparent;
  border-left-color: #333;
  border-style: solid;
  border-width: 5px;
  border-right-width: 0;
  content: "";
  display: inline-block;
  position: relative;
  margin-right: .5em; }

.submenu-header[data-currenttag="true"]:before {
  border-color: transparent;
  border-top-color: #333;
  border-style: solid;
  border-width: 5px;
  border-bottom-width: 0;
  content: "";
  display: inline-block;
  position: relative;
  margin-right: .5em; }

.property-menu a {
  color: #719501;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold; }

.property-menu-location {
  color: #6f87ab;
  font-weight: 900;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 66%;
  text-transform: uppercase; }

.property-menu-property a {
  font-weight: lighter;
  font-size: 80%; }

.property-menu-property a[data-selected="true"]:before {
  border-color: transparent;
  border-left-color: #333;
  border-style: solid;
  border-width: 5px;
  border-right-width: 0;
  content: "";
  display: inline-block;
  position: relative;
  margin-right: .5em; }

[data-currentsubpage="true"] {
  background-color: #f4f4f4; }

.prop-type:before {
  border-color: transparent;
  border-left-color: #333;
  border-style: solid;
  border-width: 5px;
  border-right-width: 0;
  content: "";
  display: inline-block;
  position: relative;
  left: -5px;
  top: -1px;
  height: 0;
  width: 0; }

.wp-block-image figcaption {
  width: 100%;
  display: inline !important; }

/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/
.mobmenur-container {
  top: 15px !important;
  margin-right: 11px !important; }

.mobmenur-container i {
  color: #769805 !important; }

.mob-menu-header-holder {
  position: absolute !important; }
  @media (min-width: 640px) {
    .mob-menu-header-holder {
      position: fixed !important; } }

.mobmenu_content {
  background-color: #4f6310; }

#mobmenuright {
  background-color: #4f6310;
  text-align: right; }

#mobmenuright li {
  padding: 0 !important;
  border-bottom-color: #6f8037;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

#mobmenuright li a {
  padding-right: 20px !important;
  margin-right: 2em;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 80% !important; }

.mob-expand-submenu i {
  color: #fff !important; }

.mobmenu_content #mobmenuright .sub-menu {
  background-color: #3c4c0a !important; }

.mobmenu_content #mobmenuright .sub-menu a {
  color: #fff !important;
  font-size: 80% !important;
  text-transform: capitalize !important;
  font-weight: normal !important; }

.mobmenu [class^="mob-icon-"]:before, .mobmenu [class*=" mob-icon-"]:before {
  font-size: 70%; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.page-breadcrumbs-top {
  padding-left: 1em;
  display: block;
  font-size: 70%; }

.page-breadcrumbs-top a {
  color: #769805;
  text-decoration: none; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
ul.page-numbers {
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

ul.page-numbers li {
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 4px 4px 0;
  text-align: center;
  background: #fafafa; }

.page-numbers a,
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 0 6px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  color: #888; }

.page-numbers a span {
  padding: 0; }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #fff;
  background: #acc274;
  text-decoration: none;
  font-weight: bold; }

.page-numbers:hover {
  text-decoration: none; }

.prev, .next {
  border: 1px solid #ddd; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
    -webkit-clip-path: none;
            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
--------------------------------------------------------------*/
.site {
  max-width: 100%;
  min-width: 320px;
  margin: auto;
  box-sizing: border-box; }
  @media (min-width: 64em) {
    .site {
      max-width: 80%; } }

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

.latest-news-header a {
  color: #444;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold; }

.latest-news-header h4 {
  font-size: 90%;
  font-weight: bold; }

.latest-news-footer a {
  color: #769805;
  text-decoration: none; }

.latest-news-footer {
  margin-top: 10px; }

.latest-news-footer p {
  margin: 0px; }

.latest-news-meta {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #666; }

.latest-news-paragraph p {
  margin-top: 3px; }

.latest-news-meta p {
  margin: 0px; }

.latest-news-size {
  width: 80%; }

.news-content {
  width: 100% !important;
  overflow-wrap: break-word; }

article a {
  color: #719501;
  text-decoration: none; }

.addtoany_content_top {
  width: 100%; }

.addtoany_list {
  float: right; }

.news-list {
  display: block !important; }

.sus-headers {
  text-align: left;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  height: 50px;
  margin-bottom: 1em; }

.sus-headers h2 {
  margin-right: 2em;
  margin-left: 3em;
  padding-top: .5em; }

.sus-headers img {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-color: #769805;
  margin-right: 10px;
  position: absolute;
  border-right: 3px solid white; }

.sustainability-table {
  width: 100%;
  border: 0;
  border-top: 2px solid #ffffff;
  background: #f2f2f2; }

.sustain {
  padding: 0 15px;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #6F87AB; }

.skyline {
  background-color: #769805;
  margin-top: -10px;
  padding: 1em;
  color: #fff;
  margin-bottom: 2em; }

#energy-1 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-image: url(http://www.empirestaterealtytrust.com/images/sustainability/sustainable-energy-2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: #769805;
  background-size: 100%;
  background-size: cover;
  text-align: center;
  margin-bottom: 10px; }

#energy-1 img, #water-1 img, #waste-1 img, #ieq-1 img {
  width: 80px;
  display: inline; }

#energy-1 h2, #water-1 h2, #waste-1 h2, #ieq-1 h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 25px;
  color: white;
  margin: 0px; }

.sus-headers-gray {
  text-align: left;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  height: 50px; }

.sus-headers-gray {
  background: #585959; }

.sus-headers-gray img {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-color: #585959;
  margin-right: 10px;
  position: absolute;
  border-right: 3px solid #585959; }

.sus-headers-gray h2 {
  color: #6F87AB;
  font-weight: normal;
  padding: 0px;
  margin: 0;
  left: 60px;
  top: 16px;
  position: relative; }

#ieq-1 {
  height: 120px;
  width: 100%;
  background-image: url(http://www.empirestaterealtytrust.com/images/sustainability/sustainable-ieq.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: #769805;
  background-size: 100%;
  background-size: cover;
  text-align: center;
  margin-bottom: 10px; }

#waste-1 {
  height: 120px;
  width: 100%;
  background-image: url(http://www.empirestaterealtytrust.com/images/sustainability/sustainable-waste.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: #769805;
  background-size: 100%;
  background-size: cover;
  text-align: center;
  margin-bottom: 10px; }

#waste-1 img, #ieq-1 img {
  width: 80px;
  display: inline; }

#water-1 {
  height: 120px;
  width: 100%;
  background-image: url(http://www.empirestaterealtytrust.com/images/sustainability/sustainable-water.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: #769805;
  background-size: 100%;
  background-size: cover;
  text-align: center;
  margin-bottom: 10px; }

#water-1 img, #waste-1 img, #ieq-1 img {
  width: 80px;
  display: inline; }

#water-1 h2, #waste-1 h2, #ieq-1 h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 25px;
  color: white;
  margin: 0px; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.team-member-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 640px) {
    .team-member-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; } }

.team-member {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid grey;
  margin-bottom: .5em; }
  @media (min-width: 640px) {
    .team-member {
      width: 50%;
      border-bottom: none; } }

.team-member-link {
  padding-left: 20px;
  width: 60%; }

.team-member-link a {
  text-decoration: none;
  color: #769805;
  font-size: 115%; }

.team-member-image {
  width: 30%; }
  .team-member-image img {
    width: 100%;
    height: auto; }

.team-member-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.team-member-single-copy {
  width: 80%;
  padding-right: 20px; }

.team-member-single-image {
  width: 20%; }

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.page {
  margin: 0; }

.page-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 50em) {
    .page-content {
      width: 80%; } }

.page-container {
  width: 100%;
  padding: 0 1em 0 1em; }
  @media (min-width: 50em) {
    .page-container {
      padding: 0 5em 0 5em; } }

.page-content h1 {
  clear: both;
  color: #585959;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  margin-bottom: .25em; }

.entry-header h1 {
  clear: both;
  color: #585959;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  margin-bottom: .25em; }

.entry-content h4 {
  margin-top: 0;
  color: #6f87ab; }

.post-thumbnail img {
  width: 100%; }

.wp-block-image figcaption {
  display: block !important; }

figcaption {
  font-size: 80%; }

.wp-block-column {
  padding: 0 2em 0 2em; }

.remove-flex {
  display: block; }

.has-2-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: auto; }

.contact-left-column {
  width: 100%;
  margin: auto; }
  @media (min-width: 50em) {
    .contact-left-column {
      width: 60%; } }

/*--------------------------------------------------------------
## Property
--------------------------------------------------------------*/
.property-list {
  width: 100%; }
  .property-list h2 {
    color: #6f87ab;
    font-size: 130%;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0; }

.property-place-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.property-place a {
  line-height: 0;
  cursor: pointer;
  color: black;
  text-decoration: none; }

.property-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin-bottom: 10px; }

.property-title {
  margin-top: 5px;
  margin-left: .5em;
  line-height: 1.2em !important;
  font-weight: bold; }
  @media (min-width: 50em) {
    .property-title {
      line-height: 1em !important; } }

.property-title-sub {
  margin-left: 6px;
  margin-top: -11px; }

.property-list-left img {
  width: 60px;
  height: 60px;
  font-weight: bold;
  transition: all .3s ease; }

.property-list-left {
  width: 20%; }

.property-list-left img:hover {
  transform: scale(1.2);
  border: 3px solid #acc274; }

.property-list-right {
  width: 80%;
  margin-top: 0px;
  padding-right: 10px; }

.property-list-right p {
  padding-left: 4px; }

.property-list h1 {
  color: #585959;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  margin-bottom: .25em; }

.property-type-description img {
  width: 100%; }

.property-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 50em) {
    .property-content {
      width: 60%;
      -ms-flex-order: 2;
          order: 2; } }

.property-content a {
  font-size: 90%;
  line-height: 1em; }

.property-content-container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 64em) {
    .property-content-container {
      width: 100%; } }

.property-content-main {
  width: 100%; }
  @media (min-width: 50em) {
    .property-content-main {
      width: 80%; } }

.property-content-sidebar {
  width: 100%; }

.single-property-container {
  display: -ms-flexbox;
  display: flex; }

.single-property-content-main {
  width: 100%;
  padding-right: 1em; }
  @media (min-width: 50em) {
    .single-property-content-main {
      width: 75%; } }

.single-property-content-main sub {
  bottom: 0.75em; }

.grow {
  -ms-flex-positive: 100;
      flex-grow: 100; }

.single-property-content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.single-property-content-sidebar {
  width: 100%; }
  @media (min-width: 50em) {
    .single-property-content-sidebar {
      width: 25%; } }

.single-property-overview-container {
  margin: 1em 0em 0em 0em; }

.single-property-overview-container li {
  border-color: #ccc;
  border-style: dotted;
  border-width: 0 0 1px 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: .25em;
  position: relative; }

.single-property-overview-container-agents li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: .25em;
  position: relative; }

.single-property-overview-container-agents a {
  color: #769805;
  text-decoration: none;
  font-size: 80%; }

.single-property-li:hover {
  background-color: #f4f4f4; }

.single-property-overview-container a {
  color: #769805;
  text-decoration: none;
  font-size: 80%; }

.single-property-address {
  padding: 0px; }

.single-property-content img {
  float: right;
  margin-left: 25px; }

.service-links {
  width: 50%; }

.building-facts-row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.building-facts-container-item {
  padding-top: 10px;
  padding-bottom: 10px; }

.building-facts-row-title {
  padding-right: .5em;
  word-break: break-word;
  width: 30%; }

.building-facts-row-info {
  width: 70%;
  word-break: break-word; }

.building-facts-row:nth-of-type(odd) {
  background-color: #fbfbfb; }

.building-facts-row:nth-of-type(even) {
  background-color: #fff; }

.bulding-facts-pdf {
  background-color: #769805;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 70%;
  font-weight: bold;
  padding-top: .8em;
  padding-right: 1.1em;
  padding-bottom: .8em;
  padding-left: 1.1em;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  max-width: 320px;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.services-page-content {
  display: block; }

.services-page-content a {
  color: #769805;
  text-decoration: none; }

.services-page-content ul {
  list-style: disc;
  margin-left: 3em;
  font-size: 90%; }

.service-links-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
  font-size: 80%; }

.service-links {
  width: 50%;
  border-color: #ccc;
  border-style: dotted;
  border-width: 0 0 1px 0;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding: 5px;
  font-weight: bold; }

.service-links a {
  text-decoration: none;
  color: #769805; }

.service-issues {
  background-color: #769805;
  padding: 10px 0px 10px 0px;
  width: 100%;
  font-weight: bold; }

.service-issues h1 {
  font-size: 110%;
  color: #fff;
  text-align: center;
  font-weight: bold; }

.gallery-icon img {
  transition: all .3s ease; }

.gallery-icon img:hover {
  transform: scale(1.2);
  border: 3px solid #acc274; }

.news-story {
  margin-bottom: 30px; }

.leasing-agents li {
  margin-bottom: 1em; }

.leasing-agents a {
  font-weight: bold; }

.leasing-agents p {
  margin: 0;
  line-height: 1.1em; }

.leasing-agents sub {
  bottom: 0; }

.brochure a {
  background-color: #769805;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 70%;
  font-weight: bold;
  padding-top: .8em;
  padding-right: 1.1em;
  padding-bottom: .8em;
  padding-left: 1.1em;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  max-width: 320px;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.brochure img {
  float: left;
  margin: 0 1em 0 .2em; }

/*--------------------------------------------------------------
## Availabilities Table
--------------------------------------------------------------*/
#availabilities-table {
  margin-top: 1em; }

.availabilities-table-info {
  line-height: 1;
  border: 1px solid black; }

.availabilities-table-info td {
  border-bottom: 1px solid grey; }

.tablesorter-childRow {
  margin-bottom: 1em; }

.availabilities-table dd {
  display: inline-block;
  margin-left: 0;
  padding-right: 1em; }

.availabilities-results {
  padding: 0px 1em 0px 1em; }

table.tablesorter thead tr th {
  border: none !important; }

thead th.tablesorter-header:after {
  /* background-color: red; */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /* background-size: 90%; */
  content: " ";
  cursor: pointer;
  display: none;
  height: 70%;
  right: 0;
  top: 1px;
  width: 14px; }

.tablesorter-header-inner {
  text-align: center;
  font-size: 90%; }

.availabilities-table-name .tablesorter-header-inner {
  text-align: left; }

.availabilities-table-details {
  padding: 10px 0px 10px 0px; }

.availabilities-table-details a {
  color: #769805;
  text-decoration: none;
  padding-bottom: 10px; }

.availabilities-table-name {
  text-align: left;
  width: 1%;
  font-size: 80%; }

.availabilities-table-name a {
  color: #769805;
  text-decoration: none;
  font-weight: bold; }

.availabilities-table-fl {
  text-align: center;
  width: 1%;
  font-size: 80%; }

.availabilities-table-type {
  text-align: center;
  width: 1%;
  font-size: 80%; }

.availabilities-table-suite {
  text-align: center;
  width: 1%;
  font-size: 80%; }

.availabilities-table-sqft {
  text-align: center;
  width: 1%;
  font-size: 80%; }

.availabilities-table-cnt-sqft {
  text-align: center;
  width: 1%;
  font-size: 80%;
  display: none; }
  @media (min-width: 50em) {
    .availabilities-table-cnt-sqft {
      display: table-cell; } }

.availabilities-table-avail {
  text-align: center;
  width: 1%;
  font-size: 80%;
  display: none; }
  @media (min-width: 50em) {
    .availabilities-table-avail {
      display: table-cell; } }

.availabilities-search {
  padding-bottom: 2em; }

.availabilities-location {
  margin-top: 2em; }

.availabilities-location h5 {
  color: #769805;
  font-size: 100%;
  font-family: Georgia, "Times New Roman", Times, serif; }

.availabilities-location {
  font-size: 90%; }

.availabilities-property-portfolio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1em; }

.availabilities-property-type h5 {
  display: block;
  margin-bottom: 1em; }

.availabilities-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2em; }

.availabilities-filter-left {
  width: 50%;
  padding-right: 1em; }

.wrap-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.availabilities-filter-left label {
  margin-right: 2em;
  color: #585959;
  font-family: Georgia, "Times New Roman", Times, serif; }

.availabilities-filter-left h2, .availabilities-filter-right h2, .availabilities-location h2 {
  color: #585959;
  font-family: Georgia, "Times New Roman", Times, serif; }

.availabilities-filter-left span {
  margin-left: 2em; }

.availabilities-filter-right {
  width: 50%;
  height: 100px; }

.availabilities-filter-right label {
  margin-right: 2em;
  margin-left: .5em; }

.sqft-min {
  width: 30%; }

.sqft-max {
  width: 50%; }

.availabilities-search-form {
  padding: 0 1em; }

.availabilities-search-form h1 {
  color: #585959;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  margin-bottom: .25em; }

.availabilities-search input {
  margin-right: 1em; }

x
.availabilities-search-form h2 {
  display: inline;
  color: #585959;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 120%;
  position: relative; }

.availabilities-search-form label {
  color: #0a0908;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-size: 90%; }

.brief-description {
  color: #999;
  display: block;
  font-style: normal;
  font-size: 90%;
  font-weight: bold;
  line-height: 1em;
  margin-left: 2em; }

.availabilities-search h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 86%;
  margin-bottom: 1em; }

.property-select {
  width: 50%;
  height: 100%;
  margin-bottom: 10px; }

input[type="submit"] {
  background-color: #769805;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 70%;
  font-weight: bold;
  padding-top: .8em;
  padding-right: 1.1em;
  padding-bottom: .8em;
  padding-left: 1.1em;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  max-width: 320px;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.site-search-results {
  margin-left: .5em; }
  @media (min-width: 640px) {
    .site-search-results {
      margin-left: 5em; } }

.site-search-results h1 {
  color: #585959;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  margin-bottom: .25em; }

.site-search-results a {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #617693;
  text-decoration: none; }

.search-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 2em; }

.search-list-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 90%; }

.search-list-icon {
  width: 20%;
  text-align: right;
  padding-right: 1em;
  margin-top: .5em;
  display: none; }
  @media (min-width: 640px) {
    .search-list-icon {
      display: block !important; } }

.results-element-title {
  font-size: 9px;
  height: 24px;
  color: #585959;
  line-height: 1em;
  text-transform: uppercase; }

.search-list-body {
  width: 80%; }

.search-list-link a {
  text-decoration: none;
  color: #769805;
  font-size: 90%;
  font-family: Arial; }

.search-list-date {
  color: grey; }

.posted-on p {
  padding: 0;
  margin: 0;
  width: auto; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

.gallery-columns-3 .gallery-item {
  max-width: 11.33%;
  margin: .3em; }

/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-branding {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px; }
  .site-branding .brandmark {
    max-width: 45%;
    /* Or whatever */
    width: 100%;
    margin-bottom: 8px;
    margin-right: 20px;
    padding-left: 10px;
    max-height: 70px; }
    @media (min-width: 50em) {
      .site-branding .brandmark {
        max-width: 280px; } }
  .site-branding .brandmark path:first-child {
    fill: #82a1cc; }
  .site-branding .brandmark path:last-child {
    fill: #86a315; }
  .site-branding .search-box {
    width: 100%;
    height: 50px;
    padding: 10px; }
    .site-branding .search-box .search-input {
      float: right;
      margin-right: 10px; }
    .site-branding .search-box .search-button {
      float: right;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      background: #769805;
      padding: 5px; }

.organization {
  font-size: 70%;
  margin-top: 1em;
  padding-right: 2.5em;
  color: #fff;
  text-align: right; }

.postal-address {
  margin-top: 1em;
  padding-right: 1em;
  color: #fff;
  text-align: right; }

.organization a, .postal-address a {
  text-decoration: none;
  color: #fff; }

.organization dt, .postal-address dt {
  display: none; }

.organization dd, .postal-address dd {
  margin: 0; }

.links-mobile {
  padding-top: 1em;
  padding-bottom: 2em; }

.links-mobile a {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 3em;
  color: #d1d1d1; }

dd[data-type="telephone"] a, dd[data-type="telephone"] a:visited, dd[data-type="telephone"] a:hover, dd[data-type="telephone"] a:active {
  font-weight: bold;
  text-decoration: underline; }

[itemprop="address"] dd {
  display: block;
  margin-left: 0; }

th[role=columnheader]:not(.no-sort) {
  cursor: pointer; }

th[role=columnheader]:not(.no-sort):after {
  content: '';
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden;
  opacity: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

th[aria-sort=ascending]:not(.no-sort):after {
  border-bottom: none;
  border-width: 4px 4px 0; }

th[aria-sort]:not(.no-sort):after {
  visibility: visible;
  opacity: 0.4; }

th[role=columnheader]:not(.no-sort):hover:after {
  visibility: visible;
  opacity: 1; }

.selected-submentu-item {
  background-color: #f4f4f4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); }
