/* Subscribe to Updates button */
#show-updates-dropdown,
.flat-button,
.masthead .updates-dropdown-container .show-updates-dropdown {
  background-color: #F1EEE9;
  color: #1E2023;
  border-color: #FFFFFF;
}

/* Hover state */
#show-updates-dropdown:hover,
.flat-button:hover,
.masthead .updates-dropdown-container .show-updates-dropdown:hover {
  background-color: #1E2023;
  color: #F1EEE9;
}