/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.academy-item {
  position: relative;
  border-radius: 16px;
  padding: 2.5%;
  background: #fff; }
  @media (min-width: 981px) {
    .academy-item {
      padding: 1em; } }
  .academy-item .thumb {
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    margin: -2.5% -2.5% 2.5%; }
    @media (min-width: 981px) {
      .academy-item .thumb {
        margin: -1em -1em 1em; } }
    .academy-item .thumb img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      inset: 0; }
  .academy-item a.overlay {
    text-decoration: none; }
    .academy-item a.overlay:before {
      content: '';
      position: absolute;
      inset: 0; }
  .academy-item h3 {
    margin: 0; }
  .academy-item .meta-info {
    margin: .5em 0;
    font-size: 15.93252px; }
    .academy-item .meta-info .location, .academy-item .meta-info .points, .academy-item .meta-info .date {
      display: block;
      font-family: "MultipleSansPro", Helvetica, Arial, sans-serif;
      font-weight: 600; }
      .academy-item .meta-info .location [class^="icon-"], .academy-item .meta-info .location [class*=" icon-"], .academy-item .meta-info .points [class^="icon-"], .academy-item .meta-info .points [class*=" icon-"], .academy-item .meta-info .date [class^="icon-"], .academy-item .meta-info .date [class*=" icon-"] {
        color: #00B6E8; }

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