.mcp-listing-status-filled .image_wrapper,
.mcp-listing-status-closed .image_wrapper,
.mcp-listing-status-fully-booked .image_wrapper,
.mcp-listing-status-completed .image_wrapper {
  position: relative;
  overflow: hidden;
}

.mcp-listing-status-filled .image_wrapper::after,
.mcp-listing-status-closed .image_wrapper::after,
.mcp-listing-status-fully-booked .image_wrapper::after,
.mcp-listing-status-completed .image_wrapper::after {
  position: absolute;
  z-index: 20;
  top: 30px;
  right: -52px;
  box-sizing: border-box;
  width: 220px;
  padding: 12px 16px;
  transform: rotate(36deg);
  background: #25384f;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

.mcp-listing-status-filled .image_wrapper::after { content: "Filled"; }
.mcp-listing-status-closed .image_wrapper::after { content: "Closed"; }
.mcp-listing-status-fully-booked .image_wrapper::after { content: "Fully Booked"; }
.mcp-listing-status-completed .image_wrapper::after { content: "Completed"; }

.mcp-home-listing-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.mcp-home-listing-card .image_wrapper::after {
  display: none;
  content: none;
}

.mcp-home-listing-card::after {
  position: absolute;
  z-index: 50;
  top: 27px;
  right: -52px;
  box-sizing: border-box;
  width: 210px;
  padding: 11px 14px;
  transform: rotate(42deg);
  background: #d71920;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .35);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
  text-transform: uppercase;
  pointer-events: none;
}

.mcp-home-listing-card.mcp-listing-status-filled::after { content: "Filled"; }
.mcp-home-listing-card.mcp-listing-status-closed::after { content: "Closed"; }
.mcp-home-listing-card.mcp-listing-status-fully-booked::after { content: "Fully Booked"; }
.mcp-home-listing-card.mcp-listing-status-completed::after { content: "Completed"; }

/* BeBuilder homepage Latest Jobs slider. */
.home .mcb-section-trjeuzl {
  padding-top: clamp(54px, 7vw, 88px) !important;
  padding-bottom: clamp(58px, 8vw, 96px) !important;
  background: #f5f7f9;
}

.home .mcb-section-trjeuzl > .section_wrapper {
  width: min(100%, 1040px);
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.home .mcb-section-trjeuzl .mcb-item-cu8ebye4t { margin-bottom: 35px; }

.home .mcb-section-trjeuzl .mcb-item-cu8ebye4t h2 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  color: #182230;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1;
  text-align: center;
}

.home .mcb-section-trjeuzl .mcb-item-cu8ebye4t h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 72px;
  height: 6px;
  transform: translateX(-50%);
  background: #2563eb;
  content: "";
}

.home .mcb-section-trjeuzl .swiper-wrapper { align-items: stretch; }
.home .mcb-section-trjeuzl .swiper-wrapper:has(> .swiper-slide:only-child),
.home .mcb-section-trjeuzl .swiper-wrapper:has(> .swiper-slide:nth-child(2):last-child) {
  justify-content: center;
}
.home .mcb-section-trjeuzl .swiper-slide { height: auto; }
.home .mcb-section-trjeuzl .mfn-queryloop-item-wrapper {
  --mcp-home-accent: #2563eb;
}

.home .mcb-section-trjeuzl .mcp-home-listing-type-job { --mcp-home-accent: #2563eb; }
.home .mcb-section-trjeuzl .mcp-home-listing-type-education { --mcp-home-accent: #f59e0b; }
.home .mcb-section-trjeuzl .mcp-home-listing-type-specialist { --mcp-home-accent: #16a34a; }

.home .mcb-section-trjeuzl .mfn-queryloop-item-wrapper,
.home .mcb-section-trjeuzl .mcb-wrap-zobdria { height: 100%; }

.home .mcb-section-trjeuzl .mcb-wrap-inner-zobdria {
  display: grid !important;
  grid-template-columns: 60% 40%;
  grid-template-rows: 285px auto auto minmax(80px, 1fr);
  height: 100%;
  min-height: 535px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #dfe4ea !important;
  border-top: 7px solid var(--mcp-home-accent) !important;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 34, 48, .13);
}

.home .mcb-section-trjeuzl .mcb-wrap-background-overlay { display: none; }

.home .mcb-section-trjeuzl .mcb-item-zcqrh6q {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  width: 100%;
  height: 285px;
  min-height: 285px;
  margin: 0;
  padding: 22px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.home .mcb-section-trjeuzl .mcb-item-zcqrh6q .mcb-column-inner,
.home .mcb-section-trjeuzl .mcb-item-zcqrh6q .image_frame,
.home .mcb-section-trjeuzl .mcb-item-zcqrh6q .image_wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
}

.home .mcb-section-trjeuzl .mcb-item-zcqrh6q .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .mcb-section-trjeuzl .mcb-item-zcqrh6q img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.home .mcb-section-trjeuzl .mcb-item-vk2wofzb,
.home .mcb-section-trjeuzl .mcb-item-e2lbxmhk {
  grid-row: 2;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  margin: 0;
  background: #fff;
}

.home .mcb-section-trjeuzl .mcb-item-vk2wofzb {
  grid-column: 1;
  padding: 22px 8px 16px 25px !important;
}

.home .mcb-section-trjeuzl .mcb-item-e2lbxmhk {
  grid-column: 2;
  padding: 22px 20px 16px 8px !important;
}

.home .mcb-section-trjeuzl .mcb-item-e2lbxmhk { text-align: right; }

.home .mcb-section-trjeuzl .mcb-item-vk2wofzb h6,
.home .mcb-section-trjeuzl .mcb-item-e2lbxmhk h6,
.home .mcb-section-trjeuzl .mcb-item-vk2wofzb a,
.home .mcb-section-trjeuzl .mcb-item-e2lbxmhk a {
  margin: 0;
  color: #667085;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.home .mcb-section-trjeuzl .mcb-item-vk2wofzb b,
.home .mcb-section-trjeuzl .mcb-item-e2lbxmhk b {
  display: block;
  margin-bottom: 2px;
  color: #182230;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.15px;
}

.home .mcb-section-trjeuzl .mcb-item-vk2wofzb br,
.home .mcb-section-trjeuzl .mcb-item-e2lbxmhk br { display: none; }

.home .mcb-section-trjeuzl .mcb-item-e2lbxmhk a { white-space: nowrap; }

.home .mcb-section-trjeuzl .mcb-item-7poj73g {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  height: auto !important;
  min-height: 0;
  margin: 0;
  padding: 25px 25px 16px;
  background: #fff;
}

.home .mcb-section-trjeuzl .mcb-item-7poj73g h3,
.home .mcb-section-trjeuzl .mcb-item-7poj73g a {
  margin: 0;
  color: #182230;
  font-size: clamp(32px, 3.5vw, 45px);
  line-height: 1.05;
}

.home .mcb-section-trjeuzl .mcb-item-hml5vyf9 {
  grid-column: 1 / -1;
  grid-row: 4;
  align-self: end;
  width: 100%;
  height: auto !important;
  margin: 0;
  padding: 18px 25px 28px !important;
  background: #fff;
}

.home .mcb-section-trjeuzl .mcb-item-hml5vyf9 .mcb-column-inner {
  margin: 0 !important;
  padding: 0 !important;
}

.home .mcb-section-trjeuzl .mcb-item-hml5vyf9 .button {
  min-height: 47px;
  margin: 0;
  padding: 13px 24px;
  border: 2px solid var(--mcp-home-accent) !important;
  border-radius: 0;
  background: var(--mcp-home-accent);
  box-shadow: none;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .4px;
}

.home .mcb-section-trjeuzl .mcb-item-hml5vyf9 .button .button_label {
  color: #fff !important;
  font-weight: 800;
}

.home .mcb-section-trjeuzl .mcb-item-hml5vyf9 .button:hover,
.home .mcb-section-trjeuzl .mcb-item-hml5vyf9 .button:focus {
  border-color: var(--mcp-home-accent) !important;
  background: var(--mcp-home-accent);
  filter: brightness(.88);
  color: #fff;
}

.home .mcb-section-trjeuzl .mcb-item-hml5vyf9 .button:hover .button_label,
.home .mcb-section-trjeuzl .mcb-item-hml5vyf9 .button:focus .button_label {
  color: #fff !important;
}

.home .mcb-section-trjeuzl .mcp-home-listing-card::after {
  top: 28px;
  right: -53px;
}

@media (max-width: 767px) {
  .home .mcb-section-trjeuzl {
    padding: 48px 0 62px !important;
    overflow: hidden;
  }

  .home .mcb-section-trjeuzl > .section_wrapper {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .home .mcb-section-trjeuzl .mcb-wrap-fk2va5xm,
  .home .mcb-section-trjeuzl .mcb-wrap-inner-fk2va5xm,
  .home .mcb-section-trjeuzl .mfn-looped-items-slider {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .home .mcb-section-trjeuzl .swiper-wrapper {
    justify-content: flex-start !important;
  }

  .home .mcb-section-trjeuzl .swiper-slide {
    max-width: none !important;
  }

  .home .mcb-section-trjeuzl .mfn-queryloop-item-wrapper,
  .home .mcb-section-trjeuzl .mcb-wrap-zobdria,
  .home .mcb-section-trjeuzl .mcb-wrap-inner-zobdria {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home .mcb-section-trjeuzl .mcb-item-cu8ebye4t { margin-bottom: 27px; }
  .home .mcb-section-trjeuzl .mcb-item-cu8ebye4t h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.05;
  }
  .home .mcb-section-trjeuzl .mcb-wrap-inner-zobdria {
    min-height: 0;
    grid-template-rows: 250px auto auto minmax(76px, 1fr);
  }

  .home .mcb-section-trjeuzl .mcb-item-zcqrh6q {
    height: 250px;
    min-height: 250px;
    padding: 18px;
  }

  .home .mcb-section-trjeuzl .mcb-item-vk2wofzb,
  .home .mcb-section-trjeuzl .mcb-item-e2lbxmhk {
    height: auto !important;
    min-height: 0;
  }

  .home .mcb-section-trjeuzl .mcb-item-vk2wofzb { padding: 20px 7px 14px 20px !important; }
  .home .mcb-section-trjeuzl .mcb-item-e2lbxmhk { padding: 20px 16px 14px 7px !important; }

  .home .mcb-section-trjeuzl .mcb-item-7poj73g {
    height: auto !important;
    min-height: 0;
    padding: 23px 20px 14px;
  }

  .home .mcb-section-trjeuzl .mcb-item-7poj73g h3,
  .home .mcb-section-trjeuzl .mcb-item-7poj73g a { font-size: 36px; }
  .home .mcb-section-trjeuzl .mcb-item-hml5vyf9 {
    height: auto !important;
    padding: 17px 20px 24px !important;
  }
}

/* Careers category archives: shared directory treatment. */
body.category-all-jobs { --mcp-archive-accent: #2563eb; }
body.category-education { --mcp-archive-accent: #f59e0b; }
body.category-specialist { --mcp-archive-accent: #16a34a; }

body.category-all-jobs section:has(.mycarpal-archive-filters),
body.category-education section:has(.mycarpal-archive-filters),
body.category-specialist section:has(.mycarpal-archive-filters) {
  padding-top: clamp(38px, 5vw, 65px) !important;
  padding-bottom: clamp(52px, 7vw, 86px) !important;
  background: #f5f7f9;
}

body.category-all-jobs .mycarpal-archive-filters,
body.category-education .mycarpal-archive-filters,
body.category-specialist .mycarpal-archive-filters {
  box-sizing: border-box;
}

body.category-all-jobs form.mfn-advanced-filters,
body.category-education form.mfn-advanced-filters,
body.category-specialist form.mfn-advanced-filters {
  position: sticky;
  top: 25px;
  box-sizing: border-box;
  margin: 0;
  padding: 28px 26px 30px;
  border: 1px solid #dfe4ea;
  border-top: 6px solid var(--mcp-archive-accent);
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 34, 48, .08);
}

body.category-all-jobs form.mfn-advanced-filters .mfn-form-row,
body.category-education form.mfn-advanced-filters .mfn-form-row,
body.category-specialist form.mfn-advanced-filters .mfn-form-row {
  margin: 0;
  padding: 0 0 25px;
  border: 0;
}

body.category-all-jobs form.mfn-advanced-filters .mfn-form-row + .mfn-form-row,
body.category-education form.mfn-advanced-filters .mfn-form-row + .mfn-form-row,
body.category-specialist form.mfn-advanced-filters .mfn-form-row + .mfn-form-row {
  padding-top: 24px;
  border-top: 1px solid #e4e7ec;
}

body.category-all-jobs form.mfn-advanced-filters .mfn-advanced-filters-group-label,
body.category-education form.mfn-advanced-filters .mfn-advanced-filters-group-label,
body.category-specialist form.mfn-advanced-filters .mfn-advanced-filters-group-label {
  margin: 0 0 14px;
}

body.category-all-jobs form.mfn-advanced-filters .mfn-advanced-filters-label-name,
body.category-education form.mfn-advanced-filters .mfn-advanced-filters-label-name,
body.category-specialist form.mfn-advanced-filters .mfn-advanced-filters-label-name {
  margin: 0;
  color: #182230;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: .2px;
}

body.category-all-jobs form.mfn-advanced-filters .mfn-advanced-filters-field-switcher,
body.category-education form.mfn-advanced-filters .mfn-advanced-filters-field-switcher,
body.category-specialist form.mfn-advanced-filters .mfn-advanced-filters-field-switcher {
  color: var(--mcp-archive-accent);
}

body.category-all-jobs form.mfn-advanced-filters ul,
body.category-education form.mfn-advanced-filters ul,
body.category-specialist form.mfn-advanced-filters ul {
  margin: 0;
}

body.category-all-jobs form.mfn-advanced-filters li,
body.category-education form.mfn-advanced-filters li,
body.category-specialist form.mfn-advanced-filters li {
  margin: 0 0 9px;
}

body.category-all-jobs form.mfn-advanced-filters label,
body.category-education form.mfn-advanced-filters label,
body.category-specialist form.mfn-advanced-filters label {
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}

body.category-all-jobs form.mfn-advanced-filters input,
body.category-education form.mfn-advanced-filters input,
body.category-specialist form.mfn-advanced-filters input {
  accent-color: var(--mcp-archive-accent);
}

body.category-all-jobs form.mfn-advanced-filters .mfn-advanced-filters-tax-count,
body.category-education form.mfn-advanced-filters .mfn-advanced-filters-tax-count,
body.category-specialist form.mfn-advanced-filters .mfn-advanced-filters-tax-count {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  margin-left: 8px;
  padding: 0 7px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  background: #eef1f5;
  color: #475467;
  font-size: 11px;
  font-weight: 800;
}

body.category-all-jobs form.mfn-advanced-filters .mfn-btn,
body.category-education form.mfn-advanced-filters .mfn-btn,
body.category-specialist form.mfn-advanced-filters .mfn-btn {
  width: 100%;
  margin: 3px 0 0;
  border: 2px solid var(--mcp-archive-accent) !important;
  border-radius: 0;
  background: var(--mcp-archive-accent) !important;
  color: #fff !important;
  font-weight: 800;
}

body.category-all-jobs .column_blog .blog_wrapper,
body.category-education .column_blog .blog_wrapper,
body.category-specialist .column_blog .blog_wrapper {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.category-all-jobs .column_blog .blog_wrapper::before,
body.category-all-jobs .column_blog .blog_wrapper::after,
body.category-education .column_blog .blog_wrapper::before,
body.category-education .column_blog .blog_wrapper::after,
body.category-specialist .column_blog .blog_wrapper::before,
body.category-specialist .column_blog .blog_wrapper::after {
  content: none !important;
  display: none !important;
}

body.category-all-jobs .column_blog .posts_group,
body.category-education .column_blog .posts_group,
body.category-specialist .column_blog .posts_group {
  display: grid !important;
  width: 100% !important;
  height: auto !important;
  gap: 25px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.category-all-jobs .column_blog,
body.category-education .column_blog,
body.category-specialist .column_blog {
  align-self: flex-start;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.category-all-jobs .column_blog article.post-item,
body.category-education .column_blog article.post-item,
body.category-specialist .column_blog article.post-item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: stretch;
  width: 100% !important;
  min-height: 285px;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #dfe4ea;
  border-top: 7px solid var(--mcp-archive-accent);
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 34, 48, .1);
  opacity: 1;
  transform: none !important;
}

body.category-all-jobs .column_blog article.post-item .date_label,
body.category-education .column_blog article.post-item .date_label,
body.category-specialist .column_blog article.post-item .date_label {
  display: none !important;
}

body.category-all-jobs .column_blog article.post-item .image_frame,
body.category-education .column_blog article.post-item .image_frame,
body.category-specialist .column_blog article.post-item .image_frame {
  float: none !important;
  flex: 0 0 310px !important;
  width: 310px !important;
  max-width: 42%;
  height: 100% !important;
  min-height: 285px;
  margin: 0 !important;
  border: 0;
  background: #f2f4f7;
}

body.category-all-jobs .column_blog article.post-item .image_wrapper,
body.category-education .column_blog article.post-item .image_wrapper,
body.category-specialist .column_blog article.post-item .image_wrapper,
body.category-all-jobs .column_blog article.post-item .image_wrapper > a,
body.category-education .column_blog article.post-item .image_wrapper > a,
body.category-specialist .column_blog article.post-item .image_wrapper > a {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 285px;
  align-items: center;
  justify-content: center;
}

body.category-all-jobs .column_blog article.post-item .image_wrapper > a,
body.category-education .column_blog article.post-item .image_wrapper > a,
body.category-specialist .column_blog article.post-item .image_wrapper > a {
  padding: 20px;
}

body.category-all-jobs .column_blog article.post-item .image_wrapper img,
body.category-education .column_blog article.post-item .image_wrapper img,
body.category-specialist .column_blog article.post-item .image_wrapper img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: 245px;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

body.category-all-jobs .column_blog article.post-item .mask,
body.category-education .column_blog article.post-item .mask,
body.category-specialist .column_blog article.post-item .mask,
body.category-all-jobs .column_blog article.post-item .image_links,
body.category-education .column_blog article.post-item .image_links,
body.category-specialist .column_blog article.post-item .image_links {
  display: none !important;
}

body.category-all-jobs .column_blog article.post-item .post-desc-wrapper,
body.category-education .column_blog article.post-item .post-desc-wrapper,
body.category-specialist .column_blog article.post-item .post-desc-wrapper {
  float: none !important;
  display: flex;
  flex: 1 1 0;
  width: 100% !important;
  min-width: 0;
  background: #fff !important;
}

body.category-all-jobs .column_blog article.post-item .post-desc,
body.category-education .column_blog article.post-item .post-desc,
body.category-specialist .column_blog article.post-item .post-desc {
  display: flex;
  width: 100%;
  min-width: 0;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
}

body.category-all-jobs .column_blog article.post-item .post-head,
body.category-education .column_blog article.post-item .post-head,
body.category-specialist .column_blog article.post-item .post-head {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content;
  margin: 0 0 17px;
  padding: 0 !important;
  align-self: flex-start;
  background: transparent !important;
}

body.category-all-jobs .column_blog article.post-item .post-excerpt,
body.category-education .column_blog article.post-item .post-excerpt,
body.category-specialist .column_blog article.post-item .post-excerpt {
  display: none !important;
}

body.category-all-jobs .column_blog article.post-item .post-meta,
body.category-education .column_blog article.post-item .post-meta,
body.category-specialist .column_blog article.post-item .post-meta,
body.category-all-jobs .column_blog article.post-item .author-date,
body.category-education .column_blog article.post-item .author-date,
body.category-specialist .column_blog article.post-item .author-date {
  float: none !important;
  display: inline-block !important;
  width: auto !important;
  max-width: max-content;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
}

body.category-all-jobs .column_blog article.post-item .vcard.author,
body.category-education .column_blog article.post-item .vcard.author,
body.category-specialist .column_blog article.post-item .vcard.author,
body.category-all-jobs .column_blog article.post-item .post-meta .category,
body.category-education .column_blog article.post-item .post-meta .category,
body.category-specialist .column_blog article.post-item .post-meta .category,
body.category-all-jobs .column_blog article.post-item .post-meta .date i,
body.category-education .column_blog article.post-item .post-meta .date i,
body.category-specialist .column_blog article.post-item .post-meta .date i,
body.category-all-jobs .column_blog article.post-item .post-meta .date .label,
body.category-education .column_blog article.post-item .post-meta .date .label,
body.category-specialist .column_blog article.post-item .post-meta .date .label {
  display: none !important;
}

body.category-all-jobs .column_blog article.post-item .post-meta .date,
body.category-education .column_blog article.post-item .post-meta .date,
body.category-specialist .column_blog article.post-item .post-meta .date {
  display: inline-flex !important;
  width: auto;
  margin: 0;
  padding: 8px 11px;
  border: 0;
  background: var(--mcp-archive-accent) !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .45px;
  text-transform: uppercase;
}

body.category-all-jobs .column_blog article.post-item .post-meta .date::before,
body.category-education .column_blog article.post-item .post-meta .date::before,
body.category-specialist .column_blog article.post-item .post-meta .date::before {
  content: "Posted\00a0";
}

body.category-all-jobs .column_blog article.post-item .post-title::before,
body.category-education .column_blog article.post-item .post-title::before,
body.category-specialist .column_blog article.post-item .post-title::before {
  display: block;
  margin: 0 0 10px;
  color: var(--mcp-archive-accent);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

body.category-all-jobs .column_blog article.post-item .post-title::before { content: "Career opportunity"; }
body.category-education .column_blog article.post-item .post-title::before { content: "Education & training"; }
body.category-specialist .column_blog article.post-item .post-title::before { content: "Specialist training"; }

body.category-all-jobs .column_blog article.post-item .post-title h3,
body.category-education .column_blog article.post-item .post-title h3,
body.category-specialist .column_blog article.post-item .post-title h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: #182230;
  font-size: clamp(31px, 3.2vw, 46px);
  line-height: 1.02;
}

body.category-all-jobs .column_blog article.post-item .post-title a,
body.category-education .column_blog article.post-item .post-title a,
body.category-specialist .column_blog article.post-item .post-title a {
  color: #182230 !important;
}

body.category-all-jobs .column_blog article.post-item .post-footer,
body.category-education .column_blog article.post-item .post-footer,
body.category-specialist .column_blog article.post-item .post-footer {
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.category-all-jobs .column_blog article.post-item .button-love,
body.category-education .column_blog article.post-item .button-love,
body.category-specialist .column_blog article.post-item .button-love,
body.category-all-jobs .column_blog article.post-item .post-comments,
body.category-education .column_blog article.post-item .post-comments,
body.category-specialist .column_blog article.post-item .post-comments,
body.category-all-jobs .column_blog article.post-item .icon-comment-empty-fa,
body.category-education .column_blog article.post-item .icon-comment-empty-fa,
body.category-specialist .column_blog article.post-item .icon-comment-empty-fa,
body.category-all-jobs .column_blog article.post-item .read-more-icon,
body.category-education .column_blog article.post-item .read-more-icon,
body.category-specialist .column_blog article.post-item .read-more-icon {
  display: none !important;
}

body.category-all-jobs .column_blog article.post-item .post-links,
body.category-education .column_blog article.post-item .post-links,
body.category-specialist .column_blog article.post-item .post-links {
  float: none;
  display: block;
}

body.category-all-jobs .column_blog article.post-item .post-more,
body.category-education .column_blog article.post-item .post-more,
body.category-specialist .column_blog article.post-item .post-more {
  display: inline-flex;
  min-height: 46px;
  padding: 12px 20px;
  border: 2px solid var(--mcp-archive-accent);
  align-items: center;
  justify-content: center;
  background: var(--mcp-archive-accent);
  color: #fff !important;
  font-size: 0;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

body.category-all-jobs .column_blog article.post-item .post-more::after,
body.category-education .column_blog article.post-item .post-more::after,
body.category-specialist .column_blog article.post-item .post-more::after {
  font-size: 14px;
  letter-spacing: .3px;
}

body.category-all-jobs .column_blog article.post-item .post-more::after { content: "View role"; }
body.category-education .column_blog article.post-item .post-more::after { content: "View course"; }
body.category-specialist .column_blog article.post-item .post-more::after { content: "View course"; }

body.category-all-jobs .column_blog article.post-item .post-more:hover,
body.category-all-jobs .column_blog article.post-item .post-more:focus,
body.category-education .column_blog article.post-item .post-more:hover,
body.category-education .column_blog article.post-item .post-more:focus,
body.category-specialist .column_blog article.post-item .post-more:hover,
body.category-specialist .column_blog article.post-item .post-more:focus {
  background: #182230;
  border-color: #182230;
}

@media (max-width: 767px) {
  body.category-all-jobs section:has(.mycarpal-archive-filters),
  body.category-education section:has(.mycarpal-archive-filters),
  body.category-specialist section:has(.mycarpal-archive-filters) {
    padding-top: 34px !important;
    padding-bottom: 55px !important;
  }

  body.category-all-jobs form.mfn-advanced-filters,
  body.category-education form.mfn-advanced-filters,
  body.category-specialist form.mfn-advanced-filters {
    position: static;
    margin-bottom: 28px;
    padding: 23px 20px 25px;
  }

  body.category-all-jobs .column_blog article.post-item,
  body.category-education .column_blog article.post-item,
  body.category-specialist .column_blog article.post-item {
    flex-direction: column;
  }

  body.category-all-jobs .column_blog article.post-item .image_frame,
  body.category-education .column_blog article.post-item .image_frame,
  body.category-specialist .column_blog article.post-item .image_frame,
  body.category-all-jobs .column_blog article.post-item .image_wrapper,
  body.category-education .column_blog article.post-item .image_wrapper,
  body.category-specialist .column_blog article.post-item .image_wrapper,
  body.category-all-jobs .column_blog article.post-item .image_wrapper > a,
  body.category-education .column_blog article.post-item .image_wrapper > a,
  body.category-specialist .column_blog article.post-item .image_wrapper > a {
    flex: none !important;
    width: 100% !important;
    max-width: none;
    height: 245px !important;
    min-height: 245px;
  }

  body.category-all-jobs .column_blog article.post-item .image_wrapper img,
  body.category-education .column_blog article.post-item .image_wrapper img,
  body.category-specialist .column_blog article.post-item .image_wrapper img {
    max-height: 210px;
  }

  body.category-all-jobs .column_blog article.post-item .post-desc,
  body.category-education .column_blog article.post-item .post-desc,
  body.category-specialist .column_blog article.post-item .post-desc {
    padding: 25px 22px;
  }
}

.mcp-listing-status-filled.post-item,
.mcp-listing-status-closed.post-item,
.mcp-listing-status-fully-booked.post-item,
.mcp-listing-status-completed.post-item {
  opacity: .88;
}

.mcp-listing-closed-notice {
  --mcp-listing-accent: #2563eb;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 34px;
  padding: clamp(25px, 3.5vw, 36px);
  overflow: hidden;
  border-top: 7px solid var(--mcp-listing-accent);
  border-right: 1px solid #f1c9cc;
  border-bottom: 1px solid #f1c9cc;
  border-left: 1px solid #f1c9cc;
  background: #fff4f4;
  box-shadow: 0 8px 24px rgba(24, 34, 48, .055);
  color: #182230;
}

body.mcp-listing-type-education .mcp-listing-closed-notice {
  --mcp-listing-accent: #f59e0b;
}

body.mcp-listing-type-specialist .mcp-listing-closed-notice {
  --mcp-listing-accent: #16a34a;
}

.mcp-listing-closed-notice::after {
  display: none;
  content: none;
}

.mcp-listing-closed-notice--injected {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 30px auto 34px;
}

.mcp-listing-closed-notice__label {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #182230;
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(31px, 4.5vw, 46px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .2px;
}

.mcp-listing-closed-notice__message {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: #475467;
  font-size: 16px;
  line-height: 1.6;
}

.mcp-listing-application-closed {
  display: none !important;
}

@media (max-width: 600px) {
	.mcp-listing-closed-notice { padding: 23px 20px 25px; }
	.mcp-listing-closed-notice--injected { width: calc(100% - 30px); margin-top: 20px; }
}

/* Formidable job detail view. */
.frm-grid-view:has(.mcp-job-view) {
  display: block !important;
  grid-gap: 0 !important;
}

.frm-grid-view:has(.mcp-job-view) > div {
  width: 100%;
  min-width: 0;
}

.mcp-job-view {
  --mcp-accent: #2563eb;
  --mcp-job-ink: #182230;
  --mcp-job-muted: #667085;
  --mcp-job-line: #dfe4ea;
  --mcp-job-soft: #f5f7f9;
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px;
  color: var(--mcp-job-ink);
}

.mcp-job-view--education,
body.mcp-listing-type-education .mcp-job-view {
  --mcp-accent: #f59e0b;
}

.mcp-job-view--specialist,
body.mcp-listing-type-specialist .mcp-job-view {
  --mcp-accent: #16a34a;
}

.mcp-job-view *,
.mcp-job-view *::before,
.mcp-job-view *::after {
  box-sizing: border-box;
}

.mcp-job-header {
  position: relative;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border-top: 7px solid var(--mcp-accent);
  background: #f2f4f7;
  color: var(--mcp-job-ink);
}

.mcp-job-header::after {
  position: absolute;
  right: -90px;
  bottom: -125px;
  width: 330px;
  height: 330px;
  border: 55px solid rgba(24, 34, 48, .045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mcp-job-eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: var(--mcp-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mcp-job-header h1 {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0;
  color: var(--mcp-job-ink);
  font-size: clamp(42px, 7vw, 76px);
  line-height: .98;
}

.mcp-job-header__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 22px 0 0;
  color: #475467;
  font-size: 16px;
}

.mcp-job-header__meta span + span::before {
  display: inline-block;
  margin-right: 22px;
  color: var(--mcp-accent);
  content: "•";
}

.mcp-job-hero {
  display: flex;
  margin: 24px 0 0;
  padding: 24px;
  overflow: hidden;
  border-right: 1px solid var(--mcp-job-line);
  border-left: 1px solid var(--mcp-job-line);
  align-items: center;
  justify-content: center;
  background: var(--mcp-job-soft);
}

.mcp-job-hero img {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 720px;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.mcp-job-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: 1px;
  margin: 0 0 34px;
  border: 1px solid var(--mcp-job-line);
  background: var(--mcp-job-line);
}

.mcp-job-fact {
  min-width: 0;
  padding: 20px 22px;
  background: #fff;
}

.mcp-job-fact__label {
  display: block;
  margin: 0 0 6px;
  color: var(--mcp-job-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mcp-job-fact__value {
  display: block;
  overflow-wrap: anywhere;
  color: var(--mcp-job-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.mcp-job-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(285px, 350px);
  gap: 32px;
  align-items: start;
}

.mcp-job-section,
.mcp-job-card {
  margin: 0 0 24px;
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid var(--mcp-job-line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(24, 34, 48, .055);
}

.mcp-job-section h2,
.mcp-job-card h2 {
  margin: 0 0 23px;
  padding-left: 16px;
  border-left: 5px solid var(--mcp-accent);
  color: var(--mcp-job-ink);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.05;
}

.mcp-job-copy,
.mcp-job-requirement__copy,
.mcp-job-company-address {
  color: #3e4957;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.mcp-job-copy > :first-child,
.mcp-job-requirement__copy > :first-child {
  margin-top: 0;
}

.mcp-job-copy > :last-child,
.mcp-job-requirement__copy > :last-child {
  margin-bottom: 0;
}

.mcp-job-requirement {
  padding: 25px 0;
  border-top: 1px solid var(--mcp-job-line);
}

.mcp-job-requirement:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.mcp-job-requirement:last-child {
  padding-bottom: 0;
}

.mcp-job-requirement h3 {
  margin: 0 0 12px;
  color: var(--mcp-job-ink);
  font-size: 19px;
  line-height: 1.3;
}

.mcp-job-sidebar {
  min-width: 0;
}

.mcp-job-company-name {
  margin: -7px 0 17px;
  color: var(--mcp-job-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.mcp-job-company-address {
  margin: 0 0 18px;
}

.mcp-job-contact-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--mcp-job-line);
}

.mcp-job-contact-list a {
  color: var(--mcp-job-ink);
  font-weight: 750;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: var(--mcp-accent);
  text-underline-offset: 4px;
}

.mcp-job-apply {
  border: 0;
  border-top: 6px solid var(--mcp-accent);
  background: var(--mcp-job-ink);
  box-shadow: 0 10px 28px rgba(24, 34, 48, .18);
  color: #fff;
}

.mcp-job-apply h2 {
  padding-left: 0;
  border-left: 0;
  color: #fff;
}

.mcp-job-apply p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.6;
}

.mcp-job-actions {
  display: grid;
  gap: 11px;
}

.mcp-job-button {
  display: block;
  padding: 15px 18px;
  border: 2px solid var(--mcp-accent);
  background: var(--mcp-accent);
  color: #fff !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .4px;
  text-align: center;
  text-decoration: none !important;
}

.mcp-job-button:hover,
.mcp-job-button:focus {
  border-color: #fff;
  background: #fff;
  color: var(--mcp-job-ink) !important;
}

.mcp-job-button--secondary {
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}

/* Responsive Vimeo and YouTube embeds in Education and Training views. */
.mcp-course-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f2f4f7;
}

.mcp-course-video > div,
.mcp-course-video .wp-block-embed__wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mcp-course-video iframe,
.mcp-course-video video,
.mcp-course-video .wp-video {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.mcp-course-video-link {
  margin: 18px 0 0;
}

.mcp-course-video-link a {
  color: var(--mcp-accent);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mcp-job-view--education .mcp-job-facts,
body.mcp-listing-type-education .mcp-job-facts,
.mcp-job-view--specialist .mcp-job-facts,
body.mcp-listing-type-specialist .mcp-job-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.mcp-course-gallery img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  max-height: 520px;
  margin: 0 0 16px;
  object-fit: cover;
}

.mcp-course-gallery a:last-child img,
.mcp-course-gallery > img:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .mcp-job-facts,
  .mcp-job-view--education .mcp-job-facts,
  body.mcp-listing-type-education .mcp-job-facts,
  .mcp-job-view--specialist .mcp-job-facts,
  body.mcp-listing-type-specialist .mcp-job-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .mcp-job-layout { grid-template-columns: 1fr; }
  .mcp-job-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .mcp-job-sidebar .mcp-job-card { margin: 0; }
}

@media (max-width: 600px) {
  .mcp-job-view { margin-bottom: 35px; }
  .mcp-job-header { padding: 30px 22px 34px; }
  .mcp-job-header__meta { display: grid; gap: 5px; }
  .mcp-job-header__meta span + span::before { display: none; }
  .mcp-job-hero {
    margin-top: 16px;
    padding: 12px;
  }
  .mcp-job-hero img {
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
  }
  .mcp-job-facts,
  .mcp-job-view--education .mcp-job-facts,
  body.mcp-listing-type-education .mcp-job-facts,
  .mcp-job-view--specialist .mcp-job-facts,
  body.mcp-listing-type-specialist .mcp-job-facts {
    grid-template-columns: 1fr !important;
    margin-bottom: 22px;
  }
  .mcp-job-fact { padding: 16px 18px; }
  .mcp-job-layout { gap: 0; }
  .mcp-job-section,
  .mcp-job-card { padding: 24px 20px; }
  .mcp-job-sidebar { display: block; }
  .mcp-job-sidebar .mcp-job-card { margin: 0 0 22px; }
}
