body {
  text-wrap: balance;
}

.btn-outlook {
  backdrop-filter: blur(10px);
}

.split-text .line {
  overflow: hidden;
}

.split-text .line > span {
  display: inline-block;
  will-change: transform;
}

.outlook-header {
  font-size: 3.5rem;
}

.heading-wrapper {
  overflow: hidden;
  display: block;
}

.outlook-sponsors {
  gap: 5rem;
}

.outlook-sponsors img {
  object-fit: contain;
  filter: saturate(0) invert(1) brightness(2);
  transition: all 0.3s ease;
  width: 9rem;
}

.outlook-sponsors img:hover {
  filter: saturate(1) invert(0) brightness(1) drop-shadow(1.5px 0 0 white) drop-shadow(-1.5px 0 0 white) drop-shadow(0 1.5px 0 white) drop-shadow(0 -1.5px 0 white);
}

.bg-presenter {
  background: linear-gradient(180deg, rgba(0, 38, 61, 1) 30%, rgba(0, 142, 156, 1) 100%);
}

.bg-cta {
  background: url(https://media.industrialinfo.com/events/outlooks/images/outlook-banner-cta.webp) center/cover;
}

.agenda-time::before {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: white;
  content: '';
  top: 3px;
  right: 15px;
  z-index: 5;
  border: 10px solid var(--primary-teal);
}

.hover-arrow #card-title, .hover-arrow #card-link, .hover-arrow .fa-arrow-right {
  transition: all 0.25s ease;
}

.hover-arrow:hover #card-title, .hover-arrow:hover #card-link, .hover-arrow:hover .fa-arrow-right {
  color: var(--logo-orange) !important;
  transition: all 0.25s ease;
}

.hover-arrow .fa-arrow-right {
  transform: translateX(4px);
}

.hover-arrow:hover .fa-arrow-right {
  transform: translateX(12px);
}

#sections {
    text-wrap: auto;
}

.post-event-sponsors .logo-item {
  min-width: 140px;
}

.post-event-sponsors .logo-box {
  height: 110px;
  display: flex;
  align-items: center;
  padding: .5rem;
}

.post-event-sponsors img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.row:not(:last-of-type) .agenda-time::after {
  position: absolute;
  width: 1px;
  height: 100%;
  content: '';
  background-color: var(--logo-orange);
  top: 5px;
  right: 30px;
  z-index: 1;
}

.two-column-list {
  column-count: 2;
  column-gap: 2rem;
  padding-left: 1.75em;
}

.two-column-list .fa-li {
  left: -1.75em;
}

.events-podcasts .sponsor-img {
    max-width: 180px;
    object-fit: contain;
}

.events-podcasts .sponsor-img-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.events-podcasts .sponsor-img.reduced-size {
    max-width: 120px;
}

@media (max-width: 576px) {
  .outlook-header {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .two-column-list {
    column-count: 1;
  }
}



/*Sponsor Specific Rules*/
.outlook-sponsors img[alt="Sunstate Equipment Co."] {
  object-fit: contain;
  filter: saturate(0) invert(0) brightness(9);
  transition: all 0.3s ease;
  width: 9rem;
}

.outlook-sponsors img[alt="Sunstate Equipment Co."]:hover {
  filter: saturate(1) invert(0) brightness(1);
}


/*Kodiak*/
.outlook-sponsors img[alt="Kodiak"] {
  object-fit: contain;
  filter: saturate(0) invert(1) brightness(2);
  transition: all 0.3s ease;
  width: 9rem;
}

.outlook-sponsors img[alt="Kodiak"]:hover {
  filter: saturate(1) invert(0) brightness(1) drop-shadow(0.5px 0 0 white) drop-shadow(-0.5px 0 0 white) drop-shadow(0 0.5px 0 white) drop-shadow(0 -0.5px 0 white);
}