/* CSS Document */
/* Default styles */
html {
  height: 100%;
  overflow-y: scroll; }

html, body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

section, header, article, footer, aside, nav, img {
  display: block; }

a {
  text-decoration: none; }

a img {
  border: 0; }

img {
  max-width: 100%;
  /* Width is defined by surrounding element */
  margin: 0 auto; }

.caps {
  text-transform: capitalize; }

/** Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ **/
.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.clear {
  clear: both; }

.clearright {
  clear: right; }

.clearleft {
  clear: left; }

.toupper {
  text-transform: uppercase; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.fulljustify {
  text-align: justify;
  padding: 100px 0; }

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%; }

sup, sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 0.5ex; }

sub {
  font-size: 50%;
  top: 0.5ex; }

/** Responsive iframe **/
iframe {
  max-width: 100%; }

.iframe {
  /* Wrapper div */
  position: relative;
  height: 0;
  overflow: hidden; }

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media all and (min-width: 620px) {
  .left {
    float: left; }

  .right {
    float: right; }

  /** tables **/
  .table {
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed; }

  .cell {
    display: table-cell;
    vertical-align: middle; } }
/** Rollover image effect **/
.rollover {
  display: block;
  position: relative; }

.rollover img {
  display: block; }

.rollover a {
  margin: 0 !important;
  padding: 0 !important; }

.rollover .out {
  position: relative;
  top: 0;
  left: 0; }

.rollover .over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */ }

.rollover a:hover .over {
  opacity: 1;
  filter: alpha(opacity=100); }

body {
  min-height: 100%;
  background: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 2.5vw;
  color: #423b37;
  margin: 0 auto;
  padding: 0; }

.sitewidth {
  position: relative;
  width: 96%;
  max-width: 920px;
  min-width: 320px;
  margin: 0 auto; }

.fullwidth {
  clear: both;
  position: relative;
  width: 100%; }

.green {
  color: #6dab43; }

@media screen and (min-width: 620px) {
  html {
    background: url("../images/bg-forest.jpg") center center;
    background-size: cover; }

  body {
    font-size: 1.9vw; } }
@media screen and (min-width: 620px) and (min-height: 680px) {
  body {
    padding: 110px 0 0 0; } }
@media screen and (min-width: 800px) {
  body {
    font-size: 2.1vw; } }
@media all and (min-width: 920px) {
  body {
    font-size: 15px; } }
@media screen and (min-width: 620px) and (min-height: 680px) {
  body {
    padding: 125px 0 0 0; } }
/* Common sass styles 
*/
header {
  position: relative;
  z-index: 20;
  height: 255px;
  width: 100%;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  header .logo {
    max-width: 50%; }
  header .banner {
    margin: 10px 0 0 0; }
  header nav {
    padding: 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
  header .sitewidth {
    width: 100%; }

@media all and (min-width: 620px) {
  header {
    height: 125px; }
    header .logo {
      float: left;
      padding: 5px 0 0 0; }
    header nav {
      float: right;
      padding: 95px 0 0 0; }
    header .sitewidth {
      width: 96%; }
    header .banner {
      position: absolute;
      top: -15px;
      right: 0; } }
@media all and (min-width: 620px) and (min-height: 680px) {
  header {
    position: fixed;
    top: 0;
    left: 0; } }
@media all and (min-width: 920px) {
  header {
    height: 125px; }
    header .logo {
      float: left;
      margin: 10px 0 0 0; }
    header nav {
      float: right;
      padding: 95px 0 0 0; } }
/** Base Styles **/
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 0; }

.flexnav.opacity {
  opacity: 0; }

.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

.flexnav li a {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden; }

.flexnav li ul {
  width: 100%;
  list-style: none;
  padding: 0; }

.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

.flexnav li ul.flexnav-show li {
  overflow: visible; }

.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0; }

.flexnav .touch-button:hover {
  cursor: pointer; }

.flexnav .touch-button .navicon {
  position: relative; }

.menu-button {
  position: relative;
  display: block;
  cursor: pointer; }

.menu-button .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center; }

.menu-button .touch-button .navicon {
  position: relative; }

@media all and (min-width: 620px) {
  .flexnav {
    overflow: visible; }

  .flexnav.opacity {
    opacity: 1; }

  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible;
    width: auto; }

  .flexnav li a {
    border-bottom: none; }

  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
    margin: 0;
    padding: 0;
    width: auto;
    z-index: 98; }

  .flexnav li > ul li {
    width: 100%;
    float: none; }

  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0; }

  .flexnav li ul li a {
    display: block;
    overflow: hidden;
    margin: 0; }

  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1; }

  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px; }

  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0; }

  .menu-button {
    display: none; }

  .flexnav .touch-button {
    display: none; } }
/** Custom styles **/
header .flexnav {
  clear: both;
  background: white;
  border: 1px solid #423b37;
  z-index: 500; }
header .flexnav li a {
  padding: 6px 10px;
  color: #423b37;
  border-bottom: 1px solid rgba(65, 55, 55, 0.15);
  text-decoration: none;
  font-size: 90%;
  text-transform: uppercase;
  background: white; }
header .flexnav li:hover a,
header .flexnav li.active a {
  color: #6dab43; }
header .flexnav li ul {
  background: white; }
header .flexnav .touch-button {
  display: inline-block;
  text-align: right;
  height: 26px;
  width: 40px;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.25); }
header .flexnav .touch-button .navicon {
  top: 5px;
  right: 12px;
  color: #423b37; }
header .menu-button {
  clear: both;
  background: black;
  color: white;
  font-size: 32px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  z-index: 250;
  margin: 10px 0 0 0; }
header .menu-button .touch-button {
  display: none;
  background: transparent;
  width: 40px;
  height: 100%; }
header .menu-button .touch-button .navicon {
  top: 0;
  color: #423b37; }
@media all and (min-width: 620px) {
  header .flexnav {
    text-align: center;
    padding: 0 0 2% 0;
    clear: right;
    border: none; }
  header .flexnav li {
    float: none;
    display: inline-block;
    padding: 0; }
  header .flexnav li a {
    display: block;
    padding: 0 3px;
    height: 30px;
    font-size: 90%;
    line-height: 100%;
    margin: 0;
    border-bottom: none;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #423b37;
    font-weight: 300;
    text-align: center;
    background: transparent; }
    header .flexnav li a strong {
      font-weight: 700; }
  header .flexnav li a span {
    display: block; }
  header .flexnav li:hover a,
  header .flexnav li.active a {
    color: #6dab43; }
  header .flexnav .item-with-ul:hover {
    border-bottom: none;
    background: none; }
  header .flexnav .touch-button {
    display: none; } }
@media all and (min-width: 920px) {
  header .flexnav li a {
    padding: 0 12px;
    font-size: 100%; } }

/** Floorplans **/
.plan-links .flexnav {
  clear: both;
  background: white;
  border: 1px solid #423b37; }
.plan-links .flexnav li {
  background: #ebe7db;
  border-bottom: 2px solid white;
  text-decoration: none;
  font-size: 90%; }
  .plan-links .flexnav li h2 {
    display: inline;
    font-weight: 400;
    font-size: 150%; }
.plan-links .flexnav li a {
  padding: 2px 10px;
  color: #423b37;
  text-decoration: none;
  font-size: 90%; }
  .plan-links .flexnav li a h2 {
    display: inline;
    font-weight: 600;
    font-size: 150%; }
.plan-links .flexnav li:hover a,
.plan-links .flexnav li.active a {
  color: white; }
.plan-links .flexnav li:hover.th1,
.plan-links .flexnav li.active.th1 {
  background: #9bbdc4; }
.plan-links .flexnav li:hover.th2,
.plan-links .flexnav li.active.th2 {
  background: #cbc17d; }
.plan-links .flexnav li:hover.th3,
.plan-links .flexnav li.active.th3 {
  background: #b99872; }
.plan-links .flexnav li:hover.th4,
.plan-links .flexnav li.active.th4 {
  background: #8f9a79; }
.plan-links .flexnav .touch-button {
  display: inline-block;
  text-align: center;
  height: 26px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25); }
.plan-links .flexnav .touch-button .navicon {
  top: 5px;
  right: 12px;
  color: #423b37; }
.plan-links .plan-button {
  float: right;
  background: white;
  color: #423b37;
  font-size: 28px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border: 1px solid #423b37;
  width: 100%;
  height: 40px;
  text-align: center;
  cursor: pointer; }
.plan-links .plan-button .touch-button {
  display: none;
  background: transparent;
  width: 40px;
  height: 100%; }
.plan-links .plan-button .touch-button .navicon {
  top: 0;
  color: #423b37; }
@media all and (min-width: 620px) {
  .plan-links .flexnav {
    float: right;
    text-align: left;
    padding: 2% 0 2% 2%;
    clear: right;
    border: none;
    width: 25%; }
  .plan-links .flexnav li {
    float: none;
    display: block;
    padding: 0;
    margin: 2px 0; }
  .plan-links .flexnav li a {
    display: block;
    padding: 5px;
    height: 30px;
    font-size: 90%;
    line-height: 100%;
    margin: 0;
    letter-spacing: -0.5px;
    color: #423b37;
    font-weight: 400;
    width: 100%; }
  .plan-links .flexnav .touch-button {
    display: none; }
  .plan-links .plan-button {
    display: none; } }
@media all and (min-width: 920px) {
  .plan-links .flexnav li {
    margin: 3px 0; }
  .plan-links .flexnav li a {
    padding: 12px;
    height: 40px;
    font-size: 110%;
    line-height: 100%;
    letter-spacing: -0.5px; } }

@media all and (min-width: 620px) {
  .floorplan .plan-links {
    width: 50%;
    float: left;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 5px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 5px;
    /* Firefox */
    column-gap: 5px; }
    .floorplan .plan-links .flexnav {
      float: none;
      text-align: left;
      padding: 0;
      margin: 0;
      width: 100%; }
      .floorplan .plan-links .flexnav li {
        margin: 0 0 4px 0; }
      .floorplan .plan-links .flexnav .colbr {
        -webkit-break-before: column;
        -moz-break-before: column;
        break-before: column; } }
@media all and (min-width: 920px) {
  .floorplan .plan-links .flexnav li {
    white-space: nowrap; } }

footer {
  clear: both;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100px;
  color: #423b37;
  font-size: 80%;
  background: white; }
  footer a {
    color: #423b37; }
    footer a:hover {
      color: #a6a6a6; }
  footer .left {
    border-top: #a6a6a6 2px solid;
    float: left;
    width: 85%; }
  footer .right {
    float: right;
    max-width: 14%; }
  footer .disclaimer {
    text-align: left; }

/* Pages 
*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/** CUSTOM 
=========================**/
.bx-wrapper {
  width: 100%;
  margin: 0;
  padding: 0; }
  .bx-wrapper .bx-viewport {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff; }
    .bx-wrapper .bx-viewport ul.bxslider {
      margin: 0;
      padding: 0; }
      .bx-wrapper .bx-viewport ul.bxslider li {
        margin: 0;
        padding: 0; }
  .bx-wrapper .disclaimer {
    position: absolute;
    bottom: 10px;
    right: 4%;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    text-transform: uppercase; }

.bx-pager {
  display: none; }

@media all and (min-width: 620px) and (max-height: 680px) {
  .bx-wrapper .bx-viewport ul.bxslider li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%; } }
@media all and (min-width: 620px) and (min-height: 680px) {
  .bx-wrapper {
    height: 100%; }
    .bx-wrapper .bx-viewport {
      height: 100% !important; }
      .bx-wrapper .bx-viewport ul.bxslider {
        height: 100%; }
        .bx-wrapper .bx-viewport ul.bxslider li {
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          .bx-wrapper .bx-viewport ul.bxslider li img {
            display: none; }
    .bx-wrapper .disclaimer {
      position: absolute;
      bottom: 5px;
      right: 2%;
      color: rgba(255, 255, 255, 0.7);
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
      text-transform: uppercase; }

  .bx-pager {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    color: white;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    z-index: 20; }
    .bx-pager a {
      display: inline-block;
      background: #67615e;
      color: white;
      border: white 1px solid;
      margin: 0 2px;
      padding: 2px 5px;
      text-transform: uppercase; }
    .bx-pager a.active {
      background: #108ba4; } }
@media all and (min-width: 920px) {
  .bx-pager a {
    margin: 5px;
    padding: 5px 10px;
    text-transform: uppercase; }
  .bx-pager a.active {
    background: #108ba4; } }
#bxslider {
  background: white;
  background-image: none; }

.homeslider {
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100%; }
  .homeslider .footer {
    height: 120px;
    background: white;
    width: 100%;
    padding: 20px 0 0 0; }
  .homeslider .home-wrapper {
    position: relative; }
    .homeslider .home-wrapper .viewport {
      position: relative; }
  .homeslider .caption .sitewidth {
    width: 100%; }
  .homeslider .caption .callout {
    clear: both;
    text-align: center; }
    .homeslider .caption .callout h4 {
      background: black;
      color: white;
      font-size: 210%;
      font-weight: 400;
      line-height: 130%;
      margin: 0;
      padding: 0 0 3% 0; }
      .homeslider .caption .callout h4 strong {
        display: block;
        text-transform: uppercase;
        color: white;
        background: red;
        font-size: 120%;
        padding: 2%; }
      .homeslider .caption .callout h4 .red {
        text-transform: uppercase;
        color: red;
        line-height: 120%; }
      .homeslider .caption .callout h4 .sm {
        font-size: 80%;
        line-height: 100%; }
    .homeslider .caption .callout p {
      padding: 5%;
      margin: 0;
      font-size: 120%;
      line-height: 150%;
      color: black; }

@media all and (min-width: 620px) {
  .homeslider {
    margin: 0; }
    .homeslider .footer {
      height: 120px; } }
@media all and (min-width: 620px) and (min-height: 680px) {
  .homeslider {
    height: 100%; }
    .homeslider .caption {
      position: absolute;
      top: 20px;
      left: 0;
      z-index: 300;
      width: 100%;
      font-weight: 400;
      color: white;
      padding: 10px 1.5%;
      line-height: 40px; }
      .homeslider .caption h3 {
        display: inline-block;
        padding: 1.5% 3%;
        background: rgba(0, 0, 0, 0.6);
        font-weight: 600;
        font-size: 120%; }
      .homeslider .caption .callout {
        clear: none;
        float: right;
        width: 55%;
        max-width: 320px; }
        .homeslider .caption .callout h4 {
          font-size: 140%;
          line-height: 120%;
          margin: 0;
          padding: 0 0 2% 0; }
          .homeslider .caption .callout h4 strong {
            font-size: 120%;
            padding: 2%;
            margin: 0 0 5px 0; }
          .homeslider .caption .callout h4 .red {
            text-transform: uppercase;
            color: red;
            font-weight: 600; }
          .homeslider .caption .callout h4 .sm {
            font-size: 80%;
            line-height: 100%; }
        .homeslider .caption .callout p {
          padding: 4%;
          font-size: 85%;
          line-height: 180%;
          background: rgba(255, 255, 255, 0.75);
          border-radius: 0 0 10px 10px; }

  .home-wrapper {
    position: absolute;
    top: 110px;
    left: 0;
    height: -webkit-calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    height: calc(100% - 220px); }
    .home-wrapper .viewport {
      height: 100%; }

  .footer {
    position: absolute;
    bottom: 0;
    left: 0; } }
@media all and (min-width: 920px) and (min-height: 680px) {
  .homeslider {
    margin: 0; }

  .home-wrapper {
    top: 125px;
    height: -webkit-calc(100% - 250px);
    height: -moz-calc(100% - 250px);
    height: calc(100% - 250px); } }
.page {
  clear: both;
  position: relative; }
  .page article {
    overflow: auto;
    margin: 2% 0;
    font-size: 85%;
    line-height: 200%; }
  .page article.map {
    margin: 0; }
  .page h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 360%;
    text-transform: uppercase;
    margin: 0; }
  .page h2 {
    font-size: 220%;
    font-weight: 400;
    margin: 3% 0; }
  .page h3.instruction {
    font-weight: 400;
    padding: 0% 1% 2% 1%;
    line-height: 180%; }
  .page img.border {
    border: 5px solid #342d29; }

.disclaimer {
  font-size: 75%;
  text-align: center; }

#features .disclaimer {
  text-align: left;
  margin: 2% 0; }

@media all and (min-width: 620px) {
  .bodypage {
    background: url("../images/bg-body.png") center center repeat-y; }

  .page aside {
    float: left;
    width: 36%;
    margin: 0 3% 0 0; }

  #contact .page aside {
    width: 60%;
    max-width: 480px; } }
/** Floorplans **/
.blackpad {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2.5% 2.5% 1% 2.5%;
  background: #342d29;
  color: white; }
  .blackpad h1 {
    margin: 0;
    font-size: 380%;
    text-transform: uppercase;
    font-weight: 400; }
    .blackpad h1 span {
      font-size: 50%; }

.plan-layouts {
  position: relative;
  width: 100%;
  max-width: 720px; }
  .plan-layouts .layout {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }
    .plan-layouts .layout img {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      opacity: 0; }

.floorplan .header {
  position: relative;
  padding: 2.5% 0 0 0; }
.floorplan .pdf {
  float: right;
  font-size: 25%;
  letter-spacing: 0;
  margin: 2%;
  text-align: center;
  background: #108ba4;
  color: white;
  padding: 1% 3%;
  border: 1px white solid; }

@media all and (min-width: 620px) {
  .blackpad h1 {
    font-size: 350%; }

  .plan-layouts {
    position: relative;
    width: 100%; }

  .floorplan h1 {
    width: 60%; }
  .floorplan .header .section {
    width: 40%;
    float: right;
    margin: -14% 0 0 0; }
  .floorplan .fp {
    margin: 5% 0; }
    .floorplan .fp img {
      float: left;
      max-width: 33%; }
  .floorplan .fp.wide {
    margin: 5% 0 5% -10%; }
    .floorplan .fp.wide img {
      max-width: 50%; } }
@media all and (min-width: 920px) {
  .blackpad h1 {
    font-size: 360%;
    letter-spacing: 5px; }
    .blackpad h1 span {
      letter-spacing: 0; }

  .floorplan .fp.wide {
    margin: 5% 0 5% -5%; }
    .floorplan .fp.wide img {
      max-width: 50%; } }
/* form validation */
#.middle_name, .fax_number {
  display: none; }

.form {
  margin: 0 0 50px 0;
  position: relative; }

.form table {
  clear: both;
  width: 100%;
  font-family: "PT Sans", Arial, Helvetica, sans-serif; }

.form td, .form th {
  vertical-align: top;
  padding: 3px 5px;
  font-size: 115%;
  font-weight: normal; }

.form th {
  text-align: right;
  width: 40%;
  color: #423b37; }

.form .required {
  color: #6dab43; }

.form input[type=text],
.form textarea,
.form select {
  width: 100%;
  border: 1px solid #a6a6a6;
  padding: 1px; }

.form table h1, h2 {
  margin: 0; }

@media screen and (min-width: 720px) {
  .form {
    width: 60%; }

  .form table {
    clear: none; } }

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