@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
#modal-search .container {
  max-width: 1312px;
  margin: 77px auto 0;
}
@media screen and (min-width: 1000px) {
  #modal-search .container {
    margin: 36px auto 0;
  }
}
#modal-search .container .content-wrapper {
  margin: 0 24px;
}
@media screen and (min-width: 500px) {
  #modal-search .container .content-wrapper {
    margin: 0 56px;
  }
}
@media screen and (min-width: 1000px) {
  #modal-search .container .content-wrapper {
    margin: 0 56px;
  }
}
#modal-search .container .content-wrapper .content {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  overflow: auto;
}
#modal-search .container .content-wrapper .content form {
  width: 100%;
  height: 65px;
  position: relative;
}
#modal-search .container .content-wrapper .content form input[type=text] {
  width: 100%;
  height: 100%;
  padding-left: 70px;
  padding-right: 124px;
  color: #ffffff;
  background: #8b8b8b;
  border: none;
  outline: none;
}
#modal-search .container .content-wrapper .content form input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
#modal-search .container .content-wrapper .content form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
#modal-search .container .content-wrapper .content form input[type=submit],
#modal-search .container .content-wrapper .content form button {
  position: absolute;
  top: 12px;
  background: white;
  width: 48px;
  height: 42px;
  outline: none;
  border: none;
  cursor: pointer;
}
#modal-search .container .content-wrapper .content form input[type=submit] {
  left: 16px;
  background: url(search/resources/icon-search.3905280d.svg) no-repeat center;
  background-size: 25px;
}
#modal-search .container .content-wrapper .content form button.clear {
  right: 24px;
  background: url(search/resources/icon-clear.5a05e7a5.svg) no-repeat center;
  background-size: 39px;
}
#modal-search .container .content-wrapper .content form button.dictate {
  right: 70px;
  background: none;
}
#modal-search .container .content-wrapper .content form button.dictate::before, #modal-search .container .content-wrapper .content form button.dictate::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
#modal-search .container .content-wrapper .content form button.dictate::before {
  display: none;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s;
  background-color: #e2effa;
}
#modal-search .container .content-wrapper .content form button.dictate.recording::before {
  display: block;
}
#modal-search .container .content-wrapper .content form button.dictate.recording.pulse::before {
  transform: translate(-50%, -50%) scale(1.3);
}
#modal-search .container .content-wrapper .content form button.dictate::after {
  z-index: 2;
  transform: translate(-50%, -50%);
  background-image: url(search/resources/icon-voice.26e7e39f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
#modal-search .container .content-wrapper .content form button.dictate.recording::after {
  background-color: #3b97de;
}
#modal-search .container .content-wrapper .content .quick-links {
  margin: 24px 32px 40px;
}
@media screen and (min-width: 500px) {
  #modal-search .container .content-wrapper .content .quick-links {
    margin: 24px 70px 40px;
  }
}
#modal-search .container .content-wrapper .content .quick-links p {
  color: #939aa7;
}
#modal-search .container .content-wrapper .content .quick-links p:not(:first-child) {
  margin-left: 12px;
}
#modal-search .container .content-wrapper .content .quick-links p a {
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
}
@media (hover: none) {
  #modal-search .container .content-wrapper .content .quick-links p a {
    background-size: 0;
  }
}
@media (hover: hover) {
  #modal-search .container .content-wrapper .content .quick-links p a {
    text-decoration: none;
    background-image: linear-gradient(#005ad2, #005ad2);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s;
  }
  #modal-search .container .content-wrapper .content .quick-links p a:hover, #modal-search .container .content-wrapper .content .quick-links p a:focus {
    background-size: 100% 2px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #modal-search .container .content-wrapper .content .quick-links p a {
    text-decoration: none;
    background-image: linear-gradient(#005ad2, #005ad2);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s;
  }
  #modal-search .container .content-wrapper .content .quick-links p a:hover, #modal-search .container .content-wrapper .content .quick-links p a:focus {
    background-size: 100% 2px;
  }
}
@media screen and (min-width: 1000px) {
  #modal-search .container .content-wrapper .content .quick-links p a {
    font-size: 16px;
    line-height: 24px;
  }
}
