#our-company #our-company-banner.parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#our-company #our-company-banner.parallax-container .page-head {
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#our-company #our-company-banner.parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#our-company h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}
#our-company p {
  line-height: 2em;
}
#our-company #mission-statement {
  display: flex;
  flex-direction: column;
}
#our-company #mission-statement .mission-image {
  max-width: 500px;
  overflow: hidden;
}
#our-company .the-team {
  background-color: #00559B;
  padding-top: 150px;
  padding-bottom: 150px;
}
#our-company .the-team .position-title {
  font-weight: 500;
}
#our-company .the-team .bio {
  display: flex;
  justify-content: start;
  align-items: start;
}
#our-company .the-team .bio h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#our-company .the-team .team-image {
  overflow: hidden;
}
#our-company .the-team .team-description {
  flex-direction: column;
}
#our-company .fa-user-circle {
  color: rgba(0, 0, 0, 0.25);
}
#our-company .fa-3x {
  color: rgba(0, 0, 0, 0.65);
}
#our-company .core-values {
  flex: 1;
  justify-content: space-around;
}
#our-company .core-values > * {
  margin: 1em;
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 250px;
  border-radius: 0.25rem;
  font-weight: 500;
}
#our-company .core-values > * p {
  margin-bottom: 0;
}
#our-company #letter .letter-img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-top: -60px;
  margin-bottom: 30px;
}
#our-company #letter .line-clamp-9 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
#our-company #letter .quote-text {
  font-size: 200px;
  color: #2e8fce;
  line-height: 15px;
  margin-bottom: 10px;
  position: absolute;
  top: 45px;
  right: 20px;
  z-index: 2;
}/*# sourceMappingURL=ourCompany.css.map */