/*
Sass utility code
*/
.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;
}

.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.domains {
  background-image: url("../../../images/hero-domains.jpg");
}
.hero.generic {
  background-color: #008b95;
  height: 135px;
}
.hero.generic h1 {
  color: #fff;
  font-size: 40px;
  line-height: 75px;
}
.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.solutions {
  background-image: url("../../../images/hero-solutions.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;
  }
}
.briefing-box {
  background: #fff url("../../../images/bryce-briefing-promo.jpg") left top/315px 630px no-repeat;
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  height: 315px;
  margin: 10px;
  text-align: left;
  vertical-align: top;
  width: 315px;
}
.briefing-box:hover {
  background-position: left -315px;
}
.briefing-box .briefing-box-head {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  height: 68px;
  padding: 16px 50px 0 19px;
  position: relative;
}
.briefing-box .briefing-box-head h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.39;
  margin: 0;
  max-height: 38px;
  overflow: hidden;
  padding: 0;
}

.report-box {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  cursor: pointer;
  flex: 0 0 315px;
  height: 315px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
}
.report-box:hover {
  -webkit-box-shadow: 0px 0px 0px 4px #008b95;
  box-shadow: 0px 0px 0px 4px #008b95;
  text-decoration: none;
}
.report-box.gray-border {
  border-color: #565a5c;
}
.report-box .report-footer {
  background-color: #000;
  box-sizing: border-box;
  color: #f7f7f7;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  height: 42px;
  line-height: 1.39;
  overflow: hidden;
  padding: 6px 9px 0 9px;
}
.report-box .report-head {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  height: 68px;
  padding: 16px 50px 0 19px;
  position: relative;
}
.report-box .report-head h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.39;
  margin: 0;
  max-height: 38px;
  overflow: hidden;
  padding: 0;
}
.report-box .report-head h2 .bank-head {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
}
.report-box .report-thumbnail {
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 313px 203px;
  display: block;
  height: 203px;
}

body {
  background-color: #000;
}
body .content {
  background-color: #565a5c;
}
body .content .page {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding: 0 0 20px 0;
  text-align: center;
}
body .content .page .expandable-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0 0 0;
  max-height: 1005px;
  overflow: hidden;
  padding: 10px;
  justify-content: center;
}
body .content .page .expandable-control {
  margin: 10px 0 0 0;
}

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