body h1, body h2, body h3 {
  color: #015054;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  body h1, body h2, body h3 {
    font-size: 1.2rem;
  }
}
body .header {
  background-color: white;
  border-bottom: none;
}
@media (max-width: 1030px) {
  body .header {
    position: relative;
  }
}
body .header #inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  height: 76px;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  body .header #inner-header {
    height: 60px;
  }
}
body .header #inner-header img {
  width: 250px;
  height: auto;
}
@media (max-width: 768px) {
  body .header #inner-header img {
    width: 150px;
  }
}
body .hentry #siteHeader {
  background: none;
  background-color: #e9eceb;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  body .hentry #siteHeader {
    margin-bottom: 3rem;
  }
  body .hentry #siteHeader .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .hentry #siteHeader h1.page-title {
  color: #015054;
}
@media (max-width: 768px) {
  body .hentry #siteHeader h1.page-title {
    font-size: 1.5rem;
    position: relative;
    bottom: initial;
  }
}
body .hentry #siteHeader.operational {
  background-color: #0095a3;
}
body .hentry #siteHeader.degraded {
  background-color: #966d4f;
}
body .hentry #siteHeader.outage {
  background-color: #ce3d3d;
}
body .wrap {
  width: 50%;
}
body .wrap.wrapNarrow {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  body .wrap.wrapNarrow {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  body .wrap {
    width: 95%;
  }
}
body #statusSummary {
  padding: 1rem;
  margin: 1rem 0;
  background-color: #e9eceb;
  border-radius: 10px;
}
body #statusSummary h3 {
  color: white;
}
body #statusSummary #statusSummaryTitle {
  margin: 0.5rem 0;
  text-align: center;
}
body #statusSummary.degraded {
  background-color: #966d4f;
}
body #statusSummary.outage {
  background-color: #ce3d3d;
}
body #statusSummary.status-summary.operational {
  background-color: #0095a3;
}
body #statusSummary.status-summary.degraded {
  background-color: #966d4f;
}
body #statusSummary.status-summary.outage {
  background-color: #ce3d3d;
}
body .entry-content {
  min-height: 400px;
}
body .entry-content #updates-container .update {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  body .entry-content #updates-container .update {
    font-size: 80%;
  }
}
body .entry-content #updates-container .update span.poll {
  visibility: hidden;
  margin-left: 1rem;
  font-size: 12px;
}
@media (max-width: 768px) {
  body .entry-content #updates-container .update span.poll {
    font-size: 75%;
  }
}
body .entry-content #updates-container .update span.query {
  color: #015054;
  font-size: 12px;
  vertical-align: super;
  margin-left: 0.2rem;
}
body .entry-content #updates-container .update:hover {
  background-color: #e9eceb;
}
body .entry-content #updates-container .update:hover span.poll {
  visibility: visible;
}
body .entry-content #updates-container .update .status {
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
}
body .entry-content #updates-container .update .status span .fa-solid {
  -webkit-animation: heartbeat 3s ease infinite;
          animation: heartbeat 3s ease infinite;
}
body .entry-content #updates-container .update .status.operational {
  background-color: #d6fbff;
  color: #0095a3;
}
body .entry-content #updates-container .update .status.operational span {
  color: #0095a3;
}
body .entry-content #updates-container .update .status.degraded {
  background-color: #e4d7cd;
}
body .entry-content #updates-container .update .status.degraded span {
  color: #75553d;
}
body .entry-content #updates-container .update .status.outage {
  background-color: #f7e0e0;
  color: #ce3d3d;
}
body .entry-content #updates-container .update .status.outage span {
  color: #ce3d3d;
}
body .entry-content #updates-container .update .status.unknown {
  background-color: #91d4e6;
  color: #0d2f38;
}
body .entry-content #updates-container .update .status.unknown span {
  color: #0d2f38;
}
body .entry-content #updates-container .update .update-body {
  margin-top: 0.5rem;
}
body .entry-content #updates-container .update .update-body p {
  margin: 0.5rem 0;
}
body section .incident {
  margin-top: 2rem;
  background-color: #ce3d3d;
  padding: 1rem;
  color: white;
}
body section .incident h3 {
  color: #fff;
}
body .maintenance {
  margin-top: 2rem;
  background-color: #e9eceb;
  padding: 1rem;
  border: 1px solid silver;
}
body .maintenance h2 {
  color: #015054;
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  7% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  14% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  24% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  35% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  7% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  14% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  24% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  35% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}