<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.paragraph.disabled {
  opacity: 0.5;
  cursor: disabled;
}

.paragraph.disabled *{
  pointer-events:none !important;
}

.card-link a:hover .count{
  color:#004853 !important;
}
#dumpCookies {
  position:fixed;
  top:unset !important;
  bottom:1rem;
  max-width:50px;
  height:50px;
  left:1rem;
  z-index:999;
  font-size:8px;

}
#viewCookies {
  position:fixed;
  top:unset !important;
  bottom:calc(2rem + 50px);
  max-width:50px;
  height:50px;
  left:1rem;
  z-index:999;
  font-size:8px;

}

#viewStatus {
  position:fixed;
  top:unset !important;
  bottom:1rem;
  max-width:50px;
  height:50px;
  left:1rem;
  z-index:999;
  font-size:8px;

}

#cookieBox{
  display:none;
  position:fixed;
  top:50%;
  bottom:1rem;
  max-width:950px;
  height:auto;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:999;
  background-color:white;
  padding:1rem;
  border-radius:1rem;
  overflow:scroll;
  max-height:90vh;
  padding-top:2rem;
}
#cookieBox.active{
  display:block;
}
#cookieBoxClose{
  position:absolute;
  top:1rem;
  right:1rem;
  font-size:2rem;
  font-weight:bold;
  z-index:999;
}
ul.cookie-list {
  padding-left: 0;
  font-size: 14px;
}
ul.cookie-list ul{
  padding-left: 0;
  font-size: 14px;
}


.stacked-grid article.stacked {
  position: relative;
}

button.bookmark-toggle {
  background-color: transparent !important;
  border: none;
  color: #ff491c;
  display: inline-block;
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}

.node-deal.full.no-hero button.bookmark-toggle,
.node-event.full.no-hero button.bookmark-toggle,
.node-profile.full.no-hero button.bookmark-toggle {
  height: 80px;
  width: 80px;
  border-radius: 60px 0 0 60px;
  background-color: #fff;
  top: 15px;
  @media (max-width: 1020px) {
    top: inherit;
    bottom: 15px;
    scale: 0.75;
    right: -15px;
  }
}

.node-landing.stacked button.bookmark-toggle {
  display: none;
}

.node-editorial.stacked button.bookmark-toggle {
  color: #ff491c;
  top: -1rem;
  right: -1rem;
}

.slick-slide button.bookmark-toggle,
.left-image-copy .media-wrapper button.bookmark-toggle {
  color: #ff491c;
}

.grid-cards button.bookmark-toggle {
  top: 0.5rem;
  right: 0.5rem;
}

button.bookmark-toggle.featured {
  top: 0.5rem;
  right: 0.5rem;
}

article.node-editorial.full header,
.dynamic-related-content .related,
.left-image-copy .media-wrapper {
  position: relative;
}

.mad-bookmark-user-logged-in .bookmarking_logged_out {
  display: none;
}
</pre></body></html>