.slant-down::after {
  display: none;
}

.error-hero {
  background-image: none;
  background-color: #1C355E !important;
  height: auto;
  padding: 3rem;
  color: white !important;
}
.error-hero .page-title-c {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.error-message {
  max-width: 400px;
  color: #1C355E !important;
}

.error-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.error-image img {
  width: 90vw;
  max-width: 570px;
  min-width: 200px;
}

.js-errorPage-recommendation {
  color: #1C355E;
  margin-top: 3rem;
}
.js-errorPage-recommendation ul {
  list-style-type: none;
  margin: 1rem auto 3rem auto;
  padding: 1rem 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 543.98px) {
  .js-errorPage-recommendation ul li {
    width: 100%;
  }
}
.js-errorPage-recommendation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  text-decoration: none;
  width: 200px;
  max-width: none;
}
@media (max-width: 543.98px) {
  .js-errorPage-recommendation ul li a {
    width: 100%;
  }
}

.error-search {
  color: #1C355E;
}
.error-search .site-search {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 570px;
  min-width: 280px;
}
.error-search .site-search input {
  height: 60px;
}
.error-search .suggestions-wrapper,
.error-search .reset-button,
.error-search .search-button-close {
  display: none !important;
}

header .pull-right, header .pull-left {
  display: none !important;
}
header .brand {
  left: 50%;
}

.brand-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.brand-error img {
  width: 90px;
}