@charset "UTF-8";
:root {
  --font-main: "Noto Sans", Helvetica, Arial, sans-serif;
  --font-headline: Roboto;
  --color-orange: 241,110,0;
  --color-gray: 120,120,120;
  --color-gray-drk: 95,84,84;
  --color-txt: 37,56,72;
  --color-blue: 23,70,119;
  --color-teal: 0,170,182;
  --color-red: 178,22,39;
  --color-green: 184,212,184;
  --color-green-bg: 242,250,242;
  --color-highlight: var(--color-orange);
  --color-link: hsl(from rgb(var(--color-teal)) h s calc(l - 1));
  --height-navbar: 6.25rem;
  --height-header: var(--height-navbar);
  --spacing-section-horz: 1.25rem;
}
@media (min-width: 768px) {
  :root {
    --height-nav: 2.5rem;
    --height-header: calc(var(--height-navbar) + var(--height-nav));
    --spacing-section-horz: 2.5rem;
  }
}
@media (min-width: 1025px) {
  :root {
    --spacing-section-horz: 3.125rem;
  }
}

.loading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1025px) {
  .mobile {
    display: none;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-fit {
  overflow: hidden;
  position: relative;
}
.img-fit img, .img-fit video, .img-fit iframe {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.svg-wrapper {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.module-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.columns {
  -webkit-columns: 2 300px;
  -moz-columns: 2 300px;
  columns: 2 300px;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove default margin in favour of better control in authored CSS */
* {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Prevent font size inflation */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  width: 100%;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul, ol {
  list-style: none;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2, h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

address {
  font-style: normal;
}

/* Make images easier to work with */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  color: rgb(var(--color-highlight));
  font-family: var(--font-headline);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (min-width: 1025px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  color: rgb(var(--color-gray));
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.75em;
}
@media (min-width: 1025px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  color: rgb(var(--color-gray-drk));
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media (min-width: 1025px) {
  h3 {
    font-size: 1.125rem;
  }
}

p {
  text-wrap: pretty;
}
p:last-child {
  margin-bottom: 0;
}
main p {
  color: rgb(var(--color-txt));
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  main p {
    font-size: 1rem;
  }
}

ul {
  font-size: 1rem;
  text-wrap: pretty;
}
main ul:not([class]) {
  color: rgb(var(--color-txt));
  font-size: 0.875rem;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  main ul:not([class]) {
    font-size: 1rem;
  }
}
main ul:not([class]):last-child {
  margin-bottom: 0;
}
main ul:not([class]) li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.5em;
}
main ul:not([class]) li:last-child {
  margin-bottom: 0;
}
main ul:not([class]) ul {
  margin-top: 0.5em;
}

ol {
  font-size: 1rem;
  text-wrap: pretty;
}
main ol {
  color: rgb(var(--color-txt));
  counter-reset: li;
  font-size: 0.875rem;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  main ol {
    font-size: 1rem;
  }
}
main ol:last-child {
  margin-bottom: 0;
}
main ol li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.5em;
  padding-left: 1.875em;
  position: relative;
}
main ol li:last-child {
  margin-bottom: 0;
}
main ol li:before {
  color: currentColor;
  content: counter(li);
  counter-increment: li;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  font-weight: bold;
  position: absolute;
  right: calc(100% - 1.25em);
  top: 0;
}
main ol ol {
  margin-top: 0.5em;
}
main ol ol li:before {
  content: counter(li, lower-alpha);
}

a {
  text-decoration: none;
}
main a:not([class]) {
  color: rgb(var(--color-teal));
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@supports (color: hsl(from rgb(0, 0, 0) h s l)) {
  main a:not([class]) {
    color: var(--color-link);
  }
}
html:not(.user-can-touch) main a:not([class]):hover {
  color: rgb(var(--color-gray));
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  font-size: 0.55em !important;
  margin: 0 1px;
  position: relative;
  top: -0.8em;
  vertical-align: baseline;
}

sub {
  bottom: -0.15em;
  font-size: 0.55em !important;
  margin: 0 1px;
  position: relative;
  vertical-align: baseline;
}

.caps {
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.caps.small {
  font-size: 0.8em;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--height-header) + 1.5625rem);
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: calc(var(--height-header) + 2.1875rem);
  }
}

body {
  -webkit-backface-visibility: hidden;
  background-color: white;
  color: black;
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  font-family: var(--font-main);
  font-weight: normal;
  height: 100%;
  overflow-x: hidden;
}

.layout-grid {
  --contained-max-width: 1340px;
  --narrow-max-width: 900px;
  --contained-size: calc(
      (var(--contained-max-width) - var(--narrow-max-width)) / 2
  );
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--spacing-section-horz), 1fr) [container-start] minmax(0, var(--contained-size)) [narrow-start] min(100% - var(--spacing-section-horz) * 2, var(--narrow-max-width)) [narrow-end] minmax(0, var(--contained-size)) [container-end] minmax(var(--spacing-section-horz), 1fr) [full-width-end];
}
.layout-grid > * {
  grid-column: container;
}
.layout-grid > .width-full {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit;
}
.layout-grid > .width-narrow {
  grid-column: narrow;
}

main {
  margin-top: var(--height-header);
  padding-top: 1.5625rem;
  width: 100%;
}
@media (min-width: 768px) {
  main {
    padding-top: 2.1875rem;
  }
}

.flex-wrapper {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.content-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .content-grid {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .content-grid.grid-1-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .content-grid.grid-2-1 {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 768px) {
  .content-grid.grid-1-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .content-grid.grid-3-1 {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 768px) {
  .content-grid.grid-1-3 {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 768px) {
  .content-grid.grid-1-1-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

button {
  background: none;
}

.btn-grp {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-block: 2.5rem;
}
@media (min-width: 768px) {
  .btn-grp {
    justify-content: flex-start;
  }
}
.btn-grp:last-child {
  margin-bottom: 0;
}

.btn {
  background-color: rgb(var(--color-teal));
  border-radius: 2em;
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 11px 0px;
  color: white;
  display: block;
  font-size: 0.875rem;
  line-height: 1.1;
  max-width: 25rem;
  padding: 0.875em 2.5rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, font-weight 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, font-weight 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1rem;
    max-width: 100%;
    min-width: 13.75rem;
    width: fit-content;
  }
}
html:not(.user-can-touch) .btn:hover {
  background-color: rgb(var(--color-green));
  font-weight: bold;
}

.page-top-btn {
  aspect-ratio: 1;
  background-color: rgba(var(--color-teal), 0.9);
  border-radius: 50%;
  bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 11px 0px;
  color: white;
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  font-size: 10px;
  line-height: 1.1;
  opacity: 0;
  position: fixed;
  right: 10px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, font-weight 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, font-weight 0.3s ease-in-out, opacity 0.3s ease-in-out;
  visibility: hidden;
  width: 50px;
  z-index: 98;
}
@media (min-width: 768px) {
  .page-top-btn {
    bottom: 50px;
    right: 50px;
  }
}
html:not(.user-can-touch) .page-top-btn:hover {
  background-color: rgb(var(--color-green));
  font-weight: bold;
}
.page-top-btn.active {
  opacity: 1;
  visibility: visible;
}

.skip {
  background-color: rgb(var(--color-teal));
  color: white;
  font-size: 1.125rem;
  left: 50%;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 999;
}

.tabs {
  margin-block: 2.5rem;
}
.tabs:first-child {
  margin-top: 0;
}
.tabs:last-child {
  margin-bottom: 0;
}
.tabs .tab-list {
  display: flex;
}
.tabs .tab-list .tab {
  background-color: rgba(var(--color-teal), 0.75);
  color: white;
  cursor: pointer;
  flex: 1;
  font-size: 0.875rem;
  padding: 0.9375rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
}
@supports (background-color: hsl(from rgb(0, 0, 0) h s l)) {
  .tabs .tab-list .tab {
    background-color: hsl(from rgb(var(--color-teal)) h s calc(l - 6));
  }
}
@media (min-width: 768px) {
  .tabs .tab-list .tab {
    font-size: 1.125rem;
    padding: 1.25rem;
  }
}
html:not(.user-can-touch) .tabs .tab-list .tab:hover {
  background-color: rgb(var(--color-teal));
}
.tabs .tab-list .tab.active {
  background-color: rgb(var(--color-teal));
  font-weight: bold;
}
.tabs .tab-content {
  background-color: rgb(var(--color-green-bg));
  padding: 0.9375rem;
}
@media (min-width: 1025px) {
  .tabs .tab-content {
    padding: 2.5rem;
  }
}
.tabs .tab-content .tab-pane {
  display: none;
}
.tabs .tab-content .tab-pane.active {
  display: block;
}

.callout {
  margin-block: 1.25rem;
}
@media (max-width: 767px) {
  .callout {
    transform: translateY(0) !important;
  }
}
@media (min-width: 768px) {
  .callout {
    margin-block: 0;
    position: absolute;
    left: 0;
    width: clamp(200px, 25%, 240px);
  }
}
.callout .callout-header {
  background-color: rgb(var(--color-orange));
  padding: 0.375rem 0.625rem;
}
.callout .callout-header p {
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
}
.callout .callout-header p strong {
  color: black;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.callout .callout-body {
  background-color: rgba(var(--color-orange), 0.17);
  padding: 0.9375rem;
}
@supports (background-color: hsl(from rgb(0, 0, 0) h s l)) {
  .callout .callout-body {
    background-color: hsl(from rgb(var(--color-orange)) h s calc(l + 45));
  }
}
.callout .callout-body p {
  color: black;
  font-size: 0.75rem;
  line-height: 1.3;
}

details {
  margin-block: 1.25rem 1.875rem;
  padding-left: 2.03125rem;
}
@media (min-width: 768px) {
  details {
    margin-block: 1.875rem 2.5rem;
    padding-left: 2.65625rem;
  }
}
details:last-child {
  margin-bottom: 0;
}
details:has(+ details) {
  margin-bottom: 0;
}
details + details {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  details + details {
    margin-top: 0.9375rem;
  }
}
details summary {
  color: rgb(var(--color-red));
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.3;
  margin-left: -2.03125rem;
}
@media (min-width: 768px) {
  details summary {
    margin-left: -2.65625rem;
  }
}
@media (min-width: 1025px) {
  details summary {
    font-size: 1.125rem;
  }
}
details summary::marker {
  content: "";
}
details summary::-webkit-details-marker {
  display: none;
}
details summary + * {
  margin-top: 1.25rem;
}
details summary:before {
  background: rgb(var(--color-green)) url(../img/icon-arrow-down.svg) no-repeat center center;
  background-size: 0.75rem auto;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  margin-right: 0.625rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: 1.5rem;
}
@media (min-width: 768px) {
  details summary:before {
    background-size: 0.9375rem auto;
    height: 1.75rem;
    margin-right: 0.9375rem;
    width: 1.75rem;
  }
}
details > *:not(summary):last-child {
  margin-bottom: 1.875rem;
}
details[open] summary:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.vid-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.vid-wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.card .card-body {
  padding-top: 1.25rem;
  text-align: center;
}
.card .card-body .btn {
  margin: 1.25rem auto 0;
}
@media (min-width: 768px) {
  .card .card-body .btn {
    margin-top: 1.875rem;
  }
}

.fui-i {
  --field-min-width: 14rem;
  --fui-field-min-width-2col: var(--field-min-width);
  --fui-border-radius: 0;
  --fui-color: rgb(var(--color-txt));
  --fui-font: var(--font-main);
  --fui-input-background-color: rgb(242,250,242);
  --fui-input-border: none;
  --fui-input-font-size: 1rem;
  --fui-field-gutter: 1.25rem;
  --fui-label-font-size: 0.875rem;
  --fui-label-color: rgb(var(--color-gray));
  --fui-label-margin: 0.46875rem;
  --fui-btn-container-margin: 0;
  --fui-btn-container-padding: 1.875rem 0 0;
  --fui-btn-bg-color: rgb(var(--color-teal));
  --fui-btn-bg-color-hover: rgb(var(--color-green));
  --fui-btn-border: none;
  --fui-btn-border-radius: 2em;
  --fui-btn-font-size: 0.875rem;
  --fui-btn-line-height: 1.1;
  --fui-btn-margin: 0;
  --fui-btn-padding: .875em 2.5rem;
  --fui-btn-transition-duration: .3s;
  --fui-btn-transition-property: background-color, font-weight;
  --fui-submit-btn-bg-color: var(--fui-btn-bg-color);
  --fui-submit-btn-bg-color-hover: var(--fui-btn-bg-color-hover);
  --fui-alert-font-size: .875rem;
  --fui-alert-success-bg-color: transparent;
  --fui-alert-success-color: var(--fui-color);
}
@media (min-width: 768px) {
  .fui-i {
    --fui-btn-font-size: var(--fui-input-font-size);
  }
}
.fui-i .fui-form {
  margin-top: 2.5rem;
}
.fui-i .fui-form .fui-type-name .fui-row {
  --fui-field-min-width-4col: 14rem;
}
.fui-i .fui-form legend {
  font-family: var(--fui-font);
}
.fui-i .fui-form .fui-instructions p {
  font-size: 0.75rem;
}
.fui-i .fui-form .fui-input, .fui-i .fui-form .fui-select {
  color: var(--fui-color);
}
.fui-i .fui-form .fui-btn {
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 11px 0px;
  font-size: 0.875rem;
  max-width: 25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .fui-i .fui-form .fui-btn {
    font-size: 1rem;
    max-width: 100%;
    min-width: 13.75rem;
    width: fit-content;
  }
}
html:not(.user-can-touch) .fui-i .fui-form .fui-btn:hover {
  font-weight: bold;
}
.fui-i .fui-alert {
  text-align: center;
}
.fui-i .fui-alert * {
  font-size: inherit;
}
.fui-i .fui-alert-success {
  margin-top: 2.5rem;
  padding: 0;
  text-wrap: pretty;
}
.fui-i .fui-alert-success p {
  color: rgb(var(--color-teal));
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .fui-i .fui-alert-success p {
    font-size: 1.25rem;
  }
}

body > header {
  background-color: white;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
body > header .navbar {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
  height: var(--height-navbar);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body > header .navbar {
    background: white url(../img/header-bg.jpg) no-repeat 40vw center;
    background-size: auto 100%;
    box-shadow: none;
  }
}
@media (min-width: 1025px) {
  body > header .navbar {
    background-position-x: right;
    background-size: 66% auto;
  }
}
body > header .navbar .flex-wrapper {
  column-gap: 1.25rem;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
body > header .navbar .menu-toggle {
  display: block;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}
body > header .navbar .menu-toggle .hamburger-slice {
  height: 2px;
  background-color: rgb(var(--color-teal));
  left: 20%;
  position: absolute;
  width: 60%;
}
body > header .navbar .menu-toggle .hamburger-slice:first-child {
  top: 30%;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body > header .navbar .menu-toggle .hamburger-slice:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body > header .navbar .menu-toggle .hamburger-slice:last-child {
  bottom: 30%;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body > header .navbar .menu-toggle.active .hamburger-slice:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
body > header .navbar .menu-toggle.active .hamburger-slice:nth-child(2) {
  opacity: 0;
}
body > header .navbar .menu-toggle.active .hamburger-slice:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 768px) {
  body > header .navbar .menu-toggle {
    display: none;
  }
}
body > header .navbar .logo {
  display: block;
}
body > header .navbar .logo img {
  height: 3.4375rem;
  width: auto;
}
@media (min-width: 768px) {
  body > header .navbar .logo img {
    height: 4.375rem;
  }
}
body > header nav {
  background-color: rgb(var(--color-green-bg));
  padding-block: 1.25rem 1.875rem;
}
@media (max-width: 767px) {
  body > header nav {
    left: 0;
    max-height: calc(100vh - 6.25rem);
    overflow-y: auto;
    position: absolute;
    top: 6.25rem;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    z-index: 1;
  }
  body > header nav.active {
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  body > header nav {
    background-color: rgb(var(--color-orange));
    padding-block: 0.15625rem 0.3125rem;
  }
}
body > header nav .flex-wrapper {
  flex-direction: column;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
body > header nav .flex-wrapper > ul {
  width: 100%;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper > ul {
    width: auto;
  }
}
body > header nav .flex-wrapper > ul.main-nav {
  color: rgb(var(--color-txt));
  font-size: 0.875rem;
  font-weight: bold;
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper > ul.main-nav {
    color: white;
    flex-direction: row;
    gap: 1.25rem;
    width: auto;
  }
}
@media (min-width: 1025px) {
  body > header nav .flex-wrapper > ul.main-nav {
    gap: 2.5rem;
  }
}
body > header nav .flex-wrapper > ul.secondary-nav {
  color: rgb(var(--color-txt));
  font-size: 0.875rem;
  font-weight: bold;
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper > ul.secondary-nav {
    color: white;
    flex-direction: row;
    font-weight: normal;
    gap: 1.25rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper > ul.secondary-nav li:not(:last-child):after {
    content: "|";
    margin-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper > ul.secondary-nav a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  html:not(.user-can-touch) body > header nav .flex-wrapper > ul.secondary-nav a:hover {
    opacity: 0.7;
  }
}
body > header nav .flex-wrapper > ul.secondary-nav a.active {
  font-weight: bold;
}
@media (min-width: 768px) {
  html:not(.user-can-touch) body > header nav .flex-wrapper > ul.secondary-nav a.active:hover {
    opacity: 1;
  }
}
body > header nav .flex-wrapper > ul > li {
  border-bottom: 1px solid rgb(var(--color-teal));
  width: 100%;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper > ul > li {
    border: none;
    width: auto;
  }
}
body > header nav .flex-wrapper > ul > li > a {
  color: inherit;
  display: block;
  padding-block: 0.3125rem;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper > ul > li > a {
    display: inline-block;
  }
}
body > header nav .flex-wrapper > ul > li > a.active {
  font-weight: bold;
}
@media (max-width: 767px) {
  body > header nav .flex-wrapper > ul > li > a.active {
    color: rgb(var(--color-teal));
  }
}
body > header nav .flex-wrapper .has-submenu {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  html:not(.user-can-touch) body > header nav .flex-wrapper .has-submenu:hover > ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@media (min-width: 768px) {
  html:not(.user-can-touch) body > header nav .flex-wrapper .has-submenu:hover > a svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
body > header nav .flex-wrapper .has-submenu > a {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper .has-submenu > a[href="#"] {
    pointer-events: none;
  }
}
body > header nav .flex-wrapper .has-submenu > a svg {
  display: block;
  fill: currentColor;
  height: auto;
  margin-left: 0.625rem;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: 0.75rem;
}
body > header nav .flex-wrapper .has-submenu > a svg.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  html:not(.user-can-touch) body > header nav .flex-wrapper .has-submenu .has-submenu:hover > a svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper .has-submenu .has-submenu > a svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0.625rem;
  }
}
body > header nav .flex-wrapper ul ul {
  display: none;
  font-weight: normal;
  margin-bottom: 0.625rem;
  width: 100%;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper ul ul {
    background-color: rgb(var(--color-green-bg));
    box-shadow: rgb(var(--color-green)) 3px 3px 11px 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    top: 85%;
    -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -webkit-transform: translate3d(0, -0.9375rem, 0);
    -ms-transform: translate3d(0, -0.9375rem, 0);
    transform: translate3d(0, -0.9375rem, 0);
    visibility: hidden;
    width: max-content;
  }
}
body > header nav .flex-wrapper ul ul.active {
  display: block;
}
body > header nav .flex-wrapper ul ul li {
  background-color: transparent;
  color: rgb(var(--color-blue));
  font-size: 0.75rem;
  padding-inline: 1em;
  text-wrap: balance;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper ul ul li {
    margin-bottom: 0;
    padding-inline: 0.78125rem;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
}
body > header nav .flex-wrapper ul ul li:has(> a.active) {
  background-color: rgba(var(--color-green), 0.35);
}
@supports (background-color: hsl(from rgb(0, 0, 0) h s l)) {
  body > header nav .flex-wrapper ul ul li:has(> a.active) {
    background-color: hsl(from rgb(var(--color-green-bg)) h s calc(l - 6));
  }
}
@media (min-width: 768px) {
  html:not(.user-can-touch) body > header nav .flex-wrapper ul ul li:hover {
    background-color: rgba(var(--color-green), 0.35);
    color: rgb(var(--color-teal));
  }
  @supports (background-color: hsl(from rgb(0, 0, 0) h s l)) {
    html:not(.user-can-touch) body > header nav .flex-wrapper ul ul li:hover {
      background-color: hsl(from rgb(var(--color-green-bg)) h s calc(l - 6));
    }
  }
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper ul ul li:not(:last-child) {
    border-bottom: 1px solid rgb(var(--color-teal));
  }
}
body > header nav .flex-wrapper ul ul li a {
  display: block;
  padding-block: 0.375em;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper ul ul li a {
    padding-block: 1em;
  }
}
body > header nav .flex-wrapper ul ul li a.active {
  color: rgb(var(--color-teal));
}
body > header nav .flex-wrapper ul ul ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body > header nav .flex-wrapper ul ul ul {
    left: 100%;
    top: 0;
    -webkit-transform: translate3d(-0.9375rem, 0, 0);
    -ms-transform: translate3d(-0.9375rem, 0, 0);
    transform: translate3d(-0.9375rem, 0, 0);
  }
}
body > header nav .flex-wrapper ul ul ul li {
  padding-inline: 1em;
}

body > footer {
  background: transparent url(../img/footer-bg.png) no-repeat left bottom;
  background-size: cover;
  padding-block: 12.5rem 2.5rem;
  margin-top: auto;
  width: 100%;
}
@media (min-width: 768px) {
  body > footer {
    padding-top: 20vw;
  }
}
body > footer .flex-wrapper {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.875rem;
}
@media (min-width: 768px) {
  body > footer .flex-wrapper {
    align-items: center;
    column-gap: 1.25rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  body > footer .flex-wrapper {
    column-gap: 6.25rem;
  }
}
body > footer .flex-wrapper .social-links {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
}
@media (min-width: 768px) {
  body > footer .flex-wrapper .social-links {
    justify-content: flex-start;
    width: auto;
  }
}
body > footer .flex-wrapper .social-links a {
  background-color: black;
  border-radius: 50%;
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 1.5rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 1.5rem;
}
html:not(.user-can-touch) body > footer .flex-wrapper .social-links a:hover {
  opacity: 0.7;
}
body > footer .flex-wrapper .social-links a svg {
  color: white;
  height: auto;
  max-height: 50%;
  width: 50%;
}
body > footer .flex-wrapper .social-links a svg g {
  fill: currentColor;
}
body > footer .flex-wrapper nav {
  color: white;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  body > footer .flex-wrapper nav {
    column-gap: 0.625rem;
    justify-content: flex-start;
    width: auto;
  }
}
@media (min-width: 1025px) {
  body > footer .flex-wrapper nav {
    column-gap: 1.25rem;
  }
}
body > footer .flex-wrapper nav .footer-nav {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 0.6875rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  body > footer .flex-wrapper nav .footer-nav {
    column-gap: 0.625rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  body > footer .flex-wrapper nav .footer-nav {
    column-gap: 1.25rem;
  }
}
body > footer .flex-wrapper nav .footer-nav li:not(:last-child):after {
  content: "|";
  margin-left: 1.25rem;
}
@media (min-width: 768px) {
  body > footer .flex-wrapper nav .footer-nav li:not(:last-child):after {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1025px) {
  body > footer .flex-wrapper nav .footer-nav li:not(:last-child):after {
    margin-left: 1.25rem;
  }
}
body > footer .flex-wrapper nav .footer-nav a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
html:not(.user-can-touch) body > footer .flex-wrapper nav .footer-nav a:hover {
  opacity: 0.7;
}
body > footer .flex-wrapper nav .footer-nav + p {
  font-size: 0.6875rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  body > footer .flex-wrapper nav .footer-nav + p {
    width: auto;
  }
}
@media (min-width: 768px) {
  body > footer .flex-wrapper nav .footer-nav + p:before {
    content: "|";
    margin-right: 0.625rem;
  }
}
@media (min-width: 1025px) {
  body > footer .flex-wrapper nav .footer-nav + p:before {
    margin-right: 1.25rem;
  }
}
body > footer .flex-wrapper .branding {
  width: 100%;
}
@media (min-width: 768px) {
  body > footer .flex-wrapper .branding {
    margin-left: auto;
    width: auto;
  }
}
body > footer .flex-wrapper .branding p {
  color: white;
  font-size: 0.6875rem;
  text-align: center;
}
body > footer .flex-wrapper .branding img {
  display: block;
  margin-inline: auto;
  margin-top: 3px;
  width: 5.3125rem;
}

.subpage article {
  position: relative;
}
@media (min-width: 768px) {
  .subpage article {
    column-gap: 5%;
    display: grid;
    grid-template-columns: clamp(220px, 30%, 300px) 1fr;
  }
}
.subpage article aside {
  background-image: radial-gradient(circle, rgb(200, 200, 200) 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .subpage article aside {
    background-image: radial-gradient(circle, rgb(200, 200, 200) 2px, transparent 2px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 4px 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 15%;
  }
}
.subpage article aside img {
  height: 135px;
  margin: 0 auto 0.625rem;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
@media (min-width: 768px) {
  .subpage article aside img {
    margin-inline: 0;
  }
}
.subpage article aside nav > p {
  color: rgb(var(--color-gray));
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.5em;
  text-wrap: balance;
}
@media (min-width: 1025px) {
  .subpage article aside nav > p {
    font-size: 1.125rem;
  }
}
.subpage article aside nav ul {
  font-size: 0.75rem;
}
.subpage article aside nav ul li {
  text-wrap: balance;
}
.subpage article aside nav ul li:not(:last-child) {
  margin-bottom: 1em;
}
.subpage article aside nav ul a {
  color: black;
  font-weight: bold;
}
html:not(.user-can-touch) .subpage article aside nav ul a:hover {
  color: rgb(var(--color-gray));
}
.subpage article aside nav ul a.active {
  color: rgb(var(--color-highlight));
}
html:not(.user-can-touch) .subpage article aside nav ul a.active:hover {
  color: rgb(var(--color-highlight));
}
.subpage article aside nav ul ul {
  margin-left: 1em;
  margin-top: 0.5rem;
}
.subpage article aside nav ul ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.subpage article aside nav ul ul a {
  font-weight: normal;
}
@media (min-width: 768px) {
  .subpage article section {
    padding-top: 1.25rem;
  }
}

.content-builder .intro {
  color: rgb(var(--color-gray));
  font-weight: 300;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .content-builder .intro {
    font-size: 1.125rem;
  }
}
.content-builder .intro:not(:has(+ .intro)) {
  margin-bottom: 2em;
}
.content-builder *:not(.intro, hr) + h2 {
  margin-top: 1.5em;
}
.content-builder *:not(.intro, h2, hr) + h3 {
  margin-top: 1em;
}
.content-builder h2:has(+ ul, + ol) {
  margin-bottom: 0.75em;
}
.content-builder h2 + .tabs {
  margin-top: 1.5625rem;
}
.content-builder ul li {
  padding-left: 1.25em;
}
.content-builder ul li:before {
  content: "•";
  margin-inline: -1.025em 0.675em;
}
.content-builder a:not([class]) {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 2px;
  -webkit-transition: background-size 0.35s ease-in-out;
  transition: background-size 0.35s ease-in-out;
  overflow-wrap: break-word;
}
html:not(.user-can-touch) .content-builder a:not([class]):hover {
  background-size: 100% 2px;
  color: rgb(var(--color-teal));
}
@supports (color: hsl(from rgb(0, 0, 0) h s l)) {
  html:not(.user-can-touch) .content-builder a:not([class]):hover {
    color: var(--color-link);
  }
}
.content-builder .callout-text {
  font-size: 1rem;
  font-weight: bold;
  margin-block: 1.5em;
}
@media (min-width: 1025px) {
  .content-builder .callout-text {
    font-size: 1.125rem;
  }
}
.content-builder .note {
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .content-builder .note {
    font-size: 0.75rem;
  }
}
.content-builder figure {
  margin-block: 1.25rem;
}
@media (min-width: 768px) {
  .content-builder figure {
    margin-block: 2.5rem;
  }
}
.content-builder figure:first-child {
  margin-top: 0;
}
.content-builder figure:last-child {
  margin-bottom: 0;
}
.content-builder figcaption {
  margin-top: 0.625rem;
}
.content-builder figcaption p {
  color: rgb(var(--color-gray));
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.3;
}
.content-builder .content-grid {
  margin-block: 1.25rem;
}
@media (min-width: 768px) {
  .content-builder .content-grid {
    margin-block: 2.5rem;
  }
}
.content-builder .content-grid:first-child {
  margin-top: 0;
}
.content-builder .content-grid:last-child {
  margin-bottom: 0;
}
.content-builder .video {
  margin-block: 2.5rem;
}
.content-builder hr {
  background-image: radial-gradient(circle, rgb(200, 200, 200) 1.5px, transparent 1.5px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  height: 0.625rem;
  margin-block: 1.25rem;
}
@media (min-width: 768px) {
  .content-builder hr {
    background-image: radial-gradient(circle, rgb(200, 200, 200) 2px, transparent 2px);
    background-size: 10px 4px;
    margin-block: 2.5rem;
  }
}

@media (min-width: 768px) {
  #home {
    --height-navbar: 8.75rem;
    --height-header: calc(var(--height-navbar) + var(--height-nav));
    background: white url(../img/home-bg.png) no-repeat center bottom;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #home > header .navbar {
    background-image: none;
  }
  #home > header .navbar .logo img {
    height: 6.25rem;
  }
}
@media (min-width: 768px) {
  #home main > * {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  #home main > * {
    width: 60%;
  }
}
#home main h1 {
  color: rgb(var(--color-gray-drk));
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  #home main h1 {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #home main h1 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
#home main .featured-callouts {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 600px) {
  #home main .featured-callouts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  #home main .featured-callouts {
    gap: 2.5rem;
  }
}
#home main .featured-callouts li {
  align-self: end;
  justify-self: center;
}
#home main .featured-callouts li img {
  height: 8.75rem;
  object-fit: contain;
  width: auto;
}
@media (min-width: 1025px) {
  #home main .featured-callouts li img {
    height: 10rem;
  }
}
@media (min-width: 1440px) {
  #home main .featured-callouts li img {
    height: 12.5rem;
  }
}
#home main .featured-callouts li a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
html:not(.user-can-touch) #home main .featured-callouts li a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  #home > footer {
    background-image: none;
  }
}

#contact-us main .content-builder h1 {
  color: rgb(var(--color-teal));
  text-align: center;
}
#contact-us .forms {
  display: grid;
  gap: 2.5rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  #contact-us .forms {
    margin-top: 2.5rem;
  }
}
@media (min-width: 900px) {
  #contact-us .forms {
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
  }
}
@media (min-width: 1025px) {
  #contact-us .forms {
    gap: 5rem;
  }
}
@media (min-width: 1440px) {
  #contact-us .forms {
    gap: 7.5rem;
  }
}
#contact-us .forms .form-wrapper > h2 {
  font-size: 1.75rem;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  #contact-us .forms .form-wrapper > h2 {
    font-size: 2rem;
  }
}
#contact-us .forms .patient-form h2 {
  color: rgb(var(--color-orange));
}
#contact-us .forms .physician-form h2 {
  color: rgb(var(--color-blue));
}
#contact-us .forms .form-wrapper > p {
  font-size: 0.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  #contact-us .forms .form-wrapper + .form-wrapper {
    background-image: radial-gradient(circle, rgb(200, 200, 200) 1.5px, transparent 1.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 9px 3px;
    padding-top: 2.5rem;
  }
}

#references main .content-builder h2 {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  #references main .content-builder h2 {
    font-size: 1.875rem;
  }
}
#references main .content-builder ul, #references main .content-builder ol {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #references main .content-builder ul, #references main .content-builder ol {
    font-size: 0.875rem;
  }
}

@media print {
  * {
    background-color: transparent !important;
    background-image: none !important;
    color: black !important;
  }
}

/*# sourceMappingURL=main.css.map */
