.eap-homepage-15 {
  font-size: 16px;
  color: #060606;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eap-homepage-15 .hero,
  .eap-homepage-15 .form-row,
  .eap-homepage-15 .home-cta-row {
    background-attachment: scroll;
  }
}
.eap-homepage-15 img {
  max-width: 100%;
}
.eap-homepage-15 .btn {
  border-radius: 50px !important;
}
.eap-homepage-15 .background-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.eap-homepage-15 section.AgentVideo {
  padding: 4em 20em;
  margin: auto;
}
@media all and (max-width: 650px) {
  .eap-homepage-15 section.AgentVideo {
    padding: 0px;
  }
}
.eap-homepage-15 .agent-video {
  padding-top: 3em;
}
.eap-homepage-15 .background-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.eap-homepage-15 .background-video iframe {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.eap-homepage-15 .background-video-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(rgba(0, 130, 170, 0), #dae1e9);
}
.eap-homepage-15 .eap-search {
  padding-bottom: 0;
}
.eap-homepage-15 .eap-homes-post-default {
  padding: 0 !important;
}
.eap-homepage-15 .eap-react-idxsearch--is-homepage {
  max-width: 450px !important;
}
.eap-homepage-15 .eap-select__control {
  border-radius: 38px;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.325);
}
.eap-homepage-15 .eap-select__control input {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.25em;
}
.eap-homepage-15 .eap-select__control .eap-select__placeholder {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.25em;
}
.eap-homepage-15 .eap-select__value-container {
  padding-left: 1rem;
}
.eap-homepage-15 .eap-search__form__button {
  background: none !important;
  box-shadow: none;
}
.eap-homepage-15 a.feature-link {
  color: #333 !important;
  text-decoration: none !important;
}
.eap-homepage-15 .post-link {
  text-decoration: none;
}
.eap-homepage-15 .single-post {
  margin: 2em auto;
  border-radius: 6px;
  border: 1px solid #dae1e9;
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #fcfcfd;
}
.eap-homepage-15 .single-post:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(-5px);
  transition: 0.4s;
  background-color: #fff;
}
.eap-homepage-15 .single-post .single-content {
  padding: 1em 2em;
}
.eap-homepage-15 .single-post .light {
  border-radius: 0 0 5px 5px !important;
}
.eap-homepage-15 .single-post .post-title {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
}
.eap-homepage-15 .single-post .post-excerpt {
  font-size: 1.125em;
  color: #9ba6b2;
}
.eap-homepage-15 .eap-background-overlay {
  display: none;
}
.eap-homepage-15 .eap-idx-search-form {
  margin: 1em auto;
  max-width: 600px;
  padding: 1em;
}
.eap-homepage-15 .eap-idx-search-form .input-group {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
.eap-homepage-15 .eap-idx-search-form .form-control {
  height: 60px;
  font-size: 1.5em;
}
.eap-homepage-15 .eap-idx-search-form input::placeholder {
  font-size: 18px !important;
  line-height: 35px;
  color: #060606;
}
.eap-homepage-15 .eap-idx-search-form .search-button {
  height: 60px;
}
.eap-homepage-15 .eap-sac-form-submit {
  border-radius: 38px;
  background: #fff;
  color: #060606;
  padding: 1rem 1.5rem;
  font-size: 2em;
  margin-top: 1rem;
  border: 1px solid #fff;
  border-radius: 50px !important;
}
.eap-homepage-15 .eap-sac-form-submit:hover {
  background: transparent;
  color: #fff;
}
.eap-homepage-15 .btn-home {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.eap-homepage-15 .btn-main-color, .eap-homepage-15 .btn-main-color.btn-primary {
  color: #fff !important;
  margin-top: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.17) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-15 .btn-main-color:hover, .eap-homepage-15 .btn-main-color.btn-primary:hover {
  opacity: 0.9 !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}
.eap-homepage-15 .btn-white-color {
  background-color: #fff !important;
  border: none !important;
}
.eap-homepage-15 .container-fluid {
  padding: 0 !important;
}
.eap-homepage-15 .row {
  margin: 0 !important;
}
.eap-homepage-15 .container {
  max-width: 1200px !important;
  width: 100%;
}
.eap-homepage-15 .hero {
  position: relative;
  background-attachment: fixed;
  min-height: 600px;
  position: relative;
  text-align: center;
  padding-top: 6em;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .eap-homepage-15 .hero {
    min-height: 750px;
    padding-top: 10em;
  }
}
@media screen and (max-width: 1024px) {
  .eap-homepage-15 .hero {
    background-attachment: scroll;
  }
}
.eap-homepage-15 .hero .hero-container {
  position: relative;
  padding: 1em;
  padding-top: calc(var(--eap-nav-overtflow-padding) - 2em);
}
.eap-homepage-15 .hero .title {
  font-size: 5.5em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 416px) {
  .eap-homepage-15 .hero .title {
    font-size: 3em;
  }
}
.eap-homepage-15 .hero .subtitle {
  font-size: 1em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  opacity: 0.75;
  font-weight: bold;
}
@media screen and (max-width: 416px) {
  .eap-homepage-15 .hero .subtitle {
    font-size: 1em;
  }
}
.eap-homepage-15 .hero .subtitle,
.eap-homepage-15 .hero .title {
  color: #fff;
  line-height: 1.2em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.eap-homepage-15 .screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.eap-homepage-15 .screen.dark {
  background-color: #060606;
}
.eap-homepage-15 .tri-feature {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}
.eap-homepage-15 .tri-feature .tri-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em;
  font-family: var(--eap-header-font);
}
@media screen and (max-width: 416px) {
  .eap-homepage-15 .tri-feature .tri-title {
    padding-top: 2em;
  }
}
.eap-homepage-15 .tri-feature .tri-subtitle {
  font-size: 1em;
  color: #9ba6b2;
  padding-top: 1em;
}
.eap-homepage-15 .tri-feature .tri-image img {
  max-width: 225px;
  filter: grayscale(1) brightness(0.875);
}
.eap-homepage-15 .home-cta-row {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 6em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .eap-homepage-15 .home-cta-row {
    background-attachment: scroll;
  }
}
.eap-homepage-15 .home-cta-row .cta-row-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1em;
}
.eap-homepage-15 .home-cta-row .title {
  font-family: var(--eap-header-font);
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.2;
}
.eap-homepage-15 .home-cta-row .subtitle {
  font-size: 1.125em;
  margin-bottom: 1em;
}
.eap-homepage-15 .home-cta-row .cta-image img {
  width: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
@media screen and (max-width: 416px) {
  .eap-homepage-15 .home-cta-row .cta-image img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .eap-homepage-15 .home-cta-row .home-cta-row-btn {
    margin-top: 4rem;
  }
}
.eap-homepage-15 .features {
  padding-bottom: 4em;
}
.eap-homepage-15 .features-title {
  font-size: 1.75em;
  font-weight: bold;
  margin: 2em auto;
  padding-top: 2em;
  text-align: center;
  font-family: var(--eap-header-font);
}
.eap-homepage-15 .feature {
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(245, 247, 250, 0.3);
  border: 1px solid #dae1e9;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  padding: 2em;
  margin-bottom: 2em;
}
.eap-homepage-15 .feature .title {
  font-family: var(--eap-header-font);
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.eap-homepage-15 .feature .subtitle {
  color: #9ba6b2;
  font-size: 1em;
  line-height: 1.6;
}
.eap-homepage-15 .feature:hover {
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(-5px);
}
.eap-homepage-15 .feature:hover .title {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-15 .feature:hover .icon {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-15 .feature .icon {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: relative;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-15 .feature .icon i {
  font-size: 2.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-15 .eap-sac-form-body {
  padding: 0;
}
.eap-homepage-15 .eap-sac-form-groupholder {
  text-align: left;
  margin-bottom: 1.5rem;
}
.eap-homepage-15 .eap-sac-form-groupholder input,
.eap-homepage-15 .eap-sac-form-groupholder textarea {
  padding-left: 1.125em;
  color: #fff;
}
.eap-homepage-15 .eap-sac-form-groupholder input::placeholder,
.eap-homepage-15 .eap-sac-form-groupholder textarea::placeholder {
  color: #9c9c9c;
}
.eap-homepage-15 .eap-sac-form-groupholder .eap-sac-form-lastnameholder {
  margin-bottom: 0;
}
.eap-homepage-15 .eap-select-picker {
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.5);
}
.eap-homepage-15 .eap-optin-container {
  color: #686858;
  padding: 1rem;
}
.eap-homepage-15 .eap-sac-form-label {
  color: #686858;
  padding-left: 2em;
  font-size: 0.7em;
  letter-spacing: 0.25em;
}
.eap-homepage-15 .eap-sac-form-submit {
  line-height: 30px !important;
  top: -16px;
}
.eap-homepage-15 .cs-placeholder {
  color: #333 !important;
}
.eap-homepage-15 .eap-sac-form-calltimeholder {
  min-height: 60px;
}
.eap-homepage-15 .form-row {
  text-align: center;
  min-height: 500px;
  position: relative;
  color: #fff;
  padding: 3rem 0;
}
@media screen and (min-width: 1200px) {
  .eap-homepage-15 .form-row {
    padding: 4rem 0;
  }
}
.eap-homepage-15 .form-row .eap-sac-form-input-border {
  border: none;
  background: rgba(255, 255, 255, 0.525);
  border-radius: 38px;
}
.eap-homepage-15 .form-row .sac-form .title {
  font-family: var(--eap-header-font);
  font-size: 2em;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 2.5rem;
}
.eap-homepage-15 .idx-row {
  padding-top: 4em;
  min-height: 400px;
  position: relative;
  /*
  .idx-shortcode {
    text-align: center;
  }
  */
}
.eap-homepage-15 .idx-row .eap-map-canvas {
  display: none !important;
}
.eap-homepage-15 .cta-row-2 {
  min-height: 250px;
  position: relative;
}
.eap-homepage-15 .cta-row-2 .container {
  position: relative;
  padding-top: 5em;
  padding-bottom: 2em;
}
.eap-homepage-15 .cta-row-2 .title {
  font-family: var(--eap-header-font);
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 416px) {
  .eap-homepage-15 .cta-row-2 .title {
    font-size: 1.5em;
  }
}
.eap-homepage-15 .cta-row-2 .subtitle {
  font-size: 1.25em;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 416px) {
  .eap-homepage-15 .cta-row-2 .subtitle {
    margin: 0.5em 0;
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.eap-homepage-15 .posts {
  min-height: 400px;
  padding: 2rem 0;
}
@media screen and (min-width: 1200px) {
  .eap-homepage-15 .posts {
    padding: 3.5rem 0;
  }
}
.eap-homepage-15 .posts h2 {
  color: #060606;
}