/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-booklp-press {
  margin: 2.5rem 0;
}
@media (min-width: 1200px) {
  .block-booklp-press {
    margin: 4rem 0;
  }
}
.block-booklp-press > .container {
  background: #F2F0EC;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .block-booklp-press > .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.block-booklp-press > .container .row {
  margin: 0;
  background: #f7f7f7;
  padding-top: 4rem;
  filter: drop-shadow(0rem 2.25rem 5rem rgba(0, 0, 0, 0.08)) drop-shadow(0rem 0.45rem 0.8125rem rgba(0, 0, 0, 0.04));
}
@media (min-width: 768px) {
  .block-booklp-press > .container .row {
    padding-top: 6.6875rem;
  }
}
@media (max-width: 767.98px) {
  .block-booklp-press .col-sm-12 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.block-booklp-press .overline {
  color: #7e7e7e;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .block-booklp-press .overline {
    margin-bottom: 1.5rem;
  }
}

.booklp-press-quotes {
  padding: 0 0 8.3125rem;
}
.booklp-press-quotes__quote {
  border-left: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
@media (min-width: 1200px) {
  .booklp-press-quotes__quote {
    margin: 0 0 2rem;
  }
}
.booklp-press-quotes .c-btn-tertiary-alt {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .booklp-press-quotes .c-btn-tertiary-alt {
    margin-bottom: 2rem;
  }
}
.booklp-press-quotes .c-btn-tertiary-alt.link-external:after {
  font-size: 1.5rem;
  margin-top: -0.1875rem;
  transition: none;
}
.booklp-press-quotes .c-btn-tertiary-alt:not(:hover) {
  color: #202124;
}
.booklp-press-quotes .slick-arrow {
  top: auto;
  bottom: 3.8125rem;
  background: #333333;
  width: 3rem;
  height: 3rem;
}
.booklp-press-quotes .slick-arrow:after {
  color: #fff;
}
.booklp-press-quotes .slick-arrow:hover {
  background: #202124;
}
.booklp-press-quotes .slick-arrow:not(:hover):after {
  content: "\ea1e";
  font-family: "iconfont-rafanelliTheme";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.booklp-press-quotes .slick-arrow.slick-prev {
  left: 0;
}
.booklp-press-quotes .slick-arrow.slick-next {
  right: auto;
  left: 64px;
}
.booklp-press-quotes .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

.booklp-press-logos__slide {
  margin-bottom: 1.5rem;
}
.booklp-press-logos__slide:not(.slick-current) {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .booklp-press-logos__slide {
    margin-bottom: 2.5rem;
  }
}
.booklp-press-logos__logo {
  width: 100%;
  height: 2.4375rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (min-width: 768px) {
  .booklp-press-logos__logo {
    height: 4.25rem;
    justify-content: center;
  }
}
.booklp-press-logos__logo img {
  max-height: 100%;
  width: auto;
}