/* compiled by scssphp v0.0.12 on Thu, 20 Feb 2020 12:57:26 +1300 (0.0066s) */

/* Updates SCSS Document */
.updates {
  display: block;
  margin-top: 30px;
  margin-bottom: -20px;
}
.updates .update {
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #00b1cd;
}
.updates .update:first-child {
  border-top: none;
}
.updates .update > * {
  width: 50%;
  padding-right: 20px;
}
.updates .update > strong, .updates .update > b {
  width: 20%;
}
.updates .update h2 {
  color: #00b1cd;
  font-family: co-headline, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 0px;
  vertical-align: middle;
}
.updates .update > span {
  padding-right: 0px;
  /* Media Queries */
}
@media screen and (max-width: 650px) {
  .updates {
    display: block;
  }
  .updates .update {
    display: block;
  }
  .updates .update > * {
    width: 100%;
    padding-right: 0px;
  }
}
