<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#to-shine-page-header .img-fluid { width: 250px!important; max-width:250px!important; }

/* HeaderLogin module's account buttons otherwise get hidden under other elements */
#moduleActions-565 { z-index: 40000;}
/* HeaderLogin module has too much right padding */
#dnn_ctr565_ContentPane { padding-right: 18px!important; }

.no-underline { text-decoration: none!important; }
.no-underline a { text-decoration: none!important; }

@media only screen and (max-width: 768px) {
  .homeBanner { padding: 20px!important; }
  .homeBanner h1 {
    font-size: 2em;
  }
  .homeBanner p {
      font-size: 1.3em!important;
      line-height: 1.2em!important;
  }

  .marquee-item {
      width: 99px!important;
      flex: 0 0 25vw!important;
      margin: 0 3vw!important;
  }
}

/* UL lists that you want pancaked out into an anchor jump-to list */
  .jumpTo { list-style-type: none;}
  .jumpTo li::before { content: "[" }
  .jumpTo li::after {content: "]"}
  .jumpTo li { display: inline-block; margin-right: 25px; margin-bottom: 10px;}


/* fix &lt;a&gt; btn hover/visited colors */
a.btn.btn:visited, a.btn-outline-primary:visited { color: #FFF!important; }

.hideBullets { list-style-type: none!important;}
.ul-without-left-padding ul { padding-left: 0px;}

/* fix main menu, sub-items, last item has no right padding */
#nav-desktop .last { padding-right: 16px!important; }


/* hide RSS icon/link on blog page */
.rss-button { display: none!important; }












</pre></body></html>