/* Fonts and font-styles */
.modern-font {
  font-family: 'leo', sans-serif;
}
.secondary-font {
  font-family: 'brandon-grotesque', sans-serif;
}
.leo-regular {
  font-weight: 300;
  font-style: normal;
}
.leo-medium {
  font-weight: 500;
  font-style: normal;
}
.leo-medium-italic {
  font-weight: 500;
  font-style: italic;
}
.leo-bold {
  font-weight: 700;
  font-style: normal;
}

.secondary-font-color {
  color: #eee6e6;
}
.path-card-font-color {
  color: #e3dbdb;
}

/* Generic Font Sizes */
.section-header-fs {
  font-size: 53px;
  line-height: 70px;
  letter-spacing: 1.6px;
}
.section-header-content-fs {
  font-size: 26px;
  line-height: 48px;
}
.card-header-fs {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 1px;
}
.card-content-fs {
  font-size: 20px;
  line-height: 40px;
}

.learn-more-header-fs {
  font-size: 65px;
  line-height: 85px;
  letter-spacing: 2.04px;
}

.brandon-grotesque-bold {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 43px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.slider-item-card .brandon-grotesque-bold {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 1350px) {
  .learn-more-header-fs {
    font-size: 56px;
    line-height: 76px;
    letter-spacing: 1.68px;
  }
}
@media (max-width: 1279px) {
  .card-header-fs {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  .offering-card .card-header-fs {
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 1100px) {
  .learn-more-header-fs {
    font-size: 52px;
    line-height: 70px;
  }
}
@media (max-width: 980px) {
  .learn-more-header-fs {
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 1.68px;
  }
}

@media (max-width: 920px) {
  .learn-more-header-fs {
    font-size: 44px;
    line-height: 64px;
    letter-spacing: 1.68px;
  }
}

@media (max-width: 767px) {
  .section-header-fs {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1.2px;
  }
  .section-header-content-fs {
    font-size: 22px;
    line-height: 38px;
  }
  .card-header-fs {
    font-size: 24px;
    line-height: 36px;
  }
  .offering-card .card-header-fs {
    font-size: 24px;
    line-height: 36px;
  }
  .card-content-fs {
    font-size: 16px;
    line-height: 34px;
  }
  .learn-more-header-fs {
    font-size: 41px;
    line-height: 57px;
    letter-spacing: 1.68px;
  }
}

.nav-bar-content {
  font-size: 16px;
  font-weight: bold;
  line-height: 57px;
}
.insights-card-link-formatting {
  text-transform: uppercase;
  letter-spacing: 2.56px;
}
.insights-button a {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 20px;
  font-weight: bolder;
  line-height: 34px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #b2b2b2;
}
.insights-button a:hover {
  color: #259271;
  text-decoration: none;
}
@media (max-width: 767px) {
  .insights-button a {
    font-size: 17px;
    letter-spacing: 3px;
  }
  .slider-item-card .brandon-grotesque-bold {
    font-size: 13px;
  }
}

/* Homepage spceific styles */
.banner-header-fs {
  font-size: 60.5px;
  line-height: 88px;
}
.banner-button-fs {
  font-size: 26px;
  line-height: 40px;
}
.path-card-header-fs {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 1.6px;
}
.path-card-content-fs {
  font-size: 16px;
  line-height: 34px;
}
.bridging-card-content-fs {
  font-size: 20px;
  line-height: 40px;
}
.learn-more-button a {
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1279px) {
  .banner-header-fs {
    font-size: 54.5px;
    line-height: 80px;
  }
  .banner-button-fs {
    font-size: 22px;
    line-height: 36px;
  }
  .path-card-header-fs {
    font-size: 32px;
    line-height: 44px;
  }
  .bridging-header-content-fs {
    font-size: 24px;
    line-height: 44px;
  }
  .bridging-card-content-f {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .banner-button-fs {
    font-size: 18px;
    line-height: 30px;
  }
  .path-card-header-fs {
    font-size: 28px;
    line-height: 39px;
  }
  .bridging-card-content-fs {
    font-size: 16px;
    line-height: 36px;
  }
  .slider-card-link {
    font-size: 12px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 450px) {
  .banner-header-fs {
    font-size: 38px;
    line-height: 56px;
  }
}
/* Facade specific styles */
.facade-header-fs {
  font-size: 68px;
  line-height: 99px;
}
.facade-header-content-fs {
  font-size: 20px;
  font-weight: bolder;
  line-height: 34px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.why-it-works-card-header-fs {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 1.6px;
}

.field-results-header-content-fs {
  font-size: 33px;
  line-height: 48px;
}
.field-results-section-header-fs {
  font-size: 24px;
  font-weight: bolder;
  line-height: 43px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.field-results-card-content-fs {
  font-size: 20px;
  line-height: 40px;
}
.situation-content-fs {
  font-size: 26px;
  line-height: 48px;
}
.situation-image-content-fs {
  font-size: 33px;
  line-height: 59px;
}

@media (max-width: 1279px) {
  .facade-header-fs {
    font-size: 60px;
    line-height: 88px;
  }
  .value-creation-card-header-fs {
    font-size: 26px;
    line-height: 38px;
  }
  .why-it-works-card-content-fs {
    font-size: 20px;
    line-height: 40px;
  }
  .situation-content-fs {
    font-size: 22px;
    line-height: 36px;
  }
  .field-results-card-content-fs {
    font-size: 18px;
    line-height: 36px;
  }
  .situation-image-content-fs {
    font-size: 28px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .facade-header-fs {
    font-size: 50px !important;
    line-height: 69px !important;
    letter-spacing: 1.2px;
  }
  .facade-header-content-fs {
    font-size: 16px !important;
  }
  .value-creation-card-header-fs {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .why-it-works-card-header-fs {
    font-size: 24px !important;
    line-height: 38px !important;
    letter-spacing: 1.2px;
  }
  .situation-content-fs {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .situation-image-content-fs {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .field-results-header-content-fs {
    font-size: 22px !important;
    line-height: 36px !important;
  }
}

/* About Us specific styles */
.about-us-header-title-fs {
  font-size: 109px;
  line-height: 136px;
}
.about-us-header-content-fs {
  font-size: 33px;
  line-height: 48px;
}

@media (max-width: 768px) {
  .about-us-header-title-fs {
    font-size: 60px;
    line-height: 80px;
  }
  .about-us-header-content-fs {
    font-size: 20px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .about-us-header-title-fs {
    line-height: 56px;
  }
  .about-us-header-content-fs {
    font-size: 16px;
    line-height: 30px;
  }
}

body {
  color: #666;
  font: 16px/1.5 'leo', sans-serif;
  background: #f6f9fa;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

.page-title .title h1 {
  font-family: leo, sans-serif;
  font-size: 66px;
  line-height: 88px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: leo, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  color: #0e4d64;
}

.members-list > li h1 a {
  color: #0e4d64;
}

.guides-title {
  font-size: 53px;
  line-height: 70px;
}

.content-heading {
  padding: 200px 0 100px;
  width: 100%;
  background-color: #0e4d64;
  margin-top: -25px;
  max-width: unset;
}

.content-heading h1 {
  color: white;
  font-size: 66px;
  line-height: 88px;
  text-align: left;
  max-width: 940px;
  margin: 0 auto 20px;
}

.content-heading .author-block {
  justify-content: flex-start;
  max-width: 940px;
  margin: 0 auto;
}

.content-heading .author-block .author--meta a,
.content-heading .author-block .author--meta span {
  color: #fff;
}

.content-heading .author-block .single #main .main-article {
  padding-top: 0;
}
