form.search.hidden {
  opacity: 0;
  pointer-events: none;
}
.search-container label {
color: #6a6a6a;
display: block;
font-size: 40px;
margin-bottom: 15px;
line-height: 1;
font-family: "HelveticaNeueW01-Thin";
}

form.search .input-wrap {
  display: inline-block;
  padding-right: 32px;
}

.search-container input {
  height: 35px;
  width: 226px;
}
form.search .input-text {
  background-color: #e9e9e9;
  height: 35px;
  padding-right: 35px;
}

form.search .search-btn {
  background: orange url('http://www.boeing.com/images/search_go_button.png') no-repeat center;
  background-size: cover;
  border: none;
  cursor: pointer;
  height: 35px;
  position:absolute;
  right: 0;
  text-indent: -9999em;
  top: 0;
  width: 35px;
}

.block.copy-large .wrap {
  padding: 50px 0;
}

#search_results .result {
  margin-bottom: 20px;
}

#search_results .result h2 {
  margin-bottom: 5px;
}

#search_results h3 {
  color: #6a6a6a;
  font-family:"HelveticaNeueW01-55Roma";
  font-size: 18px;
  margin-bottom: 20px;
}

#search_results a {
  color: #0698dc;
}
#search_results p {
  color: #6a6a6a;
  font-size: 80%;
  margin-bottom: 5px;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination div {
  color: #000;
  cursor: pointer;
  margin: 0 0;
  opacity: .9999;
  padding: 0 5px;
  transition: color .25s, opacity .25s;
}

@media (min-width: 608px){
  .pagination div { margin: 0 5px; }
}

.pagination div:hover,
.pagination .selected {
  color: #0698dc;
}

.pagination .disabled {
  cursor: default;
  opacity: .25;
  pointer-events: none;
}
