/* DARK BACKGROUND */
/* DARK TEXT */
/* DARK BORDER */
/* LIGHT BACKGROUND */
/* LIGHT TEXT */
/* LIGHT BORDER */
.partner-listing-link {
  text-decoration: none; }

.partner-listing {
  position: relative;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: white; }
  .partner-listing .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f44336;
    opacity: 0.2;
    display: none;
    z-index: 2;
    cursor: pointer; }
  .partner-listing:hover .overlay {
    display: block; }
  .partner-listing .profile {
    background: #ef5350;
    height: 100px;
    position: relative;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .partner-listing .profile .avatar-container {
      position: absolute;
      top: 40px;
      width: 100%; }
    .partner-listing .profile .avatar {
      margin: 0 auto;
      box-shadow: 0 8px 6px -6px black;
      margin: 0 auto;
      height: 100px;
      width: 100px;
      border-radius: 50%;
      background-size: cover;
      background-position: center center; }
  .partner-listing .card-body {
    padding-top: 50px; }
    .partner-listing .card-body p {
      color: black; }
    .partner-listing .card-body .description {
      padding: 16px;
      padding: 1rem; }
  .partner-listing .user {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    text-align: center; }
  .partner-listing .stats {
    padding: 0;
    margin: 0;
    text-align: right; }
  .partner-listing .description {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 300; }
