#hero {
  margin-bottom: 100px;
}
@media only screen and (max-width: 700px) {
  #hero {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 550px) {
  #hero {
    margin-bottom: 35px;
  }
}
#hero .hero-inner {
  display: flex;
}
@media only screen and (max-width: 700px) {
  #hero .hero-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  #hero .hero-left {
    overflow: hidden;
    height: 200px;
  }
  #hero .hero-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
#hero .hero-right {
  max-width: 540px;
}
@media only screen and (max-width: 900px) {
  #hero .hero-right {
    max-width: 380px;
  }
}
@media only screen and (max-width: 700px) {
  #hero .hero-right {
    max-width: unset;
    padding-top: 20px;
  }
}
#hero h1 {
  font-size: 62px;
  font-weight: bold;
  color: #00235e;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #hero h1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 550px) {
  #hero h1 {
    font-size: 40px;
  }
}
#hero .subhead {
  color: #00235e;
  font-size: 43px;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  #hero .subhead {
    margin-bottom: 0;
    font-size: 33px;
  }
}
@media only screen and (max-width: 900px) {
  #hero .subhead {
    font-size: 28px;
  }
}
#hero .supporting-copy {
  font-size: 18px;
  color: #00235e;
  padding: 0 40px;
}
@media only screen and (max-width: 900px) {
  #hero .supporting-copy {
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  #hero .supporting-copy {
    font-size: 17px;
    padding: 0;
  }
}

.copy-block .copy-headline {
  color: #f1592a;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .copy-block .copy-headline {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 550px) {
  .copy-block .copy-headline {
    font-size: 40px;
  }
}

.copy-block p {
  text-align: center;
  max-width: unset;
  margin: 0 auto 40px;
  padding: 10px;
  color: #0f2746;
  font-size: 18px;
}

/* to be moved */
.two-cols .inner-two {
  padding: 60px;
  margin-bottom: 80px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .two-cols .inner-two {
    flex-direction: column;
  }
}
@media only screen and (max-width: 550px) {
  .two-cols .inner-two {
    padding: 20px;
  }
}
.two-cols .inner-two .left {
  width: 50%;
  border-right: 2px solid #fff;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .two-cols .inner-two .left {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #fff;
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.two-cols .inner-two .right {
  width: 50%;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .two-cols .inner-two .right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }
}
.two-cols .inner-two .header {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  max-width: 400px;
}
.two-cols .inner-two .support-wrap {
  font-size: 18px;
}

section.four-stripes {
  padding: 60px 0 90px;
}
section.four-stripes .four-head {
  font-size: 60px;
  color: #f1592a;
  font-weight: 600;
  margin-bottom: 90px;
  line-height: 1;
}
@media only screen and (max-width: 550px) {
  section.four-stripes .four-head {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
section.four-stripes .four-flex-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
section.four-stripes .four-flex {
  margin: 0 -15px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  section.four-stripes .four-flex {
    flex-wrap: wrap;
    margin-bottom: -60px;
  }
}
section.four-stripes .four-flex .four-stripe-outer {
  padding: 0 15px;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  section.four-stripes .four-flex .four-stripe-outer {
    width: calc(50% - 30px);
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 550px) {
  section.four-stripes .four-flex .four-stripe-outer {
    width: calc(100% - 30px);
  }
}
section.four-stripes .four-flex .four-stripe-outer .four-stripe-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.four-stripes .four-flex .four-stripe-outer .four-stripe-inner .subhead {
  font-size: 30px;
  color: #00235e;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -10px;
}
@media only screen and (max-width: 550px) {
  section.four-stripes .four-flex .four-stripe-outer .four-stripe-inner .subhead {
    margin-top: 40px;
  }
}
section.four-stripes .four-flex .four-stripe-outer .four-stripe-inner .copy {
  flex: 1;
  margin-bottom: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 550px) {
  section.four-stripes .four-flex .four-stripe-outer .four-stripe-inner .img {
    order: -1;
  }
}
section.four-stripes .four-flex .four-stripe-outer .four-stripe-inner .img img {
  width: 100%;
}
section.four-stripes .four-flex .four-stripe-outer .four-stripe-inner .img + .subhead {
  margin-top: 40px;
}

section.our-team {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 1200px) {
  section.our-team {
    background-size: 100% 680px;
  }
}
@media only screen and (max-width: 768px) {
  section.our-team {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 550px) {
  section.our-team {
    padding: 30px 0;
  }
}
section.our-team .header {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  section.our-team .header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 550px) {
  section.our-team .header {
    margin-top: 40px;
  }
}
section.our-team .support {
  color: #fff;
  font-size: 18px;
  max-width: 950px;
  margin: 0 auto 40px;
}
section.our-team .team-wrap-outer {
  max-width: 1320px;
  margin: 0 auto;
}
section.our-team .team-wrap-outer .team-wrap-inner {
  margin: 0 -14px -28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer {
  padding: 0 14px 28px;
  width: calc(20% - 28px);
}
@media only screen and (max-width: 1200px) {
  section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer {
    width: calc(25% - 28px);
    max-width: 242px;
  }
}
@media only screen and (max-width: 768px) {
  section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer {
    width: calc(33% - 28px);
    max-width: 242px;
  }
}
@media only screen and (max-width: 550px) {
  section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer {
    width: calc(50% - 28px);
    max-width: 242px;
  }
}
@media only screen and (max-width: 380px) {
  section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer {
    width: calc(100% - 28px);
    max-width: 242px;
  }
}
section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer .team-member-inner {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer .team-member-inner .team-bottom {
  padding: 15px 20px;
  box-shadow: 5px 9px 15px 0px rgba(40, 34, 35, 0.07);
  flex: 1;
}
section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer .team-member-inner .team-bottom .team-name {
  font-size: 14px;
}
section.our-team .team-wrap-outer .team-wrap-inner .team-member-outer .team-member-inner .team-bottom .team-title {
  font-size: 11px;
}

section.images-grid {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 768px) {
  section.images-grid {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 550px) {
  section.images-grid {
    padding: 30px 0;
  }
}
section.images-grid .header {
  font-size: 60px;
  color: #00235e;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  section.images-grid .header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 550px) {
  section.images-grid .header {
    margin-top: 40px;
  }
}
section.images-grid .support {
  color: #00235e;
  font-size: 18px;
  max-width: 950px;
  margin: 0 auto 40px;
}
section.images-grid .images-wrap-outer {
  max-width: 1320px;
  margin: 0 auto;
}
section.images-grid .images-wrap-outer .images-wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.images-grid .images-wrap-outer .images-wrap-inner .image-wrap-outer {
  width: calc(20% - 28px);
  border: 1px solid #dde1e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  section.images-grid .images-wrap-outer .images-wrap-inner .image-wrap-outer {
    width: calc(25% - 28px);
    max-width: 242px;
  }
}
@media only screen and (max-width: 768px) {
  section.images-grid .images-wrap-outer .images-wrap-inner .image-wrap-outer {
    width: calc(33% - 28px);
    max-width: 242px;
  }
}
@media only screen and (max-width: 550px) {
  section.images-grid .images-wrap-outer .images-wrap-inner .image-wrap-outer {
    width: calc(50% - 28px);
    max-width: 242px;
  }
}
@media only screen and (max-width: 380px) {
  section.images-grid .images-wrap-outer .images-wrap-inner .image-wrap-outer {
    width: calc(100% - 28px);
    max-width: 242px;
  }
}
section.images-grid .images-wrap-outer .images-wrap-inner .image-wrap-outer .image-wrap-inner {
  background: #fff;
  align-items: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
section.images-grid .images-wrap-outer .images-wrap-inner .image-wrap-outer .image-wrap-inner img {
  width: auto;
}

/*# sourceMappingURL=about-page.css.map */
