/*!
 * Client name
 * Copyright 2014 Marvin Made This 
 * Custom SCSS
 */
/*
    @include transition(color .3s ease);
*/
/*
    @include keyframes(slide-down) {
      0% { opacity: 1; }
      90% { opacity: 0; }
    }

    .element {
      width: 100px;
      height: 100px;
      background: black;
      @include animation('slide-down 5s 3');
    }
*/
/*
    @include opacity(0.8)
*/
/* ---------------------------------------------- /*
 * BOOTSTRAP COLOUR OVERRIDES FOR BRAND COLOUR
/* ---------------------------------------------- */
/* line 5, ../scss/_bootstrap_colour_override.scss */
a {
  color: #007A92;
}
/* line 7, ../scss/_bootstrap_colour_override.scss */
a:hover, a:focus {
  color: #005260;
}

/* line 12, ../scss/_bootstrap_colour_override.scss */
.text-primary {
  color: #007A92;
}

/* line 16, ../scss/_bootstrap_colour_override.scss */
.btn-primary {
  background-color: #007A92;
  border-color: #007A92;
}
/* line 19, ../scss/_bootstrap_colour_override.scss */
.btn-primary:hover {
  background-color: #005260;
  border-color: #005260;
}
/* line 23, ../scss/_bootstrap_colour_override.scss */
.btn-primary.disabled, .btn-primary[disabled] {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 29, ../scss/_bootstrap_colour_override.scss */
fieldset[disabled] .btn-primary {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 35, ../scss/_bootstrap_colour_override.scss */
.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 41, ../scss/_bootstrap_colour_override.scss */
fieldset[disabled] .btn-primary:hover {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 47, ../scss/_bootstrap_colour_override.scss */
.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 53, ../scss/_bootstrap_colour_override.scss */
fieldset[disabled] .btn-primary.focus {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 59, ../scss/_bootstrap_colour_override.scss */
.btn-primary.disabled.active, .btn-primary[disabled].active {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 65, ../scss/_bootstrap_colour_override.scss */
fieldset[disabled] .btn-primary.active {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 70, ../scss/_bootstrap_colour_override.scss */
.btn-primary .badge, .btn-link {
  color: #007A92;
}

/* line 74, ../scss/_bootstrap_colour_override.scss */
.btn-primary.btn-invert {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #007A92;
}
/* line 78, ../scss/_bootstrap_colour_override.scss */
.btn-primary.btn-invert:hover {
  background-color: #007A92;
  border-color: #007A92;
  color: #FFFFFF;
}

/* line 85, ../scss/_bootstrap_colour_override.scss */
.dropdown-menu > .active > a {
  background-color: #007A92;
}
/* line 87, ../scss/_bootstrap_colour_override.scss */
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #007A92;
}

/* line 92, ../scss/_bootstrap_colour_override.scss */
.nav .open > a {
  border-color: #007A92;
}
/* line 94, ../scss/_bootstrap_colour_override.scss */
.nav .open > a:hover, .nav .open > a:focus {
  border-color: #007A92;
}

/* line 99, ../scss/_bootstrap_colour_override.scss */
.nav-pills > li.active > a {
  background-color: #007A92;
}
/* line 101, ../scss/_bootstrap_colour_override.scss */
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #007A92;
}

/* line 107, ../scss/_bootstrap_colour_override.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #007A92;
}

/* line 112, ../scss/_bootstrap_colour_override.scss */
.list-group-item.active {
  background-color: #007A92;
  border-color: #007A92;
}
/* line 115, ../scss/_bootstrap_colour_override.scss */
.list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #007A92;
  border-color: #007A92;
}

@media screen and (min-width: 768px) {
  /* line 122, ../scss/_bootstrap_colour_override.scss */
  .text-columns-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 137, ../scss/_bootstrap_colour_override.scss */
  .text-columns-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 144, ../scss/_bootstrap_colour_override.scss */
.text-columns-2 ul {
  padding-left: 10px;
  list-style: none;
}
/* line 147, ../scss/_bootstrap_colour_override.scss */
.text-columns-2 ul li {
  text-indent: -5px;
}
/* line 148, ../scss/_bootstrap_colour_override.scss */
.text-columns-2 ul li:before {
  content: '-';
  position: relative;
  left: -5px;
}
/* line 156, ../scss/_bootstrap_colour_override.scss */
.text-columns-2 h4 {
  text-transform: uppercase;
}

/* ---------------------------------------------- /*
 * BUTTONS
/* ---------------------------------------------- */
/* line 6, ../scss/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: 0;
}

/* line 12, ../scss/_buttons.scss */
.btn-primary-invert {
  background-color: transparent;
  border: 1px solid #007A92;
  color: #007A92;
}
/* line 16, ../scss/_buttons.scss */
.btn-primary-invert:hover {
  background-color: #007A92;
  border: 1px solid #007A92;
  color: #FFFFFF;
}

/* line 23, ../scss/_buttons.scss */
.btn-no-style {
  border: 0;
  background: transparent;
}
/* line 26, ../scss/_buttons.scss */
.btn-no-style:active, .btn-no-style:focus {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 34, ../scss/_buttons.scss */
.cta .btn-no-style {
  padding: 0;
  margin: 0;
}

/* ---------------------------------------------- /*
 * BACKGROUND IMAGES
/* ---------------------------------------------- */
/* line 5, ../scss/_custom.scss */
.img-background-responsive {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
}

/* ---------------------------------------------- /*
 * OFF CANVAS
/* ---------------------------------------------- */
@media screen and (max-width: 991px) {
  /* line 16, ../scss/_custom.scss */
  #mast-head {
    padding-top: 0;
  }
  /* line 18, ../scss/_custom.scss */
  #mast-head .container {
    width: 100%;
  }
  /* line 21, ../scss/_custom.scss */
  #mast-head .toggle-nav-container {
    padding-left: 0;
    padding-right: 0;
    background-color: #4C4342;
    height: 45px;
    width: 100%;
  }

  /* line 29, ../scss/_custom.scss */
  .offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  /* line 35, ../scss/_custom.scss */
  .offcanvas-right {
    right: 0;
  }

  /* line 38, ../scss/_custom.scss */
  .offcanvas-left {
    left: 0;
  }

  /* line 41, ../scss/_custom.scss */
  .offcanvas-right .sidebar-offcanvas {
    right: -80%;
  }

  /* line 44, ../scss/_custom.scss */
  .offcanvas-left .sidebar-offcanvas {
    left: -80%;
  }

  /* line 47, ../scss/_custom.scss */
  .offcanvas-right.active {
    right: 80%;
  }

  /* line 50, ../scss/_custom.scss */
  .offcanvas-left.active {
    left: 80%;
  }

  /* line 53, ../scss/_custom.scss */
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 80%;
    /* 6 columns */
    overflow: auto;
  }
  /* line 61, ../scss/_custom.scss */
  .sidebar-offcanvas .container {
    width: 100%;
  }
  /* line 64, ../scss/_custom.scss */
  .sidebar-offcanvas .main-ul {
    margin: 0;
    padding: 0;
  }
}
/* ---------------------------------------------- /*
 * PLACEHOLDERS
/* ---------------------------------------------- */
/* line 20, ../scss/_mixin.scss */
input::-webkit-input-placeholder {
  text-transform: uppercase !important;
}
/* line 21, ../scss/_mixin.scss */
input:-moz-placeholder {
  text-transform: uppercase !important;
}
/* line 22, ../scss/_mixin.scss */
input::-moz-placeholder {
  text-transform: uppercase !important;
}
/* line 23, ../scss/_mixin.scss */
input:-ms-input-placeholder {
  text-transform: uppercase !important;
}

/* line 20, ../scss/_mixin.scss */
textarea::-webkit-input-placeholder {
  text-transform: uppercase !important;
}
/* line 21, ../scss/_mixin.scss */
textarea:-moz-placeholder {
  text-transform: uppercase !important;
}
/* line 22, ../scss/_mixin.scss */
textarea::-moz-placeholder {
  text-transform: uppercase !important;
}
/* line 23, ../scss/_mixin.scss */
textarea:-ms-input-placeholder {
  text-transform: uppercase !important;
}

/* line 20, ../scss/_mixin.scss */
#generalEnquiries-wrapper input::-webkit-input-placeholder {
  color: white !important;
}
/* line 21, ../scss/_mixin.scss */
#generalEnquiries-wrapper input:-moz-placeholder {
  color: white !important;
}
/* line 22, ../scss/_mixin.scss */
#generalEnquiries-wrapper input::-moz-placeholder {
  color: white !important;
}
/* line 23, ../scss/_mixin.scss */
#generalEnquiries-wrapper input:-ms-input-placeholder {
  color: white !important;
}

/* line 20, ../scss/_mixin.scss */
#generalEnquiries-wrapper textarea::-webkit-input-placeholder {
  color: white !important;
}
/* line 21, ../scss/_mixin.scss */
#generalEnquiries-wrapper textarea:-moz-placeholder {
  color: white !important;
}
/* line 22, ../scss/_mixin.scss */
#generalEnquiries-wrapper textarea::-moz-placeholder {
  color: white !important;
}
/* line 23, ../scss/_mixin.scss */
#generalEnquiries-wrapper textarea:-ms-input-placeholder {
  color: white !important;
}

/* ---------------------------------------------- /*
 * FLEXSLIDER OVERRIDES
/* ---------------------------------------------- */
/* line 91, ../scss/_custom.scss */
.flex-control-paging li a:hover {
  background: #007A92;
}

/* line 94, ../scss/_custom.scss */
.flex-control-paging li a.flex-active {
  background: #007A92;
  cursor: default;
}

/* line 98, ../scss/_custom.scss */
.flexslider .flex-caption {
  font-family: 'AvenirNextLTW01-Regular', 'Times New Roman', Times, serif;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  bottom: 0;
  padding: 0 20px;
  position: absolute;
  z-index: 1;
}

/* ---------------------------------------------- /*
 * FOOTER
/* ---------------------------------------------- */
/* line 6, ../scss/_footer.scss */
footer h4 {
  color: #AA9386 !important;
}
/* line 9, ../scss/_footer.scss */
footer .btn {
  /*background-color: $donkey-brown;*/
}

/* ---------------------------------------------- /*
 * FORMS
/* ---------------------------------------------- */
/* line 5, ../scss/_forms.scss */
.form-control {
  background-color: #817B7B;
  border: none;
  color: #FFFFFF;
  -webkit-appearance: textfield;
  appearance: textfield;
}
/* line 11, ../scss/_forms.scss */
.form-control:focus {
  border-color: #007A92;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 transparent, 1px 1px 8px rgba(222, 149, 133, 0.6);
  box-shadow: inset 0 0 0 transparent, 1px 1px 8px rgba(222, 149, 133, 0.6);
}

/* line 19, ../scss/_forms.scss */
label {
  font-weight: normal;
}

/* line 23, ../scss/_forms.scss */
html.no-placeholder label.sr-only {
  display: inline-block;
  height: auto;
  width: auto;
  position: relative;
}

/* line 30, ../scss/_forms.scss */
legend {
  margin: 0 0 30px 0;
  float: left;
  clear: both;
  border: none;
  color: #007A92;
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
}

/* line 42, ../scss/_forms.scss */
form button[type="submit"], form#generalEnquiries label, form#propertyFinder label {
  font-family: 'NewBaskervilleW01-Itali', 'Times New Roman', Times, serif;
}
/* line 45, ../scss/_forms.scss */
form#contactForm .form-control, form#brochureRequest .form-control {
  background-color: #EDECEC;
  color: #555555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 53, ../scss/_forms.scss */
label.error {
  width: 100% !important;
  padding-top: 0 !important;
  color: #007A92;
}

/* line 59, ../scss/_forms.scss */
.form-control.error {
  border: 1px solid #007A92;
}

/* line 63, ../scss/_forms.scss */
input[type="reset"] {
  font-family: 'NewBaskervilleW01-Itali', 'Times New Roman', Times, serif;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  /* line 70, ../scss/_forms.scss */
  form#contactForm label, form#brochureRequest label {
    float: left;
    width: 40%;
    padding: 6px 0;
  }

  /*form#contactForm select,
  form#brochureRequest select {
      float: right;
      width: 60%;
  }*/
}
/* ---------------------------------------------- /*
 * FANCY RADIO / CHECKBOX
/* ---------------------------------------------- */
/* line 87, ../scss/_forms.scss */
.fancy-checkbox.form-group, .fancy-radio.form-group {
  border-bottom: 1px solid #007A92;
  margin-bottom: 8px;
}

/* line 92, ../scss/_forms.scss */
.fancy-checkbox.form-group:first-child, .fancy-radio.form-group:first-child, .fancy-checkbox.form-group:nth-child(2), .fancy-radio.form-group:nth-child(2) {
  border-top: 1px solid #007A92;
  padding-top: 8px;
}

/* line 97, ../scss/_forms.scss */
.fancy-checkbox.form-group:last-child, .fancy-radio.form-group:last-child {
  margin-bottom: 30px;
}

/* line 101, ../scss/_forms.scss */
.fancy-checkbox input[type="checkbox"], .fancy-radio input[type="radio"] {
  display: none;
}

/* line 105, ../scss/_forms.scss */
.fancy-checkbox > label, .fancy-radio > label {
  color: #FFFFFF;
}

/* line 109, ../scss/_forms.scss */
.fancy-checkbox input[type="checkbox"] + label span.label, .fancy-radio input[type="radio"] + label span.label {
  display: inline-block;
  float: left;
  line-height: 26px;
  margin-left: 8px;
  text-transform: uppercase;
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-weight: normal;
}

/* line 119, ../scss/_forms.scss */
.fancy-checkbox input[type="checkbox"] + label span.checkbox, .fancy-radio input[type="radio"] + label span.radio {
  display: inline-block;
  float: left;
  margin: 0;
  width: 26px;
  height: 26px;
  background: url("../graphics/checkbox.gif") left top no-repeat;
  cursor: pointer;
}

/* line 129, ../scss/_forms.scss */
.fancy-checkbox input[type="checkbox"]:checked + label span.checkbox, .fancy-radio input[type="radio"]:checked + label span.radio {
  background: url("../graphics/checkbox.gif") left bottom no-repeat;
}

/* line 133, ../scss/_forms.scss */
.fancy-checkbox input[type="checkbox"]:checked + label, .fancy-radio input[type="radio"]:checked + label {
  color: #007A92;
}

/* ---------------------------------------------- /*
 * FANCY SELECT
/* ---------------------------------------------- */
/* line 141, ../scss/_forms.scss */
.fancy-select {
  width: 100%;
  overflow: hidden;
  background: url(../graphics/btn-arrow-down.png) no-repeat 97% center #817B7B;
}
/* line 145, ../scss/_forms.scss */
.fancy-select select {
  width: 110% !important;
  background-color: transparent !important;
  cursor: pointer;
  /*background: url(../graphics/btn-arrow-down.png) no-repeat 97% center $gray;*/
}
/* line 150, ../scss/_forms.scss */
.fancy-select select option {
  background-color: #817B7B;
}

/* line 157, ../scss/_forms.scss */
form#contactForm .fancy-select, form#brochureRequest .fancy-select {
  background: url(../graphics/btn-arrow-down-2.png) no-repeat 97% center #EDECEC;
}
/* line 160, ../scss/_forms.scss */
form#contactForm .fancy-select select option, form#brochureRequest .fancy-select select option {
  background-color: #EDECEC;
}

@media screen and (min-width: 768px) {
  /* line 167, ../scss/_forms.scss */
  form#contactForm .fancy-select, form#brochureRequest .fancy-select {
    width: 60%;
  }
}
/* ---------------------------------------------- /*
 * LAYOUT
/* ---------------------------------------------- */
/* line 5, ../scss/_layout.scss */
header, footer, nav, section {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  display: block;
}

/*tables */
/* line 15, ../scss/_layout.scss */
.table {
  display: table;
  width: 100%;
  height: inherit;
}

/* line 21, ../scss/_layout.scss */
td, th {
  vertical-align: middle;
  padding: 6px 10px;
}

/* line 26, ../scss/_layout.scss */
.cell-middle {
  display: table-cell !important;
  vertical-align: middle;
}

/* ---------------------------------------------- /*
 * LAYOUT - RESETS
/* ---------------------------------------------- */
/* line 35, ../scss/_layout.scss */
.padding-top-none {
  padding-top: 0 !important;
}

/* line 39, ../scss/_layout.scss */
.padding-bottom-none {
  padding-bottom: 0 !important;
}

/* line 43, ../scss/_layout.scss */
.margin-top-none {
  margin-top: 0 !important;
}

/* line 47, ../scss/_layout.scss */
.margin-bottom-none {
  margin-bottom: 0 !important;
}

/* line 51, ../scss/_layout.scss */
.padding-left-none {
  padding-left: 0 !important;
}

/* line 55, ../scss/_layout.scss */
.padding-right-none {
  padding-right: 0 !important;
}

/* line 59, ../scss/_layout.scss */
.margin-left-none {
  margin-left: 0 !important;
}

/* line 63, ../scss/_layout.scss */
.margin-right-none {
  margin-right: 0 !important;
}

/* ---------------------------------------------- /*
 * LAYOUT - PADDING
/* ---------------------------------------------- */
/* line 71, ../scss/_layout.scss */
.padding-top-6x {
  padding-top: 120px;
}

/* line 75, ../scss/_layout.scss */
.padding-top-5x {
  padding-top: 100px;
}

/* line 79, ../scss/_layout.scss */
.padding-top-4x {
  padding-top: 80px;
}

/* line 83, ../scss/_layout.scss */
.padding-top-3x {
  padding-top: 60px;
}

/* line 87, ../scss/_layout.scss */
.padding-top-2x {
  padding-top: 40px;
}

/* line 91, ../scss/_layout.scss */
.padding-top-1x {
  padding-top: 20px;
}

/* line 95, ../scss/_layout.scss */
.padding-bottom-6x {
  padding-bottom: 120px;
}

/* line 99, ../scss/_layout.scss */
.padding-bottom-5x {
  padding-bottom: 100px;
}

/* line 103, ../scss/_layout.scss */
.padding-bottom-4x {
  padding-bottom: 80px;
}

/* line 107, ../scss/_layout.scss */
.padding-bottom-3x {
  padding-bottom: 60px;
}

/* line 111, ../scss/_layout.scss */
.padding-bottom-2x {
  padding-bottom: 40px;
}

/* line 115, ../scss/_layout.scss */
.padding-bottom-1x {
  padding-bottom: 20px;
}

/* ---------------------------------------------- /*
 * LAYOUT - MARGIN
/* ---------------------------------------------- */
/* line 123, ../scss/_layout.scss */
.margin-top-6x {
  margin-top: 120px;
}

/* line 127, ../scss/_layout.scss */
.margin-top-5x {
  margin-top: 100px;
}

/* line 131, ../scss/_layout.scss */
.margin-top-4x {
  margin-top: 80px;
}

/* line 135, ../scss/_layout.scss */
.margin-top-3x {
  margin-top: 60px;
}

/* line 139, ../scss/_layout.scss */
.margin-top-2x {
  margin-top: 40px;
}

/* line 143, ../scss/_layout.scss */
.margin-top-1x {
  margin-top: 20px;
}

/* line 147, ../scss/_layout.scss */
.margin-bottom-6x {
  margin-bottom: 120px;
}

/* line 151, ../scss/_layout.scss */
.margin-bottom-5x {
  margin-bottom: 100px;
}

/* line 155, ../scss/_layout.scss */
.margin-bottom-4x {
  margin-bottom: 80px;
}

/* line 159, ../scss/_layout.scss */
.margin-bottom-3x {
  margin-bottom: 60px;
}

/* line 163, ../scss/_layout.scss */
.margin-bottom-2x {
  margin-bottom: 40px;
}

/* line 167, ../scss/_layout.scss */
.margin-bottom-1x {
  margin-bottom: 20px;
}

/* ---------------------------------------------- /*
 * CONTENT SECTIONS LAYOUT
/* ---------------------------------------------- */
/* line 175, ../scss/_layout.scss */
.section-text-content .content-div {
  text-align: center;
}

/* line 179, ../scss/_layout.scss */
.section-ctas {
  padding-top: 16px;
}
/* line 181, ../scss/_layout.scss */
.section-ctas .container {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 182, ../scss/_layout.scss */
.section-ctas .container .col {
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 190, ../scss/_layout.scss */
.section-ctas .cta {
  text-align: center;
  color: #FFFFFF;
}
/* line 194, ../scss/_layout.scss */
.section-ctas .cta-content {
  padding: 10px 25%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

/* line 202, ../scss/_layout.scss */
html.no-flexbox .section-ctas .cta-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 211, ../scss/_layout.scss */
.section-ctas .cta {
  height: 330px;
  position: relative;
  display: table;
  width: 100%;
  background-color: #4C4342;
}
/* line 212, ../scss/_layout.scss */
.section-ctas .cta .heading, .section-ctas .cta p {
  color: #FFFFFF;
  text-shadow: none;
}
/* line 217, ../scss/_layout.scss */
.section-ctas .cta:hover .heading, .section-ctas .cta:hover p {
  color: #FFFFFF;
}
/* line 222, ../scss/_layout.scss */
.section-ctas .cta .bg-img + .cta-content .heading, .section-ctas .cta .bg-img + .cta-content p {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: text-shadow 700ms ease;
  /* Safari */
  transition: text-shadow 700ms ease;
}
/* line 228, ../scss/_layout.scss */
.section-ctas .cta .bg-img + .cta-content h3.h1.heading.news-cta-label {
  text-shadow: none;
  /* -webkit-transition: text-shadow 700ms ease;*/
  /* Safari */
  transition: text-shadow 700ms ease;
}
/* line 236, ../scss/_layout.scss */
.section-ctas .cta:hover .bg-img + .cta-content .heading, .section-ctas .cta:hover .bg-img + .cta-content p {
  text-shadow: 0 0 0 transparent;
}
/* line 245, ../scss/_layout.scss */
.section-ctas .cta .team-quote {
  font-family: 'NewBaskervilleW01-Itali', 'Times New Roman', Times, serif;
  display: none;
  font-size: 18px;
}
/* line 251, ../scss/_layout.scss */
.section-ctas .cta-bg {
  height: 330px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}
/* line 265, ../scss/_layout.scss */
.section-ctas .cta:hover .cta-bg {
  opacity: 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* line 270, ../scss/_layout.scss */
.section-ctas .cta .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*display: block;*/
  width: 100%;
  opacity: 1;
  background-color: transparent;
}
/* line 279, ../scss/_layout.scss */
.section-ctas .cta:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 284, ../scss/_layout.scss */
.section-ctas.news-ctas .cta {
  text-align: left;
  background-color: #4C4342;
}

@media screen and (min-width: 992px) {
  /* line 291, ../scss/_layout.scss */
  .section-text-content .content-div {
    padding: 0 20%;
  }

  /* line 294, ../scss/_layout.scss */
  .section-ctas .cta-content {
    padding: 10% 1%;
  }

  /* line 297, ../scss/_layout.scss */
  .section-ctas .cta {
    /* solved by flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  /* line 306, ../scss/_layout.scss */
  .section-text-content .content-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* line 311, ../scss/_layout.scss */
  .section-ctas .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 314, ../scss/_layout.scss */
  .section-ctas .container .col {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 319, ../scss/_layout.scss */
  .section-ctas .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 325, ../scss/_layout.scss */
  .section-ctas .cta, .section-ctas .cta-bg {
    height: 285px;
  }
  /* line 328, ../scss/_layout.scss */
  .section-ctas .meet-the-team {
    padding-left: 1px !important;
  }
}
/* ---------------------------------------------- /*
 * LOADER / LOADING
/* ---------------------------------------------- */
/* line 5, ../scss/_loaders.scss */
.next-clearfix {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

/* line 12, ../scss/_loaders.scss */
.loading {
  background: url(../graphics/loading.gif) no-repeat center;
  text-indent: -9999px;
  height: 120px;
}

@media screen and (min-width: 992px) {
  /* line 19, ../scss/_loaders.scss */
  .morePosts {
    display: none;
  }
}
/* ---------------------------------------------- /*
 * SPINNER for BUTTONS
/* ---------------------------------------------- */
/* line 27, ../scss/_loaders.scss */
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

/* line 37, ../scss/_loaders.scss */
.has-spinner.btn.active .spinner {
  width: 16px;
  opacity: 1;
}

/* ---------------------------------------------- /*
 * MAIN LAYOUT STYLES
/* ---------------------------------------------- */
/* line 5, ../scss/_main_layout_styles.scss */
.header-phone {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}

/* line 11, ../scss/_main_layout_styles.scss */
#mast-head {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 14, ../scss/_main_layout_styles.scss */
#mast-head .brand {
  display: block;
  padding: 30px 0;
}
/* line 17, ../scss/_main_layout_styles.scss */
#mast-head .brand > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 24, ../scss/_main_layout_styles.scss */
#mast-head .register-interest {
  text-transform: uppercase;
  margin-top: 10px;
}

/* line 30, ../scss/_main_layout_styles.scss */
#text-size {
  line-height: 42px;
  height: 42px;
  font-size: 0;
}
/* line 34, ../scss/_main_layout_styles.scss */
#text-size .btn {
  vertical-align: bottom;
  box-shadow: none;
  padding: 0 3px;
}
/* line 38, ../scss/_main_layout_styles.scss */
#text-size .btn.active {
  box-shadow: none;
  text-decoration: underline;
}
/* line 42, ../scss/_main_layout_styles.scss */
#text-size .btn.text-normal {
  font-size: 14px;
}
/* line 45, ../scss/_main_layout_styles.scss */
#text-size .btn.text-large {
  font-size: 20px;
}
/* line 48, ../scss/_main_layout_styles.scss */
#text-size .btn.text-xlarge {
  font-size: 25px;
}

@media screen and (max-width: 460px) {
  /* line 55, ../scss/_main_layout_styles.scss */
  #mast-head .brand {
    padding: 18px 10px 0 10px;
  }
}
@media screen and (max-width: 991px) {
  /* line 61, ../scss/_main_layout_styles.scss */
  #mast-head {
    padding-top: 0;
  }

  /* line 64, ../scss/_main_layout_styles.scss */
  #mast-head .brand {
    padding: 25px 0 10px 0;
  }

  /* line 67, ../scss/_main_layout_styles.scss */
  .header-phone {
    text-align: inherit;
  }
}
@media screen and (min-width: 992px) {
  /* line 73, ../scss/_main_layout_styles.scss */
  #mast-head .register-interest {
    float: right;
    text-transform: uppercase;
  }

  /* line 77, ../scss/_main_layout_styles.scss */
  #text-size {
    text-align: right;
  }
}
/* ---------------------------------------------- /*
 * MAIN SETTINGS
/* ---------------------------------------------- */
/* line 5, ../scss/_main_settings.scss */
body {
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  font-size: 16px;
}
/* line 8, ../scss/_main_settings.scss */
body.font-large {
  font-size: 175%;
}
/* line 11, ../scss/_main_settings.scss */
body.font-xlarge {
  font-size: 225%;
}

/* Typography: Styling general elements and classes */
/* line 18, ../scss/_main_settings.scss */
html, body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

/* line 23, ../scss/_main_settings.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'NewBaskervilleW01-Itali', 'Times New Roman', Times, serif;
  color: #007A92;
  font-weight: normal;
  margin-top: 0;
}

/* line 30, ../scss/_main_settings.scss */
h4 {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 21px;
  letter-spacing: 0.05em;
}

/* line 36, ../scss/_main_settings.scss */
a:focus, input:focus {
  outline: none;
  text-decoration: none;
}

/* line 41, ../scss/_main_settings.scss */
p > a {
  font-family: 'NewBaskervilleW01-Itali', 'Times New Roman', Times, serif;
  text-decoration: underline;
}

/* line 46, ../scss/_main_settings.scss */
b, strong, .strong {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-weight: normal;
}

/* line 51, ../scss/_main_settings.scss */
dt, dd {
  width: 45%;
  float: left;
  clear: none;
}

/* line 59, ../scss/_main_settings.scss */
.text-lg {
  font-size: large;
}

/* line 63, ../scss/_main_settings.scss */
.text-xlg {
  font-size: x-large;
}

/* line 67, ../scss/_main_settings.scss */
.underline {
  text-decoration: underline;
}

/* line 71, ../scss/_main_settings.scss */
.underline-none {
  text-decoration: none;
}
/* line 73, ../scss/_main_settings.scss */
.underline-none:hover {
  text-decoration: none;
}

/* line 78, ../scss/_main_settings.scss */
p, ul {
  margin-bottom: 28px;
  line-height: 1.6;
}

/* line 83, ../scss/_main_settings.scss */
li {
  margin-bottom: 18px;
}

/* line 87, ../scss/_main_settings.scss */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 1px 0 0 0 !important;
}

/* ---------------------------------------------- /*
 * NAVS
/* ---------------------------------------------- */
/* line 5, ../scss/_navs.scss */
#global-nav {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 10, ../scss/_navs.scss */
#main-nav {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* line 13, ../scss/_navs.scss */
#main-nav .sub-ul {
  letter-spacing: 0.03em;
}

/* line 18, ../scss/_navs.scss */
#global-nav .nav-col {
  display: inline-block;
  width: 100%;
}

/* line 23, ../scss/_navs.scss */
#main-nav .nav-col {
  display: inline-block;
  width: 100%;
  height: 46px;
}

/* line 29, ../scss/_navs.scss */
html.no-mediaqueries #main-nav ul {
  text-align: center;
}
/* line 31, ../scss/_navs.scss */
html.no-mediaqueries #main-nav ul > li > a {
  margin: 0 5px;
}

/* line 36, ../scss/_navs.scss */
#global-nav li, #main-nav li {
  list-style: none;
  margin: 0;
}

/* line 41, ../scss/_navs.scss */
#global-nav a, #main-nav a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  /*line-height: 38px;*/
}

@media screen and (max-width: 991px) {
  /* line 49, ../scss/_navs.scss */
  #global-nav {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 55, ../scss/_navs.scss */
  #global-nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
  }

  /* line 60, ../scss/_navs.scss */
  #main-nav ul {
    /*force the desired behaviour*/
    text-align: justify;
    /*remove the minimum gap between columns caused by whitespace*/
    font-size: 1px;
    padding: 0;
    margin: 0;
  }

  /* line 68, ../scss/_navs.scss */
  #global-nav li, #main-nav li {
    /*make text-align property applicable*/
    display: inline;
    margin: 0;
  }

  /* line 73, ../scss/_navs.scss */
  #global-nav ul:after, #main-nav ul:after, .force-justify {
    content: '';
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
  }
}
/* ---------------------------------------------- /*
 * GLOBAL NAV
/* ---------------------------------------------- */
/* line 86, ../scss/_navs.scss */
#global-nav {
  background: url(../graphics/global-nav-bg.gif) repeat-x top #937767;
}
/* line 88, ../scss/_navs.scss */
#global-nav ul {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.4;
}
/* line 93, ../scss/_navs.scss */
#global-nav li {
  margin-bottom: 0;
  line-height: 1.4;
}
/* line 97, ../scss/_navs.scss */
#global-nav .main-ul {
  height: 38px;
  overflow: hidden;
  -webkit-transition: height 700ms ease;
  /* Safari */
  transition: height 700ms ease;
}
/* line 98, ../scss/_navs.scss */
#global-nav .main-ul > li {
  float: left;
  width: 20%;
  padding: 10px 0;
}
/* line 103, ../scss/_navs.scss */
#global-nav .main-ul .sub-ul {
  /*display: none;*/
  margin: 25px 0 10px 0;
}
/* line 106, ../scss/_navs.scss */
#global-nav .main-ul .sub-ul li {
  display: block;
}
/* line 108, ../scss/_navs.scss */
#global-nav .main-ul .sub-ul li a {
  line-height: 26px;
}
/* line 119, ../scss/_navs.scss */
#global-nav:hover .main-ul .sub-ul {
  /*display: block;*/
}
/* line 122, ../scss/_navs.scss */
#global-nav.active .main-ul {
  height: 210px;
}
/* line 126, ../scss/_navs.scss */
#global-nav .main-ul .gn-renaissance {
  width: 26%;
}
/* line 129, ../scss/_navs.scss */
#global-nav .main-ul .gn-about, #global-nav .main-ul .gn-lifestyle {
  width: 17%;
}
/* line 132, ../scss/_navs.scss */
#global-nav .main-ul .gn-villages, #global-nav .main-ul .gn-guide {
  width: 20%;
}

@media screen and (max-width: 1250px) {
  /* line 140, ../scss/_navs.scss */
  #global-nav ul > li > a {
    font-size: 12px;
  }
  /* line 143, ../scss/_navs.scss */
  #global-nav .main-ul > li {
    padding: 10px 0;
  }
}
/*#global-nav:hover .main-ul {
    height: 210px;
}*/
/* ---------------------------------------------- /*
 * MAIN NAV
/* ---------------------------------------------- */
/* line 158, ../scss/_navs.scss */
#main-nav a {
  font-size: 16px;
  line-height: 46px;
}
/* line 162, ../scss/_navs.scss */
#main-nav .home > a {
  height: 46px;
  /*22px;*/
  /*46px 36px 24px;*/
  width: 22px;
  margin: 0;
  /*12px 0;*/
  /*font-size: 0;*/
  text-indent: -9999px;
  background: url(../graphics/btn-home.png) no-repeat bottom;
}

/* line 175, ../scss/_navs.scss */
body.home #main-nav .home > a {
  background: url(../graphics/btn-home.png) no-repeat top;
}

/* line 180, ../scss/_navs.scss */
#main-nav .home:hover > a {
  background: url(../graphics/btn-home.png) no-repeat top;
}
/* line 184, ../scss/_navs.scss */
#main-nav .main-ul > .active > a, #main-nav .main-ul > li > a:hover {
  text-decoration: none;
  color: #D6C8B1;
}

/* line 192, ../scss/_navs.scss */
body.the-village #main-nav .main-ul .the-village > a, body.lifestyle #main-nav .main-ul .lifestyle > a, body.the-location #main-nav .main-ul .the-location > a, body.the-properties #main-nav .main-ul .the-properties > a, body.buying-guide #main-nav .main-ul .buying-guide > a, body.brochures #main-nav .main-ul .brochures > a, body.news-stories #main-nav .main-ul .news-stories > a, body.contact #main-nav .main-ul .contact > a, body.find-a-property #main-nav .main-ul .find-a-property > a {
  text-decoration: none;
  color: #D6C8B1;
}

/* line 207, ../scss/_navs.scss */
#main-nav .find-a-property > a {
  border: 1px #FFFFFF solid;
  line-height: 17px;
  padding: 4px 8px;
  text-indent: 24px;
  background: url(../graphics/icn-search.png) no-repeat 8px top;
}
/* line 213, ../scss/_navs.scss */
#main-nav .find-a-property > a:hover {
  border-color: #D6C8B1;
  background: url(../graphics/icn-search.png) no-repeat 8px bottom;
}
/* line 218, ../scss/_navs.scss */
#main-nav .main-ul .sub-ul, #main-nav .main-ul .sub-sub-ul {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 228, ../scss/_navs.scss */
body.the-village.the-village-clubhouse #main-nav .sub-ul .the-village-clubhouse a, body.the-village.masterplan #main-nav .sub-ul .masterplan a, body.the-village.gallery #main-nav .sub-ul .gallery a, body.the-village.lease-information #main-nav .sub-ul .lease-information a {
  text-decoration: none;
  color: #EC9931;
}
/* line 237, ../scss/_navs.scss */
body.lifestyle.amenities #main-nav .sub-ul .amenities a, body.lifestyle.meet-the-team #main-nav .sub-ul .meet-the-team a, body.lifestyle.events #main-nav .sub-ul .events a {
  text-decoration: none;
  color: #EC9931;
}
/* line 245, ../scss/_navs.scss */
body.buying-guide.lease-information #main-nav .sub-ul .lease-information a, body.buying-guide.fair-exchange-promise #main-nav .sub-ul .fair-exchange-promise a, body.buying-guide.moving-made-easy #main-nav .sub-ul .moving-made-easy a, body.buying-guide.faqs #main-nav .sub-ul .faqs a, body.buying-guide.finance #main-nav .sub-ul .finance a, body.buying-guide.refer-a-friend #main-nav .sub-ul .refer-a-friend a {
  text-decoration: none;
  color: #EC9931;
}
/* line 256, ../scss/_navs.scss */
body.the-properties.cottages #main-nav .sub-ul .cottages a, body.the-properties.apartments #main-nav .sub-ul .apartments a {
  text-decoration: none;
  color: #EC9931;
}
/* line 262, ../scss/_navs.scss */
body.the-properties.cottages #main-nav .sub-ul .cottages .sub-sub-ul a, body.the-properties.apartments #main-nav .sub-ul .apartments .sub-sub-ul a {
  text-decoration: none;
  color: #FFFFFF;
}
/* line 269, ../scss/_navs.scss */
body.brochures.download-brochure #main-nav .sub-ul .download-brochure a, body.brochures.download-floorplans #main-nav .sub-ul .download-floorplans a {
  text-decoration: none;
  color: #EC9931;
}
/* line 276, ../scss/_navs.scss */
body.news-stories.news #main-nav .sub-ul .news a, body.news-stories.events #main-nav .sub-ul .events a, body.news-stories.village-stories #main-nav .sub-ul .village-stories a {
  text-decoration: none;
  color: #EC9931;
}

/* line 285, ../scss/_navs.scss */
#main-nav .main-ul .the-village.active .sub-ul {
  display: block;
}

/* line 290, ../scss/_navs.scss */
body.the-village #main-nav .main-ul .the-village .sub-ul, body.lifestyle #main-nav .main-ul .lifestyle .sub-ul, body.buying-guide #main-nav .main-ul .buying-guide .sub-ul, body.the-properties #main-nav .main-ul .the-properties .sub-ul, body.the-properties.cottages #main-nav .main-ul .the-properties .sub-ul .cottages .sub-sub-ul, body.the-properties.apartments #main-nav .main-ul .the-properties .sub-ul .apartments .sub-sub-ul, body.brochures #main-nav .main-ul .brochures .sub-ul, body.news-stories #main-nav .main-ul .news-stories .sub-ul {
  display: block;
}

/* line 302, ../scss/_navs.scss */
html.no-mediaqueries #main-nav .main-ul .sub-ul {
  left: 0;
}

/* line 307, ../scss/_navs.scss */
#main-nav .main-ul .sub-ul li {
  margin: 0 20px;
}
/* line 309, ../scss/_navs.scss */
#main-nav .main-ul .sub-ul li a {
  line-height: 30px;
  font-size: 14px;
}
/* line 315, ../scss/_navs.scss */
#main-nav .sub-ul > .active > a, #main-nav .sub-ul > li > a:hover {
  text-decoration: none;
  color: #EC9931;
}
/* line 321, ../scss/_navs.scss */
#main-nav .sub-sub-ul > .active > a, #main-nav .sub-sub-ul > li > a:hover {
  text-decoration: none;
  color: #EC9931 !important;
}

@media screen and (max-width: 991px) {
  /* line 330, ../scss/_navs.scss */
  #main-nav a {
    line-height: 21px;
    padding: 11px 0;
    width: 100%;
  }
  /* line 335, ../scss/_navs.scss */
  #main-nav li.find-a-property a {
    width: auto;
    margin-top: 15px;
  }
  /* line 340, ../scss/_navs.scss */
  #main-nav .sub-ul > .active > a, #main-nav .sub-ul > li > a:hover {
    color: #D6C8B1;
  }

  /* line 347, ../scss/_navs.scss */
  body.the-village.the-village-clubhouse #main-nav .sub-ul .the-village-clubhouse a, body.the-village.masterplan #main-nav .sub-ul .masterplan a, body.the-village.gallery #main-nav .sub-ul .gallery a, body.the-village.lease-information #main-nav .sub-ul .lease-information a {
    color: #D6C8B1;
  }
  /* line 355, ../scss/_navs.scss */
  body.lifestyle.amenities #main-nav .sub-ul .amenities a, body.lifestyle.meet-the-team #main-nav .sub-ul .meet-the-team a, body.lifestyle.events #main-nav .sub-ul .events a {
    color: #D6C8B1;
  }
  /* line 362, ../scss/_navs.scss */
  body.buying-guide.lease-information #main-nav .sub-ul .lease-information a, body.buying-guide.fair-exchange-promise #main-nav .sub-ul .fair-exchange-promise a, body.buying-guide.moving-made-easy #main-nav .sub-ul .moving-made-easy a, body.buying-guide.faqs #main-nav .sub-ul .faqs a, body.buying-guide.finance #main-nav .sub-ul .finance a, body.buying-guide.refer-a-friend #main-nav .sub-ul .refer-a-friend a {
    color: #D6C8B1;
  }
  /* line 372, ../scss/_navs.scss */
  body.brochures.download-brochure #main-nav .sub-ul .download-brochure a, body.brochures.download-floorplans #main-nav .sub-ul .download-floorplans a {
    color: #D6C8B1;
  }
  /* line 378, ../scss/_navs.scss */
  body.news-stories.news #main-nav .sub-ul .news a, body.news-stories.village-stories #main-nav .sub-ul .village-stories a {
    color: #D6C8B1;
  }

  /* line 384, ../scss/_navs.scss */
  #main-nav .main-ul .sub-ul li a {
    line-height: 20px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 391, ../scss/_navs.scss */
  #main-nav.sub-active {
    border-bottom: 30px solid #4C4342;
  }

  /* line 395, ../scss/_navs.scss */
  body.the-village #main-nav, body.lifestyle #main-nav, body.the-properties #main-nav, body.buying-guide #main-nav, body.brochures #main-nav, body.news-stories #main-nav {
    position: relative;
    border-bottom: 30px solid #4C4342;
  }
  /* line 404, ../scss/_navs.scss */
  body.the-properties #main-nav:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -60px;
    background: #937767;
    z-index: -1;
    width: inherit;
  }
  /* line 413, ../scss/_navs.scss */
  body.the-properties section.section-flexslider-content, body.the-properties section.section-ctas {
    margin-top: 30px;
  }
  /* line 419, ../scss/_navs.scss */
  body.the-properties .sub-sub-ul .active {
    color: #EC9931;
  }

  /* line 424, ../scss/_navs.scss */
  #main-nav .main-ul .sub-ul, #main-nav .main-ul .sub-sub-ul {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-left: -15px;
    font-size: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 434, ../scss/_navs.scss */
  #main-nav a {
    font-size: 15px;
  }

  /* line 437, ../scss/_navs.scss */
  #main-nav .main-ul .sub-ul li {
    margin: 0 10px;
  }

  /* line 440, ../scss/_navs.scss */
  #main-nav .main-ul .sub-ul li a {
    font-size: 12px;
  }
}
/* ---------------------------------------------- /*
 * NAV TOGGLES
/* ---------------------------------------------- */
/* line 449, ../scss/_navs.scss */
#toggle-nav {
  padding: 8px 8px;
  position: absolute;
  z-index: 2;
}
/* line 453, ../scss/_navs.scss */
#toggle-nav .hamburger {
  height: 3px;
  width: 26px;
  background-color: #FFFFFF;
  float: left;
  display: block;
  clear: both;
  margin: 3px 0;
  border-radius: 4px;
}
/* line 463, ../scss/_navs.scss */
#toggle-nav.btn-primary:focus {
  background-color: #007A92;
  border-color: #007A92;
}

/* line 469, ../scss/_navs.scss */
.toggle-nav-container .global-link {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  width: 100%;
  position: absolute;
  line-height: 45px;
  z-index: 1;
}

/* line 481, ../scss/_navs.scss */
html.no-mediaqueries #toggle-nav, html.no-mediaqueries .toggle-nav-container .global-link {
  display: none;
}

@media screen and (max-width: 460px) {
  /* line 487, ../scss/_navs.scss */
  .toggle-nav-container .global-link {
    text-align: center;
    padding-left: 15%;
  }
}
@media screen and (min-width: 992px) {
  /* line 494, ../scss/_navs.scss */
  #toggle-nav, .toggle-nav-container .global-link {
    display: none;
  }
}
/* ---------------------------------------------- /*
 * PAGE COLOURS
/* ---------------------------------------------- */
/* line 5, ../scss/_page_colours.scss */
.text-color-white {
  color: #FFFFFF;
}
/* line 7, ../scss/_page_colours.scss */
.text-color-white a {
  color: #FFFFFF;
}
/* line 9, ../scss/_page_colours.scss */
.text-color-white a:hover {
  color: #FFFFFF;
}
/* line 13, ../scss/_page_colours.scss */
.text-color-white h1, .text-color-white h2, .text-color-white h3, .text-color-white h4, .text-color-white h5, .text-color-white h6 {
  color: #FFFFFF;
}

/* line 18, ../scss/_page_colours.scss */
.text-color-grey {
  color: #817B7B;
}
/* line 20, ../scss/_page_colours.scss */
.text-color-grey a {
  color: #817B7B;
}
/* line 22, ../scss/_page_colours.scss */
.text-color-grey a:hover {
  color: #817B7B;
}

/* line 28, ../scss/_page_colours.scss */
.bg-color-white {
  background-color: #FFFFFF;
}
/* line 30, ../scss/_page_colours.scss */
.bg-color-white:hover {
  background-color: #FFFFFF;
}

/* line 35, ../scss/_page_colours.scss */
.bg-color-black {
  background-color: #000000;
}
/* line 37, ../scss/_page_colours.scss */
.bg-color-black:hover {
  background-color: #000000;
}

/* line 42, ../scss/_page_colours.scss */
.bg-color-brand {
  background-color: #007A92;
}
/* line 44, ../scss/_page_colours.scss */
.bg-color-brand:hover {
  background-color: #007A92;
}

/* line 49, ../scss/_page_colours.scss */
.bg-color-grey {
  background-color: #817B7B;
}
/* line 51, ../scss/_page_colours.scss */
.bg-color-grey:hover {
  background-color: #817B7B;
}

/* line 56, ../scss/_page_colours.scss */
.bg-color-light-grey {
  background-color: #F4F4F4;
}
/* line 58, ../scss/_page_colours.scss */
.bg-color-light-grey:hover {
  background-color: #F4F4F4;
}

/* line 63, ../scss/_page_colours.scss */
.bg-color-brand {
  background-color: #007A92;
}
/* line 65, ../scss/_page_colours.scss */
.bg-color-brand:hover {
  background-color: #007A92;
}

/* line 70, ../scss/_page_colours.scss */
.bg-color-earth {
  background-color: #4C4342;
}
/* line 72, ../scss/_page_colours.scss */
.bg-color-earth:hover {
  background-color: #4C4342;
}

/* line 77, ../scss/_page_colours.scss */
.bg-color-beige {
  background-color: #D6C8B1;
}
/* line 79, ../scss/_page_colours.scss */
.bg-color-beige:hover {
  background-color: #D6C8B1;
}

/* line 84, ../scss/_page_colours.scss */
.bg-color-moss {
  background-color: #9FA678;
}
/* line 86, ../scss/_page_colours.scss */
.bg-color-moss:hover {
  background-color: #9FA678;
}

/* line 91, ../scss/_page_colours.scss */
.bg-color-demin {
  background-color: #545F7B;
}
/* line 93, ../scss/_page_colours.scss */
.bg-color-demin:hover {
  background-color: #545F7B;
}

/* line 98, ../scss/_page_colours.scss */
.bg-color-aqua {
  background-color: #6EC6AC;
}
/* line 100, ../scss/_page_colours.scss */
.bg-color-aqua:hover {
  background-color: #6EC6AC;
}

/* line 105, ../scss/_page_colours.scss */
.bg-color-moss {
  background-color: #9FA678;
}
/* line 107, ../scss/_page_colours.scss */
.bg-color-moss:hover {
  background-color: #9FA678;
}

/* line 112, ../scss/_page_colours.scss */
.bg-color-red {
  background-color: #C74A34;
}
/* line 114, ../scss/_page_colours.scss */
.bg-color-red:hover {
  background-color: #C74A34;
}

/* line 119, ../scss/_page_colours.scss */
.bg-color-yellow {
  background-color: #E3CE7D;
}
/* line 121, ../scss/_page_colours.scss */
.bg-color-yellow:hover {
  background-color: #E3CE7D;
}

/* line 126, ../scss/_page_colours.scss */
.bg-color-mauve {
  background-color: #865A67;
}
/* line 128, ../scss/_page_colours.scss */
.bg-color-mauve:hover {
  background-color: #865A67;
}

/* line 132, ../scss/_page_colours.scss */
.bg-color-tumbleweed {
  background-color: #DE9585;
}
/* line 134, ../scss/_page_colours.scss */
.bg-color-tumbleweed:hover {
  background-color: #DE9585;
}

/* line 138, ../scss/_page_colours.scss */
.bg-color-cement {
  background-color: #937767;
}
/* line 140, ../scss/_page_colours.scss */
.bg-color-cement:hover {
  background-color: #937767;
}

/* line 145, ../scss/_page_colours.scss */
.border-color-white {
  border: 1px solid #FFFFFF;
}

/* line 149, ../scss/_page_colours.scss */
.text-brand {
  color: #007A92;
}

/* line 153, ../scss/_page_colours.scss */
.text-grey {
  color: #817B7B;
}

/* line 157, ../scss/_page_colours.scss */
.text-earth {
  color: #4C4342;
}

/* line 161, ../scss/_page_colours.scss */
.text-beige {
  color: #D6C8B1;
}

/* line 165, ../scss/_page_colours.scss */
.text-moss {
  color: #9FA678;
}

/* line 169, ../scss/_page_colours.scss */
.text-fire-bush {
  color: #EC9931;
}

/* line 174, ../scss/_page_colours.scss */
.cta-bg.bg-img.grey {
  background-color: #817B7B !important;
}
/* line 177, ../scss/_page_colours.scss */
.cta-bg.bg-img.coral {
  background-color: #007A92 !important;
}
/* line 180, ../scss/_page_colours.scss */
.cta-bg.bg-img.beige {
  background-color: #D6C8B1 !important;
}
/* line 183, ../scss/_page_colours.scss */
.cta-bg.bg-img.moss {
  background-color: #9FA678 !important;
}
/* line 186, ../scss/_page_colours.scss */
.cta-bg.bg-img.demin {
  background-color: #545F7B !important;
}
/* line 189, ../scss/_page_colours.scss */
.cta-bg.bg-img.aqua {
  background-color: #6EC6AC !important;
}
/* line 192, ../scss/_page_colours.scss */
.cta-bg.bg-img.mauve {
  background-color: #865A67 !important;
}
/* line 195, ../scss/_page_colours.scss */
.cta-bg.bg-img.red {
  background-color: #C74A34 !important;
}
/* line 198, ../scss/_page_colours.scss */
.cta-bg.bg-img.yellow {
  background-color: #865A67 !important;
}

/* ---------------------------------------------- /*
 * NEWS CTAs OVERRIDES
/* ---------------------------------------------- */
/* line 5, ../scss/_pages_and_sections.scss */
#shadow-for-text {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

/* line 9, ../scss/_pages_and_sections.scss */
h3.h1.heading.news-cta-label {
  font-size: 30px;
}

/* line 13, ../scss/_pages_and_sections.scss */
body.meet-the-team .section-ctas.news-ctas .cta-content {
  top: 80px;
}

/* line 18, ../scss/_pages_and_sections.scss */
.section-ctas.news-ctas .cta-content {
  padding: 20px;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}
/* line 26, ../scss/_pages_and_sections.scss */
.section-ctas.news-ctas .cta:hover .cta-content, .section-ctas.news-ctas .cta:hover .cta-bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* line 32, ../scss/_pages_and_sections.scss */
.section-ctas.news-ctas .cta-content .views, .section-ctas.news-ctas .cta-content .date {
  /*float: left;*/
  clear: both;
}
/* line 36, ../scss/_pages_and_sections.scss */
.section-ctas.news-ctas .cta-content .views {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  margin-left: -20px;
  line-height: 32px;
}
/* line 43, ../scss/_pages_and_sections.scss */
.section-ctas.news-ctas .cta-content .views .a {
  margin-left: 4px;
  /*border: 0;
  background: transparent;*/
}

/* line 52, ../scss/_pages_and_sections.scss */
.section-set-height-1x .col {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 992px) {
  /* line 58, ../scss/_pages_and_sections.scss */
  .section-ctas.news-ctas .cta {
    display: table;
  }

  /* line 61, ../scss/_pages_and_sections.scss */
  .section-ctas.news-ctas .cta:hover .cta-bg {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  }
}
@media screen and (max-width: 991px) {
  /* line 69, ../scss/_pages_and_sections.scss */
  .section-ctas.news-ctas .cta .bg-img {
    width: 100%;
    /*height: 180px;*/
  }
  /* line 73, ../scss/_pages_and_sections.scss */
  .section-ctas.news-ctas .cta-content {
    width: 100%;
    /*padding-top: 190px;*/
  }

  /* line 78, ../scss/_pages_and_sections.scss */
  h3.h1.heading.news-cta-label {
    font-size: 24px;
  }

  /* line 83, ../scss/_pages_and_sections.scss */
  .section-ctas.news-ctas .cta .bg-img {
    display: table-cell;
    /*width: 30%;*/
    height: 100%;
  }
  /* line 88, ../scss/_pages_and_sections.scss */
  .section-ctas.news-ctas .cta-content {
    display: table-cell;
    width: 95%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  /* line 97, ../scss/_pages_and_sections.scss */
  .section-ctas.news-ctas .cta-content .views {
    position: relative;
    margin-top: 20px;
    bottom: 0;
  }

  /* line 103, ../scss/_pages_and_sections.scss */
  .section-set-height-1x .col {
    padding-bottom: 20px;
  }

  /* line 107, ../scss/_pages_and_sections.scss */
  .section-set-height-1x .col.img-background-responsive {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  /* line 114, ../scss/_pages_and_sections.scss */
  html.touchevents .section-ctas.news-ctas .cta-bg {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  }
  /* line 118, ../scss/_pages_and_sections.scss */
  html.touchevents .section-ctas.news-ctas .cta-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  /* line 124, ../scss/_pages_and_sections.scss */
  .section-set-height-1x .col {
    height: 560px;
    overflow: hidden;
  }

  /* line 130, ../scss/_pages_and_sections.scss */
  body.font-large .section-set-height-1x .col {
    height: 660px;
  }
  /* line 133, ../scss/_pages_and_sections.scss */
  body.font-xlarge .section-set-height-1x .col {
    height: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 140, ../scss/_pages_and_sections.scss */
  .section-set-height-1x .col {
    height: 480px;
    overflow: hidden;
  }

  /* line 145, ../scss/_pages_and_sections.scss */
  body.font-large .section-set-height-1x .col {
    height: 600px;
  }
  /* line 148, ../scss/_pages_and_sections.scss */
  body.font-xlarge .section-set-height-1x .col {
    height: 860px;
  }
}
/* ---------------------------------------------- /*
 * SECTIONS PROPERTY FINDER / PROPERTIES
/* ---------------------------------------------- */
/* line 157, ../scss/_pages_and_sections.scss */
.section-pictxt-content .heading, .section-property-finder .heading {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 30px;
}

/* line 165, ../scss/_pages_and_sections.scss */
.section-pictxt-content-bg {
  width: 66.66666667%;
  float: left;
}

/* line 170, ../scss/_pages_and_sections.scss */
.properties-table table {
  width: 100%;
}
/* line 172, ../scss/_pages_and_sections.scss */
.properties-table table tr {
  border-bottom: 1px solid #007A92;
  text-transform: uppercase;
}
/* line 175, ../scss/_pages_and_sections.scss */
.properties-table table tr.clickable-row {
  cursor: pointer;
}
/* line 177, ../scss/_pages_and_sections.scss */
.properties-table table tr.clickable-row:hover {
  background-color: #f4f4f4;
}
/* line 180, ../scss/_pages_and_sections.scss */
.properties-table table tr.clickable-row a {
  color: #4C4342;
  text-decoration: none;
}
/* line 185, ../scss/_pages_and_sections.scss */
.properties-table table tr.no-entry {
  cursor: not-allowed;
}
/* line 188, ../scss/_pages_and_sections.scss */
.properties-table table tr:last-child {
  border-bottom: none;
}
/* line 192, ../scss/_pages_and_sections.scss */
.properties-table table td:first-child, .properties-table table th:first-child {
  padding-left: 0;
}
/* line 195, ../scss/_pages_and_sections.scss */
.properties-table table td:last-child, .properties-table table th:last-child {
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  /* line 201, ../scss/_pages_and_sections.scss */
  .properties-table table tr.clickable-row a {
    font-weight: bold;
  }

  /* line 206, ../scss/_pages_and_sections.scss */
  .properties-table table tr {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding: 10px 0;
  }
  /* line 213, ../scss/_pages_and_sections.scss */
  .properties-table table td, .properties-table table th {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding: 4px 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 224, ../scss/_pages_and_sections.scss */
  .section-property-finder.section-set-height-1x .col {
    height: 480px !important;
  }
}
/* ---------------------------------------------- /*
 * FLOORPLAN
/* ---------------------------------------------- */
/* line 233, ../scss/_pages_and_sections.scss */
.floorplan-location {
  border: 1px solid #d2d0d0;
}

/* ---------------------------------------------- /*
 * CONTACT FORM
/* ---------------------------------------------- */
/* line 243, ../scss/_pages_and_sections.scss */
form#contactForm ::-webkit-input-placeholder, form#contactForm ::-moz-placeholder, form#contactForm :-ms-input-placeholder, form#contactForm input:-moz-placeholder {
  color: #555 !important;
  text-transform: uppercase !important;
}
/* line 249, ../scss/_pages_and_sections.scss */
form#brochureRequest ::-webkit-input-placeholder, form#brochureRequest ::-moz-placeholder, form#brochureRequest :-ms-input-placeholder, form#brochureRequest input:-moz-placeholder {
  color: #555 !important;
  text-transform: uppercase !important;
}

/* ---------------------------------------------- /*
 * BROCHURE REQUEST
/* ---------------------------------------------- */
/* ---------------------------------------------- /*
 * MASTERPLAN
/* ---------------------------------------------- */
/* line 264, ../scss/_pages_and_sections.scss */
a.entry {
  text-decoration: none;
}

/* line 268, ../scss/_pages_and_sections.scss */
.entry {
  border-radius: 12px;
  border: 1px solid #76605b;
  background-color: #FFFFFF;
  position: relative;
  text-align: center;
  font-size: 10px;
  font-family: Arial, sans-serif;
  width: 24px;
  height: 24px;
  letter-spacing: 0;
  line-height: 24px;
}

/* line 282, ../scss/_pages_and_sections.scss */
a.entry:hover {
  background-color: #e3e3e3;
  color: #FFFFFF;
  cursor: pointer;
}

/* line 288, ../scss/_pages_and_sections.scss */
#map {
  width: 100%;
}
/* line 291, ../scss/_pages_and_sections.scss */
#map a.entry div.entry_summary {
  border-radius: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in;
  overflow: hidden;
  background: #007A92;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  position: absolute;
  bottom: 22px;
  left: -50px;
  width: 0;
  z-index: 999;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 14px;
}
/* line 310, ../scss/_pages_and_sections.scss */
#map a.entry:hover div.entry_summary {
  height: auto;
  opacity: 1;
  padding: 10px;
  width: 130px;
  text-align: center;
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  font-size: 11px;
}
/* line 320, ../scss/_pages_and_sections.scss */
#map a.open div.entry_summary {
  height: auto;
  opacity: 1;
  padding: 10px;
  width: 130px;
  text-align: center;
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  font-size: 11px;
}

/* ---------------------------------------------- /*
 * HOME BANNER UPDATES
/* ---------------------------------------------- */
/* line 337, ../scss/_pages_and_sections.scss */
.text-color-brand {
  color: #007A92;
}
/* line 339, ../scss/_pages_and_sections.scss */
.text-color-brand a {
  color: #007A92;
}
/* line 341, ../scss/_pages_and_sections.scss */
.text-color-brand a:hover {
  color: #007A92;
}

/* line 347, ../scss/_pages_and_sections.scss */
.circle-tag {
  border-radius: 50%;
  border: #007A92 solid 2px;
  width: 110px;
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
}

/* line 362, ../scss/_pages_and_sections.scss */
hr.circle-tag-hr {
  color: #007A92;
  border-top: 1px solid #007A92;
  margin-left: 30px;
  margin-right: 30px;
}
/* line 368, ../scss/_pages_and_sections.scss */
hr.circle-tag-hr-top {
  margin-bottom: 6px;
}
/* line 371, ../scss/_pages_and_sections.scss */
hr.circle-tag-hr-bottom {
  margin-top: 5px;
}

/* line 376, ../scss/_pages_and_sections.scss */
.circle-container {
  display: table;
  margin: 0 auto;
}

/* ---------------------------------------------- /*
 * LOCATIONS
/* ---------------------------------------------- */
/* line 384, ../scss/_pages_and_sections.scss */
#map_canvas {
  height: 650px;
}

/* line 387, ../scss/_pages_and_sections.scss */
.infoBox {
  padding: 6px;
  color: #FFFFFF;
  font-size: 14px;
}

/* line 392, ../scss/_pages_and_sections.scss */
.infobox_content {
  background-color: #007A92;
  padding: 15px;
  margin-left: -170px;
  text-align: center;
}

/* line 398, ../scss/_pages_and_sections.scss */
.millbrook-village {
  background-color: #817B7B;
}

@media screen and (max-width: 991px) {
  /* line 403, ../scss/_pages_and_sections.scss */
  #map_canvas {
    margin-left: 20px;
    margin-right: 20px;
    height: 420px;
  }
}
