@-webkit-keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.search-menu-form-outer-wrapper {
  background: #FFF;
  height: 200px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 33px;
  -webkit-transition: height ease 300ms;
  transition: height ease 300ms;
  width: 100%;
  z-index: 9; }
  .search-menu-form-outer-wrapper > form {
    margin: 0 auto;
    max-width: 64em;
    padding: 2.5rem 1rem 1.5rem; }
    @media (min-width: 1024px) {
      .search-menu-form-outer-wrapper > form {
        padding: 4.5rem 0 3.5rem; } }

.search-menu-form-inner-wrapper {
  margin: 0 auto;
  max-width: 64em;
  padding-bottom: 3.5rem;
  padding-top: 4.5rem; }

.search-menu-form {
  position: relative; }
  .search-menu-form input {
    border: 0;
    border-bottom: 1px solid #000;
    color: #3f3f41;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
    text-transform: uppercase;
    width: 100%; }
    .search-menu-form input:focus {
      outline: none; }
    .search-menu-form input::-webkit-input-placeholder {
      color: #3f3f41; }
    .search-menu-form input::-moz-placeholder {
      color: #3f3f41; }
    .search-menu-form input::-ms-input-placeholder {
      color: #3f3f41; }
    .search-menu-form input::placeholder {
      color: #3f3f41; }
  .search-menu-form .description {
    color: #b5b5b5;
    font-size: 13px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold; }
  .search-menu-form .close-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #3f3f41;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
    .search-menu-form .close-form span {
      font-size: 31px; }

.search-menu-icon-wrapper {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 10; }
  .search-menu-icon-wrapper span {
    line-height: 18px;
    padding-left: 2rem; }
  .search-menu-icon-wrapper::before {
    background: url("../../images/search.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 16px;
    left: 3px;
    position: absolute;
    top: 0;
    width: 16px; }
  .search-menu-icon-wrapper::after {
    top: 100%;
    left: 35%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(205, 205, 205, 0);
    border-top-color: #CDCDCD;
    border-width: 0;
    margin-left: -20px;
    -webkit-transition: border-width ease 300ms;
    transition: border-width ease 300ms; }
  .search-menu-icon-wrapper.search-caret {
    z-index: 10; }
    .search-menu-icon-wrapper.search-caret::after {
      top: 100%;
      left: 35%;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(205, 205, 205, 0);
      border-top-color: #CDCDCD;
      border-width: 20px;
      margin-left: -20px;
      -webkit-transition: border-width ease 300ms;
      transition: border-width ease 300ms; }

.hide-n-slide {
  height: 0;
  overflow: hidden;
  -webkit-transition: height ease 300ms;
  transition: height ease 300ms; }

.search-form-utility-menu {
  position: static; }

.utility-right-wrapper .search-form-utility-menu .form-actions {
  display: none; }

.utility-right-wrapper .search-form-utility-menu label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }
