/******** other one off stuff **********/
.butter-bar {
  background: lightyellow;
  color: #3c4043;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.butter-bar a {
  margin-left: 16px;
}

a.h-c-button.outline:visited {
  color: #1a73e8;
}

/******** special butterbar HOC **********/
/* May not be actively in use, but keep around for the return of the butterbar
 * next year.
 */
.butter-bar.campaign_hoc {
  background: #f6f9fe !important;
  border: 1px solid #e8f0fe;
  border-radius: 5px;
  margin: 12px;
  padding: 6px 18px;
  text-align: left;
}

.butter-bar.campaign_hoc ul, .butter-bar.campaign_hoc li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.butter-bar.campaign_hoc ul {
  height: 100%;
}

.butter-bar.campaign_hoc .columns {
  display: flex;
  padding-right: 1rem;
  align-items: center;
}

.butter-bar.campaign_hoc img {
  margin-right: 1em;
}

.butter-bar.campaign_hoc .h-c-button.outline {
  color: #1a73e8;
  float: right;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  padding: 17px 36px;
  white-space: nowrap;
}

@media only screen and (max-width: 900px) {
  .butter-bar.campaign_hoc .h-c-button.outline  {
    padding: 17px 12px;
  }
}

.butter-bar #superscript {
  vertical-align: super;
  font-size: 50%;
}