@font-face {
	font-family: 'Graphik-light';
	src: url('./../../webfonts/Graphik-Light.eot');
	src: url('./../../webfonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
		url('./../../webfonts/Graphik-Light.woff2') format('woff2'),
		url('./../../webfonts/Graphik-Light.woff') format('woff'),
		url('./../../webfonts/Graphik-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
  font-family: 'Graphik-medium';
  src: url('./../../webfonts/subset-Graphik-Medium.woff2') format('woff2'),
    url('./../../webfonts/subset-Graphik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

.hidden {
  display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    *zoom: 1
}

.row:before, .row:after {
    content: "";
    display: table
}

.row:after {
    clear: both
}

.row .row {
    margin: 0 -15px;
    /*margin: 0 -20px;*/
    max-width: none;
    width: auto;
    *zoom: 1
}

.row .row:before, .row .row:after {
    content: "";
    display: table
}

.row .row:after {
    clear: both
}

[class*="columns-"] {
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.columns-12 {
    width: 100%
}

.columns-11 {
    width: 91.66667%
}

.columns-10 {
    width: 83.33333%
}

.columns-9 {
    width: 75%
}

.columns-8 {
    width: 66.66667%
}

.columns-7 {
    width: 58.33333%
}

.columns-6 {
    width: 50%
}

.columns-5 {
    width: 41.66667%
}

.columns-4 {
    width: 33.33333%
}

.columns-3 {
    width: 25%
}

.columns-2 {
    width: 16.66667%
}

.columns-1 {
    width: 8.33333%
}

[class*="columns-"].column-center {
    margin: 0 auto;
    float: none
}

[class*="right-"], [class*="left-"] {
    position: relative
}

.right-1 {
    position: relative;
    left: 8.33333%
}

.right-2 {
    position: relative;
    left: 16.66667%
}

.right-3 {
    position: relative;
    left: 25%
}

.right-4 {
    position: relative;
    left: 33.33333%
}

.right-5 {
    position: relative;
    left: 41.66667%
}

.right-6 {
    position: relative;
    left: 50%
}

.right-7 {
    position: relative;
    left: 58.33333%
}

.right-8 {
    position: relative;
    left: 66.66667%
}

.right-9 {
    position: relative;
    left: 75%
}

.right-10 {
    position: relative;
    left: 83.33333%
}

.right-11 {
    position: relative;
    left: 91.66667%
}

.left-1 {
    position: relative;
    right: 8.33333%
}

.left-2 {
    position: relative;
    right: 16.66667%
}

.left-3 {
    position: relative;
    right: 25%
}

.left-4 {
    position: relative;
    right: 33.33333%
}

.left-5 {
    position: relative;
    right: 41.66667%
}

.left-6 {
    position: relative;
    right: 50%
}

.left-7 {
    position: relative;
    right: 58.33333%
}

.left-8 {
    position: relative;
    right: 66.66667%
}

.left-9 {
    position: relative;
    right: 75%
}

.left-10 {
    position: relative;
    right: 83.33333%
}

.left-11 {
    position: relative;
    right: 91.66667%
}

[class*="block-grid-"] {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto;
    padding: 0
}

[class*="block-grid-"]>li {
    display: block;
    float: left;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.block-grid-6>li {
    width: 16.66667%
}

.block-grid-6>li:nth-of-type(6n+1) {
    clear: both
}

.block-grid-5>li {
    width: 20%
}

.block-grid-5>li:nth-of-type(5n+1) {
    clear: both
}

.block-grid-4>li {
    width: 25%
}

.block-grid-4>li:nth-of-type(4n+1) {
    clear: both
}

.block-grid-3>li {
    width: 33.33333%
}

.block-grid-3>li:nth-of-type(3n+1) {
    clear: both
}

.block-grid-2>li {
    width: 50%
}

.block-grid-2>li:nth-of-type(2n+1) {
    clear: both
}

.block-grid-1>li {
    width: 100%
}

.block-grid-1>li:nth-of-type(1n+1) {
    clear: both
}
.block-grid-features>li {
  width: 50%;
}
.block-grid-features>:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-features {
  margin-bottom: 0px;
}


/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

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

audio, canvas, video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em
}

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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: 0
}

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

legend {
    border: 0;
    padding: 0
}

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

button, input {
    line-height: normal
}

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
}

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

.flex-video {
    position: relative;
    padding-top: emCalc(25px);
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: emCalc(16px);
    overflow: hidden
}

.flex-video.widescreen {
    padding-bottom: 57.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

html {
    font-size: 100%;
    height: 100%
}

body {
    color: #707070;
    min-height: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 1em;
    overflow-x: hidden;
    font-family: 'Graphik-light', Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal
}

body.modal-open {
	overflow-y: hidden;
}

::selection {
    background: #d74022;
    color: white
}

::-moz-selection {
    background: #d74022;
    color: white
}

blockquote {
    border: none;
    padding: 0
}

blockquote p {
    font-style: italic
}

blockquote p:last-of-type {
    font-style: normal;
    font-weight: 700
}

pre {
    background: #eee;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 20px
}

h1, h2, h3, h4, h5, h6 {
    font-variant-ligatures: common-ligatures;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 400;
    font-style: normal
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none
}

h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 25px;
    text-transform: uppercase
}

h2 {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 25px;
    text-transform: none
}

h3 {
    font-size: 38px;
    font-size: 2rem;
    color: #d74022;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 25px;
    text-transform: none
}

h4 {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase
}

h5 {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    color: #4c4c4c;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase
}

h5 a {
    text-decoration: none
}

h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 25px;
    text-transform: uppercase
}

h6 a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    margin-top: 0
}

img.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px
}

img.alighnleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

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

a, a:hover {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}

a {
    text-decoration: underline
}

a:hover, a:focus, a:active {
    text-decoration: none
}

a.button {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    position: relative;
    overflow: visible;
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    text-transform: none;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid white
}

a.button:hover {
    background: white;
    color: #4c4c4c
}

a.button:active {
    top: 2px
}

a.read-more {
    text-decoration: none;
    text-transform: none
}

ul {
    list-style: disc;
    margin: 0 0 0 15px;
    padding: 0 0 15px
}

ul a {
    text-decoration: none
}

ol {
    margin: 0 0 0 24px;
    padding: 0 0 15px
}

.pagination {
    list-style: none;
    margin: 15px 0
}

.pagination li {
    display: inline-block;
    margin-right: 10px
}

.pagination li:empty {
    display: none
}

p {
    margin: 0;
    line-height: 1.4em;
    padding-bottom: 15px;
    color: #58595b;
}

p:empty {
    display: none
}

.text-center {
    text-align: center
}

form label {
    text-transform: uppercase
}

form input[type="text"], form input[type="url"], form input[type="email"], form input[type="tel"], form input[type="number"], form input[type="password"], form textarea {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 1em;
    padding: 5px 10px
}

form input[type=submit], form input[type=button] {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    position: relative;
    overflow: visible;
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    text-transform: none;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid white
}

form input[type=submit]:hover, form input[type=button]:hover {
    background: white;
    color: #4c4c4c
}

form input[type=submit]:active, form input[type=button]:active {
    top: 2px
}

.gform_heading, .gform_body, .gform_footer {
    clear: both;
    padding-bottom: 20px
}

ul.gform_fields {
    list-style: none;
    margin: 0 -15px;
    padding: 0
}

li.gfield {
    clear: both;
    overflow: auto;
    padding: 0 15px 20px
}

.ginput_container span {
    margin-bottom: 10px
}

.ginput_container input.large, .ginput_container select.large, .ginput_container textarea.large {
    width: 100%
}

.ginput_container input.medium, .ginput_container select.medium, .ginput_container textarea.medium {
    width: 66%
}

.ginput_container input.small, .ginput_container select.small, .ginput_container textarea.small {
    width: 33%
}

.ginput_container input, .ginput_container textarea {
    margin: 2px
}

label.gfield_label {
    display: inline-block;
    padding-bottom: 10px
}

.left_label label.gfield_label {
    float: left;
    width: 25%
}

.right_label label.gfield_label {
    float: right;
    width: 25%
}

.gfield_required {
    padding-left: 5px
}

ul.gfield_checkbox, ul.gfield_radio {
    list-style: none;
    padding: 0
}

ul.gfield_checkbox input, ul.gfield_radio input {
    margin-right: 10px;
    position: relative;
    top: -1px
}

ul.gfield_radio input {
    margin-left: 2px
}

.gsection h2 {
    border-bottom: 3px solid black;
    padding-bottom: 15px
}

.gf_progressbar_wrapper {
    padding-bottom: 15px
}

.gf_progressbar {
    background: gray
}

.gf_progressbar_percentage {
    background: red;
    padding: 5px 10px;
    text-align: right
}

.gfield_time_hour, .gfield_time_minute, .gfield_time_ampm {
    display: inline;
    display: inline-block
}

.gfield_time_hour label, .gfield_time_minute label {
    display: block
}

.gfield_time_ampm {
    vertical-align: top
}

.validation_error {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 15px
}

li.gfield.gfield_error {
    background: #FFDFE0;
    margin-bottom: 15px;
    padding-top: 15px
}

li.gfield.gfield_error label.gfield_label {
    font-weight: bold
}

li.gfield .validation_message {
    font-weight: bold;
    margin-top: 10px
}

.gform_validation_container {
    display: none
}

.ginput_full {
    display: block
}

.ginput_full input, .ginput_full select, .ginput_full textarea {
    margin-bottom: 5px;
    width: 100%
}

.ginput_full label {
    display: block
}

.ginput_left {
    float: left;
    padding-right: 10px;
    width: 50%
}

.ginput_left input, .ginput_left select, .ginput_left textarea {
    margin-bottom: 5px;
    width: 100%
}

.ginput_left label {
    display: block
}

.ginput_right {
    float: right;
    width: 50%
}

.ginput_right input, .ginput_right select, .ginput_right textarea {
    margin-bottom: 5px;
    width: 100%
}

.ginput_right label {
    display: block
}

.ginput_right {
    float: right;
    width: 50%
}

li.gf_left_half {
    clear: none;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 50%
}

li.gf_right_half {
    clear: none;
    float: right;
    padding-bottom: 10px;
    width: 50%
}

li.gf_left_third {
    clear: none;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 33%
}

li.gf_middle_third {
    clear: none;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 34%
}

li.gf_right_third {
    clear: none;
    float: right;
    padding-bottom: 10px;
    width: 33%
}

li.gf_first_quarter {
    clear: none;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 25%
}

li.gf_second_quarter {
    clear: none;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 25%
}

li.gf_third_quarter {
    clear: none;
    float: left;
    padding-bottom: 10px;
    width: 25%
}

li.gf_fourth_quarter {
    clear: none;
    float: right;
    padding-bottom: 10px;
    width: 25%
}

@media screen and (max-width: 480px) {
    li.gf_left_half, li.gf_right_half, li.gf_left_third, li.gf_middle_third, li.gf_right_third, li.gf_first_quarter, li.gf_second_quarter, li.gf_third_quarter, li.gf_fourth_quarter {
        width: 100%
    }
}

.gf_list_2col ul.gfield_checkbox li, .gf_list_2col ul.gfield_radio li {
    float: left;
    padding-bottom: 10px;
    width: 50%
}

.gf_list_3col ul.gfield_checkbox li, .gf_list_3col ul.gfield_radio li {
    float: left;
    padding-bottom: 10px;
    width: 33%
}

.gf_list_4col ul.gfield_checkbox li, .gf_list_4col ul.gfield_radio li {
    float: left;
    padding-bottom: 10px;
    width: 25%
}

.gf_list_5col ul.gfield_checkbox li, .gf_list_5col ul.gfield_radio li {
    float: left;
    padding-bottom: 10px;
    width: 20%
}

.gf_list_inline ul.gfield_checkbox li, .gf_list_inline ul.gfield_radio li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px
}

@media screen and (max-width: 480px) {
    .gf_list_2col ul.gfield_checkbox li, .gf_list_2col ul.gfield_radio li, .gf_list_3col ul.gfield_checkbox li, .gf_list_3col ul.gfield_radio li, .gf_list_4col ul.gfield_checkbox li, .gf_list_4col ul.gfield_radio li, .gf_list_5col ul.gfield_checkbox li, .gf_list_5col ul.gfield_radio li {
        width: 100%
    }
}

.top-banner {
    text-align: right;
    background: #4c4c4c;
    color: white;
    overflow: auto;
    display: block;
    height: 0;
}

.top-banner .top-banner-tag {
    font-style: italic;
    float: left;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 10px 25px
}

.top-banner .neighbourhoods-link {
    float: right;
    text-transform: uppercase;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem;
    border-left: solid 1px #707070;
    padding: 12px 25px;
    cursor: pointer
}

.top-banner .neighbourhoods-link:after {
    content: "";
    background: url(../../images/icon-top-arrow.png) no-repeat center center;
    display: inline-block;
    padding-left: 15px;
    height: 21px;
    vertical-align: text-bottom;
    width: 25px
}

.top-banner .neighbourhoods-link.opened:after {
    background: url(../../images/icon-top-arrow-opened.png) no-repeat center center
}

.top-banner p {
    padding: 10px 25px
}

#top-banner-flydown {
    background: #3a3a3a;
    border-bottom: solid 7px #2a2a2a;
    display: none;
    overflow: auto
}

#top-banner-flydown .text-intro {
    color: white;
    max-width: calc(100% - 720px);
    font-size: 22px;
    font-size: 1.375rem;
    padding: 25px;
    float: left;
    line-height: 1
}

#top-banner-flydown .text-intro a {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    color: #209ac2;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none
}

#top-banner-flydown .text-intro p {
    padding-bottom: 5px
}

#top-banner-flydown .callouts {
    max-width: 50%;
    min-width: 720px;
    float: right;
    padding: 25px
}

#top-banner-flydown .callouts ul {
    text-align: right;
    margin: 0;
    padding: 0
}

#top-banner-flydown .callouts li {
    display: inline-block
}

#top-banner-flydown .callouts li+li {
    padding-left: 25px
}

#top-banner-flydown .callouts img {
    vertical-align: bottom
}

.main-banner {
    position: relative
}

.main-banner .home-logo {
    display: none
}

/*.home #masthead {
    background: white
}*/

/*.home #masthead .site-branding {
    min-height: 110px
}*/

/*.home #masthead .site-branding img {
    display: none
}*/

.home #masthead .register-button:hover {
    color: white;
    background: #d74022
}

.home #masthead .register-button:hover:before {
    border-right-color: #d74022
}

#masthead {
    max-width: 1170px;
    background: #d74022;
    margin: 0 auto
}

#masthead .site-branding {
    padding: 20px;
    min-width: 178px
}

#masthead .site-branding img {
    vertical-align: bottom
}

#masthead .register-button {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    background: #4c4c4c;
    color: white;
    float: right;
    line-height: 14px;
    padding: 11px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    left: 15px;
    top: 37px
}

#masthead .register-button:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: solid 18px transparent;
    border-right-color: #4c4c4c;
    left: -36px;
    top: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}

#masthead .register-button:hover {
    background: white;
    color: #4c4c4c
}

#masthead .register-button:hover:before {
    border-right-color: white
}

.menu-utility-menu-container {
    display: inline-block
}

#site-navigation {
    text-align: right;
    position: static;
    float: right;
    max-width: calc(100% - 178px)
}

#site-navigation #site-sub-navigation {
	margin-top: 15px;
}

#site-navigation #site-sub-navigation .menu-secondary-menu-container #sub-nav {
	list-style-type: none;
    margin-right: 35px;
}

#site-navigation #site-sub-navigation .menu-secondary-menu-container #sub-nav .menu-item {
	display: inline-block;
}

#site-navigation #site-sub-navigation .menu-secondary-menu-container #sub-nav .menu-item a {
	color: #ffffff;
	padding-left: 10px;
	font-size: 12px;
}

#site-navigation #site-sub-navigation .menu-secondary-menu-container #sub-nav .menu-item a svg {
	padding-top: 6px;
	margin-bottom: -3px;
}

#site-navigation #site-sub-navigation .menu-secondary-menu-container #sub-nav .menu-item a.register-button-sm span {
	color: #ffffff;
	padding-left: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

/* #site-navigation #site-sub-navigation .menu-secondary-menu-container #sub-nav .menu-item a::before {
	content: '|';
	padding: 0 8px;
	display: inline-block;
} */

/* #site-navigation #site-sub-navigation .menu-secondary-menu-container #sub-nav #menu-item-2562 a::before {
	display: none;
} */

#site-navigation #site-sub-navigation .menu-secondary-menu-container #sub-nav .menu-item:first-of-type a::before {
	opacity: 0;
}

#main-nav {
    display: inline-block;
    font-size: 0;
    margin: 0 0;
    padding: 0;
    padding-top: 15px;
    text-align: right;
    position: static;
    vertical-align: top;
    z-index: 2;
    margin-right: 35px
}

#main-nav>li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0;
    vertical-align: top;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: solid 10px transparent;
    line-height: 35px
}

#main-nav>li+li {
    margin-left: 20px
}

#main-nav>li:hover {
    border-bottom: solid 10px #e8e3e0
}

#main-nav>li:hover>a {
    color: white
}

#main-nav>li.current_page_item, #main-nav>li.current-menu-ancestor, #main-nav>li.current-menu-parent, #main-nav>li.current_page_parent, #main-nav>li.current_page_ancestor {
    border-bottom: solid 10px #e8e3e0
}

/* #main-nav>li.current_page_item .sub-menu, #main-nav>li.current-menu-ancestor .sub-menu, #main-nav>li.current-menu-parent .sub-menu, #main-nav>li.current_page_parent .sub-menu, #main-nav>li.current_page_ancestor .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: right;
    margin: 0;
    margin-right: 535px;
    padding: 0
} */

/* #main-nav>li.current_page_item .sub-menu li, #main-nav>li.current-menu-ancestor .sub-menu li, #main-nav>li.current-menu-parent .sub-menu li, #main-nav>li.current_page_parent .sub-menu li, #main-nav>li.current_page_ancestor .sub-menu li {
    display: inline-block
} */

/* #main-nav>li.current_page_item .sub-menu li+li, #main-nav>li.current-menu-ancestor .sub-menu li+li, #main-nav>li.current-menu-parent .sub-menu li+li, #main-nav>li.current_page_parent .sub-menu li+li, #main-nav>li.current_page_ancestor .sub-menu li+li {
    margin-left: 40px
} */

/* #main-nav>li.current_page_item .sub-menu li.current-menu-item a, #main-nav>li.current-menu-ancestor .sub-menu li.current-menu-item a, #main-nav>li.current-menu-parent .sub-menu li.current-menu-item a, #main-nav>li.current_page_parent .sub-menu li.current-menu-item a, #main-nav>li.current_page_ancestor .sub-menu li.current-menu-item a {
    color: #4c4c4c
} */

/* #main-nav>li.current_page_item .sub-menu a, #main-nav>li.current-menu-ancestor .sub-menu a, #main-nav>li.current-menu-parent .sub-menu a, #main-nav>li.current_page_parent .sub-menu a, #main-nav>li.current_page_ancestor .sub-menu a {
    color: #707070;
    padding: 5px 0;
    vertical-align: top
} */

/* #main-nav>li.current_page_item .sub-menu a:hover, #main-nav>li.current-menu-ancestor .sub-menu a:hover, #main-nav>li.current-menu-parent .sub-menu a:hover, #main-nav>li.current_page_parent .sub-menu a:hover, #main-nav>li.current_page_ancestor .sub-menu a:hover {
    color: #4c4c4c
} */

/* #main-nav>li.current_page_item .custom-sub, #main-nav>li.current-menu-ancestor .custom-sub, #main-nav>li.current-menu-parent .custom-sub, #main-nav>li.current_page_parent .custom-sub, #main-nav>li.current_page_ancestor .custom-sub {
    background: #e8e3e0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    z-index: 99
} */

/* Sub Navigation for Primary Navigation */

#main-nav>li.menu-item-has-children:hover {
	border: none;
	border-bottom: none;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children .fs-menu-item {
	padding-bottom: 27px;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children .custom-sub .sub-menu {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children .custom-sub {
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.6);
	padding: 20px;
	opacity: 0;
	transition: opacity .3s ease;
	position: absolute;
	z-index: 100;
	background-color: #d74022;
	margin-left: -20px;
  margin-top: -27px;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children:hover .custom-sub,
#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children:focus .custom-sub,
#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children:active .custom-sub {
	opacity: 1;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children .custom-sub .sub-menu .menu-item {
	padding: 0;
	margin: 0;
	height: 35px;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children .custom-sub .sub-menu .menu-item:last-of-type {
	height: 10px;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children .custom-sub .sub-menu .menu-item .fs-menu-item {
	padding: 0;
}

/* Primary Navigation */

#main-nav .fs-menu-item {
    position: relative
}

#main-nav .nav_desc {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    color: red;
    display: inline-block;
    font-size: 10px;
    left: 0px;
    position: absolute;
    top: 12px;
    vertical-align: text-bottom;
    text-transform: uppercase
}

#main-nav a {
    font-size: 1rem;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 300;
    font-style: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: white;
    padding: 27px 0;
    background: none;
    outline: 0
}

#main-nav .sub-menu {
    display: none
}

/*.home #main-nav a {
    color: #4c4c4c
}

.home #main-nav a:hover {
    color: #707070
}*/

.mobile-nav-container {
    display: none;
    padding: 0
}

.home .burger-trigger span {
    background: #ffffff
}

.burger-trigger {
    background: none;
    display: none;
    height: 25px;
    padding-top: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px
}

.burger-trigger span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: white;
    display: block;
    height: 3px;
    margin: 5px auto 0;
    position: relative;
    top: 0;
    width: 70%;
    transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%
}

.burger-trigger.open span:nth-child(1) {
    top: 8px;
    width: 60%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger-trigger.open span:nth-child(2) {
    width: 0
}

.burger-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 60%;
    top: -8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.menu-slide {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 32px;
    font-size: 2rem;
    background: url(../../images/menu-slide.png) no-repeat;
    color: white;
    cursor: pointer;
    height: 13px;
    line-height: 1;
    position: absolute;
    top: 23px;
    right: 5%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 21px
}

#mobile-nav {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #f5f5f5;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5
}

#mobile-nav li {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    text-align: center;
    text-transform: uppercase;
		border-top: 2px solid #d8d5d3
}

#mobile-nav li+li {
    border-top: 2px solid #d8d5d3
}

#mobile-nav a {
    font-size: 1rem;
    color: #4c4c4c;
    display: block;
    font-weight: bold;
    padding: 20px 0 17px
}

#mobile-nav a:hover {
    background: #e8e3e0
}

#mobile-nav .menu-slide.open {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
}

#mobile-nav .sub-menu {
    border-top: solid 2px #d8d5d3;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

#mobile-nav .sub-menu a {
    position: relative
}

#mobile-nav .sub-menu a:hover {
    background: #f5f5f5
}

#mobile-nav .sub-menu li {
    background: #e8e3e0
}

#mobile-nav .sub-menu .sub-menu li {
    background: #e8e3e0
}

#mobile-nav .nav_desc {
    color: red;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    padding-left: 25px;
    position: absolute
}

#mobile-nav.aside {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.mobile-nav-container a {
    color: white;
    display: block;
    text-decoration: none
}

.mobile-nav-container .contact-phone, .mobile-nav-container .contact-email {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase
}

.mobile-nav-container .contact-phone a, .mobile-nav-container .contact-email a {
    padding: 20px 0
}

.mobile-nav-container .contact-phone {
    background: url(../../images/icon-phone.png) no-repeat 5% center #1d8baf;
    color: white
}

.mobile-nav-container .contact-email {
    background: url(../../images/icon-email.png) no-repeat 5% center #1a7b9b
}

.mobile-nav-container .social-menu {
    background: #209ac2
}

.mobile-nav-container .social-menu li {
    padding-top: 15px;
    text-align: center
}

.mobile-nav-container .social-menu li+li {
    border-left: 2px solid #1d8baf
}

.mobile-nav-container .social-menu a {
    font-size: 42px;
    font-size: 2.625rem
}

.mobile-nav-container [class*="block-grid-"] {
    margin-right: 0;
    margin-left: 0
}

.mobile-nav-container .block-grid-2 li:nth-of-type(2n+1) {
    border-left: none
}

#dismiss-modal {
	fill: none;
	stroke: #fff;
	stroke-width: 2.8125;
	stroke-miterlimit: 10;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 3vw;
	top: 3vh;
	cursor: pointer;
}

#new-year-new-home-disclaimer-modal {
}

#new-year-new-home-disclaimer-modal .modal-dialog {
	background-color: #fff;
	padding: 1rem;
	border: 1px solid #d74022;
	margin-top: 10vh;
	min-width: 660px;
}

#new-year-new-home-disclaimer-modal .modal-dialog p {
	padding: 0;
	font-size: 13px;
}

#new-year-new-home-sales-promo {
	position: absolute;
	top: 60px;
	right: 30px;
	max-width: 585px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#new-year-new-home-graphic {
	width: 100%;
	height: auto;
}

#equal-housing-opportunity-logo {
	margin: 1rem auto 0;
	display: block;
	width: 32px;
	height: auto;
}

#ribbon-call-to-action {
	max-width: 475px;
	height: auto;
	margin: 0 auto 30px;
	cursor: pointer;
}

#find-your-home-link {
}

#find-your-home-link a {
	background-color: #707070;
	color: #fff;
	padding: 0.8rem 1.5rem;
}


#find-your-home-link a:hover, #find-your-home-link a:focus, #find-your-home-link a:active {
	background-color: #d74022;
}

#home-slideshow .flexslider {
    background: #d74022
}

#home-slideshow .flexslider p {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1
}

#home-slideshow .flexslider .image-wrap {
	position: relative;
    padding: 0;
    width: 70.567%
}

#home-slideshow .flexslider .text-wrap {
    padding: 35px 50px 35px 65px;
    width: 29.433%
}

#home-slideshow .flexslider img {
    display: block;
    width: 100%
}

#home-intro {
    background: #707070;
    color: white;
    padding: 90px 15px;
    text-align: center;
    position: relative
}

#home-intro h1 {
  font-size: 1.8rem;
  width: 80%;
  margin: 0 auto;
}

#home-intro .scroll-down {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 10
}

#home-intro .scroll-down a {
    background: url(../../images/icon-down-arrow-grey.png) no-repeat center center;
    display: inline-block;
    height: 50px;
    width: 50px;
    outline: 0
}

#home-intro h1, #home-intro h2 {
    padding-bottom: 15px
}

#home-intro p {
    font-style: italic;
    font-size: 20px;
    font-size: 1.25rem
}

#home-intro .button {
    /*font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 300;
    font-style: normal;
    background: #d74022;
    color: #ffffff;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 10px 50px;
    border: none;
    position: relative*/

    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    background: #d74022;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    margin: 25px 0;
    padding: 10px 35px;
    position: relative;
    text-decoration: none;
    display: inline-block
}

#home-intro .button:hover {
    background: #d74022;
    color: white
}

#home-intro .button:before, #home-intro .button:after {
    /*content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 20px solid transparent*/

    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px
}

#home-intro .button:before {
    /*right: 0px;
    border-right-color: #707070*/
    right: 0px;
    background: url(../../images/banner-cover-right-grey.png) no-repeat right center
}

#home-intro .button:after {
    /*left: 0px;
    border-left-color: #707070*/
    background: url(../../images/banner-cover-left-grey.png) no-repeat right center;
    left: 0px
}

#home-featured {
    overflow: auto
}

#home-featured .text-wrap {
  width: 549px;
  float: right;
  padding: 40px 120px 190px 145px;
}

#home-featured .text-wrap h3 {
  color: #d74022;
  /*font-size: 1.875rem;*/
}

#home-featured .mobile-image,
#content .mobile-image {
    display: none
}

#home-featured .button {
    margin-right: 15px
}

#home-featured p {
    color: #58595b;
    font-size: 1rem;
}

#home-callout {
    background: white;
    padding: 75px
}

#home-callout h1, #home-callout h2, #home-callout h3, #home-callout h4, #home-callout h5 {
    color: #d74022;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 300;
    font-style: normal
}

#home-callout .button {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    position: relative;
    overflow: visible;
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
    border: solid 1px #707070;
    background-color: #707070;
}

#home-callout .button:hover {
    background: #d74022;
    color: white
}

#home-callout .button:active {
    top: 2px
}

#home-callout .text {
    /*padding-right: 75px*/
}

#content, .content-area {
    padding: 0;
    max-width: 1170px
}

#hero-banner {
    min-height: 350px;
    position: relative
}

#hero-banner .scroll-down {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 10
}

#hero-banner .scroll-down a {
    background: url(../../images/icon-down-arrow-white.png) no-repeat center center;
    display: inline-block;
    height: 50px;
    width: 50px;
    outline: 0
}

#hero-banner h1 {
    color: white;
    font-weight: 600;
    text-transform: none;
    padding-top: 175px
}

.page-wrap {
    background: white
}

article.page-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 75px 25px;
    position: relative
}

article.page-content .scroll-down {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 10
}

article.page-content .scroll-down a {
    background: url(../../images/icon-down-arrow-white.png) no-repeat center center;
    display: inline-block;
    height: 50px;
    width: 50px;
    outline: 0
}

article.page-content h1 {
    color: #d74022
}

article.page-content h2, article.page-content h3, article.page-content h4, article.page-content h5, article.page-content h6, article.page-content p {
    color: #707070
}

#link-repeater {
    padding: 0 65px;
    padding-bottom: 100px
}

#link-repeater ul {
    margin: 0
}

#link-repeater li {
    position: relative
}

#link-repeater .link-title {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 16px;
    font-size: 1rem;
    background: #d74022;
    color: #4c4c4c;
    padding: 5px 10px
}

#link-repeater a:hover {
    opacity: .7
}

#link-repeater img {
    vertical-align: bottom;
    display: block
}

#bottom-image img {
    display: block;
  width: 100%;
  padding: 60px;
}

.page-button {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    background: #d74022;
    color: #ffffff;
    text-transform: initial;
    margin: 25px 0;
    padding: 10px 35px;
    position: relative;
    text-decoration: none;
    display: inline-block
}

.page-button:hover {
    background: #d74022;
    color: white
}

/*.page-button:before, .page-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px
}

.page-button:before {
    right: 0px;
    background: url(../../images/banner-cover-right.png) no-repeat right center
}

.page-button:after {
    background: url(../../images/banner-cover-left.png) no-repeat right center;
    left: 0px
}*/

.neighbourhoods-page article.page-content h3 {
  color: #d74022;
}

.page-template-pages_coming_soon-php .bottom-image img {
    display: block;
    width: 100%
}

.page-template-pages_features-php .page-content {
    padding-top: 75px
}

.page-template-pages_features-php .page-button {
    min-width: 275px
}

.page-template-pages_features-php .bottom-image img {
    display: block;
    width: 100%
}

.features-finishes .page-wrap .features-header {
  padding: 85px;
  padding-bottom: 0;
}

.features-finishes .page-wrap .features-header .page-button,
#finish-callouts .grid-wrap .block-grid-features li a.page-button {
  float: left;
  margin: 0 0 30px 0;
  text-align: center;
  background-color: #707070;
  min-width: 0;
  padding: 12px 35px 10px;
}

.features-finishes .page-wrap .features-header h1 {
    color: #d74022;
    text-transform: capitalize;
    font-size: 2.75rem;
}

#finish-callouts {
    background: #fff;
    /*border-top: 1px solid lightgray;*/
}

#finish-callouts .grid-wrap {
    padding: 0px 85px;
    font-size: 16px;
    font-size: 1rem
}

#finish-callouts .grid-wrap ul ul {
    margin: 0;
    padding-bottom: 30px;
}

#finish-callouts .grid-wrap .mobile-image {
    display: none
}

#finish-callouts .grid-wrap li li {
    list-style: none;
    line-height: 1.7;
    font-size: 14px;
}

#finish-callouts .grid-wrap li li:before {
    content: "•";
    padding-right: 5px
}

#finish-callouts .image-block {
    margin: 0
}

#finish-callouts .image-block li {
    padding: 0
}

#finish-callouts .image-block li img {
    vertical-align: bottom;
    display: block;
    width: 100%;
}

#finish-callouts h3 {
    font-size: 26px;
    font-size: 1.625rem;
    color: #d74022;
    padding-bottom: 5px;
}

.floorplan-intro {
    background: #4c4c4c
}

.floorplan-intro .page-content {
    max-width: 725px;
    padding-top: 75px
}

.floorplan-intro .page-content h1, .floorplan-intro .page-content h2, .floorplan-intro .page-content h3, .floorplan-intro .page-content h4, .floorplan-intro .page-content h5, .floorplan-intro .page-content h6, .floorplan-intro .page-content p {
    color: white
}

.content-about-us {
  padding: 60px;
}

.entry-content h1 {
    font-size: 38px;
    font-size: 2.375rem;
    color: white;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 25px;
    text-transform: none
}

.fancybox-skin {
    padding: 0 !important
}

.fancybox-wrap .fancybox-title-float-wrap .child {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 25px;
    display: block
}

.fancybox-wrap {
  /*top: 40px !important;*/
}

.fancybox-wrap .fancybox-desktop .fancybox-type-inline .fancybox-opened {
    max-width: 100%;
    width: 100% !important
}

/*.page-template-pages_floorplans-php article.page-content {
    padding-top: 100px
}*/

.page-template-pages_floorplans-php .page-button {
    min-width: 275px
}

.page-template-pages_floorplans-php .fancybox-inner {
    overflow: auto !important
}

.page-template-pages_floorplans-php .bottom-image img {
    display: block;
    width: 100%
}

.fancybox-inner {
    background: white
}

.fancybox-inner .floor-plan-images {
    padding: 50px
}

.fancybox-inner .top-panel {
    overflow: auto;
    background: #f5f5f5;
    position: relative
}

.fancybox-inner .general-info {
    width: 50%;
    float: left;
    background: #d74022;
    color: white;
    padding: 30px 40px;
    max-width: 500px
}

.fancybox-inner .general-info .building-number {
    float: left;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 300;
    font-style: normal;
    font-size: 84px;
    font-size: 5.25rem;
    padding: 0;
    line-height: .8;
    margin-right: 15px
}

.fancybox-inner .general-info h3 {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: uppercase;
    padding: 0
}

.fancybox-inner .general-info p {
    padding: 0;
    font-size: 16px;
    font-size: 1rem
}

.fancybox-inner ul {
    margin: 0
}

.fancybox-inner .location-info {
    width: 50%;
    float: left;
    background: #f5f5f5;
    padding: 30px
}

.fancybox-inner .location-info h3 {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 700;
    font-style: normal;
    color: #4c4c4c;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 0
}

.fancybox-inner .location-info p {
    padding: 0;
    color: #d74022
}

.fancybox-inner .download-link {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    background: #4c4c4c;
    color: white;
    float: right;
    padding: 8px 15px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    right: 0;
    top: 37px
}

.fancybox-inner .download-link:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: solid 18px transparent;
    border-right-color: #4c4c4c;
    left: -36px;
    top: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}

.fancybox-inner .download-link:hover {
    background: #d74022;
    color: white
}

.fancybox-inner .download-link:hover:before {
    border-right-color: #d74022
}

.fancybox-inner .floor-plan-images li {
    text-align: center
}

.fancybox-inner .bottom-panel {
    padding: 40px;
    position: relative
}

.fancybox-inner .bottom-panel .panel-compass {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px
}

.fancybox-inner .bottom-panel ul {
    max-width: 55%;
    margin-bottom: 0
}

.fancybox-inner .bottom-panel .fancy-footer {
    max-width: 35%;
    font-family: 'Graphik-light', Helvetica, sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    bottom: 40px;
    right: 40px;
    padding: 0
}

#content {

}

#content #clubhouse-details {
  text-align: center;
}

#content #clubhouse-details h3 {
  color: #d74022;
}

#content #clubhouse-details .text-block {
  padding: 60px 80px;
  padding-bottom: 0;
}

#content #clubhouse-details #clubhouse-first-paragraph.text-block {
  padding-bottom: 60px;
}

#content #clubhouse-details .text-block .text-column p,
#content #clubhouse-details .text-block .text-column h3 {
  width: 80%;
  margin: 0 auto;
}

#content #clubhouse-details #hero-banner {
  min-height: 700px;
}

#floorplans {
    position: relative
}

#area-map-controls {
    position: absolute;
    background: #d74022;
    z-index: 10;
    bottom: 50px
}

#area-map-controls ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

#area-map-controls a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 15px;
    background: white;
    color: #4c4c4c;
    font-size: 20px;
    font-size: 1.25rem
}

#area-map-controls a.active, #area-map-controls a:hover {
    background: #d74022;
    color: white
}

#area-map-controls .title {
    background: #4c4c4c;
    color: white;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    padding: 10px 25px;
    text-transform: uppercase
}

#area-maps .area-map {
    position: relative;
    display: none
}

#area-maps .area-map.active {
    display: block
}

#area-maps .area-map .image-map {
    vertical-align: bottom;
    display: block;
    width: 100%
}

#area-maps .homes .title {
    background: #4c4c4c;
    color: white;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    padding: 10px 25px;
    text-transform: uppercase;
    display: none
}

#area-maps .homes-list {
    margin: 0;
    padding: 0;
    list-style: none
}

#area-maps .single-home {
    position: absolute;
    opacity: 0
}

#area-maps .single-home.sold {
    opacity: 1
}

#area-maps .single-home .mobile-content {
    display: none
}

#area-maps .single-home .mobile-content h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 0;
    font-weight: 600
}

#area-maps .single-home .mobile-content p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    padding: 0;
    color: white
}

#area-maps .single-home.active, #area-maps .single-home:hover {
    opacity: 1
}

#area-maps .single-home.active .hover, #area-maps .single-home:hover .hover {
    display: block;
    z-index: 99
}

#area-maps .split-home {
    display: block;
    height: 8.6%;
    position: absolute;
    width: 8.55%;
    cursor: pointer
}

#area-maps .split-home.block-1 {
    left: 77.5%;
    top: 71%
}

#area-maps .split-home.block-2 {
    left: 77.5%;
    top: 79%
}

#area-maps .split-home.block-3 {
    left: 71.4%;
    top: 69.7%;
    width: 6.1%
}

#area-maps .split-home.block-4 {
    top: 78%;
    left: 71.4%;
    width: 6.1%
}

#area-maps .split-home:hover {
    z-index: 50
}

#area-maps .fancy-floorplan {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#area-maps .hover {
    background: #d74022;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 60px;
    width: 180px;
    border: solid 2px white;
    padding: 15px;
    display: none
}

#area-maps .hover:after {
    content: "";
    background: url(../../images/home-hover-arrow.png) no-repeat center center;
    bottom: -19px;
    display: block;
    height: 25px;
    left: 36%;
    position: absolute;
    width: 25px
}

#area-maps .hover h4 {
    font-size: 20px;
    font-size: 1.25rem
}

#area-maps .hover p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0
}

.neighbourhood-popup {
    padding: 25px 0;
    text-align: center
}

.page-template-_neighbourhoods .page-content {
    max-width: 100%
}

.page-template-_neighbourhoods .page-content h3, .page-template-_neighbourhoods .page-content .entry-content {
    max-width: 700px;
    margin: 0 auto
}

.page-template-_neighbourhoods .gallery-block {
    padding-bottom: 15px
}

.zoom-in-icon {
  position: absolute;
  right: 20px;
  margin-top: 5px;
  width: 32px;
  height: 32px;
}

.zoom-in-icon-left-image {
  right: 20px;
}

.zoom-in-icon-single-image {
  right: 5px;
}

#map-intro {
    background: #707070;
    color: white;
    padding: 60px 25px;
    text-align: center;
    position: relative
}

#map-intro .scroll-down {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 10
}

#map-intro .scroll-down a {
    background: url(../../images/icon-down-arrow-grey.png) no-repeat center center;
    display: inline-block;
    height: 50px;
    width: 50px;
    outline: 0
}

#map-intro h1, #map-intro h2 {
    padding-bottom: 0px;
    letter-spacing: 0.02em
}

#map-intro h3 {
    letter-spacing: 0.06em
}

#map-intro p {
    font-style: italic;
    font-size: 20px;
    font-size: 1.25rem
}

#map-intro .button {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    background: #d74022;
    color: #707070;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 10px 50px;
    border: none;
    position: relative
}

#map-intro .button:hover {
    background: #d74022;
    color: white
}

#map-intro .button:before, #map-intro .button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px
}

#map-intro .button:before {
    right: 0px;
    background: url(../../images/banner-cover-right-grey.png) no-repeat right center
}

#map-intro .button:after {
    background: url(../../images/banner-cover-left-grey.png) no-repeat right center;
    left: 0px
}

#map-filters {
    margin-top: 0px;
}

#neighbourhood-map {
    background: #3fa3db
}

#neighbourhood-map .tabs .slider-thumbs {
    margin: 0 0 -1px;
    padding: 0;
    text-align: center
}

#neighbourhood-map .tabs .slider-thumbs li {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    background: white;
    cursor: pointer;
    display: inline;
    display: inline-block;
    line-height: 1;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    color: #707070
}

#neighbourhood-map .tabs .slider-thumbs li+li {
    margin-left: 30px
}

#neighbourhood-map .tabs .slider-thumbs li.flex-active {
    background: #3fa3db;
    color: white
}

#neighbourhood-map .tabs .slides>li {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 35px 75px
}

#neighbourhood-map .tabs .slides>li ul {
    margin: 0
}

#neighbourhood-map .tabs .slides>li ul li {
    padding-bottom: 15px
}

#neighbourhood-map .tabs .slides>li a {
    color: white
}

#neighbourhood-map .accordions {
    display: none
}

#neighbourhood-map .accordion {
    padding-bottom: 0
}

#neighbourhood-map .accordion h5 {
    padding-bottom: 15px
}

#neighbourhood-map .accordion .title {
    cursor: pointer;
    border-bottom: 1px solid #c8c8c8;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    background: white
}

#neighbourhood-map .accordion .title h5 {
    color: #4c4c4c
}

#neighbourhood-map .accordion .title:after {
    font-size: 18px;
    font-size: 1.125rem;
    content: '+';
    font-weight: 400;
    position: absolute;
    top: 11px;
    right: 10px;
    text-align: center;
    width: 25px
}

#neighbourhood-map .accordion .content {
    display: none;
    font-style: italic;
    padding-bottom: 15px
}

#neighbourhood-map .accordion .content p:last-child {
    padding-bottom: 0
}

#neighbourhood-map .accordion .content ul {
    margin: 0
}

#neighbourhood-map .accordion .content li {
    background: #d74022;
    line-height: 1;
    padding-bottom: 10px
}

#neighbourhood-map .accordion .content li a {
    color: white;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem
}

#neighbourhood-map .accordion .flex-active .title {
    position: relative;
    background: #3fa3db
}

#neighbourhood-map .accordion .flex-active .title h5 {
    color: white
}

#neighbourhood-map .accordion .flex-active .title:after {
    content: '-';
    color: white
}

#neighbourhood-map .accordion .flex-active .content {
    display: block;
    padding-top: 20px;
    /*background: #d74022*/
}

#neighbourhood-map .accordion .flex-active .content li {
    background: none
}

#neighbourhood-map .accordion .flex-active .content a {
    color: white
}

#neighbourhood-map ul.accordion {
    list-style: none;
    margin: 0px
}

#neighbourhood-map #map {
    min-height: 500px;
    margin-bottom: -44px;
}

#neighbourhood-map #map img {
    max-width: none
}

#map .gm-style-iw {
    height: auto !important
}

#map .info-box {
    padding-bottom: 5px;
    overflow: auto;
    height: 50px;
    display: table-cell;
    vertical-align: middle
}

#bottom-callouts {
    background: white
}

#bottom-callouts .bottom-row {
    padding: 65px 75px
}

#bottom-callouts .bottom-row h3 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #4c4c4c;
    font-weight: 100;
    padding-bottom: 10px
}

#bottom-callouts .bottom-row h5 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none;
    padding-bottom: 10px
}

#bottom-callouts .bottom-row p {
    font-size: 18px;
    font-size: 1.125rem
}

#bottom-callouts .bottom-row:nth-of-type(even) .image-column {
    position: relative;
    left: 41.66667%
}

#bottom-callouts .bottom-row:nth-of-type(even) .text-column {
    position: relative;
    right: 58.33333%
}

#bottom-callouts .bottom-row+.bottom-row {
    border-top: solid 1px #d8d5d3
}

#bottom-callouts .image-column {
    width: 55.33333%
}

#bottom-callouts .text-column {
    width: 43.66667%
}

.gallery-block {
    background: white;
    padding: 30px 80px;
    text-align: center;
    position: relative
}

.gallery-block .scroll-down {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 10
}

.gallery-block .scroll-down a {
    background: url(../../images/icon-down-arrow-white.png) no-repeat center center;
    display: inline-block;
    height: 50px;
    width: 50px;
    outline: 0
}

/*.gallery-block:nth-of-type(even) {
    background: #f5f5f5
}*/

.gallery-block:nth-of-type(even) .scroll-down {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 10
}

.gallery-block:nth-of-type(even) .scroll-down a {
    background: url(../../images/icon-down-arrow-lightgrey.png) no-repeat center center;
    display: inline-block;
    height: 50px;
    width: 50px;
    outline: 0
}

.gallery-block h3 {
    color: #707070
}

.gallery-block p {
    max-width: 675px;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.125rem
}

.gallery-block img {
    vertical-align: bottom
}

/*.gallery-block .introduction {
    padding-bottom: 50px
}*/

.gallery-block .gallery-row {
    padding-bottom: 30px;
    position: relative;
    /*padding-right: 15px;
    padding-left: 15px;*/
}

.gallery-block .page-button {
    margin-bottom: 0
}

#contact-details {
    background: white;
    padding: 75px 65px 50px;
    text-align: left
}

#contact-details .page-button {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 100px
}

#contact-details .page-button-wrap {
    margin-bottom: 25px
}

#contact-details .label {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #4c4c4c
}

#contact-details p {
    color: #707070
}

#contact-details .info-block {
    padding-bottom: 25px
}

#contact-details .info-block h3 {
    padding-bottom: 0
}

#contact-details .info-block p a {
  color: #707070;
  transition: all .3s ease;
}

#contact-details .info-block p a:hover, #contact-details .info-block p a:focus, #contact-details .info-block p a:active {
  color: #d74022;
}

#contact-details h1, #contact-details h2, #contact-details h3, #contact-details h4, #contact-details h5, #contact-details h6 {
    color: #d74022
}

#contact-details h1 a, #contact-details h2 a, #contact-details h3 a, #contact-details h4 a, #contact-details h5 a, #contact-details h6 a {
    color: #d74022
}

#contact-details h1 a:hover, #contact-details h2 a:hover, #contact-details h3 a:hover, #contact-details h4 a:hover, #contact-details h5 a:hover, #contact-details h6 a:hover {
    color: #d74022
}

#contact-details #form-validation-check {
	border: none;
	box-shadow: none;
	pointer-events: none;
	height: 0px;
	color: transparent;
	background-color: transparent;
	padding: 0px;
}

#map-box .map-box-contact {
  height: 500px;
}

#map img {
    vertical-align: bottom
}

#map-box {
    position: relative;
    height: 400px
}

#map-box iframe {
    height: 100%;
    width: 100%
}

#map-box img {
    max-width: none
}

#map-box .acf-map {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0
}

#register-header {
    background: white;
    text-align: center;
    padding: 0 5px
}

#register-header h1 {
    color: #d74022;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    font-size: 2.125rem;
    text-transform: uppercase;
    padding: 35px 0
}

#register-header h1 span {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 100;
    font-style: italic;
    text-transform: none
}

#registerpage-content {
    background: #707070;
    text-align: center
}

#registerpage-content p {
    font-size: 12px;
    font-size: 0.75rem;
    color: white
}

#form-container {
    max-width: 625px;
    margin: 0 auto;
    padding: 75px 25px
}

#form-container table {
    width: 100%
}

#form-container .intro-text {
    padding: 5px
}

#form-container .formContainerTable, #form-container .containerTable {
    margin: 0 auto
}

#form-container h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 100;
    font-style: normal;
    color: white;
    line-height: 1.3;
    padding-bottom: 50px
}

#form-container tr {
    vertical-align: middle
}

#form-container .radioGroup {
    text-align: left;
    margin-bottom: 15px
}

#form-container .radioGroup form-label {
    padding-right: 10px;
    color: white
}

#form-container .security-code {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    font-weight: 600
}

#form-container .security-code input {
    font-size: 20px;
    font-size: 1.25rem
}

#form-container .form-label {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    width: 200px;
    text-align: left;
    font-weight: 600;
    padding: 10px 0;
    vertical-align: center;
    padding-right: 25px
}

#form-container textarea, #form-container input[type=text] {
    width: 100% !important;
    margin-bottom: 15px
}

#form-container select {
    width: 100% !important
}

#form-container .form-row {
    max-width: 450px;
    margin: 0 auto
}

#form-container .question-block {
    padding-bottom: 15px;
    overflow: auto
}

#submit-btn button {
    font-family: 'Graphik-light', Helvetica, sans-serif;;
    font-weight: 600;
    font-style: normal;
    background: #d74022;
    color: #707070;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 10px 50px;
    border: none;
    position: relative;
    margin-top: 50px
}

#submit-btn button:hover {
    background: #d74022;
    color: white
}

#submit-btn button:before, #submit-btn button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px
}

#submit-btn button:before {
    right: 0px;
    background: url(../../images/banner-cover-right-grey.png) no-repeat right center
}

#submit-btn button:after {
    background: url(../../images/banner-cover-left-grey.png) no-repeat right center;
    left: 0px
}

.error-404 {
    background: white;
    padding: 100px 25px
}

.error-404 .entry-title {
    font-size: 82px;
    font-size: 5.125rem;
    text-align: center
}

.error-404 .entry-content {
    text-align: center
}

.error-404 .entry-content p {
    font-size: 36px;
    font-size: 2.25rem;
    font-style: italic;
    line-height: 72px
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides .image-wrap img {
    display: block;
    width: 100%
}

.flex-pauseplay span {
    text-transform: capitalize
}

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

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0;
    position: relative;
    zoom: 1
}

.flexslider .slides {
    zoom: 1
}

.flex-viewport {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    max-height: 2000px
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    height: 85px;
    margin-top: -42px;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 75px;
    z-index: 10
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0px
}

.flex-direction-nav .flex-next:after {
    background-image: url("../../images/slider-next.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px
}

.flex-direction-nav .flex-prev {
    left: 0px
}

.flex-direction-nav .flex-prev:after {
    background-image: url("../../images/slider-prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
}

.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
    opacity: 0.8
}

.flexslider:hover .flex-prev:hover, .flexslider:hover .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    filter: alpha(opacity=30);
    opacity: 0.3 !important
}

.flex-control-nav {
    position: absolute;
    text-align: right;
    width: 100%;
    right: 15px;
    bottom: 15px;
    z-index: 99
}

.flex-control-nav li {
    *display: inline;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    zoom: 1;
    vertical-align: bottom
}

.flex-control-nav li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none;
    cursor: pointer;
    display: block;
    height: 15px;
    text-indent: -9999px;
    width: 15px;
    border: solid 1px white
}

.flex-control-nav li a:hover {
    background: white
}

.flex-control-nav li a.flex-active {
    background: white;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static
}

.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%
}

.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1
}

/* Testimonials */

.testimonials .page-wrap {
	padding: 35px 85px;
}

.testimonials .page-wrap h1 {
	color: #d74022;
	text-transform: capitalize;
	font-size: 2.75rem;
}

.testimonials .page-wrap .grid-wrap hr:last-of-type {
	display: none;
}

.testimonials .page-wrap .grid-wrap .block-grid-features:last-of-type {
	margin-bottom: 25px;
}

.testimonials .page-wrap hr {
	margin: 50px auto;
}
.testimonials .page-wrap h2 {
	color: #d74022;
	font-size: 1.75rem;
}
.testimonials .page-wrap .page-button {
	background-color: #58595b;
	cursor: pointer;
	transition: background-color .3s ease;
}
.testimonials .page-wrap .page-button:hover, .page-button:focus, .page-button:active {
	background-color: #d74022;
}

.modal-wrapper {
	opacity: 0;
	transition: opacity .3s ease;
	height: 100vh;
	width: 100vw;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 0;

	cursor: pointer;
	pointer-events: none;
}

.modal-wrapper.active {
	opacity: 1;
	z-index: 1000;
	pointer-events: auto;
}

.modal-wrapper .close-modal-button {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
}

.modal-wrapper .modal-inner {
	display: block;
}

.modal-wrapper .modal-inner p {
	color: #ffffff;
}
.modal-wrapper .modal-inner p a {
	color: #ffffff;
}

@media screen and (max-width: 1075px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0
    }
}

.slideshow-wrapper .slides {
    position: relative
}

.slideshow-wrapper .slides>li {
    position: relative;
    min-height: 450px
}

.slideshow-wrapper .text-container {
    display: block;
    padding: 20px;
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%
}

.slideshow-wrapper .text-container h1, .slideshow-wrapper .text-container p {
    color: white
}

.slideshow-wrapper .text-container h1 {
    font-size: 72px;
    font-size: 4.5rem;
    padding-bottom: 0
}

.slideshow-wrapper .text-container p {
    font-size: 32px;
    font-size: 2rem;
    font-style: italic
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    border: 0;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    padding: 0 !important;
    position: relative;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 1px 1px 55px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 55px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 55px rgba(0, 0, 0, 0.75)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    height: 100%;
    width: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    background-image: url(../../images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    background-position: 0 -108px;
    cursor: pointer;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8060
}

#fancybox-loading div {
    background: url(../../images/fancybox/fancybox_loading.gif) center center no-repeat;
    height: 44px;
    width: 44px
}

.fancybox-close {
    background: url(../../images/fancybox/close.png) no-repeat;
    cursor: pointer;
    height: 34px;
    position: absolute;
    top: -34px;
    right: 0;
    width: 34px;
    z-index: 8040
}

.fancybox-nav {
    background: transparent url(../../images/fancybox/blank.gif);
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 40%;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-nav span {
    cursor: pointer;
    height: 55px;
    position: absolute;
    top: 55%;
    margin-top: -42px;
    width: 35px;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-prev span {
    background: url(../../images/fancybox/fancybox_prev.png) no-repeat;
    left: 10px;
}

.fancybox-next {
    right: 0
}

.fancybox-next span {
    background: url(../../images/fancybox/fancybox_next.png) no-repeat;
    right: 10px;
}

.fancybox-tmp {
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
    position: absolute;
    top: -99999px;
    left: -99999px
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    background: url(../../images/fancybox/fancybox_overlay.png);
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8010
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title-outside-wrap {
    color: #fff;
    margin-top: 10px;
    position: relative
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0
}

.insearch-floorplan-browser {
  width: 100%;
  height: 70vh;
  /*overflow: hidden;*/
  overflow: scroll;
  white-space: nowrap;

  width: 1px;
  min-width: 100%;
  *width: 100%;

  border: none;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading {
        background-image: url(../../images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../../images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

#secondary .widget_nav_menu li {
    display: none
}

#secondary .widget_nav_menu li.current_page_item, #secondary .widget_nav_menu .current-page-ancestor, #secondary .widget_nav_menu .current_page_parent {
    display: block
}

#secondary .widget_nav_menu li.current_page_item ul, #secondary .widget_nav_menu li.current_page_item li, #secondary .widget_nav_menu li.current_page_item a, #secondary .widget_nav_menu .current-page-ancestor ul, #secondary .widget_nav_menu .current-page-ancestor li, #secondary .widget_nav_menu .current-page-ancestor a, #secondary .widget_nav_menu .current_page_parent ul, #secondary .widget_nav_menu .current_page_parent li, #secondary .widget_nav_menu .current_page_parent a {
    display: block
}

#secondary .widget+.widget {
    margin-top: 25px
}

#site-footer {
    position: relative
}

#site-footer .scroll-up a {
    background: url(../../images/icon-up-arrow-grey.png) no-repeat center center;
    display: inline-block;
    height: 50px;
    width: 50px;
    outline: 0;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%)
}

#site-footer .columns-12 {
    padding: 0
}

#site-footer .footer-wrap {
    background: #4c4c4c;
    overflow: auto;
    max-width: 1170px;
    padding: 30px 75px;
    margin: 0 auto
}

#site-footer .footer-wrap .anthem-united-logo {
	display: inline-block;
}

#site-footer .footer-wrap .social-media-links-wrapper {
	margin-top: 10px;
}

#site-footer .footer-wrap .social-media-links {
	display: inline-block;
	text-decoration: none;
  padding-right: 10px;
}

#site-footer .footer-wrap .copyright-blurb {
  margin-top: 20px;
}

#site-footer img {
    float: left;
    margin-right: 50px
}

#site-footer small {
    color: white;
    display: block;
    line-height: 1.4;
    text-align: left;
    width: 100%;
    padding: 10px 0;
    font-size: 10px;
    font-size: 0.625rem
}

#site-footer small a {
    text-decoration: none
}

#footer-nav {
    margin: 0;
    text-align: left
}

#footer-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

#footer-nav li+li {
    margin-left: 20px
}

#footer-nav a {
    text-decoration: none
}
.page-template-_homeowner #hero-banner h1 {
  padding-top: 100px;
}
.homeowner-care-login-wrapper {
  width: 50%;
  margin: 0 auto;
  padding: 60px;
}
.form-group {
  margin: 15px 0;
}
.form-group label,
.form-group input {
  display: block;
}
.form-group input {
  outline: none;
  margin: 15px 0;
  width: 100%;
}
.homeowner-care-login-wrapper input.page-button {
  background: #d74022;
  color: #ffffff;
  width: 50%;
  border: 2px solid #d74022;
  /*border-bottom: 4px solid #962c17;*/
  min-height: 46px;
  transition-duration: .2s;
}
.homeowner-care-login-wrapper input.page-button:hover {
  background: #c1391e;
  color: #ffffff;
  border: 2px solid #c1391e;
  /*border-bottom: 4px solid #962c17;*/
}
.homeowner-care-login-wrapper input.page-button:active {
  top: 0;
  /*border-bottom: 0px solid #c1391e;*/
}

/* sold out hero */
#willow-sold-out-message {
	background-color: rgba(215, 64, 34, .75);
	min-width: 100%;
	position: absolute;
	left: 0;
	bottom: 0%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	height: 100%;
}

#willow-sold-out-message h1, #willow-sold-out-message h2, #willow-sold-out-message h3, #willow-sold-out-message p {
	color: #ffffff;
}

#willow-sold-out-message h2, #willow-sold-out-message h3 {
	font-style: italic;
}

#willow-sold-out-message h1 {
	font-size: 2.25rem;
	font-family: 'Graphik-medium';
	padding-bottom: 10px;
}

#willow-sold-out-message h3 {
	font-size: .85rem;
}

#willow-sold-out-message p {
	font-size: .75rem !important;
	padding-bottom: 0;
}

#willow-sold-out-message h2 {
	font-size: 1.15rem;
	margin-top: 10px;
	margin-bottom: -10px;
	padding-bottom: 0;
}

#view-communities-btn {

	border: 1px solid #ffffff;
	max-width: 155px;
	max-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
	cursor: pointer;
	line-height: .6;
	font-size: .8rem;
	margin-top: 20px;
	font-family: 'Graphik-medium';
}

#view-communities-btn span {
	padding: .7rem;
	color: #ffffff;
	text-transform: uppercase;
	transition: all .3s ease;
	background-color: transparent;
}

#view-communities-btn span:hover, #view-communities-btn span:focus, #view-communities-btn span:active {
	background-color: #ffffff;
	color: #d74022;
}

/* summertime platinum package modal */
#platinum-package-details-btn {
	background-color: transparent;
	border: 1px solid #ffffff;
	max-width: 225px;
	max-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
	cursor: pointer;
	line-height: .5;
}

#platinum-package-details-btn span {
	padding: 1rem;
	color: #ffffff;
	transition: all .3s ease;
}

#platinum-package-details-btn:hover, #platinum-package-details-btn:focus, #platinum-package-details-btn:active {
	background-color: #d74022;
}

#platinum-package-details-btn:hover span, #platinum-package-details-btn:focus span, #platinum-package-details-btn:active span {
	color: #ffffff;
}

.close-circle {
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: transparent;
	padding: .5rem;
	color: #ffffff;
	text-decoration: none;
	height: 32px;
	line-height: 0.7;
	font-size: 25px;
	width: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.close-circle:hover, .close-circle:focus, .close-circle:active {
	background-color: #d74022;
	color: #ffffff;
}

.modal#summertime-platinum-package-modal .modal-dialog {
	max-width: 100%;
}

.modal#summertime-platinum-package-modal .modal-dialog .inner-modal {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	background-color: transparent;
	border: none;
}

.center-align-vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#summertime-platinum-package-header {
	max-width: 220px;
	width: 100%;
}

#circle, .inner-circle {
	border-radius: 50%;
	transition: border-radius .3s ease;
}

#circle {
	background-color: #ffffff;
	height: 600px;
	width: 100%;
}

#circle .inner-circle {
	border: 6px solid #D74022;
	justify-content: space-evenly;
	height: 94%;
	width: 94%;
	padding: 20px 0;
}

#summertime-platinum-package-header {
	max-width: 220px;
	max-height: 140px;
	width: 100%;
}

#circle .inner-circle p {
	width: 90%;
	margin: 0;
}

p.options-info, p.list-of-options {
	font-family: 'Graphik-medium';
}

p.primary-copy {
	font-size: 20px;
}

p.options-info {
	max-width: 340px;
}

p.list-of-options {
	color: #D74022;
}

.wavy-hr {
	width: 194px;
	max-height: 10px;
}

.wavy-hr path {
	fill: none;
	stroke: #D74022;
	stroke-width: 1.3262;
	stroke-miterlimit: 10;
}

.close-btn {
	display: block;
	padding: 1rem 3.5rem;
	text-transform: capitalize;
	text-decoration: none;
	margin: 0 auto;
	background-color: #707070;
	border: 1px solid #707070;
	color: #ffffff;
	transition: all .3s ease;
	cursor: pointer;
}

.close-btn:hover, .close-btn:focus, .close-btn:active {
	background-color: #D74022;
}

#platinum-disclaimer {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

#platinum-disclaimer p {
	margin-top: 30px;
	color: #ffffff;
	font-size: .7rem;
	text-align: center;
}



@media screen and (max-width: 1155px) {
		#site-navigation #site-sub-navigation {
			display: none;
		}


    #home-slideshow .flexslider .text-wrap {
        padding: 25px
    }
    #home-slideshow .flexslider .text-wrap p {
        font-size: 30px;
        font-size: 1.875rem
    }
    #home-featured .text-wrap {
      padding: 40px 120px 190px 175px;
    }
    #home-intro h1 {
      font-size: 1.6rem;
    }
    .menu-main-menu-container {
        max-width: 100%;
        text-align: right;
        padding-right: 130px;
        display: none
    }
    .burger-trigger {
      display: block;
    }

		#site-footer .footer-wrap .copyright-blurb {
		  margin-top: 0;
		}
}

@media screen and (max-width: 1010px) {
    #top-banner-flydown {
        background: #3a3a3a;
        border-bottom: solid 7px #2a2a2a;
        display: none;
        overflow: auto
    }
    #top-banner-flydown .text-intro {
        width: 100%;
        max-width: 100%
    }
    #top-banner-flydown .text-intro br {
        display: none
    }
    #top-banner-flydown .callouts {
        max-width: 100%;
        min-width: 100%
    }
    #top-banner-flydown .callouts ul {
        text-align: center
    }
    #masthead .register-button {
        left: auto;
        position: absolute;
        right: 0;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 8px 15px
    }
    #masthead .register-button:before {
        left: -30px;
        border-width: 15px
    }
    #main-nav li+li {
        margin-left: 15px
    }
    #main-nav a {
        font-size: 16px;
        font-size: 1rem
    }
    /* #main-nav>li.current_page_item .sub-menu, #main-nav>li.current-menu-ancestor .sub-menu, #main-nav>li.current-menu-parent .sub-menu, #main-nav>li.current_page_parent .sub-menu, #main-nav>li.current_page_ancestor .sub-menu {
        margin: 0;
        margin-left: 200px;
        text-align: left
    }
    #main-nav>li.current_page_item .sub-menu a, #main-nav>li.current-menu-ancestor .sub-menu a, #main-nav>li.current-menu-parent .sub-menu a, #main-nav>li.current_page_parent .sub-menu a, #main-nav>li.current_page_ancestor .sub-menu a {
        font-size: 16px;
        font-size: 1rem
    } */
    #link-repeater {
        padding: 0 25px 100px
    }
    article.page-content {
        padding: 30px 25px 15px;
    }
    /*.page-template-pages_floorplans-php article.page-content {
        padding-top: 50px;
    }*/
    .entry-content h1 {
      font-size: 1.75em;
    }
    h3 {
      font-size: 1.75em;
      padding-bottom: 5px;
    }
}

@media screen and (max-width: 975px) {
    #home-featured .text-wrap {
        width: 100%;
        background: #fff;
        padding: 40px 50px 0px;
    }
    #home-featured .mobile-image,
    #content .mobile-image {
        display: block
    }
    #neighbourhood-map .tabs .slider-thumbs li+li {
        margin-left: 15px;
        bottom: 1px;
    }
    #home-callout {
        padding: 20px 35px 50px;
    }
    #home-callout .row {
        margin: 0
    }
    #home-callout .text-column, #home-callout .image-column {
        width: 100%
    }
    #home-callout .text-column {
        padding-right: 15px;
        margin-bottom: 25px
    }
    #site-footer .footer-wrap {
        padding: 30px 50px
    }
}

@media screen and (max-width: 900px) {
    #main-nav li+li {
        margin-left: 10px
    }
    #main-nav a {
        font-size: 12px;
        font-size: 0.75rem
    }
    #home-slideshow .flexslider .text-wrap {
        padding: 15px 15px 0 15px
    }
    #home-slideshow .flexslider .text-wrap p {
        font-size: 14px;
        font-size: 0.875rem
    }
    #home-slideshow .flexslider .text-wrap img {
        max-width: 75%
    }
    #finish-callouts .block-grid-3>li {
        width: 100%;
        margin-bottom: 50px
    }
    #finish-callouts .image-block {
        display: none
    }
    #neighbourhood-map .tabs .slider-thumbs li {
        padding: 15px
    }
    #neighbourhood-map .tabs .slides>li {
        padding: 35px 25px
    }
    .gallery-block {
        padding: 30px 50px
    }
    #bottom-callouts .bottom-row {
        padding: 25px
    }
    #bottom-callouts .bottom-row .row {
        margin: 0
    }
    .fancybox-inner .general-info {
        width: 100%;
        max-width: none
    }
    .fancybox-inner .location-info {
        width: 100%;
        min-width: 100%
    }
    .fancybox-inner .floor-plan-images {
        padding: 50px 10px
    }
    .fancybox-inner .download-link {
        top: 165px
    }
    .fancybox-inner .bottom-panel ul {
        max-width: 100%;
        width: 100%
    }
    .fancybox-inner .bottom-panel ul li {
        text-align: center;
        margin-bottom: 25px
    }
    .fancybox-inner .bottom-panel .fancy-footer {
        max-width: 100%;
        width: 100%;
        text-align: center;
        position: static
    }
    #home-intro h1 {
      font-size: 1.1rem;
    }
}

@media screen and (max-width: 768px) {
    .insearch-floorplan-browser {
      height: 70vh;
    }
    #floorplans {
        background: #f5f5f5
    }
    #floorplans #area-map-controls {
        position: static;
        width: 100%;
        overflow: auto;
        background: #f5f5f5;
        padding: 25px
    }
    #floorplans #area-map-controls li {
        width: 50%;
        float: left
    }
    #floorplans .title {
        text-align: center
    }
    #floorplans #area-maps .single-home {
        display: none;
        background: #707070;
        position: static;
        opacity: 1;
        width: 50% !important;
        height: auto;
        float: left;
        background: #707070 !important;
        color: white;
        border: solid white 1px;
        padding: 15px 10px;
        position: relative;
        left: 0 !important;
        top: 0 !important
    }
    #floorplans #area-maps .single-home:hover {
        background: #4c4c4c !important
    }
    #floorplans #area-maps .single-home:hover .hover {
        display: none
    }
    #floorplans #area-maps .single-home.new_home_type {
        display: block
    }
    #floorplans #area-maps .single-home.new_home_type.odd {
        clear: both
    }
    #floorplans #area-maps .single-home .mobile-content {
        display: block
    }
    #floorplans #area-maps .split-home {
        display: none
    }
    #floorplans #area-maps .homes {
        padding: 25px;
        margin-bottom: 25px;
        overflow: auto
    }
    #floorplans #area-maps .homes .title {
        display: block
    }

    #content #clubhouse-details .text-block {
      padding: 20px;
      padding-bottom: 0;
    }

    #content #clubhouse-details .text-block .text-column {
      width: 100%;
      margin: 0 auto;
    }
    #content #clubhouse-details #hero-banner {
      min-height: 350px;
    }

    #content #clubhouse-details .text-block {
      padding: 30px 20px;
      padding-bottom: 0;
    }
    #content #clubhouse-details #clubhouse-first-paragraph.text-block {
      padding: 30px 20px 15px;
    }
    .gallery-block {
        padding: 30px 15px 0px;
    }
    .gallery-block .gallery-row {
      padding-bottom: 15px;
    }
    .gallery-block .gallery-row:last-of-type {
      padding-bottom: 30px;
    }
    .gallery-block [class*="block-grid-"] {
      margin-bottom: 0;
    }
    .gallery-block [class*="block-grid-"] li:nth-of-type(odd) {
      padding-right: 7.5px;
    }
    .gallery-block [class*="block-grid-"] li:nth-of-type(even) {
      padding-left: 7.5px;
    }
    #content #clubhouse-details .text-block .text-column p, #content #clubhouse-details .text-block .text-column h3 {
      width: 100%;
      margin: 0 auto;
    }
    .features-finishes .page-wrap .features-header {
      padding: 30px 20px;
      padding-bottom: 0;
    }
    #finish-callouts .grid-wrap {
        padding: 0px 20px
    }
    .features-finishes .page-wrap .features-header h1 {
      font-size: 2rem;
    }
    .features-finishes .page-wrap .features-header .page-button {
      font-size: 0.7em;
    }
    #contact-details {
      padding: 15px;
      padding-bottom: 0;
    }
    #content #contact-details .block-grid-2>li:nth-of-type(2n+1),
    #content #contact-details .block-grid-2>li {
      width: 100%;
    }
    #contact-details .info-block {
      padding-bottom: 0;
    }
    .content-about-us {
      padding: 15px 0;
    }
    .content-about-us .columns-4 {
      text-align: left;
      margin-top: 15px;
    }
    .content-about-us .columns-4,
    .content-about-us .columns-8 {
      width: 100%;
      margin-bottom: 15px;
    }
    .content-about-us .page-button {
      margin: 10px 0;
    }
    #bottom-image img { /* .content-about-us */
      padding: 15px;
      padding-bottom: 30px;
    }
    #home-intro {
      padding: 40px 15px;
    }
    .zoom-in-icon-left-image {
      right: 12px;
    }
    .page-template-pages_gallery-php  .gallery-block {
      padding: 10px 15px 0px;
    }
    .page-template-pages_gallery-php  .gallery-block .gallery-row {
      padding-bottom: 0;
    }
    .page-template-pages_gallery-php  .gallery-block .gallery-row:last-of-type {
      padding-bottom: 15px;
    }
    .page-template-pages_gallery-php .gallery-block [class*="block-grid-"] li:nth-of-type(odd) {
      padding-right: 15px;
    }
    .page-template-pages_gallery-php .gallery-block [class*="block-grid-"] li:nth-of-type(even) {
      padding-left: 15px;
    }
    .page-template-pages_gallery-php .gallery-block .gallery-row {
       padding-right: 0;
       padding-left: 0;
    }
    .page-template-pages_gallery-php .zoom-in-icon {
      right: 20px;
    }
    .gallery-page-gallery-image {
      width: 100%;
    }
    .gallery-single-image-wrapper .zoom-in-icon {
      right: 5px;
    }
    #finish-callouts .grid-wrap .block-grid-features {
      margin-bottom: 0;
    }
    .features-finishes .gallery-block {
      padding: 15px 15px 0px;
    }
    .homeowner-care-login-wrapper {
      width: 100%;
      margin: 0 auto;
      padding: 15px;
    }
    .form-group {
      margin: 15px 0;
    }
    .form-group label,
    .form-group input {

    }
    .form-group input {
      width: 100%;
    }
    #home-intro h1 {
      font-size: 1rem;
      width: 90%;
    }
    .features-finishes .page-wrap .features-header .page-button,
    #finish-callouts .grid-wrap .block-grid-features li a.page-button {
      margin: 0 0 30px -5px;
    }
}

#anthem-footer {
     background-color: #000;
     color: #fff;
     font-size: 0.85rem;
     padding-top: 2rem;
     padding-bottom: 1rem;
		 padding-left: 1rem;
		 padding-right: 1rem;
}
 #anthem-footer a {
     color: #fff;
		 text-decoration: none;
}
 #anthem-footer a:hover {
     color: #adb5bd;
     text-decoration: none;
}
 #anthem-footer .footer-grid {
     display: -ms-grid;
     display: grid;
     grid-template-areas: "social" "logo" "disclaimer";
}
 #anthem-footer .footer-grid .anthem-logo {
     grid-area: logo;
     margin-top: 1.75rem;
     margin-bottom: 1.75rem;
}
 #anthem-footer .footer-grid .anthem-logo .anthem-united-logo {
     width: 120px;
     height: 50px;
}
 #anthem-footer .footer-grid .anthem-logo .anthem-united-logo path {
     fill: #fff;
}
 #anthem-footer .footer-grid .social-media-links {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     grid-area: social;
     width: 50%;
     min-width: 150px;
}
 #anthem-footer .footer-grid .social-media-links a {
     width: 50%;
}
 #anthem-footer .footer-grid .social-media-links a:nth-child(-n+2) {
     margin-bottom: 0.5rem;
}
 #anthem-footer .footer-grid .disclaimer {
     padding-top: 1rem;
     padding-bottom: 1rem;
     grid-area: disclaimer;
     font-size: 0.6rem;
}
 #anthem-footer .footer-grid .disclaimer p {
     display: inline-block;
     margin-bottom: 0;
     font-size: 0.6rem;
		 color: #ffffff;
}
 #anthem-footer .footer-grid .disclaimer a {
     display: inline-block;
     margin-left: 0.5rem;
     padding-left: 0.5rem;
     position: relative;
}
 #anthem-footer .footer-grid .disclaimer a::before {
     background-color: #fff;
     content: "";
     left: 0;
     position: absolute;
     top: calc(50% - 0.5rem);
     width: 1px;
     height: 1rem;
}
 @media (min-width: 768px) {
     #anthem-footer {
         padding-top: 4rem;
         padding-bottom: 1.5rem;
				 padding-left: 1.5rem;
				 padding-right: 1.5rem;
    }
     #anthem-footer .footer-grid {
         -ms-grid-columns: 1fr 1fr;
         grid-template-columns: 1fr 1fr;
         -ms-grid-rows: auto auto;
         grid-template-rows: auto auto;
         grid-template-areas: "logo social" "disclaimer .";
    }
     #anthem-footer .footer-grid .anthem-logo {
         margin-top: 0;
         margin-bottom: 0;
    }
     #anthem-footer .footer-grid .social-media-links {
         justify-self: end;
    }
     #anthem-footer .footer-grid .disclaimer {
         padding-top: 3rem;
         font-size: 0.7rem;
    }
     #anthem-footer .footer-grid .disclaimer p {
         font-size: 0.7rem;
    }
}
 #other-communities {
     background-color: #fff;
     position: relative;
		 margin-top: 2rem;
}
 #other-communities #other-communities-button {
     color: #fff;
     background-color: #000;
     border-color: #000;
     position: absolute;
     top: -38px;
     left: calc(50% - (320px / 2));
     width: 320px;
		 padding: 10px;
		 text-transform: uppercase;
}
 #other-communities #other-communities-button:hover {
     color: #fff;
     background-color: #212529;
     border-color: #212529;
}
 #other-communities #other-communities-button:focus, #other-communities #other-communities-button.focus {
     box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
 #other-communities #other-communities-button.disabled, #other-communities #other-communities-button:disabled {
     color: #fff;
     background-color: #000;
     border-color: #000;
}
 #other-communities #other-communities-button:not(:disabled):not(.disabled):active, #other-communities #other-communities-button:not(:disabled):not(.disabled).active, .show > #other-communities #other-communities-button.dropdown-toggle {
     color: #fff;
     background-color: black;
     border-color: black;
}
 #other-communities #other-communities-button:not(:disabled):not(.disabled):active:focus, #other-communities #other-communities-button:not(:disabled):not(.disabled).active:focus, .show > #other-communities #other-communities-button.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
 #other-communities #other-communities-button[aria-expanded="true"] {
     /* background-color: #e9ecef; */
     background-color: #ffffff;
     border-color: #fff;
     color: #000;
}
 #other-communities #other-communities-button:active, #other-communities #other-communities-button:focus {
     box-shadow: none;
     outline: none;
}
 #other-communities .communities-container-inner {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-direction: column;
     flex-direction: column;
     padding-top: 2rem;
     padding-bottom: 2rem;
}
 #other-communities .community-item {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-align: center;
     align-items: center;
     margin: 1rem;
		 text-decoration: none;
}
 #other-communities .community-item:hover {
     text-decoration: none;
}
 #other-communities .community-item svg {
     transition: transform 0.3s cubic-bezier(0.01, 1, 1, 1);
     margin-bottom: 1rem;
     width: 170px;
     height: 85px;
}
 #other-communities .community-item svg path {
     fill: #6c757d;
     transition: fill 0.3s ease;
}
 #other-communities .community-item .city-label {
     color: #6c757d;
     font-family: 'Graphik-light', Helvetica, sans-serif;
     font-size: 0.9rem;
     letter-spacing: 0.1rem;
     text-align: center;
     text-transform: uppercase;
     transition: color 0.3s ease;
}
 #other-communities .community-item:hover svg {
     transform: scale(1.1);
}
 #other-communities .community-item:hover svg#turnleaf-logo path {
     fill: #6299b2;
}
 #other-communities .community-item:hover svg#reflections-logo path {
     fill: #0085c4;
}
 #other-communities .community-item:hover svg#haven-logo path {
     fill: #005470;
}
 #other-communities .community-item:hover svg#willow-logo path {
     fill: #d74022;
}
 #other-communities .community-item:hover svg#riverchase-logo path {
     fill: #5b7e96;
}
 #other-communities .community-item:hover .city-label {
     color: #495057;
}
 @media (min-width: 576px) {
     #other-communities .communities-container-inner {
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
    }
     #other-communities .community-item {
         -ms-flex-positive: 1;
         flex-grow: 1;
         -ms-flex-negative: 0;
         flex-shrink: 0;
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
    }
}

.collapse:not(.show){
    display:none
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
}
@media screen and (prefers-reduced-motion:reduce){
    .collapsing{
        transition:none
    }
}

@media screen and (max-width: 767px) {
		#new-year-new-home-sales-promo {
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
		}

		#new-year-new-home-disclaimer-modal .modal-dialog {
			min-width: 320px;
		}

		#new-year-new-home-graphic {
			height: 90px;
			width: auto !important;
		}

		#ribbon-call-to-action {
			max-width: 320px;
		}

    h1 {
        font-size: 36px;
        font-size: 2.25rem
    }
    .top-banner .neighbourhoods-link {
        display: none
    }
    .top-banner .top-banner-tag {
        text-align: left;
        font-size: 12px;
        font-size: 0.75rem
    }
    #top-banner-flydown {
        display: none !important
    }
    #masthead .register-button {
        top: 20px
    }
    #masthead .site-branding {
        /*padding-bottom: 35px*/
        max-height: 81px;
    }
    /*.home #masthead .site-branding {
        min-height: 125px
    }*/
    .home #masthead .site-branding .home-logo {
        display: block
    }
    #site-navigation {
        height: 0
    }
    #main-nav>li>a {
        display: none
    }
    #main-nav>li.current_page_item, #main-nav>li.current-menu-ancestor, #main-nav>li.current-menu-parent, #main-nav>li.current_page_parent, #main-nav>li.current_page_ancestor {
        border-bottom: solid 10px #e8e3e0
    }
    /* #main-nav>li.current_page_item .custom-sub, #main-nav>li.current-menu-ancestor .custom-sub, #main-nav>li.current-menu-parent .custom-sub, #main-nav>li.current_page_parent .custom-sub, #main-nav>li.current_page_ancestor .custom-sub {
        bottom: -90px
    }
    #main-nav>li.current_page_item .sub-menu, #main-nav>li.current-menu-ancestor .sub-menu, #main-nav>li.current-menu-parent .sub-menu, #main-nav>li.current_page_parent .sub-menu, #main-nav>li.current_page_ancestor .sub-menu {
        text-align: left !important;
        margin: 0 20px
    }
    #main-nav>li.current_page_item .sub-menu li, #main-nav>li.current-menu-ancestor .sub-menu li, #main-nav>li.current-menu-parent .sub-menu li, #main-nav>li.current_page_parent .sub-menu li, #main-nav>li.current_page_ancestor .sub-menu li {
        display: block
    }
    #main-nav>li.current_page_item .sub-menu li+li, #main-nav>li.current-menu-ancestor .sub-menu li+li, #main-nav>li.current-menu-parent .sub-menu li+li, #main-nav>li.current_page_parent .sub-menu li+li, #main-nav>li.current_page_ancestor .sub-menu li+li {
        margin: 0
    } */
    .mobile-trigger {
        display: block;
        /*top: 60px*/
    }
    .flex-control-nav li a {
        height: 10px;
        width: 10px
    }
    .site-content, .widget-area {
        float: left;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%
    }
    #home-intro p {
        font-size: 14px;
        font-size: 0.875rem
    }
    #home-intro h2 {
        font-size: 24px;
        font-size: 1.5rem
    }
    #home-featured .text-wrap {
        padding: 15px
    }
    .entry-content h1 {
      padding-bottom: 5px;
    }
    article.page-content h3 {
        word-wrap: break-word;
    }
    article.page-content {
        text-align: left;
    }
    #home-callout {
        padding: 0 0 15px
    }
    #home-callout .h3 {
        word-wrap: break-word;
        font-size: 32px;
        font-size: 2rem
    }
    #site-footer .footer-wrap {
        padding: 15px
    }
    #site-footer .footer-wrap .columns-3 {
        padding: 0;
        width: 100%;
        margin-bottom: 15px
    }
    #site-footer .footer-wrap .columns-9 {
        padding: 0;
        width: 100%
    }
    #site-footer small {
        font-size: 14px;
        font-size: 0.5rem;
        padding: 0;
    }
    /*.gallery-block {
        padding: 80px 25px
    }*/
    .gallery-block .block-grid-3 li {
        margin-bottom: 15px;
        width: 100%
    }
    /*.gallery-block .block-grid-3 li img {
        width: 100%
    }*/
    #link-repeater {
        padding: 0 15px 100px
    }
    #link-repeater ul {
        text-align: center
    }
    #link-repeater li {
        width: auto;
        display: inline-block;
        margin-bottom: 25px;
        float: none
    }
    #bottom-callouts .bottom-row {
        padding: 25px 15px
    }
    #bottom-callouts .bottom-row .image-column, #bottom-callouts .bottom-row .text-column {
        position: static;
        width: 100%;
        margin-bottom: 25px
    }
    #bottom-callouts .bottom-row:nth-of-type(even) .image-column, #bottom-callouts .bottom-row:nth-of-type(even) .text-column {
        position: static;
        width: 100%
    }
    #bottom-callouts .bottom-row .image-column img {
        width: 100%
    }
    #neighbourhood-map #map {
        min-height: 250px
    }
    #neighbourhood-map .tabs {
        display: none
    }
    #neighbourhood-map .accordions {
        display: block
    }
    #map-box {
        height: 250px
    }
    #contact-details h2 {
        font-size: 24px;
        font-size: 1.5rem
    }
    #contact-details h3 {
        font-size: 30px;
        font-size: 1.875rem;
        word-wrap: break-word
    }
    #contact-details [class*="block-grid-"] {
      margin-bottom: 0;
    }
    #form-container table {
        width: 100%
    }
    #form-container .radioGroup {
        text-align: center
    }
    #formTable tr {
        display: block
    }
    #formTable td, #formTable td.form-label, #formTable td.control {
        width: 100%;
        display: block;
        text-align: center
    }
    #formTable td input[type=text], #formTable td.form-label input[type=text], #formTable td.control input[type=text] {
        width: 100%
    }
    #formTable tr.security-code td.control {
        margin-top: 5px;
        padding-top: 5px
    }
    #content #clubhouse-details {
      text-align: left;
    }
		.testimonials .page-wrap {
			padding: 15px;
		}
		.testimonials .page-wrap .grid-wrap .block-grid-features:last-of-type {
			margin-bottom: 10px;
		}
		.testimonials .page-wrap h2 {
			margin-top: 15px;
			padding-bottom: 15px;
		}
		.testimonials .page-wrap .page-button {
			margin: 0 auto;
		}
}

@media screen and (max-width: 681px) {
	#platinum-package-details-btn {
		max-width: 185px;
		max-height: 32px;
		bottom: 18%;
	}

	#platinum-package-details-btn span {
		font-size: .8rem;
		padding: .6rem;
	}

	.modal#summertime-platinum-package-modal .modal-dialog .inner-modal {
		margin-top: 60px;
	}

	.close-circle {
		top: -45px;
	}

	#circle {
		height: 760px;
	}

	#circle, .inner-circle {
		border-radius: 0;
	}

    #masthead .register-button {
        font-size: 12px;
        font-size: 0.75rem
    }
    #masthead .register-button:before {
        left: -30px;
        border-width: 15px
    }
    #home-slideshow .text-wrap p {
        font-size: 12px;
        font-size: 0.75rem
    }
    .fancybox-inner .location-info {
        text-align: center
    }
    .fancybox-inner .top-panel {
        text-align: center
    }
    .fancybox-inner .download-link {
        font-family: 'Graphik-light', Helvetica, sans-serif;;
        font-weight: 600;
        font-style: normal;
        background: #d74022;
        color: #707070;
        text-transform: uppercase;
        margin: 15px 0;
        padding: 10px 50px;
        border: none;
        position: relative;
        margin-top: 0;
        top: 0;
        display: inline-block;
        left: 0;
        right: 0;
        float: none
    }
    .fancybox-inner .download-link:hover {
        background: #d74022;
        color: white
    }
    .fancybox-inner .download-link:before, .fancybox-inner .download-link:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 25px;
        height: 100%
    }
    .fancybox-inner .download-link:before {
        right: 0px;
        left: auto;
        border: none;
        background: url(../../images/banner-cover-right-light.png) no-repeat right center
    }
    .fancybox-inner .download-link:after {
        background: url(../../images/banner-cover-left-light.png) no-repeat right center;
        left: 0px
    }
    .fancybox-inner .general-info {
        text-align: center
    }
    .fancybox-inner .general-info h1 {
        display: block;
        float: none;
        padding-bottom: 10px
    }
    .block-grid-features>li {
      width: 100%;
    }
    .block-grid-features>:nth-of-type(1n+1) {
      clear: both;
    }
}

@media screen and (max-width: 465px) {
    #home-featured .text-wrap {
        padding: 15px
    }
    #home-featured .button {
        margin-bottom: 15px
    }
    h2 {
        font-size: 32px;
        font-size: 2rem
    }
}

.container {
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

@media (min-width: 576px) {
	.container {
	    max-width: 540px;
	}

	#willow-sold-out-message {
		min-width: 55%;
		border-right: 11px solid #ffffff;
		bottom: 0;
		padding: 20px 30px 20px 50px;
		min-height: 300px;
		height: auto;
	}

	#willow-sold-out-message h1 {
		font-size: 5rem;
		padding-bottom: 25px;
	}

	#willow-sold-out-message h3 {
		font-size: 1.125rem;
	}

	#willow-sold-out-message h2 {
		font-size: 1.35rem;
		margin-top: 20px;
	}

	#willow-sold-out-message p {
		font-size: 1rem !important;
		padding-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.container {
	    padding-left: 0;
	    padding-right: 0;
			max-width: 720px;
	}

	#willow-sold-out-message {
		bottom: 7%;
	}
}

@media (min-width: 992px) {
	.container {
	    max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
	    max-width: 1140px;
	}

	#willow-sold-out-message {
		min-width: 45%;
	}
}

.lt-ie9 .block-grid-2>li:first-child+li {
    float: right
}

.lt-ie9 .block-grid-2>li:first-child+li+li {
    clear: both
}

.lt-ie9 .block-grid-3>li:first-child+li+li {
    float: right
}

.lt-ie9 .block-grid-3>li:first-child+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-4>li:first-child+li+li+li {
    float: right
}

.lt-ie9 .block-grid-4>li:first-child+li+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-5>li:first-child+li+li+li+li {
    float: right
}

.lt-ie9 .block-grid-5>li:first-child+li+li+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-6>li:first-child+li+li+li+li+li {
    float: right
}

.lt-ie9 .block-grid-6>li:first-child+li+li+li+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-7>li:first-child+li+li+li+li+li+li {
    float: right
}

.lt-ie9 .block-grid-7>li:first-child+li+li+li+li+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-8>li:first-child+li+li+li+li+li+li+li {
    float: right
}

.lt-ie9 .block-grid-8>li:first-child+li+li+li+li+li+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-9>li:first-child+li+li+li+li+li+li+li+li {
    float: right
}

.lt-ie9 .block-grid-9>li:first-child+li+li+li+li+li+li+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-10>li:first-child+li+li+li+li+li+li+li+li+li {
    float: right
}

.lt-ie9 .block-grid-10>li:first-child+li+li+li+li+li+li+li+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-11>li:first-child+li+li+li+li+li+li+li+li+li+li {
    float: right
}

.lt-ie9 .block-grid-11>li:first-child+li+li+li+li+li+li+li+li+li+li+li {
    clear: both
}

.lt-ie9 .block-grid-12>li:first-child+li+li+li+li+li+li+li+li+li+li+li {
    float: right
}

.lt-ie9 .block-grid-12>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li {
    clear: both
}

@media
(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #site-footer .scroll-up a {
      background: url(../../images/icon-up-arrow-grey@2x.png) no-repeat center center;
  }
}

_:-ms-lang(x), _:-webkit-full-screen, #circle .inner-circle {
	justify-content: space-around;
}

/* --- edge specific --- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#circle .inner-circle {
		justify-content: space-around;
	}
}

/* --- ie11 / edge specific --- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.container.footer-grid {
		display: flex !important;
		justify-content: space-between !important;
		flex-direction: column !important;
	}
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) {
	.container.footer-grid {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center;
		position: relative;
		flex-direction: row !important;
	}

	#anthem-footer {
		padding-bottom: 4.5rem;
	}

	.anthem-logo {
		margin-bottom: 30px;
	}

	.social-media-links {
		width: 200px !important;
		align-self: flex-end;
		position: absolute;
		right: 0px;
		top: 0px;
	}

	#anthem-footer .disclaimer {
		position: absolute;
		left: 0;
	}
}
