body {
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

.font-largest {
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

/* custom-header --------------------- */
.custom-header-container {
  margin-bottom: 20px !important;
}

#custom-header {
  background-color: #004165;
  width: 100%;
  border-bottom: 7px solid #007DBA;
  font-size: 19px;
  color: #004165;
  font-weight: 600;
}

#custom-header .logo-container {
  height: 80px;
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-color: #004165;
  border-radius: 3px;
}

.logo .header-title {
  display: inline-block;
  margin-left: 10px;
  padding-top: 8px;
  font-size: 19px;
  font-weight: 00;
  color: #FFFFFF;
  vertical-align: bottom
}

#custom-header .logo-container .logo img {
  height: 37px;
  width: 93.66px;
}

.subscribe {
  display: inline-block;  
  position: absolute;
  right: 0;
}
a.show-updates-dropdown {
  background-color: #007DBA;
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
  padding: .75em 1em;

}

.container {
 	width: 92%; 
}


.directions {
  margin-bottom: .5em;
}

label, input, textarea, button, select {
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}


/* page-alert --------------------- */
#page-alert {
  border-radius: 4px;
  width: 92%;
  max-width: 850px;
  margin: 20px auto 0 auto;
  font-size: 16px;
  line-height: 1.5em;
  color: #004165;
  background: #F7F7F7;
  text-align: left;
  padding: 25px 25px 25px 25px;

  p:last-of-type {
    margin-bottom: 0;
  }

  a {
    font-weight: bold;

    &:link {
      color: #004165;
    }
  }
}

#page-alert strong {
  font-weight: bold;
}

#status-legend {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 30px;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
}

#status-legend > div {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 5px; /* Add padding here */
}

#status-legend .legend-heading {
  margin-right: 20px; /* Add margin to separate from wrapped elements */
}

#status-legend span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  flex-shrink: 0;
}

.legend-heading {
  font-weight: bold;
  margin-bottom: 10px;
}

/* page-status --------------------- */
.layout-content.status.status-index .page-status {
  margin-bottom: 20px;
}

/* icons */
.status-operational,
.status-degraded-performance,
.status-partial-outage,
.status-major-outage,
.status-under-maintenance {
  display: inline-block;
  width: 20px;
  height: 21px;
}

.status-operational {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23007B14' d='M16.719 8.29a.847.847 0 0 0-.235-.598L15.3 6.52a.829.829 0 0 0-.585-.248.828.828 0 0 0-.586.248l-5.313 5.3-2.943-2.943a.828.828 0 0 0-.586-.248.828.828 0 0 0-.585.248l-1.185 1.171a.846.846 0 0 0-.235.6c0 .22.078.43.235.585l4.713 4.714a.852.852 0 0 0 .586.247.859.859 0 0 0 .6-.247l7.07-7.07a.816.816 0 0 0 .234-.586ZM20 10.4c0 5.52-4.48 10-10 10s-10-4.48-10-10S4.48.4 10 .4s10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.status-degraded-performance {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23A16C0D' d='M10.5.4c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10Zm1.667 16.237v-2.474c0-.234-.183-.43-.404-.43h-2.5a.433.433 0 0 0-.43.43v2.474c0 .234.196.43.43.43h2.5c.221 0 .404-.196.404-.43Zm-.026-4.48.234-8.085a.261.261 0 0 0-.13-.234.501.501 0 0 0-.313-.105H9.068a.501.501 0 0 0-.313.105.261.261 0 0 0-.13.234l.221 8.086c0 .182.196.325.443.325h2.409c.234 0 .43-.143.443-.325Z'/%3E%3C/svg%3E");
}

.status-partial-outage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23C75302' d='M15.833 11.233V9.567A.84.84 0 0 0 15 8.733H5a.84.84 0 0 0-.833.834v1.666a.84.84 0 0 0 .833.834h10a.84.84 0 0 0 .833-.834ZM20 10.4c0 5.52-4.48 10-10 10s-10-4.48-10-10S4.48.4 10 .4s10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.status-major-outage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23DE3033' d='M15.46 13.343a.828.828 0 0 0-.247-.586L12.857 10.4l2.357-2.357a.828.828 0 0 0 .247-.586.859.859 0 0 0-.248-.599l-1.171-1.172a.859.859 0 0 0-.6-.247.828.828 0 0 0-.585.247L10.5 8.043 8.143 5.686a.828.828 0 0 0-.586-.247.859.859 0 0 0-.599.247L5.786 6.858a.859.859 0 0 0-.247.6c0 .22.091.429.247.585L8.143 10.4l-2.357 2.357a.828.828 0 0 0-.247.586c0 .221.091.442.247.599l1.172 1.172a.859.859 0 0 0 .6.247c.22 0 .429-.091.585-.247l2.357-2.357 2.357 2.357a.828.828 0 0 0 .586.247.86.86 0 0 0 .599-.247l1.171-1.172a.859.859 0 0 0 .248-.6ZM20.5 10.4c0 5.52-4.48 10-10 10s-10-4.48-10-10 4.48-10 10-10 10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.status-under-maintenance {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23007DBA' d='M11.667 5.817v5.833a.411.411 0 0 1-.417.417H7.083a.411.411 0 0 1-.416-.417v-.833c0-.235.182-.417.416-.417H10V5.817c0-.235.182-.417.417-.417h.833c.234 0 .417.182.417.417Zm5.416 4.583A7.09 7.09 0 0 0 10 3.317 7.09 7.09 0 0 0 2.917 10.4 7.09 7.09 0 0 0 10 17.483a7.09 7.09 0 0 0 7.083-7.083Zm2.917 0c0 5.52-4.48 10-10 10s-10-4.48-10-10S4.48.4 10 .4s10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.layout-content.status.status-index .page-status:before {
  display: inline-block;
  content: '';
  background-size: 20px 20px;
  height: 20px;
  background-position: left center;
  background-repeat: none;
  position: relative;
  top: 5px;
  margin-right: 5px;
  width: 20px;
}

.layout-content.status.status-index .page-status.status-critical:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M15.46 13.343a.828.828 0 0 0-.247-.586L12.857 10.4l2.357-2.357a.828.828 0 0 0 .247-.586.859.859 0 0 0-.248-.599l-1.171-1.172a.859.859 0 0 0-.6-.247.828.828 0 0 0-.585.247L10.5 8.043 8.143 5.686a.828.828 0 0 0-.586-.247.859.859 0 0 0-.599.247L5.786 6.858a.859.859 0 0 0-.247.6c0 .22.091.429.247.585L8.143 10.4l-2.357 2.357a.828.828 0 0 0-.247.586c0 .221.091.442.247.599l1.172 1.172a.859.859 0 0 0 .6.247c.22 0 .429-.091.585-.247l2.357-2.357 2.357 2.357a.828.828 0 0 0 .586.247.86.86 0 0 0 .599-.247l1.171-1.172a.859.859 0 0 0 .248-.6ZM20.5 10.4c0 5.52-4.48 10-10 10s-10-4.48-10-10 4.48-10 10-10 10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.layout-content.status.status-index .page-status.status-major:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M10.5.4c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10Zm1.667 16.237v-2.474c0-.234-.183-.43-.404-.43h-2.5a.433.433 0 0 0-.43.43v2.474c0 .234.196.43.43.43h2.5c.221 0 .404-.196.404-.43Zm-.026-4.48.234-8.085a.261.261 0 0 0-.13-.234.501.501 0 0 0-.313-.105H9.068a.501.501 0 0 0-.313.105.261.261 0 0 0-.13.234l.221 8.086c0 .182.196.325.443.325h2.409c.234 0 .43-.143.443-.325Z'/%3E%3C/svg%3E");
}

.layout-content.status.status-index .page-status.status-minor:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M10.5.4c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10Zm1.667 16.237v-2.474c0-.234-.183-.43-.404-.43h-2.5a.433.433 0 0 0-.43.43v2.474c0 .234.196.43.43.43h2.5c.221 0 .404-.196.404-.43Zm-.026-4.48.234-8.085a.261.261 0 0 0-.13-.234.501.501 0 0 0-.313-.105H9.068a.501.501 0 0 0-.313.105.261.261 0 0 0-.13.234l.221 8.086c0 .182.196.325.443.325h2.409c.234 0 .43-.143.443-.325Z'/%3E%3C/svg%3E");
}

.layout-content.status.status-index .page-status.status-maintenance:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M11.667 5.817v5.833a.411.411 0 0 1-.417.417H7.083a.411.411 0 0 1-.416-.417v-.833c0-.235.182-.417.416-.417H10V5.817c0-.235.182-.417.417-.417h.833c.234 0 .417.182.417.417Zm5.416 4.583A7.09 7.09 0 0 0 10 3.317 7.09 7.09 0 0 0 2.917 10.4 7.09 7.09 0 0 0 10 17.483a7.09 7.09 0 0 0 7.083-7.083Zm2.917 0c0 5.52-4.48 10-10 10s-10-4.48-10-10S4.48.4 10 .4s10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.layout-content.status.status-index .page-status.status-none:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M17.219 8.49a.847.847 0 0 0-.235-.598L15.8 6.72a.829.829 0 0 0-.585-.248.828.828 0 0 0-.586.248l-5.313 5.3-2.943-2.943a.828.828 0 0 0-.586-.248.828.828 0 0 0-.585.248l-1.185 1.171a.847.847 0 0 0-.235.6c0 .22.078.43.235.585l4.713 4.714a.852.852 0 0 0 .586.247.859.859 0 0 0 .6-.247l7.07-7.07a.816.816 0 0 0 .234-.586ZM20.5 10.6c0 5.52-4.48 10-10 10s-10-4.48-10-10 4.48-10 10-10 10 4.48 10 10Z'/%3E%3C/svg%3E");
}

/* scheduled-maintenance + incidents-list --------------------- */

.layout-content.status .incidents-list.format-expanded .status-day {
  margin-top: 25px; 
}

.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance,
.layout-content.status.status-index .status-day {
  border-bottom: #AA9C8F 1px solid;
  padding-bottom: 30px;
  position: relative;
}

.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance:last-of-type,
.layout-content.status.status-index .status-day:last-of-type {
  border-bottom: none;
  padding-bottom: 30px; 
}


.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title,
.layout-content.status.status-index .incidents-list .incident-title,
.status-day.no-incidents .date {
  border-bottom: none;
  position: relative;
}


.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title a,
.layout-content.status.status-index .incidents-list .incident-title a {
  color: #004165 !important;
  display: inline-block;
  max-width: 90%;
  margin-left: 30px; 
}

.scheduled-maintenance .incident-title small.pull-right {
  float: none;
}

.status-day.no-incidents {
  display: none !important;
}

.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title small,
.layout-content.status .incidents-list.format-expanded .status-day .date {
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-bottom: 0;
  text-transform: uppercase;
}

.layout-content.status .incidents-list.format-expanded .status-day.no-incidents .date {
  margin-left: 0; 
}



.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title small,
.layout-content.status .incidents-list.format-expanded .status-day.no-incidents .date{
  margin-left: 30px;
}

.layout-content.status .incidents-list.format-expanded .status-day.no-incidents p {
  padding-left: 30px;
  position: relative;
}


/* icons */
.status .incident-title:before,
.scheduled-maintenance .incident-title:before,
.status-day.no-incidents .date:before,
.layout-content.status .incidents-list.format-expanded .status-day.no-incidents p:before {
  display: inline-block;
  content: '';
  background-size: 20px 20px;
  height: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
  margin-right: 5px;
  width: 20px;
}
.layout-content.status .incidents-list.format-expanded .status-day.no-incidents p:before {
  top: 1px;  
}

.status .incident-title.impact-maintenance:before,
.scheduled-maintenance .incident-title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23007DBA' d='M11.667 5.817v5.833a.411.411 0 0 1-.417.417H7.083a.411.411 0 0 1-.416-.417v-.833c0-.235.182-.417.416-.417H10V5.817c0-.235.182-.417.417-.417h.833c.234 0 .417.182.417.417Zm5.416 4.583A7.09 7.09 0 0 0 10 3.317 7.09 7.09 0 0 0 2.917 10.4 7.09 7.09 0 0 0 10 17.483a7.09 7.09 0 0 0 7.083-7.083Zm2.917 0c0 5.52-4.48 10-10 10s-10-4.48-10-10S4.48.4 10 .4s10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.status .incident-title.impact-critical:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23DE3033' d='M15.46 13.343a.828.828 0 0 0-.247-.586L12.857 10.4l2.357-2.357a.828.828 0 0 0 .247-.586.859.859 0 0 0-.248-.599l-1.171-1.172a.859.859 0 0 0-.6-.247.828.828 0 0 0-.585.247L10.5 8.043 8.143 5.686a.828.828 0 0 0-.586-.247.859.859 0 0 0-.599.247L5.786 6.858a.859.859 0 0 0-.247.6c0 .22.091.429.247.585L8.143 10.4l-2.357 2.357a.828.828 0 0 0-.247.586c0 .221.091.442.247.599l1.172 1.172a.859.859 0 0 0 .6.247c.22 0 .429-.091.585-.247l2.357-2.357 2.357 2.357a.828.828 0 0 0 .586.247.86.86 0 0 0 .599-.247l1.171-1.172a.859.859 0 0 0 .248-.6ZM20.5 10.4c0 5.52-4.48 10-10 10s-10-4.48-10-10 4.48-10 10-10 10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.status .incident-title.impact-major:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23C75302' d='M15.833 11.233V9.567A.84.84 0 0 0 15 8.733H5a.84.84 0 0 0-.833.834v1.666a.84.84 0 0 0 .833.834h10a.84.84 0 0 0 .833-.834ZM20 10.4c0 5.52-4.48 10-10 10s-10-4.48-10-10S4.48.4 10 .4s10 4.48 10 10Z'/%3E%3C/svg%3E");
}

.status .incident-title.impact-minor:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23A16C0D' d='M10.5.4c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10Zm1.667 16.237v-2.474c0-.234-.183-.43-.404-.43h-2.5a.433.433 0 0 0-.43.43v2.474c0 .234.196.43.43.43h2.5c.221 0 .404-.196.404-.43Zm-.026-4.48.234-8.085a.261.261 0 0 0-.13-.234.501.501 0 0 0-.313-.105H9.068a.501.501 0 0 0-.313.105.261.261 0 0 0-.13.234l.221 8.086c0 .182.196.325.443.325h2.409c.234 0 .43-.143.443-.325Z'/%3E%3C/svg%3E");
}

.layout-content.status .incidents-list.format-expanded .status-day p:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23007B14' d='M16.719 8.29a.847.847 0 0 0-.235-.598L15.3 6.52a.829.829 0 0 0-.585-.248.828.828 0 0 0-.586.248l-5.313 5.3-2.943-2.943a.828.828 0 0 0-.586-.248.828.828 0 0 0-.585.248l-1.185 1.171a.846.846 0 0 0-.235.6c0 .22.078.43.235.585l4.713 4.714a.852.852 0 0 0 .586.247.859.859 0 0 0 .6-.247l7.07-7.07a.816.816 0 0 0 .234-.586ZM20 10.4c0 5.52-4.48 10-10 10s-10-4.48-10-10S4.48.4 10 .4s10 4.48 10 10Z'/%3E%3C/svg%3E");
  margin-right: 10px;
}

.incident-title {
  font-weight: 600;
}

small:has(var) {
  margin-top: 1em;
}


/* updates */

.updates-container {
  padding-left: 30px;
}

.layout-content.status.status-index .incident-container .updates-container .update {
  margin-bottom: 25px;
}

.layout-content.status.status-index .incident-container .updates-container .update p {
 	margin-bottom: .5em;
  margin-left: 0; 
}

.layout-content.status.status-index .incident-container .updates-container .update small {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.layout-content.status.status-index .incident-container .updates-container .update strong {
  font-weight: 600;
}



/* custom-footer --------------------- */
#custom-footer {
  background: #F7F7F7;
  border-bottom: 7px solid #007DBA;
  color: #222;
  max-width: 850px;
  margin: 1em auto 0 auto;
  padding: 30px 30px 150px 30px;
  font-size: 0.875rem;
  width: 90%;
}

.page-footer {
  display: none;
}