﻿/* home search-button */
.hero section .search .search-button {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #115b98;
  border: none;
  color: transparent;
  overflow: hidden;
  top: 0;
  right: 0;
  background-image: url('../Images/search-white.png');
  background-size: 35px 35px;
  cursor: pointer;
}
@media screen and (min-width: 894px) {
    .hero section .search .search-button {
        top: 25px;
      }
}

/* home services search */
.hero section#search-for-services .attorney-results h1 {
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  clear: both;
  padding-bottom: 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.125);
          box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.125);
  position: relative;
}
.hero section#search-for-services .attorney-results h1:before,
.hero section#search-for-services .attorney-results h1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #115b98;
}
.hero section#search-for-services .attorney-results h1:before {
  left: -5px;
}
.hero section#search-for-services .attorney-results h1:after {
  right: -5px;
}
.hero section#search-for-services .attorney-results h1 span {
  font-size: 18px;
  font-weight: 400;
}
.hero section#search-for-services .attorney-results .attorney {
  display: block;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero section#search-for-services .attorney-results .attorney:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hero section#search-for-services .attorney-results .attorney .info {
  float: left;
}
.hero section#search-for-services .attorney-results .attorney .info .name {
  font-size: 14px;
  display: block;
  padding-bottom: 8px;
}
.hero section#search-for-services .attorney-results .attorney .info .type {
  display: block;
  font-size: 12px;
  color: #a3bed5;
  padding-bottom: 5px;
}

/* fix alert class on insight slider */
.homepage-insights .insights-scroll-container .insights-container .insight-item.alert {
    clear: none !important;
}

/* home search placeholder*/
.hero section .search .placeholder {
    z-index: 999 !important;
}
