/******************************
 * VIEW MODE: CARD
 *****************************/

.node--type-team.node--view-mode-card {
  padding: 60px 40px;
  border: 3px #68d2f2 solid;
  position: relative;
}
.node--type-team.node--view-mode-card:hover,
.node--type-team.node--view-mode-card:focus {
  background-color: #68d2f2;
}

  .node--type-team.node--view-mode-card h3 {
    font-size: 32px;
    line-height: 36px;
    font-family: mrs-eaves-xl-serif, serif;
    font-weight: 700;
    margin-bottom: 15px;
  }
  @media (min-width: 1220px) {
    .node--type-team.node--view-mode-card h3 {
      margin-bottom: 25px;
    }
  }

  .node--type-team.node--view-mode-card .field--name-field-team-blurb {
    font-size: 16px;
    line-height: 1.4;
  }
  @media (min-width: 1220px) {
    .node--type-team.node--view-mode-card .field--name-field-team-blurb {
      font-size: 20px;
    }
  }


/******************************
 * VIEW MODE: FEATURED
 *****************************/

.node--type-team.node--view-mode-featured {}

  .node--type-team.node--view-mode-featured .node__content {
    margin-bottom: 20px;
  }
    .node--type-team.node--view-mode-featured .node__content p:last-child {
      margin-bottom: 0;
    }

