    /* Search box */
    #sj-search-modal-input-holder-outer {
      padding: 0.9em 0px;
    }

    #sj-search-modal-input-holder-inner {
      position: relative;
      left: 0px;
    }

    .sj-search-bar-input-common {
      width: 500px;
      padding: 0.4em;
      outline: none;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      line-height: 24px;
      text-rendering: optimizeLegibility;
      border-radius: 0;
      box-sizing: initial;
    }

    #sj-search-bar-completion {
      border: 1px solid #d9d9d9;
      color: #bebebe;
    }

    #sj-search-bar-input {
      border: 1px solid transparent;
      position: absolute;
      background: transparent;
      top: 0px;
      left: 0px;
    }

    .sj-search-icon {
      display: none;
    }

    /* Autocomplete override */
    .sj-result-summary-autocomplete-override {
      display: block;
      padding-top: 16px;
      font-size: 1.2em;
    }

    .sj-result-summary-autocomplete-override > a {
      color: #1a0dab;
    }

    /* Results */
    .sj-result-summary {
      padding-bottom: 1.5em;
      font-size: 16px;
      color: #000;
    }

    .sj-result {
      clear: both;
    }

    .sj-result-list > * {
      margin-top: 1.5em;
    }

    .sj-result-list > :first-child {
      margin-top: 0;
    }

    .sj-result-title {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 16px;
      line-height: 24px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .sj-result-title a {
      text-decoration: none;
      font-weight: 400;
      font-size: 22px;
      color: #333;
      line-height: 21.6px;
    }

    .sj-result-title a:hover {
      text-decoration: underline;
    }

    .sj-result-description {
      color: #545454;
      font-size: 16px;
      line-height: 22px;
      overflow-wrap: break-word;
      margin-top: 2px;
      margin-bottom: 4px;
    }

    .sj-result-url {
      font-size: 15px;
      line-height: 18.2px;
      margin: 0;
      color: #a2a2a2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .sj-result-url a {
        text-decoration: none;
        color: #cf202e;
    }

    .sj-result-image-container {
      float: left;
      width: 100px;
    }

    .sj-result-image-container img {
      max-height: 90px;
      max-width: 90px;
    }

    /* Paginator */
    .sj-paginator {
      margin: 1em 0;
      text-align: center;
      max-width: 700px;
    }

    .sj-paginator > div {
      display: inline;
      padding: 10px;
      color: #777;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
    }

    .sj-paginator > div.current {
      color: #333;
    }

    .sj-paginator > div.disabled {
      color: #aaa;
    }

    /* Tabs */
    .sj-tabs-container {
      border-bottom: 1px solid #ebebeb;
      color: #777;
      width: 100%;
      margin-bottom: 1em;
    }

    .sj-tabs {
      overflow: auto;
      white-space: nowrap;
    }

    .sj-tab {
      display: inline-block;
      font-size: 16px;
      cursor: pointer;
      margin: 0;
      padding: .9em;
      user-select: none;
    }

    .sj-tab-active {
      color: #333;
      border-bottom: 3px solid #333;
    }
  
    

  /* Ticket 402553 - Sajari Search Results*/
  #search-box {
      margin:0px 30px;
  }
  #search-response {
      position:relative;
      top:5px;
  }
   #search-response .sj-result-list > * {
      margin:2px;
  }
   .sj-result-summary {
       border-top-color: rgb(204, 204, 204);
       border-top-style: solid;
       border-top-width: 1px;
       background: #ac1316;
       border-radius: 5px;
       padding:10px;
       color:#fff;
       margin:0px 30px 20px;
  }
   .sj-result-list {
       border: solid 1px #ccc;
       border-top-color: rgb(204, 204, 204);
       border-top-style: solid;
       border-top-width: 1px;
       border-top: solid 3px #ac1316;
       border-radius: 5px;
       margin:0px 30px;
  }
   .sj-paginator > div.current {
      color:#ac1316;
  }
   .sj-result {
      padding:10px;
      margin:0 15px;
  }
   .sj-result:nth-child(odd) {
      background:#efefef;
  }
   .sj-result:nth-child(even) {
      background:#ccc;
      color:#000;
  }
   .sj-result:nth-child(even) .sj-result-title a {
      color:#000;
  }
   .sj-result:nth-child(even) .sj-result-description {
      color:#000;
  }
   .sj-result::after {
      display:none;
  }
   .sj-paginator {
      float:right;
  }
   .sj-search-bar-input-common {
      width:calc(100% - 0.8em);
      padding:0.4em;
      border-radius: 5px;
  }
   @media (max-width:960px) {
       .sj-result-list {
          margin:0px 10px;
      }
  }
  