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:not([theme=dotcom]) {
  display: block;
  line-height: 1.5;
}
pn-site-footer:not([theme=dotcom]) a {
  color: #005d92;
}
pn-site-footer:not([theme=dotcom]) a:hover {
  color: #0d234b;
  text-decoration: underline;
}
pn-site-footer:not([theme=dotcom]) h3 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
pn-site-footer:not([theme=dotcom]) p {
  font-size: 1.6rem;
}
pn-site-footer:not([theme=dotcom]) pn-site-footer-col ul.social-media {
  display: flex;
  flex-flow: row;
  gap: 1.6rem;
  row-gap: 1.2rem;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
pn-site-footer:not([theme=dotcom]) pn-site-footer-col ul.social-media li {
  margin-bottom: 0;
}
pn-site-footer:not([theme=dotcom]) > svg {
  display: block;
}
pn-site-footer:not([theme=dotcom]) > div {
  background: #f3f2f2;
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-top {
  display: flex;
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-cols {
  align-self: center;
  justify-content: center;
  display: block;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 90em;
}
@media screen and (min-width: 33.125em) {
  pn-site-footer:not([theme=dotcom]) .pn-sitefooter-cols {
    display: flex;
  }
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-bottom [slot=bottom] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  max-width: 90em;
  margin: 0 auto;
  padding: 1.6rem 0;
  border-top: 1px solid #d3cecb;
  border-bottom: 1px solid #d3cecb;
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-bottom [slot=bottom] span,
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-bottom [slot=bottom] a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-bottom [slot=bottom] a {
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  pn-site-footer:not([theme=dotcom]) .pn-sitefooter-bottom [slot=bottom] {
    gap: 0;
    flex-direction: row;
  }
  pn-site-footer:not([theme=dotcom]) .pn-sitefooter-bottom [slot=bottom] span,
  pn-site-footer:not([theme=dotcom]) .pn-sitefooter-bottom [slot=bottom] a {
    flex-direction: row;
    align-items: flex-start;
    line-height: 2;
    margin: 0 1.6rem;
    text-decoration: none;
  }
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-bottom [slot=bottom] li {
  line-height: 2em;
  margin: 0 1.6rem;
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem;
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-logo svg {
  display: block;
  width: 13.3rem;
  height: 2.6rem;
}
pn-site-footer:not([theme=dotcom]) .pn-sitefooter-logo:has(div) a slot-fb {
  display: none;
}

pn-site-footer[theme=dotcom] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0d234b;
  margin: 0 auto;
}
pn-site-footer[theme=dotcom] > svg {
  background-color: #ffffff;
}
pn-site-footer[theme=dotcom] > svg path {
  fill: #0d234b;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-top {
  width: 100%;
  position: relative;
  top: -1px;
  background-color: #0d234b;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-top .pn-sitefooter-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 4.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  pn-site-footer[theme=dotcom] .pn-sitefooter-top .pn-sitefooter-cols {
    max-width: 72rem;
  }
}
@media screen and (min-width: 992px) {
  pn-site-footer[theme=dotcom] .pn-sitefooter-top .pn-sitefooter-cols {
    max-width: 96rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  pn-site-footer[theme=dotcom] .pn-sitefooter-top .pn-sitefooter-cols {
    max-width: 114rem;
  }
}
@media screen and (min-width: 1640px) {
  pn-site-footer[theme=dotcom] .pn-sitefooter-top .pn-sitefooter-cols {
    max-width: 144rem;
  }
}
pn-site-footer[theme=dotcom] .pn-sitefooter-top .pn-sitefooter-cols h3 {
  font-weight: 500;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-top .pn-sitefooter-cols a:hover {
  text-decoration: underline;
  color: #ffffff;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #0d234b;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] {
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .social-media {
  display: flex;
  justify-content: center;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(0, 93, 146, 0.3019607843);
  border-bottom: 1px solid rgba(0, 93, 146, 0.3019607843);
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .social-media > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .social-media > ul > li:hover svg > circle {
  fill: #005d92;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright a {
  text-decoration: underline;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright {
    flex-direction: row;
    gap: 2.4rem;
  }
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright * {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.96rem;
  min-height: 26px;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright > ul {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright > ul > li {
  display: inline;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright > ul > li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  pn-site-footer[theme=dotcom] .pn-sitefooter-bottom > [slot=bottom] > .copyright > ul > li {
    margin-left: 2.4rem;
  }
}
pn-site-footer[theme=dotcom] .pn-sitefooter-logo {
  padding: 3rem;
  margin: 0 auto;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-logo [name=logo] > svg {
  display: block;
  width: 13.3rem;
  height: 2.6rem;
}
pn-site-footer[theme=dotcom] .pn-sitefooter-logo [name=logo] > svg > path {
  fill: #00a0d6;
}