.search-for-others {
  min-width: 330px; }
  .search-for-others .body-container {
    position: relative; }
    @media (min-width: 992px) {
      .search-for-others .body-container {
        position: static; } }
    .search-for-others .body-container .grey-overlay {
      position: absolute;
      display: none;
      width: 100%;
      height: 100%;
      top: 101px;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10; }
  .search-for-others .custom-container {
    padding: 0 20px; }
  .search-for-others .search-for-others-top-sec {
    position: relative;
    min-height: 205px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 4px; }
    @media (min-width: 992px) {
      .search-for-others .search-for-others-top-sec {
        background-image: url(../../images/search-results-header-visuals.png);
        height: 308px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: right;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .search-for-others .search-for-others-top-sec {
        background-image: url(../../images/search-results-header-visuals.png);
        height: 260px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: right;
        background-size: 30%; } }
    @media (min-width: 1281px) {
      .search-for-others .search-for-others-top-sec {
        height: 308px; } }
    @media (max-width: 340px) {
      .search-for-others .search-for-others-top-sec {
        height: 240px;
        box-shadow: none; } }
    .search-for-others .search-for-others-top-sec .right-line {
      position: absolute;
      left: 0;
      right: auto;
      width: 5px;
      height: 100%;
      border-radius: 0 4px 4px 0;
      background-color: #1c6897; }
      @media (min-width: 992px) {
        .search-for-others .search-for-others-top-sec .right-line {
          width: 11px; } }
    .search-for-others .search-for-others-top-sec .search-results-container {
      width: 100%;
      margin: 0 auto;
      padding-top: 73px; }
      @media (min-width: 992px) {
        .search-for-others .search-for-others-top-sec .search-results-container {
          padding-top: 120px;
          padding-top: 96px; } }
      .search-for-others .search-for-others-top-sec .search-results-container h1 {
        font-size: 3rem;
        font-weight: 500;
        line-height: 1;
        color: #1c6897; }
        @media (min-width: 992px) {
          .search-for-others .search-for-others-top-sec .search-results-container h1 {
            font-size: 6.2rem;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            margin-bottom: 13px; } }
      .search-for-others .search-for-others-top-sec .search-results-container p {
        font-size: 1.6rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #4e5665;
        max-width: 640px;
        line-height: 1.25; }
        @media (min-width: 992px) {
          .search-for-others .search-for-others-top-sec .search-results-container p {
            font-size: 3rem;
            line-height: normal; } }
  .search-for-others .search-for-others-body {
    position: relative;
    margin-bottom: 77px; }
    @media (min-width: 992px) {
      .search-for-others .search-for-others-body {
        padding: 0 20px 91px;
        margin: 67px auto 0; } }
    .search-for-others .search-for-others-body .options-container {
      position: absolute;
      background-color: #fff;
      top: 0;
      width: 100%;
      z-index: 999;
      left: 0;
      right: auto;
      padding: 0 20px 0;
      margin-top: 96px;
      display: none; }
      @media (min-width: 992px) {
        .search-for-others .search-for-others-body .options-container {
          width: 293px;
          position: -webkit-sticky;
          position: sticky;
          top: 0;
          display: inline-table;
          margin-top: 0;
          left: auto;
          padding: 0 20px 0 0; } }
    @media (min-width: 992px) {
      .search-for-others .search-for-others-body .options-container.js-is-sticky {
        top: 67px !important;
        margin-top: 0; } }
    .search-for-others .search-for-others-body .options-container.js-is-stuck {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .search-for-others .search-for-others-body .options-container.js-is-stuck .options-wrapper {
        -ms-flex-item-align: end;
            align-self: flex-end; }
      @media (min-width: 992px) {
        .search-for-others .search-for-others-body .options-container.js-is-stuck {
          height: 100%; } }
    .search-for-others .search-for-others-body .options-wrapper {
      background-color: #fff;
      width: 293px;
      padding-top: 20px; }
      @media (min-width: 768px) {
        .search-for-others .search-for-others-body .options-wrapper {
          width: 100%; } }
      @media (min-width: 992px) {
        .search-for-others .search-for-others-body .options-wrapper {
          padding-top: 0; } }
      .search-for-others .search-for-others-body .options-wrapper h3 {
        font-size: 3rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4e5665;
        margin: 0; }
      .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper {
        min-height: 89px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: rgba(78, 86, 101, 0.2) 1px solid; }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper:last-of-type {
          margin: 0; }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper label {
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 89px; }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper span {
          font-size: 3.2rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.72;
          letter-spacing: 0.6px;
          text-align: left;
          color: #9b9b9b;
          white-space: nowrap;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 2px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper input.possible-option + span {
          color: #1c6897; }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper input {
          -webkit-appearance: none;
          width: 15px;
          height: 14px;
          border-radius: 2px;
          background-color: #fff;
          border: solid 1px #bcbcba;
          margin: 0 15px -1px 0; }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper input[type="checkbox"]:checked {
          display: inline-block;
          background-color: #1c6897;
          border: none; }
          .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper input[type="checkbox"]:checked:after {
            content: '';
            display: block;
            margin: 2px auto;
            width: 4px;
            height: 8px;
            border: solid #fff;
            border-width: 0 0 1.5px 1.5px;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper input.select-all-checkbox[type="checkbox"]:checked {
          background-color: #0a7bb6; }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper input[type=checkbox]:checked + span {
          color: #1c6897; }
        .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper input.select-all-checkbox + span, .search-for-others .search-for-others-body .options-wrapper .checkbox-wrapper input.select-all-checkbox[type=checkbox]:checked + span {
          color: #0a7bb6; }
    .search-for-others .search-for-others-body .results-wrapper {
      padding: 13px 0 0 0;
      max-width: 870px;
      width: 100%;
      margin-top: 106px; }
      @media (min-width: 992px) {
        .search-for-others .search-for-others-body .results-wrapper {
          margin-top: 0; } }
      .search-for-others .search-for-others-body .results-wrapper .result-container {
        height: auto;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
        margin: 0 0 20px 0;
        position: relative;
        width: 100%;
        padding: 15px 15px 25px 23px;
        min-height: 155px; }
        @media (min-width: 992px) {
          .search-for-others .search-for-others-body .results-wrapper .result-container {
            min-height: 265px;
            padding: 20px 20px 5px 39px;
            margin: 0 0 50px 0; } }
        .search-for-others .search-for-others-body .results-wrapper .result-container .right-line {
          width: 7px;
          height: 100%;
          border-radius: 0 4px 4px 0;
          position: absolute;
          left: 0;
          right: auto;
          top: 0;
          background-color: #6266a6; }
        .search-for-others .search-for-others-body .results-wrapper .result-container h2 {
          max-width: 255px;
          font-size: 2rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.2;
          letter-spacing: normal;
          color: #0a7bb6; }
          @media (min-width: 992px) {
            .search-for-others .search-for-others-body .results-wrapper .result-container h2 {
              max-width: 520px;
              font-size: 3.2rem; } }
        .search-for-others .search-for-others-body .results-wrapper .result-container h3 {
          color: #6266a6;
          text-align: center; }
        .search-for-others .search-for-others-body .results-wrapper .result-container .search-result-sub-head {
          font-size: 1.6rem;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          max-width: 250px; }
          @media (min-width: 992px) {
            .search-for-others .search-for-others-body .results-wrapper .result-container .search-result-sub-head {
              font-size: 3.2rem;
              text-align: center;
              max-width: 100%; } }
        .search-for-others .search-for-others-body .results-wrapper .result-container .logo-container {
          margin: 0 0 0 auto;
          width: auto !important; }
          @media (min-width: 992px) {
            .search-for-others .search-for-others-body .results-wrapper .result-container .logo-container {
              position: static; } }
        .search-for-others .search-for-others-body .results-wrapper .result-container .result-logo {
          height: 41px;
          display: inherit;
          margin: 0 auto; }
          @media (min-width: 992px) {
            .search-for-others .search-for-others-body .results-wrapper .result-container .result-logo {
              height: 92px;
              width: 92px; } }
        @media (min-width: 992px) {
          .search-for-others .search-for-others-body .results-wrapper .result-container:last-child {
            margin: 0; } }
        .search-for-others .search-for-others-body .results-wrapper .result-container .details-main-wrapper {
          font-size: 1.6rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.5;
          letter-spacing: normal;
          color: #505050;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
          @media (min-width: 992px) {
            .search-for-others .search-for-others-body .results-wrapper .result-container .details-main-wrapper {
              font-size: 2rem;
              margin: 94px 0 0 0;
              -ms-flex-item-align: inherit;
                  -ms-grid-row-align: inherit;
                  align-self: inherit; } }
          .search-for-others .search-for-others-body .results-wrapper .result-container .details-main-wrapper span {
            font-weight: 500; }
          .search-for-others .search-for-others-body .results-wrapper .result-container .details-main-wrapper p {
            font-size: 1.6rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            color: #505050;
            padding: 0 40px 0 0; }
            @media (min-width: 992px) {
              .search-for-others .search-for-others-body .results-wrapper .result-container .details-main-wrapper p {
                font-size: 2rem;
                line-height: 1.4; } }
          .search-for-others .search-for-others-body .results-wrapper .result-container .details-main-wrapper .number {
            font-size: 1.7rem; }
      .search-for-others .search-for-others-body .results-wrapper .green-result .right-line {
        background-color: #33a38d; }
      .search-for-others .search-for-others-body .results-wrapper .green-result h3 {
        color: #33a38d; }
      .search-for-others .search-for-others-body .results-wrapper .about-result .right-line {
        background-color: #1c6897!important; }
      .search-for-others .search-for-others-body .results-wrapper .about-result h3 {
        color: #1c6897!important; }
      .search-for-others .search-for-others-body .results-wrapper .search-result {
        width: 870px;
        height: 264px;
        border-radius: 4px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
        background-color: lightgray;
        margin: 0 0 41px 0; }
    .search-for-others .search-for-others-body .results-divider {
      width: 100%;
      height: 1px;
      display: block;
      margin: 30px 0;
      background-color: #505050; }
      @media (min-width: 992px) {
        .search-for-others .search-for-others-body .results-divider {
          margin: 50px 0; } }
  .search-for-others .filter-mobile {
    height: 95px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: 0;
    right: auto;
    z-index: 1000; }
    .search-for-others .filter-mobile .filter-mobile-container {
      height: 100%;
      margin: 0 0 0 20px;
      border-bottom: 1px solid #dddddd; }
    .search-for-others .filter-mobile .filter-mobile-wrapper {
      width: 100px;
      margin: 0 0 0 -20px; }
      .search-for-others .filter-mobile .filter-mobile-wrapper h3 {
        margin: 0; }
    .search-for-others .filter-mobile .mobile-filter-arrow {
      width: 8px;
      height: 8px;
      border: solid #1c6897;
      border-width: 0 0 2px 2px;
      display: inline-block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      pointer-events: none; }
    .search-for-others .filter-mobile .filter-icon {
      width: 23px;
      height: 22px;
      margin: 0 0 3px 0; }
    .search-for-others .filter-mobile .mobile-filter-head {
      font-size: 1.6rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: #1c6897; }
    .search-for-others .filter-mobile .mobile-filter-arrows-wrapper.rotate {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .search-for-others .show-more-link {
    font-size: 3.2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.78;
    letter-spacing: normal;
    color: #0a7bb6;
    text-align: center; }

@media (min-width: 992px) {
  *:focus {
    outline-color: #80bdff;
    outline-width: 2px;
    outline-style: solid; } }
