
.text-block {
  overflow: hidden;
  position: relative;
}
.text-block.bg-blue {
  color: #fff;
}

.text-block .page-block-wrapper {
  position: relative;
  z-index: 2;
}


/* Headings */
.text-block-title:not(:first-child) {
  margin-top: 3.5rem;
}

/* Lead */
.text-block-lead, .text-block-lead p, .text-block-lead ul li {
  font-family: var(--font);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
}
.text-block-lead, .text-block-lead p {
  margin-bottom: 1.5rem;
}
.text-block-lead:last-child p:last-child {
  margin-bottom: 0;
}
.text-block-lead b, .text-block-lead strong {
  font-weight: 700;
}
.font-size-lead.text-block-link a {
  font-family: var(--font);
  font-size: 1.6875rem;
}
.font-size-lead .text-block-link-arrow .arrow-svg {
  width: 2.25rem;
  height: 2.25rem;
}


/* Text */
.text-block .text-block-text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.text-block .text-block-text:last-child p:last-child,
.text-block .text-block-text:last-child ul:last-child {
  margin-bottom: 0;
}
.text-block-text a {
  text-decoration: underline;
}


/* Citation */
.text-block .text-block-citation {
  padding-left: 6rem;
  position: relative;
}
.text-block .text-block-citation,
.text-block .text-block-citation p {
  font-size: 1.4375rem;
  font-weight: 300;
}
.text-block .citator {
  font-size: 1rem;
  font-weight: 500;
}
.text-block .text-block-citation svg {
  left: 26px;
  position: absolute;
  top: -2px;
  width: 2.75rem;
}
.text-block.bg-blue .text-block-citation svg {
  fill: var(--color-secondary);
}

.text-block-title + .text-block-citation {
  margin-top: 5rem;
}


/* Link */
.text-block-link a {
  font-family: var(--font);
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0;
  margin-bottom: 1rem;
}
.text-center .text-block-link a {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.text-block-link-arrow {
  margin-left: 0.75rem;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}


/* Button */
.text-block .btn {
  display: inline-flex;
  margin-right: 1rem;
  margin-top: 1.5rem;
}


/* Graphics */
.text-block .logo-graphic {
  opacity: 0.06;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  height: auto;
  width: 100%;
}

.text-block.bg-light .logo-graphic {
  opacity: 0.5;
}




/***************   Mobile    ***************/

@media (max-width: 1023px) {
  .text-block-text {
    font-size: 1rem;
  }
  .text-block-text p {
    margin-bottom: 1.5rem;
  }
  .text-block-link a {
    font-size: 1rem;
  }
}

@media (max-width: 823px) {
  .text-block .text-block-citation svg {
    bottom: auto;
    left: 2rem;
    top: -0.875rem;
    width: 2.75rem;
  }
  .text-block .text-block-citation,
  .text-block .text-block-citation p {
    font-size: 1.125rem;
  }
  .text-block .graphic-left {
    display: none;
    visibility: hidden;
  }
  .text-block .graphic-right {
    bottom: -0.875rem;
    height: 17.125rem;
    right: -1.875rem;
    top: auto;
  }
}

@media (max-width: 639px) {
  .text-block .text-block-citation svg {
    left: 0;
    top: 0;
  }
  .text-block .text-block-citation {
    padding-left: 0;
    padding-top: 3.375rem;
  }
}
