/*
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.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.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 h1 {
    font-size: 64px;
    line-height: 160px;
  }
}
@media (max-width: 550px) {
  .hero {
    height: 160px;
  }
  .hero.generic h1 {
    font-size: 40px;
    line-height: 75px;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 100px;
  }
}
body {
  background-color: #000;
}
body .content {
  background-color: #d4d4d4;
}
body .content .page {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .content .page .briefing-body {
  margin: 0 auto;
  text-align: left;
  width: 1050px;
}
body .content .page .briefing-body .briefing-clear {
  clear: both;
  height: 50px;
}
body .content .page .briefing-body .briefing-description {
  float: right;
  margin: 0;
  width: 500px;
}
body .content .page .briefing-body .briefing-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.39;
  margin: 16px 0 0 0;
}
body .content .page .briefing-body .briefing-description p:first-child {
  margin-top: 0;
}
body .content .page .briefing-body .briefing-description .briefing-mailing-list {
  font-size: 0;
  margin: 20px 0 0 0;
  text-align: left;
}
body .content .page .briefing-body .briefing-description .briefing-mailing-list .button {
  line-height: 32px;
  margin: 0 0 0 10px;
}
body .content .page .briefing-body .briefing-description .briefing-mailing-list .mailing-list-field-box {
  background-color: #fff;
  color: #d4d4d4;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  padding: 0 250px 0 10px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
body .content .page .briefing-body .briefing-description .briefing-mailing-list .mailing-list-label-box {
  background-color: #d4d4d4;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
body .content .page .briefing-body .briefing-list {
  margin: 50px 0 0 0;
  width: 500px;
}
body .content .page .briefing-body .briefing-list h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.39;
  margin: 50px 0 -5px 0;
}
body .content .page .briefing-body .briefing-list h2:first-child {
  margin-top: 0;
}
body .content .page .briefing-body .briefing-list .briefing-download, body .content .page .briefing-body .briefing-list .briefing-download:visited {
  background: #222 url("../../images/download.svg") left top/40px 80px no-repeat;
  border: 15px solid #222;
  border-radius: 5px;
  box-sizing: border-box;
  color: #d4d4d4;
  display: block;
  font-size: 26px;
  height: 70px;
  line-height: 40px;
  margin: 10px 0 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 10px 0 60px;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}
body .content .page .briefing-body .briefing-list .briefing-download:hover, body .content .page .briefing-body .briefing-list .briefing-download:visited:hover {
  background-position: left -40px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1150px) {
  body .content .page .briefing-body {
    width: 820px;
  }
  body .content .page .briefing-body .briefing-description {
    width: 400px;
  }
  body .content .page .briefing-body .briefing-description .briefing-mailing-list .mailing-list-field-box {
    padding: 0 200px 0 10px;
  }
  body .content .page .briefing-body .briefing-list {
    width: 400px;
  }
  body .content .page .briefing-body .briefing-list .briefing-download, body .content .page .briefing-body .briefing-list .briefing-download:visited {
    background: #222 url("../../images/download.svg") left top/30px 60px no-repeat;
    border: 10px solid #222;
    font-size: 20px;
    height: 50px;
    line-height: 30px;
    padding: 0 10px 0 50px;
  }
  body .content .page .briefing-body .briefing-list .briefing-download:hover, body .content .page .briefing-body .briefing-list .briefing-download:visited:hover {
    background-position: left -30px;
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 880px) {
  body .content .page .briefing-body {
    margin: 0;
    width: auto;
  }
  body .content .page .briefing-body .briefing-clear {
    height: 0;
  }
  body .content .page .briefing-body .briefing-description {
    float: none;
    margin: 30px 30px 0 30px;
    width: auto;
  }
  body .content .page .briefing-body .briefing-description p {
    font-size: 14px;
    margin: 14px 0 0 0;
  }
  body .content .page .briefing-body .briefing-description p:first-child {
    margin-top: 0;
  }
  body .content .page .briefing-body .briefing-description .briefing-mailing-list .mailing-list-field-box {
    padding: 0 140px 0 10px;
  }
  body .content .page .briefing-body .briefing-list {
    margin: 30px;
    width: auto;
  }
  body .content .page .briefing-body .briefing-list h2 {
    font-size: 14px;
  }
  body .content .page .briefing-body .briefing-list h2:first-child {
    margin-top: 0;
  }
}

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