.pe-footer {
  border-top: 1px solid #e2e8f0;
  background-color: #f1f5f9;
  line-height: 1.5; }
  @media (max-width: 45rem) {
    .pe-footer__logo {
      height: 1.5rem;
      margin-top: 1rem;
      margin-left: 1rem; }
    .pe-footer__header,
    .pe-footer a {
      font-size: 1rem; }
    .pe-footer__primary {
      padding: 0; }
    .pe-footer__social-link {
      margin-right: 1rem;
      height: 2rem; }
      .pe-footer__social-link svg {
        height: 2rem;
        width: 2rem; }
    .pe-footer__secondary {
      padding: 1.5rem 0; }
      .pe-footer__secondary__internal-links {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column; }
      .pe-footer__secondary__social {
        display: flex;
        justify-content: center;
        align-items: center; }
    .pe-footer__row {
      flex-direction: column;
      justify-content: center; }
    .pe-footer__group {
      margin-bottom: 1.5rem;
      justify-content: center; }
      .pe-footer__group a + a {
        padding-left: 3rem; }
    .pe-footer__header {
      margin: 0;
      padding: 0.75rem 1rem; }
    .pe-footer label {
      border-bottom: 1px solid #e2e8f0;
      cursor: pointer; }
    .pe-footer nav {
      display: none;
      background-color: #ffffff;
      padding: 0.5rem 0; }
    .pe-footer :checked ~ label {
      border: 0; }
    .pe-footer :checked ~ nav {
      display: block; }
    .pe-footer nav a {
      padding: 0.5rem 1rem; } }
  @media (min-width: 45rem) {
    .pe-footer__logo {
      height: 2rem; }
    .pe-footer__primary {
      padding: 3rem 1rem; }
    .pe-footer__secondary {
      padding: 1.5rem 1rem; }
      .pe-footer__secondary__internal-links, .pe-footer__secondary__social {
        display: flex;
        flex: auto;
        align-items: center; }
      .pe-footer__secondary__social {
        justify-content: flex-end; }
    .pe-footer__social-link {
      margin-right: 1rem;
      height: 1.5rem; }
      .pe-footer__social-link svg {
        height: 1.5rem;
        width: 1.5rem; }
    .pe-footer__group a + a {
      padding-left: 3rem; }
    .pe-footer__header,
    .pe-footer a {
      font-size: 1.125rem; }
    .pe-footer__header {
      margin-bottom: 1rem; }
    .pe-footer nav a {
      padding-bottom: 1rem; }
      .pe-footer nav a:last-of-type {
        padding-bottom: 0; } }
  @media (min-width: 45rem) and (max-width: 1550px) {
    .pe-footer__logo {
      margin-bottom: 1rem; } }
  @media (min-width: 1550px) {
    .pe-footer__logo-container {
      height: 0; }
    .pe-footer__logo {
      transform: translate(-150%, -7px); } }
  .pe-footer__secondary {
    background-color: #e2e8f0; }
    .pe-footer__secondary a {
      white-space: nowrap;
      font-size: 1rem; }
    .pe-footer__secondary__internal-links {
      display: flex; }
      .pe-footer__secondary__internal-links a {
        font-weight: 600; }
  .pe-footer__group {
    display: flex;
    align-items: center; }
  .pe-footer__divider {
    color: #cbd5e1;
    font-size: 2rem;
    padding: 0 0.75rem; }
  .pe-footer__container {
    transition-property: max-width;
    transition-duration: 0.2s;
    box-sizing: border-box;
    max-width: 60em;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .pe-footer__row {
    display: flex;
    flex-wrap: nowrap; }
  .pe-footer__column {
    display: flex;
    flex: auto;
    flex-direction: column; }
  .pe-footer__header {
    color: #0f172a;
    font-weight: 600; }
  .pe-footer__primary a,
  .pe-footer__secondary__internal-links a {
    color: #0f172a;
    line-height: 1.5rem; }
  .pe-footer a {
    display: block; }
  .pe-footer__secondary__accessibility {
    margin-top: 0.75rem; }
    .pe-footer__secondary__accessibility a {
      color: #007acc;
      display: inline;
      text-decoration: underline; }
  .pe-footer input {
    display: none; }
