:root {
  --main-color: $white;
}

body {
  background: #000;
}

.eap-homepage-23 {
  background: #141414;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 416px) {
  .eap-homepage-23 .idx-row.row {
    margin: 0 auto !important;
    max-width: calc(100% - 20px);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eap-homepage-23 .hero,
  .eap-homepage-23 .form-row,
  .eap-homepage-23 .home-cta-row {
    background-attachment: scroll;
  }
}
.eap-homepage-23 .eap-homes-post-default {
  padding: 0 !important;
}
.eap-homepage-23 .eap-react-idxsearch--is-homepage {
  max-width: 750px !important;
}
.eap-homepage-23 a.feature-link {
  color: #333 !important;
  text-decoration: none !important;
}
.eap-homepage-23 .post-link {
  text-decoration: none;
}
.eap-homepage-23 .single-post {
  margin: 2em auto;
  border-radius: 6px;
  border: 1px solid #222;
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #222;
}
.eap-homepage-23 .single-post:hover {
  box-shadow: 0 5px 20px #000;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(-5px);
  transition: 0.4s;
}
.eap-homepage-23 .single-post .single-content {
  padding: 1em 2em;
}
.eap-homepage-23 .single-post .light {
  border-radius: 0 0 5px 5px !important;
  background-color: #000 !important;
  border: none !important;
}
.eap-homepage-23 .single-post .post-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}
.eap-homepage-23 .single-post .post-excerpt {
  font-size: 1.125em;
  color: #888;
}
.eap-homepage-23 .eap-background-overlay {
  display: none;
}
.eap-homepage-23 .eap-idx-search-form {
  margin: 1em auto;
  max-width: 600px;
  padding: 1em;
}
.eap-homepage-23 .eap-idx-search-form .input-group {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
.eap-homepage-23 .eap-idx-search-form .form-control {
  height: 60px;
  font-size: 1.5em;
}
.eap-homepage-23 .eap-idx-search-form input::placeholder {
  font-size: 18px !important;
  line-height: 35px;
}
.eap-homepage-23 .eap-idx-search-form .search-button {
  height: 60px;
  background: #222 !important;
  border: 2px solid #222 !important;
}
.eap-homepage-23 .btn-home {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background: #222 !important;
}
.eap-homepage-23 .btn-main-color {
  background: #222 !important;
  margin-top: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.17) !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-23 .btn-main-color: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-23 .btn-white-color {
  background-color: #222;
  border: none !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  color: #4885ed;
}
.eap-homepage-23 .btn-white-color:hover {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 0.9;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}
.eap-homepage-23 .container-fluid {
  padding: 0 !important;
}
.eap-homepage-23 .row {
  margin: 0 !important;
}
.eap-homepage-23 .container {
  max-width: 1200px !important;
  width: 100%;
}
.eap-homepage-23 .hero {
  background-attachment: fixed;
  min-height: 500px;
  position: relative;
  text-align: center;
  padding-top: 6em;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(var(--eap-nav-overtflow-padding) + 4em);
}
@media screen and (max-width: 1024px) {
  .eap-homepage-23 .hero {
    background-attachment: scroll;
  }
}
.eap-homepage-23 .hero .hero-container {
  position: relative;
  padding: 1em;
}
.eap-homepage-23 .hero .title {
  font-size: 4em;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 416px) {
  .eap-homepage-23 .hero .title {
    font-size: 2em;
  }
}
.eap-homepage-23 .hero .subtitle {
  font-size: 2em;
  font-family: var(--eap-header-font);
}
@media screen and (max-width: 416px) {
  .eap-homepage-23 .hero .subtitle {
    font-size: 1.5em;
  }
}
.eap-homepage-23 .hero .subtitle,
.eap-homepage-23 .hero .title {
  color: #fff;
  line-height: 1.2em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.tri-feature {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}
.tri-feature .tri-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em;
  font-family: var(--eap-header-font);
}
@media screen and (max-width: 416px) {
  .tri-feature .tri-title {
    padding-top: 2em;
  }
}
.tri-feature .tri-subtitle {
  font-size: 1em;
  color: #888;
  padding-top: 1em;
}
.tri-feature .tri-image img {
  max-width: 225px;
}

.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) {
  .home-cta-row {
    background-attachment: scroll;
  }
}
.home-cta-row .cta-row-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1em;
}
.home-cta-row .title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-family: var(--eap-header-font);
}
.home-cta-row .subtitle {
  font-size: 1.125em;
  margin-bottom: 1em;
}
.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) {
  .home-cta-row .cta-image img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.features {
  padding-bottom: 4em;
}

.features-title {
  font-size: 1.75em;
  font-weight: bold;
  margin: 2em auto;
  padding-top: 2em;
  text-align: center;
  font-family: var(--eap-header-font);
}

.feature {
  background-color: #222;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: 1px solid #0096AF;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  padding: 2em;
  margin-bottom: 2em;
}
.feature .title {
  font-family: var(--eap-header-font);
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #fff;
}
.feature .subtitle {
  color: #9ba6b2;
  font-size: 1em;
  line-height: 1.6;
  color: #666;
}
.feature:hover {
  box-shadow: 0 5px 20px #000;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(-5px);
}
.feature:hover .title {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  color: #fff !important;
}
.feature:hover .icon {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #fff !important;
}
.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);
}
.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-sac-form-body {
  padding: 0;
  color: #cecece !important;
}

.eap-sac-form-label {
  float: left;
  color: #fff !important;
  padding-left: 0.5em;
  font-size: 0.7em;
}

.eap-sac-form-submit {
  line-height: 30px !important;
  top: -16px;
  background: #222;
  color: #0096AF;
}

.cs-placeholder {
  color: #cecece !important;
}

.eap-sac-form-calltimeholder {
  min-height: 60px;
}

.eap-sac-form-input-border {
  background: #222 !important;
  border: none !important;
}

input {
  color: #888 !important;
}

textarea {
  color: #888 !important;
}

::placeholder {
  color: #888 !important;
}

.form-row {
  text-align: center;
  min-height: 500px;
  padding-top: 4em;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .form-row {
    background-attachment: scroll;
  }
}
.form-row .form-row-image {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin: 0 auto;
}
.form-row .agent-name {
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 1em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.form-row .agent-info {
  position: relative;
  top: 2em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin-top: 4em;
  margin-bottom: 4em;
}
.form-row .agent-info .agent-company {
  color: #fff !important;
}
@media screen and (max-width: 416px) {
  .form-row .agent-info {
    top: 0;
  }
}
.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);
}

.idx-row {
  min-height: 400px;
  position: relative;
}
.idx-row .eap-map-canvas {
  display: none !important;
}
@media screen and (max-width: 416px) {
  .idx-row {
    margin: 0 auto !important;
    max-width: calc(100% - 20px);
  }
}

.cta-row-2 {
  min-height: 250px;
  position: relative;
}
.cta-row-2 .container {
  position: relative;
  padding-top: 5em;
  padding-bottom: 2em;
}
.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) {
  .cta-row-2 .title {
    font-size: 1.5em;
  }
}
.cta-row-2 .subtitle {
  font-size: 1.25em;
  color: #888;
}
@media screen and (min-width: 416px) {
  .cta-row-2 .subtitle {
    margin: 0.5em 0;
    font-size: 1em;
    margin-bottom: 1em;
  }
}

.posts {
  min-height: 400px;
}