@import url("https://use.typekit.net/bse1nnn.css");

html {
  font-size: 100% !important;
}

body {
  color: #58585b;
  max-width: 2200px;
  margin: auto;
  box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.209);
  font-family: "din-2014", sans-serif;
  font-variant-ligatures: no-common-ligatures;
  font-weight: 400;
  overflow-x: hidden;
}

button {
  box-shadow: none !important;
}

button:hover {
  background: transparent !important;
}

table tbody td {
  border-bottom: none !important;
  border-top: none !important;
  padding: inherit !important;
}

table tbody tr {
  background-color: transparent !important;
}

table tbody,
table thead th {
  background-color: transparent !important;
}

header {
  background: #fff;
  padding: 0;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo {
  width: 200px;
  display: block;
}

.lp--nav {
  list-style-type: none;
  float: right;
  margin: 0;
}

.lp--nav li {
  display: inline-block;
  text-align: right;
}

#lp--mobile-toggle {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .lp--nav {
    display: none;
  }

  .lp--header .lp--logo {
    padding: 20px 0;
  }

  #lp--mobile-toggle {
    top: 20px;
    display: block;
  }

  .no-wrap {
    white-space: normal;
  }
}

#lp--mobile-toggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#lp--mobile-toggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #015130;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#lp--mobile-toggle span:first-child {
  transform-origin: 0% 0%;
}

#lp--mobile-toggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#lp--mobile-toggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#lp--mobile-toggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#lp--mobile-toggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#lp--mobile-nav {
  position: absolute;
  width: 100vw;
  margin: -69px 0 0 calc(-100vw + 49px);
  padding: 50px;
  padding-top: 100px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#lp--mobile-nav li {
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
}

#lp--mobile-toggle input:checked~ul {
  transform: none;
}

.text-green {
  color: #00502E;
}

#hero {
  overflow: hidden;
  margin-top: 90px;
}

#hero .container {
  min-height: 700px;
  height: 75vh !important;
  position: relative;
  z-index: 1;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hero-video video.is-ready {
  opacity: 1;
}

.hero-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-outline {
  border: 3px solid #00502E;
  border-radius: 0;
}

.btn-outline:hover {
  border: 3px solid #00502E;
  background-color: #00502E !important;
  color: #fff !important;
  border-radius: 0;
}

.btn-blue {
  background-color: #00502E;
  padding: 10px;
}

section.bg-gray {
  background: url(https://umiamihealth.org/~/media/Sylvester-Comprehensive-Cancer-Center/NCRB/2025/sylvester-gcrb-section-bg.jpg) center center no-repeat;
  background-size: cover;
}

section.bg-white {
  background: #fff;
}

.features-table tr {
  border-bottom: 1px solid #F89D6A;
}

.features-table tr:last-child {
  border-bottom: 1px solid #fff;
}

.features-table td {
  padding: 30px !important;
  align-content: start;
}

.floors-table tr {
  border-bottom: 1px solid #fff;
}

.floors-table tr:last-child {
  border-bottom: 0;
}

.floors-table td {
  padding: 10px !important;
  align-content: start;
}

.building-map {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.building-map__image {
  display: block;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  border-radius: 1.5rem;
  object-fit: cover;
  max-width: 1000px;
}

.floor-marker {
  position: absolute;
  top: var(--marker-top);
  left: var(--marker-left);
  cursor: pointer;
  outline: none;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #58585b;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.floor-marker:hover,
.floor-marker:focus-visible,
.floor-marker.is-active {
  transform: translate(-50%, -50%);
  color: #fff;
}

.floor-marker.research:hover,
.floor-marker.research:focus-visible,
.floor-marker.research.is-active {
  background: #008c54 !important;
}

.floor-marker.construction:hover,
.floor-marker.construction:focus-visible,
.floor-marker.construction.is-active {
  background: #005030 !important;
}

.floor-marker.patient:hover,
.floor-marker.patient:focus-visible,
.floor-marker.patient.is-active {
  background: #F4731F !important;
}

.floor-marker::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.2s ease;
  z-index: -1;
}

.floor-popup {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  color: #fff;
  text-align: left;
  width: 320px;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
}

.floor-popup::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.floor-marker:hover .floor-popup,
.floor-marker:focus-visible .floor-popup,
.floor-marker.is-active .floor-popup {
  opacity: 1;
  visibility: visible;
}

.floor-marker:hover::before,
.floor-marker:focus-visible::before,
.floor-marker.is-active::before {
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.24));
}

.floor-marker--pulse {
  animation: floor-marker-pulse-button 1.8s ease-in-out infinite;
}

.floor-marker--pulse::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 3px solid rgba(244, 115, 31, 0.82);
  animation: floor-marker-pulse-ring 1.6s ease-out infinite;
  z-index: -2;
}

@keyframes floor-marker-pulse-button {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@keyframes floor-marker-pulse-ring {
  0% {
    transform: scale(0.86);
    opacity: 0.95;
  }

  75% {
    transform: scale(1.45);
    opacity: 0;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.floor-marker.popup-left .floor-popup {
  left: 0;
  transform: none;
}

.floor-marker.popup-left .floor-popup::after {
  left: 28px;
  transform: none;
}

.floor-marker.popup-right .floor-popup {
  left: auto;
  right: 0;
  transform: none;
}

.floor-marker.popup-right .floor-popup::after {
  left: auto;
  right: 28px;
  transform: none;
}

.floor-popup__title {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.floor-popup__copy {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

.floor-popup.research {
  background: #008c54;
}

.floor-popup.research::after {
  border-top-color: #008c54;
}

.floor-popup.construction {
  background: #005030;
}

.floor-popup.construction::after {
  border-top-color: #005030;
}

.floor-popup.patient {
  background: #F4731F;
}

.floor-popup.patient::after {
  border-top-color: #F4731F;
}

.marker-l11 {
  --marker-top: 30%;
  --marker-left: 27%;
}

.marker-l10 {
  --marker-top: 36%;
  --marker-left: 27%;
}

.marker-l9 {
  --marker-top: 42%;
  --marker-left: 27%;
}

.marker-l8 {
  --marker-top: 37%;
  --marker-left: 76%;
}

.marker-l7 {
  --marker-top: 44%;
  --marker-left: 76%;
}

.marker-l6 {
  --marker-top: 51%;
  --marker-left: 76%;
}

.marker-l5 {
  --marker-top: 58%;
  --marker-left: 76%;
}

.marker-l4 {
  --marker-top: 66%;
  --marker-left: 78%;
}

.marker-l3 {
  --marker-top: 70%;
  --marker-left: 73%;
}

.marker-l2 {
  --marker-top: 80%;
  --marker-left: 75%;
}

.marker-l1 {
  --marker-top: 92%;
  --marker-left: 73%;
}

#ncrb--gallery .carousel-arrow {
  position: absolute;
  top: 40%;
  left: 25px;
  cursor: pointer;
  z-index: 10;
}

#ncrb--gallery #arrow-right {
  left: auto;
  right: 25px;
}

.slide .col-md-7 {
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .carousel-arrow {
    display: none;
  }

  .building-map {
    width: 100%;
  }

  .building-map__image {
    max-height: none;
    object-position: 55%;
    min-height: 500px;
    height: auto;
  }

  .floor-marker {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .floor-popup {
    width: min(260px, calc(100vw - 32px));
    padding: 0.95rem 1rem;
  }

  .floor-popup__title {
    font-size: 20px;
  }

  .floor-popup__copy {
    font-size: 16px;
  }

  .marker-l11 {
    --marker-top: 33%;
    --marker-left: 15%;
  }

  .marker-l10 {
    --marker-top: 38%;
    --marker-left: 15%;
  }

  .marker-l9 {
    --marker-top: 43%;
    --marker-left: 15%;
  }

  .marker-l8 {
    --marker-top: 38%;
    --marker-left: 88%;
  }

  .marker-l7 {
    --marker-top: 44%;
    --marker-left: 88%;
  }

  .marker-l6 {
    --marker-top: 50%;
    --marker-left: 88%;
  }

  .marker-l5 {
    --marker-top: 56%;
    --marker-left: 88%;
  }

  .marker-l4 {
    --marker-top: 63%;
    --marker-left: 94%;
  }

  .marker-l3 {
    --marker-top: 65%;
    --marker-left: 84%;
  }

  .marker-l2 {
    --marker-top: 74%;
    --marker-left: 84%;
  }

  .marker-l1 {
    --marker-top: 84%;
    --marker-left: 84%;
  }

  #hero .container {
    min-height: 300px;
    height: 40vh !important;
  }

  .features-table td {
    padding: 15px 10px !important;
    display: block;
  }
}

#news-carousel a {
  background: transparent !important;
  color: #58585b !important;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  p {
    padding: 0;
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #F4731F;
  }
}

.owl-dot {
  box-shadow: none !important;
}

#news-arrow-left,
#news-arrow-right {
  position: absolute;
  bottom: 15%;
  z-index: 10;
  cursor: pointer;
  height: 70px;
}

#news-arrow-left {
  right: 11%;
  margin-inline: 5px;
}

#news-arrow-right {
  right: 8%;
  margin-inline: 5px;
}

@media screen and (max-width: 767px) {
  .news-col {
    padding-right: 1rem !important;
    border-radius: var(--bs-border-radius-xl) !important;
  }

  .footer-logos-first {
    max-width: 80% !important;
  }

  .hero-arrow {
    bottom: 5%;
    left: 45% !important;
  }

  .hero-arrow img {
    max-width: 60px;
  }
}

.news-col {
  padding-right: 15% !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.footer-logos-first {
  max-width: 500px;
}

a.anchor {
  display: block;
  position: relative;
  top: -145px;
  visibility: hidden;
}

.hero-arrow {
  bottom: 5%;
  left: 50%;
  right: 50%;
}

.accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2329618E' viewBox='0 0 16 16'%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");
}

.accordion-button {
  border-bottom: 2px solid #00502E;
}

.accordion-button:focus {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #00502E !important;
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: var(--bs-accordion-btn-active-icon);
}

.text-black {
  color: #58585b !important;
}

a.text-black:hover {
  text-decoration: underline !important;
}
