h2.Callout, p.Callout {
  border-left: 5px solid #3c3c3c;
  padding: 0.5625rem 1rem 0.6875rem 1.1875rem;
  /* margin-bottom: 1.5rem; } */
  margin-bottom: 0% !important; }
  h2.Callout a, p.Callout a {
    font-weight: bold; }
    h2.Callout a.button, p.Callout a.Button{
      color: #fff;
      font-weight: normal; }

/* p.Callout.Primary {
  background-color: #f2f6f9;
  border-color: #004B87; }
  p.Callout.Primary a {
    color: #004B87; }
    p.Callout.Primary a.Button {
      color: #fff; }

p.Callout.Secondary {
  background-color: #f2f2f2;
  border-color: #D9D9D6; }
  p.Callout.Secondary a {
    color: #3c3c3c; }
    p.Callout.Secondary a.Button {
      color: #fff; } */

p.Callout.Alert, h2.Callout.Alert {
  color: #3c3c3c;
  background-color: #f3e670;
  border-color: #d1b200; }
  p.Callout.Alert a, h2.Callout.Alert a {
    color: #BA0C2F; }
    p.Callout.Alert a.Button, h2.Callout.Alert a.button {
      color: #fff; }
