.elementor-353 .elementor-element.elementor-element-1db7403{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3e8684f */@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap");

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

.oha-course-descriptions div,
.oha-course-descriptions main,
.oha-course-descriptions section,
.oha-course-descriptions article,
.oha-course-descriptions aside,
.oha-course-descriptions header,
.oha-course-descriptions nav,
.oha-course-descriptions img,
.oha-course-descriptions a,
.oha-course-descriptions p,
.oha-course-descriptions h1,
.oha-course-descriptions h2,
.oha-course-descriptions h3,
.oha-course-descriptions hr {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

.oha-course-descriptions h1 {
  font-size: 2.9rem;
  margin-bottom: 1rem;
}

.oha-course-descriptions h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.oha-course-descriptions h3 {
  color: #8f0125;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 1.45rem 0 0.45rem;
}

.oha-course-descriptions p {
  color: #55514c;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.oha-course-descriptions a {
  color: #cb0235;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.oha-course-descriptions a:hover,
.oha-course-descriptions a:focus-visible {
  color: #fcba3c;
}

.oha-course-descriptions .accent-line {
  border: none;
  border-top: 2px solid currentColor;
  color: #cb0235;
  width: 6rem;
}

.oha-course-descriptions .page-header {
  background: #000;
  margin-bottom: 1rem;
  width: 100%;
}

.oha-course-descriptions .header-image {
  width: 100%;
  overflow: hidden;
  padding-bottom: 24%;
  position: relative;
}

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

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

.oha-course-descriptions .routing-buttons a.route-btn,
.oha-course-descriptions .routing-buttons a.route-btn:link,
.oha-course-descriptions .routing-buttons a.route-btn:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background-color: #cb0235;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(203, 2, 53, 0.25);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  padding: 14px 12px;
  text-align: center;
}

.oha-course-descriptions .routing-buttons a.route-btn:hover,
.oha-course-descriptions .routing-buttons a.route-btn:focus-visible {
  background-color: #fcba3c;
  color: #1b1a17;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(252, 186, 60, 0.38);
  outline: none;
}

.oha-course-descriptions .billboard {
  margin: 2.5rem 0 2rem;
  max-width: 780px;
}

.oha-course-descriptions .eyebrow {
  color: #cb0235;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.oha-course-descriptions .billboard p:last-child {
  margin-top: 1rem;
  font-size: 1.08rem;
}

.oha-course-descriptions .content-band {
  background: #fff;
  padding: 2rem 0 4rem;
}

.oha-course-descriptions .content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
  align-items: start;
}

.oha-course-descriptions .content-card {
  background: #fff;
  border: 1px solid #e8e2d9;
  border-top: 4px solid #cb0235;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  padding: 2.25rem;
}

.oha-course-descriptions .department-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  background: #f7f3ee;
  border-left: 4px solid #fcba3c;
  margin-bottom: 2rem;
  padding: 1rem;
}

.oha-course-descriptions .department-nav a {
  background: #fff;
  border: 1px solid #eadfce;
  color: #8f0125;
  font-weight: 800;
  line-height: 1.25;
  padding: 0.7rem 0.8rem;
}

.oha-course-descriptions .department-nav a:hover,
.oha-course-descriptions .department-nav a:focus-visible {
  background: #fcba3c;
  color: #1b1a17;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(252, 186, 60, 0.28);
  outline: none;
}

.oha-course-descriptions .course-section {
  scroll-margin-top: 1.5rem;
}

.oha-course-descriptions .course-section h2 {
  border-bottom: 2px solid #fcba3c;
  color: #1b1a17;
  padding-bottom: 0.65rem;
}

.oha-course-descriptions .course-card {
  background: #fff;
  border: 1px solid #e8e2d9;
  border-left: 4px solid #fcba3c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  margin-top: 1rem;
  padding: 1.15rem 1.25rem;
}

.oha-course-descriptions .course-card h3 {
  color: #8f0125;
  font-size: 1.1rem;
  margin: 0 0 0.55rem;
}

.oha-course-descriptions .course-card p {
  margin-bottom: 0.8rem;
}

.oha-course-descriptions .course-card p:last-child {
  margin-bottom: 0;
}

.oha-course-descriptions .course-section p:last-child {
  margin-bottom: 0;
}

.oha-course-descriptions .section-divider {
  border: none;
  border-top: 1px solid #e8e2d9;
  margin: 2.5rem 0;
}

.oha-course-descriptions .sidebar-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  position: sticky;
  top: 1rem;
}

.oha-course-descriptions .sidebar-card h2 {
  background: #8f0125;
  border-top: 4px solid #fcba3c;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  padding: 1rem 1.1rem;
  text-transform: uppercase;
}

.oha-course-descriptions .sidebar-card h2 a,
.oha-course-descriptions .sidebar-card h2 a:link,
.oha-course-descriptions .sidebar-card h2 a:visited {
  color: #fff;
}

.oha-course-descriptions .sidebar-card h2 a:hover,
.oha-course-descriptions .sidebar-card h2 a:focus-visible {
  color: #fcba3c;
}

.oha-course-descriptions .sidebar-section {
  background: #fffaf0;
  border-left: 4px solid #fcba3c;
  padding: 1rem 1rem 1.1rem;
}

.oha-course-descriptions .sidebar-title-link,
.oha-course-descriptions .sidebar-title-link:link,
.oha-course-descriptions .sidebar-title-link:visited {
  border-top: none;
  color: #1b1a17;
  font-weight: 800;
  margin-bottom: 0.6rem;
  padding: 0 0 0.6rem;
}

.oha-course-descriptions .sidebar-section a,
.oha-course-descriptions .sidebar-link,
.oha-course-descriptions .sidebar-current {
  display: block;
  border-top: 1px solid #ece4d5;
  color: #8f0125;
  font-weight: 700;
  line-height: 1.35;
  padding: 0.75rem 0.65rem;
}

.oha-course-descriptions .sidebar-section a,
.oha-course-descriptions .sidebar-current {
  margin-left: 0.75rem;
}

.oha-course-descriptions .sidebar-current {
  color: #1b1a17;
  font-weight: 800;
}

.oha-course-descriptions .sidebar-link {
  background: #fff;
  padding: 1rem 1.1rem;
}

.oha-course-descriptions .sidebar-section a:hover,
.oha-course-descriptions .sidebar-section a:focus-visible,
.oha-course-descriptions .sidebar-link:hover,
.oha-course-descriptions .sidebar-link:focus-visible {
  background: #fcba3c;
  color: #1b1a17;
  outline: none;
}

@media (max-width: 1100px) {
  .oha-course-descriptions .routing-buttons {
    grid-template-columns: repeat(3, 1fr);
  }

  .oha-course-descriptions .content-layout {
    grid-template-columns: 1fr;
  }

  .oha-course-descriptions .sidebar-card {
    position: static;
  }
}

@media (max-width: 700px) {
  .oha-course-descriptions .container {
    padding: 0 1.25rem;
  }

  .oha-course-descriptions h1 {
    font-size: 2.1rem;
  }

  .oha-course-descriptions h2 {
    font-size: 1.55rem;
  }

  .oha-course-descriptions .header-image {
    padding-bottom: 38%;
  }

  .oha-course-descriptions .routing-buttons,
  .oha-course-descriptions .department-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .oha-course-descriptions .content-band {
    padding: 1rem 0 2.5rem;
  }

  .oha-course-descriptions .content-card {
    padding: 1.35rem;
  }
}/* End custom CSS */