﻿/* Utilities */

.clear {
  clear: both;
}

/* Header */

.search-header {
  text-align: center;
  padding: 20px 0 20px 0;
}

.search-header p {
  font-size: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 798px) {
  .search-header p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .search-header p {
    font-size: 20px;
  }
}

/* Footer */

.search-footer {
  padding: 0;
  margin-top: 30px;
  text-align: center;
}

.search-footer .inner {
  font-size: 13px;
  display: inline-block;
}

.search-footer .inner span {
  margin-right: 10px;
  float: left;
}

.creditlink {
  width: 80px;
  display: inline-block;
}

.creditlink img {
  width: 100%;
  display: block;
}

/* Search Form */

.search-form {
  padding: 10px 0;
  text-align: center;
}

.search-form form {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  position: relative;
}

@media (min-width: 480px) {
  .search-form form {
    width: 400px;
  }
}

.search-form form input {
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Hope Sans', sans-serif;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 9px 16px 9px;
  border: 1px solid #5a5a5a;
  border-radius: 10px;
  display: block
}

@media (min-width: 798px) {
  .search-form form input {
    font-size:16px;
    line-height: 24px;
    border-radius: 16px;
    padding: 14px 20px 14px;
  }
}

@media (min-width: 1200px) {
  .search-form form input {
    font-size:20px;
    line-height: 30px;
    padding: 14px 20px 14px;
    border-radius: 20px;
  }
}

.search-form form input::input-placeholder {
  line-height: normal;
  color: #000000;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out
}



.search-form form input:focus::input-placeholder {
  opacity: 0
}

.search-form form input::-webkit-input-placeholder {
  line-height: normal;
  color: #000000;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out
}




.search-form form input:focus::-webkit-input-placeholder {
  opacity: 0
}

.search-form form input::-moz-placeholder {
  line-height: normal;
  color: #000000;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out
}


.search-form form input:focus::-moz-placeholder {
  opacity: 0
}

.search-form form input:-ms-input-placeholder {
  line-height: normal;
  color: #000000;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out
}


.search-form form input:focus:-ms-input-placeholder {
  opacity: 0
}

.search-form input.text {

}


.search-form input.submit {
  font-family: 'Hope Sans', sans-serif!important;
  width: auto;
  height: 100%;
  color: #000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  padding: 0 16px 0 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: 0;
}

@media (min-width: 798px) {
  .search-form input.submit {
    font-size:15px;
    padding: 0 20px 0 0
  }
}

@media (min-width: 1200px) {
  .search-form input.submit {
    font-size:20px
  }
}

.search-form input.submit:hover {
  color: #095540
}


/* Search Results */

#finder-results {
  padding-top: 40px;
}

.search-results ul {

}

.search-results li {

}

.search-results li.no-results {
  font-size: 20px;
  text-align: center;
}

.search-results.has-results li.a-result + li.no-results {
  display: none;
}

.search-results img.icon {
  float: left;
  margin-top: 4px;
  margin-left: -35px;
}

.search-results li > div {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 798px) {
  .search-results li > div {
    padding: 20px;
  }
}

.search-results h2 {
  color: #060;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.search-results h2 {
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 3px solid #000000;
}



.search-results h2 a {
  color: #000;
}

.search-results h2 a:hover {
  color: #f5a800;
}

.search-results .meta {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}

.search-results .phone {
  font-size: 18px;
  font-weight: 600;
}

.search-results .address {
  font-size: 18px;
  font-weight: 300;
}

.search-results .hours {
  color: #000;
  font-size: 12px;
  margin-top: 5px;
}

.search-results .materials {
  font-size: 12px;
}

.search-results .material {
  font-weight: 300;
  /*color: #666;*/
  /*margin-right: 5px;*/
  /*white-space: nowrap;*/
}

/* Search Results Pager */

.search-pager {
  padding: 10px 20px;
  font-size: 12px;
  background-color: #690;
}

.search-pager a {
  padding: 6px 10px;
  color: #333;
  background-color: #FFF;
  text-decoration: none;
  border: 1px solid #9C3;
}

.search-pager a:hover {
  color: #FFF;
  background-color: #9C3;
}

.search-pager .no-prev, .search-pager .no-next {
  padding: 6px 10px;
  color: #999;
  background-color: #EEE;
}

.search-pager .prev, .search-pager .next {
  font-weight: bold;
}

.search-pager .before, .search-pager .after {
}

.search-pager .current {
  padding: 6px 10px;
  color: #FFF;
  background-color: #060;
  vertical-align: top;
  font-weight: bold;
}

/* Details Pages */

.search-details .back-link {
  padding: 10px 20px;
  font-size: 12px;
  color: #333;
  background-color: #9C3;
}

.search-details .back-link a {
  color: #333;
  font-weight: bold;
}

.search-details h1 {
  margin: 10px 20px;
}

.search-details .contact {
}

.search-details .phone {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

.search-details .address {
  color: #666;
  font-size: 18px;
}

.search-details .notes {
  width: 620px;
  margin: 0 20px 10px 20px;
  font-size: 12px;
}

.search-details .hours {
  margin: 0 20px 10px 20px;
  font-size: 12px;
}

.search-details .website {
  margin: 0 20px 10px 20px;
  font-size: 12px;
}

/* Materials Accepted Table */

.search-details table {
  width: 960px;
  margin-top: 20px;
  border-top: 1px solid #CCC;
}

.search-details th {
  border-bottom: 1px solid #CCC;
  text-align: left;
  font-size: 18px;
  padding: 20px 20px;
}

.search-details tr.subhead th {
  font-size: 12px;
  padding: 5px 20px;
}

.search-details tr.subhead {
  background-color: #DDD;
}

.search-details tr.even {
  background-color: #EEE;
}

.search-details td {
  border-bottom: 1px solid #CCC;
  text-align: left;
  padding: 5px 20px;
}


.pagination {
  padding-top: 30px;
  padding-bottom: 0;
}

@media (min-width: 798px) {
  .pagination {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.pagination .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul {
  font-family: 'Hope Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.pagination ul li {
  margin: 0 14px;
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination ul li a {
  color: #960048;

}

.pagination ul li.active a {
  color: #000000;
}

.pagination .pagination-arrow {
  width: 33px;
  height: 33px;
  background: transparent;
  padding: 0;
  display: inline-block;
}

.pagination .pagination-arrow.prev {
  left: 0;
}

.pagination .pagination-arrow.next {
  right: 0;
}

.pagination .pagination-arrow img {
  width: 100%;
  display: block;
}

.pagination .pagination-arrow.noprev,
.pagination .pagination-arrow.nonext {
  opacity: 0;
  pointer-events: none;
}

.pagination .pagination-arrow.noprev a,
.pagination .pagination-arrow.nonext a {
  pointer-events: none;
}

