<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================
Note that the text color and link color are set in the Curator.io 
backend where the social collection is built
===================================================================*/

body.crt-popup-visible {
  overflow: auto !important;
}


.crt-popup-manager .crt-popup-underlay {
    background-color: rgba(0,0,0,.9);
}
.crt-popup-wrapper .crt-popup .crt-previous, .crt-popup-wrapper .crt-popup .crt-next {
    margin-top: 0 !important;
    display: flex;
    top: 0 !important;
    height: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: .6;
    transition: .3s ease;
}
.crt-popup-wrapper .crt-popup .crt-previous:hover, 
.crt-popup-wrapper .crt-popup .crt-next:hover,
.crt-popup-wrapper .crt-popup .crt-previous:focus, 
.crt-popup-wrapper .crt-popup .crt-next:focus {
    opacity: 1;   
}
.crt-popup-wrapper .crt-popup .crt-popup-left {
    min-height: 0 !important;
}
.crt-popup-wrapper .crt-popup .crt-popup-left img {
  height: 100%;
  object-fit: cover;
}
.crt-post-text {
    /*padding: 0 17px 28px !important;*/
    font-size: 0.94rem !important;
    line-height: 1.4 !important;
}
.crt-post-text a,
.crt-widget .crt-post-text a {
    font-weight: 700;
    text-decoration: none !important;
}
.crt-post-text a:hover,
.crt-post-text a:focus,
.crt-widget .crt-post-text a:hover,
.crt-widget .crt-post-text a:focus {
    text-decoration: underline !important;
}
.crt-popup-wrapper .crt-popup .crt-popup-right {
    font-family: inherit !important;
}
.crt-responsive-video {
  padding-bottom: 56.25% !important;
}
.crt-load-more {
    background: #115740 !important;
    color: #fff !important;
    border: rgb(17, 87, 64) !important;
    transition: all 0.18s ease-in !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white !important;
    font-family: "Avenir Next W01", Verdana, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.3;
}
.crt-load-more:hover,
.crt-load-more:focus {
    background: #000 !important;
}
.crt-popup-wrapper .crt-popup .crt-close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.crt-social-icon svg {
  width: 29px !important;
}

@media screen and (max-width: 910px) {
    .crt-popup-wrapper .crt-popup .crt-close {
      background-color: #fff;
      top: 0;
      right: 0;
      width: 32px;
      line-height: 34px;
      height: 32px;
      text-align: center;
    }
}

@media (min-width: 911px) {
    .crt-popup-wrapper .crt-popup .crt-popup-left img {
      min-height: 310px;
    }
}</pre></body></html>