@charset "UTF-8";
/*
	Theme Name: Genesis Sample
	Theme URI: https://demo.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 2.6.1

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/* Chrome fix */
body > div {
  font-size: 18px;
  font-size: 1.8rem; }

body {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  color: #333;
  text-decoration: none; }

p {
  margin: 0 0 30px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0; }

b,
strong {
  font-weight: 700; }

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

mark {
  background: #ddd;
  color: #333; }

blockquote {
  margin: 30px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 30px;
  font-size: 3rem; }

h2 {
  font-size: 27px;
  font-size: 2.7rem; }

.entry-content h3,
.entry-content h4 {
  font-weight: 600; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

.entry-content h4 {
  margin-top: 40px; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 15px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 30px;
  text-decoration: none;
  white-space: normal;
  width: auto; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  color: #fff; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #eee;
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

td:first-child,
th:first-child {
  padding-left: 0; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  word-wrap: break-word; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0; }

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px; }

.alignright .avatar {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px; }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px; }

.entry-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px; }

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px; }

/* WordPress
--------------------------------------------- */
.aligncenter {
  text-align: center; }

a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px; }

img.alignnone,
.alignnone {
  margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px; }

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-image {
  height: 75px;
  width: 75px; }

.featured-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px; }

.after-entry .enews-widget input {
  text-align: center; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5; }

.gs-faq__question::after {
  content: "\f132";
  font-family: "dashicons";
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px; }

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px; }

.site-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none; }

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%; }

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  word-wrap: break-word; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  width: 100%; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0; }

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.entry-content .caption {
  font-size: 14px;
  font-weight: 600;
  margin-top: -20px;
  text-align: center; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 20px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar p {
  margin-bottom: 20px; }

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 60px 0; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #86906e;
  /*border-top: 1px solid #eee;*/
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
 /* padding: 30px 30px; */
  padding: 3.75% 3% 15px 3% !important;
  text-align: center; }

.site-footer p {
  margin-bottom: 0; }

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 9999; }
  /* Genesis Menu
	--------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block; }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700; }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px; }
  .genesis-nav-menu > .menu-highlight > a:hover,
  .genesis-nav-menu > .menu-highlight > a:focus {
    background-color: #0073e5; }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    width: 180px; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out; }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px; }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px; }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; }
  /* Header Menu
	--------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto; }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px; }
  /* Site-Inner
	--------------------------------------------- */
  /* Content
	--------------------------------------------- */
  .content {
    float: left;
    width: 65%; }
  .sidebar-content .content {
    float: right; }
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%; }
  .sidebar-content .sidebar {
    float: left; }
  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; }
  /* After Entry
	--------------------------------------------- */
  .after-entry {
    padding: 40px 60px; }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px; }
  /* Column Classes
	--------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px; }
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px; }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: 33.33%;
    /* fallback for older browsers */
    width: calc(100% / 3); } }

/* Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  font-family: "Gotham Book", Helvetica, sans-serif;
  background: #ededed;
  background-attachment: fixed;
  width: 100%;
  float: left; }

body > div {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

nav.genesis-menu-top-nav {
  max-width: 1340px;
  float: left;
  width: 100%;
  margin: 0 auto;
  float: none !important; }

svg#site-logo path, svg#site-logo rect, svg#site-logo polygon {
  transition: .125 ease-in all; }

svg#site-logo:hover path, svg#site-logo:hover rect, svg#site-logo:hover polygon {
  fill: #878f6e; }

button.menu-item.inquire-button.suite-inquire.position {
  background: #878f6e;
  color: white;
  transition: all 0.125s ease-in-out; }

button.menu-item.inquire-button.suite-inquire.position:hover {
  background: #778ea7; }

button.menu-item.inquire-button.suite-inquire.position a {
  color: white;
  text-decoration: none; }

.suite-inquire, .waitlist-inquire {
  float: left;
  display: table;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold; }

.position.waitlist-inquire {
  color: #778ea7 !important;
  border-color: #778ea7; }

.dot {
  text-decoration: none;
  background: black;
  display: block;
  width: 30px;
  height: 3px;
  padding: 0px 20px;
  opacity: .5;
  position: relative;
  top: 10px; }

.smooth-scroll {
  font-size: 30px;
  color: white; }

.title-area {
  width: 100%; }

.site-inner {
  max-width: 1400px !important;
  width: 100%; }

.floorplan-anchors {
  text-align: center;
  margin-bottom: 1%; }
  .floorplan-anchors a.apartment-anchor {
    text-decoration: none;
    color: black;
    margin: 0px 1%;
    font-size: inherit; }

img.keyplan-image {
  max-height: 95px;
  margin-top: 3%;
  clear: both; }

.fancybox-button {
  background: rgba(135, 143, 110, 0.8) !important;
  height: 60px !important;
  width: 60px !important;
  visibility: visible; }

.digital-tours {
  float: left;
  margin-bottom: 20px; }
  .digital-tours a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: black; }

.fancybox-slide--iframe .fancybox-content {
  background: transparent !important; }

.fancybox-toolbar {
  opacity: 1 !important; }

.fancybox-slide--iframe .fancybox-content {
  width: 900px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0; }

img.assiniboine-legend {
  max-height: 10px;
  float: left;
  clear: both;
  margin-top: 14px; }

img.north-legend {
  max-height: 16px;
  float: left;
  clear: none;
  margin-top: 10px; }

section.neighbourhood-amenitites:not(:first-of-type){
	margin: 5% auto 0; }

section.neighbourhood-amenitites {
  /*margin: 0 auto 5%;*/
  max-width: 1400px;
  width: 100%;
  padding: 0px;
  float: none;
  display: inline-block; }
  section.neighbourhood-amenitites .content-container {
    width: 66.667%;
    padding: 0px;
    float: none;
    margin: 0px auto 3%;
    display: table;
    padding-top: 4%; }
    section.neighbourhood-amenitites .content-container h2 {
      text-align: center;
      color: #778ea7;
      font-size: 36px; }
    section.neighbourhood-amenitites .content-container h4 {
      text-align: center;
      color: #485b70;
      font-size: 24px; }

    section.neighbourhood-amenitites .content-container p + p {
      margin-top: 2%; }

  section.neighbourhood-amenitites .image-container {
    float: left;
    width: 100%; }
    section.neighbourhood-amenitites .image-container .image-column {
      float: left;
      margin-right: 2%; }
      section.neighbourhood-amenitites .image-container .image-column.quarter-width {
        width: 23.5%; }
      section.neighbourhood-amenitites .image-container .image-column.half-width {
        width: 49%; }
        section.neighbourhood-amenitites .image-container .image-column.half-width a:last-child {
          margin-top: 0px !important; }
      section.neighbourhood-amenitites .image-container .image-column a {
        position: relative;
        float: left;
        overflow: hidden;
        width: 100%; }
        section.neighbourhood-amenitites .image-container .image-column a:last-child {
          margin-top: 8.5%; }
        section.neighbourhood-amenitites .image-container .image-column a .overlay {
          visibility: hidden;
          width: 100%;
          height: 100%;
          background: rgba(119, 142, 167, 0.9);
          position: absolute;
          top: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          color: white;
          font-size: 16px;
          padding: 10%;
          text-align: center;
          line-height: 20px; }
        section.neighbourhood-amenitites .image-container .image-column a:hover .overlay {
          visibility: visible; }
      section.neighbourhood-amenitites .image-container .image-column figure {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center; }
    section.neighbourhood-amenitites .image-container .image-column:last-child {
      margin-right: 0px; }

.logo-back {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  height: 123.25%;
  width: 100%;
  top: -65.1%;
  left: 0px;
  z-index: -1; }

img.fancybox-image {
  max-width: 1400px;
  width: 100%;
  height: auto;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px; }

ul.slick-dots {
  margin-left: 0px !important;
  text-align: left;
  bottom: 0px !important;
  margin-bottom: 0px;
  padding-right: 20px;
  text-align: right !important;
  height: 40px;
  width: auto !important;
  right: 0px; }

.expand-reveal {
  float: left;
  width: 20px;
  position: relative;
  top: 3px; }

.expand-reveal + span {
  margin-left: 2%;
  float: left; }

a.dot {
  background: white; }

.slick-dots li {
  top: 8px; }

.mobile-menu-trigger {
  display: none; }

img.cboxPhoto {
  max-width: 1400px;
  margin: 0 auto;
  width: 100% !important;
  height: auto !important; }

nav.nav-primary.genesis-responsive-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.nav-primary a.suite-inquire.position {
  margin-top: 0px; }

.menu-item.active a:hover {
  color: #778ea7;
  border-color: #778ea7; }

.menu-item a:hover {
  color: #778ea7; }

.menu-item.active a {
  border-bottom: 2px solid #878f6e;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px; }

.entry-content .photo-disclaimer p {
  font-size: 14px;
  line-height: 20px;
  width: 66.667%;
  margin: 0 auto 5%;
  text-align: center;
  font-style: italic;
  margin-bottom: 3%; }

a.position {
  border: 2px solid #878f6e;
  padding: 2% 3%;
  color: #878f6e;
  text-transform: uppercase;
  text-decoration: none; }

.caldera-grid .row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.entry-content p.no-vacancies {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-style: italic; }

/* Homepage */
.content-container {
  width: 50%;
  float: left;
  position: relative; }

div#home-features {
  width: 100%;
  float: left;
  position: relative;
  z-index: 7500; }

img.thebuilding {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5000;
  width: auto;
  height: 100vh; }

figure.hero-image-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat; }

#videobg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover; }

span.north {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 13px; }

.slick-slide {
  width: 100%;
  float: left; }

.slide.floorplan-layout {
  width: 100%; }
  .slide.floorplan-layout img {
    margin: 0 auto;
    display: block; }

.hood-feature, .amenities-feature, .home-feature {
  width: 100%;
  float: left;
  color: white; }
  .hood-feature .wrapper.slick-slide, .amenities-feature .wrapper.slick-slide, .home-feature .wrapper.slick-slide {
    height: 500px;
    min-height: 500px;
    width: 100%;
    float: left;
    position: relative; }
  .hood-feature .slick-slider, .amenities-feature .slick-slider, .home-feature .slick-slider {
    width: 50%; }
  .hood-feature .section-inner, .amenities-feature .section-inner, .home-feature .section-inner {
    display: flex;
    align-items: center; }
  .hood-feature .content-container, .amenities-feature .content-container, .home-feature .content-container {
    padding: 3.75% !important; }
  .hood-feature .slick-list.draggable, .amenities-feature .slick-list.draggable, .home-feature .slick-list.draggable {
    float: left;
    width: 100%; }
  .hood-feature .section-slide, .amenities-feature .section-slide, .home-feature .section-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .hood-feature .image-slider, .amenities-feature .image-slider, .home-feature .image-slider {
    margin-bottom: 0px; }
  .hood-feature.odd, .amenities-feature.odd, .home-feature.odd {
    background: #efefef;
    color: #333; }
    .hood-feature.odd h2, .amenities-feature.odd h2, .home-feature.odd h2 {
      color: #778ea7; }
      .hood-feature.odd h2:after, .amenities-feature.odd h2:after, .home-feature.odd h2:after {
        color: #778ea7; }
    .hood-feature.odd .slick-prev:before, .hood-feature.odd .slick-next:before, .amenities-feature.odd .slick-prev:before, .amenities-feature.odd .slick-next:before, .home-feature.odd .slick-prev:before, .home-feature.odd .slick-next:before {
      color: #778ea7; }
    .hood-feature.odd .section-inner, .amenities-feature.odd .section-inner, .home-feature.odd .section-inner {
      flex-direction: row; }
  .hood-feature.even, .amenities-feature.even, .home-feature.even {
    background: #fcfcfc;
    color: #333; }
    .hood-feature.even h2, .amenities-feature.even h2, .home-feature.even h2 {
      color: #878f6e; }
      .hood-feature.even h2:after, .amenities-feature.even h2:after, .home-feature.even h2:after {
        color: #878f6e; }
    .hood-feature.even .slick-prev:before, .hood-feature.even .slick-next:before, .amenities-feature.even .slick-prev:before, .amenities-feature.even .slick-next:before, .home-feature.even .slick-prev:before, .home-feature.even .slick-next:before {
      color: #878f6e; }
    .hood-feature.even .section-inner, .amenities-feature.even .section-inner, .home-feature.even .section-inner {
      flex-direction: row-reverse !important; }
  .hood-feature h2, .amenities-feature h2, .home-feature h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 35px;
    font-size: 3.5rem; }
    .hood-feature h2:after, .amenities-feature h2:after, .home-feature h2:after {
      content: "—";
      float: left;
      width: 100%; }
  .hood-feature ul, .amenities-feature ul, .home-feature ul {
    margin-top: 2%; }

.image-slider {
  width: 50%;
  float: left;
  z-index: 9001; }
  .image-slider .wrapper {
    position: relative;
    width: 100%;
    min-height: 600px;
    height: 60vh; }
  .image-slider .home-page-slider {
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover; }

.map-container {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 600px; }
  .map-container iframe {
    width: 100%;
    float: left;
    height: 700px;
    height: 70vh;
    min-height: 700px;
    border: 0px;
    position: relative;
    top: -50px; }

.button-container {
  float: left;
  width: 100%;
  margin-top: 30px; }

.slick-prev {
  margin-right: 1%; }

.slick-prev, .slick-next {
  position: static;
  background: transparent;
  float: left;
  width: 30px;
  height: 30px; }
  .slick-prev:before, .slick-next:before {
    font-size: 30px; }

.page-id-186 .content-container {
  text-align: center; }

.page-id-186 .content-container p + ul {
  margin-top: 2%; }

footer {
  width: 100%;
  background-color: #778ea7;
  float: left; }
  
  /*footer .wrap {
    display: flex;
    align-items: center; }*/

footer .wrap .legal-info {
     text-align: right;
     width: 54%;
     float: left; }

footer .wrap .contact-footer {
    width: 38%;
    float: left;
    text-align: left;
    padding-left: 2%; }

footer .wrap a {
    /*width: 100%;
    float: left;*/
    color: #333;
    text-decoration: none; }

footer .wrap ul.social-media {
   /* float: left;
   margin-right: 20px;*/ }

footer .wrap ul.social-media a {
    color: #878f6e; }

footer .wrap ul.social-media li {
    display: inline;
    /*width: 100%;
    float: left;
    font-size: 25px; */
	font-size: 30px; }

footer .wrap ul.social-media li:not(:last-of-type) {
	margin-right: 10px; } 

div#footer-container, .footer-col div a, footer .wrap ul.social-media a, p.copy-info, p.copy-info a {
	color: #FFFFFF; }

p.copy-info a:hover {
	text-decoration: underline;
	color: #efefef; }

.footer-col h3, section.neighbourhood-amenitites .content-container h2.subtitle {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600; }

p.copy-info {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase; }

footer .wrap ul.social-media li:hover a {
	color: #efefef; }

.suite {
  float: left;
  width: 100%;
  margin: 2% 0px;
  background: white;
  box-shadow: 0px 0px 20px #ddd;
  min-width: 0;
  min-height: 0;
  max-width: 1400px; }
  .suite ul.slick-dots {
    margin-left: 20px;
    text-align: left; }
  .suite .images {
    width: 66.664%;
    float: left;
    min-width: 0;
    min-height: 0;
    overflow: hidden; }
    .suite .images .slick-slider {
      min-width: 0;
      min-height: 0; }
    .suite .images img.floorplan-image {
      width: 100%;
      max-width: 800px;
      height: auto;
      min-width: 0;
      min-height: 0; }
  .suite .content {
    float: left;
    width: 33.333%;
    padding: 3.33%; }
    .suite .content h3 {
      font-weight: 300 !important;
      font-size: 35px;
      font-family: "Gotham Light", Helvetica, sans-serif; }
    .suite .content h4 {
      font-size: 65%;
      width: 100%;
      float: left;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px;
      margin-top: 2% !important;
      margin-bottom: 0px;
      color: #878f6e; }
    .suite .content span.starting-at {
      font-size: 65%;
      width: 100%;
      float: left;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px;
      color: #878f6e; }
    .suite .content span.the-cost {
      font-size: 24px;
      line-height: 26px; }

.suite .content ul {
  margin: 10px 0px 20px 0px; }


/* FURNISHED SUITES STYLE TO ADD **/
@media screen and (min-width: 768px) {
	/*a.apt_bt_a.furnished-suite-button {
	max-width: 140px; }*/
}
.cost-spacer {
	padding-bottom: 10px; }

.floorplan-anchors a.apartment-anchor {
	margin-bottom: 1%; }

.suite .content ul li {
	line-height: 20px; 
	padding-bottom: 10px; }

/*************** END OF Furnished Suites STYLES*/
.suite .content ul li {
    list-style-type: none; }

.floorplan-slider .slick-list.draggable {
  height: 650px !important; }

.keyplan-wrapper {
  width: 100%;
  float: left; }
  .keyplan-wrapper h4 {
    margin-bottom: 20px; }

.keyplan-image {
  float: left; }

a.gal-images {
  height: 650px;
  max-width: 900px;
  width: 100%;
  display: block;
  position: relative; }

.section-slider a.gal-images {
  max-width: none !important; }

.section-slider.slick-dotted.slick-slider {
  margin-bottom: 0px; }

figure.floorplan-images {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  figure.floorplan-images.floor-layout {
    background-size: contain !important; }

section#home-page-mobile-content {
  display: none; }

section.floorplan-section {
  max-width: 1400px;
  margin: 0 auto 5%;
  width: 100%;
  display: block;
  float: left; }
  section.floorplan-section h2 {
    text-align: center;
    font-size: 40px;
    font-family: "Gotham Light", Helvetica, sans-serif;
    color: #333;
    float: left;
    width: 100%;
    margin-top: 3%; }
  section.floorplan-section#floorplan-1--2-bedroom-apartments .suite {
    border: 1px solid #778ea7; }
  section.floorplan-section#floorplan-1--2-bedroom-apartments .suite .content span.starting-at, section.floorplan-section#floorplan-1--2-bedroom-apartments .suite .content h4 {
    color: #778ea7; }
  section.floorplan-section#floorplan-1--2-bedroom-apartments a.position {
    border-color: #778ea7;
    color: #778ea7; }
  section.floorplan-section#floorplan-1--2-bedroom-apartments .suite .image-caption-slide {
    background: rgba(119, 142, 167, 0.8); }
  section.floorplan-section#floorplan-1-bedroom-plus-den .suite {
    border: 1px solid #878f6e; }
  section.floorplan-section#floorplan-1-bedroom-plus-den .suite .content span.starting-at, section.floorplan-section#floorplan-1-bedroom-plus-den .suite .content h4 {
    color: #878f6e; }
  section.floorplan-section#floorplan-1-bedroom-plus-den a.position {
    border-color: #878f6e;
    color: #878f6e; }
  section.floorplan-section#floorplan-1-bedroom-plus-den .suite .image-caption-slide {
    background: rgba(135, 143, 110, 0.8); }
  section.floorplan-section#floorplan-townhouses .suite {
    border: 1px solid #332B2A; }
  section.floorplan-section#floorplan-townhouses .suite .content span.starting-at, section.floorplan-section#floorplan-townhouses .suite .content h4 {
    color: #332B2A; }
  section.floorplan-section#floorplan-townhouses a.position {
    border-color: #332B2A;
    color: #332B2A; }
  section.floorplan-section#floorplan-townhouses .suite .image-caption-slide {
    background: rgba(51, 43, 42, 0.8); }
  section.floorplan-section#floorplan-25th-floor .suite {
    border: 1px solid #000; }
  section.floorplan-section#floorplan-25th-floor .suite .content span.starting-at, section.floorplan-section#floorplan-25th-floor .suite .content h4 {
    color: #000; }
  section.floorplan-section#floorplan-25th-floor a.position {
    border-color: #000;
    color: #000 !important; }
  section.floorplan-section#floorplan-25th-floor .suite .image-caption-slide {
    background: rgba(0, 0, 0, 0.8); }

.inquire::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5; }

.inquire::-webkit-scrollbar-thumb {
  background-color: #778ea7; }

.inquire::-webkit-scrollbar-track {
  background-color: #F5F5F5; }

.floorplan-slider.slick-initialized.slick-slider.slick-dotted {
  float: left;
  width: 100%;
  margin-bottom: 0px; }

.slick-list, .slick-track {
  float: left;
  width: 100%; }

.slick-active a.dot {
  opacity: 1; }

.content-container p {
  margin-bottom: 0px;
  text-align: center; }

.home .content-container p {
  text-align: left; }

.home .site-container .site-inner {
  display: none; }

.site-container {
  padding: 3% 0px 0px; }

a#nav-toggle {
  float: right; }

nav.nav-primary.genesis-responsive-menu {
  width: 60%; }
  nav.nav-primary.genesis-responsive-menu ul {
    float: right; }
    nav.nav-primary.genesis-responsive-menu ul li a:hover {
      color: #878f6e; }
    nav.nav-primary.genesis-responsive-menu ul li:last-child a {
      color: #878f6e; }
      nav.nav-primary.genesis-responsive-menu ul li:last-child a:hover {
        color: #333;
        border-color: #333; }

.image-caption-slide {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.75% 2%;
  height: 40px; }

.even .image-caption-slide {
  background: rgba(135, 143, 110, 0.8); }

.odd .image-caption-slide {
  background: rgba(119, 142, 167, 0.8); }

.suite .image-caption-slide {
  background: rgba(135, 143, 110, 0.8); }

.even .content-container {
  padding-right: 7.5%; }

.odd .content-container {
  padding-left: 7.5%; }

aside + .overlay {
  position: fixed;
  width: 0px;
  height: 100%;
  z-index: 88888;
  background: rgba(255, 255, 255, 0.8);
  top: 0px;
  left: 0px;
  transition: all 0.2s ease; }

main#genesis-content {
  width: 100%; }

.site-inner {
  max-width: 1400px;
  padding: 45px 30px 0px; }

a.email-contact {
  float: left;
  width: 100%;
  padding: 2% 0px 1%;
  color: black; }

a.phone-contact {
  float: left;
  width: 100%;
  padding: 1% 0px 2%;
  color: black; }

.address-footer {
  text-align: left;
  width: 200px; }

.address {
  font-size: 110%; }

.waitlist .address-contact, .waitlist a {
  color: white; }

body.home {
  padding-top: 3%; }

.image-name + span {
  margin-top: 20px;
  width: 100%;
  display: inline-block; }

.home .custom-logo-link svg {
  float: left; }

a.post-edit-link {
  display: none; }

.hero-copy-container {
  position: fixed;
  z-index: 7000;
  padding: 0px 0px 0px 5%;
  max-width: 650px;
  width: 50%;
  margin-top: 8%;
  top: 30%; }
  .hero-copy-container .content {
    margin: 0px;
    width: 100%;
    color: white;
    font-size: 16px;
    line-height: 20px; }
  .hero-copy-container .tagline {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 5%;
    color: white;
    font-family: "Gotham Light", Helvetica, sans-serif; }
    .hero-copy-container .tagline:after {
      content: "—";
      float: left;
      width: 100%; }

.hero-image-wrapper {
  background-color: #9ab6d8;
  background: #9ab6d8;
  padding-top: 1%;
  position: relative;
  height: 800px;
  position: relative;
  height: 110vh;
  min-height: 900px;
  float: left;
  width: 100%;
  overflow: hidden; }
  .hero-image-wrapper .site-inner {
    max-width: 1340px !important;
    margin-top: 0px !important;
    position: relative;
    padding: 0px !important;
    z-index: 1; }

h1.entry-title {
  text-align: center;
  font-size: 40px;
  font-size: 5rem;
  font-family: "Gotham Light", Helvetica, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 3%;
  color: #878f6e; }

nav.nav-primary.genesis-responsive-menu ul {
  float: right;
  display: flex; }

.entry-content p {
  font-size: 20px;
  line-height: 26px;
  width: 66.667%;
  margin: 0 auto;
  text-align: center; }

.show-nav-waitlist, .show-nav-suites, .show-mobile-menu, .color-box-open {
  overflow: hidden; }

img.floorplan-images.layout-image {
  padding: 20px 0px; }

.show-nav-waitlist aside.waitlist {
  transform: translateX(450px); }

.show-nav-suites aside.inquire {
  transform: translateX(450px); }

.show-nav-suites aside.inquire + .overlay {
  width: 100%; }

.show-nav-waitlist aside.waitlist + .overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.inquire {
  background: white; }
  .inquire .caldera-grid .checkbox input[type=checkbox] {
    background: #cbd1d8; }
  .inquire .caldera-grid .checkbox input:hover {
    background: #9faab7; }
  .inquire .caldera-grid .checkbox input:checked {
    background: #878f6e; }
  .inquire .button-close.close, .inquire input[type=submit] {
    color: #878f6e;
    border-color: #878f6e; }
  .inquire .caldera-grid .form-control {
    border-color: #333; }

.waitlist {
  background: #3d3d3d; }
  .waitlist .caldera-grid .checkbox input[type=checkbox] {
    background: #cbd1d8; }
  .waitlist .caldera-grid .checkbox input:hover {
    background: #9faab7; }
  .waitlist .caldera-grid .checkbox input:checked {
    background: #778ea7; }
  .waitlist .button-close.close, .waitlist input[type=submit] {
    color: #778ea7;
    border-color: #778ea7 !important; }
  .waitlist .caldera-grid .form-control {
    color: #fff;
    border-color: #ffffff !important; }
  .waitlist .control-label, .waitlist .checkbox label {
    color: white; }

.inquire, .waitlist {
  width: 450px;
  height: 100%;
  left: -450px;
  position: fixed;
  top: 0;
  color: #333;
  font-size: .8em;
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 99999;
  padding-top: 100px;
  padding: 3% 4% 0px;
  overflow: scroll;
  overflow-x: hidden; }
  .inquire .caldera-grid .checkbox input[type=checkbox], .waitlist .caldera-grid .checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none !important;
    position: relative !important;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    z-index: 1000; }
  .inquire .caldera-grid .checkbox input:checked::before, .waitlist .caldera-grid .checkbox input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: "+";
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 20px; }
  .inquire .caldera-grid .checkbox input:checked::after, .waitlist .caldera-grid .checkbox input:checked::after {
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100; }
  .inquire .button-close.close, .inquire input[type=submit], .waitlist .button-close.close, .waitlist input[type=submit] {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 2% 3%;
    background: transparent;
    float: left;
    border: 1px solid #333; }
  .inquire .caldera-grid input[type=submit], .waitlist .caldera-grid input[type=submit] {
    margin-top: 2%; }
  .inquire .caldera-grid .control-label, .waitlist .caldera-grid .control-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .inquire .caldera-grid .form-control, .waitlist .caldera-grid .form-control {
    padding: 12px 0px !important;
    border-radius: 0px !important;
    background: transparent;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #333; }
  .inquire .intl-tel-input.allow-dropdown, .waitlist .intl-tel-input.allow-dropdown {
    width: 100%;
    text-indent: 100px; }
  .inquire input[type="tel"], .waitlist input[type="tel"] {
    text-indent: 43px; }
  .inquire .selected-flag, .waitlist .selected-flag {
    padding-left: 0px !important; }
  .inquire .iti-arrow, .waitlist .iti-arrow {
    right: 13px !important; }
  .inquire .widget-wrap, .waitlist .widget-wrap {
    margin-top: 50px; }
  .inquire .row .col-sm-12.single, .waitlist .row .col-sm-12.single {
    padding-right: 0px !important;
    padding-left: 0px; }
  .inquire div#CF5b327c63a1105_1-row-1, .waitlist div#CF5b327c63a1105_1-row-1 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .inquire .caldera-grid .has-error .form-control, .waitlist .caldera-grid .has-error .form-control {
    box-shadow: none; }
  .inquire .caldera-grid .form-control:focus, .waitlist .caldera-grid .form-control:focus {
    box-shadow: none;
    border-color: #778ea7;
    color: #778ea7; }
  .inquire .caldera-grid .has-error .form-control:focus, .waitlist .caldera-grid .has-error .form-control:focus {
    box-shadow: none;
    border-color: red; }
  .inquire .has-error .help-block, .waitlist .has-error .help-block {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: red !important; }

.error404 .entry-content form.search-form {
  margin: 2% auto; }

.error404 .entry-content ul {
  display: none; }

.error404 .entry-content h2 {
  display: none; }

.error404 .entry-content h3 {
  display: none; }

p.site-title {
  display: none; }

.custom-logo-link svg {
  width: 250px;
  display: block;
  margin: 0 auto; }

.site-header {
  box-shadow: none;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  background: transparent;
  overflow-y: visible !important;
  overflow: hidden;
  padding-top: 5%; }
  .site-header .wrap {
    display: flex;
    align-items: center; }

.home .site-header {
  overflow: inherit; }

.genesis-nav-menu .menu-item.close-mobile {
  display: none; }

.content-container p, .content-container ul li {
  margin-bottom: 2%; }

.content-container ul li {
  line-height: 125%; }

/* Important styles */
#nav-toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px; }

#nav-toggle span:after,
#nav-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px; }

#nav-toggle span:after {
  top: 9px; }

#nav-toggle span {
  position: relative;
  display: block; }

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px; }

/* on activation */
#nav-toggle.on span {
  background-color: transparent; }

#nav-toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px); }

#nav-toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px); }

#nav-toggle.on + #menu {
  opacity: 1;
  visibility: visible; }

li.inquire-test {
  float: right !important;
  background: white;
  color: #BAC696;
  padding: 1% 1.6% !important;
  margin-right: 0px !important; }

#menu-header-menu {
  width: 70%; }

button.inquire-button {
  float: right;
  margin-top: 0px; }

.logged-in .top-bar.bar {
  top: 32px; }

li#menu-item-374.active a {
  border-bottom: 0px; }

.top-bar ul li {
  display: block;
  color: black;
  float: left;
  margin-right: 2%;
  text-transform: uppercase;
  font-size: 14px; }

.bar {
  background: white;
  position: fixed;
  padding: 10px 0px;
  z-index: 90000;
  top: 0px; }

.top-bar ul {
  display: block;
  float: left;
  position: relative;
  z-index: 99999; }

.top-bar.bar {
  top: 0px;
  width: 100%;
  padding: 0px;
  padding: 0px 3%; }

.left-bar.bar {
  left: 0px; }

.right-bar.bar {
  right: 0px; }

.right-bar.bar, .left-bar.bar {
  width: 3%;
  height: 100%; }

a.custom-logo-link:before {
  content: " ";
  width: 200%;
  left: -50%;
  height: 300px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  position: absolute;
  z-index: 300;
  bottom: 87px;
  /* left: 0px; */ }

svg#site-logo {
  position: relative;
  z-index: 999; }

@media only screen and (max-width: 1250px) {
  img.thebuilding {
    max-width: 60%; } }

@media only screen and (max-width: 1000px) {
  img.thebuilding {
    max-width: 66.66%; }
  .mobile-menu-trigger {
    display: block;
    text-align: right;
    float: left;
    padding-top: 12px;
    padding-left: 12px; }
  ul#menu-header-menu {
    position: absolute;
    padding-top: 5%;
    visibility: hidden;
    height: 0%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    top: 0px;
    left: 0px;
    flex-direction: column;
    transition: visibility 0.125s ease-in, height 0.125s ease-in, background 0.5 ease-in;
    z-index: 99999; }
    ul#menu-header-menu .menu-item {
      float: left;
      margin-bottom: 4%;
      width: 100%;
      text-align: center;
      padding: 4% 0px; }
      ul#menu-header-menu .menu-item a {
        color: black;
        font-size: 25px;
        display: inline;
        text-transform: none; }
  .genesis-nav-menu .menu-item.close-mobile {
    display: block;
    margin-bottom: 3%; }
  ul#menu-header-menu.mobile-menu {
    visibility: visible;
    height: 100vh;
    background: white; }
  .hood-feature h2, .amenities-feature h2, .home-feature h2 {
    font-size: 2.5rem; }
  .button-container {
    display: none; }
  .hood-feature .wrapper.slick-slide, .amenities-feature .wrapper.slick-slide, .home-feature .wrapper.slick-slide {
    height: 300px;
    min-height: 300px; }
  .content-container {
    width: 66.667%; }
  .hood-feature .slick-slider, .amenities-feature .slick-slider, .home-feature .slick-slider {
    width: 33.333%; } }

@media only screen and (max-width: 800px) {
  section#home-page-mobile-content {
    display: block; }
  img.thebuilding {
    width: auto;
    max-width: none;
    height: auto;
    max-height: 600px;
    bottom: 0px; }
  .hero-image-wrapper .site-inner {
    z-index: 10000; }
  .hero-copy-container {
    display: none; }
  .hero-image-wrapper {
    height: 600px;
    min-height: 600px; }
  img.thebuilding {
    z-index: 99999; }
  section#home-page-mobile-content .content-container {
    width: 100% !important; } }

@media only screen and (max-width: 768px) {
  .hood-feature.odd .section-inner, .amenities-feature.odd .section-inner, .home-feature.odd .section-inner, .hood-feature.even .section-inner, .amenities-feature.even .section-inner, .home-feature.even .section-inner {
    flex-direction: column !important; }
  .hood-feature .slick-slider, .amenities-feature .slick-slider, .home-feature .slick-slider, .content-container {
    width: 100%; }
  .hood-feature .wrapper.slick-slide, .amenities-feature .wrapper.slick-slide, .home-feature .wrapper.slick-slide {
    height: 400px;
    min-height: 400px; }
  .hood-feature .content-container, .amenities-feature .content-container, .home-feature .content-container {
    padding: 5% 3.75% !important; }
  .suite .images, .suite .content {
    width: 100% !important;
    float: left; }
  .suite .images {
    height: 400px; }
  .cost-list-wrapper, .keyplan-wrapper {
    width: 50% !important;
    float: left; }
  .suite .content h4 {
    margin-top: 0px !important; }
  .suite .floorplan-slider .slick-list.draggable, a.gal-images {
    height: 400px !important; }
  .suite .content ul {
    margin-bottom: 0px; }
  img.floorplan-images.layout-image {
    max-height: 365px; }
  .quarter-width .overlay {
    align-items: flex-start !important; }
  .quarter-width .image-name + span {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 50px;
    padding-top: 20px;
    background: blue;
    font-weight: 600;
    font-size: 90%;
    background: #778ea7;
    background: -moz-linear-gradient(top, rgba(119, 142, 167, 0.5) 0%, #778ea7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(119, 142, 167, 0.5)), color-stop(100%, #778ea7));
    background: -webkit-linear-gradient(top, rgba(119, 142, 167, 0.5) 0%, #778ea7 100%);
    background: -o-linear-gradient(top, rgba(119, 142, 167, 0.5) 0%, #778ea7 100%);
    background: linear-gradient(to bottom, rgba(119, 142, 167, 0.5) 0%, #778ea7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(119, 142, 167, 0.5), endColorstr=#778ea7); }
  footer .wrap > div, footer .wrap > ul {
    width: 100% !important;
    padding: 0px 0px 10px !important;
    text-align: left !important; }
  .wrap {
    display: block !important; }
  footer .wrap > ul li {
    display: inline-block !important;
    float: left !important;
    width: 30px !important; } }

@media only screen and (max-width: 650px) {
  img.thebuilding {
    max-height: 500px;
    z-index: 200; } }

@media only screen and (max-width: 600px) {
  h1.entry-title {
    font-size: 40px;
    font-size: 4rem; }
  section.neighbourhood-amenitites .image-container .image-column a {
    margin: 0px 2% 2% 0px !important; }
    section.neighbourhood-amenitites .image-container .image-column a:last-child {
      margin-right: 0px !important; }
  section.neighbourhood-amenitites .image-container .image-column.quarter-width {
    width: 100%;
    margin-right: 0px !important; }
    section.neighbourhood-amenitites .image-container .image-column.quarter-width a {
      width: 49%; }
  section.neighbourhood-amenitites .image-container .image-column.half-width {
    width: 100%; }
  .top-bar.bar {
    padding: 0px; }
  body {
    padding-top: 5%; }
  .entry-content p, section.neighbourhood-amenitites .content-container {
    width: 100%; }
  .cost-list-wrapper, .keyplan-wrapper {
    width: 100% !important; }
  .keyplan-wrapper {
    margin-top: 3%; }
  .inquire, .waitlist {
    width: 100%;
    left: -100%; }
  .show-nav-suites aside.inquire, .show-nav-waitlist aside.waitlist {
    transform: translateX(100%); } }



body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }



/*NEW STLYES*/
@media screen and (min-width: 981px) {
	div#footer-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		justify-content: space-between; }
	
	.click-title-links a {
		padding: 2em; }
	
	.click-title-links { 
		text-align: center; }

	div#footer-container, .footer-col div a, footer .wrap ul.social-media a, p.copy-info {
		text-align: left; }
	
	.footer-col:first-of-type {
		width: auto; }
	
	.footer-col.tagline {
		width: 20%;
		margin-right: 5%; }
	
	.footer-col:first-of-type img {
		width: 100%;
		height: auto;
		max-width: 270px; }
	
	.footer-col h2 {
		font-size: 30px;
		line-height: 35px;
		font-family: "Gotham Light", Helvetica, sans-serif; }

	h2.mobile-tagline {
		display: none; }
	
	.footer-lt {
		font-size: 2rem; }
	
	p.copy-info {
		margin-top: 4em; }
	
	/*Neightbourhood and Amenities page*/
	section.neighbourhood-amenitites .content-container {
		padding: 0 0;
		margin: 0 0;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		padding-bottom: 5%; }

	section.neighbourhood-amenitites .content-container div.neighbourhood-amenitites-title {
		display: inline-block;
		width: 28.5%; }

	section.neighbourhood-amenitites .content-container div {
		display: inline-block;
		width: 68.5%;
 	}
}
section.neighbourhood-amenitites .content-container {
	width: 100%; }

section.neighbourhood-amenitites .content-container div h2, section.neighbourhood-amenitites .content-container div,  section.neighbourhood-amenitites .content-container div p, section.neighbourhood-amenitites .content-container div ul {
	text-align: left; }

section.neighbourhood-amenitites .content-container div ul li {
    text-align: left!important; }

section.neighbourhood-amenitites {
	padding: 5% 5%;
    background: #f9f9f9; }

section.neighbourhood-amenitites .content-container h2.subtitle {
    margin-bottom: 10px; }

html {
  scroll-behavior: smooth; }

.click-title-links a {
    color: #86906e;
	text-transform: uppercase; }

@media screen and (max-width: 980px) {	
	div#footer-container {
		text-align: center!important; }
	
	.footer-col {
    	padding-bottom: 3em; }
	
	.footer-col.tagline {
		display: none; }
	
	h2.mobile-tagline {
		color: #FFFFFF; 
		margin-bottom: 8px; }
	
	.footer-lt, h2.mobile-tagline {
		font-size: 2rem; }
	
	.click-title-links a, h2.mobile-tagline {
    	display: block; }
}

a.apt_bt_a {
	text-align: center;
	letter-spacing: 0 !important; /* remove on live site */}


/**THESE STYLES DONT ARE ALREADY ON LIVE WEBSITE*/
a.apt_bt_a {
    display: inline-block!important;
    background-color: rgba(144, 148, 166, 1);
    display: inline-block!important;
    padding: 8px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size: 70%!important;
    text-decoration: none!important;
    background-position: center top!important;
    background-repeat: no-repeat!important;
    padding-top: 55px!important; }

.ic_a {
    background-image: url(images/view_bt.png);
    background-size: 60px!important; }

.ic_b {
    background-image: url(images/virtual-tour.svg);
    background-size: 60px!important;
    margin-top: 20px; }

.ic_c {
    background-image: url(images/key_bt.png);
    background-size: 60px!important; }

div.drop_tour {
    display: inline-block; }

a.apt_bt_a:hover {
	background-color: #86916e; }

/*LIVE SITE HAS 2PX CHANGE IT TO 5PX*/
.marg_left_bt {
    margin-left: 5px!important; }

/*LIVE SITE MAY NOT NEED THIS. CHECK FIRST*/
div.site-container {
	background-color: #ededed; }

/*ADD THIS TO LIVE SITE*/
a.scrollup {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #86906e;
    z-index: 9999;
    border: none; 
	opacity: 0;
    transition: opacity 0.7s ease; }

a.scrollup.show-su {
	opacity: 1; }

a.scrollup:before {
	/*content: url('/wp-content/themes/crystalclear/arrow_down.png'); Use this image for the live site*/
	content: url('/wp-content/uploads/2022/07/arrow_down.png');
	position: relative; 
	display: inline-block; 
	transform: rotate(180deg);
    width: 40px;
    height: 40px;
    margin: 10px 10px; }

.view-avail-bt {
	margin-top: 20px; }

@media screen and (max-width: 767px) {
	a.apt_bt_a, .drop_tour {
    	width: 100%; }
	
	a.apt_bt_a br, .drop_tour a br {
    	display: none; }
}