/* ---------------------------------------------------------------------------
   faq.css — the current site's own stylesheet. The seasonal influenza FAQ only. Carries the accordion and its open/closed markers.

   GENERATED by scripts/build-legacy-css.ts. Do not edit this file by hand,
   and do not tidy it or convert it to Tailwind: its value is that it is what
   the live site runs. See docs/DESIGN-SYSTEM.md for the rule.

   9 @font-face block(s) removed — globals.css declares the fonts.

   2 text colour(s) darkened to meet WCAG 2.2 AA contrast — Ben's
   decision, 31 Jul 2026. Backgrounds are untouched. See the note above
   CONTRAST_FIX in the build script:
     section.faq .faq-question #c58f00 → #956d00
     section.faq .faq-question.open #7ca75c → #5c7c45
   --------------------------------------------------------------------------- */

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(90vw) rotateY(67.5deg);
            transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(90vw) rotateY(67.5deg);
            transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes clock-hand {
  0% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 0;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  1% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  100% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes clock-hand {
  0% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 0;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  1% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  100% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@-webkit-keyframes sofa {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes sofa {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@-webkit-keyframes pop-size {
  50% {
    opacity: 1;
    font-size: 24px;
  }
  80% {
    font-size: 26px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    font-size: 24px;
  }
}

@keyframes pop-size {
  50% {
    opacity: 1;
    font-size: 24px;
  }
  80% {
    font-size: 26px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    font-size: 24px;
  }
}

@-webkit-keyframes fill-to-right {
  0% {
    opacity: 1;
    background-size: 0% 100%;
    padding-right: 0px;
  }
  90% {
    opacity: 1;
    padding-right: 15px;
  }
  100% {
    opacity: 1;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}

@keyframes fill-to-right {
  0% {
    opacity: 1;
    background-size: 0% 100%;
    padding-right: 0px;
  }
  90% {
    opacity: 1;
    padding-right: 15px;
  }
  100% {
    opacity: 1;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}

@-webkit-keyframes wipe {
  0% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 300;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 532;
  }
}

@keyframes wipe {
  0% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 300;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 532;
  }
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  will-change: transform , opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.fill-to-right {
  -webkit-animation-name: fill-to-right;
          animation-name: fill-to-right;
}

.sofa {
  -webkit-animation-name: sofa;
          animation-name: sofa;
}

.wipe {
  -webkit-animation-name: wipe;
          animation-name: wipe;
}

.pop-size {
  -webkit-animation-name: pop-size;
          animation-name: pop-size;
}

.clock-hand {
  -webkit-animation-name: clock-hand;
          animation-name: clock-hand;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}

/*
*/
.compat-object-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.faq .faq-section {
  z-index: 3;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  section.faq .faq-section {
    padding-bottom: 0;
  }
}

section.faq .inner-container {
  padding-left: 0px;
}

@media (min-width: 1200px) {
  section.faq .inner-container {
    padding: 0 160px;
  }
}

section.faq.banner h1 {
  margin-left: 0px;
}

@media (min-width: 992px) {
  section.faq.banner h1 {
    margin-left: -12%;
    color: white;
    left: auto;
  }
}

@media (min-width: 1440px) {
  section.faq.banner h1 {
    margin-left: -9%;
    color: white;
    left: auto;
  }
}

@media (min-width: 1550px) {
  section.faq.banner h1 {
    left: auto;
    margin-left: -12%;
    color: white;
  }
}

@media (min-width: 1700px) {
  section.faq.banner h1 {
    left: auto;
    margin-left: -18%;
    color: white;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  section.faq.banner h1 {
    margin-left: -5%;
    color: white;
    left: auto;
  }
}

section.faq .content-section {
  padding: 30px 0;
}

section.faq .content-section:first-child {
  padding-top: 0;
}

section.faq .content-section:last-child {
  padding-bottom: 0;
}

section.faq .button {
  float: right;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: -10%;
  margin-top: 2%;
}

@media (min-width: 576px) {
  section.faq .button {
    margin-right: -4%;
  }
}

section.faq .button:before, section.faq .button:after {
  content: "";
  position: absolute;
  background-color: #7ca75c;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

section.faq .button:before {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1.5px;
}

section.faq .button:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
}

section.faq .faq-question {
  margin-bottom: 45px;
  cursor: pointer;
  color: #956d00;
  font-weight: 700;
  padding-right: 35px;
  border-top: 1px solid #c58f00;
  padding-top: 17px;
  font-size: 18px;
}

section.faq .faq-question.open {
  border-top: 3px solid #7ca75c;
  color: #5c7c45;
  font-size: 22px;
  line-height: 1.3;
}

section.faq .faq-question.open .button {
  cursor: pointer;
}

section.faq .faq-question.open .button:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #c58f00;
}

section.faq .faq-question.open .button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #c58f00;
}

section.faq .faq-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #383e34;
  margin-bottom: 85px;
}

@media (min-width: 992px) {
  section.faq .faq-content {
    line-height: 32px;
  }
}

section.faq .faq-content p {
  margin-bottom: 15px;
}

section.faq .faq-content p:first-child {
  margin-top: 0px;
}

section.faq .faq-content p:last-child {
  margin-bottom: 0px;
}

section.faq .faq-content ul {
  padding-left: 40px;
  list-style: disc;
  margin-bottom: 15px;
}

section.faq .deco.deco-doctor {
  position: relative;
  z-index: 2;
  width: 291px;
  height: 327px;
  margin-top: -100px;
  margin-left: -60px;
  margin-bottom: -291px;
}

section.faq .deco.deco-doctor:after {
  background-image: url(/img/faq/faq.svg);
}

section.faq h3 {
  margin-bottom: 15px;
}
/*# sourceMappingURL=faq.css.map */
