/*!
Theme Name: 4th & Traction
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _s
Tags:

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.

_s is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30760f");
@font-face {
  font-family: 'BaskervilleLT-Regular';
  src: url("webfonts/30760F_0_0.eot");
  src: url("webfonts/30760F_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/30760F_0_0.woff2") format("woff2"), url("webfonts/30760F_0_0.woff") format("woff"), url("webfonts/30760F_0_0.ttf") format("truetype"); }

.baskerville {
  font-family: 'BaskervilleLT-Regular'; }

@font-face {
  font-family: 'BaskervilleLT-RegularItalic';
  src: url("webfonts/30760F_1_0.eot");
  src: url("webfonts/30760F_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/30760F_1_0.woff2") format("woff2"), url("webfonts/30760F_1_0.woff") format("woff"), url("webfonts/30760F_1_0.ttf") format("truetype"); }

.baskervilleitalic {
  font-family: 'BaskervilleLT-RegularItalic'; }

@font-face {
  font-family: 'BaskervilleLT-Bold';
  src: url("webfonts/30760F_2_0.eot");
  src: url("webfonts/30760F_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/30760F_2_0.woff2") format("woff2"), url("webfonts/30760F_2_0.woff") format("woff"), url("webfonts/30760F_2_0.ttf") format("truetype"); }

.baskervillebold {
  font-family: 'BaskervilleLT-Bold'; }

.gothamlight {
  font-family: "Gotham A", "Gotham B";
  font-weight: 300; }

.gothambook {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400; }

.gothammedium {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500; }

.gothambold {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "BaskervilleLT-Regular";
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2; }

@media screen and (max-width: 991px) {
  body,
  button,
  input,
  select,
  textarea {
    color: #404040;
    font-family: "BaskervilleLT-Regular";
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 1.2; } }

@media screen and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    color: #404040;
    font-family: "BaskervilleLT-Regular";
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1.2; } }

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 http://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. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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. */ }

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;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  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;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

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; }
  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; }

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"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  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 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: 1.5em;
    left: -999em;
    z-index: 99999; }
    .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: 200px; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

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

@media screen and (min-width: 37.5em) {
  .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%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .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;
    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; }

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

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

/*--------------------------------------------------------------
# Cue custom theme css
--------------------------------------------------------------*/
.text-color-tan {
  color: #9c7f47; }

.gold {
  color: #A58041; }

.grey-gold {
  color: #cac3ac; }

a, a:hover, a:active, a:focus {
  outline: 0; }

.padtop-0 {
  padding-top: 0; }

.padtop-5 {
  padding-top: 5px; }

.padtop-10 {
  padding-top: 10px; }

.padtop-15 {
  padding-top: 15px; }

.padtop-20 {
  padding-top: 20px; }

.padtop-25 {
  padding-top: 25px; }

.padtop-30 {
  padding-top: 30px; }

.padtop-35 {
  padding-top: 35px; }

.padtop-40 {
  padding-top: 40px; }

.padtop-45 {
  padding-top: 45px; }

.padtop-50 {
  padding-top: 50px; }

.padtop-55 {
  padding-top: 55px; }

.padtop-60 {
  padding-top: 60px; }

.padtop-65 {
  padding-top: 65px; }

.padtop-70 {
  padding-top: 70px; }

.padtop-75 {
  padding-top: 75px; }

.padtop-80 {
  padding-top: 80px; }

.padtop-85 {
  padding-top: 85px; }

.padtop-90 {
  padding-top: 90px; }

.padtop-95 {
  padding-top: 95px; }

.padtop-100 {
  padding-top: 100px; }

.margintop-0 {
  margin-top: 0; }

.margintop-5 {
  margin-top: 5px; }

.margintop-10 {
  margin-top: 10px; }

.margintop-15 {
  margin-top: 15px; }

.margintop-20 {
  margin-top: 20px; }

.margintop-25 {
  margin-top: 25px; }

.margintop-30 {
  margin-top: 30px; }

.margintop-35 {
  margin-top: 35px; }

.margintop-40 {
  margin-top: 40px; }

.margintop-45 {
  margin-top: 45px; }

.margintop-50 {
  margin-top: 50px; }

.margintop-55 {
  margin-top: 55px; }

.margintop-60 {
  margin-top: 60px; }

.margintop-65 {
  margin-top: 65px; }

.margintop-70 {
  margin-top: 70px; }

.margintop-75 {
  margin-top: 75px; }

.margintop-80 {
  margin-top: 80px; }

.margintop-85 {
  margin-top: 85px; }

.margintop-90 {
  margin-top: 90px; }

.margintop-95 {
  margin-top: 95px; }

.margintop-100 {
  margin-top: 100px; }

#page {
  display: block;
  position: relative;
  padding-top: 75px; }

body.admin-bar header#masthead {
  top: 32px; }

header#masthead {
  display: block;
  position: fixed;
  background: white;
  top: 0;
  width: 100%;
  text-align: center;
  height: 75px;
  z-index: 200;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.75);
  font-family: "Gotham A", "Gotham B";
  font-weight: 700; }
  header#masthead .header-wrap {
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    text-align: center; }
    header#masthead .header-wrap .site-branding {
      display: inline-block;
      position: relative;
      height: 45px;
      line-height: 45px;
      padding: 0 10px; }
      header#masthead .header-wrap .site-branding h1.site-title {
        display: block;
        position: relative;
        height: 45px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 14px;
        margin: 0; }
        header#masthead .header-wrap .site-branding h1.site-title img {
          display: block;
          position: relative;
          height: 45px;
          width: auto;
          font-size: 14px; }
    header#masthead .header-wrap nav#site-navigation {
      display: inline-block;
      position: relative;
      height: 45px;
      line-height: 45px;
      font-size: 14px; }
    header#masthead .header-wrap .secondary-branding {
      display: inline-block;
      position: relative;
      padding: 0 10px; }
      header#masthead .header-wrap .secondary-branding img {
        display: block;
        position: relative;
        height: 45px;
        width: auto;
        font-size: 14px; }

ul#primary-menu li a {
  padding: 0 8px;
  color: #000000; }

@media screen and (max-width: 991px) {
  header#masthead {
    text-align: inherit; }
    header#masthead .header-wrap {
      text-align: inherit; }
      header#masthead .header-wrap .site-branding {
        float: left; }
      header#masthead .header-wrap .secondary-branding {
        float: right; }
      header#masthead .header-wrap .mobile-menu {
        float: right;
        margin-right: 20px;
        margin-left: 10px;
        cursor: pointer; } }

.clear-padding {
  padding-left: 0;
  padding-right: 0; }

.clear-left-padding {
  padding-left: 0; }

.clear-right-padding {
  padding-right: 0; }

.double-padding {
  padding-left: 30px;
  padding-right: 30px; }

.flexslider ul {
  margin: 0;
  padding: 0; }
  .flexslider ul li {
    margin: 0;
    padding: 0; }

.flexslider.explore-flexslider {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0; }
  .flexslider.explore-flexslider ul.slides {
    background-color: #FFFFFF; }
    .flexslider.explore-flexslider ul.slides li {
      position: relative; }
      .flexslider.explore-flexslider ul.slides li .image-container {
        display: block;
        position: relative;
        width: 100%;
        height: 57vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .flexslider.explore-flexslider ul.slides li .image-container .tablet-layout {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
        .flexslider.explore-flexslider ul.slides li .image-container .mobile-layout {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
  .flexslider.explore-flexslider ol.flex-control-nav {
    bottom: 30px; }
  .flexslider.explore-flexslider ul.flex-direction-nav a {
    -webkit-transition: none;
    transition: none;
    width: 50px;
    height: 50px;
    opacity: 1;
    color: transparent;
    margin: -25px 0 0 0; }
    .flexslider.explore-flexslider ul.flex-direction-nav a.flex-prev {
      left: 90px; }
      .flexslider.explore-flexslider ul.flex-direction-nav a.flex-prev:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_Arrow-left.png") no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px; }
    .flexslider.explore-flexslider ul.flex-direction-nav a.flex-next {
      right: 90px; }
      .flexslider.explore-flexslider ul.flex-direction-nav a.flex-next:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_Arrow-right.png") no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px; }

.flexslider.explore-flexslider div.slide-content {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  margin-left: 20%;
  text-align: center;
  color: #FFFFFF; }
  .flexslider.explore-flexslider div.slide-content .explore-estd {
    font-size: 26px; }
  .flexslider.explore-flexslider div.slide-content .explore-title {
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    font-size: 72px;
    margin: 20px 0; }
  .flexslider.explore-flexslider div.slide-content .explore-body {
    font-size: 24px; }
  .flexslider.explore-flexslider div.slide-content hr {
    border: 0;
    height: 2px; }
    .flexslider.explore-flexslider div.slide-content hr.white {
      background: #FFFFFF; }
    .flexslider.explore-flexslider div.slide-content hr.gold {
      background: #A68041; }
    .flexslider.explore-flexslider div.slide-content hr.grey-gold {
      background: #cac3ac; }
    .flexslider.explore-flexslider div.slide-content hr.narrow {
      width: 180px;
      margin-left: auto;
      margin-right: auto; }

.gforms_confirmation_message {
  margin-bottom: 20px; }

@media screen and (max-width: 991px) {
  .flexslider.explore-flexslider ul.slides {
    background-color: #FFFFFF; }
    .flexslider.explore-flexslider ul.slides li .image-container {
      width: 100%;
      height: 140vw; }
  .flexslider.explore-flexslider div.slide-content .explore-estd {
    font-size: 28px; }
  .flexslider.explore-flexslider div.slide-content .explore-title {
    font-size: 48px; }
  .flexslider.explore-flexslider div.slide-content .explore-body {
    font-size: 21px; }
  .flexslider.explore-flexslider ul.flex-direction-nav a {
    -webkit-transition: none;
    transition: none;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: transparent;
    margin: -20px 0 0 0; }
    .flexslider.explore-flexslider ul.flex-direction-nav a.flex-prev {
      left: 0; }
      .flexslider.explore-flexslider ul.flex-direction-nav a.flex-prev:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_Arrow-left.png") no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px; }
    .flexslider.explore-flexslider ul.flex-direction-nav a.flex-next {
      right: 0; }
      .flexslider.explore-flexslider ul.flex-direction-nav a.flex-next:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_Arrow-right.png") no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px; } }

.caroufredsel_wrapper {
  width: 100% !important; }

@media screen and (max-width: 767px) {
  .flexslider.explore-flexslider ul.slides {
    background-color: #FFFFFF; }
    .flexslider.explore-flexslider ul.slides li {
      position: relative; }
      .flexslider.explore-flexslider ul.slides li .image-container {
        width: 100%;
        height: 178vw; }
  .flexslider.explore-flexslider div.slide-content .explore-estd {
    font-size: 12px; }
  .flexslider.explore-flexslider div.slide-content .explore-title {
    font-size: 24px; }
  .flexslider.explore-flexslider div.slide-content .explore-body {
    font-size: 12px; }
  .flexslider.explore-flexslider ul.flex-direction-nav a {
    -webkit-transition: none;
    transition: none;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: transparent;
    margin: -15px 0 0 0; }
    .flexslider.explore-flexslider ul.flex-direction-nav a.flex-prev {
      left: 0; }
      .flexslider.explore-flexslider ul.flex-direction-nav a.flex-prev:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_Arrow-left.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px; }
    .flexslider.explore-flexslider ul.flex-direction-nav a.flex-next {
      right: 0; }
      .flexslider.explore-flexslider ul.flex-direction-nav a.flex-next:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_Arrow-right.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px; } }

.flexslider.feature-flexslider {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: -2px; }
  .flexslider.feature-flexslider ul.slides {
    background-color: #FFFFFF; }
    .flexslider.feature-flexslider ul.slides li {
      position: relative; }
      .flexslider.feature-flexslider ul.slides li .image-container {
        display: block;
        position: relative;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .flexslider.feature-flexslider ul.slides li div.slide-content {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        padding: 0;
        margin-left: auto;
        margin-right: auto; }
        .flexslider.feature-flexslider ul.slides li div.slide-content .slide-title {
          display: block;
          position: relative;
          font-size: 36px;
          line-height: 1em;
          font-color: red; }
        .flexslider.feature-flexslider ul.slides li div.slide-content .slide-body {
          display: block;
          position: relative;
          color: #FFFFFF;
          clear: both; }
          .flexslider.feature-flexslider ul.slides li div.slide-content .slide-body .icon-offset {
            padding-top: 20vw; }
          .flexslider.feature-flexslider ul.slides li div.slide-content .slide-body .title {
            font-size: 36px;
            margin-bottom: 20px; }
  .flexslider.feature-flexslider ol.flex-control-nav {
    bottom: 30px; }
  .flexslider.feature-flexslider ul.flex-direction-nav {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 160px;
    height: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99999; }
    .flexslider.feature-flexslider ul.flex-direction-nav a {
      -webkit-transition: none;
      transition: none;
      opacity: 1;
      color: transparent;
      width: 53px; }
      .flexslider.feature-flexslider ul.flex-direction-nav a.flex-prev {
        top: 0;
        left: 0;
        margin: 0 auto;
        padding-right: 0px; }
        .flexslider.feature-flexslider ul.flex-direction-nav a.flex-prev:before {
          content: " ";
          background: url("images/long-arrow-left.png") no-repeat;
          width: 53px;
          height: 37px;
          -webkit-filter: drop-shadow(1px 1px 1px #555555) drop-shadow(1px 1px 1px #555555);
          filter: drop-shadow(1px 1px 1px #555555) drop-shadow(1px 1px 1px #555555); }
      .flexslider.feature-flexslider ul.flex-direction-nav a.flex-next {
        right: 0;
        top: 0;
        margin: 0 auto;
        padding-left: 0px; }
        .flexslider.feature-flexslider ul.flex-direction-nav a.flex-next:before {
          content: " ";
          background: url("images/long-arrow-right.png") no-repeat;
          width: 53px;
          height: 37px;
          -webkit-filter: drop-shadow(1px 1px 1px #555555) drop-shadow(1px 1px 1px #555555);
          filter: drop-shadow(1px 1px 1px #555555) drop-shadow(1px 1px 1px #555555); }

@media screen and (max-width: 767px) {
  .flexslider.feature-flexslider ul.slides li div.slide-content .slide-body {
    font-size: 12px; }
    .flexslider.feature-flexslider ul.slides li div.slide-content .slide-body .title {
      font-size: 24px; }
  .flexslider.feature-flexslider ul.flex-direction-nav {
    bottom: 5px; } }

.flexslider.gallery-flexslider {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0; }
  .flexslider.gallery-flexslider ul.slides {
    background-color: #FFFFFF; }
    .flexslider.gallery-flexslider ul.slides li {
      position: relative; }
      .flexslider.gallery-flexslider ul.slides li .image-container {
        display: block;
        position: relative;
        width: 100%;
        height: 56.25vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .flexslider.gallery-flexslider ul.slides li div.slide-content {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        padding-left: 15%;
        padding-right: 45%;
        margin-left: auto;
        margin-right: auto; }
        .flexslider.gallery-flexslider ul.slides li div.slide-content .slide-title {
          display: block;
          position: relative;
          float: left;
          font-family: HelveticaNeueLTStd-Lt, san-serif;
          font-size: 2em;
          line-height: 1em; }
        .flexslider.gallery-flexslider ul.slides li div.slide-content .slide-body {
          display: block;
          position: relative;
          float: left;
          color: #FFFFFF;
          clear: both; }
  .flexslider.gallery-flexslider ol.flex-control-nav.flex-control-paging {
    bottom: 30px; }
  .flexslider.gallery-flexslider ul.flex-direction-nav a {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    color: transparent;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 0; }
    .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-prev {
      left: 90px; }
      .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-prev:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_white_Arrow-left.png") no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px; }
    .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-next {
      right: 90px; }
      .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-next:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_white_Arrow-right.png") no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px; }

#flexgallerynav {
  margin: 0;
  border: 0;
  background-color: #231F20;
  border-radius: 0; }
  #flexgallerynav .flex-viewport {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    #flexgallerynav .flex-viewport ul.slides {
      margin-left: auto;
      margin-right: auto; }
  #flexgallerynav ul.slides li img {
    display: block;
    position: relative;
    width: 150px;
    height: 150px; }

@media screen and (max-width: 991px) {
  .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-prev {
    left: 0px; }
  .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-next {
    right: 0px; }
  .flexslider.gallery-flexslider ul.flex-direction-nav a {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    color: transparent;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0; }
    .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-prev {
      left: 0; }
      .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-prev:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_white_Arrow-left.png") no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px; }
    .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-next {
      right: 0; }
      .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-next:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_white_Arrow-right.png") no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px; } }

@media screen and (max-width: 767px) {
  .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-prev {
    left: 0px; }
  .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-next {
    right: 0px; }
  .flexslider.gallery-flexslider ul.flex-direction-nav a {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    color: transparent;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0; }
    .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-prev {
      left: 0; }
      .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-prev:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_white_Arrow-left.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px; }
    .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-next {
      right: 0; }
      .flexslider.gallery-flexslider ul.flex-direction-nav a.flex-next:before {
        content: " ";
        background: url("../../uploads/2016/04/4T_white_Arrow-right.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px; } }

.neighborhood .north-stack-bg {
  display: block;
  position: relative;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  .neighborhood .north-stack-bg .north-content-wrap {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
    width: 100%; }

.neighborhood .header-content-wrap .title {
  font-size: 1.7em;
  color: #9c7f47;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  text-transform: uppercase; }

.developer {
  display: block;
  position: relative; }
  .developer a {
    color: #9c7f47; }
  .developer a:visited {
    color: #9c7f47; }
  .developer a:hover, .developer a:focus, .developer a:active {
    color: #9c7f47; }
  .developer a:focus {
    outline: thin dotted; }
  .developer a:hover, .developer a:active {
    outline: 0; }
  .developer .title {
    font-size: 36px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    text-transform: uppercase; }
  .developer .hero-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 33.33333333%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .developer .content {
    margin-top: 40px; }
  .developer .hero-logo-wrap {
    display: block;
    position: relative;
    min-height: 300px; }
    .developer .hero-logo-wrap .hero-logo {
      display: block;
      position: absolute;
      right: 40px;
      top: 200px;
      width: 200px;
      height: auto; }
  .developer .developer-content {
    background-color: #c9c4ae;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 60px; }
  .developer .developer-mobile-background {
    display: none; }

@media screen and (max-width: 991px) {
  .developer .hero-image {
    width: 100%;
    height: 300px; }
  .developer .hero-logo-wrap .hero-logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: 70px; }
  .developer .developer-content {
    padding: 40px;
    background-position: 2000px bottom; }
  .developer .developer-mobile-background {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0; } }

@media screen and (max-width: 767px) {
  .developer .hero-image {
    width: 100%;
    height: 300px; }
  .developer .hero-logo-wrap .hero-logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: 70px; }
  .developer .developer-content {
    padding: 15px;
    overflow: hidden; }
  .developer .developer-mobile-background {
    display: block;
    position: absolute;
    right: -20px;
    bottom: -20px; } }

.contact {
  display: block;
  position: relative; }
  .contact:focus {
    outline: 0; }
  .contact .container {
    display: block;
    position: relative; }
  .contact .summer-seal {
    display: block;
    position: relative;
    width: 340px;
    height: auto;
    margin: 20px auto; }
  .contact .red-building {
    width: 100%;
    height: auto; }
  .contact .contact-form-wrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-size: 18px;
    padding-bottom: 20px;
    width: 100%; }
    .contact .contact-form-wrap #gform_fields_3 {
      width: 104.8%; }
    .contact .contact-form-wrap .contact .contact-form-wrap .gform_wrapper .submit-form input {
      width: 100%; }
    .contact .contact-form-wrap .gform_wrapper {
      margin: 0;
      width: 100%; }
      .contact .contact-form-wrap .gform_wrapper .gform_heading {
        margin-bottom: 0.5em; }
      .contact .contact-form-wrap .gform_wrapper .top_label .gfield_label {
        display: none; }
      .contact .contact-form-wrap .gform_wrapper label {
        display: none !important; }
      .contact .contact-form-wrap .gform_wrapper li.gfield {
        padding: 0; }
        .contact .contact-form-wrap .gform_wrapper li.gfield .name_first {
          padding-right: 0;
          width: 49%; }
        .contact .contact-form-wrap .gform_wrapper li.gfield .name_last {
          width: 49%; }
        .contact .contact-form-wrap .gform_wrapper li.gfield #input_3_1_3_container {
          width: 49%;
          margin-right: 0; }
      .contact .contact-form-wrap .gform_wrapper .gform_footer {
        display: none !important; }
      .contact .contact-form-wrap .gform_wrapper .gform_body li.gfield_error {
        margin: 0 !important;
        border: none;
        background: none; }
        .contact .contact-form-wrap .gform_wrapper .gform_body li.gfield_error input {
          background-color: #FFDFE0; }
        .contact .contact-form-wrap .gform_wrapper .gform_body li.gfield_error .validation_message {
          padding: 0 !important;
          color: white;
          margin-top: 0;
          margin-bottom: 0; }
      .contact .contact-form-wrap .gform_wrapper .gform_body input {
        border-radius: 0;
        padding: 10px 10px 7px;
        font-size: 13px; }
        .contact .contact-form-wrap .gform_wrapper .gform_body input::-webkit-input-placeholder {
          color: #808080; }
        .contact .contact-form-wrap .gform_wrapper .gform_body input:-moz-placeholder {
          color: #808080; }
        .contact .contact-form-wrap .gform_wrapper .gform_body input::-moz-placeholder {
          color: #808080; }
        .contact .contact-form-wrap .gform_wrapper .gform_body input:-ms-input-placeholder {
          color: #808080; }
      .contact .contact-form-wrap .gform_wrapper .submit-form {
        clear: none; }
        .contact .contact-form-wrap .gform_wrapper .submit-form input {
          width: 90.5%;
          padding: 9px;
          color: white;
          text-transform: uppercase;
          background-color: #808080;
          border: 0;
          text-shadow: none;
          font-size: 18px !important;
          box-shadow: none; }
          .contact .contact-form-wrap .gform_wrapper .submit-form input:hover {
            background-color: #5e5f5f; }
      .contact .contact-form-wrap .gform_wrapper .gfield_html {
        margin-top: .375em; }
      .contact .contact-form-wrap .gform_wrapper .validation_error {
        display: none; }
    .contact .contact-form-wrap .contact-set {
      margin-bottom: 20px; }
      .contact .contact-form-wrap .contact-set a {
        color: inherit; }

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .contact .red-building {
    display: block;
    position: relative;
    width: 120%;
    max-width: 120%;
    left: -10%;
    height: auto; } }

@media screen and (max-width: 991px) {
  .contact {
    display: block;
    position: relative; }
    .contact .summer-seal {
      display: block;
      position: relative;
      width: 340px;
      height: auto;
      margin: 20px auto; }
    .contact .red-building {
      width: 100%;
      height: auto; }
    .contact .contact-form-wrap {
      padding-top: 40px;
      display: block;
      position: relative;
      bottom: 0;
      color: white;
      line-height: 24px;
      background-color: #808080; }
      .contact .contact-form-wrap .contact-set {
        margin-bottom: 20px; }
      .contact .contact-form-wrap .gform_wrapper li.gfield .name_first {
        width: 100% !important;
        padding-right: 0;
        margin-bottom: 4px; }
      .contact .contact-form-wrap .gform_wrapper li.gfield .name_last {
        width: 100% !important; }
      .contact .contact-form-wrap .gform_wrapper .submit-form {
        margin-top: 15px; }
        .contact .contact-form-wrap .gform_wrapper .submit-form input {
          background-color: #9c7f47;
          width: auto;
          padding: 10px 40px; } }

footer .footer-content-wrap {
  display: block;
  position: relative; }
  footer .footer-content-wrap .footer-content {
    display: block;
    padding: 30px 0;
    width: 100%;
    color: white; }
  footer .footer-content-wrap .footer-main {
    margin-left: auto;
    margin-right: auto; }
    footer .footer-content-wrap .footer-main .footer-logos ul {
      margin-bottom: 0; }
    footer .footer-content-wrap .footer-main .footer-logos img {
      width: 75px; }
    footer .footer-content-wrap .footer-main address {
      font-size: 14px; }
    footer .footer-content-wrap .footer-main .social-icons {
      color: black;
      font-size: 12px; }
      footer .footer-content-wrap .footer-main .social-icons li {
        margin: 0;
        padding: 0; }
      footer .footer-content-wrap .footer-main .social-icons a {
        color: inherit; }
        footer .footer-content-wrap .footer-main .social-icons a .fa-circle {
          color: #444; }
    footer .footer-content-wrap .footer-main .copyright {
      font-size: 9px;
      color: #818386; }
    footer .footer-content-wrap .footer-main .credits {
      font-size: 10px;
      color: #818386;
      text-transform: uppercase;
      margin-top: 15px; }
      footer .footer-content-wrap .footer-main .credits img {
        margin-bottom: 5px;
        margin-left: 10px; }
  footer .footer-content-wrap .widget {
    margin: 0 0 1em; }

.hero-video #video-layers {
  display: block;
  position: relative;
  z-index: 1; }
  .hero-video #video-layers .video-loop-wrap {
    display: block;
    position: relative;
    z-index: 1; }
    .hero-video #video-layers .video-loop-wrap p {
      margin: 0; }
  .hero-video #video-layers .video-play-layer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30; }
    .hero-video #video-layers .video-play-layer img {
      display: block;
      position: absolute;
      width: 15vw;
      max-width: 165px;
      height: auto;
      bottom: 9%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      cursor: pointer; }
  .hero-video #video-layers .video-popup-wrap {
    display: block;
    position: absolute;
    z-index: -1; }

@media screen and (max-width: 991px) {
  .hero-video #video-layers .video-play-layer img {
    display: block;
    position: absolute;
    width: 165px;
    height: auto;
    bottom: 9%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

#main > .container-fluid {
  margin-left: auto;
  margin-right: auto; }

.group-wrap {
  background-color: black; }

.explore-section {
  background-color: black; }

.sticky-float .widget {
  margin: 0; }

#floating-toolbar {
  position: fixed;
  top: 22%;
  right: 0;
  width: 75px;
  z-index: 50;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5); }
  #floating-toolbar a, #floating-toolbar a:hover {
    text-decoration: none; }
  #floating-toolbar .square {
    background-color: #d5d6d7;
    color: #424243;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    height: 75px;
    border-bottom: 4px solid #9c7f47; }
    #floating-toolbar .square:hover {
      background-color: #9fa2a3; }
    #floating-toolbar .square.last {
      border: 0; }
    #floating-toolbar .square .text {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      #floating-toolbar .square .text .fa {
        margin-bottom: 3px; }
      #floating-toolbar .square .text img {
        margin-bottom: 5px; }
  #floating-toolbar .red-bg {
    background-color: #9c7f47;
    color: #e0e0e0;
    border: 0; }
    #floating-toolbar .red-bg:hover {
      background-color: #7b6742; }
    #floating-toolbar .red-bg .fa {
      color: white; }

body .leaflet-container a.leaflet-popup-close-button {
  top: 130px;
  right: 0;
  z-index: 9999; }

#north-map .leaflet-bottom.leaflet-left, #region-map .leaflet-bottom.leaflet-left, #south-map .leaflet-bottom.leaflet-left, #central-map .leaflet-bottom.leaflet-left {
  width: 100%;
  margin: 0;
  left: 50%;
  bottom: 31px; }
  #north-map .leaflet-bottom.leaflet-left .leaflet-control-zoom, #region-map .leaflet-bottom.leaflet-left .leaflet-control-zoom, #south-map .leaflet-bottom.leaflet-left .leaflet-control-zoom, #central-map .leaflet-bottom.leaflet-left .leaflet-control-zoom {
    display: block;
    margin: 0;
    width: 100px;
    border: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: none; }
    #north-map .leaflet-bottom.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in, #region-map .leaflet-bottom.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in, #south-map .leaflet-bottom.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in, #central-map .leaflet-bottom.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in {
      display: block;
      position: absolute;
      right: 0;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
      border-radius: 0; }
    #north-map .leaflet-bottom.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out, #region-map .leaflet-bottom.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out, #south-map .leaflet-bottom.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out, #central-map .leaflet-bottom.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out {
      display: block;
      position: relative;
      left: 0;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
      border-radius: 0; }

#north-map .flex-direction-nav .flex-prev, #region-map .flex-direction-nav .flex-prev, #south-map .flex-direction-nav .flex-prev, #central-map .flex-direction-nav .flex-prev {
  left: 5px;
  opacity: 1; }

#north-map .flex-direction-nav .flex-next, #region-map .flex-direction-nav .flex-next, #south-map .flex-direction-nav .flex-next, #central-map .flex-direction-nav .flex-next {
  right: 5px;
  text-align: right;
  opacity: 1; }

#north-map .flex-direction-nav a, #region-map .flex-direction-nav a, #south-map .flex-direction-nav a, #central-map .flex-direction-nav a {
  top: 75px;
  line-height: 40px; }

#north-map .flex-direction-nav a:before, #region-map .flex-direction-nav a:before, #south-map .flex-direction-nav a:before, #central-map .flex-direction-nav a:before {
  font-size: 12px; }

#north-map .leaflet-container a.leaflet-popup-close-button, #region-map .leaflet-container a.leaflet-popup-close-button, #south-map .leaflet-container a.leaflet-popup-close-button, #central-map .leaflet-container a.leaflet-popup-close-button {
  top: 150px;
  right: 0; }

#north-map .leaflet-popup-content-wrapper, #region-map .leaflet-popup-content-wrapper, #south-map .leaflet-popup-content-wrapper, #central-map .leaflet-popup-content-wrapper {
  display: block;
  position: relative;
  border-radius: 0; }
  #north-map .leaflet-popup-content-wrapper .leaflet-popup-content, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0; }
    #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap {
      display: block;
      position: relative;
      width: 225px;
      height: 246px; }
      #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap {
        display: block;
        position: relative;
        left: -1px;
        top: -1px;
        margin: 0;
        border: none;
        width: 227px; }
        #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li {
          display: block;
          position: relative;
          width: 227px;
          height: 246px; }
          #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .logo-wrap, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .logo-wrap, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .logo-wrap, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .logo-wrap {
            display: block;
            position: relative;
            width: 227px;
            height: 130px;
            background-color: #E3E3E3; }
            #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .logo-wrap img, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .logo-wrap img, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .logo-wrap img, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .logo-wrap img {
              display: block;
              width: auto;
              height: 100%;
              margin-left: auto;
              margin-right: auto; }
          #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .biz-type, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .biz-type, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .biz-type, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides li .biz-type {
            display: block;
            position: absolute;
            bottom: 10px;
            padding-left: 17px;
            padding-right: 17px;
            color: black;
            z-index: 99;
            line-height: 12px;
            font-family: 'BaskervilleLT-Regular';
            font-size: 11px; }
      #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav {
        display: block;
        position: absolute;
        top: 130px;
        width: 100%;
        height: 30px;
        z-index: 999;
        max-width: 210px;
        padding: 15px 0 0 15px;
        line-height: 12px; }
        #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap {
          display: inline-block;
          white-space: no-wrap;
          margin: 0;
          cursor: pointer;
          text-transform: uppercase;
          line-height: 10px;
          padding-right: 3px;
          font-family: "Gotham A", "Gotham B";
          font-weight: bold;
          font-size: 11px; }
          #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap:after, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap:after, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap:after, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap:after {
            color: black;
            display: inline;
            content: " / "; }
        #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap.current, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap.current, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap.current, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap.current {
          color: red; }
        #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap:last-child:after, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap:last-child:after, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap:last-child:after, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap:last-child:after {
          display: none; }

#north-map, #region-map, #central-map, #south-map {
  width: 100%;
  height: 50vw;
  margin: 0; }

#region-map {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50vw;
  margin: 0; }

@media screen and (min-width: 1170px) {
  .flexslider.explore-flexslider .flex-viewport {
    overflow: visible !important; }
  .flexslider.explore-flexslider ul.slides li .image-container {
    height: 57vw; }
  .flexslider.feature-flexslider ul.slides li div.slide-content .slide-body .icon-offset {
    padding-top: 234px; }
  .flexslider.gallery-flexslider .flex-viewport {
    overflow: visible !important; }
  .flexslider.gallery-flexslider ul.slides li .image-container {
    height: 56.25vw; }
  #north-map, #region-map, #south-map, #central-map {
    height: 585px; } }

@media screen and (max-width: 991px) {
  .sticky-float {
    display: none; } }

@media screen and (max-width: 767px) {
  footer .clear-padding {
    padding-left: 15px;
    padding-right: 15px; }
  body .leaflet-container a.leaflet-popup-close-button {
    top: 0px;
    right: 0;
    z-index: 9999; }
  #north-map .flex-direction-nav, #region-map .flex-direction-nav, #south-map .flex-direction-nav, #central-map .flex-direction-nav {
    display: none; }
  #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap {
    height: auto; }
    #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .map-popup-slider-wrap ul.slides {
      display: none; }
    #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav {
      position: relative;
      top: 0;
      text-align: center;
      height: auto;
      padding-bottom: 10px; }
      #north-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap.current, #region-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap.current, #south-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap.current, #central-map .leaflet-popup-content-wrapper .leaflet-popup-content .popup-wrap .popup-nav .biz-info-wrap.current {
        color: black; }
  #north-map, #region-map, #south-map, #central-map {
    height: 100vw; } }

.slideout-menu {
  background: #3d3d3f;
  text-transform: uppercase;
  font-size: 20px; }
  .slideout-menu ul#side-menu {
    margin: 70px 30px;
    padding: 0;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700; }
    .slideout-menu ul#side-menu li {
      margin: 20px 0;
      list-style: none; }
      .slideout-menu ul#side-menu li a {
        color: white; }
        .slideout-menu ul#side-menu li a:hover, .slideout-menu ul#side-menu li a:focus {
          color: #9c7f47;
          text-decoration: none; }

.mobile-menu {
  display: inline-block;
  color: #9c7f47; }

.fixed {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.fixed-open {
  -webkit-transform: translate3d(-256px, 0px, 0px);
          transform: translate3d(-256px, 0px, 0px); }

#hdvid.modal {
  max-width: 1390px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  top: 80px; }
  #hdvid.modal div.xclose {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
    z-index: 1001;
    cursor: pointer; }
  #hdvid.modal .xmodal-dialog {
    display: block;
    position: relative;
    padding-top: 45px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
    #hdvid.modal .xmodal-dialog .video-player-wrap {
      width: 100%;
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto; }

.maps-wrap {
  display: block;
  position: relative; }

#north-map, #region-map, #south-map, #central-map {
  display: none; }
  #north-map.current, #region-map.current, #south-map.current, #central-map.current {
    display: block; }

#controls-wrap {
  display: block;
  position: absolute;
  height: 0;
  width: 100%; }
  #controls-wrap #map-switch-controls {
    display: block;
    position: absolute;
    left: 50%;
    top: -60px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    font-size: 18px;
    width: 800px; }
    #controls-wrap #map-switch-controls > div {
      display: inline-block;
      position: relative;
      width: 125px;
      height: 30px;
      text-align: center;
      padding: 3px 0 0 0;
      margin: 0 7px;
      background-color: #333333;
      color: #FFFFFF;
      border: 1px solid #FFFFFF; }
      #controls-wrap #map-switch-controls > div:hover {
        background-color: #000000;
        color: #FFFFFF;
        border: 1px solid #FFFFFF; }
      #controls-wrap #map-switch-controls > div.current {
        background-color: #9f8041;
        color: #FFFFFF;
        border: 1px solid #transparent; }
        #controls-wrap #map-switch-controls > div.current:hover {
          background-color: #9f8041;
          color: #FFFFFF;
          border: 1px solid #FFFFFF; }

@media screen and (max-width: 991px) {
  #controls-wrap #map-switch-controls {
    display: block;
    position: absolute;
    left: 50%;
    top: -80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 400px;
    font-size: 18px; }
    #controls-wrap #map-switch-controls > div {
      display: block;
      position: relative;
      float: left;
      width: 180px;
      text-align: center;
      margin-bottom: 10px; }
  #north-map .leaflet-bottom.leaflet-left, #region-map .leaflet-bottom.leaflet-left, #south-map .leaflet-bottom.leaflet-left, #central-map .leaflet-bottom.leaflet-left {
    bottom: 90px; }
    #north-map .leaflet-bottom.leaflet-left .leaflet-control-zoom, #region-map .leaflet-bottom.leaflet-left .leaflet-control-zoom, #south-map .leaflet-bottom.leaflet-left .leaflet-control-zoom, #central-map .leaflet-bottom.leaflet-left .leaflet-control-zoom {
      width: 150px; } }

#floorplan-section .floorplan-graphic {
  display: block;
  position: absolute;
  right: 0;
  top: 50px; }

#floorplan-section .triangle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15vw 15vw 0;
  border-color: transparent #ff1100 transparent transparent; }

.floorplans-section {
  display: table;
  position: relative;
  width: 100%;
  height: auto; }
  .floorplans-section .floor-content {
    margin-top: 145px; }
    .floorplans-section .floor-content img.header-bar {
      display: block;
      position: relative;
      width: 100%; }
    .floorplans-section .floor-content .floorplan-title {
      font-size: 36px;
      margin-top: 15px;
      font-family: "Gotham A", "Gotham B";
      font-weight: 700;
      color: #9c7f47; }
      .floorplans-section .floor-content .floorplan-title p {
        margin-bottom: 25px; }
    .floorplans-section .floor-content .btn-img {
      display: block;
      position: relative;
      margin: 0 15px 0 0;
      padding: 0;
      border: 0;
      cursor: pointer;
      background-color: white;
      box-shadow: none;
      float: left; }
    .floorplans-section .floor-content .btn-img .img-wrap {
      display: inline-block;
      position: relative;
      margin: 0; }
    .floorplans-section .floor-content .btn-img img {
      display: block;
      margin: 0; }
    .floorplans-section .floor-content .btn-img:hover .img-wrap {
      background-color: black; }
    .floorplans-section .floor-content .btn-img:hover img {
      opacity: 0.9; }
    .floorplans-section .floor-content img.floor-link {
      margin-right: 0;
      height: 55px;
      width: auto; }
    .floorplans-section .floor-content .plan-select {
      display: inline-block;
      font-size: 24px;
      font-family: ProximaNovaA-Bold;
      color: #969696;
      margin-top: 10px;
      margin-bottom: 10px;
      cursor: pointer; }
      .floorplans-section .floor-content .plan-select:hover {
        color: #777777;
        border-bottom: 3px solid #9c7f47; }
      .floorplans-section .floor-content .plan-select.current {
        border-bottom: 3px solid #9c7f47;
        color: #404040; }
  .floorplans-section .floorplans-flexslider {
    margin-top: 0; }
  .floorplans-section .testfit-flexslider {
    margin-top: 0; }
  .floorplans-section .floor-content-below {
    margin-top: -120px !important;
    margin-bottom: 120px; }
  .floorplans-section .slides .image-container {
    position: relative; }
    .floorplans-section .slides .image-container .floorplan-label, .floorplans-section .slides .image-container .testfit-label {
      position: absolute;
      top: 50px;
      font-size: 20px;
      color: #9c7f47; }

@media screen and (max-width: 767px) {
  #floorplan-section .triangle {
    display: none; } }

@media screen and (max-width: 991px) {
  .floorplans-section::after {
    border-width: 0 200px 200px 0; }
  .floorplans-section .floor-content {
    margin-top: 100px; }
    .floorplans-section .floor-content .floorplan-title {
      font-size: 27px; }
    .floorplans-section .floor-content .floorplan-content .newbtn {
      float: left; }
    .floorplans-section .floor-content .floorplan-content img.floor-link {
      height: 50px;
      width: auto; }
  .floorplans-section .slides .image-container .floorplan-label, .floorplans-section .slides .image-container .testfit-label {
    position: relative; } }

@media screen and (max-width: 767px) {
  .floorplans-section::after {
    border-width: 0 100px 100px 0;
    border-color: transparent transparent transparent transparent; }
  .floorplans-section .floor-content {
    margin-top: 40px; }
    .floorplans-section .floor-content img.header-bar {
      display: block; }
    .floorplans-section .floor-content .floorplan-title {
      font-size: 24px;
      margin-top: 15px; }
    .floorplans-section .floor-content .floorplan-content {
      margin-bottom: 20px; }
      .floorplans-section .floor-content .floorplan-content img.floor-link {
        height: 40px;
        width: auto; }
  .floorplans-section .slides .image-container .floorplan-label, .floorplans-section .slides .image-container .testfit-label {
    position: relative;
    top: 20px; } }

.floorplans-section .flexslider {
  margin: 0;
  padding-bottom: 150px; }
  .floorplans-section .flexslider ul.flex-direction-nav a {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    color: transparent; }
    .floorplans-section .flexslider ul.flex-direction-nav a.flex-prev {
      top: 5%;
      margin: 0 auto;
      right: 0;
      left: 0;
      width: 47px; }
      .floorplans-section .flexslider ul.flex-direction-nav a.flex-prev:before {
        content: " ";
        background: url("images/floorplan-arrow-up.png") no-repeat;
        width: 47px;
        height: 28px; }
    .floorplans-section .flexslider ul.flex-direction-nav a.flex-next {
      top: 95%;
      margin: 0 auto;
      right: 0;
      left: 0;
      width: 47px; }
      .floorplans-section .flexslider ul.flex-direction-nav a.flex-next:before {
        content: " ";
        background: url("images/floorplan-arrow-down.png") no-repeat;
        width: 47px;
        height: 28px; }

@media screen and (max-width: 767px) {
  .floorplans-section .flexslider {
    margin: 0;
    padding-bottom: 150px; }
    .floorplans-section .flexslider ul.flex-direction-nav a {
      -webkit-transition: none;
      transition: none;
      opacity: 1;
      color: transparent; }
      .floorplans-section .flexslider ul.flex-direction-nav a.flex-prev {
        top: -5%;
        margin: 0 auto;
        right: 0;
        left: 0; }
        .floorplans-section .flexslider ul.flex-direction-nav a.flex-prev:before {
          content: " "; }
      .floorplans-section .flexslider ul.flex-direction-nav a.flex-next {
        top: 90%;
        margin: 0 auto;
        right: 0;
        left: 0; }
        .floorplans-section .flexslider ul.flex-direction-nav a.flex-next:before {
          content: " "; } }

@media screen and (max-width: 991px) {
  .developer .title {
    font-size: 36px; }
  .developer .content {
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .flexslider.explore-flexslider ul.slides li div.slide-content .explore-title {
    font-size: 24px; }
  .developer .title {
    font-size: 24px; }
  .dev-prop-link {
    font-size: 20px; }
  #controls-wrap #map-switch-controls {
    left: 50%;
    top: -80px;
    width: 300px;
    font-size: 13px; }
    #controls-wrap #map-switch-controls > div {
      display: block;
      position: relative;
      float: left;
      width: 120px;
      text-align: center;
      padding: 6px 0 0 0;
      margin-bottom: 15px; }
  .contact .summer-seal {
    display: block;
    position: relative;
    width: 200px;
    height: auto;
    margin: 20px auto; }
  .neighborhood .header-content-wrap {
    font-size: 16px; }
    .neighborhood .header-content-wrap .title {
      font-size: 23px;
      color: #9c7f47; } }

@media screen and (max-width: 480px) {
  #controls-wrap #map-switch-controls {
    left: 50%;
    top: -100px;
    width: 228px;
    font-size: 13px; }
    #controls-wrap #map-switch-controls > div {
      display: block;
      position: relative;
      float: left;
      width: 100px;
      text-align: center;
      padding: 6px 0 0 0;
      margin-bottom: 12px; }
  .contact .summer-seal {
    display: block;
    position: relative;
    width: 200px;
    height: auto;
    margin: 20px auto; }
  .neighborhood .header-content-wrap {
    font-size: 16px; }
    .neighborhood .header-content-wrap .title {
      font-size: 23px;
      color: #9c7f47; }
  .developer .content {
    margin-top: 30px; } }

.mobile-static-wrap img.mobile-hero-bg {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }

.mobile-static-wrap img.mobile-hero-play {
  display: block;
  position: absolute;
  bottom: 15%;
  width: 39vw;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.attribution-wrap img {
  width: 40px;
  height: auto; }

.contact-container-wrap {
  background-color: black;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (max-width: 991px) {
  #contact {
    display: block;
    position: relative; }
    #contact .contact-container-wrap {
      background-color: black;
      padding-left: 0;
      padding-right: 0;
      background-color: #808080; }
      #contact .contact-container-wrap .container {
        padding: 0; } }

footer .copyright a {
  color: #818386; }

footer .copyright a:visited {
  color: #818386; }

footer .copyright a:hover, footer .copyright a:focus, footer .copyright a:active {
  color: #818386; }

footer .copyright a:focus {
  outline: thin dotted; }

footer .copyright a:hover, footer .copyright a:active {
  outline: 0; }

.contact-form-wrap a {
  color: white; }

.contact-form-wrap a:visited {
  color: white; }

.contact-form-wrap a:hover, .contact-form-wrap a:focus, .contact-form-wrap a:active {
  color: white; }

.contact-form-wrap a:focus {
  outline: thin dotted; }

.contact-form-wrap a:hover, .contact-form-wrap a:active {
  outline: 0; }

/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  -webkit-filter: gray;
          filter: gray; }

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s; }

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s; } }

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.flex-active-slide .grayscale {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.flex-active-slide .grayscale.grayscale-replaced > svg {
  opacity: 0; }

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none; }

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0; }

#floorplan-section .container {
  max-width: 970px; }

ol.flex-control-nav.flex-control-paging li a {
  border: 1px solid #FFFFFF;
  background: #6d6e71; }

ol.flex-control-nav.flex-control-paging a.flex-active {
  background: black; }

#contact {
  overflow: hidden; }

.gm-style-iw {
  background-color: #fff; }

.infoBox {
  box-shadow: 6px 6px 13px rgba(0, 0, 0, 0.6); }
  .infoBox:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent; }

.infoBox > img {
  z-index: 99;
  cursor: pointer !important; }
  .infoBox > img:hover {
    cursor: pointer !important; }

.popup-wrap {
  display: block;
  max-width: 250px;
  width: 250px;
  overflow: visible;
  background-color: #FFFFFF; }
  .popup-wrap .popup-details {
    display: block;
    position: relative;
    max-width: 250px;
    width: 250px;
    overflow: visible; }
    .popup-wrap .popup-details .businesses {
      display: none;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .popup-wrap .popup-details .businesses .biz-type {
        color: #000;
        display: block;
        padding: 10px;
        font-family: 'BaskervilleLT-Regular';
        font-size: 11px; }
    .popup-wrap .popup-details .businesses.current {
      display: block;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.popup-wrap .logo-wrap {
  background-color: #e3e3e3;
  display: block;
  height: 130px;
  position: relative;
  width: 250px; }

.popup-wrap .logo-wrap .logoleft img,
.popup-wrap .logo-wrap .logoright img {
  display: none; }

.popup-wrap .logo-wrap .logonav:hover {
  background-position: bottom center; }

.popup-wrap .logo-wrap .logoleft {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  margin-top: -25px;
  cursor: pointer !important;
  background: url("./images/arrowleft2.png") no-repeat;
  background-size: cover;
  background-position: top center; }

.popup-wrap .logo-wrap .logoright {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 50%;
  margin-top: -25px;
  cursor: pointer !important;
  background: url("./images/arrowright2.png") no-repeat;
  background-size: cover;
  background-position: top center; }

.popup-wrap .logo-wrap img {
  display: block;
  position: relative;
  height: 130px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.popup-wrap .popup-nav {
  display: block;
  padding: 10px 30px 0 10px;
  max-width: 250px;
  width: 100%;
  position: relative; }

.popup-wrap .closebtn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 13px;
  height: 13px;
  cursor: pointer !important; }

.popup-wrap .popup-nav .biz-info-wrap.current {
  color: #9f8041;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.popup-wrap .popup-nav .biz-info-wrap {
  cursor: pointer !important;
  display: inline-block;
  line-height: 10px;
  margin: 0;
  padding-right: 3px;
  font-family: "Gotham A", "Gotham B";
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000000; }

@media screen and (max-width: 991px) {
  .infoBox {
    box-shadow: 6px 6px 13px rgba(0, 0, 0, 0.6); }
    .infoBox:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #ffffff transparent transparent transparent; }
  .infoBox > img {
    z-index: 99;
    cursor: pointer !important; }
    .infoBox > img:hover {
      cursor: pointer !important; }
  .popup-wrap {
    display: block;
    max-width: 250px;
    width: 250px;
    overflow: visible;
    background-color: #FFFFFF; }
    .popup-wrap .popup-details {
      display: block;
      position: relative;
      max-width: 250px;
      width: 250px;
      overflow: visible; }
      .popup-wrap .popup-details .businesses {
        display: none;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .popup-wrap .popup-details .businesses .biz-type {
          color: #000;
          display: block;
          padding: 10px;
          font-family: 'BaskervilleLT-Regular';
          font-size: 11px; }
      .popup-wrap .popup-details .businesses.current {
        display: block;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .popup-wrap .logo-wrap {
    display: none;
    position: relative;
    width: 250px;
    height: 130px;
    background-color: #e3e3e3; }
  .popup-wrap .logo-wrap .logoleft img,
  .popup-wrap .logo-wrap .logoright img {
    display: none; }
  .popup-wrap .logo-wrap .logonav:hover {
    background-position: bottom center; }
  .popup-wrap .logo-wrap .logoleft {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    cursor: pointer !important;
    background: url("./images/arrowleft2.png") no-repeat;
    background-size: cover;
    background-position: top center; }
  .popup-wrap .logo-wrap .logoright {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 50%;
    margin-top: -25px;
    cursor: pointer !important;
    background: url("./images/arrowright2.png") no-repeat;
    background-size: cover;
    background-position: top center; }
  .popup-wrap .logo-wrap img {
    display: block;
    position: relative;
    height: 130px;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .popup-wrap .popup-nav {
    display: block;
    padding: 10px 30px 0 10px;
    max-width: 250px;
    width: 100%;
    position: relative; }
  .popup-wrap .closebtn {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 13px;
    height: 13px;
    cursor: pointer !important; }
  .popup-wrap .popup-nav .biz-info-wrap.current {
    color: #9f8041;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .popup-wrap .popup-nav .biz-info-wrap {
    cursor: pointer !important;
    display: inline-block;
    line-height: 10px;
    margin: 0;
    padding-right: 3px;
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000000; } }

#video-section, #explore-section, #features-section, #gallery-section, #neighborhood-section, #developer-section, #floorplan-section, #contact {
  display: block;
  position: relative; }

#video, #explore, #features, #gallery, #neighborhood, #developer, #floorplan, #panomap {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: transparent;
  border: none;
  outline: none;
  top: -75px; }

.admin-bar #video, .admin-bar #explore, .admin-bar #features, .admin-bar #gallery, .admin-bar #neighborhood, .admin-bar #developer, .admin-bar #floorplan, .admin-bar #panomap {
  top: -104px; }

li.mobile-menu-sub-item {
  display: none; }

@media screen and (max-width: 991px) {
  li.mobile-menu-sub-item {
    display: list-item;
    position: relative;
    top: 30px;
    font-size: 16px;
    text-transform: uppercase; }
  li.mobile-menu-sub-item + li.mobile-menu-sub-item {
    top: 20px; } }

@media (min-width: 992px) {
  header#masthead {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; } }

#contact-us {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  background-color: transparent;
  top: -95px; }

.admin-bar #contact-us {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  background-color: transparent;
  top: -124px; }

.hero-video #video-layers .video-loop-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%; }

.maps-wrap {
  background-color: #3f3f3f; }
  .maps-wrap > div {
    background-color: #3f3f3f; }

div.flexslider {
  border-radius: 0; }

  @media screen {
    .panomap {
      display: block;
      position: relative;
    }
    .panomap .pano-img-wrapper .pano-img {
      position: relative;
      width: 100%;
    }
    .panomap .hotspots {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }
    .panomap .hotspots .pano-link {
      cursor: zoom-in;
      height: 32px;
      position: absolute;
      opacity: .9;
      outline: none;
      transition: opacity .2s;
      width: 32px;
    }
    .panomap .hotspots .pano-link:hover {
      opacity: 1;
      transition: opacity 250ms;
    }
    .panomap .hotspots .pano-link .pano-img {
      width: 100%;
    }
    .panomap .hotspots .pano-link#panoicon1 {
      top: 59%;
      left: 38%;
      transform: translate(-50%, -50%);
    }
    .panomap .hotspots .pano-link#panoicon2 {
      top: 54%;
      left: 56%;
      transform: translate(-50%, -50%);
    }
    .panomap .hotspots .pano-link#panoicon3 {
      top: 65%;
      left: 64%;
      transform: translate(-50%, -50%);
    }
    .panomap .hotspots .pano-link#panoicon4 {
      top: 68%;
      left: 70%;
      transform: translate(-50%, -50%);
    }
    .panomap .hotspots .pano-link#panoicon5 {
      top: 67%;
      left: 76%;
      transform: translate(-50%, -50%);
    }
    .panomap .hotspots .pano-link#panoicon6 {
      top: 62%;
      left: 82%;
      transform: translate(-50%, -50%);
    }
    .panomap .title {
      color: white;
      font-size: 16px;
      left: 0;
      margin: 16px 0 0 16px;
      position: absolute;
      text-transform: uppercase;
      top: 0;
    }
    .panomap .modal-dialog {
      height: 100%;
      margin: 0;
      width: 100%;
    }
    .panomap .modal-dialog .modal-body {
      height: 100%;
      padding: 0;
      width: 100%;
    }
    .panomap .modal-dialog .modal-body .iframe {
      border: none;
      height: 100%;
      width: 100%;
    }
    .panomap .modal-dialog .close {
      color: white;
      font-size: 48px;
      line-height: 0;
      opacity: 1;
      outline: none;
      position: absolute;
      right: 16px;
      text-shadow: 0 0 3px gray;
      top: 40px;
      z-index: 1;
    }
    .panomap .modal-dialog .tour-title {
     color: white;
     left: 16px;
     position: absolute;
     text-shadow: 0 0 3px gray;
     top: 0;
     z-index: 1;
   }
    .panomap .modal.fade .modal-dialog {
      transform: translate(0, -32px);
    }
    .panomap .modal.in .modal-dialog {
      transform: translate(0, 0);
    }
  }
  @media screen and (min-width: 768px) {
    .panomap .title {
      font-size: 24px;
    }
    .panomap .hotspots .pano-link {
      height: 48px;
      width: 48px;
    }
    .panomap .modal-dialog {
      height: 400px;
      margin: 10vh auto 0;
    }
  }
  @media screen and (min-width: 991px) {
    .panomap .title {
      font-size: 32px;
      margin: 48px 0 0 48px;
    }
    .panomap .modal-dialog {
      width: 900px;
      height: 500px;
    }
    .panomap .modal-dialog .close {
      font-size: 48px;
    }
  }
  @media screen and (min-width: 1200px) {
    .panomap .hotspots .pano-link {
      height: 64px;
      width: 64px;
    }
    .panomap .modal-dialog {
      width: 1100px;
      height: 700px;
    }
  }
/*# sourceMappingURL=style.css.map */
