@import url("https://use.typekit.net/rge1xkb.css");
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.callout__left {
  display: flex;
  flex-flow: row wrap;
}
.callout__preheading {
  flex: 0 0 100%;
  order: 1;
}
.callout__heading {
  flex: 0 0 100%;
  order: 2;
}
.callout__text {
  flex: 0 0 100%;
  order: 3;
}
.callout__button {
  flex: 0 0 auto;
  order: 4;
}
@media screen and (min-width: 1024px) {
  .callout__button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.callout--simple .callout__button.jb-button {
  margin-top: 0;
}
.callout__divider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout__divider span {
  display: inline-flex;
  width: 100%;
  height: 1px;
  background: #53565A;
  margin: 32px auto 16px;
}
.bg-magenta .callout__divider span, .bg-blue .callout__divider span {
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .callout__divider span {
    width: 1px;
    height: 100%;
    margin: 0;
  }
}
.callout__side-text p:first-of-type {
  margin-top: 0;
}
