:root{
  --main-white: white;
}

.status-day:nth-child(n+28) { display:none; }

body{
  font-family: "DSIndigo", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer{
  background-color: var(--main-white);
  border-top: 1px solid rgb(204, 204, 204);
  line-height: 12px;
  padding-left: 24px;
  font-size: 10px;
  color: rgb(102,102,102);
  overflow: hidden;
}
.footer-main-row{
      display:flex;
      align-items: center;
      justify-content: space-between;
    }
    
.footer-link-list{
      display:flex;
      align-items: center;
      flex-wrap: wrap;
    }
.footer-link-list [data-link]::after{
      content: "|";
      margin: 0 4px;
    }
.footer-holder{
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 50;
    }
    
.footer-logo-svg{
      max-height: 16px;
      width: 50px;
}


@font-face {
    font-family: 'DSIndigo';
    font-style : normal;
    font-weight: 400;
    src: url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Regular.woff2') format('woff2'), url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Regular.woff') format('woff');
}

@font-face {
    font-family: 'DSIndigo';
    font-style : normal;
    font-weight: 500;
    src        : url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Medium.woff2') format('woff2'), url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Medium.woff') format('woff');
}

@font-face {
    font-family: 'DSIndigo';
    font-style : normal;
    font-weight: 600;
    src        : url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Semibold.woff2') format('woff2'), url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'DSIndigo';
    font-style : normal;
    font-weight: 700;
    src        : url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Bold.woff2') format('woff2'), url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Bold.woff') format('woff');
}

@media only screen and (max-width: 800px) {
  .logo-container {
    display: none;
  }
}

.custom-header-container{
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 0 !important;
  z-index: 9999;
}

.main-nav{
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.logo-container{
  width: 150px;
}

.links{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.links > * {
  padding: 0 5px;
}

a{
  font-weight: bold;
}

.bottom-border{
  border-bottom: 1.5px solid #dedede;
}

/* https://community.atlassian.com/t5/Statuspage-questions/How-do-you-change-the-label-of-the-quot-Subscribe-to-updates/qaq-p/1970079 */
.updates-dropdown-container .show-updates-dropdown::after {
  content: "";
}

.page-status{
  margin-bottom: 0 !important;

}