/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  padding: 1rem; }
  .error-404 .search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .error-404 .search-form .search-field {
      font-size: 1.25rem;
      padding: 1rem;
      width: 100%; }
    .error-404 .search-form label {
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
    .error-404 .search-form .search-field:focus {
      border-color: #7cbd2a;
      outline: 0; }
    .error-404 .search-form .search-submit {
      color: #ffffff;
      font-size: 1.25rem;
      background-color: #7cbd2a;
      font-family: Signika;
      padding: 1rem;
      -ms-flex: 1 0 calc(100% - 2rem);
          flex: 1 0 calc(100% - 2rem); }

@media (min-width: 480px) {
  .error-404 .search-form .search-submit {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 1rem; }
  .error-404 .search-form label {
    -ms-flex: 1 0 0;
        flex: 1 0 0; } }
