/**
 * @file
 * Visual styles for event+'s view sponsors grid views.
 */
.view-mt-sponsors-grid .justify-content-center .views-field-field-mt-spn-image {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
.view-mt-sponsors-grid .views-row {
  margin: 30px 0 0;
}
.view-mt-sponsors-grid .justify-content-center .views-row > div {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.view-mt-sponsors-grid .views-field-title h5 {
  margin: 20px 0 0 0;
}
.view-mt-sponsors-grid .views-field-title span a {
  line-height: 120%;
}
.view-mt-sponsors-grid .js-pager__items {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 50px;
}
.region--dark-typography .view-mt-sponsors-grid .js-pager__items li.pager__item a:hover,
.region--dark-typography .view-mt-sponsors-grid .js-pager__items li.pager__item a:focus {
  color: #575757;
}
.col-12 .view.view-mt-sponsors-grid > .more-link {
  margin-top: 0;
}
.col-12 .view.view-mt-sponsors-grid > .more-link a {
  margin: 50px 0 0 0;
  display: inline-block;
  background-color: transparent;
  background: none;
  padding: 0 0 5px 0;
  text-align: left;
  border: none;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 0;
}
.view.view-mt-sponsors-grid .js-pager__items ~ .more-link a {
  margin-top: 0;
}
.col-12 .view.view-mt-sponsors-grid > .more-link a:hover,
.col-12 .view.view-mt-sponsors-grid > .more-link a:focus {
  background-color: transparent;
  background: none;
}
.region--dark-typography .col-12 .view.view-mt-sponsors-grid > .more-link a {
  color: #000000;
}
.region--dark-typography .col-12 .view.view-mt-sponsors-grid > .more-link a:hover,
.region--dark-typography .col-12 .view.view-mt-sponsors-grid > .more-link a:focus {
  color: #000000;
  border-color: transparent;
}
.region--light-typography .col-12 .view.view-mt-sponsors-grid > .more-link a {
  border-color: #ffffff;
  color: #ffffff;
}
.region--light-typography .col-12 .view.view-mt-sponsors-grid > .more-link a:hover,
.region--light-typography .col-12 .view.view-mt-sponsors-grid > .more-link a:focus {
  border-color: transparent;
}
.headings-wide-spacing-enabled .col-12 .view.view-mt-sponsors-grid > .more-link a {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .view-mt-sponsors-grid .views-field-title h5 {
    margin: 10px 0 0px 0;
    font-size: 20px;
  }
  .view-mt-sponsors-grid .justify-content-center .views-row {
    margin-bottom: 30px;
  }
}
.view-mt-sponsors-grid .sponsor-wrapper {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;

  /* TODO: clean up */
  padding: 0;
}
.region--light-typography .view-mt-sponsors-grid .sponsor-wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1200px) {
  .view-mt-sponsors-grid .sponsor-wrapper {
    padding: 40px;
    /* TODO: clean up */
    padding: 0;
  }
}
.view-mt-sponsors-grid .sponsor-wrapper .views-field-field-mt-spn-image {
  display: inline-block;
  vertical-align: top;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 0;

  /* TODO: cleanup */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.view-mt-sponsors-grid .sponsor-wrapper .views-field-field-mt-spn-image .overlay-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

@media (min-width: 1200px) {
  .view-mt-sponsors-grid .sponsor-wrapper .views-field-field-mt-spn-image .overlay-container {
    padding: 40px;
  }
  .view-mt-sponsors-grid .col-md-3 .sponsor-wrapper .views-field-field-mt-spn-image .overlay-container {
    padding: 20px;
  }
}