.CustomErrorPage {
  padding: 20px 3.75% 40px;
}
@media screen and (min-width: 750px) {
  .CustomErrorPage {
    padding-left: 1.8018%;
    padding-right: 1.8018%;
  }
}

.CustomErrorPage-content {
  padding: 0 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.CustomErrorPage-content strong {
  font-weight: 500;
}
.CustomErrorPage-content h1 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 750px) {
  .CustomErrorPage-content {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
  .CustomErrorPage-content h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.CustomErrorPage-search {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.CustomErrorPage-search .label {
  padding: 0 0 10px;
  text-align: center;
}
.CustomErrorPage-search .textbox {
  border: 1px solid #19388a;
  padding: 10px 0 11px 10px;
  width: 260px;
  font-size: 16px;
  font-size: 1rem;
}
.CustomErrorPage-search .submit {
  display: inline-block;
  padding: 12px 35px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #ffc423;
  text-transform: uppercase;
  border: 0;
  background: #19388a;
}
@media (max-width: 749px), print {
  .CustomErrorPage-search .textbox {
    display: block;
    margin: 0 0 12px;
  }
}
@media screen and (min-width: 750px) {
  .CustomErrorPage-search .label {
    text-align: left;
  }
}
