/* Containers */

/* Header height */

/* Rich text */

/* Widths */

/* Spacing */

/* Radius */

/* Misc */

/* Base */

/* Primary */

/* Secondary */

.callout-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
  .callout-container {
    max-width: 1100px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media only screen and (min-width: 1440px) {
  .callout-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.callout {
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
  border: none;
  border-radius: 1rem;
  background: #eae5dd;
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #000;
}

.callout a:not(.button) {
  color: inherit;
}

.callout::after {
  content: none;
}

.callout:has(.promo-image) {
  border-top-left-radius: 0;
}

.callout .callout-inner {
  padding: 2rem;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.callout .callout-image {
  flex-shrink: 0;
  width: 100%;
  order: 1;
  position: relative;
  display: flex;
}

.callout .callout-image::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, .168627451);
  border: solid 0 #fff;
  border-bottom-right-radius: 100%;
  border-right-width: 2px;
  border-bottom-width: 2px;
  top: 0;
  max-width: 400px;
}

.callout .callout-image img {
  width: 100%;
  border-radius: 0;
  border-bottom-left-radius: 100%;
  border: solid 0 #fff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  position: relative;
  z-index: 20;
  max-width: 400px;
  margin-left: auto;
}

.callout .callout-supergraphic {
  flex-shrink: 0;
  width: 100%;
  order: 1;
  position: relative;
  display: flex;
}

.callout .callout-supergraphic::before {
  content: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, .168627451);
  border: solid 0 #fff;
  border-bottom-right-radius: 100%;
  border-right-width: 2px;
  border-bottom-width: 2px;
  top: 0;
  max-width: 400px;
}

.callout .callout-supergraphic::after {
  content: none;
  display: inline-block;
  position: relative;
  z-index: 20;
  width: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, .168627451);
  border: solid 0 #fff;
  border-bottom-left-radius: 100%;
  border-left-width: 2px;
  border-bottom-width: 2px;
  margin-left: auto;
  max-width: 400px;
}

.callout .button.tertiary {
  margin-top: 1rem;
  border-color: #fff;
}

.callout .button.tertiary:hover, .callout .button.tertiary:active {
  border-color: #000;
}

.callout .button.tertiary:focus {
  outline: solid 4px #000;
}

.callout blockquote {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 1rem 0;
}

.callout blockquote cite {
  color: inherit;
  text-align: left;
  padding-top: 0;
  margin: 1.5rem 0 0 0;
}

.callout blockquote cite span {
  display: block;
}

.callout blockquote cite span::after {
  content: "";
  margin: 0;
}

.callout blockquote::before {
  background-image: url("/assets/images/backgrounds/blockquote-quote-marks-black.svg");
}

@media only screen and (min-width: 768px) {
  .callout {
    flex-direction: row;
  }

  .callout .callout-inner {
    order: 1;
  }

  .callout .callout-image {
    order: 2;
    width: 35%;
    max-width: 400px;
    margin-left: auto;
    display: block;
  }

  .callout .callout-image::before {
    border-radius: 0;
    border-top-left-radius: 100%;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 2px;
    border-left-width: 2px;
    top: auto;
    bottom: 0;
    max-width: unset;
  }

  .callout .callout-image img {
    max-width: unset;
    margin-left: 0;
  }

  .callout .callout-supergraphic {
    order: 2;
    width: 35%;
    max-width: 400px;
    margin-left: auto;
    display: block;
  }

  .callout .callout-supergraphic::before {
    content: "";
    border-radius: 0;
    border-top-left-radius: 100%;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 2px;
    border-left-width: 2px;
    top: auto;
    bottom: 0;
    max-width: unset;
  }

  .callout .callout-supergraphic::after {
    content: "";
    border-radius: 0;
    border-bottom-left-radius: 100%;
    border-bottom-width: 2px;
    border-right-width: 0;
    border-top-width: 0;
    border-left-width: 2px;
    top: 0;
    bottom: auto;
    max-width: unset;
  }
}

.callout:not(:has(.callout-inner)) {
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .callout:not(:has(.callout-inner)) {
    flex-direction: column;
  }
}

.callout--default.chalk {
  background: #eae5dd;
}

.callout--default.chalk h2, .callout--default.chalk h3, .callout--default.chalk h4, .callout--default.chalk h5, .callout--default.chalk h6 {
  color: #033803;
}

.callout--default.chalk:has(h2) h3, .callout--default.chalk:has(h2) h4, .callout--default.chalk:has(h2) h5, .callout--default.chalk:has(h2) h6 {
  color: #000;
}

.callout--default.chalk a:not(.button) {
  color: #0713cb;
}

.callout--default.lilac {
  background: rgb(179.8, 168.6, 244.6);
}

.callout--default.aqua {
  background: rgb(173, 239.4, 231.8);
}

.callout--default.green {
  background: #033803;
  color: #fff;
}

.callout--default.green h2, .callout--default.green h3, .callout--default.green h4, .callout--default.green h5, .callout--default.green h6, .callout--default.green p, .callout--default.green blockquote, .callout--default.green li {
  color: #fff;
}

.callout--default.green .button:focus {
  outline-color: #fff;
}

.callout--default.green blockquote::before {
  background-image: url("/assets/images/backgrounds/blockquote-quote-marks-white.svg");
}


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