h1, h2, h3 {
  color: #2c3c50;
}

img {
  max-width: 300px;
}

.background {
  background-color: #ccddfa;
}

.page-title {
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.03em;
  margin: 0px;
}

.page-subtitle {
  text-align: center;
  color: #2c3c50;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 18px;
  padding: 8px 0px;
}

.title-subtitle-container {
  padding-top: 28px;
  border-bottom: 1px solid #ccc;
}

.page-container {
  margin: 0px 10%;
}

.images-container-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.image-caption {
  text-align: center;
  color: #4b5b71;
  margin-top: 0.25em;
  font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.image-with-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #b2c3de;
  padding: 0.5em;
  margin: 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.global-leader-text {
  text-align: center;
  color: #4b5b71;
  font: 17px Georgia, "Bitstream Charter", serif;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.425em;
}

.address-text {
  text-align: center;
  font-style: normal;
  font-family: Georgia, "Bitstream Charter", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  color: #333;
}

.separator-line {
  border-bottom: 1px solid #ccc;
  margin-top: 3em;
}
/*# sourceMappingURL=style.css.map */