@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  background-color: white;
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: white;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Amplitude";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/amplitude-light.eot") format("embedded-opentype"), url("../fonts/amplitude-light.otf") format("opentype"), url("../fonts/amplitude-light.ttf") format("truetype"), url("../fonts/amplitude-light.woff") format("woff");
}
@font-face {
  font-family: "Amplitude";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/amplitude-light-italic.eot") format("embedded-opentype"), url("../fonts/amplitude-light-italic.otf") format("opentype"), url("../fonts/amplitude-light-italic.woff") format("woff");
}
@font-face {
  font-family: "Amplitude";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/amplitude-book.eot") format("embedded-opentype"), url("../fonts/amplitude-book.otf") format("opentype"), url("../fonts/amplitude-book.svg") format("svg"), url("../fonts/amplitude-book.woff") format("woff");
}
@font-face {
  font-family: "Amplitude";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/amplitude-regular.eot") format("embedded-opentype"), url("../fonts/amplitude-regular.otf") format("opentype"), url("../fonts/amplitude-regular.ttf") format("truetype"), url("../fonts/amplitude-regular.woff") format("woff");
}
@font-face {
  font-family: "Amplitude";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/amplitude-medium.eot") format("embedded-opentype"), url("../fonts/amplitude-medium.otf") format("opentype"), url("../fonts/amplitude-medium.ttf") format("truetype"), url("../fonts/amplitude-medium.woff") format("woff");
}
@font-face {
  font-family: "status";
  src: url("../fonts/status.eot?1690639");
  src: url("../fonts/status.eot?1690639#iefix") format("embedded-opentype"), url("../fonts/status.woff2?1690639") format("woff2"), url("../fonts/status.woff?1690639") format("woff"), url("../fonts/status.ttf?1690639") format("truetype"), url("../fonts/status.svg?1690639#status") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'status';
    src: url('../font/status.svg?1690639#status') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "status";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1rem;
  margin-right: 0.2rem;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1rem;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2rem;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before {
  content: "\e800";
} /* '' */
.icon-up-dir:before {
  content: "\e801";
} /* '' */
.icon-left-dir:before {
  content: "\e802";
} /* '' */
.icon-right-dir:before {
  content: "\e803";
} /* '' */
.icon-down-open:before {
  content: "\e804";
} /* '' */
.icon-left-open:before {
  content: "\e805";
} /* '' */
.icon-right-open:before {
  content: "\e806";
} /* '' */
.icon-up-open:before {
  content: "\e807";
} /* '' */
.icon-down-open-mini:before {
  content: "\e808";
} /* '' */
.icon-left-open-mini:before {
  content: "\e809";
} /* '' */
.icon-right-open-mini:before {
  content: "\e80a";
} /* '' */
.icon-up-open-mini:before {
  content: "\e80b";
} /* '' */
.icon-down-open-1:before {
  content: "\e80c";
} /* '' */
.icon-left-open-1:before {
  content: "\e80d";
} /* '' */
.icon-right-open-1:before {
  content: "\e80e";
} /* '' */
.icon-up-open-1:before {
  content: "\e80f";
} /* '' */
.icon-operational:before {
  content: "\f801";
} /* '' */
.icon-degraded:before {
  content: "\f802";
} /* '' */
.icon-partial-outage:before {
  content: "\f803";
} /* '' */
.icon-major-outage:before {
  content: "\f804";
} /* '' */
.icon-maintenance:before {
  content: "\f805";
} /* '' */
.icon-question:before {
  content: "\f810";
} /* '' */
* {
  margin: 0;
  padding: 0;
}

html {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: auto;
  text-rendering: geometricPrecision;
}

*, html {
  box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background: #ffffff;
  color: #414042;
  font-family: "Amplitude", sans-serif;
  font-size: 16px;
  line-height: 1.125em;
  overflow-y: scroll;
}

a {
  color: #126bc5;
  text-decoration: underline;
  transition: all 0.4s ease;
}
a:hover {
  color: #0a4386;
}
a.no-link {
  color: inherit;
  text-decoration: none;
}

.clicky {
  cursor: pointer;
}

::-moz-selection {
  background-color: rgba(90, 247, 142, 0.1);
  color: #5af78e;
}

::selection {
  background-color: rgba(90, 247, 142, 0.1);
  color: #5af78e;
}

div {
  display: block;
}

.wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.wrapper.nh {
  height: auto;
}
.wrapper.narrow {
  max-width: 1024px;
}

.footer {
  background: #efefef;
  flex-shrink: 0;
}

.welcome__footer {
  padding: 2rem 3rem;
  text-align: center;
}
.welcome__footer p {
  margin: 0;
}
.welcome__footer p a {
  color: #075C9F;
}
.welcome__footer p a:hover {
  color: #414042;
}

.summary {
  border-radius: 0.25rem;
  margin-bottom: 70px;
}

.status-ok .summary {
  background: #2ecc71;
}

.status-disrupted .summary, .change-header-color.status-disrupted .header {
  background: #cc4400;
}

.status-down .summary, .change-header-color.status-down .header {
  background: #e60000;
}

.status-notice .summary, .change-header-color.status-notice .header {
  background: #24478f;
}

.status-degraded .summary, .change-header-color.status-degraded .header {
  background: #f4b71f;
}

.status-partial_outage .summary, .change-header-color.status-partial_outage .header {
  background: #fb570d;
}

.status-major_outage .summary, .change-header-color.status-major_outage .header {
  background: #d5001f;
}

.status-maintenance .summary, .change-header-color.status-maintenance .header {
  background: #0061FF;
}

.page__status {
  border: none;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.page__status .status {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.summary__date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  transition: 0.25s ease-in-out;
}
.summary__date:after {
  display: inline;
  content: "⟳";
  margin-left: 0.5rem;
}
.summary__date:hover {
  color: #fff;
}

.announcement-box {
  background: yellow;
  margin-bottom: 70px;
}

.categories {
  margin-bottom: 70px;
}
.categories.columns {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
}

.category {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

.category__head {
  background: rgba(0, 0, 255, 0.125);
  padding: 1.1rem 1.25rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.components .component {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.1rem 1.25rem 1rem;
}

.category--open .category-status {
  display: none;
}

.component-status, .category-status {
  float: right;
}

/* Categories themselves */
.js .category--open .category__closed-marker {
  display: none;
}

.js .category--closed .components {
  display: none;
}

.js .category--closed .category__open-marker {
  display: none;
}

/* Markers */
.js .hidden-with-js {
  display: none;
}

.hide-without-js {
  display: none;
}

.js span.hide-without-js {
  display: inline;
}

.js div.hide-without-js {
  display: block;
}

.category__closed-marker[class^=icon-]:before, .category__closed-marker[class*=" icon-"]:before,
.category__open-marker[class^=icon-]:before,
.category__open-marker[class*=" icon-"]:before {
  margin: 0;
  width: 0.5rem;
}

.component-inner-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.component-inner-container.local {
  background: rgba(0, 0, 255, 0.125);
  margin: -1.1rem -1.25rem -1rem;
  padding: 1.1rem 1.25rem 1rem;
}
.component-inner-container.external {
  background: rgba(0, 0, 255, 0.125);
  margin: -1.1rem -1.25rem -1rem;
  padding: 1.1rem 1.25rem 1rem;
}
.component-inner-container .name {
  color: #000000;
}
.component-inner-container .name.question:after {
  content: "\f810";
  color: rgba(0, 0, 0, 0.25);
  font-family: "status";
  margin-left: 0.5rem;
}

.no__incidents {
  background: rgba(95, 158, 160, 0.125);
  border-radius: 0.5rem;
  padding: 2rem;
}
.no__incidents h3,
.no__incidents p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.no__incidents h3 {
  color: black;
  line-height: 1.5;
}
.no__incidents p {
  color: #666;
}

.home__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

/*
:focus { outline: 0; }
body { line-height: 1.2; color: black; background: white; }
-webkit-margin-before, -webkit-margin-after { margin: 0; }
header, section, footer, aside, nav, article, figure { display: block; }
html, body { margin: 0; padding: 0; font: normal 16px/1.2 Arial, Helvetica, Verdana, sans-serif; text-align: center; }
a { color: #888; text-decoration: none; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
a:hover { color: #000; }
section#content { margin: 65px auto 45px auto; background: #fff; overflow: auto; }
.logo { margin: 0 auto 25px auto; }
section#content section#main h2 { font: 30px/1.25 'Open Sans', sans-serif; font-weight: 300; letter-spacing: -.075; color: #0078c1; margin-bottom: 15px; }
section#content section#main p { font: 12px/1.75 'Open Sans', sans-serif; font-weight: 400; color: #888; margin-bottom: 5px; }
  section#content section#main p a { color: #0078c1; text-decoration: underline; }
  section#content section#main p a:hover { color: #000; }
  section#content section#main b { font-family: 'Open Sans', sans-serif; font-weight: 600; }
footer { height: 50px; background: #fff; border-top: 1px solid #dcdcdc; text-align: center; }
footer section.copyright p { margin-top: 10px; font: 11px/1.8 Arial, Helvetica, Verdana, sans-serif; color: #888; }
*/
.section__header {
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}

.section__content {
  margin: 3rem auto;
}

.tbp {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.icon__leader {
  font-size: 4rem;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.landing__main .landing__main__copy h2 {
  color: #414042;
  font-family: "Amplitude";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 2rem 0;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .landing__main .landing__main__copy h2 {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .landing__main .landing__main__copy h2 {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .landing__main .landing__main__copy h2 {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .landing__main .landing__main__copy h2 .landing__main .landing__main__copy h2 {
    font-size: 2.8125rem;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 75rem) {
  .landing__main .landing__main__copy h2 .landing__main .landing__main__copy h2 {
    font-size: 3rem;
    margin: 0 0 2rem 0;
  }
}
.landing__main .landing__main__copy .leader__copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .landing__main .landing__main__copy .leader__copy {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .landing__main .landing__main__copy .leader__copy {
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .landing__main .landing__main__copy .leader__copy {
    padding: 0 7rem;
  }
}

p {
  font-size: 1em;
  margin: 0 0 0.625em 0;
  text-align: center;
}

.leader__copy__inner p {
  color: #414042;
  font-family: "Amplitude";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.leader__copy__inner p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .leader__copy__inner p {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

.status-green {
  color: #2ecc71;
}

.status-yellow {
  color: #f4b71f;
}

.status-orange {
  color: #fb570d;
}

.status-red {
  color: #d5001f;
}

.status-blue {
  color: #0061FF;
}

.component-statuses-legend {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2rem;
  margin-top: 1rem;
}
.component-statuses-legend .legend-item {
  padding: 1rem 0;
  color: #000000;
  font-size: 90%;
}
.component-statuses-legend .legend-item.status-green .icon-indicator {
  color: #2ecc71;
}
.component-statuses-legend .legend-item.status-yellow .icon-indicator {
  color: #f4b71f;
}
.component-statuses-legend .legend-item.status-orange .icon-indicator {
  color: #fb570d;
}
.component-statuses-legend .legend-item.status-red .icon-indicator {
  color: #d5001f;
}
.component-statuses-legend .legend-item.status-blue .icon-indicator {
  color: #0061FF;
}

.font-small,
.small,
small {
  color: #7F93AE;
  font-size: 0.875rem;
  line-height: 1.334375rem;
}

.font-large {
  font-weight: 500;
  /* font-size: 28px; */
  /* line-height: 37.8px; */
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.font-largest {
  font-weight: 600;
  /* font-size: 28px; */
  /* line-height: 37.8px; */
  font-size: 1.75rem;
  line-height: 2.3625rem;
}

.font-regular {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

.status-day {
  margin-top: 35px;
}
.status-day .date {
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.status-day p {
  text-align: left;
}
.status-day p.color-secondary {
  color: #7F93AE;
}

.incident-container {
  margin-bottom: 1.5rem;
}
.incident-container .incident-title a {
  color: #3498DB;
  font-weight: 600;
  text-decoration: none;
}

.update {
  margin: 1rem 0;
}
.update .status__update__info {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.update .status__update__info .status__update__type {
  background: rgba(255, 20, 147, 0.25);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}
.update .status__update__info .status__update__date {
  color: #7F93AE;
  font-size: 0.875rem;
  line-height: 1.334375rem;
}
var {
  font-style: normal;
}

/*# sourceMappingURL=toolbox.css.map */
