<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layout-content.status.status-index .components-section .status-green.component-inner-container .component-status {
	color:#3BE081 !important;
}

.layout-content.status.status-index .page-status.status-none, .status-green .circle-indicator {
	background-color: #3BE081;
}

a, a:hover, .layout-content.status-index .page-footer span a:hover, .layout-content.status-index .timeframes-container .timeframe:hover:not(.active), .layout-content.status-incident .subheader a:hover {
	color:#0037FF; 
}

#custom-header {
  background-color:#080736;
  padding:24px 40px 23px;
  position:relative;
  border-bottom:1px solid #FFFFFF;
}

#custom-header .logo-container {
  float:left;
  max-width:150px;
}

#custom-header .logo-container a{
  display:block;
  overflow:hidden;
  height:40px;
}

#custom-header nav {
  float:right;
}

#custom-header nav &gt; a {
  margin-right: 30px;
}

#custom-header nav &gt; a, #custom-header .show-updates-dropdown {
  color: #FFF;
  display:inline-block;
  font-weight: 500;
  color: #FFFFFF;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#custom-header .updates-dropdown {
  right: 0px;
  color:#333333;
}

@media screen and (min-width: 900px) {
  #custom-header .logo-container {
    position:relative;
    top:7px;
    color:#333333;
  }
  
  #custom-header nav &gt; a {
    position:relative;
    top:1px;
  }
  #custom-header .show-updates-dropdown {
    padding:9px 18px 8px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    border:1px solid rgba(255,255,255,255);
  }
  
  #custom-header .show-updates-dropdown:hover {
    border-color:rgba(255,255,255,255);
    background-color:#CCCCCC;
    color:#000000;
    text-decoration:underline;
  }
}

@media screen and (max-width: 900px) {
  #custom-header {
    text-align:center;
    padding-left:5%;
    padding-right:5%;
    padding-bottom:18px;
  }
   
  #custom-header .logo-container {
    float:none;
    display:block;
    margin-bottom:18px;
    max-width:none;    
  }
  
  #custom-header .logo-container .logo {
    max-width:150px;
    display:inline-block;
  }
  
  #custom-header nav {
    float:none;
  }
  
  #custom-header nav &gt; a, #custom-header .updates-dropdown-container {
    float:none;
  }
  
}

@media screen and (max-width: 475px) {
  #custom-header nav &gt; a {
    margin-right:20px;
  }
  #custom-header nav &gt; a, #custom-header nav .show-updates-dropdown {
    font-size:13px;
  }
  #custom-header nav &gt; a:nth-child(1):before {
    content:none;
  }
}

#custom-footer {
  padding:20px 40px;
  color:#FFFFFF; 
  font-size:14px;
  background-color:#080736;
}

#custom-footer .logo {
  max-width:150px;
  display:inline-block;
}

#custom-footer &gt; div {
  position:relative;
  top:2px;
}

#custom-footer .meta {
  float:right;
}

#custom-footer .links {
  float:right;
  margin-left:30px;
}

#custom-footer .links a {
  color:#FFFFFF;
  display:inline-block;
  margin-left:20px;
}

#custom-footer .links a:hover {
  color:#ddd;
}

#custom-footer .links a:first-of-type {
  margin-left:0px;
}

@media screen and (max-width: 880px) {
  #custom-footer {
    overflow:hidden;
  }
  
  #custom-footer &gt; div {
    top:0px;
  }
  
  #custom-footer .links {
    margin-left:0px;
  }
  
  #custom-footer .meta {
    float:left;
  }
  
  #custom-footer .logo {
    display:none;
  }
}

@media screen and (max-width: 600px) {
  #custom-footer {
    text-align:center;
    font-size:13px;
    line-height:20px;
  }
  
  #custom-footer .meta, #custom-footer .links {
    float:none;
  }
  
  #custom-footer .links {
    margin-bottom:5px;
  }
}</pre></body></html>