.view-judges {
  position: relative;
}

.view-judges .view-content:after,
.view-judges .view-content::after {
  content: '';
  clear: both;
  display: table;
}

.judge {
  float: left;
  width: 50%;
  margin: 0 auto;
  position: relative;
  border-bottom: 5px solid #f7941d;
}

.judge .field-content {
  position: relative;
  max-width: 220px;
  margin: 0 auto;
}

.judge .judge-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  height: 140px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 30%, transparent);
}

.judge .judge-name h3 {
  padding: 30px 15px 15px;
  text-shadow: 1px 1px 5px #000;
}

.view-judges .view-footer {
  visibility: hidden;
}

@media (max-width: 639px) {
  .judge {
    border-right: 5px solid #f7941d;
  }

  .judge:nth-child(even) {
    border-right-color: transparent;
  }
}

@media (min-width: 640px) {
  .judges {
    border-color: transparent;
  }

  .view-judges .view-content {
    width: calc(100% - 200px);
    margin: 0 auto;
  }

  .view-judges .view-footer {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .judge {
    margin: 0;
    float: left;
    max-width: none;
    width: 33.33%;
  }

  .judge:nth-child(-n+3) {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .judge {
    width: 10em;
  }
}

@media (min-width: 1280px) {
  .judge {
    width: auto;
    border-color: #f7941d;
    border-right: 5px solid #f7941d;
  }

  .judge:nth-child(even) {
    border-right-color: #f7941d;
  }

  .judge:last-child {
    border-right-color: transparent;
  }

  .judge:nth-child(-n+3) {
    margin-bottom: 0;
  }
}

ul.sf-menu.sf-style-black li, ul.sf-menu.sf-style-black.sf-navbar {
  background: transparent !important;
}

#block-judges-home {
  text-align: center;
  margin-top: 80px;
}

/*# sourceMappingURL=judges.css.map */
