
  #sideSelectionIndicator, .requiredBlip {
      background-color: #073048;
      border-color: #073048;
  }

  .noteBorder-default, .noteBorder-background {
    border-left-color: #22678b;
  }
  #topArea {
    background-image: none;
    background-color: #22678b;
  }
  .noteBorder-default, .noteButton-title {
    border-left-color: #005D85;
  }
  .lineTitle, .bigTitle, .largeTitle, .noteInfoLabel, .content .titleLink:hover, #resultQuery, .docEditLink, .accountTitleLink, .accountInfoTitle, .dashboardTitle, #pageTitle, .pageSubTitle, .pageSubTitle a, #resultRequeryInput, article h1, body.contentPage div.toc.title:not(.smallParent) .link span, .lineTitle span, .largeTitle .titleLink span {
    color: #005D85;
  }
  .customerTitleColor, .noJsPaperTitle, .customerTitleColor .titleNumber, .customerTitleColor .titleTitle {
  color: #005D85 !important;
  }
  .noteBorder-default, .noteBorder-accent {
    border-left-color: #073048;
  }
  .customerAccentColor, .customerAccentColor_Hover:hover, #analysisProgress::-webkit-progress-value {
  color: #073048 !important;
  }
  .customerAccentColor_Background, .customerAccentColor_Background_Hover:hover {
    background-color: #073048 !important;
  }
  .customerAccentColor_Border, .customerAccentColor_Border_Hover:hover {
    border-color: #073048 !important;
  }




  /*noinspection CssUnknownTarget*/
  #top {
      background-image: url(/customization/CR2206/banner?ts=1,620,744,150,377);
    background-position: center;
    background-size: 940px 106px;
    background-repeat: no-repeat;
  }

  #muniName, #countyName {
    display: none;
  }

  #websiteLink {
    position: absolute;
      left: 0px;
      width: 940px;

      top: 0px;
      height: 106px;
  }


  .topButtonContainer, .topButtonContainer:first-child {
    display: inline-block;
    margin-left: 12px;
    padding-left: 0;
    position: relative;
    border: 1px solid #000;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #333;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  }

  .topButton {
    color: #fff;
    padding: 7px 10px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
    opacity: 0.4;
  }

  .topButtonContainer:hover .topButton {
    opacity: 1;
  }
  #topButtons {
    top: 12px;
  }

  #topButtons {
      right: 4px;
  }
