@import url("/clients/aspire-redesign2019/styles/main.min.css");

.showsVideo:before {
  top: 40%;
}

@media screen and (min-width: 1100px) {

  .homeFeature:nth-of-type(2n) {
      margin-right: 30px;
  }

  .homeFeature:last-child {
      margin-right: 0;
  }

  .homeFeature {
      width: calc(33.333% - 20px);
  }
  
}

/* https://raisingit.atlassian.net/browse/DES-5761
.mainLogo {
  background-image: url("/Handlers/GetImage.ashx?IDMF=6dabe6f7-6abc-4f2c-843d-ea0a2ebae9f1");
}
 */

/* 555310 New logo */
.headerContent .mainLogo{
 background-image: url("/Handlers/GetImage.ashx?IDMF=7f71961a-d1a6-4270-b083-1c05c99d0e27");
 width: 260px;
 height: 118px;
}

h3.feedsTitle {
  font-size: 1.8rem;
}
