/**
 * CWP Mini Hero
 */
.cwp-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px; }
  .cwp-hero:before, .cwp-hero:after {
    content: " ";
    display: table; }
  @media (min-width: 992px) {
    .cwp-hero {
      min-height: 715px; } }
  .cwp-hero__content {
    width: 100%; }
    @media (min-width: 992px) {
      .cwp-hero__content {
        margin-top: 150px; } }
  .cwp-hero__title {
    font-size: 56px;
    line-height: 1em;
    text-align: center;
    font-weight: bold; }
    @media (min-width: 992px) {
      .cwp-hero__title {
        font-size: 100px; } }

@media (min-width: 992px) {
  .cwp-hero-companion-video-overlap {
    margin-top: -338px; } }

.cwp-hero-anchor {
  min-height: 300px;
  background-position: center center; }
  @media (min-width: 992px) {
    .cwp-hero-anchor {
      min-height: 525px; } }
  .cwp-hero-anchor__content {
    margin-top: 45px;
    margin-bottom: 45px; }
    @media (min-width: 931px) {
      .cwp-hero-anchor__content {
        max-width: 70%;
        margin-top: 120px;
        margin-bottom: 120px; } }
  .cwp-hero-anchor__heading {
    font-size: 42px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 40px; }
    @media (min-width: 931px) {
      .cwp-hero-anchor__heading {
        font-size: 36px; } }
  .cwp-hero-anchor__links {
    padding-left: 0;
    list-style: none;
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 931px) {
      .cwp-hero-anchor__links {
        display: flex; } }
    .cwp-hero-anchor__links > li {
      padding-left: 15px;
      padding-right: 15px;
      flex-direction: column;
      font-weight: bold;
      margin-bottom: 20px; }
      .cwp-hero-anchor__links > li a {
        border-bottom: 1px solid #28463e;
        color: #28463e; }
        .cwp-hero-anchor__links > li a:after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f175";
          padding-left: 7px; }
