select.filter {
    margin-right: 5px;
    float: right;
}

img.map {
    width: auto;
    height: 60px;
    margin-right: 5px;
    float: right;
}

.company-card {
    display: inline-block;
    width: 400px;
    min-height: 100px;
    margin: 1em;
    padding: 1em;
    border: 1px solid #AAA;
    text-align: left;
    box-shadow: 1px 1px 12px #aaa;
    vertical-align: text-top;
}

.company-card h1 {
    margin: 0px !important;
    padding: 0px;
    border-bottom: 0px !important;
    text-transform: none !important;
    font-size: 18px !important;
    display: inline-block;
}

.company-card h1 a:hover {
    text-decoration: underline !important;
}

.company-card img.logo {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 60px;
    margin-right: 5px;
    margin-left: 5px;
    float: right;
    margin-top: -5px;
}

.company-card i.fa {
    width: 15px;
    margin-right: 5px;
    text-align: center;
    color: #D92546;
}

.company-card p {
    overflow: hidden;
}

.company-card p.description {
    font-size: 90%;
    color: #777; 
}

.company-card span.comp {
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 1), rgba(245, 245, 245, 1));
    border-left: 2px solid #d92546;
    box-shadow: 1px -1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    color: #333;
    float: left;
    margin: 5px 10px 5px 0;
    padding: 2px 5px; 
    border-radius: 2px;
    font-size: 90%;
    cursor: pointer; 
}

.company-card span.comp:hover{
    background-image: linear-gradient(to bottom, rgba(200, 200, 200, 1), rgba(150, 150, 150, 1));
    color: #fff;
} 


span.read-more {
    float: right; 
    color: #009EB2;
    cursor: pointer;
}

.comps {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin: 10px 0;
} 


div#colright {
    z-index: 50; 
}
.twoCol #mainContent {
  background-color: transparent;
}
@media (min-width: 1300px) and (max-width: 1470px) {
  .twoCol #mainContent h1 {
      font-size: 25px;
  }
}
@media (min-width: 1130px) and (max-width: 1299px) {
  .twoCol #mainContent h1 {
      font-size: 20px;
  }
}
@media (max-width: 1129px) {
  .twoCol #mainContent h1 {
      font-size: 15px;
  }
}
