/*
Theme Name: Harvest Rise
Theme URI:
Author: Traffic
Author URI: https://www.traffic.com.au/
Description: Responsive Landing Page
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }


  /* @import must be at top of file, otherwise CSS will not work */
  @import url("//hello.myfonts.net/count/33f1cb");


  @font-face {
    font-family: 'BrooklynSamuelsFive-Medium';
    src: url('../fonts/BrooklynSamuelsFive-Medium/33F1CB_0_0.eot');
    src: url('../fonts/BrooklynSamuelsFive-Medium/33F1CB_0_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BrooklynSamuelsFive-Medium/33F1CB_0_0.woff2') format('woff2'),
         url('../fonts/BrooklynSamuelsFive-Medium/33F1CB_0_0.woff') format('woff'),
         url('../fonts/BrooklynSamuelsFive-Medium/33F1CB_0_0.ttf') format('truetype');
  }

  @font-face {
      font-family: 'aleobold';
      src: url('../fonts/aleo_bold_macroman/Aleo-Bold-webfont.eot');
      src: url('../fonts/aleo_bold_macroman/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/aleo_bold_macroman/Aleo-Bold-webfont.woff') format('woff'),
           url('../fonts/aleo_bold_macroman/Aleo-Bold-webfont.ttf') format('truetype'),
           url('../fonts/aleo_bold_macroman/Aleo-Bold-webfont.svg#aleobold') format('svg');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'aleoregular';
      src: url('../fonts/aleo_regular_macroman/Aleo-Regular-webfont.eot');
      src: url('../fonts/aleo_regular_macroman/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/aleo_regular_macroman/Aleo-Regular-webfont.woff') format('woff'),
           url('../fonts/aleo_regular_macroman/Aleo-Regular-webfont.ttf') format('truetype'),
           url('../fonts/aleo_regular_macroman/Aleo-Regular-webfont.svg#aleoregular') format('svg');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'aleolightitalic';
      src: url('../fonts/aleo_lightitalic_macroman/Aleo-LightItalic-webfont.eot');
      src: url('../fonts/aleo_lightitalic_macroman/Aleo-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/aleo_lightitalic_macroman/Aleo-LightItalic-webfont.woff') format('woff'),
           url('../fonts/aleo_lightitalic_macroman/Aleo-LightItalic-webfont.ttf') format('truetype'),
           url('../fonts/aleo_lightitalic_macroman/Aleo-LightItalic-webfont.svg#aleolightitalic') format('svg');
      font-weight: normal;
      font-style: normal;

  }

html {
  box-sizing: border-box;
  font-size: 16px; }

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

body {
  font-family: 'aleoregular', serif;
  color: #6d6e71;
  font-size: 1rem; }
  body.is-locked {
    overflow: hidden; }

.site-wrap {
  margin: 0 auto;
  position: relative; }

.boundary {
  margin: 0 auto;
  max-width: 88rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'BrooklynSamuelsFive-Medium', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0; }

.size1 {
  font-size: 1.75rem; }

.size2 {
  font-size: 1rem;
  letter-spacing: 1.5px; }

.size3 {
  font-size: .875rem;
  letter-spacing: 1.5px; }

.size4 {
  font-size: 1.25rem;
  letter-spacing: 1.5px; }

.size5 {
  font-size: .875rem;
  letter-spacing: 2px; }

.size6 {
  font-size: .75rem;
  letter-spacing: 1.5px; }

@media (min-width: 768px) {
  .size1 {
    font-size: 3.25rem; }
  .size2 {
    font-size: 1.875rem;
    letter-spacing: 3px; }
  .size3 {
    font-size: 1.5rem;
    letter-spacing: 2.5px; }
  .size4 {
    font-size: 1.5rem; }
  .size5 {
    font-size: 1rem;
    letter-spacing: 2.5px; } }

p, ul, ol, li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6; }

small {
  font-size: .75rem; }


b, strong {
  font-weight: 600; }

blockquote {
  margin: 0; }
  blockquote p {
    font-size: 1.125rem; }
  blockquote footer {
    position: relative; }
    blockquote footer:before {
      content: '\2013';
      position: absolute;
      left: 0;
      top: 0; }
  blockquote .blockquote__src {
    padding-left: 1rem; }

.uppercase {
  text-transform: uppercase; }

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

form {
  margin-bottom: 0;
  margin-top: 1rem; }
  form div {
    margin-bottom: 1rem; }
    form div:last-of-type {
      margin-bottom: 0;
    text-align: center;}

label,
input,
textarea,
select {
  display: block;
  font-family: "aleoregular", Times, serif;
   }

label {
  padding: .5rem 0; }
  label a:focus, label a:hover {
    text-decoration: underline; }

input,
textarea,
select {
  border: 1px solid #6d6e71;
  border-radius: 0;
  display: block;
  font-size: .875rem;
  padding: 1rem .75rem;
  color: #6d6e71;
  width: 100%; }


  select::-webkit-input-placeholder
  select::-moz-placeholder
  select:-ms-input-placeholder
  select:-moz-placeholder { /* Firefox 18- */
    color: #6d6e71;
  }

input[type="submit"] {
  width: auto; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff right 1rem center/1rem no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#00aeb3' viewBox='0 0 24 24'%3E %3Cpath d='M0 7.33L2.829 4.5l9.175 9.339L21.171 4.5 24 7.33 12.004 19.5z'/%3E %3C/svg%3E");
 }

.styled-checkbox {
  opacity: 0;
  position: absolute; }
  .styled-checkbox + label {
    cursor: pointer;
    position: relative; }
  .styled-checkbox + label:before {
    background-color: white;
    content: '';
    display: inline-block;
    border: 1px solid #6d6e71;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px; }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
  .styled-checkbox:checked + label:after {
    background-color: #00aeb3;
    box-shadow: 2px 0 0 #00aeb3, 4px 0 0 #00aeb3, 4px -2px 0 #00aeb3, 4px -4px 0 #00aeb3, 4px -6px 0 #00aeb3, 4px -8px 0 #00aeb3;
    content: '';
    height: 2px;
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 2px; }

@media (min-width: 1024px) {
  .layout--flex {
    align-items: center;
    display: flex;
    flex-wrap: nowrap; }
  .layout__item {
    flex: 1 1 auto; } }

.layout--pad {
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  z-index: 2;
}
  .layout--pad .layout__item {
    padding-left: .5rem;
    padding-right: .5rem; }

.header {
  background-color: #faf5eb;
  color: #00aeb3;
  text-align: center;
  position: relative;
}

.header:before {
  content: "";
    background: url(/full/wp-content/themes/banyanhill/css/../cssImages/decorative_watercolor_bottom_blue.png) no-repeat scroll bottom right;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 230px;
    height: 100%;
    max-height: 240px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.header__hero {
  align-self: stretch;
  background: url("/full/wp-content/themes/banyanhill/images/banyan-hl-bg.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 80%; }



.header__text {
  padding-bottom: 2rem;
  padding-top: 2.5rem; }

.header__logo {
  margin: 0 auto;
  max-width: 24rem;
  width: 75%; }

.header__title {
  margin-bottom: .5rem;
  margin-top: .5rem; }

.header__cta {
  margin-bottom: 2rem;
  margin-top: 2rem; }

@media (min-width: 768px) {
  .header__text {
    flex: 0 0 50%;
    padding-bottom: 4rem;
    padding-top: 4rem; }
  .header__logo {
    max-width: none;
    width: 50%; }
  .header__hero {
    padding-top: 50%; }
  .header__cta {
    margin-bottom: 4rem;
    margin-top: 4rem; } }



.award {
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative; }

.award__hero {
  align-self: stretch;
  background: center/cover no-repeat url("/full/wp-content/themes/banyanhill/house-and-land-collection/img/award-hero.png");
  margin: 0 1rem;
  padding-top: calc(100% - 2rem); }

.award__caption {
  background-color: #ffd140;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center; }

.award__caption__box {
  margin: 0 auto;
  max-width: 16rem; }

.award__caption__divider {
  display: none; }

.award__divider {
  background-color: #00aeb3;
  border: none;
  height: 2px;
  margin: 0;
  width: 2rem; }

.award__quote {
  margin: 0 auto;
  max-width: 36rem; }
  .award__quote h1 {
    margin-bottom: 1rem;
    margin-top: 1rem; }
  .award__quote figure {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 16rem; }

@media (min-width: 48rem) {
  .award__hero {
    height: 100%;
    margin: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .award__text {
    z-index: 1; }
  .award__caption {
    padding-bottom: 0;
    padding-top: 2.5rem;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 2; }
    .award__caption:after {
      content: '';
      border-left: 8rem solid transparent;
      border-right: 8rem solid transparent;
      border-top: 2rem solid #ffd140;
      width: 0;
      height: 0;
      position: absolute;
      top: 100%;
      left: 0; }
  .award__caption__divider {
    background-color: #00aeb3;
    border: none;
    display: block;
    height: 2px;
    margin-top: 1rem;
    width: 4rem; }
  .award__quote {
    background: white;
    padding: 2rem;
    margin: 0 .75rem; }
    .award__quote blockquote {
      max-width: 26rem; }
    .award__quote figure {
      margin-bottom: 0; } }

@media (min-width: 75rem) {
  .award {
    justify-content: flex-end;
    padding-bottom: 4rem;
    padding-top: 4rem; }
  .award__hero {
    flex: 0 0 50%;
    height: auto;
    padding-top: 0;
    position: relative; }
  .award__caption {
    right: 20%; }
  .award__divider {
    width: 4rem; }
  .award__quote {
    padding: 0; }
    .award__quote p {
      font-size: 1.375rem; } }

svg {
  display: block;
  width: 100%; }

.svg-wrap {
  width: 100%;
  height: 0;
  position: relative; }
  .svg-wrap svg {
    position: absolute;
    top: 0;
    left: 0; }

.svg-wrap--square {
  padding-top: 100%; }

.svg-wrap--rect-hor {
  padding-top: 50%; }

.svg-wrap--harvest-logo {
  padding-top: 74.88688%; }

.svg-wrap--big-block-logo {
  padding-top: 74.88688%; }

.svg-wrap--metricon-match-logo {
  padding-top: 109.02778%; }

ul {
  margin-bottom: 0;
  margin-top: 0; }

.list--naked {
  list-style-type: none;
  padding-left: 0; }

.list--inline {
  font-size: 0; }
  .list--inline li {
    display: inline-block; }

.list-title {
  font-weight: 600;
  margin-bottom: 1rem; }

.list-subtitle {
  margin-bottom: 0;
  margin-top: 0; }

a {
  color: inherit;
  text-decoration: none; }

button,
input[type="submit"],
.button {
  background-color: #00aeb3;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
  font-family: 'BrooklynSamuelsFive-Medium', sans-serif;
  font-size: .875rem;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1;
  padding: 1rem 2rem;
  text-indent: 2px;
  text-transform: uppercase;
  transition: background-color .1s ease-in-out, color .1s ease-in-out; }
  button:focus, button:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover,
  .button:focus,
  .button:hover {
    background-color: #00dce2;
  color: #fff;}
  button:disabled,
  input[type="submit"]:disabled,
  .button:disabled {
    opacity: .5;
    cursor: not-allowed; }

.button--secondary {
  background-color: #00aeb3;
  border: 1px solid #00aeb3;
  color: #ffffff;
  font-size: .75rem;
  padding-bottom: .5rem;
  padding-top: .5rem; }
  .button--secondary:focus, .button--secondary:hover {
    background-color: #ffffff;
    border: 1px solid #00aeb3;
    color:#00aeb3; }

@media (min-width: 768px) {
  button,
  input[type="submit"],
  .button {
    font-size: 0.875rem;
    padding: 1rem 1.5rem; } }

.button--naked {
  background-color: transparent;
  padding: 1rem; }

.section-header {
  background-color: #faf5eb;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center; }

.section-header__title {
  margin-bottom: 1rem; }

.section-header__nav {
  font-family: 'BrooklynSamuelsFive-Medium', sans-serif; }
  .section-header__nav li {
    display: block;
    margin: 1rem 0; }
  .section-header__nav a {
    display: inline-block; }
    .section-header__nav a:focus {
      font-weight: 600; }

        .section-header__nav a:hover {
          color: #00aeb3;
        }

.section-header__divider {
  background-color: #00aeb3;
  border: none;
  height: 2px;
  margin: 1rem auto;
  width: 2rem; }

@media (min-width: 768px) {
  .section-header {
    padding-bottom: 4rem;
    padding-top: 4rem; }
  .section-header__divider {
    display: none; }
  .section-header__nav li {
    border-right: 2px solid #00aeb3;
    display: inline-block;
    padding: 0 1rem; }
    .section-header__nav li:last-of-type {
      border-right: none; } }

.section-header---packages {
  padding-bottom: 0; }

.package {
  background-color: #faf5eb;
  overflow: hidden;
  position: relative;
  padding: 3rem 0;
}

section#package-metricon-match:after {
    content: "";
    background: url(/full/wp-content/themes/banyanhill/css/../cssImages/decorative_watercolor_bottom_blue.png) no-repeat scroll bottom right;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 230px;
    height: 100%;
    max-height: 240px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
section#section-header {

  background: #2B2B2B;
  color: #fff;
}

section#packages {
  position: relative;
}

section#packages:before {
content: "";
    background: url(/full/wp-content/themes/banyanhill/css/../cssImages/decorative_watercolor_top.png) no-repeat scroll top left;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 285px;
    height: 100%;
    max-height: 210px;
    top: 0;
    left: 0;
    z-index: 1;
  }

.package__header,
.package__footer {
  position: relative;
  text-align: center; }

.package__footer {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.package__icon {
  background-color: #faf5eb;
  display: inline-block;
  width: 8rem;
  padding: 1rem;
  position: relative;
  z-index: 1; }

.package__line {
  background-color: #00aeb3;
  border: none;
  height: 2px;
  left: .5rem;
  position: absolute;
  right: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }



@media (min-width: 768px) {
  .package:last-of-type {
    padding-bottom: 5rem; }
  .package__icon {
    width: 14rem;
    padding: 2rem; } }

.property {
  margin: 0 auto;

}

.property__header {
  margin-bottom: 2rem;
  padding: 1rem;
background: #fff;}

.property--flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.property__item {
  flex: 0 1 auto;
  padding-bottom: .5rem;
  padding-top: .5rem; }

.property__title span {
  margin: 0 .5rem; }

.property__list li {
  border-bottom: 1px solid #00aeb3;
  line-height: 1;
  margin-bottom: .5rem;
  margin-right: 1rem;
  padding-bottom: .25rem;
  top: .25rem; }
  .property__list li:last-of-type {
    margin-right: 0; }

.property__list h4,
.property__list .property__list__icon {
  display: inline-block;
  vertical-align: middle; }

.property__list .property__list__icon {
  width: 2rem; }

.property__price {
  color: #00aeb3; }

@media (min-width: 1024px) {
  .layout--properties {
    align-items: stretch;
    justify-content: space-between;
  padding-bottom: 1rem;}
    .layout--properties .property {
      flex: 1 0 30%;
      max-width: none; }
  .property__header {
    margin-bottom: 0; } }

.modal {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0 1rem;
  position: fixed;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1; }
  .modal.is-active {
    display: flex;
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }

.modal__bg {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.modal__fg {
  background-color: #faf5eb;
  color: #6d6e71;
  max-height: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 110;
  flex: 0 1 40rem; }

.modal__header {
  border-bottom: 1px solid #00aeb3;
  padding-bottom: 2rem;
  padding-top: 2rem;
  font-family: "aleoregular", Times, serif;

}

.modal__close {
  margin: .5rem;
  position: absolute;
  right: 0;
  top: 0; }
  .modal__close .svg-wrap {
    width: 1rem; }
  .modal__close svg {
    pointer-events: none;
  }

.modal__body {
  margin: 1rem 0;
}
  .modal__body em {
    color: white;
    font-style: normal; }

@media (min-width: 768px) {
  .modal__fg {
    padding: 1rem 2rem; }
  .form--flex {
    flex-wrap: wrap;
    justify-content: space-between; }
  .form__item {
    flex: 0 0 48%; }
    .form__item:nth-last-of-type(-n+2) {
      flex: 0 0 100%; } }


.arrow-down {
  display: none;
}

@media (min-width: 768px) {
.arrow-down {
    position: absolute;
    bottom: 5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: block;
}

.arrow {
    position: relative;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
    width: 50px;
    height: 50px;
    display: block;
}

polygon.cls-1 {
  transition: fill .2s ease-in-out;
}

.arrow:hover polygon.cls-1 {
  fill: #ffffff;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
}

:focus {
  outline: none;
}


label.error {
    font-size: 0.75em;
    color: #e86851;
    padding: 0;
    margin-top: 4px;
}


/* Banyan Changes */


h1.size1.uppercase.section-header__title {
    color: #2B2B2B;
}

.modal__body h1,
.modal__body h3 {
  font-family: "aleobold", Times, serif;
    text-transform: none;
    margin-bottom: 1rem;
    text-align: center;
}

.modal__body h3 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.layout__item label a {
  color: #00aeb3;
}

.modal__body h1 {
  margin-top: 2rem;
  text-transform: uppercase;
}

.modal__header .svg-wrap--harvest-logo {
    padding: 0;
    width: 250px;
    height: 160px;
    margin: 0 auto;
}



/* Amenities section */

section.bg_img {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.padding-sites {
    padding-left: 60px!important;
    padding-right: 60px!important;
}

.master_plan_ctn {
    width: 100%;
    height: 540px;
    display: table;
    position: relative;
    max-width: 80.000em;
    margin-right: auto;
    margin-left: auto;
}

.row:after, .row:before {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.dark_bg .mobileText, .dark_bg h1, .dark_bg h2, .dark_bg h3, .dark_bg h4, .dark_bg h5, .dark_bg h6 {
    color: #ffffff;
}
.nomargibottom_heading .mobileText, .nomargibottom_heading h1, .nomargibottom_heading h2, .nomargibottom_heading h3, .nomargibottom_heading h4, .nomargibottom_heading h5, .nomargibottom_heading h6 {
    margin-bottom: 0;
}
.master_plan_ctn h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 140%;
    line-height: 36px;
    margin-bottom: 30px;
}

.verticallymiddle {
    vertical-align: middle;
    display: table-cell;
}

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

.master_plan_ctn .link.download {
    margin-top: 26px;
}

.link {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.link.download span {
    background-position: -128px -1779px;
}
@media not all, not all, only screen and (-webkit-min-device-pixel-ratio: 2), not all, only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
  .link span {
      background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2@2x.png);
      -webkit-background-size: 268px 3200px;
      -moz-background-size: 268px 3200px;
      -o-background-size: 268px 3200px;
      background-size: 268px 3200px;
  }
}
.link span {
    background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -128px -1896px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 14px;
}

@media print, screen and (min-width: 64em){
  .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both;
  }
  .large-5 {
      width: 41.66667%;
  }
  .large-centered {
      margin-right: auto;
      margin-left: auto;
  }
}


.layout__item .package__line {
    top: 40%;
}

.layout__item  h3.size2.uppercase.header__title {
    margin: 0;
    color: #00aeb3;
}


@media (min-width: 768px){
  .layout__item .package__icon {
      width: 20rem;
      padding: 2rem;
  }
}


/* Footer */


#footer_devider {
    background-color: #2B2B2B;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 28px;
    text-align: center
}

.footer_margin {
    margin-right: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width:951px) {
    .footer_margin {
        margin-right: calc(20px + 74 * (100vw - 951px) / 299);
            margin-bottom: 0px;
    }

}

@media screen and (min-width:1250px) {
    .footer_margin {
        margin-right: 94px
    }
}

footer.footer-main {
    background-color: #242424;
    width: 100%;
    padding: 70px 20px 70px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: flex;
}

footer a {
    color: #ffffff
}

footer a.selected,
footer a:active,
footer a:focus,
footer a:hover {
    color: #00dce2;
    text-decoration: none;
    outline: none
}

footer .row {
    text-align: center
}

footer .sell_agent_logo {
    z-index: 20;
    width: 79px;
    height: 54px;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin-top: 17px
}

footer .sell_agent_logo img,
footer .sell_agent_logo svg {
    overflow: hidden;
    margin: 0;
    display: block;
    width: 79px;
    height: 54px;
    border: none
}

footer .developer_logo {
    width: 116px;
    height: 108px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0px
}

footer .developer_logo a {
    overflow: hidden;
    margin: 0;
    display: block;
    width: 116px;
    height: 108px;
    background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2.png);
    background-position: center -1500px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-indent: -99999em
}

@media only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    footer .developer_logo a {
        background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2@2x.png);
        -webkit-background-size: 268px 3200px;
        -moz-background-size: 268px 3200px;
        -o-background-size: 268px 3200px;
        background-size: 268px 3200px
    }
}

footer address {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 155px
}

footer address a {
    background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -128px -1917px;
    color: #00aeb3;
    padding-left: 24px;
    display: block
}

@media only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    footer address a {
        background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2@2x.png);
        -webkit-background-size: 268px 3200px;
        -moz-background-size: 268px 3200px;
        -o-background-size: 268px 3200px;
        background-size: 268px 3200px
    }
}

footer address a.selected,
footer address a:active,
footer address a:focus,
footer address a:hover {
    background-position: -128px -1943px;
    color: #00dce2;
    text-decoration: none;
    outline: none
}

footer .footer_download_links {
    display: inline-block;
    vertical-align: top;
    color: #00aeb3;
    text-align: left;
    max-width: 230px
}

footer .footer_download_links .link {
    letter-spacing: 0;
    text-transform: inherit;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px
}

footer .footer_download_links .link:last-child {
    margin-bottom: 0
}

footer .footer_download_links .link span {
    background-position: -128px -1853px;
    margin-right: 8px
}

footer .footer_download_links .link.download span {
    background-position: -128px -1826px
}

footer .footer_download_links .link.selected,
footer .footer_download_links .link:active,
footer .footer_download_links .link:focus,
footer .footer_download_links .link:hover {
    color: #00dce2;
    text-decoration: none;
    outline: none
}

footer .footer_download_links .link.selected span,
footer .footer_download_links .link:active span,
footer .footer_download_links .link:focus span,
footer .footer_download_links .link:hover span {
    background-position: -128px -1875px
}

footer .footer_download_links .link.selected.download span,
footer .footer_download_links .link:active.download span,
footer .footer_download_links .link:focus.download span,
footer .footer_download_links .link:hover.download span {
    background-position: -128px -1803px
}

footer #contact_menu_footer {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0;
    max-width: 230px
}

footer #contact_menu_footer li {
    list-style-type: none;
    margin-bottom: 10px
}

footer #contact_menu_footer li.social_links {
    background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -126px -1679px;
    padding-left: 33px;
    margin-bottom: 0
}

@media only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    footer #contact_menu_footer li.social_links {
        background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2@2x.png);
        -webkit-background-size: 268px 3200px;
        -moz-background-size: 268px 3200px;
        -o-background-size: 268px 3200px;
        background-size: 268px 3200px
    }
}

footer #contact_menu_footer li a {
    background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 33px;
    margin-bottom: 10px
}

@media only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    footer #contact_menu_footer li a {
        background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2@2x.png);
        -webkit-background-size: 268px 3200px;
        -moz-background-size: 268px 3200px;
        -o-background-size: 268px 3200px;
        background-size: 268px 3200px
    }
}

footer #contact_menu_footer li a.fb,
footer #contact_menu_footer li a.insta {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 15px;
    height: 15px;
    padding: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-indent: -9999em;
    position: relative
}

@media only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    footer #contact_menu_footer li a.fb,
    footer #contact_menu_footer li a.insta {
        background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2@2x.png);
        -webkit-background-size: 268px 3200px;
        -moz-background-size: 268px 3200px;
        -o-background-size: 268px 3200px;
        background-size: 268px 3200px
    }
}

footer #contact_menu_footer li a.insta {
    background-position: center -980px;
    margin-left: 32px
}

footer #contact_menu_footer li a.insta:active,
footer #contact_menu_footer li a.insta:focus,
footer #contact_menu_footer li a.insta:hover {
    background-position: center -2141px
}

footer #contact_menu_footer li a.insta:after {
    content: "";
    position: absolute;
    height: 20px;
    right: -20px;
    top: 0;
    width: 1px;
    display: inline;
    float: right;
    background-color: #505050
}

footer #contact_menu_footer li a.fb {
    background-position: center -937px;
    margin-right: 0
}

footer #contact_menu_footer li a.fb:active,
footer #contact_menu_footer li a.fb:focus,
footer #contact_menu_footer li a.fb:hover {
    background-position: center -2172px
}

footer #contact_menu_footer li.tel a {
    font-size: 22px;
    line-height: 24px;
    background-position: -126px -1003px
}

footer #contact_menu_footer li.tel a:active,
footer #contact_menu_footer li.tel a:focus,
footer #contact_menu_footer li.tel a:hover {
    background-position: -126px -1029px
}

footer #contact_menu_footer li.email a {
    background-position: -126px -1753px
}

footer #contact_menu_footer li.email a:active,
footer #contact_menu_footer li.email a:focus,
footer #contact_menu_footer li.email a:hover {
    background-position: -126px -1729px
}

#footer_bottom {
    position: relative;
    clear: both;
    text-align: left;
    padding: 12px 30px;
    height: 36px;
    width: 100%
}

#footer_bottom p {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 140%;
    color: #343434;
    display: inline-block;
    margin: 0;
}

#footer_bottom a {
    color: #343434;
    text-decoration: none;
    outline: none
}

#footer_bottom a.selected,
#footer_bottom a:active,
#footer_bottom a:focus,
#footer_bottom a:hover {
    color: #00aeb3;
    text-decoration: none;
    outline: none
}

  #footer_bottom .trafficWeblinkLogo {
      display: none;
  }

#footer_bottom .trafficWeblinkLogo a {
    position: absolute;
    top: 10px;
    right: 1rem;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 0.75rem;

}


.logo .logo_header {
    overflow: hidden;
    margin: 0;
    display: block;
    width: 268px;
    height: 172px;
    background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2.png);
    background-position: center -170px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-indent: -99999em
}

@media only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .logo .logo_header {
        background-image: url(//banyanhill.com.au/full/wp-content/themes/banyanhill/css/../cssImages/icon-sprite-new-v2@2x.png);
        -webkit-background-size: 268px 3200px;
        -moz-background-size: 268px 3200px;
        -o-background-size: 268px 3200px;
        background-size: 268px 3200px
    }
}

.logo.footer {
    background-color: #2B2B2B;
    width: 192px;
    height: 43px;
    display: inline-block
}

.logo.footer .logo_header {
    width: 192px;
    height: 43px;
    background-position: center -1987px
}

.footer-row {
    position: relative;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
footer .column, footer .columns {
    width: 100%;
    float: left;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
footer .column:last-child:not(:first-child),
footer .columns:last-child:not(:first-child) {
    float: right;
}
footer .small-12 {
    width: 100%;
}
@media print, screen and (min-width: 40em){
footer .medium-3 {
    width: 25%;
}
#footer_bottom .trafficWeblinkLogo  {
  display: block;
}
}
@media print, screen and (min-width: 64em){
  footer .large-4 {
      width: 33.33333%;
  }
    footer .large-3 {
      width: 25%;
  }
    footer .large-2 {
      width: 16.66667%;
  }
  footer .columns {
      padding: 0;
      width: auto
  }

}

.yellowbg {
    background: #ffd140;
}


.no-scroll {
  overflow: hidden;
  
}
