/*
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.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;
  }
}
.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 50px 50px 50px;
}
body .content .page .panel-anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
body .content .page .solution-panel {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  margin: 50px 0 0 0;
  min-height: 287px;
  padding: 0 0 16px 0;
  position: relative;
}
body .content .page .solution-panel p {
  color: #000;
  font-size: 14px;
  line-height: 1.39;
  margin: 14px 429px 0 20px;
  padding: 0;
}
body .content .page .solution-panel ul {
  list-style-type: disc;
  margin: 14px 0 0 40px;
}
body .content .page .solution-panel ul li {
  margin: 7px 0 0 0;
  padding-left: -1.5em;
}
body .content .page .solution-panel .panel-head {
  display: table;
  margin: 0 0 2px 0;
  width: 100%;
}
body .content .page .solution-panel .panel-head .panel-head-icon {
  background-color: #008b95;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  display: table-cell;
  height: 88px;
  max-width: 88px;
  min-width: 88px;
  width: 88px;
}
body .content .page .solution-panel .panel-head .panel-head-icon.as {
  background-image: url("../../images/solutions/solutions-icons-aqsup.png");
}
body .content .page .solution-panel .panel-head .panel-head-icon.cy {
  background-image: url("../../images/solutions/solutions-icons-cyber.png");
}
body .content .page .solution-panel .panel-head .panel-head-icon.da {
  background-image: url("../../images/solutions/solutions-icons-data.png");
}
body .content .page .solution-panel .panel-head .panel-head-icon.is {
  background-image: url("../../images/solutions/solutions-icons-industry.svg");
}
body .content .page .solution-panel .panel-head .panel-head-icon.pm {
  background-image: url("../../images/solutions/solutions-icons-progman.svg");
}
body .content .page .solution-panel .panel-head .panel-head-icon.se {
  background-image: url("../../images/solutions/solutions-icons-syseng.svg");
}
body .content .page .solution-panel .panel-head .panel-head-icon.ss {
  background-image: url("../../images/solutions/solutions-icons-software.svg");
}
body .content .page .solution-panel .panel-head .panel-head-icon.tp {
  background-image: url("../../images/solutions/solutions-icons-tpm.svg");
}
body .content .page .solution-panel .panel-head .panel-head-name {
  background-color: #008b95;
  color: #fff;
  display: table-cell;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.13;
  vertical-align: middle;
  width: 100%;
}
body .content .page .solution-panel .panel-head .panel-head-image {
  background-color: #008b95;
  display: table-cell;
  height: 88px;
  max-width: 410px;
  min-width: 410px;
  width: 410px;
}
body .content .page .solution-panel .panel-image {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 370px 247px;
  box-sizing: border-box;
  height: 247px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 370px;
}
body .content .page .solution-panel .panel-image.as {
  background-image: url("../../images/solutions/acquisition-support.jpg");
}
body .content .page .solution-panel .panel-image.cy {
  background-image: url("../../images/solutions/cybersecurity.jpg");
}
body .content .page .solution-panel .panel-image.da {
  background-image: url("../../images/solutions/data-analytics.jpg");
}
body .content .page .solution-panel .panel-image.is {
  background-image: url("../../images/solutions/industry.jpg");
}
body .content .page .solution-panel .panel-image.pm {
  background-image: url("../../images/solutions/program-management.jpg");
}
body .content .page .solution-panel .panel-image.se {
  background-image: url("../../images/solutions/systems-engineering.jpg");
}
body .content .page .solution-panel .panel-image.ss {
  background-image: url("../../images/solutions/software.jpg");
}
body .content .page .solution-panel .panel-image.tp {
  background-image: url("../../images/solutions/technology-portfolio.jpg");
}

@media (max-width: 975px) {
  body .content .page {
    padding: 1px 20px 20px 20px;
  }
  body .content .page .solution-panel {
    margin: 20px 0 0 0;
    min-height: 287px;
  }
  body .content .page .solution-panel .panel-head {
    margin: 0 0 20px 0;
  }
  body .content .page .solution-panel .panel-head .panel-head-icon {
    background-size: 40px 40px;
    height: 70px;
    max-width: 70px;
    min-width: 70px;
    width: 70px;
  }
  body .content .page .solution-panel .panel-head .panel-head-name {
    font-size: 20px;
    height: 70px;
  }
  body .content .page .solution-panel .panel-head .panel-head-image {
    height: 70px;
    max-width: 336px;
    min-width: 336px;
    width: 336px;
  }
  body .content .page .solution-panel p {
    margin: 14px 335px 0 20px;
  }
  body .content .page .solution-panel .panel-image {
    height: 197px;
    width: 296px;
  }
}
@media (max-width: 760px) {
  body .content .page {
    padding: 1px 20px 20px 20px;
  }
  body .content .page .solution-panel {
    min-height: auto;
  }
  body .content .page .solution-panel .panel-head {
    display: block;
    margin: 0 0 14px 0;
  }
  body .content .page .solution-panel .panel-head .panel-head-icon {
    display: none;
    max-width: auto;
    min-width: auto;
    width: 0;
  }
  body .content .page .solution-panel .panel-head .panel-head-name {
    display: block;
    height: auto;
    padding: 15px;
    width: auto;
  }
  body .content .page .solution-panel .panel-head .panel-head-image {
    display: none;
  }
  body .content .page .solution-panel p {
    margin-left: 15px;
    margin-right: 15px;
  }
  body .content .page .solution-panel .panel-image {
    display: none;
  }
}

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