/* Initial front page only 2020 Item */
.top-menu-items {
  top: 13px;
}

#header-bottomNav {
  padding-top: 36px !important;
  white-space: nowrap;
}

.ui-input-search {
  border-width: 0px !important;
  width: 95% !important;
  height: 34px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  margin: 0;
}

.ui-input-search:after {
  background-image: url("/assets/images/home/search.svg");
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: -6px;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  opacity: 1;
}

input[type=text]:focus {
  border: 2px solid #4BB1BA !important;
  height: 24px !important;
}

.ui-body-inherit {
  background-color: #fff;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

.ui-input-search input {
  font-size: 16px !important;
  padding-left: 42px !important;
}

::-moz-placeholder {
  color: #181c24;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #181c24;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #181c24;
  opacity: 1;
  /* Firefox */
}

@media only screen and (max-width: 1024px) {
  .ui-input-search:after {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 955px) {
  .ui-input-search {
    height: 28px !important;
  }
  .ui-input-search:after {
    height: 28px;
    margin-top: 0px;
  }
  .ui-input-search input {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 780px) {
  .ui-input-search {
    height: 34px !important;
  }
  .ui-input-search:after {
    height: 45px;
    margin-top: -5px;
  }
  .ui-input-search input {
    font-size: 16px !important;
  }
  #fig1.img_caption {
    bottom: -270px;
  }
}
@media only screen and (max-width: 440px) {
  #fig1.img_caption {
    bottom: -250px;
  }
}
@media only screen and (max-width: 375px) {
  .ui-input-search:after {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 360px) {
  .ui-input-search:after {
    margin-top: -5px;
  }
}
@media screen and (max-width: 320px) {
  .ui-input-search input {
    font-size: 14px !important;
  }
}