.white {
  background-color: #ffffff; }

.white-text {
  color: #ffffff; }

.black {
  background-color: #000000; }

.black-text {
  color: #000000; }

.black-highlight {
  background-color: #3e3e3e; }

.black-highlight-text {
  color: #3e3e3e; }

.strike-through {
  text-decoration: line-through; }

.dark-grey {
  background-color: #2d2d2d; }

.dark-grey-text {
  color: #2d2d2d; }

.light-grey {
  background-color: #777; }

.light-grey-text {
  color: #777; }

.lightish-grey {
  background-color: #d6d6d6; }

.lightish-grey-text {
  color: #d6d6d6; }

.lighter-grey {
  background-color: #f3f3f3; }

.lighter-grey-text {
  color: #f3f3f3; }

.lightest-grey {
  background-color: #efefef; }

.lightest-grey-text {
  color: #efefef; }

.shadow-grey {
  background-color: #d3d3d3; }

.shadow-grey-text {
  color: #d3d3d3; }

.green {
  background-color: #376e26; }

.green-text {
  color: #376e26; }

.light-green {
  background-color: #4a9035; }

.light-green-text {
  color: #4a9035; }

.light-blue {
  background-color: #E7E9F1; }

.light-blue-text {
  color: #E7E9F1; }

.dark-blue {
  background-color: #293b6e; }

.dark-blue-text {
  color: #293b6e; }

.blue-highlight {
  background-color: #4a67b3; }

.red {
  background-color: #dc0423; }

.red-text {
  color: #dc0423; }

.yellow {
  background-color: #ffff00; }

.yellow::before {
  background-color: #ffff00; }

.yellow::marker {
  background-color: #ffff00; }

.update-highlight {
  background-color: #ffff00;
  display: inline !important; }

.update-highlight:before {
  background-color: #ffff00;
  display: inline !important; }

.consumerlab-blue {
  background-color: #1C449B; }

.consumerlab-blue-text {
  color: #1C449B; }

.passedTest {
  background-color: rgba(74, 144, 53, 0.3); }

.failedTest {
  background-color: rgba(220, 4, 35, 0.3); }

.in-the-news {
  margin-top: 1em;
  margin-bottom: 4em; }
  .in-the-news .single-in-the-news {
    margin-top: 1.5em; }
    .in-the-news .single-in-the-news .in-the-news-date {
      text-align: right;
      font-size: 0.9em;
      color: #777;
      padding-top: 1em;
      padding-bottom: 1em; }
    .in-the-news .single-in-the-news .in-the-news-logo img {
      max-width: 90%;
      display: block;
      margin-right: auto;
      margin-left: auto; }
    .in-the-news .single-in-the-news .bottom-border {
      border-bottom: 1px solid #d6d6d6;
      margin-top: 1.5em; }

@media (max-width: 767.98px) {
  .in-the-news {
    margin: 0 0 2rem 0; }
    .in-the-news .single-in-the-news .in-the-news-date {
      text-align: center;
      font-size: 1em; } }
