<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Change these URL refs to live in the deploy _following_ the one that gets all
 * this code (including the fonts being referenced) up to the live env.
 */
@font-face{
  font-family:'FontAwesome';
  src:url(//www.lvhn.org/modules/custom/lvhn_activecal/fonts/fontawesome-webfont.eot?v=4.7.0);
  src:url(//www.lvhn.org/modules/custom/lvhn_activecal/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0) format("embedded-opentype"),url(//www.lvhn.org/modules/custom/lvhn_activecal/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//www.lvhn.org/modules/custom/lvhn_activecal/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(//www.lvhn.org/modules/custom/lvhn_activecal/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight:normal;
  font-style:normal;
}

html {
  background-color: #ffffff;
}

.fa-share-square:before{
  font-family:'FontAwesome',sans-serif;
  content: '&amp;#xf14d';
}
.fa-heart:before{
  font-family:'FontAwesome',sans-serif;
  content: '&amp;#xf004';
}


.site-header-buttons .search-toggle {
  display: none;
}

.main #view-search {
  border-top: none;
}

/* Some of the HTML created by their WYSIWYG editor doesn't create p's :P. */
#event-detail-copy div, #event-detail-copy div p {
  font-size: 18px;
  font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5555555556;
}
</pre></body></html>