html {
  box-sizing: border-box; }

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #477dca;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #3964a2;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #477dca; }

fieldset {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #bebebe; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #eee; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  
  ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b3b3b3;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eee;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #2f2f2f;
  font-family: "proxima-nova", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #355e98; }

hr {
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/* =Variables
-------------------------------------------------------------- */
/*! 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;
  height: auto;
  max-height: 100%;
  max-width: 100%; }

#map img {
  max-height: none;
  max-width: none; }

/**
 * 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; }

/* =Typographical Mixins/Functions
-------------------------------------------------------------- */
/**
 * PX to Rem Sizing
 *
 * How to use
 * @include fontSize(20px);
 *
 * Ouputs —
 * font-size: 20px;
 * font-size: 1.25rem;
 */
/* =Genericons and Dashicons
-------------------------------------------------------------- */
/* =Typography
-------------------------------------------------------------- */
html {
  font-size: 100%; }

body {
  font-size: 20px;
  font-size: 1.25rem; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  float: none;
  line-height: 1.25em;
  margin-bottom: 20px;
  color: #377f7c; }
  h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
    clear: both;
    content: "";
    display: table; }

h1 {
  font-size: 75px;
  font-size: 4.6875rem;
  color: #000;
  font-family: "proxima-nova", sans-serif; }

h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "proxima-nova", sans-serif; }

h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "proxima-nova", sans-serif; }

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "proxima-nova", sans-serif; }

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "proxima-nova", sans-serif; }

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif; }

blockquote {
  background-color: #f7f7f7;
  font-style: italic;
  padding: 20px; }

cite {
  font-style: italic; }

strong, b {
  color: #000;
  font-family: "proxima-nova", sans-serif; }

a, a:visited {
  transition: all 200ms ease-in-out;
  color: #000;
  text-decoration: none; }
  a:hover, a:visited:hover {
    transition: all 200ms ease-in-out; }

.entry-meta a, .entry-meta a:visited,
.entry-content a,
.entry-content a:visited,
#secondary a,
#secondary a:visited {
  transition: all 200ms ease-in-out;
  color: #8bceb1;
  text-decoration: none; }
  .entry-meta a:hover, .entry-meta a:visited:hover,
  .entry-content a:hover,
  .entry-content a:visited:hover,
  #secondary a:hover,
  #secondary a:visited:hover {
    transition: all 200ms ease-in-out;
    color: #8bceb1;
    text-decoration: underline; }

ul:nth-child(n+2) {
  margin-bottom: 0; }

ol:nth-child(n+2) {
  margin-bottom: 0; }

.entry-title {
  font-family: "proxima-nova", sans-serif;
  text-align: center; }

.contact-wrap form .form-area input[type="submit"]{
	background: #fdc638 !important;
	color: #000 !important;
}
.contact-wrap form .form-area input[type="submit"]:hover{
    background: #d49a06 !important;
}
  @media screen and (max-width: 500px) {
    .entry-title {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media screen and (min-width: 30em) {
    .entry-title {
      font-size: 65px;
      font-size: 4.0625rem; } }
  @media screen and (min-width: 48em) {
    .entry-title {
      font-size: 100px;
      font-size: 6.25rem; } }

#primary,
#secondary {
  font-family: "proxima-nova", sans-serif; }

html, body {
  overflow-x: hidden; }

header {
  z-index: 10000;
  position: relative; }

.back-to {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }
  .back-to::after {
    clear: both;
    content: "";
    display: table; }
  .back-to a {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    margin-left: 76.59574%;
    background: #b82d1f;
    color: #fff;
    padding: 0.5rem;
    font-size: 0.875rem;
    text-align: center; }
    .back-to a:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .back-to a {
        width: 100%;
        margin-left: 0%; } }
  @media screen and (max-width: 1280px) {
    .back-to {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 768px) {
    .back-to {
      margin-bottom: 0; } }

.menu-bar {
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.24);
  height: 96px;
  width: 100vw; }
  .menu-bar.fixed {
    position: fixed;
    z-index: 200;
    top: 0; }
    @media screen and (max-width: 768px) {
      .menu-bar.fixed {
        position: relative;
        top: auto; } }
  .menu-bar .bar-wrap {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    height: 100%; }
    .menu-bar .bar-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .menu-bar .bar-wrap::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      .menu-bar .bar-wrap {
        padding: 0 4.34783%; } }
    .menu-bar .bar-wrap .logo-area {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%;
      height: 100%; }
      .menu-bar .bar-wrap .logo-area:last-child {
        margin-right: 0; }
      .menu-bar .bar-wrap .logo-area img {
        max-width: 70%;
        height: calc(96px * .666);
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .menu-bar .bar-wrap .logo-area {
          width: 100%;
          text-align: center; } }
    .menu-bar .bar-wrap .menu-wrap {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 74.46809%;
      height: 100%; }
      .menu-bar .bar-wrap .menu-wrap:last-child {
        margin-right: 0; }
      .menu-bar .bar-wrap .menu-wrap nav {
        float: right;
        height: calc(96px * .666);
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .menu-bar .bar-wrap .menu-wrap nav ul {
          list-style-type: none;
          height: 100%; }
          .menu-bar .bar-wrap .menu-wrap nav ul li {
            display: inline-block;
            float: left;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .menu-bar .bar-wrap .menu-wrap nav ul li:not(:last-of-type) {
              border-right: 1px solid black;
              padding: 0 1.5rem; }
            .menu-bar .bar-wrap .menu-wrap nav ul li:last-of-type {
              padding-left: 1.5rem; }
            .menu-bar .bar-wrap .menu-wrap nav ul li:nth-of-type(4) {
              border-right: 0; }
            .menu-bar .bar-wrap .menu-wrap nav ul li a {
              font-weight: 700;
              text-transform: uppercase;
              font-size: 0.875rem; }
              .menu-bar .bar-wrap .menu-wrap nav ul li a:hover {
                color: #b82d1f; }
              .menu-bar .bar-wrap .menu-wrap nav ul li a.enquire {
                background: #b82d1f;
                color: #fff;
                padding: 0.5rem 1.5rem;
                -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 768px) {
        .menu-bar .bar-wrap .menu-wrap {
          display: none; } }

.hero-wrap {
  height: calc(100vh - 165px); }
  @media screen and (max-width: 1280px) {
    .hero-wrap {
      height: calc(100vh - 149px); } }
  @media screen and (max-width: 500px) {
    .hero-wrap {
      height: calc(100vh + 44px); } }
  .hero-wrap.fixed {
    height: calc(100vh - 69px); }
    @media screen and (max-width: 768px) {
      .hero-wrap.fixed {
        height: calc(100vh + 44px); } }
    @media screen and (min-width: 376px) and (max-width: 667px) and (orientation: landscape) {
      .hero-wrap.fixed {
        height: 140vh; } }
    @media screen and (max-width: 320px) {
      .hero-wrap.fixed {
        height: 120vh; } }
    @media screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
      .hero-wrap.fixed {
        height: 160vh; } }
  @media screen and (min-width: 376px) and (max-width: 667px) and (orientation: landscape) {
    .hero-wrap {
      height: 140vh; } }
  @media screen and (max-width: 320px) {
    .hero-wrap {
      height: 120vh; } }
  @media screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
    .hero-wrap {
      height: 160vh; } }
  .hero-wrap .hero-content {
    z-index: 100;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    text-align: center;
    color: #fff;
    width: 40vw;
    min-width: 468px; }
    @media screen and (max-width: 1280px) {
      .hero-wrap .hero-content {
        width: 70vw; } }
    @media screen and (max-width: 1024px) {
      .hero-wrap .hero-content {
        width: 80vw; } }
    @media screen and (max-width: 768px) {
      .hero-wrap .hero-content {
        min-width: 0;
        width: 90vw; } }
    @media screen and (max-width: 500px) {
      .hero-wrap .hero-content {
        top: 145px; } }
    @media screen and (min-width: 376px) and (max-width: 667px) and (orientation: landscape) {
      .hero-wrap .hero-content {
        top: 145px; } }
    .hero-wrap .hero-content h1, .hero-wrap .hero-content h2 {
      font-family: 'Quicksand', sans-serif;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
    .hero-wrap .hero-content h1 {
      font-size: 6.25rem;
      line-height: 3.125rem; }
      @media screen and (max-width: 1280px) {
        .hero-wrap .hero-content h1 {
          font-size: 5rem;
          line-height: 2.5rem; } }
      @media screen and (max-width: 768px) {
        .hero-wrap .hero-content h1 {
          font-size: 3.75rem;
          line-height: 1rem; } }
      .hero-wrap .hero-content h1 img {
        width: 80%;
        margin-bottom: 2rem; }
    .hero-wrap .hero-content h2 {
      font-size: 1.625rem; }
    .hero-wrap .hero-content p {
      font-size: 1.25rem;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        .hero-wrap .hero-content p {
          font-size: 1.1rem; } }
  .hero-wrap a {
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 15vh; }
    @media screen and (max-height: 870px) {
      .hero-wrap a {
        bottom: 5vh; } }
    @media screen and (max-width: 500px) {
      .hero-wrap a {
        bottom: -110px; } }
    @media screen and (min-width: 376px) and (max-width: 667px) and (orientation: landscape) {
      .hero-wrap a {
        bottom: -200px; } }
    @media screen and (max-width: 320px) {
      .hero-wrap a {
        bottom: -280px; } }
    @media screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
      .hero-wrap a {
        bottom: -290px; } }

.hero {
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1; }

.hero-overlay {
  position: absolute;
  top: -24.8rem;
  width: 100%;
  height: 397px;
  display: block;
  pointer-events: none;
  background: url(../img/hero-overlay.png) center bottom no-repeat;
  z-index: 1;
  background-size: cover; }

.info-cta-bar-wrap {
  background-image: linear-gradient(to right, #b82d1f, #921411);
  position: relative;
  z-index: 1; }
  .info-cta-bar-wrap .info-cta-bar-content {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    padding: 5rem 0; }
    .info-cta-bar-wrap .info-cta-bar-content::after {
      clear: both;
      content: "";
      display: table; }
    .info-cta-bar-wrap .info-cta-bar-content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      .info-cta-bar-wrap .info-cta-bar-content {
        padding: 0 4.34783%; } }
    @media screen and (max-width: 768px) {
      .info-cta-bar-wrap .info-cta-bar-content {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .info-cta-bar-wrap .info-cta-bar-content h2 {
      font-size: 2.5rem;
      font-weight: 400;
      color: #fff; }
    .info-cta-bar-wrap .info-cta-bar-content p {
      font-size: 1.625rem; }
      .info-cta-bar-wrap .info-cta-bar-content p a.enquire {
        background-color: #fff;
        color: #b82d1f;
        padding: 0.5rem 1.5rem; }

.lifestyle {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 5rem 0; }

.section {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
  height: 110rem;
  background: #fff; }
  .section::after {
    clear: both;
    content: "";
    display: table; }
  .section::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 0 4.34783%; } }
  @media screen and (max-width: 768px) {
    .section {
      height: 2660px; } }
  @media screen and (max-width: 500px) {
    .section {
      height: 2450px; } }
  .section:after {
    content: "";
    height: 190vh;
    display: block; }
  .section img {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.24); }
  .section .box-1 {
    width: 450px;
    height: 450px;
    font-size: 2.375rem;
    border: 2px solid #000;
    padding: 2rem;
    z-index: 4;
    background: #fff;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .section .box-1 {
        width: 100%;
        height: auto; } }
  .section .image-1 {
    z-index: 3;
    position: absolute;
    right: 130px;
    top: 7rem; }
    @media screen and (max-width: 768px) {
      .section .image-1 {
        width: 100%;
        height: auto; } }
  .section .image-2 {
    z-index: 2;
    position: absolute;
    left: 305px;
    top: 26rem; }
  .section .box-2 {
    width: 280px;
    height: 280px;
    border: 2px solid #000;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 40rem; }
    @media screen and (max-width: 768px) {
      .section .box-2 {
        display: none !important; } }
  .section .image-3 {
    z-index: 3;
    position: absolute;
    left: 20px;
    top: 44rem; }
    @media screen and (max-width: 768px) {
      .section .image-3 {
        display: none !important; } }
  .section .image-4 {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 55rem; }
    @media screen and (max-width: 768px) {
      .section .image-4 {
        display: none !important; } }
  .section .image-5 {
    position: absolute;
    z-index: 3;
    left: 320px;
    top: 55rem; }
  .section .image-6 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 70rem; }
  .section .image-7 {
    position: absolute;
    z-index: 1;
    right: 90px;
    top: 75rem; }
  .section .image-8 {
    position: absolute;
    z-index: 3;
    left: 200px;
    top: 85rem; }
  .section .box-3 {
    position: absolute;
    z-index: 4;
    right: 6rem;
    top: 85rem;
    width: 400px;
    height: 400px;
    font-size: 2.375rem;
    border: 2px solid #000;
    padding: 2rem;
    background: #fff; }
  @media screen and (max-width: 768px) {
    .section .vs-transform {
      position: relative;
      display: block;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important;
      height: auto;
      margin: 1rem auto;
      text-align: center;
      font-size: 1.875rem; } }

.experience-wrap {
  background: url(../img/white-overlay.png) #eee center bottom no-repeat;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
  z-index: 1; }
  .experience-wrap iframe {
    width: 80%;
    height: 400px;
    margin: 0 auto; }
  .experience-wrap .experience-area {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .experience-wrap .experience-area::after {
      clear: both;
      content: "";
      display: table; }
    .experience-wrap .experience-area::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      .experience-wrap .experience-area {
        padding: 0 4.34783%; } }
    .experience-wrap .experience-area h2, .experience-wrap .experience-area p {
      color: #010101; }
    .experience-wrap .experience-area h2 {
      font-size: 2.5rem;
      font-weight: 400; }
    .experience-wrap .experience-area p {
      margin-bottom: 2rem; }

#map {
  width: 100vw;
  height: 400px;
  position: relative;
  z-index: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }
      
.footnote.wide-note {
    font-size: 14px;
}

.footnote.wide-note a {
    color: #b82d1f;
}

.int-wrap {
  background: url(../img/pic-bg.png) #fff center top no-repeat;
  background-size: cover;
  padding: 5rem;
  position: relative;
  z-index: 1;
  text-align: center; }
  .int-wrap h2, .int-wrap p {
    color: #010101; }
  .int-wrap h2 {
    font-size: 2.5rem;
    font-weight: 400; }
  .int-wrap p {
    margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .int-wrap {
      padding: 5rem 0; } }
  .int-wrap .row {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem; }
    .int-wrap .row::after {
      clear: both;
      content: "";
      display: table; }
    .int-wrap .row::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      .int-wrap .row {
        padding: 0 4.34783%; } }
    @media screen and (max-width: 768px) {
      .int-wrap .row {
        margin-bottom: 0; } }

.floorplans {
  background: #eee;
  padding: 3rem 0;
  position: relative;
  z-index: 1; }
  .floorplans .plan {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 0; }
    .floorplans .plan::after {
      clear: both;
      content: "";
      display: table; }
    .floorplans .plan::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      .floorplans .plan {
        padding: 0 4.34783%; } }
    @media screen and (max-width: 768px) {
      .floorplans .plan {
        padding-bottom: 2rem;
        padding-top: 2rem; } }
    .floorplans .plan .left {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .floorplans .plan .left:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .floorplans .plan .left {
          width: 100%; } }
    .floorplans .plan .right {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .floorplans .plan .right:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .floorplans .plan .right {
          width: 100%; } }
    .floorplans .plan h2 {
      color: #000;
      font-size: 2.5rem;
      font-weight: 400; }
    .floorplans .plan h3 {
      color: #b82d1f;
      font-size: 1.875rem;
      margin-bottom: 0; }
    .floorplans .plan:first-of-type {
      border-bottom: 2px solid #000; }
    .floorplans .plan img {
      padding: 2rem;
      background: #fff;
      max-height: 500px; }
      @media screen and (max-width: 500px) {
        .floorplans .plan img {
          margin: 1rem 0; } }
    .floorplans .plan#yalumba .right, .floorplans .plan#vasse .left {
      text-align: center; }
    .floorplans .plan .display-key-info {
      margin-bottom: 1rem; }
    .floorplans .plan .display-key-info .bed {
      background: transparent url("http://d27s1b615zjvxg.cloudfront.net/wp-content/themes/aveling_homes/images/bed-icon.png") no-repeat scroll left center;
      border-right: 1px solid #4c4c4c;
      font-size: 1rem;
      font-weight: bold;
      height: 27px;
      line-height: 27px;
      padding-left: 32px;
      padding-right: 10px; }
    .floorplans .plan .display-key-info .bath {
      background: transparent url("http://d27s1b615zjvxg.cloudfront.net/wp-content/themes/aveling_homes/images/bath-icon.png") no-repeat scroll left center;
      border-right: 1px solid #4c4c4c;
      font-size: 1rem;
      font-weight: bold;
      height: 27px;
      line-height: 27px;
      margin-left: 5px;
      padding-left: 27px;
      padding-right: 10px; }
    .floorplans .plan .display-key-info .garage {
      background: transparent url("http://d27s1b615zjvxg.cloudfront.net/wp-content/themes/aveling_homes/images/garage-icon.png") no-repeat scroll left center;
      font-size: 1rem;
      font-weight: bold;
      height: 27px;
      line-height: 27px;
      margin-left: 5px;
      padding-left: 27px;
      padding-right: 10px; }
    .floorplans .plan .enquire {
      background-color: #b82d1f;
      color: #fff;
      padding: 0.5rem 1.5rem;
      margin-top: 2rem;
      display: inline-block; }
      @media screen and (max-width: 500px) {
        .floorplans .plan .enquire {
          margin-bottom: 2rem; } }

.contact-wrap {
  background: url(../img/white-overlay.png) #fff center bottom no-repeat;
  background-size: cover;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -0.6rem; }
  .contact-wrap form {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    padding: 2rem 0;
    background: #fff; }
    .contact-wrap form::after {
      clear: both;
      content: "";
      display: table; }
    .contact-wrap form::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      .contact-wrap form {
        padding: 0 4.34783%; } }
    @media screen and (max-width: 768px) {
      .contact-wrap form {
        border: 0; } }
    .contact-wrap form .form-area {
      width: 80%;
      margin: 0 auto; }
      .contact-wrap form .form-area input, .contact-wrap form .form-area select {
        width: 45%;
        margin: 0.5rem auto;
        display: inline-block;
        padding: 1rem;
        border: 2px solid #000;
        color: #000;
        opacity: 1;
        border-radius: 0;
        text-indent: 0;
        font-size: 1rem; }
        @media screen and (max-width: 768px) {
          .contact-wrap form .form-area input, .contact-wrap form .form-area select {
            width: 100%; } }
      .contact-wrap form .form-area select {
        -webkit-appearance: none;
        /*Removes default chrome and safari style*/
        -moz-appearance: none;
        /* Removes Default Firefox style*/
        appearance: none;
        overflow: hidden;
        background: url(../img/form-arrow.png) no-repeat right 1rem center; }
        /* .contact-wrap form .form-area select:last-of-type {
          float: left;
          margin-left: 36px; } */
          @media screen and (max-width: 500px) {
            .contact-wrap form .form-area select:last-of-type {
              float: none;
              margin-left: 0; } }
      .contact-wrap form .form-area option {
        text-indent: 0; }
      .contact-wrap form .form-area textarea {
        width: 91%;
        padding: 1rem;
        margin: 0.5rem auto;
        border: 2px solid #000;
        color: #000;
        border-radius: 0; }
        @media screen and (max-width: 768px) {
          .contact-wrap form .form-area textarea {
            width: 100%; } }
      .contact-wrap form .form-area input[type="submit"] {
        background: #b82d1f;
        margin: 0.5rem auto;
        border: 0;
        color: #fff;
        font-weight: 400; }
  .contact-wrap p {
    width: 90%;
    margin: 1rem auto; }
    .contact-wrap p .phone {
      color: #b82d1f;
      background: transparent url("../img/phone.png") no-repeat scroll left center;
      font-weight: bold;
      height: 27px;
      line-height: 27px;
      margin-left: 5px;
      padding-left: 27px;
      padding-right: 10px; }
  .contact-wrap h2 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 400; }

input ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important; }

input :-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 1 !important; }

input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1 !important; }

input :-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important; }

footer {
  background: #2f2f2f;
  position: relative;
  z-index: 1; }
  footer .footer-wrap {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto; }
    footer .footer-wrap::after {
      clear: both;
      content: "";
      display: table; }
    footer .footer-wrap::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      footer .footer-wrap {
        padding: 0 4.34783%; } }
    footer .footer-wrap .logo-area {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      height: 100%; }
      footer .footer-wrap .logo-area:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        footer .footer-wrap .logo-area {
          width: 100%;
          text-align: center; } }
      footer .footer-wrap .logo-area img {
        max-width: 50%;
        height: calc(96px * .666);
        position: relative;
        margin: 1rem 0; }
    footer .footer-wrap .right {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 40.42553%;
      margin-left: 25.53191%; }
      footer .footer-wrap .right:last-child {
        margin-right: 0; }
      footer .footer-wrap .right p, footer .footer-wrap .right p span.AVANSERnumber {
        color: #fff;
        font-size: 1.375rem;
        margin: 1rem 0;
        text-align: right;
        line-height: 2rem;
        display: inline-block; }
        footer .footer-wrap .right p span, footer .footer-wrap .right p span.AVANSERnumber span {
          color: #858484;
          display: block;
          font-size: 0.875rem; }
          @media screen and (max-width: 768px) {
            footer .footer-wrap .right p span, footer .footer-wrap .right p span.AVANSERnumber span {
              font-size: 0.75rem; } }
        @media screen and (max-width: 768px) {
          footer .footer-wrap .right p, footer .footer-wrap .right p span.AVANSERnumber {
            margin-bottom: 0; } }
      footer .footer-wrap .right p:first-of-type {
        float: right; }
        @media screen and (max-width: 768px) {
          footer .footer-wrap .right p:first-of-type {
            float: none;
            margin: 0 auto;
            display: block; } }
      @media screen and (max-width: 768px) {
        footer .footer-wrap .right {
          width: 100%;
          margin-left: 0%; }
          footer .footer-wrap .right p {
            text-align: center; } }

.int-img {
  width: 100vw;
  position: relative;
  z-index: 1; }

a[href^=tel] {
  color: inherit; }

.featherlight .featherlight-image {
  max-height: 85vh; }

.int-wrap .simple-image img {
  display: block;
  border: 2px solid black;
  box-sizing: border-box;
  margin: 0 auto 1rem auto; }

.int-wrap .simple-image a:nth-child(even) img {
  margin-left: 2%; }

.int-wrap .simple-image a {
  position: relative; }

.int-wrap .simple-image a span {
  display: block;
  text-align: center;
  width: 251px;
  margin: 0 auto;
  font-size: 0.875rem; }

.int-wrap .simple-image .flex-direction-nav a.flex-prev, .int-wrap .simple-image .flex-direction-nav a.flex-next {
  position: absolute;
  margin-top: 0; }

.int-wrap .simple-image .flex-direction-nav a {
  background: #b82d1f;
  color: #fff;
  padding: 0.5rem 1rem; }

.int-wrap .simple-image .flex-direction-nav a.flex-prev {
  left: 0; }

.int-wrap .simple-image .flex-direction-nav a.flex-next {
  right: 0; }

.int-wrap .flex-direction-nav li {
  list-style: none; }

.int-wrap .simple-image .flex-direction-nav {
  position: relative; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

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

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

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

.fancybox-inner {
  overflow: auto; }

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

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

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

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

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

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

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

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

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

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#thanks-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

#gform-notification {
  background: #fff;
  border-radius: 10px;
  display: none;
  margin: auto;
  max-width: 50%;
  padding: 5rem;
  position: fixed;
  top: 8rem;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 101; }

#gform-notification p {
  margin: 0 auto;
  max-width: 80%; }

#gform-notification .button {
  margin: 4rem 0 0;
  padding: 12px 24px;
  color: #fff;
  background-color: #b82d1f;
  text-transform: uppercase;
  position: relative;
  top: 2rem; }

#gform-notification .cross:after {
  display: inline-block;
  content: "\00d7";
  /* This will render the 'X' */
  top: 10px;
  right: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 30px; }

#gform-notification img {
  margin-bottom: 2rem;
  display: inline; }

@media screen and (max-width: 768px) {
  #gform-notification {
    max-width: 70%; }
  #gform-notification img {
    height: 100px; } }

label.error {
  display: none !important; }

input.error, select.error, textarea.error {
  border: 2px solid #b82d1f !important; }

@media screen and (max-width: 500px) {
  .flex-viewport {
    margin-left: -20px; } }

@media screen and (max-width: 320px) {
  .flex-viewport {
    margin-left: -40px; } }

/*# sourceMappingURL=../maps/style.css.map */
