/*------------------------------------*\ 
    #PAGES:HOME
\*------------------------------------*/
.header-main {
  background: none;
}
.header-main .header-lm > li {
  color: #ffffff;
}
.header-main .header-lm > li a {
  color: #ffffff;
}
.header-main .header-lm > li a:hover {
  color: #fff200;
}
.header-main .header-content a {
  color: #ffffff;
}
.header-main .header-content a:hover {
  color: #fff200;
}
@media (max-width: 767px) {
  .header-main .header-navbar .navbar-header {
    background: rgba(0, 0, 0, 0.25);
  }
}

/*
    .infinity-home extends .infinity in modules/frontend/_infinity.scss
*/
.infinity-home {
  background-image: url("/Images/infinity-home.jpg");
}

.navbar-main .nav > li {
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar-main .nav > li {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .navbar-main .nav > li {
    font-size: 14px;
  }
}

/*
    1.  .search-main needs a container because...
        a.  on small size screens and larger, it needs...
            i.  positioning relative to the bottom of .infinity
            ii. a little bottom margin
*/
.search-container-main {
  /* [1] */
}
@media (min-width: 768px) {
  .search-container-main {
    /* [1a] */
    position: absolute;
    /* [1ai] */
    bottom: 0;
    /* [1ai] */
    width: 100%;
  }
}
.search-container-main .search-main {
  /*.tab-pane*/
}
@media (min-width: 768px) {
  .search-container-main .search-main .search-pane {
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  }
}
.search-container-main .search-main.search-simplified:not(.k-rpanel-expanded) {
  /*.btn.btn-primary*/
}
.search-container-main .search-main.search-simplified:not(.k-rpanel-expanded) .pane-expander, .search-container-main .search-main.search-simplified:not(.k-rpanel-expanded) .pane-expander.active {
  color: #7b744e;
  font-size: 10px;
  font-weight: 600;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

/*
    1.  .search-home should be positioned relative to the bottom of .infinity
*/
.search-home {
  position: absolute;
  /* [1] */
  bottom: 0;
  /* [1] */
  width: 100%;
}

/*
    .container-mask was added to go behind the CTA boxes on the homepage only
*/
.container-mask {
  background: rgba(0, 0, 0, 0.45);
  /* [2] */
}

/*
    Added per the client to reduce the vertical size of quick search on
    homepage only
*/
.search-main .search-pane-property {
  padding: 18px 10px 2px;
}

.footer-main {
  margin-top: 30px;
}

/*.panel*/
.panel-cta-home {
  border-color: #fff;
  color: #000000;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.panel-cta-home, .panel-cta-home:hover, .panel-cta-home:focus {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.panel-cta-home:hover, .panel-cta-home:focus {
  box-shadow: 0 2px 5px 2px rgba(244, 241, 227, 0.25);
  text-decoration: none;
  border-color: #f4f1e3;
  color: #000000;
}
.panel-cta-home .panel-heading {
  text-align: center;
  background: #f2e600;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-cta-home .panel-heading {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panel-cta-home .panel-heading {
    font-size: 11px;
  }
}

/*row*/
.row-blue {
  background-color: #f4f1e3;
}

/* AVM AREA  */
.well-avm {
  background-color: #e4e3de;
}

/*row*/
.row-outline {
  background: #8e8e8e;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding-left: 10px;
  padding-bottom: 3px;
  margin-top: 0;
  margin-bottom: 0;
}
.row-outline h2 {
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .row-outline h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .row-outline h2 {
    font-size: 22px;
    padding-top: 3px;
  }
}
@media (min-width: 1200px) {
  .row-outline h2 {
    font-size: 24px;
    padding-top: 1px;
  }
}
/*# sourceMappingURL=home.css.map */
