/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.panel a:not([class]) {
  color: inherit;
  font-weight: 700;
  text-decoration-color: #283FAF;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness 0.15s ease-in-out 50ms;
}
.panel a:not([class]):focus, .panel a:not([class]):hover {
  color: #283FAF;
  text-decoration-thickness: 2.5px;
}

.content-panel p {
  max-width: 26em;
}

@media screen and (min-width: 40em) {
  .content-panel {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100%;
  }
}
.number-panel {
  text-align: center;
}

.number-panel__highlight {
  font-size: 1.25em;
  margin: 0 0 0.75em;
  padding: 0 2em;
}
.number-panel__highlight a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.number-panel__highlight a:after {
  content: "\a";
  display: block;
  height: 2px;
  width: 70px;
  margin: 0.5em auto 0;
  background-color: #FFC70A;
  transition: transform 0.3s ease-out;
  will-change: transform;
  transform: scale(0);
  transform-origin: center center;
}
.number-panel__highlight a:active, .number-panel__highlight a:focus, .number-panel__highlight a:hover {
  color: inherit;
}
.number-panel__highlight a:active:after, .number-panel__highlight a:focus:after, .number-panel__highlight a:hover:after {
  transform: scale(1);
}
.number-panel__highlight span {
  display: block;
}
.number-panel__highlight span:first-child {
  color: #283FAF;
  font-size: 3.25em;
  line-height: 1;
}
.number-panel__highlight span:last-child {
  line-height: 1.2;
}
