/*status alert banner*/
.status-alert {
  display: -webkit-box;
  display: flex;
  margin-top: 25px;
  font-family: "Typold W05", sans-serif;
}

.status-alert.yellow {
  background-color: #ff0;
}

.status-alert.red {
  background-color: #CA3604;
}

.status-alert.green {
  background-color: #72A300;
}

.status-alert article {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 20px;
  font-family: "Typold W05", sans-serif;
}

.status-alert article h2 a {
  font-size: 1.2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: white;
  font-family: "Typold W05", sans-serif;
  display: -webkit-box;
  display: flex;
  padding-left: 5px;
  font-weight: normal;
}

.status-alert.yellow article h2 a {
  color: #333;
}

.status-alert article h2 a:after {
  content: " ";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='8'%3E%3Cdefs%3E%3Cpath id='a' d='M8.586 3 7.293 1.707A1 1 0 0 1 8.707.293l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L8.586 5H1a1 1 0 1 1 0-2z'/%3E%3C/defs%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cmask id='b'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse xlink:href='%23a' fill-rule='nonzero'/%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M0-2h12v12H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right center;
  padding-left: 40px;
  background-size: 20px;
}

.status-alert article h2 a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.status-alert article .field--name-field-alert-type a:after {
  content: " - ";
}

.status-alert article .field--name-field-alert-type a {
  font-size: 1.2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: white;
  font-family: "Typold W05", sans-serif;
}

.status-alert.yellow article .field--name-field-alert-type a {
  color: #333;
}

.status-alert.yellow article h2 a:after {
  content: " ";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='8'%3E%3Cdefs%3E%3Cpath id='a' d='M8.586 3 7.293 1.707A1 1 0 0 1 8.707.293l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L8.586 5H1a1 1 0 1 1 0-2z'/%3E%3C/defs%3E%3Cg fill='%23333' fill-rule='evenodd'%3E%3Cmask id='b'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse xlink:href='%23a' fill-rule='nonzero'/%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M0-2h12v12H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right center;
  fill: #333;
  padding-left: 40px;
  background-size: 20px;
}

/*end status alert banner*/
/*status alerts featured small*/
.status-alert-small {
  margin-top: 20px;
  font-family: "Typold W05", sans-serif;
  width: 100%;
  background: #f2f3f4;
  padding: 15px;
}

.status-alert-small .status-alert-type--code.green {
  background-color: #72A300;
  color: white;
  margin-top: 0;
  padding: 5px 10px;
}

.status-alert-small .status-alert-type--code.yellow {
  background-color: #ff0;
  margin-top: 0;
  padding: 5px 10px;
}

.status-alert-small .status-alert-type--code.red {
  background-color: #CA3604;
  color: white;
  margin-top: 0;
  padding: 5px 10px;
}

.status-alert-small .status-alert__title {
  margin-top: 1rem !important;
  font-size: 1.2rem;
  font-family: "Typold W05", sans-serif;
}

.status-alert-small .status-alert__title a {
  color: #333;
  font-size: 1.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Typold W05", sans-serif;
  font-weight: bold;
}

.status-alert-small .status-alert__title a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.status-alert__dates {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d7d7d7;
  font-family: "Typold W05", sans-serif;
  color: #3f3f3f;
  font-size: 0.85rem;
}

.status-alert__text .c-intro {
  margin-top: 1rem !important;
  font-family: "Merriweather", serif;
}

.status-alert__text .c-intro p {
  font-size: 1rem;
  font-family: "Merriweather", serif;
}

.status-alert__places {
  margin-top: 10px;
  padding: 10px;
  background: #f3f4f5;
}

.status-alert__places .affected-header {
  font-weight: bold;
}

/*Status Alert Full*/
.status-alert-subtitle .field--name-field-subtitle {
  color: #3f7b35;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 20px;
}

h3.status-alert__subtitle {
  color: #417925;
  margin: 10px 0;
}

h4.status-alert__subtitle {
  color: #417925;
  margin: 20px 0;
}

.status-alert-full {
  margin-top: 20px;
  font-family: "Typold W05", sans-serif;
  width: 100%;
}

.status-alert-full .status-alert__dates {
  color: #595a61;
  padding-top: 10px;
}

.status-alert-full .status-alert-type--code {
  color: white;
  margin-top: 0;
  padding: 20px 105px 25px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
}

.status-alert-full .status-alert-type--code.green {
  background-color: #72A300;
}

.status-alert-full .status-alert-type--code.yellow {
  background-color: #ff0;
  color: #3f3f3f;
}

.status-alert-full .status-alert-type--code.red {
  background-color: #CA3604;
}

.status-alert-full a.go-back-link {
  color: white;
  background: #417925;
  padding: 8px 12px;
  margin-top: 20px;
  float: right;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.status-alert-full a.go-back-link::before {
  color: white;
  background: #417925;
  content: "<  ";
  fill: #333;
  padding-left: 6px;
  padding-right: 6px;
  background-size: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}