.resourcesSection {
  margin-bottom: 3.3rem;
  padding: 0 11px;
}
.resourcesSection .grid {
  background: #ffffff;
}
.resourcesSection .resourceContainer {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 2.2rem 1.1rem;
}
.resourcesSection .resourceContainer:nth-of-type(4n) {
  border-right: none;
}

.resourcesContainer.rsMinW {
  background: #ffffff !important;
  height: 390px;
}
.resourcesContainer.rsMinW .rsOverflow {
  background: transparent;
}
.resourcesContainer.rsMinW .rsArrow {
  background: rgba(39, 40, 45, 0.3);
}
.resourcesContainer.rsMinW .rsSlide {
  background: white;
}
.resourcesContainer.rsMinW .rsSlide:last-of-type .resourceContainer {
  padding-right: 0;
}
.resourcesContainer.rsMinW .resourceContainer {
  background: #ffffff;
  border-bottom: 0;
  height: 390px;
  padding: 2.2rem 11px;
  text-align: center;
}
.resourcesContainer.rsMinW .resourceContainer .resourceImage {
  margin-bottom: 1.1rem;
}
.resourcesContainer.rsMinW .resourceContainer .resourceImage img {
  display: inline-block;
  height: 25.2rem;
  width: auto;
}
.resourcesContainer.rsMinW .resourceContainer .resourceName {
  height: 4.4rem;
  margin-bottom: 0;
}

.resourcesSection {
  margin-bottom: 3.3rem;
  padding: 0 1.1rem;
}

.recommendedSitesSection {
  margin-bottom: 3.3rem;
}

.siteContainer {
  border-radius: 3px;
  margin-bottom: 2.2rem;
}

.downloadContainer {
  background: white;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 3px;
  display: inline-flex;
  height: 5.5rem;
}
.downloadContainer span {
  vertical-align: middle;
}
.downloadContainer span[class*=icon] {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-right: 2.2rem;
}

@media screen and (min-width: 48em) {
  .contentWrapper {
    padding: 0 2.2rem;
  }
}
