body.path-search {
  div.region-content {
    max-width: 1100px;
    margin: auto;
  }

  a {
    color: black;
    text-decoration: none;
    &:hover {
      text-decoration: none;
      color: #249424;
    }
  }

  form#search-form {
    .form-type-textfield label {
      display: none;
    }

    .form-control {

      border: 1px solid #767676;
    }

    div.input-group {
      width: 100%;
    }

    input {
      height: 41px;
      border-radius: 30px;
      color: black;
      font-weight: 500;
    }

    input::placeholder {
      color: black;
    }

    --inline.form-inline.clearfix {
      margin-bottom: 30px;
    }

    .glyphicon-search:before {
      content: url("./../images/Search.svg");
    }

    span.input-group-btn {
      position: relative;

      button {
        position: absolute;
        top: -1px;
        right: 12px;
        padding: 2px;
        margin: 2px 0;
        height: 39px;
        width: 39px;
        border-radius: 20px;
        background: #e1e1e1;
        z-index: 100;
        border: none;
        font-size: 0;
      }
    }
  }

  h2 {
    margin-bottom: 28px;

    font-weight: 800;
    padding-top: 20px;
    text-transform: uppercase;
  }

  .search-help-link,
  .search-advanced {
    display: none;
  }

  ol {
    li {
      margin-bottom: 40px;
      h3 {
        font-size: 17px;
        font-weight: 700;
        margin: 0;
        line-height: 150%;
      }
      p {
        font-style: italic;
        font-size: 16px;
      }
    }
  }
}
