/*
  Zendesk colors (2016 rebrand), accessible on white
  #2D5E64 Mid-point between Breaker Bay and Sherpa Blue
  #04444D Sherpa blue
  #03363D is Algae
  #012B30 Daintree

  Inaccessible on white - Decorative only
  #819A9E Submarine

  Inaccessible on any color - Decorative only
  #56777A Breaker Bay

  Link color as of May 2018:
  #1F73B7 Blue-600
*/

body {
  font-size: 14px;
  /* System font stack as used in Garden and Zendesk products */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  background: #03363d;
  color: white;
  margin: 1.6rem;
  line-height: 1.6;
}

h1 {
  font-size: 22px;
  line-height: 1.4em;
  margin-top: 0;
  padding-top: 0;
}

h1,
article,
p {
  margin: 0;
}


:link,
:visited {
  color: white;
}

.l-max-readable-width {
  max-width: 40em;
}

.l-centered {
  margin-left: auto;
  margin-right: auto;
}

.l-v-padded {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.l-top-padded {
  padding-top: 0.8rem;
}

.l-padded-bottom {
  margin-bottom: 0.8rem;
}

.err__page-heading {
  /* mobile first */
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 1.6rem;
}

@media screen and (min-width: 400px) {
  .err__page-heading {
    font-size: 1.6rem;
    font-weight: 300;
  }
}
@media screen and (min-width: 520px) {
  .err__page-heading {
    font-size: 2rem;
  }
}

.err__container {
  padding: 1.2rem 1.6rem;
  border-radius: 0.2rem;
  background: white;
  color: #012b30;
}
.err__container :link,
.err__container :visited {
  color: #1F73B7; /* Blue-600 */
}

.err__additional-translation {
}

.err__additional-translation::before {
  content: "";
  display: block;
  margin: 0.8rem 0;
  overflow: hidden;
  height: 0.4rem;
  width: 2.4rem;
  background: #56777a;
}

/*
  err__details-content contains error messages injected
  by edge networks such as Cloudflare
 */

.err__details-content {
}
.err__details-content h1 {
  font-size: 1em;
  line-height: inherit;
  font-weight: 600;
}
.err__details-content ul {
  margin-top: 0;
  margin-bottom: 0
}

/* Button styles from Garden as of early 2019 */

.c-btn {
    display: inline-block;
    transition: border-color .25s ease-in-out,box-shadow .1s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out;
    margin: 0;
    border: 1px solid #5293c7;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    padding: 0 1.92857em;
    min-width: 8.57143em;
    overflow: hidden;
    vertical-align: middle;
    color: #1f73b7;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 38px;
    white-space: nowrap;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.c-btn.c-btn--primary {
    border-color: transparent;
    background-color: #1f73b7;
}
.c-btn.c-btn--primary, .c-btn.c-btn--primary {
  color: #fff;
}

.c-btn.is-hovered.is-hovered, .c-btn:hover:hover {
    border-color: transparent;
    background-color: #5293c7;
    text-decoration: none;
    color: #fff;
}
.c-btn.is-focused,
.c-btn:focus:focus {
    box-shadow: 0 0 0 3px rgba(31, 115, 183, .35);
    outline: none;
}
.c-btn.is-active.is-active, .c-btn:active:active {
    transition: border-color .1s ease-in-out,background-color .1s ease-in-out,color .1s ease-in-out;
    border-color: transparent;
    background-color: #144a75;
    text-decoration: none;
    color: #fff;
}


.u-fine-print-on-white {
  color: #2d5e64;
  font-size: 0.785rem; /* 12px on 14px base */
}
.u-centered {
  text-align: center;
}
