/* Search page css */

.lup-search-hero-bg-img { position: absolute; width: 100%; height: 200px; clear: both; margin-top: -100px;}
.search-col .abbv-col.abbv-col-9 {width: 100%;}
.search-col .abbv-col.abbv-col-3 {display: none;}


.search-col h1 {font-size: 0px;display: none;}
::-webkit-input-placeholder { color: rgba(234,117,42,1);}
.search-col { max-width: 940px; padding-top: 140px;padding-bottom: 30px;}
.search-buttons {float: left; margin-bottom: 0px; width: 100%; text-align: center;}
.search-buttons a { color: #fff; display: inline-block;padding: 10px;position: relative;text-align: center;width: 50%;
margin-bottom: 10px;}
.bg_color__darkorange { background-color: rgba(234,117,42,1);}


/*a.button-standard.bg_color__darkorange.ng-binding { background-color: #606161; cursor: not-allowed;}*/


.search-icon {width:23px; height:18px; float: right;}
.search-buttons li {text-align:center;}
.search-buttons ul.btn-ul { list-style: none;}
.search-results-autocomplete.focus-border{border:solid 1px #95d9db;}
.search-results-autocomplete.focus-border-change{border:solid 1px #606161;}
.search-result .resultsNoMessage {
    text-align: center;
    width: 100%;
}
.disabled {
    background-color: grey;
    border-color: grey;
}

.search-col li, .search-col a, .search-col a:visited, .search-col a:active {color: rgba(234,117,42,1);}
.abbv-paging-numbers ul li, {color: rgba(234,117,42,1);}
.search-col a:hover {color: rgba(124,4,53,1);}
.btn-ul a, .btn-ul a:visited, .btn-ul a:active {color: #fff;}
.abbv-paging-numbers ul li a.active {background: rgba(234,117,42,1);}

@media (max-width: 767px) and (min-width: 320px)
{
.search-buttons a { width: 80%;}
  ol, ul { padding-left: 0px;} 

.lup-search-hero-bg-img { position: absolute; width: 100%; height: 200px; clear: both; margin-top: -90px;}
.lup-search-hero-bg-img .abbv-background-container-display {min-height: auto;}

}

/*iPad portrait*/
@media (min-width: 768px) and (max-width: 895px) {
.lup-search-hero-bg-img {margin-top: -88px;}

}