.maincontent.cta {
  position: relative;
  margin-top: -20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 39, 95, 0.9)), to(rgba(38, 39, 95, 0.9))), url('../images/research_to_impact.jpg');
  background-image: linear-gradient(180deg, rgba(38, 39, 95, 0.9), rgba(38, 39, 95, 0.9)), url('../images/research_to_impact.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.maincontent.cta .homepage-sub-head a {
    color: #b2cce5; 
}

.maincontent.cta .homepage-sub-head a:visited {
    color: #7bacdd;
}


.cta-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-basis: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-sub-head {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1 auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.toolkit-link-block.grid {
  margin-bottom: 0px;
  border-style: none;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #fff;
}

.support-block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.support-block:nth-child(1) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

.toolkit-link-block.grid:hover {
  box-shadow: 0 14px 17px 0 rgba(0, 0, 0, 0.6);
}

.toolkit-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}


.support-block {
  position: relative;
  border-style: none;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #fff;
}

.support-block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.support-block-inner {
    display: flex;
    position: relative;
    pointer-events: none;
    z-index: 1;
    height: 150px;
    overflow-y: hidden;
}

.support-block-inner a {
    pointer-events: all;
}

.support-block-inner div {
    display: inline-block;
}

.support-block-inner .toolkit-title {
    margin-top: 10px;
}

.toolkit-item-wrapper.grid._1-row {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .maincontent.cta {
    padding-right: 17px;
    padding-left: 17px;
  }
  .cta-columns {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .maincontent.cta {
    padding-right: 11px;
    padding-left: 11px;
  }
  .cta-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .homepage-sub-head {
    font-size: 16px;
    line-height: 1.25em;
  }
  .toolkit-item-wrapper.grid._1-row {
    display: block;
  }
}
