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

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

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'QuicksandBook';
  src: url("quicksand/Quicksand_Book-webfont.eot");
  src: url("quicksand/Quicksand_Book-webfont.eot?#iefix") format("embedded-opentype"), url("quicksand/Quicksand_Book-webfont.woff") format("woff"), url("quicksand/Quicksand_Book-webfont.ttf") format("truetype"), url("quicksand/Quicksand_Book-webfont.svg#QuicksandBook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'QuicksandBookOblique';
  src: url("quicksand/Quicksand_Book_Oblique-webfont.eot");
  src: url("quicksand/Quicksand_Book_Oblique-webfont.eot?#iefix") format("embedded-opentype"), url("quicksand/Quicksand_Book_Oblique-webfont.woff") format("woff"), url("quicksand/Quicksand_Book_Oblique-webfont.ttf") format("truetype"), url("quicksand/Quicksand_Book_Oblique-webfont.svg#QuicksandBookOblique") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'QuicksandBold';
  src: url("quicksand/Quicksand_Bold-webfont.eot");
  src: url("quicksand/Quicksand_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("quicksand/Quicksand_Bold-webfont.woff") format("woff"), url("quicksand/Quicksand_Bold-webfont.ttf") format("truetype"), url("quicksand/Quicksand_Bold-webfont.svg#QuicksandBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("icons/fonts/icomoon.eot");
  src: url("icons/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("icons/fonts/icomoon.woff") format("woff"), url("icons/fonts/icomoon.ttf") format("truetype"), url("icons/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url("icons/fonts/icomoon.svg#icomoon") format("svg");
}
}
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* box sizing - making our lives easier */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  background: white;
}

.video-container {
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: auto;
}

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

/* links */
a {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1em;
  color: #62a3e5;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.green-button {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1em;
  color: white;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  width: 125px;
  background: #aabe4b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
a.green-button:hover {
  background: #778826;
}
a.blue-button {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1em;
  color: white;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  width: 240px;
  background: #62a3e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
a.blue-button:hover {
  background: #346DA7;
}
a.aside-button {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1em;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  width: 125px;
  background: #aabe4b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  a.aside-button {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  a.aside-button {
    margin: 0;
  }
}
a.aside-button:hover {
  background: #778826;
}
a.email {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1em;
  color: #62a3e5;
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  a.email {
    font-size: 0.8em;
  }
}
a.idx {
  text-decoration: none;
}

.white {
  color: white;
}

/* h1 h2 h3 */
h1 {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 2em;
  font-weight: normal;
  color: black;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  h1 {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  h1 {
    font-size: 1.6em;
  }
}
h1.banner-quote {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 2em;
  font-weight: normal;
  color: white;
  background: #eaaf23;
  padding: 10px 15px 5px 15px;
  position: absolute;
  bottom: 40%;
  right: 0;
  z-index: 999999;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  h1.banner-quote {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  h1.banner-quote {
    font-size: 0.8em;
    bottom: 0;
  }
}
h1.white {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 2em;
  font-weight: normal;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  h1.white {
    font-size: 1.6em;
  }
}
h1.paradise {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 2em;
  font-weight: normal;
  color: #62a3e5;
  margin: 5px 0;
  padding: 0;
  line-height: 1.1;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  h1.paradise {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  h1.paradise {
    font-size: 1.5em;
    display: inline;
  }
}
h1.contact {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1.8em;
  font-weight: normal;
  color: black;
  margin: 0 0 20px 0;
  padding: 0;
}

h3 {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1.5em;
  font-weight: normal;
  text-align: left;
  color: black;
  margin: 5px 0 10px 0;
  padding: 0;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  h3 {
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  h3 {
    text-align: left;
  }
}

/* img */
img {
  max-width: 100%;
}

/* paragraphs */
p {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1em;
  color: black;
  line-height: 1.2em;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  p {
    font-size: 0.8em;
    line-height: 1.4em;
  }
}

.page-wrap {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  min-width: 280px;
  height: auto;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .page-wrap {
    width: 100%;
    padding: 0 1%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .page-wrap {
    width: 100%;
    padding: 0 2%;
  }
}
.page-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------ header */
header {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 60px;
  background: white;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  header {
    height: auto;
  }
}

.logo {
  float: left;
  margin: 5px 0 0 0;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .logo {
    width: 220px;
    margin: 15px 0 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .logo {
    width: 220px;
    margin: 10px 0 0 0;
  }
}

/* -------------2----------- navigation */
nav.main-nav {
  float: right;
  margin: 25px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 1001px) and (max-width: 2000px) {
  nav.main-nav {
    display: block !important;
  }
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  nav.main-nav {
    margin: 24px 0 0 0;
    display: block !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  nav.main-nav {
    margin: 0 0 5px 0;
    display: none;
    float: left;
    clear: both;
    background: #F7F6F6;
    width: 100%;
    padding: 10px 0 0 10px;
  }
}
nav.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main-nav ul li {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1em;
  color: black;
  padding: 0 10px 0 0;
  display: inline-block;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  nav.main-nav ul li {
    padding: 0 5px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  nav.main-nav ul li {
    display: block;
    text-align: left;
    padding: 10px 0 5px 0;
    border-bottom: 1px dotted white;
  }
  nav.main-nav ul li:nth-child(1) {
    padding: 0 0 5px 0;
  }
  nav.main-nav ul li:nth-child(5) {
    border-bottom: none;
  }
}
nav.main-nav ul li a {
  font-family: "QuicksandBook", Helvetica, Arial;
  font-size: 1em;
  color: black;
  text-decoration: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  nav.main-nav ul li a {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  nav.main-nav ul li a {
    display: block;
    padding: 10px 0 5px 0;
  }
  nav.main-nav ul li a:nth-child(1) {
    padding: 0 0 5px 0;
  }
}
nav.main-nav ul li a.red:hover {
  color: red;
}
nav.main-nav ul li a.orange:hover {
  color: orange;
}
nav.main-nav ul li a.yellow:hover {
  color: #EAAF23;
}
nav.main-nav ul li a.green:hover {
  color: green;
}
nav.main-nav ul li a.blue:hover {
  color: blue;
}
nav.main-nav ul li a:hover {
  color: #aabe4b;
  text-decoration: none;
}

a.navdrop:link, a.navdrop:active, a.navdrop:visited {
  font-family: 'icomoon';
  color: black;
  padding: 5px 8px 5px 8px;
  font-size: 1em;
  text-decoration: none;
  outline: none;
  font-weight: normal;
  display: none;
  float: right;
  margin: 13px 5px 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  a.navdrop:link, a.navdrop:active, a.navdrop:visited {
    display: inline;
  }
}

.navdrop:before {
  content: "m";
  font-family: 'icomoon';
  font-weight: normal;
}

.navdrop.minus:before {
  content: "x";
  font-family: 'icomoon';
  font-weight: normal;
}

/* ------------------------ banner */
.banner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  clear: both;
}

/* wierd margin issue fix */
@media only screen and (min-width: 1217px) {
  .banner {
    margin: 0 0 8px 0;
  }
}
.sub-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
}

/* ------------------------ home content */
.about-home-container {
  width: 100%;
  height: auto;
}
.about-home-container:after {
  content: "";
  display: table;
  clear: both;
}

.about-home {
  float: left;
  width: 39%;
  height: auto;
  margin: 1% 1% 1% 0;
  padding: 15px;
  background: #aabe4b;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .about-home {
    width: 60%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .about-home {
    width: 100%;
  }
}

.two-women {
  float: left;
  width: 39%;
  height: auto;
  margin: 0 1% 1% 0;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .two-women {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .two-women {
    display: none;
  }
}

.two-men {
  float: right;
  width: 60%;
  height: auto;
  margin: 1% 0 0 0;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .two-men {
    width: 39%;
    max-height: 193px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .two-men {
    display: none;
  }
}

/* ------------------------ meet our team */
.meet-our-team-container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.meet-our-team-container:after {
  content: "";
  display: table;
  clear: both;
}

.travis {
  float: left;
  width: 39%;
  height: auto;
  margin: 1% 1% 0 0;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .travis {
    display: none;
  }
}

.meet-our-team {
  float: left;
  width: 60%;
  height: auto;
  padding: 20px;
  margin: 1% 0 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .meet-our-team {
    width: 100%;
    border-bottom: 1px dotted #aabe4b;
  }
}

/* ------------------------ search our mls */
.paradise-container {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .paradise-container {
    margin: 10px 0 0 0;
  }
}
.paradise-container:after {
  content: "";
  display: table;
  clear: both;
}

.video {
  float: right;
  width: 59%;
  height: auto;
  margin: 0 1% 0 0;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .video {
    margin: -12px 1% 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .video {
    float: none;
    width: 100%;
  }
}

.find-img {
  float: left;
  width: 39%;
  height: auto;
  max-height: 190px;
  overflow: hidden;
  margin: 0 1% 1% 0;
  padding: 10px 0;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .find-img {
    margin: 0 1% 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .find-img {
    display: none;
  }
}

.find {
  float: left;
  width: 39%;
  height: auto;
  padding: 18px 18px 2% 18px;
  margin: 0 1% 0 0;
  background: #F7F6F6;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .find {
    float: none;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0;
  }
}

/* ------------------------ featured */
.featured-container {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .featured-container {
    margin: 10px 0 0 0;
  }
}
.featured-container:after {
  content: "";
  display: table;
  clear: both;
}

.featured-properties {
  float: left;
  width: 39%;
  height: auto;
  padding: 20px 20px 44px 20px;
  margin: 0 1% 1% 0;
  background: #F7F6F6;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .featured-properties {
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .featured-properties {
    width: 100%;
    padding: 20px 20px 10px 20px;
  }
}

.featured-one {
  float: left;
  width: 19%;
  padding-bottom: 10px;
  margin: 0 1% 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .featured-one {
    width: 32%;
    padding: 5px;
    margin: 0 1.3% 0 0;
  }
}

.featured-two {
  float: left;
  width: 19%;
  padding-bottom: 10px;
  margin: 0 1% 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .featured-two {
    width: 32%;
    padding: 5px;
    margin: 0 1.3% 0 0;
  }
}

.featured-three {
  float: left;
  width: 19%;
  padding-bottom: 10px;
  margin: 0 1% 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .featured-three {
    width: 32%;
    padding: 5px;
    margin: 0 1.3% 0 0;
  }
}

/* ------------------------ testimonials */
.testimonials {
  width: 100%;
  height: auto;
  background: #aabe4b;
  padding: 30px;
  margin: 0 0 10px 0;
}

/* ------------------------ contact */
.contact {
  width: 100%;
  height: auto;
  background: white;
  padding: 10px 30px 20px 30px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .contact {
    padding: 10px 20px;
  }
}
.contact:after {
  content: "";
  display: table;
  clear: both;
}

.contact-bucket {
  float: left;
  width: 24%;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .contact-bucket {
    width: 100%;
  }
}

.address-bucket {
  float: left;
  width: 24%;
  padding: 20px 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .address-bucket {
    width: 100%;
    padding: 0;
  }
}

.phone-bucket {
  float: left;
  width: 39%;
  padding: 20px 4% 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .phone-bucket {
    width: 100%;
    padding: 0;
  }
}

.new-home-store-team-bucket {
  float: left;
  width: 10%;
  padding: 20px 0;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .new-home-store-team-bucket {
    width: 100%;
    padding: 0;
  }
}

/* ------------------------ footer */
footer {
  width: 100%;
  height: auto;
  background: #aabe4b;
}

.footer-bucket {
  margin: 0 auto;
  width: 1000px;
  padding: 10px 0;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .footer-bucket {
    width: 100%;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .footer-bucket {
    width: 100%;
    padding: 10px 20px;
  }
}

.social {
  font-size: 1.3em;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .social {
    padding: 10px 0 0 0;
  }
}

/* =====================================

            secondary pages 

======================================== */
.content {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}

article {
  float: left;
  width: 70%;
  height: auto;
  padding: 20px;
  margin: 0 10px 0 0;
  background: #aabe4b;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  article {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  article {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
article p {
  color: white;
  line-height: 1.5em;
  margin: 25px 0;
}

aside {
  float: left;
  width: 29%;
  height: 100%;
  padding: 10px 10px 33px 10px;
  background: #EFE8E0;
  overflow: hidden;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  aside {
    float: none;
    width: 100%;
    padding: 10px 10px 10px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  aside {
    float: none;
    width: 100%;
    padding: 10px 10px 10px 20px;
  }
}
aside p {
  font-size: 0.9em;
  color: black;
}
aside img {
  border: 8px solid #aabe4b;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  aside img {
    float: right;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  aside img {
    display: none;
  }
}

.resources-aside {
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  border-bottom: 1px dotted black;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .resources-aside {
    margin: 0 auto;
    text-align: left;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .resources-aside {
    margin: 0 auto;
    text-align: left;
    border-bottom: none;
    padding-bottom: 10px;
  }
}

.contact-aside {
  width: 100%;
  height: auto;
  padding-top: 25px;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .contact-aside {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .contact-aside {
    display: none;
  }
}

/* ------------------------ testimonials */
.testimonials-secondary {
  width: 100%;
  height: auto;
  background: #eaaf23;
  padding: 30px;
  margin: 0 0 10px 0;
}

/* =====================================

            mls listings page

======================================== */
.listings {
  float: left;
  width: 70%;
  height: auto;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  background: white;
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .listings {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
  .listings {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/* =====================================

            formstack

======================================== */
form {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none !important;
}

input[type="text"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #372411;
  width: 50%;
  max-width: 450px;
  height: 35px;
  background: white !important;
  display: block;
  margin: 10px 0;
  padding: 5px;
  border: none;
}

@media only screen and (min-width: 861px) and (max-width: 1024px) {
  input[type="text"] {
    width: 70%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 860px) {
  input[type="text"] {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  input[type="text"] {
    width: 100%;
  }
}
input[type="email"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #372411;
  width: 50%;
  max-width: 450px;
  height: 35px;
  background: white !important;
  display: block;
  margin: 10px 0;
  padding: 5px;
  border: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media only screen and (min-width: 861px) and (max-width: 1024px) {
  input[type="email"] {
    width: 70%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 860px) {
  input[type="email"] {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  input[type="email"] {
    width: 100%;
  }
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #372411;
  width: 60%;
  max-width: 450px;
  height: 250px;
  max-height: 250px;
  background: white !important;
  padding: 5px;
  display: block;
  margin: 10px 0;
  padding: 5px;
  border: none;
}

@media only screen and (min-width: 861px) and (max-width: 1024px) {
  textarea {
    width: 70%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 860px) {
  textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  textarea {
    width: 100%;
  }
}
input[type="submit"] {
  width: 200px;
  height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em !important;
  background: #372411;
  color: #fff;
  border: none;
}

body#fsLocal.fsBody {
  background: white !important;
  border-radius: 0 !important;
}

.fsForm {
  box-shadow: 0 0 0 0 !important;
}

form {
  border: none !important;
}

.fsLabel {
  color: #160e06;
  font-family: 'Arial';
  margin-bottom: 1px !important;
  margin: 2px 0;
}

.fsSectionRow td.fsRowBody {
  background-image: none;
}

.fsForm .fsTable {
  margin: 0 auto;
  padding: 0;
}

.fsFieldRow td {
  padding-bottom: 18px;
}

.fsFieldFocused {
  background-image: white !important;
}

.fsFieldFocused div.fsSupporting, .fsFieldFocused label.fsRequiredLabel span {
  color: #000;
}

.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose {
  display: none;
}

.fsForm .fsTable {
  margin: 0 auto;
  padding: 0;
}

.fsForm .fsCell {
  padding: 2px;
}

.fsSectionRow + .fsFieldRow .fsCell {
  padding-top: 0;
}

.fsFieldRow td {
  padding-bottom: 0px;
}

.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose {
  display: none;
}

.fsSectionRow td.fsRowBody {
  padding: 0;
}

.fsForm .fsFieldRow td.fsRowBody, .fsForm .fsSpacerRow td.fsRowBody {
  background-color: transparent;
}

.fsForm .fsSubmit {
  padding: 0 !important;
}

.fsSubmit input {
  background: #62a3e5 !important;
  border: medium none;
  color: white;
  height: 30px;
  margin: 0 !important;
  padding: 10px 0;
  width: 110px;
  float: left;
}

.fsBody .fsForm .fsLabel, .fsBody .fsForm .fsOptionLabel, .fsBody .fsForm .fsMatrix th, .fsBody .fsForm .fsMatrixLabel {
  color: white !important;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.fsSectionRow td.fsRowBody {
  background-image: none;
}

.fsRowBody input[type=text] {
  color: black !important;
  font-family: 'Arial';
  font-weight: normal !important;
}

.fsForm .fsSubmit {
  background: none !important;
}

.fsFieldFocused {
  background-color: transparent !important;
}

.fsForm input[type=text].fsField:focus, .fsForm input[type=email].fsField:focus, .fsForm input[type=number].fsField:focus, .fsForm input[type=tel].fsField:focus, .fsForm input[type=file].fsField:focus, .fsForm textarea.fsField:focus {
  border-color: #cccccc !important;
  background: white !important;
}

.fsRowBody textarea {
  color: #000;
  background: white !important;
}

.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose {
  display: none;
}

.fsBody, .fsRowBody {
  padding: 5px 0 !important;
}

.video-containers{
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}

.video-containers iframe,
.video-containers object,
.video-containers embed,
.video-containers video
 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}