/* --Hover Mixin.--*/
/* -- Cross browser opacity.--*/
/* -- Animation.--*/
/* ==========================================================================
   #Site Global Sizes
   ========================================================================== */
/**
 * This shall stop the z-index chaos
 */
/* ==========================================================================
   #Site Global Colours
   ========================================================================== */
/* BLOCK: Content + 4 Hilights --------------------------------- */
.quote-block > .site-m-i__inner {
  padding-right: 1.875rem;
}
@media (min-width: 61.25em) {
  .quote-block > .site-m-i__inner {
    padding-right: 0;
  }
}

.quote-inner__line > svg {
  width: 0.9375rem;
  align-self: flex-start;
}

@media (max-width: 46.24em) {
  .quote-inner__line > svg,
  .quote-inner__line blockquote p {
    margin-bottom: 1.875rem;
  }
}

.quote-inner__line {
  color: white;
  background-color: #142052;
  z-index: 1;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.875rem;
}
@media (min-width: 46.25em) {
  .quote-inner__line {
    grid-column: 1/13;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 61.25em) {
  .quote-inner__line {
    grid-column: 2/10;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 0;
  }
}

.quote-inner__line::before {
  background-color: #142052;
  width: 100%;
  height: 100%;
  left: -25vw;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 46.25em) {
  .quote-inner__line blockquote {
    padding-right: 2.5rem;
  }
}

.quote-inner__line blockquote p {
  font-weight: 700;
  font-style: italic;
  line-height: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 61.25em) {
  .quote-inner__line blockquote p {
    line-height: 2.25rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.pull-down::after,
.pull-up::before,
.quote-inner__line::before {
  content: "";
  height: 100%;
}

.pull-down::after,
.pull-up::before {
  height: 50%;
  position: absolute;
  width: 100%;
}

.pull-up::before {
  top: 0;
}

.pull-down::after {
  bottom: 0;
}
