/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.participant-list > .container {
  padding-right: 0;
  padding-left: 0; }

.participant-list .articles .hidden {
  display: none; }

.participant-list .col-md-3 {
  padding-top: 15px;
  padding-bottom: 15px; }

.participant-list article {
  background: #fff;
  height: 0px;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }
  .participant-list article .t {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px; }
  .participant-list article .c {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    text-align: center; }
  .participant-list article .thumbnail, .participant-list article .logo, .participant-list article .company-name {
    height: 50%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center; }
  .participant-list article .thumbnail {
    background-size: cover; }
  .participant-list article .logo {
    width: 90%; }
  .participant-list article .thumbnail:not(.no-image) + .logo {
    height: 46%;
    margin-top: 2%;
    margin-bottom: 2%; }
  .participant-list article .thumbnail.no-image {
    height: auto;
    color: #444444;
    font-family: "Open Sans",sans-serif;
    font-size: 18px; }
    .participant-list article .thumbnail.no-image span {
      font-size: 1.44444em; }
  .participant-list article .company-name > div {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 18px; }
    .participant-list article .company-name > div > div {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      height: auto;
      color: #444444;
      font-family: "Open Sans",sans-serif;
      font-size: 1.44444em; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
