/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/facility-profile.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
body.single-facility #page {
  padding: 0 0 4rem 0;
  background: transparent linear-gradient(268deg, #f4f6f9 0%, #f8fafc 100%) 0% 0% no-repeat padding-box;
}

body.single-facility #content {
  position: relative;
  padding: 0;
}
body.single-facility #content::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 500px;
  background: #e40223;
  opacity: 0.06;
  top: -250px;
  left: -10%;
  filter: blur(80px);
  z-index: 0;
  transform: rotate(-15deg);
  pointer-events: none;
}
@media (max-width: 1024px) {
  body.single-facility #content::before {
    width: 600px;
    height: 500px;
    top: -80px;
    left: -40%;
  }
}
@media (max-width: 580px) {
  body.single-facility #content::before {
    opacity: 0.1;
    left: -75%;
  }
}
@media (max-width: 480px) {
  body.single-facility #content::before {
    opacity: 0.1;
    left: -105%;
  }
}

.ff-profile-wrap {
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.fp-hero {
  max-width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: transparent linear-gradient(270deg, #f8f9fb 0%, #f4f5f8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.0705882353);
  border-radius: 35px;
  padding: 28px 32px;
  margin-bottom: 3rem;
  margin-top: 2rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 768px) {
  .fp-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .fp-hero {
    margin-bottom: 2rem;
  }
}

.fp-hero__identity {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
@media (max-width: 600px) {
  .fp-hero__identity {
    flex-direction: column;
    align-items: flex-start;
  }
}

.fp-hero__logo {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border: 1px solid hsl(240, 8%, 92%);
  border-radius: 18px;
  overflow: hidden;
  background: #fafafa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}
.fp-hero__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.fp-hero__name-group {
  min-width: 0;
}

.fp-hero__name {
  font-size: 2rem;
  font-weight: 500;
  color: #0f2b5b;
  margin: 0 0 6px;
  line-height: 1.25;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .fp-hero__name {
    font-size: 1.5rem;
  }
}

.fp-hero__address {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 1rem;
  color: #828792;
  margin: 0;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.fp-hero__address .dashicons {
  color: #e40223;
  font-size: 16px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}

.fp-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
  max-width: 270px;
}
.fp-hero__actions > :first-child {
  flex: 1 1 100%;
}
@media (max-width: 600px) {
  .fp-hero__actions {
    max-width: unset;
    width: 100%;
  }
  .fp-hero__actions .fp-share-wrap {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .fp-hero__actions .fp-share-wrap button {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fp-hero__actions .fp-share-wrap button .dashicons {
    font-size: 25px;
    width: 25px;
    height: 25px;
  }
  .fp-hero__actions .fp-share-wrap .fp-share-label {
    display: none;
  }
  .fp-hero__actions > :first-child {
    flex: 1;
  }
}

.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
  flex: 1;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.fp-btn .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 600px) {
  .fp-btn {
    font-size: 0.75rem;
    gap: 4px;
    flex: 1;
    padding: 0.75rem 0rem;
  }
  .fp-btn .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}

.fp-btn--primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, #01163b, #00418b, #01163b, #00418b);
  width: 180px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #fff;
  cursor: pointer;
  height: 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
}
.fp-btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  transition: left 0.55s ease;
  pointer-events: none;
}
.fp-btn--primary .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
  transform: scaleX(-1);
}
.fp-btn--primary:hover {
  background-position: 100% 0;
  transform: translateY(-1px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1529411765);
}
.fp-btn--primary:hover::before {
  left: 130%;
}
.fp-btn--primary:focus {
  outline: none;
}
@media (max-width: 600px) {
  .fp-btn--primary {
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 0.54px;
  }
}

.fp-btn--outline {
  background: #f0f1f4;
  border-radius: 14px;
  color: #0f2b5b;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.54px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.fp-btn--outline .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.fp-btn--outline:hover, .fp-btn--outline:focus {
  background: #0f2b5b;
  background: #f0f1f4;
  color: #fff;
  color: #0f2b5b;
  text-decoration: none;
  background-position: 100% 0;
  transform: translateY(-1px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1529411765);
}
.fp-btn--outline:hover::before, .fp-btn--outline:focus::before {
  left: 130%;
}

.fp-share-wrap {
  position: relative;
}

.fp-share-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 8px 10px;
  display: flex;
  gap: 2px;
  align-items: center;
  z-index: 200;
  white-space: nowrap;
}
.fp-share-popover[hidden] {
  display: none;
}
.fp-share-popover::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 18px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}

.fp-share-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #0f2b5b;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.fp-share-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}
.fp-share-social:hover, .fp-share-social:focus-visible {
  background: hsl(240, 8%, 92%);
  color: #146ddb;
  text-decoration: none;
}

.fp-body {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .fp-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 480px) {
  .fp-body {
    gap: 2rem;
  }
}

.fp-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .fp-col {
    display: contents;
  }
}
@media (max-width: 480px) {
  .fp-col {
    gap: 2rem;
  }
}

@media (max-width: 1024px) {
  .fp-section {
    width: 100%;
  }
  .fp-section--contact {
    order: 1;
  }
  .fp-section--hours {
    order: 2;
  }
  .fp-section--services {
    order: 3;
  }
  .fp-section--description {
    order: 4;
  }
  .fp-section--map {
    order: 5;
  }
}
.fp-section {
  background: #fff;
  border-radius: 35px;
  background: transparent linear-gradient(269deg, #f8f9fb 0%, #f4f5f8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.0705882353);
  padding: 1rem;
  overflow: hidden;
}

.fp-section__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #444444;
  text-transform: uppercase;
  margin: 0;
  padding: 1rem 1rem 0 1rem;
}
.fp-section__heading .dashicons {
  font-size: 15px;
  width: 15px;
  height: 15px;
  color: #e40223;
}

#fp-desc-heading {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #0f2b5b;
  font-weight: 500;
  line-height: 1;
}
#fp-desc-heading .dashicons {
  font-weight: 300;
  font-size: 28px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
  color: #e40223;
  position: relative;
}
#fp-desc-heading .dashicons::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #e40223;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.fp-section-heading-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1rem 1rem 0 1rem;
}
.fp-section-heading-wrap.fp-hours-heading .dashicons, .fp-section-heading-wrap.fp-map-heading .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #444;
}

#fp-map-heading,
#fp-hours-heading {
  line-height: 1;
  padding: 0;
  margin-top: 7px;
}

.fp-section__body {
  padding: 1rem;
}
.fp-section__body p,
.fp-section__body a,
.fp-section__body li {
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

.fp-section__empty {
  color: #999;
  font-size: 0.875rem;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.fp-description__content {
  font-size: 0.875rem;
  color: #444;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
}
.fp-description__content p {
  margin: 0 0 0.75em;
}
.fp-description__content p:last-child {
  margin-bottom: 0;
}

.fp-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 700px) {
  .fp-services__list {
    flex-direction: row;
  }
}
@media (max-width: 400px) {
  .fp-services__list {
    flex-direction: column;
  }
}
.fp-services__list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem !important;
  font-family: "Inter", sans-serif;
  color: #333;
  border: #e5e7eb solid 1px;
  border-radius: 9px;
  padding: 4px 10px;
  line-height: 1;
  height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.35px;
}
.fp-services__list .dashicons {
  color: #6bbe66;
  background-color: transparent;
  border-radius: 50%;
  padding: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.fp-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fp-contact__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.fp-contact__list .fp-contact__icon.dashicons {
  width: 34px;
  height: 34px;
  font-size: 20px;
  padding: 0;
  border-radius: 50%;
  background: #e40223;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fp-contact__list .fp-contact__icon.dashicons.dashicons-admin-site-alt3 {
  position: relative;
}
.fp-contact__list .fp-contact__icon.dashicons.dashicons-admin-site-alt3::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 1px), calc(-50% + 1px));
}
.fp-contact__list div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.fp-contact__list a {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #0f2b5b;
  text-decoration: none;
  font-weight: 500;
}
.fp-contact__list a:hover, .fp-contact__list a:focus {
  text-decoration: underline;
  color: #146ddb;
}

.fp-contact__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #828792;
  font-family: "Inter", sans-serif;
}

.fp-contact__link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  word-break: break-all;
}

.fp-hours__text {
  font-size: 0.875rem;
  color: #444;
  line-height: 1.7;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.fp-map__body {
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1rem;
}
.fp-map__body iframe {
  display: block;
}

#ff-profile-map {
  width: 100%;
  height: 220px;
  display: block;
}

.fp-map__fallback {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 0.875rem;
  color: #146ddb;
}

/*# sourceMappingURL=facility-profile.css.map*/