.alternating-callout {
  background-color: #fff;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.16);
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
}

.alternating-callout-intro {
  background-color: rgb(20.23, 36.295, 54.145);
  box-sizing: border-box;
  color: rgb(242.25, 242.25, 242.25);
  padding: 1.25rem;
}
.alternating-callout-intro h2 {
  color: #fff;
  font-size: 1.55em;
  line-height: 1.1;
  margin: 0 0 0.45rem;
}
.alternating-callout-intro p {
  color: rgb(216.75, 216.75, 216.75);
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  line-height: 1.5;
  margin: 0;
}

.alternating-callout-kicker {
  color: #F4C182 !important;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif !important;
  font-size: 0.78em;
  font-weight: bold;
  margin: 0 0 0.45rem !important;
  text-transform: uppercase;
}

.alternating-callout-items {
  display: grid;
}

.alternating-callout-item {
  margin: 0;
}

.alternating-callout-item-card {
  background-color: rgb(252.72, 241.7, 228.78);
  color: rgb(38.25, 38.25, 38.25);
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100%;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.alternating-callout-item-card:hover, .alternating-callout-item-card:focus-within {
  background-color: rgb(251.76, 236.1, 217.74);
}

.alternating-callout-item:nth-child(even) .alternating-callout-item-card {
  background-color: rgb(50.98232, 84.35828, 120.09968);
  background-image: linear-gradient(135deg, rgb(51.652528, 85.560712, 121.893472) 0%, rgb(48.665696, 80.291984, 114.106304) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: inset 0 0 300px rgb(34.46784, 61.83936, 92.25216);
  isolation: isolate;
  position: relative;
}
.alternating-callout-item:nth-child(even) .alternating-callout-item-card::before {
  background-image: url("../img/overview-light-toast.webp");
  background-size: 18rem 18rem;
  content: "";
  inset: 0;
  mask-image: radial-gradient(ellipse at center, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.75) 78%, #000 100%);
  -webkit-mask-image: radial-gradient(ellipse at center, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.75) 78%, #000 100%);
  mix-blend-mode: color-burn;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.alternating-callout-item:nth-child(even) .alternating-callout-item-card::after {
  background-color: rgba(0, 0, 0, 0.08);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  z-index: 0;
}
.alternating-callout-item:nth-child(even) .alternating-callout-item-card > * {
  position: relative;
  z-index: 1;
}
.alternating-callout-item:nth-child(even) .alternating-callout-item-card .alternating-callout-item-title {
  color: #fff;
}
.alternating-callout-item:nth-child(even) .alternating-callout-item-card .alternating-callout-headline {
  color: #F4C182;
}
.alternating-callout-item:nth-child(even) .alternating-callout-item-card .alternating-callout-summary {
  color: rgb(229.5, 229.5, 229.5);
}
.alternating-callout-item:nth-child(even) .alternating-callout-item-card:hover::after, .alternating-callout-item:nth-child(even) .alternating-callout-item-card:focus-within::after {
  opacity: 1;
}

.alternating-callout-photo {
  background-color: rgb(20.23, 36.295, 54.145);
  aspect-ratio: 3/2;
  display: block;
  min-height: 0;
  overflow: hidden;
}
.alternating-callout-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.alternating-callout-item-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1rem;
}

.alternating-callout-item-title {
  align-self: flex-start;
  color: rgb(28.9, 51.85, 77.35);
  display: block;
  font-size: 1.3em;
  line-height: 1.15;
  margin: 0 auto 0.6rem 0;
  max-width: 19rem;
  width: 100%;
}
.alternating-callout-item-title img {
  display: block;
  height: auto;
  width: 100%;
}

.alternating-callout-headline {
  color: #004b8d;
  display: block;
  font-size: 0.98em;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 0.45rem;
}

.alternating-callout-summary {
  color: rgb(89.25, 89.25, 89.25);
  display: block;
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  font-size: 0.95em;
  line-height: 1.45;
  margin: 0 0 1rem;
}

.alternating-callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
}

.alternating-callout-button {
  border-bottom: none;
  border-radius: 0.3em;
  display: inline-block;
  flex: 0 1 auto;
  font-size: 0.82em;
  font-weight: bold;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 0.6rem 0.85rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+1) {
  background-color: rgb(28.9, 51.85, 77.35);
  box-shadow: inset 0 0 0 0.125rem rgb(28.9, 51.85, 77.35);
  color: #fff;
}
.alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+1):hover, .alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+1):focus {
  background-color: rgb(8.67, 15.555, 23.205);
  color: #fff;
  outline: none;
  box-shadow: inset 0 0 0 0.15rem #F4C182;
  text-decoration: none;
}
.alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+2) {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.125rem rgb(28.9, 51.85, 77.35);
  color: rgb(28.9, 51.85, 77.35);
}
.alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+2):hover, .alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+2):focus {
  background-color: rgb(8.67, 15.555, 23.205);
  color: #fff;
  outline: none;
  box-shadow: inset 0 0 0 0.15rem #F4C182;
  text-decoration: none;
}
.alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+3) {
  background-color: #004b8d;
  box-shadow: inset 0 0 0 0.125rem #004b8d;
  color: #fff;
}
.alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+3):hover, .alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+3):focus {
  background-color: rgb(8.67, 15.555, 23.205);
  color: #fff;
  outline: none;
  box-shadow: inset 0 0 0 0.15rem #F4C182;
  text-decoration: none;
}
.alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+4) {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.125rem #004b8d;
  color: #004b8d;
}
.alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+4):hover, .alternating-callout-item:nth-child(odd) .alternating-callout-button:nth-child(4n+4):focus {
  background-color: rgb(8.67, 15.555, 23.205);
  color: #fff;
  outline: none;
  box-shadow: inset 0 0 0 0.15rem #F4C182;
  text-decoration: none;
}

.alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+1) {
  background-color: #F4C182;
  box-shadow: inset 0 0 0 0.125rem #F4C182;
  color: rgb(20.23, 36.295, 54.145);
}
.alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+1):hover, .alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+1):focus {
  background-color: rgb(8.67, 15.555, 23.205);
  color: #fff;
  outline: none;
  box-shadow: inset 0 0 0 0.15rem #F4C182;
  text-decoration: none;
}
.alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+2) {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.125rem #F4C182;
  color: #F4C182;
}
.alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+2):hover, .alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+2):focus {
  background-color: rgb(8.67, 15.555, 23.205);
  color: #fff;
  outline: none;
  box-shadow: inset 0 0 0 0.15rem #F4C182;
  text-decoration: none;
}
.alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+3) {
  background-color: #fff;
  box-shadow: inset 0 0 0 0.125rem #fff;
  color: rgb(20.23, 36.295, 54.145);
}
.alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+3):hover, .alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+3):focus {
  background-color: rgb(8.67, 15.555, 23.205);
  color: #fff;
  outline: none;
  box-shadow: inset 0 0 0 0.15rem #F4C182;
  text-decoration: none;
}
.alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+4) {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.125rem #fff;
  color: #fff;
}
.alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+4):hover, .alternating-callout-item:nth-child(even) .alternating-callout-button:nth-child(4n+4):focus {
  background-color: rgb(8.67, 15.555, 23.205);
  color: #fff;
  outline: none;
  box-shadow: inset 0 0 0 0.15rem #F4C182;
  text-decoration: none;
}

@media screen and (min-width: 45rem) {
  .alternating-callout-intro {
    padding: 1.5rem 2rem;
  }
  .alternating-callout-items {
    grid-template-columns: minmax(0, 1fr);
  }
  .alternating-callout-item-card {
    grid-template-columns: minmax(12rem, 40%) minmax(0, 1fr);
  }
  .alternating-callout-photo {
    aspect-ratio: auto;
    min-height: 100%;
  }
  .alternating-callout-item-content {
    justify-content: center;
    padding: 1.25rem 1.5rem 1.5rem;
  }
  .alternating-callout-actions {
    margin-top: 0.65rem;
  }
  .alternating-callout-item:nth-child(even) .alternating-callout-item-card {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 40%);
  }
  .alternating-callout-item:nth-child(even) .alternating-callout-photo {
    order: 2;
  }
  .alternating-callout-item:nth-child(even) .alternating-callout-item-content {
    order: 1;
    text-align: right;
  }
  .alternating-callout-item:nth-child(even) .alternating-callout-item-title,
  .alternating-callout-item:nth-child(even) .alternating-callout-actions {
    align-self: flex-end;
  }
  .alternating-callout-item:nth-child(even) .alternating-callout-actions {
    justify-content: flex-end;
  }
  .alternating-callout-item:nth-child(even) .alternating-callout-item-title {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 55rem) {
  .alternating-callout {
    display: grid;
    grid-template-columns: minmax(15rem, 0.6fr) minmax(0, 1.6fr);
    margin-bottom: 2rem;
  }
  .alternating-callout-intro {
    align-content: center;
    display: grid;
  }
  .alternating-callout-intro h2 {
    font-size: 1.85em;
  }
  .alternating-callout-item-card {
    grid-template-columns: minmax(13rem, 36%) minmax(0, 1fr);
  }
  .alternating-callout-item:nth-child(even) .alternating-callout-item-card {
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 36%);
  }
}
@media screen and (min-width: 65rem) {
  .alternating-callout-intro {
    padding: 2rem 2.5rem;
  }
  .alternating-callout-item-content {
    padding: 1.5rem 2rem 2rem;
  }
  .alternating-callout-item-card {
    grid-template-columns: minmax(14rem, 34%) minmax(0, 1fr);
  }
  .alternating-callout-item:nth-child(even) .alternating-callout-item-card {
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 34%);
  }
}
@media screen and (min-width: 75rem) {
  .alternating-callout-intro,
  .alternating-callout-item-content {
    font-size: 1.08em;
  }
}

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