.elementor-576 .elementor-element.elementor-element-321d00f5{--display:flex;}.elementor-576 .elementor-element.elementor-element-02d6bbc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-68cdf11 */@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700&display=swap");

.oha-career {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: #1b1a17;
  background: #f7f3ee;
  line-height: 1.65;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 0 0 4rem;
}

.oha-career div,
.oha-career section,
.oha-career article,
.oha-career header,
.oha-career figure,
.oha-career img,
.oha-career a,
.oha-career p,
.oha-career h1,
.oha-career h2,
.oha-career h3,
.oha-career hr,
.oha-career ul,
.oha-career li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.oha-career img {
  display: block;
  max-width: 100%;
}

.oha-career .career-shell {
  max-width: 100%;
  margin: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.oha-career .shell-title {
  font-size: 3rem;
  color: #5b6470;
  padding: 1.2rem 1.6rem 0.5rem;
}

.oha-career .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.oha-career h1,
.oha-career h2,
.oha-career h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.15;
  color: #1b1a17;
}

.oha-career h1 {
  font-size: 3.35rem;
  margin-bottom: 0.75rem;
}

.oha-career h2 {
  font-size: 2.15rem;
  margin-bottom: 0.9rem;
}

.oha-career p {
  margin: 0 0 0.9rem;
  color: #4b4b48;
  line-height: 1.6;
  font-size: 1rem;
}

.oha-career .page-header {
  width: 100%;
}

.oha-career .header-image {
  width: 100%;
  overflow: hidden;
  padding-bottom: 36%;
  position: relative;
}

.oha-career .header-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.oha-career .routing-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 1.25rem 0 1.75rem;
}

.oha-career .route-btn,
.oha-career .route-btn:link,
.oha-career .route-btn:visited,
.oha-career .route-btn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cb0235;
  color: #fff !important;
  border-radius: 999px;
  padding: 14px 12px;
  min-height: 50px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 18px rgba(203, 2, 53, 0.25);
}

.oha-career .route-btn:hover,
.oha-career .route-btn:focus-visible {
  background-color: #fcba3c;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(252, 186, 60, 0.38);
  outline: none;
}

.oha-career .route-btn.active,
.oha-career .route-btn.active:link,
.oha-career .route-btn.active:visited {
  background-color: #fcba3c;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(252, 186, 60, 0.38);
}

.oha-career .billboard {
  margin: 1.1rem 0 1.6rem;
}

.oha-career .billboard p {
  max-width: 80ch;
}

.oha-career .feature-row {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
  width: 100%;
}

.oha-career .feature-row__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  z-index: 0;
}

.oha-career .feature-row__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.oha-career .feature-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oha-career .feature-row__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.2rem;
}

.oha-career .feature-row__content.card-white {
  background: #ffffff;
}

.oha-career .feature-row.bg-white {
  background: #f7f3ee;
}

.oha-career .feature-row.bg-gray {
  background: #848a93;
}

.oha-career .feature-row.bg-dark-red {
  background: #8b1029;
}

.oha-career .feature-row.bg-charcoal {
  background: #231616;
}

.oha-career .openings-header {
  text-align: center;
  margin-bottom: 1rem;
}

.oha-career .openings-header p {
  color: #5f5f5c;
}

.oha-career .job-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.oha-career .job-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  border-left: 4px solid #cb0235;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.oha-career .job-info h3 {
  font-size: 1.2rem;
  margin-bottom: 0.15rem;
}

.oha-career .job-info p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

.oha-career .job-info .tag {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #737373;
  background: #f3f4f6;
  border-radius: 4px;
  padding: 0.2rem 0.45rem;
  margin-bottom: 0.45rem;
}

.oha-career .future-note {
  margin-top: 1rem;
  text-align: center;
}

.oha-career .future-note a {
  color: #cb0235;
  font-weight: 700;
  text-decoration: none;
}

.oha-career .future-note a:hover {
  color: #fcba3c;
}

.oha-career .check-list {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.oha-career .check-list li {
  margin-bottom: 0.5rem;
  color: #4f4f4b;
}

.oha-career .btn {
  display: inline-block;
  background: #cb0235;
  color: #fff;
  border: none;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: 0.5rem;
  margin-right: 0.75rem;
  cursor: pointer;
}

.oha-career .btn:hover {
  background: #fcba3c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(203, 2, 53, 0.3);
}

.oha-career .btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.oha-career .btn.secondary:hover {
  background: #fff;
  color: #1b1a17;
}

.oha-career .cta-block {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 1.4rem 0;
}

.oha-career .cta-block h2,
.oha-career .cta-block p {
  color: #fff;
}

.oha-career .cta-actions {
  margin: 0.75rem 0;
}

.oha-career .equal-opportunity {
  margin-top: 1rem;
  font-size: 0.95rem;
}

@media (max-width: 1000px) {
  .oha-career h1 {
    font-size: 2.45rem;
  }

  .oha-career .routing-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .oha-career .feature-row__grid {
    grid-template-columns: 1fr;
  }

  .oha-career .feature-row__media img {
    height: 310px;
  }
}

@media (max-width: 700px) {
  .oha-career {
    padding: 0 0 2rem;
  }

  .oha-career .container {
    padding: 0 1.25rem;
  }

  .oha-career h1 {
    font-size: 2rem;
  }

  .oha-career h2 {
    font-size: 1.6rem;
  }

  .oha-career .routing-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oha-career .feature-row__content,
  .oha-career .feature-row__content.card-white {
    padding: 1.2rem;
  }

  .oha-career .job-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .oha-career .feature-row.bg-gray,
  .oha-career .feature-row.bg-dark-red,
  .oha-career .feature-row.bg-charcoal {
    padding: 4rem 0;
  }
}/* End custom CSS */