.blog__header {
  text-align: center;
  padding: 3rem 0;
}
.blog__title {
  font-size: 5rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.blog__list {
  margin-bottom: 4rem;
}
.b-filter {
  padding: 0 5vw;
}
@media screen and (min-width: 768px) {
  .b-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.b-filter__item {
  width: 100%;
  margin-bottom: 1.5rem;
}
.b-filter__item--search {
  position: relative;
}
.b-filter__item--search::after {
  content: "";
  content: "U";
  font-family: "ETmodules" !important;
  font-size: 17px;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .b-filter__item {
    flex: 1;
    max-width: 33.333%;
    margin-bottom: 0;
  }
  .b-filter__item:not(:first-child) {
    margin-left: 1.5rem;
  }
}
.b-filter input, .b-filter select {
  font-size: 1.25rem;
  width: 100%;
}
.b-filter select,
.b-filter input[type=text] {
  padding: 0.35em 4px;
  border: unset;
  border-bottom: 1px solid black;
}
.b-filter select[disabled],
.b-filter input[type=text][disabled] {
  opacity: 0.5;
}
.b-filter__clear {
  color: gray;
  padding: 1rem;
  margin-left: 1rem;
}

.b-list {
  font-family: "aktiv-grotesk", "Open Sans", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .b-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem 2rem;
    grid-gap: 4rem min(1vw, 2rem);
    grid-template-rows: max-content;
    padding: 0;
  }
}
.b-list__item {
  margin-top: 4rem;
}
.b-list__item:hover .b-list__title {
  text-decoration: underline;
}
.b-list__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .b-list__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .b-list__item--1, .b-list__item--8 {
    grid-column: 1/4;
    display: flex;
    max-height: 533px;
    overflow: hidden;
  }
}
.b-list__link {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.b-list__link:hover {
  color: black;
}
.b-list__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 265px;
  border: 1px solid #E3E3E3;
}
.b-list__media img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .b-list__media--1, .b-list__media--8 {
    border-color: #D9E8F4;
    border-right-width: 0px;
    height: 535px;
    width: calc(69% + 2rem);
    margin-bottom: 0;
  }
}
.b-list__body {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .b-list__body--1, .b-list__body--8 {
    background-color: #D9E8F4;
    width: 33.333%;
    padding: 1.5rem;
    max-width: 533px;
    overflow: hidden;
  }
}
.b-list__title, .b-list__excerpt {
  display: block;
}
.b-list__title--1, .b-list__title--8, .b-list__excerpt--1, .b-list__excerpt--8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-list__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.25;
  text-align: left !important;
}
.b-list__title--1, .b-list__title--8 {
  font-size: 36px;
  -webkit-line-clamp: 4;
}
.b-list__excerpt {
  margin-top: 1.5rem;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .b-list__excerpt {
    display: none;
  }
  .b-list__excerpt--1, .b-list__excerpt--8 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 7;
  }
}

.b-pager {
  display: flex;
  justify-content: center;
  margin: 0 auto 4rem;
}
.b-pager .page-numbers {
  display: inline-block;
  border: 1px solid #C2C2C2;
  line-height: 1;
  white-space: nowrap;
  margin: 0 1rem;
  font-size: 0.85rem;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .b-pager .page-numbers {
    font-size: 1.35rem;
  }
}
.b-pager .page-numbers.dots {
  border: unset;
  margin: 0;
  padding: 0.5em 0;
}
.p-hero {
  position: relative;
  z-index: 1;
  color: white;
  padding-top: 2rem;
}
.p-hero__wrap {
  position: relative;
}
.p-hero__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 90%;
  background: #1D466B;
}
.p-hero__back {
  color: white;
}
.p-hero__back:hover {
  text-decoration: underline;
}
.p-hero__title {
  color: white;
  font-size: 3rem;
  line-height: 1.15;
  max-width: 40ch;
  margin: 1.5rem 0 0.5rem;
}
.p-hero__meta {
  margin-bottom: 2.5rem;
}
.p-hero__media {
  position: relative;
}
.p-hero__image {
  text-align: center;
}
.p-hero__image img {
  display: block;
  width: 100%;
}
.p-hero__caption {
  color: white;
  font-style: italic;
  text-align: right;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.5rem 1rem;
  letter-spacing: 0.01em;
}

.p-meta__item {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.p-meta__item:not(:first-child) {
  margin-left: 1rem;
  border-left: 1px solid white;
  padding-left: 1rem;
}
.p-meta__link {
  color: white;
}
.p-meta__link:hover {
  text-decoration: underline;
}

.p-newsletter {
  background: #35ABC9;
  color: white;
  padding: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-newsletter {
    padding: 2rem 7rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-newsletter__heading {
  display: block;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-newsletter__heading {
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-newsletter__form {
    flex: 1;
    display: flex;
    align-items: flex-end;
  }
}
.p-newsletter__input, .p-newsletter__input[type=email] {
  background: transparent;
  border: unset;
  border-bottom: 1px solid white;
  font-size: 1.25rem;
  color: white;
  display: block;
  width: 100%;
  margin: 1.5rem auto;
}
.p-newsletter__input::placeholder, .p-newsletter__input[type=email]::placeholder {
  color: white;
}
@media screen and (min-width: 768px) {
  .p-newsletter__input, .p-newsletter__input[type=email] {
    flex: 1;
    width: auto;
    margin: unset;
    margin-right: 1rem;
  }
}
.p-newsletter__btn {
  font-size: 0.5em;
}

.p-content__main {
  font-family: "aktiv-grotesk", "Open Sans", "Arial", sans-serif;
}
body.single-post .p-content__main {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 6rem;
}
body.single-post .p-content__main a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body.single-post .p-content__main {
    padding-left: 0;
  }
  body.single-post .p-content__main ol, body.single-post .p-content__main ul {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-content__main {
    padding-left: 0;
  }
}
.p-content__main p, .p-content__main li {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.65;
}
.p-content__main h2 {
  font-size: 56px;
  letter-spacing: -2px;
  margin-bottom: 1rem;
}
.p-content__main h3 {
  font-size: 40px;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
.p-content__main ol {
  list-style: decimal;
}
.p-content__main ul {
  list-style: disc;
}

.p-share {
  display: flex;
  flex-direction: column;
  width: 40px;
  position: sticky;
  top: 119px;
  margin-top: 27px;
  left: 5px;
  z-index: 25;
}
@media (min-width: 1440px) {
  .p-share {
    left: calc(50% - 642px);
  }
}
@media (max-width: 767px) {
  .p-share {
    position: relative;
    margin-top: 0;
    top: 0;
    width: 100%;
    left: 0px;
  }
}
.admin-bar .p-share {
  /* top: 151px; */
}
.p-share .share-word {
  color: #333;
  font-size: 14px;
  line-height: 26px;
}
.p-share .a2a_dd > span {
  display: none;
}
.p-share .a2a_dd,
.p-share [class^=a2a_button_] {
  display: block;
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 40px;
  background: url(../images/case-studies/share-icons.svg) no-repeat;
}
.p-share .a2a_dd > span,
.p-share [class^=a2a_button_] > span {
  display: none;
}
@media (max-width: 768px) {
  .p-share .a2a_dd,
  .p-share [class^=a2a_button_] {
    display: inline-block;
    margin-right: 0.5rem;
  }
}
.p-share .a2a_button_facebook {
  background-position: 0 0;
}
.p-share .a2a_button_twitter {
  background-position: 0 -48px;
}
.p-share .a2a_button_linkedin {
  background-position: 0 -96px;
}
.p-share .a2a_dd {
  background-position: 0 -144px;
}

.p-posts {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.p-posts__heading {
  margin-bottom: 1.5rem;
}
.p-posts__list {
  display: grid;
  grid-gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-posts__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-posts__item {
  margin-bottom: 1.75rem;
}
.p-posts__item:last-child {
  margin-bottom: 0;
}
.p-posts__item:hover .p-posts__title {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-posts__item {
    flex: 1;
    margin-bottom: 0;
  }
}
.p-posts__link {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.p-posts__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 265px;
  margin-bottom: 1rem;
  border: 1px solid #E3E3E3;
}
.p-posts__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-posts__title {
  font-size: 1.25rem;
  font-weight: 400;
}

.p-cta {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-cta__wrap {
  background: #94A0A9;
  padding: 3rem 0;
}
.p-cta__heading {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-cta__heading {
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
.s-post-grid {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .s-post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .s-post-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.s-post-grid__item {
  display: block;
  margin-bottom: 2rem;
  color: black;
}
.s-post-grid__item:hover {
  text-decoration: underline;
}
.s-post-grid__item img {
  max-width: 100%;
  width: 100%;
  min-height: 186px;
  border: 1px solid #E3E3E3;
}
@media screen and (min-width: 700px) {
  .s-post-grid__item {
    margin-bottom: 0;
  }
}
.s-post-grid__title {
  display: block;
  margin-top: 1.5rem;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: black;
}

/*# sourceMappingURL=post.css.map */
