﻿
/* https://phoenixchildrens.org/modules/contrib/zen_foundation_bootstrap/css/utilities-api.css?skusnu */
.align-baseline { vertical-align: baseline !important; }

.align-top { vertical-align: top !important; }

.align-middle { vertical-align: middle !important; }

.align-bottom { vertical-align: bottom !important; }

.align-text-bottom { vertical-align: text-bottom !important; }

.align-text-top { vertical-align: text-top !important; }

.float-start { float: left !important; }

.float-end { float: right !important; }

.float-none { float: none !important; }

.opacity-0 { opacity: 0 !important; }

.opacity-25 { opacity: 0.25 !important; }

.opacity-50 { opacity: 0.5 !important; }

.opacity-75 { opacity: 0.75 !important; }

.opacity-100 { opacity: 1 !important; }

.overflow-auto { overflow: auto !important; }

.overflow-hidden { overflow: hidden !important; }

.overflow-visible { overflow: visible !important; }

.overflow-scroll { overflow: scroll !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-grid { display: grid !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: flex !important; }

.d-inline-flex { display: inline-flex !important; }

.d-none { display: none !important; }

.shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none { box-shadow: none !important; }

.position-static { position: static !important; }

.position-relative { position: relative !important; }

.position-absolute { position: absolute !important; }

.position-fixed { position: fixed !important; }

.position-sticky { position: sticky !important; }

.top-0 { top: 0 !important; }

.top-50 { top: 50% !important; }

.top-100 { top: 100% !important; }

.bottom-0 { bottom: 0 !important; }

.bottom-50 { bottom: 50% !important; }

.bottom-100 { bottom: 100% !important; }

.start-0 { left: 0 !important; }

.start-50 { left: 50% !important; }

.start-100 { left: 100% !important; }

.end-0 { right: 0 !important; }

.end-50 { right: 50% !important; }

.end-100 { right: 100% !important; }

.translate-middle { transform: translate(-50%, -50%) !important; }

.translate-middle-x { transform: translateX(-50%) !important; }

.translate-middle-y { transform: translateY(-50%) !important; }

.border { border: 1px solid #dee2e6 !important; }

.border-0 { border: 0 !important; }

.border-top { border-top: 1px solid #dee2e6 !important; }

.border-top-0 { border-top: 0 !important; }

.border-end { border-right: 1px solid #dee2e6 !important; }

.border-end-0 { border-right: 0 !important; }

.border-bottom { border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 { border-bottom: 0 !important; }

.border-start { border-left: 1px solid #dee2e6 !important; }

.border-start-0 { border-left: 0 !important; }

.border-primary { border-color: #0d6efd !important; }

.border-secondary { border-color: #6c757d !important; }

.border-success { border-color: #198754 !important; }

.border-info { border-color: #0dcaf0 !important; }

.border-warning { border-color: #ffc107 !important; }

.border-danger { border-color: #dc3545 !important; }

.border-light { border-color: #f8f9fa !important; }

.border-dark { border-color: #212529 !important; }

.border-white { border-color: #fff !important; }

.border-1 { border-width: 1px !important; }

.border-2 { border-width: 2px !important; }

.border-3 { border-width: 3px !important; }

.border-4 { border-width: 4px !important; }

.border-5 { border-width: 5px !important; }

.w-25 { width: 25% !important; }

.w-50 { width: 50% !important; }

.w-75 { width: 75% !important; }

.w-100 { width: 100% !important; }

.w-auto { width: auto !important; }

.mw-100 { max-width: 100% !important; }

.vw-100 { width: 100vw !important; }

.min-vw-100 { min-width: 100vw !important; }

.h-25 { height: 25% !important; }

.h-50 { height: 50% !important; }

.h-75 { height: 75% !important; }

.h-100 { height: 100% !important; }

.h-auto { height: auto !important; }

.mh-100 { max-height: 100% !important; }

.vh-100 { height: 100vh !important; }

.min-vh-100 { min-height: 100vh !important; }

.flex-fill { flex: 1 1 auto !important; }

.flex-row { flex-direction: row !important; }

.flex-column { flex-direction: column !important; }

.flex-row-reverse { flex-direction: row-reverse !important; }

.flex-column-reverse { flex-direction: column-reverse !important; }

.flex-grow-0 { flex-grow: 0 !important; }

.flex-grow-1 { flex-grow: 1 !important; }

.flex-shrink-0 { flex-shrink: 0 !important; }

.flex-shrink-1 { flex-shrink: 1 !important; }

.flex-wrap { flex-wrap: wrap !important; }

.flex-nowrap { flex-wrap: nowrap !important; }

.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }

.gap-0 { gap: 0 !important; }

.gap-1 { gap: 0.25rem !important; }

.gap-2 { gap: 0.5rem !important; }

.gap-3 { gap: 1rem !important; }

.gap-4 { gap: 1.5rem !important; }

.gap-5 { gap: 3rem !important; }

.justify-content-start { justify-content: flex-start !important; }

.justify-content-end { justify-content: flex-end !important; }

.justify-content-center { justify-content: center !important; }

.justify-content-between { justify-content: space-between !important; }

.justify-content-around { justify-content: space-around !important; }

.justify-content-evenly { justify-content: space-evenly !important; }

.align-items-start { align-items: flex-start !important; }

.align-items-end { align-items: flex-end !important; }

.align-items-center { align-items: center !important; }

.align-items-baseline { align-items: baseline !important; }

.align-items-stretch { align-items: stretch !important; }

.align-content-start { align-content: flex-start !important; }

.align-content-end { align-content: flex-end !important; }

.align-content-center { align-content: center !important; }

.align-content-between { align-content: space-between !important; }

.align-content-around { align-content: space-around !important; }

.align-content-stretch { align-content: stretch !important; }

.align-self-auto { align-self: auto !important; }

.align-self-start { align-self: flex-start !important; }

.align-self-end { align-self: flex-end !important; }

.align-self-center { align-self: center !important; }

.align-self-baseline { align-self: baseline !important; }

.align-self-stretch { align-self: stretch !important; }

.order-first { order: -1 !important; }

.order-0 { order: 0 !important; }

.order-1 { order: 1 !important; }

.order-2 { order: 2 !important; }

.order-3 { order: 3 !important; }

.order-4 { order: 4 !important; }

.order-5 { order: 5 !important; }

.order-last { order: 6 !important; }

.m-0 { margin: 0 !important; }

.m-1 { margin: 0.25rem !important; }

.m-2 { margin: 0.5rem !important; }

.m-3 { margin: 1rem !important; }

.m-4 { margin: 1.5rem !important; }

.m-5 { margin: 3rem !important; }

.m-auto { margin: auto !important; }

.mx-0 { margin-right: 0 !important; margin-left: 0 !important; }

.mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }

.mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }

.mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; }

.mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }

.mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; }

.mx-auto { margin-right: auto !important; margin-left: auto !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }

.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }

.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

.mt-0 { margin-top: 0 !important; }

.mt-1 { margin-top: 0.25rem !important; }

.mt-2 { margin-top: 0.5rem !important; }

.mt-3 { margin-top: 1rem !important; }

.mt-4 { margin-top: 1.5rem !important; }

.mt-5 { margin-top: 3rem !important; }

.mt-auto { margin-top: auto !important; }

.me-0 { margin-right: 0 !important; }

.me-1 { margin-right: 0.25rem !important; }

.me-2 { margin-right: 0.5rem !important; }

.me-3 { margin-right: 1rem !important; }

.me-4 { margin-right: 1.5rem !important; }

.me-5 { margin-right: 3rem !important; }

.me-auto { margin-right: auto !important; }

.mb-0 { margin-bottom: 0 !important; }

.mb-1 { margin-bottom: 0.25rem !important; }

.mb-2 { margin-bottom: 0.5rem !important; }

.mb-3 { margin-bottom: 1rem !important; }

.mb-4 { margin-bottom: 1.5rem !important; }

.mb-5 { margin-bottom: 3rem !important; }

.mb-auto { margin-bottom: auto !important; }

.ms-0 { margin-left: 0 !important; }

.ms-1 { margin-left: 0.25rem !important; }

.ms-2 { margin-left: 0.5rem !important; }

.ms-3 { margin-left: 1rem !important; }

.ms-4 { margin-left: 1.5rem !important; }

.ms-5 { margin-left: 3rem !important; }

.ms-auto { margin-left: auto !important; }

.p-0 { padding: 0 !important; }

.p-1 { padding: 0.25rem !important; }

.p-2 { padding: 0.5rem !important; }

.p-3 { padding: 1rem !important; }

.p-4 { padding: 1.5rem !important; }

.p-5 { padding: 3rem !important; }

.px-0 { padding-right: 0 !important; padding-left: 0 !important; }

.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }

.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }

.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }

.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }

.px-5 { padding-right: 3rem !important; padding-left: 3rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }

.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }

.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }

.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }

.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

.pt-0 { padding-top: 0 !important; }

.pt-1 { padding-top: 0.25rem !important; }

.pt-2 { padding-top: 0.5rem !important; }

.pt-3 { padding-top: 1rem !important; }

.pt-4 { padding-top: 1.5rem !important; }

.pt-5 { padding-top: 3rem !important; }

.pe-0 { padding-right: 0 !important; }

.pe-1 { padding-right: 0.25rem !important; }

.pe-2 { padding-right: 0.5rem !important; }

.pe-3 { padding-right: 1rem !important; }

.pe-4 { padding-right: 1.5rem !important; }

.pe-5 { padding-right: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }

.pb-1 { padding-bottom: 0.25rem !important; }

.pb-2 { padding-bottom: 0.5rem !important; }

.pb-3 { padding-bottom: 1rem !important; }

.pb-4 { padding-bottom: 1.5rem !important; }

.pb-5 { padding-bottom: 3rem !important; }

.ps-0 { padding-left: 0 !important; }

.ps-1 { padding-left: 0.25rem !important; }

.ps-2 { padding-left: 0.5rem !important; }

.ps-3 { padding-left: 1rem !important; }

.ps-4 { padding-left: 1.5rem !important; }

.ps-5 { padding-left: 3rem !important; }

.font-monospace { font-family: var(--bs-font-monospace) !important; }

.fs-1 { font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 { font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 { font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 { font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 { font-size: 1.25rem !important; }

.fs-6 { font-size: 1rem !important; }

.fst-italic { font-style: italic !important; }

.fst-normal { font-style: normal !important; }

.fw-light { font-weight: 300 !important; }

.fw-lighter { font-weight: lighter !important; }

.fw-normal { font-weight: 400 !important; }

.fw-bold { font-weight: 700 !important; }

.fw-bolder { font-weight: bolder !important; }

.lh-1 { line-height: 1 !important; }

.lh-sm { line-height: 1.25 !important; }

.lh-base { line-height: 1.5 !important; }

.lh-lg { line-height: 2 !important; }

.text-start { text-align: left !important; }

.text-end { text-align: right !important; }

.text-center { text-align: center !important; }

.text-decoration-none { text-decoration: none !important; }

.text-decoration-underline { text-decoration: underline !important; }

.text-decoration-line-through { text-decoration: line-through !important; }

.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.text-wrap { white-space: normal !important; }

.text-nowrap { white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break { word-wrap: break-word !important; word-break: break-word !important; }

/* rtl:end:remove */
.text-primary { --bs-text-opacity: 1; color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary { --bs-text-opacity: 1; color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success { --bs-text-opacity: 1; color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info { --bs-text-opacity: 1; color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning { --bs-text-opacity: 1; color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger { --bs-text-opacity: 1; color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light { --bs-text-opacity: 1; color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark { --bs-text-opacity: 1; color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black { --bs-text-opacity: 1; color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white { --bs-text-opacity: 1; color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body { --bs-text-opacity: 1; color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted { --bs-text-opacity: 1; color: #6c757d !important; }

.text-black-50 { --bs-text-opacity: 1; color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 { --bs-text-opacity: 1; color: rgba(255, 255, 255, 0.5) !important; }

.text-reset { --bs-text-opacity: 1; color: inherit !important; }

.text-opacity-25 { --bs-text-opacity: 0.25; }

.text-opacity-50 { --bs-text-opacity: 0.5; }

.text-opacity-75 { --bs-text-opacity: 0.75; }

.text-opacity-100 { --bs-text-opacity: 1; }

.bg-primary { --bs-bg-opacity: 1; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary { --bs-bg-opacity: 1; background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success { --bs-bg-opacity: 1; background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info { --bs-bg-opacity: 1; background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning { --bs-bg-opacity: 1; background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger { --bs-bg-opacity: 1; background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light { --bs-bg-opacity: 1; background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark { --bs-bg-opacity: 1; background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black { --bs-bg-opacity: 1; background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white { --bs-bg-opacity: 1; background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body { --bs-bg-opacity: 1; background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent { --bs-bg-opacity: 1; background-color: transparent !important; }

.bg-opacity-10 { --bs-bg-opacity: 0.1; }

.bg-opacity-25 { --bs-bg-opacity: 0.25; }

.bg-opacity-50 { --bs-bg-opacity: 0.5; }

.bg-opacity-75 { --bs-bg-opacity: 0.75; }

.bg-opacity-100 { --bs-bg-opacity: 1; }

.bg-gradient { background-image: var(--bs-gradient) !important; }

.user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; user-select: all !important; }

.user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; user-select: auto !important; }

.user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; user-select: none !important; }

.pe-none { pointer-events: none !important; }

.pe-auto { pointer-events: auto !important; }

.rounded { border-radius: 0.25rem !important; }

.rounded-0 { border-radius: 0 !important; }

.rounded-1 { border-radius: 0.2rem !important; }

.rounded-2 { border-radius: 0.25rem !important; }

.rounded-3 { border-radius: 0.3rem !important; }

.rounded-circle { border-radius: 50% !important; }

.rounded-pill { border-radius: 50rem !important; }

.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }

.rounded-end { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }

.rounded-start { border-bottom-left-radius: 0.25rem !important; border-top-left-radius: 0.25rem !important; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

@media (min-width: 576px) {
    .float-sm-start { float: left !important; }
    .float-sm-end { float: right !important; }
    .float-sm-none { float: none !important; }
    .d-sm-inline { display: inline !important; }
    .d-sm-inline-block { display: inline-block !important; }
    .d-sm-block { display: block !important; }
    .d-sm-grid { display: grid !important; }
    .d-sm-table { display: table !important; }
    .d-sm-table-row { display: table-row !important; }
    .d-sm-table-cell { display: table-cell !important; }
    .d-sm-flex { display: flex !important; }
    .d-sm-inline-flex { display: inline-flex !important; }
    .d-sm-none { display: none !important; }
    .flex-sm-fill { flex: 1 1 auto !important; }
    .flex-sm-row { flex-direction: row !important; }
    .flex-sm-column { flex-direction: column !important; }
    .flex-sm-row-reverse { flex-direction: row-reverse !important; }
    .flex-sm-column-reverse { flex-direction: column-reverse !important; }
    .flex-sm-grow-0 { flex-grow: 0 !important; }
    .flex-sm-grow-1 { flex-grow: 1 !important; }
    .flex-sm-shrink-0 { flex-shrink: 0 !important; }
    .flex-sm-shrink-1 { flex-shrink: 1 !important; }
    .flex-sm-wrap { flex-wrap: wrap !important; }
    .flex-sm-nowrap { flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-sm-0 { gap: 0 !important; }
    .gap-sm-1 { gap: 0.25rem !important; }
    .gap-sm-2 { gap: 0.5rem !important; }
    .gap-sm-3 { gap: 1rem !important; }
    .gap-sm-4 { gap: 1.5rem !important; }
    .gap-sm-5 { gap: 3rem !important; }
    .justify-content-sm-start { justify-content: flex-start !important; }
    .justify-content-sm-end { justify-content: flex-end !important; }
    .justify-content-sm-center { justify-content: center !important; }
    .justify-content-sm-between { justify-content: space-between !important; }
    .justify-content-sm-around { justify-content: space-around !important; }
    .justify-content-sm-evenly { justify-content: space-evenly !important; }
    .align-items-sm-start { align-items: flex-start !important; }
    .align-items-sm-end { align-items: flex-end !important; }
    .align-items-sm-center { align-items: center !important; }
    .align-items-sm-baseline { align-items: baseline !important; }
    .align-items-sm-stretch { align-items: stretch !important; }
    .align-content-sm-start { align-content: flex-start !important; }
    .align-content-sm-end { align-content: flex-end !important; }
    .align-content-sm-center { align-content: center !important; }
    .align-content-sm-between { align-content: space-between !important; }
    .align-content-sm-around { align-content: space-around !important; }
    .align-content-sm-stretch { align-content: stretch !important; }
    .align-self-sm-auto { align-self: auto !important; }
    .align-self-sm-start { align-self: flex-start !important; }
    .align-self-sm-end { align-self: flex-end !important; }
    .align-self-sm-center { align-self: center !important; }
    .align-self-sm-baseline { align-self: baseline !important; }
    .align-self-sm-stretch { align-self: stretch !important; }
    .order-sm-first { order: -1 !important; }
    .order-sm-0 { order: 0 !important; }
    .order-sm-1 { order: 1 !important; }
    .order-sm-2 { order: 2 !important; }
    .order-sm-3 { order: 3 !important; }
    .order-sm-4 { order: 4 !important; }
    .order-sm-5 { order: 5 !important; }
    .order-sm-last { order: 6 !important; }
    .m-sm-0 { margin: 0 !important; }
    .m-sm-1 { margin: 0.25rem !important; }
    .m-sm-2 { margin: 0.5rem !important; }
    .m-sm-3 { margin: 1rem !important; }
    .m-sm-4 { margin: 1.5rem !important; }
    .m-sm-5 { margin: 3rem !important; }
    .m-sm-auto { margin: auto !important; }
    .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; }
    .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
    .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
    .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
    .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
    .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
    .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; }
    .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-sm-0 { margin-top: 0 !important; }
    .mt-sm-1 { margin-top: 0.25rem !important; }
    .mt-sm-2 { margin-top: 0.5rem !important; }
    .mt-sm-3 { margin-top: 1rem !important; }
    .mt-sm-4 { margin-top: 1.5rem !important; }
    .mt-sm-5 { margin-top: 3rem !important; }
    .mt-sm-auto { margin-top: auto !important; }
    .me-sm-0 { margin-right: 0 !important; }
    .me-sm-1 { margin-right: 0.25rem !important; }
    .me-sm-2 { margin-right: 0.5rem !important; }
    .me-sm-3 { margin-right: 1rem !important; }
    .me-sm-4 { margin-right: 1.5rem !important; }
    .me-sm-5 { margin-right: 3rem !important; }
    .me-sm-auto { margin-right: auto !important; }
    .mb-sm-0 { margin-bottom: 0 !important; }
    .mb-sm-1 { margin-bottom: 0.25rem !important; }
    .mb-sm-2 { margin-bottom: 0.5rem !important; }
    .mb-sm-3 { margin-bottom: 1rem !important; }
    .mb-sm-4 { margin-bottom: 1.5rem !important; }
    .mb-sm-5 { margin-bottom: 3rem !important; }
    .mb-sm-auto { margin-bottom: auto !important; }
    .ms-sm-0 { margin-left: 0 !important; }
    .ms-sm-1 { margin-left: 0.25rem !important; }
    .ms-sm-2 { margin-left: 0.5rem !important; }
    .ms-sm-3 { margin-left: 1rem !important; }
    .ms-sm-4 { margin-left: 1.5rem !important; }
    .ms-sm-5 { margin-left: 3rem !important; }
    .ms-sm-auto { margin-left: auto !important; }
    .p-sm-0 { padding: 0 !important; }
    .p-sm-1 { padding: 0.25rem !important; }
    .p-sm-2 { padding: 0.5rem !important; }
    .p-sm-3 { padding: 1rem !important; }
    .p-sm-4 { padding: 1.5rem !important; }
    .p-sm-5 { padding: 3rem !important; }
    .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; }
    .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
    .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
    .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
    .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
    .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
    .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pt-sm-0 { padding-top: 0 !important; }
    .pt-sm-1 { padding-top: 0.25rem !important; }
    .pt-sm-2 { padding-top: 0.5rem !important; }
    .pt-sm-3 { padding-top: 1rem !important; }
    .pt-sm-4 { padding-top: 1.5rem !important; }
    .pt-sm-5 { padding-top: 3rem !important; }
    .pe-sm-0 { padding-right: 0 !important; }
    .pe-sm-1 { padding-right: 0.25rem !important; }
    .pe-sm-2 { padding-right: 0.5rem !important; }
    .pe-sm-3 { padding-right: 1rem !important; }
    .pe-sm-4 { padding-right: 1.5rem !important; }
    .pe-sm-5 { padding-right: 3rem !important; }
    .pb-sm-0 { padding-bottom: 0 !important; }
    .pb-sm-1 { padding-bottom: 0.25rem !important; }
    .pb-sm-2 { padding-bottom: 0.5rem !important; }
    .pb-sm-3 { padding-bottom: 1rem !important; }
    .pb-sm-4 { padding-bottom: 1.5rem !important; }
    .pb-sm-5 { padding-bottom: 3rem !important; }
    .ps-sm-0 { padding-left: 0 !important; }
    .ps-sm-1 { padding-left: 0.25rem !important; }
    .ps-sm-2 { padding-left: 0.5rem !important; }
    .ps-sm-3 { padding-left: 1rem !important; }
    .ps-sm-4 { padding-left: 1.5rem !important; }
    .ps-sm-5 { padding-left: 3rem !important; }
    .text-sm-start { text-align: left !important; }
    .text-sm-end { text-align: right !important; }
    .text-sm-center { text-align: center !important; }
}

@media (min-width: 768px) {
    .float-md-start { float: left !important; }
    .float-md-end { float: right !important; }
    .float-md-none { float: none !important; }
    .d-md-inline { display: inline !important; }
    .d-md-inline-block { display: inline-block !important; }
    .d-md-block { display: block !important; }
    .d-md-grid { display: grid !important; }
    .d-md-table { display: table !important; }
    .d-md-table-row { display: table-row !important; }
    .d-md-table-cell { display: table-cell !important; }
    .d-md-flex { display: flex !important; }
    .d-md-inline-flex { display: inline-flex !important; }
    .d-md-none { display: none !important; }
    .flex-md-fill { flex: 1 1 auto !important; }
    .flex-md-row { flex-direction: row !important; }
    .flex-md-column { flex-direction: column !important; }
    .flex-md-row-reverse { flex-direction: row-reverse !important; }
    .flex-md-column-reverse { flex-direction: column-reverse !important; }
    .flex-md-grow-0 { flex-grow: 0 !important; }
    .flex-md-grow-1 { flex-grow: 1 !important; }
    .flex-md-shrink-0 { flex-shrink: 0 !important; }
    .flex-md-shrink-1 { flex-shrink: 1 !important; }
    .flex-md-wrap { flex-wrap: wrap !important; }
    .flex-md-nowrap { flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-md-0 { gap: 0 !important; }
    .gap-md-1 { gap: 0.25rem !important; }
    .gap-md-2 { gap: 0.5rem !important; }
    .gap-md-3 { gap: 1rem !important; }
    .gap-md-4 { gap: 1.5rem !important; }
    .gap-md-5 { gap: 3rem !important; }
    .justify-content-md-start { justify-content: flex-start !important; }
    .justify-content-md-end { justify-content: flex-end !important; }
    .justify-content-md-center { justify-content: center !important; }
    .justify-content-md-between { justify-content: space-between !important; }
    .justify-content-md-around { justify-content: space-around !important; }
    .justify-content-md-evenly { justify-content: space-evenly !important; }
    .align-items-md-start { align-items: flex-start !important; }
    .align-items-md-end { align-items: flex-end !important; }
    .align-items-md-center { align-items: center !important; }
    .align-items-md-baseline { align-items: baseline !important; }
    .align-items-md-stretch { align-items: stretch !important; }
    .align-content-md-start { align-content: flex-start !important; }
    .align-content-md-end { align-content: flex-end !important; }
    .align-content-md-center { align-content: center !important; }
    .align-content-md-between { align-content: space-between !important; }
    .align-content-md-around { align-content: space-around !important; }
    .align-content-md-stretch { align-content: stretch !important; }
    .align-self-md-auto { align-self: auto !important; }
    .align-self-md-start { align-self: flex-start !important; }
    .align-self-md-end { align-self: flex-end !important; }
    .align-self-md-center { align-self: center !important; }
    .align-self-md-baseline { align-self: baseline !important; }
    .align-self-md-stretch { align-self: stretch !important; }
    .order-md-first { order: -1 !important; }
    .order-md-0 { order: 0 !important; }
    .order-md-1 { order: 1 !important; }
    .order-md-2 { order: 2 !important; }
    .order-md-3 { order: 3 !important; }
    .order-md-4 { order: 4 !important; }
    .order-md-5 { order: 5 !important; }
    .order-md-last { order: 6 !important; }
    .m-md-0 { margin: 0 !important; }
    .m-md-1 { margin: 0.25rem !important; }
    .m-md-2 { margin: 0.5rem !important; }
    .m-md-3 { margin: 1rem !important; }
    .m-md-4 { margin: 1.5rem !important; }
    .m-md-5 { margin: 3rem !important; }
    .m-md-auto { margin: auto !important; }
    .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; }
    .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
    .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
    .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
    .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
    .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
    .mx-md-auto { margin-right: auto !important; margin-left: auto !important; }
    .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-md-0 { margin-top: 0 !important; }
    .mt-md-1 { margin-top: 0.25rem !important; }
    .mt-md-2 { margin-top: 0.5rem !important; }
    .mt-md-3 { margin-top: 1rem !important; }
    .mt-md-4 { margin-top: 1.5rem !important; }
    .mt-md-5 { margin-top: 3rem !important; }
    .mt-md-auto { margin-top: auto !important; }
    .me-md-0 { margin-right: 0 !important; }
    .me-md-1 { margin-right: 0.25rem !important; }
    .me-md-2 { margin-right: 0.5rem !important; }
    .me-md-3 { margin-right: 1rem !important; }
    .me-md-4 { margin-right: 1.5rem !important; }
    .me-md-5 { margin-right: 3rem !important; }
    .me-md-auto { margin-right: auto !important; }
    .mb-md-0 { margin-bottom: 0 !important; }
    .mb-md-1 { margin-bottom: 0.25rem !important; }
    .mb-md-2 { margin-bottom: 0.5rem !important; }
    .mb-md-3 { margin-bottom: 1rem !important; }
    .mb-md-4 { margin-bottom: 1.5rem !important; }
    .mb-md-5 { margin-bottom: 3rem !important; }
    .mb-md-auto { margin-bottom: auto !important; }
    .ms-md-0 { margin-left: 0 !important; }
    .ms-md-1 { margin-left: 0.25rem !important; }
    .ms-md-2 { margin-left: 0.5rem !important; }
    .ms-md-3 { margin-left: 1rem !important; }
    .ms-md-4 { margin-left: 1.5rem !important; }
    .ms-md-5 { margin-left: 3rem !important; }
    .ms-md-auto { margin-left: auto !important; }
    .p-md-0 { padding: 0 !important; }
    .p-md-1 { padding: 0.25rem !important; }
    .p-md-2 { padding: 0.5rem !important; }
    .p-md-3 { padding: 1rem !important; }
    .p-md-4 { padding: 1.5rem !important; }
    .p-md-5 { padding: 3rem !important; }
    .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; }
    .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
    .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
    .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
    .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
    .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
    .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pt-md-0 { padding-top: 0 !important; }
    .pt-md-1 { padding-top: 0.25rem !important; }
    .pt-md-2 { padding-top: 0.5rem !important; }
    .pt-md-3 { padding-top: 1rem !important; }
    .pt-md-4 { padding-top: 1.5rem !important; }
    .pt-md-5 { padding-top: 3rem !important; }
    .pe-md-0 { padding-right: 0 !important; }
    .pe-md-1 { padding-right: 0.25rem !important; }
    .pe-md-2 { padding-right: 0.5rem !important; }
    .pe-md-3 { padding-right: 1rem !important; }
    .pe-md-4 { padding-right: 1.5rem !important; }
    .pe-md-5 { padding-right: 3rem !important; }
    .pb-md-0 { padding-bottom: 0 !important; }
    .pb-md-1 { padding-bottom: 0.25rem !important; }
    .pb-md-2 { padding-bottom: 0.5rem !important; }
    .pb-md-3 { padding-bottom: 1rem !important; }
    .pb-md-4 { padding-bottom: 1.5rem !important; }
    .pb-md-5 { padding-bottom: 3rem !important; }
    .ps-md-0 { padding-left: 0 !important; }
    .ps-md-1 { padding-left: 0.25rem !important; }
    .ps-md-2 { padding-left: 0.5rem !important; }
    .ps-md-3 { padding-left: 1rem !important; }
    .ps-md-4 { padding-left: 1.5rem !important; }
    .ps-md-5 { padding-left: 3rem !important; }
    .text-md-start { text-align: left !important; }
    .text-md-end { text-align: right !important; }
    .text-md-center { text-align: center !important; }
}

@media (min-width: 992px) {
    .float-lg-start { float: left !important; }
    .float-lg-end { float: right !important; }
    .float-lg-none { float: none !important; }
    .d-lg-inline { display: inline !important; }
    .d-lg-inline-block { display: inline-block !important; }
    .d-lg-block { display: block !important; }
    .d-lg-grid { display: grid !important; }
    .d-lg-table { display: table !important; }
    .d-lg-table-row { display: table-row !important; }
    .d-lg-table-cell { display: table-cell !important; }
    .d-lg-flex { display: flex !important; }
    .d-lg-inline-flex { display: inline-flex !important; }
    .d-lg-none { display: none !important; }
    .flex-lg-fill { flex: 1 1 auto !important; }
    .flex-lg-row { flex-direction: row !important; }
    .flex-lg-column { flex-direction: column !important; }
    .flex-lg-row-reverse { flex-direction: row-reverse !important; }
    .flex-lg-column-reverse { flex-direction: column-reverse !important; }
    .flex-lg-grow-0 { flex-grow: 0 !important; }
    .flex-lg-grow-1 { flex-grow: 1 !important; }
    .flex-lg-shrink-0 { flex-shrink: 0 !important; }
    .flex-lg-shrink-1 { flex-shrink: 1 !important; }
    .flex-lg-wrap { flex-wrap: wrap !important; }
    .flex-lg-nowrap { flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-lg-0 { gap: 0 !important; }
    .gap-lg-1 { gap: 0.25rem !important; }
    .gap-lg-2 { gap: 0.5rem !important; }
    .gap-lg-3 { gap: 1rem !important; }
    .gap-lg-4 { gap: 1.5rem !important; }
    .gap-lg-5 { gap: 3rem !important; }
    .justify-content-lg-start { justify-content: flex-start !important; }
    .justify-content-lg-end { justify-content: flex-end !important; }
    .justify-content-lg-center { justify-content: center !important; }
    .justify-content-lg-between { justify-content: space-between !important; }
    .justify-content-lg-around { justify-content: space-around !important; }
    .justify-content-lg-evenly { justify-content: space-evenly !important; }
    .align-items-lg-start { align-items: flex-start !important; }
    .align-items-lg-end { align-items: flex-end !important; }
    .align-items-lg-center { align-items: center !important; }
    .align-items-lg-baseline { align-items: baseline !important; }
    .align-items-lg-stretch { align-items: stretch !important; }
    .align-content-lg-start { align-content: flex-start !important; }
    .align-content-lg-end { align-content: flex-end !important; }
    .align-content-lg-center { align-content: center !important; }
    .align-content-lg-between { align-content: space-between !important; }
    .align-content-lg-around { align-content: space-around !important; }
    .align-content-lg-stretch { align-content: stretch !important; }
    .align-self-lg-auto { align-self: auto !important; }
    .align-self-lg-start { align-self: flex-start !important; }
    .align-self-lg-end { align-self: flex-end !important; }
    .align-self-lg-center { align-self: center !important; }
    .align-self-lg-baseline { align-self: baseline !important; }
    .align-self-lg-stretch { align-self: stretch !important; }
    .order-lg-first { order: -1 !important; }
    .order-lg-0 { order: 0 !important; }
    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
    .order-lg-3 { order: 3 !important; }
    .order-lg-4 { order: 4 !important; }
    .order-lg-5 { order: 5 !important; }
    .order-lg-last { order: 6 !important; }
    .m-lg-0 { margin: 0 !important; }
    .m-lg-1 { margin: 0.25rem !important; }
    .m-lg-2 { margin: 0.5rem !important; }
    .m-lg-3 { margin: 1rem !important; }
    .m-lg-4 { margin: 1.5rem !important; }
    .m-lg-5 { margin: 3rem !important; }
    .m-lg-auto { margin: auto !important; }
    .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; }
    .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
    .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
    .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
    .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
    .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
    .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; }
    .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-lg-0 { margin-top: 0 !important; }
    .mt-lg-1 { margin-top: 0.25rem !important; }
    .mt-lg-2 { margin-top: 0.5rem !important; }
    .mt-lg-3 { margin-top: 1rem !important; }
    .mt-lg-4 { margin-top: 1.5rem !important; }
    .mt-lg-5 { margin-top: 3rem !important; }
    .mt-lg-auto { margin-top: auto !important; }
    .me-lg-0 { margin-right: 0 !important; }
    .me-lg-1 { margin-right: 0.25rem !important; }
    .me-lg-2 { margin-right: 0.5rem !important; }
    .me-lg-3 { margin-right: 1rem !important; }
    .me-lg-4 { margin-right: 1.5rem !important; }
    .me-lg-5 { margin-right: 3rem !important; }
    .me-lg-auto { margin-right: auto !important; }
    .mb-lg-0 { margin-bottom: 0 !important; }
    .mb-lg-1 { margin-bottom: 0.25rem !important; }
    .mb-lg-2 { margin-bottom: 0.5rem !important; }
    .mb-lg-3 { margin-bottom: 1rem !important; }
    .mb-lg-4 { margin-bottom: 1.5rem !important; }
    .mb-lg-5 { margin-bottom: 3rem !important; }
    .mb-lg-auto { margin-bottom: auto !important; }
    .ms-lg-0 { margin-left: 0 !important; }
    .ms-lg-1 { margin-left: 0.25rem !important; }
    .ms-lg-2 { margin-left: 0.5rem !important; }
    .ms-lg-3 { margin-left: 1rem !important; }
    .ms-lg-4 { margin-left: 1.5rem !important; }
    .ms-lg-5 { margin-left: 3rem !important; }
    .ms-lg-auto { margin-left: auto !important; }
    .p-lg-0 { padding: 0 !important; }
    .p-lg-1 { padding: 0.25rem !important; }
    .p-lg-2 { padding: 0.5rem !important; }
    .p-lg-3 { padding: 1rem !important; }
    .p-lg-4 { padding: 1.5rem !important; }
    .p-lg-5 { padding: 3rem !important; }
    .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; }
    .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
    .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
    .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
    .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
    .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
    .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pt-lg-0 { padding-top: 0 !important; }
    .pt-lg-1 { padding-top: 0.25rem !important; }
    .pt-lg-2 { padding-top: 0.5rem !important; }
    .pt-lg-3 { padding-top: 1rem !important; }
    .pt-lg-4 { padding-top: 1.5rem !important; }
    .pt-lg-5 { padding-top: 3rem !important; }
    .pe-lg-0 { padding-right: 0 !important; }
    .pe-lg-1 { padding-right: 0.25rem !important; }
    .pe-lg-2 { padding-right: 0.5rem !important; }
    .pe-lg-3 { padding-right: 1rem !important; }
    .pe-lg-4 { padding-right: 1.5rem !important; }
    .pe-lg-5 { padding-right: 3rem !important; }
    .pb-lg-0 { padding-bottom: 0 !important; }
    .pb-lg-1 { padding-bottom: 0.25rem !important; }
    .pb-lg-2 { padding-bottom: 0.5rem !important; }
    .pb-lg-3 { padding-bottom: 1rem !important; }
    .pb-lg-4 { padding-bottom: 1.5rem !important; }
    .pb-lg-5 { padding-bottom: 3rem !important; }
    .ps-lg-0 { padding-left: 0 !important; }
    .ps-lg-1 { padding-left: 0.25rem !important; }
    .ps-lg-2 { padding-left: 0.5rem !important; }
    .ps-lg-3 { padding-left: 1rem !important; }
    .ps-lg-4 { padding-left: 1.5rem !important; }
    .ps-lg-5 { padding-left: 3rem !important; }
    .text-lg-start { text-align: left !important; }
    .text-lg-end { text-align: right !important; }
    .text-lg-center { text-align: center !important; }
}

@media (min-width: 1200px) {
    .float-xl-start { float: left !important; }
    .float-xl-end { float: right !important; }
    .float-xl-none { float: none !important; }
    .d-xl-inline { display: inline !important; }
    .d-xl-inline-block { display: inline-block !important; }
    .d-xl-block { display: block !important; }
    .d-xl-grid { display: grid !important; }
    .d-xl-table { display: table !important; }
    .d-xl-table-row { display: table-row !important; }
    .d-xl-table-cell { display: table-cell !important; }
    .d-xl-flex { display: flex !important; }
    .d-xl-inline-flex { display: inline-flex !important; }
    .d-xl-none { display: none !important; }
    .flex-xl-fill { flex: 1 1 auto !important; }
    .flex-xl-row { flex-direction: row !important; }
    .flex-xl-column { flex-direction: column !important; }
    .flex-xl-row-reverse { flex-direction: row-reverse !important; }
    .flex-xl-column-reverse { flex-direction: column-reverse !important; }
    .flex-xl-grow-0 { flex-grow: 0 !important; }
    .flex-xl-grow-1 { flex-grow: 1 !important; }
    .flex-xl-shrink-0 { flex-shrink: 0 !important; }
    .flex-xl-shrink-1 { flex-shrink: 1 !important; }
    .flex-xl-wrap { flex-wrap: wrap !important; }
    .flex-xl-nowrap { flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-xl-0 { gap: 0 !important; }
    .gap-xl-1 { gap: 0.25rem !important; }
    .gap-xl-2 { gap: 0.5rem !important; }
    .gap-xl-3 { gap: 1rem !important; }
    .gap-xl-4 { gap: 1.5rem !important; }
    .gap-xl-5 { gap: 3rem !important; }
    .justify-content-xl-start { justify-content: flex-start !important; }
    .justify-content-xl-end { justify-content: flex-end !important; }
    .justify-content-xl-center { justify-content: center !important; }
    .justify-content-xl-between { justify-content: space-between !important; }
    .justify-content-xl-around { justify-content: space-around !important; }
    .justify-content-xl-evenly { justify-content: space-evenly !important; }
    .align-items-xl-start { align-items: flex-start !important; }
    .align-items-xl-end { align-items: flex-end !important; }
    .align-items-xl-center { align-items: center !important; }
    .align-items-xl-baseline { align-items: baseline !important; }
    .align-items-xl-stretch { align-items: stretch !important; }
    .align-content-xl-start { align-content: flex-start !important; }
    .align-content-xl-end { align-content: flex-end !important; }
    .align-content-xl-center { align-content: center !important; }
    .align-content-xl-between { align-content: space-between !important; }
    .align-content-xl-around { align-content: space-around !important; }
    .align-content-xl-stretch { align-content: stretch !important; }
    .align-self-xl-auto { align-self: auto !important; }
    .align-self-xl-start { align-self: flex-start !important; }
    .align-self-xl-end { align-self: flex-end !important; }
    .align-self-xl-center { align-self: center !important; }
    .align-self-xl-baseline { align-self: baseline !important; }
    .align-self-xl-stretch { align-self: stretch !important; }
    .order-xl-first { order: -1 !important; }
    .order-xl-0 { order: 0 !important; }
    .order-xl-1 { order: 1 !important; }
    .order-xl-2 { order: 2 !important; }
    .order-xl-3 { order: 3 !important; }
    .order-xl-4 { order: 4 !important; }
    .order-xl-5 { order: 5 !important; }
    .order-xl-last { order: 6 !important; }
    .m-xl-0 { margin: 0 !important; }
    .m-xl-1 { margin: 0.25rem !important; }
    .m-xl-2 { margin: 0.5rem !important; }
    .m-xl-3 { margin: 1rem !important; }
    .m-xl-4 { margin: 1.5rem !important; }
    .m-xl-5 { margin: 3rem !important; }
    .m-xl-auto { margin: auto !important; }
    .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; }
    .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
    .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
    .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
    .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
    .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
    .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; }
    .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-xl-0 { margin-top: 0 !important; }
    .mt-xl-1 { margin-top: 0.25rem !important; }
    .mt-xl-2 { margin-top: 0.5rem !important; }
    .mt-xl-3 { margin-top: 1rem !important; }
    .mt-xl-4 { margin-top: 1.5rem !important; }
    .mt-xl-5 { margin-top: 3rem !important; }
    .mt-xl-auto { margin-top: auto !important; }
    .me-xl-0 { margin-right: 0 !important; }
    .me-xl-1 { margin-right: 0.25rem !important; }
    .me-xl-2 { margin-right: 0.5rem !important; }
    .me-xl-3 { margin-right: 1rem !important; }
    .me-xl-4 { margin-right: 1.5rem !important; }
    .me-xl-5 { margin-right: 3rem !important; }
    .me-xl-auto { margin-right: auto !important; }
    .mb-xl-0 { margin-bottom: 0 !important; }
    .mb-xl-1 { margin-bottom: 0.25rem !important; }
    .mb-xl-2 { margin-bottom: 0.5rem !important; }
    .mb-xl-3 { margin-bottom: 1rem !important; }
    .mb-xl-4 { margin-bottom: 1.5rem !important; }
    .mb-xl-5 { margin-bottom: 3rem !important; }
    .mb-xl-auto { margin-bottom: auto !important; }
    .ms-xl-0 { margin-left: 0 !important; }
    .ms-xl-1 { margin-left: 0.25rem !important; }
    .ms-xl-2 { margin-left: 0.5rem !important; }
    .ms-xl-3 { margin-left: 1rem !important; }
    .ms-xl-4 { margin-left: 1.5rem !important; }
    .ms-xl-5 { margin-left: 3rem !important; }
    .ms-xl-auto { margin-left: auto !important; }
    .p-xl-0 { padding: 0 !important; }
    .p-xl-1 { padding: 0.25rem !important; }
    .p-xl-2 { padding: 0.5rem !important; }
    .p-xl-3 { padding: 1rem !important; }
    .p-xl-4 { padding: 1.5rem !important; }
    .p-xl-5 { padding: 3rem !important; }
    .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; }
    .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
    .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
    .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
    .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
    .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
    .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pt-xl-0 { padding-top: 0 !important; }
    .pt-xl-1 { padding-top: 0.25rem !important; }
    .pt-xl-2 { padding-top: 0.5rem !important; }
    .pt-xl-3 { padding-top: 1rem !important; }
    .pt-xl-4 { padding-top: 1.5rem !important; }
    .pt-xl-5 { padding-top: 3rem !important; }
    .pe-xl-0 { padding-right: 0 !important; }
    .pe-xl-1 { padding-right: 0.25rem !important; }
    .pe-xl-2 { padding-right: 0.5rem !important; }
    .pe-xl-3 { padding-right: 1rem !important; }
    .pe-xl-4 { padding-right: 1.5rem !important; }
    .pe-xl-5 { padding-right: 3rem !important; }
    .pb-xl-0 { padding-bottom: 0 !important; }
    .pb-xl-1 { padding-bottom: 0.25rem !important; }
    .pb-xl-2 { padding-bottom: 0.5rem !important; }
    .pb-xl-3 { padding-bottom: 1rem !important; }
    .pb-xl-4 { padding-bottom: 1.5rem !important; }
    .pb-xl-5 { padding-bottom: 3rem !important; }
    .ps-xl-0 { padding-left: 0 !important; }
    .ps-xl-1 { padding-left: 0.25rem !important; }
    .ps-xl-2 { padding-left: 0.5rem !important; }
    .ps-xl-3 { padding-left: 1rem !important; }
    .ps-xl-4 { padding-left: 1.5rem !important; }
    .ps-xl-5 { padding-left: 3rem !important; }
    .text-xl-start { text-align: left !important; }
    .text-xl-end { text-align: right !important; }
    .text-xl-center { text-align: center !important; }
}

@media (min-width: 1400px) {
    .float-xxl-start { float: left !important; }
    .float-xxl-end { float: right !important; }
    .float-xxl-none { float: none !important; }
    .d-xxl-inline { display: inline !important; }
    .d-xxl-inline-block { display: inline-block !important; }
    .d-xxl-block { display: block !important; }
    .d-xxl-grid { display: grid !important; }
    .d-xxl-table { display: table !important; }
    .d-xxl-table-row { display: table-row !important; }
    .d-xxl-table-cell { display: table-cell !important; }
    .d-xxl-flex { display: flex !important; }
    .d-xxl-inline-flex { display: inline-flex !important; }
    .d-xxl-none { display: none !important; }
    .flex-xxl-fill { flex: 1 1 auto !important; }
    .flex-xxl-row { flex-direction: row !important; }
    .flex-xxl-column { flex-direction: column !important; }
    .flex-xxl-row-reverse { flex-direction: row-reverse !important; }
    .flex-xxl-column-reverse { flex-direction: column-reverse !important; }
    .flex-xxl-grow-0 { flex-grow: 0 !important; }
    .flex-xxl-grow-1 { flex-grow: 1 !important; }
    .flex-xxl-shrink-0 { flex-shrink: 0 !important; }
    .flex-xxl-shrink-1 { flex-shrink: 1 !important; }
    .flex-xxl-wrap { flex-wrap: wrap !important; }
    .flex-xxl-nowrap { flex-wrap: nowrap !important; }
    .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-xxl-0 { gap: 0 !important; }
    .gap-xxl-1 { gap: 0.25rem !important; }
    .gap-xxl-2 { gap: 0.5rem !important; }
    .gap-xxl-3 { gap: 1rem !important; }
    .gap-xxl-4 { gap: 1.5rem !important; }
    .gap-xxl-5 { gap: 3rem !important; }
    .justify-content-xxl-start { justify-content: flex-start !important; }
    .justify-content-xxl-end { justify-content: flex-end !important; }
    .justify-content-xxl-center { justify-content: center !important; }
    .justify-content-xxl-between { justify-content: space-between !important; }
    .justify-content-xxl-around { justify-content: space-around !important; }
    .justify-content-xxl-evenly { justify-content: space-evenly !important; }
    .align-items-xxl-start { align-items: flex-start !important; }
    .align-items-xxl-end { align-items: flex-end !important; }
    .align-items-xxl-center { align-items: center !important; }
    .align-items-xxl-baseline { align-items: baseline !important; }
    .align-items-xxl-stretch { align-items: stretch !important; }
    .align-content-xxl-start { align-content: flex-start !important; }
    .align-content-xxl-end { align-content: flex-end !important; }
    .align-content-xxl-center { align-content: center !important; }
    .align-content-xxl-between { align-content: space-between !important; }
    .align-content-xxl-around { align-content: space-around !important; }
    .align-content-xxl-stretch { align-content: stretch !important; }
    .align-self-xxl-auto { align-self: auto !important; }
    .align-self-xxl-start { align-self: flex-start !important; }
    .align-self-xxl-end { align-self: flex-end !important; }
    .align-self-xxl-center { align-self: center !important; }
    .align-self-xxl-baseline { align-self: baseline !important; }
    .align-self-xxl-stretch { align-self: stretch !important; }
    .order-xxl-first { order: -1 !important; }
    .order-xxl-0 { order: 0 !important; }
    .order-xxl-1 { order: 1 !important; }
    .order-xxl-2 { order: 2 !important; }
    .order-xxl-3 { order: 3 !important; }
    .order-xxl-4 { order: 4 !important; }
    .order-xxl-5 { order: 5 !important; }
    .order-xxl-last { order: 6 !important; }
    .m-xxl-0 { margin: 0 !important; }
    .m-xxl-1 { margin: 0.25rem !important; }
    .m-xxl-2 { margin: 0.5rem !important; }
    .m-xxl-3 { margin: 1rem !important; }
    .m-xxl-4 { margin: 1.5rem !important; }
    .m-xxl-5 { margin: 3rem !important; }
    .m-xxl-auto { margin: auto !important; }
    .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; }
    .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
    .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
    .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
    .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
    .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
    .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; }
    .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-xxl-0 { margin-top: 0 !important; }
    .mt-xxl-1 { margin-top: 0.25rem !important; }
    .mt-xxl-2 { margin-top: 0.5rem !important; }
    .mt-xxl-3 { margin-top: 1rem !important; }
    .mt-xxl-4 { margin-top: 1.5rem !important; }
    .mt-xxl-5 { margin-top: 3rem !important; }
    .mt-xxl-auto { margin-top: auto !important; }
    .me-xxl-0 { margin-right: 0 !important; }
    .me-xxl-1 { margin-right: 0.25rem !important; }
    .me-xxl-2 { margin-right: 0.5rem !important; }
    .me-xxl-3 { margin-right: 1rem !important; }
    .me-xxl-4 { margin-right: 1.5rem !important; }
    .me-xxl-5 { margin-right: 3rem !important; }
    .me-xxl-auto { margin-right: auto !important; }
    .mb-xxl-0 { margin-bottom: 0 !important; }
    .mb-xxl-1 { margin-bottom: 0.25rem !important; }
    .mb-xxl-2 { margin-bottom: 0.5rem !important; }
    .mb-xxl-3 { margin-bottom: 1rem !important; }
    .mb-xxl-4 { margin-bottom: 1.5rem !important; }
    .mb-xxl-5 { margin-bottom: 3rem !important; }
    .mb-xxl-auto { margin-bottom: auto !important; }
    .ms-xxl-0 { margin-left: 0 !important; }
    .ms-xxl-1 { margin-left: 0.25rem !important; }
    .ms-xxl-2 { margin-left: 0.5rem !important; }
    .ms-xxl-3 { margin-left: 1rem !important; }
    .ms-xxl-4 { margin-left: 1.5rem !important; }
    .ms-xxl-5 { margin-left: 3rem !important; }
    .ms-xxl-auto { margin-left: auto !important; }
    .p-xxl-0 { padding: 0 !important; }
    .p-xxl-1 { padding: 0.25rem !important; }
    .p-xxl-2 { padding: 0.5rem !important; }
    .p-xxl-3 { padding: 1rem !important; }
    .p-xxl-4 { padding: 1.5rem !important; }
    .p-xxl-5 { padding: 3rem !important; }
    .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; }
    .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
    .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
    .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
    .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
    .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
    .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pt-xxl-0 { padding-top: 0 !important; }
    .pt-xxl-1 { padding-top: 0.25rem !important; }
    .pt-xxl-2 { padding-top: 0.5rem !important; }
    .pt-xxl-3 { padding-top: 1rem !important; }
    .pt-xxl-4 { padding-top: 1.5rem !important; }
    .pt-xxl-5 { padding-top: 3rem !important; }
    .pe-xxl-0 { padding-right: 0 !important; }
    .pe-xxl-1 { padding-right: 0.25rem !important; }
    .pe-xxl-2 { padding-right: 0.5rem !important; }
    .pe-xxl-3 { padding-right: 1rem !important; }
    .pe-xxl-4 { padding-right: 1.5rem !important; }
    .pe-xxl-5 { padding-right: 3rem !important; }
    .pb-xxl-0 { padding-bottom: 0 !important; }
    .pb-xxl-1 { padding-bottom: 0.25rem !important; }
    .pb-xxl-2 { padding-bottom: 0.5rem !important; }
    .pb-xxl-3 { padding-bottom: 1rem !important; }
    .pb-xxl-4 { padding-bottom: 1.5rem !important; }
    .pb-xxl-5 { padding-bottom: 3rem !important; }
    .ps-xxl-0 { padding-left: 0 !important; }
    .ps-xxl-1 { padding-left: 0.25rem !important; }
    .ps-xxl-2 { padding-left: 0.5rem !important; }
    .ps-xxl-3 { padding-left: 1rem !important; }
    .ps-xxl-4 { padding-left: 1.5rem !important; }
    .ps-xxl-5 { padding-left: 3rem !important; }
    .text-xxl-start { text-align: left !important; }
    .text-xxl-end { text-align: right !important; }
    .text-xxl-center { text-align: center !important; }
}

@media (min-width: 1200px) {
    .fs-1 { font-size: 2.5rem !important; }
    .fs-2 { font-size: 2rem !important; }
    .fs-3 { font-size: 1.75rem !important; }
    .fs-4 { font-size: 1.5rem !important; }
}

@media print {
    .d-print-inline { display: inline !important; }
    .d-print-inline-block { display: inline-block !important; }
    .d-print-block { display: block !important; }
    .d-print-grid { display: grid !important; }
    .d-print-table { display: table !important; }
    .d-print-table-row { display: table-row !important; }
    .d-print-table-cell { display: table-cell !important; }
    .d-print-flex { display: flex !important; }
    .d-print-inline-flex { display: inline-flex !important; }
    .d-print-none { display: none !important; }
}


/* https://www.phoenixchildrens.org/modules/contrib/zen_foundation_bootstrap/css/tables.css?skusnu */
.table { --bs-table-bg: transparent; --bs-table-accent-bg: transparent; --bs-table-striped-color: #212529; --bs-table-striped-bg: rgba(0, 0, 0, 0.05); --bs-table-active-color: #212529; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: #212529; --bs-table-hover-bg: rgba(0, 0, 0, 0.075); width: 100%; margin-bottom: 1rem; color: #212529; vertical-align: top; border-color: #dee2e6; }
    .table > :not(caption) > * > * { padding: 0.5rem 0.5rem; background-color: var(--bs-table-bg); border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
    .table > tbody { vertical-align: inherit; }
    .table > thead { vertical-align: bottom; }
    .table > :not(:first-child) { border-top: 2px solid currentColor; }

.caption-top { caption-side: top; }

.table-sm > :not(caption) > * > * { padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * { border-width: 1px 0; }
    .table-bordered > :not(caption) > * > * { border-width: 0 1px; }

.table-borderless > :not(caption) > * > * { border-bottom-width: 0; }
.table-borderless > :not(:first-child) { border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * { --bs-table-accent-bg: var(--bs-table-striped-bg); color: var(--bs-table-striped-color); }

.table-active { --bs-table-accent-bg: var(--bs-table-active-bg); color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * { --bs-table-accent-bg: var(--bs-table-hover-bg); color: var(--bs-table-hover-color); }

.table-primary { --bs-table-bg: #cfe2ff; --bs-table-striped-bg: #c5d7f2; --bs-table-striped-color: #000; --bs-table-active-bg: #bacbe6; --bs-table-active-color: #000; --bs-table-hover-bg: #bfd1ec; --bs-table-hover-color: #000; color: #000; border-color: #bacbe6; }

.table-secondary { --bs-table-bg: #e2e3e5; --bs-table-striped-bg: #d7d8da; --bs-table-striped-color: #000; --bs-table-active-bg: #cbccce; --bs-table-active-color: #000; --bs-table-hover-bg: #d1d2d4; --bs-table-hover-color: #000; color: #000; border-color: #cbccce; }

.table-success { --bs-table-bg: #d1e7dd; --bs-table-striped-bg: #c7dbd2; --bs-table-striped-color: #000; --bs-table-active-bg: #bcd0c7; --bs-table-active-color: #000; --bs-table-hover-bg: #c1d6cc; --bs-table-hover-color: #000; color: #000; border-color: #bcd0c7; }

.table-info { --bs-table-bg: #cff4fc; --bs-table-striped-bg: #c5e8ef; --bs-table-striped-color: #000; --bs-table-active-bg: #badce3; --bs-table-active-color: #000; --bs-table-hover-bg: #bfe2e9; --bs-table-hover-color: #000; color: #000; border-color: #badce3; }

.table-warning { --bs-table-bg: #fff3cd; --bs-table-striped-bg: #f2e7c3; --bs-table-striped-color: #000; --bs-table-active-bg: #e6dbb9; --bs-table-active-color: #000; --bs-table-hover-bg: #ece1be; --bs-table-hover-color: #000; color: #000; border-color: #e6dbb9; }

.table-danger { --bs-table-bg: #f8d7da; --bs-table-striped-bg: #eccccf; --bs-table-striped-color: #000; --bs-table-active-bg: #dfc2c4; --bs-table-active-color: #000; --bs-table-hover-bg: #e5c7ca; --bs-table-hover-color: #000; color: #000; border-color: #dfc2c4; }

.table-light { --bs-table-bg: #f8f9fa; --bs-table-striped-bg: #ecedee; --bs-table-striped-color: #000; --bs-table-active-bg: #dfe0e1; --bs-table-active-color: #000; --bs-table-hover-bg: #e5e6e7; --bs-table-hover-color: #000; color: #000; border-color: #dfe0e1; }

.table-dark { --bs-table-bg: #212529; --bs-table-striped-bg: #2c3034; --bs-table-striped-color: #fff; --bs-table-active-bg: #373b3e; --bs-table-active-color: #fff; --bs-table-hover-bg: #323539; --bs-table-hover-color: #fff; color: #fff; border-color: #373b3e; }

.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
    .table-responsive-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 767.98px) {
    .table-responsive-md { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 991.98px) {
    .table-responsive-lg { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* https://phoenixchildrens.org/core/modules/system/css/components/align.module.css?skusnu */
/**
 * @file
 * Alignment classes for text and block level elements.
 */

.text-align-left { text-align: left; }
.text-align-right { text-align: right; }
.text-align-center { text-align: center; }
.text-align-justify { text-align: justify; }

/**
 * Alignment classes for block level elements (images, videos, blockquotes, etc.)
 */
.align-left { float: left; }
.align-right { float: right; }
.align-center { display: block; margin-right: auto; margin-left: auto; }

/* https://phoenixchildrens.org/core/modules/system/css/components/fieldgroup.module.css?skusnu */

/**
 * @file
 * Fieldgroup border reset.
 */

.fieldgroup { padding: 0; border-width: 0; }


/* https://phoenixchildrens.org/core/modules/system/css/components/container-inline.module.css?skusnu */
/**
 * @file
 * Inline items.
 */

.container-inline div,
.container-inline label { display: inline-block; }
/* Details contents always need to be rendered as block. */
.container-inline .details-wrapper { display: block; }
.container-inline .hidden { display: none; }



/* https://www.phoenixchildrens.org/core/modules/system/css/components/clearfix.module.css?skusnu */
/**
 * @file
 * Float clearing.
 *
 * Based on the micro clearfix hack by Nicolas Gallagher, with the :before
 * pseudo selector removed to allow normal top margin collapse.
 *
 * @see http://nicolasgallagher.com/micro-clearfix-hack
 */

.clearfix::after { display: table; clear: both; content: ""; }


/* https://www.phoenixchildrens.org/core/modules/system/css/components/details.module.css?skusnu */
/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 */

.js details:not([open]) .details-wrapper { display: none; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/hidden.module.css?skusnu */
/**
 * @file
 * Utility classes to hide elements in different ways.
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden { display: none; }

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden { position: absolute !important; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; word-wrap: normal; }

    /**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
    .visually-hidden.focusable:active,
    .visually-hidden.focusable:focus { position: static !important; overflow: visible; clip: auto; width: auto; height: auto; }

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible { visibility: hidden; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/item-list.module.css?skusnu */
/**
 * @file
 * Styles for item list.
 */

.item-list__comma-list,
.item-list__comma-list li { display: inline; }
.item-list__comma-list { margin: 0; padding: 0; }
    .item-list__comma-list li::after { content: ", "; }
    .item-list__comma-list li:last-child::after { content: ""; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/js.module.css?skusnu */
/**
 * @file
 * Utility classes to assist with JavaScript functionality.
 */

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
.js .js-hide { display: none; }

/**
 * For anything you want to show on page load only when JS is enabled.
 */
.js-show { display: none; }
.js .js-show { display: block; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/nowrap.module.css?skusnu */
/**
 * @file
 * Utility class to prevent text wrapping.
 */

.nowrap { white-space: nowrap; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/position-container.module.css?skusnu */
/*
 * @file
 * Contain positioned elements.
 */

.position-container { position: relative; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/progress.module.css?skusnu */
/**
 * @file
 * Progress behavior.
 *
 * @see progress.js
 */

.progress { position: relative; }
.progress__track { min-width: 100px; max-width: 100%; height: 16px; margin-top: 5px; border: 1px solid; background-color: #fff; }
.progress__bar { width: 3%; min-width: 3%; max-width: 100%; height: 16px; background-color: #000; }
.progress__description,
.progress__percentage { overflow: hidden; margin-top: 0.2em; color: #555; font-size: 0.875em; }
.progress__description { float: left; /* LTR */ }
[dir="rtl"] .progress__description { float: right; }
.progress__percentage { float: right; /* LTR */ }
[dir="rtl"] .progress__percentage { float: left; }
.progress--small .progress__track { height: 7px; }
.progress--small .progress__bar { height: 7px; background-size: 20px 20px; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/reset-appearance.module.css?skusnu */
/*
 * @file
 * Utility class to remove browser styles, especially for button.
 */

.reset-appearance { margin: 0; padding: 0; border: 0 none; background: transparent; line-height: inherit; -webkit-appearance: none; appearance: none; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/resize.module.css?skusnu */
/**
 * @file
 * Resizable textareas.
 */

.resize-none { resize: none; }
.resize-vertical { min-height: 2em; resize: vertical; }
.resize-horizontal { max-width: 100%; resize: horizontal; }
.resize-both { max-width: 100%; min-height: 2em; resize: both; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/sticky-header.module.css?skusnu */
/**
 * @file
 * Table header behavior.
 *
 * @see tableheader.js
 */

table.sticky-header { z-index: 500; top: 0; margin-top: 0; background-color: #fff; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/system-status-counter.css?skusnu */
/**
 * @file
 * Styles for the system status counter component.
 */

.system-status-counter__status-icon { display: inline-block; width: 25px; height: 25px; vertical-align: middle; }
    .system-status-counter__status-icon::before { display: block; width: 100%; height: 100%; content: ""; background-repeat: no-repeat; background-position: center 2px; background-size: 16px; }

.system-status-counter__status-icon--error::before { background-image: url(../../../../misc/icons/e32700/error.svg); }
.system-status-counter__status-icon--warning::before { background-image: url(../../../../misc/icons/e29700/warning.svg); }
.system-status-counter__status-icon--checked::before { background-image: url(../../../../misc/icons/73b355/check.svg); }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/system-status-report-counters.css?skusnu */
/**
 * @file
 * Styles for the system status report counters.
 */

.system-status-report-counters__item { width: 100%; margin-bottom: 0.5em; padding: 0.5em 0; text-align: center; white-space: nowrap; background-color: rgba(0, 0, 0, 0.063); }

@media screen and (min-width: 60em) {
    .system-status-report-counters { display: flex; flex-wrap: wrap; justify-content: space-between; }
    .system-status-report-counters__item--half-width { width: 49%; }
    .system-status-report-counters__item--third-width { width: 33%; }
}

/* https://www.phoenixchildrens.org/core/modules/system/css/components/system-status-report-general-info.css?skusnu */
/**
 * @file
 * Default styles for the System Status general info.
 */

.system-status-general-info__item { margin-top: 1em; padding: 0 1em 1em; border: 1px solid #ccc; }
.system-status-general-info__item-title { border-bottom: 1px solid #ccc; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/tabledrag.module.css?skusnu */
/**
 * @file
 * Table drag behavior.
 *
 * @see tabledrag.js
 */

body.drag { cursor: move; }
tr.region-title { font-weight: bold; }
tr.region-message { color: #999; }
tr.region-populated { display: none; }
tr.add-new .tabledrag-changed { display: none; }
.draggable a.tabledrag-handle { float: left; /* LTR */ overflow: hidden; height: 1.7em; margin-left: -1em; /* LTR */ cursor: move; text-decoration: none; }
[dir="rtl"] .draggable a.tabledrag-handle { float: right; margin-right: -1em; margin-left: 0; }
a.tabledrag-handle:hover { text-decoration: none; }
a.tabledrag-handle .handle { width: 14px; height: 14px; margin: -0.4em 0.5em 0; padding: 0.42em 0.5em; background: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; }
a.tabledrag-handle:hover .handle,
a.tabledrag-handle:focus .handle { background-image: url(../../../../misc/icons/000000/move.svg); }

@media (forced-colors: active) {
    a.tabledrag-handle .handle,
    a.tabledrag-handle:hover .handle,
    a.tabledrag-handle:focus .handle { background: linktext; -webkit-mask: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; mask: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; }

    a.tabledrag-handle:focus { outline: solid 1px transparent; }
}

.touchevents .draggable td { padding: 0 10px; }
.touchevents .draggable .menu-item__link { display: inline-block; padding: 10px 0; }
.touchevents a.tabledrag-handle { width: 40px; height: 44px; }
    .touchevents a.tabledrag-handle .handle { height: 21px; background-position: 40% 19px; /* LTR */ }
[dir="rtl"] .touch a.tabledrag-handle .handle { background-position: right 40% top 19px; }
.touchevents .draggable.drag a.tabledrag-handle .handle { background-position: 50% -32px; }
.tabledrag-toggle-weight-wrapper { text-align: right; /* LTR */ }
[dir="rtl"] .tabledrag-toggle-weight-wrapper { text-align: left; }
.indentation { float: left; /* LTR */ width: 20px; height: 1.7em; margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */ padding: 0.42em 0 0.42em 0.6em; /* LTR */ }
[dir="rtl"] .indentation { float: right; margin: -0.4em -0.4em -0.4em 0.2em; padding: 0.42em 0.6em 0.42em 0; }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/tablesort.module.css?skusnu */
/**
 * @file
 * Table sort indicator.
 *
 * @see tablesort-indicator.html.twig
 */

.tablesort { display: inline-block; width: 16px; height: 16px; background-size: 100%; }
.tablesort--asc { background-image: url(../../../../misc/icons/787878/twistie-down.svg); }
.tablesort--desc { background-image: url(../../../../misc/icons/787878/twistie-up.svg); }

/* https://www.phoenixchildrens.org/core/modules/system/css/components/tree-child.module.css?skusnu */
/**
 * @file
 * Visual styles for a nested tree child.
 */

div.tree-child { background: url(../../../../misc/tree.png) no-repeat 11px center; /* LTR */ }
div.tree-child-last { background: url(../../../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */ }
[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last { background-position: -65px center; }
div.tree-child-horizontal { background: url(../../../../misc/tree.png) no-repeat -11px center; }

/* https://www.phoenixchildrens.org/themes/contrib/zenny/css/components/ajax-progress.module.css?skusnu */
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Throbber.
 */

.ajax-progress { display: inline-block; }

/**
 * Progress bar.
 */

.ajax-progress-bar { width: 13em; padding: 0 0.3125rem; /* 0 5px */ }

/**
 * Throbber.
 */

.ajax-progress--throbber { position: relative; display: inline-flex; align-content: center; height: 1.125rem; margin: -0.1875rem var(--ajax-progress-margin-horizontal) 0; vertical-align: middle; white-space: nowrap; line-height: 1.125rem; }

/**
 * Remove margin from ajax throbbers following buttons because buttons already
 * have a large margin set.
 */

.js .button:not(.js-hide) + .ajax-progress--throbber { margin-inline-start: 0; }

/**
 * Restore start margin for ajax throbbers inside a managed file widget.
 */

.js .form-type--managed-file .button:not(.js-hide) + .ajax-progress--throbber,
.js .file-operations-cell .button:not(.js-hide) + .ajax-progress--throbber { margin-inline-start: var(--ajax-progress-margin-horizontal); /* LTR */ }

.ajax-progress__throbber { box-sizing: border-box; width: 1.125rem; height: 1.125rem; animation: zenny-throbber 0.75s linear infinite; border: 2px solid var(--color-absolutezero); border-right: 2px dotted transparent; border-radius: 50%; }

.ajax-progress__message { display: inline-block; padding-inline-start: var(--ajax-progress-margin-horizontal); font-size: var(--font-size-label); }

/**
 * Full screen throbber.
 */

.ajax-progress--fullscreen,
.ui-dialog .ajax-progress--throbber { position: fixed; z-index: 1261; inset-block-start: 50%; inset-inline-start: 50%; box-sizing: border-box; width: 3.5rem; /* 56px */ height: 3.5rem; margin: -1.75rem; border: var(--input-border-size) solid var(--jui-dropdown-border-color); border-radius: 3.5rem; background: var(--color-white); box-shadow: 0 0.25rem 0.625rem var(--jui-dropdown-shadow-color); }

.ajax-progress__throbber--fullscreen,
.ui-dialog .ajax-progress__throbber { position: absolute; inset-block-start: 50%; inset-inline-start: 50%; width: 1.75rem; /* 28px */ height: 1.75rem; /* 28px */ margin: -0.875rem; content: ""; border: 3px solid var(--color-absolutezero); border-right: 3px dotted transparent; }

.ui-dialog .ajax-progress__message { display: none; }

@keyframes zenny-throbber {
    0% { transform: rotateZ(0); }
    100% { transform: rotateZ(360deg); }
}
/* https://www.phoenixchildrens.org/themes/contrib/zenny/css/components/autocomplete-loading.module.css?skusnu */
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Visual styles for animated throbber.
 *
 * @see autocomplete.js
 */

/**
 * Since the autocomplete library is attached conditionally and not globally,
 * we can be 99% sure that the default icon will be used.
 * With inline SVGs we can prevent a HTTP request and repaint addressing the
 * autocomplete input's background â€” until are sure that it will be pushed by
 * the server with HTTP/2.
 *
 * The autocompleting (active) state's background-image is inlined because
 * non-used CSS selectors are usually ignored; popular browsers don't download
 * their 'url' references.
 * If these selectors become active, the browser needs some time for painting
 * previously ignored remote asset: it should get it from server, parse it and
 * repaint the background of autocomplete field. With the inlined background we
 * can prevent an additional timeout caused by a new request/response pair.
 * Besides this, the autocompleting event itself may easily finish before the
 * missing asset gets downloaded/parsed/painted, and the missing instant visual
 * feedback would be a usability/accessibility issue as well.
 */

.js .form-autocomplete { background-image: url("data:image/svg+xml,%3csvg width='40' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 1C3.46.827-.188 5.787 1.313 10.068c1.176 4.384 6.993 6.417 10.637 3.7.326-.39.565.276.846.442l3.74 3.739 1.413-1.414-4.35-4.35c2.811-3.468 1.15-9.247-3.062-10.71A7.003 7.003 0 008 1zm0 2c3.242-.123 5.849 3.42 4.777 6.477-.842 3.132-4.994 4.58-7.6 2.65-2.745-1.73-2.9-6.125-.285-8.044A5.006 5.006 0 018 3z' fill='%23868686'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: 100% 50%; }

.js[dir="rtl"] .form-autocomplete { background-image: url("data:image/svg+xml,%3csvg width='40' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1c4.54-.173 8.188 4.787 6.687 9.068-1.176 4.384-6.993 6.417-10.637 3.7-.326-.39-.565.276-.846.442l-3.74 3.739-1.413-1.414 4.35-4.35C3.59 8.717 5.25 2.938 9.462 1.475A7.003 7.003 0 0112 1zm0 2c-3.242-.123-5.849 3.42-4.777 6.477.842 3.132 4.994 4.58 7.6 2.65 2.745-1.73 2.9-6.125.285-8.044A5.006 5.006 0 0012 3z' fill='%23868686'/%3e%3c/svg%3e"); background-position: 0 50%; }

.js .form-autocomplete.is-autocompleting { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' height='20' width='40'%3e%3cstyle%3e%40keyframes s%7b0%25%7btransform:rotate(0deg) translate(-50%25,0)%7d50%25%7btransform:rotate(430deg) translate(-50%25,0);stroke-dashoffset:20%7dto%7btransform:rotate(720deg) translate(-50%25,0)%7d%7d%3c/style%3e%3ccircle fill='none' cy='5' cx='5' stroke='%23003ecc' stroke-dashoffset='6.125' stroke-dasharray='25' style='animation:s 1s linear infinite;transform-origin:left' r='4'/%3e%3c/svg%3e"); background-position: center right -10px; }

.js[dir="rtl"] .form-autocomplete.is-autocompleting { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' height='20' width='40'%3e%3cstyle%3e%40keyframes s%7b0%25%7btransform:rotate(0deg) translate(-50%25,0)%7d50%25%7btransform:rotate(-430deg) translate(-50%25,0);stroke-dashoffset:20%7dto%7btransform:rotate(-720deg) translate(-50%25,0)%7d%7d%3c/style%3e%3ccircle fill='none' cy='5' cx='5' stroke='%23003ecc' stroke-dashoffset='6.125' stroke-dasharray='25' style='animation:s 1s linear infinite;transform-origin:left' r='4'/%3e%3c/svg%3e"); background-position: center left 10px; }

/**
 * Autocomplete wrapper for autocompleting message.
 */

.zenny-autocomplete { position: relative; display: inline-block; max-width: 100%; }

.zenny-autocomplete__message { position: absolute; right: 0; bottom: 100%; max-width: 100%; margin-bottom: 0.15rem; color: var(--color-link); font-size: var(--font-size-xxs); /* ~11px */ font-weight: bold; line-height: calc(18rem / 16); /* 18px */ }

[dir="rtl"] .zenny-autocomplete__message { right: auto; left: 0; }

/* https://www.phoenixchildrens.org/modules/contrib/micon/css/micon.svg.css?skusnu */
svg.micon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; }

/* https://www.phoenixchildrens.org/modules/contrib/zen_foundation_bootstrap/css/images.css?skusnu */
.img-fluid { max-width: 100%; height: auto; }

.img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; }

.figure { display: inline-block; }

.figure-img { margin-bottom: 0.5rem; line-height: 1; }

.figure-caption { font-size: 0.875em; color: #6c757d; }

/* https://www.phoenixchildrens.org/modules/contrib/zen_foundation_bootstrap/css/accordion.css?skusnu */
.accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: left; background-color: #fff; border: 0; border-radius: 0; overflow-anchor: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
    .accordion-button { transition: none; }
}

.accordion-button:not(.collapsed) { color: #0c63e4; background-color: #e7f1ff; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg); }
.accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform 0.2s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after { transition: none; }
}

.accordion-button:hover { z-index: 2; }
.accordion-button:focus { z-index: 3; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header { margin-bottom: 0; }

.accordion-item { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }
    .accordion-item:first-of-type { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
        .accordion-item:first-of-type .accordion-button { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }
    .accordion-item:not(:first-of-type) { border-top: 0; }
    .accordion-item:last-of-type { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
        .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); }
        .accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }

.accordion-body { padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse { border-width: 0; }
.accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; }
    .accordion-flush .accordion-item:first-child { border-top: 0; }
    .accordion-flush .accordion-item:last-child { border-bottom: 0; }
    .accordion-flush .accordion-item .accordion-button { border-radius: 0; }

/* https://www.phoenixchildrens.org/modules/contrib/zen_foundation_bootstrap/css/list-group.css?skusnu */
.list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.25rem; }

.list-group-numbered { list-style-type: none; counter-reset: section; }
    .list-group-numbered > li::before { content: counters(section, ".") ". "; counter-increment: section; }

.list-group-item-action { width: 100%; color: #495057; text-align: inherit; }
    .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; }
    .list-group-item-action:active { color: #212529; background-color: #e9ecef; }

.list-group-item { position: relative; display: block; padding: 0.5rem 1rem; color: #212529; text-decoration: none; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }
    .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; }
    .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; }
    .list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; }
    .list-group-item.active { z-index: 2; color: #fff; background-color: #0d6efd; border-color: #0d6efd; }
    .list-group-item + .list-group-item { border-top-width: 0; }
        .list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; }

.list-group-horizontal { flex-direction: row; }
    .list-group-horizontal > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
    .list-group-horizontal > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; }
    .list-group-horizontal > .list-group-item.active { margin-top: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
        .list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }

@media (min-width: 576px) {
    .list-group-horizontal-sm { flex-direction: row; }
        .list-group-horizontal-sm > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
        .list-group-horizontal-sm > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; }
        .list-group-horizontal-sm > .list-group-item.active { margin-top: 0; }
        .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
            .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}

@media (min-width: 768px) {
    .list-group-horizontal-md { flex-direction: row; }
        .list-group-horizontal-md > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
        .list-group-horizontal-md > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; }
        .list-group-horizontal-md > .list-group-item.active { margin-top: 0; }
        .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
            .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg { flex-direction: row; }
        .list-group-horizontal-lg > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
        .list-group-horizontal-lg > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; }
        .list-group-horizontal-lg > .list-group-item.active { margin-top: 0; }
        .list-group-horizontal-lg > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
            .list-group-horizontal-lg > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl { flex-direction: row; }
        .list-group-horizontal-xl > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
        .list-group-horizontal-xl > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; }
        .list-group-horizontal-xl > .list-group-item.active { margin-top: 0; }
        .list-group-horizontal-xl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
            .list-group-horizontal-xl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl { flex-direction: row; }
        .list-group-horizontal-xxl > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
        .list-group-horizontal-xxl > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; }
        .list-group-horizontal-xxl > .list-group-item.active { margin-top: 0; }
        .list-group-horizontal-xxl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}

.list-group-flush { border-radius: 0; }
    .list-group-flush > .list-group-item { border-width: 0 0 1px; }
        .list-group-flush > .list-group-item:last-child { border-bottom-width: 0; }

.list-group-item-primary { color: #084298; background-color: #cfe2ff; }
    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #084298; background-color: #bacbe6; }
    .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #084298; border-color: #084298; }

.list-group-item-secondary { color: #41464b; background-color: #e2e3e5; }
    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #41464b; background-color: #cbccce; }
    .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #41464b; border-color: #41464b; }

.list-group-item-success { color: #0f5132; background-color: #d1e7dd; }
    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #0f5132; background-color: #bcd0c7; }
    .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #0f5132; border-color: #0f5132; }

.list-group-item-info { color: #055160; background-color: #cff4fc; }
    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #055160; background-color: #badce3; }
    .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #055160; border-color: #055160; }

.list-group-item-warning { color: #664d03; background-color: #fff3cd; }
    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #664d03; background-color: #e6dbb9; }
    .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #664d03; border-color: #664d03; }

.list-group-item-danger { color: #842029; background-color: #f8d7da; }
    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #842029; background-color: #dfc2c4; }
    .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #842029; border-color: #842029; }

.list-group-item-light { color: #636464; background-color: #fefefe; }
    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #636464; background-color: #e5e5e5; }
    .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #636464; border-color: #636464; }

.list-group-item-dark { color: #141619; background-color: #d3d3d4; }
    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #141619; background-color: #bebebf; }
    .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #141619; border-color: #141619; }

/* https://www.phoenixchildrens.org/modules/contrib/zen_foundation_bootstrap/css/transitions.css?skusnu */
.fade { transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
    .fade { transition: none; }
}

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { height: 0; overflow: hidden; transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
    .collapsing { transition: none; }
}

.collapsing.collapse-horizontal { width: 0; height: auto; transition: width 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal { transition: none; }
}

/* https://www.phoenixchildrens.org/sites/default/files/micon/fa/style.css?skusnu */
@font-face { font-family: 'fa'; src: url('https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/fa.eot'); src: url('https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/fa.eot') format('embedded-opentype'), url('https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/fa.ttf') format('truetype'), url('https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/fa.woff') format('woff'), url('https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/fa.svg') format('svg'); font-weight: normal; font-style: normal; }

[class^="fa-"], [class*=" fa-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'fa' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.fa-asterisk:before { content: "\f069"; }
.fa-plus:before { content: "\f067"; }
.fa-question:before { content: "\f128"; }
.fa-minus:before { content: "\f068"; }
.fa-glass:before { content: "\f000"; }
.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-user:before { content: "\f007"; }
.fa-film:before { content: "\f008"; }
.fa-th-large:before { content: "\f009"; }
.fa-th:before { content: "\f00a"; }
.fa-th-list:before { content: "\f00b"; }
.fa-check:before { content: "\f00c"; }
.fa-close:before { content: "\f00d"; }
.fa-remove:before { content: "\f00d"; }
.fa-times:before { content: "\f00d"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-search-minus:before { content: "\f010"; }
.fa-power-off:before { content: "\f011"; }
.fa-signal:before { content: "\f012"; }
.fa-cog:before { content: "\f013"; }
.fa-gear:before { content: "\f013"; }
.fa-trash-o:before { content: "\f014"; }
.fa-home:before { content: "\f015"; }
.fa-file-o:before { content: "\f016"; }
.fa-clock-o:before { content: "\f017"; }
.fa-road:before { content: "\f018"; }
.fa-download:before { content: "\f019"; }
.fa-arrow-circle-o-down:before { content: "\f01a"; }
.fa-arrow-circle-o-up:before { content: "\f01b"; }
.fa-inbox:before { content: "\f01c"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-repeat:before { content: "\f01e"; }
.fa-rotate-right:before { content: "\f01e"; }
.fa-refresh:before { content: "\f021"; }
.fa-list-alt:before { content: "\f022"; }
.fa-lock:before { content: "\f023"; }
.fa-flag:before { content: "\f024"; }
.fa-headphones:before { content: "\f025"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-book:before { content: "\f02d"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-print:before { content: "\f02f"; }
.fa-camera:before { content: "\f030"; }
.fa-font:before { content: "\f031"; }
.fa-bold:before { content: "\f032"; }
.fa-italic:before { content: "\f033"; }
.fa-text-height:before { content: "\f034"; }
.fa-text-width:before { content: "\f035"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-right:before { content: "\f038"; }
.fa-align-justify:before { content: "\f039"; }
.fa-list:before { content: "\f03a"; }
.fa-dedent:before { content: "\f03b"; }
.fa-outdent:before { content: "\f03b"; }
.fa-indent:before { content: "\f03c"; }
.fa-video-camera:before { content: "\f03d"; }
.fa-image:before { content: "\f03e"; }
.fa-photo:before { content: "\f03e"; }
.fa-picture-o:before { content: "\f03e"; }
.fa-pencil:before { content: "\f040"; }
.fa-map-marker:before { content: "\f041"; }
.fa-adjust:before { content: "\f042"; }
.fa-tint:before { content: "\f043"; }
.fa-edit:before { content: "\f044"; }
.fa-pencil-square-o:before { content: "\f044"; }
.fa-share-square-o:before { content: "\f045"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-arrows:before { content: "\f047"; }
.fa-step-backward:before { content: "\f048"; }
.fa-fast-backward:before { content: "\f049"; }
.fa-backward:before { content: "\f04a"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-step-forward:before { content: "\f051"; }
.fa-eject:before { content: "\f052"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-times-circle:before { content: "\f057"; }
.fa-check-circle:before { content: "\f058"; }
.fa-question-circle:before { content: "\f059"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-crosshairs:before { content: "\f05b"; }
.fa-times-circle-o:before { content: "\f05c"; }
.fa-check-circle-o:before { content: "\f05d"; }
.fa-ban:before { content: "\f05e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-mail-forward:before { content: "\f064"; }
.fa-share:before { content: "\f064"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-gift:before { content: "\f06b"; }
.fa-leaf:before { content: "\f06c"; }
.fa-fire:before { content: "\f06d"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-warning:before { content: "\f071"; }
.fa-plane:before { content: "\f072"; }
.fa-calendar:before { content: "\f073"; }
.fa-random:before { content: "\f074"; }
.fa-comment:before { content: "\f075"; }
.fa-magnet:before { content: "\f076"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-retweet:before { content: "\f079"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-arrows-v:before { content: "\f07d"; }
.fa-arrows-h:before { content: "\f07e"; }
.fa-bar-chart:before { content: "\f080"; }
.fa-bar-chart-o:before { content: "\f080"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-camera-retro:before { content: "\f083"; }
.fa-key:before { content: "\f084"; }
.fa-cogs:before { content: "\f085"; }
.fa-gears:before { content: "\f085"; }
.fa-comments:before { content: "\f086"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-thumbs-o-down:before { content: "\f088"; }
.fa-star-half:before { content: "\f089"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-linkedin-square:before { content: "\f08c"; }
.fa-thumb-tack:before { content: "\f08d"; }
.fa-external-link:before { content: "\f08e"; }
.fa-sign-in:before { content: "\f090"; }
.fa-trophy:before { content: "\f091"; }
.fa-github-square:before { content: "\f092"; }
.fa-upload:before { content: "\f093"; }
.fa-lemon-o:before { content: "\f094"; }
.fa-phone:before { content: "\f095"; }
.fa-square-o:before { content: "\f096"; }
.fa-bookmark-o:before { content: "\f097"; }
.fa-phone-square:before { content: "\f098"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-f:before { content: "\f09a"; }
.fa-github:before { content: "\f09b"; }
.fa-unlock:before { content: "\f09c"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-feed:before { content: "\f09e"; }
.fa-rss:before { content: "\f09e"; }
.fa-hdd-o:before { content: "\f0a0"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-bell-o:before { content: "\f0a2"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-hand-o-right:before { content: "\f0a4"; }
.fa-hand-o-left:before { content: "\f0a5"; }
.fa-hand-o-up:before { content: "\f0a6"; }
.fa-hand-o-down:before { content: "\f0a7"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-globe:before { content: "\f0ac"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-filter:before { content: "\f0b0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-group:before { content: "\f0c0"; }
.fa-users:before { content: "\f0c0"; }
.fa-chain:before { content: "\f0c1"; }
.fa-link:before { content: "\f0c1"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-flask:before { content: "\f0c3"; }
.fa-cut:before { content: "\f0c4"; }
.fa-scissors:before { content: "\f0c4"; }
.fa-copy:before { content: "\f0c5"; }
.fa-files-o:before { content: "\f0c5"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-floppy-o:before { content: "\f0c7"; }
.fa-save:before { content: "\f0c7"; }
.fa-square:before { content: "\f0c8"; }
.fa-bars:before { content: "\f0c9"; }
.fa-navicon:before { content: "\f0c9"; }
.fa-reorder:before { content: "\f0c9"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-strikethrough:before { content: "\f0cc"; }
.fa-underline:before { content: "\f0cd"; }
.fa-table:before { content: "\f0ce"; }
.fa-magic:before { content: "\f0d0"; }
.fa-truck:before { content: "\f0d1"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-square:before { content: "\f0d3"; }
.fa-google-plus-square:before { content: "\f0d4"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-money:before { content: "\f0d6"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-columns:before { content: "\f0db"; }
.fa-sort:before { content: "\f0dc"; }
.fa-unsorted:before { content: "\f0dc"; }
.fa-sort-desc:before { content: "\f0dd"; }
.fa-sort-down:before { content: "\f0dd"; }
.fa-sort-asc:before { content: "\f0de"; }
.fa-sort-up:before { content: "\f0de"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-rotate-left:before { content: "\f0e2"; }
.fa-undo:before { content: "\f0e2"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-legal:before { content: "\f0e3"; }
.fa-dashboard:before { content: "\f0e4"; }
.fa-tachometer:before { content: "\f0e4"; }
.fa-comment-o:before { content: "\f0e5"; }
.fa-comments-o:before { content: "\f0e6"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-flash:before { content: "\f0e7"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-clipboard:before { content: "\f0ea"; }
.fa-paste:before { content: "\f0ea"; }
.fa-lightbulb-o:before { content: "\f0eb"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-cloud-download:before { content: "\f0ed"; }
.fa-cloud-upload:before { content: "\f0ee"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-suitcase:before { content: "\f0f2"; }
.fa-bell:before { content: "\f0f3"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-cutlery:before { content: "\f0f5"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-building-o:before { content: "\f0f7"; }
.fa-hospital-o:before { content: "\f0f8"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-medkit:before { content: "\f0fa"; }
.fa-fighter-jet:before { content: "\f0fb"; }
.fa-beer:before { content: "\f0fc"; }
.fa-h-square:before { content: "\f0fd"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-angle-double-up:before { content: "\f102"; }
.fa-angle-double-down:before { content: "\f103"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f10a"; }
.fa-mobile:before { content: "\f10b"; }
.fa-mobile-phone:before { content: "\f10b"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-spinner:before { content: "\f110"; }
.fa-circle:before { content: "\f111"; }
.fa-mail-reply:before { content: "\f112"; }
.fa-reply:before { content: "\f112"; }
.fa-github-alt:before { content: "\f113"; }
.fa-folder-o:before { content: "\f114"; }
.fa-folder-open-o:before { content: "\f115"; }
.fa-smile-o:before { content: "\f118"; }
.fa-frown-o:before { content: "\f119"; }
.fa-meh-o:before { content: "\f11a"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-keyboard-o:before { content: "\f11c"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-terminal:before { content: "\f120"; }
.fa-code:before { content: "\f121"; }
.fa-mail-reply-all:before { content: "\f122"; }
.fa-reply-all:before { content: "\f122"; }
.fa-star-half-empty:before { content: "\f123"; }
.fa-star-half-full:before { content: "\f123"; }
.fa-star-half-o:before { content: "\f123"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-crop:before { content: "\f125"; }
.fa-code-fork:before { content: "\f126"; }
.fa-chain-broken:before { content: "\f127"; }
.fa-unlink:before { content: "\f127"; }
.fa-info:before { content: "\f129"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-superscript:before { content: "\f12b"; }
.fa-subscript:before { content: "\f12c"; }
.fa-eraser:before { content: "\f12d"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-shield:before { content: "\f132"; }
.fa-calendar-o:before { content: "\f133"; }
.fa-fire-extinguisher:before { content: "\f134"; }
.fa-rocket:before { content: "\f135"; }
.fa-maxcdn:before { content: "\f136"; }
.fa-chevron-circle-left:before { content: "\f137"; }
.fa-chevron-circle-right:before { content: "\f138"; }
.fa-chevron-circle-up:before { content: "\f139"; }
.fa-chevron-circle-down:before { content: "\f13a"; }
.fa-html5:before { content: "\f13b"; }
.fa-css3:before { content: "\f13c"; }
.fa-anchor:before { content: "\f13d"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-bullseye:before { content: "\f140"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-rss-square:before { content: "\f143"; }
.fa-play-circle:before { content: "\f144"; }
.fa-ticket:before { content: "\f145"; }
.fa-minus-square:before { content: "\f146"; }
.fa-minus-square-o:before { content: "\f147"; }
.fa-level-up:before { content: "\f148"; }
.fa-level-down:before { content: "\f149"; }
.fa-check-square:before { content: "\f14a"; }
.fa-pencil-square:before { content: "\f14b"; }
.fa-external-link-square:before { content: "\f14c"; }
.fa-share-square:before { content: "\f14d"; }
.fa-compass:before { content: "\f14e"; }
.fa-caret-square-o-down:before { content: "\f150"; }
.fa-toggle-down:before { content: "\f150"; }
.fa-caret-square-o-up:before { content: "\f151"; }
.fa-toggle-up:before { content: "\f151"; }
.fa-caret-square-o-right:before { content: "\f152"; }
.fa-toggle-right:before { content: "\f152"; }
.fa-eur:before { content: "\f153"; }
.fa-euro:before { content: "\f153"; }
.fa-gbp:before { content: "\f154"; }
.fa-dollar:before { content: "\f155"; }
.fa-usd:before { content: "\f155"; }
.fa-inr:before { content: "\f156"; }
.fa-rupee:before { content: "\f156"; }
.fa-cny:before { content: "\f157"; }
.fa-jpy:before { content: "\f157"; }
.fa-rmb:before { content: "\f157"; }
.fa-yen:before { content: "\f157"; }
.fa-rouble:before { content: "\f158"; }
.fa-rub:before { content: "\f158"; }
.fa-ruble:before { content: "\f158"; }
.fa-krw:before { content: "\f159"; }
.fa-won:before { content: "\f159"; }
.fa-bitcoin:before { content: "\f15a"; }
.fa-btc:before { content: "\f15a"; }
.fa-file:before { content: "\f15b"; }
.fa-file-text:before { content: "\f15c"; }
.fa-sort-alpha-asc:before { content: "\f15d"; }
.fa-sort-alpha-desc:before { content: "\f15e"; }
.fa-sort-amount-asc:before { content: "\f160"; }
.fa-sort-amount-desc:before { content: "\f161"; }
.fa-sort-numeric-asc:before { content: "\f162"; }
.fa-sort-numeric-desc:before { content: "\f163"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-youtube-square:before { content: "\f166"; }
.fa-youtube:before { content: "\f167"; }
.fa-xing:before { content: "\f168"; }
.fa-xing-square:before { content: "\f169"; }
.fa-youtube-play:before { content: "\f16a"; }
.fa-dropbox:before { content: "\f16b"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-flickr:before { content: "\f16e"; }
.fa-adn:before { content: "\f170"; }
.fa-bitbucket:before { content: "\f171"; }
.fa-bitbucket-square:before { content: "\f172"; }
.fa-tumblr:before { content: "\f173"; }
.fa-tumblr-square:before { content: "\f174"; }
.fa-long-arrow-down:before { content: "\f175"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-apple:before { content: "\f179"; }
.fa-windows:before { content: "\f17a"; }
.fa-android:before { content: "\f17b"; }
.fa-linux:before { content: "\f17c"; }
.fa-dribbble:before { content: "\f17d"; }
.fa-skype:before { content: "\f17e"; }
.fa-foursquare:before { content: "\f180"; }
.fa-trello:before { content: "\f181"; }
.fa-female:before { content: "\f182"; }
.fa-male:before { content: "\f183"; }
.fa-gittip:before { content: "\f184"; }
.fa-gratipay:before { content: "\f184"; }
.fa-sun-o:before { content: "\f185"; }
.fa-moon-o:before { content: "\f186"; }
.fa-archive:before { content: "\f187"; }
.fa-bug:before { content: "\f188"; }
.fa-vk:before { content: "\f189"; }
.fa-weibo:before { content: "\f18a"; }
.fa-renren:before { content: "\f18b"; }
.fa-pagelines:before { content: "\f18c"; }
.fa-stack-exchange:before { content: "\f18d"; }
.fa-arrow-circle-o-right:before { content: "\f18e"; }
.fa-arrow-circle-o-left:before { content: "\f190"; }
.fa-caret-square-o-left:before { content: "\f191"; }
.fa-toggle-left:before { content: "\f191"; }
.fa-dot-circle-o:before { content: "\f192"; }
.fa-wheelchair:before { content: "\f193"; }
.fa-vimeo-square:before { content: "\f194"; }
.fa-try:before { content: "\f195"; }
.fa-turkish-lira:before { content: "\f195"; }
.fa-plus-square-o:before { content: "\f196"; }
.fa-space-shuttle:before { content: "\f197"; }
.fa-slack:before { content: "\f198"; }
.fa-envelope-square:before { content: "\f199"; }
.fa-wordpress:before { content: "\f19a"; }
.fa-openid:before { content: "\f19b"; }
.fa-bank:before { content: "\f19c"; }
.fa-institution:before { content: "\f19c"; }
.fa-university:before { content: "\f19c"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-mortar-board:before { content: "\f19d"; }
.fa-yahoo:before { content: "\f19e"; }
.fa-google:before { content: "\f1a0"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-reddit-square:before { content: "\f1a2"; }
.fa-stumbleupon-circle:before { content: "\f1a3"; }
.fa-stumbleupon:before { content: "\f1a4"; }
.fa-delicious:before { content: "\f1a5"; }
.fa-digg:before { content: "\f1a6"; }
.fa-pied-piper-pp:before { content: "\f1a7"; }
.fa-pied-piper-alt:before { content: "\f1a8"; }
.fa-drupal:before { content: "\f1a9"; }
.fa-joomla:before { content: "\f1aa"; }
.fa-language:before { content: "\f1ab"; }
.fa-fax:before { content: "\f1ac"; }
.fa-building:before { content: "\f1ad"; }
.fa-child:before { content: "\f1ae"; }
.fa-paw:before { content: "\f1b0"; }
.fa-spoon:before { content: "\f1b1"; }
.fa-cube:before { content: "\f1b2"; }
.fa-cubes:before { content: "\f1b3"; }
.fa-behance:before { content: "\f1b4"; }
.fa-behance-square:before { content: "\f1b5"; }
.fa-steam:before { content: "\f1b6"; }
.fa-steam-square:before { content: "\f1b7"; }
.fa-recycle:before { content: "\f1b8"; }
.fa-automobile:before { content: "\f1b9"; }
.fa-car:before { content: "\f1b9"; }
.fa-cab:before { content: "\f1ba"; }
.fa-taxi:before { content: "\f1ba"; }
.fa-tree:before { content: "\f1bb"; }
.fa-spotify:before { content: "\f1bc"; }
.fa-deviantart:before { content: "\f1bd"; }
.fa-soundcloud:before { content: "\f1be"; }
.fa-database:before { content: "\f1c0"; }
.fa-file-pdf-o:before { content: "\f1c1"; }
.fa-file-word-o:before { content: "\f1c2"; }
.fa-file-excel-o:before { content: "\f1c3"; }
.fa-file-powerpoint-o:before { content: "\f1c4"; }
.fa-file-image-o:before { content: "\f1c5"; }
.fa-file-photo-o:before { content: "\f1c5"; }
.fa-file-picture-o:before { content: "\f1c5"; }
.fa-file-archive-o:before { content: "\f1c6"; }
.fa-file-zip-o:before { content: "\f1c6"; }
.fa-file-audio-o:before { content: "\f1c7"; }
.fa-file-sound-o:before { content: "\f1c7"; }
.fa-file-movie-o:before { content: "\f1c8"; }
.fa-file-video-o:before { content: "\f1c8"; }
.fa-file-code-o:before { content: "\f1c9"; }
.fa-vine:before { content: "\f1ca"; }
.fa-codepen:before { content: "\f1cb"; }
.fa-jsfiddle:before { content: "\f1cc"; }
.fa-life-bouy:before { content: "\f1cd"; }
.fa-life-buoy:before { content: "\f1cd"; }
.fa-life-ring:before { content: "\f1cd"; }
.fa-life-saver:before { content: "\f1cd"; }
.fa-support:before { content: "\f1cd"; }
.fa-circle-o-notch:before { content: "\f1ce"; }
.fa-ra:before { content: "\f1d0"; }
.fa-rebel:before { content: "\f1d0"; }
.fa-resistance:before { content: "\f1d0"; }
.fa-empire:before { content: "\f1d1"; }
.fa-ge:before { content: "\f1d1"; }
.fa-git-square:before { content: "\f1d2"; }
.fa-git:before { content: "\f1d3"; }
.fa-hacker-news:before { content: "\f1d4"; }
.fa-y-combinator-square:before { content: "\f1d4"; }
.fa-yc-square:before { content: "\f1d4"; }
.fa-tencent-weibo:before { content: "\f1d5"; }
.fa-qq:before { content: "\f1d6"; }
.fa-wechat:before { content: "\f1d7"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-send:before { content: "\f1d8"; }
.fa-paper-plane-o:before { content: "\f1d9"; }
.fa-send-o:before { content: "\f1d9"; }
.fa-history:before { content: "\f1da"; }
.fa-circle-thin:before { content: "\f1db"; }
.fa-header:before { content: "\f1dc"; }
.fa-paragraph:before { content: "\f1dd"; }
.fa-sliders:before { content: "\f1de"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-alt-square:before { content: "\f1e1"; }
.fa-bomb:before { content: "\f1e2"; }
.fa-futbol-o:before { content: "\f1e3"; }
.fa-soccer-ball-o:before { content: "\f1e3"; }
.fa-tty:before { content: "\f1e4"; }
.fa-binoculars:before { content: "\f1e5"; }
.fa-plug:before { content: "\f1e6"; }
.fa-slideshare:before { content: "\f1e7"; }
.fa-twitch:before { content: "\f1e8"; }
.fa-yelp:before { content: "\f1e9"; }
.fa-newspaper-o:before { content: "\f1ea"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-google-wallet:before { content: "\f1ee"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-stripe:before { content: "\f1f5"; }
.fa-bell-slash:before { content: "\f1f6"; }
.fa-bell-slash-o:before { content: "\f1f7"; }
.fa-trash:before { content: "\f1f8"; }
.fa-copyright:before { content: "\f1f9"; }
.fa-at:before { content: "\f1fa"; }
.fa-eyedropper:before { content: "\f1fb"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-area-chart:before { content: "\f1fe"; }
.fa-pie-chart:before { content: "\f200"; }
.fa-line-chart:before { content: "\f201"; }
.fa-lastfm:before { content: "\f202"; }
.fa-lastfm-square:before { content: "\f203"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-bicycle:before { content: "\f206"; }
.fa-bus:before { content: "\f207"; }
.fa-ioxhost:before { content: "\f208"; }
.fa-angellist:before { content: "\f209"; }
.fa-cc:before { content: "\f20a"; }
.fa-ils:before { content: "\f20b"; }
.fa-shekel:before { content: "\f20b"; }
.fa-sheqel:before { content: "\f20b"; }
.fa-meanpath:before { content: "\f20c"; }
.fa-buysellads:before { content: "\f20d"; }
.fa-connectdevelop:before { content: "\f20e"; }
.fa-dashcube:before { content: "\f210"; }
.fa-forumbee:before { content: "\f211"; }
.fa-leanpub:before { content: "\f212"; }
.fa-sellsy:before { content: "\f213"; }
.fa-shirtsinbulk:before { content: "\f214"; }
.fa-simplybuilt:before { content: "\f215"; }
.fa-skyatlas:before { content: "\f216"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-cart-arrow-down:before { content: "\f218"; }
.fa-diamond:before { content: "\f219"; }
.fa-ship:before { content: "\f21a"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-motorcycle:before { content: "\f21c"; }
.fa-street-view:before { content: "\f21d"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-venus:before { content: "\f221"; }
.fa-mars:before { content: "\f222"; }
.fa-mercury:before { content: "\f223"; }
.fa-intersex:before { content: "\f224"; }
.fa-transgender:before { content: "\f224"; }
.fa-transgender-alt:before { content: "\f225"; }
.fa-venus-double:before { content: "\f226"; }
.fa-mars-double:before { content: "\f227"; }
.fa-venus-mars:before { content: "\f228"; }
.fa-mars-stroke:before { content: "\f229"; }
.fa-mars-stroke-v:before { content: "\f22a"; }
.fa-mars-stroke-h:before { content: "\f22b"; }
.fa-neuter:before { content: "\f22c"; }
.fa-genderless:before { content: "\f22d"; }
.fa-facebook-official:before { content: "\f230"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-server:before { content: "\f233"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-times:before { content: "\f235"; }
.fa-bed:before { content: "\f236"; }
.fa-hotel:before { content: "\f236"; }
.fa-viacoin:before { content: "\f237"; }
.fa-train:before { content: "\f238"; }
.fa-subway:before { content: "\f239"; }
.fa-medium:before { content: "\f23a"; }
.fa-y-combinator:before { content: "\f23b"; }
.fa-yc:before { content: "\f23b"; }
.fa-optin-monster:before { content: "\f23c"; }
.fa-opencart:before { content: "\f23d"; }
.fa-expeditedssl:before { content: "\f23e"; }
.fa-battery:before { content: "\f240"; }
.fa-battery-4:before { content: "\f240"; }
.fa-battery-full:before { content: "\f240"; }
.fa-battery-3:before { content: "\f241"; }
.fa-battery-three-quarters:before { content: "\f241"; }
.fa-battery-2:before { content: "\f242"; }
.fa-battery-half:before { content: "\f242"; }
.fa-battery-1:before { content: "\f243"; }
.fa-battery-quarter:before { content: "\f243"; }
.fa-battery-0:before { content: "\f244"; }
.fa-battery-empty:before { content: "\f244"; }
.fa-mouse-pointer:before { content: "\f245"; }
.fa-i-cursor:before { content: "\f246"; }
.fa-object-group:before { content: "\f247"; }
.fa-object-ungroup:before { content: "\f248"; }
.fa-sticky-note:before { content: "\f249"; }
.fa-sticky-note-o:before { content: "\f24a"; }
.fa-cc-jcb:before { content: "\f24b"; }
.fa-cc-diners-club:before { content: "\f24c"; }
.fa-clone:before { content: "\f24d"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-hourglass-o:before { content: "\f250"; }
.fa-hourglass-1:before { content: "\f251"; }
.fa-hourglass-start:before { content: "\f251"; }
.fa-hourglass-2:before { content: "\f252"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-hourglass-3:before { content: "\f253"; }
.fa-hourglass-end:before { content: "\f253"; }
.fa-hourglass:before { content: "\f254"; }
.fa-hand-grab-o:before { content: "\f255"; }
.fa-hand-rock-o:before { content: "\f255"; }
.fa-hand-paper-o:before { content: "\f256"; }
.fa-hand-stop-o:before { content: "\f256"; }
.fa-hand-scissors-o:before { content: "\f257"; }
.fa-hand-lizard-o:before { content: "\f258"; }
.fa-hand-spock-o:before { content: "\f259"; }
.fa-hand-pointer-o:before { content: "\f25a"; }
.fa-hand-peace-o:before { content: "\f25b"; }
.fa-trademark:before { content: "\f25c"; }
.fa-registered:before { content: "\f25d"; }
.fa-creative-commons:before { content: "\f25e"; }
.fa-gg:before { content: "\f260"; }
.fa-gg-circle:before { content: "\f261"; }
.fa-tripadvisor:before { content: "\f262"; }
.fa-odnoklassniki:before { content: "\f263"; }
.fa-odnoklassniki-square:before { content: "\f264"; }
.fa-get-pocket:before { content: "\f265"; }
.fa-wikipedia-w:before { content: "\f266"; }
.fa-safari:before { content: "\f267"; }
.fa-chrome:before { content: "\f268"; }
.fa-firefox:before { content: "\f269"; }
.fa-opera:before { content: "\f26a"; }
.fa-internet-explorer:before { content: "\f26b"; }
.fa-television:before { content: "\f26c"; }
.fa-tv:before { content: "\f26c"; }
.fa-contao:before { content: "\f26d"; }
.fa-500px:before { content: "\f26e"; }
.fa-amazon:before { content: "\f270"; }
.fa-calendar-plus-o:before { content: "\f271"; }
.fa-calendar-minus-o:before { content: "\f272"; }
.fa-calendar-times-o:before { content: "\f273"; }
.fa-calendar-check-o:before { content: "\f274"; }
.fa-industry:before { content: "\f275"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map-signs:before { content: "\f277"; }
.fa-map-o:before { content: "\f278"; }
.fa-map:before { content: "\f279"; }
.fa-commenting:before { content: "\f27a"; }
.fa-commenting-o:before { content: "\f27b"; }
.fa-houzz:before { content: "\f27c"; }
.fa-vimeo:before { content: "\f27d"; }
.fa-black-tie:before { content: "\f27e"; }
.fa-fonticons:before { content: "\f280"; }
.fa-reddit-alien:before { content: "\f281"; }
.fa-edge:before { content: "\f282"; }
.fa-credit-card-alt:before { content: "\f283"; }
.fa-codiepie:before { content: "\f284"; }
.fa-modx:before { content: "\f285"; }
.fa-fort-awesome:before { content: "\f286"; }
.fa-usb:before { content: "\f287"; }
.fa-product-hunt:before { content: "\f288"; }
.fa-mixcloud:before { content: "\f289"; }
.fa-scribd:before { content: "\f28a"; }
.fa-pause-circle:before { content: "\f28b"; }
.fa-pause-circle-o:before { content: "\f28c"; }
.fa-stop-circle:before { content: "\f28d"; }
.fa-stop-circle-o:before { content: "\f28e"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-shopping-basket:before { content: "\f291"; }
.fa-hashtag:before { content: "\f292"; }
.fa-bluetooth:before { content: "\f293"; }
.fa-bluetooth-b:before { content: "\f294"; }
.fa-percent:before { content: "\f295"; }
.fa-gitlab:before { content: "\f296"; }
.fa-wpbeginner:before { content: "\f297"; }
.fa-wpforms:before { content: "\f298"; }
.fa-envira:before { content: "\f299"; }
.fa-universal-access:before { content: "\f29a"; }
.fa-wheelchair-alt:before { content: "\f29b"; }
.fa-question-circle-o:before { content: "\f29c"; }
.fa-blind:before { content: "\f29d"; }
.fa-audio-description:before { content: "\f29e"; }
.fa-volume-control-phone:before { content: "\f2a0"; }
.fa-braille:before { content: "\f2a1"; }
.fa-assistive-listening-systems:before { content: "\f2a2"; }
.fa-american-sign-language-interpreting:before { content: "\f2a3"; }
.fa-asl-interpreting:before { content: "\f2a3"; }
.fa-deaf:before { content: "\f2a4"; }
.fa-deafness:before { content: "\f2a4"; }
.fa-hard-of-hearing:before { content: "\f2a4"; }
.fa-glide:before { content: "\f2a5"; }
.fa-glide-g:before { content: "\f2a6"; }
.fa-sign-language:before { content: "\f2a7"; }
.fa-signing:before { content: "\f2a7"; }
.fa-low-vision:before { content: "\f2a8"; }
.fa-viadeo:before { content: "\f2a9"; }
.fa-viadeo-square:before { content: "\f2aa"; }
.fa-snapchat:before { content: "\f2ab"; }
.fa-snapchat-ghost:before { content: "\f2ac"; }
.fa-snapchat-square:before { content: "\f2ad"; }
.fa-pied-piper:before { content: "\f2ae"; }
.fa-first-order:before { content: "\f2b0"; }
.fa-yoast:before { content: "\f2b1"; }
.fa-themeisle:before { content: "\f2b2"; }
.fa-google-plus-circle:before { content: "\f2b3"; }
.fa-google-plus-official:before { content: "\f2b3"; }
.fa-fa:before { content: "\f2b4"; }
.fa-font-awesome:before { content: "\f2b4"; }
.fa-handshake-o:before { content: "\f2b5"; }
.fa-envelope-open:before { content: "\f2b6"; }
.fa-envelope-open-o:before { content: "\f2b7"; }
.fa-linode:before { content: "\f2b8"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-address-book-o:before { content: "\f2ba"; }
.fa-address-card:before { content: "\f2bb"; }
.fa-vcard:before { content: "\f2bb"; }
.fa-address-card-o:before { content: "\f2bc"; }
.fa-vcard-o:before { content: "\f2bc"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-user-circle-o:before { content: "\f2be"; }
.fa-user-o:before { content: "\f2c0"; }
.fa-id-badge:before { content: "\f2c1"; }
.fa-drivers-license:before { content: "\f2c2"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-drivers-license-o:before { content: "\f2c3"; }
.fa-id-card-o:before { content: "\f2c3"; }
.fa-quora:before { content: "\f2c4"; }
.fa-free-code-camp:before { content: "\f2c5"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-thermometer:before { content: "\f2c7"; }
.fa-thermometer-4:before { content: "\f2c7"; }
.fa-thermometer-full:before { content: "\f2c7"; }
.fa-thermometer-3:before { content: "\f2c8"; }
.fa-thermometer-three-quarters:before { content: "\f2c8"; }
.fa-thermometer-2:before { content: "\f2c9"; }
.fa-thermometer-half:before { content: "\f2c9"; }
.fa-thermometer-1:before { content: "\f2ca"; }
.fa-thermometer-quarter:before { content: "\f2ca"; }
.fa-thermometer-0:before { content: "\f2cb"; }
.fa-thermometer-empty:before { content: "\f2cb"; }
.fa-shower:before { content: "\f2cc"; }
.fa-bath:before { content: "\f2cd"; }
.fa-bathtub:before { content: "\f2cd"; }
.fa-s15:before { content: "\f2cd"; }
.fa-podcast:before { content: "\f2ce"; }
.fa-window-maximize:before { content: "\f2d0"; }
.fa-window-minimize:before { content: "\f2d1"; }
.fa-window-restore:before { content: "\f2d2"; }
.fa-times-rectangle:before { content: "\f2d3"; }
.fa-window-close:before { content: "\f2d3"; }
.fa-times-rectangle-o:before { content: "\f2d4"; }
.fa-window-close-o:before { content: "\f2d4"; }
.fa-bandcamp:before { content: "\f2d5"; }
.fa-grav:before { content: "\f2d6"; }
.fa-etsy:before { content: "\f2d7"; }
.fa-imdb:before { content: "\f2d8"; }
.fa-ravelry:before { content: "\f2d9"; }
.fa-eercast:before { content: "\f2da"; }
.fa-microchip:before { content: "\f2db"; }
.fa-snowflake-o:before { content: "\f2dc"; }
.fa-superpowers:before { content: "\f2dd"; }
.fa-wpexplorer:before { content: "\f2de"; }
.fa-meetup:before { content: "\f2e0"; }


/* https://www.phoenixchildrens.org/sites/default/files/micon/phoenix-cta-icons/style.css?skusnu */
.phoenix-cta-icons { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; }

/* ==========================================
Single-colored phoenix-cta-iconss can be modified like so:
.phoenix-cta-icons-name {
  font-size: 32px;
  color: red;
}
========================================== */

.phoenix-cta-icons-beaker { width: 0.96875em; }

.phoenix-cta-icons-find-a-doc { width: 1.0625em; }

.phoenix-cta-icons-location { width: 0.75em; }

.phoenix-cta-icons-phone { width: 1.03125em; }

.phoenix-cta-icons-untitled { width: 0.875em; }

/* https://www.phoenixchildrens.org/modules/contrib/social_media_links/css/social_media_links.theme.css?skusnu */
.social-media-links--platforms { padding-left: 0; }

    .social-media-links--platforms.horizontal li { display: inline-block; text-align: center; padding: .2em .35em; }

    .social-media-links--platforms.vertical li { list-style-type: none; margin: 0 0 .5em 0; }

        .social-media-links--platforms.vertical li a img { vertical-align: middle; margin-right: .5em; }

.iconsets-wrapper { display: inherit; overflow-x: auto; }

/* https://www.phoenixchildrens.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?skusnu */
.paragraph--unpublished { background-color: #fff4f4; }

/* https://www.phoenixchildrens.org/modules/custom/zen_node_layouts/css/layout-container.css?skusnu */
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) {
    .container { max-width: 540px; }
}

@media (min-width: 767.98px) {
    .container { max-width: 720px; }
}

@media (min-width: 992px) {
    .container { max-width: 960px; }
}

@media (min-width: 1200px) {
    .container { max-width: 1140px; }
}

.container-fluid { width: 100%; margin-right: auto; margin-left: auto; }

    .container-fluid.layout--50-50 { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; grid-gap: 40px; }

@media (max-width: 767.98px) {
    .container-fluid.layout--50-50 { grid-template-columns: 1fr; grid-template-rows: auto auto; }
        .container-fluid.layout--50-50 .layout--left { grid-row: 1; justify-self: end; }
        .container-fluid.layout--50-50 .layout--right { grid-row: 2; }
}

/* https://www.phoenixchildrens.org/themes/custom/phoenix_default/css/styles/global-styles.css?skusnu */
*, :after, :before { box-sizing: border-box }
html { -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0,0,0,0); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: sans-serif; line-height: 1.5 }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block }
[tabindex="-1"]:focus { outline: 0 !important }
hr { box-sizing: content-box; height: 0; overflow: visible }
h1, h2, h3, h4, h5, h6, p { margin-top: 0 }
p { margin-bottom: .625rem }
abbr[data-original-title], abbr[title] { border-bottom: 0; cursor: help; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted }
address { font-style: normal; line-height: inherit }
address, ol, ul { margin-bottom: 1rem }
ol, ul { font-size: 0; margin-top: 0 }
    ol li, ul li { font-size: medium }
    ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 }
dt { font-weight: 700 }
dd { margin-bottom: .5rem; margin-left: 0 }
blockquote { margin: 0 0 1rem }
dfn { font-style: italic }
b, strong { font-weight: bolder }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub { bottom: -.25em }
sup { top: -.5em }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none }
    a:not([href]):not([tabindex]):focus { outline: 0 }
code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em }
pre { -ms-overflow-style: scrollbar; margin-bottom: 1rem; margin-top: 0; overflow: auto }
figure { margin: 0; position: relative }
img { border-style: none; vertical-align: middle }
svg:not(:root) { overflow: hidden }
table { border-collapse: collapse }
caption { caption-side: bottom; color: inherit; padding: .625rem 0; text-align: left }
th { text-align: inherit }
label { display: inline-block; margin-bottom: .5rem }
button { border-radius: 0; cursor: pointer }
button, input, optgroup, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; margin: 0 }
button, input { overflow: visible }
button, select { text-transform: none }
[type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button }
    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0 }
input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 }
input[type=date], input[type=datetime-local], input[type=month], input[type=time] { -webkit-appearance: listbox }
textarea { overflow: auto; resize: vertical }
fieldset { border: 0; margin: 0; min-width: 0; padding: 0 }
legend { color: inherit; display: block; font-size: 1.5rem; line-height: inherit; margin-bottom: .5rem; max-width: 100%; padding: 0; white-space: normal; width: 100% }
progress { vertical-align: baseline }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto }
[type=search] { -webkit-appearance: none; outline-offset: -2px }
    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration { -webkit-appearance: none }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit }
output { display: inline-block }
summary { cursor: pointer; display: list-item }
template { display: none }
[hidden] { display: none !important }
@font-face { font-family: icons; src: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/icons.eot?#iefix) format("embedded-opentype"),url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/icons.woff2) format("woff2"),url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/icons.woff) format("woff"),url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/icons.ttf) format("truetype"),url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/fonts/icons.svg#icons) format("svg") }
:root { --global-spacing: 25px; --global-spacing-md: calc(var(--global-spacing)*2); --global-spacing-lg: calc(var(--global-spacing)*3); --global-spacing-module: calc(var(--global-spacing)*4) }
html { width: 100% }
body { color: #13294b; font-family: Lexend,sans-serif; font-size: 62.5%; font-size: 16px; font-weight: 400; line-height: 25.6px; margin: 0; max-width: 100%; overflow-x: hidden }
    body .sr-only { clip: rect(0,0,0,0) !important; background: transparent !important; border: none !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important }
.node__content { overflow: hidden }

@media (max-width:575.98px) {
    .node__content a { word-break: break-word }
}

article.node.node--type-zen-node-article .layout--left-rail { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    article.node.node--type-zen-node-article .layout--left-rail { max-width: 540px }
}

@media (min-width:768px) {
    article.node.node--type-zen-node-article .layout--left-rail { max-width: 720px }
}

@media (min-width:992px) {
    article.node.node--type-zen-node-article .layout--left-rail { max-width: 960px }
}

@media (min-width:1200px) {
    article.node.node--type-zen-node-article .layout--left-rail { max-width: 1200px }
}

article.node.node--type-zen-node-article .layout--sidebar .tags { bottom: 40px; left: 30px; position: absolute }
    article.node.node--type-zen-node-article .layout--sidebar .tags .tag { color: #7e756d; display: inline-block; font-size: 14px; font-weight: 400; line-height: 18px; margin-right: 15px; white-space: nowrap }
        article.node.node--type-zen-node-article .layout--sidebar .tags .tag:before { color: #f91e26; content: "\f15c"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; padding-right: 5px; text-transform: none; vertical-align: middle }
article.node.node--type-zen-node-article .layout--sidebar .card--no-image .tags .tag { color: #fff }
article.node.node--type-zen-node-article .layout--sidebar .tags { align-items: flex-start; bottom: 0; display: flex; flex-direction: column; gap: 15px; justify-content: flex-start; left: 0; margin: 30px 0 0; position: relative }
    article.node.node--type-zen-node-article .layout--sidebar .tags .tag { display: block; padding-left: 20px; position: relative; white-space: unset }
        article.node.node--type-zen-node-article .layout--sidebar .tags .tag:before { left: 0; position: absolute; top: 2px }

@media (max-width:991.98px) {
    article.node.node--type-zen-node-article .layout--sidebar .tags { flex-direction: row }
    article.node.node--type-zen-node-article .layout--sidebar { margin-top: 40px; padding-left: 15px; padding-right: 15px }
}

article.node.node--type-zen-node-article .layout--sidebar .author:after { content: ","; display: inline-block; margin-right: 7px }
article.node.node--type-zen-node-article .layout--sidebar .author:last-child:after { display: none }
article.node.node--type-zen-node-article .layout--sidebar .social-sharing { margin-top: 30px !important }
article.node.node--type-cme-session.node--view-mode-full { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    article.node.node--type-cme-session.node--view-mode-full { max-width: 540px }
}

@media (min-width:768px) {
    article.node.node--type-cme-session.node--view-mode-full { max-width: 720px }
}

@media (min-width:992px) {
    article.node.node--type-cme-session.node--view-mode-full { max-width: 960px }
}

@media (min-width:1200px) {
    article.node.node--type-cme-session.node--view-mode-full { max-width: 1200px }
}

.container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .container { max-width: 540px }
}

@media (min-width:768px) {
    .container { max-width: 720px }
}

@media (min-width:992px) {
    .container { max-width: 960px }
}

@media (min-width:1200px) {
    .container { max-width: 1200px }
}

.container-fluid.layout.section:not(.layout--left-rail) { padding-bottom: 30px; padding-top: 30px }
.container-fluid.layout.layout--left-rail.section { grid-gap: 30px 70px; display: grid; grid-template-columns: 250px auto; margin: 0 auto; padding-bottom: 30px; padding-top: 30px }

@media (max-width:991.98px) {
    .container-fluid.layout.layout--left-rail.section { grid-template-columns: 1fr }
}

.container-fluid.layout.layout--left-rail.section .layout--sidebar { display: flex; flex-direction: column }

@media (min-width:992px) {
    .container-fluid.layout.layout--left-rail.section .layout--sidebar { padding-top: 50px }
}

.container-fluid.layout.layout--left-rail.section .layout--sidebar > .block { margin: 0 }

@media (min-width:992px) {
    .container-fluid.layout.layout--left-rail.section .layout--content { padding-top: 50px }
}

.container-fluid.layout.layout--left-rail.section .layout--content .block-field-blocknodezen-node-articlebody, .container-fluid.layout.layout--left-rail.section .layout--content .block-field-blocknodezen-node-articlefield-zen-node-subtitle { margin: 0 }
.container-fluid.layout.layout--left-rail.section ul.node-tags { list-style-type: none; margin: 0; padding: 30px 0 }
    .container-fluid.layout.layout--left-rail.section ul.node-tags li { color: #7e756d; display: flex; font-size: 14px; gap: 12px }
        .container-fluid.layout.layout--left-rail.section ul.node-tags li:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #f91e26; content: "\f15c"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; line-height: 1.9; text-transform: none; vertical-align: middle }
.row { margin-left: -30px; margin-right: -30px }
.page--subtitle { color: #1e9ecc; margin: 0 auto 20px; max-width: 900px; text-align: center }
.page--body { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .page--body { max-width: 540px }
}

@media (min-width:768px) {
    .page--body { max-width: 720px }
}

@media (min-width:992px) {
    .page--body { max-width: 960px }
}

@media (min-width:1200px) {
    .page--body { max-width: 1200px }
}

a { color: #13294b; font-family: Lexend,sans-serif; font-size: 18.66px; font-size: 15px; font-size: inherit; font-style: normal; font-weight: 700; line-height: normal; position: relative; text-decoration-color: #13294b; text-decoration-line: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; transition: all .33s ease; transition-delay: 0 }

@media (hover:hover) {
    a:hover { color: #f91e26 }
}

.is-tabbing a:focus { color: #f91e26; text-decoration-color: #f91e26; text-decoration-thickness: 4px }

@media (hover:hover) {
    a:hover { color: #f91e26; text-decoration-color: #f91e26; text-decoration-thickness: 4px }
}

a.primary-button { align-items: flex-start; background: #f91e26; border: none; border-radius: 12px; color: #fff; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing a.primary-button:focus { background: #fff; color: #f91e26 }

@media (hover:hover) {
    a.primary-button:hover { background: #fff; color: #f91e26 }
}

.page-node-type-landing-page header { grid-template-rows: auto; height: 111px }

@media (max-width:767.98px) {
    .page-node-type-landing-page header { grid-template-rows: 78px; height: 78px }
}

.page-node-type-landing-page header .block-system-branding-block { grid-row: 1 }
.page-node-type-landing-page header.region.region-header.sticky { height: 95px !important }
    .page-node-type-landing-page header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 { grid-row: 1 }
.layout-container { overflow: hidden; position: relative }
.path-search header, header { display: grid; grid-template-columns: 1fr; grid-template-rows: 35px auto; height: 146px; position: relative; transition: all .33s ease; transition-delay: 0; z-index: 1001 }

@media (max-width:767.98px) {
    .path-search header, header { grid-template-columns: 200px auto; grid-template-rows: 78px; height: 78px }
}

@media (max-width:575.98px) {
    .path-search header, header { grid-template-columns: 134px auto }
}

.path-search header.region.region-header .white-logo, header.region.region-header .white-logo { opacity: 1 }
.path-search header.region.region-header .color-logo, header.region.region-header .color-logo { opacity: 0 }

@media (max-width:767.98px) {
    .path-search header.region.region-header .color-logo, header.region.region-header .color-logo { bottom: 50%; translate: 0 50% }
}

.path-search header.region.region-header.sticky, header.region.region-header.sticky { background-color: #fff; box-shadow: 0 3px 10px 0 rgba(0,0,0,.15); display: grid; grid-template-columns: 260px auto 200px; height: 130px !important; top: 0 !important }

@media (max-width:991.98px) {
    .path-search header.region.region-header.sticky, header.region.region-header.sticky { grid-template-columns: 1fr }
}

@media (max-width:767.98px) {
    .path-search header.region.region-header.sticky, header.region.region-header.sticky { grid-template-columns: 200px auto; grid-template-rows: 78px; height: 78px }
}

.path-search header.region.region-header.sticky .white-logo, header.region.region-header.sticky .white-logo { opacity: 0 }
.path-search header.region.region-header.sticky .color-logo, header.region.region-header.sticky .color-logo { opacity: 1 }
.path-search header.region.region-header.sticky #block-phoenix-default-globalmenu, header.region.region-header.sticky #block-phoenix-default-globalmenu { grid-column: span 3 }
.path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 { display: flex; grid-row: 2 }

@media (max-width:991.98px) {
    .path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 { display: none }
}

.path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .list-group, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .list-group { flex-direction: row; justify-content: center }
.path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list { align-self: center; padding: 0 }
.path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group { display: flex; gap: 70px }

@media (max-width:1199.98px) {
    .path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group { gap: 25px }
}

.path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group > a, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group > a { flex: unset; font-size: 16px; padding: 0; width: auto }
    .path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group > a:after, .path-search header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group > a:before, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group > a:after, header.region.region-header.sticky #block-phoenix-default-mainnavigationtop-2 .link-list__group > a:before { content: none }
.path-search header.region.region-header.sticky.header-buttons-active, header.region.region-header.sticky.header-buttons-active { box-shadow: none }
.path-search header.region .header-buttons, header.region .header-buttons { bottom: 30px }

@media (max-width:767.98px) {
    .path-search header.region .header-buttons, header.region .header-buttons { bottom: 50%; translate: 0 50% }
}

.path-search header .site-logo, header .site-logo { position: relative }
.path-search header .white-logo, header .white-logo { opacity: 1; transition: all .33s ease; transition-delay: 0 }
.path-search header .color-logo, header .color-logo { left: 0; opacity: 0; position: absolute; width: 165px }
.path-search header .block-system-branding-block, .path-search header .hamburger-button, .path-search header .menu--hamburger-main, .path-search header .menu--main, header .block-system-branding-block, header .hamburger-button, header .menu--hamburger-main, header .menu--main { grid-row: 2 }
.path-search header .block-system-branding-block, header .block-system-branding-block { align-self: flex-end; display: flex; padding-left: 40px; position: relative }

@media (max-width:767.98px) {
    .path-search header .block-system-branding-block, header .block-system-branding-block { align-self: center; grid-row: 1; padding-left: 20px }
}

.path-search header .block-system-branding-block img, header .block-system-branding-block img { max-width: 100% }
.path-search header .header-buttons, header .header-buttons { align-items: center; bottom: 19px; display: flex; gap: 15px; position: absolute; right: 60px; transition: all .33s ease; transition-delay: 0 }

@media (max-width:767.98px) {
    .path-search header .header-buttons, header .header-buttons { right: 20px }
}

@media (max-width:575.98px) {
    .path-search header .header-buttons, header .header-buttons { bottom: unset; top: 50%; translate: 0 -50% }
}

.path-search header #block-phoenix-default-globalmenu, header #block-phoenix-default-globalmenu { background-color: #13294b; grid-row: 1; padding-right: 40px; width: 100% }

@media (max-width:767.98px) {
    .path-search header #block-phoenix-default-globalmenu, header #block-phoenix-default-globalmenu { display: none }
}

.path-search header #block-phoenix-default-globalmenu ul, header #block-phoenix-default-globalmenu ul { align-items: center; display: flex; gap: 37px; height: 100%; justify-content: flex-end; list-style-type: none; margin: 0 0 0 auto; padding: 0 }
    .path-search header #block-phoenix-default-globalmenu ul li a, header #block-phoenix-default-globalmenu ul li a { color: #fff; font-size: 13px; font-style: normal; font-weight: 700; letter-spacing: -.217px; line-height: 16px; text-decoration: none }
.is-tabbing .path-search header #block-phoenix-default-globalmenu ul li a:focus, .is-tabbing header #block-phoenix-default-globalmenu ul li a:focus { text-decoration: underline }

@media (hover:hover) {
    .path-search header #block-phoenix-default-globalmenu ul li a:hover, header #block-phoenix-default-globalmenu ul li a:hover { text-decoration: underline }
}

.path-search header #block-phoenix-default-mainnavigationtop-2, header #block-phoenix-default-mainnavigationtop-2 { display: none }
.path-search header.header-buttons-active .hamburger-button, .path-search header.header-buttons-active .search-button, header.header-buttons-active .hamburger-button, header.header-buttons-active .search-button { visibility: hidden }
    .path-search header.header-buttons-active .hamburger-button.active, .path-search header.header-buttons-active .search-button.active, header.header-buttons-active .hamburger-button.active, header.header-buttons-active .search-button.active { visibility: visible }
footer { background: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/footer-curve.svg) no-repeat; background-size: cover; display: grid; grid-template-columns: 100%; padding: 100px 70px 0; position: relative; z-index: 3 }

@media (min-width:1200px) {
    footer { grid-template-columns: repeat(2,1fr) }
}

@media (min-width:768px) and (max-width:1199.98px) {
    footer { grid-template-columns: 2fr 1fr }
}

@media (max-width:991.98px) {
    footer { background: none; box-shadow: 0 -5px 10px 0 rgba(0,0,0,.1); margin-top: 30px; padding: 35px 15px 0 }
}

footer .region-footer-left { grid-gap: 25px; display: grid; grid-template-columns: 100%; grid-template-rows: repeat(4,auto) }

@media (min-width:992px) {
    footer .region-footer-left { grid-template-columns: 80px 1fr 1fr }
}

@media (max-width:991.98px) {
    footer .region-footer-left { grid-template-columns: repeat(2,1fr) }
}

@media (max-width:575.98px) {
    footer .region-footer-left { grid-template-rows: repeat(5,auto) }
}

footer .region-footer-left img { max-width: 100%; width: 267px }
footer .region-footer-left ul { list-style-type: none; margin: 0; padding: 0 }
    footer .region-footer-left ul li a { color: #13294b; font-size: 16px; font-weight: inherit; line-height: 30px; text-decoration: none }
.is-tabbing footer .region-footer-left ul li a:focus { text-decoration: underline }

@media (hover:hover) {
    footer .region-footer-left ul li a:hover { text-decoration: underline }
}

footer .region-footer-left .footer-logo { grid-column: 1/span 2; grid-row: 1 }
footer .region-footer-left .navigation { grid-column: 2; grid-row: 2 }

@media (max-width:991.98px) {
    footer .region-footer-left .navigation { grid-column: 1 }
}

footer .region-footer-left .navigation.menu--footer-right { grid-column: 3 }

@media (max-width:991.98px) {
    footer .region-footer-left .navigation.menu--footer-right { grid-column: 2 }
}

footer .region-footer-left .block-social-media-links { grid-column: 1/span 2; grid-row: 3 }

@media (min-width:992px) {
    footer .region-footer-left .block-social-media-links { grid-column: 2/span 2 }
}

footer .region-footer-left .block-social-media-links ul li a { align-items: center; background: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/social-icon-bg.svg) no-repeat; color: #fff; display: flex; font-size: 20px; height: 35px; justify-content: center; line-height: 35px; width: 35px }
.is-tabbing footer .region-footer-left .block-social-media-links ul li a:focus { background: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/social-icon-red-bg.svg) no-repeat; text-decoration: none }

@media (hover:hover) {
    footer .region-footer-left .block-social-media-links ul li a:hover { background: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/social-icon-red-bg.svg) no-repeat; text-decoration: none }
}

footer .region-footer-left .block-social-media-links ul li a.social-media-link-icon--twitter .fa-twitter:before { color: #fff; content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/x-twitter.svg) !important; display: block; filter: brightness(0) invert(1); height: 100%; width: 20px }
footer .region-footer-left #block-our-policies { color: #7e756d; display: flex; font-size: 12px; grid-column: 2/span 2 }

@media (max-width:991.98px) {
    footer .region-footer-left #block-our-policies { grid-column: 1/span 2 }
}

@media (max-width:767.98px) {
    footer .region-footer-left #block-our-policies { grid-column: 1/-1 }
}

footer .region-footer-left #block-our-policies a { color: #7e756d; font-size: inherit; font-weight: inherit; text-decoration-color: inherit; text-decoration-thickness: inherit; text-underline-offset: inherit }
footer .region-footer-right { align-items: center; display: flex; justify-content: center }

@media (max-width:991.98px) {
    footer .region-footer-right { align-items: unset; justify-content: unset }
}

@media (max-width:767.98px) {
    footer .region-footer-right { justify-content: left; margin-top: 25px; padding-bottom: 50px; position: relative }
}

footer .region-footer-right figure { width: 150px }

@media (max-width:991.98px) {
    footer .region-footer-right figure { width: 110px }
}

footer .region-footer-right figure img { height: auto; max-width: 100%; width: 100% }
footer .region-footer-right .cactus-sun { bottom: -10px; max-width: 50vw; position: absolute; right: -1px; width: 800px; z-index: 8 }

@media (max-width:991.98px) {
    footer .region-footer-right .cactus-sun { max-width: unset; right: -16px }
}

.mobile-menu { align-items: flex-start; background-color: #fff; bottom: 0; box-shadow: 0 3px 10px 0 rgba(0,0,0,.15); display: inline-flex; flex-direction: column; height: calc(100svh - var(--alert-vh)); max-width: 100%; position: fixed; right: -100%; transition: all .33s ease; transition-delay: 0; visibility: hidden; width: 650px; z-index: 100 }
    .mobile-menu:before { background-image: linear-gradient(0deg,hsla(0,0%,100%,0),#fff 50%); content: ""; height: 135px; position: absolute; top: 0; width: 100%; z-index: 3 }

@media (max-width:767.98px) {
    .mobile-menu { width: 100% }
        .mobile-menu:before { height: 115px }
}

.mobile-menu.open { right: 0; visibility: visible }
.mobile-menu .collapsed-menu { height: 100%; overflow-y: auto; padding-bottom: 60px; padding-top: 100px; width: 100% }

@media (max-width:767.98px) {
    .mobile-menu .collapsed-menu { padding-top: 50px }
}

.mobile-menu--bottom { grid-gap: 30px; align-items: flex-start; display: grid; grid-template-columns: 1fr; padding: 30px }

@media (min-width:768px) {
    .mobile-menu--bottom { grid-template-columns: 50% 50%; padding: 30px 120px 0 68px }
}

.mobile-menu--bottom .accordion-item { border: none !important }
.mobile-menu--bottom .accordion-button { color: #13294b; font-size: 18.66px; padding: 0; position: relative; transition: all .2s ease-in-out }
    .mobile-menu--bottom .accordion-button:focus, .mobile-menu--bottom .accordion-button:hover { color: #f91e26; transition: all .2s ease-in-out }
    .mobile-menu--bottom .accordion-button:after { display: none !important }
    .mobile-menu--bottom .accordion-button:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #f91e26; content: "\f11a"; display: inline-block; font-family: icons !important; font-size: 8px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; order: 1; position: relative; right: 10px; text-transform: none; transition: all .33s ease; transition-delay: 0; vertical-align: middle }
    .mobile-menu--bottom .accordion-button:not(.collapsed):before { rotate: 180deg }
.mobile-menu--bottom .accordion-body { align-items: flex-start; display: flex; flex-direction: column; gap: 5px; justify-content: flex-start; padding: 15px 0 0 15px }
    .mobile-menu--bottom .accordion-body .main-nav-item-level { font-weight: 400 }
.mobile-menu--bottom .main-nav-item-level { color: #13294b; font-size: 18.66px; font-weight: 700; padding: 0; text-decoration: none }
.mobile-menu--bottom a:focus, .mobile-menu--bottom a:hover { color: #f91e26; transition: all .2s ease-in-out }
.mobile-menu .link-list .list-group { margin: 0; padding-top: 30px }

@media (min-width:768px) {
    .mobile-menu .link-list .list-group { padding: 30px 120px 50px 68px }
}

body.sticky .mobile-menu { height: 100vh }
.mobile-menu #accordion---main-nav .accordion-item { position: relative }
.mobile-menu #accordion---main-nav .accordion-header { display: block; padding: 30px 0 20px; position: relative }
    .mobile-menu #accordion---main-nav .accordion-header a { align-items: center; box-shadow: none !important; color: #13294b; display: flex; flex-direction: row; font-family: Lexend,sans-serif; font-size: 22px; font-weight: 700; gap: 25px; height: 50px; justify-content: flex-start; line-height: 29px; margin: inherit; padding-left: 60px; position: relative; text-decoration: none; top: -5px; width: 100% }

@media (max-width:575.98px) {
    .mobile-menu #accordion---main-nav .accordion-header a { font-size: 20px; line-height: 25px }
}

.mobile-menu #accordion---main-nav .accordion-header a:hover { color: #f91e26 }
.mobile-menu #accordion---main-nav .accordion-button { display: block; height: 100%; left: 0; padding: 0; position: absolute; top: 0; width: 100%; z-index: 2 }
    .mobile-menu #accordion---main-nav .accordion-button[aria-expanded=true] { width: 50px }
        .mobile-menu #accordion---main-nav .accordion-button[aria-expanded=true]:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10e"; display: inline-block; font-family: icons !important; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; vertical-align: middle }
.menu--hamburger-main, .menu--main { background-color: #eff8fb; padding: 30px 120px 50px 68px }

@media (max-width:767.98px) {
    .menu--hamburger-main, .menu--main { padding: 0 30px 30px }
}

.menu--hamburger-main *, .menu--main * { background-color: transparent !important }
.hamburger-button { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; gap: 8px; padding: 0; z-index: 10 }

@media (max-width:1199.98px) {
    .hamburger-button { display: flex; right: 30px }
}

@media (max-width:575.98px) {
    .hamburger-button { gap: 5px }
}

.hamburger-button span { background-color: #13294b; border-radius: 12px; content: ""; display: block; height: 3px; position: relative; rotate: 0deg; top: 0; transition: all .33s ease; transition-delay: 0; width: 38.55px }

@media (max-width:575.98px) {
    .hamburger-button span { width: 31px }
}

.hamburger-button.active span { background-color: #13294b }
    .hamburger-button.active span:first-of-type { rotate: 45deg; top: 11px }

@media (max-width:575.98px) {
    .hamburger-button.active span:first-of-type { top: 5px }
}

.hamburger-button.active span:nth-of-type(2) { opacity: 0 }
.hamburger-button.active span:nth-of-type(3) { rotate: -45deg; top: -11px }
.search-button { background: none; border: none; font-size: 34px; line-height: 25px }
    .search-button:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #13294b; content: "\f147"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; vertical-align: middle }

@media (max-width:575.98px) {
    .search-button { font-size: 24px; line-height: 20px }
}

h1 { font-family: Lexend,sans-serif; font-size: 54px; font-weight: 700; letter-spacing: -2%; line-height: 60px; margin-bottom: 35px; margin-top: var(--global-spacing) }

@media (max-width:575.98px) {
    h1 { font-size: 32px; line-height: 40px }
}

h2 { font-family: Lexend,sans-serif; font-size: 46px; font-weight: 700; letter-spacing: -2px; line-height: 58px; margin-bottom: var(--global-spacing); margin-top: var(--global-spacing) }

@media (max-width:575.98px) {
    h2 { font-size: 28px; line-height: 35px }
}

h3 { font-family: Lexend,sans-serif; font-size: 38px; font-weight: 700; line-height: 46px; margin-bottom: var(--global-spacing); margin-top: var(--global-spacing) }

@media (max-width:575.98px) {
    h3 { font-size: 22px; line-height: 28px }
}

h4 { font-family: Lexend,sans-serif; font-size: 22px; font-weight: 700; line-height: 29px; margin-bottom: var(--global-spacing); margin-top: var(--global-spacing) }

@media (max-width:575.98px) {
    h4 { font-size: 20px; line-height: 25px }
}

h5 { font-family: Lexend,sans-serif; font-size: 18px; font-weight: 700; line-height: 24px; margin-bottom: var(--global-spacing); margin-top: var(--global-spacing) }

@media (max-width:575.98px) {
    h5 { font-size: 16px; line-height: 24px }
}

h6 { font-family: Lexend,sans-serif; font-size: 14px; font-weight: 700; line-height: 21px; margin-bottom: var(--global-spacing); margin-top: var(--global-spacing) }

@media (max-width:575.98px) {
    h6 { font-size: 12px; line-height: 18px }
}

.intro-text { font-size: 18.66px; line-height: 27.99px; margin-bottom: 33px }
.body-text, .intro-text { font-family: Lexend,sans-serif; font-weight: 400 }
.body-text { font-size: 16px; line-height: 25.6px }
.label-text { font-size: 14px; font-weight: 400; letter-spacing: normal; line-height: normal }
.label-text, .statement-text { font-family: Lexend,sans-serif }
.statement-text { font-size: 67px; font-weight: 200; margin-bottom: 0 !important }

@media (min-width:575px) {
    .statement-text { font-size: calc(56.60274px + 1.80822vw) }
}

@media (min-width:2400px) {
    .statement-text { font-size: 100px }
}

.statement-text { line-height: 108.75px }

@media (min-width:575px) {
    .statement-text { line-height: calc(103.63014px + .89041vw) }
}

@media (min-width:2400px) {
    .statement-text { line-height: 125px }
}

.statement-text { letter-spacing: -3.48px }

@media (min-width:575px) {
    .statement-text { letter-spacing: calc(-3.9463px + .0811vw) }
}

@media (min-width:2400px) {
    .statement-text { letter-spacing: -2px }
}

@media (max-width:575.98px) {
    .statement-text { font-size: 40px; letter-spacing: -.5px }
}

.primary-button { align-items: flex-start; background: #f91e26; border: none; border-radius: 12px; color: #fff; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .primary-button:focus { background: #fff; color: #f91e26 }

@media (hover:hover) {
    .primary-button:hover { background: #fff; color: #f91e26 }
}

.secondary-button { align-items: flex-start; background: #fff; border: none; border-radius: 12px; color: #f91e26; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .secondary-button:focus { background: #f91e26; color: #fff }

@media (hover:hover) {
    .secondary-button:hover { background: #f91e26; color: #fff }
}

.basic-link-style { color: #13294b; font-family: Lexend,sans-serif; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; position: relative; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .basic-link-style:focus { color: #f91e26 }

@media (hover:hover) {
    .basic-link-style:hover { color: #f91e26 }
}

.basic-link-style-xs { color: #13294b; font-family: Lexend,sans-serif; font-size: 18.66px; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; position: relative; text-decoration-color: #13294b; text-decoration-line: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; transition: all .33s ease; transition-delay: 0 }

@media (hover:hover) {
    .basic-link-style-xs:hover { color: #f91e26 }
}

.is-tabbing .basic-link-style-xs:focus { color: #f91e26; text-decoration-color: #f91e26; text-decoration-thickness: 4px }

@media (hover:hover) {
    .basic-link-style-xs:hover { color: #f91e26; text-decoration-color: #f91e26; text-decoration-thickness: 4px }
}

.pacific-blue { color: #1e9ecc }
.pacific-blue-bg { background-color: #1a99c7 !important }
.maximum-purple { color: #833177 }
.maximum-purple-bg { background-color: #833177 !important }
.space-cadet { color: #13294b }
.space-cadet-bg { background-color: #13294b !important }
.brand-red { color: #f91e26 }
.brand-red-bg { background-color: #f91e26 !important }
.wageningen-green { color: #43b02a }
.wageningen-green-bg { background-color: #33961b !important }
.tangerine { color: #f08300 }
.tangerine-bg { background-color: #d77500 !important }
.text-formatted ol, .text-formatted ul { font-size: 16px; font-style: normal; font-weight: 400; line-height: 160%; padding-left: 25px }
    .text-formatted ol li, .text-formatted ul li { margin-bottom: 10px }
.text-formatted table th { background-color: #13294b; border: 1px solid #c4bfb6; color: #fff }
.text-formatted table td, .text-formatted table th { padding: 10px 15px }
.text-formatted table td { border: 1px solid #c4bfb6; vertical-align: top }
    .text-formatted table td p { margin-bottom: 5px }
.text-formatted table tr:not(:last-of-type) { border-bottom: 1px solid #c4bfb6 }
.btn-primary { align-items: flex-start; background: #f91e26; border: none; border-radius: 12px; color: #fff; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .btn-primary:focus { background: #fff; color: #f91e26 }

@media (hover:hover) {
    .btn-primary:hover { background: #fff; color: #f91e26 }
}

.btn-secondary { align-items: flex-start; background: #fff; border: none; border-radius: 12px; color: #f91e26; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .btn-secondary:focus { background: #f91e26; color: #fff }

@media (hover:hover) {
    .btn-secondary:hover { background: #f91e26; color: #fff }
}

.widget__container { display: flex; flex-direction: column; gap: 20px 60px }
.widget__header { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .widget__header { max-width: 540px }
}

@media (min-width:768px) {
    .widget__header { max-width: 720px }
}

@media (min-width:992px) {
    .widget__header { max-width: 960px }
}

@media (min-width:1200px) {
    .widget__header { max-width: 1200px }
}

.title-center .widget__header { text-align: center }
.widget__header-body, .widget__header.text-center { margin: 0 auto }
.widget__footer a { align-items: flex-start; background: #f91e26; border: none; border-radius: 12px; color: #fff; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .widget__footer a:focus { background: #ac050b }

@media (hover:hover) {
    .widget__footer a:hover { background: #ac050b }
}

.margin-remove-bottom { margin-bottom: 0 !important }
.margin-remove-top { margin-top: 0 !important }
.padding-remove-bottom { padding-bottom: 0 !important }
.padding-remove-top { padding-top: 0 !important }
.media--caption { display: none }
.layout-builder-block__content-preview-placeholder-label + .contextual + .paragraph { display: none !important }
.twitter-typeahead { display: block !important; height: auto; width: 100% }
    .twitter-typeahead .tt-menu { background-color: #fff; border-radius: 12px; box-shadow: 0 2px 7px rgba(0,0,0,.1); height: auto; margin-top: 5px; padding: 15px 15px 120px; width: 100% }
        .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion { border-bottom: 1px solid #fff; color: #13294b; cursor: pointer; font-size: 18px; line-height: 24px; margin-bottom: 10px; padding-bottom: 5px }
            .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover { border-bottom: 1px solid #f91e26; color: #f91e26 }
.navigation-overlay--search { background-color: #fff; bottom: 0; box-shadow: 0 3px 10px 0 rgba(0,0,0,.15); height: 100vh; max-width: 90%; overflow-y: auto; position: fixed; right: -1200px; top: 0; transition: all .33s ease; transition-delay: 0; visibility: hidden; width: 1200px; z-index: 101 }
    .navigation-overlay--search.is-visible { right: 0; visibility: visible }
    .navigation-overlay--search .navigation-overlay-close { position: absolute; right: 20px; top: 20px }

@media (max-width:767.98px) {
    .navigation-overlay--search .navigation-overlay-close { right: 10px; top: 10px }
}

.navigation-overlay--search .navigation-overlay-close button { align-items: flex-start; background: none; border: none; border-radius: 12px; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
    .navigation-overlay--search .navigation-overlay-close button:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #13294b; content: "\f122"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; vertical-align: middle }
        .navigation-overlay--search .navigation-overlay-close button:after:hover { color: #f91e26; font-size: 28px }
.navigation-overlay--search .navigation-overlay-scrollable { height: 100%; overflow: auto; padding: 60px 90px; width: 100% }

@media (max-width:991.98px) {
    .navigation-overlay--search .navigation-overlay-scrollable { padding: 40px 15px }
}

.navigation-overlay--search .navigation-overlay-scrollable .navigation-overlay--search-title { color: #13294b; font-family: Lexend,sans-serif; font-size: 22px; font-weight: 700; line-height: 29px; margin-bottom: var(--global-spacing); margin-top: var(--global-spacing) }

@media (max-width:575.98px) {
    .navigation-overlay--search .navigation-overlay-scrollable .navigation-overlay--search-title { font-size: 20px; line-height: 25px }
}

.navigation-overlay--search h2 { font-size: 24px; margin-bottom: 5px }
.navigation-overlay--search .bottom .popular-links-title { color: #7e756d; font-size: 14px; margin-bottom: 0 }
.navigation-overlay--search .search-filters { width: 100% }
    .navigation-overlay--search .search-filters .form--inline { display: grid; grid-template-columns: 100%; grid-template-rows: repeat(2,auto); position: relative }
        .navigation-overlay--search .search-filters .form--inline fieldset.form-item-keys { margin: 0 0 60px }

@media (max-width:991.98px) {
    .navigation-overlay--search .search-filters .form--inline fieldset.form-item-keys { margin-bottom: 30px }
}

.navigation-overlay--search .search-filters .form--inline fieldset .form-text { background-color: #fff; border: none; border-radius: 30px; box-shadow: 0 2px 7px rgba(0,0,0,.1); height: 60px; padding: 15px 120px 15px 15px; width: 100% }
.navigation-overlay--search .search-filters .form--inline #edit-actions { position: absolute; right: 10px }
    .navigation-overlay--search .search-filters .form--inline #edit-actions button, .navigation-overlay--search .search-filters .form--inline #edit-actions input { align-items: center; background-color: #fff; color: #f91e26; cursor: pointer; display: inline-block; height: 60px; padding: 0 var(--global-spacing-md); vertical-align: middle }
    .navigation-overlay--search .search-filters .form--inline #edit-actions button { height: 50px; margin-top: 5px; padding: 0 15px }
        .navigation-overlay--search .search-filters .form--inline #edit-actions button:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #f91e26; content: "\f147"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; vertical-align: middle }
.navigation-underlay { background-color: rgba(0,0,0,.25); height: 100vh; position: absolute; width: 100vw; z-index: 99 }
    .navigation-underlay.is-hidden { height: 0; width: 0; z-index: 0 }
.container-fluid.layout--50-50 { margin: 100px auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .container-fluid.layout--50-50 { max-width: 540px }
}

@media (min-width:768px) {
    .container-fluid.layout--50-50 { max-width: 720px }
}

@media (min-width:992px) {
    .container-fluid.layout--50-50 { max-width: 960px }
}

@media (min-width:1200px) {
    .container-fluid.layout--50-50 { max-width: 1200px }
}

ul[class^=three-col], ul[class^=two-col] { grid-gap: 0 var(--global-spacing); display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: auto; list-style-type: none; list-style-type: inherit; margin: 0; margin: var(--global-spacing); padding: 0 }

@media (max-width:575.98px) {
    ul[class^=three-col], ul[class^=two-col] { grid-template-columns: 100% }
}

ul.three-col-lined, ul.two-col-lined { list-style-type: none; margin: 0; margin-bottom: var(--global-spacing); padding: 0 }
    ul.three-col-lined li, ul.two-col-lined li { border-bottom: 1px solid #c4bfb6; display: block; padding-bottom: calc(var(--global-spacing)/2); padding-top: calc(var(--global-spacing)/2) }
ul[class^=three-col] { grid-template-columns: repeat(3,1fr) }
.view nav.pager { display: grid; margin: 50px auto }
    .view nav.pager ul { align-items: center; display: inline-flex; justify-self: center; list-style-type: none; margin: 0; padding: 0; vertical-align: middle }
        .view nav.pager ul li.pager__item a { align-items: center; background-color: #fff; border-radius: 5px; color: #13294b; display: flex; font-weight: 700; height: 40px; justify-content: center; text-decoration: none; width: 40px }
        .view nav.pager ul li.pager__item.pager__item--active a { background-color: #f91e26; color: #fff }
        .view nav.pager ul li.pager__item.pager__item--action.pager__item--previous { margin-right: 45px }

@media (max-width:575.98px) {
    .view nav.pager ul li.pager__item.pager__item--action.pager__item--previous { margin-right: 20px }
}

.view nav.pager ul li.pager__item.pager__item--action.pager__item--previous span { align-items: center; display: inline-flex }
    .view nav.pager ul li.pager__item.pager__item--action.pager__item--previous span:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10f"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; margin-right: 5px; rotate: 180deg; text-transform: none; vertical-align: middle }

@media (max-width:575.98px) {
    .view nav.pager ul li.pager__item.pager__item--action.pager__item--previous span figcaption { display: none }
}

.view nav.pager ul li.pager__item.pager__item--action.pager__item--next { margin-left: 45px }

@media (max-width:575.98px) {
    .view nav.pager ul li.pager__item.pager__item--action.pager__item--next { margin-left: 20px }
}

.view nav.pager ul li.pager__item.pager__item--action.pager__item--next span { align-items: center; display: inline-flex }
    .view nav.pager ul li.pager__item.pager__item--action.pager__item--next span:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10f"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; margin-left: 5px; text-transform: none; vertical-align: middle }

@media (max-width:575.98px) {
    .view nav.pager ul li.pager__item.pager__item--action.pager__item--next span figcaption { display: none }
}

.user-logged-in.toolbar-tray-open .mobile-menu { height: calc(100svh - 230px) }
.user-logged-in .mobile-menu { height: calc(100svh - 185px) }
.text-formatted div.align-left, .text-formatted figure.align-left { margin: 25px 25px 25px 0 }
.text-formatted div.align-right, .text-formatted figure.align-right { margin: 25px 0 25px 25px }
.text-formatted div.align-center, .text-formatted figure.align-center { margin-bottom: 25px; margin-top: 25px; text-align: center }
    .text-formatted div.align-center figcaption, .text-formatted figure.align-center figcaption { text-align: left }
.paragraph--type--zen-widget-video { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .paragraph--type--zen-widget-video { max-width: 540px }
}

@media (min-width:768px) {
    .paragraph--type--zen-widget-video { max-width: 720px }
}

@media (min-width:992px) {
    .paragraph--type--zen-widget-video { max-width: 960px }
}

@media (min-width:1200px) {
    .paragraph--type--zen-widget-video { max-width: 1200px }
}

.paragraph--type--zen-widget-video .ratio { position: relative; width: 100% }
    .paragraph--type--zen-widget-video .ratio:before { content: ""; display: block; padding-top: 56.25% }
    .paragraph--type--zen-widget-video .ratio > * { height: 100%; left: 0; position: absolute; top: 0; width: 100% }
.page-node-type-care-detail .main-container, .page-node-type-cme-session .main-container, .page-node-type-content-hub .main-container, .page-node-type-home-page .main-container, .page-node-type-landing-page .main-container, .page-node-type-provider .main-container, .page-node-type-zen-node-article .main-container, .page-node-type-zen-node-tier .main-container, .page-node-type-zen-node-tier-w-nav .main-container { background: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/phx-background.png) repeat-y; background-size: 100%; margin-bottom: -50px; padding-bottom: 50px }

@media (max-width:767.98px) {
    .page-node-type-care-detail .main-container, .page-node-type-cme-session .main-container, .page-node-type-content-hub .main-container, .page-node-type-home-page .main-container, .page-node-type-landing-page .main-container, .page-node-type-provider .main-container, .page-node-type-zen-node-article .main-container, .page-node-type-zen-node-tier .main-container, .page-node-type-zen-node-tier-w-nav .main-container { background-image: unset }
}

.ui-autocomplete { background-color: #f0f4f3; padding: 10px 15px }

@media (max-width:575.98px) {
    body.path-find-a-doctor .ui-autocomplete { z-index: 9999 }
}

.ui-autocomplete.ui-widget-content { border: none; border-top: 2px solid #7e756d }
.ui-autocomplete li a { color: #13294b; font-weight: 400; text-decoration: none }
    .ui-autocomplete li a.ui-state-active { background-color: transparent; border: none; color: #f91e26; font-weight: 400 }
.tooltip-trigger { align-items: flex-start; background: none; background: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/tooltip.svg) no-repeat 50%; background-size: 100%; border: none; border-radius: 12px; border-radius: 0; display: inline-flex; display: block; display: inline-block; font-size: 18.66px; font-style: normal; font-weight: 700; height: 25px; line-height: normal; margin-left: 15px; padding: 0; position: relative; text-align: center; text-decoration: none; text-transform: uppercase; top: -3px; transition: all .33s ease; transition-delay: 0; vertical-align: middle; width: 25px }

@media (max-width:767.98px) {
    .tooltip-trigger { margin-left: 0 }
}

.tooltip-trigger .fa-user-circle { display: none }
.tooltip-trigger .fa-info-circle { color: #fff }
.form-check-label .tooltip-trigger { background-color: transparent; background-image: unset; position: absolute; right: 2px; top: 5px }

@media (max-width:767.98px) {
    .form-check-label .tooltip-trigger { display: none }
}

.tooltip-content { animation-duration: .5s; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px 0 rgba(0,0,0,.3); opacity: 0; overflow: hidden; padding: 15px 25px 15px 15px; position: absolute; top: -60px; visibility: hidden; white-space: nowrap; z-index: -1 }

@media (max-width:767.98px) {
    .tooltip-content { white-space: unset }
}

.tooltip-content.active { animation-duration: 1s; animation-duration: .5s; animation-fill-mode: both; animation-name: fadeInUp; animation-timing-function: ease; visibility: visible; z-index: 1 }

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(60px) }
    to { opacity: 1; transform: translateY(0) }
}

.form-check-label .tooltip-content { left: -50% }

@media (max-width:575.98px) {
    .form-check-label .tooltip-content { top: 0 }
}

.tooltip-close { align-items: flex-start; background: none; border: none; border-radius: 12px; display: inline-flex; font-size: 18.66px; font-size: 14px; font-style: normal; font-weight: 700; line-height: normal; padding: 0; position: absolute; right: 7px; text-align: center; text-decoration: none; text-transform: uppercase; top: 7px; transition: all .33s ease; transition-delay: 0 }
.has-rating { position: relative }
    .has-rating:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fbd872; content: "\f159"; content: "\f15a\f15a\f15a\f15a\f15a"; display: inline-block; font-family: icons !important; font-size: 26px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; margin-right: 5px; position: relative; text-transform: none; top: -2px; vertical-align: middle }
    .has-rating.rating--05:before { content: "\f159\f15a\f15a\f15a\f15a" }
    .has-rating.rating--10:before { content: "\f15b\f15a\f15a\f15a\f15a" }
    .has-rating.rating--15:before { content: "\f15b\f159\f15a\f15a\f15a" }
    .has-rating.rating--20:before { content: "\f15b\f15b\f15a\f15a\f15a" }
    .has-rating.rating--25:before { content: "\f15b\f15b\f159\f15a\f15a" }
    .has-rating.rating--30:before { content: "\f15b\f15b\f15b\f15a\f15a" }
    .has-rating.rating--35:before { content: "\f15b\f15b\f15b\f159\f15a" }
    .has-rating.rating--40:before { content: "\f15b\f15b\f15b\f15b\f15a" }
    .has-rating.rating--45:before { content: "\f15b\f15b\f15b\f15b\f159" }
    .has-rating.rating--50:before { content: "\f15b\f15b\f15b\f15b\f15b" }
#edit-distance-center-coordinates { display: none; opacity: 0; visibility: hidden }
.zip-search--container { align-items: center; display: flex; flex-direction: row; justify-content: flex-start }
    .zip-search--container input.form-search.geolocation-geocoder-address { background-image: none !important; border-bottom-right-radius: 0; border-top-right-radius: 0; padding: 12px 5px 12px 20px }
.zip-search--button { background-color: #f0f4f3; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%23F91E26' d='M15.098 10.781a3.939 3.939 0 0 1-3.937 3.938 3.913 3.913 0 0 1-3.938-3.938 3.912 3.912 0 0 1 3.938-3.937 3.938 3.938 0 0 1 3.937 3.937Zm-3.937-2.625a2.617 2.617 0 0 0-2.625 2.625 2.591 2.591 0 0 0 2.625 2.625 2.617 2.617 0 0 0 2.625-2.625 2.643 2.643 0 0 0-2.625-2.625Zm0-7.875c.328 0 .656.328.656.656v2.01a7.89 7.89 0 0 1 7.178 7.178h2.01c.328 0 .656.328.656.656 0 .37-.329.656-.657.656h-2.01c-.328 3.856-3.363 6.891-7.177 7.22v1.968c0 .37-.328.656-.656.656a.648.648 0 0 1-.657-.656v-1.969a7.9 7.9 0 0 1-7.218-7.218h-1.97a.648.648 0 0 1-.655-.657c0-.328.287-.656.656-.656h1.969c.328-3.814 3.363-6.85 7.218-7.178V.937c0-.328.287-.656.657-.656Zm-6.563 10.5a6.53 6.53 0 0 0 6.563 6.563 6.555 6.555 0 0 0 6.562-6.563c0-3.61-2.953-6.562-6.562-6.562a6.555 6.555 0 0 0-6.563 6.562Z'/%3E%3C/svg%3E"); background-position: 50%; background-repeat: no-repeat; border: none; border-bottom-right-radius: 20px; border-top-right-radius: 20px; display: flex; flex-grow: 1; height: 50px; outline: none; padding: 0; transition: all .15s ease-in-out; width: 60px }
    .zip-search--button.fad { height: 55px }
    .zip-search--button:focus, .zip-search--button:hover { background-color: #f91e26; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%23FFF' d='M15.098 10.781a3.939 3.939 0 0 1-3.937 3.938 3.913 3.913 0 0 1-3.938-3.938 3.912 3.912 0 0 1 3.938-3.937 3.938 3.938 0 0 1 3.937 3.937Zm-3.937-2.625a2.617 2.617 0 0 0-2.625 2.625 2.591 2.591 0 0 0 2.625 2.625 2.617 2.617 0 0 0 2.625-2.625 2.643 2.643 0 0 0-2.625-2.625Zm0-7.875c.328 0 .656.328.656.656v2.01a7.89 7.89 0 0 1 7.178 7.178h2.01c.328 0 .656.328.656.656 0 .37-.329.656-.657.656h-2.01c-.328 3.856-3.363 6.891-7.177 7.22v1.968c0 .37-.328.656-.656.656a.648.648 0 0 1-.657-.656v-1.969a7.9 7.9 0 0 1-7.218-7.218h-1.97a.648.648 0 0 1-.655-.657c0-.328.287-.656.656-.656h1.969c.328-3.814 3.363-6.85 7.218-7.178V.937c0-.328.287-.656.657-.656Zm-6.563 10.5a6.53 6.53 0 0 0 6.563 6.563 6.555 6.555 0 0 0 6.562-6.563c0-3.61-2.953-6.562-6.562-6.562a6.555 6.555 0 0 0-6.563 6.562Z'/%3E%3C/svg%3E"); cursor: pointer; transition: all .15s ease-in-out }
#designstudio-button button { height: 40px !important; left: auto !important; top: auto !important; width: 100px !important }
.page-node-type-care-detail .block-field-blocknodecare-detailbody .page--body h1 { display: none }

/* https://www.phoenixchildrens.org/themes/contrib/zensource_front_end/css/classy/components/messages.css?skusnu */
/**
 * @file
 * Styles for system messages.
 */

.messages { padding: 15px 20px 15px 35px; /* LTR */ word-wrap: break-word; border: 1px solid; border-width: 1px 1px 1px 0; /* LTR */ border-radius: 2px; background: no-repeat 10px 17px; /* LTR */ overflow-wrap: break-word; }
[dir="rtl"] .messages { padding-right: 35px; padding-left: 20px; text-align: right; border-width: 1px 0 1px 1px; background-position: right 10px top 17px; }
.messages + .messages { margin-top: 1.538em; }
.messages__list { margin: 0; padding: 0; list-style: none; }
.messages__item + .messages__item { margin-top: 0.769em; }
/* See .color-success in Seven's colors.css */
.messages--status { color: #325e1c; border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */ background-color: #f3faef; background-image: url(../../../../../misc/icons/73b355/check.svg); box-shadow: -8px 0 0 #77b259; /* LTR */ }
[dir="rtl"] .messages--status { margin-left: 0; border-color: #c9e1bd transparent #c9e1bd #c9e1bd; box-shadow: 8px 0 0 #77b259; }
/* See .color-warning in Seven's colors.css */
.messages--warning { color: #734c00; border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */ background-color: #fdf8ed; background-image: url(../../../../../misc/icons/e29700/warning.svg); box-shadow: -8px 0 0 #e09600; /* LTR */ }
[dir="rtl"] .messages--warning { border-color: #f4daa6 transparent #f4daa6 #f4daa6; box-shadow: 8px 0 0 #e09600; }
/* See .color-error in Seven's colors.css */
.messages--error { color: #a51b00; border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */ background-color: #fcf4f2; background-image: url(../../../../../misc/icons/e32700/error.svg); box-shadow: -8px 0 0 #e62600; /* LTR */ }
[dir="rtl"] .messages--error { border-color: #f9c9bf transparent #f9c9bf #f9c9bf; box-shadow: 8px 0 0 #e62600; }
.messages--error p.error { color: #a51b00; }

/* https://www.phoenixchildrens.org/themes/contrib/zenny/css/components/progress.css?skusnu */
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Visual styles for progress bar.
 *
 * @see progress.js
 */

:root { --progress-bar-bg-color: var(--color-absolutezero); --progress-bar-border-color: var(--color-absolutezero); --progress-bar-label-font-size: var(--font-size-base); --progress-bar-small-label-font-size: var(--font-size-label); --progress-bar-default-size: calc(var(--space-m) - (2 * var(--progress-bar-border-size))); --progress-bar-default-size-radius: var(--space-m); }

.progress::after { display: table; clear: both; content: ""; }

.progress--small .progress__track { height: var(--progress-bar-small-size); }

.progress--small .progress__bar { width: var(--progress-bar-small-size); min-width: var(--progress-bar-small-size); height: var(--progress-bar-small-size); }

.progress--small .progress__label { font-size: var(--progress-bar-small-label-font-size); }

.progress__track { height: var(--progress-bar-default-size); margin-block-start: 0; border: var(--progress-bar-border-size) var(--progress-track-border-color) solid; border-radius: var(--progress-bar-default-size-radius); background-color: var(--progress-track-bg-color); }

.progress__bar { width: var(--progress-bar-default-size); min-width: var(--progress-bar-default-size); height: var(--progress-bar-default-size); margin-block-start: calc(var(--progress-bar-border-size) * -1); margin-inline-start: calc(var(--progress-bar-border-size) * -1); transition: var(--progress-bar-transition); border: var(--progress-bar-border-size) var(--progress-bar-border-color) solid; border-radius: var(--progress-bar-default-size-radius); background-color: var(--progress-bar-bg-color); }

@media screen and (prefers-reduced-motion: reduce) {
    .progress__bar { transition: none; }
}

@media (forced-colors: active) {
    .progress__bar { background-color: canvastext; }
}

.progress__label { margin-block-end: var(--progress-bar-spacing-size); font-size: var(--progress-bar-label-font-size); font-weight: bold; }

.progress__description,
.progress__percentage { overflow: hidden; margin-block-start: var(--progress-bar-spacing-size); color: var(--progress-bar-description-color); font-size: var(--progress-bar-description-font-size); }

/* https://www.phoenixchildrens.org/themes/custom/phoenix_default/css/widgets/body-content/body-content.css?skusnu */
.paragraph--type--basic-content { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .paragraph--type--basic-content { max-width: 540px }
}

@media (min-width:768px) {
    .paragraph--type--basic-content { max-width: 720px }
}

@media (min-width:992px) {
    .paragraph--type--basic-content { max-width: 960px }
}

@media (min-width:1200px) {
    .paragraph--type--basic-content { max-width: 1200px }
}

.paragraph--type--basic-content h2.body-content-title { color: #1e9ecc }
.body-content { position: relative }
.body-content-hidden { display: none }
.body-content-show-more { align-items: flex-start; align-self: flex-start; background: none; border: none; border-radius: 12px; color: #13294b; display: inline-flex; font-family: Lexend,sans-serif; font-size: 18.66px; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; padding: 0; position: relative; text-align: center; text-decoration: none; text-decoration-color: #13294b; text-decoration-line: underline; text-decoration-thickness: 2px; text-transform: uppercase; text-underline-offset: 7px; transition: all .33s ease; transition-delay: 0; z-index: 1 }

@media (hover:hover) {
    .body-content-show-more:hover { color: #f91e26 }
}

.is-tabbing .body-content-show-more:focus { color: #f91e26; text-decoration-color: #f91e26; text-decoration-thickness: 4px }

@media (hover:hover) {
    .body-content-show-more:hover { color: #f91e26; text-decoration-color: #f91e26; text-decoration-thickness: 4px }
}

.body-content-show-more:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f13d"; display: inline-block; font-family: icons !important; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; position: absolute; right: -25px; rotate: 0deg; text-transform: none; top: 50%; transition: all .33s ease; transition-delay: 0; translate: 0 -50%; vertical-align: middle }
.body-content-show-more.showing:after { rotate: 45deg }
.body-content--has-hidden:not(.showing-body):after { background: hsla(0,0%,100%,.2); background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff); bottom: 0; content: ""; height: 100px; left: 0; position: absolute; width: 100% }
.body-content--title-center .body-content-title { text-align: center }

/* https://www.phoenixchildrens.org/themes/custom/phoenix_default/css/widgets/location-feed/location-feed.css?skusnu */
.location-feed .card--location { flex: 0 0 calc(33.333% - 25px); height: auto; max-width: unset; top: unset !important }

@media (max-width:991.98px) {
    .location-feed .card--location { flex: 0 0 calc(50% - 25px) }
}

@media (max-width:767.98px) {
    .location-feed .card--location { flex: 0 0 auto }
}

.location-feed .card--location:nth-child(odd) { background-color: #833177 }
.location-feed .card--location:nth-child(2n) { background-color: #13294b }
.location-feed .card--location .card-body { color: #fff; display: flex; flex-direction: column; gap: 15px; padding: 40px }
    .location-feed .card--location .card-body h2, .location-feed .card--location .card-body h3, .location-feed .card--location .card-body p { letter-spacing: normal; margin: 0 }
    .location-feed .card--location .card-body p { font-size: 16px }
    .location-feed .card--location .card-body a { color: #fff; text-decoration: none }
    .location-feed .card--location .card-body > a { font-size: 19px; margin-top: auto }
.location-feed .swiper { position: relative }

@media (max-width:767.98px) {
    .location-feed .swiper { margin: 0 -15px; padding: 0 30px }
}

.location-feed .swiper-container-initialized .card--location { flex: 0 0 auto }
.location-feed .swiper--controls { display: flex; justify-content: space-between; left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 1 }

@media (max-width:767.98px) {
    .location-feed .swiper--controls { top: 230px; transform: translateY(0) }
}

.location-feed .swiper--controls-next, .location-feed .swiper--controls-prev { background: #fff; border: none; border-radius: 50%; box-shadow: 0 2px 15px rgba(0,0,0,.3); display: block; height: 60px; line-height: 0; position: relative; width: 60px }

@media (max-width:767.98px) {
    .location-feed .swiper--controls-next, .location-feed .swiper--controls-prev { display: block; height: 50px; width: 50px }
}

.location-feed .swiper--controls-next:after, .location-feed .swiper--controls-prev:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #f91e26; content: "\f10f"; display: inline-block; font-family: icons !important; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; vertical-align: middle }

@media (max-width:575.98px) {
    .location-feed .swiper--controls-next:after, .location-feed .swiper--controls-prev:after { font-size: 18px }
}

.location-feed .swiper--controls-next.swiper-button-disabled, .location-feed .swiper--controls-prev.swiper-button-disabled { opacity: 0 }
.location-feed .swiper--controls-next { right: -30px }

@media (max-width:767.98px) {
    .location-feed .swiper--controls-next { right: 0 }
}

.location-feed .swiper--controls-prev { left: -30px }
    .location-feed .swiper--controls-prev:after { transform: rotate(180deg) }

@media (max-width:767.98px) {
    .location-feed .swiper--controls-prev { left: 0 }
}

.location-feed .swiper--pagination { align-items: center; display: none; gap: 5px; justify-content: center; margin-top: 30px }

@media (max-width:575.98px) {
    .location-feed .swiper--pagination { display: flex }
}

.location-feed .swiper--pagination button { align-items: flex-start; background: none; background-color: #c4bfb6; border: none; border-radius: 12px; border-radius: 50%; display: inline-flex; display: block; font-size: 18.66px; font-style: normal; font-weight: 700; height: 11px; line-height: normal; line-height: 0; padding: 0; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0; width: 11px }
    .location-feed .swiper--pagination button.active { background-color: #f91e26; border-radius: 50%; display: block; height: 17px; line-height: 0; width: 17px }
.location-feed--horizontal { margin: 60px auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .location-feed--horizontal { max-width: 540px }
}

@media (min-width:768px) {
    .location-feed--horizontal { max-width: 720px }
}

@media (min-width:992px) {
    .location-feed--horizontal { max-width: 960px }
}

@media (min-width:1200px) {
    .location-feed--horizontal { max-width: 1200px }
}

.location-feed--horizontal-header { margin: 0 auto 50px; max-width: 75%; text-align: center }

@media (max-width:991.98px) {
    .location-feed--horizontal-header { max-width: 100% }
}

.location-feed--horizontal-link { text-align: center }
    .location-feed--horizontal-link a { align-items: flex-start; background: #f91e26; border: none; border-radius: 12px; color: #fff; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .location-feed--horizontal-link a:focus { background: #fff; color: #f91e26 }

@media (hover:hover) {
    .location-feed--horizontal-link a:hover { background: #fff; color: #f91e26 }
}

.location-feed--horizontal .node--type-location { grid-gap: 50px; border-bottom: 1px solid #c4bfb6; display: grid; grid-template-columns: 195px repeat(2,1fr) auto; grid-template-rows: auto; margin: 50px 0; padding: 0 0 50px }

@media (max-width:991.98px) {
    .location-feed--horizontal .node--type-location { grid-gap: 25px 50px; grid-template-columns: repeat(2,1fr) }
}

@media (max-width:575.98px) {
    .location-feed--horizontal .node--type-location { grid-template-columns: 100% }
}

.location-feed--horizontal .node--type-location .er-wait-time { font-weight: 700 }
    .location-feed--horizontal .node--type-location .er-wait-time .text--label { font-weight: 400; margin-bottom: 5px; text-align: center }

@media (max-width:767.98px) {
    .location-feed--horizontal .node--type-location .er-wait-time .text--label { text-align: left }
}

@media (max-width:991.98px) {
    .location-feed--horizontal .node--type-location .er-wait-time { grid-column: 1/-1 }
}

.location-feed--horizontal .node--type-location .er-wait-time .wait-time { border: 1px solid #13294b; border-radius: 12px; color: #f91e26; font-size: 20px; line-height: 1.25em; margin: 0 auto 5px; padding: 10px 25px 12px; text-align: center; width: 80% }

@media (max-width:767.98px) {
    .location-feed--horizontal .node--type-location .er-wait-time .wait-time { display: inline-block; font-size: 18px; margin: 0; padding: 10px 12px 12px; width: auto }
}

.location-feed--horizontal .node--type-location .location-address { display: flex; flex-direction: column; gap: 25px }
    .location-feed--horizontal .node--type-location .location-address .name { font-family: Lexend,sans-serif; font-size: 22px; font-weight: 700; line-height: 29px; margin: 0 }

@media (max-width:575.98px) {
    .location-feed--horizontal .node--type-location .location-address .name { font-size: 20px; line-height: 25px }
}

.location-feed--horizontal .node--type-location .location-address a { text-decoration: none }
.location-feed--horizontal .node--type-location .location-address .detail-page-link a { align-items: flex-start; background: #f91e26; border: none; border-radius: 12px; color: #fff; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .location-feed--horizontal .node--type-location .location-address .detail-page-link a:focus { background: #fff; color: #f91e26 }

@media (hover:hover) {
    .location-feed--horizontal .node--type-location .location-address .detail-page-link a:hover { background: #fff; color: #f91e26 }
}

.location-feed--horizontal .node--type-location .location-hours h4 { font-family: Lexend,sans-serif; font-size: 18.66px; font-weight: 400; line-height: 27.99px; margin: 0 }
.location-feed--horizontal .node--type-location .location-hours p + h4 { margin-top: 25px }
.location-feed .container--location-feed { display: flex; flex-direction: column; gap: 25px; margin: 0 auto; max-width: 80%; width: 100% }

@media (max-width:991.98px) {
    .location-feed .container--location-feed { max-width: 100% }
}

.location-feed .container--location-feed .vocabulary-location { background-color: #833177; border-radius: 12px; color: #fff; display: flex; flex-direction: column; gap: 10px; padding: 40px }
    .location-feed .container--location-feed .vocabulary-location .office-name { font-family: Lexend,sans-serif; font-size: 22px; font-weight: 700; line-height: 29px; margin: 0 }

@media (max-width:575.98px) {
    .location-feed .container--location-feed .vocabulary-location .office-name { font-size: 20px; line-height: 25px }
}

.location-feed .container--location-feed .vocabulary-location a { color: #13294b; color: #fff; font-family: Lexend,sans-serif; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; position: relative; text-decoration-color: transparent; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .location-feed .container--location-feed .vocabulary-location a:focus { color: #f91e26 }

@media (hover:hover) {
    .location-feed .container--location-feed .vocabulary-location a:hover { color: #f91e26 }
}

.location-feed .container--location-feed .vocabulary-location a:hover { color: #fff; text-decoration-color: #fff }
.location-feed .container--location-feed .vocabulary-location .directions { margin-top: 40px }

/* https://www.phoenixchildrens.org/themes/custom/phoenix_default/css/widgets/hero/hero.css?skusnu */
@keyframes rotateBackAndForth {
    0%,to { transform: rotate(-7.5deg) }
    45%,55% { transform: rotate(10deg) }
}

.hero { display: flex; height: 100%; overflow: hidden; padding-bottom: 50px; padding-top: 146px; position: relative; width: 100% }

@media (max-width:767.98px) {
    .hero { padding: 103px 15px 0 }
}

.hero--share { align-items: center; background-color: #fff; border-bottom-left-radius: 8px; border-top-left-radius: 8px; display: flex; flex-direction: column; font-family: Lexend,sans-serif; font-size: 14px; font-weight: 400; justify-content: center; letter-spacing: normal; line-height: normal; overflow: hidden; padding-bottom: 20px; position: absolute; right: 0; top: 40%; z-index: 9 }

@media (max-width:991.98px) {
    .hero--share { top: 15% }
}

@media (max-width:575.98px) {
    .hero--share { border-radius: 8px; display: inline-block; justify-self: start; margin: 25px 15px 0; padding: 0; position: relative; right: auto; top: auto }
        .hero--share span { display: none }
}

.hero--share .social-sharing .social-media-sharing ul { list-style-type: none; margin: 0; padding: 0 }
    .hero--share .social-sharing .social-media-sharing ul li { margin: 0 }
        .hero--share .social-sharing .social-media-sharing ul li a { color: #13294b; display: block; line-height: 0; margin-bottom: -20px; padding: 20px 25px }

@media (max-width:575.98px) {
    .hero--share .social-sharing .social-media-sharing ul li a { margin-bottom: 0; padding: 12px }
}

.hero--share .social-sharing .social-media-sharing ul li a:before { color: #13294b; content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGKSURBVHgBlVRNTsJQEJ4pbaI2xoYiMXHzNEEguMAb4FZY4A3gBOAJwBOIJ9AbiIk/W5cu2SgkuKg7EiDpQsSYtmNfxRJJWx7f6nWm/Wb6fTMPYUUwVtYm6jfj5+HLQ+cvjrAC4tlSDRGaQKTNQoZCyvGg1zaEifTcSQUcvApIGZtT5UgCQSBJtZAUm6h2WZiIiPIROSb7tCEiJg5LBbKpAZFF7I6nUZCIAM4ZgPc7BYiGMe7e78m/IlIL6F+SuSQ3/hOiiQ5cetVx3h0CPllkVflZ5iLSAssigTWVW6bRNnlIY+WWvGblLZAN07Xdf1XPFimsZ0Q8H73eNUEAsY3tgwovFJJn68mUtqXn3j9GPa8jboqyu59Rk6mdz2F/4BeNp4t1lOAComG42lx7H4BUD53sRKbUXBTRAbp1k9w1tqwIn2x/RVwRtSAR9YzrKmIjilCSpKr4ri0xRXhFwBvSYPDJFt+12UAGFRh3H9sxEMR03H9WE2nXh/nKcFNssk+/Rm/mShcbR5gpP6Dpp3ZC4LJwAAAAAElFTkSuQmCC"); line-height: 0 }
.hero--share .social-sharing .social-media-sharing ul li a:hover:before { color: #13294b; text-shadow: unset; top: auto; transform: rotate(0deg) scale(1) }
.hero--content { align-content: start; color: #fff; display: grid; max-width: 100%; z-index: 2 }
    .hero--content h1 { margin: 0 }
    .hero--content a { color: #fff; font-size: 19px; text-decoration-color: #fff }
    .hero--content .secondary-button { background: transparent; border-radius: 0; margin-top: 40px; padding: 0 }
        .hero--content .secondary-button a { align-items: flex-start; background: #fff; border: none; border-radius: 12px; color: #f91e26; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .hero--content .secondary-button a:focus { background: #f91e26; color: #fff }

@media (hover:hover) {
    .hero--content .secondary-button a:hover { background: #f91e26; color: #fff }
}

.hero--content_body { font-family: Lexend,sans-serif; font-size: 18.66px; font-weight: 400; line-height: 27.99px; margin-bottom: 0; margin-top: 20px }
.hero--media { position: relative }

@media (max-width:767.98px) {
    .hero--media { display: flex; height: 100% }
}

.hero--inner { grid-gap: 30px; display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: auto; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100%; z-index: 1 }

@media (min-width:576px) {
    .hero--inner { max-width: 540px }
}

@media (min-width:768px) {
    .hero--inner { max-width: 720px }
}

@media (min-width:992px) {
    .hero--inner { max-width: 960px }
}

@media (min-width:1200px) {
    .hero--inner { max-width: 1200px }
}

@media (max-width:767.98px) {
    .hero--inner { grid-template-columns: 100% }
}

.hero--box { animation: rotateBackAndForth 12s ease infinite; animation-delay: 0s; border: none; bottom: -30px; content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-middle-hero-box-purple.svg); outline: none; position: absolute; transform-origin: center; z-index: -1 }

@media (min-width:992px) {
    .hero--box { left: -100px }
}

@media (min-width:768px) and (max-width:991.98px) {
    .hero--box { left: -50px }
}

.hero__container { margin-bottom: -146px; position: relative; top: -146px }

@media (max-width:991.98px) {
    .hero__container { margin-bottom: -112px; top: -112px }
}

@media (max-width:575.98px) {
    .hero__container { margin-bottom: -78px; top: -78px }
}

.hero__container.has-filters { margin-bottom: -292px }

@media (max-width:767.98px) {
    .hero__container.has-filters { margin-bottom: -78px }
}

.hero__container.has-filters .hero--content { margin-top: 50px }

@media (max-width:767.98px) {
    .hero__container.has-filters .hero--content { margin-top: 0 }
}

.hero__container.has-search { margin-bottom: -315px }

@media (max-width:991.98px) {
    .hero__container.has-search { margin-bottom: -292px }
}

@media (max-width:767.98px) {
    .hero__container.has-search { margin-bottom: -216px }
}

.hero__container.has-search .zen-widget-text-hero { min-height: 425px }

@media (max-width:575.98px) {
    .hero__container.has-search .zen-widget-text-hero { min-height: 300px }
}

.hero__container.has-search .zen-widget-text-hero:after { display: none }
.hero__container.has-search .hero--content { margin-top: 25px; text-align: center; width: 100% !important }

@media (max-width:767.98px) {
    .hero__container.has-search .hero--content { margin-top: 0 }
}

.hero__container .accordion { bottom: 30px; left: 0; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; position: relative; width: 100%; z-index: 1 }

@media (min-width:576px) {
    .hero__container .accordion { max-width: 540px }
}

@media (min-width:768px) {
    .hero__container .accordion { max-width: 720px }
}

@media (min-width:992px) {
    .hero__container .accordion { max-width: 960px }
}

@media (min-width:1200px) {
    .hero__container .accordion { max-width: 1200px }
}

.hero__container .accordion-item { border: none !important; border-radius: 12px; box-shadow: 0 3px 10px 0 rgba(0,0,0,.3); max-width: 100%; overflow: hidden; padding: 0; transition: all .33s ease; transition-delay: 0 }

@media (min-width:576px) {
    .hero__container .accordion-item { min-width: 340px; width: 340px }
}

@media (max-width:575.98px) {
    .hero__container .accordion-item { width: 100% }
}

.hero__container .accordion-item.opened { width: 100% }
    .hero__container .accordion-item.opened .accordion-body { animation-delay: .5s; animation-duration: 1s; animation-fill-mode: both; animation-name: fadeIn; animation-timing-function: ease }

@keyframes fadeIn {
    0% { opacity: 0 }
    to { opacity: 1 }
}

.hero__container .accordion-item.opened .accordion-button:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f13d"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; rotate: 45deg; text-transform: none; vertical-align: middle }
.is-tabbing .hero__container .accordion-item:focus { border: none }

@media (hover:hover) {
    .hero__container .accordion-item:hover { border: none }
}

.hero__container .accordion-item #accordion-heading-explore-section---menu-explore { text-wrap: nowrap }
    .hero__container .accordion-item #accordion-heading-explore-section---menu-explore .accordion-button:after { background-color: #f91e26 }
.hero__container .accordion-button { text-wrap: nowrap; gap: 13px; padding: 20px 25px }

@media (min-width:576px) {
    .hero__container .accordion-button { padding: 23px 32px }
}

.hero__container .accordion-button:after { background-color: #f91e26; font-size: 14px !important; height: 30px; transition: all .33s ease; transition-delay: 0; width: 30px }
.hero__container .accordion-body { opacity: 0; padding-left: 30px; padding-top: 0 }

@media (max-width:575.98px) {
    .hero__container .accordion-body { padding-top: 0 }
}

.hero__container .accordion-body .widget__container { grid-template-rows: auto }
.hero__container .accordion-body .link-list .list-group { margin: 0 }
.hero__container .i-am-a-selector--block-container { margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; width: 100% }

@media (min-width:576px) {
    .hero__container .i-am-a-selector--block-container { max-width: 540px }
}

@media (min-width:768px) {
    .hero__container .i-am-a-selector--block-container { max-width: 720px }
}

@media (min-width:992px) {
    .hero__container .i-am-a-selector--block-container { max-width: 960px }
}

@media (min-width:1200px) {
    .hero__container .i-am-a-selector--block-container { max-width: 1200px }
}

@media (max-width:575.98px) {
    .hero__container .i-am-a-selector--block-container { bottom: unset; position: relative }
}

.hero__container .i-am-a-selector--block-container .in-page-cta_container { margin: 0 15px; padding: 0; width: calc(100% - 30px) }
.hero__container .i-am-a-menu-top--block-container { margin: 0 0 125px; position: relative }

@media (max-width:575.98px) {
    .hero__container .i-am-a-menu-top--block-container { margin: auto 0 70px }
}

.hero__container.paragraph--zen-widget-text-hero.hero__w-image .accordion { bottom: 90px }
.hero:before { animation: rotateBackAndForth 12s ease infinite; animation-delay: 1s; border: none; bottom: -125px; content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-left-hero-box.svg); left: -100px; outline: none; position: absolute; transform-origin: center }

@media (min-width:768px) and (max-width:991.98px) {
    .hero:before { left: -200px }
}

@media (max-width:767.98px) {
    .hero:before { bottom: -100px; left: -350px }
}

.hero:after { animation: rotateBackAndForth 12s ease infinite; animation-delay: 2.5s; border: none; content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/top-right-hero-box-yellow.svg); outline: none; position: absolute; right: -200px; top: -250px; transform-origin: center }

@media (min-width:768px) and (max-width:991.98px) {
    .hero:after { max-width: 450px }
}

@media (max-width:767.98px) {
    .hero:after { max-width: 25%; right: 50px }
}

body.page-node-type-zen-node-article .hero:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-box-top-right.svg); right: -30px; top: -30px }

@media (max-width:575.98px) {
    body.page-node-type-zen-node-article .hero:after { right: -110px; top: -210px }
}

.hero.maximum-purple-bg .hero--box { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-middle-hero-box.svg) }
.hero.maximum-purple-bg:before { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-left-hero-box.svg) }
.hero.maximum-purple-bg:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/top-right-hero-box.svg) }
.hero.space-cadet-bg .hero--box { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-middle-hero-box-yellow.svg) }
.hero.space-cadet-bg:before { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-left-hero-box-orange.svg) }
.hero.space-cadet-bg:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/top-right-hero-box.svg) }
.hero[data-hero-bg-color=maximum-purple] { background-color: #833177 !important; transition: all .3s ease }
    .hero[data-hero-bg-color=maximum-purple] .hero--box { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-middle-hero-box.svg) !important }
    .hero[data-hero-bg-color=maximum-purple]:before { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-left-hero-box.svg) !important }
    .hero[data-hero-bg-color=maximum-purple]:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/top-right-hero-box.svg) !important }
.hero[data-hero-bg-color=pacific-blue] { background-color: #1a99c7 !important; transition: all .3s ease }
    .hero[data-hero-bg-color=pacific-blue] .hero--box { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-middle-hero-box-purple.svg) !important }
    .hero[data-hero-bg-color=pacific-blue]:before { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-left-hero-box-space-cadet.svg) !important }
    .hero[data-hero-bg-color=pacific-blue]:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/top-right-hero-box-yellow.svg) !important }
.hero[data-hero-bg-color=space-cadet] { background-color: #13294b !important; transition: all .3s ease }
    .hero[data-hero-bg-color=space-cadet] .hero--box { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-middle-hero-box-yellow.svg) !important }
    .hero[data-hero-bg-color=space-cadet]:before { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-left-hero-box-orange.svg) !important }
    .hero[data-hero-bg-color=space-cadet]:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/top-right-hero-box.svg) !important }
.hero.homepage-hero { height: calc(100vh + 146px); margin-bottom: -146px; max-height: 986px; padding-bottom: 0; top: -146px }
    .hero.homepage-hero:after { right: -50px; top: -50px }

@media (max-width:767.98px) {
    .hero.homepage-hero { height: auto; margin-bottom: -60px; padding: 103px 15px 0; top: auto }
        .hero.homepage-hero:after { max-width: 25%; right: 50px; top: -200px }
}

.hero.homepage-hero .homepage-hero-dropdown { display: flex; flex-direction: column; justify-content: space-between }

@media (max-width:575.98px) {
    .hero.homepage-hero .homepage-hero-dropdown .i-am-a-selector--cta-container { display: none !important }
}

.hero.homepage-hero .homepage-hero-dropdown .i-am-a-selector--cta-container a { align-items: flex-start; background: #fff; border: none; border-radius: 12px; color: #f91e26; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .hero.homepage-hero .homepage-hero-dropdown .i-am-a-selector--cta-container a:focus { background: #f91e26; color: #fff }

@media (hover:hover) {
    .hero.homepage-hero .homepage-hero-dropdown .i-am-a-selector--cta-container a:hover { background: #f91e26; color: #fff }
}

.hero.homepage-hero .hero--inner { grid-template-rows: repeat(2,1fr) }

@media (max-width:575.98px) {
    .hero.homepage-hero .hero--inner { display: block; margin: 0 -15px; width: auto }
}

.framed .hero.homepage-hero .hero--inner { grid-template-columns: repeat(2,1fr) }
.hero.homepage-hero .hero--content { align-self: end; display: flex; flex-direction: column }

@media (max-width:767.98px) {
    .hero.homepage-hero .hero--content { align-self: unset; gap: 25px; justify-content: unset }
}

.hero.homepage-hero .hero--content h1 { margin-bottom: 0 }
.hero.homepage-hero .hero--content .is-mobile { display: none }

@media (max-width:575.98px) {
    .hero.homepage-hero .hero--content .is-mobile { display: block }
}

.hero.homepage-hero .hero--content .is-mobile .i-am-a-selector--cta-container a { align-items: flex-start; background: #fff; border: none; border-radius: 12px; color: #f91e26; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .hero.homepage-hero .hero--content .is-mobile .i-am-a-selector--cta-container a:focus { background: #f91e26; color: #fff }

@media (hover:hover) {
    .hero.homepage-hero .hero--content .is-mobile .i-am-a-selector--cta-container a:hover { background: #f91e26; color: #fff }
}

.hero.homepage-hero .hero--media { grid-column: 2; grid-row: 1/span 2 }

@media (max-width:767.98px) {
    .hero.homepage-hero .hero--media { grid-column: unset; grid-row: unset; height: auto; justify-content: end; justify-self: end; margin-bottom: -125px }
}

.hero.homepage-hero .hero--media .block-hero-image, .hero.homepage-hero .hero--media .field--type-image { height: 100% }

@media (max-width:767.98px) {
    .hero.homepage-hero .hero--media .block-hero-image, .hero.homepage-hero .hero--media .field--type-image { width: 100% }
}

.hero.homepage-hero .hero--media .i-am-a-selector--hero-image-container { height: 100%; position: relative }

@media (max-width:767.98px) {
    .hero.homepage-hero .hero--media .i-am-a-selector--hero-image-container { height: 350px }
}

.hero.homepage-hero .hero--media .i-am-a-selector--hero-image-container .media { bottom: 0; height: 100%; position: absolute; width: 100% }

@media (max-width:767.98px) {
    .hero.homepage-hero .hero--media .i-am-a-selector--hero-image-container .media { left: 0; right: 0 }
}

.framed .hero.homepage-hero .hero--media { align-self: center }
body.path-frontpage .framed .hero.homepage-hero .hero--media { align-self: auto }

@media (max-width:575.98px) {
    .framed .hero.homepage-hero .hero--media { margin: 25px 0 -50px }
}

.hero.homepage-hero .hero--media figure { aspect-ratio: .8; bottom: 0; height: 100%; height: auto; position: relative; position: absolute; width: 100% }
    .hero.homepage-hero .hero--media figure img, .hero.homepage-hero .hero--media figure video { height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; width: 100% }

@media (max-width:767.98px) {
    .hero.homepage-hero .hero--media figure { right: 5%; width: 75% }
}

.landscape .hero.homepage-hero .hero--media figure { aspect-ratio: 1.25; left: 50%; position: absolute; transform: translateX(-50%); width: 150% }

@media (max-width:767.98px) {
    .landscape .hero.homepage-hero .hero--media figure { width: 115% }
        .landscape .hero.homepage-hero .hero--media figure img { width: 100% }
}

.framed .hero.homepage-hero .hero--media figure { aspect-ratio: 1.35; bottom: auto; height: auto; -webkit-mask-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-mask.svg); mask-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-mask.svg); -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; position: absolute; top: 50%; transform: translateY(-50%) }

@media (max-width:767.98px) {
    .framed .hero.homepage-hero .hero--media figure { left: 0; transform: translateY(-65%); width: 100% }
        .framed .hero.homepage-hero .hero--media figure img { width: 100% }
}

.hero--content-hub { height: 400px; padding-top: 200px }
    .hero--content-hub:before { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/bottom-left-hero-box-space-cadet.svg) !important }
    .hero--content-hub:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/top-right-hero-box-green.svg) !important }

@media (max-width:767.98px) {
    .hero--content-hub { height: auto; padding-bottom: 150px; padding-top: 100px }
}

.hero--content-hub .hero--inner { grid-template-columns: 100% }
.hero--content-hub .hero--content { width: 100% }
    .hero--content-hub .hero--content h1 { text-align: center }
.hero.zen-widget-short-hero.tangerine-bg, .hero.zen-widget-text-hero.tangerine-bg { background-color: #833177 !important }
    .hero.zen-widget-short-hero.tangerine-bg.hero__w-bg-image.coati, .hero.zen-widget-short-hero.tangerine-bg.hero__w-bg-image.coyote, .hero.zen-widget-short-hero.tangerine-bg.hero__w-bg-image.roadrunner, .hero.zen-widget-short-hero.tangerine-bg.hero__w-bg-image.step-repeat, .hero.zen-widget-short-hero.tangerine-bg.hero__w-bg-image.swoosh, .hero.zen-widget-text-hero.tangerine-bg.hero__w-bg-image.coati, .hero.zen-widget-text-hero.tangerine-bg.hero__w-bg-image.coyote, .hero.zen-widget-text-hero.tangerine-bg.hero__w-bg-image.roadrunner, .hero.zen-widget-text-hero.tangerine-bg.hero__w-bg-image.step-repeat, .hero.zen-widget-text-hero.tangerine-bg.hero__w-bg-image.swoosh { background-image: none !important }
    .hero.zen-widget-short-hero.tangerine-bg.hero__w-bg-image:after, .hero.zen-widget-text-hero.tangerine-bg.hero__w-bg-image:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/hero-swoosh.svg); display: block; position: absolute; right: -60px; top: 0 }

@media (min-width:768px) and (max-width:991.98px) {
    .hero.zen-widget-short-hero.tangerine-bg.hero__w-bg-image:after, .hero.zen-widget-text-hero.tangerine-bg.hero__w-bg-image:after { max-width: 450px }
}

@media (max-width:767.98px) {
    .hero.zen-widget-short-hero.tangerine-bg.hero__w-bg-image:after, .hero.zen-widget-text-hero.tangerine-bg.hero__w-bg-image:after { max-width: 25%; right: 50px; top: -20px }
}

.hero.zen-widget-short-hero.tangerine-bg .hero--box, .hero.zen-widget-text-hero.tangerine-bg .hero--box { background-image: none !important }
.hero.zen-widget-short-hero { padding-bottom: 100px }

@media (max-width:767.98px) {
    .hero.zen-widget-short-hero { padding-bottom: 75px }
}

.hero.zen-widget-short-hero .hero--inner { grid-template-columns: repeat(2,1fr) }

@media (max-width:991.98px) {
    .hero.zen-widget-short-hero .hero--inner { grid-template-columns: 100% }
}

.hero.zen-widget-short-hero:before { display: none }
.hero.zen-widget-short-hero:after { content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-box-top-right.svg); max-width: unset; right: -30px; top: -30px }

@media (max-width:767.98px) {
    .hero.zen-widget-short-hero:after { right: -200px; top: -200px }
}

.hero.zen-widget-short-hero .hero--box { bottom: -100%; content: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-box-bottom.svg); left: -25%; z-index: 1 }

@media (max-width:767.98px) {
    .hero.zen-widget-short-hero .hero--box { bottom: -60%; left: -80% }
}

.hero.zen-widget-short-hero.hero__no-image .hero--inner { grid-template-columns: 100% }
    .hero.zen-widget-short-hero.hero__no-image .hero--inner .hero--content { max-width: 75% }

@media (max-width:767.98px) {
    .hero.zen-widget-short-hero.hero__no-image .hero--inner .hero--content { max-width: 100% }
}

.hero.zen-widget-short-hero.hero__no-image .hero--media { display: none }
.hero.zen-widget-short-hero .location__address { margin-top: 15px }
.hero.zen-widget-short-hero .hero--media figure { aspect-ratio: 1.35; height: 100%; height: auto; -webkit-mask-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-mask.svg); mask-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-mask.svg); -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; position: relative; width: 100%; z-index: 9 }
    .hero.zen-widget-short-hero .hero--media figure img, .hero.zen-widget-short-hero .hero--media figure video { height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; width: 100% }
.hero.zen-widget-tall-hero { max-height: 660px; padding-bottom: 0 }
    .hero.zen-widget-tall-hero.hero__no-image .hero--inner { padding-bottom: 50px; padding-top: 50px }
    .hero.zen-widget-tall-hero .hero--inner { grid-template-columns: 1.75fr 1fr }

@media (max-width:767.98px) {
    .hero.zen-widget-tall-hero .hero--inner { grid-template-columns: 100% !important }
}

.landscape .hero.zen-widget-tall-hero .hero--inner { grid-template-columns: calc(55% - 30px) 45% }
.framed .hero.zen-widget-tall-hero .hero--inner { grid-template-columns: repeat(2,1fr); margin-bottom: 50px }
.hero.zen-widget-tall-hero .hero--inner .hero--content { display: flex; flex-direction: column; height: calc(100% - 146px); justify-content: center; margin-bottom: 50px; max-width: 75% }

@media (max-width:991.98px) {
    .hero.zen-widget-tall-hero .hero--inner .hero--content { height: auto; max-width: 100% }
}

@media (max-width:575.98px) {
    .hero.zen-widget-tall-hero .hero--inner .hero--content { margin-bottom: 0 }
}

.hero.zen-widget-tall-hero .hero--inner .hero--content h1 { margin-bottom: 0 }
.hero.zen-widget-tall-hero .hero--inner .hero--content .hero--content_body { margin-top: 30px }

@media (max-width:575.98px) {
    .hero.zen-widget-tall-hero .hero--inner .hero--share { bottom: 50px; margin: 0; position: absolute }
}

.hero.zen-widget-tall-hero .hero--media { justify-content: end }
.landscape .hero.zen-widget-tall-hero .hero--media { display: block }
.hero__no-image .hero.zen-widget-tall-hero .hero--media { display: none }
.hero.zen-widget-tall-hero .hero--media figure { aspect-ratio: .8; height: 100%; position: relative; width: 100%; width: auto }
    .hero.zen-widget-tall-hero .hero--media figure img, .hero.zen-widget-tall-hero .hero--media figure video { height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; width: 100% }

@media (max-width:767.98px) {
    .hero.zen-widget-tall-hero .hero--media figure { aspect-ratio: unset; width: 75% }
        .hero.zen-widget-tall-hero .hero--media figure img { position: relative }
}

.portrait .hero.zen-widget-tall-hero .hero--media figure img { -o-object-position: top center; object-position: top center }
.landscape .hero.zen-widget-tall-hero .hero--media figure { aspect-ratio: 1.25; left: 50%; position: absolute; position: relative; transform: translateX(-50%); width: 150% }

@media (max-width:991.98px) {
    .landscape .hero.zen-widget-tall-hero .hero--media figure img { -o-object-fit: contain; object-fit: contain; -o-object-position: center bottom; object-position: center bottom }
}

@media (max-width:575.98px) {
    .landscape .hero.zen-widget-tall-hero .hero--media figure { transform: translateX(-35%) }
        .landscape .hero.zen-widget-tall-hero .hero--media figure img { width: 100% }
}

.framed .hero.zen-widget-tall-hero .hero--media figure { aspect-ratio: 1.35; height: auto; -webkit-mask-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-mask.svg); mask-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/short-hero-mask.svg); -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain }

@media (max-width:767.98px) {
    .framed .hero.zen-widget-tall-hero .hero--media figure { width: 100% }
}

@media (max-width:575.98px) {
    .framed .hero.zen-widget-tall-hero .hero--media figure { margin-bottom: 75px }
}

.hero.zen-widget-text-hero { height: auto; min-height: 475px }

@media (max-width:575.98px) {
    .hero.zen-widget-text-hero { min-height: 250px; padding-bottom: 50px }
}

.hero.zen-widget-text-hero:before { display: none }
.hero.zen-widget-text-hero .hero--media { position: unset }
    .hero.zen-widget-text-hero .hero--media figure { display: none }
.hero.zen-widget-text-hero .hero--box { animation: none; background: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/grass.svg) no-repeat; background-size: cover; bottom: -1px; content: ""; height: 160px; left: 0; max-width: 100%; position: absolute; width: 100vw }

@media (max-width:991.98px) {
    .hero.zen-widget-text-hero .hero--box { height: 75px; left: 0 }
}

@media (max-width:575.98px) {
    .hero.zen-widget-text-hero .hero--box { background: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/mobile-grass.svg) no-repeat bottom; background-size: 100% }
}

.hero.zen-widget-text-hero .hero--inner { display: block }
    .hero.zen-widget-text-hero .hero--inner .hero--content { display: block; padding-bottom: 100px; width: 75% }

@media (max-width:767.98px) {
    .hero.zen-widget-text-hero .hero--inner .hero--content { padding-bottom: 0; width: 100% }
}

.hero.zen-widget-text-hero .hero--inner .hero--content .location__address { margin-top: 15px }
.hero.zen-widget-text-hero.hero__w-bg-image { background-repeat: no-repeat }
    .hero.zen-widget-text-hero.hero__w-bg-image.coyote { background-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/coyote.svg); background-position: 70% 100% }
        .hero.zen-widget-text-hero.hero__w-bg-image.coyote.animated { background-image: none }
    .hero.zen-widget-text-hero.hero__w-bg-image.coati { background-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/coati.svg); background-position: 75% 90%; background-size: auto 70% }
        .hero.zen-widget-text-hero.hero__w-bg-image.coati.animated { background-image: none }
    .hero.zen-widget-text-hero.hero__w-bg-image.roadrunner { background-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/roadrunner.svg); background-position: 90% 80%; background-size: auto 40% }
        .hero.zen-widget-text-hero.hero__w-bg-image.roadrunner.animated { background-image: none }
    .hero.zen-widget-text-hero.hero__w-bg-image.swoosh { background-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/hero-swoosh.svg); background-position: 100% top; background-size: auto 70% }
        .hero.zen-widget-text-hero.hero__w-bg-image.swoosh .hero--box { display: none }
    .hero.zen-widget-text-hero.hero__w-bg-image.step-repeat { background-image: url(https://cdn.phoenixchildrens.com/PhoenixChildrensOrg/images/hero-step-repeat.svg); background-position: 98% -160px; background-size: auto 125% }
        .hero.zen-widget-text-hero.hero__w-bg-image.step-repeat .hero--box { display: none }

@media (max-width:991.98px) {
    .hero.zen-widget-text-hero.hero__w-bg-image.coyote { background-position: 90% 100%; background-size: auto 60% }
    .hero.zen-widget-text-hero.hero__w-bg-image.coati { background-position: 95% 90%; background-size: auto 55% }
    .hero.zen-widget-text-hero.hero__w-bg-image.roadrunner { background-position: 95% 90%; background-size: auto 25% }
    .hero.zen-widget-text-hero.hero__w-bg-image.swoosh { background-position: 125% top; background-size: 50% auto }
    .hero.zen-widget-text-hero.hero__w-bg-image.step-repeat { background-position: 98% -120px; background-size: auto 100% }
}

@media (max-width:1199.98px) {
    .hero.zen-widget-text-hero.hero__w-bg-image.step-repeat { background-position: 98% -120px; background-size: auto 100% }
}

@media (max-width:767.98px) {
    .hero.zen-widget-text-hero.hero__w-bg-image.step-repeat { background-position: 98% -110px; background-size: auto 70% }
}

.hero.zen-widget-text-hero.hero__w-bg-image .hero--inner .hero--content { width: 55% }

@media (max-width:575.98px) {
    .hero.zen-widget-text-hero.hero__w-bg-image .hero--inner .hero--content { width: 100% }
}

.hero.zen-widget-text-hero.hero__w-bg-image:after { display: none }
.hero--provider { display: block; padding-bottom: 75px }
    .hero--provider:before { display: none }
.hero--provider-container { grid-gap: 20px 60px; display: grid; grid-template-columns: 230px 1fr; grid-template-rows: auto; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; position: relative; width: 100%; z-index: 1 }

@media (min-width:576px) {
    .hero--provider-container { max-width: 540px }
}

@media (min-width:768px) {
    .hero--provider-container { max-width: 720px }
}

@media (min-width:992px) {
    .hero--provider-container { max-width: 960px }
}

@media (min-width:1200px) {
    .hero--provider-container { max-width: 1200px }
}

@media (max-width:575.98px) {
    .hero--provider-container { grid-template-columns: 100% }
}

.hero--provider .breadcrumb-container { grid-column: 1/-1; margin-bottom: 0 }
    .hero--provider .breadcrumb-container .breadcrumb-list-item:after, .hero--provider .breadcrumb-container .breadcrumb-list-item:before { color: #fff }
.hero--provider-image { aspect-ratio: .75; border-radius: 12px; height: 100%; overflow: hidden; position: relative; width: 100% }
    .hero--provider-image img, .hero--provider-image video { height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; width: 100% }

@media (max-width:575.98px) {
    .hero--provider-image { width: 175px }
}

.hero--provider-content { color: #fff; display: flex; flex-direction: column; gap: 30px }

@media (max-width:575.98px) {
    .hero--provider-content { gap: 20px }
}

.hero--provider-content ul { list-style-type: none; margin: 0; padding: 0 }
    .hero--provider-content ul li { margin: 5px 0 }
        .hero--provider-content ul li span { font-weight: 700 }
        .hero--provider-content ul li a { color: #fff; font-weight: 400; text-decoration-color: #fff }
            .hero--provider-content ul li a:hover { text-decoration-color: #f91e26 }
.hero--provider-content .phone a { align-items: flex-start; background: #f91e26; border: none; border-radius: 12px; color: #fff; display: inline-flex; font-size: 18.66px; font-style: normal; font-weight: 700; line-height: normal; padding: 13px 21px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .33s ease; transition-delay: 0 }
.is-tabbing .hero--provider-content .phone a:focus { background: #fff; color: #f91e26 }

@media (hover:hover) {
    .hero--provider-content .phone a:hover { background: #fff; color: #f91e26 }
}

.hero--provider-content .has-rating a { color: #fff; margin-left: 5px; text-decoration-color: #fff }
    .hero--provider-content .has-rating a:hover { text-decoration-color: #f91e26 }
.hero--provider-heading { color: #fff; font-family: Lexend,sans-serif; font-size: 54px; font-weight: 700; letter-spacing: -2%; line-height: 60px; margin: 0 0 15px }

@media (max-width:575.98px) {
    .hero--provider-heading { font-size: 32px; line-height: 40px }
}

.hero--provider-title { font-family: Lexend,sans-serif; font-size: 18.66px; font-weight: 400; line-height: 27.99px; margin-bottom: 0 }

/* https://www.phoenixchildrens.org/themes/custom/phoenix_default/css/widgets/accordion/accordion.css?skusnu */
.paragraph--type--zen-widget-accordion-group { margin-bottom: 120px; margin-top: 120px }

@media (max-width:767.98px) {
    .paragraph--type--zen-widget-accordion-group { margin-bottom: 60px; margin-top: 60px }
}

.accordion-button { box-shadow: none !important; color: #13294b; font-family: Lexend,sans-serif; font-size: 22px; font-weight: 700; gap: 25px; line-height: 29px; margin: inherit; padding: 30px 0 20px }

@media (max-width:575.98px) {
    .accordion-button { font-size: 20px; line-height: 25px }
}

.accordion-button:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; align-items: center; background-color: #13294b; background-image: none !important; border-radius: 100%; color: #fff; content: "\f13d"; display: inline-block; display: flex !important; font-family: icons !important; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 400; height: 40px; justify-content: center; line-height: 1; margin-left: 0; order: -1; text-transform: none; transition: background-color .33s ease; transition: transform .33s ease; transition-delay: 0; vertical-align: middle; width: 40px }
.accordion-button:not(.collapsed) { color: #13294b }
    .accordion-button:not(.collapsed):after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #f91e26; content: "\f136"; display: inline-block; font-family: icons !important; font-size: 3px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; transform: rotate(180deg); transition: background-color .33s ease; transition: transform .33s ease; transition-delay: 0; vertical-align: middle }
.is-tabbing .accordion-button:focus:after { background-color: #f91e26 }

@media (hover:hover) {
    .accordion-button:hover:after { background-color: #f91e26 }
}

.accordion-button:focus { background-color: transparent; box-shadow: none }
.accordion-item { background: transparent; border: none; border-bottom: 1px solid #3d393515; transition: border-bottom .33s ease; transition-delay: 0 }
#accordion-explore-section---menu-explore .accordion-item { background: #fff }
.is-tabbing .accordion-item:focus { border-bottom: 1px solid #7e756d }

@media (hover:hover) {
    .accordion-item:hover { border-bottom: 1px solid #7e756d }
}

.accordion-item.opened { border-bottom: 1px solid #7e756d }
.accordion-item .accordion-button { background: transparent }
.accordion-item h2#accordion-heading-explore-section---menu-explore { margin-top: 0 }
.accordion-body { padding-left: 65px; padding-top: 0 }

@media (max-width:575.98px) {
    .accordion-body { padding-left: 0 }
}

.provider-detail .accordion-body { padding: 0 0 25px }
.accordion-body h3, .accordion-body h4, .accordion-body h5, .accordion-body h6 { margin-bottom: 5px }
.accordion#accordion---main-nav .accordion-body { border-radius: 0 }
    .accordion#accordion---main-nav .accordion-body .accordion-item { border: none; color: #13294b }
        .accordion#accordion---main-nav .accordion-body .accordion-item .main-nav-item-level { align-items: flex-start; color: #13294b; display: flex; flex-direction: column; font-size: 18.66px; font-style: normal; line-height: normal; margin-bottom: 28px; text-decoration: none }
            .accordion#accordion---main-nav .accordion-body .accordion-item .main-nav-item-level:hover { color: #f91e26; text-decoration: underline; text-decoration-color: #13294b; text-decoration-thickness: 2px; text-underline-offset: 7px }
        .accordion#accordion---main-nav .accordion-body .accordion-item .main-nav-item-level--1 { font-weight: 700; gap: 3px }
        .accordion#accordion---main-nav .accordion-body .accordion-item .main-nav-item-level--2 { font-weight: 400; padding-left: 20px }
.accordion#accordion---main-nav .accordion-button, .accordion#accordion---main-nav .accordion-collapse, .accordion#accordion---main-nav .accordion-item { border-radius: 0 }
.paragraph--type--zen-widget-accordion-group { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .paragraph--type--zen-widget-accordion-group { max-width: 540px }
}

@media (min-width:768px) {
    .paragraph--type--zen-widget-accordion-group { max-width: 720px }
}

@media (min-width:992px) {
    .paragraph--type--zen-widget-accordion-group { max-width: 960px }
}

@media (min-width:1200px) {
    .paragraph--type--zen-widget-accordion-group { max-width: 1200px }
}

.paragraph--type--zen-widget-accordion-group h2:not(.accordion-header) { color: #1e9ecc; font-family: Lexend,sans-serif; font-size: 46px; font-weight: 700; letter-spacing: -2px; line-height: 58px; margin-bottom: var(--global-spacing); margin-top: 0 }

@media (max-width:575.98px) {
    .paragraph--type--zen-widget-accordion-group h2:not(.accordion-header) { font-size: 28px; line-height: 35px }
}

.paragraph--type--zen-widget-accordion-group .accordion-header { margin-bottom: 0; margin-top: 0 }
.paragraph--type--zen-widget-accordion-group .accordion--title-center { text-align: center }

/* https://www.phoenixchildrens.org/themes/custom/phoenix_default/css/widgets/link-list/link-list.css?skusnu */
.link-list { margin: 60px auto; padding-left: 15px; padding-right: 15px; width: 100% }

@media (min-width:576px) {
    .link-list { max-width: 540px }
}

@media (min-width:768px) {
    .link-list { max-width: 720px }
}

@media (min-width:992px) {
    .link-list { max-width: 960px }
}

@media (min-width:1200px) {
    .link-list { max-width: 1200px }
}

.margin-remove-top .link-list { margin-top: 0 }
.margin-remove-bottom .link-list { margin-bottom: 0 }
.accordion-body .link-list, .nav-container .link-list, .tab-pane .link-list, header .link-list { margin-bottom: 0; margin-top: 0 }
.navigation-overlay-scrollable .link-list { padding: 0 }
.link-list .widget__header h2 { margin-top: 0 }
.link-list .link-list__group { gap: 0 30px }

@media (max-width:991.98px) {
    .link-list .link-list__group { grid-template-columns: 1fr !important; width: 100% }
}

.link-list .link-list__group > a { align-items: center; background: transparent; border: none; color: #13294b; display: flex; font-family: Lexend,sans-serif; font-size: 18.66px; font-weight: 400; font-weight: 700; line-height: 27.99px; margin-bottom: 0; padding: 22px 10px 22px 37px; position: relative; text-decoration: none; transition: all .33s ease; transition-delay: 0 }
    .link-list .link-list__group > a:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #f91e26; content: "\f10e"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; left: -37px; line-height: 1; position: relative; text-transform: none; vertical-align: middle }
    .link-list .link-list__group > a:after { background-color: #3d393515; bottom: 0; content: ""; height: 1px; left: 0; position: absolute; transition: all .33s ease; transition-delay: 0; width: 100% }
.is-tabbing .link-list .link-list__group > a:focus { background-color: transparent; color: #f91e26 }
    .is-tabbing .link-list .link-list__group > a:focus:after { background-color: #f91e26; height: 3px }

@media (hover:hover) {
    .link-list .link-list__group > a:hover { background-color: transparent; color: #f91e26 }
        .link-list .link-list__group > a:hover:after { background-color: #f91e26; height: 3px }
}

.navigation-overlay-scrollable .link-list .link-list__group > a { padding: 10px 0 10px 20px }
    .navigation-overlay-scrollable .link-list .link-list__group > a:before { left: -15px }
.link-list .link-list__group > a[href$=".pdf"]:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f139"; display: inline-block; font-family: icons !important; font-size: 28px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; vertical-align: middle }
.link-list .link-list__group > a-action:active { background: none }

/* Location.css */


.location--hours--container { background-color: #13294b; border-radius: 12px; color: #fff; padding: 40px }

    .location--hours--container h4 { margin-top: 0 }

        .location--hours--container h4:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff; content: "\f10b"; display: inline-block; font-family: icons !important; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; padding-right: 12px; text-transform: none; vertical-align: middle }

.location--body h2 { color: #1e9ecc; margin-top: 0; text-align: left }
