/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
/*----------------------
   Search
-----------------------*/
#desktop-search-form {
  cursor: pointer; }
  @media (min-width: 981px) {
    #desktop-search-form {
      display: inline-block;
      position: relative;
      z-index: 99999999; }
      #desktop-search-form .search-toggle {
        background: transparent;
        border: 0;
        padding: 0; }
      #desktop-search-form .search-toggle span.icon-search {
        border: 1px solid #1C3F85;
        border-radius: 50%;
        color: #1C3F85;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px; }
      #desktop-search-form .search-close {
        background: transparent;
        border: 0;
        position: absolute;
        top: -25px;
        right: -25px;
        padding: 0;
        cursor: pointer; }
      #desktop-search-form .search-close span.icon-close-filled {
        color: #fff;
        font-size: 20.65105px; }
      #desktop-search-form .search-overlay {
        background-color: rgba(0, 182, 232, 0.9);
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%; }
      #desktop-search-form .search-overlay[hidden] {
        display: none; }
      #desktop-search-form form {
        background-color: #fff;
        border-radius: 50px;
        left: 50%;
        padding: .5em;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%) scale(1.3);
        max-width: 600px;
        width: 90%;
        display: flex;
        flex-wrap: wrap; }
        #desktop-search-form form .search-field {
          flex: 3; }
        #desktop-search-form form input {
          border: 0;
          width: 100%;
          height: 100%; }
          #desktop-search-form form input:focus, #desktop-search-form form input:active {
            outline: 0; }
        #desktop-search-form form button[type="submit"] {
          background: 0;
          border: none; } }

.ui-autocomplete {
  z-index: 9999999999999;
  background: #fff;
  padding: 1em;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  max-width: 550px;
  margin-top: 32px; }
  .ui-autocomplete li {
    cursor: pointer;
    list-style: none;
    font-size: 14.93207px;
    opacity: .7; }

/*# sourceMappingURL=search-overlay.css.map */
