/* Import Söhne font - 2026 Rebrand */
/* Note: You may need to host these fonts or use a fallback */

/*Hide incident history on page*/
.incidents-list {
  display: none;
}

/*Header Changes*/
.masthead-container.basic {
  position: relative;
  background-color: #0d5189; /* Navy */
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 60px !important;
  height: 81px;
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.logo-container {
  width: 270px;
  text-align: left;
  padding: 10px;
  margin-top: -55px;
}

/* Align current status center */
.status.font-large {
  display: flex;
  justify-content: center;
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.page-status.status-none {
  margin-bottom: 40px !important;
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/*container width fix */
.container {
  min-width: 875px;
}

/* change status to two columns */
.components-container.one-column {
  column-count: 2;
  column-gap: 0px;
  height: 217px;
}

/*customize the service status's appearance */
.layout-content.status.status-index .components-section .components-container.one-column .component-container:nth-child(1) {
  border-radius: 0px 0px 0 0 !important;
  border-right-width: 0px;
  width: 437px;
  height: 108px;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:nth-child(2) {
  border-radius: 0px 0px 0 0 !important;
  border-right-width: 0px;
  width: 437px;
  height: 108px;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:nth-child(3) {
  border-bottom-width: 1px;
  border-top-width: 1px;
  width: 437px;
  height: 108px;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:nth-child(4) {
  border-radius: 0px 0px 0 0 !important;
  border-top-width: 0px;
  width: 437px;
  height: 108px;
}

span.component-status {
  width: 123px;
  height: 25px;
  border-radius: 0.5rem; /* Brand guidelines: medium radius */
  border: solid 1px #ffffff;
  text-align: center;
  vertical-align: middle;
  font-family: 'Soehne Mono', ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: normal !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  padding-top: 4px;
  margin-top: 22px;
}

/* About Site fix*/
#about-this-site {
  display: none;
}

.color-secondary.font-regular {
  width: 330px;
  height: 20px;
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #361345; /* Plum */
}

.text-section {
  display: flex;
  justify-content: center;
}

/*change incident history button */
.history-footer-link {
  display: none;
  background-color: #0d5189; /* Navy */
  color: white;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  border-radius: 27px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 170px;
  float: right;
  margin-top: 20px;
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Push down footer */
.page-footer.border-color.font-small {
  position: relative;
  bottom: 0;
  width: 875px;
  margin-top: 200px;
}

.color-secondary {
  color: #361345; /* Plum */
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

span.name {
  margin-top: 22px;
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

#contact {
  position: absolute;
}

#contact a {
  color: #361345; /* Plum */
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.navLinks a {
  color: white !important;
  padding: 20px;
  font-family: 'Soehne', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.navLinks {
  position: absolute;
  right: 50px;
  top: 30px;
}

.pagination-container {
  display: none;
}

/* subscribe button */
.page-footer.border-color.font-small {
  margin-top: 0;
}

#subscribe-container {
  margin: 0 0 5rem;
  text-align: center;
}

#subscribe-container .updates-dropdown-container > a {
  color: #361345; /* Plum */
  display: block;
  padding: 10px 30px 7px 30px;
  white-space: nowrap;
  border: 2px solid #361345; /* Plum */
  border-radius: 100px;
  background-color: transparent;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  font-family: 'Soehne Mono', ui-monospace, monospace;
}

#subscribe-container .updates-dropdown-container > a:hover,
#subscribe-container .updates-dropdown-container > a:active {
  color: white;
  background-color: #361345; /* Plum */
}