pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

pn-site-footer-col:not([theme=dotcom]) {
  min-width: 15em;
  padding: 2.5em 1.5rem 0;
  width: 100%;
}
@media screen and (min-width: 33.125em) {
  pn-site-footer-col:not([theme=dotcom]) {
    width: 50%;
  }
}
@media screen and (min-width: 60em) {
  pn-site-footer-col:not([theme=dotcom]) {
    max-width: 25%;
  }
}
pn-site-footer-col:not([theme=dotcom]) ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
pn-site-footer-col:not([theme=dotcom]) li {
  margin-bottom: 1.6rem;
}
pn-site-footer-col:not([theme=dotcom]) a {
  text-decoration: none;
  width: fit-content;
}
pn-site-footer-col:not([theme=dotcom]) a .pn-h2 {
  color: #000000;
}
pn-site-footer-col:not([theme=dotcom]) p {
  margin-top: 0;
  margin-bottom: 1rem;
}

pn-site-footer-col[theme=dotcom] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
pn-site-footer-col[theme=dotcom] * {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  pn-site-footer-col[theme=dotcom] {
    width: 33%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  pn-site-footer-col[theme=dotcom]:nth-child(1), pn-site-footer-col[theme=dotcom]:nth-child(4) {
    padding-left: 0;
  }
  pn-site-footer-col[theme=dotcom]:nth-child(3), pn-site-footer-col[theme=dotcom]:nth-child(5) {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  pn-site-footer-col[theme=dotcom] {
    width: 20%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  pn-site-footer-col[theme=dotcom]:nth-child(1) {
    width: 20%;
    padding-left: 0;
  }
  pn-site-footer-col[theme=dotcom]:nth-child(4) {
    padding-left: 1.6rem;
  }
  pn-site-footer-col[theme=dotcom]:nth-child(3) {
    padding-right: 1.6rem;
  }
  pn-site-footer-col[theme=dotcom]:nth-child(5) {
    padding-right: 0;
  }
}
pn-site-footer-col[theme=dotcom] .pn-h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 1200px) {
  pn-site-footer-col[theme=dotcom] .pn-h2 {
    font-size: 2.4rem;
    line-height: 2.64rem;
  }
}
pn-site-footer-col[theme=dotcom] ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.4rem;
}
pn-site-footer-col[theme=dotcom] ul li {
  margin-bottom: 1rem;
}
pn-site-footer-col[theme=dotcom] a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.24rem;
  min-height: 26px;
}
pn-site-footer-col[theme=dotcom] a .pn-h2 {
  color: #ffffff;
}
pn-site-footer-col[theme=dotcom] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
pn-site-footer-col[theme=dotcom] div {
  min-height: 150px;
  margin-bottom: 1.4rem;
}
pn-site-footer-col[theme=dotcom] div p:nth-child(odd) {
  font-weight: 500;
}