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

#whitewrap div#wrapper-1000 {
  width: 1128px;
}

#whitewrap div#wrapper-1000.responsive-grid {
  width: auto !important;
  max-width: 1128px;
}

#whitewrap #wrapper-1000 {
  padding: 0;
}

#whitewrap .tcnjalert .widget-wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px 0;
  display: block;
}

#whitewrap .tcnjalert .h4-background,
#whitewrap .tcnjalert .h4-background h4 {
  display: none;
}

#whitewrap a.red-border-button-alert,
#whitewrap a.white-border-button {
  font-variant: normal;
  letter-spacing: 1px;
  display: inline-block;
  text-shadow: none;
}

#whitewrap .tcnjalert img {
  border-color: red;
}

#whitewrap .tcnjalert h2 {
  /*color: red;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 32px;
    padding-top: 0;*/
}

#whitewrap .tcnjalert a:link,
#whitewrap .tcnjalert a:visited {
  /*color: red;
    font-family: "Open Sans", sans-serif; */
}

#whitewrap .tcnjalert a:hover {
  /*  color: red; */
}

#whitewrap .tcnjalert p {
  font-size: 20px;
  line-height: 35px;
  color: #2e2e2e;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

#whitewrap .tcnjalert ol,
#whitewrap .tcnjalert ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

#whitewrap .tcnjalert ol li {
  list-style-type: lower-alpha;
}

#whitewrap .tcnjalert ul li {
  list-style-type: square;
  line-height: 30px;
  color: red;
}

#whitewrap .tcnjalert span.alert-date {
  font-size: 14px;
  color: #2e2e2e;
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
}

#whitewrap .center-button {
  text-align: center;
  margin-top: 40px;
}

#whitewrap .block-type-content a.red-border-button-alert,
#whitewrap .block-type-widget-area li.widget a.red-border-button-alert {
  color: red;
}

#whitewrap a.red-border-button-alert {
  color: red;
  background: 0 0;
  text-decoration: none;
  border-color: red;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  padding: 24px 53px;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
  text-transform: uppercase;
}

#whitewrap .block-type-custom-code a.red-border-button-alert:hover,
#whitewrap .block-type-widget-area li.widget a.red-border-button-alert:hover,
#whitewrap a.red-border-button-alert:hover {
  color: #2e2e2e;
  background: 0 0;
  text-decoration: none;
  border-color: #2e2e2e;
}

@media screen and (max-width: 1150px) {
  #whitewrap .tcnjalert .widget-wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px;
    display: block;
  }
}

@media screen and (max-width: 992px) {
  #whitewrap a.red-border-button-alert {
    font-size: 14px;
    padding: 15px 25px;
  }
}

@media screen and (max-width: 675px) {
  #whitewrap a.red-border-button-alert {
    width: auto;
    display: block;
  }
}
