/*
$unit: percentage(66 / $fullwidth);
$gutter: percentage(24 / $fullwidth);
*/
/*! layout elements
--------------------------------*/
/*-- homepage specific
--------------------------------*/
#main {
  width: 100%;
  max-width: 100%;
  padding: 0; }

#mainbuttons {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
  border-bottom: 4px solid white; }
  #mainbuttons:before, #mainbuttons:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  #mainbuttons:after {
    clear: both; }
  #mainbuttons li {
    width: calc(100% / 3);
    float: left;
    text-align: center; }
    #mainbuttons li img {
      width: 100%;
      height: 100%;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #mainbuttons li a.ol {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      padding-top: 100%; }
      #mainbuttons li a.ol span {
        padding: 5px 0;
        border-bottom: 3px solid transparent;
        -webkit-text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        -moz-text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        top: 60%;
        font-size: 200%;
        font-family: "Bitter", Georgia, times, "times new roman", serif;
        text-transform: uppercase;
        color: white;
        line-height: 1; }
    #mainbuttons li#mb_buy a {
      background: rgba(0, 125, 136, 0.6); }
    #mainbuttons li#mb_buy:hover span {
      border-bottom: 3px solid #ebcb48; }
    #mainbuttons li#mb_rent a {
      background: rgba(235, 203, 72, 0.6); }
    #mainbuttons li#mb_rent:hover span {
      border-bottom: 3px solid #86c74d; }
    #mainbuttons li#mb_learn a {
      background: rgba(134, 199, 77, 0.6); }
    #mainbuttons li#mb_learn:hover span {
      border-bottom: 3px solid #007d88; }
    #mainbuttons li:hover img {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }
    #mainbuttons li:hover a {
      background-color: rgba(255, 255, 255, 0.2) !important; }

#yourpath {
  background-color: #007d88;
  background-image: url("../images/bg-yourpath.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #86c74d; }
  #yourpath img {
    width: 100%; }
  #yourpath #yp_headline {
    margin: 0; }
  #yourpath #yp_nlsignup {
    margin: .5rem 0; }
    #yourpath #yp_nlsignup .yp_nl_s.nlkey {
      font-weight: 700;
      font-size: 87.5%; }
    #yourpath #yp_nlsignup .gform_wrapper .gform_body {
      width: calc(100% - 7rem);
      margin-right: 0; }
      #yourpath #yp_nlsignup .gform_wrapper .gform_body input[type='email'] {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px; }
    #yourpath #yp_nlsignup .gform_wrapper .gform_footer {
      width: 7rem; }
      #yourpath #yp_nlsignup .gform_wrapper .gform_footer input[type='submit'] {
        width: 100%;
        text-align: center;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0; }

#primary .hpwidget {
  float: left; }
  #primary .hpwidget .hh_button {
    width: 100%;
    font-size: 120%;
    margin: 0; }
    #primary .hpwidget .hh_button img {
      display: block;
      width: 100%;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #primary .hpwidget .hh_button a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      padding-top: 56.25%;
      display: block; }
      #primary .hpwidget .hh_button a span {
        -webkit-text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        -moz-text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        text-transform: uppercase;
        font-family: "Bitter", Georgia, times, "times new roman", serif;
        font-weight: 400;
        color: white; }
    #primary .hpwidget .hh_button#hhn a {
      background-color: rgba(134, 199, 77, 0.6); }
    #primary .hpwidget .hh_button#hhs a {
      background-color: rgba(0, 125, 136, 0.6); }
    #primary .hpwidget .hh_button:hover a {
      background-color: transparent !important; }
    #primary .hpwidget .hh_button:hover img {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }
  #primary .hpwidget#exnews .hh_button,
  #primary .hpwidget#exnews .wcontent {
    width: 48.8636363636%;
    float: left; }
  #primary .hpwidget#exnews .wcontent {
    float: right;
    padding: 0 0 0 6%; }
    #primary .hpwidget#exnews .wcontent h4 {
      padding: 0 0 .5rem 0;
      margin: 0 0 .5rem 0;
      border-bottom: 1px solid #b2a69b;
      font-family: "Roboto", "lucida sans", "lucida grande", helvetica, verdana, sans-serif;
      font-size: 75%; }
      #primary .hpwidget#exnews .wcontent h4 a {
        color: #837364;
        font-weight: 400; }
        #primary .hpwidget#exnews .wcontent h4 a:hover {
          color: #86c74d;
          text-decoration: underline; }
      #primary .hpwidget#exnews .wcontent h4:last-child {
        margin-bottom: 0; }

#tagbanner {
  *zoom: 1;
  background: #ebcb48;
  font-family: "Roboto", "lucida sans", "lucida grande", helvetica, verdana, sans-serif;
  font-weight: 300;
  font-size: 250%;
  line-height: 1;
  color: white;
  text-align: center;
  padding: 2rem 4%;
  margin: 0; }
  #tagbanner:before, #tagbanner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  #tagbanner:after {
    clear: both; }
  #tagbanner img {
    width: 100%;
    max-width: 900px; }

@media screen and (max-width: 400px) {
  #mainbuttons li a.ol span {
    font-size: 150%; }
  #yourpath #yp_nlsignup {
    flex-wrap: wrap !important; }
    #yourpath #yp_nlsignup .yp_nl_s {
      width: 100%;
      clear: both;
      margin-bottom: .5rem; } }

@media screen and (min-width: 401px) {
  #yourpath #yp_nlsignup {
    display: flex; }
    #yourpath #yp_nlsignup .yp_nl_s {
      line-height: 2;
      flex-direction: column; }
      #yourpath #yp_nlsignup .yp_nl_s.nlkey {
        margin-right: 1rem; }
      #yourpath #yp_nlsignup .yp_nl_s.nlform {
        flex-grow: 1; } }

@media screen and (max-width: 640px) {
  #primary .hpwidget#exnews {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #b2a69b; }
  #primary .hpwidget.exsupport {
    width: 48.8636363636%; }
    #primary .hpwidget.exsupport.tvr {
      float: right;
      padding-left: 3%;
      border-left: 1px solid #b2a69b; } }

@media screen and (min-width: 641px) {
  #mainbuttons li a.ol span {
    font-size: 300%; }
  #yourpath #yp_houses,
  #yourpath #yp_yp {
    width: 50%; }
  #yourpath #yp_houses {
    float: right;
    padding-left: 1rem; }
  #yourpath #yp_yp {
    float: left;
    padding-right: 1rem; }
  #primary .hpwidget#exnews {
    width: 44%; }
  #primary .hpwidget.exsupport {
    width: 21.5%; } }

@media screen and (min-width: 641px) and (max-width: 800px) {
  #yourpath #yp_nlsignup {
    flex-wrap: wrap !important; }
    #yourpath #yp_nlsignup .yp_nl_s {
      width: 100%;
      margin-bottom: .5rem;
      clear: both; } }

@media screen and (min-width: 1200px) {
  #mainbuttons li a.ol span {
    font-size: 400%; } }
