  @import url("https://use.typekit.net/gjc3dce.css"); /* Typekit */
.Neue-Kabel-ExtraLight { font-family: "neue-kabel", sans-serif; font-weight: 200; font-style: normal;}
.Neue-Kabel-Black {font-family: "neue-kabel", sans-serif; font-weight: 900; font-style: normal;}

/* HEADER */
.navbar-header {
  border-bottom: 10px solid transparent;
  border-image: linear-gradient(90deg, rgba(135, 209, 230, 1) 0%, rgba(196, 207, 218, 1) 35%, rgba(255,205,0,1) 70%, rgba(223,106,46,1) 100%);
  border-image-slice: 1;
}
.navbar-header .btn-outline-light {
  color: #fff;
  border-color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.navbar-header .btn-outline-light:hover,
.navbar-header .btn-outline-light:focus {
  background-color: #fff;
  color: #003366;
  text-shadow: none;
}
/* Make sure search and dropdown menuse stack above buttons */
#search-open,
.dropdown-menu {
  z-index: 2000;
}

/* LOGO LOCKUP */ 
.ctc-header-logo img {
  display: block;
  max-height: 70px;
  width: auto;
}

@media (max-width: 991px) {
  .ctc-header-logo img {
    max-height: 42px;
  }
}

/* GENERAL SNIPPET AND COMPONENT ADJUSTMENTS */
.accordion-button.collapsed {background-color: rgba(255, 205, 0, 0.4);}
.accordion-header:target {
  scroll-margin-top: 8rem;
}
.interior-hero-wrapper {margin-top:-2.8rem;}

/* HOME PAGE HERO IMAGES */
.ctc-hero-random {
	position: relative;
	background-image:
		linear-gradient(
			90deg,
			rgba(10, 18, 45, 0.72) 0%,
			rgba(10, 18, 45, 0.52) 45%,
			rgba(10, 18, 45, 0.28) 100%
		),
		var(--ctc-hero-bg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}
.text-shadow-sm {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

/* HOME PAEG PRORGRAM CARDS */
.feature-box-image-component .feature-box.customHomeProgramCards  {
    overflow: hidden;
    border: 0;
    border-radius: .75rem;
    background: #236192;
    box-shadow: 0 .75rem 1.5rem rgba(0,31,63,.18);
}
/* Remove default spacing */
.feature-box-image-component .feature-box.customHomeProgramCards > a {
    display: block;
    color: inherit;
    text-decoration: none;
}
/* Image wrapper */
.feature-box-image-component .feature-box.customHomeProgramCards .feature-box-image {
    position: relative;
    overflow: hidden;
}
/* Keep existing image proportions */
.feature-box-image-component .feature-box.customHomeProgramCards .feature-box-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .35s ease;
}
/* Fade into the blue body */
.feature-box-image-component .feature-box.customHomeProgramCards .feature-box-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(
        to top,
        #236192 0%,
    rgba(35, 97, 146, 0.92) 25%,
    rgba(35, 97, 146, 0.55) 60%,
    rgba(35, 97, 146, 0) 100%
    );
    pointer-events: none;
}
/* Blue title section */
.feature-box-image-component .feature-box.customHomeProgramCards .feature-box-title {
    background: #236192;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.15;
    padding: 1.25rem 1.5rem .75rem;
    margin: 0;
}
/* Gold accent */
.feature-box-image-component .feature-box.customHomeProgramCards .feature-box-title::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 3px;
    margin-top: .7rem;
    background: #ffb81c;
}
/* Description */
.feature-box-image-component .feature-box.customHomeProgramCards .feature-box-desc {
    background: #236192;
    color: rgba(255,255,255,.9);
    padding: 0 1.5rem 1.5rem !important;
    font-size: .95rem;
    line-height: 1.45;
}
/* Hover */
.feature-box-image-component .feature-box.customHomeProgramCards:hover {
    box-shadow: 0 1rem 2rem rgba(0,31,63,.25);
}
.feature-box-image-component .feature-box.customHomeProgramCards:hover img {
    transform: scale(1.03);
}

/* SUCCESS DISCOVERED BADGE */
.success-discovered-badge {
	background: #DF6A2E;
	color: #ffffff;
	font-family: "neue-kabel", sans-serif;
    font-size: 1.275rem;
	font-weight: bold;
	margin-bottom: 2rem;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;  
}

/* NEWS RSS FEED */
.left-sidebar-region .news-container .news.newsfeed.ou-custom li .newsImage {float:right !important; margin:0.2rem 0 0.2rem 0.5rem;}
.left-sidebar-region .news-container .news.newsfeed.ou-custom li > p {font-size:0.9rem;}
.left-sidebar-region .news-container .btn-secondary {margin-top:1rem;}
.left-sidebar-region .news-container .excerpt {display:none;}
.news.newsfeed.ou-custom ul li p:nth-child(5) {display:none;}

/* CALENDAR TABS */
#ctc-calendar-embeds #myTab.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  gap: 0.25rem;
}

#ctc-calendar-embeds #myTab .nav-link {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #00205b;
  font-weight: 700;
  padding: 0.75rem 1rem !important;
  text-decoration: none;
}

#ctc-calendar-embeds #myTab .nav-link:hover,
#ctc-calendar-embeds #myTab .nav-link:focus {
  background: #e9ecef;
  color: #00205b;
  text-decoration: underline;
}

#ctc-calendar-embeds #myTab .nav-link.active {
  background: #00205b;
  border-color: #00205b;
  color: #fff;
}

#ctc-calendar-embeds #myTabContent .tab-pane {
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: 0;
  padding: 1rem !important;
}
.tabs-container.blue-tabs .bg-light {background-color:#236192 !important;}
.nav-tabs .nav-item .nav-link {color:#fff; font-weight:bold; font-size:1rem;}

/* CONTACT LIST */
#directory-results td:nth-child(3) {
	white-space: nowrap;
}
/* Remove default bullets */
.contact-list {
  list-style: none;
  padding-left: 0;
}
/* Base styling for list items */
.contact-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
/* Default icon (fallback) */
.contact-list li::before {
  font-family: "Font Awesome 6 Pro"; 
  font-weight: 900; 
  position: absolute;
  left: 0;
  top: 2px;
}
/* Specific icons by class */
.contact-list .hours-icon::before {
  content: "\f017"; 
}
.contact-list .user-icon::before {
  content: "\f007"; 
}
.contact-list .location-icon::before {
  content: "\f3c5"; 
}
.contact-list .email-icon::before {
  content: "\f0e0"; 
}
.contact-list .phone-icon::before {
  content: "\f095"; 
}

/* PROGRAM LANDING PAGE CARD STYLES */
#ctc-program-list .box-wrapper.bg-light.p-5.full-width.no-margin.pattern-overlay-4 {background-image: url('/_resources-v5/images/themes/Troth-Yeddha-topo-border_white.svg');background-size:contain;}
/* Program cards: photo stays natural size, blue body, fade into photo */
#ctc-program-list .card.h-100.border.shadow-sm {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0.75rem;
  background: #236192;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 31, 63, 0.18) !important;
}
/* Keep image as a normal top image */
#ctc-program-list .card.h-100.border.shadow-sm > a {
  display: block;
  position: relative;
}
/* Do not resize/crop beyond existing inline image styles */
#ctc-program-list .card.h-100.border.shadow-sm .card-img-top {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: none !important;
}
/* Gradient fade from blue body up into photo */
#ctc-program-list .card.h-100.border.shadow-sm > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 45%;
  background: linear-gradient(
    to top,
    #236192 0%,
    rgba(35, 97, 146, 0.92) 25%,
    rgba(35, 97, 146, 0.55) 60%,
    rgba(35, 97, 146, 0) 100%
  );
  pointer-events: none;
}
/* Text sits in a normal card body, aligned consistently at top */
#ctc-program-list .card.h-100.border.shadow-sm .card-body {
  position: static;
  display: block !important;
  padding: 1.25rem 1.25rem 1.5rem;
  background: #236192;
  color: #fff;
}
/* Consistent heading placement */
#ctc-program-list .card.h-100.border.shadow-sm .card-title {
  margin: 0 0 0.75rem !important;
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 700;
}
#ctc-program-list .card.h-100.border.shadow-sm .card-title a {
  color: #fff;
}
#ctc-program-list .card.h-100.border.shadow-sm .card-title::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 3px;
  margin-top: 0.65rem;
  background: #ffb81c;
}
/* Compact, readable lists */
#ctc-program-list .card.h-100.border.shadow-sm ul {
  margin: 0;
  padding-left: 1rem !important;
  font-size: 0.875rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
}
#ctc-program-list .card.h-100.border.shadow-sm li {
  margin-bottom: 0.15rem !important;
}
#ctc-program-list .card.h-100.border.shadow-sm li:last-child {
  margin-bottom: 0 !important;
}
#ctc-program-list .card.h-100.border.shadow-sm li::marker {
  color: #ffb81c;
}
/* Hover: no image resizing */
#ctc-program-list .card.h-100.border.shadow-sm:hover .card-img-top {
  transform: none !important;
}

#ctc-program-list .card.h-100.border.shadow-sm:hover {
  box-shadow: 0 1rem 2rem rgba(0, 31, 63, 0.25) !important;
}

/* SCHEDULE LIST */
.schedule-filters {
		  display: grid;
		  gap: 1rem;
		  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		  margin-bottom: 1.25rem;
		}

		.schedule-filters label {
		  font-weight: 700;
		}

		.schedule-filters select,
		.schedule-filters input {
		  display: block;
		  width: 100%;
		  margin-top: .25rem;
		}

		.crn-button {
		  background: none;
		  border: 0;
		  color: #005da8;
		  font-weight: 700;
		  text-decoration: underline;
		  cursor: pointer;
		  padding: 0;
		}

		.course-modal {
		  position: fixed;
		  inset: 0;
		  z-index: 9999;
		  background: rgba(0,0,0,.55);
		  padding: 2rem;
		  overflow-y: auto;
		}

		.course-modal__panel {
		  background: #fff;
		  max-width: 850px;
		  margin: 3rem auto;
		  padding: 2rem;
		  position: relative;
		  border-radius: .35rem;
		}

		.course-modal__close {
		  position: absolute;
		  top: .75rem;
		  right: 1rem;
		  border: 0;
		  background: none;
		  font-size: 2rem;
		  cursor: pointer;
		}

		.course-detail-table {
		  width: 100%;
		  border-collapse: collapse;
		  margin: 1rem 0;
		}

		.course-detail-table th,
		.course-detail-table td {
		  border: 1px solid #ddd;
		  padding: .5rem;
		  text-align: left;
		}

		@media (max-width: 700px) {
		  #schedule-table {
			font-size: .9rem;
		  }

		  .course-modal {
			padding: .75rem;
		  }

		  .course-modal__panel {
			padding: 1.25rem;
		  }
		}

/* FOOTER */
footer section.box-wrapper.themeCustom {
	background-color:#ffcd00;
	position:relative;
	padding-top:4rem;
	padding-bottom:0;
	padding-left: 1rem;
    padding-right: 1rem;
	margin-top:-4rem;
	margin-bottom:4rem;
}
footer section.box-wrapper.themeCustom a.btn-secondary {background-color:#DF6A2E;border-color:#DF6A2E;}