.menu-search-form,
#block-podaac-helper-podaac-search {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  opacity: 0.8;
  width: 270px;
}
.menu-search-form {
  bottom: 18px;
}
#block-podaac-helper-podaac-search .contextual-links-wrapper {
	display: none;
}
#podaac-search-form--2 .form-item-type,
#podaac-search-form--2 .form-item-search,
#podaac-search-form--2 .form-actions,
#block-podaac-helper-podaac-search .form-item-type,
#block-podaac-helper-podaac-search .form-item-search,
#block-podaac-helper-podaac-search .form-actions {
  margin: 0;
}

#podaac-search-form--2 .form-item-type,
#block-podaac-helper-podaac-search .form-item-type {
  position: absolute;
  width: 100px;
}

#podaac-search-form--2 .form-item-search,
#block-podaac-helper-podaac-search .form-item-search {
  float: right;
}
#podaac-search-form--2 .form-item-type select,
#block-podaac-helper-podaac-search .form-item-type select {
  position: relative;
  z-index: 10;
  background: #15294a url('../images/search-arrow.png') no-repeat 10px center;
  color: #92cbff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-color: #325aa5;
  -webkit-border-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 0px;
	padding-left: 25px;
  width: 100px;
	height: 25px;
}

#podaac-search-form--2 .form-item-search input,
#block-podaac-helper-podaac-search .form-item-search input {
  position: relative;
  z-index: 15;
  /*background: #264873;
  color: #fff;*/
  border-color: #325aa5;
  width: 195px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  height: 25px;
}

#podaac-search-form--2 .form-item-search,
#block-podaac-helper-podaac-search .form-item-search {
  position: relative;
  width: 195px;
}

#podaac-search-form--2 input:focus,
#podaac-search-form--2 select:focus,
#block-podaac-helper-podaac-search input:focus,
#block-podaac-helper-podaac-search select:focus {
    outline: none;
}

#podaac-search-form--2 #podaac-search-reset,
#podaac-search-form--2 #podaac-search-help,
#block-podaac-helper-podaac-search #podaac-search-reset,
#block-podaac-helper-podaac-search #podaac-search-help {
  position: absolute;
  z-index: 20;
  top: 5px;
  right: 5px;
  border: none;
  background: transparent;
  padding: 0;
}
#podaac-search-form--2 {
  width: 100%;
}
.lt-ie9 #block-podaac-helper-podaac-search {
  width: 275px;
}

#podaac-search-form--2 .form-item-search,
#podaac-search-form--2 .form-item-search input,
.lt-ie9 #block-podaac-helper-podaac-search .form-item-search,
.lt-ie9 #block-podaac-helper-podaac-search .form-item-search input {
  width: 190px;
}

.view-search-content .views-exposed-form .views-exposed-widget {
  display: flex;
}