:root, [data-bs-theme="light"] {
  --danger: #B74A00;
  --link-color: #B74A00;
  --code-color: #B74A00;
  --pagination-active-bg: #B74a00;
  --cassiopeia-color-link: #b84901;
  --cassiopeia-color-hover: #b84901;
}
/* Compact Professional List */
.compact-list {
    padding-left: 1.2rem;   /* controls bullet indent */
    margin: 0;
}

.compact-list li {
    margin-bottom: 6px;     /* spacing between bullets */
    line-height: 1.4;       /* keeps it readable */
}

.compact-list li p {
    margin: 0;              /* removes extra paragraph spacing */
}
/* Edits for promotions */
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 across */
  gap: 20px;
}

/* Tablet */
@media (max-width: 1000px) {
  .speakers-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Phone */
@media (max-width: 600px) {
  .speakers-grid { grid-template-columns: 1fr; }
}

.speaker-card {
  background: #ffffff;
  color: #000000;
  border-radius: 12px;
  border: 1px solid #333333;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}


.speaker-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}



/* Edits for promotions */
.promo-card h3 {
  margin-top: 0;}
.promo-grid {
  display: grid;
  grid-template-columns: 1fr; /* one card per row */
  gap: 10px;
  margin: 10px 0;
}

/* Remove template background blocks inside cards */
.promo-card h1,
.promo-card h2,
.promo-card h3,
.promo-card h4,
.promo-card h5,
.promo-card h6,
.promo-card p,
.promo-card span,
.promo-card div {
  background: transparent !important;
}

/* Card styling */
.promo-card {
  background: #ffffff;
  color: #000000; /* switch text back to dark */
  border-radius: 12px;
  border: 1px solid #333333;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.speaker-card {}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.promo-card h3 {
  margin-top: 0;
}

/* Button styling */
.promo-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  background: #B65326;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
}

.promo-btn:hover {
  color: #ffffff;
  opacity: 0.9;
}




.page-link.active, .active > .page-link{
	background-color: #B74A00;
	color: #ffffff;

}
a {
	text-decoration: none !important;
}

.footer {
	background: #fff;
	color: #b84901;
}
.footer a {
	color: #b84901;
}
.footer a:hover {
	color: #000;
	text-decoration: underline !important;
}
.header {
    background: #fff;
    border-bottom: 1px solid rgb(223 227 231);
    box-shadow: 0 8px 20px rgba(149, 157, 165, 0.2);
    margin-bottom: 40px;
    padding: 5px 0px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}
.header .grid-child:first-child {
	border-right: 1px solid rgba(255,255,255,.1);
}
.header .grid-child {
	display: inline-block;
	width: inherit;
}
.brand-logo img {
	width: 180px;
}
.container-header .mod-menu {
	color: #b84901;
}
/*.container-header .mod-menu>li>a,
.container-header .mod-menu>li>span {
	color: #774e1d;
}
@media (min-width: 1px) {
	.container-banner {
		margin: -109px 0 2rem;
	}
}
.container-header .mod-list li a:hover {
	color: #623d11;
}*/
.btn-primary {
	background-color: #b84901;
	border-color: #b84901;
}
.btn-outline-danger {
	--btn-color: #b84901;
	--btn-border-color: #b84901;
	--btn-hover-bg: #b84901;
	--btn-hover-border-color: #b84901;
	--btn-active-bg: #b84901;
	--btn-active-border-color: #b84901;
	--btn-disabled-color: #b84901;
	--btn-disabled-border-color: #b84901;
}
.btn-nemeon {
	background-color: #b84901;
	border-color: #b84901;
	color: #fff;
}
.btn-primary:focus, .btn-primary:hover,
.btn-nemeon:focus, .btn-nemeon:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.container-header nav {
	display: inline-block;
}
#mod-custom121 {
	display: inline-block;
}
.metismenu.mod-menu .metismenu-item {
	font-size: 15px;
}
.container-header .mod-list li a:hover {
	color: #000;
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 32px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 20px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
}
.card-title-description {
	height: 50px; /* Fixed height, adjust as needed */
	overflow: hidden; /* Hide overflow content */
}
.inline-container {
	display: flex;
	justify-content: space-between; /* This will put space between the two elements */
	align-items: center; /* This will vertically align them in the center */
}
.filter-select {
	display: flex;
	gap: 10px; /* Optional: adds space between your select elements */
}
.logo-card {
	width: 16rem; /* Fixed width */
}
.logo-img-container {
	width: 100%; /* Full width of the card */
	height: 150px; /* Fixed height */
	display: flex;
	justify-content: center; /* Center image horizontally */
	align-items: center; /* Center image vertically */
	overflow: hidden; /* Prevents image from overflowing */
}

.logo-img-top {
	max-width: 100%; /* Maximum width */
	max-height: 100%; /* Maximum height */
	object-fit: contain; /* Ensures the image is contained within the area */
}

.logo-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* Ensures buttons are aligned at the bottom */
}

.btn-container {
	margin-top: auto; /* Pushes the buttons to the bottom */
}

joomla-tab button[aria-expanded=true]:after {
	background-color: #b84901;
}
.choices__item {
	color: #b84901;
}
.choices__list--multiple .choices__item {
	background-color: #b84900;
}
.jev_toprow div.nextmonth {
	background-color: #b84900;
	border: 1px solid #b84900;
}
.login {
	color: #000000;
}
.nemeon-people {
	border-color: #afb1b2;
	border-width: 2px;
	margin: 0.5px;
}
.welcome > .card-header {
	line-height: 2;
	padding: var(--card-cap-padding-y)var(--card-cap-padding-x);
	color: #b84900;
	background-color: #b84900;
	border-bottom: var(--card-border-width)solid #b84900;
	margin-bottom: 0;
}

/* Full-width background only for main footer (footer-a, footer-b, footer-c) */
.footer-wrapper {
    background: #343e4d; /* dark blue-grey */
    color: #fff;
    padding: 60px 0 40px; /* bottom padding added for cleaner spacing */
}

/* Inner aligned container */
.footer-container {
    width: 90%;
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns: a, b, c */
    gap: 50px;
}

/* Footer sections */
.footer-a,
.footer-b,
.footer-c {
    color: #fff;
}

/* Links */
.footer-a a,
.footer-b a,
.footer-c a {
    color: #fff;
    text-decoration: none;
}

.footer-a a:hover,
.footer-b a:hover,
.footer-c a:hover {
    text-decoration: underline;
}

/* Footer Bottom (Copyright) */
.footer-bottom {
    background: #555f6d; /* Slightly lighter band like Alignable example */
    text-align: center;
    padding: 18px 0;
    color: #fff;
    font-size: 14px;
	margin-top: 60px;
}

.footer-bottom a {
    color: #fff;
    margin: 0 4px;
}

/* If ONLY footer-bottom exists, keep full-width clean look */
.footer-bottom:empty {
    display: none;
}

/* Mobile layout */
@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
.site-grid{
	padding-top: 70px;
}
/* .itemid-101 .site-grid{
	padding-top: 70px;
} */

.full-width.breadcrumb .breadcrumb{
	padding: 40px 0px;
	background: none;
}
.cursor-pointer{
    cursor: pointer;
}
/*John Reynolds Edits for DearFlip */
/* Make the highlight color red */
 section.linkAnnotation a, a.linkAnnotation, a.customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation{
     background-color: red !important;
}
 .pic-holder {
     text-align: center;
     position: relative;
     border-radius: 50%;
     width: 120px;
     height: 160px;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 10px auto 30px;
}
 .pic-holder .pic {
     /* height: 100%; */
     width: 100%;
     /* -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: center;
     object-position: center; */
     border-radius: 50%;
}
 .pic-holder .upload-file-block, .pic-holder .upload-loader {
     position: absolute;
     bottom: 6px;
     right: 1px;
     height: 30px;
     width: 30px;
     background-color: #ffffff;
     color: #b84900;
     font-size: 7px;
     font-weight: 600;
     opacity: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.2s;
     border-radius: 50px;
     border: solid 1px #b84900;
     box-shadow: 1px 2px 4px #0000004a;
}
 .pic-holder .upload-file-block {
     cursor: pointer;
}
 .uploadProfileInput {
     width: 0px;
     height: 0px;
     position: absolute;
}
/* .pic-holder:hover .upload-file-block, .uploadProfileInput:focus ~ .upload-file-block {
     opacity: 1;
}
 */
 .pic-holder.uploadInProgress .upload-file-block {
     display: none;
}
 .pic-holder.uploadInProgress .upload-loader {
     opacity: 1;
}
/*
promotions page css31jan
*/
.promotions-card{
		margin-bottom: 30px;
		border-radius: 12px;
		overflow: hidden;
	}
	.promotions-content ul li::marker {
    	color: #b84901;
	}
	.promotions-content{
		padding: 20px;
	}
	.promotions-content p{
		font-size: 16px;
	}
	.promotions-content ul li {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.promotions-title {
		background: #f7f7f7;
		padding: 8px 20px;
	}
	.promotions-card h2{
		font-size: 20px;
		margin-bottom: 0;
		font-weight: 500;
		color: #b84901;
	}
	
	.promotions-card em{
		background: #ffffff;
		padding: 3px 11px;
		border-radius: 5px;
		color: #b84901;
	}

.promotions-card h2 span {
    /* font-size: 11px; */
    margin-left: 4px;
    background: #b84901;
    padding: 1px 3px;
    border-radius: 3px;
    color: #fff;
}
.mosha__toast.danger {
    background-color: red !important;
}