/*
Theme Name: odin
Theme URI: http://www.cre8ive.com.au/wordpress/themes/odin/
Author: the CRE8IVE team
Author URI: http://www.cre8ive.com.au/
Description: Odin theme for the Odin website 
Version: 1.0
License: Copyright 2015 Independant Property Group
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: odin, cre8ive, independant, property, group
Text Domain: odin
*/
/** _mixins.scss
 * 
 */
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes bg-slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -116px 0;
  }
}
@-webkit-keyframes bg-slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -116px 0;
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 35.5555555556em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.6111111111em)/";
  width: 35.6111111111em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:35.6111111111em) and (max-width:56.8888888889em)/";
  width: 35.6111111111em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:56.9444444444em)/";
  width: 56.9444444444em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:56.9444444444em) and (max-width:80em)/";
  width: 56.9444444444em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80.0555555556em)/";
  width: 80.0555555556em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:80.0555555556em) and (max-width:106.6666666667em)/";
  width: 80.0555555556em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:106.7222222222em)/";
  width: 106.7222222222em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 18px;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 55.5555555556rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.8333333333rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.8333333333rem;
  padding-right: 0.8333333333rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

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

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

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

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

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

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

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

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

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
    float: left;
  }
}
@media only screen and (min-width: 35.6111111111em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

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

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

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

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

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

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

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

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

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

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

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

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

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

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

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

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

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

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 56.9444444444em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

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

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

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

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

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

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

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

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

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

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

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

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

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

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

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

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

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

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
* {
  box-sizing: border-box;
}

body {
  line-height: 1.2;
  font-family: "mr-eaves-modern", serif;
  font-size: 18px;
  font-weight: 300;
}

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

main,
section,
aside,
audio,
video {
  display: block;
}

h1 {
  font-family: sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.1111111111rem;
  padding: 0;
}

h2 {
  font-family: sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.1111111111rem;
  padding: 0;
}

h3 {
  font-family: sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.1111111111rem;
  padding: 0;
}

h4 {
  font-family: sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.1111111111rem;
  padding: 0;
}

h5 {
  font-family: sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.1111111111rem;
  padding: 0;
}

h6 {
  font-family: sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.1111111111rem;
  padding: 0;
}

h1 {
  font-size: 32px;
  font-size: 1.7777777778rem;
}

h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
}

h3 {
  font-size: 28px;
  font-size: 1.5555555556rem;
}

h4 {
  font-size: 26px;
  font-size: 1.4444444444rem;
}

h5 {
  font-size: 24px;
  font-size: 1.3333333333rem;
}

h6 {
  font-size: 20px;
  font-size: 1.1111111111rem;
}

p {
  margin-bottom: 10px;
  margin-bottom: 0.5555555556rem;
}
p.intro {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.1111111111rem;
}

sup {
  vertical-align: super;
  font-size: 12px;
  font-size: 0.6666666667rem;
}

abbr {
  text-decoration: none;
}

.offscreen {
  position: absolute;
  top: -10000px;
  left: 0;
}

/* 
The website content HTML uses the following CSS framework for displaying DIV elements in row, grid format: [DIV].grid > [DIV].grid-[1-12]
Here a DIV element with the class of 'grid' establishes a row of child DIV elements to act as columns. The child DIV elements have a class of 'grid-' + a number from 1 to 12. Here the columns numbers add up to no more than 12. So, for instance a .grid > .grid-12 will be one column in one row. A less redunat example is .grid > .grid-6 where we have two columns in the .grid - giving the equivalent of a 50% 50% layout. A four column layout would be achieved with .grid > .grid-3 where each of the four .grid-3 are equivalent to 25% of the layout (as 12 / 3 gives 4). A three column layout would be .grid-4.
A left and right padding is applied to each .grid-* DIV to provide spacing horizontal spacing between them. The first and last columns have the left and right padding set to 0 respectively to prevent unwanted outer-space on the row.
This grid format can also be nested to achieve more complex grid layouts where required.
This only applies to the desktop view as the CSS media queries for smallscreens/mobile devices dispalys .grid > .grid-* as stacked DIV elements.
It is important to note that older browsers (IE7 and less do not support the 'box-sizing: border-box' property) so will degrade to utilise a percentage-based layout as described in screen-ie-old.css. global-ie.js jQuery also 'patches' the older browsers with specific class names as they do not suppor the > child selector.
*/
.grid {
  margin-left: -12px;
  margin-right: -12px;
}
.grid .grid-1 {
  float: left;
  width: 8.3333333333%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-2 {
  float: left;
  width: 16.6666666667%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-3 {
  float: left;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-4 {
  float: left;
  width: 33.3333333333%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-5 {
  float: left;
  width: 41.6666666667%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-6 {
  float: left;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-7 {
  float: left;
  width: 58.3333333333%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-8 {
  float: left;
  width: 66.6666666667%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-9 {
  float: left;
  width: 75%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-10 {
  float: left;
  width: 83.3333333333%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-11 {
  float: left;
  width: 91.6666666667%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-12 {
  float: left;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.grid .grid-push-1 {
  margin-left: 8.3333333333%;
}
.grid .grid-push-2 {
  margin-left: 16.6666666667%;
}
.grid .grid-push-3 {
  margin-left: 25%;
}
.grid .grid-push-4 {
  margin-left: 33.3333333333%;
}
.grid .grid-push-5 {
  margin-left: 41.6666666667%;
}
.grid .grid-push-6 {
  margin-left: 50%;
}
.grid .grid-push-7 {
  margin-left: 58.3333333333%;
}
.grid .grid-push-8 {
  margin-left: 66.6666666667%;
}
.grid .grid-push-9 {
  margin-left: 75%;
}
.grid .grid-push-10 {
  margin-left: 83.3333333333%;
}
.grid .grid-push-11 {
  margin-left: 91.6666666667%;
}
.grid .grid-push-12 {
  margin-left: 100%;
}
.grid:after:before, .grid:after:after {
  content: " ";
  display: table;
}
.grid:after:after {
  clear: both;
}

.swipe {
  position: relative;
  visibility: hidden;
  overflow: hidden;
}

.swipe-wrap {
  position: relative;
  overflow: hidden;
}
.swipe-wrap > div {
  position: relative;
  float: left;
  width: 100%;
}
.swipe-wrap > div > img {
  display: block;
  margin: auto;
}

.rotate {
  animation-name: rotate;
  animation-duration: .6s;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: infPROPERTY_FRAMEWORKe;
  /* Safari and Chrome: */
  -webkit-animation-name: rotate;
  -webkit-animation-duration: .6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: infPROPERTY_FRAMEWORKe;
}

.bounce {
  animation-name: bounce;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  /* Safari and Chrome: */
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
}

.pre-bounce {
  opacity: 0;
}

.small-print {
  font-size: 10px;
  font-size: 0.5555555556rem;
}

.ninja-forms-response-msg {
  margin-bottom: 32px;
  margin-bottom: 1.7777777778rem;
}

.ninja-forms-field-error {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 20px;
}
.ninja-forms-field-error > p {
  margin: 0;
}

#enquiry form {
  margin: 0 auto;
  text-align: left;
}
#enquiry form ::-webkit-input-placeholder {
  color: #404041;
}
#enquiry form :-moz-placeholder {
  color: #404041;
  opacity: 1;
}
#enquiry form ::-moz-placeholder {
  color: #404041;
  opacity: 1;
}
#enquiry form :-ms-input-placeholder {
  color: #404041;
}
#enquiry form label {
  position: relative;
  margin-right: 18px;
  margin-right: 1.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#enquiry form input[type="text"],
#enquiry form input[type="email"],
#enquiry form input[type="search"],
#enquiry form input[type="submit"],
#enquiry form input[type="reset"],
#enquiry form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  font-family: "mr-eaves-modern", serif;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 300;
  border: none;
  border-radius: 0;
  color: #000;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#enquiry form input[type="text"],
#enquiry form input[type="email"],
#enquiry form input[type="search"] {
  height: 48px;
  line-height: 48px;
  background-color: #404040;
}
#enquiry form input[type="text"]:hover,
#enquiry form input[type="email"]:hover,
#enquiry form input[type="search"]:hover {
  background-color: white;
}
#enquiry form input[type="text"]:focus,
#enquiry form input[type="email"]:focus,
#enquiry form input[type="search"]:focus {
  background-color: white;
}
#enquiry form input[type="submit"],
#enquiry form input[type="reset"],
#enquiry form button {
  width: 182px;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: #eff5f8;
}
#enquiry form input[type="submit"]:hover, #enquiry form input[type="submit"]:focus,
#enquiry form input[type="reset"]:hover,
#enquiry form input[type="reset"]:focus,
#enquiry form button:hover,
#enquiry form button:focus {
  background-color: white;
}
#enquiry form input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.appearance-ui #enquiry form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 0;
  outline: none;
}
.appearance-ui #enquiry form input[type="checkbox"]:checked {
  background-image: url("images/tick.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.appearance-ui #enquiry form input[type="checkbox"]:focus {
  border-color: #eff5f8;
}
.appearance-ui #enquiry form input[type="checkbox"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.appearance-ui #enquiry form input[type="checkbox"]:hover:focus {
  border-color: #fff;
}
.appearance-ui #enquiry form input[type="checkbox"]:hover:checked {
  background-color: #fff;
}
#enquiry form .buttons {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}
.form-no-required-message #enquiry form .ninja-forms-required-items {
  position: absolute;
  top: -10000px;
  left: 0;
}
.form-no-character-counter #enquiry form .input-counter {
  position: absolute;
  top: -10000px;
  left: 0;
}

#mobile_banner {
  display: none;
}

#mobile_logo {
  display: block;
  position: fixed;
  top: 10px;
  right: 20px;
}
#mobile_logo > img {
  width: 100px;
}

#smallscreen_nav {
  display: none;
}

#primary_nav {
  padding-top: 32px;
  padding-top: 1.7777777778rem;
}
#primary_nav.primary-nav-fixed {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}
#primary_nav.primary-nav-absolute {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}
#primary_nav.primary-nav-horizontal ul > li {
  display: inline-block;
}
#primary_nav.primary-nav-inset-small ul, #primary_nav.primary-nav-inset-medium ul {
  margin-left: auto;
  margin-right: auto;
}
#primary_nav.primary-nav-inset-small ul {
  max-width: 1280px;
}
#primary_nav.primary-nav-inset-medium ul {
  max-width: 880px;
}
#primary_nav.primary-nav-centered {
  text-align: center;
}
#primary_nav ul {
  display: block;
}
#primary_nav ul > li {
  display: block;
}
#primary_nav ul > li > a {
  display: inline-block;
  color: white;
  text-decoration: none;
}
#primary_nav ul > li > a.active {
  color: #eff5f8;
}

#primary_nav_mobile, #primary_nav_mobile.displayed {
  display: none;
}

#primary_nav_fixed {
  visibility: hidden;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 32px;
  padding-top: 1.7777777778rem;
  padding-bottom: 32px;
  padding-bottom: 1.7777777778rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #00313C;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#primary_nav_fixed.show {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#primary_nav_fixed nav {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#primary_nav_fixed nav > a {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 60px;
}
#primary_nav_fixed nav > a > img {
  display: block;
}
#primary_nav_fixed ul {
  display: block;
}
#primary_nav_fixed ul > li {
  display: inline-block;
}
#primary_nav_fixed ul > li > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#primary_nav_fixed ul > li > a.active {
  color: #eff5f8;
}

.section {
  position: relative;
}
.section.section-space .block {
  padding-top: 92px;
  padding-bottom: 92px;
}
.section.section-space-top .block:first-child {
  padding-top: 92px;
}
.section.section-space-bottom .block:last-child {
  padding-bottom: 92px;
}
.section.section-inset-small .block, .section.section-inset-medium .block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.section.section-inset-small .block {
  max-width: 1280px;
}
.section.section-inset-medium .block {
  max-width: 880px;
}
.section.section-color-invert {
  color: white;
  background-color: #00313C;
}
.section.section-min-full-height {
  background-size: cover;
}

.block {
  position: relative;
}
.block.text .intro.intro-centered {
  text-align: center;
}
.block.picture h2,
.block.picture h3,
.block.picture h4 {
  position: absolute;
  top: 50%;
  text-align: center;
  margin: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.picture > img {
  display: block;
  width: 100%;
}
.block.slideshow .plans-drawings {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px 0;
}
.block.slideshow .plans-drawings img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.block.slideshow .gallery .slideshow-paging.slideshow-paging-labels {
  bottom: 0;
  line-height: inherit;
}
.block.slideshow .gallery .slideshow-paging.slideshow-paging-labels > li {
  width: auto;
  height: auto;
  text-indent: inherit;
  background-color: none;
}
.block.slideshow > div[data-paging-hover] .slideshow-prev,
.block.slideshow > div[data-paging-hover] .slideshow-next {
  display: none;
}
.block.slideshow > div[data-paging-hover]:hover .slideshow-prev,
.block.slideshow > div[data-paging-hover]:hover .slideshow-next, .block.slideshow > div[data-paging-hover]:focus .slideshow-prev,
.block.slideshow > div[data-paging-hover]:focus .slideshow-next {
  display: block;
}
.block.slideshow .slideshow-paging {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 20px;
  line-height: 5px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.block.slideshow .slideshow-paging > li {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  vertical-align: bottom;
  text-indent: -1000em;
  cursor: pointer;
  outline: none;
  opacity: 0.75;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block.slideshow .slideshow-paging > li:focus, .block.slideshow .slideshow-paging > li:hover {
  background-color: #fff;
}
.block.slideshow .slideshow-paging > li.selected {
  cursor: default;
  opacity: 1;
  background-color: #fff;
}
.block.slideshow .slideshow-paging > li.selected .slideshow-paging-symbol {
  color: #00313C;
  background-color: white;
}
.block.slideshow .slideshow-paging > li .slideshow-paging-symbol {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: white;
  background-color: #00313C;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.block.slideshow .slideshow-paging > li .slideshow-paging-text {
  display: block;
}
.block.slideshow .slideshow-prev,
.block.slideshow .slideshow-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 110px;
  margin-top: -55px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -1000em;
  width: 42px;
  height: 105px;
  background-size: 85%;
  background-color: rgba(0, 0, 0, 0.7);
}
.block.slideshow .slideshow-prev.slideshow-pagination-disabled,
.block.slideshow .slideshow-next.slideshow-pagination-disabled {
  visibility: hidden;
}
.block.slideshow .slideshow-prev {
  left: 20px;
  background-image: url("images/slideshow-gallery-previous-light.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.block.slideshow .slideshow-next {
  right: 20px;
  background-image: url("images/slideshow-gallery-next-light.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.block.slideshow .slideshow-pauseplay {
  display: block;
  position: absolute;
  z-index: 2;
  width: 21px;
  height: 20px;
  bottom: 50px;
  right: 50px;
  font-size: 0;
}
.block.slideshow .slideshow-pauseplay:before, .block.slideshow .slideshow-pauseplay:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  background: white;
}
.block.slideshow .slideshow-pauseplay:before {
  left: 0;
}
.block.slideshow .slideshow-pauseplay:after {
  right: 0;
}
.block.slideshow .slideshow-pauseplay.playing:before {
  top: auto;
  bottom: auto;
  width: auto;
  background: transparent;
  border-style: solid;
  border-width: 10px 0px 10px 21px;
  border-color: transparent transparent transparent white;
}
.block.slideshow .slideshow-pauseplay.playing:after {
  display: none;
}
.block.video iframe {
  display: block;
}
.block.map #google_map {
  position: relative;
  width: 100%;
  height: calc(100vh - 145px);
  /*
  > div {
  	&::before,
  	&::after {
  		content: '';
  		position: absolute;
  		display: block;
  		position: absolute;
  		z-index: 10;
  		top: 0;
  		bottom: 0;
  		width: 70px;
  		background: white;
  		@include opacity(0.01);
  	}
  	&:before {
  		left: 0;
  	}
  	&:after {
  		right: 0;
  	}
  }
  */
}
.block.map #google_map [data-locations] {
  display: none;
}
.block.map #google_map img {
  max-width: none;
}
.block.map #google_map p.map-loading {
  margin: 20px;
}
.block.map #google_map .gmnoprint {
  z-index: 11 !important;
}
.block.map #google_map .custom-controls {
  z-index: 11 !important;
  margin-top: 30px;
  margin-right: 30px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.block.map #google_map .custom-controls .custom-map-zoom-out, .block.map #google_map .custom-controls .custom-map-zoom-in {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-indent: 30px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  background-image: url("images/icon-contract.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 10px 10px;
  outline: none;
  overflow: hidden;
  text-indent: -1000em;
  white-space: nowrap;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block.map #google_map .custom-controls .custom-map-zoom-out:hover, .block.map #google_map .custom-controls .custom-map-zoom-in:hover, .block.map #google_map .custom-controls .custom-map-zoom-out:focus, .block.map #google_map .custom-controls .custom-map-zoom-in:focus {
  background-color: #f2f2f2;
}
.block.map #google_map .custom-controls .custom-map-zoom-in {
  margin-bottom: 1px;
  background-image: url("images/icon-expand.svg");
  border-radius: 3px 3px 0 0;
}

.link-next {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  width: 40px;
  height: 22px;
  margin-left: -20px;
  text-indent: -1000em;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-image: url("images/down-arrow-icon-white.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link-next:hover, .link-next:focus {
  bottom: 35px;
}
.link-next:active {
  bottom: 30px;
}
.link-next.hidden {
  bottom: 60px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

@media only screen and (min-width: 1800px) {
  body::after {
    content: "1800px wide";
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  body::after {
    content: "960px wide";
    display: none;
  }

  .grid {
    margin-left: 0;
    margin-right: 0;
  }
  .grid .grid-1 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-2 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-3 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-4 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-5 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-6 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-7 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-8 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-9 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-10 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-11 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-12 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid .grid-push-1 {
    margin-left: 0;
  }
  .grid .grid-push-2 {
    margin-left: 0;
  }
  .grid .grid-push-3 {
    margin-left: 0;
  }
  .grid .grid-push-4 {
    margin-left: 0;
  }
  .grid .grid-push-5 {
    margin-left: 0;
  }
  .grid .grid-push-6 {
    margin-left: 0;
  }
  .grid .grid-push-7 {
    margin-left: 0;
  }
  .grid .grid-push-8 {
    margin-left: 0;
  }
  .grid .grid-push-9 {
    margin-left: 0;
  }
  .grid .grid-push-10 {
    margin-left: 0;
  }
  .grid .grid-push-11 {
    margin-left: 0;
  }
  .grid .grid-push-12 {
    margin-left: 0;
  }

  .mobile-nav-displayed {
    overflow: hidden;
    height: 100%;
  }

  #wpadminbar {
    position: fixed;
  }

  #smallscreen_nav {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
  #smallscreen_nav.smallscreen-nav-sit-left {
    left: 0;
    right: auto;
  }
  #smallscreen_nav.smallscreen-nav-sit-right {
    left: auto;
    right: 0;
  }
  #smallscreen_nav i {
    content: '';
    position: absolute;
    background-color: black;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  #smallscreen_nav i.top {
    top: 15px;
    left: 10px;
    right: 10px;
    height: 2px;
  }
  #smallscreen_nav i.bottom {
    bottom: 15px;
    left: 10px;
    right: 10px;
    height: 2px;
  }
  #smallscreen_nav span.middle {
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 2px;
    margin-top: -1px;
    background-color: black;
    text-indent: -1000em;
    font-size: 0;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  #smallscreen_nav span.middle:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  #smallscreen_nav:focus i.top,
  #smallscreen_nav:focus i.bottom,
  #smallscreen_nav:focus span.middle,
  #smallscreen_nav:focus span.middle:before, #smallscreen_nav:hover i.top,
  #smallscreen_nav:hover i.bottom,
  #smallscreen_nav:hover span.middle,
  #smallscreen_nav:hover span.middle:before {
    background-color: black;
  }
  #smallscreen_nav.active i.top,
  #smallscreen_nav.active i.bottom {
    background-color: black;
    opacity: 0;
  }
  #smallscreen_nav.active span.middle {
    background-color: black;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #smallscreen_nav.active span.middle:before {
    background-color: black;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #smallscreen_nav.active ~ #primary_nav {
    display: block;
  }

  #mobile_banner {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    z-index: 40;
    height: 50px;
    color: #6d6e70;
    background-color: white;
  }
  #mobile_banner.smallscreen-mobile-banner-fixed {
    position: fixed;
  }

  #primary_nav {
    display: none;
  }

  #primary_nav_mobile {
    position: fixed;
    z-index: 43;
    left: 0;
    right: 0;
    text-align: left;
    padding-bottom: 0;
    background-color: #eff5f8;
    overflow: auto;
    height: 100vh;
    padding-bottom: 100px;
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    padding-top: 50px;
  }
  #primary_nav_mobile.displayed {
    display: block;
  }
  #primary_nav_mobile ul {
    margin: 0;
    padding: 0;
  }
  #primary_nav_mobile ul > li {
    display: block;
    position: relative;
    margin: 0;
    min-height: 50px;
  }
  #primary_nav_mobile ul > li:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 160px;
    height: 1px;
    left: 50%;
    bottom: 0;
    margin-left: -80px;
    background-color: white;
  }
  #primary_nav_mobile ul > li > a {
    display: block;
    padding-top: 10px;
    padding-top: 0.5555555556rem;
    padding-bottom: 10px;
    padding-bottom: 0.5555555556rem;
    padding-left: 20px;
    padding-left: 1.1111111111rem;
    padding-right: 10px;
    padding-right: 0.5555555556rem;
    color: #6d6e70;
    text-decoration: none;
    width: 100%;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  #primary_nav_mobile ul > li > a:hover, #primary_nav_mobile ul > li > a:focus {
    text-decoration: none;
    color: black;
    background: transparent;
  }
  #primary_nav_mobile img {
    display: block;
    margin-top: 12px;
    margin-top: 0.6666666667rem;
    margin-bottom: 12px;
    margin-bottom: 0.6666666667rem;
  }

  #primary_nav_fixed {
    display: none;
  }

  .section.section-space-top .block:not(.text) .col {
    padding-top: 46px !important;
    padding-top: 2.5555555556rem !important;
  }
  .section.section-space-bottom .block:not(.text) .col {
    padding-bottom: 46px;
    padding-bottom: 2.5555555556rem;
  }
  .section.section-inset-small .block > .block-inner, .section.section-inset-medium .block > .block-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section.section-inset-small .col, .section.section-inset-medium .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .block.generic > .block-inner .max-columns-1,
  .block.generic > .block-inner .max-columns-2,
  .block.generic > .block-inner .max-columns-3 {
    border-spacing: 0;
  }
  .block.generic > .block-inner .max-columns-1 .col,
  .block.generic > .block-inner .max-columns-2 .col,
  .block.generic > .block-inner .max-columns-3 .col {
    position: relative;
    display: block;
    width: auto;
    height: auto;
  }
  .block.generic > .block-inner .max-columns-1 .col:before,
  .block.generic > .block-inner .max-columns-2 .col:before,
  .block.generic > .block-inner .max-columns-3 .col:before {
    left: -10px;
    right: 0 !important;
    box-sizing: content-box;
    padding: 0 10px;
  }
  .block.slideshow .plans-drawings {
    padding: 0;
  }
  .block.slideshow .plans-drawings img {
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .block.map #google_map > div::before, .block.map #google_map > div::after {
    content: '';
    position: absolute;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 60px;
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }
  .block.map #google_map > div:before {
    left: 0;
  }
  .block.map #google_map > div:after {
    right: 0;
  }
  .block.map #google_map .custom-controls {
    margin-right: 15px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 520px) {
  body::after {
    content: "520px wide";
    display: none;
  }
}
.intro {
  font-size: 26px;
  font-size: 1.4444444444rem;
}

.block.hero {
  min-height: inherit;
}
.block.hero > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  margin: auto;
  padding-left: 60px;
  padding-left: 3.3333333333rem;
  padding-right: 60px;
  padding-right: 3.3333333333rem;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.hero > div > img {
  display: block;
  margin: auto;
}
.block.hero > div > p {
  margin-top: 44px;
  text-align: center;
  text-transform: uppercase;
}
.block.text a.nav-link {
  position: relative;
  z-index: 1;
  font-weight: 100;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  margin-bottom: 5rem;
  text-align: center;
  display: block;
}
.block.text a.nav-link::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: white;
}
.block.text a.nav-link::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 27px;
  height: 15px;
  margin-left: -14px;
  background-image: url("images/down-arrow-icon-teal.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("images/down-arrow-icon-teal.svg");
  background-size: contain;
}
.block.text a.nav-link > span {
  display: inline-block;
  padding-left: 68px;
  padding-left: 3.7777777778rem;
  padding-right: 68px;
  padding-right: 3.7777777778rem;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 300;
  background-color: white;
}
.section-color-invert .block.text a.nav-link::before {
  background-color: white;
}
.section-color-invert .block.text a.nav-link > span {
  background-color: #00313C;
}
.block.picture h2,
.block.picture h3,
.block.picture h4 {
  font-size: 48px;
  font-size: 2.6666666667rem;
  font-weight: 500;
}
.block.picture h2::after,
.block.picture h3::after,
.block.picture h4::after {
  bottom: -115px;
}
.block.slideshow .gallery {
  position: relative;
}
.block.slideshow .gallery .slideshow-paging.slideshow-paging-dots > li {
  width: 5px;
  height: 5px;
  margin: 0;
  margin-left: 5px;
  margin-left: 0.2777777778rem;
  margin-right: 5px;
  margin-right: 0.2777777778rem;
  border-radius: 50%;
  background-color: #fff;
}
.block.slideshow .gallery .slideshow-paging.slideshow-paging-labels {
  bottom: 0;
  line-height: inherit;
}
.block.slideshow .gallery .slideshow-paging.slideshow-paging-labels > li {
  text-indent: inherit;
  margin: auto;
  margin-left: 10px;
  margin-left: 0.5555555556rem;
  margin-right: 10px;
  margin-right: 0.5555555556rem;
  border-radius: 0;
  background-color: transparent;
}
.block.slideshow .gallery .slideshow-paging.slideshow-paging-labels > li:hover, .block.slideshow .gallery .slideshow-paging.slideshow-paging-labels > li:focus {
  opacity: 1;
  background-color: transparent;
}
.block.slideshow .gallery .slideshow-paging.slideshow-paging-labels > li .slideshow-paging-symbol {
  text-transform: uppercase;
  font-weight: 300;
}
.block.map::before {
  content: url(images/pin-transparent.png);
  position: absolute;
  overflow: hidden;
  height: 0;
}
.block.form #enquiry {
  margin-bottom: 95px;
}
.block.form #enquiry form {
  font-family: "aw-conqueror-didot", sans-serif;
}
.block.form #enquiry form h3 {
  font-family: "aw-conqueror-didot", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  text-transform: uppercase;
}
.block.form #enquiry form label {
  font-weight: 100;
  text-transform: uppercase;
}
.block.form #enquiry form input[type="text"],
.block.form #enquiry form input[type="email"],
.block.form #enquiry form input[type="search"],
.block.form #enquiry form input[type="submit"],
.block.form #enquiry form input[type="reset"],
.block.form #enquiry form button {
  font-family: "aw-conqueror-didot", sans-serif;
}
.block.form #enquiry form input[type="submit"],
.block.form #enquiry form input[type="reset"],
.block.form #enquiry form button {
  color: #fff;
  font-weight: 100;
}
.block.form #enquiry form .text-wrap label {
  position: absolute;
  top: -10000px;
  left: 0;
}
.block.form #enquiry form .checkbox-wrap input[type="checkbox"] {
  margin-right: 16px;
  margin-right: 0.8888888889rem;
}
.block.form #enquiry form .grid > [class*="grid-"] ~ [class*="grid-"] {
  padding-left: 100px;
}
.block h2 {
  position: relative;
  margin-bottom: 64px;
  margin-bottom: 3.5555555556rem;
}
.section-color-invert .block h2::after {
  background-color: white;
}
.block h2[data-indigonoline] {
  margin-bottom: 65px;
}
.block h2[data-indigonoline]::after {
  display: none;
}

@media only screen and (max-width: 960px) {
  .block.hero > div {
    padding-left: 10px;
    padding-left: 0.5555555556rem;
    padding-right: 10px;
    padding-right: 0.5555555556rem;
  }
  .block.picture h2::after,
  .block.picture h3::after,
  .block.picture h4::after {
    bottom: -40px;
  }
  .block.slideshow .slideshow-prev {
    left: 10px;
  }
  .block.slideshow .slideshow-next {
    right: 10px;
  }
  .block.form form .grid > [class*="grid-"] ~ [class*="grid-"] {
    margin-top: 64px;
    margin-top: 3.5555555556rem;
    padding-left: 0;
  }
  .block.form form .submit-wrap {
    margin-top: 50px;
    margin-top: 2.7777777778rem;
  }
  .block.form form .submit-wrap input[type="submit"] {
    width: 100%;
  }
}
body {
  font-weight: 300;
}
body:before {
  content: 'desktop';
  display: block;
  height: 0;
  overflow: hidden;
}

.element-invisible {
  position: absolute;
  left: -1000em;
}

#old {
  position: fixed;
  z-index: 10;
  top: 40px;
  left: 40px;
  padding: 20px 20px;
  width: 460px;
  height: 460px;
  font-size: 38px;
  color: black;
  background: yellow;
}

#primary_nav {
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px 20px 0;
  text-transform: uppercase;
  font-size: 0.7777777778rem;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
#primary_nav ul {
  position: relative;
  height: 60px;
  margin: 0;
  padding: 0;
}
#primary_nav ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#primary_nav ul > li.current_page_item {
  position: relative;
  height: 100%;
  min-width: 150px;
}
#primary_nav ul > li.current_page_item > a {
  display: block;
  padding: 0;
}
#primary_nav ul > li.current_page_item span {
  display: block;
}
#primary_nav ul > li.current_page_item img {
  display: block;
}
#primary_nav ul > li:nth-child(2) {
  position: absolute;
  left: 150px;
  width: 15%;
  top: 0;
  height: 50%;
  margin-left: 8%;
  padding-top: 2px;
  border-left: 1px solid #a1a3a6;
  border-right: 1px solid #a1a3a6;
}
#primary_nav ul > li:nth-child(3) {
  position: absolute;
  left: 150px;
  width: 15%;
  bottom: 0;
  height: 50%;
  margin-left: 8%;
  padding-bottom: 2px;
  border-left: 1px solid #a1a3a6;
  border-right: 1px solid #a1a3a6;
}
#primary_nav ul > li:nth-child(4) {
  position: absolute;
  left: calc(150px + 23%);
  width: 20%;
  top: 0;
  height: 50%;
  padding-top: 2px;
  border-right: 1px solid #a1a3a6;
}
#primary_nav ul > li:nth-child(5) {
  position: absolute;
  left: calc(150px + 23%);
  width: 20%;
  bottom: 0;
  height: 50%;
  padding-bottom: 2px;
  border-right: 1px solid #a1a3a6;
}
#primary_nav ul > li:nth-child(6) {
  position: absolute;
  left: calc(150px + 43%);
  width: 15%;
  top: 0;
  height: 50%;
  padding-top: 2px;
  border-right: 1px solid #a1a3a6;
}
#primary_nav ul > li:nth-child(7) {
  position: absolute;
  left: calc(150px + 43%);
  width: 15%;
  bottom: 0;
  height: 50%;
  padding-bottom: 2px;
  border-right: 1px solid #a1a3a6;
}
#primary_nav ul > li:nth-child(8) {
  position: absolute;
  left: calc(150px + 58%);
  right: 0;
  width: 15%;
  top: 0;
  height: 50%;
  padding-top: 2px;
  border-right: 1px solid #a1a3a6;
}
#primary_nav ul > li:nth-child(9) {
  position: absolute;
  left: calc(150px + 58%);
  right: 0;
  width: 15%;
  bottom: 0;
  height: 50%;
  padding-bottom: 2px;
}
#primary_nav ul > li:nth-child(10) {
  position: absolute;
  left: calc(150px + 73%);
  right: 0;
  top: 0;
  height: 50%;
  padding-bottom: 2px;
}
#primary_nav ul > li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  color: #6d6e70;
}
#primary_nav ul > li a.active {
  color: #000;
}
#primary_nav img {
  width: 148px;
  height: 46px;
}
.js #primary_nav {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.js #primary_nav.show {
  opacity: 1;
}
.js #primary_nav ul > li.show > a {
  opacity: 1;
  border: none;
}
.js #primary_nav ul > li > a {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.link-next-register {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  outline: none;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
  padding: 15px 20px 14px;
  font-family: "aw-conqueror-didot", sans-serif;
  font-weight: 400;
  font-size: 1.4444444444rem;
  background-color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.link-next-register.hidden {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.link-next-register.hidden > span {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  background-position: 50% 0;
}
.link-next-register:hover, .link-next-register:focus {
  background-color: #cbdfe8;
}
.link-next-register:hover > span, .link-next-register:focus > span {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  background-color: #404041;
}
.link-next-register > span {
  display: block;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  text-indent: -1000em;
  overflow: hidden;
  opacity: 1;
  background-image: url(images/next-section-arrow.svg);
  background-color: #cbdfe8;
  background-position: 50% 50%;
  background-size: 28px 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.impression {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

.block {
  position: static;
}

.form ::-webkit-input-placeholder {
  color: #404041;
}
.form :-moz-placeholder {
  color: #404041;
  opacity: 1;
}
.form ::-moz-placeholder {
  color: #404041;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #404041;
}
.form .ninja-forms-required-items {
  display: none;
}
.form .main-group {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.form .field-wrap label {
  position: relative;
  float: left;
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  top: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 160px;
}
.form .field-wrap label strong {
  font-weight: 300;
}
.form .field-wrap input[type="text"],
.form .field-wrap input[type="email"],
.form .field-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: auto;
  width: calc(100% - 160px);
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 5px 20px;
  background-color: #eff5f8;
  border: 1px solid #cbdfe8;
  font-size: 1rem;
  font-family: "mr-eaves-modern", serif;
  font-weight: 300;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: none;
}
.form .field-wrap input[type="text"],
.form .field-wrap input[type="email"] {
  color: #404041;
  -webkit-font-smoothing: antialiased;
}
.form .field-wrap input[type="text"]:focus,
.form .field-wrap input[type="email"]:focus {
  background-color: #fff;
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}
.form .field-wrap select {
  color: #808285;
  background-image: url(images/selector.png);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}
.form .field-wrap select:focus {
  background-image: url(images/selector-active.png);
  background-color: #fff;
}
.form .field-wrap input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.4444444444rem;
  border-radius: 5px;
  border: none;
  font-family: "aw-conqueror-didot", sans-serif;
  font-weight: 400;
  width: 160px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #404041;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  outline: none;
}
.form .field-wrap input[type="submit"]:hover, .form .field-wrap input[type="submit"]:focus {
  background-color: #000;
}
.form .input-counter {
  display: none;
}
.form .ninja-forms-field-error {
  padding-left: 0;
  padding-right: 0;
}
.form .ninja-forms-response-msg {
  margin: 0 100px;
}
.form .ninja-forms-response-msg .wrap-success {
  font-size: 1.3333333333rem;
}
.form .ninja-forms-response-msg .wrap-success p {
  margin: 0 0 20px;
}
.form .ninja-forms-response-msg > p {
  display: none;
}

.loader {
  display: block;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #404041;
}
.loader:before {
  content: '';
  display: block;
  width: 144px;
  height: 140px;
  background-image: url("images/loader.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  animation-name: fade;
  animation-duration: 1.25s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-play-state: running;
  animation-iteration-count: infinite;
  /* Safari and Chrome: */
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
}

#primary {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin-top: 85px;
}

#register_form {
  height: 55px;
  padding: 15px 20px 0;
  font-size: 1rem;
}
#register_form > h2 {
  margin: 0;
  font-family: "mr-eaves-modern", serif;
  font-size: 1.1111111111rem;
  font-weight: 600;
}
#register_form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#register_form > div > div {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
#register_form .close-control {
  display: none;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  line-height: 30px;
  margin: 0;
  font-size: 0;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#register_form .close-control:before, #register_form .close-control:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  right: 0;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#register_form .close-control:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#register_form .close-control.show {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#register_form .ninja-forms-response-msg {
  margin: 0;
  color: black;
  font-weight: 600;
  font-size: 1.1111111111rem;
}
#register_form .ninja-forms-response-msg p {
  margin: 0;
}
#register_form .ninja-forms-response-msg.ninja-forms-error-msg {
  display: block;
  position: absolute;
  font-size: 0;
}
#register_form .ninja-forms-all-fields-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#register_form .ninja-forms-all-fields-wrap > div {
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
}
#register_form .ninja-forms-all-fields-wrap > div.nf-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 14%;
      -ms-flex-preferred-size: 14%;
          flex-basis: 14%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  color: black;
  font-weight: 600;
  font-size: 1.2222222222rem;
}
#register_form .ninja-forms-all-fields-wrap > div.nf-desc p {
  margin: 0;
}
#register_form .ninja-forms-all-fields-wrap .field-wrap {
  position: relative;
  margin: 0;
}
#register_form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error input::-webkit-input-placeholder {
  color: red;
}
#register_form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error input::-moz-placeholder {
  color: red;
}
#register_form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error input:-ms-input-placeholder {
  color: red;
}
#register_form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error input::placeholder {
  color: red;
}
#register_form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-error {
  display: block;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  margin: 8px 0 0;
  padding: 4px 10px;
  color: red;
  background: white;
  border: 1px solid #cbdfe8;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}
#register_form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-error:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 7px;
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: transparent transparent #cbdfe8;
}
.js #register_form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-error {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  z-index: -1;
  font-size: 0;
}
#register_form .ninja-forms-all-fields-wrap label {
  float: none;
  position: static;
  font-size: 0;
  width: 0;
  overflow: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#register_form .ninja-forms-all-fields-wrap input[type="text"],
#register_form .ninja-forms-all-fields-wrap input[type="email"],
#register_form .ninja-forms-all-fields-wrap select {
  width: auto;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-color: #bfbfbf;
  background-color: white;
  outline: none;
}
#register_form .ninja-forms-all-fields-wrap input[type="text"]:focus,
#register_form .ninja-forms-all-fields-wrap input[type="email"]:focus,
#register_form .ninja-forms-all-fields-wrap select:focus {
  border-color: black;
}
#register_form .ninja-forms-all-fields-wrap input[type="submit"] {
  width: auto;
  width: 100%;
  min-width: 116px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
  color: black;
  background-color: #cbdfe8;
  font-family: "mr-eaves-modern", serif;
}
#register_form .ninja-forms-all-fields-wrap input[type="submit"]:hover, #register_form .ninja-forms-all-fields-wrap input[type="submit"]:focus {
  color: white;
  background-color: black;
}
.js #register_form {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.js #register_form.show {
  opacity: 1;
}

.site-main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.site-main > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100vw;
  height: calc(100vh - 155px);
  white-space: normal;
  overflow: hidden;
  overflow-y: auto;
  font-size: 1rem;
  background-color: #fff;
  padding: 0 20px;
}
.site-main > div > section {
  min-height: 100%;
}
.js .site-main {
  opacity: 0;
}
.js .site-main.show {
  opacity: 1;
}

.paging-page-arrows-prev,
.paging-page-arrows-next {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  width: 35px;
  height: 110px;
  margin-top: -55px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -1000em;
  width: 42px;
  height: 105px;
  background-size: 85%;
  background-color: rgba(0, 0, 0, 0.7);
}
#about-odin .paging-page-arrows-prev, #lifestyle .paging-page-arrows-prev, #about-odin
.paging-page-arrows-next, #lifestyle
.paging-page-arrows-next {
  background-color: transparent;
}

.paging-page-arrows-prev {
  left: 40px;
  background-image: url("images/slideshow-gallery-previous-light.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.paging-page-arrows-next {
  right: 40px;
  background-image: url("images/slideshow-gallery-next-light.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#odin .paging-page-arrows-next {
  background-color: transparent;
}
.js #odin .paging-page-arrows-next {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.js #odin .paging-page-arrows-next.show {
  opacity: 1;
}

#odin > section {
  background-position: 50% 50%;
}
#odin .block.hero .block-inner {
  top: 20px;
  left: auto;
  width: auto;
  right: 20px;
  padding: 0;
  -webkit-transform: none;
          transform: none;
}
.js #odin .block.hero .block-inner {
  opacity: 0;
  -webkit-transform: tran9slateY(-20px);
          transform: tran9slateY(-20px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.js #odin .block.hero .block-inner.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#gallery > section {
  min-height: 0;
}
#gallery .swipe-wrap {
  height: calc(100vh - 155px);
}
#gallery .swipe-wrap > div {
  height: inherit;
  overflow: hidden;
}
#gallery .swipe-wrap > div img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
#gallery .block.slideshow .slideshow-paging {
  bottom: 60px;
}
#gallery .lightbox-show {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-image: url("images/Classic-Constructions-search-icon.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
#gallery figure {
  margin: 0;
}
#gallery figcaption {
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 20px 11px;
  font-weight: 500;
  font-size: 0.8888888889rem;
  background: rgba(0, 0, 0, 0.5);
}

#about-odin > section {
  height: 100%;
  padding: 0 100px;
  font-size: 1.5555555556rem;
  color: white;
  background-image: url("images/Odin-site-render-2000x1308-30.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}
#about-odin > section:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #231f20;
  opacity: 0.8;
}
#about-odin > section .block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#about-odin > section .block > div {
  max-width: 1200px;
}
#about-odin > section h2 {
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
  font-family: "aw-conqueror-didot", sans-serif;
  font-size: 2.7777777778rem;
}
#about-odin > section h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: white;
}
#about-odin > section p:last-child {
  margin-bottom: 0;
}

#inclusions > section {
  height: 100%;
  border: 20px solid #eff5f8;
  overflow-y: auto;
}
#inclusions > section .block {
  position: relative;
  z-index: 1;
  height: 100%;
  background: white;
}
#inclusions > section .block > div {
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
}
#inclusions > section h2 {
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-align: center;
  font-family: "aw-conqueror-didot", sans-serif;
  font-size: 2.7777777778rem;
}
#inclusions > section .inclusions {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
}
#inclusions > section .inclusions > div {
  height: 200px;
}
#inclusions > section .inclusions > div img {
  display: block;
  margin: auto;
}
#inclusions > section .inclusions ul {
  border-top: 1px solid black;
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  line-height: 1.4;
}
#inclusions > section .inclusions ul > li {
  display: block;
  padding-bottom: 5px;
}
#inclusions > section .inclusions .code {
  color: #a0a2a5;
}
#inclusions .gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}
#inclusions .swipe .swipe-wrap > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#inclusions .slideshow-paging.slideshow-paging-dots {
  top: auto;
  bottom: 20px;
}
#inclusions .slideshow-paging.slideshow-paging-dots > li {
  background-color: #a0a2a5;
}
#inclusions .slideshow-paging.slideshow-paging-dots > li.selected {
  background-color: #404041;
}
#inclusions .slideshow-prev {
  left: 0;
}
#inclusions .slideshow-next {
  right: 0;
}

#lifestyle > section {
  background-image: url("images/Odin-mountain-biker.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #404041;
}
#lifestyle .block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 20px 8vw;
  color: white;
  background: rgba(35, 31, 32, 0.8);
}
#lifestyle h2 {
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 35px;
  font-family: "aw-conqueror-didot", sans-serif;
  font-size: 2.2222222222rem;
}
#lifestyle h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: white;
}
#lifestyle p {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

#townhouses-apartments {
  position: relative;
}
#townhouses-apartments > section.section-townhouses-apartments .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 20px 8vw;
  color: black;
  background: #cbdfe8;
}
#townhouses-apartments > section.section-townhouses-apartments h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 35px;
  font-family: "aw-conqueror-didot", sans-serif;
  font-size: 2.2222222222rem;
}
#townhouses-apartments > section.section-townhouses-apartments h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: white;
}
#townhouses-apartments > section.section-townhouses-apartments .images > a {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
#townhouses-apartments > section.section-townhouses-apartments .images > a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60%;
  background-color: rgba(35, 31, 32, 0.6);
}
#townhouses-apartments > section.section-townhouses-apartments .images > a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20%;
  right: 20%;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("images/shade.svg");
}
#townhouses-apartments > section.section-townhouses-apartments .images > a:nth-child(1) {
  top: 0;
  right: 0;
}
#townhouses-apartments > section.section-townhouses-apartments .images > a:nth-child(1):before {
  background-image: url("images/Odin-1-and-2-Bedroom-Apartments.svg");
}
#townhouses-apartments > section.section-townhouses-apartments .images > a:nth-child(2) {
  bottom: 0;
  right: 0;
}
#townhouses-apartments > section.section-townhouses-apartments .images > a:nth-child(2):before {
  background-image: url("images/Odin-3-and-4-Bedroom-Townhouses.svg");
}
#townhouses-apartments > section.section-townhouses-apartments .images > a:hover:after, #townhouses-apartments > section.section-townhouses-apartments .images > a:focus:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#townhouses-apartments > section.section-townhouses-apartments .popup-link {
  display: block;
  margin-top: 40px;
  text-decoration: none;
  color: black;
  width: 100%;
  background: white;
  text-align: center;
  padding: 13px 20px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
#townhouses-apartments > section.section-townhouses-apartments .popup-link:hover, #townhouses-apartments > section.section-townhouses-apartments .popup-link:focus {
  color: white;
  background: black;
}
#townhouses-apartments > section.section-download-a-brochure {
  display: none;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 0;
  min-height: 0;
  padding: 20px;
  color: white;
  background: #404041;
}
#townhouses-apartments > section.section-download-a-brochure.active {
  display: block;
}
#townhouses-apartments > section.section-download-a-brochure > div {
  height: 100%;
}
#townhouses-apartments > section.section-download-a-brochure .block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px 100px;
}
#townhouses-apartments > section.section-download-a-brochure .close-control {
  display: block;
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 35px;
  top: 40px;
  right: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 0;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#townhouses-apartments > section.section-download-a-brochure .close-control:before, #townhouses-apartments > section.section-download-a-brochure .close-control:after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 0;
  right: 0;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#townhouses-apartments > section.section-download-a-brochure .close-control:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#townhouses-apartments > section.section-download-a-brochure .close-control.show {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#townhouses-apartments > section.section-download-a-brochure h2 {
  margin: 0 0 15px;
  font-family: "mr-eaves-modern", serif;
  font-size: 1.3888888889rem;
  font-weight: 600;
}
#townhouses-apartments > section.section-download-a-brochure p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
#townhouses-apartments .form {
  font-size: 1.1111111111rem;
}
#townhouses-apartments .form p {
  margin: 0 0 20px;
}
#townhouses-apartments .form .field-wrap label {
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
#townhouses-apartments .form .field-wrap label strong {
  font-weight: 500;
}
#townhouses-apartments .form .field-wrap input[type="text"],
#townhouses-apartments .form .field-wrap input[type="email"],
#townhouses-apartments .form .field-wrap select {
  max-width: 620px;
}
#townhouses-apartments .form .ninja-forms-req-symbol {
  color: white;
}
#townhouses-apartments .form .field-wrap.submit-wrap {
  margin: 40px 0 0;
}
#townhouses-apartments .form .field-wrap.submit-wrap input[type="submit"] {
  color: #404041;
  background-color: #f2f2f2;
}
#townhouses-apartments .form .field-wrap.submit-wrap input[type="submit"]:hover, #townhouses-apartments .form .field-wrap.submit-wrap input[type="submit"]:focus {
  color: #f2f2f2;
  background-color: black;
}

#floor-plans.townhouse .slideshow {
  background: #404041;
}
#floor-plans.apartment .slideshow {
  background: #eff5f8;
}
#floor-plans.apartment .slideshow-paging.slideshow-paging-labels > li {
  color: #6a8ea1;
}
#floor-plans.apartment .slideshow-paging.slideshow-paging-labels > li.selected {
  color: black;
}
#floor-plans.apartment .slideshow-paging.slideshow-paging-labels > li.selected:after {
  border-bottom-color: black;
}
#floor-plans.apartment .slideshow-paging.slideshow-paging-labels > li.selected .slideshow-paging-symbol {
  background-color: white;
}
#floor-plans.apartment .slideshow-paging.slideshow-paging-labels > li:after {
  border-bottom-color: #6a8ea1;
}
#floor-plans.apartment .slideshow-paging.slideshow-paging-labels > li .slideshow-paging-symbol {
  background-color: #a8c9d9;
}
#floor-plans .slideshow {
  -webkit-transition: background 0.45s;
  transition: background 0.45s;
}
#floor-plans .swipe-wrap {
  height: calc(100vh - 155px);
  margin: 0;
}
#floor-plans .swipe-wrap > div {
  height: inherit;
}
#floor-plans .slideshow-paging.slideshow-paging-dots {
  top: auto;
  bottom: 40px;
}
#floor-plans .slideshow-paging.slideshow-paging-dots > li {
  background-color: #404041;
}
#floor-plans .slideshow-paging.slideshow-paging-labels {
  top: 25px;
  bottom: auto;
}
#floor-plans .slideshow-paging.slideshow-paging-labels > li {
  position: relative;
  height: 1.3888888889rem;
  color: #b5b7b9;
  margin: 0;
}
#floor-plans .slideshow-paging.slideshow-paging-labels > li.selected {
  color: white;
}
#floor-plans .slideshow-paging.slideshow-paging-labels > li.selected:after {
  border-bottom-width: 5px;
  border-bottom-color: white;
}
#floor-plans .slideshow-paging.slideshow-paging-labels > li.selected .slideshow-paging-symbol {
  color: black;
  background-color: white;
}
#floor-plans .slideshow-paging.slideshow-paging-labels > li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-width: 0 5px;
  border-color: transparent transparent #b5b7b9;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
#floor-plans .slideshow-paging.slideshow-paging-labels > li ~ li {
  margin-left: 70px;
}
#floor-plans .slideshow-paging.slideshow-paging-labels > li .slideshow-paging-symbol {
  display: none;
  color: white;
  background-color: #cfd1d2;
}
#floor-plans section.section-floor-plans {
  min-height: 0;
}
#floor-plans section.section-floor-plans .plans > div {
  position: absolute;
  top: 65px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
#floor-plans section.section-floor-plans .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 33.33%;
  padding: 20px 45px 20px 65px;
  color: black;
  background: white;
}
#floor-plans section.section-floor-plans .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 33.33%;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  padding: 20px 20px 20px 0;
  overflow: hidden;
  background: white;
}
#floor-plans section.section-floor-plans h2 {
  margin: 0 0 30px;
  font-size: 1.1111111111rem;
  font-family: "aw-conqueror-didot", sans-serif;
}
#floor-plans section.section-floor-plans h3 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 35px;
  font-family: "aw-conqueror-didot", sans-serif;
  font-size: 2.2222222222rem;
}
#floor-plans section.section-floor-plans h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: black;
}
#floor-plans section.section-floor-plans h4 {
  font-size: 1.1111111111rem;
  padding-left: 10px;
  margin-bottom: 15px;
}
#floor-plans section.section-floor-plans .area-label {
  display: block;
}
#floor-plans section.section-floor-plans .area-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.25;
}
#floor-plans section.section-floor-plans .plans-key-points ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#floor-plans section.section-floor-plans .plans-key-points ul li {
  display: block;
}
#floor-plans section.section-floor-plans .plans-key-points ul li ~ li > span {
  padding-top: 0;
}
#floor-plans section.section-floor-plans .plans-key-points > ul {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#floor-plans section.section-floor-plans .plans-key-points > ul ul > li:first-child {
  border-top: 1px solid black;
}

#location {
  position: relative;
}
#location > section.section-location {
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 1rem;
  top: 0;
  left: 20px;
  bottom: 0;
  width: calc(33.33% - 20px);
  padding: 20px 40px 20px 80px;
  color: white;
  background: #404041;
}
#location > section.section-location .intro {
  font-size: inherit;
}
#location > section.section-location .block.text .intro.intro-centered {
  text-align: left;
}
#location > section.section-location h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 35px;
  font-family: "aw-conqueror-didot", sans-serif;
  font-size: 2.2222222222rem;
}
#location > section.section-location h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: white;
}
#location > section.section-location h4 {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: "mr-eaves-modern", serif;
  font-weight: 600;
}
#location > section.section-location ul {
  list-style: none;
  margin: 20px 0;
  padding: 22px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#location > section.section-location ul > li {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
}
#location > section.section-location ul > li:before {
  content: '\2014';
  display: inline-block;
  margin-right: 0.2rem;
}
#location > section.section-location ul > li ~ li {
  margin-bottom: 0;
}
#location > section.section-location p {
  margin-top: 0;
  margin-bottom: 5px;
}
#location > section.section-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: 33.33%;
  background-color: white;
  min-height: 0;
}

#team {
  position: relative;
  font-size: 1rem;
}
#team > section.section-team {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 20px;
  width: 33.33%;
  min-height: 0;
  padding: 20px 40px;
  background: #e5eff3;
}
#team > section.section-team h2 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-bottom: 35px;
  color: #404041;
  font-family: "aw-conqueror-didot", sans-serif;
  font-size: 2.2222222222rem;
}
#team > section.section-team h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #cbdfe8;
}
#team > section.section-victory-homes, #team > section.section-kasparek-architects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 33.33%;
  min-height: 0;
  padding: 20px 30px;
  background: white;
}
#team > section.section-victory-homes .block-inner, #team > section.section-kasparek-architects .block-inner {
  max-width: 800px;
}
#team > section.section-victory-homes .block-inner > div, #team > section.section-kasparek-architects .block-inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#team > section.section-victory-homes .block-inner > div > div:first-child, #team > section.section-kasparek-architects .block-inner > div > div:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 210px;
      -ms-flex: 1 0 210px;
          flex: 1 0 210px;
  margin: auto;
  padding-right: 30px;
  text-align: center;
}
#team > section.section-victory-homes h3, #team > section.section-kasparek-architects h3 {
  margin: 0 0 20px;
  font-size: 1.3888888889rem;
  font-family: "mr-eaves-modern", serif;
}
#team > section.section-victory-homes .logos, #team > section.section-kasparek-architects .logos {
  margin: 0;
}
#team > section.section-victory-homes {
  top: 20px;
  bottom: 50%;
  right: 20px;
  border-top: 20px solid #e5eff3;
  border-right: 20px solid #e5eff3;
}
#team > section.section-victory-homes:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 240px;
  width: 220px;
  height: 2px;
  background: #cbdfe8;
}
#team > section.section-kasparek-architects {
  top: 50%;
  bottom: 0;
  right: 20px;
  border-bottom: 20px solid #e5eff3;
  border-right: 20px solid #e5eff3;
}

#register-your-interest {
  position: relative;
}
#register-your-interest > section {
  min-height: 0;
  margin: auto;
  color: #000;
  background-color: #fff;
}
#register-your-interest > section.section-register-your-interest {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  padding: 20px 20px 0;
  font-size: 1.3888888889rem;
  background: #cbdfe8;
}
#register-your-interest > section.section-register-your-interest .block-inner {
  background: white;
}
#register-your-interest > section.section-register-your-interest .block-inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 170px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 65px;
  height: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#register-your-interest > section.section-register-your-interest p {
  margin: 0;
  max-width: 460px;
}
#register-your-interest > section.section-contact {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  top: 120px;
  padding: 0;
  background: #cbdfe8;
}
#register-your-interest > section.section-contact .block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 0px;
  padding: 0 66px;
  overflow: hidden;
  background: white;
}
#register-your-interest > section.section-contact .block-inner > div {
  padding-top: 50px;
  border-top: 1px solid #cbdfe8;
}
#register-your-interest > section.section-terms-and-conditions {
  display: none;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 0;
  padding: 20px;
  color: white;
  background: #404041;
}
#register-your-interest > section.section-terms-and-conditions.active {
  display: block;
}
#register-your-interest > section.section-terms-and-conditions > div {
  height: 100%;
}
#register-your-interest > section.section-terms-and-conditions .block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px 100px;
}
#register-your-interest > section.section-terms-and-conditions .close-control {
  display: block;
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 35px;
  top: 40px;
  right: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 0;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#register-your-interest > section.section-terms-and-conditions .close-control:before, #register-your-interest > section.section-terms-and-conditions .close-control:after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 0;
  right: 0;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#register-your-interest > section.section-terms-and-conditions .close-control:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#register-your-interest > section.section-terms-and-conditions .close-control.show {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#register-your-interest > section.section-terms-and-conditions h2 {
  margin: 0 0 15px;
  font-family: "mr-eaves-modern", serif;
  font-size: 1.3888888889rem;
  font-weight: 600;
}
#register-your-interest > section.section-terms-and-conditions p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
#register-your-interest > section.section-terms-and-conditions p:last-child {
  margin-bottom: 0;
}
#register-your-interest h2 {
  font-family: "aw-conqueror-didot", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
#register-your-interest .form {
  font-size: 1.1111111111rem;
}
#register-your-interest .form .ninja-forms-all-fields-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
#register-your-interest .form .submit-wrap,
#register-your-interest .form .terms-wrap {
  text-align: right;
  padding-right: 30px;
}
#register-your-interest .form .main-group .field-wrap {
  position: relative;
  margin-bottom: 0;
  padding: 0 20px 30px;
  margin-left: -20px;
  margin-right: -20px;
}
#register-your-interest .form .main-group.group-7, #register-your-interest .form .main-group.group-14 {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
}
#register-your-interest .form .main-group.group-7 .field-wrap, #register-your-interest .form .main-group.group-14 .field-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
#register-your-interest .form .field-wrap label {
  width: 100px;
  padding-right: 10px;
}
#register-your-interest .form .field-wrap input[type="text"],
#register-your-interest .form .field-wrap input[type="email"],
#register-your-interest .form .field-wrap select {
  width: calc(100% - 100px);
}
#register-your-interest .form fieldset.main-group {
  margin: 0;
}
#register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap label {
  width: 160px;
}
#register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap input[type="text"],
#register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap input[type="email"],
#register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap select {
  width: calc(100% - 160px);
}
#register-your-interest .form fieldset.main-group + fieldset + fieldset {
  clear: both;
  position: relative;
  padding: 35px 0 30px;
}
#register-your-interest .form fieldset.main-group + fieldset + fieldset:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  left: 20px;
  right: 20px;
  background-color: #cbdfe8;
}
#register-your-interest .form .ninja-forms-req-symbol {
  color: #bfbfbf;
}
#register-your-interest .form .field-wrap.checkbox-wrap.terms-wrap {
  float: left;
  width: 50%;
  margin: 0 !important;
  padding: 18px 20px 0 0;
  text-align: right;
  color: #000;
}
#register-your-interest .form .field-wrap.checkbox-wrap.terms-wrap label {
  width: auto;
  display: inline-block;
  float: none;
  margin: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  vertical-align: bottom;
}
#register-your-interest .form .field-wrap.checkbox-wrap.terms-wrap input[type="checkbox"] {
  vertical-align: middle;
}
#register-your-interest .form .field-wrap.checkbox-wrap.terms-wrap input[type="checkbox"]:hover {
  outline: none;
}
.supports-appearance #register-your-interest .form .field-wrap.checkbox-wrap.terms-wrap input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: #eff5f8;
  border: 1px solid #cbdfe8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px 12px;
  border-radius: 50%;
}
.supports-appearance #register-your-interest .form .field-wrap.checkbox-wrap.terms-wrap input[type="checkbox"]:checked {
  background-image: url(images/checkbox-circle-unselected.svg);
}
#register-your-interest .form .field-wrap.checkbox-wrap.terms-wrap a {
  color: #00313C;
  text-decoration: underline;
}
#register-your-interest .form .field-wrap.submit-wrap {
  float: left;
  width: 50%;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  text-align: left;
}
#register-your-interest .form .field-wrap.submit-wrap input[type="submit"] {
  color: #404041;
  background-color: #cbdfe8;
}
#register-your-interest .form .field-wrap.submit-wrap input[type="submit"]:hover, #register-your-interest .form .field-wrap.submit-wrap input[type="submit"]:focus {
  color: #fff;
  background-color: #404041;
}

.ui-selectmenu-button {
  display: block;
  float: left;
  width: calc(100% - 160px) !important;
  margin: 0;
  padding: 7px 20px;
  color: #808285;
  background-image: url(images/selector.png);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-color: #eff5f8;
  border: 1px solid #cbdfe8;
}

.ui-selectmenu-menu {
  display: none;
  height: 40px;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: #eff5f8;
  font-size: 1.1111111111rem;
  font-family: "mr-eaves-modern", serif;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: inline-block;
}
.ui-selectmenu-menu > ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-39px);
          transform: translateY(-39px);
  background-color: #fff;
  border: 1px solid #cbdfe8;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
.ui-selectmenu-menu > ul > li {
  display: block;
  margin: 0;
  padding: 6px 20px;
  color: #404041;
}
.ui-selectmenu-menu > ul > li:first-child {
  color: #808285;
  background-image: url(images/selector-active.png);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}
.ui-selectmenu-menu > ul > li.ui-state-focus {
  background-color: #eff5f8;
}

@media only screen and (min-width: 1800px) {
  html {
    font-size: 22.5px;
  }

  #primary_nav ul {
    height: 100px;
  }
  #primary_nav ul > li.current_page_item {
    background-image: url("images/Odin-nav-logo-2x.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 70px;
  }
  #primary_nav ul > li.current_page_item > a {
    height: 100%;
    width: 250px;
  }
  #primary_nav ul > li.current_page_item img {
    display: none;
  }

  #primary {
    margin-top: 125px;
  }

  .site-main > div {
    height: calc(100vh - 195px);
  }

  #gallery .swipe-wrap {
    height: calc(100vh - 195px);
  }

  #floor-plans .swipe-wrap {
    height: calc(100vh - 195px);
  }

  #inclusions > section .inclusions-wrapper .inclusions {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }

  #team > section.section-victory-homes .block-inner, #team > section.section-kasparek-architects .block-inner {
    max-width: 1000px;
  }

  #register-your-interest > section.section-register-your-interest p {
    max-width: none;
  }
  #register-your-interest .form .field-wrap label {
    width: 140px;
  }
  #register-your-interest .form .field-wrap input[type="text"],
  #register-your-interest .form .field-wrap input[type="email"],
  #register-your-interest .form .field-wrap select {
    width: calc(100% - 140px);
  }
  #register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap label {
    width: 300px;
  }
  #register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap input[type="text"],
  #register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap input[type="email"],
  #register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap select {
    width: calc(100% - 300px);
  }

  .ui-selectmenu-button {
    width: calc(100% - 300px) !important;
  }

  .ui-selectmenu-menu > ul {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}
@media only screen and (max-width: 960px) {
  body:before {
    content: 'tablet';
    display: block;
    height: 0;
    overflow: hidden;
  }
  body.popover-displayed {
    height: 100%;
    overflow: hidden;
  }

  #old {
    max-width: 100%;
    left: 0;
    height: auto;
  }

  .block.slideshow .slideshow-prev {
    background-image: url("images/slideshow-gallery-previous-dark.svg");
    background-color: transparent;
  }
  .block.slideshow .slideshow-next {
    background-image: url("images/slideshow-gallery-next-dark.svg");
    background-color: transparent;
  }

  .lightbox-shade .lightbox-container {
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .lightbox-shade .flexslider .flex-direction-nav .flex-prev,
  .lightbox-shade .flexslider .flex-direction-nav .flex-next {
    height: 60px;
    width: 33px;
    margin-top: 60px;
  }
  .lightbox-shade .flexslider .flex-direction-nav .flex-prev {
    left: 0;
  }
  .lightbox-shade .flexslider .flex-direction-nav .flex-next {
    right: 0;
  }
  .lightbox-shade .flexslider .flex-control-nav.flex-control-paging {
    height: 5px;
  }
  .lightbox-shade .flexslider .flex-control-nav.flex-control-paging li a {
    width: 5px;
    height: 5px;
  }

  #primary_nav {
    display: none;
  }

  .js #smallscreen_nav {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .js #smallscreen_nav.show {
    opacity: 1;
  }

  .js #mobile_banner {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .js #mobile_banner.show {
    opacity: 1;
  }

  #smallscreen_request_brochure {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 299;
    top: 0;
    left: 16%;
    height: 30px;
    margin: 10px 0 0;
    padding: 0 10px;
    color: black;
    background-color: #cbdfe8;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    -webkit-font-smoothing: antialiased;
  }
  #smallscreen_request_brochure.displayed {
    -webkit-font-smoothing: antialiased;
    color: white;
    background-color: #404041;
  }
  #smallscreen_request_brochure:hover, #smallscreen_request_brochure:focus {
    color: white;
    background-color: black;
  }

  .link-next-register {
    display: none;
  }

  .form .field-wrap label,
  .form .field-wrap.label-right label,
  .form .field-wrap.label-left label {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-bottom: 10px;
  }
  .form .field-wrap input[type="text"],
  .form .field-wrap input[type="email"],
  .form .field-wrap select,
  .form .field-wrap.label-right input[type="text"],
  .form .field-wrap.label-right input[type="email"],
  .form .field-wrap.label-right select,
  .form .field-wrap.label-left input[type="text"],
  .form .field-wrap.label-left input[type="email"],
  .form .field-wrap.label-left select {
    width: 100%;
  }

  .site-main {
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .site-main > div {
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 20px 20px 0;
  }
  .site-main > div > section {
    min-height: 0;
  }

  #primary {
    white-space: normal;
    margin-top: 0;
  }

  #register_form {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    padding: 0 15px;
    color: #fff;
    background: #404041;
  }
  #register_form.displayed {
    display: block;
  }
  #register_form .close-control {
    display: block;
  }
  #register_form .ninja-forms-response-msg {
    margin: 0;
    color: black;
    font-weight: 600;
    font-size: 1.1111111111rem;
  }
  #register_form .ninja-forms-response-msg p {
    margin: 0;
  }
  #register_form .ninja-forms-all-fields-wrap {
    display: block;
    width: auto;
  }
  #register_form .ninja-forms-all-fields-wrap > div.nf-desc {
    display: block;
    margin-bottom: 40px;
    color: white;
    font-size: 1.3333333333rem;
    font-weight: 600;
    text-align: center;
    -webkit-font-smoothing: antialiased;
  }
  #register_form .ninja-forms-all-fields-wrap .field-wrap {
    margin-bottom: 30px;
  }
  #register_form .ninja-forms-all-fields-wrap .field-wrap label {
    margin: 0;
  }
  #register_form .ninja-forms-all-fields-wrap .field-wrap input[type="text"],
  #register_form .ninja-forms-all-fields-wrap .field-wrap input[type="email"],
  #register_form .ninja-forms-all-fields-wrap .field-wrap select {
    height: 40px;
    line-height: 40px;
  }
  #register_form .ninja-forms-all-fields-wrap .field-wrap input[type="submit"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 1.4444444444rem;
    width: 100%;
    height: 60px;
    min-width: 0;
    margin-top: 10px;
    border-radius: 5px;
    border: none;
    font-family: "aw-conqueror-didot", sans-serif;
    font-weight: 400;
    line-height: 60px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    outline: none;
  }
  #register_form .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:hover, #register_form .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:focus {
    background-color: #000;
  }

  .paging-page-arrows-prev,
  .paging-page-arrows-next {
    display: none;
  }

  #odin {
    padding: 0;
  }
  #odin > section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0;
    height: calc(100vh - 50px);
    padding: 0;
    overflow: hidden;
  }
  #odin .block.hero > div {
    position: static;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 40px 0;
  }
  #odin .block.hero > div img {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }

  #gallery .swipe-wrap {
    height: 520px;
    height: 63vw;
  }
  #gallery .swipe-wrap > div {
    height: auto;
    height: inherit;
    overflow: hidden;
  }
  #gallery .swipe-wrap > div img {
    max-width: 100%;
  }
  #gallery .block.slideshow .slideshow-paging {
    bottom: 55px;
  }
  #gallery .lightbox-show {
    display: block;
  }

  #about-odin > section {
    height: auto;
    padding: 20px 20px 30px;
    font-size: 24px;
  }
  #about-odin > section .block {
    display: block;
    height: auto;
  }
  #about-odin > section h2 {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-family: "aw-conqueror-didot", sans-serif;
    font-size: 2.2222222222rem;
  }

  #lifestyle > section {
    height: auto;
    padding: 0;
    font-size: 24px;
    background-image: none;
  }
  #lifestyle > section:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-image: url("images/Odin-mountain-biker.jpg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #404041;
  }
  #lifestyle > section .block-inner {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 20px;
    background: transparent;
  }
  #lifestyle > section h2 {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-family: "aw-conqueror-didot", sans-serif;
    font-size: 2.2222222222rem;
  }

  #inclusions > section .inclusions-wrapper .inclusions {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  #inclusions .gallery {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  #townhouses-apartments > section.section-townhouses-apartments {
    height: auto;
  }
  #townhouses-apartments > section.section-townhouses-apartments .info {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px;
  }
  #townhouses-apartments > section.section-townhouses-apartments h2 {
    margin-bottom: 50px;
    padding-bottom: 35px;
    font-size: 50px;
  }
  #townhouses-apartments > section.section-townhouses-apartments .images {
    position: relative;
    padding-bottom: 50%;
  }
  #townhouses-apartments > section.section-townhouses-apartments .images > a {
    width: 50%;
    height: 100%;
    padding: 0;
  }
  #townhouses-apartments > section.section-townhouses-apartments .images > a:nth-child(1) {
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
  }
  #townhouses-apartments > section.section-townhouses-apartments .images > a:nth-child(2) {
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
  }
  #townhouses-apartments > section.section-townhouses-apartments .popup-link {
    margin: 30px auto 20px;
  }
  #townhouses-apartments > section.section-download-a-brochure {
    position: fixed;
    z-index: 400;
    left: 0;
    right: 0;
    overflow: scroll;
    height: 100vh;
    top: 0;
    bottom: 0;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #townhouses-apartments > section.section-download-a-brochure > div {
    height: auto;
  }
  #townhouses-apartments > section.section-download-a-brochure .block-inner {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 0 20px;
  }

  #floor-plans .swipe-wrap {
    height: auto;
  }
  #floor-plans .slideshow-paging.slideshow-paging-dots {
    bottom: 30px;
  }
  #floor-plans .slideshow-paging.slideshow-paging-labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
  }
  #floor-plans .slideshow-paging.slideshow-paging-labels > li {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  #floor-plans .slideshow-paging.slideshow-paging-labels > li ~ li {
    margin-left: 0;
  }
  #floor-plans section.section-floor-plans .plans > div {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 65px 20px 20px;
  }
  #floor-plans section.section-floor-plans .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 20px 20px;
  }
  #floor-plans section.section-floor-plans .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 20px 20px 30px;
  }
  #floor-plans section.section-floor-plans h3 {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-family: "aw-conqueror-didot", sans-serif;
    font-size: 2.2222222222rem;
  }
  #floor-plans section.section-floor-plans .area-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #location > section.section-location {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 20px;
  }
  #location > section.section-location h2 {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-family: "aw-conqueror-didot", sans-serif;
    font-size: 2.2222222222rem;
  }
  #location > section.section-map {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  #location #google_map {
    width: 100%;
    height: 460px;
  }

  #team > section {
    height: auto;
  }
  #team > section.section-team {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 20px;
  }
  #team > section.section-team h2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 35px;
    font-family: "aw-conqueror-didot", sans-serif;
    font-size: 2.2222222222rem;
  }
  #team > section.section-victory-homes, #team > section.section-kasparek-architects {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 0 20px;
    background: #e5eff3;
    border: none;
  }
  #team > section.section-victory-homes .block-inner, #team > section.section-kasparek-architects .block-inner {
    max-width: none;
  }
  #team > section.section-victory-homes .block-inner > div, #team > section.section-kasparek-architects .block-inner > div {
    display: block;
    height: auto;
    padding: 20px;
    background: white;
  }
  #team > section.section-victory-homes .block-inner > div > div:first-child, #team > section.section-kasparek-architects .block-inner > div > div:first-child {
    padding: 0;
  }
  #team > section.section-victory-homes .logos, #team > section.section-kasparek-architects .logos {
    margin-bottom: 20px;
  }
  #team > section.section-victory-homes:after {
    display: none;
  }
  #team > section.section-kasparek-architects {
    border-bottom: 20px solid #e5eff3;
  }

  #register-your-interest > section {
    padding: 20px;
  }
  #register-your-interest > section.section-register-your-interest {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 20px 20px 0;
  }
  #register-your-interest > section.section-register-your-interest .block-inner {
    background: white;
  }
  #register-your-interest > section.section-register-your-interest .block-inner > div {
    display: block;
    height: auto;
    padding: 20px;
  }
  #register-your-interest > section.section-register-your-interest h2 {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-family: "aw-conqueror-didot", sans-serif;
    font-size: 2.2222222222rem;
  }
  #register-your-interest > section.section-register-your-interest p {
    max-width: none;
  }
  #register-your-interest > section.section-register-your-interest .logos {
    margin: 20px auto;
  }
  #register-your-interest > section.section-contact {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 0 20px 20px;
  }
  #register-your-interest > section.section-contact > div {
    height: auto;
  }
  #register-your-interest > section.section-contact .block-inner {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 20px;
    overflow: visible;
  }
  #register-your-interest > section.section-contact .block-inner > div {
    padding: 0;
    border: none;
  }
  #register-your-interest > section.section-terms-and-conditions {
    position: fixed;
    z-index: 400;
    left: 0;
    right: 0;
    overflow: scroll;
    height: 100vh;
    top: 0;
    bottom: 0;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #register-your-interest > section.section-terms-and-conditions > div {
    height: auto;
  }
  #register-your-interest > section.section-terms-and-conditions .block-inner {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 0 20px;
  }
  #register-your-interest .form {
    padding-top: 0;
    border: none;
  }
  #register-your-interest .form .ninja-forms-all-fields-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    border-top: 1px solid #cbdfe8;
  }
  #register-your-interest .form .submit-wrap,
  #register-your-interest .form .terms-wrap {
    text-align: left;
    padding: 0;
  }
  #register-your-interest .form .field-wrap input[type="text"],
  #register-your-interest .form .field-wrap input[type="email"],
  #register-your-interest .form .field-wrap select {
    width: 100%;
  }
  #register-your-interest .form .main-group .field-wrap {
    position: relative;
    margin-bottom: 0;
    padding: 0 20px 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #register-your-interest .form .main-group.group-7, #register-your-interest .form .main-group.group-14 {
    float: none;
    width: 100%;
    padding: 0;
  }
  #register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap label {
    width: 100%;
  }
  #register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap input[type="text"],
  #register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap input[type="email"],
  #register-your-interest .form fieldset.main-group + fieldset .field-wrap.list-dropdown-wrap select {
    width: 100%;
  }
  #register-your-interest .form fieldset.main-group + fieldset + fieldset {
    padding: 20px 0 0;
  }
  #register-your-interest .form fieldset.main-group + fieldset + fieldset:after {
    left: 0;
    right: 0;
  }
  #register-your-interest .form fieldset.main-group .field-wrap.checkbox-wrap.terms-wrap {
    float: none;
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
    color: #000;
  }
  #register-your-interest .form fieldset.main-group .field-wrap.checkbox-wrap.terms-wrap label {
    display: inline;
    margin: 0;
    top: 0;
  }
  #register-your-interest .form fieldset.main-group .field-wrap.submit-wrap {
    float: none;
    width: 100%;
    margin: 20px 0 30px !important;
    padding: 0 !important;
  }
  #register-your-interest .form fieldset.main-group .field-wrap.submit-wrap input[type="submit"] {
    font-size: 24px;
    width: 100%;
    margin-top: 20px;
  }
  #register-your-interest .form .ninja-forms-response-msg {
    margin: 0;
  }

  .ui-selectmenu-button {
    float: none;
    width: 100% !important;
  }
}
@media only screen and (max-width: 520px) {
  body:before {
    content: 'mobile';
    display: block;
    height: 0;
    overflow: hidden;
  }

  #inclusions > section .inclusions-wrapper .inclusions {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }

  #townhouses-apartments > section.section-townhouses-apartments .images {
    position: static;
    padding: 0;
  }
  #townhouses-apartments > section.section-townhouses-apartments .images > a {
    position: relative;
    width: auto;
    height: auto;
  }
  #townhouses-apartments > section.section-townhouses-apartments .images > a:nth-child(1) {
    top: auto;
    right: auto;
    width: 100%;
    padding-bottom: 100%;
  }
  #townhouses-apartments > section.section-townhouses-apartments .images > a:nth-child(2) {
    bottom: auto;
    right: auto;
    width: 100%;
    padding-bottom: 100%;
  }

  #floor-plans .swipe-wrap {
    height: auto;
  }
  #floor-plans .slideshow-paging.slideshow-paging-labels > li:after {
    display: none;
  }
  #floor-plans .slideshow-paging.slideshow-paging-labels > li .slideshow-paging-text {
    display: none;
  }
  #floor-plans .slideshow-paging.slideshow-paging-labels > li .slideshow-paging-symbol {
    display: block;
    width: auto;
  }

  #location #google_map {
    width: 100%;
    height: 260px;
  }
}

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