@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Regular.ttf.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Semibold.ttf.woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Bold.ttf.woff2");
  font-weight: 900;
  font-style: normal;
}

html, body {
  background: #f5f5f5;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  margin: 10px 0 28px 0
}

header {
  background-color: #303240;
  height: 60px;
  display: none;
}

footer {
  background-color: #303240;
  bottom: 0;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 60px;
  width: 100%;
}

.clipboard-copy {
  border: none;
  cursor: pointer;
  fill: #6c6f80;
  padding: 0;
  position: absolute;
  right: 0;
}
.clipboard-copy:hover {
  fill: #303240;
}

#content-wrap {
  color: #303240;
  display: flex;
  flex-grow: 1;
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 100px;
  padding-top: 90px;
}

#page-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.company-logo {
  height: 60px;
  margin-left: 30px;
}
.company-logo svg {
  margin-top: 18px;
}

.copyright {
  color: rgba(210, 211, 213, 0.8);
  flex-grow: 1;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
}

.footer-links {
  display: flex;
}

.footer-links a {
  color: #fafafc;
  line-height: 60px;
  margin-right: 40px;
  text-decoration: none;
}

.description {
  max-width: 600px;
}

.description > p {
  font-size: 16px;
  font-weight: 600;
  margin: 27px 0 0 0
}

.unhappy-image {
  background-image: url("../images/error-state.svg");
  background-size: cover;
  height: 400px;
  margin-left: 32px;
  width: 520px;
}

.errorbox {
  background-color: #ebedf5;
  border: 1px solid #6c6f80;
  border-left: 6px solid #6c6f80;
  border-radius: 3px;
  margin-top: 25px;
  padding: 20px;
}

.errorbox h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 3px 0 12px 0;
  position: relative;
}

.error-code {
  margin-left: 4px;
}

.cf-error-details {
  margin-top: 20px;
}

.cf-error-details p {
  font-size: 16px;
  font-weight: normal;
}

.cf-error-details ul {
  margin-top: 22px;
}

.cf-error-details li {
  font-size: 16px;
  font-weight: normal;
}

.cf-error-details li:not(:last-child) {
  margin-bottom: 4px;
}

.support-link {
  color: #009ecc;
  margin-left: 3px;
  text-decoration: none;
}