/*!
Theme Name: 	Airstrip
Theme URI: 		http://made.byaircraft.com.au
Version: 		1.0
Author: 		Matthew McIntyre
Author URI: 	http://made.byaircraft.com.au
*/
* {
  box-sizing: border-box; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ========================================================================
Layout
======================================================================== */
/* 
Grid debug: (image: show)
------------------------------------------------------------------------ */
/* 
Breakpoints
------------------------------------------------------------------------ */
/* ========================================================================
Colors
======================================================================== */
/* ========================================================================
Fonts
======================================================================== */
/* 
Families
------------------------------------------------------------------------ */
/* 
Sizes & Line Height 
------------------------------------------------------------------------ */
html {
  font-size: 87.5%;
  line-height: 0.5em; }

html {
  line-height: 1.5em; }

/* 
List styles
------------------------------------------------------------------------ */
/* List defaults */
/* Reset list */
/* 
Clearfix
------------------------------------------------------------------------ */
/* 
Image Replacement
------------------------------------------------------------------------ */
/* 
Vertical Align
------------------------------------------------------------------------ */
/* 
GPU accelerated animations
------------------------------------------------------------------------ */
/* 
Helper Functions
------------------------------------------------------------------------ */
/* Rem output with px fallback */
/* Convert px to ems */
/* Convert px to ems using base-font-size  */
/* Convert px to ems using base-line-height */
/* 
Calibre Medium
------------------------------------------------------------------------ */
@font-face {
  font-family: 'CalibreMedium';
  src: url("assets/fonts/calibre-medium.eot");
  src: url("assets/fonts/calibre-medium.eot") format("embedded-opentype"), url("assets/fonts/calibre-medium.woff2") format("woff2"), url("assets/fonts/calibre-medium.woff") format("woff"), url("assets/fonts/calibre-medium.ttf") format("truetype"), url("assets/fonts/calibre-medium.svg#CalibreMedium") format("svg");
  font-weight: normal; }
/* 
Didot Medium
------------------------------------------------------------------------ */
@font-face {
  font-family: 'DidotMedium';
  src: url("assets/fonts/didot-htf-m11-medium.eot");
  src: url("assets/fonts/didot-htf-m11-medium.eot") format("embedded-opentype"), url("assets/fonts/didot-htf-m11-medium.woff2") format("woff2"), url("assets/fonts/didot-htf-m11-medium.woff") format("woff"), url("assets/fonts/didot-htf-m11-medium.ttf") format("truetype"), url("assets/fonts/didot-htf-m11-medium.svg#DidotMedium") format("svg");
  font-weight: normal; }
/* 
Icons
------------------------------------------------------------------------ */
@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot?-z85gdm");
  src: url("assets/fonts/icomoon.eot?#iefix-z85gdm") format("embedded-opentype"), url("assets/fonts/icomoon.woff?-z85gdm") format("woff"), url("assets/fonts/icomoon.ttf?-z85gdm") format("truetype"), url("assets/fonts/icomoon.svg?-z85gdm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .slick-prev, .slick-next {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-thin-down:before {
  content: "\e604"; }

.icon-chevron-thin-left:before {
  content: "\e600"; }

.icon-chevron-thin-right:before {
  content: "\e601"; }

.icon-triangle-left:before {
  content: "\e602"; }

.icon-triangle-right:before {
  content: "\e603"; }

/* ========================================================================
General Defauts
======================================================================== */
html,
button,
input,
select,
textarea {
  color: #fff;
  font-family: "CalibreMedium", Arial, sans-serif;
  font-weight: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

hr {
  display: block;
  clear: both;
  height: 1px;
  border: 0;
  border-top: 1px solid #ef4123;
  margin: 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

::-moz-selection {
  background: #231f20;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #231f20;
  color: #fff;
  text-shadow: none; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span {
  display: none; }

.gmnoprint div {
  background: none !important; }

/* ========================================================================
Typography
======================================================================== */
a, a:visited {
  outline: 0;
  color: #fff;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:active, a:visited:hover, a:visited:active {
    outline: 0;
    color: #231f20; }
  a:focus, a:visited:focus {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.15em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    display: block;
    font-size: 75%; }

h1 {
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase; }

h2 {
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase; }

h3 {
  font-weight: normal;
  font-size: 1.0714286em;
  line-height: 1.1666667em;
  line-height: 1em;
  text-transform: uppercase; }

h4 {
  font-size: 1.2857143em;
  line-height: 1.1666667em; }

h5 {
  font-size: 1.1428571em;
  line-height: 1.09375em; }

h6 {
  font-size: 1.1428571em;
  line-height: 1.09375em; }

p, pre {
  margin: 1.5em 0; }

ol, ul, dl {
  margin: 1.5em 0;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.5em; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }

li {
  margin: 0; }

strong, b {
  font-weight: 600; }

em, i, q {
  font-style: italic; }

small {
  font-size: 75%; }

blockquote p {
  margin: 3em 0;
  font-size: 1.125em;
  line-height: 1.1666667em;
  font-style: italic; }

table {
  margin: 2em 0; }

th {
  padding: 0.5em;
  background: #ef4123;
  color: #fff;
  text-align: left;
  font-weight: normal; }

td {
  padding: 0.5em;
  background: #fff;
  text-align: center;
  border-left: 1px solid #fff; }
  td:first-child {
    text-align: left;
    border-left: none; }
  td i {
    font-size: 1.2857143em; }
  td .icon-tick-01, td span {
    color: #ef4123; }

tr:nth-child(odd) td {
  background: #E1F4FD; }

@media (min-width: 768px) {
  th, td {
    padding: 1em 1.5em; } }
/* ========================================================================
Buttons
======================================================================== */
a.button, a.button:visited, .button,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 1em;
  border: none;
  border-radius: 0;
  background: #5e5356;
  color: #fff;
  font-family: "CalibreMedium", Arial, sans-serif;
  line-height: 1em;
  text-decoration: none; }
  a.button:hover, a.button:active, a.button:focus, a.button:visited:hover, a.button:visited:active, a.button:visited:focus, .button:hover, .button:active, .button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus {
    background: #231f20;
    color: #fff; }

/* ========================================================================
Form elements
======================================================================== */
form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  form::after {
    content: " ";
    display: block;
    clear: both; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  display: none; }

button, input, select, textarea {
  vertical-align: baseline; }

input {
  width: 100%;
  margin-bottom: 0.7em;
  color: #231f20;
  letter-spacing: 0.15em; }
  input:focus {
    position: relative;
    z-index: 2; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  padding: 1em 0.7em 1em;
  box-shadow: none;
  border: 1px solid #231f20;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 0.7142857em;
  line-height: 1;
  text-transform: uppercase; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }
  textarea:focus {
    position: relative;
    z-index: 2; }

select {
  width: 99.9%;
  margin: 0 0 0 1px;
  font-size: 0.7142857em;
  line-height: 1.05em;
  color: #231f20;
  text-transform: uppercase; }

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

input[type="radio"],
input[type="checkbox"] {
  margin-right: 1.5em;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer; }

input[type="file"] {
  border: none;
  font-size: 1em;
  line-height: 0em; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #231f20;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="submit"] {
  margin-bottom: 0;
  margin-top: .5em;
  background-color: #231f20;
  width: 50%;
  text-align: left; }
  input[type="submit"]:hover {
    background-color: #4681CF;
    border: 1px solid #4681CF; }

::-webkit-input-placeholder {
  color: #97898d !important; }

:-moz-placeholder {
  color: #97898d !important; }

::-moz-placeholder {
  color: #97898d !important; }

:-ms-input-placeholder {
  color: #97898d !important; }

/* ========================================================================
Wordpress Classes
======================================================================== */
/* 
Gravity Forms
------------------------------------------------------------------------ */
.gform_validation_container {
  display: none; }

.gform_wrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .gform_wrapper ul li {
    margin-bottom: 0; }

/* First/Last name*/
.ginput_complex {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .ginput_complex::after {
    content: " ";
    display: block;
    clear: both; }
  .ginput_complex > span {
    width: 58.6206897%;
    float: left;
    margin-right: 3.4482759%; }
    .ginput_complex > span:nth-child(2n) {
      float: right;
      margin-right: 0; }
    .ginput_complex > span label {
      font-size: 75%; }

/* Time fields */
.clear-multi {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .clear-multi::after {
    content: " ";
    display: block;
    clear: both; }
  .clear-multi > div {
    width: 37.9310345%;
    float: left;
    margin-right: 3.4482759%; }
    .clear-multi > div label {
      font-size: 75%; }
  .clear-multi .gfield_time_ampm {
    float: right;
    margin-right: 0; }

.validation_error {
  display: none; }

.validation_message {
  line-height: 1.2;
  color: #ef4123; }

.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-post-image {
  margin-bottom: 1.5em;
  max-width: 100%; }

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 3.4482759%; } }

@media (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 3.4482759%; } }

.attachment-thumbnail {
  margin-bottom: 0; }

.wp-caption-text {
  margin: 0.5em 0 0;
  color: #5e5356;
  font-size: 1em;
  line-height: 1em; }

/* ========================================================================
Layout
======================================================================== */
body {
  background-image: url(assets/images/wave.png);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 750px 92px;
  padding: 10px;
  width: 100%; }
  @media (min-width: 1024px) {
    body {
      padding: 25px; } }

.site-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.site-frame__top, .site-frame__bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(assets/images/wave.png);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 750px 92px;
  z-index: 11; }
  @media (min-width: 1024px) {
    .site-frame__top, .site-frame__bottom {
      height: 25px; } }

.site-frame__bottom {
  top: auto;
  bottom: 0; }

.site-frame__left, .site-frame__right {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-image: url(assets/images/wave.png);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 750px 92px;
  z-index: 11; }
  @media (min-width: 1024px) {
    .site-frame__left, .site-frame__right {
      width: 25px; } }

.site-frame__right {
  left: auto;
  right: 0; }

.site-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }

.wrap {
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
  width: 85%; }
  .wrap::after {
    content: " ";
    display: block;
    clear: both; }

.container {
  max-width: 974px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    content: " ";
    display: block;
    clear: both; }

.page-section {
  position: relative;
  margin-top: -10px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .page-section {
      margin-top: -25px;
      padding-top: 25px; } }

.page-content {
  padding-top: 74px;
  padding-bottom: 2em; }
  @media (min-width: 1024px) {
    .page-content {
      padding-top: 117px; }
      .page-child .page-content {
        padding-top: 153px; } }
  .page-template-default .page-content {
    min-height: 100vh; }

/* ========================================================================
Common classes & elements
======================================================================== */
.centered-text {
  text-align: center; }

.large-text {
  max-width: 30em;
  margin: 0 auto;
  font-family: "DidotMedium", Times, serif;
  font-size: 1.1428571em;
  line-height: 1.3125em; }
  @media (min-width: 768px) {
    .large-text {
      font-size: 1.7142857em;
      line-height: 1.3125em; } }
  @media (min-width: 1024px) {
    .large-text {
      font-size: 2em;
      line-height: 1.25em; } }

a.down-link {
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  opacity: .5; }
  a.down-link:hover {
    opacity: 1;
    color: #fff; }
  .page-section:first-child a.down-link {
    display: none; }
  @media (min-width: 768px) {
    a.down-link {
      left: 50%;
      top: -50px;
      width: 50px;
      height: 50px;
      margin-left: -25px;
      font-size: 50px; } }

.blue-page {
  background-color: #4681CF;
  color: #fff; }

.grey-page {
  background-color: #EFF0F0;
  color: #231f20; }
  .grey-page a {
    color: #231f20; }

/* ========================================================================
Frames
======================================================================== */
.page-frame {
  position: relative; }

.image-caption {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/* 
Home / Splash
------------------------------------------------------------------------ */
.home .page-content {
  padding-top: 0;
  padding-bottom: 0; }

.home .page-section {
  border: none; }

.enter-hide {
  overflow: hidden;
  opacity: 1;
  height: 175px;
  -webkit-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out; }
  .entered-site .enter-hide {
    opacity: 0;
    height: 0px; }

.enter-show {
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out; }
  .entered-site .enter-show {
    opacity: 1;
    height: auto; }

.welcome-address {
  margin-top: 0;
  line-height: 1.4; }

.home-content {
  overflow: hidden; }
  .home-content h1 {
    font-size: 2.1428571em;
    line-height: 0.9333333em;
    letter-spacing: 0.1em; }
    @media (min-width: 768px) {
      .home-content h1 {
        font-size: 4.2857143em;
        line-height: 0.9333333em;
        margin-bottom: 0.35em; } }
  .home-content h2 {
    font-size: 1.1428571em; }
  .home-content a {
    text-decoration: none; }
    .home-content a:hover {
      text-decoration: underline;
      color: #fff; }
  @media (min-width: 768px) {
    .home-content {
      margin-top: 0; } }

.video-link {
  position: absolute;
  bottom: 10px;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out; }
  .video-link a {
    font-size: 1.1428571em;
    line-height: 1;
    text-decoration: none; }
    .video-link a i {
      position: relative;
      top: -1px;
      font-size: 1.2857143em;
      vertical-align: middle; }
    .video-link a:hover {
      color: #fff; }
      .video-link a:hover span {
        text-decoration: underline; }
  .entered-site .video-link {
    opacity: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px); }

.home-logo {
  display: inline !important;
  width: 120px;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .home-logo {
      width: 240px; } }

/* 
Text frame
------------------------------------------------------------------------ */
.page-frame--text {
  text-align: center; }

.page-title {
  padding: 2em 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    .page-title {
      padding: 2.5em 0 0; } }
  @media (min-width: 1024px) {
    .page-parent .page-title {
      padding-top: 5em; } }
  .page-frame--text .page-title {
    padding-bottom: 0; }

.home .vcentered-container {
  position: absolute;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.home .vcentered-content {
  padding-top: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.vcentered.vcentered-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.vcentered .page-title {
  position: absolute;
  width: 100%; }
.vcentered .vcentered-content {
  padding-top: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.download-link {
  font-family: "CalibreMedium", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em; }

/* 
Resource frame
------------------------------------------------------------------------ */
.resource-list {
  text-align: left; }
  .resource-list a {
    text-decoration: none; }
    .resource-list a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .resource-list {
      width: 79.3103448%;
      float: left;
      margin-left: 10.3448276%;
      margin-right: -100%; } }
  @media (min-width: 1024px) {
    .resource-list {
      width: 58.6206897%;
      float: left;
      margin-left: 20.6896552%;
      margin-right: -100%; } }

/* 
Lot Maps
------------------------------------------------------------------------ */
.page-frame--map {
  margin: 3em 0; }
  .page-frame--map .page-title {
    position: relative; }
    .page-frame--map .page-title h1 {
      margin-bottom: 0; }

@media (min-width: 1024px) {
  .lot-map-sml {
    display: none; } }

.lot-map {
  display: none;
  position: relative;
  z-index: 0;
  width: 732px;
  height: 400px;
  margin: 0 auto 2em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 732px auto; }
  .lot-map > div {
    position: absolute; }
  @media (min-width: 1024px) {
    .lot-map {
      display: block; } }

.tooltip-handle {
  display: block;
  position: relative;
  z-index: 2; }

#riverina-lot-1-pos {
  background-position: 0 -400px; }

#riverina-lot-2-pos {
  background-position: 0 -800px; }

#riverina-lot-3-pos {
  background-position: 0 -1200px; }

#riverina-lot-4-pos {
  background-position: 0 -1600px; }

#riverina-lot-5-pos {
  background-position: 0 -2000px; }

#riverina-lot-6-pos {
  background-position: 0 -2400px; }

#riverina-lot-7-pos {
  background-position: 0 -2800px; }

#riverina-lot-8-pos {
  background-position: 0 -3200px; }

#riverina-lot-9-pos {
  background-position: 0 -3600px; }

#riverina-lot-10-pos {
  background-position: 0 -4000px; }

#riverina-lot-11-pos {
  background-position: 0 -4400px; }

#riverina-lot-12-pos {
  background-position: 0 -4800px; }

#riverina-lot-13-pos {
  background-position: 0 -5200px; }

#riverina-lot-1 {
  top: 25%;
  left: 87%; }
  #riverina-lot-1 .tooltip-handle {
    width: 80px;
    height: 98px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

#riverina-lot-2 {
  top: 15%;
  left: 84%; }
  #riverina-lot-2 .tooltip-handle {
    width: 33px;
    height: 108px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

#riverina-lot-3 {
  top: 8%;
  left: 81%; }
  #riverina-lot-3 .tooltip-handle {
    width: 33px;
    height: 113px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

#riverina-lot-4 {
  top: 4%;
  left: 78%; }
  #riverina-lot-4 .tooltip-handle {
    width: 33px;
    height: 98px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

#riverina-lot-5 {
  top: -3.5%;
  left: 73%; }
  #riverina-lot-5 .tooltip-handle {
    width: 48px;
    height: 99px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

#riverina-lot-6 {
  top: 20%;
  left: 67%; }
  #riverina-lot-6 .tooltip-handle {
    width: 84px;
    height: 113px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg); }

#riverina-lot-7 {
  top: 21%;
  left: 57%; }
  #riverina-lot-7 .tooltip-handle {
    width: 76px;
    height: 133px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg); }

#riverina-lot-8 {
  top: 25%;
  left: 47%; }
  #riverina-lot-8 .tooltip-handle {
    width: 72px;
    height: 129px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg); }

#riverina-lot-9 {
  top: 32%;
  left: 39%; }
  #riverina-lot-9 .tooltip-handle {
    width: 68px;
    height: 133px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg); }

#riverina-lot-10 {
  top: 38%;
  left: 29.5%; }
  #riverina-lot-10 .tooltip-handle {
    width: 76px;
    height: 133px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg); }

#riverina-lot-11 {
  top: 46%;
  left: 20.5%; }
  #riverina-lot-11 .tooltip-handle {
    width: 73px;
    height: 135px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg); }

#riverina-lot-12 {
  top: 53%;
  left: 12%; }
  #riverina-lot-12 .tooltip-handle {
    width: 70px;
    height: 140px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg); }

#riverina-lot-13 {
  top: 58%;
  left: -1.5%; }
  #riverina-lot-13 .tooltip-handle {
    width: 103px;
    height: 152px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg); }

#banks1-lot-4-pos {
  background-position: 0 -400px; }

#banks1-lot-5-pos {
  background-position: 0 -800px; }

#banks1-lot-6-pos {
  background-position: 0 -1200px; }

#banks1-lot-7-pos {
  background-position: 0 -1600px; }

#banks1-lot-8-pos {
  background-position: 0 -2000px; }

#banks1-lot-9-pos {
  background-position: 0 -2400px; }

#banks1-lot-10-pos {
  background-position: 0 -2800px; }

#banks1-lot-11-pos {
  background-position: 0 -3200px; }

#banks1-lot-12-pos {
  background-position: 0 -3600px; }

#banks1-lot-13-pos {
  background-position: 0 -4000px; }

#banks1-lot-14-pos {
  background-position: 0 -4400px; }

#banks1-lot-15-pos {
  background-position: 0 -4800px; }

#banks1-lot-16-pos {
  background-position: 0 -5200px; }

#banks1-lot-17-pos {
  background-position: 0 -5600px; }

#banks1-lot-18-pos {
  background-position: 0 -6000px; }

#banks1-lot-19-pos {
  background-position: 0 -6400px; }

#banks1-lot-4 {
  top: 4%;
  left: 30.5%; }
  #banks1-lot-4 .tooltip-handle {
    width: 53px;
    height: 120px; }

#banks1-lot-5 {
  top: 4%;
  left: 37.5%; }
  #banks1-lot-5 .tooltip-handle {
    width: 45px;
    height: 120px; }

#banks1-lot-6 {
  top: 4%;
  left: 43.5%; }
  #banks1-lot-6 .tooltip-handle {
    width: 59px;
    height: 120px; }

#banks1-lot-7 {
  top: 4%;
  left: 51.5%; }
  #banks1-lot-7 .tooltip-handle {
    width: 65px;
    height: 120px; }

#banks1-lot-8 {
  top: 4%;
  left: 60%; }
  #banks1-lot-8 .tooltip-handle {
    width: 73px;
    height: 120px; }

#banks1-lot-9 {
  top: 4%;
  left: 70%; }
  #banks1-lot-9 .tooltip-handle {
    width: 66px;
    height: 117px; }

#banks1-lot-10 {
  top: 4%;
  left: 79%; }
  #banks1-lot-10 .tooltip-handle {
    width: 70px;
    height: 128px; }

#banks1-lot-11 {
  top: 34%;
  left: 14%; }
  #banks1-lot-11 .tooltip-handle {
    width: 71px;
    height: 100px; }

#banks1-lot-12 {
  top: 34%;
  left: 23.5%; }
  #banks1-lot-12 .tooltip-handle {
    width: 55px;
    height: 100px; }

#banks1-lot-13 {
  top: 34%;
  left: 31%; }
  #banks1-lot-13 .tooltip-handle {
    width: 52px;
    height: 100px; }

#banks1-lot-14 {
  top: 34%;
  left: 38%; }
  #banks1-lot-14 .tooltip-handle {
    width: 51px;
    height: 100px; }

#banks1-lot-15 {
  top: 34%;
  left: 45%; }
  #banks1-lot-15 .tooltip-handle {
    width: 51px;
    height: 100px; }

#banks1-lot-16 {
  top: 34%;
  left: 52%; }
  #banks1-lot-16 .tooltip-handle {
    width: 55px;
    height: 100px; }

#banks1-lot-17 {
  top: 34%;
  left: 59.5%; }
  #banks1-lot-17 .tooltip-handle {
    width: 63px;
    height: 100px; }

#banks1-lot-18 {
  top: 33%;
  left: 68%; }
  #banks1-lot-18 .tooltip-handle {
    width: 71px;
    height: 100px; }

#banks1-lot-19 {
  top: 34%;
  left: 77%; }
  #banks1-lot-19 .tooltip-handle {
    width: 67px;
    height: 105px;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg); }

.tooltip {
  position: absolute;
  z-index: -1;
  bottom: 110px;
  left: -45px;
  color: #231f20;
  font-size: 0.7857143em;
  line-height: 1.1136364em;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-height: 760px) {
    #riverina-lot-5 .tooltip {
      bottom: 40px; }
    #riverina-lot-4 .tooltip {
      bottom: 70px; } }
  .tooltip a {
    color: #231f20; }
    .tooltip a:hover {
      color: #4681CF;
      text-decoration: underline; }
  .tooltip .available {
    color: #4CAF54; }
  .tooltip .under {
    color: orange; }
  .tooltip .sold {
    color: #ef4123; }
  .open-tooltip .tooltip {
    z-index: 100;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.tooltip-box {
  position: relative;
  z-index: 100;
  padding: 1em 1em .7em;
  width: 140px;
  background: #fff; }

.tooltip-arrow {
  position: absolute;
  z-index: 99;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -5px;
  left: 65px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); }

.lot:hover .tooltip {
  z-index: 100;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

/* 
Image frame
------------------------------------------------------------------------ */
.page-frame--image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 1000px;
  margin: 1em auto; }
  .page-template-default .page-frame--image img {
    width: 100%;
    max-width: 1000px; }
  .page-frame--image:first-child {
    margin-top: 0; }
  .home .page-frame--image {
    max-width: 9999em;
    margin: 0; }

.page-frame--full-image {
  max-width: 100%; }
  .page-template-default .page-frame--full-image img {
    max-width: 100%; }

/* 
Masterplan frame
------------------------------------------------------------------------ */
.masterplan-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .masterplan-bg img {
    width: 100%;
    height: auto; }

.masterplan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .masterplan-overlay .lot {
    position: absolute; }
    .masterplan-overlay .lot:hover .tooltip {
      -webkit-transform: translateY(-10%);
          -ms-transform: translateY(-10%);
              transform: translateY(-10%); }
  .masterplan-overlay .tooltip-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .masterplan-overlay .tooltip {
    left: 50%;
    margin-left: -80px;
    bottom: 75%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
  .masterplan-overlay.stage-1 {
    background-image: url(assets/images/masterplan-riverina.png); }
  .masterplan-overlay.stage-2 {
    background-image: url(assets/images/masterplan-banks1.png); }
  .masterplan-overlay > div {
    display: block;
    position: absolute; }

.page-frame--masterplan #stage-1 {
  top: 46%;
  left: 36%;
  width: 6%;
  height: 17%; }
.page-frame--masterplan #stage-2 {
  top: 35%;
  left: 48%;
  width: 8%;
  height: 6%; }

/* 
Overview Frame
------------------------------------------------------------------------ */
.overview-bg {
  height: 100%; }
  .overview-bg .page-title {
    text-align: center; }

.overview-wrap {
  position: relative; }
  .overview-wrap .masterplan-overlay {
    background: none; }
  .overview-wrap .tooltip {
    z-index: 1;
    opacity: 1;
    margin-left: -50px; }
  .overview-wrap .tooltip-box {
    width: 100px; }
    .overview-wrap .tooltip-box a {
      text-decoration: none; }
  .overview-wrap .tooltip-arrow {
    left: 45px; }

.page-frame--overview #stage-1 {
  top: 61%;
  left: 13%;
  width: 6%;
  height: 9%; }
.page-frame--overview #stage-2 {
  top: 69%;
  left: 25%;
  width: 10%;
  height: 8%; }
.page-frame--overview #stage-3 {
  top: 61%;
  left: 38%;
  width: 4%;
  height: 12%; }
.page-frame--overview #stage-4 {
  top: 50%;
  left: 39.5%;
  width: 4%;
  height: 8%; }
.page-frame--overview #stage-5 {
  top: 37%;
  left: 49%;
  width: 6%;
  height: 9%; }
.page-frame--overview #stage-6 {
  top: 33%;
  left: 58%;
  width: 9%;
  height: 9%; }
.page-frame--overview #stage-7 {
  top: 31%;
  left: 72%;
  width: 9%;
  height: 10%; }
.page-frame--overview #stage-1 .tooltip, .page-frame--overview #stage-6 .tooltip, .page-frame--overview #stage-7 .tooltip {
  cursor: auto !important;
  -webkit-transform: translateY(50%) !important;
      -ms-transform: translateY(50%) !important;
          transform: translateY(50%) !important; }
.page-frame--overview #stage-1 .tooltip-box, .page-frame--overview #stage-1 .tooltip-arrow, .page-frame--overview #stage-6 .tooltip-box, .page-frame--overview #stage-6 .tooltip-arrow, .page-frame--overview #stage-7 .tooltip-box, .page-frame--overview #stage-7 .tooltip-arrow {
  background-color: #BCBDC0; }
.page-frame--overview #stage-2 .tooltip {
  cursor: auto !important;
  -webkit-transform: translateY(50%) !important;
      -ms-transform: translateY(50%) !important;
          transform: translateY(50%) !important; }
.page-frame--overview #stage-2 .tooltip-box, .page-frame--overview #stage-2 .tooltip-arrow {
  background-color: #F9BB99; }

.overview-lg {
  display: none; }

@media (min-width: 768px) {
  .overview-sml {
    display: none; }

  .overview-lg {
    display: block; } }
/* ========================================================================
Landing page Background
======================================================================== */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .js .bg {
    opacity: 0; }
  .js .bg.loaded {
    opacity: 1;
    -webkit-transition: opacity 1s linear;
            transition: opacity 1s linear; }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/* ========================================================================
Site Header
======================================================================== */
.site-header {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 10px 0;
  letter-spacing: 0.15em; }
  @media (min-width: 1024px) {
    .site-header {
      width: 100%;
      padding: 25px 25px 0; } }
  .site-header > .inner {
    padding: 10px;
    background: #fff; }
    @media (min-width: 1024px) {
      .site-header > .inner {
        padding: 25px 25px 10px; } }
  .home .site-header {
    opacity: 0;
    -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; }
  .entered-site .site-header {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.topbar {
  position: relative;
  height: 54px; }
  .topbar:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1024px) {
    .topbar {
      height: auto; }
      .topbar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 50px;
        background: url(assets/images/rv-mark.png) 0 0 no-repeat;
        background-size: 100%; } }

.site-logo {
  display: block;
  float: left;
  width: 153px;
  height: auto; }
  @media (min-width: 1024px) {
    .site-logo {
      float: none;
      margin: 0 auto;
      width: 240px;
      padding: 13px 0 16px; } }

.logo-large {
  display: none; }
  @media (min-width: 1024px) {
    .logo-large {
      display: block; } }

@media (min-width: 1024px) {
  .logo-small {
    display: none; } }

a.nav-handle {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  color: #231f20;
  -webkit-transition: -webkit-transform .15s ease-in-out;
          transition: transform .15s ease-in-out;
  text-decoration: none;
  line-height: 0.4;
  text-align: right; }
  a.nav-handle .menu-close {
    display: none; }
  a.nav-handle img {
    position: relative;
    bottom: -1px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 5px; }
  .open-nav a.nav-handle .menu-open {
    display: none; }
  .open-nav a.nav-handle .menu-close {
    display: block; }
  @media (min-width: 1024px) {
    a.nav-handle {
      display: none; } }

/* 
Site navigation
------------------------------------------------------------------------ */
.site-nav {
  position: relative;
  overflow: hidden;
  height: 0;
  text-align: center;
  text-transform: uppercase;
  max-height: 90vh; }
  .open-nav .site-nav {
    height: auto;
    max-height: 24em;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .site-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .site-nav ul li {
      margin-bottom: 0; }
  .site-nav a {
    position: relative;
    display: inline-block;
    padding: 0.5em 0 0.25em;
    text-decoration: none;
    color: #231f20; }
    .site-nav a:hover, .site-nav a.active, .current-menu-item > .site-nav a {
      color: #231f20; }
      .site-nav a:hover:before, .site-nav a.active:before, .current-menu-item > .site-nav a:before {
        content: '';
        position: absolute;
        left: -.75em;
        top: 45%;
        width: 2px;
        height: 2px;
        background-color: #231f20;
        border-radius: 100%; }
  .site-nav .current-menu-item > a {
    color: #231f20; }
    .site-nav .current-menu-item > a:before {
      content: '';
      position: absolute;
      left: -.75em;
      top: 45%;
      width: 2px;
      height: 2px;
      background-color: #231f20;
      border-radius: 100%; }
  .site-nav > ul {
    padding: 2em 1em 1em; }
  .site-nav ul ul {
    height: 0;
    overflow: hidden;
    font-size: 0.8571429em;
    line-height: 1.1666667em; }
    .site-nav ul ul a {
      padding: 0.2916667em 0; }
  .site-nav li.menu-item-has-children.open-sub-nav .sub-menu {
    height: auto;
    margin: 1em 0; }
  .site-nav .menu-item-608 a {
    color: #ef4123;
    text-decoration: underline; }
  @media (min-width: 1024px) {
    .site-nav {
      height: auto; }
      .site-nav li {
        display: inline-block;
        padding: 0 0.5em 0;
        -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out; }
        .site-nav li:first-child {
          padding-left: 0; }
        .site-nav li:last-child {
          padding-right: 0; }
      .site-nav ul ul {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out; }
        .site-nav ul ul:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: #231f20; }
        .site-nav ul ul li {
          padding-top: 6px;
          padding-bottom: 6px; }
        .site-nav ul ul a {
          padding: 0.5833333em 0; }
          .site-nav ul ul a:hover:before, .site-nav ul ul a.active:before {
            top: 40%; }
      .site-nav > ul {
        display: inline-block;
        position: relative;
        padding: 0; }
      .site-nav li.menu-item-has-children.open-sub-nav .sub-menu {
        margin: 0; } }
  @media (min-width: 1200px) {
    .site-nav li {
      padding: 0 1.5em 0; } }

body.about .site-nav li.about > a,
body.masterplan .site-nav li.masterplan > a,
body.location .site-nav li.location > a,
body.assets .site-nav li.assets > a,
body.stages .site-nav li.stages > a,
body.team .site-nav li.team > a,
body.resources .site-nav li.resources > a,
body.contact .site-nav li.contact > a,
body.news .site-nav li.news > a {
  color: #231f20; }
  body.about .site-nav li.about > a:before,
  body.masterplan .site-nav li.masterplan > a:before,
  body.location .site-nav li.location > a:before,
  body.assets .site-nav li.assets > a:before,
  body.stages .site-nav li.stages > a:before,
  body.team .site-nav li.team > a:before,
  body.resources .site-nav li.resources > a:before,
  body.contact .site-nav li.contact > a:before,
  body.news .site-nav li.news > a:before {
    content: '';
    position: absolute;
    left: -.75em;
    top: 45%;
    width: 2px;
    height: 2px;
    background-color: #231f20;
    border-radius: 100%; }

@media (min-width: 1024px) {
  .site-nav > ul > li.menu-item-has-children:hover,
  .site-nav > ul > li.current-menu-parent {
    padding-bottom: 36px; }
    .site-nav > ul > li.menu-item-has-children:hover > a:before,
    .site-nav > ul > li.current-menu-parent > a:before {
      content: '';
      position: absolute;
      left: -.75em;
      top: 45%;
      width: 2px;
      height: 2px;
      background-color: #231f20;
      border-radius: 100%; }
    .site-nav > ul > li.menu-item-has-children:hover ul,
    .site-nav > ul > li.current-menu-parent ul {
      height: 36px;
      background: white; }

  .site-nav > ul > li:hover ul {
    z-index: 10; } }
/* ========================================================================
Overlays
======================================================================== */
.overlay {
  opacity: 0;
  position: fixed;
  overflow-y: scroll;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s linear;
          transition: opacity .5s linear; }
  .overlay.front {
    z-index: 21; }
  .overlay.reveal {
    opacity: 1; }

@media (min-width: 768px) {
  .overlay-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

/* 
Register overlay
------------------------------------------------------------------------ */
.register-overlay {
  color: #231f20; }
  .register-overlay .wrap {
    position: relative;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #fff;
    background-image: url(assets/images/wave.png);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 750px 92px; }
    .register-overlay .wrap::after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 768px) {
      .register-overlay .wrap {
        padding: 25px; } }
  .register-overlay .container {
    max-width: 974px;
    margin-left: auto;
    margin-right: auto; }
    .register-overlay .container::after {
      content: " ";
      display: block;
      clear: both; }
  .register-overlay .content {
    position: relative;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .register-overlay .content-wrap {
    width: 768px;
    margin: 0 auto; }
  .register-overlay .content-inner {
    max-width: 974px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.4482759%;
    min-height: 390px;
    background: #fff; }
    .register-overlay .content-inner::after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 768px) {
      .register-overlay .content-inner > div {
        position: relative;
        min-height: 370px; } }
  @media (min-width: 768px) {
    .register-overlay .left {
      width: 48.2758621%;
      float: left;
      margin-right: 3.4482759%; } }
  @media (min-width: 768px) {
    .register-overlay .right {
      width: 48.2758621%;
      float: right;
      padding-left: 10.3448276%; } }
  .register-overlay .register-logo {
    margin: 0;
    width: 225px;
    display: none; }
    @media (min-width: 768px) {
      .register-overlay .register-logo {
        display: block; } }
  .register-overlay h2 {
    font-family: "DidotMedium", Times, serif;
    font-weight: normal;
    font-size: 1.8571429em;
    line-height: 0.9423077em;
    margin: 0.8076923em 0 0.8076923em;
    letter-spacing: 0.05em;
    text-transform: none; }
    @media (min-width: 768px) {
      .register-overlay h2 {
        margin: 1.6153846em 0 1.6153846em 38px; } }
  @media (min-width: 768px) {
    .register-overlay h3 {
      margin: 66px 0 2.8em; } }
  .register-overlay p.message {
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
    .register-overlay p.message span {
      color: #ef4123; }
    @media (min-width: 768px) {
      .register-overlay p.message {
        position: absolute;
        bottom: 0;
        left: 38px;
        margin: 0; } }
  .register-overlay .close-register {
    position: absolute;
    z-index: 4;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media (min-width: 768px) {
      .register-overlay .close-register {
        top: 50px;
        right: 50px; } }
  .register-overlay .honeypie {
    display: none; }
  .register-overlay p.contact {
    margin: 3.5em 0 0;
    font-size: 0.7142857em;
    line-height: 1.05em;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
    .register-overlay p.contact a {
      color: #231f20 !important; }
  .register-overlay p.privacy {
    text-transform: uppercase;
    position: absolute;
    bottom: 72px;
    left: 55%;
    width: 30%;
    font-size: 7px;
    line-height: 1.2;
    letter-spacing: 0.15em; }
    .register-overlay p.privacy a {
      color: #231f20;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .register-overlay p.privacy {
        left: auto;
        right: 0;
        bottom: 55px; } }
  .register-overlay p.form-message {
    text-transform: uppercase;
    font-size: 0.7142857em;
    line-height: 1.05em; }
  .register-overlay a.skip-reg {
    color: #4681CF;
    text-decoration: none; }
    .register-overlay a.skip-reg:hover {
      color: #4681CF;
      text-decoration: underline; }

/* 
Video Overlay
------------------------------------------------------------------------ */
.video-overlay {
  background: rgba(0, 0, 0, 0.5); }
  .video-overlay .wrap {
    position: relative;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .video-overlay .wrap::after {
      content: " ";
      display: block;
      clear: both; }

a.close-video {
  position: absolute;
  z-index: 4;
  top: -25px;
  right: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

/* 
Thank you page
------------------------------------------------------------------------ */
.thank-you .site-header {
  opacity: 0; }
.thank-you .page-content {
  padding-top: 0; }
.thank-you .page-section {
  margin-top: 0; }

/* 
Yourland logo
------------------------------------------------------------------------ */
.yourland-logo {
  display: none; }
  @media (min-width: 768px) {
    .yourland-logo {
      display: block;
      position: fixed;
      z-index: 19;
      bottom: 3em;
      right: 4em;
      width: 135px;
      height: auto; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: white center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide img {
  display: block;
  pointer-events: none; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  height: 46px;
  width: 40px;
  font-size: 24px;
  line-height: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-next:hover:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.8; }

.slick-prev:before, .slick-next:before {
  font-size: 2em;
  line-height: 1;
  color: #fff;
  opacity: 0.8; }

.slick-prev {
  left: 1em; }

.slick-prev:before {
  content: "\e600"; }

.slick-next {
  right: 1em; }

.slick-next:before {
  content: "\e601"; }

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  right: 0;
  width: 100%;
  height: 18px;
  list-style: none;
  display: block;
  margin: 0;
  text-align: center;
  padding: 0; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 1em; } }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 18px;
  width: 18px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  width: 6px;
  height: 6px;
  background: #fff;
  border: 1px solid #fff; }

.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%; }

.slick-dots li.slick-active button:before {
  width: 6px;
  height: 6px;
  background: transparent;
  background: #fff;
  border: 1px solid #fff; }

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

[dir="rtl"] .slick-next:before {
  content: "\2190"; }

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

[dir="rtl"] .slick-prev:before {
  content: "\2192"; }

[dir="rtl"] .slick-slide {
  float: right; }

@media screen and (max-width: 769px) {
  body {
    -webkit-text-size-adjust: none; } }
@media print {
  body {
    font-size: 62.5%;
    line-height: 1em; } }
