/*=============
Search listing
==============*/
#search {
  margin: 20px 0 40px 0;
  display: inline-block;
  width: 100%;
}
#search label {
  margin-right: 15px;
  font-weight: 700;
}
#search-listing {
  max-width: 1300px;
  margin: 0 auto;
  font-family: Gotham,sans-serif;
}
#search-listing form input {
  height: 26px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  font-family: Gotham,sans-serif;
}
#search-listing form button {
  background: #e25928;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 15px;
  display: inline-block;
  font-family: Gotham,sans-serif;
}
#search-listing form button[disabled] {
  background: #ccc;
}
.not-found h3 {
  display: block;
}
.not-found h3.active {
  display: none;
}
.entry-content .not-found a {
  font-weight: 700;
  color: #dc582a;
  text-decoration: none;
}
.entry-content .not-found a:hover {
  text-decoration: underline;
}
input[type="submit"] {
  background-color: #E25928;
  border: 0;
}
.entry-content {
  color: #646262;
}
.entry-content p {
  font-size: 14px;
  color: #646262;
  margin-bottom: 14px;
  line-height: 1.4em;
  font-family: Gotham,sans-serif !important;
}
.entry-content p.intro {
  font-size: 16px;
}
.entry-content ul {
  margin-bottom: 20px;
  list-style: disc outside;
  margin-left: 25px;
}
.entry-content ul li {
  margin-bottom: 14px;
}
.entry-content h2 {
  color: #3E4545;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
}
.entry-content h2.company-name {
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.entry-content strong {
  font: bold 14px/1.6em;
}
.entry-content a {
  color: #6399AF;
  font: 14px/1.6em;
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content p {
  font-size: 14px;
  color: #646262;
  margin-bottom: 14px;
  line-height: 1.4em;
}
.about-logos {
  margin-top: 24px;
}
h3 {
  font-size: 18px;
  font-weight: 700;
}
.list-3 {
  margin-left: 0 !important;
}
.list-3 li {
  float: none;
  display: inline-block;
  list-style: none;
  width: 30.5%;
  margin: 0 0 24px 4%;
  margin-bottom: 32px !important;
  vertical-align: top;
}
.list-3 li:first-child,
.list-3 li:nth-child(3n+1) {
  margin-left: 0;
}
.list-3 a {
  color: #dc582a;
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  text-decoration: none;
}
.list-3 a:hover {
  text-decoration: underline;
}
.list-3 a .normal {
  display: block;
  font-weight: 400;
}
@media all and (max-width: 980px) {
  .list-3 img {
    max-width: 100%;
    height: auto;
  }
}

@media all and (max-width: 768px) {
  .list-3 li {
    width: 48%;
  }
  .list-3 li:nth-child(3n+1) {
    margin-left: 4%;
  }
  .list-3 li:nth-child(2n+1) {
    margin-left: 0%;
  }
}

@media all and (max-width: 480px) {
  .list-3 li {
    width: 100%;
    margin-left: 0;
  }
  .list-3 li:nth-child(3n+1) {
    margin-left: 0;
  }
}