/*
Sass utility code
*/
.hero {
  background-color: #565a5c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: block;
  height: 260px;
  padding: 60px 20px 0 20px;
  text-align: center;
  width: 100vw;
}
.hero.briefing {
  background-image: url("../../../images/hero-briefing.jpg");
}
.hero.careers {
  background-image: url("../../../images/hero-careers.jpg");
  color: #fff;
}
.hero.careers h1 {
  color: #fff;
}
.hero.contact {
  background-image: url("../../../images/hero-contact.jpg");
}
.hero.generic {
  background-color: #008b95;
  height: 135px;
}
.hero.generic h1 {
  color: #fff;
  font-size: 40px;
  line-height: 75px;
}
.hero.industries {
  background-image: url("../../../images/hero-industries.jpg");
}
.hero.media {
  background-image: url("../../../images/hero-media.jpg");
}
.hero.pitch {
  background-image: url("../../../images/hero-pitch.jpg");
  display: flex;
}
.hero.pitch h1 {
  color: #fff;
  flex: 1;
  font-size: clamp(20px, 6vw, 50px);
  line-height: 1.39;
  align-content: center;
  justify-content: center;
}
.hero.pitch-terms {
  background-color: #008b95;
  height: auto;
  padding: 80px 20px 20px 20px;
}
.hero.pitch-terms h1 {
  color: #fff;
  font-size: clamp(16px, 6vw, 30px);
  line-height: 1.39;
}
.hero.reports {
  background-image: url("../../../images/hero-reports.jpg");
}
.hero.services {
  background-image: url("../../../images/hero-services.jpg");
}
.hero h1 {
  color: #d4d4d4;
  font-size: 80px;
  font-weight: 300;
  line-height: 200px;
}

@media (max-width: 830px) {
  .hero {
    height: 220px;
  }
  .hero.generic h1 {
    font-size: 40px;
    line-height: 75px;
  }
  .hero.pitch h1 {
    font-size: 6vw;
  }
  .hero h1 {
    font-size: 64px;
    line-height: 160px;
  }
}
@media (max-width: 550px) {
  .hero {
    height: 160px;
  }
  .hero.generic h1 {
    font-size: 40px;
    line-height: 75px;
  }
  .hero.pitch h1 {
    font-size: 6vw;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 100px;
  }
}
.button, .button:visited {
  background-color: #008b95;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 44px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.button:hover, .button:visited:hover {
  background-color: #00666e;
  color: #fff;
  text-decoration: none;
}
.button.dark, .button:visited.dark {
  background-color: #000;
  color: #00c3d1;
}
.button.dark:hover, .button:visited.dark:hover {
  background-color: #00666e;
  color: #fff;
}
.button.report-download, .button .report-download:visited, .button:visited.report-download, .button:visited .report-download:visited {
  background-color: #000;
  color: #00c3d1;
  line-height: 1.5;
  max-width: 350px;
  padding: 12px 15px;
  white-space: normal;
}
.button.report-download:hover, .button .report-download:visited:hover, .button:visited.report-download:hover, .button:visited .report-download:visited:hover {
  background-color: #00666e;
  color: #fff;
}
.button.rounded, .button:visited.rounded {
  border-radius: 5px;
  line-height: 32px;
}

body {
  background-color: #565a5c;
}
body .content {
  background-color: #d4d4d4;
}
body .content .page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding: 1px 20px 50px 20px;
}
body .content .page .panel-anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
body .content .page .pitch-panel {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  margin: 50px 0 0 0;
  padding: 0 135px 30px 135px;
  position: relative;
}
body .content .page .pitch-panel p, body .content .page .pitch-panel ul, body .content .page .pitch-panel ol {
  color: #000;
  font-size: 14px;
  line-height: 1.39;
  margin: 14px 0 0 0;
  padding: 0;
}
body .content .page .pitch-panel ol {
  list-style-type: decimal;
}
body .content .page .pitch-panel ul, body .content .page .pitch-panel ol {
  margin: 14px 0 0 20px;
}
body .content .page .pitch-panel ul li, body .content .page .pitch-panel ol li {
  padding-left: -1.5em;
}
body .content .page .pitch-panel ul li ul, body .content .page .pitch-panel ul li ol, body .content .page .pitch-panel ol li ul, body .content .page .pitch-panel ol li ol {
  margin-bottom: 6px;
  margin-top: 6px;
}
body .content .page .pitch-panel ul {
  list-style-type: disc;
}
body .content .page .pitch-panel ul li ul {
  list-style-type: circle;
}
body .content .page .pitch-panel .multicolumn {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
body .content .page .pitch-panel .multicolumn .column {
  flex: 1;
}
body .content .page .pitch-panel .panel-head {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.13;
  margin: 0 -135px 24px -135px;
  padding: 48px 135px;
}
body .content .page .pitch-panel .process-head {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.39;
  margin: 25px 0 -10px 0;
  padding: 0;
}

@media (max-width: 975px) {
  body .content .page {
    padding: 1px 20px 20px 20px;
  }
  body .content .page .pitch-panel {
    margin: 20px 0 0 0;
    padding-left: 108px;
    padding-right: 108px;
  }
  body .content .page .pitch-panel .panel-head {
    font-size: 24px;
    margin: 0 -108px 20px -108px;
  }
}
@media (max-width: 760px) {
  body .content .page .pitch-panel {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  body .content .page .pitch-panel .panel-head {
    display: block;
    margin: 0 -30px 14px -30px;
    padding: 20px 30px;
    width: auto;
  }
  body .content .page .pitch-panel ul, body .content .page .pitch-panel ol {
    margin-top: 0;
  }
  body .content .page .pitch-panel .multicolumn {
    flex-direction: column;
    gap: 0;
    margin: 14px 0 0 0;
  }
}

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