.search-form-container {
  background-color: initial !important; }
  .search-form-container .heading {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    pointer-events: all; }
  .search-form-container .search-form-col {
    display: flex;
    flex-flow: column nowrap;
    align-items: center; }
    .search-form-container .search-form-col .search-form {
      padding: 10px 20px;
      margin: auto;
      border-radius: 12px;
      border: 1px solid #4a4a4a;
      width: 100%;
      min-height: 124px;
      max-height: 200px;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(0.5px);
      pointer-events: all;
      z-index: 99;
      transition: height 200ms ease; }
      .search-form-container .search-form-col .search-form:hover {
        background-color: rgba(0, 0, 0, 0.4);
        border-color: #4a4a4a; }
      .search-form-container .search-form-col .search-form label {
        cursor: pointer; }
      .search-form-container .search-form-col .search-form .fields-wrapper {
        display: flex;
        flex-flow: row nowrap; }
        .search-form-container .search-form-col .search-form .fields-wrapper-primary {
          margin: 10px 0;
          justify-content: space-between;
          color: #4a4a4a; }
          .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field {
            flex: 1 1 0px;
            height: 57px;
            line-height: 57px;
            min-width: 0;
            max-width: 32%;
            padding: 0 12px;
            background-color: #fff;
            font-size: 14px; }
            .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field-emphasis {
              background-color: #eee;
              font-weight: 600; }
              .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field-emphasis input {
                background-color: inherit; }
            .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field.text-search input {
              color: #4a4a4a;
              height: 100%; }
              .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field.text-search input::placeholder {
                color: #4a4a4a; }
            .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field.range-search .range-max {
              border-left: 1px solid #ddd; }
            .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field:not(:last-of-type) {
              border-right: 1px solid #ddd; }
            .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field[disabled] {
              color: #aaa; }
              .search-form-container .search-form-col .search-form .fields-wrapper-primary .search-field[disabled] input::placeholder {
                color: #aaa; }
          .search-form-container .search-form-col .search-form .fields-wrapper-primary .dropdown-main .dropdown-value {
            padding-right: 11px; }
            .search-form-container .search-form-col .search-form .fields-wrapper-primary .dropdown-main .dropdown-value label {
              transition: all 0.2s; }
            .search-form-container .search-form-col .search-form .fields-wrapper-primary .dropdown-main .dropdown-value span:not(:empty) {
              position: relative;
              top: 5px; }
              .search-form-container .search-form-col .search-form .fields-wrapper-primary .dropdown-main .dropdown-value span:not(:empty) + label {
                position: absolute;
                top: 10px;
                line-height: 12px;
                font-size: 10px;
                left: 0;
                color: #888;
                transition: all 0.2s; }
          .search-form-container .search-form-col .search-form .fields-wrapper-primary .dropdown-main .dropdown-box {
            top: 57px;
            border-top: 1px solid #ddd; }
          .search-form-container .search-form-col .search-form .fields-wrapper-primary .dropdown-main.dropdown-open .dropdown-value {
            font-weight: 600; }
          .search-form-container .search-form-col .search-form .fields-wrapper-primary .arrow-down:after {
            right: 12px;
            height: 57px;
            background: url(71a89f9a6a8d816f99ab.svg) no-repeat center; }
          .search-form-container .search-form-col .search-form .fields-wrapper-primary > *:first-child {
            border-radius: 3px 0 0 3px; }
          .search-form-container .search-form-col .search-form .fields-wrapper-primary > *:last-child {
            border-radius: 0 3px 3px 0; }
        .search-form-container .search-form-col .search-form .fields-wrapper-secondary {
          color: #fff;
          font-size: 14px;
          flex-wrap: wrap;
          justify-content: flex-start; }
          .search-form-container .search-form-col .search-form .fields-wrapper-secondary .search-field {
            margin: 5px 0; }
            .search-form-container .search-form-col .search-form .fields-wrapper-secondary .search-field.text-search {
              height: 15px;
              line-height: 15px; }
              .search-form-container .search-form-col .search-form .fields-wrapper-secondary .search-field.text-search input {
                color: #fff; }
            .search-form-container .search-form-col .search-form .fields-wrapper-secondary .search-field.dropdown-search {
              padding-right: 20px; }
            .search-form-container .search-form-col .search-form .fields-wrapper-secondary .search-field.range-search .range:first-child {
              margin-right: 20px; }
            .search-form-container .search-form-col .search-form .fields-wrapper-secondary .search-field:not(:last-child) {
              margin-right: 20px; }
          .search-form-container .search-form-col .search-form .fields-wrapper-secondary .arrow-down:after {
            right: 0;
            height: 15px;
            background: url(a1fde78cd318560a4009.svg) no-repeat center; }
          .search-form-container .search-form-col .search-form .fields-wrapper-secondary .dropdown-main .dropdown-value {
            height: 15px;
            line-height: 15px; }
            .search-form-container .search-form-col .search-form .fields-wrapper-secondary .dropdown-main .dropdown-value span:not(:empty) + label {
              display: none; }
          .search-form-container .search-form-col .search-form .fields-wrapper-secondary .dropdown-main .dropdown-box {
            top: 25px; }
        .search-form-container .search-form-col .search-form .fields-wrapper .search-field {
          position: relative;
          transition: color 250ms ease; }
          .search-form-container .search-form-col .search-form .fields-wrapper .search-field.text-search {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            cursor: text; }
            .search-form-container .search-form-col .search-form .fields-wrapper .search-field.text-search input {
              display: block;
              background-color: transparent;
              padding-top: 5px;
              border: 0;
              outline: 0;
              font-style: normal;
              cursor: inherit; }
              .search-form-container .search-form-col .search-form .fields-wrapper .search-field.text-search input::placeholder {
                transition: color 250ms ease; }
              .search-form-container .search-form-col .search-form .fields-wrapper .search-field.text-search input + label {
                position: absolute;
                line-height: 12px;
                left: 12px;
                pointer-events: none;
                transition: all 0.2s; }
              .search-form-container .search-form-col .search-form .fields-wrapper .search-field.text-search input:placeholder-shown + label {
                top: 23px; }
              .search-form-container .search-form-col .search-form .fields-wrapper .search-field.text-search input:not(:placeholder-shown) + label, .search-form-container .search-form-col .search-form .fields-wrapper .search-field.text-search input:focus + label {
                top: 10px;
                font-size: 10px;
                color: #888;
                transition: all 0.2s; }
          .search-form-container .search-form-col .search-form .fields-wrapper .search-field.dropdown-search:not([disabled]) {
            cursor: pointer; }
          .search-form-container .search-form-col .search-form .fields-wrapper .search-field.range-search {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between; }
            .search-form-container .search-form-col .search-form .fields-wrapper .search-field.range-search .range {
              min-width: 0;
              padding-right: 20px;
              flex: 1 0 auto;
              cursor: pointer; }
          .search-form-container .search-form-col .search-form .fields-wrapper .search-field.modal-search {
            display: flex;
            cursor: pointer;
            flex-grow: 1.5; }
            .search-form-container .search-form-col .search-form .fields-wrapper .search-field.modal-search .modal-value-wrap {
              max-width: 100%;
              padding-right: 15px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .search-form-container .search-form-col .search-form .fields-wrapper .search-field.modal-search .modal-value-wrap .modal-value {
                display: inline; }
          .search-form-container .search-form-col .search-form .fields-wrapper .search-field[disabled] {
            color: #aaa;
            cursor: not-allowed; }
            .search-form-container .search-form-col .search-form .fields-wrapper .search-field[disabled]:after {
              filter: grayscale(100%);
              opacity: .5; }
            .search-form-container .search-form-col .search-form .fields-wrapper .search-field[disabled] input::placeholder {
              color: #aaa; }
        .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main {
          position: relative; }
          .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main .dropdown-value {
            white-space: nowrap;
            overflow: hidden;
            position: relative; }
            .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main .dropdown-value label {
              cursor: inherit; }
            .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main .dropdown-value span {
              display: block;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
          .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main .dropdown-box {
            position: absolute;
            left: 0;
            width: auto;
            min-width: 100%;
            max-width: 300px;
            max-height: 350px;
            padding: 10px 0;
            border-radius: 0 0 6px 6px;
            box-shadow: 10px 13px 15px -10px rgba(195, 195, 195, 0.5);
            background: #fff;
            color: #000;
            overflow-x: hidden;
            overflow-y: auto;
            cursor: default;
            z-index: 90;
            user-select: none; }
            .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main .dropdown-box .dropdown-item {
              position: relative;
              width: 100%;
              line-height: 20px;
              padding: 10px 16px;
              color: #777;
              font-size: 14px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              cursor: pointer; }
              .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main .dropdown-box .dropdown-item.hover {
                background: #edf7f9;
                color: transparent; }
                .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main .dropdown-box .dropdown-item.hover:after {
                  content: attr(title);
                  position: absolute;
                  display: block;
                  top: 10px;
                  left: 16px;
                  width: 100%;
                  padding-right: 25px;
                  font-weight: 600;
                  color: #777;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis; }
            .search-form-container .search-form-col .search-form .fields-wrapper .dropdown-main .dropdown-box .dropdown-label {
              padding: 10px 16px;
              color: #777;
              line-height: normal;
              font-size: 14px;
              font-weight: 600;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
        .search-form-container .search-form-col .search-form .fields-wrapper .arrow-down:after {
          content: "";
          position: absolute;
          width: 11px;
          top: 0; }
        .search-form-container .search-form-col .search-form .fields-wrapper input[disabled] {
          background: #fff;
          color: #aaa; }
          .search-form-container .search-form-col .search-form .fields-wrapper input[disabled]::placeholder {
            color: #aaa; }
        .search-form-container .search-form-col .search-form .fields-wrapper input::placeholder {
          font-style: normal; }
      .search-form-container .search-form-col .search-form .search-form-bottom {
        display: flex;
        flex-flow: row wrap; }
        .search-form-container .search-form-col .search-form .search-form-bottom .sub-heading {
          flex-grow: 1;
          margin: 5px 0;
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          text-align: right; }
        .search-form-container .search-form-col .search-form .search-form-bottom a.other-link {
          flex-grow: 1;
          margin: 5px 0;
          line-height: 100%;
          color: #fff;
          text-align: right;
          font-size: 14px;
          font-weight: 300; }
          .search-form-container .search-form-col .search-form .search-form-bottom a.other-link:after {
            content: "";
            float: right;
            background: url(1a22b426cea07092dc1a.svg) no-repeat center;
            width: 15px;
            height: 15px;
            margin-left: 5px; }
    .search-form-container .search-form-col .search-modal {
      position: fixed;
      display: flex;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.7);
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 100000000; }
      .search-form-container .search-form-col .search-modal .search-modal-content {
        display: flex;
        width: 100%;
        max-width: 695px;
        padding: 23px 29px 31px;
        border-radius: 3px;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        cursor: default; }
        .search-form-container .search-form-col .search-modal .search-modal-content .modal-title {
          line-height: 33px;
          margin-bottom: 24px;
          color: #2a2a2a;
          font-size: 24px;
          font-weight: 600;
          cursor: initial; }
        .search-form-container .search-form-col .search-modal .search-modal-content .modal-items {
          display: flex;
          width: 100%;
          flex-flow: row wrap;
          justify-content: flex-start; }
          .search-form-container .search-form-col .search-modal .search-modal-content .modal-items .modal-item {
            display: flex;
            min-height: 45px;
            max-width: 33%;
            margin-bottom: 15px;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: flex-start;
            flex: 1 1 33%;
            cursor: pointer; }
            .search-form-container .search-form-col .search-modal .search-modal-content .modal-items .modal-item.selected .item-name {
              color: #007CC2; }
            .search-form-container .search-form-col .search-modal .search-modal-content .modal-items .modal-item img {
              width: 45px; }
            .search-form-container .search-form-col .search-modal .search-modal-content .modal-items .modal-item .item-name {
              margin: 0 12px;
              color: #2a2a2a;
              font-size: 14px;
              font-weight: 600; }
            .search-form-container .search-form-col .search-modal .search-modal-content .modal-items .modal-item:hover .item-name {
              text-decoration: underline; }
            .search-form-container .search-form-col .search-modal .search-modal-content .modal-items .modal-item .item-count {
              color: #9b9b9b;
              font-size: 12px; }

.search-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 57px;
  border: 0;
  padding: 20px;
  color: #fff;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  transition: 250ms ease;
  cursor: pointer; }
  .search-form-submit > span {
    white-space: nowrap;
    text-align: center; }
  .search-form-submit:hover {
    text-decoration: none !important;
    color: #fff; }
  .search-form-submit:visited {
    color: #fff; }
  .search-form-submit[disabled] {
    color: rgba(255, 255, 255, 0.5);
    background-color: #262626;
    cursor: default; }

.search-form-container.legacy-form {
  top: 20% !important; }
  .search-form-container.legacy-form .search-form-col > div {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    pointer-events: all; }
    .search-form-container.legacy-form .search-form-col > div .search-form {
      padding: 20px 30px;
      width: 792px; }
      .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary {
        flex-flow: row wrap;
        height: 115px;
        margin: 15px 0; }
        .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .search-field {
          flex: 1 1 30%;
          margin-bottom: 15px;
          border-radius: 3px;
          height: 50px;
          line-height: 50px; }
          .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .search-field:not(:last-of-type) {
            border-right: 0; }
          .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .search-field.range-search {
            padding-left: 0; }
            .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .search-field.range-search .range:first-of-type {
              border-right: 1px solid #ccc;
              padding-left: 12px; }
            .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .search-field.range-search .range:last-of-type {
              padding-left: 10px;
              margin-right: -10px; }
          .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .search-field.text-search input {
            padding-top: 7px; }
            .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .search-field.text-search input:placeholder-shown + label {
              top: 18px; }
            .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .search-field.text-search input:focus + label {
              top: 10px; }
        .search-form-container.legacy-form .search-form-col > div .search-form .fields-wrapper.fields-wrapper-primary .dropdown-main .dropdown-box {
          top: 50px;
          border: 1px solid #ccc; }
    .search-form-container.legacy-form .search-form-col > div .search-form-submit {
      min-width: 250px;
      border-radius: 50px;
      font-size: 16px;
      padding: 15px 20px;
      margin: 30px 0 15px; }
    .search-form-container.legacy-form .search-form-col > div .sub-heading {
      color: #fff; }
    .search-form-container.legacy-form .search-form-col > div .form-top {
      display: flex;
      align-items: center; }
      .search-form-container.legacy-form .search-form-col > div .form-top .heading {
        margin-right: 30px; }
    .search-form-container.legacy-form .search-form-col > div .silotype-field {
      display: flex;
      position: relative;
      color: #fff; }
      .search-form-container.legacy-form .search-form-col > div .silotype-field .radio {
        font-size: 16px;
        border-bottom: 0;
        padding: 5px;
        margin: 0 10px 5px 0;
        width: 60px;
        cursor: pointer;
        text-align: center;
        z-index: 5; }
      .search-form-container.legacy-form .search-form-col > div .silotype-field .selected-option {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        width: 60px;
        height: 32px;
        border-radius: 50px;
        transition: .3s ease-in-out;
        z-index: 0; }


/*# sourceMappingURL=search-form-assets-567e78b8fb425906e9e8.css.map*/