/* Extracted from career-details.php head style block 1 */
body {
      font-family: 'Roboto', sans-serif;
    }

    .detail-hero {
      background: url('../images/about/itm-cover.png') center/cover no-repeat;
      color: #fff;
      padding: 90px 20px;
      position: relative;
      text-align: center;
    }

    .detail-hero::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 53, 102, 0.75);
    }

    .detail-hero .hero-content {
      position: relative;
      z-index: 2;
    }

    .job-summary {
      border: 1px solid #e9ecef;
      border-radius: 12px;
      padding: 24px;
      background: #fff;
    }

    .job-sidebar .list-group-item {
      border: none;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0.75rem;
    }

    .job-sidebar .list-group-item strong {
      display: inline-block;
      min-width: 110px;
    }

    .section-heading {
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .cta-card {
      border-radius: 12px;
      padding: 24px;
      background: #003566;
      color: #fff;
    }

    .cta-card a {
      color: #fff;
    }

