body.has-menu-open {
  overflow: hidden;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
body:not(.editor-styles-wrapper) main,
body:not(.editor-styles-wrapper) main.body-content {
  overflow: hidden;
  padding-top: 57px;
}
body:not(.editor-styles-wrapper) .cms-view main,
body:not(.editor-styles-wrapper) .cms-view main.body-content {
  overflow: visible;
}
@media screen and (min-width: 769px), print {
  body:not(.editor-styles-wrapper) main,
  body:not(.editor-styles-wrapper) main.body-content {
    padding-top: 132px;
    padding-bottom: 50px;
  }
}

html:has(body.editor-styles-wrapper) {
  scroll-padding-top: 0;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  border-bottom: 1px solid #d1d1d1;
  z-index: 101;
  background: #fff;
}

.c-header.nav-on,
.c-header.is-search-open,
.c-header.search-on {
  background-color: #F9F9F9;
}

@media screen and (min-width: 769px), print {
  .c-header.nav-on,
  .c-header.is-search-open,
  .c-header.search-on {
    background-color: transparent;
  }
}
.c-header--unpinned {
  transform: translateY(-100%);
}

.c-header--pinned {
  transform: translateY(0);
}

.c-header .is-gapless {
  margin-bottom: 0 !important;
}

.c-header__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 57px;
  padding: 0 16px;
}

@media screen and (min-width: 769px), print {
  .c-header__brand {
    display: flex;
    height: auto;
    padding: 27px 16px;
  }
}
@media screen and (min-width: 1504px) {
  .c-header__brand {
    padding: 27px 0;
  }
}
.c-header__menu-toggle {
  background: none;
  visibility: visible;
  width: 35px;
  height: 35px;
  appearance: none;
  padding: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  border-radius: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-header__menu-close-icon {
  display: none;
}

.is-menu-open .c-header__menu-toggle-icon {
  display: none;
}

.is-menu-open .c-header__menu-toggle .c-header__menu-close-icon {
  display: inline-block;
}

@media screen and (min-width: 769px), print {
  .c-header__menu-toggle {
    display: none;
    visibility: hidden;
  }
}
.is-menu-open .c-header__menu-toggle::before {
  content: "\f00d";
}

.c-header__menu-toggle:hover,
.c-header__menu-toggle:focus {
  background-color: #F9F9F9;
}

.c-header__menu-toggle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-header__logo img {
  height: 35px;
  width: auto;
  display: block;
}

@media screen and (min-width: 769px), print {
  .c-header__logo img {
    height: 25px;
  }
}
.c-header__logo .is-horizontal {
  display: none;
}

@media screen and (min-width: 769px), print {
  .c-header__logo .is-horizontal {
    display: block;
  }
}
.c-header__logo .is-vertical {
  display: block;
}

@media screen and (min-width: 769px), print {
  .c-header__logo .is-vertical {
    display: none;
  }
}
.c-header__logo a:focus {
  outline: 1px solid #000;
}

.c-header__tools {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 21px 16px;
}

.c-header__tools ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px), print {
  .c-header__tools ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 769px), print {
  .c-header__tools li {
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-header__tools li {
    margin-left: 35px;
  }
}
.hp-search-underline {
  color: #D30A7C;
  text-decoration: underline;
}

@media screen and (min-width: 769px), print {
  .hp-search-underline {
    color: #FFFFFF;
  }
}
.c-main-nav__drawer {
  position: fixed;
  top: 57px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F9F9F9;
  z-index: 101;
  overflow: auto;
  display: none;
  height: calc(100vh - 57px);
}

@media screen and (min-width: 769px), print {
  .c-main-nav__drawer {
    display: block;
    overflow: visible;
    width: auto;
    left: auto;
    bottom: auto;
    top: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    margin: 0 0 0 auto;
  }
}
.is-menu-open .c-main-nav__drawer {
  display: block;
}

.c-main-nav {
  padding: 21px 16px;
  position: relative;
}

@media screen and (min-width: 769px), print {
  .c-main-nav {
    padding: 0;
  }
}
.c-main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px 32px;
}

@media screen and (min-width: 769px), print {
  .c-main-nav ul {
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1504px) {
  .c-main-nav ul {
    margin: 0 auto;
  }
}
.c-main-nav li {
  position: relative;
}

.c-main-nav li.has-children {
  padding-right: 20px;
}

.c-main-nav li a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.2;
  display: block;
  padding: 19px 21px 19px 70px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.c-main-nav li.active > a {
  background-color: #F9F9F9;
  color: #830065;
}

@media screen and (min-width: 769px), print {
  .c-main-nav li a {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .c-main-nav li a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-main-nav li a.current {
  color: #B32572;
}

.c-main-nav li a:hover,
.c-main-nav li a:focus {
  color: #830065;
  outline: 1px solid #333;
  outline-offset: 3px;
  border-radius: 5px;
}

.c-main-nav li a.external::after {
  content: "\f14c";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  margin: 0 0 0 6px;
  text-decoration: none;
  font-weight: normal;
}

.c-main-nav li a img {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translate(-50%, -50%);
  height: 30px;
  width: auto;
}

@media screen and (min-width: 769px), print {
  .c-main-nav li a img {
    display: none;
  }
}
.c-main-nav li.active ul {
  display: block;
  max-height: 500px;
}

.c-main-nav li ul {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding-left: 70px;
  border-left: 3px solid #D1D1D1;
  margin-left: 35px;
}

.c-main-nav li.active > ul {
  display: block;
  max-height: 1000px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-main-nav li ul li a {
  box-shadow: none;
  background: transparent;
  padding: 12px 0;
  font-weight: 400;
  font-size: 1rem;
  border-bottom: 1px solid #f2f2f2;
}

.c-main-nav li ul li:last-child a {
  border-bottom: none;
}

@media screen and (min-width: 769px), print {
  .c-main-nav li ul {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: 250px;
    background: #fff;
    border-top: 4px solid #B32572;
    overflow: visible;
  }
}
@media screen and (min-width: 1504px) {
  .c-main-nav li ul {
    width: 300px;
  }
}
.c-main-nav li ul::before {
  display: none;
}

@media screen and (min-width: 769px), print {
  .c-main-nav li ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 4px));
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #B32572;
  }
}
.c-main-nav__drop-toggle {
  position: absolute;
  appearance: none;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 60px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-main-nav__drop-toggle::after {
  content: "";
  display: block;
  border-bottom: 2px solid #B32572;
  border-right: 2px solid #B32572;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 769px), print {
  .c-main-nav__drop-toggle {
    right: 20px;
    top: 22px;
    display: none;
  }
}
li.active > .c-main-nav__drop-toggle::after {
  transform: rotate(225deg);
  margin-top: 5px;
}

.c-main-search__container {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F9F9F9;
  text-align: center;
  display: none;
}

@media screen and (min-width: 769px), print {
  .c-main-search__container {
    font-size: 16px;
    font-size: 1rem;
    background-color: #830065;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .c-main-search__container {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-header.is-search-open .c-main-search__container {
  display: block;
}

.c-main-search__container::after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: -9999px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.c-main-search__container h2 {
  color: #333;
  margin: 0 0 9px;
}

@media screen and (min-width: 769px), print {
  .c-main-search__container h2 {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .c-main-search__container h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-main-search__container a {
    color: #fff;
  }
}
.c-main-search__container-inner {
  padding: 32px 16px;
}

@media screen and (min-width: 1024px) {
  .c-main-search__container-inner {
    padding: 100px 50px;
  }
}
@media screen and (min-width: 769px), print {
  .c-main-search__container-inner a:focus {
    outline-color: #fff;
  }
}
.c-main-search {
  margin: 0 auto;
  padding: 9px 16px 16px;
  position: relative;
  display: flex;
}

@media screen and (min-width: 769px), print {
  .c-main-search {
    max-width: 270px;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    z-index: initial;
    padding: 13px 16px;
    margin: 0 auto 11px;
  }
}
@media screen and (min-width: 1024px) {
  .c-main-search {
    max-width: 470px;
  }
}
.c-main-search.active {
  display: flex;
  justify-content: center;
}

.c-main-search input[type=text] {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #434343;
  border-right: none;
  flex-grow: 1;
  padding: 0 16px;
  line-height: 46px;
  background-color: #F9F9F9;
}

.c-main-search input[type=text]::-webkit-input-placeholder {
  color: #333;
}

.c-main-search input[type=text]:-moz-placeholder {
  color: #333;
}

.c-main-search input[type=text]::-moz-placeholder {
  color: #333;
}

.c-main-search input[type=text]:-ms-input-placeholder {
  color: #333;
}

@media screen and (min-width: 769px), print {
  .c-main-search input[type=text] {
    border: none;
    line-height: 48px;
    margin-right: 2px;
  }
  .c-main-search input[type=text]:focus {
    outline: 1px solid #fff;
    outline-offset: 2px;
  }
}
.c-main-search input[type=submit] {
  width: 48px;
  min-width: 48px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  padding: 0;
}

@media screen and (min-width: 769px), print {
  .c-main-search input[type=submit] {
    border: 1px solid #fff;
  }
  .c-main-search input[type=submit]:hover {
    border: 1px solid #fff;
  }
  .c-main-search input[type=submit]:focus {
    background-color: #fff;
    color: #B32572;
  }
}
.c-main-search__toggle {
  display: flex;
  visibility: visible;
  width: 35px;
  height: 35px;
  appearance: none;
  padding: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  border-radius: 35px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.c-main-search__toggle .c-main-search__close-icon {
  display: none !important;
}

@media screen and (min-width: 769px), print {
  .c-main-search__toggle {
    margin-left: 32px;
  }
}
.c-header.is-search-open .c-main-search__toggle-icon {
  display: none !important;
}

.c-header.is-search-open .c-main-search__toggle .c-main-search__close-icon {
  display: inline-block !important;
}

.c-main-search__toggle:hover,
.c-main-search__toggle:focus {
  background-color: #F9F9F9;
}

.c-main-search__toggle:focus {
  outline: 1px solid #000;
}

.c-main-search__toggle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-main-search__close {
  display: none;
}

@media screen and (min-width: 769px), print {
  .c-header.is-search-open .c-main-search__close {
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
  }
}
.c-main-search__close:hover,
.c-main-search__close:focus {
  background-color: #fff;
  color: #830065;
}

.c-main-search__close::after {
  content: "\f057";
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
}

.c-utility-nav {
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
  padding: 0 16px 21px;
  margin: 0;
  font-weight: 400;
}

@media screen and (min-width: 769px), print {
  .c-utility-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 9px 16px;
    position: relative;
  }
}
@media screen and (min-width: 1504px) {
  .c-utility-nav {
    padding: 9px 0;
  }
}
.c-utility-nav::before {
  background: #ffd301;
  background: linear-gradient(to right, #ffd301 0%, #f4702a 20%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd301', endColorstr='#861766', GradientType=1 );
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translate(-50%, 0);
  z-index: -1;
}

@media screen and (min-width: 769px), print {
  .c-utility-nav::before {
    display: block;
  }
}
.c-utility-nav ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
}

@media screen and (min-width: 769px), print {
  .c-utility-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .c-utility-nav ul {
    gap: 15px 26px;
  }
}
.c-utility-nav li {
  line-height: 1.2;
}

.c-utility-nav a.external::after {
  content: "\f14c";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  margin: 0 0 0 6px;
  text-decoration: none;
  font-weight: normal;
  font-family: "Font Awesome 7 Pro", "Font Awesome 6 Pro", "FontAwesome", sans-serif;
}

.c-utility-nav a:not(.wp-element-button) {
  text-decoration: underline;
  color: #830065;
  display: inline-block;
  margin: 0 0 0 16px;
}

@media screen and (min-width: 769px), print {
  .c-utility-nav a:not(.wp-element-button) {
    color: #fff;
    text-decoration: none;
    padding: 2px;
    border: 1px solid transparent;
    margin: 0;
  }
}
.c-utility-nav--mobile {
  border-top: 1px solid #d1d1d1;
  margin-top: 16px;
  padding-top: 24px;
}

@media screen and (min-width: 1024px) {
  .c-utility-nav a:not(.wp-element-button) {
    padding: 2px 0;
  }
}
@media screen and (min-width: 769px), print {
  .c-utility-nav a:not(.wp-element-button):hover,
  .c-utility-nav a:not(.wp-element-button):focus {
    color: #fff;
    text-decoration: underline;
    outline-color: #fff;
  }
}
.editor-styles-wrapper .wp-block-prisma-health-site-header {
  max-width: none !important;
  width: 100%;
}
.editor-styles-wrapper .wp-block-prisma-health-site-header .c-header {
  position: relative !important;
  top: auto !important;
  left: auto;
  width: 100%;
  transform: none !important;
  z-index: auto;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-prisma-health-site-header .c-main-nav__drawer {
    position: absolute;
    top: 100%;
    bottom: auto;
    height: auto;
    max-height: 70vh;
  }
}

.website-footer a span.image-label {
  display: none;
}

.website-footer {
  border-top: 1px solid #D1D1D1;
  padding: 30px 16px 16px;
  position: relative;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .website-footer {
    padding: 45px 16px 0;
  }
}
.website-footer__primary-row {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .website-footer__primary-row {
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 769px), print {
  .website-footer__primary-row ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.website-footer__primary-row li {
  margin: 0 0 11px;
}

@media screen and (min-width: 769px), print {
  .website-footer__primary-row li {
    width: 50%;
    padding: 0 16px 0 0;
  }
}
@media screen and (min-width: 1504px) {
  .website-footer__primary-row li {
    width: 33.333333%;
  }
}
.website-footer__primary-row a {
  color: #333;
}

.website-footer__primary-row a.external::after {
  content: "\f14c";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  margin: 0 0 0 6px;
  text-decoration: none;
  font-weight: normal;
}

.website-footer__primary-row a:hover,
.website-footer__primary-row a:focus {
  color: #830065;
  text-decoration: underline;
}

.website-footer__logo {
  margin: 0 0 30px;
}

.website-footer__logo img {
  height: 35px;
  width: auto;
}

@media screen and (min-width: 769px), print {
  .website-footer__logo img {
    height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .website-footer__logo img {
    height: 55px;
  }
}
.website-footer__social {
  margin: 30px 0;
}

@media screen and (min-width: 1024px) {
  .website-footer__social {
    margin: 0 0 0 -5px;
  }
}
.website-footer__social ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .website-footer__social ul {
    justify-content: flex-start;
  }
}
.website-footer__social li {
  margin: 0;
}

.website-footer__social a {
  border: 1px solid transparent;
  display: inline-block;
  padding: 5px;
}

.website-footer__social a:hover,
.website-footer__social a:focus {
  border-color: #333;
}

.website-footer__social img,
.website-footer__social i {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

#website-footer__app-links {
  margin-top: 30px !important;
  padding: 0 !important;
}

@media screen and (min-width: 769px), print {
  #website-footer__app-links {
    margin-top: 0 !important;
  }
}
#website-footer__app-links h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 5px;
  color: #333;
  font-family: museo-sans, sans-serif;
}

#website-footer__app-links ul {
  display: flex;
}

#website-footer__app-links li {
  width: auto;
  padding: 0;
  margin: 0 15px 11px 0;
}

@media screen and (min-width: 1024px) {
  #website-footer__app-links li {
    width: auto;
    margin: 0 11px 0 0;
  }
}
#website-footer__app-links img {
  height: 30px;
  width: auto;
}

@media screen and (min-width: 1504px) {
  #website-footer__app-links img {
    height: 40px;
  }
}
.website-footer__secondary {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #F9F9F9;
  margin: -16px;
  padding: 30px 16px;
}

@media screen and (min-width: 769px), print {
  .website-footer__secondary {
    background: transparent;
    margin: 0;
    padding: 25px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .website-footer__secondary {
    padding: 25px 0;
  }
}
.website-footer__secondary a {
  color: #830065;
  font-size: 12pt;
  font-weight: bold;
}

.website-footer__secondary a.external::after {
  content: "\f14c";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  margin: 0 0 0 6px;
  text-decoration: none;
  font-weight: normal;
}

.website-footer__secondary a:hover,
.website-footer__secondary a:focus {
  color: #333;
  text-decoration: underline;
}

@media screen and (min-width: 769px), print {
  .website-footer__secondary-links {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .website-footer__secondary-links ul {
    display: flex;
    justify-content: flex-end;
  }
}
.website-footer__secondary-links li {
  margin: 0 0 11px;
}

@media screen and (min-width: 769px), print {
  .website-footer__secondary-links li {
    margin: 0 0 0 25px;
  }
}
.website-footer__credits {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #F9F9F9;
  margin: -16px;
  padding: 13px 16px 30px;
  position: relative;
}

@media screen and (min-width: 769px), print {
  .website-footer__credits {
    background: #ffd301;
    background: linear-gradient(to right, #ffd301 0%, #f4702a 20%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd301', endColorstr='#861766', GradientType=1 );
    color: #fff;
    padding: 7px 16px;
  }
}
.website-footer__credits::after {
  background: #ffd301;
  background: linear-gradient(to right, #ffd301 0%, #f4702a 20%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd301', endColorstr='#861766', GradientType=1 );
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .website-footer__credits::after {
    display: none;
  }
}
.website-footer__credits ul {
  margin: 0 0 35px;
}

@media screen and (min-width: 769px), print {
  .website-footer__credits ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 30px 0 0;
  }
}
.website-footer__credits li {
  margin: 0 0 9px;
  font-weight: 700;
}

@media screen and (min-width: 769px), print {
  .website-footer__credits li {
    margin: 0 0 0 30px;
  }
}
.website-footer__credits a {
  color: #333;
}

@media screen and (min-width: 769px), print {
  .website-footer__credits a {
    color: #fff;
  }
}
.website-footer__credits a.external::after {
  content: "\f14c";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  margin: 0 0 0 6px;
  text-decoration: none;
  font-weight: normal;
}

.website-footer__credits a:hover,
.website-footer__credits a:focus {
  color: #830065;
  text-decoration: underline;
}

@media screen and (min-width: 769px), print {
  .website-footer__credits a:hover,
  .website-footer__credits a:focus {
    color: #fff;
  }
}
@media screen and (min-width: 769px), print {
  .website-footer__credits-inner {
    display: flex;
    justify-content: flex-end;
  }
}