#whitewrap div#tcnjalerts {
  background-color: #fdd700;
}

.operating-status-row {
  background-color: #fdd700;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.operating-status-column:nth-child(1) {
  min-width: 400px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.operating-status-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  -webkit-flex: 3 1 auto;
  -ms-flex: 3 1 auto;
  flex: 3 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#tcnjalerts .h4-background {display:none;}

#tcnjalerts .operating-status-hed {
  font-family: "Alfa Slab One", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #2e2e2e;
  margin: 10px 0 20px 0;
  max-width: 300px;
}

#tcnjalerts .operating-status-date-stamp {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding-top: 15px;
}

#tcnjalerts p, .operating-status-message {
  font-family: "Bitter", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #2e2e2e;
  padding-top: 5px;
  max-width: 550px;
  margin: 0;
}

#tcnjalerts .operating-status-link {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}

#tcnjalerts .operating-status-link a:link {
  color: #2e2e2e;
}

#tcnjalerts .operating-status-link a:hover {
  color: #000;
}

#tcnjalerts a:link,
#tcnjalerts a:visited {
  color: #000;
  font-family: "Open Sans", sans-serif;
}

#tcnjalerts  .operating-status-column hr {
  background-color: #fff;
  margin: 0;
  height: 4px;
  width: 100px;
  border: 0;
}

#tcnjalerts  .operating-status-column hr {
  height: 4px;
  width: 100px;
  border: 0;
  background-color: #fff;
  margin: 10px 0;
}

@media screen and (max-width: 675px) {
    .operating-status-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

    .operating-status-column:nth-child(2) {
    padding: 20px 20px 0 0;
    }  
}