/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.block-phase-trials .block__intro {
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
  max-width: 863px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .block__intro {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .block-phase-trials .block__intro {
    padding-top: 60px;
  }
}
.block-phase-trials .block__intro__title {
  font-size: 13px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .block__intro__title {
    font-size: calc(13px + 13 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .block__intro__title {
    font-size: 26px;
  }
}
.block-phase-trials .block__intro__title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .block__intro__title {
    margin-bottom: calc(10px + 10 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .block__intro__title {
    margin-bottom: 20px;
  }
}
.block-phase-trials .block__intro__title {
  letter-spacing: 0.275px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .block__intro__title {
    letter-spacing: calc(0.275px + 0.275 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .block__intro__title {
    letter-spacing: 0.55px;
  }
}
.block-phase-trials .block__intro__title {
  font-weight: 700;
  color: #00748D;
  font-family: "Lato-Bold", sans-serif;
  text-transform: uppercase;
}
.block-phase-trials .block__intro__description {
  font-size: 9px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .block__intro__description {
    font-size: calc(9px + 9 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .block__intro__description {
    font-size: 18px;
  }
}
.block-phase-trials .block__intro__description p + p {
  margin-top: 7.5px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .block__intro__description p + p {
    margin-top: calc(7.5px + 7.5 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .block__intro__description p + p {
    margin-top: 15px;
  }
}
.block-phase-trials .block__intro .inner-wrapper {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 15px;
}
.block-phase-trials .row-wrapper {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .row-wrapper {
    padding-top: calc(40px + 40 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 1536px) {
  .block-phase-trials .row-wrapper {
    padding-top: 80px;
  }
}
.block-phase-trials .row-wrapper {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .row-wrapper {
    padding-bottom: calc(40px + 40 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 1536px) {
  .block-phase-trials .row-wrapper {
    padding-bottom: 80px;
  }
}
.block-phase-trials .row-wrapper .inner-wrapper {
  margin: 0 auto;
  max-width: 1242px;
  padding: 0 15px;
}
.block-phase-trials .row-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.block-phase-trials .row-wrapper .row .col {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  top: -2px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .block-phase-trials .row-wrapper .row .col:not(:first-child) .card-info {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .block-phase-trials .row-wrapper .row .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  .block-phase-trials .row-wrapper .row .col {
    margin-bottom: calc(15px + -5 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1536px) {
  .block-phase-trials .row-wrapper .row .col {
    margin-bottom: 10px;
  }
}
.block-phase-trials .row-wrapper .row .col::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  top: 0;
  bottom: 0;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .block-phase-trials .row-wrapper .row .col::before {
    width: 1px;
    height: 100%;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.block-phase-trials .row-wrapper .top-heading {
  margin-bottom: 14.4px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .row-wrapper .top-heading {
    margin-bottom: calc(14.4px + 57.6 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .row-wrapper .top-heading {
    margin-bottom: 72px;
  }
}
.block-phase-trials .row-wrapper .top-heading {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .row-wrapper .top-heading {
    font-size: calc(11px + 11 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .row-wrapper .top-heading {
    font-size: 22px;
  }
}
.block-phase-trials .row-wrapper .top-heading {
  font-weight: 700;
  text-align: center;
  color: #003D4D;
}
.block-phase-trials .row-wrapper .bottom-text {
  text-align: center;
  font-size: 9px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .row-wrapper .bottom-text {
    font-size: calc(9px + 7 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .row-wrapper .bottom-text {
    font-size: 16px;
  }
}
.block-phase-trials .row-wrapper .bottom-text a {
  color: #C4A800;
  font-size: inherit;
}
.block-phase-trials .row-wrapper .bottom-text a:hover {
  color: rgba(196, 168, 0, 0.5);
}
.block-phase-trials .row-wrapper .card-info {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-left: calc(15px + 35 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 1536px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-left: 50px;
  }
}
.block-phase-trials .row-wrapper .card-info {
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-right: calc(15px + 35 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 1536px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-right: 50px;
  }
}
.block-phase-trials .row-wrapper .card-info {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-top: calc(15px + 15 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1536px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-bottom: calc(15px + 15 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1536px) {
  .block-phase-trials .row-wrapper .card-info {
    padding-bottom: 30px;
  }
}
.block-phase-trials .row-wrapper .card-info .rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #C4A800;
  color: #ffffff;
  font-family: "Lato-Bold", sans-serif;
  font-style: italic;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .row-wrapper .card-info .rounded {
    margin-bottom: calc(10px + 10 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 1536px) {
  .block-phase-trials .row-wrapper .card-info .rounded {
    margin-bottom: 20px;
  }
}
.block-phase-trials .row-wrapper .card-info .rounded {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .row-wrapper .card-info .rounded {
    font-size: calc(26px + 10 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 1536px) {
  .block-phase-trials .row-wrapper .card-info .rounded {
    font-size: 36px;
  }
}
.block-phase-trials .row-wrapper .card-info .rounded {
  width: 90px;
}
@media only screen and (min-width: 576px) {
  .block-phase-trials .row-wrapper .card-info .rounded {
    width: calc(90px + 22 * (100vw - 576px) / 576);
  }
}
@media only screen and (min-width: 1152px) {
  .block-phase-trials .row-wrapper .card-info .rounded {
    width: 112px;
  }
}
.block-phase-trials .row-wrapper .card-info .rounded {
  height: 90px;
}
@media only screen and (min-width: 576px) {
  .block-phase-trials .row-wrapper .card-info .rounded {
    height: calc(90px + 22 * (100vw - 576px) / 576);
  }
}
@media only screen and (min-width: 1152px) {
  .block-phase-trials .row-wrapper .card-info .rounded {
    height: 112px;
  }
}
.block-phase-trials .row-wrapper .card-info .rounded .text-lg {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .row-wrapper .card-info .rounded .text-lg {
    font-size: calc(26px + 4 * (100vw - 768px) / 768);
  }
}
@media only screen and (min-width: 1536px) {
  .block-phase-trials .row-wrapper .card-info .rounded .text-lg {
    font-size: 30px;
  }
}
.block-phase-trials .row-wrapper .card-info .description {
  font-size: 9px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .row-wrapper .card-info .description {
    font-size: calc(9px + 9 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .row-wrapper .card-info .description {
    font-size: 18px;
  }
}
.block-phase-trials .row-wrapper--alt {
  background-color: #e7e7e7;
}
.block-phase-trials .row-wrapper--alt .bottom-text a {
  color: #00748D;
}
.block-phase-trials .row-wrapper--alt .bottom-text a:hover {
  color: rgba(0, 116, 141, 0.5);
}
.block-phase-trials .row-wrapper--alt .card-info .rounded {
  background-color: #003D4D;
}
.block-phase-trials .two-column-section {
  padding: 40px 24px;
  text-align: center;
  position: relative;
  padding-top: 90px;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .two-column-section {
    padding: 60px 15px;
  }
}
.block-phase-trials .two-column-section::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 342px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .two-column-section::before {
    display: none;
  }
}
.block-phase-trials .two-column-section::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 342px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .block-phase-trials .two-column-section::after {
    display: none;
  }
}
.block-phase-trials .two-column-section .inner-wrapper {
  margin: 0 auto;
  max-width: 1400px;
}
.block-phase-trials .two-column-section .two-column-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  .block-phase-trials .two-column-section .two-column-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
}
.block-phase-trials .two-column-section .column-item {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .block-phase-trials .two-column-section .column-item {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-phase-trials .two-column-section .column-item {
    padding: 0 30px;
  }
}
.block-phase-trials .two-column-section .column-divider {
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000000;
  margin: 10px auto;
}
@media only screen and (min-width: 992px) {
  .block-phase-trials .two-column-section .column-divider {
    width: 1px;
    height: auto;
    background-color: #000000;
    flex-shrink: 0;
    align-self: stretch;
    min-height: 100px;
    margin: 0 20px;
  }
}
.block-phase-trials .two-column-section .column-title {
  color: #003D4D;
  text-align: center;
  font-family: "Lato-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  max-width: 291px;
  margin: 0 auto 20px auto;
  font-size: 12px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .two-column-section .column-title {
    font-size: calc(12px + 10 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .two-column-section .column-title {
    font-size: 22px;
  }
}
.block-phase-trials .two-column-section .column-title {
  line-height: 15px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .two-column-section .column-title {
    line-height: calc(15px + 13 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .two-column-section .column-title {
    line-height: 28px;
  }
}
@media only screen and (min-width: 576px) {
  .block-phase-trials .two-column-section .column-title {
    max-width: 100%;
  }
}
.block-phase-trials .two-column-section .column-text {
  color: #444;
  text-align: center;
  font-family: "Lato-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .two-column-section .column-text {
    font-size: calc(11px + 7 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .two-column-section .column-text {
    font-size: 18px;
  }
}
.block-phase-trials .two-column-section .column-text {
  line-height: 14px;
}
@media only screen and (min-width: 320px) {
  .block-phase-trials .two-column-section .column-text {
    line-height: calc(14px + 9 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .block-phase-trials .two-column-section .column-text {
    line-height: 23px;
  }
}
.block-phase-trials .two-column-section .column-text p + p {
  margin-top: 15px;
}
/*# sourceMappingURL=phase-trial-section.css.map*/