.quick-search__module {
  text-align: left; }
.quick-search__container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  color: #999;
  max-width: 1300px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .quick-search__container {
      flex-flow: row nowrap;
      padding: 0 50px; } }
.quick-search__input {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }
  @media (min-width: 768px) {
    .quick-search__input {
      border-right: 0px solid #ccc;
      flex: 2 0 auto;
      width: 40%; } }
  .quick-search__input label {
    display: none; }
  .quick-search__input input {
    display: block;
    width: 100%;
    padding: 0 2.5em 0 1em;
    line-height: 2.5em;
    border: 0; }
  .quick-search__input-icon {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2.5em;
    z-index: 20;
    padding: 0 .75em; }
.quick-search__options {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .quick-search__options {
      border-right: 0px solid #ccc;
      flex: 0 1 auto;
      width: 40%; } }
  .quick-search__options-item {
    flex: 1 0 auto;
    border-left: 1px solid #ccc; }
    .quick-search__options-item a {
      display: block;
      width: 100%;
      padding: 0 1em;
      line-height: 2.5em;
      position: relative;
      text-decoration: none;
      color: #555; }
      .quick-search__options-item a:hover, .quick-search__options-item a:active, .quick-search__options-item a:focus {
        color: #555; }
      .quick-search__options-item a i {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 2.5em;
        padding: 0 .75em;
        transition: transform 750ms; }
    .quick-search__options-item.optionOpen a {
      color: #1D99D6; }
      .quick-search__options-item.optionOpen a i {
        transition: transform 250ms;
        transform: rotate(180deg); }
    .quick-search__options-item.optionOpen > div {
      visibility: visible;
      opacity: 1;
      z-index: 10;
      transition: visibility 0ms, opacity 250ms; }
  .quick-search__options > div > div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #eee;
    padding: 1em;
    z-index: 1;
    transition: opacity 750ms, visibility 0ms 750ms; }
@media (min-width: 768px) {
  .quick-search__actions {
    max-width: 25%;
    min-width: 5%;
    flex: 1 0 auto;
    width: 20%;
    display: flex;
    white-space: nowrap; } }
.quick-search__actions button {
  background: #1D99D6;
  border: 1px solid #1D99D6;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 .5em;
  line-height: 2.5em;
  cursor: pointer;
  transition: background 750ms; }
  .quick-search__actions button:hover, .quick-search__actions button:active, .quick-search__actions button:focus {
    background: #0075af;
    transition: background 250ms; }
  .quick-search__actions button:focus {
    outline: 3px solid #0075af;
    outline-offset: 3px; }
  .quick-search__actions button.quick-search__btnSave {
    background: #555;
    border-color: #555; }
    .quick-search__actions button.quick-search__btnSave:hover, .quick-search__actions button.quick-search__btnSave:active, .quick-search__actions button.quick-search__btnSave:focus {
      background: #282828; }
    .quick-search__actions button.quick-search__btnSave:focus {
      outline-color: #282828; }

/*# sourceMappingURL=quick-search.css.map */
