.search {
  .messages__wrapper {
    display: none;
  }

  .layout-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .search-form {
    margin-bottom: 32px;
  }

  .container-inline {
    position: relative;
  }

  .form-item-keys {}

  .form-item-keys label {
    display: none;
  }

  .form-search {
    appearance: none;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-family: 'ABCDiatype-Regular';
    font-size: 16px;
    outline: none;
    padding: 8px 44px 8px 0;
    line-height: 1.2;
    width: 100%;
  }

  .form-submit {
    appearance: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" fill="%23d3d0c9"%3E%3Cpath d="M12.7 13.75L7.975 9.025C7.6 9.325 7.16875 9.5625 6.68125 9.7375C6.19375 9.9125 5.675 10 5.125 10C3.7625 10 2.60938 9.52812 1.66563 8.58438C0.721875 7.64062 0.25 6.4875 0.25 5.125C0.25 3.7625 0.721875 2.60938 1.66563 1.66563C2.60938 0.721875 3.7625 0.25 5.125 0.25C6.4875 0.25 7.64062 0.721875 8.58438 1.66563C9.52812 2.60938 10 3.7625 10 5.125C10 5.675 9.9125 6.19375 9.7375 6.68125C9.5625 7.16875 9.325 7.6 9.025 7.975L13.75 12.7L12.7 13.75ZM5.125 8.5C6.0625 8.5 6.85938 8.17188 7.51562 7.51562C8.17188 6.85938 8.5 6.0625 8.5 5.125C8.5 4.1875 8.17188 3.39062 7.51562 2.73438C6.85938 2.07812 6.0625 1.75 5.125 1.75C4.1875 1.75 3.39062 2.07812 2.73438 2.73438C2.07812 3.39062 1.75 4.1875 1.75 5.125C1.75 6.0625 2.07812 6.85938 2.73438 7.51562C3.39062 8.17188 4.1875 8.5 5.125 8.5Z" fill="%23d3d0c9"%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    border: none;
    border-radius: 0;
    height: 44px;
    padding: 0;
    position: absolute;
    right: -12px;
    text-indent: -9999px;
    top: -8px;
    width: 44px;

    &:hover {
      background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23C65F4A%22%3E%3Cpath%20d%3D%22M12.7%2013.75L7.975%209.025C7.6%209.325%207.16875%209.5625%206.68125%209.7375C6.19375%209.9125%205.675%2010%205.125%2010C3.7625%2010%202.60938%209.52812%201.66563%208.58438C0.721875%207.64062%200.25%206.4875%200.25%205.125C0.25%203.7625%200.721875%202.60938%201.66563%201.66563C2.60938%200.721875%203.7625%200.25%205.125%200.25C6.4875%200.25%207.64062%200.721875%208.58438%201.66563C9.52812%202.60938%2010%203.7625%2010%205.125C10%205.675%209.9125%206.19375%209.7375%206.68125C9.5625%207.16875%209.325%207.6%209.025%207.975L13.75%2012.7L12.7%2013.75ZM5.125%208.5C6.0625%208.5%206.85938%208.17188%207.51562%207.51562C8.17188%206.85938%208.5%206.0625%208.5%205.125C8.5%204.1875%208.17188%203.39062%207.51562%202.73438C6.85938%202.07812%206.0625%201.75%205.125%201.75C4.1875%201.75%203.39062%202.07812%202.73438%202.73438C2.07812%203.39062%201.75%204.1875%201.75%205.125C1.75%206.0625%202.07812%206.85938%202.73438%207.51562C3.39062%208.17188%204.1875%208.5%205.125%208.5Z%22%20fill%3D%22%23D24F39%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }
  }

  .search-advanced {
    display: none;
  }

  .layout-content h2 {
    font-family: 'HeldanetText RegularItalic' !important;
    font-size: 20px !important;
    margin-bottom: 32px;
    text-transform: capitalize;
  }

  .layout-content ol {
    list-style: none;
    margin: 0;
    padding: 0;

    li {
      h3 {
        color: #000;
        font-family: 'HeldanetText Regular' !important;
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 8px;

        a:hover {
          color: #D24F39;
        }
      }

      p {
        color: #515151;
        font-family: 'ABCDiatype-Regular';
        font-size: 14px;
        line-height: 1.2;
      }
    }
  }
}
