<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button.blue {
  display: inline-block;
  background: #2397db;
  color: #fff;
  font-family: 'Napco_1';
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
  padding: 2px 7px;
  text-decoration: none;
  border-width: 0; }



.more-button-holder {
  text-align: center;
  position: relative; }
  .more-button-holder .more.button {
    display: inline-block;
    background: #2397db;
    color: #fff;
    font-family: 'Napco_1';
    font-size: 0.8125em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 22px;
    text-decoration: none;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    border: none;
    cursor: pointer; }
    .more-button-holder .more.button[disabled='disabled'] {
      cursor: default;
      opacity: .3; }
    .more-button-holder .more.button.full-width {
      display: block;
      text-align: center;
      width: 100%; }
    .more-button-holder .more.button:after {
      display: block;
      content: "";
      height: 16px;
      width: 100%;
      background: url(../../images/show-more-arrow-down.png) center bottom no-repeat;
      background-size: 44px 16px;
      position: absolute;
      top: 28px;
      left: 0;
    }
    
    
    .more-button-holder .more.button.expanded:after {
      background: none;
    }
    
    .more-button-holder .more.button.expanded {
      margin-top: 20px;
    }
    
    .more-button-holder .more.button.expanded:before {
      display: block;
      content: "";
      height: 16px;
      width: 100%;
      background: none;
      background: url(../../images/show-more-arrow-up.png) center bottom no-repeat;
      background-size: 44px 16px;
      position: absolute;
      left: 0;
      top: -16px;
    }
    
    
    
    
.more-button-holder .contributor-up-arrow.button:before {
  display: block;
  content: "";
  height: 16px;
  width: 100%;
  background: url(../../images/less.png) center bottom no-repeat;
  background-size: 44px 16px;
  position: absolute;
  left: 0;
  top: -15px;
}   
.more-button-holder .contributor-up-arrow.button:after {
  display: none;
}</pre></body></html>