.eap-blog-feed-4 .container-fluid {
  padding: 0 !important;
}
.eap-blog-feed-4 .row {
  margin: 0;
}
.eap-blog-feed-4 .blog-button {
  font-family: var(--eap-button-font);
  padding: 0 2em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #9BA6B2;
  height: 46px;
  line-height: 1.2;
  min-width: 200px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-4 .blog-button:hover {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-4 .load-more {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 4em;
  margin: 0 auto;
}
.eap-blog-feed-4 .hero {
  text-align: center;
  color: #fff;
  height: 400px;
  background-position: top;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
  border-bottom: 4px solid #9BA6B2;
}
.eap-blog-feed-4 .hero h2 {
  font-size: 1.25em;
}
.eap-blog-feed-4 .hero-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.eap-blog-feed-4 .hero-info {
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  padding-top: calc(var(--eap-nav-overtflow-padding) - 1em);
}
.eap-blog-feed-4 .hero a {
  color: #fff;
  text-decoration: none;
}
.eap-blog-feed-4 .hero h2,
.eap-blog-feed-4 .hero p {
  text-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.eap-blog-feed-4 .feature-h2 a {
  font-size: 1.5em !important;
}
.eap-blog-feed-4 div.feature-p {
  font-size: 1em !important;
}
.eap-blog-feed-4 a.read-more {
  font-weight: bold;
}
.eap-blog-feed-4 .blog-feed {
  max-width: 1000px;
  margin: 1em auto;
}
.eap-blog-feed-4 .blog-card {
  overflow: hidden;
  cursor: pointer;
  margin: 1em auto;
  height: 300px;
  border: 1px solid #DAE1E9;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-4 .blog-card:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-4 .blog-card:hover .blog-info a {
  text-decoration: none;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-4 .featured-image {
  height: 100%;
  background-position: center;
  background-size: cover;
}
.eap-blog-feed-4 .blog-info {
  position: relative;
  max-height: 400px;
  height: 100%;
  padding-top: 0.5em;
}
.eap-blog-feed-4 .blog-info h2,
.eap-blog-feed-4 .blog-info a {
  font-size: 1em;
  color: #333;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-4 .blog-info p {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6em;
}
.eap-blog-feed-4 .author-info {
  width: 100%;
  position: absolute;
  bottom: 16px;
}
.eap-blog-feed-4 .author-info p {
  line-height: 0.75em;
  font-size: 0.8em;
  font-weight: 700;
}
.eap-blog-feed-4 .author-image {
  padding: 0;
}
.eap-blog-feed-4 .author-image img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}
.eap-blog-feed-4 .author-name {
  float: left;
  margin: 0;
  padding-left: 0.2em;
  padding-top: 0.3em;
}
.eap-blog-feed-4 span.agent-name {
  color: #333;
  font-weight: 700;
}
.eap-blog-feed-4 .blog-cta {
  background-color: rgba(245, 247, 250, 0.5);
  color: #333;
  height: 100%;
  min-height: 500px;
  text-align: center;
  position: relative;
}
.eap-blog-feed-4 .blog-cta-info {
  width: 100%;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eap-blog-feed-4 .blog-cta p {
  opacity: 0.7;
  padding-bottom: 1em;
}
.eap-blog-feed-4 .questions-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin: 0em auto;
  position: relative;
  background-image: linear-gradient(0deg, #E8EDF2 0%, #fff 80%);
  border: 2px solid #fff;
  z-index: 2;
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0), 0 0 0 0px rgba(255, 255, 255, 0), 0 0 0 0px rgba(255, 255, 255, 0);
  transition: 1.5s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-animation: waves 1.5s infinite;
  /* Safari 4.0 - 8.0 */
  animation: waves 1.5s infinite;
}
@-webkit-keyframes waves {
  60% {
    box-shadow: 0 0 0 16px rgba(155, 166, 178, 0.08), 0 0 0 32px rgba(155, 166, 178, 0.04), 0 0 0 48px rgba(155, 166, 178, 0.02);
  }
}
@keyframes waves {
  60% {
    box-shadow: 0 0 0 16px rgba(155, 166, 178, 0.08), 0 0 0 32px rgba(155, 166, 178, 0.04), 0 0 0 48px rgba(155, 166, 178, 0.02);
  }
}
.eap-blog-feed-4 i.question {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.99);
}
.eap-blog-feed-4 .questions-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
}
.eap-blog-feed-4 i.backdrop {
  font-size: 10em;
  transform: rotate(-12deg);
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  .eap-blog-feed-4 .blog-feed {
    max-width: 500px;
  }
  .eap-blog-feed-4 .hero {
    background-attachment: scroll;
    background-size: cover;
  }
  .eap-blog-feed-4 .feature-h2 a {
    font-size: 1em !important;
  }
  .eap-blog-feed-4 div.feature-p {
    font-size: 0.9em !important;
  }
  .eap-blog-feed-4 .featured-image {
    height: 250px;
  }
  .eap-blog-feed-4 .blog-card {
    height: 510px;
  }
  .eap-blog-feed-4 .blog-info {
    height: 260px;
    border-top: 4px solid #9BA6B2;
  }
  .eap-blog-feed-4 .read-more {
    display: none;
  }
}