.jim-look-here {
  color: rgba(51, 51, 51, 0.15);
}

.callout h5 a,
.callout h4 a,
.callout h3 a,
.callout h2 a,
.callout h1 a,
.callout-overlay h5 a,
.callout-overlay h4 a,
.callout-overlay h3 a,
.callout-overlay h2 a,
.callout-overlay h1 a,
.callout-horizontal h5 a,
.callout-horizontal h4 a,
.callout-horizontal h3 a,
.callout-horizontal h2 a,
.callout-horizontal h1 a,
.callout-image h5 a,
.callout-image h4 a,
.callout-image h3 a,
.callout-image h2 a,
.callout-image h1 a {
  border-bottom: 0;
}
.callout h6:first-child,
.callout h5:first-child,
.callout h4:first-child,
.callout h3:first-child,
.callout h2:first-child,
.callout h1:first-child,
.callout-overlay h6:first-child,
.callout-overlay h5:first-child,
.callout-overlay h4:first-child,
.callout-overlay h3:first-child,
.callout-overlay h2:first-child,
.callout-overlay h1:first-child,
.callout-horizontal h6:first-child,
.callout-horizontal h5:first-child,
.callout-horizontal h4:first-child,
.callout-horizontal h3:first-child,
.callout-horizontal h2:first-child,
.callout-horizontal h1:first-child,
.callout-image h6:first-child,
.callout-image h5:first-child,
.callout-image h4:first-child,
.callout-image h3:first-child,
.callout-image h2:first-child,
.callout-image h1:first-child {
  margin-top: 0;
  margin-bottom: 15px;
}
.callout p:last-child,
.callout-overlay p:last-child,
.callout-horizontal p:last-child,
.callout-image p:last-child {
  margin-bottom: 0;
}
.callout ul:last-child,
.callout-overlay ul:last-child,
.callout-horizontal ul:last-child,
.callout-image ul:last-child {
  margin-bottom: 0;
}

.callout {
  padding: 1.25em;
  margin-bottom: 1em;
}
.callout.align-right, .callout.align-left {
  margin-bottom: 1em;
}
.callout.ck-widget {
  overflow: hidden;
}
.callout:first-child {
  margin-top: 0;
}
@media (min-width: 50em) {
  .callout:first-child {
    margin-top: 30px;
  }
}

.callout-content {
  overflow: hidden;
}

.callout-border-all {
  border: 4px solid #fc3;
}

.callout-border-top {
  border-top: 6px solid #fc3;
}

.callout-border-left {
  border-left: 6px solid #fc3;
}

.callout-background {
  background-color: #f0efee;
}

.callout-maroon {
  background-color: #7a0019;
}
.callout-maroon h2,
.callout-maroon h3,
.callout-maroon h4,
.callout-maroon h5,
.callout-maroon h6,
.callout-maroon p,
.callout-maroon div {
  color: #fff;
}
.callout-maroon .ck-editor__nested-editable_focused h2,
.callout-maroon .ck-editor__nested-editable_focused h3,
.callout-maroon .ck-editor__nested-editable_focused h4,
.callout-maroon .ck-editor__nested-editable_focused h5,
.callout-maroon .ck-editor__nested-editable_focused h6,
.callout-maroon .ck-editor__nested-editable_focused p,
.callout-maroon .ck-editor__nested-editable_focused div {
  color: #232429;
}
.callout-maroon a {
  color: #ffde7a;
  border-bottom: 1px solid #ffde7a;
}
.callout-maroon a:visited {
  color: #d5d6d2;
  border-bottom: #d5d6d2;
}
.callout-maroon a:hover {
  background-color: #fff;
  color: #900021;
  border-bottom: 1px solid #fff;
}
.callout-maroon a:focus {
  color: #333;
}
.callout-maroon a.emphasis, .callout-maroon a.emphasis:visited {
  color: #fc3;
}
.callout-maroon a.emphasis::after, .callout-maroon a.emphasis:visited::after {
  color: #fc3;
}
.callout-maroon a.emphasis:hover, .callout-maroon a.emphasis:focus, .callout-maroon a.emphasis:active, .callout-maroon a.emphasis:visited:hover, .callout-maroon a.emphasis:visited:focus, .callout-maroon a.emphasis:visited:active {
  background-color: #fff;
  color: #7a0019;
}
.callout-maroon a.emphasis:hover::after, .callout-maroon a.emphasis:focus::after, .callout-maroon a.emphasis:active::after, .callout-maroon a.emphasis:visited:hover::after, .callout-maroon a.emphasis:visited:focus::after, .callout-maroon a.emphasis:visited:active::after {
  color: #7a0019;
}

.callout-hmaroon {
  display: block;
  background-color: #ffde7a;
}
.callout-hmaroon h2,
.callout-hmaroon h3,
.callout-hmaroon h4,
.callout-hmaroon h5,
.callout-hmaroon h6,
.callout-hmaroon p,
.callout-hmaroon div {
  color: #333;
}
.callout-hmaroon .ck-editor__nested-editable_focused h2,
.callout-hmaroon .ck-editor__nested-editable_focused h3,
.callout-hmaroon .ck-editor__nested-editable_focused h4,
.callout-hmaroon .ck-editor__nested-editable_focused h5,
.callout-hmaroon .ck-editor__nested-editable_focused h6,
.callout-hmaroon .ck-editor__nested-editable_focused p,
.callout-hmaroon .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-hmaroon a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-hmaroon a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-hmaroon a:focus {
  background-color: #ffd75f;
}
.callout-hmaroon a::after {
  color: #900021;
}
.callout-hmaroon a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-hmaroon a:visited::after {
  color: #900021;
}
.callout-hmaroon a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-hmaroon a:hover::after {
  color: #900021;
}
.callout-hmaroon a:hover,
.callout-hmaroon a.emphasis:hover {
  background-color: #fff;
}
@media (min-width: 50em) {
  .callout-hmaroon {
    display: flex;
  }
  .callout-hmaroon .field--name-field-fw-callout-image {
    flex: 0 0 auto;
    width: 60%;
  }
  .callout-hmaroon .callout {
    flex: 1 1 auto;
  }
}
.callout-hmaroon > a {
  flex: 0 0 auto;
  width: 60%;
  border-bottom: none;
}
.callout-hmaroon > a .field--name-field-fw-callout-image {
  width: 100%;
}
.callout-hmaroon {
  background-color: #7a0019;
}
.callout-hmaroon h2,
.callout-hmaroon h3,
.callout-hmaroon h4,
.callout-hmaroon h5,
.callout-hmaroon h6,
.callout-hmaroon p,
.callout-hmaroon div {
  color: #fff;
}
.callout-hmaroon .ck-editor__nested-editable_focused h2,
.callout-hmaroon .ck-editor__nested-editable_focused h3,
.callout-hmaroon .ck-editor__nested-editable_focused h4,
.callout-hmaroon .ck-editor__nested-editable_focused h5,
.callout-hmaroon .ck-editor__nested-editable_focused h6,
.callout-hmaroon .ck-editor__nested-editable_focused p,
.callout-hmaroon .ck-editor__nested-editable_focused div {
  color: #232429;
}
.callout-hmaroon a {
  color: #ffde7a;
  border-bottom: 1px solid #ffde7a;
}
.callout-hmaroon a:visited {
  color: #d5d6d2;
  border-bottom: #d5d6d2;
}
.callout-hmaroon a:hover {
  background-color: #fff;
  color: #900021;
  border-bottom: 1px solid #fff;
}
.callout-hmaroon a:focus {
  color: #333;
}
.callout-hmaroon a.emphasis, .callout-hmaroon a.emphasis:visited {
  color: #fc3;
}
.callout-hmaroon a.emphasis::after, .callout-hmaroon a.emphasis:visited::after {
  color: #fc3;
}
.callout-hmaroon a.emphasis:hover, .callout-hmaroon a.emphasis:focus, .callout-hmaroon a.emphasis:active, .callout-hmaroon a.emphasis:visited:hover, .callout-hmaroon a.emphasis:visited:focus, .callout-hmaroon a.emphasis:visited:active {
  background-color: #fff;
  color: #7a0019;
}
.callout-hmaroon a.emphasis:hover::after, .callout-hmaroon a.emphasis:focus::after, .callout-hmaroon a.emphasis:active::after, .callout-hmaroon a.emphasis:visited:hover::after, .callout-hmaroon a.emphasis:visited:focus::after, .callout-hmaroon a.emphasis:visited:active::after {
  color: #7a0019;
}

.callout-omaroon {
  background-color: #ffde7a;
}
.callout-omaroon h2,
.callout-omaroon h3,
.callout-omaroon h4,
.callout-omaroon h5,
.callout-omaroon h6,
.callout-omaroon p,
.callout-omaroon div {
  color: #333;
}
.callout-omaroon .ck-editor__nested-editable_focused h2,
.callout-omaroon .ck-editor__nested-editable_focused h3,
.callout-omaroon .ck-editor__nested-editable_focused h4,
.callout-omaroon .ck-editor__nested-editable_focused h5,
.callout-omaroon .ck-editor__nested-editable_focused h6,
.callout-omaroon .ck-editor__nested-editable_focused p,
.callout-omaroon .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-omaroon a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-omaroon a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-omaroon a:focus {
  background-color: #ffd75f;
}
.callout-omaroon a::after {
  color: #900021;
}
.callout-omaroon a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-omaroon a:visited::after {
  color: #900021;
}
.callout-omaroon a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-omaroon a:hover::after {
  color: #900021;
}
.callout-omaroon a:hover,
.callout-omaroon a.emphasis:hover {
  background-color: #fff;
}
.callout-omaroon h2,
.callout-omaroon h3,
.callout-omaroon h4,
.callout-omaroon h5,
.callout-omaroon h6,
.callout-omaroon p,
.callout-omaroon div {
  color: #333;
}
.callout-omaroon .ck-editor__nested-editable_focused h2,
.callout-omaroon .ck-editor__nested-editable_focused h3,
.callout-omaroon .ck-editor__nested-editable_focused h4,
.callout-omaroon .ck-editor__nested-editable_focused h5,
.callout-omaroon .ck-editor__nested-editable_focused h6,
.callout-omaroon .ck-editor__nested-editable_focused p,
.callout-omaroon .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-omaroon a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-omaroon a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-omaroon a:focus {
  background-color: #ffd75f;
}
.callout-omaroon a::after {
  color: #900021;
}
.callout-omaroon a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-omaroon a:visited::after {
  color: #900021;
}
.callout-omaroon a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-omaroon a:hover::after {
  color: #900021;
}
.callout-omaroon {
  padding: 1.1em;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 50em) {
  .callout-omaroon {
    position: absolute;
  }
  .callout-omaroon.display-100 {
    bottom: 0;
  }
  .callout-omaroon.top-right, .callout-omaroon.top-left {
    top: 2em;
  }
  .callout-omaroon.callout-middle {
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .callout-omaroon.callout-middle {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 50em) {
  .callout-omaroon.bottom-right, .callout-omaroon.bottom-left {
    bottom: 2em;
  }
  .callout-omaroon.top-right, .callout-omaroon.bottom-right {
    right: 2em;
  }
  .callout-omaroon.top-left, .callout-omaroon.bottom-left {
    left: 2em;
  }
  .callout-omaroon.bottom {
    bottom: 2em;
    width: calc(33% - 0em);
    left: 0;
    right: 0;
    margin: auto;
  }
}
.callout-omaroon {
  background-color: #7a0019;
}
.callout-omaroon h2,
.callout-omaroon h3,
.callout-omaroon h4,
.callout-omaroon h5,
.callout-omaroon h6,
.callout-omaroon p,
.callout-omaroon div {
  color: #fff;
}
.callout-omaroon .ck-editor__nested-editable_focused h2,
.callout-omaroon .ck-editor__nested-editable_focused h3,
.callout-omaroon .ck-editor__nested-editable_focused h4,
.callout-omaroon .ck-editor__nested-editable_focused h5,
.callout-omaroon .ck-editor__nested-editable_focused h6,
.callout-omaroon .ck-editor__nested-editable_focused p,
.callout-omaroon .ck-editor__nested-editable_focused div {
  color: #232429;
}
.callout-omaroon a {
  color: #ffde7a;
  border-bottom: 1px solid #ffde7a;
}
.callout-omaroon a:visited {
  color: #d5d6d2;
  border-bottom: #d5d6d2;
}
.callout-omaroon a:hover {
  background-color: #fff;
  color: #900021;
  border-bottom: 1px solid #fff;
}
.callout-omaroon a:focus {
  color: #333;
}
.callout-omaroon a.emphasis, .callout-omaroon a.emphasis:visited {
  color: #fc3;
}
.callout-omaroon a.emphasis::after, .callout-omaroon a.emphasis:visited::after {
  color: #fc3;
}
.callout-omaroon a.emphasis:hover, .callout-omaroon a.emphasis:focus, .callout-omaroon a.emphasis:active, .callout-omaroon a.emphasis:visited:hover, .callout-omaroon a.emphasis:visited:focus, .callout-omaroon a.emphasis:visited:active {
  background-color: #fff;
  color: #7a0019;
}
.callout-omaroon a.emphasis:hover::after, .callout-omaroon a.emphasis:focus::after, .callout-omaroon a.emphasis:active::after, .callout-omaroon a.emphasis:visited:hover::after, .callout-omaroon a.emphasis:visited:focus::after, .callout-omaroon a.emphasis:visited:active::after {
  color: #7a0019;
}

.callout-gold {
  background-color: #ffde7a;
}
.callout-gold h2,
.callout-gold h3,
.callout-gold h4,
.callout-gold h5,
.callout-gold h6,
.callout-gold p,
.callout-gold div {
  color: #333;
}
.callout-gold .ck-editor__nested-editable_focused h2,
.callout-gold .ck-editor__nested-editable_focused h3,
.callout-gold .ck-editor__nested-editable_focused h4,
.callout-gold .ck-editor__nested-editable_focused h5,
.callout-gold .ck-editor__nested-editable_focused h6,
.callout-gold .ck-editor__nested-editable_focused p,
.callout-gold .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-gold a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-gold a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-gold a:focus {
  background-color: #ffd75f;
}
.callout-gold a::after {
  color: #900021;
}
.callout-gold a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-gold a:visited::after {
  color: #900021;
}
.callout-gold a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-gold a:hover::after {
  color: #900021;
}
.callout-gold a:hover,
.callout-gold a.emphasis:hover {
  background-color: #fff;
}

.callout-ogoldbar {
  background-color: #ffde7a;
}
.callout-ogoldbar h2,
.callout-ogoldbar h3,
.callout-ogoldbar h4,
.callout-ogoldbar h5,
.callout-ogoldbar h6,
.callout-ogoldbar p,
.callout-ogoldbar div {
  color: #333;
}
.callout-ogoldbar .ck-editor__nested-editable_focused h2,
.callout-ogoldbar .ck-editor__nested-editable_focused h3,
.callout-ogoldbar .ck-editor__nested-editable_focused h4,
.callout-ogoldbar .ck-editor__nested-editable_focused h5,
.callout-ogoldbar .ck-editor__nested-editable_focused h6,
.callout-ogoldbar .ck-editor__nested-editable_focused p,
.callout-ogoldbar .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-ogoldbar a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-ogoldbar a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-ogoldbar a:focus {
  background-color: #ffd75f;
}
.callout-ogoldbar a::after {
  color: #900021;
}
.callout-ogoldbar a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-ogoldbar a:visited::after {
  color: #900021;
}
.callout-ogoldbar a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-ogoldbar a:hover::after {
  color: #900021;
}
.callout-ogoldbar a:hover,
.callout-ogoldbar a.emphasis:hover {
  background-color: #fff;
}
.callout-ogoldbar h2,
.callout-ogoldbar h3,
.callout-ogoldbar h4,
.callout-ogoldbar h5,
.callout-ogoldbar h6,
.callout-ogoldbar p,
.callout-ogoldbar div {
  color: #333;
}
.callout-ogoldbar .ck-editor__nested-editable_focused h2,
.callout-ogoldbar .ck-editor__nested-editable_focused h3,
.callout-ogoldbar .ck-editor__nested-editable_focused h4,
.callout-ogoldbar .ck-editor__nested-editable_focused h5,
.callout-ogoldbar .ck-editor__nested-editable_focused h6,
.callout-ogoldbar .ck-editor__nested-editable_focused p,
.callout-ogoldbar .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-ogoldbar a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-ogoldbar a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-ogoldbar a:focus {
  background-color: #ffd75f;
}
.callout-ogoldbar a::after {
  color: #900021;
}
.callout-ogoldbar a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-ogoldbar a:visited::after {
  color: #900021;
}
.callout-ogoldbar a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-ogoldbar a:hover::after {
  color: #900021;
}
.callout-ogoldbar {
  padding: 1.1em;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 50em) {
  .callout-ogoldbar {
    position: absolute;
  }
  .callout-ogoldbar.display-100 {
    bottom: 0;
  }
  .callout-ogoldbar.top-right, .callout-ogoldbar.top-left {
    top: 2em;
  }
  .callout-ogoldbar.callout-middle {
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .callout-ogoldbar.callout-middle {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 50em) {
  .callout-ogoldbar.bottom-right, .callout-ogoldbar.bottom-left {
    bottom: 2em;
  }
  .callout-ogoldbar.top-right, .callout-ogoldbar.bottom-right {
    right: 2em;
  }
  .callout-ogoldbar.top-left, .callout-ogoldbar.bottom-left {
    left: 2em;
  }
  .callout-ogoldbar.bottom {
    bottom: 2em;
    width: calc(33% - 0em);
    left: 0;
    right: 0;
    margin: auto;
  }
}
.callout-ogoldbar h2,
.callout-ogoldbar h3,
.callout-ogoldbar h4,
.callout-ogoldbar h5,
.callout-ogoldbar h6,
.callout-ogoldbar p,
.callout-ogoldbar div {
  color: #333;
}
.callout-ogoldbar .ck-editor__nested-editable_focused h2,
.callout-ogoldbar .ck-editor__nested-editable_focused h3,
.callout-ogoldbar .ck-editor__nested-editable_focused h4,
.callout-ogoldbar .ck-editor__nested-editable_focused h5,
.callout-ogoldbar .ck-editor__nested-editable_focused h6,
.callout-ogoldbar .ck-editor__nested-editable_focused p,
.callout-ogoldbar .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-ogoldbar a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-ogoldbar a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-ogoldbar a:focus {
  background-color: #ffd75f;
}
.callout-ogoldbar a::after {
  color: #900021;
}
.callout-ogoldbar a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-ogoldbar a:visited::after {
  color: #900021;
}
.callout-ogoldbar a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-ogoldbar a:hover::after {
  color: #900021;
}
.callout-ogoldbar {
  background-color: #fff;
}
.callout-ogoldbar .gold-bar {
  height: 1em;
  width: 5em;
  margin: -1.6em auto 0;
  background: #ffde7a;
}
.callout-ogoldbar .gold-bar + h1, .callout-ogoldbar .gold-bar + h2, .callout-ogoldbar .gold-bar + h3, .callout-ogoldbar .gold-bar + h4, .callout-ogoldbar .gold-bar + h5, .callout-ogoldbar .gold-bar + h6 {
  margin-top: 1em;
}
.callout-ogoldbar h6:first-child,
.callout-ogoldbar h5:first-child,
.callout-ogoldbar h4:first-child,
.callout-ogoldbar h3:first-child,
.callout-ogoldbar h2:first-child,
.callout-ogoldbar h1:first-child {
  margin-top: 1em;
}
.callout-ogoldbar a:hover,
.callout-ogoldbar a.emphasis:hover {
  background-color: rgba(51, 51, 51, 0.15);
}

.callout-background {
  background-color: #f0efee;
}
.callout-background h2,
.callout-background h3,
.callout-background h4,
.callout-background h5,
.callout-background h6,
.callout-background p,
.callout-background div {
  color: #333;
}
.callout-background .ck-editor__nested-editable_focused h2,
.callout-background .ck-editor__nested-editable_focused h3,
.callout-background .ck-editor__nested-editable_focused h4,
.callout-background .ck-editor__nested-editable_focused h5,
.callout-background .ck-editor__nested-editable_focused h6,
.callout-background .ck-editor__nested-editable_focused p,
.callout-background .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-background a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-background a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-background a:focus {
  background-color: #ffd75f;
}
.callout-background a::after {
  color: #900021;
}
.callout-background a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-background a:visited::after {
  color: #900021;
}
.callout-background a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-background a:hover::after {
  color: #900021;
}

.bg-maroon .callout-maroon,
.bg-maroon-light .callout-maroon,
.bg-maroon-dark .callout-maroon,
.bg-gold .callout-maroon,
.bg-gold-light .callout-maroon,
.bg-gray-lighter .callout-maroon,
.bg-gray-light .callout-maroon,
.bg-gray-medium .callout-maroon,
.bg-gold-dark .callout-maroon,
.bg-gray-dark .callout-maroon,
.bg-gray-darker .callout-maroon,
.bg-off-white .callout-maroon,
.bg-white .callout-maroon {
  background-color: #7a0019;
}
.bg-maroon .callout-maroon h2,
.bg-maroon .callout-maroon h3,
.bg-maroon .callout-maroon h4,
.bg-maroon .callout-maroon h5,
.bg-maroon .callout-maroon h6,
.bg-maroon .callout-maroon p,
.bg-maroon .callout-maroon div,
.bg-maroon-light .callout-maroon h2,
.bg-maroon-light .callout-maroon h3,
.bg-maroon-light .callout-maroon h4,
.bg-maroon-light .callout-maroon h5,
.bg-maroon-light .callout-maroon h6,
.bg-maroon-light .callout-maroon p,
.bg-maroon-light .callout-maroon div,
.bg-maroon-dark .callout-maroon h2,
.bg-maroon-dark .callout-maroon h3,
.bg-maroon-dark .callout-maroon h4,
.bg-maroon-dark .callout-maroon h5,
.bg-maroon-dark .callout-maroon h6,
.bg-maroon-dark .callout-maroon p,
.bg-maroon-dark .callout-maroon div,
.bg-gold .callout-maroon h2,
.bg-gold .callout-maroon h3,
.bg-gold .callout-maroon h4,
.bg-gold .callout-maroon h5,
.bg-gold .callout-maroon h6,
.bg-gold .callout-maroon p,
.bg-gold .callout-maroon div,
.bg-gold-light .callout-maroon h2,
.bg-gold-light .callout-maroon h3,
.bg-gold-light .callout-maroon h4,
.bg-gold-light .callout-maroon h5,
.bg-gold-light .callout-maroon h6,
.bg-gold-light .callout-maroon p,
.bg-gold-light .callout-maroon div,
.bg-gray-lighter .callout-maroon h2,
.bg-gray-lighter .callout-maroon h3,
.bg-gray-lighter .callout-maroon h4,
.bg-gray-lighter .callout-maroon h5,
.bg-gray-lighter .callout-maroon h6,
.bg-gray-lighter .callout-maroon p,
.bg-gray-lighter .callout-maroon div,
.bg-gray-light .callout-maroon h2,
.bg-gray-light .callout-maroon h3,
.bg-gray-light .callout-maroon h4,
.bg-gray-light .callout-maroon h5,
.bg-gray-light .callout-maroon h6,
.bg-gray-light .callout-maroon p,
.bg-gray-light .callout-maroon div,
.bg-gray-medium .callout-maroon h2,
.bg-gray-medium .callout-maroon h3,
.bg-gray-medium .callout-maroon h4,
.bg-gray-medium .callout-maroon h5,
.bg-gray-medium .callout-maroon h6,
.bg-gray-medium .callout-maroon p,
.bg-gray-medium .callout-maroon div,
.bg-gold-dark .callout-maroon h2,
.bg-gold-dark .callout-maroon h3,
.bg-gold-dark .callout-maroon h4,
.bg-gold-dark .callout-maroon h5,
.bg-gold-dark .callout-maroon h6,
.bg-gold-dark .callout-maroon p,
.bg-gold-dark .callout-maroon div,
.bg-gray-dark .callout-maroon h2,
.bg-gray-dark .callout-maroon h3,
.bg-gray-dark .callout-maroon h4,
.bg-gray-dark .callout-maroon h5,
.bg-gray-dark .callout-maroon h6,
.bg-gray-dark .callout-maroon p,
.bg-gray-dark .callout-maroon div,
.bg-gray-darker .callout-maroon h2,
.bg-gray-darker .callout-maroon h3,
.bg-gray-darker .callout-maroon h4,
.bg-gray-darker .callout-maroon h5,
.bg-gray-darker .callout-maroon h6,
.bg-gray-darker .callout-maroon p,
.bg-gray-darker .callout-maroon div,
.bg-off-white .callout-maroon h2,
.bg-off-white .callout-maroon h3,
.bg-off-white .callout-maroon h4,
.bg-off-white .callout-maroon h5,
.bg-off-white .callout-maroon h6,
.bg-off-white .callout-maroon p,
.bg-off-white .callout-maroon div,
.bg-white .callout-maroon h2,
.bg-white .callout-maroon h3,
.bg-white .callout-maroon h4,
.bg-white .callout-maroon h5,
.bg-white .callout-maroon h6,
.bg-white .callout-maroon p,
.bg-white .callout-maroon div {
  color: #fff;
}
.bg-maroon .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-maroon .ck-editor__nested-editable_focused p,
.bg-maroon .callout-maroon .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-maroon .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-maroon .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-maroon .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-maroon .ck-editor__nested-editable_focused div,
.bg-gold .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-gold .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-gold .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-gold .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-gold .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-gold .callout-maroon .ck-editor__nested-editable_focused p,
.bg-gold .callout-maroon .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-maroon .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-maroon .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-maroon .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-maroon .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-maroon .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-maroon .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-maroon .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-maroon .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-maroon .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-maroon .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-maroon .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-maroon .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-maroon .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-maroon .ck-editor__nested-editable_focused div,
.bg-off-white .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-maroon .ck-editor__nested-editable_focused p,
.bg-off-white .callout-maroon .ck-editor__nested-editable_focused div,
.bg-white .callout-maroon .ck-editor__nested-editable_focused h2,
.bg-white .callout-maroon .ck-editor__nested-editable_focused h3,
.bg-white .callout-maroon .ck-editor__nested-editable_focused h4,
.bg-white .callout-maroon .ck-editor__nested-editable_focused h5,
.bg-white .callout-maroon .ck-editor__nested-editable_focused h6,
.bg-white .callout-maroon .ck-editor__nested-editable_focused p,
.bg-white .callout-maroon .ck-editor__nested-editable_focused div {
  color: #232429;
}
.bg-maroon .callout-maroon a,
.bg-maroon-light .callout-maroon a,
.bg-maroon-dark .callout-maroon a,
.bg-gold .callout-maroon a,
.bg-gold-light .callout-maroon a,
.bg-gray-lighter .callout-maroon a,
.bg-gray-light .callout-maroon a,
.bg-gray-medium .callout-maroon a,
.bg-gold-dark .callout-maroon a,
.bg-gray-dark .callout-maroon a,
.bg-gray-darker .callout-maroon a,
.bg-off-white .callout-maroon a,
.bg-white .callout-maroon a {
  color: #ffde7a;
  border-bottom: 1px solid #ffde7a;
}
.bg-maroon .callout-maroon a:visited,
.bg-maroon-light .callout-maroon a:visited,
.bg-maroon-dark .callout-maroon a:visited,
.bg-gold .callout-maroon a:visited,
.bg-gold-light .callout-maroon a:visited,
.bg-gray-lighter .callout-maroon a:visited,
.bg-gray-light .callout-maroon a:visited,
.bg-gray-medium .callout-maroon a:visited,
.bg-gold-dark .callout-maroon a:visited,
.bg-gray-dark .callout-maroon a:visited,
.bg-gray-darker .callout-maroon a:visited,
.bg-off-white .callout-maroon a:visited,
.bg-white .callout-maroon a:visited {
  color: #d5d6d2;
  border-bottom: #d5d6d2;
}
.bg-maroon .callout-maroon a:hover,
.bg-maroon-light .callout-maroon a:hover,
.bg-maroon-dark .callout-maroon a:hover,
.bg-gold .callout-maroon a:hover,
.bg-gold-light .callout-maroon a:hover,
.bg-gray-lighter .callout-maroon a:hover,
.bg-gray-light .callout-maroon a:hover,
.bg-gray-medium .callout-maroon a:hover,
.bg-gold-dark .callout-maroon a:hover,
.bg-gray-dark .callout-maroon a:hover,
.bg-gray-darker .callout-maroon a:hover,
.bg-off-white .callout-maroon a:hover,
.bg-white .callout-maroon a:hover {
  background-color: #fff;
  color: #900021;
  border-bottom: 1px solid #fff;
}
.bg-maroon .callout-maroon a:focus,
.bg-maroon-light .callout-maroon a:focus,
.bg-maroon-dark .callout-maroon a:focus,
.bg-gold .callout-maroon a:focus,
.bg-gold-light .callout-maroon a:focus,
.bg-gray-lighter .callout-maroon a:focus,
.bg-gray-light .callout-maroon a:focus,
.bg-gray-medium .callout-maroon a:focus,
.bg-gold-dark .callout-maroon a:focus,
.bg-gray-dark .callout-maroon a:focus,
.bg-gray-darker .callout-maroon a:focus,
.bg-off-white .callout-maroon a:focus,
.bg-white .callout-maroon a:focus {
  color: #333;
}
.bg-maroon .callout-maroon a.emphasis, .bg-maroon .callout-maroon a.emphasis:visited,
.bg-maroon-light .callout-maroon a.emphasis,
.bg-maroon-light .callout-maroon a.emphasis:visited,
.bg-maroon-dark .callout-maroon a.emphasis,
.bg-maroon-dark .callout-maroon a.emphasis:visited,
.bg-gold .callout-maroon a.emphasis,
.bg-gold .callout-maroon a.emphasis:visited,
.bg-gold-light .callout-maroon a.emphasis,
.bg-gold-light .callout-maroon a.emphasis:visited,
.bg-gray-lighter .callout-maroon a.emphasis,
.bg-gray-lighter .callout-maroon a.emphasis:visited,
.bg-gray-light .callout-maroon a.emphasis,
.bg-gray-light .callout-maroon a.emphasis:visited,
.bg-gray-medium .callout-maroon a.emphasis,
.bg-gray-medium .callout-maroon a.emphasis:visited,
.bg-gold-dark .callout-maroon a.emphasis,
.bg-gold-dark .callout-maroon a.emphasis:visited,
.bg-gray-dark .callout-maroon a.emphasis,
.bg-gray-dark .callout-maroon a.emphasis:visited,
.bg-gray-darker .callout-maroon a.emphasis,
.bg-gray-darker .callout-maroon a.emphasis:visited,
.bg-off-white .callout-maroon a.emphasis,
.bg-off-white .callout-maroon a.emphasis:visited,
.bg-white .callout-maroon a.emphasis,
.bg-white .callout-maroon a.emphasis:visited {
  color: #fc3;
}
.bg-maroon .callout-maroon a.emphasis::after, .bg-maroon .callout-maroon a.emphasis:visited::after,
.bg-maroon-light .callout-maroon a.emphasis::after,
.bg-maroon-light .callout-maroon a.emphasis:visited::after,
.bg-maroon-dark .callout-maroon a.emphasis::after,
.bg-maroon-dark .callout-maroon a.emphasis:visited::after,
.bg-gold .callout-maroon a.emphasis::after,
.bg-gold .callout-maroon a.emphasis:visited::after,
.bg-gold-light .callout-maroon a.emphasis::after,
.bg-gold-light .callout-maroon a.emphasis:visited::after,
.bg-gray-lighter .callout-maroon a.emphasis::after,
.bg-gray-lighter .callout-maroon a.emphasis:visited::after,
.bg-gray-light .callout-maroon a.emphasis::after,
.bg-gray-light .callout-maroon a.emphasis:visited::after,
.bg-gray-medium .callout-maroon a.emphasis::after,
.bg-gray-medium .callout-maroon a.emphasis:visited::after,
.bg-gold-dark .callout-maroon a.emphasis::after,
.bg-gold-dark .callout-maroon a.emphasis:visited::after,
.bg-gray-dark .callout-maroon a.emphasis::after,
.bg-gray-dark .callout-maroon a.emphasis:visited::after,
.bg-gray-darker .callout-maroon a.emphasis::after,
.bg-gray-darker .callout-maroon a.emphasis:visited::after,
.bg-off-white .callout-maroon a.emphasis::after,
.bg-off-white .callout-maroon a.emphasis:visited::after,
.bg-white .callout-maroon a.emphasis::after,
.bg-white .callout-maroon a.emphasis:visited::after {
  color: #fc3;
}
.bg-maroon .callout-maroon a.emphasis:hover, .bg-maroon .callout-maroon a.emphasis:focus, .bg-maroon .callout-maroon a.emphasis:active, .bg-maroon .callout-maroon a.emphasis:visited:hover, .bg-maroon .callout-maroon a.emphasis:visited:focus, .bg-maroon .callout-maroon a.emphasis:visited:active,
.bg-maroon-light .callout-maroon a.emphasis:hover,
.bg-maroon-light .callout-maroon a.emphasis:focus,
.bg-maroon-light .callout-maroon a.emphasis:active,
.bg-maroon-light .callout-maroon a.emphasis:visited:hover,
.bg-maroon-light .callout-maroon a.emphasis:visited:focus,
.bg-maroon-light .callout-maroon a.emphasis:visited:active,
.bg-maroon-dark .callout-maroon a.emphasis:hover,
.bg-maroon-dark .callout-maroon a.emphasis:focus,
.bg-maroon-dark .callout-maroon a.emphasis:active,
.bg-maroon-dark .callout-maroon a.emphasis:visited:hover,
.bg-maroon-dark .callout-maroon a.emphasis:visited:focus,
.bg-maroon-dark .callout-maroon a.emphasis:visited:active,
.bg-gold .callout-maroon a.emphasis:hover,
.bg-gold .callout-maroon a.emphasis:focus,
.bg-gold .callout-maroon a.emphasis:active,
.bg-gold .callout-maroon a.emphasis:visited:hover,
.bg-gold .callout-maroon a.emphasis:visited:focus,
.bg-gold .callout-maroon a.emphasis:visited:active,
.bg-gold-light .callout-maroon a.emphasis:hover,
.bg-gold-light .callout-maroon a.emphasis:focus,
.bg-gold-light .callout-maroon a.emphasis:active,
.bg-gold-light .callout-maroon a.emphasis:visited:hover,
.bg-gold-light .callout-maroon a.emphasis:visited:focus,
.bg-gold-light .callout-maroon a.emphasis:visited:active,
.bg-gray-lighter .callout-maroon a.emphasis:hover,
.bg-gray-lighter .callout-maroon a.emphasis:focus,
.bg-gray-lighter .callout-maroon a.emphasis:active,
.bg-gray-lighter .callout-maroon a.emphasis:visited:hover,
.bg-gray-lighter .callout-maroon a.emphasis:visited:focus,
.bg-gray-lighter .callout-maroon a.emphasis:visited:active,
.bg-gray-light .callout-maroon a.emphasis:hover,
.bg-gray-light .callout-maroon a.emphasis:focus,
.bg-gray-light .callout-maroon a.emphasis:active,
.bg-gray-light .callout-maroon a.emphasis:visited:hover,
.bg-gray-light .callout-maroon a.emphasis:visited:focus,
.bg-gray-light .callout-maroon a.emphasis:visited:active,
.bg-gray-medium .callout-maroon a.emphasis:hover,
.bg-gray-medium .callout-maroon a.emphasis:focus,
.bg-gray-medium .callout-maroon a.emphasis:active,
.bg-gray-medium .callout-maroon a.emphasis:visited:hover,
.bg-gray-medium .callout-maroon a.emphasis:visited:focus,
.bg-gray-medium .callout-maroon a.emphasis:visited:active,
.bg-gold-dark .callout-maroon a.emphasis:hover,
.bg-gold-dark .callout-maroon a.emphasis:focus,
.bg-gold-dark .callout-maroon a.emphasis:active,
.bg-gold-dark .callout-maroon a.emphasis:visited:hover,
.bg-gold-dark .callout-maroon a.emphasis:visited:focus,
.bg-gold-dark .callout-maroon a.emphasis:visited:active,
.bg-gray-dark .callout-maroon a.emphasis:hover,
.bg-gray-dark .callout-maroon a.emphasis:focus,
.bg-gray-dark .callout-maroon a.emphasis:active,
.bg-gray-dark .callout-maroon a.emphasis:visited:hover,
.bg-gray-dark .callout-maroon a.emphasis:visited:focus,
.bg-gray-dark .callout-maroon a.emphasis:visited:active,
.bg-gray-darker .callout-maroon a.emphasis:hover,
.bg-gray-darker .callout-maroon a.emphasis:focus,
.bg-gray-darker .callout-maroon a.emphasis:active,
.bg-gray-darker .callout-maroon a.emphasis:visited:hover,
.bg-gray-darker .callout-maroon a.emphasis:visited:focus,
.bg-gray-darker .callout-maroon a.emphasis:visited:active,
.bg-off-white .callout-maroon a.emphasis:hover,
.bg-off-white .callout-maroon a.emphasis:focus,
.bg-off-white .callout-maroon a.emphasis:active,
.bg-off-white .callout-maroon a.emphasis:visited:hover,
.bg-off-white .callout-maroon a.emphasis:visited:focus,
.bg-off-white .callout-maroon a.emphasis:visited:active,
.bg-white .callout-maroon a.emphasis:hover,
.bg-white .callout-maroon a.emphasis:focus,
.bg-white .callout-maroon a.emphasis:active,
.bg-white .callout-maroon a.emphasis:visited:hover,
.bg-white .callout-maroon a.emphasis:visited:focus,
.bg-white .callout-maroon a.emphasis:visited:active {
  background-color: #fff;
  color: #7a0019;
}
.bg-maroon .callout-maroon a.emphasis:hover::after, .bg-maroon .callout-maroon a.emphasis:focus::after, .bg-maroon .callout-maroon a.emphasis:active::after, .bg-maroon .callout-maroon a.emphasis:visited:hover::after, .bg-maroon .callout-maroon a.emphasis:visited:focus::after, .bg-maroon .callout-maroon a.emphasis:visited:active::after,
.bg-maroon-light .callout-maroon a.emphasis:hover::after,
.bg-maroon-light .callout-maroon a.emphasis:focus::after,
.bg-maroon-light .callout-maroon a.emphasis:active::after,
.bg-maroon-light .callout-maroon a.emphasis:visited:hover::after,
.bg-maroon-light .callout-maroon a.emphasis:visited:focus::after,
.bg-maroon-light .callout-maroon a.emphasis:visited:active::after,
.bg-maroon-dark .callout-maroon a.emphasis:hover::after,
.bg-maroon-dark .callout-maroon a.emphasis:focus::after,
.bg-maroon-dark .callout-maroon a.emphasis:active::after,
.bg-maroon-dark .callout-maroon a.emphasis:visited:hover::after,
.bg-maroon-dark .callout-maroon a.emphasis:visited:focus::after,
.bg-maroon-dark .callout-maroon a.emphasis:visited:active::after,
.bg-gold .callout-maroon a.emphasis:hover::after,
.bg-gold .callout-maroon a.emphasis:focus::after,
.bg-gold .callout-maroon a.emphasis:active::after,
.bg-gold .callout-maroon a.emphasis:visited:hover::after,
.bg-gold .callout-maroon a.emphasis:visited:focus::after,
.bg-gold .callout-maroon a.emphasis:visited:active::after,
.bg-gold-light .callout-maroon a.emphasis:hover::after,
.bg-gold-light .callout-maroon a.emphasis:focus::after,
.bg-gold-light .callout-maroon a.emphasis:active::after,
.bg-gold-light .callout-maroon a.emphasis:visited:hover::after,
.bg-gold-light .callout-maroon a.emphasis:visited:focus::after,
.bg-gold-light .callout-maroon a.emphasis:visited:active::after,
.bg-gray-lighter .callout-maroon a.emphasis:hover::after,
.bg-gray-lighter .callout-maroon a.emphasis:focus::after,
.bg-gray-lighter .callout-maroon a.emphasis:active::after,
.bg-gray-lighter .callout-maroon a.emphasis:visited:hover::after,
.bg-gray-lighter .callout-maroon a.emphasis:visited:focus::after,
.bg-gray-lighter .callout-maroon a.emphasis:visited:active::after,
.bg-gray-light .callout-maroon a.emphasis:hover::after,
.bg-gray-light .callout-maroon a.emphasis:focus::after,
.bg-gray-light .callout-maroon a.emphasis:active::after,
.bg-gray-light .callout-maroon a.emphasis:visited:hover::after,
.bg-gray-light .callout-maroon a.emphasis:visited:focus::after,
.bg-gray-light .callout-maroon a.emphasis:visited:active::after,
.bg-gray-medium .callout-maroon a.emphasis:hover::after,
.bg-gray-medium .callout-maroon a.emphasis:focus::after,
.bg-gray-medium .callout-maroon a.emphasis:active::after,
.bg-gray-medium .callout-maroon a.emphasis:visited:hover::after,
.bg-gray-medium .callout-maroon a.emphasis:visited:focus::after,
.bg-gray-medium .callout-maroon a.emphasis:visited:active::after,
.bg-gold-dark .callout-maroon a.emphasis:hover::after,
.bg-gold-dark .callout-maroon a.emphasis:focus::after,
.bg-gold-dark .callout-maroon a.emphasis:active::after,
.bg-gold-dark .callout-maroon a.emphasis:visited:hover::after,
.bg-gold-dark .callout-maroon a.emphasis:visited:focus::after,
.bg-gold-dark .callout-maroon a.emphasis:visited:active::after,
.bg-gray-dark .callout-maroon a.emphasis:hover::after,
.bg-gray-dark .callout-maroon a.emphasis:focus::after,
.bg-gray-dark .callout-maroon a.emphasis:active::after,
.bg-gray-dark .callout-maroon a.emphasis:visited:hover::after,
.bg-gray-dark .callout-maroon a.emphasis:visited:focus::after,
.bg-gray-dark .callout-maroon a.emphasis:visited:active::after,
.bg-gray-darker .callout-maroon a.emphasis:hover::after,
.bg-gray-darker .callout-maroon a.emphasis:focus::after,
.bg-gray-darker .callout-maroon a.emphasis:active::after,
.bg-gray-darker .callout-maroon a.emphasis:visited:hover::after,
.bg-gray-darker .callout-maroon a.emphasis:visited:focus::after,
.bg-gray-darker .callout-maroon a.emphasis:visited:active::after,
.bg-off-white .callout-maroon a.emphasis:hover::after,
.bg-off-white .callout-maroon a.emphasis:focus::after,
.bg-off-white .callout-maroon a.emphasis:active::after,
.bg-off-white .callout-maroon a.emphasis:visited:hover::after,
.bg-off-white .callout-maroon a.emphasis:visited:focus::after,
.bg-off-white .callout-maroon a.emphasis:visited:active::after,
.bg-white .callout-maroon a.emphasis:hover::after,
.bg-white .callout-maroon a.emphasis:focus::after,
.bg-white .callout-maroon a.emphasis:active::after,
.bg-white .callout-maroon a.emphasis:visited:hover::after,
.bg-white .callout-maroon a.emphasis:visited:focus::after,
.bg-white .callout-maroon a.emphasis:visited:active::after {
  color: #7a0019;
}
.bg-maroon .callout-hmaroon,
.bg-maroon-light .callout-hmaroon,
.bg-maroon-dark .callout-hmaroon,
.bg-gold .callout-hmaroon,
.bg-gold-light .callout-hmaroon,
.bg-gray-lighter .callout-hmaroon,
.bg-gray-light .callout-hmaroon,
.bg-gray-medium .callout-hmaroon,
.bg-gold-dark .callout-hmaroon,
.bg-gray-dark .callout-hmaroon,
.bg-gray-darker .callout-hmaroon,
.bg-off-white .callout-hmaroon,
.bg-white .callout-hmaroon {
  display: block;
  background-color: #ffde7a;
}
.bg-maroon .callout-hmaroon h2,
.bg-maroon .callout-hmaroon h3,
.bg-maroon .callout-hmaroon h4,
.bg-maroon .callout-hmaroon h5,
.bg-maroon .callout-hmaroon h6,
.bg-maroon .callout-hmaroon p,
.bg-maroon .callout-hmaroon div,
.bg-maroon-light .callout-hmaroon h2,
.bg-maroon-light .callout-hmaroon h3,
.bg-maroon-light .callout-hmaroon h4,
.bg-maroon-light .callout-hmaroon h5,
.bg-maroon-light .callout-hmaroon h6,
.bg-maroon-light .callout-hmaroon p,
.bg-maroon-light .callout-hmaroon div,
.bg-maroon-dark .callout-hmaroon h2,
.bg-maroon-dark .callout-hmaroon h3,
.bg-maroon-dark .callout-hmaroon h4,
.bg-maroon-dark .callout-hmaroon h5,
.bg-maroon-dark .callout-hmaroon h6,
.bg-maroon-dark .callout-hmaroon p,
.bg-maroon-dark .callout-hmaroon div,
.bg-gold .callout-hmaroon h2,
.bg-gold .callout-hmaroon h3,
.bg-gold .callout-hmaroon h4,
.bg-gold .callout-hmaroon h5,
.bg-gold .callout-hmaroon h6,
.bg-gold .callout-hmaroon p,
.bg-gold .callout-hmaroon div,
.bg-gold-light .callout-hmaroon h2,
.bg-gold-light .callout-hmaroon h3,
.bg-gold-light .callout-hmaroon h4,
.bg-gold-light .callout-hmaroon h5,
.bg-gold-light .callout-hmaroon h6,
.bg-gold-light .callout-hmaroon p,
.bg-gold-light .callout-hmaroon div,
.bg-gray-lighter .callout-hmaroon h2,
.bg-gray-lighter .callout-hmaroon h3,
.bg-gray-lighter .callout-hmaroon h4,
.bg-gray-lighter .callout-hmaroon h5,
.bg-gray-lighter .callout-hmaroon h6,
.bg-gray-lighter .callout-hmaroon p,
.bg-gray-lighter .callout-hmaroon div,
.bg-gray-light .callout-hmaroon h2,
.bg-gray-light .callout-hmaroon h3,
.bg-gray-light .callout-hmaroon h4,
.bg-gray-light .callout-hmaroon h5,
.bg-gray-light .callout-hmaroon h6,
.bg-gray-light .callout-hmaroon p,
.bg-gray-light .callout-hmaroon div,
.bg-gray-medium .callout-hmaroon h2,
.bg-gray-medium .callout-hmaroon h3,
.bg-gray-medium .callout-hmaroon h4,
.bg-gray-medium .callout-hmaroon h5,
.bg-gray-medium .callout-hmaroon h6,
.bg-gray-medium .callout-hmaroon p,
.bg-gray-medium .callout-hmaroon div,
.bg-gold-dark .callout-hmaroon h2,
.bg-gold-dark .callout-hmaroon h3,
.bg-gold-dark .callout-hmaroon h4,
.bg-gold-dark .callout-hmaroon h5,
.bg-gold-dark .callout-hmaroon h6,
.bg-gold-dark .callout-hmaroon p,
.bg-gold-dark .callout-hmaroon div,
.bg-gray-dark .callout-hmaroon h2,
.bg-gray-dark .callout-hmaroon h3,
.bg-gray-dark .callout-hmaroon h4,
.bg-gray-dark .callout-hmaroon h5,
.bg-gray-dark .callout-hmaroon h6,
.bg-gray-dark .callout-hmaroon p,
.bg-gray-dark .callout-hmaroon div,
.bg-gray-darker .callout-hmaroon h2,
.bg-gray-darker .callout-hmaroon h3,
.bg-gray-darker .callout-hmaroon h4,
.bg-gray-darker .callout-hmaroon h5,
.bg-gray-darker .callout-hmaroon h6,
.bg-gray-darker .callout-hmaroon p,
.bg-gray-darker .callout-hmaroon div,
.bg-off-white .callout-hmaroon h2,
.bg-off-white .callout-hmaroon h3,
.bg-off-white .callout-hmaroon h4,
.bg-off-white .callout-hmaroon h5,
.bg-off-white .callout-hmaroon h6,
.bg-off-white .callout-hmaroon p,
.bg-off-white .callout-hmaroon div,
.bg-white .callout-hmaroon h2,
.bg-white .callout-hmaroon h3,
.bg-white .callout-hmaroon h4,
.bg-white .callout-hmaroon h5,
.bg-white .callout-hmaroon h6,
.bg-white .callout-hmaroon p,
.bg-white .callout-hmaroon div {
  color: #333;
}
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused div {
  color: #333;
}
.bg-maroon .callout-hmaroon a,
.bg-maroon-light .callout-hmaroon a,
.bg-maroon-dark .callout-hmaroon a,
.bg-gold .callout-hmaroon a,
.bg-gold-light .callout-hmaroon a,
.bg-gray-lighter .callout-hmaroon a,
.bg-gray-light .callout-hmaroon a,
.bg-gray-medium .callout-hmaroon a,
.bg-gold-dark .callout-hmaroon a,
.bg-gray-dark .callout-hmaroon a,
.bg-gray-darker .callout-hmaroon a,
.bg-off-white .callout-hmaroon a,
.bg-white .callout-hmaroon a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.bg-maroon .callout-hmaroon a:active,
.bg-maroon-light .callout-hmaroon a:active,
.bg-maroon-dark .callout-hmaroon a:active,
.bg-gold .callout-hmaroon a:active,
.bg-gold-light .callout-hmaroon a:active,
.bg-gray-lighter .callout-hmaroon a:active,
.bg-gray-light .callout-hmaroon a:active,
.bg-gray-medium .callout-hmaroon a:active,
.bg-gold-dark .callout-hmaroon a:active,
.bg-gray-dark .callout-hmaroon a:active,
.bg-gray-darker .callout-hmaroon a:active,
.bg-off-white .callout-hmaroon a:active,
.bg-white .callout-hmaroon a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-hmaroon a:focus,
.bg-maroon-light .callout-hmaroon a:focus,
.bg-maroon-dark .callout-hmaroon a:focus,
.bg-gold .callout-hmaroon a:focus,
.bg-gold-light .callout-hmaroon a:focus,
.bg-gray-lighter .callout-hmaroon a:focus,
.bg-gray-light .callout-hmaroon a:focus,
.bg-gray-medium .callout-hmaroon a:focus,
.bg-gold-dark .callout-hmaroon a:focus,
.bg-gray-dark .callout-hmaroon a:focus,
.bg-gray-darker .callout-hmaroon a:focus,
.bg-off-white .callout-hmaroon a:focus,
.bg-white .callout-hmaroon a:focus {
  background-color: #ffd75f;
}
.bg-maroon .callout-hmaroon a::after,
.bg-maroon-light .callout-hmaroon a::after,
.bg-maroon-dark .callout-hmaroon a::after,
.bg-gold .callout-hmaroon a::after,
.bg-gold-light .callout-hmaroon a::after,
.bg-gray-lighter .callout-hmaroon a::after,
.bg-gray-light .callout-hmaroon a::after,
.bg-gray-medium .callout-hmaroon a::after,
.bg-gold-dark .callout-hmaroon a::after,
.bg-gray-dark .callout-hmaroon a::after,
.bg-gray-darker .callout-hmaroon a::after,
.bg-off-white .callout-hmaroon a::after,
.bg-white .callout-hmaroon a::after {
  color: #900021;
}
.bg-maroon .callout-hmaroon a:visited,
.bg-maroon-light .callout-hmaroon a:visited,
.bg-maroon-dark .callout-hmaroon a:visited,
.bg-gold .callout-hmaroon a:visited,
.bg-gold-light .callout-hmaroon a:visited,
.bg-gray-lighter .callout-hmaroon a:visited,
.bg-gray-light .callout-hmaroon a:visited,
.bg-gray-medium .callout-hmaroon a:visited,
.bg-gold-dark .callout-hmaroon a:visited,
.bg-gray-dark .callout-hmaroon a:visited,
.bg-gray-darker .callout-hmaroon a:visited,
.bg-off-white .callout-hmaroon a:visited,
.bg-white .callout-hmaroon a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.bg-maroon .callout-hmaroon a:visited::after,
.bg-maroon-light .callout-hmaroon a:visited::after,
.bg-maroon-dark .callout-hmaroon a:visited::after,
.bg-gold .callout-hmaroon a:visited::after,
.bg-gold-light .callout-hmaroon a:visited::after,
.bg-gray-lighter .callout-hmaroon a:visited::after,
.bg-gray-light .callout-hmaroon a:visited::after,
.bg-gray-medium .callout-hmaroon a:visited::after,
.bg-gold-dark .callout-hmaroon a:visited::after,
.bg-gray-dark .callout-hmaroon a:visited::after,
.bg-gray-darker .callout-hmaroon a:visited::after,
.bg-off-white .callout-hmaroon a:visited::after,
.bg-white .callout-hmaroon a:visited::after {
  color: #900021;
}
.bg-maroon .callout-hmaroon a:hover,
.bg-maroon-light .callout-hmaroon a:hover,
.bg-maroon-dark .callout-hmaroon a:hover,
.bg-gold .callout-hmaroon a:hover,
.bg-gold-light .callout-hmaroon a:hover,
.bg-gray-lighter .callout-hmaroon a:hover,
.bg-gray-light .callout-hmaroon a:hover,
.bg-gray-medium .callout-hmaroon a:hover,
.bg-gold-dark .callout-hmaroon a:hover,
.bg-gray-dark .callout-hmaroon a:hover,
.bg-gray-darker .callout-hmaroon a:hover,
.bg-off-white .callout-hmaroon a:hover,
.bg-white .callout-hmaroon a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.bg-maroon .callout-hmaroon a:hover::after,
.bg-maroon-light .callout-hmaroon a:hover::after,
.bg-maroon-dark .callout-hmaroon a:hover::after,
.bg-gold .callout-hmaroon a:hover::after,
.bg-gold-light .callout-hmaroon a:hover::after,
.bg-gray-lighter .callout-hmaroon a:hover::after,
.bg-gray-light .callout-hmaroon a:hover::after,
.bg-gray-medium .callout-hmaroon a:hover::after,
.bg-gold-dark .callout-hmaroon a:hover::after,
.bg-gray-dark .callout-hmaroon a:hover::after,
.bg-gray-darker .callout-hmaroon a:hover::after,
.bg-off-white .callout-hmaroon a:hover::after,
.bg-white .callout-hmaroon a:hover::after {
  color: #900021;
}
.bg-maroon .callout-hmaroon a:hover,
.bg-maroon .callout-hmaroon a.emphasis:hover,
.bg-maroon-light .callout-hmaroon a:hover,
.bg-maroon-light .callout-hmaroon a.emphasis:hover,
.bg-maroon-dark .callout-hmaroon a:hover,
.bg-maroon-dark .callout-hmaroon a.emphasis:hover,
.bg-gold .callout-hmaroon a:hover,
.bg-gold .callout-hmaroon a.emphasis:hover,
.bg-gold-light .callout-hmaroon a:hover,
.bg-gold-light .callout-hmaroon a.emphasis:hover,
.bg-gray-lighter .callout-hmaroon a:hover,
.bg-gray-lighter .callout-hmaroon a.emphasis:hover,
.bg-gray-light .callout-hmaroon a:hover,
.bg-gray-light .callout-hmaroon a.emphasis:hover,
.bg-gray-medium .callout-hmaroon a:hover,
.bg-gray-medium .callout-hmaroon a.emphasis:hover,
.bg-gold-dark .callout-hmaroon a:hover,
.bg-gold-dark .callout-hmaroon a.emphasis:hover,
.bg-gray-dark .callout-hmaroon a:hover,
.bg-gray-dark .callout-hmaroon a.emphasis:hover,
.bg-gray-darker .callout-hmaroon a:hover,
.bg-gray-darker .callout-hmaroon a.emphasis:hover,
.bg-off-white .callout-hmaroon a:hover,
.bg-off-white .callout-hmaroon a.emphasis:hover,
.bg-white .callout-hmaroon a:hover,
.bg-white .callout-hmaroon a.emphasis:hover {
  background-color: #fff;
}
@media (min-width: 50em) {
  .bg-maroon .callout-hmaroon,
  .bg-maroon-light .callout-hmaroon,
  .bg-maroon-dark .callout-hmaroon,
  .bg-gold .callout-hmaroon,
  .bg-gold-light .callout-hmaroon,
  .bg-gray-lighter .callout-hmaroon,
  .bg-gray-light .callout-hmaroon,
  .bg-gray-medium .callout-hmaroon,
  .bg-gold-dark .callout-hmaroon,
  .bg-gray-dark .callout-hmaroon,
  .bg-gray-darker .callout-hmaroon,
  .bg-off-white .callout-hmaroon,
  .bg-white .callout-hmaroon {
    display: flex;
  }
  .bg-maroon .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-maroon-light .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-maroon-dark .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-gold .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-gold-light .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-gray-lighter .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-gray-light .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-gray-medium .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-gold-dark .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-gray-dark .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-gray-darker .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-off-white .callout-hmaroon .field--name-field-fw-callout-image,
  .bg-white .callout-hmaroon .field--name-field-fw-callout-image {
    flex: 0 0 auto;
    width: 60%;
  }
  .bg-maroon .callout-hmaroon .callout,
  .bg-maroon-light .callout-hmaroon .callout,
  .bg-maroon-dark .callout-hmaroon .callout,
  .bg-gold .callout-hmaroon .callout,
  .bg-gold-light .callout-hmaroon .callout,
  .bg-gray-lighter .callout-hmaroon .callout,
  .bg-gray-light .callout-hmaroon .callout,
  .bg-gray-medium .callout-hmaroon .callout,
  .bg-gold-dark .callout-hmaroon .callout,
  .bg-gray-dark .callout-hmaroon .callout,
  .bg-gray-darker .callout-hmaroon .callout,
  .bg-off-white .callout-hmaroon .callout,
  .bg-white .callout-hmaroon .callout {
    flex: 1 1 auto;
  }
}
.bg-maroon .callout-hmaroon > a,
.bg-maroon-light .callout-hmaroon > a,
.bg-maroon-dark .callout-hmaroon > a,
.bg-gold .callout-hmaroon > a,
.bg-gold-light .callout-hmaroon > a,
.bg-gray-lighter .callout-hmaroon > a,
.bg-gray-light .callout-hmaroon > a,
.bg-gray-medium .callout-hmaroon > a,
.bg-gold-dark .callout-hmaroon > a,
.bg-gray-dark .callout-hmaroon > a,
.bg-gray-darker .callout-hmaroon > a,
.bg-off-white .callout-hmaroon > a,
.bg-white .callout-hmaroon > a {
  flex: 0 0 auto;
  width: 60%;
  border-bottom: none;
}
.bg-maroon .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-maroon-light .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-maroon-dark .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-gold .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-gold-light .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-gray-lighter .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-gray-light .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-gray-medium .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-gold-dark .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-gray-dark .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-gray-darker .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-off-white .callout-hmaroon > a .field--name-field-fw-callout-image,
.bg-white .callout-hmaroon > a .field--name-field-fw-callout-image {
  width: 100%;
}
.bg-maroon .callout-hmaroon,
.bg-maroon-light .callout-hmaroon,
.bg-maroon-dark .callout-hmaroon,
.bg-gold .callout-hmaroon,
.bg-gold-light .callout-hmaroon,
.bg-gray-lighter .callout-hmaroon,
.bg-gray-light .callout-hmaroon,
.bg-gray-medium .callout-hmaroon,
.bg-gold-dark .callout-hmaroon,
.bg-gray-dark .callout-hmaroon,
.bg-gray-darker .callout-hmaroon,
.bg-off-white .callout-hmaroon,
.bg-white .callout-hmaroon {
  background-color: #7a0019;
}
.bg-maroon .callout-hmaroon h2,
.bg-maroon .callout-hmaroon h3,
.bg-maroon .callout-hmaroon h4,
.bg-maroon .callout-hmaroon h5,
.bg-maroon .callout-hmaroon h6,
.bg-maroon .callout-hmaroon p,
.bg-maroon .callout-hmaroon div,
.bg-maroon-light .callout-hmaroon h2,
.bg-maroon-light .callout-hmaroon h3,
.bg-maroon-light .callout-hmaroon h4,
.bg-maroon-light .callout-hmaroon h5,
.bg-maroon-light .callout-hmaroon h6,
.bg-maroon-light .callout-hmaroon p,
.bg-maroon-light .callout-hmaroon div,
.bg-maroon-dark .callout-hmaroon h2,
.bg-maroon-dark .callout-hmaroon h3,
.bg-maroon-dark .callout-hmaroon h4,
.bg-maroon-dark .callout-hmaroon h5,
.bg-maroon-dark .callout-hmaroon h6,
.bg-maroon-dark .callout-hmaroon p,
.bg-maroon-dark .callout-hmaroon div,
.bg-gold .callout-hmaroon h2,
.bg-gold .callout-hmaroon h3,
.bg-gold .callout-hmaroon h4,
.bg-gold .callout-hmaroon h5,
.bg-gold .callout-hmaroon h6,
.bg-gold .callout-hmaroon p,
.bg-gold .callout-hmaroon div,
.bg-gold-light .callout-hmaroon h2,
.bg-gold-light .callout-hmaroon h3,
.bg-gold-light .callout-hmaroon h4,
.bg-gold-light .callout-hmaroon h5,
.bg-gold-light .callout-hmaroon h6,
.bg-gold-light .callout-hmaroon p,
.bg-gold-light .callout-hmaroon div,
.bg-gray-lighter .callout-hmaroon h2,
.bg-gray-lighter .callout-hmaroon h3,
.bg-gray-lighter .callout-hmaroon h4,
.bg-gray-lighter .callout-hmaroon h5,
.bg-gray-lighter .callout-hmaroon h6,
.bg-gray-lighter .callout-hmaroon p,
.bg-gray-lighter .callout-hmaroon div,
.bg-gray-light .callout-hmaroon h2,
.bg-gray-light .callout-hmaroon h3,
.bg-gray-light .callout-hmaroon h4,
.bg-gray-light .callout-hmaroon h5,
.bg-gray-light .callout-hmaroon h6,
.bg-gray-light .callout-hmaroon p,
.bg-gray-light .callout-hmaroon div,
.bg-gray-medium .callout-hmaroon h2,
.bg-gray-medium .callout-hmaroon h3,
.bg-gray-medium .callout-hmaroon h4,
.bg-gray-medium .callout-hmaroon h5,
.bg-gray-medium .callout-hmaroon h6,
.bg-gray-medium .callout-hmaroon p,
.bg-gray-medium .callout-hmaroon div,
.bg-gold-dark .callout-hmaroon h2,
.bg-gold-dark .callout-hmaroon h3,
.bg-gold-dark .callout-hmaroon h4,
.bg-gold-dark .callout-hmaroon h5,
.bg-gold-dark .callout-hmaroon h6,
.bg-gold-dark .callout-hmaroon p,
.bg-gold-dark .callout-hmaroon div,
.bg-gray-dark .callout-hmaroon h2,
.bg-gray-dark .callout-hmaroon h3,
.bg-gray-dark .callout-hmaroon h4,
.bg-gray-dark .callout-hmaroon h5,
.bg-gray-dark .callout-hmaroon h6,
.bg-gray-dark .callout-hmaroon p,
.bg-gray-dark .callout-hmaroon div,
.bg-gray-darker .callout-hmaroon h2,
.bg-gray-darker .callout-hmaroon h3,
.bg-gray-darker .callout-hmaroon h4,
.bg-gray-darker .callout-hmaroon h5,
.bg-gray-darker .callout-hmaroon h6,
.bg-gray-darker .callout-hmaroon p,
.bg-gray-darker .callout-hmaroon div,
.bg-off-white .callout-hmaroon h2,
.bg-off-white .callout-hmaroon h3,
.bg-off-white .callout-hmaroon h4,
.bg-off-white .callout-hmaroon h5,
.bg-off-white .callout-hmaroon h6,
.bg-off-white .callout-hmaroon p,
.bg-off-white .callout-hmaroon div,
.bg-white .callout-hmaroon h2,
.bg-white .callout-hmaroon h3,
.bg-white .callout-hmaroon h4,
.bg-white .callout-hmaroon h5,
.bg-white .callout-hmaroon h6,
.bg-white .callout-hmaroon p,
.bg-white .callout-hmaroon div {
  color: #fff;
}
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-maroon .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gold .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-off-white .callout-hmaroon .ck-editor__nested-editable_focused div,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h2,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h3,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h4,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h5,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused h6,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused p,
.bg-white .callout-hmaroon .ck-editor__nested-editable_focused div {
  color: #232429;
}
.bg-maroon .callout-hmaroon a,
.bg-maroon-light .callout-hmaroon a,
.bg-maroon-dark .callout-hmaroon a,
.bg-gold .callout-hmaroon a,
.bg-gold-light .callout-hmaroon a,
.bg-gray-lighter .callout-hmaroon a,
.bg-gray-light .callout-hmaroon a,
.bg-gray-medium .callout-hmaroon a,
.bg-gold-dark .callout-hmaroon a,
.bg-gray-dark .callout-hmaroon a,
.bg-gray-darker .callout-hmaroon a,
.bg-off-white .callout-hmaroon a,
.bg-white .callout-hmaroon a {
  color: #ffde7a;
  border-bottom: 1px solid #ffde7a;
}
.bg-maroon .callout-hmaroon a:visited,
.bg-maroon-light .callout-hmaroon a:visited,
.bg-maroon-dark .callout-hmaroon a:visited,
.bg-gold .callout-hmaroon a:visited,
.bg-gold-light .callout-hmaroon a:visited,
.bg-gray-lighter .callout-hmaroon a:visited,
.bg-gray-light .callout-hmaroon a:visited,
.bg-gray-medium .callout-hmaroon a:visited,
.bg-gold-dark .callout-hmaroon a:visited,
.bg-gray-dark .callout-hmaroon a:visited,
.bg-gray-darker .callout-hmaroon a:visited,
.bg-off-white .callout-hmaroon a:visited,
.bg-white .callout-hmaroon a:visited {
  color: #d5d6d2;
  border-bottom: #d5d6d2;
}
.bg-maroon .callout-hmaroon a:hover,
.bg-maroon-light .callout-hmaroon a:hover,
.bg-maroon-dark .callout-hmaroon a:hover,
.bg-gold .callout-hmaroon a:hover,
.bg-gold-light .callout-hmaroon a:hover,
.bg-gray-lighter .callout-hmaroon a:hover,
.bg-gray-light .callout-hmaroon a:hover,
.bg-gray-medium .callout-hmaroon a:hover,
.bg-gold-dark .callout-hmaroon a:hover,
.bg-gray-dark .callout-hmaroon a:hover,
.bg-gray-darker .callout-hmaroon a:hover,
.bg-off-white .callout-hmaroon a:hover,
.bg-white .callout-hmaroon a:hover {
  background-color: #fff;
  color: #900021;
  border-bottom: 1px solid #fff;
}
.bg-maroon .callout-hmaroon a:focus,
.bg-maroon-light .callout-hmaroon a:focus,
.bg-maroon-dark .callout-hmaroon a:focus,
.bg-gold .callout-hmaroon a:focus,
.bg-gold-light .callout-hmaroon a:focus,
.bg-gray-lighter .callout-hmaroon a:focus,
.bg-gray-light .callout-hmaroon a:focus,
.bg-gray-medium .callout-hmaroon a:focus,
.bg-gold-dark .callout-hmaroon a:focus,
.bg-gray-dark .callout-hmaroon a:focus,
.bg-gray-darker .callout-hmaroon a:focus,
.bg-off-white .callout-hmaroon a:focus,
.bg-white .callout-hmaroon a:focus {
  color: #333;
}
.bg-maroon .callout-hmaroon a.emphasis, .bg-maroon .callout-hmaroon a.emphasis:visited,
.bg-maroon-light .callout-hmaroon a.emphasis,
.bg-maroon-light .callout-hmaroon a.emphasis:visited,
.bg-maroon-dark .callout-hmaroon a.emphasis,
.bg-maroon-dark .callout-hmaroon a.emphasis:visited,
.bg-gold .callout-hmaroon a.emphasis,
.bg-gold .callout-hmaroon a.emphasis:visited,
.bg-gold-light .callout-hmaroon a.emphasis,
.bg-gold-light .callout-hmaroon a.emphasis:visited,
.bg-gray-lighter .callout-hmaroon a.emphasis,
.bg-gray-lighter .callout-hmaroon a.emphasis:visited,
.bg-gray-light .callout-hmaroon a.emphasis,
.bg-gray-light .callout-hmaroon a.emphasis:visited,
.bg-gray-medium .callout-hmaroon a.emphasis,
.bg-gray-medium .callout-hmaroon a.emphasis:visited,
.bg-gold-dark .callout-hmaroon a.emphasis,
.bg-gold-dark .callout-hmaroon a.emphasis:visited,
.bg-gray-dark .callout-hmaroon a.emphasis,
.bg-gray-dark .callout-hmaroon a.emphasis:visited,
.bg-gray-darker .callout-hmaroon a.emphasis,
.bg-gray-darker .callout-hmaroon a.emphasis:visited,
.bg-off-white .callout-hmaroon a.emphasis,
.bg-off-white .callout-hmaroon a.emphasis:visited,
.bg-white .callout-hmaroon a.emphasis,
.bg-white .callout-hmaroon a.emphasis:visited {
  color: #fc3;
}
.bg-maroon .callout-hmaroon a.emphasis::after, .bg-maroon .callout-hmaroon a.emphasis:visited::after,
.bg-maroon-light .callout-hmaroon a.emphasis::after,
.bg-maroon-light .callout-hmaroon a.emphasis:visited::after,
.bg-maroon-dark .callout-hmaroon a.emphasis::after,
.bg-maroon-dark .callout-hmaroon a.emphasis:visited::after,
.bg-gold .callout-hmaroon a.emphasis::after,
.bg-gold .callout-hmaroon a.emphasis:visited::after,
.bg-gold-light .callout-hmaroon a.emphasis::after,
.bg-gold-light .callout-hmaroon a.emphasis:visited::after,
.bg-gray-lighter .callout-hmaroon a.emphasis::after,
.bg-gray-lighter .callout-hmaroon a.emphasis:visited::after,
.bg-gray-light .callout-hmaroon a.emphasis::after,
.bg-gray-light .callout-hmaroon a.emphasis:visited::after,
.bg-gray-medium .callout-hmaroon a.emphasis::after,
.bg-gray-medium .callout-hmaroon a.emphasis:visited::after,
.bg-gold-dark .callout-hmaroon a.emphasis::after,
.bg-gold-dark .callout-hmaroon a.emphasis:visited::after,
.bg-gray-dark .callout-hmaroon a.emphasis::after,
.bg-gray-dark .callout-hmaroon a.emphasis:visited::after,
.bg-gray-darker .callout-hmaroon a.emphasis::after,
.bg-gray-darker .callout-hmaroon a.emphasis:visited::after,
.bg-off-white .callout-hmaroon a.emphasis::after,
.bg-off-white .callout-hmaroon a.emphasis:visited::after,
.bg-white .callout-hmaroon a.emphasis::after,
.bg-white .callout-hmaroon a.emphasis:visited::after {
  color: #fc3;
}
.bg-maroon .callout-hmaroon a.emphasis:hover, .bg-maroon .callout-hmaroon a.emphasis:focus, .bg-maroon .callout-hmaroon a.emphasis:active, .bg-maroon .callout-hmaroon a.emphasis:visited:hover, .bg-maroon .callout-hmaroon a.emphasis:visited:focus, .bg-maroon .callout-hmaroon a.emphasis:visited:active,
.bg-maroon-light .callout-hmaroon a.emphasis:hover,
.bg-maroon-light .callout-hmaroon a.emphasis:focus,
.bg-maroon-light .callout-hmaroon a.emphasis:active,
.bg-maroon-light .callout-hmaroon a.emphasis:visited:hover,
.bg-maroon-light .callout-hmaroon a.emphasis:visited:focus,
.bg-maroon-light .callout-hmaroon a.emphasis:visited:active,
.bg-maroon-dark .callout-hmaroon a.emphasis:hover,
.bg-maroon-dark .callout-hmaroon a.emphasis:focus,
.bg-maroon-dark .callout-hmaroon a.emphasis:active,
.bg-maroon-dark .callout-hmaroon a.emphasis:visited:hover,
.bg-maroon-dark .callout-hmaroon a.emphasis:visited:focus,
.bg-maroon-dark .callout-hmaroon a.emphasis:visited:active,
.bg-gold .callout-hmaroon a.emphasis:hover,
.bg-gold .callout-hmaroon a.emphasis:focus,
.bg-gold .callout-hmaroon a.emphasis:active,
.bg-gold .callout-hmaroon a.emphasis:visited:hover,
.bg-gold .callout-hmaroon a.emphasis:visited:focus,
.bg-gold .callout-hmaroon a.emphasis:visited:active,
.bg-gold-light .callout-hmaroon a.emphasis:hover,
.bg-gold-light .callout-hmaroon a.emphasis:focus,
.bg-gold-light .callout-hmaroon a.emphasis:active,
.bg-gold-light .callout-hmaroon a.emphasis:visited:hover,
.bg-gold-light .callout-hmaroon a.emphasis:visited:focus,
.bg-gold-light .callout-hmaroon a.emphasis:visited:active,
.bg-gray-lighter .callout-hmaroon a.emphasis:hover,
.bg-gray-lighter .callout-hmaroon a.emphasis:focus,
.bg-gray-lighter .callout-hmaroon a.emphasis:active,
.bg-gray-lighter .callout-hmaroon a.emphasis:visited:hover,
.bg-gray-lighter .callout-hmaroon a.emphasis:visited:focus,
.bg-gray-lighter .callout-hmaroon a.emphasis:visited:active,
.bg-gray-light .callout-hmaroon a.emphasis:hover,
.bg-gray-light .callout-hmaroon a.emphasis:focus,
.bg-gray-light .callout-hmaroon a.emphasis:active,
.bg-gray-light .callout-hmaroon a.emphasis:visited:hover,
.bg-gray-light .callout-hmaroon a.emphasis:visited:focus,
.bg-gray-light .callout-hmaroon a.emphasis:visited:active,
.bg-gray-medium .callout-hmaroon a.emphasis:hover,
.bg-gray-medium .callout-hmaroon a.emphasis:focus,
.bg-gray-medium .callout-hmaroon a.emphasis:active,
.bg-gray-medium .callout-hmaroon a.emphasis:visited:hover,
.bg-gray-medium .callout-hmaroon a.emphasis:visited:focus,
.bg-gray-medium .callout-hmaroon a.emphasis:visited:active,
.bg-gold-dark .callout-hmaroon a.emphasis:hover,
.bg-gold-dark .callout-hmaroon a.emphasis:focus,
.bg-gold-dark .callout-hmaroon a.emphasis:active,
.bg-gold-dark .callout-hmaroon a.emphasis:visited:hover,
.bg-gold-dark .callout-hmaroon a.emphasis:visited:focus,
.bg-gold-dark .callout-hmaroon a.emphasis:visited:active,
.bg-gray-dark .callout-hmaroon a.emphasis:hover,
.bg-gray-dark .callout-hmaroon a.emphasis:focus,
.bg-gray-dark .callout-hmaroon a.emphasis:active,
.bg-gray-dark .callout-hmaroon a.emphasis:visited:hover,
.bg-gray-dark .callout-hmaroon a.emphasis:visited:focus,
.bg-gray-dark .callout-hmaroon a.emphasis:visited:active,
.bg-gray-darker .callout-hmaroon a.emphasis:hover,
.bg-gray-darker .callout-hmaroon a.emphasis:focus,
.bg-gray-darker .callout-hmaroon a.emphasis:active,
.bg-gray-darker .callout-hmaroon a.emphasis:visited:hover,
.bg-gray-darker .callout-hmaroon a.emphasis:visited:focus,
.bg-gray-darker .callout-hmaroon a.emphasis:visited:active,
.bg-off-white .callout-hmaroon a.emphasis:hover,
.bg-off-white .callout-hmaroon a.emphasis:focus,
.bg-off-white .callout-hmaroon a.emphasis:active,
.bg-off-white .callout-hmaroon a.emphasis:visited:hover,
.bg-off-white .callout-hmaroon a.emphasis:visited:focus,
.bg-off-white .callout-hmaroon a.emphasis:visited:active,
.bg-white .callout-hmaroon a.emphasis:hover,
.bg-white .callout-hmaroon a.emphasis:focus,
.bg-white .callout-hmaroon a.emphasis:active,
.bg-white .callout-hmaroon a.emphasis:visited:hover,
.bg-white .callout-hmaroon a.emphasis:visited:focus,
.bg-white .callout-hmaroon a.emphasis:visited:active {
  background-color: #fff;
  color: #7a0019;
}
.bg-maroon .callout-hmaroon a.emphasis:hover::after, .bg-maroon .callout-hmaroon a.emphasis:focus::after, .bg-maroon .callout-hmaroon a.emphasis:active::after, .bg-maroon .callout-hmaroon a.emphasis:visited:hover::after, .bg-maroon .callout-hmaroon a.emphasis:visited:focus::after, .bg-maroon .callout-hmaroon a.emphasis:visited:active::after,
.bg-maroon-light .callout-hmaroon a.emphasis:hover::after,
.bg-maroon-light .callout-hmaroon a.emphasis:focus::after,
.bg-maroon-light .callout-hmaroon a.emphasis:active::after,
.bg-maroon-light .callout-hmaroon a.emphasis:visited:hover::after,
.bg-maroon-light .callout-hmaroon a.emphasis:visited:focus::after,
.bg-maroon-light .callout-hmaroon a.emphasis:visited:active::after,
.bg-maroon-dark .callout-hmaroon a.emphasis:hover::after,
.bg-maroon-dark .callout-hmaroon a.emphasis:focus::after,
.bg-maroon-dark .callout-hmaroon a.emphasis:active::after,
.bg-maroon-dark .callout-hmaroon a.emphasis:visited:hover::after,
.bg-maroon-dark .callout-hmaroon a.emphasis:visited:focus::after,
.bg-maroon-dark .callout-hmaroon a.emphasis:visited:active::after,
.bg-gold .callout-hmaroon a.emphasis:hover::after,
.bg-gold .callout-hmaroon a.emphasis:focus::after,
.bg-gold .callout-hmaroon a.emphasis:active::after,
.bg-gold .callout-hmaroon a.emphasis:visited:hover::after,
.bg-gold .callout-hmaroon a.emphasis:visited:focus::after,
.bg-gold .callout-hmaroon a.emphasis:visited:active::after,
.bg-gold-light .callout-hmaroon a.emphasis:hover::after,
.bg-gold-light .callout-hmaroon a.emphasis:focus::after,
.bg-gold-light .callout-hmaroon a.emphasis:active::after,
.bg-gold-light .callout-hmaroon a.emphasis:visited:hover::after,
.bg-gold-light .callout-hmaroon a.emphasis:visited:focus::after,
.bg-gold-light .callout-hmaroon a.emphasis:visited:active::after,
.bg-gray-lighter .callout-hmaroon a.emphasis:hover::after,
.bg-gray-lighter .callout-hmaroon a.emphasis:focus::after,
.bg-gray-lighter .callout-hmaroon a.emphasis:active::after,
.bg-gray-lighter .callout-hmaroon a.emphasis:visited:hover::after,
.bg-gray-lighter .callout-hmaroon a.emphasis:visited:focus::after,
.bg-gray-lighter .callout-hmaroon a.emphasis:visited:active::after,
.bg-gray-light .callout-hmaroon a.emphasis:hover::after,
.bg-gray-light .callout-hmaroon a.emphasis:focus::after,
.bg-gray-light .callout-hmaroon a.emphasis:active::after,
.bg-gray-light .callout-hmaroon a.emphasis:visited:hover::after,
.bg-gray-light .callout-hmaroon a.emphasis:visited:focus::after,
.bg-gray-light .callout-hmaroon a.emphasis:visited:active::after,
.bg-gray-medium .callout-hmaroon a.emphasis:hover::after,
.bg-gray-medium .callout-hmaroon a.emphasis:focus::after,
.bg-gray-medium .callout-hmaroon a.emphasis:active::after,
.bg-gray-medium .callout-hmaroon a.emphasis:visited:hover::after,
.bg-gray-medium .callout-hmaroon a.emphasis:visited:focus::after,
.bg-gray-medium .callout-hmaroon a.emphasis:visited:active::after,
.bg-gold-dark .callout-hmaroon a.emphasis:hover::after,
.bg-gold-dark .callout-hmaroon a.emphasis:focus::after,
.bg-gold-dark .callout-hmaroon a.emphasis:active::after,
.bg-gold-dark .callout-hmaroon a.emphasis:visited:hover::after,
.bg-gold-dark .callout-hmaroon a.emphasis:visited:focus::after,
.bg-gold-dark .callout-hmaroon a.emphasis:visited:active::after,
.bg-gray-dark .callout-hmaroon a.emphasis:hover::after,
.bg-gray-dark .callout-hmaroon a.emphasis:focus::after,
.bg-gray-dark .callout-hmaroon a.emphasis:active::after,
.bg-gray-dark .callout-hmaroon a.emphasis:visited:hover::after,
.bg-gray-dark .callout-hmaroon a.emphasis:visited:focus::after,
.bg-gray-dark .callout-hmaroon a.emphasis:visited:active::after,
.bg-gray-darker .callout-hmaroon a.emphasis:hover::after,
.bg-gray-darker .callout-hmaroon a.emphasis:focus::after,
.bg-gray-darker .callout-hmaroon a.emphasis:active::after,
.bg-gray-darker .callout-hmaroon a.emphasis:visited:hover::after,
.bg-gray-darker .callout-hmaroon a.emphasis:visited:focus::after,
.bg-gray-darker .callout-hmaroon a.emphasis:visited:active::after,
.bg-off-white .callout-hmaroon a.emphasis:hover::after,
.bg-off-white .callout-hmaroon a.emphasis:focus::after,
.bg-off-white .callout-hmaroon a.emphasis:active::after,
.bg-off-white .callout-hmaroon a.emphasis:visited:hover::after,
.bg-off-white .callout-hmaroon a.emphasis:visited:focus::after,
.bg-off-white .callout-hmaroon a.emphasis:visited:active::after,
.bg-white .callout-hmaroon a.emphasis:hover::after,
.bg-white .callout-hmaroon a.emphasis:focus::after,
.bg-white .callout-hmaroon a.emphasis:active::after,
.bg-white .callout-hmaroon a.emphasis:visited:hover::after,
.bg-white .callout-hmaroon a.emphasis:visited:focus::after,
.bg-white .callout-hmaroon a.emphasis:visited:active::after {
  color: #7a0019;
}
.bg-maroon .callout-omaroon,
.bg-maroon-light .callout-omaroon,
.bg-maroon-dark .callout-omaroon,
.bg-gold .callout-omaroon,
.bg-gold-light .callout-omaroon,
.bg-gray-lighter .callout-omaroon,
.bg-gray-light .callout-omaroon,
.bg-gray-medium .callout-omaroon,
.bg-gold-dark .callout-omaroon,
.bg-gray-dark .callout-omaroon,
.bg-gray-darker .callout-omaroon,
.bg-off-white .callout-omaroon,
.bg-white .callout-omaroon {
  background-color: #ffde7a;
}
.bg-maroon .callout-omaroon h2,
.bg-maroon .callout-omaroon h3,
.bg-maroon .callout-omaroon h4,
.bg-maroon .callout-omaroon h5,
.bg-maroon .callout-omaroon h6,
.bg-maroon .callout-omaroon p,
.bg-maroon .callout-omaroon div,
.bg-maroon-light .callout-omaroon h2,
.bg-maroon-light .callout-omaroon h3,
.bg-maroon-light .callout-omaroon h4,
.bg-maroon-light .callout-omaroon h5,
.bg-maroon-light .callout-omaroon h6,
.bg-maroon-light .callout-omaroon p,
.bg-maroon-light .callout-omaroon div,
.bg-maroon-dark .callout-omaroon h2,
.bg-maroon-dark .callout-omaroon h3,
.bg-maroon-dark .callout-omaroon h4,
.bg-maroon-dark .callout-omaroon h5,
.bg-maroon-dark .callout-omaroon h6,
.bg-maroon-dark .callout-omaroon p,
.bg-maroon-dark .callout-omaroon div,
.bg-gold .callout-omaroon h2,
.bg-gold .callout-omaroon h3,
.bg-gold .callout-omaroon h4,
.bg-gold .callout-omaroon h5,
.bg-gold .callout-omaroon h6,
.bg-gold .callout-omaroon p,
.bg-gold .callout-omaroon div,
.bg-gold-light .callout-omaroon h2,
.bg-gold-light .callout-omaroon h3,
.bg-gold-light .callout-omaroon h4,
.bg-gold-light .callout-omaroon h5,
.bg-gold-light .callout-omaroon h6,
.bg-gold-light .callout-omaroon p,
.bg-gold-light .callout-omaroon div,
.bg-gray-lighter .callout-omaroon h2,
.bg-gray-lighter .callout-omaroon h3,
.bg-gray-lighter .callout-omaroon h4,
.bg-gray-lighter .callout-omaroon h5,
.bg-gray-lighter .callout-omaroon h6,
.bg-gray-lighter .callout-omaroon p,
.bg-gray-lighter .callout-omaroon div,
.bg-gray-light .callout-omaroon h2,
.bg-gray-light .callout-omaroon h3,
.bg-gray-light .callout-omaroon h4,
.bg-gray-light .callout-omaroon h5,
.bg-gray-light .callout-omaroon h6,
.bg-gray-light .callout-omaroon p,
.bg-gray-light .callout-omaroon div,
.bg-gray-medium .callout-omaroon h2,
.bg-gray-medium .callout-omaroon h3,
.bg-gray-medium .callout-omaroon h4,
.bg-gray-medium .callout-omaroon h5,
.bg-gray-medium .callout-omaroon h6,
.bg-gray-medium .callout-omaroon p,
.bg-gray-medium .callout-omaroon div,
.bg-gold-dark .callout-omaroon h2,
.bg-gold-dark .callout-omaroon h3,
.bg-gold-dark .callout-omaroon h4,
.bg-gold-dark .callout-omaroon h5,
.bg-gold-dark .callout-omaroon h6,
.bg-gold-dark .callout-omaroon p,
.bg-gold-dark .callout-omaroon div,
.bg-gray-dark .callout-omaroon h2,
.bg-gray-dark .callout-omaroon h3,
.bg-gray-dark .callout-omaroon h4,
.bg-gray-dark .callout-omaroon h5,
.bg-gray-dark .callout-omaroon h6,
.bg-gray-dark .callout-omaroon p,
.bg-gray-dark .callout-omaroon div,
.bg-gray-darker .callout-omaroon h2,
.bg-gray-darker .callout-omaroon h3,
.bg-gray-darker .callout-omaroon h4,
.bg-gray-darker .callout-omaroon h5,
.bg-gray-darker .callout-omaroon h6,
.bg-gray-darker .callout-omaroon p,
.bg-gray-darker .callout-omaroon div,
.bg-off-white .callout-omaroon h2,
.bg-off-white .callout-omaroon h3,
.bg-off-white .callout-omaroon h4,
.bg-off-white .callout-omaroon h5,
.bg-off-white .callout-omaroon h6,
.bg-off-white .callout-omaroon p,
.bg-off-white .callout-omaroon div,
.bg-white .callout-omaroon h2,
.bg-white .callout-omaroon h3,
.bg-white .callout-omaroon h4,
.bg-white .callout-omaroon h5,
.bg-white .callout-omaroon h6,
.bg-white .callout-omaroon p,
.bg-white .callout-omaroon div {
  color: #333;
}
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused div {
  color: #333;
}
.bg-maroon .callout-omaroon a,
.bg-maroon-light .callout-omaroon a,
.bg-maroon-dark .callout-omaroon a,
.bg-gold .callout-omaroon a,
.bg-gold-light .callout-omaroon a,
.bg-gray-lighter .callout-omaroon a,
.bg-gray-light .callout-omaroon a,
.bg-gray-medium .callout-omaroon a,
.bg-gold-dark .callout-omaroon a,
.bg-gray-dark .callout-omaroon a,
.bg-gray-darker .callout-omaroon a,
.bg-off-white .callout-omaroon a,
.bg-white .callout-omaroon a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.bg-maroon .callout-omaroon a:active,
.bg-maroon-light .callout-omaroon a:active,
.bg-maroon-dark .callout-omaroon a:active,
.bg-gold .callout-omaroon a:active,
.bg-gold-light .callout-omaroon a:active,
.bg-gray-lighter .callout-omaroon a:active,
.bg-gray-light .callout-omaroon a:active,
.bg-gray-medium .callout-omaroon a:active,
.bg-gold-dark .callout-omaroon a:active,
.bg-gray-dark .callout-omaroon a:active,
.bg-gray-darker .callout-omaroon a:active,
.bg-off-white .callout-omaroon a:active,
.bg-white .callout-omaroon a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-omaroon a:focus,
.bg-maroon-light .callout-omaroon a:focus,
.bg-maroon-dark .callout-omaroon a:focus,
.bg-gold .callout-omaroon a:focus,
.bg-gold-light .callout-omaroon a:focus,
.bg-gray-lighter .callout-omaroon a:focus,
.bg-gray-light .callout-omaroon a:focus,
.bg-gray-medium .callout-omaroon a:focus,
.bg-gold-dark .callout-omaroon a:focus,
.bg-gray-dark .callout-omaroon a:focus,
.bg-gray-darker .callout-omaroon a:focus,
.bg-off-white .callout-omaroon a:focus,
.bg-white .callout-omaroon a:focus {
  background-color: #ffd75f;
}
.bg-maroon .callout-omaroon a::after,
.bg-maroon-light .callout-omaroon a::after,
.bg-maroon-dark .callout-omaroon a::after,
.bg-gold .callout-omaroon a::after,
.bg-gold-light .callout-omaroon a::after,
.bg-gray-lighter .callout-omaroon a::after,
.bg-gray-light .callout-omaroon a::after,
.bg-gray-medium .callout-omaroon a::after,
.bg-gold-dark .callout-omaroon a::after,
.bg-gray-dark .callout-omaroon a::after,
.bg-gray-darker .callout-omaroon a::after,
.bg-off-white .callout-omaroon a::after,
.bg-white .callout-omaroon a::after {
  color: #900021;
}
.bg-maroon .callout-omaroon a:visited,
.bg-maroon-light .callout-omaroon a:visited,
.bg-maroon-dark .callout-omaroon a:visited,
.bg-gold .callout-omaroon a:visited,
.bg-gold-light .callout-omaroon a:visited,
.bg-gray-lighter .callout-omaroon a:visited,
.bg-gray-light .callout-omaroon a:visited,
.bg-gray-medium .callout-omaroon a:visited,
.bg-gold-dark .callout-omaroon a:visited,
.bg-gray-dark .callout-omaroon a:visited,
.bg-gray-darker .callout-omaroon a:visited,
.bg-off-white .callout-omaroon a:visited,
.bg-white .callout-omaroon a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.bg-maroon .callout-omaroon a:visited::after,
.bg-maroon-light .callout-omaroon a:visited::after,
.bg-maroon-dark .callout-omaroon a:visited::after,
.bg-gold .callout-omaroon a:visited::after,
.bg-gold-light .callout-omaroon a:visited::after,
.bg-gray-lighter .callout-omaroon a:visited::after,
.bg-gray-light .callout-omaroon a:visited::after,
.bg-gray-medium .callout-omaroon a:visited::after,
.bg-gold-dark .callout-omaroon a:visited::after,
.bg-gray-dark .callout-omaroon a:visited::after,
.bg-gray-darker .callout-omaroon a:visited::after,
.bg-off-white .callout-omaroon a:visited::after,
.bg-white .callout-omaroon a:visited::after {
  color: #900021;
}
.bg-maroon .callout-omaroon a:hover,
.bg-maroon-light .callout-omaroon a:hover,
.bg-maroon-dark .callout-omaroon a:hover,
.bg-gold .callout-omaroon a:hover,
.bg-gold-light .callout-omaroon a:hover,
.bg-gray-lighter .callout-omaroon a:hover,
.bg-gray-light .callout-omaroon a:hover,
.bg-gray-medium .callout-omaroon a:hover,
.bg-gold-dark .callout-omaroon a:hover,
.bg-gray-dark .callout-omaroon a:hover,
.bg-gray-darker .callout-omaroon a:hover,
.bg-off-white .callout-omaroon a:hover,
.bg-white .callout-omaroon a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.bg-maroon .callout-omaroon a:hover::after,
.bg-maroon-light .callout-omaroon a:hover::after,
.bg-maroon-dark .callout-omaroon a:hover::after,
.bg-gold .callout-omaroon a:hover::after,
.bg-gold-light .callout-omaroon a:hover::after,
.bg-gray-lighter .callout-omaroon a:hover::after,
.bg-gray-light .callout-omaroon a:hover::after,
.bg-gray-medium .callout-omaroon a:hover::after,
.bg-gold-dark .callout-omaroon a:hover::after,
.bg-gray-dark .callout-omaroon a:hover::after,
.bg-gray-darker .callout-omaroon a:hover::after,
.bg-off-white .callout-omaroon a:hover::after,
.bg-white .callout-omaroon a:hover::after {
  color: #900021;
}
.bg-maroon .callout-omaroon a:hover,
.bg-maroon .callout-omaroon a.emphasis:hover,
.bg-maroon-light .callout-omaroon a:hover,
.bg-maroon-light .callout-omaroon a.emphasis:hover,
.bg-maroon-dark .callout-omaroon a:hover,
.bg-maroon-dark .callout-omaroon a.emphasis:hover,
.bg-gold .callout-omaroon a:hover,
.bg-gold .callout-omaroon a.emphasis:hover,
.bg-gold-light .callout-omaroon a:hover,
.bg-gold-light .callout-omaroon a.emphasis:hover,
.bg-gray-lighter .callout-omaroon a:hover,
.bg-gray-lighter .callout-omaroon a.emphasis:hover,
.bg-gray-light .callout-omaroon a:hover,
.bg-gray-light .callout-omaroon a.emphasis:hover,
.bg-gray-medium .callout-omaroon a:hover,
.bg-gray-medium .callout-omaroon a.emphasis:hover,
.bg-gold-dark .callout-omaroon a:hover,
.bg-gold-dark .callout-omaroon a.emphasis:hover,
.bg-gray-dark .callout-omaroon a:hover,
.bg-gray-dark .callout-omaroon a.emphasis:hover,
.bg-gray-darker .callout-omaroon a:hover,
.bg-gray-darker .callout-omaroon a.emphasis:hover,
.bg-off-white .callout-omaroon a:hover,
.bg-off-white .callout-omaroon a.emphasis:hover,
.bg-white .callout-omaroon a:hover,
.bg-white .callout-omaroon a.emphasis:hover {
  background-color: #fff;
}
.bg-maroon .callout-omaroon h2,
.bg-maroon .callout-omaroon h3,
.bg-maroon .callout-omaroon h4,
.bg-maroon .callout-omaroon h5,
.bg-maroon .callout-omaroon h6,
.bg-maroon .callout-omaroon p,
.bg-maroon .callout-omaroon div,
.bg-maroon-light .callout-omaroon h2,
.bg-maroon-light .callout-omaroon h3,
.bg-maroon-light .callout-omaroon h4,
.bg-maroon-light .callout-omaroon h5,
.bg-maroon-light .callout-omaroon h6,
.bg-maroon-light .callout-omaroon p,
.bg-maroon-light .callout-omaroon div,
.bg-maroon-dark .callout-omaroon h2,
.bg-maroon-dark .callout-omaroon h3,
.bg-maroon-dark .callout-omaroon h4,
.bg-maroon-dark .callout-omaroon h5,
.bg-maroon-dark .callout-omaroon h6,
.bg-maroon-dark .callout-omaroon p,
.bg-maroon-dark .callout-omaroon div,
.bg-gold .callout-omaroon h2,
.bg-gold .callout-omaroon h3,
.bg-gold .callout-omaroon h4,
.bg-gold .callout-omaroon h5,
.bg-gold .callout-omaroon h6,
.bg-gold .callout-omaroon p,
.bg-gold .callout-omaroon div,
.bg-gold-light .callout-omaroon h2,
.bg-gold-light .callout-omaroon h3,
.bg-gold-light .callout-omaroon h4,
.bg-gold-light .callout-omaroon h5,
.bg-gold-light .callout-omaroon h6,
.bg-gold-light .callout-omaroon p,
.bg-gold-light .callout-omaroon div,
.bg-gray-lighter .callout-omaroon h2,
.bg-gray-lighter .callout-omaroon h3,
.bg-gray-lighter .callout-omaroon h4,
.bg-gray-lighter .callout-omaroon h5,
.bg-gray-lighter .callout-omaroon h6,
.bg-gray-lighter .callout-omaroon p,
.bg-gray-lighter .callout-omaroon div,
.bg-gray-light .callout-omaroon h2,
.bg-gray-light .callout-omaroon h3,
.bg-gray-light .callout-omaroon h4,
.bg-gray-light .callout-omaroon h5,
.bg-gray-light .callout-omaroon h6,
.bg-gray-light .callout-omaroon p,
.bg-gray-light .callout-omaroon div,
.bg-gray-medium .callout-omaroon h2,
.bg-gray-medium .callout-omaroon h3,
.bg-gray-medium .callout-omaroon h4,
.bg-gray-medium .callout-omaroon h5,
.bg-gray-medium .callout-omaroon h6,
.bg-gray-medium .callout-omaroon p,
.bg-gray-medium .callout-omaroon div,
.bg-gold-dark .callout-omaroon h2,
.bg-gold-dark .callout-omaroon h3,
.bg-gold-dark .callout-omaroon h4,
.bg-gold-dark .callout-omaroon h5,
.bg-gold-dark .callout-omaroon h6,
.bg-gold-dark .callout-omaroon p,
.bg-gold-dark .callout-omaroon div,
.bg-gray-dark .callout-omaroon h2,
.bg-gray-dark .callout-omaroon h3,
.bg-gray-dark .callout-omaroon h4,
.bg-gray-dark .callout-omaroon h5,
.bg-gray-dark .callout-omaroon h6,
.bg-gray-dark .callout-omaroon p,
.bg-gray-dark .callout-omaroon div,
.bg-gray-darker .callout-omaroon h2,
.bg-gray-darker .callout-omaroon h3,
.bg-gray-darker .callout-omaroon h4,
.bg-gray-darker .callout-omaroon h5,
.bg-gray-darker .callout-omaroon h6,
.bg-gray-darker .callout-omaroon p,
.bg-gray-darker .callout-omaroon div,
.bg-off-white .callout-omaroon h2,
.bg-off-white .callout-omaroon h3,
.bg-off-white .callout-omaroon h4,
.bg-off-white .callout-omaroon h5,
.bg-off-white .callout-omaroon h6,
.bg-off-white .callout-omaroon p,
.bg-off-white .callout-omaroon div,
.bg-white .callout-omaroon h2,
.bg-white .callout-omaroon h3,
.bg-white .callout-omaroon h4,
.bg-white .callout-omaroon h5,
.bg-white .callout-omaroon h6,
.bg-white .callout-omaroon p,
.bg-white .callout-omaroon div {
  color: #333;
}
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused div {
  color: #333;
}
.bg-maroon .callout-omaroon a,
.bg-maroon-light .callout-omaroon a,
.bg-maroon-dark .callout-omaroon a,
.bg-gold .callout-omaroon a,
.bg-gold-light .callout-omaroon a,
.bg-gray-lighter .callout-omaroon a,
.bg-gray-light .callout-omaroon a,
.bg-gray-medium .callout-omaroon a,
.bg-gold-dark .callout-omaroon a,
.bg-gray-dark .callout-omaroon a,
.bg-gray-darker .callout-omaroon a,
.bg-off-white .callout-omaroon a,
.bg-white .callout-omaroon a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.bg-maroon .callout-omaroon a:active,
.bg-maroon-light .callout-omaroon a:active,
.bg-maroon-dark .callout-omaroon a:active,
.bg-gold .callout-omaroon a:active,
.bg-gold-light .callout-omaroon a:active,
.bg-gray-lighter .callout-omaroon a:active,
.bg-gray-light .callout-omaroon a:active,
.bg-gray-medium .callout-omaroon a:active,
.bg-gold-dark .callout-omaroon a:active,
.bg-gray-dark .callout-omaroon a:active,
.bg-gray-darker .callout-omaroon a:active,
.bg-off-white .callout-omaroon a:active,
.bg-white .callout-omaroon a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-omaroon a:focus,
.bg-maroon-light .callout-omaroon a:focus,
.bg-maroon-dark .callout-omaroon a:focus,
.bg-gold .callout-omaroon a:focus,
.bg-gold-light .callout-omaroon a:focus,
.bg-gray-lighter .callout-omaroon a:focus,
.bg-gray-light .callout-omaroon a:focus,
.bg-gray-medium .callout-omaroon a:focus,
.bg-gold-dark .callout-omaroon a:focus,
.bg-gray-dark .callout-omaroon a:focus,
.bg-gray-darker .callout-omaroon a:focus,
.bg-off-white .callout-omaroon a:focus,
.bg-white .callout-omaroon a:focus {
  background-color: #ffd75f;
}
.bg-maroon .callout-omaroon a::after,
.bg-maroon-light .callout-omaroon a::after,
.bg-maroon-dark .callout-omaroon a::after,
.bg-gold .callout-omaroon a::after,
.bg-gold-light .callout-omaroon a::after,
.bg-gray-lighter .callout-omaroon a::after,
.bg-gray-light .callout-omaroon a::after,
.bg-gray-medium .callout-omaroon a::after,
.bg-gold-dark .callout-omaroon a::after,
.bg-gray-dark .callout-omaroon a::after,
.bg-gray-darker .callout-omaroon a::after,
.bg-off-white .callout-omaroon a::after,
.bg-white .callout-omaroon a::after {
  color: #900021;
}
.bg-maroon .callout-omaroon a:visited,
.bg-maroon-light .callout-omaroon a:visited,
.bg-maroon-dark .callout-omaroon a:visited,
.bg-gold .callout-omaroon a:visited,
.bg-gold-light .callout-omaroon a:visited,
.bg-gray-lighter .callout-omaroon a:visited,
.bg-gray-light .callout-omaroon a:visited,
.bg-gray-medium .callout-omaroon a:visited,
.bg-gold-dark .callout-omaroon a:visited,
.bg-gray-dark .callout-omaroon a:visited,
.bg-gray-darker .callout-omaroon a:visited,
.bg-off-white .callout-omaroon a:visited,
.bg-white .callout-omaroon a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.bg-maroon .callout-omaroon a:visited::after,
.bg-maroon-light .callout-omaroon a:visited::after,
.bg-maroon-dark .callout-omaroon a:visited::after,
.bg-gold .callout-omaroon a:visited::after,
.bg-gold-light .callout-omaroon a:visited::after,
.bg-gray-lighter .callout-omaroon a:visited::after,
.bg-gray-light .callout-omaroon a:visited::after,
.bg-gray-medium .callout-omaroon a:visited::after,
.bg-gold-dark .callout-omaroon a:visited::after,
.bg-gray-dark .callout-omaroon a:visited::after,
.bg-gray-darker .callout-omaroon a:visited::after,
.bg-off-white .callout-omaroon a:visited::after,
.bg-white .callout-omaroon a:visited::after {
  color: #900021;
}
.bg-maroon .callout-omaroon a:hover,
.bg-maroon-light .callout-omaroon a:hover,
.bg-maroon-dark .callout-omaroon a:hover,
.bg-gold .callout-omaroon a:hover,
.bg-gold-light .callout-omaroon a:hover,
.bg-gray-lighter .callout-omaroon a:hover,
.bg-gray-light .callout-omaroon a:hover,
.bg-gray-medium .callout-omaroon a:hover,
.bg-gold-dark .callout-omaroon a:hover,
.bg-gray-dark .callout-omaroon a:hover,
.bg-gray-darker .callout-omaroon a:hover,
.bg-off-white .callout-omaroon a:hover,
.bg-white .callout-omaroon a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.bg-maroon .callout-omaroon a:hover::after,
.bg-maroon-light .callout-omaroon a:hover::after,
.bg-maroon-dark .callout-omaroon a:hover::after,
.bg-gold .callout-omaroon a:hover::after,
.bg-gold-light .callout-omaroon a:hover::after,
.bg-gray-lighter .callout-omaroon a:hover::after,
.bg-gray-light .callout-omaroon a:hover::after,
.bg-gray-medium .callout-omaroon a:hover::after,
.bg-gold-dark .callout-omaroon a:hover::after,
.bg-gray-dark .callout-omaroon a:hover::after,
.bg-gray-darker .callout-omaroon a:hover::after,
.bg-off-white .callout-omaroon a:hover::after,
.bg-white .callout-omaroon a:hover::after {
  color: #900021;
}
.bg-maroon .callout-omaroon,
.bg-maroon-light .callout-omaroon,
.bg-maroon-dark .callout-omaroon,
.bg-gold .callout-omaroon,
.bg-gold-light .callout-omaroon,
.bg-gray-lighter .callout-omaroon,
.bg-gray-light .callout-omaroon,
.bg-gray-medium .callout-omaroon,
.bg-gold-dark .callout-omaroon,
.bg-gray-dark .callout-omaroon,
.bg-gray-darker .callout-omaroon,
.bg-off-white .callout-omaroon,
.bg-white .callout-omaroon {
  padding: 1.1em;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 50em) {
  .bg-maroon .callout-omaroon,
  .bg-maroon-light .callout-omaroon,
  .bg-maroon-dark .callout-omaroon,
  .bg-gold .callout-omaroon,
  .bg-gold-light .callout-omaroon,
  .bg-gray-lighter .callout-omaroon,
  .bg-gray-light .callout-omaroon,
  .bg-gray-medium .callout-omaroon,
  .bg-gold-dark .callout-omaroon,
  .bg-gray-dark .callout-omaroon,
  .bg-gray-darker .callout-omaroon,
  .bg-off-white .callout-omaroon,
  .bg-white .callout-omaroon {
    position: absolute;
  }
  .bg-maroon .callout-omaroon.display-100,
  .bg-maroon-light .callout-omaroon.display-100,
  .bg-maroon-dark .callout-omaroon.display-100,
  .bg-gold .callout-omaroon.display-100,
  .bg-gold-light .callout-omaroon.display-100,
  .bg-gray-lighter .callout-omaroon.display-100,
  .bg-gray-light .callout-omaroon.display-100,
  .bg-gray-medium .callout-omaroon.display-100,
  .bg-gold-dark .callout-omaroon.display-100,
  .bg-gray-dark .callout-omaroon.display-100,
  .bg-gray-darker .callout-omaroon.display-100,
  .bg-off-white .callout-omaroon.display-100,
  .bg-white .callout-omaroon.display-100 {
    bottom: 0;
  }
  .bg-maroon .callout-omaroon.top-right, .bg-maroon .callout-omaroon.top-left,
  .bg-maroon-light .callout-omaroon.top-right,
  .bg-maroon-light .callout-omaroon.top-left,
  .bg-maroon-dark .callout-omaroon.top-right,
  .bg-maroon-dark .callout-omaroon.top-left,
  .bg-gold .callout-omaroon.top-right,
  .bg-gold .callout-omaroon.top-left,
  .bg-gold-light .callout-omaroon.top-right,
  .bg-gold-light .callout-omaroon.top-left,
  .bg-gray-lighter .callout-omaroon.top-right,
  .bg-gray-lighter .callout-omaroon.top-left,
  .bg-gray-light .callout-omaroon.top-right,
  .bg-gray-light .callout-omaroon.top-left,
  .bg-gray-medium .callout-omaroon.top-right,
  .bg-gray-medium .callout-omaroon.top-left,
  .bg-gold-dark .callout-omaroon.top-right,
  .bg-gold-dark .callout-omaroon.top-left,
  .bg-gray-dark .callout-omaroon.top-right,
  .bg-gray-dark .callout-omaroon.top-left,
  .bg-gray-darker .callout-omaroon.top-right,
  .bg-gray-darker .callout-omaroon.top-left,
  .bg-off-white .callout-omaroon.top-right,
  .bg-off-white .callout-omaroon.top-left,
  .bg-white .callout-omaroon.top-right,
  .bg-white .callout-omaroon.top-left {
    top: 2em;
  }
  .bg-maroon .callout-omaroon.callout-middle,
  .bg-maroon-light .callout-omaroon.callout-middle,
  .bg-maroon-dark .callout-omaroon.callout-middle,
  .bg-gold .callout-omaroon.callout-middle,
  .bg-gold-light .callout-omaroon.callout-middle,
  .bg-gray-lighter .callout-omaroon.callout-middle,
  .bg-gray-light .callout-omaroon.callout-middle,
  .bg-gray-medium .callout-omaroon.callout-middle,
  .bg-gold-dark .callout-omaroon.callout-middle,
  .bg-gray-dark .callout-omaroon.callout-middle,
  .bg-gray-darker .callout-omaroon.callout-middle,
  .bg-off-white .callout-omaroon.callout-middle,
  .bg-white .callout-omaroon.callout-middle {
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .bg-maroon .callout-omaroon.callout-middle,
  .bg-maroon-light .callout-omaroon.callout-middle,
  .bg-maroon-dark .callout-omaroon.callout-middle,
  .bg-gold .callout-omaroon.callout-middle,
  .bg-gold-light .callout-omaroon.callout-middle,
  .bg-gray-lighter .callout-omaroon.callout-middle,
  .bg-gray-light .callout-omaroon.callout-middle,
  .bg-gray-medium .callout-omaroon.callout-middle,
  .bg-gold-dark .callout-omaroon.callout-middle,
  .bg-gray-dark .callout-omaroon.callout-middle,
  .bg-gray-darker .callout-omaroon.callout-middle,
  .bg-off-white .callout-omaroon.callout-middle,
  .bg-white .callout-omaroon.callout-middle {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 50em) {
  .bg-maroon .callout-omaroon.bottom-right, .bg-maroon .callout-omaroon.bottom-left,
  .bg-maroon-light .callout-omaroon.bottom-right,
  .bg-maroon-light .callout-omaroon.bottom-left,
  .bg-maroon-dark .callout-omaroon.bottom-right,
  .bg-maroon-dark .callout-omaroon.bottom-left,
  .bg-gold .callout-omaroon.bottom-right,
  .bg-gold .callout-omaroon.bottom-left,
  .bg-gold-light .callout-omaroon.bottom-right,
  .bg-gold-light .callout-omaroon.bottom-left,
  .bg-gray-lighter .callout-omaroon.bottom-right,
  .bg-gray-lighter .callout-omaroon.bottom-left,
  .bg-gray-light .callout-omaroon.bottom-right,
  .bg-gray-light .callout-omaroon.bottom-left,
  .bg-gray-medium .callout-omaroon.bottom-right,
  .bg-gray-medium .callout-omaroon.bottom-left,
  .bg-gold-dark .callout-omaroon.bottom-right,
  .bg-gold-dark .callout-omaroon.bottom-left,
  .bg-gray-dark .callout-omaroon.bottom-right,
  .bg-gray-dark .callout-omaroon.bottom-left,
  .bg-gray-darker .callout-omaroon.bottom-right,
  .bg-gray-darker .callout-omaroon.bottom-left,
  .bg-off-white .callout-omaroon.bottom-right,
  .bg-off-white .callout-omaroon.bottom-left,
  .bg-white .callout-omaroon.bottom-right,
  .bg-white .callout-omaroon.bottom-left {
    bottom: 2em;
  }
  .bg-maroon .callout-omaroon.top-right, .bg-maroon .callout-omaroon.bottom-right,
  .bg-maroon-light .callout-omaroon.top-right,
  .bg-maroon-light .callout-omaroon.bottom-right,
  .bg-maroon-dark .callout-omaroon.top-right,
  .bg-maroon-dark .callout-omaroon.bottom-right,
  .bg-gold .callout-omaroon.top-right,
  .bg-gold .callout-omaroon.bottom-right,
  .bg-gold-light .callout-omaroon.top-right,
  .bg-gold-light .callout-omaroon.bottom-right,
  .bg-gray-lighter .callout-omaroon.top-right,
  .bg-gray-lighter .callout-omaroon.bottom-right,
  .bg-gray-light .callout-omaroon.top-right,
  .bg-gray-light .callout-omaroon.bottom-right,
  .bg-gray-medium .callout-omaroon.top-right,
  .bg-gray-medium .callout-omaroon.bottom-right,
  .bg-gold-dark .callout-omaroon.top-right,
  .bg-gold-dark .callout-omaroon.bottom-right,
  .bg-gray-dark .callout-omaroon.top-right,
  .bg-gray-dark .callout-omaroon.bottom-right,
  .bg-gray-darker .callout-omaroon.top-right,
  .bg-gray-darker .callout-omaroon.bottom-right,
  .bg-off-white .callout-omaroon.top-right,
  .bg-off-white .callout-omaroon.bottom-right,
  .bg-white .callout-omaroon.top-right,
  .bg-white .callout-omaroon.bottom-right {
    right: 2em;
  }
  .bg-maroon .callout-omaroon.top-left, .bg-maroon .callout-omaroon.bottom-left,
  .bg-maroon-light .callout-omaroon.top-left,
  .bg-maroon-light .callout-omaroon.bottom-left,
  .bg-maroon-dark .callout-omaroon.top-left,
  .bg-maroon-dark .callout-omaroon.bottom-left,
  .bg-gold .callout-omaroon.top-left,
  .bg-gold .callout-omaroon.bottom-left,
  .bg-gold-light .callout-omaroon.top-left,
  .bg-gold-light .callout-omaroon.bottom-left,
  .bg-gray-lighter .callout-omaroon.top-left,
  .bg-gray-lighter .callout-omaroon.bottom-left,
  .bg-gray-light .callout-omaroon.top-left,
  .bg-gray-light .callout-omaroon.bottom-left,
  .bg-gray-medium .callout-omaroon.top-left,
  .bg-gray-medium .callout-omaroon.bottom-left,
  .bg-gold-dark .callout-omaroon.top-left,
  .bg-gold-dark .callout-omaroon.bottom-left,
  .bg-gray-dark .callout-omaroon.top-left,
  .bg-gray-dark .callout-omaroon.bottom-left,
  .bg-gray-darker .callout-omaroon.top-left,
  .bg-gray-darker .callout-omaroon.bottom-left,
  .bg-off-white .callout-omaroon.top-left,
  .bg-off-white .callout-omaroon.bottom-left,
  .bg-white .callout-omaroon.top-left,
  .bg-white .callout-omaroon.bottom-left {
    left: 2em;
  }
  .bg-maroon .callout-omaroon.bottom,
  .bg-maroon-light .callout-omaroon.bottom,
  .bg-maroon-dark .callout-omaroon.bottom,
  .bg-gold .callout-omaroon.bottom,
  .bg-gold-light .callout-omaroon.bottom,
  .bg-gray-lighter .callout-omaroon.bottom,
  .bg-gray-light .callout-omaroon.bottom,
  .bg-gray-medium .callout-omaroon.bottom,
  .bg-gold-dark .callout-omaroon.bottom,
  .bg-gray-dark .callout-omaroon.bottom,
  .bg-gray-darker .callout-omaroon.bottom,
  .bg-off-white .callout-omaroon.bottom,
  .bg-white .callout-omaroon.bottom {
    bottom: 2em;
    width: calc(33% - 0em);
    left: 0;
    right: 0;
    margin: auto;
  }
}
.bg-maroon .callout-omaroon,
.bg-maroon-light .callout-omaroon,
.bg-maroon-dark .callout-omaroon,
.bg-gold .callout-omaroon,
.bg-gold-light .callout-omaroon,
.bg-gray-lighter .callout-omaroon,
.bg-gray-light .callout-omaroon,
.bg-gray-medium .callout-omaroon,
.bg-gold-dark .callout-omaroon,
.bg-gray-dark .callout-omaroon,
.bg-gray-darker .callout-omaroon,
.bg-off-white .callout-omaroon,
.bg-white .callout-omaroon {
  background-color: #7a0019;
}
.bg-maroon .callout-omaroon h2,
.bg-maroon .callout-omaroon h3,
.bg-maroon .callout-omaroon h4,
.bg-maroon .callout-omaroon h5,
.bg-maroon .callout-omaroon h6,
.bg-maroon .callout-omaroon p,
.bg-maroon .callout-omaroon div,
.bg-maroon-light .callout-omaroon h2,
.bg-maroon-light .callout-omaroon h3,
.bg-maroon-light .callout-omaroon h4,
.bg-maroon-light .callout-omaroon h5,
.bg-maroon-light .callout-omaroon h6,
.bg-maroon-light .callout-omaroon p,
.bg-maroon-light .callout-omaroon div,
.bg-maroon-dark .callout-omaroon h2,
.bg-maroon-dark .callout-omaroon h3,
.bg-maroon-dark .callout-omaroon h4,
.bg-maroon-dark .callout-omaroon h5,
.bg-maroon-dark .callout-omaroon h6,
.bg-maroon-dark .callout-omaroon p,
.bg-maroon-dark .callout-omaroon div,
.bg-gold .callout-omaroon h2,
.bg-gold .callout-omaroon h3,
.bg-gold .callout-omaroon h4,
.bg-gold .callout-omaroon h5,
.bg-gold .callout-omaroon h6,
.bg-gold .callout-omaroon p,
.bg-gold .callout-omaroon div,
.bg-gold-light .callout-omaroon h2,
.bg-gold-light .callout-omaroon h3,
.bg-gold-light .callout-omaroon h4,
.bg-gold-light .callout-omaroon h5,
.bg-gold-light .callout-omaroon h6,
.bg-gold-light .callout-omaroon p,
.bg-gold-light .callout-omaroon div,
.bg-gray-lighter .callout-omaroon h2,
.bg-gray-lighter .callout-omaroon h3,
.bg-gray-lighter .callout-omaroon h4,
.bg-gray-lighter .callout-omaroon h5,
.bg-gray-lighter .callout-omaroon h6,
.bg-gray-lighter .callout-omaroon p,
.bg-gray-lighter .callout-omaroon div,
.bg-gray-light .callout-omaroon h2,
.bg-gray-light .callout-omaroon h3,
.bg-gray-light .callout-omaroon h4,
.bg-gray-light .callout-omaroon h5,
.bg-gray-light .callout-omaroon h6,
.bg-gray-light .callout-omaroon p,
.bg-gray-light .callout-omaroon div,
.bg-gray-medium .callout-omaroon h2,
.bg-gray-medium .callout-omaroon h3,
.bg-gray-medium .callout-omaroon h4,
.bg-gray-medium .callout-omaroon h5,
.bg-gray-medium .callout-omaroon h6,
.bg-gray-medium .callout-omaroon p,
.bg-gray-medium .callout-omaroon div,
.bg-gold-dark .callout-omaroon h2,
.bg-gold-dark .callout-omaroon h3,
.bg-gold-dark .callout-omaroon h4,
.bg-gold-dark .callout-omaroon h5,
.bg-gold-dark .callout-omaroon h6,
.bg-gold-dark .callout-omaroon p,
.bg-gold-dark .callout-omaroon div,
.bg-gray-dark .callout-omaroon h2,
.bg-gray-dark .callout-omaroon h3,
.bg-gray-dark .callout-omaroon h4,
.bg-gray-dark .callout-omaroon h5,
.bg-gray-dark .callout-omaroon h6,
.bg-gray-dark .callout-omaroon p,
.bg-gray-dark .callout-omaroon div,
.bg-gray-darker .callout-omaroon h2,
.bg-gray-darker .callout-omaroon h3,
.bg-gray-darker .callout-omaroon h4,
.bg-gray-darker .callout-omaroon h5,
.bg-gray-darker .callout-omaroon h6,
.bg-gray-darker .callout-omaroon p,
.bg-gray-darker .callout-omaroon div,
.bg-off-white .callout-omaroon h2,
.bg-off-white .callout-omaroon h3,
.bg-off-white .callout-omaroon h4,
.bg-off-white .callout-omaroon h5,
.bg-off-white .callout-omaroon h6,
.bg-off-white .callout-omaroon p,
.bg-off-white .callout-omaroon div,
.bg-white .callout-omaroon h2,
.bg-white .callout-omaroon h3,
.bg-white .callout-omaroon h4,
.bg-white .callout-omaroon h5,
.bg-white .callout-omaroon h6,
.bg-white .callout-omaroon p,
.bg-white .callout-omaroon div {
  color: #fff;
}
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-off-white .callout-omaroon .ck-editor__nested-editable_focused div,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h2,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h3,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h4,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h5,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused h6,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused p,
.bg-white .callout-omaroon .ck-editor__nested-editable_focused div {
  color: #232429;
}
.bg-maroon .callout-omaroon a,
.bg-maroon-light .callout-omaroon a,
.bg-maroon-dark .callout-omaroon a,
.bg-gold .callout-omaroon a,
.bg-gold-light .callout-omaroon a,
.bg-gray-lighter .callout-omaroon a,
.bg-gray-light .callout-omaroon a,
.bg-gray-medium .callout-omaroon a,
.bg-gold-dark .callout-omaroon a,
.bg-gray-dark .callout-omaroon a,
.bg-gray-darker .callout-omaroon a,
.bg-off-white .callout-omaroon a,
.bg-white .callout-omaroon a {
  color: #ffde7a;
  border-bottom: 1px solid #ffde7a;
}
.bg-maroon .callout-omaroon a:visited,
.bg-maroon-light .callout-omaroon a:visited,
.bg-maroon-dark .callout-omaroon a:visited,
.bg-gold .callout-omaroon a:visited,
.bg-gold-light .callout-omaroon a:visited,
.bg-gray-lighter .callout-omaroon a:visited,
.bg-gray-light .callout-omaroon a:visited,
.bg-gray-medium .callout-omaroon a:visited,
.bg-gold-dark .callout-omaroon a:visited,
.bg-gray-dark .callout-omaroon a:visited,
.bg-gray-darker .callout-omaroon a:visited,
.bg-off-white .callout-omaroon a:visited,
.bg-white .callout-omaroon a:visited {
  color: #d5d6d2;
  border-bottom: #d5d6d2;
}
.bg-maroon .callout-omaroon a:hover,
.bg-maroon-light .callout-omaroon a:hover,
.bg-maroon-dark .callout-omaroon a:hover,
.bg-gold .callout-omaroon a:hover,
.bg-gold-light .callout-omaroon a:hover,
.bg-gray-lighter .callout-omaroon a:hover,
.bg-gray-light .callout-omaroon a:hover,
.bg-gray-medium .callout-omaroon a:hover,
.bg-gold-dark .callout-omaroon a:hover,
.bg-gray-dark .callout-omaroon a:hover,
.bg-gray-darker .callout-omaroon a:hover,
.bg-off-white .callout-omaroon a:hover,
.bg-white .callout-omaroon a:hover {
  background-color: #fff;
  color: #900021;
  border-bottom: 1px solid #fff;
}
.bg-maroon .callout-omaroon a:focus,
.bg-maroon-light .callout-omaroon a:focus,
.bg-maroon-dark .callout-omaroon a:focus,
.bg-gold .callout-omaroon a:focus,
.bg-gold-light .callout-omaroon a:focus,
.bg-gray-lighter .callout-omaroon a:focus,
.bg-gray-light .callout-omaroon a:focus,
.bg-gray-medium .callout-omaroon a:focus,
.bg-gold-dark .callout-omaroon a:focus,
.bg-gray-dark .callout-omaroon a:focus,
.bg-gray-darker .callout-omaroon a:focus,
.bg-off-white .callout-omaroon a:focus,
.bg-white .callout-omaroon a:focus {
  color: #333;
}
.bg-maroon .callout-omaroon a.emphasis, .bg-maroon .callout-omaroon a.emphasis:visited,
.bg-maroon-light .callout-omaroon a.emphasis,
.bg-maroon-light .callout-omaroon a.emphasis:visited,
.bg-maroon-dark .callout-omaroon a.emphasis,
.bg-maroon-dark .callout-omaroon a.emphasis:visited,
.bg-gold .callout-omaroon a.emphasis,
.bg-gold .callout-omaroon a.emphasis:visited,
.bg-gold-light .callout-omaroon a.emphasis,
.bg-gold-light .callout-omaroon a.emphasis:visited,
.bg-gray-lighter .callout-omaroon a.emphasis,
.bg-gray-lighter .callout-omaroon a.emphasis:visited,
.bg-gray-light .callout-omaroon a.emphasis,
.bg-gray-light .callout-omaroon a.emphasis:visited,
.bg-gray-medium .callout-omaroon a.emphasis,
.bg-gray-medium .callout-omaroon a.emphasis:visited,
.bg-gold-dark .callout-omaroon a.emphasis,
.bg-gold-dark .callout-omaroon a.emphasis:visited,
.bg-gray-dark .callout-omaroon a.emphasis,
.bg-gray-dark .callout-omaroon a.emphasis:visited,
.bg-gray-darker .callout-omaroon a.emphasis,
.bg-gray-darker .callout-omaroon a.emphasis:visited,
.bg-off-white .callout-omaroon a.emphasis,
.bg-off-white .callout-omaroon a.emphasis:visited,
.bg-white .callout-omaroon a.emphasis,
.bg-white .callout-omaroon a.emphasis:visited {
  color: #fc3;
}
.bg-maroon .callout-omaroon a.emphasis::after, .bg-maroon .callout-omaroon a.emphasis:visited::after,
.bg-maroon-light .callout-omaroon a.emphasis::after,
.bg-maroon-light .callout-omaroon a.emphasis:visited::after,
.bg-maroon-dark .callout-omaroon a.emphasis::after,
.bg-maroon-dark .callout-omaroon a.emphasis:visited::after,
.bg-gold .callout-omaroon a.emphasis::after,
.bg-gold .callout-omaroon a.emphasis:visited::after,
.bg-gold-light .callout-omaroon a.emphasis::after,
.bg-gold-light .callout-omaroon a.emphasis:visited::after,
.bg-gray-lighter .callout-omaroon a.emphasis::after,
.bg-gray-lighter .callout-omaroon a.emphasis:visited::after,
.bg-gray-light .callout-omaroon a.emphasis::after,
.bg-gray-light .callout-omaroon a.emphasis:visited::after,
.bg-gray-medium .callout-omaroon a.emphasis::after,
.bg-gray-medium .callout-omaroon a.emphasis:visited::after,
.bg-gold-dark .callout-omaroon a.emphasis::after,
.bg-gold-dark .callout-omaroon a.emphasis:visited::after,
.bg-gray-dark .callout-omaroon a.emphasis::after,
.bg-gray-dark .callout-omaroon a.emphasis:visited::after,
.bg-gray-darker .callout-omaroon a.emphasis::after,
.bg-gray-darker .callout-omaroon a.emphasis:visited::after,
.bg-off-white .callout-omaroon a.emphasis::after,
.bg-off-white .callout-omaroon a.emphasis:visited::after,
.bg-white .callout-omaroon a.emphasis::after,
.bg-white .callout-omaroon a.emphasis:visited::after {
  color: #fc3;
}
.bg-maroon .callout-omaroon a.emphasis:hover, .bg-maroon .callout-omaroon a.emphasis:focus, .bg-maroon .callout-omaroon a.emphasis:active, .bg-maroon .callout-omaroon a.emphasis:visited:hover, .bg-maroon .callout-omaroon a.emphasis:visited:focus, .bg-maroon .callout-omaroon a.emphasis:visited:active,
.bg-maroon-light .callout-omaroon a.emphasis:hover,
.bg-maroon-light .callout-omaroon a.emphasis:focus,
.bg-maroon-light .callout-omaroon a.emphasis:active,
.bg-maroon-light .callout-omaroon a.emphasis:visited:hover,
.bg-maroon-light .callout-omaroon a.emphasis:visited:focus,
.bg-maroon-light .callout-omaroon a.emphasis:visited:active,
.bg-maroon-dark .callout-omaroon a.emphasis:hover,
.bg-maroon-dark .callout-omaroon a.emphasis:focus,
.bg-maroon-dark .callout-omaroon a.emphasis:active,
.bg-maroon-dark .callout-omaroon a.emphasis:visited:hover,
.bg-maroon-dark .callout-omaroon a.emphasis:visited:focus,
.bg-maroon-dark .callout-omaroon a.emphasis:visited:active,
.bg-gold .callout-omaroon a.emphasis:hover,
.bg-gold .callout-omaroon a.emphasis:focus,
.bg-gold .callout-omaroon a.emphasis:active,
.bg-gold .callout-omaroon a.emphasis:visited:hover,
.bg-gold .callout-omaroon a.emphasis:visited:focus,
.bg-gold .callout-omaroon a.emphasis:visited:active,
.bg-gold-light .callout-omaroon a.emphasis:hover,
.bg-gold-light .callout-omaroon a.emphasis:focus,
.bg-gold-light .callout-omaroon a.emphasis:active,
.bg-gold-light .callout-omaroon a.emphasis:visited:hover,
.bg-gold-light .callout-omaroon a.emphasis:visited:focus,
.bg-gold-light .callout-omaroon a.emphasis:visited:active,
.bg-gray-lighter .callout-omaroon a.emphasis:hover,
.bg-gray-lighter .callout-omaroon a.emphasis:focus,
.bg-gray-lighter .callout-omaroon a.emphasis:active,
.bg-gray-lighter .callout-omaroon a.emphasis:visited:hover,
.bg-gray-lighter .callout-omaroon a.emphasis:visited:focus,
.bg-gray-lighter .callout-omaroon a.emphasis:visited:active,
.bg-gray-light .callout-omaroon a.emphasis:hover,
.bg-gray-light .callout-omaroon a.emphasis:focus,
.bg-gray-light .callout-omaroon a.emphasis:active,
.bg-gray-light .callout-omaroon a.emphasis:visited:hover,
.bg-gray-light .callout-omaroon a.emphasis:visited:focus,
.bg-gray-light .callout-omaroon a.emphasis:visited:active,
.bg-gray-medium .callout-omaroon a.emphasis:hover,
.bg-gray-medium .callout-omaroon a.emphasis:focus,
.bg-gray-medium .callout-omaroon a.emphasis:active,
.bg-gray-medium .callout-omaroon a.emphasis:visited:hover,
.bg-gray-medium .callout-omaroon a.emphasis:visited:focus,
.bg-gray-medium .callout-omaroon a.emphasis:visited:active,
.bg-gold-dark .callout-omaroon a.emphasis:hover,
.bg-gold-dark .callout-omaroon a.emphasis:focus,
.bg-gold-dark .callout-omaroon a.emphasis:active,
.bg-gold-dark .callout-omaroon a.emphasis:visited:hover,
.bg-gold-dark .callout-omaroon a.emphasis:visited:focus,
.bg-gold-dark .callout-omaroon a.emphasis:visited:active,
.bg-gray-dark .callout-omaroon a.emphasis:hover,
.bg-gray-dark .callout-omaroon a.emphasis:focus,
.bg-gray-dark .callout-omaroon a.emphasis:active,
.bg-gray-dark .callout-omaroon a.emphasis:visited:hover,
.bg-gray-dark .callout-omaroon a.emphasis:visited:focus,
.bg-gray-dark .callout-omaroon a.emphasis:visited:active,
.bg-gray-darker .callout-omaroon a.emphasis:hover,
.bg-gray-darker .callout-omaroon a.emphasis:focus,
.bg-gray-darker .callout-omaroon a.emphasis:active,
.bg-gray-darker .callout-omaroon a.emphasis:visited:hover,
.bg-gray-darker .callout-omaroon a.emphasis:visited:focus,
.bg-gray-darker .callout-omaroon a.emphasis:visited:active,
.bg-off-white .callout-omaroon a.emphasis:hover,
.bg-off-white .callout-omaroon a.emphasis:focus,
.bg-off-white .callout-omaroon a.emphasis:active,
.bg-off-white .callout-omaroon a.emphasis:visited:hover,
.bg-off-white .callout-omaroon a.emphasis:visited:focus,
.bg-off-white .callout-omaroon a.emphasis:visited:active,
.bg-white .callout-omaroon a.emphasis:hover,
.bg-white .callout-omaroon a.emphasis:focus,
.bg-white .callout-omaroon a.emphasis:active,
.bg-white .callout-omaroon a.emphasis:visited:hover,
.bg-white .callout-omaroon a.emphasis:visited:focus,
.bg-white .callout-omaroon a.emphasis:visited:active {
  background-color: #fff;
  color: #7a0019;
}
.bg-maroon .callout-omaroon a.emphasis:hover::after, .bg-maroon .callout-omaroon a.emphasis:focus::after, .bg-maroon .callout-omaroon a.emphasis:active::after, .bg-maroon .callout-omaroon a.emphasis:visited:hover::after, .bg-maroon .callout-omaroon a.emphasis:visited:focus::after, .bg-maroon .callout-omaroon a.emphasis:visited:active::after,
.bg-maroon-light .callout-omaroon a.emphasis:hover::after,
.bg-maroon-light .callout-omaroon a.emphasis:focus::after,
.bg-maroon-light .callout-omaroon a.emphasis:active::after,
.bg-maroon-light .callout-omaroon a.emphasis:visited:hover::after,
.bg-maroon-light .callout-omaroon a.emphasis:visited:focus::after,
.bg-maroon-light .callout-omaroon a.emphasis:visited:active::after,
.bg-maroon-dark .callout-omaroon a.emphasis:hover::after,
.bg-maroon-dark .callout-omaroon a.emphasis:focus::after,
.bg-maroon-dark .callout-omaroon a.emphasis:active::after,
.bg-maroon-dark .callout-omaroon a.emphasis:visited:hover::after,
.bg-maroon-dark .callout-omaroon a.emphasis:visited:focus::after,
.bg-maroon-dark .callout-omaroon a.emphasis:visited:active::after,
.bg-gold .callout-omaroon a.emphasis:hover::after,
.bg-gold .callout-omaroon a.emphasis:focus::after,
.bg-gold .callout-omaroon a.emphasis:active::after,
.bg-gold .callout-omaroon a.emphasis:visited:hover::after,
.bg-gold .callout-omaroon a.emphasis:visited:focus::after,
.bg-gold .callout-omaroon a.emphasis:visited:active::after,
.bg-gold-light .callout-omaroon a.emphasis:hover::after,
.bg-gold-light .callout-omaroon a.emphasis:focus::after,
.bg-gold-light .callout-omaroon a.emphasis:active::after,
.bg-gold-light .callout-omaroon a.emphasis:visited:hover::after,
.bg-gold-light .callout-omaroon a.emphasis:visited:focus::after,
.bg-gold-light .callout-omaroon a.emphasis:visited:active::after,
.bg-gray-lighter .callout-omaroon a.emphasis:hover::after,
.bg-gray-lighter .callout-omaroon a.emphasis:focus::after,
.bg-gray-lighter .callout-omaroon a.emphasis:active::after,
.bg-gray-lighter .callout-omaroon a.emphasis:visited:hover::after,
.bg-gray-lighter .callout-omaroon a.emphasis:visited:focus::after,
.bg-gray-lighter .callout-omaroon a.emphasis:visited:active::after,
.bg-gray-light .callout-omaroon a.emphasis:hover::after,
.bg-gray-light .callout-omaroon a.emphasis:focus::after,
.bg-gray-light .callout-omaroon a.emphasis:active::after,
.bg-gray-light .callout-omaroon a.emphasis:visited:hover::after,
.bg-gray-light .callout-omaroon a.emphasis:visited:focus::after,
.bg-gray-light .callout-omaroon a.emphasis:visited:active::after,
.bg-gray-medium .callout-omaroon a.emphasis:hover::after,
.bg-gray-medium .callout-omaroon a.emphasis:focus::after,
.bg-gray-medium .callout-omaroon a.emphasis:active::after,
.bg-gray-medium .callout-omaroon a.emphasis:visited:hover::after,
.bg-gray-medium .callout-omaroon a.emphasis:visited:focus::after,
.bg-gray-medium .callout-omaroon a.emphasis:visited:active::after,
.bg-gold-dark .callout-omaroon a.emphasis:hover::after,
.bg-gold-dark .callout-omaroon a.emphasis:focus::after,
.bg-gold-dark .callout-omaroon a.emphasis:active::after,
.bg-gold-dark .callout-omaroon a.emphasis:visited:hover::after,
.bg-gold-dark .callout-omaroon a.emphasis:visited:focus::after,
.bg-gold-dark .callout-omaroon a.emphasis:visited:active::after,
.bg-gray-dark .callout-omaroon a.emphasis:hover::after,
.bg-gray-dark .callout-omaroon a.emphasis:focus::after,
.bg-gray-dark .callout-omaroon a.emphasis:active::after,
.bg-gray-dark .callout-omaroon a.emphasis:visited:hover::after,
.bg-gray-dark .callout-omaroon a.emphasis:visited:focus::after,
.bg-gray-dark .callout-omaroon a.emphasis:visited:active::after,
.bg-gray-darker .callout-omaroon a.emphasis:hover::after,
.bg-gray-darker .callout-omaroon a.emphasis:focus::after,
.bg-gray-darker .callout-omaroon a.emphasis:active::after,
.bg-gray-darker .callout-omaroon a.emphasis:visited:hover::after,
.bg-gray-darker .callout-omaroon a.emphasis:visited:focus::after,
.bg-gray-darker .callout-omaroon a.emphasis:visited:active::after,
.bg-off-white .callout-omaroon a.emphasis:hover::after,
.bg-off-white .callout-omaroon a.emphasis:focus::after,
.bg-off-white .callout-omaroon a.emphasis:active::after,
.bg-off-white .callout-omaroon a.emphasis:visited:hover::after,
.bg-off-white .callout-omaroon a.emphasis:visited:focus::after,
.bg-off-white .callout-omaroon a.emphasis:visited:active::after,
.bg-white .callout-omaroon a.emphasis:hover::after,
.bg-white .callout-omaroon a.emphasis:focus::after,
.bg-white .callout-omaroon a.emphasis:active::after,
.bg-white .callout-omaroon a.emphasis:visited:hover::after,
.bg-white .callout-omaroon a.emphasis:visited:focus::after,
.bg-white .callout-omaroon a.emphasis:visited:active::after {
  color: #7a0019;
}
.bg-maroon .callout-gold,
.bg-maroon-light .callout-gold,
.bg-maroon-dark .callout-gold,
.bg-gold .callout-gold,
.bg-gold-light .callout-gold,
.bg-gray-lighter .callout-gold,
.bg-gray-light .callout-gold,
.bg-gray-medium .callout-gold,
.bg-gold-dark .callout-gold,
.bg-gray-dark .callout-gold,
.bg-gray-darker .callout-gold,
.bg-off-white .callout-gold,
.bg-white .callout-gold {
  background-color: #ffde7a;
}
.bg-maroon .callout-gold h2,
.bg-maroon .callout-gold h3,
.bg-maroon .callout-gold h4,
.bg-maroon .callout-gold h5,
.bg-maroon .callout-gold h6,
.bg-maroon .callout-gold p,
.bg-maroon .callout-gold div,
.bg-maroon-light .callout-gold h2,
.bg-maroon-light .callout-gold h3,
.bg-maroon-light .callout-gold h4,
.bg-maroon-light .callout-gold h5,
.bg-maroon-light .callout-gold h6,
.bg-maroon-light .callout-gold p,
.bg-maroon-light .callout-gold div,
.bg-maroon-dark .callout-gold h2,
.bg-maroon-dark .callout-gold h3,
.bg-maroon-dark .callout-gold h4,
.bg-maroon-dark .callout-gold h5,
.bg-maroon-dark .callout-gold h6,
.bg-maroon-dark .callout-gold p,
.bg-maroon-dark .callout-gold div,
.bg-gold .callout-gold h2,
.bg-gold .callout-gold h3,
.bg-gold .callout-gold h4,
.bg-gold .callout-gold h5,
.bg-gold .callout-gold h6,
.bg-gold .callout-gold p,
.bg-gold .callout-gold div,
.bg-gold-light .callout-gold h2,
.bg-gold-light .callout-gold h3,
.bg-gold-light .callout-gold h4,
.bg-gold-light .callout-gold h5,
.bg-gold-light .callout-gold h6,
.bg-gold-light .callout-gold p,
.bg-gold-light .callout-gold div,
.bg-gray-lighter .callout-gold h2,
.bg-gray-lighter .callout-gold h3,
.bg-gray-lighter .callout-gold h4,
.bg-gray-lighter .callout-gold h5,
.bg-gray-lighter .callout-gold h6,
.bg-gray-lighter .callout-gold p,
.bg-gray-lighter .callout-gold div,
.bg-gray-light .callout-gold h2,
.bg-gray-light .callout-gold h3,
.bg-gray-light .callout-gold h4,
.bg-gray-light .callout-gold h5,
.bg-gray-light .callout-gold h6,
.bg-gray-light .callout-gold p,
.bg-gray-light .callout-gold div,
.bg-gray-medium .callout-gold h2,
.bg-gray-medium .callout-gold h3,
.bg-gray-medium .callout-gold h4,
.bg-gray-medium .callout-gold h5,
.bg-gray-medium .callout-gold h6,
.bg-gray-medium .callout-gold p,
.bg-gray-medium .callout-gold div,
.bg-gold-dark .callout-gold h2,
.bg-gold-dark .callout-gold h3,
.bg-gold-dark .callout-gold h4,
.bg-gold-dark .callout-gold h5,
.bg-gold-dark .callout-gold h6,
.bg-gold-dark .callout-gold p,
.bg-gold-dark .callout-gold div,
.bg-gray-dark .callout-gold h2,
.bg-gray-dark .callout-gold h3,
.bg-gray-dark .callout-gold h4,
.bg-gray-dark .callout-gold h5,
.bg-gray-dark .callout-gold h6,
.bg-gray-dark .callout-gold p,
.bg-gray-dark .callout-gold div,
.bg-gray-darker .callout-gold h2,
.bg-gray-darker .callout-gold h3,
.bg-gray-darker .callout-gold h4,
.bg-gray-darker .callout-gold h5,
.bg-gray-darker .callout-gold h6,
.bg-gray-darker .callout-gold p,
.bg-gray-darker .callout-gold div,
.bg-off-white .callout-gold h2,
.bg-off-white .callout-gold h3,
.bg-off-white .callout-gold h4,
.bg-off-white .callout-gold h5,
.bg-off-white .callout-gold h6,
.bg-off-white .callout-gold p,
.bg-off-white .callout-gold div,
.bg-white .callout-gold h2,
.bg-white .callout-gold h3,
.bg-white .callout-gold h4,
.bg-white .callout-gold h5,
.bg-white .callout-gold h6,
.bg-white .callout-gold p,
.bg-white .callout-gold div {
  color: #333;
}
.bg-maroon .callout-gold .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-gold .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-gold .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-gold .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-gold .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-gold .ck-editor__nested-editable_focused p,
.bg-maroon .callout-gold .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-gold .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-gold .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-gold .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-gold .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-gold .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-gold .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-gold .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-gold .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-gold .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-gold .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-gold .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-gold .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-gold .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-gold .ck-editor__nested-editable_focused div,
.bg-gold .callout-gold .ck-editor__nested-editable_focused h2,
.bg-gold .callout-gold .ck-editor__nested-editable_focused h3,
.bg-gold .callout-gold .ck-editor__nested-editable_focused h4,
.bg-gold .callout-gold .ck-editor__nested-editable_focused h5,
.bg-gold .callout-gold .ck-editor__nested-editable_focused h6,
.bg-gold .callout-gold .ck-editor__nested-editable_focused p,
.bg-gold .callout-gold .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-gold .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-gold .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-gold .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-gold .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-gold .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-gold .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-gold .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-gold .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-gold .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-gold .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-gold .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-gold .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-gold .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-gold .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-gold .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-gold .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-gold .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-gold .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-gold .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-gold .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-gold .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-gold .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-gold .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-gold .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-gold .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-gold .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-gold .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-gold .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-gold .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-gold .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-gold .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-gold .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-gold .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-gold .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-gold .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-gold .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-gold .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-gold .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-gold .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-gold .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-gold .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-gold .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-gold .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-gold .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-gold .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-gold .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-gold .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-gold .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-gold .ck-editor__nested-editable_focused div,
.bg-off-white .callout-gold .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-gold .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-gold .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-gold .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-gold .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-gold .ck-editor__nested-editable_focused p,
.bg-off-white .callout-gold .ck-editor__nested-editable_focused div,
.bg-white .callout-gold .ck-editor__nested-editable_focused h2,
.bg-white .callout-gold .ck-editor__nested-editable_focused h3,
.bg-white .callout-gold .ck-editor__nested-editable_focused h4,
.bg-white .callout-gold .ck-editor__nested-editable_focused h5,
.bg-white .callout-gold .ck-editor__nested-editable_focused h6,
.bg-white .callout-gold .ck-editor__nested-editable_focused p,
.bg-white .callout-gold .ck-editor__nested-editable_focused div {
  color: #333;
}
.bg-maroon .callout-gold a,
.bg-maroon-light .callout-gold a,
.bg-maroon-dark .callout-gold a,
.bg-gold .callout-gold a,
.bg-gold-light .callout-gold a,
.bg-gray-lighter .callout-gold a,
.bg-gray-light .callout-gold a,
.bg-gray-medium .callout-gold a,
.bg-gold-dark .callout-gold a,
.bg-gray-dark .callout-gold a,
.bg-gray-darker .callout-gold a,
.bg-off-white .callout-gold a,
.bg-white .callout-gold a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.bg-maroon .callout-gold a:active,
.bg-maroon-light .callout-gold a:active,
.bg-maroon-dark .callout-gold a:active,
.bg-gold .callout-gold a:active,
.bg-gold-light .callout-gold a:active,
.bg-gray-lighter .callout-gold a:active,
.bg-gray-light .callout-gold a:active,
.bg-gray-medium .callout-gold a:active,
.bg-gold-dark .callout-gold a:active,
.bg-gray-dark .callout-gold a:active,
.bg-gray-darker .callout-gold a:active,
.bg-off-white .callout-gold a:active,
.bg-white .callout-gold a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-gold a:focus,
.bg-maroon-light .callout-gold a:focus,
.bg-maroon-dark .callout-gold a:focus,
.bg-gold .callout-gold a:focus,
.bg-gold-light .callout-gold a:focus,
.bg-gray-lighter .callout-gold a:focus,
.bg-gray-light .callout-gold a:focus,
.bg-gray-medium .callout-gold a:focus,
.bg-gold-dark .callout-gold a:focus,
.bg-gray-dark .callout-gold a:focus,
.bg-gray-darker .callout-gold a:focus,
.bg-off-white .callout-gold a:focus,
.bg-white .callout-gold a:focus {
  background-color: #ffd75f;
}
.bg-maroon .callout-gold a::after,
.bg-maroon-light .callout-gold a::after,
.bg-maroon-dark .callout-gold a::after,
.bg-gold .callout-gold a::after,
.bg-gold-light .callout-gold a::after,
.bg-gray-lighter .callout-gold a::after,
.bg-gray-light .callout-gold a::after,
.bg-gray-medium .callout-gold a::after,
.bg-gold-dark .callout-gold a::after,
.bg-gray-dark .callout-gold a::after,
.bg-gray-darker .callout-gold a::after,
.bg-off-white .callout-gold a::after,
.bg-white .callout-gold a::after {
  color: #900021;
}
.bg-maroon .callout-gold a:visited,
.bg-maroon-light .callout-gold a:visited,
.bg-maroon-dark .callout-gold a:visited,
.bg-gold .callout-gold a:visited,
.bg-gold-light .callout-gold a:visited,
.bg-gray-lighter .callout-gold a:visited,
.bg-gray-light .callout-gold a:visited,
.bg-gray-medium .callout-gold a:visited,
.bg-gold-dark .callout-gold a:visited,
.bg-gray-dark .callout-gold a:visited,
.bg-gray-darker .callout-gold a:visited,
.bg-off-white .callout-gold a:visited,
.bg-white .callout-gold a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.bg-maroon .callout-gold a:visited::after,
.bg-maroon-light .callout-gold a:visited::after,
.bg-maroon-dark .callout-gold a:visited::after,
.bg-gold .callout-gold a:visited::after,
.bg-gold-light .callout-gold a:visited::after,
.bg-gray-lighter .callout-gold a:visited::after,
.bg-gray-light .callout-gold a:visited::after,
.bg-gray-medium .callout-gold a:visited::after,
.bg-gold-dark .callout-gold a:visited::after,
.bg-gray-dark .callout-gold a:visited::after,
.bg-gray-darker .callout-gold a:visited::after,
.bg-off-white .callout-gold a:visited::after,
.bg-white .callout-gold a:visited::after {
  color: #900021;
}
.bg-maroon .callout-gold a:hover,
.bg-maroon-light .callout-gold a:hover,
.bg-maroon-dark .callout-gold a:hover,
.bg-gold .callout-gold a:hover,
.bg-gold-light .callout-gold a:hover,
.bg-gray-lighter .callout-gold a:hover,
.bg-gray-light .callout-gold a:hover,
.bg-gray-medium .callout-gold a:hover,
.bg-gold-dark .callout-gold a:hover,
.bg-gray-dark .callout-gold a:hover,
.bg-gray-darker .callout-gold a:hover,
.bg-off-white .callout-gold a:hover,
.bg-white .callout-gold a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.bg-maroon .callout-gold a:hover::after,
.bg-maroon-light .callout-gold a:hover::after,
.bg-maroon-dark .callout-gold a:hover::after,
.bg-gold .callout-gold a:hover::after,
.bg-gold-light .callout-gold a:hover::after,
.bg-gray-lighter .callout-gold a:hover::after,
.bg-gray-light .callout-gold a:hover::after,
.bg-gray-medium .callout-gold a:hover::after,
.bg-gold-dark .callout-gold a:hover::after,
.bg-gray-dark .callout-gold a:hover::after,
.bg-gray-darker .callout-gold a:hover::after,
.bg-off-white .callout-gold a:hover::after,
.bg-white .callout-gold a:hover::after {
  color: #900021;
}
.bg-maroon .callout-gold a:hover,
.bg-maroon .callout-gold a.emphasis:hover,
.bg-maroon-light .callout-gold a:hover,
.bg-maroon-light .callout-gold a.emphasis:hover,
.bg-maroon-dark .callout-gold a:hover,
.bg-maroon-dark .callout-gold a.emphasis:hover,
.bg-gold .callout-gold a:hover,
.bg-gold .callout-gold a.emphasis:hover,
.bg-gold-light .callout-gold a:hover,
.bg-gold-light .callout-gold a.emphasis:hover,
.bg-gray-lighter .callout-gold a:hover,
.bg-gray-lighter .callout-gold a.emphasis:hover,
.bg-gray-light .callout-gold a:hover,
.bg-gray-light .callout-gold a.emphasis:hover,
.bg-gray-medium .callout-gold a:hover,
.bg-gray-medium .callout-gold a.emphasis:hover,
.bg-gold-dark .callout-gold a:hover,
.bg-gold-dark .callout-gold a.emphasis:hover,
.bg-gray-dark .callout-gold a:hover,
.bg-gray-dark .callout-gold a.emphasis:hover,
.bg-gray-darker .callout-gold a:hover,
.bg-gray-darker .callout-gold a.emphasis:hover,
.bg-off-white .callout-gold a:hover,
.bg-off-white .callout-gold a.emphasis:hover,
.bg-white .callout-gold a:hover,
.bg-white .callout-gold a.emphasis:hover {
  background-color: #fff;
}
.bg-maroon .callout-ogoldbar,
.bg-maroon-light .callout-ogoldbar,
.bg-maroon-dark .callout-ogoldbar,
.bg-gold .callout-ogoldbar,
.bg-gold-light .callout-ogoldbar,
.bg-gray-lighter .callout-ogoldbar,
.bg-gray-light .callout-ogoldbar,
.bg-gray-medium .callout-ogoldbar,
.bg-gold-dark .callout-ogoldbar,
.bg-gray-dark .callout-ogoldbar,
.bg-gray-darker .callout-ogoldbar,
.bg-off-white .callout-ogoldbar,
.bg-white .callout-ogoldbar {
  background-color: #ffde7a;
}
.bg-maroon .callout-ogoldbar h2,
.bg-maroon .callout-ogoldbar h3,
.bg-maroon .callout-ogoldbar h4,
.bg-maroon .callout-ogoldbar h5,
.bg-maroon .callout-ogoldbar h6,
.bg-maroon .callout-ogoldbar p,
.bg-maroon .callout-ogoldbar div,
.bg-maroon-light .callout-ogoldbar h2,
.bg-maroon-light .callout-ogoldbar h3,
.bg-maroon-light .callout-ogoldbar h4,
.bg-maroon-light .callout-ogoldbar h5,
.bg-maroon-light .callout-ogoldbar h6,
.bg-maroon-light .callout-ogoldbar p,
.bg-maroon-light .callout-ogoldbar div,
.bg-maroon-dark .callout-ogoldbar h2,
.bg-maroon-dark .callout-ogoldbar h3,
.bg-maroon-dark .callout-ogoldbar h4,
.bg-maroon-dark .callout-ogoldbar h5,
.bg-maroon-dark .callout-ogoldbar h6,
.bg-maroon-dark .callout-ogoldbar p,
.bg-maroon-dark .callout-ogoldbar div,
.bg-gold .callout-ogoldbar h2,
.bg-gold .callout-ogoldbar h3,
.bg-gold .callout-ogoldbar h4,
.bg-gold .callout-ogoldbar h5,
.bg-gold .callout-ogoldbar h6,
.bg-gold .callout-ogoldbar p,
.bg-gold .callout-ogoldbar div,
.bg-gold-light .callout-ogoldbar h2,
.bg-gold-light .callout-ogoldbar h3,
.bg-gold-light .callout-ogoldbar h4,
.bg-gold-light .callout-ogoldbar h5,
.bg-gold-light .callout-ogoldbar h6,
.bg-gold-light .callout-ogoldbar p,
.bg-gold-light .callout-ogoldbar div,
.bg-gray-lighter .callout-ogoldbar h2,
.bg-gray-lighter .callout-ogoldbar h3,
.bg-gray-lighter .callout-ogoldbar h4,
.bg-gray-lighter .callout-ogoldbar h5,
.bg-gray-lighter .callout-ogoldbar h6,
.bg-gray-lighter .callout-ogoldbar p,
.bg-gray-lighter .callout-ogoldbar div,
.bg-gray-light .callout-ogoldbar h2,
.bg-gray-light .callout-ogoldbar h3,
.bg-gray-light .callout-ogoldbar h4,
.bg-gray-light .callout-ogoldbar h5,
.bg-gray-light .callout-ogoldbar h6,
.bg-gray-light .callout-ogoldbar p,
.bg-gray-light .callout-ogoldbar div,
.bg-gray-medium .callout-ogoldbar h2,
.bg-gray-medium .callout-ogoldbar h3,
.bg-gray-medium .callout-ogoldbar h4,
.bg-gray-medium .callout-ogoldbar h5,
.bg-gray-medium .callout-ogoldbar h6,
.bg-gray-medium .callout-ogoldbar p,
.bg-gray-medium .callout-ogoldbar div,
.bg-gold-dark .callout-ogoldbar h2,
.bg-gold-dark .callout-ogoldbar h3,
.bg-gold-dark .callout-ogoldbar h4,
.bg-gold-dark .callout-ogoldbar h5,
.bg-gold-dark .callout-ogoldbar h6,
.bg-gold-dark .callout-ogoldbar p,
.bg-gold-dark .callout-ogoldbar div,
.bg-gray-dark .callout-ogoldbar h2,
.bg-gray-dark .callout-ogoldbar h3,
.bg-gray-dark .callout-ogoldbar h4,
.bg-gray-dark .callout-ogoldbar h5,
.bg-gray-dark .callout-ogoldbar h6,
.bg-gray-dark .callout-ogoldbar p,
.bg-gray-dark .callout-ogoldbar div,
.bg-gray-darker .callout-ogoldbar h2,
.bg-gray-darker .callout-ogoldbar h3,
.bg-gray-darker .callout-ogoldbar h4,
.bg-gray-darker .callout-ogoldbar h5,
.bg-gray-darker .callout-ogoldbar h6,
.bg-gray-darker .callout-ogoldbar p,
.bg-gray-darker .callout-ogoldbar div,
.bg-off-white .callout-ogoldbar h2,
.bg-off-white .callout-ogoldbar h3,
.bg-off-white .callout-ogoldbar h4,
.bg-off-white .callout-ogoldbar h5,
.bg-off-white .callout-ogoldbar h6,
.bg-off-white .callout-ogoldbar p,
.bg-off-white .callout-ogoldbar div,
.bg-white .callout-ogoldbar h2,
.bg-white .callout-ogoldbar h3,
.bg-white .callout-ogoldbar h4,
.bg-white .callout-ogoldbar h5,
.bg-white .callout-ogoldbar h6,
.bg-white .callout-ogoldbar p,
.bg-white .callout-ogoldbar div {
  color: #333;
}
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused div {
  color: #333;
}
.bg-maroon .callout-ogoldbar a,
.bg-maroon-light .callout-ogoldbar a,
.bg-maroon-dark .callout-ogoldbar a,
.bg-gold .callout-ogoldbar a,
.bg-gold-light .callout-ogoldbar a,
.bg-gray-lighter .callout-ogoldbar a,
.bg-gray-light .callout-ogoldbar a,
.bg-gray-medium .callout-ogoldbar a,
.bg-gold-dark .callout-ogoldbar a,
.bg-gray-dark .callout-ogoldbar a,
.bg-gray-darker .callout-ogoldbar a,
.bg-off-white .callout-ogoldbar a,
.bg-white .callout-ogoldbar a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.bg-maroon .callout-ogoldbar a:active,
.bg-maroon-light .callout-ogoldbar a:active,
.bg-maroon-dark .callout-ogoldbar a:active,
.bg-gold .callout-ogoldbar a:active,
.bg-gold-light .callout-ogoldbar a:active,
.bg-gray-lighter .callout-ogoldbar a:active,
.bg-gray-light .callout-ogoldbar a:active,
.bg-gray-medium .callout-ogoldbar a:active,
.bg-gold-dark .callout-ogoldbar a:active,
.bg-gray-dark .callout-ogoldbar a:active,
.bg-gray-darker .callout-ogoldbar a:active,
.bg-off-white .callout-ogoldbar a:active,
.bg-white .callout-ogoldbar a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-ogoldbar a:focus,
.bg-maroon-light .callout-ogoldbar a:focus,
.bg-maroon-dark .callout-ogoldbar a:focus,
.bg-gold .callout-ogoldbar a:focus,
.bg-gold-light .callout-ogoldbar a:focus,
.bg-gray-lighter .callout-ogoldbar a:focus,
.bg-gray-light .callout-ogoldbar a:focus,
.bg-gray-medium .callout-ogoldbar a:focus,
.bg-gold-dark .callout-ogoldbar a:focus,
.bg-gray-dark .callout-ogoldbar a:focus,
.bg-gray-darker .callout-ogoldbar a:focus,
.bg-off-white .callout-ogoldbar a:focus,
.bg-white .callout-ogoldbar a:focus {
  background-color: #ffd75f;
}
.bg-maroon .callout-ogoldbar a::after,
.bg-maroon-light .callout-ogoldbar a::after,
.bg-maroon-dark .callout-ogoldbar a::after,
.bg-gold .callout-ogoldbar a::after,
.bg-gold-light .callout-ogoldbar a::after,
.bg-gray-lighter .callout-ogoldbar a::after,
.bg-gray-light .callout-ogoldbar a::after,
.bg-gray-medium .callout-ogoldbar a::after,
.bg-gold-dark .callout-ogoldbar a::after,
.bg-gray-dark .callout-ogoldbar a::after,
.bg-gray-darker .callout-ogoldbar a::after,
.bg-off-white .callout-ogoldbar a::after,
.bg-white .callout-ogoldbar a::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:visited,
.bg-maroon-light .callout-ogoldbar a:visited,
.bg-maroon-dark .callout-ogoldbar a:visited,
.bg-gold .callout-ogoldbar a:visited,
.bg-gold-light .callout-ogoldbar a:visited,
.bg-gray-lighter .callout-ogoldbar a:visited,
.bg-gray-light .callout-ogoldbar a:visited,
.bg-gray-medium .callout-ogoldbar a:visited,
.bg-gold-dark .callout-ogoldbar a:visited,
.bg-gray-dark .callout-ogoldbar a:visited,
.bg-gray-darker .callout-ogoldbar a:visited,
.bg-off-white .callout-ogoldbar a:visited,
.bg-white .callout-ogoldbar a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.bg-maroon .callout-ogoldbar a:visited::after,
.bg-maroon-light .callout-ogoldbar a:visited::after,
.bg-maroon-dark .callout-ogoldbar a:visited::after,
.bg-gold .callout-ogoldbar a:visited::after,
.bg-gold-light .callout-ogoldbar a:visited::after,
.bg-gray-lighter .callout-ogoldbar a:visited::after,
.bg-gray-light .callout-ogoldbar a:visited::after,
.bg-gray-medium .callout-ogoldbar a:visited::after,
.bg-gold-dark .callout-ogoldbar a:visited::after,
.bg-gray-dark .callout-ogoldbar a:visited::after,
.bg-gray-darker .callout-ogoldbar a:visited::after,
.bg-off-white .callout-ogoldbar a:visited::after,
.bg-white .callout-ogoldbar a:visited::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:hover,
.bg-maroon-light .callout-ogoldbar a:hover,
.bg-maroon-dark .callout-ogoldbar a:hover,
.bg-gold .callout-ogoldbar a:hover,
.bg-gold-light .callout-ogoldbar a:hover,
.bg-gray-lighter .callout-ogoldbar a:hover,
.bg-gray-light .callout-ogoldbar a:hover,
.bg-gray-medium .callout-ogoldbar a:hover,
.bg-gold-dark .callout-ogoldbar a:hover,
.bg-gray-dark .callout-ogoldbar a:hover,
.bg-gray-darker .callout-ogoldbar a:hover,
.bg-off-white .callout-ogoldbar a:hover,
.bg-white .callout-ogoldbar a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:hover::after,
.bg-maroon-light .callout-ogoldbar a:hover::after,
.bg-maroon-dark .callout-ogoldbar a:hover::after,
.bg-gold .callout-ogoldbar a:hover::after,
.bg-gold-light .callout-ogoldbar a:hover::after,
.bg-gray-lighter .callout-ogoldbar a:hover::after,
.bg-gray-light .callout-ogoldbar a:hover::after,
.bg-gray-medium .callout-ogoldbar a:hover::after,
.bg-gold-dark .callout-ogoldbar a:hover::after,
.bg-gray-dark .callout-ogoldbar a:hover::after,
.bg-gray-darker .callout-ogoldbar a:hover::after,
.bg-off-white .callout-ogoldbar a:hover::after,
.bg-white .callout-ogoldbar a:hover::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:hover,
.bg-maroon .callout-ogoldbar a.emphasis:hover,
.bg-maroon-light .callout-ogoldbar a:hover,
.bg-maroon-light .callout-ogoldbar a.emphasis:hover,
.bg-maroon-dark .callout-ogoldbar a:hover,
.bg-maroon-dark .callout-ogoldbar a.emphasis:hover,
.bg-gold .callout-ogoldbar a:hover,
.bg-gold .callout-ogoldbar a.emphasis:hover,
.bg-gold-light .callout-ogoldbar a:hover,
.bg-gold-light .callout-ogoldbar a.emphasis:hover,
.bg-gray-lighter .callout-ogoldbar a:hover,
.bg-gray-lighter .callout-ogoldbar a.emphasis:hover,
.bg-gray-light .callout-ogoldbar a:hover,
.bg-gray-light .callout-ogoldbar a.emphasis:hover,
.bg-gray-medium .callout-ogoldbar a:hover,
.bg-gray-medium .callout-ogoldbar a.emphasis:hover,
.bg-gold-dark .callout-ogoldbar a:hover,
.bg-gold-dark .callout-ogoldbar a.emphasis:hover,
.bg-gray-dark .callout-ogoldbar a:hover,
.bg-gray-dark .callout-ogoldbar a.emphasis:hover,
.bg-gray-darker .callout-ogoldbar a:hover,
.bg-gray-darker .callout-ogoldbar a.emphasis:hover,
.bg-off-white .callout-ogoldbar a:hover,
.bg-off-white .callout-ogoldbar a.emphasis:hover,
.bg-white .callout-ogoldbar a:hover,
.bg-white .callout-ogoldbar a.emphasis:hover {
  background-color: #fff;
}
.bg-maroon .callout-ogoldbar h2,
.bg-maroon .callout-ogoldbar h3,
.bg-maroon .callout-ogoldbar h4,
.bg-maroon .callout-ogoldbar h5,
.bg-maroon .callout-ogoldbar h6,
.bg-maroon .callout-ogoldbar p,
.bg-maroon .callout-ogoldbar div,
.bg-maroon-light .callout-ogoldbar h2,
.bg-maroon-light .callout-ogoldbar h3,
.bg-maroon-light .callout-ogoldbar h4,
.bg-maroon-light .callout-ogoldbar h5,
.bg-maroon-light .callout-ogoldbar h6,
.bg-maroon-light .callout-ogoldbar p,
.bg-maroon-light .callout-ogoldbar div,
.bg-maroon-dark .callout-ogoldbar h2,
.bg-maroon-dark .callout-ogoldbar h3,
.bg-maroon-dark .callout-ogoldbar h4,
.bg-maroon-dark .callout-ogoldbar h5,
.bg-maroon-dark .callout-ogoldbar h6,
.bg-maroon-dark .callout-ogoldbar p,
.bg-maroon-dark .callout-ogoldbar div,
.bg-gold .callout-ogoldbar h2,
.bg-gold .callout-ogoldbar h3,
.bg-gold .callout-ogoldbar h4,
.bg-gold .callout-ogoldbar h5,
.bg-gold .callout-ogoldbar h6,
.bg-gold .callout-ogoldbar p,
.bg-gold .callout-ogoldbar div,
.bg-gold-light .callout-ogoldbar h2,
.bg-gold-light .callout-ogoldbar h3,
.bg-gold-light .callout-ogoldbar h4,
.bg-gold-light .callout-ogoldbar h5,
.bg-gold-light .callout-ogoldbar h6,
.bg-gold-light .callout-ogoldbar p,
.bg-gold-light .callout-ogoldbar div,
.bg-gray-lighter .callout-ogoldbar h2,
.bg-gray-lighter .callout-ogoldbar h3,
.bg-gray-lighter .callout-ogoldbar h4,
.bg-gray-lighter .callout-ogoldbar h5,
.bg-gray-lighter .callout-ogoldbar h6,
.bg-gray-lighter .callout-ogoldbar p,
.bg-gray-lighter .callout-ogoldbar div,
.bg-gray-light .callout-ogoldbar h2,
.bg-gray-light .callout-ogoldbar h3,
.bg-gray-light .callout-ogoldbar h4,
.bg-gray-light .callout-ogoldbar h5,
.bg-gray-light .callout-ogoldbar h6,
.bg-gray-light .callout-ogoldbar p,
.bg-gray-light .callout-ogoldbar div,
.bg-gray-medium .callout-ogoldbar h2,
.bg-gray-medium .callout-ogoldbar h3,
.bg-gray-medium .callout-ogoldbar h4,
.bg-gray-medium .callout-ogoldbar h5,
.bg-gray-medium .callout-ogoldbar h6,
.bg-gray-medium .callout-ogoldbar p,
.bg-gray-medium .callout-ogoldbar div,
.bg-gold-dark .callout-ogoldbar h2,
.bg-gold-dark .callout-ogoldbar h3,
.bg-gold-dark .callout-ogoldbar h4,
.bg-gold-dark .callout-ogoldbar h5,
.bg-gold-dark .callout-ogoldbar h6,
.bg-gold-dark .callout-ogoldbar p,
.bg-gold-dark .callout-ogoldbar div,
.bg-gray-dark .callout-ogoldbar h2,
.bg-gray-dark .callout-ogoldbar h3,
.bg-gray-dark .callout-ogoldbar h4,
.bg-gray-dark .callout-ogoldbar h5,
.bg-gray-dark .callout-ogoldbar h6,
.bg-gray-dark .callout-ogoldbar p,
.bg-gray-dark .callout-ogoldbar div,
.bg-gray-darker .callout-ogoldbar h2,
.bg-gray-darker .callout-ogoldbar h3,
.bg-gray-darker .callout-ogoldbar h4,
.bg-gray-darker .callout-ogoldbar h5,
.bg-gray-darker .callout-ogoldbar h6,
.bg-gray-darker .callout-ogoldbar p,
.bg-gray-darker .callout-ogoldbar div,
.bg-off-white .callout-ogoldbar h2,
.bg-off-white .callout-ogoldbar h3,
.bg-off-white .callout-ogoldbar h4,
.bg-off-white .callout-ogoldbar h5,
.bg-off-white .callout-ogoldbar h6,
.bg-off-white .callout-ogoldbar p,
.bg-off-white .callout-ogoldbar div,
.bg-white .callout-ogoldbar h2,
.bg-white .callout-ogoldbar h3,
.bg-white .callout-ogoldbar h4,
.bg-white .callout-ogoldbar h5,
.bg-white .callout-ogoldbar h6,
.bg-white .callout-ogoldbar p,
.bg-white .callout-ogoldbar div {
  color: #333;
}
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused div {
  color: #333;
}
.bg-maroon .callout-ogoldbar a,
.bg-maroon-light .callout-ogoldbar a,
.bg-maroon-dark .callout-ogoldbar a,
.bg-gold .callout-ogoldbar a,
.bg-gold-light .callout-ogoldbar a,
.bg-gray-lighter .callout-ogoldbar a,
.bg-gray-light .callout-ogoldbar a,
.bg-gray-medium .callout-ogoldbar a,
.bg-gold-dark .callout-ogoldbar a,
.bg-gray-dark .callout-ogoldbar a,
.bg-gray-darker .callout-ogoldbar a,
.bg-off-white .callout-ogoldbar a,
.bg-white .callout-ogoldbar a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.bg-maroon .callout-ogoldbar a:active,
.bg-maroon-light .callout-ogoldbar a:active,
.bg-maroon-dark .callout-ogoldbar a:active,
.bg-gold .callout-ogoldbar a:active,
.bg-gold-light .callout-ogoldbar a:active,
.bg-gray-lighter .callout-ogoldbar a:active,
.bg-gray-light .callout-ogoldbar a:active,
.bg-gray-medium .callout-ogoldbar a:active,
.bg-gold-dark .callout-ogoldbar a:active,
.bg-gray-dark .callout-ogoldbar a:active,
.bg-gray-darker .callout-ogoldbar a:active,
.bg-off-white .callout-ogoldbar a:active,
.bg-white .callout-ogoldbar a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-ogoldbar a:focus,
.bg-maroon-light .callout-ogoldbar a:focus,
.bg-maroon-dark .callout-ogoldbar a:focus,
.bg-gold .callout-ogoldbar a:focus,
.bg-gold-light .callout-ogoldbar a:focus,
.bg-gray-lighter .callout-ogoldbar a:focus,
.bg-gray-light .callout-ogoldbar a:focus,
.bg-gray-medium .callout-ogoldbar a:focus,
.bg-gold-dark .callout-ogoldbar a:focus,
.bg-gray-dark .callout-ogoldbar a:focus,
.bg-gray-darker .callout-ogoldbar a:focus,
.bg-off-white .callout-ogoldbar a:focus,
.bg-white .callout-ogoldbar a:focus {
  background-color: #ffd75f;
}
.bg-maroon .callout-ogoldbar a::after,
.bg-maroon-light .callout-ogoldbar a::after,
.bg-maroon-dark .callout-ogoldbar a::after,
.bg-gold .callout-ogoldbar a::after,
.bg-gold-light .callout-ogoldbar a::after,
.bg-gray-lighter .callout-ogoldbar a::after,
.bg-gray-light .callout-ogoldbar a::after,
.bg-gray-medium .callout-ogoldbar a::after,
.bg-gold-dark .callout-ogoldbar a::after,
.bg-gray-dark .callout-ogoldbar a::after,
.bg-gray-darker .callout-ogoldbar a::after,
.bg-off-white .callout-ogoldbar a::after,
.bg-white .callout-ogoldbar a::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:visited,
.bg-maroon-light .callout-ogoldbar a:visited,
.bg-maroon-dark .callout-ogoldbar a:visited,
.bg-gold .callout-ogoldbar a:visited,
.bg-gold-light .callout-ogoldbar a:visited,
.bg-gray-lighter .callout-ogoldbar a:visited,
.bg-gray-light .callout-ogoldbar a:visited,
.bg-gray-medium .callout-ogoldbar a:visited,
.bg-gold-dark .callout-ogoldbar a:visited,
.bg-gray-dark .callout-ogoldbar a:visited,
.bg-gray-darker .callout-ogoldbar a:visited,
.bg-off-white .callout-ogoldbar a:visited,
.bg-white .callout-ogoldbar a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.bg-maroon .callout-ogoldbar a:visited::after,
.bg-maroon-light .callout-ogoldbar a:visited::after,
.bg-maroon-dark .callout-ogoldbar a:visited::after,
.bg-gold .callout-ogoldbar a:visited::after,
.bg-gold-light .callout-ogoldbar a:visited::after,
.bg-gray-lighter .callout-ogoldbar a:visited::after,
.bg-gray-light .callout-ogoldbar a:visited::after,
.bg-gray-medium .callout-ogoldbar a:visited::after,
.bg-gold-dark .callout-ogoldbar a:visited::after,
.bg-gray-dark .callout-ogoldbar a:visited::after,
.bg-gray-darker .callout-ogoldbar a:visited::after,
.bg-off-white .callout-ogoldbar a:visited::after,
.bg-white .callout-ogoldbar a:visited::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:hover,
.bg-maroon-light .callout-ogoldbar a:hover,
.bg-maroon-dark .callout-ogoldbar a:hover,
.bg-gold .callout-ogoldbar a:hover,
.bg-gold-light .callout-ogoldbar a:hover,
.bg-gray-lighter .callout-ogoldbar a:hover,
.bg-gray-light .callout-ogoldbar a:hover,
.bg-gray-medium .callout-ogoldbar a:hover,
.bg-gold-dark .callout-ogoldbar a:hover,
.bg-gray-dark .callout-ogoldbar a:hover,
.bg-gray-darker .callout-ogoldbar a:hover,
.bg-off-white .callout-ogoldbar a:hover,
.bg-white .callout-ogoldbar a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:hover::after,
.bg-maroon-light .callout-ogoldbar a:hover::after,
.bg-maroon-dark .callout-ogoldbar a:hover::after,
.bg-gold .callout-ogoldbar a:hover::after,
.bg-gold-light .callout-ogoldbar a:hover::after,
.bg-gray-lighter .callout-ogoldbar a:hover::after,
.bg-gray-light .callout-ogoldbar a:hover::after,
.bg-gray-medium .callout-ogoldbar a:hover::after,
.bg-gold-dark .callout-ogoldbar a:hover::after,
.bg-gray-dark .callout-ogoldbar a:hover::after,
.bg-gray-darker .callout-ogoldbar a:hover::after,
.bg-off-white .callout-ogoldbar a:hover::after,
.bg-white .callout-ogoldbar a:hover::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar,
.bg-maroon-light .callout-ogoldbar,
.bg-maroon-dark .callout-ogoldbar,
.bg-gold .callout-ogoldbar,
.bg-gold-light .callout-ogoldbar,
.bg-gray-lighter .callout-ogoldbar,
.bg-gray-light .callout-ogoldbar,
.bg-gray-medium .callout-ogoldbar,
.bg-gold-dark .callout-ogoldbar,
.bg-gray-dark .callout-ogoldbar,
.bg-gray-darker .callout-ogoldbar,
.bg-off-white .callout-ogoldbar,
.bg-white .callout-ogoldbar {
  padding: 1.1em;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 50em) {
  .bg-maroon .callout-ogoldbar,
  .bg-maroon-light .callout-ogoldbar,
  .bg-maroon-dark .callout-ogoldbar,
  .bg-gold .callout-ogoldbar,
  .bg-gold-light .callout-ogoldbar,
  .bg-gray-lighter .callout-ogoldbar,
  .bg-gray-light .callout-ogoldbar,
  .bg-gray-medium .callout-ogoldbar,
  .bg-gold-dark .callout-ogoldbar,
  .bg-gray-dark .callout-ogoldbar,
  .bg-gray-darker .callout-ogoldbar,
  .bg-off-white .callout-ogoldbar,
  .bg-white .callout-ogoldbar {
    position: absolute;
  }
  .bg-maroon .callout-ogoldbar.display-100,
  .bg-maroon-light .callout-ogoldbar.display-100,
  .bg-maroon-dark .callout-ogoldbar.display-100,
  .bg-gold .callout-ogoldbar.display-100,
  .bg-gold-light .callout-ogoldbar.display-100,
  .bg-gray-lighter .callout-ogoldbar.display-100,
  .bg-gray-light .callout-ogoldbar.display-100,
  .bg-gray-medium .callout-ogoldbar.display-100,
  .bg-gold-dark .callout-ogoldbar.display-100,
  .bg-gray-dark .callout-ogoldbar.display-100,
  .bg-gray-darker .callout-ogoldbar.display-100,
  .bg-off-white .callout-ogoldbar.display-100,
  .bg-white .callout-ogoldbar.display-100 {
    bottom: 0;
  }
  .bg-maroon .callout-ogoldbar.top-right, .bg-maroon .callout-ogoldbar.top-left,
  .bg-maroon-light .callout-ogoldbar.top-right,
  .bg-maroon-light .callout-ogoldbar.top-left,
  .bg-maroon-dark .callout-ogoldbar.top-right,
  .bg-maroon-dark .callout-ogoldbar.top-left,
  .bg-gold .callout-ogoldbar.top-right,
  .bg-gold .callout-ogoldbar.top-left,
  .bg-gold-light .callout-ogoldbar.top-right,
  .bg-gold-light .callout-ogoldbar.top-left,
  .bg-gray-lighter .callout-ogoldbar.top-right,
  .bg-gray-lighter .callout-ogoldbar.top-left,
  .bg-gray-light .callout-ogoldbar.top-right,
  .bg-gray-light .callout-ogoldbar.top-left,
  .bg-gray-medium .callout-ogoldbar.top-right,
  .bg-gray-medium .callout-ogoldbar.top-left,
  .bg-gold-dark .callout-ogoldbar.top-right,
  .bg-gold-dark .callout-ogoldbar.top-left,
  .bg-gray-dark .callout-ogoldbar.top-right,
  .bg-gray-dark .callout-ogoldbar.top-left,
  .bg-gray-darker .callout-ogoldbar.top-right,
  .bg-gray-darker .callout-ogoldbar.top-left,
  .bg-off-white .callout-ogoldbar.top-right,
  .bg-off-white .callout-ogoldbar.top-left,
  .bg-white .callout-ogoldbar.top-right,
  .bg-white .callout-ogoldbar.top-left {
    top: 2em;
  }
  .bg-maroon .callout-ogoldbar.callout-middle,
  .bg-maroon-light .callout-ogoldbar.callout-middle,
  .bg-maroon-dark .callout-ogoldbar.callout-middle,
  .bg-gold .callout-ogoldbar.callout-middle,
  .bg-gold-light .callout-ogoldbar.callout-middle,
  .bg-gray-lighter .callout-ogoldbar.callout-middle,
  .bg-gray-light .callout-ogoldbar.callout-middle,
  .bg-gray-medium .callout-ogoldbar.callout-middle,
  .bg-gold-dark .callout-ogoldbar.callout-middle,
  .bg-gray-dark .callout-ogoldbar.callout-middle,
  .bg-gray-darker .callout-ogoldbar.callout-middle,
  .bg-off-white .callout-ogoldbar.callout-middle,
  .bg-white .callout-ogoldbar.callout-middle {
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .bg-maroon .callout-ogoldbar.callout-middle,
  .bg-maroon-light .callout-ogoldbar.callout-middle,
  .bg-maroon-dark .callout-ogoldbar.callout-middle,
  .bg-gold .callout-ogoldbar.callout-middle,
  .bg-gold-light .callout-ogoldbar.callout-middle,
  .bg-gray-lighter .callout-ogoldbar.callout-middle,
  .bg-gray-light .callout-ogoldbar.callout-middle,
  .bg-gray-medium .callout-ogoldbar.callout-middle,
  .bg-gold-dark .callout-ogoldbar.callout-middle,
  .bg-gray-dark .callout-ogoldbar.callout-middle,
  .bg-gray-darker .callout-ogoldbar.callout-middle,
  .bg-off-white .callout-ogoldbar.callout-middle,
  .bg-white .callout-ogoldbar.callout-middle {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 50em) {
  .bg-maroon .callout-ogoldbar.bottom-right, .bg-maroon .callout-ogoldbar.bottom-left,
  .bg-maroon-light .callout-ogoldbar.bottom-right,
  .bg-maroon-light .callout-ogoldbar.bottom-left,
  .bg-maroon-dark .callout-ogoldbar.bottom-right,
  .bg-maroon-dark .callout-ogoldbar.bottom-left,
  .bg-gold .callout-ogoldbar.bottom-right,
  .bg-gold .callout-ogoldbar.bottom-left,
  .bg-gold-light .callout-ogoldbar.bottom-right,
  .bg-gold-light .callout-ogoldbar.bottom-left,
  .bg-gray-lighter .callout-ogoldbar.bottom-right,
  .bg-gray-lighter .callout-ogoldbar.bottom-left,
  .bg-gray-light .callout-ogoldbar.bottom-right,
  .bg-gray-light .callout-ogoldbar.bottom-left,
  .bg-gray-medium .callout-ogoldbar.bottom-right,
  .bg-gray-medium .callout-ogoldbar.bottom-left,
  .bg-gold-dark .callout-ogoldbar.bottom-right,
  .bg-gold-dark .callout-ogoldbar.bottom-left,
  .bg-gray-dark .callout-ogoldbar.bottom-right,
  .bg-gray-dark .callout-ogoldbar.bottom-left,
  .bg-gray-darker .callout-ogoldbar.bottom-right,
  .bg-gray-darker .callout-ogoldbar.bottom-left,
  .bg-off-white .callout-ogoldbar.bottom-right,
  .bg-off-white .callout-ogoldbar.bottom-left,
  .bg-white .callout-ogoldbar.bottom-right,
  .bg-white .callout-ogoldbar.bottom-left {
    bottom: 2em;
  }
  .bg-maroon .callout-ogoldbar.top-right, .bg-maroon .callout-ogoldbar.bottom-right,
  .bg-maroon-light .callout-ogoldbar.top-right,
  .bg-maroon-light .callout-ogoldbar.bottom-right,
  .bg-maroon-dark .callout-ogoldbar.top-right,
  .bg-maroon-dark .callout-ogoldbar.bottom-right,
  .bg-gold .callout-ogoldbar.top-right,
  .bg-gold .callout-ogoldbar.bottom-right,
  .bg-gold-light .callout-ogoldbar.top-right,
  .bg-gold-light .callout-ogoldbar.bottom-right,
  .bg-gray-lighter .callout-ogoldbar.top-right,
  .bg-gray-lighter .callout-ogoldbar.bottom-right,
  .bg-gray-light .callout-ogoldbar.top-right,
  .bg-gray-light .callout-ogoldbar.bottom-right,
  .bg-gray-medium .callout-ogoldbar.top-right,
  .bg-gray-medium .callout-ogoldbar.bottom-right,
  .bg-gold-dark .callout-ogoldbar.top-right,
  .bg-gold-dark .callout-ogoldbar.bottom-right,
  .bg-gray-dark .callout-ogoldbar.top-right,
  .bg-gray-dark .callout-ogoldbar.bottom-right,
  .bg-gray-darker .callout-ogoldbar.top-right,
  .bg-gray-darker .callout-ogoldbar.bottom-right,
  .bg-off-white .callout-ogoldbar.top-right,
  .bg-off-white .callout-ogoldbar.bottom-right,
  .bg-white .callout-ogoldbar.top-right,
  .bg-white .callout-ogoldbar.bottom-right {
    right: 2em;
  }
  .bg-maroon .callout-ogoldbar.top-left, .bg-maroon .callout-ogoldbar.bottom-left,
  .bg-maroon-light .callout-ogoldbar.top-left,
  .bg-maroon-light .callout-ogoldbar.bottom-left,
  .bg-maroon-dark .callout-ogoldbar.top-left,
  .bg-maroon-dark .callout-ogoldbar.bottom-left,
  .bg-gold .callout-ogoldbar.top-left,
  .bg-gold .callout-ogoldbar.bottom-left,
  .bg-gold-light .callout-ogoldbar.top-left,
  .bg-gold-light .callout-ogoldbar.bottom-left,
  .bg-gray-lighter .callout-ogoldbar.top-left,
  .bg-gray-lighter .callout-ogoldbar.bottom-left,
  .bg-gray-light .callout-ogoldbar.top-left,
  .bg-gray-light .callout-ogoldbar.bottom-left,
  .bg-gray-medium .callout-ogoldbar.top-left,
  .bg-gray-medium .callout-ogoldbar.bottom-left,
  .bg-gold-dark .callout-ogoldbar.top-left,
  .bg-gold-dark .callout-ogoldbar.bottom-left,
  .bg-gray-dark .callout-ogoldbar.top-left,
  .bg-gray-dark .callout-ogoldbar.bottom-left,
  .bg-gray-darker .callout-ogoldbar.top-left,
  .bg-gray-darker .callout-ogoldbar.bottom-left,
  .bg-off-white .callout-ogoldbar.top-left,
  .bg-off-white .callout-ogoldbar.bottom-left,
  .bg-white .callout-ogoldbar.top-left,
  .bg-white .callout-ogoldbar.bottom-left {
    left: 2em;
  }
  .bg-maroon .callout-ogoldbar.bottom,
  .bg-maroon-light .callout-ogoldbar.bottom,
  .bg-maroon-dark .callout-ogoldbar.bottom,
  .bg-gold .callout-ogoldbar.bottom,
  .bg-gold-light .callout-ogoldbar.bottom,
  .bg-gray-lighter .callout-ogoldbar.bottom,
  .bg-gray-light .callout-ogoldbar.bottom,
  .bg-gray-medium .callout-ogoldbar.bottom,
  .bg-gold-dark .callout-ogoldbar.bottom,
  .bg-gray-dark .callout-ogoldbar.bottom,
  .bg-gray-darker .callout-ogoldbar.bottom,
  .bg-off-white .callout-ogoldbar.bottom,
  .bg-white .callout-ogoldbar.bottom {
    bottom: 2em;
    width: calc(33% - 0em);
    left: 0;
    right: 0;
    margin: auto;
  }
}
.bg-maroon .callout-ogoldbar h2,
.bg-maroon .callout-ogoldbar h3,
.bg-maroon .callout-ogoldbar h4,
.bg-maroon .callout-ogoldbar h5,
.bg-maroon .callout-ogoldbar h6,
.bg-maroon .callout-ogoldbar p,
.bg-maroon .callout-ogoldbar div,
.bg-maroon-light .callout-ogoldbar h2,
.bg-maroon-light .callout-ogoldbar h3,
.bg-maroon-light .callout-ogoldbar h4,
.bg-maroon-light .callout-ogoldbar h5,
.bg-maroon-light .callout-ogoldbar h6,
.bg-maroon-light .callout-ogoldbar p,
.bg-maroon-light .callout-ogoldbar div,
.bg-maroon-dark .callout-ogoldbar h2,
.bg-maroon-dark .callout-ogoldbar h3,
.bg-maroon-dark .callout-ogoldbar h4,
.bg-maroon-dark .callout-ogoldbar h5,
.bg-maroon-dark .callout-ogoldbar h6,
.bg-maroon-dark .callout-ogoldbar p,
.bg-maroon-dark .callout-ogoldbar div,
.bg-gold .callout-ogoldbar h2,
.bg-gold .callout-ogoldbar h3,
.bg-gold .callout-ogoldbar h4,
.bg-gold .callout-ogoldbar h5,
.bg-gold .callout-ogoldbar h6,
.bg-gold .callout-ogoldbar p,
.bg-gold .callout-ogoldbar div,
.bg-gold-light .callout-ogoldbar h2,
.bg-gold-light .callout-ogoldbar h3,
.bg-gold-light .callout-ogoldbar h4,
.bg-gold-light .callout-ogoldbar h5,
.bg-gold-light .callout-ogoldbar h6,
.bg-gold-light .callout-ogoldbar p,
.bg-gold-light .callout-ogoldbar div,
.bg-gray-lighter .callout-ogoldbar h2,
.bg-gray-lighter .callout-ogoldbar h3,
.bg-gray-lighter .callout-ogoldbar h4,
.bg-gray-lighter .callout-ogoldbar h5,
.bg-gray-lighter .callout-ogoldbar h6,
.bg-gray-lighter .callout-ogoldbar p,
.bg-gray-lighter .callout-ogoldbar div,
.bg-gray-light .callout-ogoldbar h2,
.bg-gray-light .callout-ogoldbar h3,
.bg-gray-light .callout-ogoldbar h4,
.bg-gray-light .callout-ogoldbar h5,
.bg-gray-light .callout-ogoldbar h6,
.bg-gray-light .callout-ogoldbar p,
.bg-gray-light .callout-ogoldbar div,
.bg-gray-medium .callout-ogoldbar h2,
.bg-gray-medium .callout-ogoldbar h3,
.bg-gray-medium .callout-ogoldbar h4,
.bg-gray-medium .callout-ogoldbar h5,
.bg-gray-medium .callout-ogoldbar h6,
.bg-gray-medium .callout-ogoldbar p,
.bg-gray-medium .callout-ogoldbar div,
.bg-gold-dark .callout-ogoldbar h2,
.bg-gold-dark .callout-ogoldbar h3,
.bg-gold-dark .callout-ogoldbar h4,
.bg-gold-dark .callout-ogoldbar h5,
.bg-gold-dark .callout-ogoldbar h6,
.bg-gold-dark .callout-ogoldbar p,
.bg-gold-dark .callout-ogoldbar div,
.bg-gray-dark .callout-ogoldbar h2,
.bg-gray-dark .callout-ogoldbar h3,
.bg-gray-dark .callout-ogoldbar h4,
.bg-gray-dark .callout-ogoldbar h5,
.bg-gray-dark .callout-ogoldbar h6,
.bg-gray-dark .callout-ogoldbar p,
.bg-gray-dark .callout-ogoldbar div,
.bg-gray-darker .callout-ogoldbar h2,
.bg-gray-darker .callout-ogoldbar h3,
.bg-gray-darker .callout-ogoldbar h4,
.bg-gray-darker .callout-ogoldbar h5,
.bg-gray-darker .callout-ogoldbar h6,
.bg-gray-darker .callout-ogoldbar p,
.bg-gray-darker .callout-ogoldbar div,
.bg-off-white .callout-ogoldbar h2,
.bg-off-white .callout-ogoldbar h3,
.bg-off-white .callout-ogoldbar h4,
.bg-off-white .callout-ogoldbar h5,
.bg-off-white .callout-ogoldbar h6,
.bg-off-white .callout-ogoldbar p,
.bg-off-white .callout-ogoldbar div,
.bg-white .callout-ogoldbar h2,
.bg-white .callout-ogoldbar h3,
.bg-white .callout-ogoldbar h4,
.bg-white .callout-ogoldbar h5,
.bg-white .callout-ogoldbar h6,
.bg-white .callout-ogoldbar p,
.bg-white .callout-ogoldbar div {
  color: #333;
}
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-off-white .callout-ogoldbar .ck-editor__nested-editable_focused div,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h2,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h3,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h4,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h5,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused h6,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused p,
.bg-white .callout-ogoldbar .ck-editor__nested-editable_focused div {
  color: #333;
}
.bg-maroon .callout-ogoldbar a,
.bg-maroon-light .callout-ogoldbar a,
.bg-maroon-dark .callout-ogoldbar a,
.bg-gold .callout-ogoldbar a,
.bg-gold-light .callout-ogoldbar a,
.bg-gray-lighter .callout-ogoldbar a,
.bg-gray-light .callout-ogoldbar a,
.bg-gray-medium .callout-ogoldbar a,
.bg-gold-dark .callout-ogoldbar a,
.bg-gray-dark .callout-ogoldbar a,
.bg-gray-darker .callout-ogoldbar a,
.bg-off-white .callout-ogoldbar a,
.bg-white .callout-ogoldbar a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.bg-maroon .callout-ogoldbar a:active,
.bg-maroon-light .callout-ogoldbar a:active,
.bg-maroon-dark .callout-ogoldbar a:active,
.bg-gold .callout-ogoldbar a:active,
.bg-gold-light .callout-ogoldbar a:active,
.bg-gray-lighter .callout-ogoldbar a:active,
.bg-gray-light .callout-ogoldbar a:active,
.bg-gray-medium .callout-ogoldbar a:active,
.bg-gold-dark .callout-ogoldbar a:active,
.bg-gray-dark .callout-ogoldbar a:active,
.bg-gray-darker .callout-ogoldbar a:active,
.bg-off-white .callout-ogoldbar a:active,
.bg-white .callout-ogoldbar a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-ogoldbar a:focus,
.bg-maroon-light .callout-ogoldbar a:focus,
.bg-maroon-dark .callout-ogoldbar a:focus,
.bg-gold .callout-ogoldbar a:focus,
.bg-gold-light .callout-ogoldbar a:focus,
.bg-gray-lighter .callout-ogoldbar a:focus,
.bg-gray-light .callout-ogoldbar a:focus,
.bg-gray-medium .callout-ogoldbar a:focus,
.bg-gold-dark .callout-ogoldbar a:focus,
.bg-gray-dark .callout-ogoldbar a:focus,
.bg-gray-darker .callout-ogoldbar a:focus,
.bg-off-white .callout-ogoldbar a:focus,
.bg-white .callout-ogoldbar a:focus {
  background-color: #ffd75f;
}
.bg-maroon .callout-ogoldbar a::after,
.bg-maroon-light .callout-ogoldbar a::after,
.bg-maroon-dark .callout-ogoldbar a::after,
.bg-gold .callout-ogoldbar a::after,
.bg-gold-light .callout-ogoldbar a::after,
.bg-gray-lighter .callout-ogoldbar a::after,
.bg-gray-light .callout-ogoldbar a::after,
.bg-gray-medium .callout-ogoldbar a::after,
.bg-gold-dark .callout-ogoldbar a::after,
.bg-gray-dark .callout-ogoldbar a::after,
.bg-gray-darker .callout-ogoldbar a::after,
.bg-off-white .callout-ogoldbar a::after,
.bg-white .callout-ogoldbar a::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:visited,
.bg-maroon-light .callout-ogoldbar a:visited,
.bg-maroon-dark .callout-ogoldbar a:visited,
.bg-gold .callout-ogoldbar a:visited,
.bg-gold-light .callout-ogoldbar a:visited,
.bg-gray-lighter .callout-ogoldbar a:visited,
.bg-gray-light .callout-ogoldbar a:visited,
.bg-gray-medium .callout-ogoldbar a:visited,
.bg-gold-dark .callout-ogoldbar a:visited,
.bg-gray-dark .callout-ogoldbar a:visited,
.bg-gray-darker .callout-ogoldbar a:visited,
.bg-off-white .callout-ogoldbar a:visited,
.bg-white .callout-ogoldbar a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.bg-maroon .callout-ogoldbar a:visited::after,
.bg-maroon-light .callout-ogoldbar a:visited::after,
.bg-maroon-dark .callout-ogoldbar a:visited::after,
.bg-gold .callout-ogoldbar a:visited::after,
.bg-gold-light .callout-ogoldbar a:visited::after,
.bg-gray-lighter .callout-ogoldbar a:visited::after,
.bg-gray-light .callout-ogoldbar a:visited::after,
.bg-gray-medium .callout-ogoldbar a:visited::after,
.bg-gold-dark .callout-ogoldbar a:visited::after,
.bg-gray-dark .callout-ogoldbar a:visited::after,
.bg-gray-darker .callout-ogoldbar a:visited::after,
.bg-off-white .callout-ogoldbar a:visited::after,
.bg-white .callout-ogoldbar a:visited::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:hover,
.bg-maroon-light .callout-ogoldbar a:hover,
.bg-maroon-dark .callout-ogoldbar a:hover,
.bg-gold .callout-ogoldbar a:hover,
.bg-gold-light .callout-ogoldbar a:hover,
.bg-gray-lighter .callout-ogoldbar a:hover,
.bg-gray-light .callout-ogoldbar a:hover,
.bg-gray-medium .callout-ogoldbar a:hover,
.bg-gold-dark .callout-ogoldbar a:hover,
.bg-gray-dark .callout-ogoldbar a:hover,
.bg-gray-darker .callout-ogoldbar a:hover,
.bg-off-white .callout-ogoldbar a:hover,
.bg-white .callout-ogoldbar a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.bg-maroon .callout-ogoldbar a:hover::after,
.bg-maroon-light .callout-ogoldbar a:hover::after,
.bg-maroon-dark .callout-ogoldbar a:hover::after,
.bg-gold .callout-ogoldbar a:hover::after,
.bg-gold-light .callout-ogoldbar a:hover::after,
.bg-gray-lighter .callout-ogoldbar a:hover::after,
.bg-gray-light .callout-ogoldbar a:hover::after,
.bg-gray-medium .callout-ogoldbar a:hover::after,
.bg-gold-dark .callout-ogoldbar a:hover::after,
.bg-gray-dark .callout-ogoldbar a:hover::after,
.bg-gray-darker .callout-ogoldbar a:hover::after,
.bg-off-white .callout-ogoldbar a:hover::after,
.bg-white .callout-ogoldbar a:hover::after {
  color: #900021;
}
.bg-maroon .callout-ogoldbar,
.bg-maroon-light .callout-ogoldbar,
.bg-maroon-dark .callout-ogoldbar,
.bg-gold .callout-ogoldbar,
.bg-gold-light .callout-ogoldbar,
.bg-gray-lighter .callout-ogoldbar,
.bg-gray-light .callout-ogoldbar,
.bg-gray-medium .callout-ogoldbar,
.bg-gold-dark .callout-ogoldbar,
.bg-gray-dark .callout-ogoldbar,
.bg-gray-darker .callout-ogoldbar,
.bg-off-white .callout-ogoldbar,
.bg-white .callout-ogoldbar {
  background-color: #fff;
}
.bg-maroon .callout-ogoldbar .gold-bar,
.bg-maroon-light .callout-ogoldbar .gold-bar,
.bg-maroon-dark .callout-ogoldbar .gold-bar,
.bg-gold .callout-ogoldbar .gold-bar,
.bg-gold-light .callout-ogoldbar .gold-bar,
.bg-gray-lighter .callout-ogoldbar .gold-bar,
.bg-gray-light .callout-ogoldbar .gold-bar,
.bg-gray-medium .callout-ogoldbar .gold-bar,
.bg-gold-dark .callout-ogoldbar .gold-bar,
.bg-gray-dark .callout-ogoldbar .gold-bar,
.bg-gray-darker .callout-ogoldbar .gold-bar,
.bg-off-white .callout-ogoldbar .gold-bar,
.bg-white .callout-ogoldbar .gold-bar {
  height: 1em;
  width: 5em;
  margin: -1.6em auto 0;
  background: #ffde7a;
}
.bg-maroon .callout-ogoldbar .gold-bar + h1, .bg-maroon .callout-ogoldbar .gold-bar + h2, .bg-maroon .callout-ogoldbar .gold-bar + h3, .bg-maroon .callout-ogoldbar .gold-bar + h4, .bg-maroon .callout-ogoldbar .gold-bar + h5, .bg-maroon .callout-ogoldbar .gold-bar + h6,
.bg-maroon-light .callout-ogoldbar .gold-bar + h1,
.bg-maroon-light .callout-ogoldbar .gold-bar + h2,
.bg-maroon-light .callout-ogoldbar .gold-bar + h3,
.bg-maroon-light .callout-ogoldbar .gold-bar + h4,
.bg-maroon-light .callout-ogoldbar .gold-bar + h5,
.bg-maroon-light .callout-ogoldbar .gold-bar + h6,
.bg-maroon-dark .callout-ogoldbar .gold-bar + h1,
.bg-maroon-dark .callout-ogoldbar .gold-bar + h2,
.bg-maroon-dark .callout-ogoldbar .gold-bar + h3,
.bg-maroon-dark .callout-ogoldbar .gold-bar + h4,
.bg-maroon-dark .callout-ogoldbar .gold-bar + h5,
.bg-maroon-dark .callout-ogoldbar .gold-bar + h6,
.bg-gold .callout-ogoldbar .gold-bar + h1,
.bg-gold .callout-ogoldbar .gold-bar + h2,
.bg-gold .callout-ogoldbar .gold-bar + h3,
.bg-gold .callout-ogoldbar .gold-bar + h4,
.bg-gold .callout-ogoldbar .gold-bar + h5,
.bg-gold .callout-ogoldbar .gold-bar + h6,
.bg-gold-light .callout-ogoldbar .gold-bar + h1,
.bg-gold-light .callout-ogoldbar .gold-bar + h2,
.bg-gold-light .callout-ogoldbar .gold-bar + h3,
.bg-gold-light .callout-ogoldbar .gold-bar + h4,
.bg-gold-light .callout-ogoldbar .gold-bar + h5,
.bg-gold-light .callout-ogoldbar .gold-bar + h6,
.bg-gray-lighter .callout-ogoldbar .gold-bar + h1,
.bg-gray-lighter .callout-ogoldbar .gold-bar + h2,
.bg-gray-lighter .callout-ogoldbar .gold-bar + h3,
.bg-gray-lighter .callout-ogoldbar .gold-bar + h4,
.bg-gray-lighter .callout-ogoldbar .gold-bar + h5,
.bg-gray-lighter .callout-ogoldbar .gold-bar + h6,
.bg-gray-light .callout-ogoldbar .gold-bar + h1,
.bg-gray-light .callout-ogoldbar .gold-bar + h2,
.bg-gray-light .callout-ogoldbar .gold-bar + h3,
.bg-gray-light .callout-ogoldbar .gold-bar + h4,
.bg-gray-light .callout-ogoldbar .gold-bar + h5,
.bg-gray-light .callout-ogoldbar .gold-bar + h6,
.bg-gray-medium .callout-ogoldbar .gold-bar + h1,
.bg-gray-medium .callout-ogoldbar .gold-bar + h2,
.bg-gray-medium .callout-ogoldbar .gold-bar + h3,
.bg-gray-medium .callout-ogoldbar .gold-bar + h4,
.bg-gray-medium .callout-ogoldbar .gold-bar + h5,
.bg-gray-medium .callout-ogoldbar .gold-bar + h6,
.bg-gold-dark .callout-ogoldbar .gold-bar + h1,
.bg-gold-dark .callout-ogoldbar .gold-bar + h2,
.bg-gold-dark .callout-ogoldbar .gold-bar + h3,
.bg-gold-dark .callout-ogoldbar .gold-bar + h4,
.bg-gold-dark .callout-ogoldbar .gold-bar + h5,
.bg-gold-dark .callout-ogoldbar .gold-bar + h6,
.bg-gray-dark .callout-ogoldbar .gold-bar + h1,
.bg-gray-dark .callout-ogoldbar .gold-bar + h2,
.bg-gray-dark .callout-ogoldbar .gold-bar + h3,
.bg-gray-dark .callout-ogoldbar .gold-bar + h4,
.bg-gray-dark .callout-ogoldbar .gold-bar + h5,
.bg-gray-dark .callout-ogoldbar .gold-bar + h6,
.bg-gray-darker .callout-ogoldbar .gold-bar + h1,
.bg-gray-darker .callout-ogoldbar .gold-bar + h2,
.bg-gray-darker .callout-ogoldbar .gold-bar + h3,
.bg-gray-darker .callout-ogoldbar .gold-bar + h4,
.bg-gray-darker .callout-ogoldbar .gold-bar + h5,
.bg-gray-darker .callout-ogoldbar .gold-bar + h6,
.bg-off-white .callout-ogoldbar .gold-bar + h1,
.bg-off-white .callout-ogoldbar .gold-bar + h2,
.bg-off-white .callout-ogoldbar .gold-bar + h3,
.bg-off-white .callout-ogoldbar .gold-bar + h4,
.bg-off-white .callout-ogoldbar .gold-bar + h5,
.bg-off-white .callout-ogoldbar .gold-bar + h6,
.bg-white .callout-ogoldbar .gold-bar + h1,
.bg-white .callout-ogoldbar .gold-bar + h2,
.bg-white .callout-ogoldbar .gold-bar + h3,
.bg-white .callout-ogoldbar .gold-bar + h4,
.bg-white .callout-ogoldbar .gold-bar + h5,
.bg-white .callout-ogoldbar .gold-bar + h6 {
  margin-top: 1em;
}
.bg-maroon .callout-ogoldbar h6:first-child,
.bg-maroon .callout-ogoldbar h5:first-child,
.bg-maroon .callout-ogoldbar h4:first-child,
.bg-maroon .callout-ogoldbar h3:first-child,
.bg-maroon .callout-ogoldbar h2:first-child,
.bg-maroon .callout-ogoldbar h1:first-child,
.bg-maroon-light .callout-ogoldbar h6:first-child,
.bg-maroon-light .callout-ogoldbar h5:first-child,
.bg-maroon-light .callout-ogoldbar h4:first-child,
.bg-maroon-light .callout-ogoldbar h3:first-child,
.bg-maroon-light .callout-ogoldbar h2:first-child,
.bg-maroon-light .callout-ogoldbar h1:first-child,
.bg-maroon-dark .callout-ogoldbar h6:first-child,
.bg-maroon-dark .callout-ogoldbar h5:first-child,
.bg-maroon-dark .callout-ogoldbar h4:first-child,
.bg-maroon-dark .callout-ogoldbar h3:first-child,
.bg-maroon-dark .callout-ogoldbar h2:first-child,
.bg-maroon-dark .callout-ogoldbar h1:first-child,
.bg-gold .callout-ogoldbar h6:first-child,
.bg-gold .callout-ogoldbar h5:first-child,
.bg-gold .callout-ogoldbar h4:first-child,
.bg-gold .callout-ogoldbar h3:first-child,
.bg-gold .callout-ogoldbar h2:first-child,
.bg-gold .callout-ogoldbar h1:first-child,
.bg-gold-light .callout-ogoldbar h6:first-child,
.bg-gold-light .callout-ogoldbar h5:first-child,
.bg-gold-light .callout-ogoldbar h4:first-child,
.bg-gold-light .callout-ogoldbar h3:first-child,
.bg-gold-light .callout-ogoldbar h2:first-child,
.bg-gold-light .callout-ogoldbar h1:first-child,
.bg-gray-lighter .callout-ogoldbar h6:first-child,
.bg-gray-lighter .callout-ogoldbar h5:first-child,
.bg-gray-lighter .callout-ogoldbar h4:first-child,
.bg-gray-lighter .callout-ogoldbar h3:first-child,
.bg-gray-lighter .callout-ogoldbar h2:first-child,
.bg-gray-lighter .callout-ogoldbar h1:first-child,
.bg-gray-light .callout-ogoldbar h6:first-child,
.bg-gray-light .callout-ogoldbar h5:first-child,
.bg-gray-light .callout-ogoldbar h4:first-child,
.bg-gray-light .callout-ogoldbar h3:first-child,
.bg-gray-light .callout-ogoldbar h2:first-child,
.bg-gray-light .callout-ogoldbar h1:first-child,
.bg-gray-medium .callout-ogoldbar h6:first-child,
.bg-gray-medium .callout-ogoldbar h5:first-child,
.bg-gray-medium .callout-ogoldbar h4:first-child,
.bg-gray-medium .callout-ogoldbar h3:first-child,
.bg-gray-medium .callout-ogoldbar h2:first-child,
.bg-gray-medium .callout-ogoldbar h1:first-child,
.bg-gold-dark .callout-ogoldbar h6:first-child,
.bg-gold-dark .callout-ogoldbar h5:first-child,
.bg-gold-dark .callout-ogoldbar h4:first-child,
.bg-gold-dark .callout-ogoldbar h3:first-child,
.bg-gold-dark .callout-ogoldbar h2:first-child,
.bg-gold-dark .callout-ogoldbar h1:first-child,
.bg-gray-dark .callout-ogoldbar h6:first-child,
.bg-gray-dark .callout-ogoldbar h5:first-child,
.bg-gray-dark .callout-ogoldbar h4:first-child,
.bg-gray-dark .callout-ogoldbar h3:first-child,
.bg-gray-dark .callout-ogoldbar h2:first-child,
.bg-gray-dark .callout-ogoldbar h1:first-child,
.bg-gray-darker .callout-ogoldbar h6:first-child,
.bg-gray-darker .callout-ogoldbar h5:first-child,
.bg-gray-darker .callout-ogoldbar h4:first-child,
.bg-gray-darker .callout-ogoldbar h3:first-child,
.bg-gray-darker .callout-ogoldbar h2:first-child,
.bg-gray-darker .callout-ogoldbar h1:first-child,
.bg-off-white .callout-ogoldbar h6:first-child,
.bg-off-white .callout-ogoldbar h5:first-child,
.bg-off-white .callout-ogoldbar h4:first-child,
.bg-off-white .callout-ogoldbar h3:first-child,
.bg-off-white .callout-ogoldbar h2:first-child,
.bg-off-white .callout-ogoldbar h1:first-child,
.bg-white .callout-ogoldbar h6:first-child,
.bg-white .callout-ogoldbar h5:first-child,
.bg-white .callout-ogoldbar h4:first-child,
.bg-white .callout-ogoldbar h3:first-child,
.bg-white .callout-ogoldbar h2:first-child,
.bg-white .callout-ogoldbar h1:first-child {
  margin-top: 1em;
}
.bg-maroon .callout-ogoldbar a:hover,
.bg-maroon .callout-ogoldbar a.emphasis:hover,
.bg-maroon-light .callout-ogoldbar a:hover,
.bg-maroon-light .callout-ogoldbar a.emphasis:hover,
.bg-maroon-dark .callout-ogoldbar a:hover,
.bg-maroon-dark .callout-ogoldbar a.emphasis:hover,
.bg-gold .callout-ogoldbar a:hover,
.bg-gold .callout-ogoldbar a.emphasis:hover,
.bg-gold-light .callout-ogoldbar a:hover,
.bg-gold-light .callout-ogoldbar a.emphasis:hover,
.bg-gray-lighter .callout-ogoldbar a:hover,
.bg-gray-lighter .callout-ogoldbar a.emphasis:hover,
.bg-gray-light .callout-ogoldbar a:hover,
.bg-gray-light .callout-ogoldbar a.emphasis:hover,
.bg-gray-medium .callout-ogoldbar a:hover,
.bg-gray-medium .callout-ogoldbar a.emphasis:hover,
.bg-gold-dark .callout-ogoldbar a:hover,
.bg-gold-dark .callout-ogoldbar a.emphasis:hover,
.bg-gray-dark .callout-ogoldbar a:hover,
.bg-gray-dark .callout-ogoldbar a.emphasis:hover,
.bg-gray-darker .callout-ogoldbar a:hover,
.bg-gray-darker .callout-ogoldbar a.emphasis:hover,
.bg-off-white .callout-ogoldbar a:hover,
.bg-off-white .callout-ogoldbar a.emphasis:hover,
.bg-white .callout-ogoldbar a:hover,
.bg-white .callout-ogoldbar a.emphasis:hover {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-background,
.bg-maroon-light .callout-background,
.bg-maroon-dark .callout-background,
.bg-gold .callout-background,
.bg-gold-light .callout-background,
.bg-gray-lighter .callout-background,
.bg-gray-light .callout-background,
.bg-gray-medium .callout-background,
.bg-gold-dark .callout-background,
.bg-gray-dark .callout-background,
.bg-gray-darker .callout-background,
.bg-off-white .callout-background,
.bg-white .callout-background {
  background-color: #f0efee;
}
.bg-maroon .callout-background h2,
.bg-maroon .callout-background h3,
.bg-maroon .callout-background h4,
.bg-maroon .callout-background h5,
.bg-maroon .callout-background h6,
.bg-maroon .callout-background p,
.bg-maroon .callout-background div,
.bg-maroon-light .callout-background h2,
.bg-maroon-light .callout-background h3,
.bg-maroon-light .callout-background h4,
.bg-maroon-light .callout-background h5,
.bg-maroon-light .callout-background h6,
.bg-maroon-light .callout-background p,
.bg-maroon-light .callout-background div,
.bg-maroon-dark .callout-background h2,
.bg-maroon-dark .callout-background h3,
.bg-maroon-dark .callout-background h4,
.bg-maroon-dark .callout-background h5,
.bg-maroon-dark .callout-background h6,
.bg-maroon-dark .callout-background p,
.bg-maroon-dark .callout-background div,
.bg-gold .callout-background h2,
.bg-gold .callout-background h3,
.bg-gold .callout-background h4,
.bg-gold .callout-background h5,
.bg-gold .callout-background h6,
.bg-gold .callout-background p,
.bg-gold .callout-background div,
.bg-gold-light .callout-background h2,
.bg-gold-light .callout-background h3,
.bg-gold-light .callout-background h4,
.bg-gold-light .callout-background h5,
.bg-gold-light .callout-background h6,
.bg-gold-light .callout-background p,
.bg-gold-light .callout-background div,
.bg-gray-lighter .callout-background h2,
.bg-gray-lighter .callout-background h3,
.bg-gray-lighter .callout-background h4,
.bg-gray-lighter .callout-background h5,
.bg-gray-lighter .callout-background h6,
.bg-gray-lighter .callout-background p,
.bg-gray-lighter .callout-background div,
.bg-gray-light .callout-background h2,
.bg-gray-light .callout-background h3,
.bg-gray-light .callout-background h4,
.bg-gray-light .callout-background h5,
.bg-gray-light .callout-background h6,
.bg-gray-light .callout-background p,
.bg-gray-light .callout-background div,
.bg-gray-medium .callout-background h2,
.bg-gray-medium .callout-background h3,
.bg-gray-medium .callout-background h4,
.bg-gray-medium .callout-background h5,
.bg-gray-medium .callout-background h6,
.bg-gray-medium .callout-background p,
.bg-gray-medium .callout-background div,
.bg-gold-dark .callout-background h2,
.bg-gold-dark .callout-background h3,
.bg-gold-dark .callout-background h4,
.bg-gold-dark .callout-background h5,
.bg-gold-dark .callout-background h6,
.bg-gold-dark .callout-background p,
.bg-gold-dark .callout-background div,
.bg-gray-dark .callout-background h2,
.bg-gray-dark .callout-background h3,
.bg-gray-dark .callout-background h4,
.bg-gray-dark .callout-background h5,
.bg-gray-dark .callout-background h6,
.bg-gray-dark .callout-background p,
.bg-gray-dark .callout-background div,
.bg-gray-darker .callout-background h2,
.bg-gray-darker .callout-background h3,
.bg-gray-darker .callout-background h4,
.bg-gray-darker .callout-background h5,
.bg-gray-darker .callout-background h6,
.bg-gray-darker .callout-background p,
.bg-gray-darker .callout-background div,
.bg-off-white .callout-background h2,
.bg-off-white .callout-background h3,
.bg-off-white .callout-background h4,
.bg-off-white .callout-background h5,
.bg-off-white .callout-background h6,
.bg-off-white .callout-background p,
.bg-off-white .callout-background div,
.bg-white .callout-background h2,
.bg-white .callout-background h3,
.bg-white .callout-background h4,
.bg-white .callout-background h5,
.bg-white .callout-background h6,
.bg-white .callout-background p,
.bg-white .callout-background div {
  color: #333;
}
.bg-maroon .callout-background .ck-editor__nested-editable_focused h2,
.bg-maroon .callout-background .ck-editor__nested-editable_focused h3,
.bg-maroon .callout-background .ck-editor__nested-editable_focused h4,
.bg-maroon .callout-background .ck-editor__nested-editable_focused h5,
.bg-maroon .callout-background .ck-editor__nested-editable_focused h6,
.bg-maroon .callout-background .ck-editor__nested-editable_focused p,
.bg-maroon .callout-background .ck-editor__nested-editable_focused div,
.bg-maroon-light .callout-background .ck-editor__nested-editable_focused h2,
.bg-maroon-light .callout-background .ck-editor__nested-editable_focused h3,
.bg-maroon-light .callout-background .ck-editor__nested-editable_focused h4,
.bg-maroon-light .callout-background .ck-editor__nested-editable_focused h5,
.bg-maroon-light .callout-background .ck-editor__nested-editable_focused h6,
.bg-maroon-light .callout-background .ck-editor__nested-editable_focused p,
.bg-maroon-light .callout-background .ck-editor__nested-editable_focused div,
.bg-maroon-dark .callout-background .ck-editor__nested-editable_focused h2,
.bg-maroon-dark .callout-background .ck-editor__nested-editable_focused h3,
.bg-maroon-dark .callout-background .ck-editor__nested-editable_focused h4,
.bg-maroon-dark .callout-background .ck-editor__nested-editable_focused h5,
.bg-maroon-dark .callout-background .ck-editor__nested-editable_focused h6,
.bg-maroon-dark .callout-background .ck-editor__nested-editable_focused p,
.bg-maroon-dark .callout-background .ck-editor__nested-editable_focused div,
.bg-gold .callout-background .ck-editor__nested-editable_focused h2,
.bg-gold .callout-background .ck-editor__nested-editable_focused h3,
.bg-gold .callout-background .ck-editor__nested-editable_focused h4,
.bg-gold .callout-background .ck-editor__nested-editable_focused h5,
.bg-gold .callout-background .ck-editor__nested-editable_focused h6,
.bg-gold .callout-background .ck-editor__nested-editable_focused p,
.bg-gold .callout-background .ck-editor__nested-editable_focused div,
.bg-gold-light .callout-background .ck-editor__nested-editable_focused h2,
.bg-gold-light .callout-background .ck-editor__nested-editable_focused h3,
.bg-gold-light .callout-background .ck-editor__nested-editable_focused h4,
.bg-gold-light .callout-background .ck-editor__nested-editable_focused h5,
.bg-gold-light .callout-background .ck-editor__nested-editable_focused h6,
.bg-gold-light .callout-background .ck-editor__nested-editable_focused p,
.bg-gold-light .callout-background .ck-editor__nested-editable_focused div,
.bg-gray-lighter .callout-background .ck-editor__nested-editable_focused h2,
.bg-gray-lighter .callout-background .ck-editor__nested-editable_focused h3,
.bg-gray-lighter .callout-background .ck-editor__nested-editable_focused h4,
.bg-gray-lighter .callout-background .ck-editor__nested-editable_focused h5,
.bg-gray-lighter .callout-background .ck-editor__nested-editable_focused h6,
.bg-gray-lighter .callout-background .ck-editor__nested-editable_focused p,
.bg-gray-lighter .callout-background .ck-editor__nested-editable_focused div,
.bg-gray-light .callout-background .ck-editor__nested-editable_focused h2,
.bg-gray-light .callout-background .ck-editor__nested-editable_focused h3,
.bg-gray-light .callout-background .ck-editor__nested-editable_focused h4,
.bg-gray-light .callout-background .ck-editor__nested-editable_focused h5,
.bg-gray-light .callout-background .ck-editor__nested-editable_focused h6,
.bg-gray-light .callout-background .ck-editor__nested-editable_focused p,
.bg-gray-light .callout-background .ck-editor__nested-editable_focused div,
.bg-gray-medium .callout-background .ck-editor__nested-editable_focused h2,
.bg-gray-medium .callout-background .ck-editor__nested-editable_focused h3,
.bg-gray-medium .callout-background .ck-editor__nested-editable_focused h4,
.bg-gray-medium .callout-background .ck-editor__nested-editable_focused h5,
.bg-gray-medium .callout-background .ck-editor__nested-editable_focused h6,
.bg-gray-medium .callout-background .ck-editor__nested-editable_focused p,
.bg-gray-medium .callout-background .ck-editor__nested-editable_focused div,
.bg-gold-dark .callout-background .ck-editor__nested-editable_focused h2,
.bg-gold-dark .callout-background .ck-editor__nested-editable_focused h3,
.bg-gold-dark .callout-background .ck-editor__nested-editable_focused h4,
.bg-gold-dark .callout-background .ck-editor__nested-editable_focused h5,
.bg-gold-dark .callout-background .ck-editor__nested-editable_focused h6,
.bg-gold-dark .callout-background .ck-editor__nested-editable_focused p,
.bg-gold-dark .callout-background .ck-editor__nested-editable_focused div,
.bg-gray-dark .callout-background .ck-editor__nested-editable_focused h2,
.bg-gray-dark .callout-background .ck-editor__nested-editable_focused h3,
.bg-gray-dark .callout-background .ck-editor__nested-editable_focused h4,
.bg-gray-dark .callout-background .ck-editor__nested-editable_focused h5,
.bg-gray-dark .callout-background .ck-editor__nested-editable_focused h6,
.bg-gray-dark .callout-background .ck-editor__nested-editable_focused p,
.bg-gray-dark .callout-background .ck-editor__nested-editable_focused div,
.bg-gray-darker .callout-background .ck-editor__nested-editable_focused h2,
.bg-gray-darker .callout-background .ck-editor__nested-editable_focused h3,
.bg-gray-darker .callout-background .ck-editor__nested-editable_focused h4,
.bg-gray-darker .callout-background .ck-editor__nested-editable_focused h5,
.bg-gray-darker .callout-background .ck-editor__nested-editable_focused h6,
.bg-gray-darker .callout-background .ck-editor__nested-editable_focused p,
.bg-gray-darker .callout-background .ck-editor__nested-editable_focused div,
.bg-off-white .callout-background .ck-editor__nested-editable_focused h2,
.bg-off-white .callout-background .ck-editor__nested-editable_focused h3,
.bg-off-white .callout-background .ck-editor__nested-editable_focused h4,
.bg-off-white .callout-background .ck-editor__nested-editable_focused h5,
.bg-off-white .callout-background .ck-editor__nested-editable_focused h6,
.bg-off-white .callout-background .ck-editor__nested-editable_focused p,
.bg-off-white .callout-background .ck-editor__nested-editable_focused div,
.bg-white .callout-background .ck-editor__nested-editable_focused h2,
.bg-white .callout-background .ck-editor__nested-editable_focused h3,
.bg-white .callout-background .ck-editor__nested-editable_focused h4,
.bg-white .callout-background .ck-editor__nested-editable_focused h5,
.bg-white .callout-background .ck-editor__nested-editable_focused h6,
.bg-white .callout-background .ck-editor__nested-editable_focused p,
.bg-white .callout-background .ck-editor__nested-editable_focused div {
  color: #333;
}
.bg-maroon .callout-background a,
.bg-maroon-light .callout-background a,
.bg-maroon-dark .callout-background a,
.bg-gold .callout-background a,
.bg-gold-light .callout-background a,
.bg-gray-lighter .callout-background a,
.bg-gray-light .callout-background a,
.bg-gray-medium .callout-background a,
.bg-gold-dark .callout-background a,
.bg-gray-dark .callout-background a,
.bg-gray-darker .callout-background a,
.bg-off-white .callout-background a,
.bg-white .callout-background a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.bg-maroon .callout-background a:active,
.bg-maroon-light .callout-background a:active,
.bg-maroon-dark .callout-background a:active,
.bg-gold .callout-background a:active,
.bg-gold-light .callout-background a:active,
.bg-gray-lighter .callout-background a:active,
.bg-gray-light .callout-background a:active,
.bg-gray-medium .callout-background a:active,
.bg-gold-dark .callout-background a:active,
.bg-gray-dark .callout-background a:active,
.bg-gray-darker .callout-background a:active,
.bg-off-white .callout-background a:active,
.bg-white .callout-background a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.bg-maroon .callout-background a:focus,
.bg-maroon-light .callout-background a:focus,
.bg-maroon-dark .callout-background a:focus,
.bg-gold .callout-background a:focus,
.bg-gold-light .callout-background a:focus,
.bg-gray-lighter .callout-background a:focus,
.bg-gray-light .callout-background a:focus,
.bg-gray-medium .callout-background a:focus,
.bg-gold-dark .callout-background a:focus,
.bg-gray-dark .callout-background a:focus,
.bg-gray-darker .callout-background a:focus,
.bg-off-white .callout-background a:focus,
.bg-white .callout-background a:focus {
  background-color: #ffd75f;
}
.bg-maroon .callout-background a::after,
.bg-maroon-light .callout-background a::after,
.bg-maroon-dark .callout-background a::after,
.bg-gold .callout-background a::after,
.bg-gold-light .callout-background a::after,
.bg-gray-lighter .callout-background a::after,
.bg-gray-light .callout-background a::after,
.bg-gray-medium .callout-background a::after,
.bg-gold-dark .callout-background a::after,
.bg-gray-dark .callout-background a::after,
.bg-gray-darker .callout-background a::after,
.bg-off-white .callout-background a::after,
.bg-white .callout-background a::after {
  color: #900021;
}
.bg-maroon .callout-background a:visited,
.bg-maroon-light .callout-background a:visited,
.bg-maroon-dark .callout-background a:visited,
.bg-gold .callout-background a:visited,
.bg-gold-light .callout-background a:visited,
.bg-gray-lighter .callout-background a:visited,
.bg-gray-light .callout-background a:visited,
.bg-gray-medium .callout-background a:visited,
.bg-gold-dark .callout-background a:visited,
.bg-gray-dark .callout-background a:visited,
.bg-gray-darker .callout-background a:visited,
.bg-off-white .callout-background a:visited,
.bg-white .callout-background a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.bg-maroon .callout-background a:visited::after,
.bg-maroon-light .callout-background a:visited::after,
.bg-maroon-dark .callout-background a:visited::after,
.bg-gold .callout-background a:visited::after,
.bg-gold-light .callout-background a:visited::after,
.bg-gray-lighter .callout-background a:visited::after,
.bg-gray-light .callout-background a:visited::after,
.bg-gray-medium .callout-background a:visited::after,
.bg-gold-dark .callout-background a:visited::after,
.bg-gray-dark .callout-background a:visited::after,
.bg-gray-darker .callout-background a:visited::after,
.bg-off-white .callout-background a:visited::after,
.bg-white .callout-background a:visited::after {
  color: #900021;
}
.bg-maroon .callout-background a:hover,
.bg-maroon-light .callout-background a:hover,
.bg-maroon-dark .callout-background a:hover,
.bg-gold .callout-background a:hover,
.bg-gold-light .callout-background a:hover,
.bg-gray-lighter .callout-background a:hover,
.bg-gray-light .callout-background a:hover,
.bg-gray-medium .callout-background a:hover,
.bg-gold-dark .callout-background a:hover,
.bg-gray-dark .callout-background a:hover,
.bg-gray-darker .callout-background a:hover,
.bg-off-white .callout-background a:hover,
.bg-white .callout-background a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.bg-maroon .callout-background a:hover::after,
.bg-maroon-light .callout-background a:hover::after,
.bg-maroon-dark .callout-background a:hover::after,
.bg-gold .callout-background a:hover::after,
.bg-gold-light .callout-background a:hover::after,
.bg-gray-lighter .callout-background a:hover::after,
.bg-gray-light .callout-background a:hover::after,
.bg-gray-medium .callout-background a:hover::after,
.bg-gold-dark .callout-background a:hover::after,
.bg-gray-dark .callout-background a:hover::after,
.bg-gray-darker .callout-background a:hover::after,
.bg-off-white .callout-background a:hover::after,
.bg-white .callout-background a:hover::after {
  color: #900021;
}

.callout-horizontal {
  display: block;
  background-color: #ffde7a;
}
.callout-horizontal h2,
.callout-horizontal h3,
.callout-horizontal h4,
.callout-horizontal h5,
.callout-horizontal h6,
.callout-horizontal p,
.callout-horizontal div {
  color: #333;
}
.callout-horizontal .ck-editor__nested-editable_focused h2,
.callout-horizontal .ck-editor__nested-editable_focused h3,
.callout-horizontal .ck-editor__nested-editable_focused h4,
.callout-horizontal .ck-editor__nested-editable_focused h5,
.callout-horizontal .ck-editor__nested-editable_focused h6,
.callout-horizontal .ck-editor__nested-editable_focused p,
.callout-horizontal .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-horizontal a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-horizontal a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-horizontal a:focus {
  background-color: #ffd75f;
}
.callout-horizontal a::after {
  color: #900021;
}
.callout-horizontal a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-horizontal a:visited::after {
  color: #900021;
}
.callout-horizontal a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-horizontal a:hover::after {
  color: #900021;
}
.callout-horizontal a:hover,
.callout-horizontal a.emphasis:hover {
  background-color: #fff;
}
@media (min-width: 50em) {
  .callout-horizontal {
    display: flex;
  }
  .callout-horizontal .field--name-field-fw-callout-image {
    flex: 0 0 auto;
    width: 60%;
  }
  .callout-horizontal .callout {
    flex: 1 1 auto;
  }
}
.callout-horizontal > a {
  flex: 0 0 auto;
  width: 60%;
  border-bottom: none;
}
.callout-horizontal > a .field--name-field-fw-callout-image {
  width: 100%;
}

.callout-image article,
.callout-horizontal article {
  margin: 0;
}

/* Specific callout overlay styles */
.callout-overlay {
  background-color: #ffde7a;
}
.callout-overlay h2,
.callout-overlay h3,
.callout-overlay h4,
.callout-overlay h5,
.callout-overlay h6,
.callout-overlay p,
.callout-overlay div {
  color: #333;
}
.callout-overlay .ck-editor__nested-editable_focused h2,
.callout-overlay .ck-editor__nested-editable_focused h3,
.callout-overlay .ck-editor__nested-editable_focused h4,
.callout-overlay .ck-editor__nested-editable_focused h5,
.callout-overlay .ck-editor__nested-editable_focused h6,
.callout-overlay .ck-editor__nested-editable_focused p,
.callout-overlay .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-overlay a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-overlay a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-overlay a:focus {
  background-color: #ffd75f;
}
.callout-overlay a::after {
  color: #900021;
}
.callout-overlay a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-overlay a:visited::after {
  color: #900021;
}
.callout-overlay a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-overlay a:hover::after {
  color: #900021;
}
.callout-overlay a:hover,
.callout-overlay a.emphasis:hover {
  background-color: #fff;
}
.callout-overlay h2,
.callout-overlay h3,
.callout-overlay h4,
.callout-overlay h5,
.callout-overlay h6,
.callout-overlay p,
.callout-overlay div {
  color: #333;
}
.callout-overlay .ck-editor__nested-editable_focused h2,
.callout-overlay .ck-editor__nested-editable_focused h3,
.callout-overlay .ck-editor__nested-editable_focused h4,
.callout-overlay .ck-editor__nested-editable_focused h5,
.callout-overlay .ck-editor__nested-editable_focused h6,
.callout-overlay .ck-editor__nested-editable_focused p,
.callout-overlay .ck-editor__nested-editable_focused div {
  color: #333;
}
.callout-overlay a {
  color: #900021;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #900021;
}
.callout-overlay a:active {
  background-color: rgba(51, 51, 51, 0.15);
}
.callout-overlay a:focus {
  background-color: #ffd75f;
}
.callout-overlay a::after {
  color: #900021;
}
.callout-overlay a:visited {
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.callout-overlay a:visited::after {
  color: #900021;
}
.callout-overlay a:hover {
  background-color: rgba(51, 51, 51, 0.15);
  color: #900021;
}
.callout-overlay a:hover::after {
  color: #900021;
}
.callout-overlay {
  padding: 1.1em;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 50em) {
  .callout-overlay {
    position: absolute;
  }
  .callout-overlay.display-100 {
    bottom: 0;
  }
  .callout-overlay.top-right, .callout-overlay.top-left {
    top: 2em;
  }
  .callout-overlay.callout-middle {
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .callout-overlay.callout-middle {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 50em) {
  .callout-overlay.bottom-right, .callout-overlay.bottom-left {
    bottom: 2em;
  }
  .callout-overlay.top-right, .callout-overlay.bottom-right {
    right: 2em;
  }
  .callout-overlay.top-left, .callout-overlay.bottom-left {
    left: 2em;
  }
  .callout-overlay.bottom {
    bottom: 2em;
    width: calc(33% - 0em);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.callout-image {
  margin-bottom: 1em;
}
.callout-image img {
  width: 100%;
  height: auto;
  display: block;
}
.callout-image + .callout {
  margin-top: 0;
}

.paragraph--type--folwell-callout {
  position: relative;
}

@media (min-width: 40em) {
  .callout article.align-right {
    float: right;
    margin-left: 2em;
  }
  .callout article.align-left {
    float: left;
    margin-right: 2em;
  }
  .callout article.align-center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 40em) {
  .callout .text-formatted.field.field--name-field-fa-text-item-body img {
    margin-bottom: 1em;
  }
}
@media (max-width: 50em) {
  .callout-overlay.display-33,
  .paragraph--type--folwell-callout .callout-overlay.display-33 {
    width: auto;
  }
}
/*# sourceMappingURL=maps/callout.css.map */
