/* Minification failed. Returning unminified contents.
(167,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(171,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(192,42): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(192,62): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple-light'
(193,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple-light'
(232,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(267,69): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(275,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(285,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(314,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(365,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(405,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(421,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(439,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(457,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple-light'
(473,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(479,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple-light'
(485,81): run-time error CSS1039: Token not allowed after unary operator: '-brand-yellow'
(491,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(506,33): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(515,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(524,59): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(566,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(581,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple-light'
(583,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(591,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(713,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(754,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(761,92): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
 */
.main-search .search-filter-btn { display: none; }

.job-details-page { background-color: #F8FAFC; }

.job-details-page .inner-container {
  padding: 1.25rem 0;
  display: grid;
  gap: 1.5rem;
}

.job-details-page-expired .inner-container {
  padding: 1.25rem 0;
  display: grid;
  gap: 1.5rem;
}

/* ---------- BREADCRUMB SECTION ---------- */
.breadcrumb-section { padding: 0 0.75rem; }

.breadcrumb {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb li:nth-of-type(1)::before { display: none; }

.breadcrumb li::before { 
  content: "|"; 
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}

.breadcrumb li a,
.breadcrumb li p { 
  display: inline-block; 
  color: #6F6F6F;
}

.breadcrumb li .main-link-hv { color: #6F6F6F; }

.breadcrumb li .main-link-hv:before { background-color: #6F6F6F; }

.breadcrumb .icon-home {
  display: block;
  height: 1rem;
  width: 1rem;
  background: url('/assets/img/icons/icon-home-gry.svg') no-repeat;
  transition: 0.4s ease-in-out;
}

.breadcrumb .icon-home:hover { background: url('/assets/img/icons/icon-home-pur.svg') no-repeat; }
/* ---------- END BREADCRUMB SECTION ---------- */

/* ---------- JOB HEADER SECTION ---------- */
.job-header-info {
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: 1fr 4rem;
  gap: 0 0.25rem;
}

.job-header-info .img-container {
/*  width: 100%;
  max-width: 10rem;
  height: 100%;
  max-height: 6rem;*/
  grid-column: 2;
  grid-row: 1 / span 2;
  padding-bottom: 0;
  place-self: start;
}

.job-header-info .img-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.job-header-info .job-header-text {
  display: grid;
  gap: 0.5rem;
  grid-column: 1;
  grid-row: 1;
}

.job-header-info h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

.job-info-key-details {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.bullet-point { color: #6F6F6F; }

.job-info-key-details .main-link-hv { color: #663399; }

.job-info-key-details .job-location {
  color: #6F6F6F;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.job-info-key-details .job-location:before {
  content: '';
  display: block;
  height: 1rem;
  width: 1rem;
  background: url('/assets/img/icons/icon-location-gry.svg') no-repeat;
}

.job-details-pills {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.job-details-pills li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.15rem 0.75rem;
  border-radius: 1rem;
  align-content: center;
  
}

.job-details-pills li:before {
  content: '';
  display: block;
  height: 1rem;
  width: 1rem;
  background-position: center;
}

.job-details-pills li p,
.job-details-pills li a { font-size: 0.85rem; }

/*.job-details-pills li::before { content: '\2022'; }*/

.salary-pill {
  background-color: #DCFCE7;
  color: #1D6A34;
}

.salary-pill::before { background: url('/assets/img/icons/salary-grn.svg') no-repeat; }

.settings-pill {
  background-color: #DAEAFE;
  color: #2655DA;
}

.settings-pill::before { background: url('/assets/img/icons/icon-location-blu.svg') no-repeat; }

.category-pill {
  background-color: #F3E8FF;
  color: var(--brand-purple);
}

.category-pill a {
  color: var(--brand-purple);
  text-decoration: underline;
}

.category-pill::before { background: url('/assets/img/icons/company-pur.svg') no-repeat; }

.category-pill a:hover { text-decoration: none; }

.category-pill .main-link-hv:before { background-color: #7736B3; }

.type-pill {
  background-color: #CDD7FD;
  color: #3E37A6;
}

.type-pill::before { background: url('/assets/img/icons/job-location-blu.svg') no-repeat; }
/* ---------- END JOB HEADER SECTION ---------- */

/* ---------- AI SUMMARY SECTION ---------- */
.ai-summary {
  margin: 0 0.75rem;
  background-image: linear-gradient(var(--brand-white), var(--brand-purple-light));
  border: 1px solid var(--brand-purple-light);
  box-shadow: 0 0 8px 0 rgba(111, 111, 111, 0.5);
  border-radius: 0.75rem;
}

.ai-summary-text {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
}

.ai-summary-text h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #663399;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.ai-summary-text h2::before {
  content: '';
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background: url('/assets/img/icons/ai-summary-pur.svg') no-repeat;
}

.ai-summary-text p {
  color: #6F6F6F;
  font-style: italic; 
}
/* ---------- END AI SUMMARY SECTION ---------- */

.combined-containers { display: none; }

/* ---------- JOB SUMMARY SECTION ---------- */
.job-summary {
  margin: 0 0.75rem;
  background-color: var(--brand-white);
  padding: 1.25rem;
  box-shadow: 0 0 8px 0 rgba(111, 111, 111, 0.5);
  border-radius: 0.75rem;
  display: grid;
  gap: 1rem;
}

.job-summary h2 {
  font-size: 1.25rem;
  font-weight: 600;
}

.job-summary .job-summary-details {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 0.5rem;
}

.job-summary .job-summary-details dt {
  color: #6F6F6F;
  font-weight: 300;
}

.job-summary .job-summary-details dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: end; 
  margin: 0;
  place-self: end;
  font-weight: 500;
  text-align: right;
}

.job-summary .job-summary-details .job-summary-salary { color: var(--brand-purple); }

.job-summary .job-summary-details dd span:not(:last-child)::after {
  content: ",";
  margin-right: 0.25rem;
}

.job-summary .job-summary-details dd .main-link-hv {
  color: var(--brand-purple);
  text-decoration: underline;
}

.job-summary .job-summary-details dd .main-link-hv:hover { text-decoration: none; }
/* ---------- END JOB SUMMARY SECTION ---------- */

/* ---------- JOB DESCRIPTION SECTION ---------- */
.job-description {
  margin: 0 0.75rem;
  background-color: var(--brand-white);
  padding: 1.25rem;
  box-shadow: 0 0 8px 0 rgba(111, 111, 111, 0.5);
  border-radius: 0.75rem;
  display: grid;
  gap: 1rem;
}

.job-description h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
/* ---------- END JOB DESCRIPTION SECTION ---------- */

/* ---------- DESCRIPTION SECTION ---------- */
/*.job-description .description-title,
.job-description h1,
.job-description h2,
.job-description h3,
.job-description h4,
.job-description h5,
.job-description h6 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}*/

.job-description a {
  color: var(--brand-purple);
  text-decoration: underline;
}

.job-description a:hover {
  font-weight: 600;
  text-decoration: none;
}

.job-description ol,
.job-description ul {
  padding-left: 1.5rem;
  list-style: disc;
}

.job-description ul li,
.job-description ol li {
  font-weight: 300;
  line-height: 1.6;
}

.job-description .description-para {
  display: grid;
  gap: 1rem;
  font-weight: 300;
}
/* ---------- END DESCRIPTION SECTION ---------- */

/* ---------- APPLY BUTTON SECTION ---------- */
.final-apply {
  position: sticky;
  bottom: 0;
  background-color: #F8FAFC;
  padding: 1rem 0;
  z-index: 100;
}

.final-apply h2 { display: none; }

.final-apply .details-button {
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
/* ---------- END APPLY BUTTON SECTION ---------- */
/* ---------- COMPANY INFO SECTION ---------- */
.company-info {
  margin: 0 0.75rem;
  background-color: var(--brand-white);
  padding: 1.25rem;
  box-shadow: 0 0 8px 0 rgba(111, 111, 111, 0.5);
  border-radius: 0.75rem;
  display: grid;
  gap: 1rem;
}

.company-info h2 {
  font-size: 1.25rem;
  font-weight: 600;
}

.company-info .main-link-arrow {
  color: #663399;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  width: fit-content;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  place-self: center;
}

.company-info .main-link-arrow::after {
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background: url('/assets/img/icons/icon-arrow-pur.svg') no-repeat;  
  background-position: center;
}
/* ---------- END COMPANY INFO SECTION ---------- */

/* ---------- JOB ALERTS SECTION ---------- */
.job-alerts-section {
  margin: 0 0.75rem;
  background-color: #1B2533;
  padding: 1.25rem;
  border: 1px solid var(--brand-off-black);
  border-radius: 0.75rem;
  box-shadow: 0 0 6px 0 rgba(128, 128, 128, 0.5);
  display: grid;
  gap: 1rem;
}

.job-alerts-section .medium-form { 
  display: grid; 
  gap: 0.5rem;
  grid-template-columns: 1fr;
}

.job-alerts-section .medium-form .medium-header h3 { display: none; }

.job-alerts-section .medium-form .medium-header h2 {
  color: var(--brand-white);
  font-size: 1.25rem;
  font-weight: 600;
}

.job-alerts-section .medium-form .medium-header h2:before {
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background: url('/assets/img/icons/icon-flame.svg') no-repeat;
  background-position: center;
  margin-right: 0.25rem;
}

.job-alerts-section .medium-form .jja-med-para { 
  font-size: 0.9rem;
  padding-top: 0.5rem;
  color: var(--brand-white);
}

.job-alerts-section .medium-form .mf-input-fields,
.job-alerts-section .medium-form .mf-input-email {
  display: grid;
  gap: 0.5rem;
}

.job-alerts-section .medium-form .ja-error {
  color: #FD93A3;
  padding: 0.25rem 0;
}

.job-alerts-section .medium-form .mfEditAlert {
  font-size: 0.9rem;
  padding: 0.75rem 0 0.5rem;
  place-self: end;
  color: var(--brand-purple-light);
  cursor: pointer;
}

.job-alerts-section .medium-form .mfEditAlert:after {
  content: '+';
  margin-left: 0.25rem;
}

.job-alerts-section .medium-form .mfEditAlert.active:after { content: '-'; }

.job-alerts-section .medium-form .mfEditAlert:hover { text-decoration: underline; }

.job-alerts-section .consent-para {
  font-size: 0.9rem;
  text-align: center;
  color: var(--brand-white);
}

.job-alerts-section .consent-para br { display: none; }

.job-alerts-section .consent-para .main-link-hv {
  color: var(--brand-purple-light);
  text-decoration: underline;
}

.job-alerts-section .consent-para .main-link-hv:hover { text-decoration: none; }

.job-alerts-section .consent-para .main-link-hv:before { background-color: var(--brand-yellow); }
/* ---------- END JOB ALERTS SECTION ---------- */

/* ---------- SIMILAR JOBS SECTION ---------- */
.similar-jobs {
  margin: 0 0.75rem;
  background-color: var(--brand-white);
  padding: 1.25rem;
  box-shadow: 0 0 8px 0 rgba(111, 111, 111, 0.5);
  border-radius: 0.75rem;
  display: grid;
  gap: 1rem;
}

.similar-jobs .similar-cards {
  display: grid;
  gap: 1.25rem;  
}

.similar-jobs .similar-cards .similar-items {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--brand-palegrey);
  cursor: pointer;
}

.similar-jobs .similar-cards .similar-items:last-of-type { border-bottom: 1px solid transparent; }

.similar-jobs .similar-cards .similar-items:hover { box-shadow: 0 1px 0 0 rgba(111, 111, 111, 0.3); }

.similar-jobs .similar-cards .similar-items:hover h3 { 
  color: var(--brand-purple); 
  text-decoration: underline;
}

.similar-jobs .similar-cards .similar-card .js-jobcard {
  display: grid;
  gap: 0.5rem;
}

.similar-jobs .similar-card .js-jobcardlink { color: var(--brand-off-black); }

.similar-jobs .similar-card .similar-details {
  font-size: 0.9rem;
  display: flex;
  gap: 0.25rem 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.similar-jobs .similar-card .salary-pill {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.9rem;
  width: fit-content;
  padding: 0.15rem 0.75rem;
  border-radius: 1rem;
  align-items: center;
}

.similar-jobs .similar-card .salary-pill:before {
  content: '';
  display: block;
  height: 1rem;
  width: 1rem;
  background: url('/assets/img/icons/salary-grn.svg') no-repeat;
  background-position: center;
}

.job-details-page-expired .similar-jobs { margin: 0 0; }
/* ---------- END SIMILAR JOBS SECTION ---------- */

/* ---------- EXPIRED PAGE ---------- */
.expired-title {
  display: grid;
  gap: 1rem;
}

.expired-info {
  display: grid;
  gap: 1rem;
  background-color: var(--brand-white);
  padding: 1.25rem;
  box-shadow: 0 0 8px 0 rgba(111, 111, 111, 0.5);
  border-radius: 0.75rem;
}

.expired-title h1 {
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 600;
}

.expired-title .expired-job-msg { padding: 1rem 0; }

.expired-job-msg {
  background-color: var(--brand-purple-light);
  border-radius: 0.25rem;
  color: var(--brand-purple);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
}

.expired-icon {
  border: 2px solid var(--brand-purple);
  border-radius: 50%;
  padding: 0.25rem 0.6rem;
  margin-right: 0.5rem;
  font-weight: 900;
  place-self: center;
}
/* ---------- END EXPIRED PAGE ---------- */

@media only screen and (min-width: 28rem) {
  
  .job-details-page-expired .inner-container { padding: 1.5rem 1rem; }

/*  .job-header-info .img-container {
    max-width: 10rem;
    max-height: 8rem;
  }*/
}

/*@media only screen and (min-width: 30rem) { }*/

@media only screen and (min-width: 40rem) {

  .job-details-page .inner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      'breadcrumb breadcrumb'
      'job-header job-header'
      'job-summary ai-summary'
      'job-description job-description'
      'apply-btn apply-btn'
      'job-alerts job-alerts'
      'company-info company-info'
      'similar-jobs similar-jobs';
  }

  .job-details-page .breadcrumb-section { grid-area: breadcrumb; }
  .job-details-page .job-header-info { grid-area: job-header; }
  .job-details-page .ai-summary { grid-area: ai-summary; }
  .job-details-page .job-summary { grid-area: job-summary; }
  .job-details-page .job-description { grid-area: job-description; }
  .job-details-page .final-apply { grid-area: apply-btn; }
  .job-details-page .company-info { grid-area: company-info; }
  .job-details-page .job-alerts-section { grid-area: job-alerts; }
  .job-details-page .similar-jobs { grid-area: similar-jobs; }

  .job-summary { 
    margin: 0 0 0 1.5rem;
    align-content: start;
  }

  .ai-summary { margin: 0 1.5rem 0 0; }

  .breadcrumb-section,
  .job-header-info { padding: 0 1.5rem; }

  .job-description,
  .company-info,
  .job-alerts-section,
  .similar-jobs { margin: 0 1.5rem; }

  .job-header-info {
    grid-template-columns: 1fr 6rem;
    gap: 0 0.5rem;
  }

/*  .job-header-info { 
    grid-template-columns: 1fr auto; 
    gap: 0 0.5rem;
  }

  .job-header-info .job-header-text {
    grid-column: 1;
    grid-row: 1;
  }

  .job-header-info .img-container {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding-bottom: 0;
    place-self: start;
  }*/

}

@media only screen and (min-width: 65rem) {

  .job-details-page .inner-container,
  .job-details-page-expired .inner-container { padding: 1.5rem 1.5rem; }

  .job-details-page .inner-container {
    grid-template-columns: 1fr 19rem;
    gap: 0;
    grid-template-areas:
      'breadcrumb breadcrumb'
      'job-header .'
      'ai-summary ai-summary'
      'job-description apply-btn'
      'job-description combinded-containers'
      'job-description combinded-containers'
      'job-description .'
      'company-info company-info'
      'similar-jobs similar-jobs';
  }

  .job-alerts-section,
  .similar-jobs { margin: 0 0; }

  .breadcrumb-section { padding: 0 0; }

  .job-header-info {
    padding: 1.5rem 0;
    margin: 0 1.5rem 0 0;
  } 

  .ai-summary { margin: 0 0 1.5rem 0; }
  
  .job-description { margin: 0 1.5rem 0 0; }

  .final-apply {
    position: static;
    background-color: var(--brand-white);
    padding: 1.25rem;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 0.75rem;
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .final-apply h2 {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .final-apply .details-button { width: 100%; }

  .combined-containers { 
    grid-area: combinded-containers;
    display: block;
  }

  .job-summary {
    margin: 0 0 1.5rem 0;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 0.75rem;
    box-shadow: 0 0 0 transparent;
  }

  .job-description { display: block; }

  .job-description h2 { padding-bottom: 1rem; }

  .company-info { margin: 1.5rem 0 0 0; }

  .company-info .main-link-arrow { place-self: center; }

  .similar-jobs { margin: 1.5rem 0; }

  .similar-jobs .similar-cards .similar-items {
    border-bottom: 1px solid transparent;
    border: 1px solid var(--brand-palegrey);
    padding-bottom: 0;
    border-radius: 0.75rem;
  }

  .similar-jobs .similar-cards .similar-items:hover { box-shadow: 0 0 12px 0 rgba(111, 111, 111, 0.3); }

  .similar-jobs .similar-cards .similar-items:last-of-type { border-bottom: 1px solid var(--brand-palegrey); }

  .similar-jobs .similar-cards .similar-card .js-jobcard {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    padding: 1rem;
  }

  .similar-jobs .similar-card .similar-details { grid-column: 1; }
}

@media only screen and (min-width: 80rem) {

  .job-details-page .inner-container,
  .job-details-page-expired .inner-container {
    width: 70rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 100rem) {

  .job-details-page .inner-container,
  .job-details-page-expired .inner-container { width: 85rem; }
}

