.team {
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #e8f4f6;
}
.team__container {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.team__items {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.team__item {
  font-size: 0.875rem;
  line-height: 20px;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.team__item__container {
  height: 100%;
  padding: 30px;
  background-color: #fff;
}
.team__item .item__media {
  margin-bottom: 1rem;
}
.team__item .item__media img {
  width: 100%;
}
.team__item .item-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
.team__item .item-position {
  font-style: italic;
}
.team__item .item-text {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid #d3e0eb 1px;
}
.team__item .item-link {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team__item .item-link::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.56' height='6.22' viewBox='0 0 7.56 6.22'%3E%3Ctitle%3EArrow%3C/title%3E%3Cpath d='M7.44,3.43,4.8,6.12a.42.42,0,0,1-.61-.06.43.43,0,0,1,0-.56L6.1,3.56H.43A.44.44,0,0,1,0,3.12a.44.44,0,0,1,.43-.43H6.1L4.19.74a.44.44,0,0,1,0-.62.44.44,0,0,1,.6,0h0L7.43,2.81A.45.45,0,0,1,7.44,3.43Z' style='fill:%23fff'/%3E%3C/svg%3E");
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: #137faa;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team__item .item-link:hover, .team__item .item-link:not(.collapsed) {
  color: #003345;
}
.team__item .item-link:hover::before, .team__item .item-link:not(.collapsed)::before {
  background: #003345;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.team__item .item-link.collapsed:focus {
  color: #137faa;
}
.team__item .item__more-content > *:first-child {
  margin-top: 1rem;
}
.team__item .item__more-content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .team__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team__item {
    max-width: 50%;
  }
  .team__item__container {
    padding-right: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team__item__container > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .team .item__media {
    width: 33.33333333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .team .item__content {
    width: 66.66666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/*# sourceMappingURL=team.css.map */
