/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
body.page-404 {
  /* Overriding some vague selector */
}
body.page-404:not(.path-frontpage) .node--type-component-wysiwyg {
  padding: 0;
  width: 100%;
}
body.page-404 .node.node--type-component-page {
  background: transparent;
  background-color: transparent;
}
body.page-404 .main-container {
  position: relative;
  background: url("../../assets/images/404-page-image-mobile-low.jpg") center center no-repeat;
  background-size: 100%;
  height: 80vh;
}
@media (min-width: 480px) and (orientation: landscape) {
  body.page-404 .main-container {
    background: url("../../assets/images/404-page-image-desktop-low.jpg") center center no-repeat;
    background-size: cover;
    height: 80vh;
  }
  body.page-404 .main-container .field--name-field-html-content {
    top: 65%;
  }
}
@media (min-width: 768px) {
  body.page-404 .main-container {
    height: 80vh;
    background: url("../../assets/images/404-page-image-desktop-low.jpg") center 65% no-repeat;
    background-size: cover;
  }
}
body.page-404 .main-container .node--type-component-wysiwyg {
  height: 69vh;
}
body.page-404 .field--name-node-title {
  display: none;
}
body.page-404 .field--name-field-html-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  position: absolute;
  top: 75%;
  width: 100%;
  margin: 0;
  padding: 0 16px;
  font-family: "Roboto-Medium", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.3;
  text-shadow: -2px 3px 4px #000000;
}
@media (min-width: 768px) {
  body.page-404 .field--name-field-html-content {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
body.page-404 .field--name-field-html-content.fadeInUpShort {
  display: block;
  opacity: 1;
}
body.page-404 .field--name-field-html-content .navy-button {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 0;
  margin-right: 0;
  background: linear-gradient(-45deg, transparent 8px, #ffffff 8px);
  padding: 14px 18px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  text-shadow: none;
  display: inline-block;
  padding: 14px 40px;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 0.75em;
  position: relative;
  top: -3rem;
}
body.page-404 .field--name-field-html-content .navy-button a {
  color: #022a3a;
  text-transform: uppercase;
  text-decoration: none;
}
@media (hover: hover) {
  body.page-404 .field--name-field-html-content .navy-button:hover {
    background: linear-gradient(-45deg, transparent 8px, #e8b00f 8px);
  }
}