@charset "UTF-8";
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-find-price .sizeTable {
  background-color: transparent !important;
  border-style: none !important;
  border: 0 !important;
  position: relative;
}
pn-find-price .sizeTable > tr td {
  margin-bottom: 1em;
  text-align: center;
  vertical-align: bottom;
  padding-right: 1em;
  padding-top: 1em;
}
pn-find-price .sizeTable #clouds {
  position: absolute;
  top: 0em;
  left: 4em;
  z-index: -1;
}
pn-find-price .firstCell {
  margin-right: 0;
  margin-left: auto;
}
pn-find-price .findprice-form {
  max-width: 60em;
  margin: 0em auto 3em auto;
}
pn-find-price .findprice-form fieldset {
  border: none;
}
pn-find-price [slot=title] {
  margin-bottom: 1rem;
}
pn-find-price h2 {
  text-align: center;
}
pn-find-price .heading {
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #005d92;
}
pn-find-price .resultHeading {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 2em;
}
pn-find-price .sizecategory {
  margin-top: 1em;
  margin-bottom: 3rem;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}
pn-find-price .weightoption {
  font-size: 0.9em;
  max-width: 41rem;
  margin: 0 auto;
}
pn-find-price .weightoption-content {
  text-align: center;
}
pn-find-price .weightoption-content pn-choice-button {
  width: 7em;
  line-height: 3.3em;
  font-size: 0.9em;
  vertical-align: bottom;
}
pn-find-price .weightoption-content pn-choice-button > label {
  align-content: center;
  justify-content: center;
}
pn-find-price .weightoption-content pn-choice-button ::before {
  content: "Max  ";
  font-weight: lighter;
}
pn-find-price .resultlist {
  margin: 3.2rem 0;
}
pn-find-price .servicePoint {
  text-align: center;
}
pn-find-price .servicePoint pn-illustration {
  display: block;
  max-width: 5em;
  max-height: 5em;
  margin: 1.5em auto 0 auto;
}
pn-find-price .servicePoint h3 {
  margin-top: 0.8em;
  margin-bottom: 0.9em;
}
pn-find-price .servicePoint a {
  color: #005d92;
  text-decoration: none;
}
pn-find-price .servicePoint a:hover {
  color: #0d234b;
  text-decoration: underline;
}