/** bootstrap variables **/
.team {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.team .item {
  color: inherit;
  text-decoration: none;
  width: 25%;
  padding: 0 0.75rem;
}
.team .item .picture {
  background-size: cover;
}
.team .item .picture:before {
  content: "";
  display: block;
  padding-top: 145%;
}
.team .item .caption {
  margin: 2rem 0;
  font-family: optima-nova, Georgia, "Times New Roman", Times, sans-serif;
}
.team .item .caption .name {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.5em;
}
.team .item .caption .position {
  font-size: 1rem;
}

.container-narrow .team {
  padding: 0;
}

.panel .profile #team-linkedin[href=""] {
  opacity: 0;
}

.fade-top:before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100' height='100' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1'%3E%3Cstop offset='0' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='100' height='51' fill='%23FFF'/%3E%3Crect width='100' height='50' transform='translate(0 50)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E") repeat-x;
  background-size: auto 100%;
}

#instruction-scroll-down svg {
  fill: #FFF;
}

#key-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#key-visual h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

#introduction {
  background: #FFF;
}
#introduction h4 {
  text-transform: uppercase;
  color: #3d2a80;
  font-size: 1.333rem;
}
#introduction h1 {
  font-size: 4.388rem;
  text-transform: uppercase;
}

#office-info {
  font-family: optima-nova, Georgia, "Times New Roman", Times, sans-serif;
}
#office-info h6 {
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 479.98px) {
  .team .item {
    width: 50%;
  }
}

/*# sourceMappingURL=read.css.map */
