<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bb_wrapper {
  position: relative;
  margin-top: 0;
  -webkit-transition: margin-top 200ms ease-out;
  transition: margin-top 200ms ease-out; }
  .bb_wrapper.is-active {
    margin-top: 250px; }

.branding-bar {
  background: #E6EDE5;
  height: 45px; }
  .branding-bar a.social {
    text-decoration: none; }
    .branding-bar a.social [class^="sficon-"], .branding-bar a.social [class*=" sficon-"] {
      color: #aaa;
      font-size: 16px;
      margin-right: 10px;
      -webkit-transition: color 200ms ease-out;
      transition: color 200ms ease-out; }
    .branding-bar a.social .sficon-facebook:hover {
      color: #3b5998; }
    .branding-bar a.social .sficon-twitter:hover {
      color: #00aced; }

.branding-bar_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.branding-bar_links {
  float: left;
  line-height: 45px; }

.branding-bar_logo {
  float: right;
  line-height: 45px; }

.branding-bar_links, .branding-bar_logo {
  padding: 0; }

.branding-bar_productof {
  color: #888;
  font-family: 'Georgia';
  font-size: 11px;
  font-style: italic;
  margin-right: 2px;
  text-rendering: optimizeLegibility; }

.branding-bar_sunlight-logo {
  background: url('img/sunlight-logo.png') no-repeat 50% 50%;
  background: rgba(0, 0, 0, 0) url('brandingbar/0-3/img/sunlight-logo.svg') no-repeat 50% 50%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: transparent;
  display: inline-block;
  font-size: 0;
  height: 30px;
  width: 160px;
  vertical-align: middle; }

.branding-bar.sflogo-light .branding-bar_sunlight-logo {
  background: url('img/sunlight-logo-light.png') no-repeat 50% 50%;
  background: rgba(0, 0, 0, 0) url('img/sunlight-logo-light.svg') no-repeat 50% 50%; }

@media screen and (max-width: 480px) {
  .branding-bar_container {
    text-align: center;
    width: 100%; }
  .branding-bar_links, .branding-bar_logo, .branding-bar_links a {
    float: none; }
  .branding-bar_links {
    display: none; }
  .branding-bar_logo {
    width: 100%; } }</pre></body></html>