/****************************************/
/****************************************/
/**********  IMPORTANT  **********************/
/* THIS WEBSITE MUST USE REM FOR ALL SIZING */
/* EVERY SIZE IN PIXLES MUSE BE EVIDED BY 10 */
/* E.G: */
/* padding: 15px -> padding 1.5rem */
/* font-size: 42px -> font-size: 4.2rem */
/********************************************/
/**/
/**/

/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: KISS CONSULTING 
 * 
 *  Version: 1 - 18/07/2025   
 *
 *
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


:root{
	--black:#383838; 
	--blue:#30608B;
	--lightblue:#33ABDC;
	--green:#006838;
	--lightgreen:#98D34E;
	--orange:#F37934;
	--lightorange:#F5AC74;
	--yellow:#FFD31A;
	--white:#ffffff;
	
	--pillar-blue:#006893;
	--pillar-green:#009C50;
	--pillar-yellow:#F3C502;
	--pillar-orange:#EC9834;
	--pillar-red:#AD1054;
	--pillar-teal:#008C8C;
	
	--event-theme: #8AA2B7;
	--ambition-theme: #98D34E;
	--general-theme: #33ABDC;
	--education-theme: #30608B;
    --education-light: #8FC7E0;
	
	--news-article: #F2DB7F; /*yellow*/
	--media-release: #C3D8A4; /*green*/
	--policy-pulse: #ECC8AC; /*light orange*/
		
	--grey:#737778;
	--lightgrey:#B7B7B7;
	
	
	--heading-color: var(--lightblue);
	--link-color:  var(--lightblue);
	--button-bg:  var(--lightblue);
	--button-text: var(--white);
	--pillar-bg:  var(--lightblue);
	
	--button: #d05f27;
	--primary-button: #356ECC;
    --aux-link-color: #ffffff; 
	--aux-link-icon: #fdce07;
    --aux-bg: #3c4c9f;
    --nav-color: #000000;
	--nav-icon: #d82b27;
    --system-icon-color: #252E38;
    --system-icon-color-hover: #27A9CC;
	
	--auxr-link-color: #3c4c9f; 
	
	--border-radius: 12px;
}

/* Sustainability & Resilience Theme - Red */
body.sustainability-pillar, div.sustainability-pillar  {
  --heading-color: var(--pillar-red);
  --link-color:  var(--pillar-red);
  --button-bg:  var(--pillar-red);
  --button-text: var(--white);
  --pillar-bg:  var(--pillar-red);
  --hero-image: url(/images/RAI/Headers/Sustainability-Banner.jpg);
  --inset-image: url(/images/RAI/Icons/Sustainability-Icon.png);
  --pillar-tag-text: "Sustainability & Resilience";
}

/* Jobs & Skills Theme - Green */
body.jobs-pillar, div.jobs-pillar {
  --heading-color: var(--pillar-green);
  --link-color:  var(--pillar-green);
  --button-bg:  var(--pillar-green);
  --button-text: var(--white);
  --pillar-bg:  var(--pillar-green);
  --hero-image: url(/images/RAI/Headers/Jobs-Skills-Banner.jpg);
  --inset-image: url(/images/RAI/Icons/Jobs-Skills-Icon.png);
  --pillar-tag-text: "Jobs & Skills";
}

/* Population Theme - Blue */
body.population-pillar, div.population-pillar {
  --heading-color: var(--pillar-blue);
  --link-color:  var(--pillar-blue);
  --button-bg:  var(--pillar-blue);
  --button-text: var(--white);
  --pillar-bg:  var(--pillar-blue);
  --hero-image: url(/images/RAI/Headers/Population-Banner-2a.jpg);
  --inset-image: url(/images/RAI/Icons/Population-Icon.png);
  --pillar-tag-text: "Population";
}

/* Liveability Theme - Yellow */
body.liveability-pillar, div.liveability-pillar {
  --heading-color: var(--pillar-yellow);
  --link-color:  var(--pillar-yellow);
  --button-bg:  var(--pillar-yellow);
  --button-text: var(--white);
  --pillar-bg:  var(--pillar-yellow);
  --hero-image: url(/images/RAI/Headers/Liveability-Banner.jpg);
  --inset-image: url(/images/RAI/Icons/Liveability-Icon.png);
  --pillar-tag-text: "Liveability";
}

/* Productivity & Innovation Theme - Orange */
body.productivity-pillar, div.productivity-pillar {
  --heading-color: var(--pillar-orange);
  --link-color:  var(--pillar-orange);
  --button-bg:  var(--pillar-orange);
  --button-text: var(--white);
  --pillar-bg:  var(--pillar-orange);
  --hero-image: url(/images/RAI/Headers/Innovation-Banner-2.jpg);
  --inset-image: url(/images/RAI/Icons/Innovation-Icon.png);
  --pillar-tag-text: "Productivity & Innovation";
}

/* Health Theme - Teal */
body.health-pillar, div.health-pillar {
  --heading-color: var(--pillar-teal);
  --link-color:  var(--pillar-teal);
  --button-bg:  var(--pillar-teal);
  --button-text: var(--white);
  --pillar-bg:  var(--pillar-teal);
  --hero-image: url(/images/RAI/Headers/Health-Banner.jpg);
  --inset-image: url(/images/RAI/Icons/Health-Icon.png);
  --pillar-tag-text: "Health";
}

/* Events Theme - */
body.event-theme, div.event-theme {
  --heading-color: var(--event-theme);
  --link-color:  var(--event-theme);
  --button-bg:  var(--event-theme);
  --button-text: var(--white);
  --pillar-bg:  var(--event-theme);
  --hero-image: url(/images/RAI/Headers/Event-Banner.jpg);
  --inset-image: url(/images/RAI/Icons/Event-Icon.png);
  --pillar-tag-text: "RAI Events";
}

/* Ambition Theme -  */
body.ambition-theme, div.ambition-theme {
  --heading-color: var(--ambition-theme);
  --link-color:  var(--ambition-theme);
  --button-bg:  var(--ambition-theme);
  --button-text: var(--white);
  --pillar-bg:  var(--ambition-theme);
  --hero-image: url(/images/RAI/Headers/Ambition-Banner.jpg);
  --inset-image: url(/images/RAI/Icons/Ambition-Icon-v2.png);
  --pillar-tag-text: "Regionalisation Ambition";
}

/* General Theme -  */
body.general-theme, div.general-theme {
  --heading-color: var(--general-theme);
  --link-color:  var(--general-theme);
  --button-bg:  var(--general-theme);
  --button-text: var(--white);
  --pillar-bg:  var(--general-theme);
  --hero-image: url(/images/RAI/Headers/General-Banner.jpg);
  --inset-image: url(/images/RAI/Icons/Ambition-Icon.png);
  --pillar-tag-text: "Regional Australia";
}

/* Education Theme */
body.education-theme, div.education-theme {
    --heading-color: var(--education-theme);
    --link-color:  var(--education-theme);
    --button-bg:  var(--education-theme);
    --button-text: var(--white);
    --pillar-bg:  var(--education-theme);
    --hero-image: url(/images/RAI/Headers/education-banner.jpg);
    --inset-image: url(/images/RAI/Icons/education-icon.png);
    --pillar-tag-text: "Education Programs";
}

body.darkblue, body.DarkBlue, body.Darkblue {
  --heading-color: var(--blue);
  --link-color:  var(--blue);
  --button-bg:  var(--blue);
  --button-text: var(--white);
}

body.green, body.Green {
  --heading-color: var(--green);
  --link-color:  var(--green);
  --button-bg:  var(--green);
  --button-text: var(--white);
}

body.red, body.Red {
  --heading-color: var(--red);
  --link-color:  var(--red);
  --button-bg:  var(--red);
  --button-text: var(--white);
}

body.orange, body.Orange {
  --heading-color: var(--orange);
  --link-color:  var(--orange);
  --button-bg:  var(--orange);
  --button-text: var(--white);
}

body.lime, body.Lime {
  --heading-color: var(--lightgreen);
  --link-color:  var(--lightgreen);
  --button-bg:  var(--lightgreen);
  --button-text: var(--white);
}

body.yellow, body.Yellow {
  --heading-color: var(--yellow);
  --link-color:  var(--yellow);
  --button-bg:  var(--yellow);
  --button-text: var(--white);
}

body.news-article {
  --heading-color: var(--news-article);
  --link-color:  var(--news-article);
  --button-bg:  var(--news-article);
  --button-text: var(--white);
}

body.media-release {
  --heading-color: var(--media-release);
  --link-color:  var(--media-release);
  --button-bg:  var(--media-release);
  --button-text: var(--white);
}

body.policy-pulse {
  --heading-color: var(--policy-pulse);
  --link-color:  var(--policy-pulse);
  --button-bg:  var(--policy-pulse);
  --button-text: var(--white);
}


body, p, a, p a, input, button, select, textarea, li {
    font-family: "Source Sans 3", sans-serif !Important;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .PageTitle, .PanelTitle, .SectionTitle, .SectionLabel, .SectionLabelSmaller, .carousel h1, .carousel h2, .carousel h3, .carousel h4, .carousel h5 {
    font-family: "Bebas Neue", sans-serif !Important;
	letter-spacing: 0.05rem;
	font-weight: normal;
}

h2.panel-title > a {
    font-family: "Bebas Neue" !important;
}

.panel-heading.Distinguish, .panel-group .panel-heading, .PanelHead.Distinguish, .TitleBarCaption {
    padding: 6px 0px;
    border-bottom: none;
}

.panel-description {
    padding-left: 0;
    margin-top: 1rem;
}

.PageHeading .carousel-inner.bg-img>.item {
    background-color: transparent;
}

@media (max-width: 768px){
	.PageHeading .carousel-inner.bg-img>.item {
		height: auto !important;
		min-height: 800px;
	}
}
.increase-spacing li {
	margin-bottom: 1.5rem;
}

/* ==========================================================================
   PILLARS
   ========================================================================== */

.pillar-logo-layout {
    display: flex;
    gap: 1rem;
}
  
.pillar-logo {
    background-color: var(--pillar-bg);
    clip-path: circle();
    padding: 20px;
    width: 200px;
}   

.pillar-logo img {
  transition: transform 0.3s ease;
}

.pillar-logo a:hover img {
  transform: translateY(-10px) scale(1.05); /* moves up + grows by 5% */
}

.carousel-control.left, .carousel-control.right  {
	background-image: none;
}

.carousel-control {
	width: 5%;
}

.sustainability-pillar .carousel-caption, .population-pillar .carousel-caption, .jobs-pillar .carousel-caption, .liveability-pillar .carousel-caption, .productivity-pillar .carousel-caption, .health-pillar .carousel-caption, .event-theme .carousel-caption, .ambition-theme .carousel-caption, .general-theme .carousel-caption, .education-theme .carousel-caption {
    left: 0px;
    right: 0px;
    bottom: auto;
	top: 1rem;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

/* Layout container */
.pillar-container {
  position: relative;
  display: flex;
  flex-wrap: wrap; /* allow stacking on small screens */
  margin: 0 auto;
  overflow: hidden;
}

/* White text box */
.pillar-text {
  flex: 1 1 33%; /* grow/shrink, base 33% */
  padding: 20px;
  background: white;
  z-index: 1;
  min-width: 300px;
  min-height: 380px;
}

.internal-header .pillar-text {
  flex: 1 1 33%; /* grow/shrink, base 33% */
  padding: 20px;
  background: white;
  z-index: 1;
  min-width: 300px;
  min-height: 380px;
}

.hero-image {
  flex: 1 1 66%;
  width: 100%;
  position: relative;
  z-index: 0;
}

.hero-image {
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
  border-radius: 0px 15px 0px 15px;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-image img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  border-radius: 0px 15px 0px 15px;
}

.internal-header .hero-image {
  width: 100%;
  min-height: 360px !important;
  /* object-fit: cover; */ 
  border-radius: 0px 15px 0px 15px;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.internal-header .hero-image img {
  width: 100%;
  min-height: 360px !important;
  object-fit: cover;  
  border-radius: 0px 15px 0px 15px;
}

/* Logo container */
.inset-logo {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  background-color: var(--white);
  border-radius: 0px 25px 0px 5px;
  padding: 20px 20px 0px 0px;
  left: 33.5%;
}

.internal-header .inset-logo {
	padding: 20px 20px 0px 0px;
}

.pillar-bg {
  border-radius: 0px 15px 0px 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  
  background-image: var(--inset-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;    
}

.internal-header .pillar-bg {
  width: 100px;
  height: 100px;
}

.pillar-bg img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px){

	.inset-logo {
		left: 0;
	}
	.pillar-bg {
		width: 75px;
		height: 75px;
	}
	.internal-header .inset-logo {
	padding: 20px 20px 0px 0px;
	}
	.internal-header .download-btn {
	padding-top: 1rem;
	}
	.pillar-logo-layout {
    flex-direction: column;
	align-items: center;
}
}



.pillar-tag {
    color: var(--black);
    background-color: var(--white);
   /* border: 0.3rem solid var(--blue);*/
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 1rem;
    border-radius: 0px 15px 0px 15px;
    text-transform: uppercase;
}

.pillar-tag {
	border: 0.3rem solid var(--pillar-bg);
}

.pillar-tag::before {
	content: var(--pillar-tag-text);
}

.sustainability-pillar .carousel-caption .TextButton, .population-pillar .carousel-caption .TextButton, .jobs-pillar .carousel-caption .TextButton, .liveability-pillar .carousel-caption .TextButton, .productivity-pillar .carousel-caption .TextButton, .health-pillar .carousel-caption .TextButton, .event-theme .carousel-caption .TextButton, .ambition-theme .carousel-caption .TextButton, .general-theme .carousel-caption .TextButton, .education-theme .carousel-caption .TextButton {
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 0px 15px 0px 15px;
    text-transform: uppercase;
}

.sustainability-pillar .carousel-caption h1:not(.HeaderRow *),
.population-pillar .carousel-caption h1:not(.HeaderRow *),
.jobs-pillar .carousel-caption h1:not(.HeaderRow *),
.liveability-pillar .carousel-caption h1:not(.HeaderRow *),
.productivity-pillar .carousel-caption h1:not(.HeaderRow *),
.health-pillar .carousel-caption h1:not(.HeaderRow *),
.event-theme .carousel-caption h1:not(.HeaderRow *),
.ambition-theme .carousel-caption h1:not(.HeaderRow *),
.general-theme .carousel-caption h1:not(.HeaderRow *),
.education-theme .carousel-caption h1:not(.HeaderRow *),
.sustainability-pillar h1:not(.HeaderRow *),
.population-pillar h1:not(.HeaderRow *),
.jobs-pillar h1:not(.HeaderRow *),
.liveability-pillar h1:not(.HeaderRow *),
.productivity-pillar h1:not(.HeaderRow *),
.health-pillar h1:not(.HeaderRow *) 
.event-theme h1:not(.HeaderRow *)
.ambition-theme h1:not(.HeaderRow *)
.general-theme h1:not(.HeaderRow *)
.education-theme h1:not(.HeaderRow *){
    padding-top: 1.5em;
    text-transform: uppercase;
    font-size: 3.5rem;
}

.internal-header .carousel-caption h1, .internal-header h1 {
    padding-top: 1em;
    text-transform: uppercase;
    font-size: 3rem;
	color: var(--heading-color) !important;
}


p.MetaDetails {
    font-weight: 600;
    font-size: 1.6rem;
    padding-bottom: 1em;
}

.internal-header p.MetaDetails {
    padding-bottom: 0;	
}

.internal-header .download-btn {
	padding-top: 0.5rem;
}

.internal-header .HeaderBtn {
     margin-right: 1em;
}

.sustainability-pillar h2,
.population-pillar h2,
.jobs-pillar h2,
.liveability-pillar h2,
.productivity-pillar h2,
.health-pillar h2,
.sustainability-pillar h3,
.population-pillar h3,
.jobs-pillar h3,
.liveability-pillar h3,
.productivity-pillar h3,
.health-pillar h3 {
	color: var(--heading-color) !important;
}



h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
} 

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
  color: var(--heading-color) !important;
}

a {
  color: var(--link-color);
}

.btn, .Button, .TextButton, .RadGrid a.TextButton, .RadGrid a.btn {
  background-color: var(--button-bg) !important;
  color: var(--button-text) !important;
}

.btn:hover, .Button:hover, .TextButton:hover, .RadGrid a.TextButton:hover {
  background-color: var(--button-text) !important;
  color: var(--button-bg) !important;
  box-shadow: 0px 0px 0 2px var(--button-bg) !important;
}
.radiobutton-buttons input[type="radio"]:checked+label {
    color: var(--button-text);
    background: var(--button-bg);
    border-color: rgba(0,0,0,0);
}
.HeaderRow {
	background: var(--heading-color);
	color: var(--white);
}

.HeaderRow h1 {
	color: var(--white);
}

.pillar-bg {
  background-color: var(--pillar-bg);
}


/* ==========================================================================
   PAGE LAYOUTS
   ========================================================================== */

header#hd > .pre-header ul.NavigationUnorderedList > li.support-us > a {
    padding: 1rem 1.4rem;
    background: var(--lightblue);
    text-decoration: none;
    color: var(--white);
	border-radius: 0px 15px 0px 15px;
    box-shadow: 0px 0px 0 2px transparent;
    font-size: 1.8rem;
    transition: all .2s ease-in-out;
}

    header#hd > .pre-header ul.NavigationUnorderedList > li.support-us > a:hover {
        color: var(--lightblue);
        box-shadow: 0px 0px 0 2px var(--lightblue);
        background: transparent;
    }
	
	header#hd > .pre-header ul.NavigationUnorderedList > li.support-us {
        padding: 1rem;
    }
	
/* header#hd > .pre-header ul.NavigationUnorderedList > li.support-us > a:before {
    content: "";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-white.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    margin-right: 1rem;
    vertical-align: middle;
}*/

.nav-auxiliary .nav-aux-account .nav-text {
    background-image: none;
}

@media (max-width: 768px){
	header#hd > .pre-header ul.NavigationUnorderedList > li.support-us > a {
		color: var(--green);
		text-transform: uppercase;
		font-weight: 800;
		background: transparent;
		font-size: 1.4rem;
	}
	header#hd > .pre-header ul.NavigationUnorderedList > li.sign-up > a:before {
		display: none;
	}
	header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) a:before {
		display: none;
	}
}

/* Footer */
footer#ft .footer-nav-copyright .row:nth-of-type(1) {
    display: none;
}
@media (min-width: 768px) {
footer#ft .footer-nav-copyright .row:nth-of-type(2) {
    padding: 3rem 0 0 0;
}
footer#ft .footer-nav-copyright .row:nth-of-type(3) {
    padding: 0 0 3rem 0;
}
}

#ft h4 {
    font-weight: 400;
}

#ft a.TextButton {
    background: var(--lightblue) !important;
}

#ft a.TextButton:hover {
    background: var(--white) !important;
    color: var(--lightblue) !Important;
    box-shadow: 0px 0px 0 2px var(--lightblue) !important;
}

@media (min-width: 768px) {
.col-primary > div> div > div > div.row .iMIS-WebPart > div {
    padding-top: 2rem;
}

.col-primary > div> div > div > div.row .iMIS-WebPart:last-of-type > div {
    padding-bottom: 2rem;
}
}

/* ==========================================================================
   HOMEPAGE - LATEST NEWS
   ========================================================================== */

.LatestNews tbody {
    display: flex;
    flex-wrap: wrap;
}

.LatestNews .rgRow, .LatestNews .rgAltRow {
    width: 25%;
    display: flex;
    }
	
@media (max-width: 768px) {
.LatestNews .rgRow, .LatestNews .rgAltRow {
    width: 100%;
}
}
	
.LatestNews td {
    width: 100%;
}

.NewsColumn {
    display: flex;
    text-align: left;
    padding: 2rem;
    height: 100%;
    flex-direction: column;
	background-color: var(--white);
	border-right: 1px solid var(--lightgrey);
    }

@media (max-width: 768px) {
	.NewsColumn {
		border-bottom: 1px solid var(--lightgrey);
		border-right: none;
	}
}
	
.NewsBtn {
    margin-top: auto;
    }

.LatestNews h4 {
    color: var(--lightblue);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.LatestNews p {
    margin-bottom: 1rem;
}

.LatestNews p.date {
    font-size: 1.6rem;
}

.LatestNews p.tag {
    font-size: 1.6rem;
    font-weight: 500;
}



.upcoming-events .panel-body, .upcoming-events .PanelBody {
  padding: 0;
}

.upcoming-events .imageWrapper,
.upcoming-events .image {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.upcoming-events .card {
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #dbdbdb;
}

.upcoming-events .card:hover, .upcoming-events .card:active, .upcoming-events .card:focus {
  cursor: pointer;
}

.upcoming-events .card:hover .image, .upcoming-events .card:active .image, .upcoming-events .card:focus .image {
  transform: scale(1.2);
}

.upcoming-events .card:hover .readMore, .upcoming-events .card:active .readMore, .upcoming-events .card:focus .readMore {
  color: #27A9CC;
}

.upcoming-events .card:hover .readMore:after, .upcoming-events .card:active .readMore:after, .upcoming-events .card:focus .readMore:after {
  margin-left: 15px;
  background: #27A9CC;
}

.upcoming-events .card-body {
  padding: 0;
}

.upcoming-events .details {
  display: block;
  padding: 25px;
}

.upcoming-events .QueryTemplateSet.row {
  flex-wrap: wrap;
  padding: 0px !important;
  /*justify-content: space-between;*/
  gap: 2rem;
}

@media (max-width: 991px) {
  .upcoming-events .QueryTemplateSet.row {
    display: block;
  }
  .upcoming-events .QueryTemplateSet.row .card {
    max-width: 500px;
    margin: 0px auto 60px auto;
  }
  .upcoming-events .QueryTemplateSet.row section:last-of-type .card {
    margin-bottom: 0;
  }
}

.upcoming-events .row-cols-md-3 > * {
  width: 32%;
  padding: 0;
}

@media (max-width: 991px) {
  .upcoming-events .row-cols-md-3 > * {
    width: 100%;
  }
}

.upcoming-events .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.upcoming-events .pagination {
  display: none;
}



/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn, .button, .Button, .TextButton, .TextButtonWithImage, .RadUpload .ruButton, .RadUploadProgressArea .ruButton, #masterHeaderActionArea a {
	border-radius: 0px 15px 0px 15px;
	font-size: 1.8rem;
	font-weight: 500;
}

.PrimaryButton:hover, .SaveAndClose:hover, .SaveAs:hover, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButtonWithImage:hover, #masterHeaderActionArea a:hover, .RadGrid input.PrimaryButton:hover, .btn:hover, .TextButton:hover, .TextButtonWithImage:hover, .ruButton:hover, #masterHeaderActionArea a:hover, .RadGrid input.TextButton:hover, html input[type="button"]:hover {
    background: var(--white);
    color: var(--blue);
    overflow: overlay;
    box-shadow: 0px 0px 0 2px var(--lightblue);
    border: none !important;
}

.LargeButton, .LargeButton:focus, .LargeButton:visited {
    font-size: 3rem;
    font-weight: 700;
    padding: 2rem;
}

/* ==========================================================================
   SPEAKERS / PROFILES
   ========================================================================== */

	.SpeakerImg, .AuthorImg, .ProfileImg {
    clip-path: circle();
    width: 200px;
    }
	
	.Speakers tbody, .ProfileList tbody {
    display: flex;
    flex-wrap: wrap;
    }
    .Speakers .rgRow, .Speakers .rgAltRow {
    width: 25%;
    display: flex;
    }
	.ProfileList .rgRow, .ProfileList .rgAltRow {
    width: 33%;
    display: flex;
    }

	@media (max-width: 768px) {
	.ProfileList .rgRow, .ProfileList .rgAltRow, .Speakers .rgRow, .Speakers .rgAltRow {
    width: 50%;
    display: flex;
    }
	}
	@media (max-width: 480px) {
	.ProfileList .rgRow, .ProfileList .rgAltRow, .Speakers .rgRow, .Speakers .rgAltRow {
    width: 100%;
    display: flex;
    }
	}
    .Speakers td, .ProfileList td {
    width: 100%;
    }
    .Speakers .BlockTLItem, .ProfileList .BlockTLItem {
    border-bottom: none;
    }
    .SpeakerColumn, .ProfileColumn {
    display: flex;
    text-align: center;
    padding: 2rem;
    height: 100%;
    flex-direction: column;
    }
	.ProfileBio {
    display: flex;
	}
	@media (max-width: 768px) {
		.ProfileBio {
		flex-direction: column;
		}
	}
	.BioImg {
    flex: 0 0 200px;
	margin-right: 3rem;
	}
	.BioText {
    flex: 1; 
    min-width: 0; 
}
	.ProfileList .ProfileName, .BioText .BioName {
	color: var(--heading-color);
	font-family: "Source Sans 3", san-serif !important ;
	font-size: 2.9rem;
	letter-spacing: 0.05rem;
	font-weight: normal;
	margin-top: 18px;
    margin-bottom: 9px;
	}
	.ProfileList .ProfileRole {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
	}
	.ProfileList .ProfileLocation {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
	}
	.ProfileList .ProfileQuals {
    font-size: 1.5rem;
    font-style: italic;
	}
	.BioText .BioRole {
    font-weight: 600;
    margin-bottom: 0.4rem;
	}
	.BioText .BioLocation {
    margin-bottom: 0.5rem;
	}
	.BioText .BioQuals {
    font-style: italic;
	margin-bottom: 1rem;
	}
	.BioText .BioLinks {
    margin-top: 2rem;
	}
	.BioLinks img.BioLinkedIn, .BioLinks img.BioEmail {
    width: 40px;
    margin-right: 2rem;
	}
    .SpeakerBtn, .ProfileBtn {
    margin-top: auto;
    }
   /* .BioButton, .BioButton:focus, .BioButton:visited, .RadGrid a.ProfileButton, .ProfileButton, .ProfileButton:focus, .ProfileButton:visited {
    color: var(--button-text) !important;
    background: var(--button-bg) !important;
	border: 0.4rem solid var(--button-bg);
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem 3rem;
    border-radius: 0px 15px 0px 15px;
    }*/
	
	a.ProfileButton:hover {
    background: var(--button-text) !important;
    color: var(--button-bg) !important;
}


/* ==========================================================================
   RESOURCE CARDS / SUBMISSIONS / RESEARCH / NEWS
   ========================================================================== */

/* Base: 2-column grid */
.resources .rgMasterTable tbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
/* Base: 3-column grid */
.resources.three-across .rgMasterTable tbody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Each cell acts as a grid item */
.resources .rgMasterTable tbody td {
  display: flex;
  box-sizing: border-box;
  height: 100%;
}

/* Mobile: collapse to 1 column */
@media (max-width: 768px) {
  .resources .rgMasterTable tbody {
    grid-template-columns: 1fr;
  }
}

	.submission {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
	margin-bottom: 3rem; 
	}
	.submission.four-across {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
	margin-bottom: 3rem; 
	}
/* Mobile: collapse to 1 column */
@media (max-width: 768px) {
  .submission {
    grid-template-columns: 1fr;
  }
}	

	.resources .resource-card, .submission .resource-card {
	flex: 1;
	display: flex;
	border: 1px solid var(--lightgrey);
	}

	.resources .image-container {
    width: 30%;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	
	.resource-card .news img {
    max-height: 150px;
	}
	
	.resources .resource-content {
    width: 70%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
	}
	.resources.three-across .resource-content {
    width: 100%;
}
	.submission .resource-content {
    width: 100%;
	padding: 2rem;
	display: flex;
    flex-direction: column;
	}
	
	.resources p.resource-title, .submission p.resource-title {
    font-size: 2rem;
    font-weight: 600;
	}
	
	.resources .tag, .submission .tag {
    font-size: 1.6rem;
    text-align: right;
	}
	.resources .publish-date, .submission .publish-date {
    font-size: 1.6rem;
	}
	.resources .resource-desc, .submission .resource-desc {
    display: -webkit-box;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 2rem;
	}
	.resources .resource-link, .submission .resource-link {
    margin-top: auto;
	}
	
    .RadGrid a, .RadToolTip a {
    color: var(--link-color) !important;
    text-decoration: none;
    }


/* ==========================================================================
   PROJECT CARDS 
   ========================================================================== */
   .projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}

	.project-content {
    align-self: flex-start;
    flex-grow: 1;
    align-items: flex-start;
    padding: 4rem 4rem 4rem 4rem;
}
   .project-card {
    background: #fff;
	border: 1px solid #dedede;
}
   .project-card img {
    max-height: 21rem;
    min-height: 21rem;
    width: 100%;
    object-fit: cover;
}

	.project-report {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
	.project-report a.Button {
    white-space: nowrap;
}
	.project-report-title {
    margin-left: 2rem;
}

/* ==========================================================================
   INFOGRAPHIC
   ========================================================================== */

	.infographic {
            background: white;
            padding: 1.5rem 2rem;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            text-align: center;
        }

        .info-title {
            font-size: 2.5rem;
            font-weight: 900;
            letter-spacing: 0.1px;
            margin-bottom: 1rem;
            line-height: 1;
			min-height: 75px;
        }

        .info-icon {
            width: 140px;
            height: 140px;
            margin: 0 auto 10px;
        }

        .info-icon img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .info-description, .info-description p {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.4;
        }
		
		.info-description {
			min-height: 95px;
		}

        .info-stat-population {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            gap: 1rem;
        }

        .person-icon {
            width: 1.8rem;
        }

        .info-population {
            font-size: 4rem;
            font-weight: 900;
        }
		
		.info-population.orange {
			color: var(--orange);
		}
		.info-population.blue {
			color: var(--blue);
		}
		.info-population.green {
			color: var(--green);
		}
		.info-population.lightblue {
			color: var(--lightblue);
		}
		.info-population.lime {
			color: var(--lightgreen);
		}

        .info-stat-growth {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

        .info-arrow {
            height: 50px;
            width: 25px;
        }

        .info-percentage {
            font-size: 4rem;
            font-weight: 900;
            color: var(--grey);
        }
   
/* ==========================================================================
   RESEARCH REPORT AUTHORS
   ========================================================================== */
	
.report-author .row {
    padding-bottom: 1em;
}	

.report-author h4 {
    font-size: 2.2rem;
}
	
.report-author h5 {
    font-size: 2rem;
    font-style: italic;
}

/* ==========================================================================
   HOMEPAGE SCROLLING LOGOS
   ========================================================================== */
    /* liScroll base styles */
    .tickercontainer { /* the outer div with the black border */
    background: #fff;
    border-radius:5px;
    width: 285px;
    height: 85px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    }
    ul.newsticker { /* that's your list */
    position: relative;
    left: 750px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
    ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    margin-right:2rem;
    }
    ul.newsticker img.SupporterImg {
    max-height: 85px;
    max-width: 200px;
    }
    ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #ff0000;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
    }
    ul.newsticker span {
    margin: 0 10px 0 0;
    }
    @media(min-width:768px){
    .tickercontainer { /* the outer div with the black border */
    background: #fff;
    border-radius:5px;
    width: 100%;
    height: 150px;
    margin: 0 auto 2rem auto;
    padding: 0;
    overflow: hidden;
    }
    .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    }
    ul.newsticker { /* that's your list */
    position: relative;
    left: 750px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
    ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    margin-right:4rem;
    }
    ul.newsticker img.SupporterImg {
    max-height: 150px;
    max-width: 200px;
    }
    ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #ff0000;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
    }
    ul.newsticker span {
    margin: 0 10px 0 0;
    }
    }
	
	
/* ==========================================================================
   FLIP CARDS
   ========================================================================== */


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  max-width: 350px;
  height: 450px;
  border: 1px solid var(--lightgrey);
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin:0px auto;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s !important;
  transform-style: preserve-3d !important;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg) !important;
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute !important;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #f9f9f9;
  color: black;
  /* padding: 2rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style the back side */
.flip-card-back {
  background-color: #f9f9f9;
  color: white;
  transform: rotateY(180deg);
}

a.flip-card-back{
  transform:translateX(-50%) rotateY(180deg);
  color:#ffffff;
}

a.flip-card-front{
  transform:translateX(-50%);
}

.round .flip-card-front,
.round .flip-card-back{
  border-radius:10px;
  overflow:hidden;
}

.circle .flip-card-front,
.circle .flip-card-back{
  border-radius:300px;
  overflow:hidden;
}

.flip-card-back .content{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:20px;
  right:20px;
}

.circle .flip-card-back .content{
  margin-top:20px;
}

.flip-card h1,
.flip-card h2,
.flip-card h3,
.flip-card h4,
.flip-card h5,
.flip-card h6{
  line-height:1.2;
  color:#fff;
}

.flip-card h1{
	font-size:200%;
}

.flip-card-front img{
  width:100%;
  max-width:300px;
  height: 300px!important;
}

.col-sm-3 .flip-card,
.col-sm-3 .flip-card-front img{
  width:100%;
  max-width:250px;
  height:250px!important;
}

.col-sm-3 .flip-card-back h1{
  font-size: 200%;
}

.red .flip-card-back {
  background-color: var(--qs-red);
}	

.pink .flip-card-back{
	background-color: var(--qs-pink);
    color:#000;
}

.pink .flip-card-back h1, .pink .flip-card-back h2, .pink .flip-card-back h3,
.pink .flip-card-back h4, .pink .flip-card-back h5, .pink .flip-card-back h6,
.pink .flip-card-back a, .pink .flip-card-back a:visited{
  color:#000;
}

.orange .flip-card-back{
	color:#000;
	background-color:var(--qs-orange);
}

.orange .flip-card-back h1, .orange .flip-card-back h2, .orange .flip-card-back h3,
.orange .flip-card-back h4, .orange .flip-card-back h5, .orange .flip-card-back h6,
.orange .flip-card-back a, .orange .flip-card-back a:visited{
  color:#000;
}

.brown .flip-card-back {
  background-color: var(--qs-brown);
}


.yellow .flip-card-back{
	background-color: var(--qs-yellow);
	color:#000;
}

.yellow .flip-card-back h1, .yellow .flip-card-back h2, .yellow .flip-card-back h3,
.yellow .flip-card-back h4, .yellow .flip-card-back h5, .yellow .flip-card-back h6,
.yellow .flip-card-back a, .yellow .flip-card-back a:visited{
  color:#000;
}

.green .flip-card-back {
  background-color: var(--qs-green);
  color:#fff;
}

.lime .flip-card-back{
  background-color: var(--qs-lime);
  color:#000;
}

.lime .flip-card-back h1, .lime .flip-card-back h2, .lime .flip-card-back h3, 
.lime .flip-card-back h4, .lime .flip-card-back h5, .lime .flip-card-back h6,
.lime .flip-card-back a, .lime .flip-card-back a:visited{ 
  color:#000;
}

.blue .flip-card-back {
  background-color: var(--qs-blue);
  color:#fff;
}

.sky .flip-card-back{
  background-color: var(--qs-sky);
  color:#000;
}

.sky .flip-card-back h1, .sky .flip-card-back h2, .sky .flip-card-back h3,
.sky .flip-card-back h4, .sky .flip-card-back h5, .sky .flip-card-back h6,
.sky .flip-card-back a, .sky .flip-card-back a:visited{
  color:#000;
}

.navy .flip-card-back {
  background-color: var(--qs-navy);
}

.purple .flip-card-back {
  background-color: var(--qs-purple);
}

.violet .flip-card-back{
	background-color: var(--qs-violet);
	color:#000;
}

.violet .flip-card-back h1, .violet .flip-card-back h2, .violet .flip-card-back h3,
.violet .flip-card-back h4, .violet .flip-card-back h5, .violet .flip-card-back h6,
.violet .flip-card-back a, .violet .flip-card-back a:visited{
    color:#000;
}

.grey .flip-card-back{
	background-color: var(--qs-grey);
	color:#000000;
}

.grey .flip-card-back h1, .grey .flip-card-back h2, .grey .flip-card-back h3,
.grey .flip-card-back h4, .grey .flip-card-back h5, .grey .flip-card-back h6,
.grey .flip-card-back a, .grey .flip-card-back a:visited{
    color:#000000;
}

.charcoal .flip-card-back {
  background-color: var(--qs-charcoal);
  color:#ffffff;
}


@media(min-width:768px) and (max-width:900px){
  .flip-card,
  .flip-card-front img{
    max-width:200px;
    height:200px!important;
  }
  
  .col-sm-3 .flip-card,
  .col-sm-3 .flip-card-front img{
    max-width:150px;
    height: 150px!important;
  }
 
}

@media(min-width:901px) and (max-width:1170px){
  .flip-card,
  .flip-card-front img{
    max-width:250px;
    height:250px!important;
  }
  
  .col-sm-3 .flip-card,
  .col-sm-3 .flip-card-front img{
    max-width:200px;
    height: 200px!important;
  }
 
}

/* ==========================================================================
   CONTACT US FORM
   ========================================================================== */
   
.contact-form .FormBuilder {
    border: 1px solid #efefef;
    max-width: 100%;
    padding: 0rem;
    background: white;
    box-shadow: 2px 3px 20px 0 #dcdcdc;
}
.contact-form label {
    font-weight: 400;
}

/* ==========================================================================
   EVENT REGISTRATION
   ========================================================================== */
   .SummaryFloat:not(.EasyEditOn) .FloatArea-Wrapper {
    /*top: 125px;*/
    right: 0;
    left: 65%;
    max-width: 400px;
}
   .SummaryFloat:not(.EasyEditOn) .FloatArea {
    top: 100px;
}
	.EventSummary {
    background-color: transparent;
    }
	.mt-2, .my-2 {
    margin-top: .5rem !important;
    margin-bottom: 2rem !important;
}
	.RegistrationArea.card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
	.RegistrationArea div:not(.PriceOverrideForm)>.TextButton {
    margin-bottom: 1em;
    border-radius: 0px 15px 0px 15px;
}
	.RegistrationArea div:not(.PriceOverrideForm)>.SmallButton {
    max-width: 220px;
    padding: 1rem 1.4rem;
    border-radius: 0px 15px 0px 15px;
    box-shadow: none;
}
	.EventDisplay .PricingData {
    padding-top: 1em;
    flex-direction: column;
}
	.RegistrationArea .PhotoArea {
    text-align: center;
}
	.RegistrationArea .PhotoArea img {
    display: inline-block;
}
	.ContactLocationArea {
    width: 100%;
}
@media (min-width: 1025px) {
	.EventSummary .Description {
		padding: 0;
	}
}
	.EventSummary .Description {
	padding: 0;
}

	.PricingData .rgMasterTable label {
    font-weight: 600;
	color: var(--lightblue)
}
	.ProgramItemSummary .ListItemTitle a {
    font-weight: 500;
}

/* ==========================================================================
   PAST EVENT LISTING
   ========================================================================== */

    .past-events td .event-card  {
    padding: 1rem;
    border-radius: .7rem;
    border: 1px solid var(--light-grey);
    display: flex;
    position: relative;
    /* transition: top .5s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out !important; */
    top: 0;
    }
    .past-events td .event-card > div {
    width: 100%;
    padding: 0 1.5rem;
    }
    .past-events td .event-card > .timedate {
    max-width: 20%;
    padding-left: 0;
    }
    .past-events td .event-card > .timedate p {
    margin-bottom: 0;
    }
    .past-events td .event-card > .timedate > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    }
    .past-events td .event-card > .timedate p.date {
    font-size: 2.5rem;
    color: var(--lightblue);
    font-weight: 700;
    }
    .past-events td .event-card > .timedate p.month {
    text-transform: uppercase;
    font-size: 2.2rem;
    }
    .past-events td .event-card > .event-details {
    max-width: 100%;
    }
    .past-events td .event-card > .event-details p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.5rem;
    }
    .past-events td .event-card > .event-details p.category {
    color: var(--lightblue);
    }
    .past-events td .event-card > .event-details p.title > a {
    color: var(--lightblue) !important;
    font-size: 2rem;
    font-weight: bold !important;
    text-decoration: none;
    line-height: 2.5rem;
    }
    .past-events td .event-card > .event-details p.title {
    margin-bottom: 1.5rem;
    }
    .past-events td .event-card > .event-details p.time br {
    display: none;
    }
    .past-events td .event-card > .event-details p.event-warnings + p {
    margin-top: 1.5rem;
    color: var(--orange);
    font-size: 1.6rem;
    line-height: 1.38;
    font-weight: 700;
    }
    .past-events td .event-card > .event-details > div > p {
    font-size: 1.6rem;
    }
    .past-events td .event-card > .image-container {
    max-width: 20%;
    padding-right: 0;
    }
    .past-events td .event-card > .image-container img {
    width: 100% !important;
    border-radius: .7rem;
    }
    .past-events td .event-card > .event-details p.event-warnings + p {
    margin-bottom: 1.5rem;
    }

/* ==========================================================================
   DONATION / GIFT
   ========================================================================== */
   .DonationAmbition .GiftItemName {
    display: none;
	}
	.ButtonPanel {
    width: 1245px;
    margin: 0 auto 3rem auto;
	}

/* ==========================================================================
   QUOTE
   ========================================================================== */
	.quote-container {
    max-width: 900px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    }
    .quote-card {
    background: color-mix(in srgb, var(--education-light) 40%, white); 
    border-left: 5px solid var(--education-theme); 
    border-radius: 0px 15px 0px 15px;
    padding: 40px 30px; 
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }
    .quote-icon {
    color: var(--education-light); 
    font-size: 64px; 
    font-family: Georgia, serif;
    position: absolute;
    top: 10px;
    left: 170px; 
    opacity: 0.5; 
    }
    .quote-content {
    display: grid;
    grid-template-columns: 140px 1fr; 
    align-items: center;
    gap: 10px 30px;
    }
    
    .profile-circle {
    width: 110px; 
    height: 110px; 
    border-radius: 50%;
    justify-self: center;
    }
    .quote-text {
    font-size: 1.6rem; 
    line-height: 1.6;
    color: var(--black);
    margin: 0 0 20px 0;
    font-weight: 400;
    padding: 10px 0px;
    }
    .quote-attribution {
    grid-column: 2;
    }
    .quote-attribution .name {
    display: block;
    font-weight: 700;
    font-size: 1.6rem; 
    color: var(--black);
    margin-bottom: 4px;
    }
    .quote-attribution .title {
    display: block;
    font-size: 1.4rem; 
    font-weight: 400;
    color: var(--grey);
    }
    /* Responsive adjustments */
    @media (max-width: 768px) {
    .quote-content {
    grid-template-columns: 1fr;
    text-align: center;
    }
    .quote-attribution {
    grid-column: 1;
    }
    .quote-icon {
    display: none;
    }
    .quote-card {
    padding: 30px 20px; 
    }
    }

/* ==========================================================================
   EDUCATION PROGRAM SECTIONS
   ========================================================================== */
/* Program section containers */
    .program-section {
    background: #f8f9fa;
    border-radius: 0px 15px 0px 15px;
    padding: 40px 35px;
    margin-bottom: 60px; 
    }
    .program-section.masterclass {
    border-top: 3px solid var(--education-theme);
    }
     .program-section.rising-leaders {
    border-top: 3px solid var(--lightgreen); 
    }
    .program-section.masterclass {
    border-top: 3px solid var(--education-theme); 
    }
    /* Section headings */
    .program-section h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    }
    .program-section .tagline {
    font-style: italic;
    margin-bottom: 1.5rem;
    }
    /* Responsive adjustments */
    @media (max-width: 768px) {
    .program-section {
    padding: 30px 20px;
    margin-bottom: 40px;
    }
    }   