/*------------------------------------------------------------
    Researcher page
-------------------------------------------------------------*/
article.node--researcher > div > .layout--twocol-section--25-75:first-child .layout__region--second .paddle-components-text-block-wrapper .paddle-component--text-block {
  margin-bottom: 0;
  margin-top: 1rem;
}

article.node--researcher > div > .layout--twocol-section--25-75:first-child .layout__region--second .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section h2 {
  margin-bottom: 1rem;
}

/*END Researcher pages --------------------------------------*/
/*------------------------------------------------------------
    Spotlight list for page
-------------------------------------------------------------*/
.paddle-component--list-block.page ul.list-unstyled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.paddle-component--list-block.page ul.list-unstyled li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 889px) {
  .paddle-component--list-block.page ul.list-unstyled li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.paddle-component--list-block.page article.node--page--spotlight {
  position: relative;
  margin-bottom: 2rem;
}

.paddle-component--list-block.page article.node--page--spotlight h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  background-color: #003399;
  margin-top: 1.45rem;
  margin-bottom: 1rem;
}

.paddle-component--list-block.page article.node--page--spotlight h2 a {
  color: #2F3742;
  font-size: 20px;
  line-height: 1.25;
  text-transform: none;
  text-decoration: none;
  display: block;
}

.paddle-component--list-block.page article.node--page--spotlight h2 a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.paddle-component--list-block.page article.node--page--spotlight.has-image {
  padding-left: 120px;
  min-height: 190px;
}

@media (max-width: 400px) {
  .paddle-component--list-block.page article.node--page--spotlight.has-image {
    padding-left: 0;
    padding-top: 105px;
  }
}

@media (min-width: 600px) {
  .paddle-component--list-block.page article.node--page--spotlight.has-image {
    padding-left: 220px;
  }
}

.paddle-component--list-block.page article.node--page--spotlight.has-image .field--featured-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100%;
  margin: 0;
}

@media (min-width: 600px) {
  .paddle-component--list-block.page article.node--page--spotlight.has-image .field--featured-image {
    width: 187px;
  }
}

.paddle-component--list-block.page article.node--page--spotlight.has-image .field--featured-image .items {
  position: relative;
}

.paddle-component--list-block.page article.node--page--spotlight.has-image .field--featured-image .items * {
  height: 100%;
}

.paddle-component--list-block.page article.node--page--spotlight.has-image .field--featured-image .items::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.paddle-component--list-block.page article.node--page--spotlight.has-image .field--featured-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.paddle-component--list-block.page article.node--page--spotlight.has-image .field--featured-image .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.paddle-component--list-block.page article.node--page--spotlight:hover .field--featured-image img {
  border-color: #FF6600;
}

/*END Spotlight list for page ----------------------------------*/
/*# sourceMappingURL=aphy.css.map */