/* Dwellings SCSS Stylesheet v1.0 */
/* Skeleton Overrides */
/* Includes */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Raleway:600,800,400);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Dwellings Green */
/* Set to darken the primary colour */
.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; } }
@media (min-width: 800px) {
  .container {
    width: 85%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.6666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

h1, h2, h3, h4, h5, h6, a.heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1, a.heading {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 800px) {
  h1, a.heading {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

a {
  color: #00643d; }
  a:hover {
    color: #004b2d; }

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #00975c;
  border-color: #00975c; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #00975c;
  border-color: #00975c; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #00643d;
  border-color: #00643d; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #00643d;
  border-color: #00643d; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #00643d;
  border-color: #00643d; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #00643d;
  border-color: #00643d; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #00975c;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #00975c;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Global Breakpoint Adjustments */
@media (max-width: 1500px) {
  h1 {
    font-size: 5.2rem !important; }

  h2 {
    font-size: 3.2rem !important; } }
@media (max-width: 1200px) {
  html {
    font-size: 56%; } }
@media (max-width: 1000px) {
  html {
    font-size: 52%; } }
@media (max-width: 850px) {
  html {
    font-size: 48%; } }
@media (max-width: 800px) {
  html {
    font-size: 45%; } }
@media (max-width: 400px) {
  html {
    font-size: 40%; } }
/* Globa Variables and Mixin Classes */
.shrink-nav {
  height: 9rem !important; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* GLOBALS */
* {
  outline: none;
  text-decoration: none; }

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  font-family: 'roboto', sans-serif;
  font-weight: 400; }

h1, h2, button,
.expand-list,
nav > ul > li > a,
p.footer,
.expand-list,
ol > li {
  font-family: "adelle", serif;
  color: #00975c; }

h1 {
  font-size: 6.5rem;
  padding-top: 3rem;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  clear: both; }

h2 {
  font-size: 4rem;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-indent: 2rem; }

.button,
button {
  text-transform: none;
  color: #00975c;
  border-color: #00975c;
  font-size: 2rem;
  font-weight: 300;
  padding: 0.5rem 2.2rem 0.5rem 2.2rem;
  height: auto;
  margin-right: 20px;
  font-family: "adelle", serif;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .button:hover,
  button:hover {
    background-color: #02c77b;
    border-color: #02c77b;
    color: #fff; }
  .button .button-text,
  button .button-text {
    float: left; }
  .button .download,
  button .download {
    float: right;
    padding: 0 0 0 1.5rem; }

@media (max-width: 800px) {
  .button,
  button {
    float: left;
    margin-top: 0px !important; } }
p, ul > li {
  font-size: 2rem;
  line-height: 1.8;
  padding: 8px 0 8px 0;
  text-align: justify;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p.feature {
  font-style: italic;
  font-weight: 400;
  font-size: 3.5rem;
  padding: 4.5rem 10rem 4.5rem 10rem;
  text-align: left;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  p.feature a {
    color: #00975c;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    p.feature a:hover {
      color: #02c77b; }

@media (max-width: 800px) {
  p.feature {
    font-size: 3.2rem;
    padding: 2.5rem 6rem 2.5rem 6rem; } }
@media (max-width: 400px) {
  p.feature {
    font-size: 2.5rem;
    padding: 1.5rem 2.8rem 1.5rem 2.8rem; } }
.container {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.block {
  width: 100%;
  float: left;
  padding: 6rem 0px 4rem 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.block.image {
  background: url(../images/image-1.jpg) #555 no-repeat top center;
  position: relative;
  z-index: 1;
  margin-top: 17.5rem;
  padding: 0 0 45% 0;
  background-size: cover; }

.block.image-overlay {
  position: absolute; }
  .block.image-overlay #welcome {
    text-align: center;
    color: #fff;
    width: 100%;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    margin: 0px auto; }
    .block.image-overlay #welcome h1 {
      font-size: 6rem;
      color: #fff;
      text-shadow: 0px 2px 5px #111; }
    .block.image-overlay #welcome p {
      font-size: 2.8rem;
      font-weight: 400;
      text-align: justify;
      padding: 0 15rem 0 15rem;
      text-shadow: 0px 2px 4px #000;
      line-height: 1.5;
      letter-spacing: 0.6px;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .block.image-overlay #welcome .button,
    .block.image-overlay #welcome button {
      font-size: 2.4rem;
      font-weight: 300;
      background: #fff;
      color: #111;
      padding: 1rem 2.2rem 1rem 2.2rem;
      height: auto;
      margin-top: 15px;
      border: none !important; }
      .block.image-overlay #welcome .button:hover,
      .block.image-overlay #welcome button:hover {
        background-color: #02c77b; }
    .block.image-overlay #welcome .feature {
      background-color: #00975c;
      color: #fff; }

@media (max-width: 1400px) {
  .block.image-overlay #welcome h1 {
    font-size: 5.2rem !important; }
  .block.image-overlay #welcome p {
    padding: 0 10rem 0 10rem;
    font-size: 2.2rem; } }
@media (max-width: 1200px) {
  .block.image {
    padding-bottom: 50%; }

  .block.image-overlay #welcome h1 {
    font-size: 4.5rem !important; }
  .block.image-overlay #welcome p {
    padding: 0 8rem 0 8rem; }
  .block.image-overlay #welcome .button,
  .block.image-overlay #welcome button {
    font-size: 2.5rem;
    padding: .5rem 2.5rem .5rem 2.5rem; } }
@media (max-width: 800px) {
  .block {
    padding: 3rem 0px 2rem 0px; }

  .block.image {
    margin-top: 8.8rem;
    padding-bottom: 80%; }

  .block.image-overlay {
    padding-top: 4rem; }
    .block.image-overlay #welcome h1 {
      font-size: 3.8rem !important;
      text-align: left;
      padding-top: 5px; }
    .block.image-overlay #welcome p {
      padding: 0;
      font-size: 2.1rem; } }
@media (max-width: 400px) {
  .block.image {
    padding-bottom: 130%; }

  .block.image-overlay #welcome h1 {
    font-size: 3.8rem !important; }
  .block.image-overlay #welcome p {
    font-size: 1.8rem; } }
.block.dark {
  background: #141414;
  color: #fff; }
  .block.dark h1 {
    color: #fff; }

.block.green {
  background: #00975c;
  color: #fff; }
  .block.green h1 {
    color: #fff; }
  .block.green .button,
  .block.green button {
    color: #fff;
    border: none;
    font-size: 1.5rem;
    padding: 0rem 2.5rem 0rem 2.5rem; }
    .block.green .button:hover, .block.green .button.active,
    .block.green button:hover,
    .block.green button.active {
      color: #00975c;
      border: none;
      background: #fff; }

header {
  overflow: hidden !important;
  position: fixed;
  z-index: 5;
  width: 100%;
  display: table;
  height: 18rem;
  padding: 12px 12px 12px 12px;
  background: #fff;
  box-shadow: 3px 0px 6px #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  header .container {
    position: absolute;
    padding: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  header .row {
    height: 100%; }
    header .row .columns {
      height: 100%; }
    header .row .nav-container {
      position: relative;
      display: table; }

.header_text {
  position: absolute;
  top: 35px;
  right: 0px;
  text-align: right;
  color: #00975c;
  font-size: 1.5rem;
  display: block; }
  .header_text a {
    font-weight: bold; }

@media (max-width: 1000px) {
  .header_text {
    display: none; } }
.hide_header_text {
  display: none; }

#logo {
  float: left;
  width: 100%;
  height: 100%;
  background: url(../images/logo.svg) center left no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

nav {
  display: table-cell;
  vertical-align: middle;
  vertical-align: bottom;
  width: 100%;
  padding-bottom: 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  nav ul {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left; }
    nav ul li {
      float: left;
      padding: 0px;
      margin: 0px;
      margin: 0 10px 0 10px; }
      nav ul li a {
        float: left;
        font-size: 2rem;
        font-weight: 400;
        padding: 0rem 1.7rem 0rem 1.7rem;
        border-radius: 3px;
        color: #00975c;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
        nav ul li a:hover {
          background: #00975c;
          color: #fff; }
        nav ul li a.active {
          background: #00975c;
          color: #fff; }

.shrink {
  vertical-align: middle;
  padding-bottom: 0px; }

@media (max-width: 1000px) {
  nav ul {
    float: right; }
    nav ul li {
      margin: 0 5px 0 5px; } }
@media (max-width: 850px) {
  nav ul li {
    margin: 0 3px 0 3px; } }
@media (max-width: 800px) {
  header {
    height: 9rem;
    padding: 8px 0 8px 0; }
    header .nav-container {
      position: absolute !important;
      display: block;
      z-index: 6;
      top: 0;
      bottom: 0; }

  nav {
    position: relative;
    top: 0px;
    bottom: 0px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    nav ul {
      float: left;
      width: 100%;
      height: 100%;
      margin: 0; }
      nav ul li {
        margin: 0px;
        width: 20%;
        height: 100%; }
        nav ul li a {
          width: 100%;
          line-height: 9rem;
          text-align: center;
          border-radius: 0px;
          /*line-height: 500%;*/
          font-size: 1.8rem;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }

  #logo {
    float: left;
    width: 100px;
    opacity: 0; } }
/* Profile */
.profiles {
  display: flex; }

.profile-image {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding-bottom: 115%;
  width: 100%;
  float: left;
  background-color: #00975c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2em; }
  .profile-image.ray-fairbairn {
    background-image: url(../images/ray-fairbairn.png); }
  .profile-image.roger-fairbairn {
    background-image: url(../images/roger-fairbairn.png); }

#profile-details {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding: 2rem;
  float: left;
  text-align: center;
  width: 100%; }
  #profile-details .headline {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    font-size: 3.4vw;
    line-height: 1.4em;
    margin: 0.5em 0; }
    @media (min-width: 1200px) {
      #profile-details .headline {
        font-size: 3.2em; } }
  #profile-details .detail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    color: #bbb;
    padding: 0.4em; }
    #profile-details .detail a {
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      color: #ccc;
      font-size: 2.2rem;
      font-weight: bold;
      display: inline-block; }
      #profile-details .detail a:hover {
        color: #02c77b; }

.profile {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 1em 0; }
  .profile:first-child {
    margin-right: 4em; }
  .profile .profile-title {
    font-style: italic;
    font-weight: 300;
    font-size: 1.7rem;
    float: right; }
  .profile p {
    float: left;
    text-align: justify;
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1em;
    width: 100%;
    padding: 0;
    margin: 0 0 0.5em 0; }

@media (max-width: 800px) {
  #profile-details {
    padding: 2em; }
    #profile-details .headline {
      font-size: 6vw;
      padding: 0; } }
@media (max-width: 400px) {
  .profiles {
    flex-direction: column;
    justify-content: center; }
    .profiles p {
      text-align: center; }

  .profile {
    align-items: center; }

  .profile-image {
    width: 75%;
    padding-bottom: 90%; }

  #profile-details .headline {
    font-size: 5.5vw;
    padding: 0 1.5em; } }
/* Services */
#services {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  #services ul {
    list-style-type: none; }
    #services ul li {
      padding-left: 10rem;
      float: left; }
    #services ul li:before {
      content: "";
      float: left;
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      margin: 1rem 0 0 -6rem;
      background: #00975c; }

@media (max-width: 800px) {
  #services ul li {
    padding-left: 8rem; }

  #services ul li:before {
    width: 1.5rem;
    height: 1.5rem;
    margin: 1rem 0 0 -5.5rem; } }
@media (max-width: 400px) {
  #services ul li {
    padding-left: 5rem; }

  #services ul li:before {
    width: 1.5rem;
    height: 1.5rem;
    margin: 1rem 0 0 -4rem; } }
/* Owners */
.owners-list {
  float: left;
  width: 100%;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .owners-list ol {
    float: left;
    width: 100%;
    list-style-position: outside;
    padding: 0 0 0 6rem;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .owners-list ol li {
      font-size: 3rem;
      font-weight: 700;
      float: left;
      width: 100%;
      height: auto;
      margin: 0;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      .owners-list ol li div.expand-list {
        margin: 0 0 0 4.2rem;
        font-size: 3rem;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
        .owners-list ol li div.expand-list .icon-play {
          color: #00975c;
          position: absolute;
          margin: 0;
          right: 0;
          top: 0;
          -webkit-transition: all 0.1s ease-out;
          -moz-transition: all 0.1s ease-out;
          -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out; }
          .owners-list ol li div.expand-list .icon-play:hover {
            color: #02c77b; }
        .owners-list ol li div.expand-list > div {
          padding: 1rem 0 1rem 0; }
          .owners-list ol li div.expand-list > div:hover + div {
            color: #02c77b; }
        .owners-list ol li div.expand-list:hover {
          color: #02c77b; }
      .owners-list ol li div.expand-list + div {
        height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .owners-list ol li div.expand-list + div p {
          padding: 1.5rem 12rem 1.5rem 4.2rem;
          font-size: 2.4rem;
          font-family: 'roboto', sans-serif;
          font-weight: normal;
          color: #111; }

@media (max-width: 1000px) {
  .owners-list ol li {
    font-size: 2.8rem; }
    .owners-list ol li div.expand-list {
      font-size: 2.8rem;
      margin: 0 0 0 1.68rem; }
    .owners-list ol li div.expand-list + div p {
      padding: 0.56rem 5.6rem 0.56rem 1.68rem;
      font-size: 2.24rem; } }
@media (max-width: 800px) {
  .owners-list ol li {
    font-size: 2.5rem; }
    .owners-list ol li div.expand-list {
      font-size: 2.5rem;
      margin: 0 0 0 1.5rem; }
    .owners-list ol li div.expand-list + div p {
      padding: 0.5rem 5rem 0.5rem 1.5rem;
      font-size: 2rem; } }
/* Contact */
#facebook-container {
  float: left;
  position: relative;
  width: 270px; }
  #facebook-container #facebook-link {
    font-size: 3.5rem;
    cursor: pointer;
    float: left;
    color: #03f99a;
    background: #00975c;
    background-size: cover;
    margin: 5px 0 0 5px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    #facebook-container #facebook-link + div {
      position: absolute;
      color: #02c77b;
      bottom: 15px;
      font-size: 1.5rem;
      opacity: 0;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      right: 15px; }
    #facebook-container #facebook-link:hover {
      color: #fff; }
      #facebook-container #facebook-link:hover + div {
        opacity: 1;
        right: 0px; }
    @media (max-width: 1000px) {
      #facebook-container #facebook-link + div {
        display: none; } }

@media (max-width: 1000px) {
  #facebook-container {
    width: 10px; } }
form {
  padding: 1rem 0 0 0;
  margin: 0;
  width: 100%;
  float: left; }
  form fieldset {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%; }
    form fieldset legend {
      width: 0;
      height: 0;
      opacity: 0;
      overflow: hidden; }
    form fieldset input, form fieldset textarea {
      float: left !important;
      font-size: 2.2rem !important;
      background: #02c77b !important;
      border: 1px solid #02d181 !important;
      box-shadow: 0px 2px 5px #008853 !important;
      padding: 2.2rem !important;
      color: white;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      form fieldset input:hover, form fieldset input:focus, form fieldset textarea:hover, form fieldset textarea:focus {
        background: #fff !important;
        color: #111 !important;
        border: 1px solid #fff !important;
        box-shadow: 0px 2px 5px #005030 !important; }
    form fieldset input {
      height: auto !important;
      width: 50%;
      clear: both; }
    form fieldset textarea {
      width: 100% !important;
      height: 25rem;
      resize: vertical; }

input[type="submit"] {
  background: #00311e;
  cursor: pointer !important;
  text-transform: none;
  padding: 2rem 3.5rem 2rem 3.5rem;
  color: #02c77b;
  font-size: 3rem;
  font-weight: 400;
  height: auto;
  border: none;
  float: right;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  input[type="submit"]:hover {
    color: white;
    background: black; }

/* all */
::-webkit-input-placeholder {
  color: #008d56; }

::-moz-placeholder {
  color: #008d56; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #008d56; }

/* ie */
input:-moz-placeholder {
  color: #008d56; }

@media (max-width: 850px) {
  form fieldset input {
    width: 100%; } }
/* Footer */
p.footer {
  width: 100%;
  text-align: center;
  float: left;
  color: #02c77b;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 2rem 0 0 0; }

.hidden {
  display: none; }

.hide {
  display: none !important; }

#form-message {
  /*opacity: 0;*/
  float: left;
  display: block;
  width: 100%;
  padding: 16rem 0 20rem 0;
  color: #fff;
  font-size: 20pt;
  text-align: center; }

#me {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 1.3rem;
  padding: 2rem 0 1rem 0;
  color: #02c77b; }
  #me a {
    color: #02c77b; }
    #me a:hover {
      color: #fff; }
