/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
.section.section--vaccine-steps {
  padding: 1.25rem 0;
}
@media screen and (min-width:700px) {
  .section.section--vaccine-steps {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width:1440px) {
  .section.section--vaccine-steps {
    padding-top: 2.8125rem;
    padding-bottom: 4.125rem;
  }
}

.section.section--resource-grid + .section.section--vaccine-steps.vaccine-steps--no-header {
  padding-top: 0.875rem;
}
@media screen and (min-width:1440px) {
  .section.section--resource-grid + .section.section--vaccine-steps.vaccine-steps--no-header {
    padding-top: 0.625rem;
  }
}

.vaccine-steps header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 2rem;
  max-width: 68.375rem;
  text-align: center;
}
@media screen and (min-width:1199px) {
  .vaccine-steps header {
    margin-bottom: 3.5625rem;
  }
}
.vaccine-steps h2 {
  margin: 0 0 1rem;
  max-width: 17.625rem;
  color: #1b2a4b;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.035rem;
  text-transform: uppercase;
}
@media screen and (min-width:700px) {
  .vaccine-steps h2 {
    max-width: none;
  }
}
@media screen and (min-width:991px) {
  .vaccine-steps h2 {
    font-size: 3.25rem;
    letter-spacing: -0.065rem;
  }
}
.vaccine-steps header p {
  margin: 0 auto;
  max-width: 52.5rem;
  color: #222;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width:991px) {
  .vaccine-steps header p {
    font-size: 1.25rem;
  }
}

.vaccine-steps__panel {
  --vaccine-steps-divider-offset: 1.25rem;
  width: 100%;
  border-radius: 1rem;
  background-color: #516a40;
  overflow: hidden;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel {
    --vaccine-steps-divider-offset: 3.5rem;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width:1199px) {
  .vaccine-steps__panel {
    --vaccine-steps-divider-offset: 7.5rem;
  }
}
.vaccine-steps__panel > ol {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2rem 1.25rem;
  list-style: none;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel > ol {
    padding: 2.5rem 3.5rem;
  }
}
@media screen and (min-width:1199px) {
  .vaccine-steps__panel > ol {
    padding: 2.5rem 7.5rem;
  }
}
.vaccine-steps__panel > ol > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 0;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel > ol > li {
    flex-direction: row;
    align-items: center;
    gap: 3.75rem;
  }
}
.vaccine-steps__panel > ol > li:not(:first-child) {
  margin-top: 3.75rem;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel > ol > li:not(:first-child) {
    margin-top: 5rem;
  }
}
.vaccine-steps__panel > ol > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -2.125rem;
  right: calc(-1 * var(--vaccine-steps-divider-offset));
  left: calc(-1 * var(--vaccine-steps-divider-offset));
  height: 0.25rem;
  background-color: #edab48;
}
@media screen and (min-width:700px) {
  .vaccine-steps__panel > ol > li:not(:first-child)::before {
    top: -1.75rem;
  }
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel > ol > li:not(:first-child)::before {
    top: -2.625rem;
  }
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel > ol > li:last-child {
    align-items: flex-start;
  }
}
.vaccine-steps__panel > ol > li figure {
  display: flex;
  flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel > ol > li figure {
    width: 10rem;
    height: 10rem;
  }
}
.vaccine-steps__panel > ol > li figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vaccine-steps__panel > ol > li .vaccine-steps__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
  width: 100%;
  color: #fff;
}
.vaccine-steps__panel > ol > li h3 {
  margin: 0;
  color: #fff;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: start;
  text-transform: uppercase;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel > ol > li h3 {
    font-size: 1.875rem;
  }
}
.vaccine-steps__panel .vaccine-steps__body {
  color: inherit;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel .vaccine-steps__body {
    font-size: 1.25rem;
  }
}
.vaccine-steps__panel .vaccine-steps__body p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.vaccine-steps__panel .vaccine-steps__body p:has(+ ul), .vaccine-steps__panel .vaccine-steps__body p:has(+ ol) {
  margin-bottom: 1.375rem;
}
@media screen and (min-width:700px) {
  .vaccine-steps__panel .vaccine-steps__body p:has(+ ul), .vaccine-steps__panel .vaccine-steps__body p:has(+ ol) {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1199px) {
  .vaccine-steps__panel .vaccine-steps__body p:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
.vaccine-steps__panel .vaccine-steps__body p:last-child {
  margin-bottom: 0;
}
.vaccine-steps__panel .vaccine-steps__body ul,
.vaccine-steps__panel .vaccine-steps__body ol {
  margin: 0;
  padding-left: 1.625rem;
  text-align: left;
}
.vaccine-steps__panel .vaccine-steps__body ul:last-child,
.vaccine-steps__panel .vaccine-steps__body ol:last-child {
  margin-bottom: 0;
}
.vaccine-steps__panel .vaccine-steps__body ul > li,
.vaccine-steps__panel .vaccine-steps__body ol > li {
  display: list-item;
  list-style-position: outside;
  margin-bottom: 0;
  padding: 0;
  color: inherit;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel .vaccine-steps__body ul > li,
  .vaccine-steps__panel .vaccine-steps__body ol > li {
    font-family: "Radio Canada", sans-serif;
    font-weight: 400;
  }
}
.vaccine-steps__panel .vaccine-steps__body ul > li:not(:last-child),
.vaccine-steps__panel .vaccine-steps__body ol > li:not(:last-child) {
  margin-bottom: 1.3125rem;
}
@media screen and (min-width:700px) {
  .vaccine-steps__panel .vaccine-steps__body ul > li:not(:last-child),
  .vaccine-steps__panel .vaccine-steps__body ol > li:not(:last-child) {
    margin-bottom: 1.4375rem;
  }
}
.vaccine-steps__panel .vaccine-steps__body ul > li::before,
.vaccine-steps__panel .vaccine-steps__body ol > li::before {
  content: none;
  display: none;
}
.vaccine-steps__panel .vaccine-steps__body ul > li {
  list-style-type: disc;
}
.vaccine-steps__panel .vaccine-steps__body ul > li::marker {
  font-size: 0.75rem;
}
.vaccine-steps__panel .vaccine-steps__body ul > li a:hover {
  outline: none;
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
}
.vaccine-steps__panel .vaccine-steps__body ul > li a:focus-visible {
  outline: none;
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
}
.vaccine-steps__panel .vaccine-steps__body ol > li {
  list-style-type: decimal;
}
.vaccine-steps__panel .vaccine-steps__body strong,
.vaccine-steps__panel .vaccine-steps__body b {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel .vaccine-steps__body strong,
  .vaccine-steps__panel .vaccine-steps__body b {
    font-family: "Radio Canada", sans-serif;
    font-weight: 700;
  }
}
.vaccine-steps__panel .vaccine-steps__body em,
.vaccine-steps__panel .vaccine-steps__body i {
  font-style: italic;
}
.vaccine-steps__panel .vaccine-steps__body u {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.vaccine-steps__panel .vaccine-steps__body s,
.vaccine-steps__panel .vaccine-steps__body del,
.vaccine-steps__panel .vaccine-steps__body strike {
  text-decoration: line-through;
}
.vaccine-steps__panel .vaccine-steps__body a {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media screen and (min-width:991px) {
  .vaccine-steps__panel .vaccine-steps__body a {
    font-family: "Radio Canada", sans-serif;
  }
}
.vaccine-steps__panel .vaccine-steps__body a:hover, .vaccine-steps__panel .vaccine-steps__body a:focus-visible {
  color: inherit;
  outline: 0.125rem solid #fff;
  outline-offset: 0.125rem;
}

.section.section--vaccine-steps.vaccine-steps--navy {
  margin-bottom: 0;
  padding-bottom: 3.75rem;
}
@media screen and (min-width:700px) {
  .section.section--vaccine-steps.vaccine-steps--navy {
    padding-bottom: 5.25rem;
  }
}

.vaccine-steps--navy .vaccine-steps__panel {
  background-color: #1b2a4b;
}
.vaccine-steps--navy .vaccine-steps__panel > ol {
  padding: 2.5rem 1rem;
}
@media screen and (min-width:991px) {
  .vaccine-steps--navy .vaccine-steps__panel > ol {
    padding: 2.5rem 3.5rem;
  }
}
@media screen and (min-width:1199px) {
  .vaccine-steps--navy .vaccine-steps__panel > ol {
    padding: 2.5rem 7.5rem;
  }
}
.vaccine-steps--navy .vaccine-steps__panel > ol > li:not(:first-child) {
  margin-top: 5rem;
}
.vaccine-steps--navy .vaccine-steps__panel > ol > li:not(:first-child)::before {
  background-color: #3F7EA0;
}
