:root{
	--purple-1:#dbd8e9;
	--purple-2:#6355a4;
	--purple-3:#56498f;
    --purple-4:#4b407b;
	--purple-5:#544a8c;
	--purple-6:#efe7f1;
	--grey-1:#bcbcbc;
	--grey-2:#f4f4f4;
	--grey-3:#5c5c5c;
	--grey-4:#212529;
	--grey-5:#eaeaea;
	--grey-6:#f1f1f1;
	--orange:#e3871a;
	--orange-2:#faaf5d;
	--orange-3:#f7962c;
	--orange-4:#fef4ea;
	--max-width:980px;
	--green:rgba(0,71,22,0.2);
}

/*Header*/

.header-container{
	max-width:95%;
}

.UtilitySearch{
	margin:0px 15px;
}

.header-search .search-field {
    background: #fff url(images/search-grey.svg) no-repeat;
    background-position: 97% center;
    background-size: 22px 22px;
    padding-left: 10px !important;
    color: var(--grey-3);
    border:0;
    box-shadow: none;
    background-color: var(--grey-5);
    font-size: 14px;
    width: 180px;
    height: 28px;
    padding: 0;
}

.socialIcons ul{
	list-style:none;
	display:flex;
	align-items:center;
	gap:0px 10px;
	margin: 0;
	margin-block-start: 0;
	padding-inline-start: 0;
}

.socialIcons ul li a,
.socialIcons ul li a:visited{
	font-size:0px;
	display:block;
	width:20px;
	height:20px;
	background-color:var(--grey-3);
	-webkit-mask-position: center;
	mask-position: center;
}

.socialIcons li.fb a{
	-webkit-mask-image: url(images/fb-black.svg);
	mask-image: url(images/fb-black.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 7px;
}

.socialIcons li.tw a{
	-webkit-mask-image: url(images/tw-black.svg);
	mask-image: url(images/tw-black.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 15px;
}

.socialIcons li.li a{
	-webkit-mask-image: url(images/linkedin-black.svg);
	mask-image: url(images/linkedin-black.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 14px;
}

.socialIcons li.yt a{
	-webkit-mask-image: url(images/yt-black.svg);
	mask-image: url(images/yt-black.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 16px;
}

.socialIcons li.in a{
	-webkit-mask-image: url(images/insta-black.svg);
	mask-image: url(images/insta-black.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 15px;
}

.socialIcons ul li a:hover,
.socialIcons ul li a:focus{
	background-color:var(--grey-1);
}

.UtilityNavigationList{
	vertical-align:bottom;	
}

@media(min-width:992px){
	
	.nav-auxiliary{
	  font-size: 13px;
	  display:flex;
	  align-items: center;
	}

	.navbar-header > div{
		display:flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	#ste_container_ciMobileSearch{display:none;}

	.nav-auxiliary .nav-aux-account .nav-text{
		font-size: 17px;
		padding-left: 30px;
	}

}

@media(max-width:991px){
	#ste_container_ciSocialIcons{
		display:none;
	}

	.header-logo-container > div{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}

	.header-logo-container {
	    float: none;
	}

	.navbar-toggle .icon-bar {
	    background-color: var(--grey-4);
	    display: block;
	    width: 33px;
	    height: 3px;
	    border-radius: 4px;
	}

	.header-logo-container img{
		max-width:185px;
	}

	.navbar-header {
	    float: none;
	    justify-content: center;
	    max-width: 100%;
	}

	.navbar-header > div{
		display:block;
		width:100%;
		text-align:center;
	}

	#ste_container_ciUtilityNavigation .UtilityNavigationToggle,
	.OnBehalfOf,
	.UtilitySTEToggle {
		display:none;
	}

	#ste_container_ciUtilityNavigation .UtilitySearch{
		display:none;
	}

	#ste_container_ciMobileSearch .UtilityNavigationToggle{
		display:none;
	}

	.header-search .search-field{
		width:100%;
	}

	.UtilitySearch{
		display:block;
		margin:10px 0px;
	}

	#ste_container_ciPhone,
	#ste_container_ciUtilityNavigation{
		display:inline-block;
		vertical-align: bottom;
	}

	.RadMenu .rmText {
	    display: block;
	    padding-bottom: 1px;
	    float: none;
		width:100%;
		text-align:center;
	}

	.RadMenu.RadMenu_Austin .rmText, 
	.RadMenu.RadMenu_Austin .rmHorizontal .rmText, 
	.RadMenu.RadMenu_Austin .rmSlide .rmText {
	    padding: 10px 10px;
	    line-height: 28px;
	}
	
	.RadMenu.RadMenu_Austin .rmToggle, 
	.RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle{
		position:absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0;
	}


}

/*Global*/

#masterContentArea .square-dots ul{
	list-style:none;
}

#masterContentArea .square-dots ul li:before{
	content:'';
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:20px;
	background-color:var(--orange-3);
}

#masterContentArea .square-dots ul li{
	margin:15px 0px;
}

.noDots .carousel-indicators,
.noArrows .carousel-control{
	display:none;
}

.carousel-caption {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: auto;
	top:50%;
	transform:translateY(-50%);
    z-index: 10;
    padding:20px;
    color: #fff;
    text-align: left;
    text-shadow: none;
	font-size:27px;
	background-color:rgba(0,0,0,0.35);
	max-width:300px;
	line-height:1.4em;
}


#masterContentArea{
   margin:0;
   max-width:100%;
   padding:0;
   margin-bottom: 30px;
}

#masterContentArea .row{
   max-width:var(--max-width);
   margin:0px auto;
}

#masterContentArea .iMIS-WebPart > .ContentItemContainer, 
#masterContentArea .WebPartZone > .ContentItemContainer{
   margin:0;
}

#masterContentArea .row.full{
	max-width:100%;
}

#masterContentArea .row.full > *{
	padding:0;
}

#masterContentArea .row.full .panel-body, 
#masterContentArea .row.full .PanelBody {
    padding: 0px;
}

#masterContentArea .row.full .panel, 
#masterContentArea .row.full .StandardPanel {
    border: 0px;
}



.CTA a,
.CTA a:visited{
	display:flex;
	flex-direction: column;
	text-align:center;
	height:200px;
	max-width:250px;
	width:100%;
	margin:0px auto 20px auto;
	background:#fff;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0,0,0,0.1) 0px 2px 6px 0px;
	text-decoration:none;
	color:var(--grey-4);
	font-size:17px;
}

.CTA a img{
	display:block;
	margin:0px auto;
}

.CTA.orange a{
	background-color:var(--orange);
}

.CTA.grey a{
	background-color: var(--grey-3);
	color: #fff;
}

.CTA.purple a{
	background-color:var(--purple-3);
	color: #fff;
}

.CTA a:hover,
.CTA a:focus,
.CTA a:active{
	background-color:var(--grey-4);
	color:#fff;
}

.rowWrapper.purple{
	background-color:var(--purple-6);
}

.rowWrapper.orange{
	background-color:var(--orange-4);
}

.rowWrapper.green{
	background-color:var(--green);
}

.rowWrapper.grey{
	background-color:var(--grey-6);
}

/*Homepage*/

.Wrapper-HomePage #masterContentArea{
	background-color:var(--grey-2);
	margin:0;
}

.Wrapper-HomePage #masterMainBreadcrumb{
	display:none;
}

.jobs .image,
.jobsLogo .logo{
	display:block;
	width:100%;
	height:150px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom: 20px;
}

.jobs .card-body {
    padding: 15px;
}

.jobsDesc h3{
	margin-bottom:10px;
	margin-top: 40px;
}

.jobsDesc td{
	display:block;
}

.jobsDesc p {
	margin-bottom: 1.5em;
}

.jobsDesc td p {
	margin-bottom: 1.5em;
}

.jobTags .tags{
	display:block;
	padding: 15px 0px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 40px;
	text-transform: lowercase;
	color: rgb(153, 153, 153);
	font-size: 14px;
	letter-spacing: 1px;
}

.jobTags .panel-body, 
.jobTags .PanelBody {
    padding: 0px;
}

.jobTags .title{
	color:#333;
	text-transform:uppercase;
	font-weight:700;
	
	margin-right:10px;
}

.ContentBorder{
	border-color:rgba(158,205,202,0.5);
	border-width:2px;
}
/* ==========================================================================
   ACMHN CUSTOM STYLESHEET v2
   Paste below existing Content Buddy code in Rise Custom CSS field.
   Last updated: March 2026

   APPROACH: Colours set only through component classes, never broadly.
   All rules scoped to avoid touching iMIS nav/header/system UI.
   No angle bracket characters (Rise rejects them).
   ========================================================================== */

/* --- Brand tokens --- */
:root {
  --green:         #004716;
  --green-dark:    #003410;
  --green-light:   #f0f7f0;
  --purple:        #563D82;
  --purple-dark:   #4a3370;
  --purple-light:  #f3f0f8;
  --orange:        #FF8500;
  --orange-dark:   #e67700;
  --orange-light:  #fff5e6;
  --grey-bg:       #F7F7F7;
  --grey-border:   #e0e0e0;
  --text:          #333333;
  --text-muted:    #555555;
  --text-light:    #666666;
  --white:         #ffffff;
}

/* --- Font family only — no colour, no size ---
   Scoped to content area to avoid touching iMIS nav */
#masterContentArea h1,
#masterContentArea h2,
#masterContentArea h3,
#masterContentArea h4,
#masterContentArea h5,
#masterContentArea h6 {
  font-family: 'Montserrat', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

#masterContentArea p,
#masterContentArea li,
#masterContentArea td {
  font-family: 'Open Sans', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* ==========================================================================
   LAYOUT UTILITIES
   ========================================================================== */

.acmhn-full-width {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.acmhn-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}

/* ==========================================================================
   SECTION WRAPPERS
   Pages alternate: hero > white > grey > white > grey
   Green reserved for final CTA sections
   ========================================================================== */

.acmhn-section-white {
  background: var(--white);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.acmhn-section-grey {
  background: var(--grey-bg);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.acmhn-section-green {
  background: linear-gradient(135deg, var(--green) 0%, #005a1d 100%);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.acmhn-section-white .acmhn-container,
.acmhn-section-grey .acmhn-container,
.acmhn-section-green .acmhn-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Section header — centred title + supporting text */
.acmhn-section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.acmhn-section-header h2 {
  color: #004716;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 1.5rem;
}

.acmhn-section-supporting {
  font-size: 1.1rem;
  color: #555555;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Text colours on green background */
.acmhn-section-green .acmhn-section-header h2,
.acmhn-section-green h1,
.acmhn-section-green h2,
.acmhn-section-green h3,
.acmhn-section-green p,
.acmhn-section-green span {
  color: #ffffff;
}

/* ==========================================================================
   HOMEPAGE HERO
   ========================================================================== */

.acmhn-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

.acmhn-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 71, 22, 0.90) 0%, rgba(0, 90, 29, 0.93) 100%),
    radial-gradient(circle at 20% 30%, rgba(255, 133, 0, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(86, 61, 130, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.acmhn-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 0 2rem;
  margin: 0 auto;
}

.acmhn-hero-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

.acmhn-hero-supporting {
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: rgba(255, 255, 255, 0.98);
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto 2.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Trust stats bar */
.acmhn-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 3rem auto;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 800px;
}

.acmhn-trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.acmhn-trust-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #FF8500;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.acmhn-trust-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.acmhn-trust-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
}

/* CTA button row */
.acmhn-cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

/* ==========================================================================
   INTERIOR PAGE HERO
   Used on all non-homepage pages
   ========================================================================== */

.acmhn-interior-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(135deg, rgba(0, 71, 22, 0.97) 0%, rgba(0, 90, 29, 0.98) 100%);
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;
}

.acmhn-interior-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 133, 0, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(86, 61, 130, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.acmhn-interior-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.acmhn-interior-hero-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #FF8500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.acmhn-interior-hero-content h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.acmhn-interior-hero-content p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto;
  line-height: 1.7;
  max-width: 650px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   BUTTONS
   Orange = primary CTA everywhere on main site
   Ghost/outline = secondary
   CMHN gold buttons defined separately below
   ========================================================================== */

.acmhn-btn {
  padding: 16px 36px;
  font-family: 'Montserrat', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.acmhn-btn-primary {
  background: var(--orange);
  color: #1a1a1a;
  box-shadow: 0 4px 14px rgba(255, 133, 0, 0.25);
  font-weight: 700;
}

.acmhn-btn-primary:hover {
  background: var(--orange-dark);
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 133, 0, 0.4);
  text-decoration: none;
}

.acmhn-btn-primary:visited { color: #1a1a1a; }

/* Ghost — for use on dark/green backgrounds */
.acmhn-btn-secondary {
  background: #FF8500;
  color: #1a1a1a;
  border: 2px solid #FF8500;
  font-weight: 700;
}

.acmhn-btn-secondary:hover {
  background: #e07600;
  color: #1a1a1a;
  border-color: #e07600;
  transform: translateY(-2px);
  text-decoration: none;
}

.acmhn-btn-secondary:visited { color: #1a1a1a; }



/* Ghost — for use on light/white backgrounds */
.acmhn-btn-outline {
  background: transparent;
  color: #004716;
  border: 2px solid #004716;
}

.acmhn-btn-outline:hover {
  background: var(--green);
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Orange hover to purple — endorsed/partner pages only */
.acmhn-btn-orange-purple {
  background: var(--orange);
  color: #ffffff;
  border-radius: 4px;
  padding: 14px 30px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s ease;
}

.acmhn-btn-orange-purple:hover {
  background: var(--purple);
  color: #ffffff;
  text-decoration: none;
}

/* ==========================================================================
   CARDS
   ========================================================================== */

.acmhn-card {
  background: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.acmhn-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: #563D82;
}

.acmhn-card h3 {
  color: #004716;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.acmhn-card p {
  color: #555555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.acmhn-card-icon {
  width: 80px;
  height: 80px;
  stroke: var(--purple);
  fill: none;
  stroke-width: 2;
  margin-bottom: 1.5rem;
}

.acmhn-card-link {
  color: #B35A00;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.acmhn-card-link:hover {
  color: var(--orange-dark);
  gap: 0.75rem;
}

/* Featured card — conference, highlighted content */
.acmhn-card-featured,
.acmhn-event-card.acmhn-card-featured {
  border: 3px solid #FF8500 !important;
  background: linear-gradient(to bottom, #fff9f0 0%, #ffffff 100%);
  box-shadow: 0 8px 24px rgba(255, 133, 0, 0.2);
  position: relative;
}

.acmhn-card-featured:hover,
.acmhn-event-card.acmhn-card-featured:hover {
  border-color: #FF8500 !important;
  box-shadow: 0 16px 40px rgba(255, 133, 0, 0.3);
}

.acmhn-featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #563D82 0%, #004716 100%);
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

/* ==========================================================================
   GRIDS
   ========================================================================== */

.acmhn-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.acmhn-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.acmhn-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

/* ==========================================================================
   RECOGNITION / ICON CIRCLES
   ========================================================================== */

.acmhn-recognition-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
}

.acmhn-recognition-item:hover { transform: translateY(-4px); }

.acmhn-icon-circle {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #F8F7FA 0%, var(--white) 100%);
  border: 2px solid #563D82;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(86, 61, 130, 0.15);
}

.acmhn-recognition-item:hover .acmhn-icon-circle {
  background: linear-gradient(135deg, var(--purple) 0%, #6B4D9E 100%);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(86, 61, 130, 0.3);
}

.acmhn-recognition-item:hover .acmhn-icon-circle svg {
  stroke: var(--white);
}

.acmhn-recognition-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 1.1rem;
}

.acmhn-recognition-subtext {
  font-size: 0.85rem;
  color: #666666;
  font-weight: 500;
}

/* ==========================================================================
   EVENT CARDS
   ========================================================================== */

.acmhn-event-card {
  background: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.acmhn-event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: #563D82;
}

.acmhn-event-image {
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.acmhn-event-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(86, 61, 130, 0.5) 0%, rgba(0, 71, 22, 0.5) 100%);
}

.acmhn-event-date {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--purple);
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.acmhn-event-content {
  padding: 2rem;
}

.acmhn-event-content h3 {
  font-family: 'Montserrat', sans-serif;
  color: #004716;
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
}

.acmhn-event-location {
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.acmhn-event-description {
  color: #555555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* ==========================================================================
   CALLOUT BOXES
   ========================================================================== */

.acmhn-callout {
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 4px;
  border-left: 4px solid;
}

.acmhn-callout-green  { background: var(--green-light);  border-color: #004716; }
.acmhn-callout-purple { background: var(--purple-light); border-color: #563D82; }
.acmhn-callout-orange { background: var(--orange-light); border-color: #FF8500; }

/* ==========================================================================
   PEOPLE PAGES — Team, Board, Committees
   ========================================================================== */

.acmhn-page-header {
  text-align: center;
  margin-bottom: 60px;
  padding: 40px 0;
}

.acmhn-page-label {
  font-size: 0.9rem;
  color: #FF8500;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.acmhn-page-header h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #004716;
  margin-bottom: 15px;
  font-weight: 700;
}

.acmhn-page-header p {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #563D82;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.acmhn-people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}

.acmhn-person-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 71, 22, 0.1);
  border: 1px solid #e0e0e0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
  animation: acmhnFadeInUp 0.6s ease-out forwards;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.acmhn-person-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 71, 22, 0.15);
  border-color: #004716;
}

.acmhn-person-card:nth-child(1) { animation-delay: 0.1s; }
.acmhn-person-card:nth-child(2) { animation-delay: 0.2s; }
.acmhn-person-card:nth-child(3) { animation-delay: 0.3s; }
.acmhn-person-card:nth-child(4) { animation-delay: 0.4s; }
.acmhn-person-card:nth-child(5) { animation-delay: 0.5s; }
.acmhn-person-card:nth-child(6) { animation-delay: 0.6s; }
.acmhn-person-card:nth-child(7) { animation-delay: 0.7s; }
.acmhn-person-card:nth-child(8) { animation-delay: 0.8s; }
.acmhn-person-card:nth-child(9) { animation-delay: 0.9s; }

@keyframes acmhnFadeInUp {
  to { opacity: 1; transform: translateY(0); }
}

.acmhn-person-photo {
  width: 100%;
  height: 320px;
  background: #f8fafc;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #004716;
}

.acmhn-person-photo img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center 15%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
}

.acmhn-person-card:hover .acmhn-person-photo img {
  transform: scale(1.05);
}

.acmhn-person-initials {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--green) 0%, var(--purple) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
}

.acmhn-person-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 71, 22, 0.95);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 3;
  backdrop-filter: blur(10px);
}

.acmhn-person-badge.president    { background: rgba(255, 133, 0, 0.95); }
.acmhn-person-badge.vice-president,
.acmhn-person-badge.deputy,
.acmhn-person-badge.vice-chair   { background: rgba(86, 61, 130, 0.95); }

.acmhn-person-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.acmhn-person-name {
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 700;
  color: #004716;
  margin-bottom: 6px;
  line-height: 1.2;
}

.acmhn-person-credentials {
  font-size: 0.9rem;
  color: #FF8500;
  font-weight: 500;
  margin-bottom: 6px;
}

.acmhn-person-role {
  color: #563D82;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.3;
}

.acmhn-person-bio {
  color: #475569;
  line-height: 1.7;
  font-size: 1rem;
  flex: 1;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.acmhn-person-bio.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.acmhn-person-bio.truncated::after {
  content: "Read more...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, transparent, var(--white) 20%);
  color: #004716;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 2px 8px 2px 30px;
}

.acmhn-person-bio.truncated:hover::after { color: #FF8500; }
.acmhn-person-bio.expanded { display: block; }
.acmhn-person-bio.expanded::after { display: none; }

.acmhn-person-facts {
  background: #f8fffe;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 4px solid var(--orange);
}

.acmhn-person-facts-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #004716;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.acmhn-person-facts-content {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
}

.acmhn-person-contact {
  display: flex;
  gap: 12px;
  margin-top: auto;
}

.acmhn-contact-btn {
  flex: 1;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px solid transparent;
}

.acmhn-contact-btn.email {
  background: var(--green);
  color: #ffffff;
  border-color: #004716;
}
.acmhn-contact-btn.email:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  color: #ffffff;
}

.acmhn-contact-btn.linkedin {
  background: var(--purple);
  color: #ffffff;
  border-color: #563D82;
}
.acmhn-contact-btn.linkedin:hover {
  background: var(--purple-dark);
  transform: translateY(-2px);
  color: #ffffff;
}

.acmhn-contact-btn.orcid {
  background: #A6CE39;
  color: #ffffff;
  border-color: #A6CE39;
}
.acmhn-contact-btn.orcid:hover {
  background: #94b832;
  transform: translateY(-2px);
  color: #ffffff;
}

/* Committee extras */
.acmhn-section-intro {
  background: var(--white);
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 32px;
  box-shadow: 0 4px 20px rgba(0, 71, 22, 0.1);
  border: 2px solid #004716;
}

.acmhn-section-intro h2 { color: #004716; font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 16px; }
.acmhn-section-intro p  { color: #475569; font-size: 1rem; line-height: 1.8; }

.acmhn-vision-box {
  background: var(--white);
  padding: 32px;
  border-radius: 16px;
  border: 2px solid #FF8500;
  margin-bottom: 32px;
  box-shadow: 0 4px 20px rgba(0, 71, 22, 0.1);
}

.acmhn-vision-box h3 { color: #004716; font-size: 1rem; margin-bottom: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.acmhn-vision-box p  { color: #475569; font-size: 1rem; line-height: 1.9; }

/* ==========================================================================
   HOMEPAGE BLOCKS 2 & 3 — Credentialing, Membership, Branches, Advocacy, FAQ, CTA
   ========================================================================== */

/* Split container heading and text colours */
.acmhn-split-container h2,
.acmhn-split-wide h2 {
  color: #004716;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 1.5rem;
}

.acmhn-split-container h4,
.acmhn-split-wide h4 {
  color: #004716;
  font-size: 1.2rem;
  margin: 0;
}

.acmhn-benefit-item h4 {
  color: #004716;
  font-size: 1.2rem;
  margin: 0;
}

.acmhn-checklist li,
.acmhn-benefit-list li {
  font-size: 1rem;
  color: #333333;
}

.acmhn-trust-quote {
  font-style: italic;
  color: #555555;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Section green heading override */
.acmhn-section-green h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 1.5rem;
}

/* Two-column layout */
.acmhn-split-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.acmhn-split-wide {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 5rem;
  align-items: center;
}

/* Checklist */
.acmhn-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
}

.acmhn-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  color: #333333;
}

.acmhn-check {
  color: #FF8500;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Visual panel — image or logo side of split */
.acmhn-visual-panel {
  background: #F8F7FA;
  border-radius: 16px;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acmhn-visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.acmhn-membership-panel {
  background: #F8F7FA;
  border-radius: 16px;
  padding: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.acmhn-trust-quote {
  font-style: italic;
  color: #555555;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Branches grid */
.acmhn-branches-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.acmhn-branch-badge {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.acmhn-branch-badge:hover {
  background: var(--orange);
  border-color: #FF8500;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(255, 133, 0, 0.3);
  color: #ffffff;
  text-decoration: none;
}

/* Benefits grid */
.acmhn-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.acmhn-benefit-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.acmhn-benefit-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.acmhn-benefit-icon {
  width: 50px;
  height: 50px;
  stroke: var(--purple);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.acmhn-benefit-item h4 { color: #004716; font-size: 1.2rem; margin: 0; }

.acmhn-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.acmhn-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #555555;
}

/* FAQ */
.acmhn-faq-item {
  background: #FAFAFA;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.acmhn-faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #563D82;
}

.acmhn-faq-item h3 {
  color: #004716;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.acmhn-faq-item h3::before {
  content: "Q:";
  color: #FF8500;
  font-weight: 800;
  flex-shrink: 0;
}

.acmhn-faq-item p {
  color: #555555;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 2rem;
}

/* Final CTA section */
.acmhn-final-cta-benefits {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin: 3rem 0;
  flex-wrap: wrap;
}

.acmhn-final-cta-benefit {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

/* ==========================================================================
   FLAT HERO — submissions, endorsed events, simple pages
   ========================================================================== */

.acmhn-hero-flat {
  background: var(--green);
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  width: 100%;
}

.acmhn-hero-flat h1,
.acmhn-hero-flat h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.acmhn-hero-flat p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

/* ==========================================================================
   CONTENT BANDS — submissions, general content pages
   ========================================================================== */

.acmhn-band-grey {
  background: var(--grey-bg);
  padding: 40px 20px;
  text-align: center;
}

.acmhn-band-grey p {
  max-width: 800px;
  margin: 0 auto 16px;
  font-size: 1.05rem;
  color: #333333;
  line-height: 1.7;
}

.acmhn-band-white {
  background: var(--white);
  padding: 40px 20px;
}

.acmhn-band-white h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #004716;
  margin: 0 0 20px;
}

/* Submission list */
.acmhn-submission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.acmhn-submission-list li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  margin: 0;
}

.acmhn-submission-list li:first-child { border-top: 1px solid #e0e0e0; }

.acmhn-submission-list a {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  text-decoration: none;
  color: #333333;
  font-size: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.acmhn-submission-list a:hover {
  background: var(--grey-bg);
  color: #004716;
  text-decoration: none;
}

.acmhn-submission-list a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF8500'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm4 18H6V4h7v5h5v11zm-4-8v4l-2-2-2 2v-4H8l4-4 4 4h-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.acmhn-submission-year {
  margin-left: auto;
  font-size: 0.85rem;
  color: #888;
  padding-left: 15px;
  white-space: nowrap;
}

/* Archive grid */
.acmhn-band-archive {
  background: #f9f9f9;
  padding: 40px 20px 50px;
  border-top: 3px solid #e0e0e0;
}

.acmhn-band-archive h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #004716;
  margin: 0 0 8px;
}

.acmhn-archive-desc {
  font-size: 0.95rem;
  color: #666;
  margin: 0 0 24px;
}

.acmhn-archive-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.acmhn-archive-grid li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333333;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.acmhn-archive-grid li a:hover {
  border-color: #004716;
  color: #004716;
  background: #f0f7f2;
  text-decoration: none;
}

/* ==========================================================================
   ENDORSED EVENTS TAGGED CONTENT
   ========================================================================== */

.acmhn-events-grid-item {
  display: inline-block !important;
  width: calc(25% - 16px) !important;
  vertical-align: top !important;
  margin: 0 8px 20px 8px !important;
}

.acmhn-events-grid-item .event-card {
  background: var(--white) !important;
  border: 1px solid #e0e0e0 !important;
  border-top: 3px solid var(--green) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.acmhn-events-grid-item .event-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 71, 22, 0.15) !important;
  border-top-color: #FF8500 !important;
}

.acmhn-events-grid-item .event-image-wrapper {
  width: 100% !important;
  height: 180px !important;
  display: block !important;
  background: linear-gradient(135deg, var(--green) 0%, var(--purple) 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

.acmhn-events-grid-item .event-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  max-width: 100% !important;
}

.acmhn-events-grid-item .event-card-content {
  padding: 22px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.acmhn-events-grid-item .event-title { font-size: 1.1rem !important; font-weight: 700 !important; margin: 0 0 14px !important; line-height: 1.4 !important; min-height: 2.8em !important; }
.acmhn-events-grid-item .event-title a { color: #004716 !important; text-decoration: none !important; font-weight: 700 !important; }
.acmhn-events-grid-item .event-title a:hover { color: #FF8500 !important; text-decoration: none !important; }
.acmhn-events-grid-item .event-date { font-size: 0.9rem !important; color: #555 !important; margin: 0 0 14px !important; padding-bottom: 14px !important; border-bottom: 2px solid var(--orange) !important; }
.acmhn-events-grid-item .event-date strong { color: #004716 !important; font-weight: 700 !important; }
.acmhn-events-grid-item .event-description { font-size: 0.95rem !important; color: #666 !important; line-height: 1.7 !important; margin: 0 0 18px !important; flex-grow: 1 !important; }
.acmhn-events-grid-item .event-cta { margin-top: auto !important; padding-top: 10px !important; }

.acmhn-events-grid-item .btn-learn-more,
.acmhn-events-grid-item .btn-learn-more a {
  display: inline-block !important;
  padding: 12px 24px !important;
  background-color: var(--orange) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  transition: all 0.3s ease !important;
  border: 2px solid #FF8500 !important;
}

.acmhn-events-grid-item .btn-learn-more:hover,
.acmhn-events-grid-item .btn-learn-more a:hover {
  background-color: var(--purple) !important;
  border-color: #563D82 !important;
  text-decoration: none !important;
  transform: translateX(4px) !important;
  color: #ffffff !important;
}

/* ==========================================================================
   MEMBERS AREA
   ========================================================================== */

.acmhn-members-container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 2rem 20px !important;
  background: #f8f9fa !important;
}

.acmhn-members-welcome {
  text-align: center !important;
  color: #666 !important;
  margin: 0 0 2rem !important;
  font-size: 1.05rem !important;
}

.acmhn-members-badge {
  display: inline-block !important;
  background: var(--purple) !important;
  color: #ffffff !important;
  padding: 0.5rem 1rem !important;
  border-radius: 20px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  margin: 1rem 0 0 !important;
}

.acmhn-members-nav-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.5rem !important;
  margin: 2rem 0 !important;
}

.acmhn-members-nav-btn {
  background: var(--white) !important;
  border: none !important;
  border-left: 4px solid var(--green) !important;
  border-radius: 12px !important;
  padding: 2rem 1.5rem !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #333333 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  display: block !important;
}

.acmhn-members-nav-btn:hover {
  background: var(--green) !important;
  color: #ffffff !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  text-decoration: none !important;
}

.acmhn-members-nav-btn h3 { margin: 0 0 0.75rem !important; font-size: 1.05rem !important; color: #004716 !important; font-weight: 600 !important; }
.acmhn-members-nav-btn:hover h3 { color: #ffffff !important; }
.acmhn-members-nav-btn p { margin: 0 !important; font-size: 0.9rem !important; color: #666 !important; }
.acmhn-members-nav-btn:hover p { color: rgba(255, 255, 255, 0.9) !important; }

.acmhn-members-section {
  background: var(--white) !important;
  border-radius: 12px !important;
  padding: 2rem !important;
  margin: 2rem 0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.acmhn-members-section h2 {
  color: #004716 !important;
  margin: 0 0 1rem !important;
  border-bottom: 3px solid var(--purple) !important;
  padding: 0 0 0.75rem !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
}

.acmhn-members-section > p { color: #666 !important; font-size: 1.05rem !important; margin: 0 0 1.5rem !important; }

.acmhn-recordings-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 20px !important;
  margin: 20px 0 0 !important;
}

.acmhn-recording-card {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 20px !important;
  background: #f9f9f9 !important;
}

.acmhn-recording-card h4 { margin: 0 0 10px !important; color: #333333 !important; font-size: 1rem !important; font-weight: 600 !important; line-height: 1.4 !important; }
.acmhn-recording-card p { margin: 4px 0 !important; font-size: 0.9rem !important; color: #666 !important; }
.acmhn-recording-card strong { color: #333333 !important; font-weight: 600 !important; }

.acmhn-recording-card a {
  display: inline-block !important;
  margin: 10px 0 0 !important;
  padding: 8px 15px !important;
  background: var(--green) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  transition: background 0.2s ease !important;
}

.acmhn-recording-card a:hover { background: #006622 !important; color: var(--white) !important; }

.acmhn-password-note {
  background: #fff3cd !important;
  border-left: 4px solid #ffc107 !important;
  padding: 0.75rem 1rem !important;
  margin: 0.5rem 0 0 !important;
  border-radius: 4px !important;
  color: #856404 !important;
  font-size: 0.85rem !important;
}

.acmhn-members-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 1rem 2rem !important;
  background: var(--green) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 10px rgba(0, 71, 22, 0.2) !important;
  border: none !important;
  margin: 1.5rem 0 0 !important;
}

.acmhn-members-btn:hover {
  background: #006622 !important;
  transform: translateY(-2px) !important;
  color: #ffffff !important;
}

.acmhn-members-btn-center { text-align: center !important; margin: 1.5rem 0 0 !important; }

/* ==========================================================================
   CMHN CREDENTIALING PAGES
   Separate brand: dark green #065202, gold #d4af37
   ========================================================================== */

:root {
  --cmhn-green:      #065202;
  --cmhn-green-dark: #054401;
  --cmhn-green-mid:  #087f04;
  --cmhn-gold:       #d4af37;
  --cmhn-gold-light: #f4d03f;
  --cmhn-gold-dark:  #c19b2e;
  --cmhn-shadow:     rgba(6, 82, 2, 0.08);
  --cmhn-font:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.acmhn-cred-page { font-family: var(--cmhn-font); color: var(--cmhn-green); line-height: 1.7; }
.acmhn-cred-container { max-width: 900px; margin: 0 auto; padding: 40px 30px; }

.acmhn-cred-hero {
  text-align: center;
  padding: 80px 40px;
  margin-bottom: 0;
  background: #065202;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.acmhn-cred-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.acmhn-cred-hero h1 { font-family: var(--cmhn-font); font-size: clamp(28px, 4vw, 42px); font-weight: 700; color: #ffffff; letter-spacing: -0.02em; position: relative; z-index: 2; margin-bottom: 16px; }
.acmhn-cred-hero h2 { font-family: var(--cmhn-font); font-size: clamp(19px, 2.5vw, 24px); font-weight: 600; color: #ffffff; position: relative; z-index: 2; margin-bottom: 20px; }
.acmhn-cred-hero p  { font-size: 16px; color: rgba(255, 255, 255, 0.9); line-height: 1.7; max-width: 650px; margin: 0 auto; position: relative; z-index: 2; }

.acmhn-cred-alert { border: none; border-radius: 16px; padding: 28px; margin-bottom: 24px; position: relative; overflow: hidden; font-family: var(--cmhn-font); }
.acmhn-cred-alert-gold { background: linear-gradient(135deg, #065202 0%, #087f04 100%); box-shadow: 0 16px 40px rgba(6, 82, 2, 0.25); color: #ffffff; }
.acmhn-cred-alert-green { background: linear-gradient(135deg, var(--cmhn-green) 0%, var(--cmhn-green-mid) 100%); box-shadow: 0 16px 40px rgba(6, 82, 2, 0.25); color: #ffffff; }
.acmhn-cred-alert-title { font-weight: 700; font-size: 1.16px; display: block; margin-bottom: 10px; color: #ffffff; position: relative; z-index: 1; }
.acmhn-cred-alert-body { font-size: 16px; line-height: 1.7; position: relative; z-index: 1; }
.acmhn-cred-alert a { color: #ffffff; text-decoration: underline; font-weight: 600; }

.acmhn-cred-icon-info { display: inline-block; width: 22px; height: 22px; margin-right: 8px; vertical-align: middle; background: #ffffff; border-radius: 50%; position: relative; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
.acmhn-cred-icon-info::before { content: 'i'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--cmhn-gold); font-weight: 700; font-style: italic; font-size: 13px; }

.acmhn-cred-card { background: #ffffff; border-radius: 16px; padding: 40px; margin-bottom: 32px; box-shadow: 0 4px 16px rgba(6,82,2,0.08); border-left: 6px solid var(--cmhn-gold); font-family: var(--cmhn-font); color: var(--cmhn-green); width: 100%; box-sizing: border-box; }
.acmhn-cred-card-title { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: var(--cmhn-green); margin: 0 0 28px; position: relative; line-height: 1.2; }
.acmhn-cred-card-title::after { content: ''; position: absolute; left: 0; bottom: -10px; width: 60px; height: 3px; background: var(--cmhn-gold); border-radius: 2px; }

.acmhn-cred-block { margin-bottom: 32px; }
.acmhn-cred-block:last-child { margin-bottom: 0; }
.acmhn-cred-block-title { font-size: 19px; font-weight: 600; color: var(--cmhn-green); margin: 0 0 14px; font-style: italic; }
.acmhn-cred-subheading { font-size: 1.16px; font-weight: 700; color: var(--cmhn-green); margin: 28px 0 14px; padding-bottom: 8px; border-bottom: 2px solid rgba(212, 175, 55, 0.3); }

.acmhn-cred-list { list-style: none; padding: 0 0 0 20px; margin: 0; }
.acmhn-cred-list li { margin-bottom: 14px; font-size: 16px; line-height: 1.6; color: var(--cmhn-green); }
.acmhn-cred-list-row { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 14px; }
.acmhn-cred-list-text { flex: 1; padding-top: 2px; }
.acmhn-cred-sub-list { list-style: none; padding: 0 0 0 20px; margin: 10px 0 0; }
.acmhn-cred-sub-list li { margin-bottom: 8px; font-size: 15px; color: var(--cmhn-green); line-height: 1.6; }

.acmhn-cred-requirement { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; padding: 16px; background: rgba(6, 82, 2, 0.02); border-radius: 8px; border-left: 3px solid #28a745; }
.acmhn-cred-requirement:last-child { margin-bottom: 0; }
.acmhn-cred-check { color: #28a745; font-size: 18px; font-weight: 700; margin-top: 2px; flex-shrink: 0; }
.acmhn-cred-req-body { flex: 1; }
.acmhn-cred-req-row { display: flex; align-items: flex-start; gap: 20px; width: 100%; }
.acmhn-cred-req-text { font-size: 16px; line-height: 1.6; margin: 0; flex: 1; }
.acmhn-cred-req-btn { flex-shrink: 0; }
.acmhn-cred-highlight { background: rgba(212, 175, 55, 0.2); padding: 1px 6px; border-radius: 4px; font-weight: 600; }

.acmhn-cred-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border: none; border-radius: 6px; font-family: var(--cmhn-font); font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; white-space: nowrap; min-height: 36px; }
.acmhn-cred-btn-download { background: var(--cmhn-gold); color: #ffffff; box-shadow: 0 3px 8px rgba(212, 175, 55, 0.3); }
.acmhn-cred-btn-download:hover { background: var(--cmhn-gold-dark); transform: translateY(-1px); color: #ffffff; }
.acmhn-cred-btn-outline { background: #ffffff; color: var(--cmhn-green); border: 2px solid var(--cmhn-green); }
.acmhn-cred-btn-outline:hover { background: var(--cmhn-green); color: #ffffff; transform: translateY(-1px); }
.acmhn-cred-btn-special { background: #ffffff; color: var(--cmhn-green); border: 2px solid var(--cmhn-gold); box-shadow: 0 3px 8px rgba(212, 175, 55, 0.2); }
.acmhn-cred-btn-special:hover { background: var(--cmhn-gold); color: #ffffff; transform: translateY(-1px); }
.acmhn-cred-btn-green { background: var(--cmhn-green); color: #ffffff; }
.acmhn-cred-btn-green:hover { background: var(--cmhn-green-dark); transform: translateY(-1px); color: #ffffff; }

.acmhn-cred-tip { background: #044001; color: #ffffff; padding: 20px; border-radius: 12px; margin-top: 20px; font-family: var(--cmhn-font); }
.acmhn-cred-tip-title { font-weight: 700; margin-bottom: 8px; font-size: 15px; }
.acmhn-cred-tip-body { font-size: 14px; line-height: 1.5; }
.acmhn-cred-note-center { background: rgba(212, 175, 55, 0.1); border: 2px solid rgba(212, 175, 55, 0.3); color: var(--cmhn-green); padding: 14px 16px; border-radius: 8px; margin-top: 16px; font-weight: 600; text-align: center; font-size: 15px; }
.acmhn-cred-note { background: rgba(212, 175, 55, 0.1); border: 2px solid rgba(212, 175, 55, 0.3); color: var(--cmhn-green); padding: 16px; border-radius: 8px; margin-top: 20px; font-weight: 600; font-size: 15px; line-height: 1.6; }
.acmhn-cred-note-processing { background: rgba(6, 82, 2, 0.05); border: 2px solid rgba(6, 82, 2, 0.15); color: var(--cmhn-green); padding: 18px; border-radius: 12px; margin-top: 24px; text-align: center; font-size: 15px; line-height: 1.5; }

.acmhn-cred-fees-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 28px; }
.acmhn-cred-fee-card { background: rgba(6, 82, 2, 0.02); border-radius: 12px; padding: 24px; border: 2px solid transparent; transition: all 0.3s ease; position: relative; overflow: hidden; font-family: var(--cmhn-font); }
.acmhn-cred-fee-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(6, 82, 2, 0.1); }
.acmhn-cred-fee-card.member { border-color: var(--cmhn-gold); background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0.02) 100%); }
.acmhn-cred-fee-card.member::before { content: 'RECOMMENDED'; position: absolute; top: 12px; right: -35px; background: var(--cmhn-gold); color: #ffffff; padding: 4px 40px; font-size: 11px; font-weight: 700; transform: rotate(35deg); letter-spacing: 1px; z-index: 1; }
.acmhn-cred-fee-card.non-member { border-color: rgba(6, 82, 2, 0.2); }
.acmhn-cred-fee-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 2px solid rgba(212, 175, 55, 0.2); }
.acmhn-cred-fee-type { font-size: 19px; font-weight: 700; color: var(--cmhn-green); margin: 0; }
.acmhn-cred-fee-amount { font-size: 28px; font-weight: 700; color: var(--cmhn-gold); background: rgba(212, 175, 55, 0.1); padding: 6px 14px; border-radius: 8px; border: 2px solid rgba(212, 175, 55, 0.3); position: relative; z-index: 2; }
.acmhn-cred-fee-desc { font-size: 15px; line-height: 1.6; color: var(--cmhn-green); margin: 0 0 18px; opacity: 0.9; }
.acmhn-cred-savings { display: inline-block; background: linear-gradient(135deg, #28a745 0%, #34ce57 100%); color: #ffffff; padding: 5px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 8px; }

.acmhn-cred-step { background: #ffffff; border-radius: 16px; padding: 40px; margin-bottom: 32px; box-shadow: 0 4px 16px rgba(6,82,2,0.08); border-left: 6px solid var(--cmhn-gold); font-family: var(--cmhn-font); width: 100%; box-sizing: border-box; }
.acmhn-cred-step-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid rgba(212, 175, 55, 0.2); }
.acmhn-cred-step-number { background: var(--cmhn-gold); color: #ffffff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; flex-shrink: 0; }
.acmhn-cred-step-title { font-size: clamp(20px, 2.5vw, 25px); font-weight: 700; color: var(--cmhn-green); margin: 0; }

.acmhn-cred-intro-banner { background: #065202; color: #ffffff; padding: 32px; border-radius: 16px; margin-bottom: 40px; text-align: center; box-shadow: 0 8px 25px rgba(6, 82, 2, 0.15); font-family: var(--cmhn-font); font-size: 1.16px; font-weight: 500; line-height: 1.6; }

.acmhn-cred-section { background: #ffffff; border-radius: 16px; padding: 32px; margin-bottom: 32px; box-shadow: 0 8px 25px var(--cmhn-shadow); border-left: 6px solid var(--cmhn-gold); font-family: var(--cmhn-font); }
.acmhn-cred-section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid rgba(212, 175, 55, 0.2); }
.acmhn-cred-section-header.centered { justify-content: center; }
.acmhn-cred-section-title { font-size: clamp(20px, 2.5vw, 25px); font-weight: 700; color: var(--cmhn-green); margin: 0; }
.acmhn-cred-section-content { font-size: 16px; line-height: 1.6; color: var(--cmhn-green); }
.acmhn-cred-section-content p { margin: 0 0 16px; }
.acmhn-cred-section-content p:last-child { margin-bottom: 0; }

.acmhn-cred-cta { background: linear-gradient(135deg, var(--cmhn-green) 0%, var(--cmhn-green-mid) 100%); color: #ffffff; padding: 40px 50px; border-radius: 16px; margin: 32px 0; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 50px; box-shadow: 0 20px 40px rgba(6, 82, 2, 0.15); transition: all 0.3s ease; font-family: var(--cmhn-font); }
.acmhn-cred-cta:hover { transform: translateY(-3px); box-shadow: 0 25px 50px rgba(6, 82, 2, 0.2); }
.acmhn-cred-cta-content { flex: 1; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 600px; }
.acmhn-cred-cta-bar { width: 60px; height: 4px; background: var(--cmhn-gold); margin: 0 0 20px; border-radius: 2px; }
.acmhn-cred-cta-title { font-size: clamp(25px, 3vw, 2.32px); font-weight: 700; color: #ffffff; margin: 0 0 12px; line-height: 1.2; }
.acmhn-cred-cta-subtitle { font-size: 16px; opacity: 0.9; line-height: 1.5; margin: 0; }
.acmhn-cred-cta-action { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 16px; position: relative; z-index: 2; }
.acmhn-cred-cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: var(--cmhn-gold); color: #ffffff; border: none; border-radius: 12px; font-family: var(--cmhn-font); font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3); white-space: nowrap; }
.acmhn-cred-cta-btn:hover { background: var(--cmhn-gold-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4); color: #ffffff; }
.acmhn-cred-stats-badge { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); padding: 8px 16px; border-radius: 20px; font-size: 0.75rem; font-weight: 500; text-align: center; backdrop-filter: blur(10px); }

.acmhn-cred-timeline { position: relative; padding-left: 30px; max-width: 600px; margin: 0 auto; text-align: left; font-family: var(--cmhn-font); }
.acmhn-cred-timeline::before { content: ''; position: absolute; left: 15px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(to bottom, var(--cmhn-gold), rgba(212, 175, 55, 0.3)); }
.acmhn-cred-timeline-item { position: relative; margin-bottom: 32px; padding-left: 40px; }
.acmhn-cred-timeline-item:last-child { margin-bottom: 0; }
.acmhn-cred-timeline-marker { position: absolute; left: -22px; top: 0; width: 30px; height: 30px; background: var(--cmhn-gold); color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3); }
.acmhn-cred-timeline-item.final .acmhn-cred-timeline-marker { background: #28a745; box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3); }
.acmhn-cred-timeline-item h4 { margin: 0 0 6px; font-size: 16px; font-weight: 600; color: var(--cmhn-green); text-align: left; }
.acmhn-cred-timeline-item p { margin: 0; font-size: 14px; color: var(--cmhn-green); opacity: 0.8; line-height: 1.4; text-align: left; }
.acmhn-cred-note-center { background: #e8f4e8; border: 2px solid rgba(6, 82, 2, 0.2); color: #065202; padding: 14px 16px; border-radius: 8px; margin-top: 16px; font-weight: 600; text-align: center; font-size: 15px; }
.acmhn-cred-note-processing { background: #e8f4e8; border: 2px solid rgba(6, 82, 2, 0.2); color: #065202; padding: 18px; border-radius: 12px; margin-top: 24px; text-align: center; font-size: 15px; line-height: 1.5; }

.acmhn-cred-help { background: #ffffff; border-radius: 16px; padding: 32px; margin-top: 32px; text-align: center; box-shadow: 0 8px 25px var(--cmhn-shadow); border: 2px solid rgba(6, 82, 2, 0.1); font-family: var(--cmhn-font); }
.acmhn-cred-help h3 { font-size: 25px; font-weight: 700; color: var(--cmhn-green); margin: 0 0 14px; }
.acmhn-cred-help p { font-size: 16px; color: var(--cmhn-green); opacity: 0.8; margin: 0 0 22px; }
.acmhn-cred-contact-list { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.acmhn-cred-contact-item { display: flex; align-items: center; gap: 12px; background: rgba(6, 82, 2, 0.05); padding: 16px 24px; border-radius: 12px; border: 2px solid rgba(6, 82, 2, 0.1); transition: all 0.3s ease; }
.acmhn-cred-contact-item:hover { background: rgba(6, 82, 2, 0.1); border-color: rgba(6, 82, 2, 0.2); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(6, 82, 2, 0.1); }
.acmhn-cred-contact-icon { font-size: 20px; color: var(--cmhn-gold); }
.acmhn-cred-contact-link { color: var(--cmhn-green); text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease; }
.acmhn-cred-contact-link:hover { color: var(--cmhn-gold); text-decoration: underline; }
.acmhn-cred-email-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: var(--cmhn-green); color: #ffffff; border: none; border-radius: 8px; font-family: var(--cmhn-font); font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(6, 82, 2, 0.2); }
.acmhn-cred-email-btn:hover { background: var(--cmhn-green-dark); transform: translateY(-2px); color: #ffffff; }

.acmhn-cred-renewal { background: #ffffff; border-radius: 16px; padding: 40px; margin-bottom: 32px; box-shadow: 0 8px 25px var(--cmhn-shadow); border-left: 6px solid var(--cmhn-gold); font-family: var(--cmhn-font); }
.acmhn-cred-renewal-title { font-size: 25px; font-weight: 700; color: var(--cmhn-green); margin: 0 0 14px; display: flex; align-items: center; gap: 12px; }
.acmhn-cred-renewal-intro { font-size: 16px; color: var(--cmhn-green); margin: 0 0 28px; line-height: 1.6; }
.acmhn-cred-renewal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.acmhn-cred-renewal-item { background: rgba(6, 82, 2, 0.02); border-radius: 12px; padding: 24px; border-left: 4px solid var(--cmhn-gold); transition: all 0.3s ease; }
.acmhn-cred-renewal-item:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(6, 82, 2, 0.1); }
.acmhn-cred-renewal-label { background: linear-gradient(135deg, var(--cmhn-gold) 0%, var(--cmhn-gold-light) 100%); color: #ffffff; padding: 6px 14px; border-radius: 8px; font-size: 13px; font-weight: 700; margin-bottom: 14px; display: inline-block; text-transform: uppercase; letter-spacing: 0.5px; }
.acmhn-cred-renewal-text { font-size: 15px; color: var(--cmhn-green); line-height: 1.6; margin: 0; }

.acmhn-cmhn-btn-primary { background: var(--cmhn-gold); color: #065202; padding: 16px 36px; text-decoration: none; font-size: 15px; font-weight: 700; border-radius: 8px; display: inline-block; margin: 8px; transition: all 0.3s ease; border: none; box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4); text-transform: uppercase; letter-spacing: 0.5px; }
.acmhn-cmhn-btn-primary:hover { background: var(--cmhn-gold-dark); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6); text-decoration: none; color: #065202; }
.acmhn-cmhn-btn-secondary { background: transparent; color: #ffffff !important; padding: 14px 32px; text-decoration: none; font-size: 16px; border: 2px solid #ffffff; border-radius: 8px; display: inline-block; margin: 8px; transition: all 0.3s ease; }
.acmhn-cmhn-btn-secondary:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-2px); text-decoration: none; color: #ffffff !important; }
.acmhn-cmhn-btn-secondary:visited { color: #ffffff !important; }
.acmhn-cmhn-btn-primary:visited { color: #065202 !important; }
.acmhn-cmhn-section { background: #ffffff; padding: 60px 20px; }
.acmhn-cmhn-section h2 { color: #065202; font-size: clamp(28px, 3vw, 40px); font-weight: 700; text-align: center; margin-bottom: 30px; }
.acmhn-cmhn-section > p, .acmhn-cmhn-section > .acmhn-cred-container > p { max-width: 800px; margin: 0 auto 20px; text-align: center; font-size: 1.16px; color: #555; line-height: 1.8; }
.acmhn-cmhn-section-alt > p, .acmhn-cmhn-section-alt > .acmhn-cred-container > p { max-width: 800px; margin: 0 auto 20px; text-align: center; font-size: 1.16px; color: #555; line-height: 1.8; }
/* Reset p inside cred cards/steps to normal size and alignment */
.acmhn-cred-step p, .acmhn-cred-card p, .acmhn-cred-req p, .acmhn-cred-section p, .acmhn-cred-alert p { font-size: 15px !important; text-align: left !important; color: inherit; max-width: none; margin: 0 0 10px; line-height: 1.75; }
.acmhn-cmhn-section-alt { background: #f4f4f4; padding: 60px 20px; }
.acmhn-cmhn-section-alt h2 { color: #065202; font-size: clamp(28px, 3vw, 40px); font-weight: 700; text-align: center; margin-bottom: 40px; }
.acmhn-cred-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.acmhn-cmhn-benefits-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; padding: 0 20px; }
.acmhn-cmhn-benefit-card { background: #ffffff; border: 1px solid #ddd; border-left: 5px solid var(--cmhn-gold); padding: 25px; transition: all 0.3s ease; border-radius: 4px; }
.acmhn-cmhn-benefit-card:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.acmhn-cmhn-benefit-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: 450px; margin: 0 auto; }
.acmhn-cmhn-benefit-card h3 { color: #065202; font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.acmhn-cmhn-benefit-card p { color: #666; line-height: 1.7; font-size: 16px; text-align: left; }
.acmhn-cmhn-testimonials { background: #065202; color: #ffffff; padding: 70px 20px; text-align: center; }
.acmhn-cmhn-testimonials h2 { color: var(--cmhn-gold); font-size: clamp(28px, 3vw, 40px); font-weight: 700; margin-bottom: 50px; }
.acmhn-cmhn-testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.acmhn-cmhn-testimonial-card { background: rgba(255, 255, 255, 0.1); padding: 25px; border: 2px solid var(--cmhn-gold); border-radius: 8px; }
.acmhn-video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 0 0 20px; border-radius: 5px; background: rgba(0, 0, 0, 0.3); }
.acmhn-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.acmhn-cmhn-testimonial-card blockquote { color: #ffffff; font-size: 16px; font-style: italic; margin: 0 0 12px; line-height: 1.6; }
.acmhn-cmhn-testimonial-card cite { color: var(--cmhn-gold); font-weight: 700; font-style: normal; }
.acmhn-steps-container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.acmhn-step { background: #f9f9f9; border: 1px solid #ddd; border-radius: 5px; padding: 25px 25px 25px 75px; margin-bottom: 20px; position: relative; }
.acmhn-step-number { position: absolute; left: 18px; top: 22px; background: #065202; color: var(--cmhn-gold); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.16px; }
.acmhn-step h3 { color: #065202; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.acmhn-step p { color: #666; line-height: 1.7; font-size: 16px; }
.acmhn-note { background: #fff9e6; border: 2px solid var(--cmhn-gold); padding: 20px; margin: 30px 0 0; border-radius: 5px; font-style: italic; color: #666; line-height: 1.7; font-size: 16px; }
.acmhn-note strong { color: #065202; font-weight: 700; }
.acmhn-cmhn-benefits-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.acmhn-cmhn-benefit-item { background: #ffffff; padding: 30px 20px; text-align: center; border: 1px solid #ddd; border-top: 5px solid var(--cmhn-gold); border-radius: 8px; transition: all 0.3s ease; }
.acmhn-cmhn-benefit-item:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); border-top-color: #065202; }
.acmhn-cmhn-benefit-item::before { content: ""; display: block; color: #065202; font-size: 40px; font-weight: 700; margin-bottom: 16px; }
.acmhn-cmhn-benefit-item p { color: #555; font-size: 16px; line-height: 1.7; }
.acmhn-cmhn-benefit-item strong { color: #065202; font-weight: 700; }
.acmhn-text-center { text-align: center; margin-top: 50px; padding: 0 20px; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) and (min-width: 769px) {
  .acmhn-section-white .acmhn-container,
  .acmhn-section-grey .acmhn-container,
  .acmhn-section-green .acmhn-container { padding-top: 60px; padding-bottom: 60px; }
  .acmhn-container { padding: 0 32px; }
  .acmhn-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .acmhn-split-container,
  .acmhn-split-wide { grid-template-columns: 1fr; gap: 48px; }
  .acmhn-benefits-grid { grid-template-columns: 1fr; gap: 40px; }
  .acmhn-branches-grid { grid-template-columns: repeat(4, 1fr); max-width: 100%; }
  .acmhn-people-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }
  .acmhn-members-nav-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .acmhn-cred-fees-grid { grid-template-columns: 1fr; }
  .acmhn-cred-renewal-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .acmhn-cred-cta { padding: 30px 20px; gap: 24px; flex-direction: column; }
}

@media (max-width: 768px) {
  .acmhn-container { padding: 0 24px; }
  .acmhn-section-white .acmhn-container,
  .acmhn-section-grey .acmhn-container,
  .acmhn-section-green .acmhn-container { padding-top: 50px; padding-bottom: 50px; }
  .acmhn-hero { min-height: 600px; }
  .acmhn-interior-hero { padding: 50px 20px; }
  .acmhn-trust-bar { flex-wrap: wrap; gap: 32px; padding: 24px 0; }
  .acmhn-trust-number { font-size: 28px; }
  .acmhn-trust-label { font-size: 0.75rem; }
  .acmhn-trust-divider { display: none; }
  .acmhn-grid-4,
  .acmhn-grid-3,
  .acmhn-grid-2,
  .acmhn-split-container,
  .acmhn-split-wide { grid-template-columns: 1fr; gap: 32px; }
  .acmhn-section-header h2 { font-size: 25px; }
  .acmhn-branches-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 100%; }
  .acmhn-branch-badge { font-size: 16px; padding: 19px 0.75rem; }
  .acmhn-cta-buttons { flex-direction: column; align-items: center; }
  .acmhn-people-grid { grid-template-columns: 1fr; gap: 20px; }
  .acmhn-person-contact { flex-direction: column; }
  .acmhn-members-nav-grid { grid-template-columns: 1fr !important; }
  .acmhn-recordings-grid { grid-template-columns: 1fr !important; }
  .acmhn-members-section { padding: 24px !important; }
  .acmhn-members-btn { width: 100% !important; justify-content: center !important; }
  .acmhn-benefits-grid { grid-template-columns: 1fr; gap: 32px; }
  .acmhn-final-cta-benefits { flex-direction: column; gap: 24px; align-items: center; }
  .acmhn-cred-container { padding: 24px 16px; }
  .acmhn-cred-hero { padding: 40px 20px; }
  .acmhn-cred-alert { padding: 20px; }
  .acmhn-cred-card,
  .acmhn-cred-step,
  .acmhn-cred-section { padding: 24px 20px; }
  .acmhn-cred-fees-grid { grid-template-columns: 1fr; gap: 18px; }
  .acmhn-cred-fee-header { flex-direction: column; gap: 10px; align-items: stretch; text-align: center; }
  .acmhn-cred-fee-amount { align-self: center; font-size: 24px; }
  .acmhn-cred-list-row,
  .acmhn-cred-req-row { flex-direction: column; gap: 10px; }
  .acmhn-cred-cta { padding: 30px 20px; gap: 24px; flex-direction: column; }
  .acmhn-cred-renewal { padding: 24px 20px; }
  .acmhn-cred-renewal-grid { grid-template-columns: 1fr; gap: 16px; }
  .acmhn-cred-renewal-item { padding: 18px; }
  .acmhn-cred-contact-list { flex-direction: column; align-items: center; gap: 14px; }
  .acmhn-cred-section-header { flex-direction: column; gap: 14px; align-items: stretch; }
  .acmhn-events-grid-item { width: calc(50% - 16px) !important; }
  .acmhn-cmhn-benefits-grid { grid-template-columns: 1fr; }
  .acmhn-cmhn-testimonial-grid { grid-template-columns: 1fr; }
  .acmhn-cmhn-benefits-list { grid-template-columns: 1fr; }
  .acmhn-step { padding: 20px 20px 20px 65px; }
  .acmhn-step-number { left: 14px; top: 18px; width: 36px; height: 36px; }
}

@media (max-width: 480px) {
  .acmhn-container { padding: 0 16px; }
  .acmhn-branches-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .acmhn-branch-badge { font-size: 14px; padding: 16px 0.5rem; }
  .acmhn-events-grid-item { width: calc(100% - 16px) !important; }
  .acmhn-people-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .acmhn-person-card { animation: none; opacity: 1; transform: none; }
}

/* ==========================================================================
   GLOBAL OVERRIDES — placed last so they win over everything above
   ========================================================================== */

/* Headings — green on light backgrounds */
.acmhn-section-white h1, .acmhn-section-white h2, .acmhn-section-white h3, .acmhn-section-white h4 { color: #004716 !important; }
.acmhn-section-grey h1, .acmhn-section-grey h2, .acmhn-section-grey h3, .acmhn-section-grey h4 { color: #004716 !important; }
.acmhn-section-header h2 { color: #004716 !important; font-size: 36px !important; }
.acmhn-card h3 { color: #004716 !important; font-size: 20px !important; }
.acmhn-event-content h3 { color: #004716 !important; font-size: 20px !important; }
.acmhn-faq-item h3 { color: #004716 !important; font-size: 18px !important; font-weight: 700 !important; }
.acmhn-split-container h2, .acmhn-split-wide h2 { color: #004716 !important; font-size: 32px !important; }
.acmhn-split-container h4, .acmhn-split-wide h4, .acmhn-benefit-item h4 { color: #004716 !important; font-size: 18px !important; }
.acmhn-person-name { color: #004716 !important; }

/* Headings — white on green backgrounds */
.acmhn-section-green h1, .acmhn-section-green h2, .acmhn-section-green h3, .acmhn-section-green h4 { color: #ffffff !important; font-size: 36px !important; }
.acmhn-hero-content h1 { color: #ffffff !important; }
.acmhn-interior-hero-content h1 { color: #ffffff !important; }

/* Body text */
.acmhn-section-white p, .acmhn-section-grey p { color: #555555 !important; font-size: 16px !important; line-height: 1.7 !important; }
.acmhn-split-container p, .acmhn-split-wide p { font-size: 16px !important; color: #555555 !important; }
.acmhn-faq-item p { font-size: 16px !important; color: #555555 !important; line-height: 1.7 !important; }
.acmhn-card p { font-size: 16px !important; color: #555555 !important; }
.acmhn-section-supporting { font-size: 18px !important; color: #555555 !important; line-height: 1.7 !important; }
.acmhn-section-green p, .acmhn-section-green span { color: #ffffff !important; font-size: 16px !important; }
.acmhn-hero-content p, .acmhn-hero-supporting { color: rgba(255,255,255,0.98) !important; font-size: 20px !important; }
.acmhn-interior-hero-content p { color: rgba(255,255,255,0.92) !important; }
.acmhn-final-cta-benefit span { color: #ffffff !important; font-size: 18px !important; font-weight: 600 !important; }

/* Recognition bar */
.acmhn-recognition-text { color: #333333 !important; font-size: 16px !important; font-weight: 700 !important; }
.acmhn-recognition-subtext { color: #666666 !important; font-size: 14px !important; }

/* Trust bar */
.acmhn-trust-number { color: #FF8500 !important; font-size: 36px !important; }
.acmhn-trust-label { color: rgba(255,255,255,0.98) !important; font-size: 13px !important; }

/* Card links */
.acmhn-card-link { color: #B35A00 !important; font-size: 15px !important; }
.acmhn-card-link:hover { color: #e67700 !important; }

/* Benefit list */
.acmhn-benefit-list li, .acmhn-checklist li { font-size: 16px !important; color: #333333 !important; }
.acmhn-check { color: #FF8500 !important; font-size: 18px !important; }

/* Branch badges */
.acmhn-branch-badge { color: #ffffff !important; font-size: 20px !important; font-weight: 700 !important; border: 2px solid rgba(255,255,255,0.7) !important; }
.acmhn-branch-badge:hover { background: #FF8500 !important; border-color: #FF8500 !important; color: #ffffff !important; }

/* Membership panel */
.acmhn-trust-quote { font-size: 16px !important; color: #555555 !important; font-style: italic !important; line-height: 1.7 !important; margin-bottom: 32px !important; }

/* Event location */
.acmhn-event-location { color: #666666 !important; font-size: 15px !important; }
.acmhn-event-description { color: #555555 !important; font-size: 15px !important; line-height: 1.6 !important; }

/* ==========================================================================
   ULTRA-SPECIFIC COLOUR OVERRIDES
   Added last to beat any existing theme rules
   ========================================================================== */

#masterContentArea .acmhn-card h3,
#masterContentArea .acmhn-section-grey .acmhn-card h3,
#masterContentArea .acmhn-section-white .acmhn-card h3 { color: #004716 !important; font-size: 20px !important; }

#masterContentArea .acmhn-event-content h3 { color: #004716 !important; font-size: 20px !important; }

#masterContentArea .acmhn-benefit-item h4,
#masterContentArea .acmhn-split-wide h4 { color: #004716 !important; font-size: 18px !important; }

#masterContentArea .acmhn-section-header h2 { color: #004716 !important; }

#masterContentArea .acmhn-section-grey h2,
#masterContentArea .acmhn-section-white h2 { color: #004716 !important; }

#masterContentArea .acmhn-section-green h1,
#masterContentArea .acmhn-section-green h2,
#masterContentArea .acmhn-section-green h3,
#masterContentArea .acmhn-section-green p,
#masterContentArea .acmhn-section-green span { color: #ffffff !important; }

/* Featured badge — larger and more visible */
.acmhn-featured-badge {
  font-size: 13px !important;
  padding: 10px 28px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

/* ==========================================================================
   PERSON CARD EXPLICIT SIZES
   ========================================================================== */
.acmhn-person-name { font-size: 22px !important; font-weight: 700 !important; color: #004716 !important; margin-bottom: 6px !important; }
.acmhn-person-role { font-size: 16px !important; font-weight: 600 !important; color: #563D82 !important; margin-bottom: 20px !important; }
.acmhn-person-bio { font-size: 15px !important; color: #475569 !important; line-height: 1.7 !important; }
.acmhn-person-facts-title { font-size: 12px !important; font-weight: 700 !important; color: #004716 !important; text-transform: uppercase !important; letter-spacing: 1px !important; margin-bottom: 8px !important; }
.acmhn-person-facts-content { font-size: 14px !important; color: #475569 !important; line-height: 1.6 !important; }
.acmhn-contact-btn { font-size: 14px !important; padding: 10px 16px !important; flex: 0 1 auto !important; }
.acmhn-person-contact { gap: 10px !important; flex-wrap: wrap !important; }

/* Person role — always purple */
.acmhn-person-role { color: #563D82 !important; }

/* Person photo with initials — reduce height */
.acmhn-person-photo:not(:has(img)) {
  height: 200px !important;
}

/* Credentialing page — requirement box */
.acmhn-cred-req { background: #f4f8f4; border-radius: 8px; padding: 18px 20px; margin-bottom: 12px; border-left: 4px solid #065202; font-size: 15px; line-height: 1.75; color: #065202; text-align: left; }
.acmhn-cred-req p { margin: 0 0 10px; text-align: left; color: #065202; font-size: 15px; }
.acmhn-cred-req p:last-child { margin-bottom: 0; }
.acmhn-cred-req ul { margin: 8px 0 0; padding-left: 22px; }
.acmhn-cred-req ul li { margin-bottom: 5px; font-size: 15px; color: #065202; line-height: 1.65; list-style-type: disc; }

/* Fix visited link colours on CMHN pages */
#masterContentArea .acmhn-cred-btn:visited,
#masterContentArea .acmhn-cred-btn-green:visited,
#masterContentArea .acmhn-cred-btn-download:visited,
#masterContentArea .acmhn-cred-btn-outline:visited,
#masterContentArea .acmhn-cred-btn-special:visited,
#masterContentArea .acmhn-cmhn-btn-primary:visited { color: inherit; }

/* Credentialing before-section layout */
.acmhn-cred-before-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 14px; flex-wrap: wrap; }
.acmhn-cred-before-row:last-child { margin-bottom: 0; }
.acmhn-cred-before-text { flex: 1; font-size: 15px; line-height: 1.7; color: #065202; margin: 0; }
.acmhn-cred-before-title { font-size: 16px; font-style: italic; font-weight: 700; color: #065202; margin: 0 0 14px; }

/* ============================================
   CMHN PAGE — FORCE READABLE FONT SIZES
   Rise injects small p styles; these override
   ============================================ */
#masterContentArea .acmhn-cred-step p,
#masterContentArea .acmhn-cred-step li,
#masterContentArea .acmhn-cred-card p,
#masterContentArea .acmhn-cred-card li,
#masterContentArea .acmhn-cred-req p,
#masterContentArea .acmhn-cred-req li,
#masterContentArea .acmhn-cred-req-text,
#masterContentArea .acmhn-cred-req-body p,
#masterContentArea .acmhn-cred-req-body li,
#masterContentArea .acmhn-cred-before-text,
#masterContentArea .acmhn-cred-alert-body,
#masterContentArea .acmhn-cred-fee-desc,
#masterContentArea .acmhn-cred-section-content p,
#masterContentArea .acmhn-cred-tip-body,
#masterContentArea .acmhn-cred-note,
#masterContentArea .acmhn-cred-note-center,
#masterContentArea .acmhn-cred-note-processing {
  font-size: 16px !important;
  line-height: 1.75 !important;
  text-align: left !important;
  max-width: none !important;
  color: #065202 !important;
}

#masterContentArea .acmhn-cred-step h3,
#masterContentArea .acmhn-cred-step-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #065202 !important;
}

#masterContentArea .acmhn-cred-subheading {
  font-size: 16px !important;
  font-weight: 700 !important;
}

#masterContentArea .acmhn-cred-tip-title {
  font-size: 15px !important;
  font-weight: 700 !important;
}

#masterContentArea .acmhn-cred-tip-body {
  color: #ffffff !important;
}

#masterContentArea .acmhn-cred-alert-body {
  color: #ffffff !important;
}

#masterContentArea .acmhn-cred-timeline-item h4 {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: left !important;
}

#masterContentArea .acmhn-cred-timeline-item p {
  font-size: 14px !important;
  text-align: left !important;
  color: #065202 !important;
}

#masterContentArea .acmhn-cred-fee-desc {
  font-size: 15px !important;
}

#masterContentArea .acmhn-cred-intro-banner {
  font-size: 17px !important;
  text-align: center !important;
  color: #ffffff !important;
}

#masterContentArea .acmhn-cred-section-content p {
  text-align: center !important;
}

/* ============================================
   PCMHN — PROVISIONAL CREDENTIALING STYLES
   Colours: Blue #004aad, Dark blue #022f6b, Silver #c0c0c0
   ============================================ */
.acmhn-pcmhn-hero {
  background: #004aad;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.acmhn-pcmhn-hero h1 { font-size: 42px; font-weight: 700; color: #ffffff; margin-bottom: 16px; }
.acmhn-pcmhn-hero p { font-size: 17px; color: rgba(255,255,255,0.9); line-height: 1.7; max-width: 700px; margin: 0 auto; }

.acmhn-pcmhn-section { background: #ffffff; padding: 60px 20px; }
.acmhn-pcmhn-section h2 { color: #004aad; font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 30px; }
.acmhn-pcmhn-section p { font-size: 16px; color: #333333; line-height: 1.8; max-width: 800px; margin: 0 auto 20px; text-align: center; }

.acmhn-pcmhn-section-alt { background: #f0f4fb; padding: 60px 20px; }
.acmhn-pcmhn-section-alt h2 { color: #004aad; font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 30px; }
.acmhn-pcmhn-section-alt p { font-size: 16px; color: #333333; line-height: 1.8; max-width: 800px; margin: 0 auto 20px; text-align: center; }

.acmhn-pcmhn-card { background: #ffffff; border-radius: 16px; padding: 32px; margin-bottom: 24px; box-shadow: 0 4px 16px rgba(0,74,173,0.08); border-left: 6px solid #004aad; width: 100%; box-sizing: border-box; }

.acmhn-pcmhn-req { background: #f0f4fb; border-radius: 8px; padding: 18px 20px; margin-bottom: 12px; border-left: 4px solid #004aad; font-size: 16px; line-height: 1.75; color: #333333; text-align: left; }
.acmhn-pcmhn-req p { margin: 0 0 10px; text-align: left; color: #333333; font-size: 16px; }
.acmhn-pcmhn-req p:last-child { margin: 0; }
.acmhn-pcmhn-req ul { margin: 8px 0 0; padding-left: 22px; }
.acmhn-pcmhn-req ul li { margin-bottom: 6px; font-size: 16px; color: #333333; line-height: 1.7; list-style-type: disc; }
.acmhn-pcmhn-req-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.acmhn-pcmhn-req-text { flex: 1; font-size: 16px; line-height: 1.75; color: #333333; margin: 0; }

.acmhn-pcmhn-step { background: #ffffff; border-radius: 16px; padding: 32px; margin-bottom: 24px; box-shadow: 0 4px 16px rgba(0,74,173,0.08); border-left: 6px solid #004aad; width: 100%; box-sizing: border-box; }
.acmhn-pcmhn-step-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid rgba(0,74,173,0.15); }
.acmhn-pcmhn-step-number { background: #004aad; color: #ffffff; width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; flex-shrink: 0; }
.acmhn-pcmhn-step-title { margin: 0; font-size: 22px; font-weight: 700; color: #004aad; }

.acmhn-pcmhn-subheading { font-size: 17px; font-weight: 700; color: #004aad; margin: 20px 0 10px; padding-bottom: 6px; border-bottom: 1px solid rgba(0,74,173,0.2); text-align: left; }

.acmhn-pcmhn-tip { background: #022f6b; border-radius: 10px; padding: 16px 20px; margin-top: 16px; }
.acmhn-pcmhn-tip-title { font-weight: 700; color: #ffffff; margin-bottom: 6px; font-size: 15px; }
.acmhn-pcmhn-tip-body { font-size: 15px; color: rgba(255,255,255,0.9); line-height: 1.7; }

.acmhn-pcmhn-note { background: #e8eef8; border: 2px solid rgba(0,74,173,0.2); color: #004aad; padding: 12px 16px; border-radius: 8px; margin-top: 14px; font-weight: 600; text-align: center; font-size: 15px; }

.acmhn-pcmhn-alert { background: #022f6b; border-radius: 14px; padding: 24px 28px; color: #ffffff; }
.acmhn-pcmhn-alert-title { font-weight: 700; font-size: 17px; margin-bottom: 10px; display: block; }
.acmhn-pcmhn-alert-body { font-size: 15px; line-height: 1.7; }
.acmhn-pcmhn-alert a { color: #c0c0c0; font-weight: 600; }

.acmhn-pcmhn-btn-primary { display: inline-block; background: #004aad; color: #ffffff !important; padding: 16px 36px; text-decoration: none !important; font-size: 15px; font-weight: 700; border-radius: 8px; margin: 8px; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 15px rgba(0,74,173,0.3); }
.acmhn-pcmhn-btn-primary:hover { background: #022f6b; transform: translateY(-2px); color: #ffffff !important; }
.acmhn-pcmhn-btn-primary:visited { color: #ffffff !important; }

.acmhn-pcmhn-btn-secondary { display: inline-block; background: transparent; color: #ffffff !important; padding: 14px 32px; text-decoration: none !important; font-size: 15px; border: 2px solid #ffffff; border-radius: 8px; margin: 8px; transition: all 0.3s ease; }
.acmhn-pcmhn-btn-secondary:hover { background: rgba(255,255,255,0.15); color: #ffffff !important; }
.acmhn-pcmhn-btn-secondary:visited { color: #ffffff !important; }

.acmhn-pcmhn-btn-blue { display: inline-flex; align-items: center; gap: 5px; padding: 8px 16px; background: #004aad; color: #ffffff !important; border-radius: 6px; font-size: 13px; font-weight: 600; text-decoration: none !important; white-space: nowrap; flex-shrink: 0; }
.acmhn-pcmhn-btn-blue:hover { background: #022f6b !important; }
.acmhn-pcmhn-btn-blue:visited { color: #ffffff !important; }

.acmhn-pcmhn-btn-outline { display: inline-flex; align-items: center; gap: 5px; padding: 8px 16px; background: #ffffff; color: #004aad !important; border: 2px solid #004aad; border-radius: 6px; font-size: 13px; font-weight: 600; text-decoration: none !important; white-space: nowrap; flex-shrink: 0; }
.acmhn-pcmhn-btn-outline:hover { background: #004aad; color: #ffffff !important; }
.acmhn-pcmhn-btn-outline:visited { color: #004aad !important; }

.acmhn-pcmhn-fee-card { background: #f0f4fb; border-radius: 14px; padding: 28px; border: 2px solid rgba(0,74,173,0.15); position: relative; overflow: hidden; }
.acmhn-pcmhn-fee-card.recommended { border-color: #004aad; background: linear-gradient(135deg, rgba(0,74,173,0.06) 0%, rgba(0,74,173,0.02) 100%); }
.acmhn-pcmhn-fee-card.recommended::before { content: 'RECOMMENDED'; position: absolute; top: 12px; right: -35px; background: #004aad; color: #ffffff; padding: 4px 40px; font-size: 11px; font-weight: 700; transform: rotate(35deg); letter-spacing: 1px; }
.acmhn-pcmhn-fee-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 2px solid rgba(0,74,173,0.15); }
.acmhn-pcmhn-fee-type { margin: 0; font-size: 20px; font-weight: 700; color: #004aad; }
.acmhn-pcmhn-fee-amount { font-size: 30px; font-weight: 700; color: #004aad; background: rgba(0,74,173,0.1); padding: 8px 16px; border-radius: 8px; border: 2px solid rgba(0,74,173,0.2); }
.acmhn-pcmhn-fee-desc { font-size: 15px; color: #333333; line-height: 1.65; margin: 0; }

.acmhn-pcmhn-future-card { background: #ffffff; border-radius: 12px; padding: 28px; border-top: 4px solid #004aad; box-shadow: 0 4px 12px rgba(0,74,173,0.08); }
.acmhn-pcmhn-future-card h3 { color: #004aad; font-size: 18px; font-weight: 700; margin: 0 0 12px; }
.acmhn-pcmhn-future-card p { font-size: 15px; color: #333333; line-height: 1.7; margin: 0 0 12px; text-align: left; }
.acmhn-pcmhn-future-card a { color: #004aad; font-weight: 600; font-size: 14px; }

.acmhn-pcmhn-cta { background: #022f6b; padding: 60px 20px; text-align: center; }
.acmhn-pcmhn-cta h2 { color: #ffffff; font-size: 32px; font-weight: 700; margin-bottom: 2rem; }

#masterContentArea .acmhn-pcmhn-step p,
#masterContentArea .acmhn-pcmhn-step li,
#masterContentArea .acmhn-pcmhn-card p,
#masterContentArea .acmhn-pcmhn-card li,
#masterContentArea .acmhn-pcmhn-req p,
#masterContentArea .acmhn-pcmhn-req li,
#masterContentArea .acmhn-pcmhn-req-text,
#masterContentArea .acmhn-pcmhn-alert-body,
#masterContentArea .acmhn-pcmhn-fee-desc,
#masterContentArea .acmhn-pcmhn-future-card p { font-size: 16px !important; line-height: 1.75 !important; text-align: left !important; max-width: none !important; }
#masterContentArea .acmhn-pcmhn-tip-body { color: rgba(255,255,255,0.9) !important; font-size: 15px !important; }
#masterContentArea .acmhn-pcmhn-step-title { font-size: 22px !important; color: #004aad !important; }
#masterContentArea .acmhn-pcmhn-step-number { font-size: 18px !important; }

/* Force PCMHN section headings to blue, not green */
#masterContentArea .acmhn-pcmhn-section h2,
#masterContentArea .acmhn-pcmhn-section-alt h2,
#masterContentArea .acmhn-pcmhn-section h2[style],
#masterContentArea .acmhn-pcmhn-section-alt h2[style] { color: #004aad !important; }

/* Submission list */
.acmhn-submission-list { list-style: none; padding: 0; margin: 0; }
.acmhn-submission-item { display: flex; align-items: center; gap: 12px; padding: 16px 12px; border-bottom: 1px solid #e0e0e0; text-decoration: none; color: #333333; font-size: 16px; line-height: 1.5; transition: background 0.2s, color 0.2s; }
.acmhn-submission-item:first-child { border-top: 1px solid #e0e0e0; }
.acmhn-submission-item:hover { background: #f4f4f4; color: #004716; text-decoration: none; }
.acmhn-submission-item:visited { color: #333333; }
.acmhn-submission-icon { font-size: 20px; flex-shrink: 0; color: #FF8500; }
.acmhn-submission-title { flex: 1; }
.acmhn-submission-year { font-size: 13px; color: #888888; white-space: nowrap; padding-left: 12px; }

/* Archive grid */
.acmhn-archive-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.acmhn-archive-btn { display: inline-flex; align-items: center; padding: 10px 20px; background: #ffffff; border: 1px solid #dddddd; border-radius: 6px; text-decoration: none; color: #333333; font-size: 15px; font-weight: 600; transition: all 0.2s; }
.acmhn-archive-btn:hover { border-color: #004716; color: #004716; background: #f0f7f2; text-decoration: none; }
.acmhn-archive-btn:visited { color: #333333; }

/* Force submission list to readable size */
#masterContentArea .acmhn-submission-item,
#masterContentArea .acmhn-submission-title { font-size: 16px !important; line-height: 1.6 !important; color: #333333 !important; }
#masterContentArea .acmhn-submission-item:hover,
#masterContentArea .acmhn-submission-item:hover .acmhn-submission-title { color: #004716 !important; }
#masterContentArea .acmhn-submission-year { font-size: 14px !important; color: #888888 !important; }
#masterContentArea .acmhn-submission-icon { font-size: 20px !important; }
#masterContentArea .acmhn-archive-btn { font-size: 15px !important; padding: 12px 22px !important; }

/* ============================================
   iMIS Tagged List — Press Releases / News
   Classes: .TaggedListPanel, .BlockTLItem,
   .contentTaggedListImageThumbnail, .PublishDate
   ============================================ */

/* Wrapper */
#masterContentArea .TaggedListPanel { display: block !important; font-size: 0 !important; padding: 0 !important; margin: 0 -8px !important; width: calc(100% + 16px) !important; }
#masterContentArea .TaggedListPanel .acmhn-events-grid-item { font-size: 1rem !important; }

/* Each item row */
#masterContentArea .BlockTLItem { border-bottom: 1px solid #e8e8e8 !important; padding: 0 !important; margin: 0 !important; transition: background 0.2s !important; }
#masterContentArea .BlockTLItem:first-child { border-top: 1px solid #e8e8e8 !important; }
#masterContentArea .BlockTLItem:hover { background: #f8f9f8 !important; }

/* Inner table layout */
#masterContentArea .BlockTLItem table { width: 100% !important; border-collapse: collapse !important; }
#masterContentArea .BlockTLItem table td { padding: 20px 12px !important; vertical-align: top !important; }
#masterContentArea .BlockTLItem table td:first-child { padding: 20px 0 20px 0 !important; width: 180px !important; flex-shrink: 0 !important; }
#masterContentArea .BlockTLItem table td:nth-child(2) { width: 12px !important; padding: 0 !important; }

/* Thumbnail image */
#masterContentArea .contentTaggedListImageThumbnail { width: 160px !important; height: 110px !important; object-fit: cover !important; border-radius: 8px !important; display: block !important; }

/* Article title link */
#masterContentArea .BlockTLItem h4 { margin: 0 0 8px !important; font-size: 17px !important; font-weight: 700 !important; line-height: 1.4 !important; }
#masterContentArea .BlockTLItem h4 a { color: #004716 !important; text-decoration: none !important; }
#masterContentArea .BlockTLItem h4 a:hover { color: #FF8500 !important; text-decoration: underline !important; }
#masterContentArea .BlockTLItem h4 a:visited { color: #004716 !important; }

/* Publish date */
#masterContentArea .BlockTLItem .PublishDate { font-size: 13px !important; color: #888888 !important; font-weight: 600 !important; display: inline-block !important; margin-bottom: 6px !important; }

/* Excerpt text */
#masterContentArea .BlockTLItem p { font-size: 15px !important; color: #555555 !important; line-height: 1.65 !important; margin: 0 !important; }

/* Hide social share clutter */
#masterContentArea .BlockTLItem .ContentItemContainer,
#masterContentArea .BlockTLItem .ShareThisInline,
#masterContentArea .BlockTLItem .panel,
#masterContentArea .BlockTLItem .RadSocialShare { display: none !important; }

/* Responsive — stack on mobile */
@media (max-width: 640px) {
  #masterContentArea .BlockTLItem table,
  #masterContentArea .BlockTLItem table tbody,
  #masterContentArea .BlockTLItem table tr,
  #masterContentArea .BlockTLItem table td { display: block !important; width: 100% !important; }
  #masterContentArea .BlockTLItem table td:first-child { padding-bottom: 12px !important; }
  #masterContentArea .contentTaggedListImageThumbnail { width: 100% !important; height: 180px !important; }
}

/* ============================================
   iMIS Event List iPart
   Classes: .SearchResultSummary, .ListItemTitle,
   .SearchResultLink, .SearchResultAdditionalImage,
   .Description, .AbstractLabel, .SearchField
   ============================================ */

/* Hide the panel heading "Events" title and add button — we have our own hero */
#masterContentArea .panel.panel-border > .panel-heading.Distinguish { display: none !important; }

/* Search bar styling */
#masterContentArea .SearchField { background: #f8f8f8 !important; border-radius: 10px !important; padding: 16px 20px !important; margin-bottom: 24px !important; display: flex !important; align-items: center !important; gap: 10px !important; }
#masterContentArea .SearchField label { font-size: 15px !important; font-weight: 600 !important; color: #004716 !important; margin: 0 !important; }
#masterContentArea .SearchField input[type="text"] { border: 2px solid #dddddd !important; border-radius: 6px !important; padding: 8px 14px !important; font-size: 15px !important; flex: 1 !important; max-width: 340px !important; }
#masterContentArea .SearchField input[type="text"]:focus { border-color: #004716 !important; outline: none !important; }
#masterContentArea .SearchField input[type="button"],
#masterContentArea .SearchField .PrimaryButton { background: #004716 !important; color: #ffffff !important; border: none !important; border-radius: 6px !important; padding: 8px 20px !important; font-size: 15px !important; font-weight: 600 !important; cursor: pointer !important; }
#masterContentArea .SearchField input[type="button"]:hover { background: #003510 !important; }

/* Hide inactive results checkbox — admin noise */
#masterContentArea .FloatRight:not(input):not(a):not(button) { display: none !important; }

/* Hide RadGrid chrome */
#masterContentArea .RadGrid .rgMasterTable > thead { display: none !important; }
#masterContentArea .RadGrid { border: none !important; }
#masterContentArea .GridTitlePanel { display: none !important; }

/* Each event row */
#masterContentArea .SearchResultSummary { padding: 20px 0 !important; border-bottom: 1px solid #e8e8e8 !important; }
#masterContentArea .rgRow .SearchResultSummary,
#masterContentArea .rgAltRow .SearchResultSummary { background: none !important; }
#masterContentArea tr:first-child .SearchResultSummary { border-top: 1px solid #e8e8e8 !important; }

/* Event title */
#masterContentArea .ListItemTitle { margin-bottom: 10px !important; }
#masterContentArea .ListItemTitle a,
#masterContentArea .SearchResultLink { font-size: 17px !important; font-weight: 700 !important; color: #004716 !important; text-decoration: none !important; line-height: 1.4 !important; }
#masterContentArea .ListItemTitle a:hover { color: #FF8500 !important; text-decoration: underline !important; }
#masterContentArea .ListItemTitle a:visited { color: #004716 !important; }

/* Image + description layout */
#masterContentArea .SearchResult.ClearFix { display: flex !important; align-items: flex-start !important; gap: 16px !important; }
#masterContentArea .ImageSection { flex-shrink: 0 !important; }
#masterContentArea .SearchResultAdditionalImage { width: 160px !important; height: 110px !important; object-fit: cover !important; border-radius: 8px !important; display: block !important; }

/* Description / abstract */
#masterContentArea .Description { flex: 1 !important; }
#masterContentArea .AbstractLabel { font-size: 15px !important; color: #555555 !important; line-height: 1.7 !important; }
#masterContentArea .AbstractLabel strong { color: #004716 !important; font-weight: 700 !important; }

/* Hover on row */
#masterContentArea .rgRow:hover,
#masterContentArea .rgAltRow:hover { background: #f8f9f8 !important; }

/* Mobile */
@media (max-width: 600px) {
  #masterContentArea .SearchResult.ClearFix { flex-direction: column !important; }
  #masterContentArea .SearchResultAdditionalImage { width: 100% !important; height: 180px !important; }
  #masterContentArea .SearchField { flex-wrap: wrap !important; }
}

/* ============================================
   iMIS Event List iPart
   Classes: .SearchResultSummary, .ListItemTitle,
   .SearchResultAdditionalImage, .Description,
   .ImageSection, .rgRow, .rgAltRow
   ============================================ */

/* Hide the panel heading "Events" title and Add button — page has its own hero */
#masterContentArea .iMIS-WebPart .panel-heading.Distinguish { display: none !important; }

/* Hide search bar and inactive checkbox — clean public-facing list */
#masterContentArea .iMIS-WebPart .SearchField,
#masterContentArea .iMIS-WebPart .PanelInactiveResults,
#masterContentArea .iMIS-WebPart .pt-3.AutoWidth { display: none !important; }

/* Remove RadGrid table styling */
#masterContentArea .iMIS-WebPart .rgMasterTable { border: none !important; background: none !important; width: 100% !important; }
#masterContentArea .iMIS-WebPart .rgMasterTable thead { display: none !important; }
#masterContentArea .iMIS-WebPart .rgRow td,
#masterContentArea .iMIS-WebPart .rgAltRow td { background: none !important; border: none !important; padding: 0 0 1.5rem 0 !important; }

/* Each event card */
#masterContentArea .iMIS-WebPart .SearchResultSummary { background: #ffffff !important; border-radius: 12px !important; overflow: hidden !important; box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important; transition: transform 0.2s, box-shadow 0.2s !important; }
#masterContentArea .iMIS-WebPart .SearchResultSummary:hover { transform: translateY(-3px) !important; box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important; }

/* Title bar */
#masterContentArea .iMIS-WebPart .ListItemTitle.SearchResultLink { padding: 14px 16px 10px !important; border-bottom: 1px solid #f0f0f0 !important; }
#masterContentArea .iMIS-WebPart .ListItemTitle.SearchResultLink a { font-size: 16px !important; font-weight: 700 !important; color: #004716 !important; text-decoration: none !important; line-height: 1.4 !important; display: block !important; }
#masterContentArea .iMIS-WebPart .ListItemTitle.SearchResultLink a:hover { color: #FF8500 !important; }
#masterContentArea .iMIS-WebPart .ListItemTitle.SearchResultLink a:visited { color: #004716 !important; }

/* Image + description row */
#masterContentArea .iMIS-WebPart .SearchResult.ClearFix { display: flex !important; gap: 0 !important; }

/* Image */
#masterContentArea .iMIS-WebPart .ImageSection { flex-shrink: 0 !important; width: 160px !important; }
#masterContentArea .iMIS-WebPart .SearchResultAdditionalImage { width: 160px !important; height: 120px !important; object-fit: cover !important; display: block !important; border-radius: 0 !important; }

/* Description */
#masterContentArea .iMIS-WebPart .Description { flex: 1 !important; padding: 14px 16px !important; }
#masterContentArea .iMIS-WebPart .Description span { font-size: 14px !important; color: #555555 !important; line-height: 1.65 !important; }
#masterContentArea .iMIS-WebPart .Description strong { color: #004716 !important; font-weight: 700 !important; }

/* Panel body padding */
#masterContentArea .iMIS-WebPart .panel-body { padding: 20px !important; }

/* Refresh button — hide it */
#masterContentArea .iMIS-WebPart .RefreshButton { display: none !important; }

/* Responsive */
@media (max-width: 600px) {
  #masterContentArea .iMIS-WebPart .SearchResult.ClearFix { flex-direction: column !important; }
  #masterContentArea .iMIS-WebPart .ImageSection { width: 100% !important; }
  #masterContentArea .iMIS-WebPart .SearchResultAdditionalImage { width: 100% !important; height: 180px !important; }
}

/* 4-column grid */
.acmhn-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 1100px) { .acmhn-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .acmhn-grid-4 { grid-template-columns: 1fr; } }

/* Clickable cards — hover lift */
#masterContentArea a.acmhn-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); text-decoration: none; }
#masterContentArea a.acmhn-card h3 { color: #004716; }
#masterContentArea a.acmhn-card p { color: #666666; }

/* Event image — support both CSS background and lazy-loaded img child */
.acmhn-event-image { overflow: hidden; }
.acmhn-event-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

/* Accessibility: ensure button text contrast is always explicit */
#masterContentArea .acmhn-btn-primary,
#masterContentArea .acmhn-btn-primary:visited,
#masterContentArea .acmhn-btn-primary:hover { color: #1a1a1a !important; }
#masterContentArea .acmhn-btn-secondary,
#masterContentArea .acmhn-btn-secondary:visited { color: #004716 !important; }
#masterContentArea .acmhn-section-green .acmhn-btn-primary { background: #ffffff !important; color: #004716 !important; }
#masterContentArea .acmhn-section-green .acmhn-btn-primary:hover { background: #f0f0f0 !important; color: #004716 !important; }
#masterContentArea .acmhn-section-green .acmhn-btn-secondary { border-color: #ffffff !important; color: #ffffff !important; }
#masterContentArea .acmhn-section-green .acmhn-btn-secondary:hover { background: rgba(255,255,255,0.15) !important; color: #ffffff !important; }

/* ============================================
   NAV CONTRAST FIX — accessibility
   Removes opacity:0.85 that fails contrast check
   ============================================ */
#masterContentArea .RadMenu.RadMenu_Austin .rmLink,
.RadMenu.RadMenu_Austin .rmLink { opacity: 1 !important; }
#masterContentArea .nav-primary .RadMenu.RadMenu_Austin .rmRootLink .rmText,
.nav-primary .RadMenu.RadMenu_Austin .rmRootLink .rmText { color: #3a2a5e !important; opacity: 1 !important; }

/* ============================================
   JOB DETAIL PAGE — tighten iMIS RadGrid spacing
   ============================================ */
#masterContentArea .rgRow td,
#masterContentArea .rgAltRow td,
#masterContentArea .rgSelectedRow td { padding: 0 0 1.5rem 0 !important; }
#masterContentArea .rgRow td h3,
#masterContentArea .rgAltRow td h3,
#masterContentArea .rgSelectedRow td h3 { margin-top: 0 !important; margin-bottom: 0.5rem !important; }
#masterContentArea .rgRow td p,
#masterContentArea .rgAltRow td p,
#masterContentArea .rgSelectedRow td p { margin-bottom: 0.75rem !important; }
#masterContentArea .rgRow td br + br,
#masterContentArea .rgAltRow td br + br,
#masterContentArea .rgSelectedRow td br + br { display: none !important; }

/* ── SPONSOR BLOCKS ── */
.sponsor-section { margin: 40px 0; }
.sponsor-logo { max-width: 300px; height: auto; margin: 20px 0; display: block; }
.sponsor-description { margin: 15px 0; font-style: italic; color: #333; }

/* ── KEYNOTE SPEAKER BLOCKS ── */
.keynote-speaker { display: flex; gap: 30px; align-items: flex-start; margin: 30px 0; flex-wrap: wrap; }
.keynote-photo { flex-shrink: 0; width: 200px; text-align: center; }
.keynote-photo img { width: 200px; height: 200px; object-fit: cover; border-radius: 8px; border: 3px solid #563D82; display: block; }
.keynote-photo-placeholder { width: 200px; height: 200px; border-radius: 8px; border: 3px dashed #563D82; background: #f5f2fa; display: flex; align-items: center; justify-content: center; color: #563D82; font-size: 13px; text-align: center; padding: 10px; box-sizing: border-box; }
.keynote-bio h4 { margin: 0 0 4px 0; color: #563D82; font-size: 20px; }
.keynote-bio .keynote-title { font-style: italic; color: #555; margin: 0 0 12px 0; font-size: 15px; }
.keynote-bio .keynote-credentials { font-size: 14px; color: #777; margin: 0 0 12px 0; }

@media (max-width: 768px) {
    .sponsor-logo { max-width: 100%; }
    .keynote-speaker { flex-direction: column; align-items: center; }
    .keynote-photo, .keynote-photo img, .keynote-photo-placeholder { width: 160px; height: 160px; }
}

/* ── EVENT PAGE BUTTONS ── */
.button-container { display: flex; gap: 15px; margin: 30px 0; flex-wrap: wrap; }
.download-btn { display: inline-block; padding: 14px 28px; background: #FF8500; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; transition: all 0.3s ease; box-shadow: 0 4px 14px rgba(255,133,0,0.25); }
.download-btn:hover { background: #e67700; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,133,0,0.4); color: white; }
.download-btn.secondary { background: #563D82; box-shadow: 0 4px 14px rgba(86,61,130,0.25); }
.download-btn.secondary:hover { background: #4a3370; box-shadow: 0 6px 20px rgba(86,61,130,0.4); }
.download-btn.disabled { background: #cccccc; cursor: not-allowed; box-shadow: none; }
.download-btn.disabled:hover { background: #cccccc; transform: none; box-shadow: none; }

/* ── PRESENTATION BOX ── */
.presentation-box { background: #f5f2fa; border-left: 5px solid #FF8500; border-radius: 8px; padding: 25px 30px; margin: 30px 0; }
.presentation-box h3 { color: #FF8500; margin: 0 0 12px; font-size: 20px; }

@media (max-width: 768px) {
    .button-container { flex-direction: column; }
    .download-btn { width: 100%; text-align: center; box-sizing: border-box; }
}
