.pt-xl {
  padding-top: 5rem;
}

.pb-xl {
  padding-bottom: 5rem;
}

.mt-xl {
  margin-top: 5rem;
}

.mb-xl {
  margin-bottom: 5rem;
}

.pt-xxl {
  padding-top: 6.25rem;
}

.pb-xxl {
  padding-bottom: 6.25rem;
}

@media (max-width: 991px) {
  /* Reset margins on mobile */
  .component-container[class*=mt-] {
    margin-top: auto !important;
  }
  .component-container[class*=mb-] {
    margin-bottom: auto !important;
  }
}
.text-bg-dark a {
  color: #fff;
}

button.btn a {
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.35rem;
}

/**
 * @file
 * Print styling
 */
@media print {
  /* Underline all links. */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }
  #main-content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  #main-content a[href]:after {
    content: " (" attr(href) ")" !important;
    font-weight: normal;
    font-size: 1rem;
    display: block;
  }
  #main-content a[href^="javascript:"]:after,
  #main-content a[href^="#"]:after {
    content: "";
  }
  #main-content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Un-float any the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }
  /* Hide sidebars and nav elements. */
  #skip-link,
  #toolbar,
  #navigation,
  #footer,
  #highlighted,
  .region-sidebar-first,
  .region-sidebar-second,
  .breadcrumb,
  .tabs,
  .action-links,
  .pager,
  .block--addthis,
  .navbar-nav,
  .banner-nav {
    visibility: hidden;
    display: none;
  }
  .main-page {
    padding-top: 0;
  }
  video, audio, object, embed, img {
    display: none;
  }
  .paragraph--type--media-collection .component-wrapper {
    display: none;
  }
  .paragraph--type--sa-carousel .carousel {
    display: none;
  }
  .btn {
    color: black;
  }
  .btn::after {
    position: unset;
    opacity: 1;
  }
  header.position-fixed {
    position: unset !important;
  }
  header.position-fixed #navbar {
    box-shadow: none;
  }
  header.position-fixed #navbar .navbar-brand .d-xl-block {
    display: block !important;
  }
  header.position-fixed #navbar .navbar-brand .d-xl-none {
    display: none !important;
  }
  .btn.search, .navbar-toggler {
    display: none;
  }
}
.fieldset-legend.form-required::after,
.form-label.form-required::after,
.form-check-label.form-required::after,
.required-mark::after {
  background-image: url("data:image/svg+xml,%3csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23dc3545'/%3e%3c/svg%3e");
}

@media screen and (-ms-high-contrast: active) {
  .fieldset-legend.form-required::after,
  .form-label.form-required::after,
  .form-check-label.form-required::after,
  .required-mark::after {
    background-image: url("data:image/svg+xml,%3csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23fff'/%3e%3c/svg%3e");
  }
}