@charset "UTF-8";
.eap-blog__feed {
  color: #4a4a4a;
  font-size: 16px;
}
.eap-blog__feed .page-numbers {
  color: #9ba6b2;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 1em;
}
.eap-blog__feed .page-numbers:hover {
  color: #4a4a4a;
}
.eap-blog__feed a {
  height: auto;
  width: auto;
  display: inline-block;
  text-decoration: none;
}
.eap-blog__feed .eap-btn--is-golden,
.eap-blog__feed .eap-btn--is-blue-point {
  background-color: #fc0;
  padding-right: 0;
  overflow: hidden;
  padding: 0;
  padding-left: 2em;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  min-width: 200px;
  border-radius: 2px;
  color: #0e2459;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed .eap-btn--is-golden,
  .eap-blog__feed .eap-btn--is-blue-point {
    font-size: 0.9rem;
  }
}
.eap-blog__feed .eap-btn--is-golden:hover,
.eap-blog__feed .eap-btn--is-blue-point:hover {
  transform: none;
  opacity: 1 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  background-color: #ffd849;
  padding-left: 3em;
}
.eap-blog__feed .eap-btn--is-golden:after,
.eap-blog__feed .eap-btn--is-blue-point:after {
  content: "chevron_right";
  font-family: material icons;
  background-color: rgba(255, 255, 255, 0.34);
  padding: 0.2em;
  margin-left: 2em;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
}
.eap-blog__feed__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 1em;
}
.eap-blog__feed__hero {
  background-color: #0e2459;
  height: auto;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  border-bottom: 4px solid #9ba6b2;
  position: relative;
  padding: 2em 1em;
  font-size: 1rem;
  overflow: hidden;
}
.eap-blog__feed__hero .eap-btn--is-golden {
  margin-bottom: 6em;
}
.eap-blog__feed__hero:after {
  content: "👋 Welcome to the blog!";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 4px;
  transition: 0.2s;
  opacity: 0;
  transform: translateX(250px);
  font-weight: 500;
}
.eap-blog__feed__hero:hover:after {
  transition: 0.2s;
  opacity: 1;
  transform: translateX(-16px);
}
.eap-blog__feed__hero .--is-hero {
  position: absolute;
  right: 16px;
  top: 40px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 950px) {
  .eap-blog__feed__hero .--is-hero {
    display: none;
  }
}
.eap-blog__feed__hero:before {
  background-color: #0e2459;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0.85;
}
.eap-blog__feed__hero__title h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  z-index: 2;
  font-family: var(--eap-header-font);
  margin-bottom: 0;
  position: relative;
  padding-top: 3em;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__hero__title h1 {
    font-size: 1.75rem;
  }
}
.eap-blog__feed__hero__title h1:before {
  content: "FEATURED POST";
  font-size: 14px;
  display: block;
  margin-bottom: 0.5rem;
  color: #fc0;
}
.eap-blog__feed__hero__subtitle {
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  z-index: 2;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__hero__subtitle {
    font-size: 1.125rem;
  }
}
.eap-blog__feed__body {
  padding-bottom: 4em;
}
.eap-blog__feed__top-posts {
  padding: 4em 0em;
}
.eap-blog__feed__top-posts__list {
  font-size: 16px;
  border: 1px solid #dae1e9;
  border-radius: 4px;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__top-posts__list {
    font-size: 14px;
  }
}
.eap-blog__feed__top-posts__list ul {
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  margin-bottom: 0;
}
.eap-blog__feed__top-posts__list ul a {
  color: #4a4a4a;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
}
.eap-blog__feed__top-posts__list ul a:hover {
  color: #4a4a4a;
  opacity: 0.8;
}
.eap-blog__feed__top-posts__list ul li {
  border-bottom: 1px solid #dae1e9;
  padding: 1em;
  vertical-align: middle;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.eap-blog__feed__top-posts__list ul li:before {
  content: "chrome_reader_mode";
  font-family: material icons;
  color: #9ba6b2;
  line-height: 0;
  font-size: 1.25em;
  vertical-align: middle;
  margin-right: 1em;
  opacity: 0.5;
}
.eap-blog__feed__top-posts__list ul li:hover {
  box-shadow: 0px 2px 0px #dae1e9;
  background-color: #f5f5f5;
}
.eap-blog__feed__top-posts__list ul li:hover:before {
  color: #fc0;
  opacity: 1;
}
.eap-blog__feed__cta {
  background-color: #0e2459;
  padding: 6rem 2rem;
  text-align: left;
  border-top: 2px solid #9ba6b2;
  position: relative;
  background-size: cover;
  background-position: center;
  border-bottom: 4px solid #9ba6b2;
  position: relative;
  transition: 0.2s;
}
.eap-blog__feed__cta:hover:before {
  opacity: 0.95;
  transition: 0.2s;
}
.eap-blog__feed__cta:hover .eap-blog__feed__cta__title:after {
  width: 300px;
  transition: 0.2s;
}
.eap-blog__feed__cta:before {
  background-color: #0e2459;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0.9;
  transition: 0.2s;
}
.eap-blog__feed__cta .eap-btn--is-golden {
  text-align: right;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__cta .eap-btn--is-golden {
    position: relative;
    top: 2rem;
    right: auto;
  }
}
.eap-blog__feed__cta__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.eap-blog__feed__cta__title:after {
  background-color: #fc0;
  height: 2px;
  width: 150px;
  content: " ";
  position: relative;
  display: block;
  margin: 2rem 0;
  transition: 0.2s;
}
.eap-blog__feed__cta__subtitle {
  font-size: 1.25em;
  color: #fff;
  font-weight: 400;
  max-width: 700px;
  line-height: 1.6;
  position: relative;
}
.eap-blog__feed__category {
  text-align: center;
  padding: 4em 0;
  position: relative;
}
.eap-blog__feed__category .eap-btn--is-golden {
  margin-top: 2em;
  z-index: 8;
}
.eap-blog__feed__category__cover {
  background-color: #fff;
  height: 180px;
  z-index: 10;
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  right: 0;
  bottom: 0px;
  border-top: 4px solid #fc0;
  box-shadow: 0px -16px 16px -5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  color: #4a4a4a;
  font-size: 1.25em;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__category__cover {
    display: none;
  }
}
.eap-blog__feed__category__title {
  font-weight: 700;
  font-size: 1.75rem;
  padding: 0.5rem 2rem;
  padding-left: 4rem;
  position: relative;
  text-align: left;
}
.eap-blog__feed__category__title h2 {
  font-family: var(--eap-header-font);
  margin: 0;
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__category__title h2 {
    font-size: 1.5rem;
  }
}
.eap-blog__feed__category__title:before {
  height: 100px;
  content: " ";
  background-color: #fc0;
  width: 4px;
  position: absolute;
  left: 32px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__category__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 710px) {
  .eap-blog__feed__category__title {
    padding-left: 1em;
  }
  .eap-blog__feed__category__title:before {
    left: 0px;
    display: block;
  }
}
.eap-blog__feed__category__subtitle {
  font-weight: 400;
  font-size: 1.25rem;
  padding-bottom: 2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__category__subtitle {
    font-size: 1.125rem;
  }
}
.eap-blog__feed__category__post {
  font-size: 17px;
  width: 18.75em;
  height: 28.125em;
  display: inline-block;
  background-size: cover;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  margin: 1em;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.14);
  border-top: 2px solid #fc0;
  cursor: pointer;
}
.eap-blog__feed__category__post__title, .eap-blog__feed__category__post__subtitle {
  opacity: 0;
}
.eap-blog__feed__category__post:hover {
  filter: brightness(110%) contrast(110%);
  transform: translateY(-3px);
  transition: 0.2s;
}
@media screen and (max-width: 1085px) {
  .eap-blog__feed__category__post {
    font-size: 16px;
  }
}
@media screen and (max-width: 1025px) {
  .eap-blog__feed__category__post {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .eap-blog__feed__category__post {
    font-size: 14px;
  }
}
@media screen and (max-width: 895px) {
  .eap-blog__feed__category__post {
    font-size: 13px;
  }
}
@media screen and (max-width: 835px) {
  .eap-blog__feed__category__post {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .eap-blog__feed__category__post {
    font-size: 11px;
  }
}
@media screen and (max-width: 710px) {
  .eap-blog__feed__category__post {
    display: block;
    font-size: 16px;
    margin: 1em auto;
  }
}