/* Color Pallette:
#ffffcc; Light yellow / cream
#663300; Dark Brown
#cc9966; Light Brown


rgb(0,102,51) - Green
rgb(212,99,31) - Orange
rgb(51,0,102) - Blue
rgb(173,7,0) - Red */


/* Links */
a {
  color: #a25439;
  font-weight: 600;
}

a:hover {
  color: #aa101a;
  text-decoration: none;
}

/* Buttons and Blocks */
.mission-statement {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  border-radius: 10px;
  line-height: 1.5;
  padding: 1.33333em;
}

/* Buttons */
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
  background-color: #dc6648;
  border-color: #dc6648;
}

.littlebutton.donatebutton {
  background-color: #c56747; 
}
@media screen and (min-width: 800px) {


  .genesis-nav-menu .menu-item.littlebutton.donatebutton:hover a,
  .genesis-nav-menu .menu-item.littlebutton.donatebutton:hover,
  .littlebutton.donatebutton:hover {
    background: #78361f;
    background-color: #78361f;
    color: #ffffff; 
  }
  .genesis-nav-menu .menu-item.littlebutton.sponsorbutton:hover a,
  .genesis-nav-menu .menu-item.littlebutton.sponsorbutton:hover,
  .littlebutton.sponsorbutton:hover {
    background: #78361f;
    background-color: #78361f;
    color: #ffffff; 
  }

}
.littlebutton.sponsorbutton {
  background-color: #aa101a; 
}

.littlebutton.bluebutton {
  background-color: #dc6648; /* Blue */
  border-color:#dc6648;
  margin-bottom: 6px;
  margin-right: 6px;
  color: #fff;
}
.littlebutton.bluebutton:hover {
  background-color: #a25439; /* Blue */
  border-color:#a25439;
  color: #fff;
}

.littlebutton.yellowbutton {
  background-color: #c99d61; /* Yellow */
  border-color:#c99d61;
  margin-bottom: 6px;
  margin-right: 6px;
  color: #fff;
}
.littlebutton.yellowbutton:hover {
  background-color: #a25439; 
  border-color:#a25439;
  color: #fff;
}

.littlebutton.sponsorbutton {
  background-color: #aa101a; /* Red */
  border-color:#aa101a;
  color: #fff;
}
.littlebutton.sponsorbutton:hover {
  background-color: #a25439; 
  border-color:#a25439;
  color: #fff;
}




.littlebutton a:hover {
  text-decoration: none;
}
.littlebutton .sub-menu a {
  color: #663300;
}
.button:hover {
  background-color:rgba(51,0,102,0.3);
  color: #000;
  text-decoration: none;
}

.genesis-nav-menu a {
  font-size: 15px;
  font-weight: 600;
}

/* Forms */
.page-id-20 .gform_wrapper {
  border-radius: 5px;
  background-color: #dfc4a0;
  color:#663300;
  padding: 30px;
}

.page-id-20 .gfield_label {
  color:#663300;
}

.page-id-20 .gform_button {
  background-color: #dc6648;
}
.page-id-20 .gform_button:hover {
  background-color: #a25439;
}

/* Gravity Forms - Sports Day Fundraising Event (Form ID 9) */
#gform_wrapper_9 {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0 20px;
  border-radius: 25px;
  width: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  background: #fff;
  z-index: 50;
  margin-left: -4em;
}
#gform_wrapper_9 form{
  margin-bottom: 0;
}
#gform_wrapper_9 .gform_heading {
  display: block !important;
  text-align: left;
  text-transform: uppercase;
  width: calc(100% + 40px);
  margin: -20px -20px 15px -20px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  background-color: #a25439;
  padding: 20px;
  border-radius: 25px 25px 0 0;
}
#gform_wrapper_9 .gform_description, #gform_wrapper_9 .gform_title {
  margin: 0 !important;
  padding: 0 !important;
}
#gform_wrapper_9 .gform_title {
  color: #fff !important;
  font-weight: 600;
}
#gform_wrapper_9 .gfield_label {
  color: #663300;
}
/* --- Ticket/Jersey Toggle --- */
#gform_wrapper_9 #field_9_9 .gfield_radio {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; */
  margin-bottom: 15px;
  margin-top: 15px;
}
#gform_wrapper_9 #field_9_9 .gchoice label {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  padding: 6px 0;
  font-weight: 600;
}
#gform_wrapper_9 #field_9_9 input {
  display: none;
}
#gform_wrapper_9 #field_9_9 input:checked + label {
  background: #c99d61;
  border-color: #a25439;
  color: #fff;
  font-weight: 600;
}
/* --- Preset Amount btn --- */
#gform_wrapper_9 #field_9_10 .gchoice {
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  max-width: none !important;
  box-sizing: border-box;
}
/* Label styled as button */
#gform_wrapper_9 #field_9_10 .gchoice label {
  display: block;
  padding: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f4f4f4;
}
/* --- person(s) Input --- */
#field_9_8 {
  width: 45%;
}
#input_9_8 {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: 600;
}
/* --- Name/Email/Phone Inputs --- */
#gform_wrapper_9 #input_9_1_3,
#gform_wrapper_9 #input_9_1_6,
#gform_wrapper_9 #input_9_2,
#gform_wrapper_9 #input_9_3 {
  border-radius: 6px;
}
/* Hide amount radios */
#gform_wrapper_9 #field_9_10 input {
  display: none !important;
}
#gform_wrapper_9 .gfield-choice-input + label {
  max-width: none !important;
}
#gform_wrapper_9 #field_9_10 input:checked + label {
  background: #c99d61;
  border-color: #a25439;
  color: #fff;
}
#gfield_instruction_9_8 {
  display: none !important;
}
/* person/people label */
#field_9_11 {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: -55% !important;
}
/* --- Submit Button --- */
#gform_wrapper_9 .gform_button{
  background-color: #a25439;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #a25439;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 1.8em;
  position: relative;
}
#gform_wrapper_9 .gform_button:hover {
  background-color: #aa101a !important;
  border: 1px solid #aa101a !important;
  color: white !important;

}
#gform_wrapper_9 #gform_submit_button_9 .ngong-road-gform-button-spinner {
  display: none;
  margin-left: 8px;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  background-image: url("/wp-content/plugins/gravityforms/images/spinner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  filter: brightness(0) invert(1);
}
#gform_wrapper_9 #gform_submit_button_9.is-loading .ngong-road-gform-button-spinner {
  display: inline-block;
}

#gform_wrapper_9 #gform_ajax_spinner_9 {
  display: none !important;
}

input[type="checkbox"], input[type="radio"] {
  margin-top: 0px !important;
}

.gf-no-label {
  margin-top: 0px !important;
  line-height: 1.2em;
}
#label_6_4_1 {
  line-height: 1.2em;
}

/* Make it Monthly Margin Fix */
li#field_21_4 {
  margin-top: -36px;
  margin-bottom: 30px;
}

body #input_16_1 {
  width: 100%;
}

/* Let's get brown! */

.site-header,
.front-page .site-header,
.site-header.dark {
  background-color: #a25439;
}

.fonrBrown a {
  color: #ffffff;
}


/* Layout */
.title-area {
  width: 200px;
}

.one-half div.aesop-component {
  margin-top: 0;
  margin-bottom: 0;
}
.reversed-callout {
  position: absolute;
  bottom: 0;
  width:100%;
  text-align: center;
  color:#fff;
  background-color: rgb(172, 11, 16);
  background-color: rgba(172, 11, 16, 1);
  font-weight: bold;
  padding:40px 15px;
}
/* Accomplishments Section */
#front-page-4 .solid-section {
  text-align: left;
}
#front-page-4 .solid-section .widgettitle {
  text-align: center;
}
#front-page-4 .solid-section .center{
  text-align: center;
  font-weight: bold;
}
#front-page-4 .solid-section .one-half img {
  display: block;
  margin: 0 auto;
}
.sidebar {
  margin-top: 170px;
}
.has-featured-image .sidebar {
  margin-top: 0;
}
.widget ul li {
	margin-bottom: 10px;
  padding: 0;
}
.widget ul li a{
	font-weight: 400;
}
.sidebar-menu, .widget_nav_menu {
  margin-top: 0;
}
.sidebar-menu, .widget_subpages, .widget_nav_menu  {
  padding: 30px 20px 20px;
  border: 1px solid #dfc4a0;
}
.sidebar-menu a, .widget_subpages a, .widget_nav_menu a {
  color: #663300;
}
.widget_nav_menu .sub-menu a {
  font-weight: 400;
}
.sidebar-menu a:hover, .widget_subpages a:hover, .widget_nav_menu a:hover {
  text-decoration: none;
  color: rgb(204,153,102);
}
.widget_subpages_current_page, .widget_nav_menu .current-menu-item {
  font-weight: bold;
}
.sidebar .menu > li, 
#menu-supportive-community > li,
#menu-schools > li {
  margin-bottom: 20px;
}
#menu-donation-options > li {
  margin-bottom: 10px;
}
.sidebar .menu > li.menu-item > a,
#menu-supportive-community > li.menu-item > a,
#menu-schools > li.menu-item > a {
  font-weight: 600;
  font-size: 21px;
  display: block;
  margin-bottom: 5px;
}
#menu-donation-options  li.menu-item  a {
  font-weight: 400;
  margin-left:15px;
}
.sidebar .menu li  ul.sub-menu li, 
#menu-supportive-community li  ul.sub-menu li, 
#menu-schools li  ul.sub-menu li {
  margin-left:15px;
}
.sidebar .menu .menu-item-has-children a,
#menu-supportive-community .menu-item-has-children a,
#menu-schools .menu-item-has-children a {
  color: #663300;
  font-size: 18px;
  font-weight: 400;
}
.sidebar .menu .menu-item-has-children a:hover,
#menu-supportive-community .menu-item-has-children a:hover,
#menu-schools .menu-item-has-children a:hover {
  color: #663300;
}
.sidebar .menu .sub-menu a,
#menu-supportive-community .sub-menu a,
#menu-schools .sub-menu a {
  color: #663300;
  font-size: 18px;
}
.sidebar .menu .sub-menu a:hover,
#menu-donation-options a:hover, 
#menu-supportive-community .sub-menu a:hover,
#menu-schools .sub-menu a:hover {
  color: #a25439;
}
.sidebar .menu .sub-menu .current-menu-item a,
#menu-donation-options li.current-menu-item a,
#menu-supportive-community .sub-menu .current-menu-item a,
#menu-schools .sub-menu .current-menu-item a {
  color: #a25439;
  font-weight: 600;
}
.sidebar {
  width: 300px;
}
.content {
  width: 840px;
}

.widget_nav_menu .menu .submenu li a {
  font-weight: 400 !important;
}

@media only screen and (max-width: 1200px) {
  .content {
    width: 600px;
  }
}
@media only screen and (max-width: 1010px) {
  .sidebar {
    margin-top: 0px;
  }
  .content,
  .sidebar,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

}

.image-section {
  /* less shading overlay for photos that are too dark */
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom,
  rgba(102, 51, 0, 0.0) 0%,
  rgba(0, 0, 0, 0.0) 65%,
  rgba(0, 0, 0, 0.6) 87%,
  rgba(0, 0, 0, 0.85) 100%)
  repeat scroll 0 0;
  /* more shading
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom,
  rgba(102, 51, 0, 0.0) 0%,
  rgba(0, 0, 0, 0.3) 60%,
  rgba(0, 0, 0, 0.6) 87%,
  rgba(0, 0, 0, 0.85) 100%)
  repeat scroll 0 0;
  */
}

.banner-image {
  width: 100%;
  margin-top: -38px;
  margin-bottom: 15px;
}

.childprofile {
  margin-bottom: 15px;
  text-align: center;
}

.childgriditem {
  min-height: 370px;
}

.child-block {
  display: inline-block;
  padding-top: 35px;
  width: 100%;
}

.childprofile span {
  display: block;
}

.childprofile .brownlink{
  margin-top: .5em;
}

.brownlink a {
  background-color: #663300;
  border-radius: 20px;
  padding: 0 20px 0 30px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.brownlink a:after {
  content: ' \25BA';
  font-size: 75%;
}

.brownlink a:hover {
  background-color: rgb(204, 153, 102);
  color: #fff;
}

.entry-content ul > li > ul > li {
  list-style-type: circle;
}

/* Footer magic */
.site-footer {
  padding: 0;
  background-color: #663300;
  color: #ffffff;
}

.site-footer p {
  color: #ffffff;
  text-transform: none;
  font-size: 20px;
}

.site-footer a {
  color: #ffffff;
}
.footer-row {
  overflow: hidden;
  margin: 80px 0 40px 0;
}
.credits {
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  color: #dfc4a0;
}
.site-inner {
  margin-top: 115px;
}

.brownlink {
  /*background-color: #663300;*/
  border-radius: 10px;
  padding: 0 10px;
  color: #ffffff;
}
.footerlogowrap {
  text-align: right;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 49px;
  background-color: #663300; /* dark brown */
  left: 0;
}

.footerlogo {
  position: relative;
  top: -32px;
  z-index: 10000
}

#footer-4 {
  margin-top: 20px;
  padding-top: 10px;
}

/* Make content wider */
.full-width-content .content {
  padding: 0 8% 50px;
}

/* Polaroid Picture Effect */
figure, figcaption {
  display: block;
}
.polaroid{
  display: inline-block;
  padding:0px 20px;
}
.polaroid figure{
  float:left;
  position:relative;
  width:200px;
  margin:10px 20px;
  padding: 6px 8px 10px 8px;
  -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
  -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
  box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
  background: #eee6d8;
  background: -webkit-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
  background: -moz-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
  background: -o-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
  background: -ms-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
  background: linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
  -webkit-transform:rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-backface-visibility:hidden; /*prevent rotated text being jagged in Chrome and Safari*/
  -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
  -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
  box-shadow: -4px 4px 8px -4px rgba(0, 0, 0, .75);
}
.polaroid figure:before {
  content: '';
  display: block;
  position: absolute;
  left:5px;
  top: -15px;
  width: 75px;
  height: 25px;
  background-color: rgba(222,220,198,0.7);
  left:150px;
  top: -15px;
  width: 55px;
  height: 25px;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
}
.polaroid figcaption{
  text-align:center;
  font-size:13px;
  color:#454f40;
  letter-spacing:0.09em;
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
.polaroid figure{
  -pie-background: linear-gradient(#ede1c9, #fef8e2 20%, #f2ebde 60%);
  behavior: url(assets/pie/PIE.htc);
  position:relative; /*required to make PIE work*/
  padding-top:10px\9;
  padding-right:10px\9;
}

.inline-headshot {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.child-photos {
  text-align: center;
}

.child-portrait.right-tnail {
  float: right;
  width: 250px;
  padding-left: 15px;
  padding-bottom: 15px;
}

#schoolmap {
  height: 500px;
  margin-bottom: 20px;
}

.oneslide {
  display: inline-block;
  padding: 10px;
}

.hidden {
  display: none;
}

.hide_price_label .ginput_product_price_label {
  display: none;
}

.genesis-nav-menu .sub-menu a {
  background-color: #c99d61;
  background-color: rgba(201,157,97,0.95);
  border-top: 1px solid #dfc4a0;
}
.genesis-nav-menu .sub-menu a:hover {
  background-color: #c99d61;
}
.genesis-nav-menu .sub-menu a:active {
  background-color: #c99d61;
}
/*.genesis-nav-menu .menu-item .sub-menu .current-menu-item {
background-color: rgb(204,153,102);
}*/


@media screen and (min-width: 800px) {


  .genesis-nav-menu .menu-item:hover > a,
  .genesis-nav-menu .menu-item a:hover {
    background-color: #c99d61;
    color: #fff;
  }

  .genesis-nav-menu .menu-item .sub-menu li.current-menu-item a,
  .genesis-nav-menu .menu-item .sub-menu a:hover {
    background-color: #a25439;
  }
    .genesis-nav-menu .sub-menu a:hover,
  .genesis-nav-menu .sub-menu li.current-menu-item > a {
    background-color: rgb(204,153,102);
    color: #fff;
  }
}




.downarrow {
  margin: 60px 0;
}
.row_of_children {
  overflow: hidden;
  margin-top: 140px;
}
.polaroid {
  overflow: hidden;
}

.gfield_label{
  font-weight: bold;
  color: #333;
}

.widget-title{
  font-weight: bold;
  color: #663300;
}
.widget-wrap ul li.cat-item a {
  font-weight: 400;
}
@media only screen and (max-width: 1020px) {
  .title-area {
    width: 100%;
  }
  .site-inner {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 800px) {
  .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu,
  .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
  .site-header .genesis-nav-menu.responsive-menu > li:hover > a,
  .site-header .genesis-nav-menu.responsive-menu a:hover {
    color: #ffffff;
    
  }
  .site-header .genesis-nav-menu .sub-menu li > a {
    padding: 10px 20px;
  }
  .site-header .genesis-nav-menu .sub-menu li.current-menu-item > a {
    background-color: #c99d61;
    padding: 10px 20px;
  }

  .littlebutton.donatebutton,
  .littlebutton.sponsorbutton {
    background-color: transparent;
  }
  .littlebutton.donatebutton a,
  .littlebutton.donatebutton a:hover {
    color: #dc6648; /* Green */
  }

  .littlebutton.sponsorbutton a,
  .littlebutton.sponsorbutton a:hover {
    color: rgb(212,99,31); /* Orange */
  }

}

.sponsor-news {
  min-height: 160px;
  height: auto;
  margin-bottom: 50px;
}

.sponsor-news ul {
  padding-bottom: 20px;
}


.scanned-docs-section {
    padding-bottom: 35px;
}

.divTableRow {
   display: -webkit-flex;
   display: flex;
   border: 1px solid rgb(192,192,192);
  /*-webkit-flex-direction: column;
   flex-direction: column;*/
   padding: 5px;
}
.answer {
   /* This will be twice as big as the small item. */
   -webkit-flex: 2 0 0;
   flex: 3 0 0;
   padding: 5px;

}
.question {
   -webkit-flex: 1 0 0;
   flex: 1 0 0;
   padding: 5px;
   font-weight: bold;
}

.sectionTitle {
  flex: auto;
  /*border-bottom: 1px solid #000;*/
}

.sectionTitle h2 {
  font-weight: bold;
  padding-top: 40px;
}

.sectionHeader h3 {
  padding-top: 40px;
  font-weight: 500;
}

.back {
  padding-top: 40px;
  font-weight: bolder;
  text-align: center;
}

/* Resource Hub - Styling */
.resource-hub {
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

.hub-header {
  text-align: center;
  margin-bottom: 3rem;
}
.hub-header h1 {
  font-size: 3rem;
  color: #a25439;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.hub-header p {
  color: #663300;
  font-size: 1.2rem;
  line-height: 1.6;
}

.resource-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

/* Level Tabs */
.level-tabs {
  margin-bottom: 2rem;
}
.tab-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tab-item {
  margin: 0;
}
.tab-btn {
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  border: none;
  border-bottom: 2px solid transparent;
  color: #663300;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
}
.tab-btn:hover{
  background: #fff;
  color: #a25439;
  border: 0px !important;
}
.category-button:hover {
  border: 0px !important;
}
.tab-btn.active {
  background: #fff;
  color: #a25439;
  border-bottom: 2px solid #a25439;
}

/* Tab Content */
.tab-content-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

/* Category Filter */
.category-filter {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.filter-label {
  margin-right: 1rem;
  font-size: 1.1rem;
  color: #663300;
  font-weight: 600;
}

/* Category Buttons */
.category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.category-button {
    padding: 0.5rem 0.75rem;
    background: #f0ead6; /* Light Beige */
    color: #663300; /* Dark Brown */
    border: 1px solid #dfc4a0; /* Light Brown */
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
}

.category-button:hover,
.category-button.active {
    background: #a25439; /* Light Brown */
    color: #fff;
    border-color: #a25439; /* Light Brown */
}

/* Resource Icon */
.resource-icon {
  font-size: 4rem;
  color: #a25439;
}

/* Loading Resources */
.loading-resources {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.spinner {
  border: 4px solid rgba(0,0,0,0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #a25439;
  animation: spin 1s linear infinite;
}

/* Resource Search */
.resource-search {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
  max-width: 75%;
}
.search-input {
  padding: 0.75rem 1rem;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: #fff;
  width: 100%;
  font-size: 1rem;
  color: #495057;
  padding-left: 2.5rem;
}
.search-input:focus {
  border-color: #a25439;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(162,84,57,0.15);
}
.search-button {
  cursor: pointer;
  background: #a25439;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 1rem;
}
.search-button:hover {
  background: #78361f;
  color: #fff;
}

/* No Resources */
.no-resources {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  color: #663300;
  text-align: center;
}
.no-resources .dashicons-warning {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #a25439;
}
.no-resources p {
  font-size: 1.2rem;
}

.resource-container{
  align-items: center;
  flex: 1 1 75%;
}

/* Resource Grid */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  /*flex: 1 1 75%;*/
}
.resource-card {
  background: #e6e3df;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resource-card:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}
.resource-thumbnail {
  height: 180px;
  background: #e6e3df;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.resource-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.resource-body {
  padding: 1.5rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resource-title {
  margin: 0 0 0.75rem;
  color: #343a40;
  font-size: 1.25rem;
  font-weight: 600;
}
.resource-meta {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}
.resource-link {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #c99d61;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: auto;
}
.resource-link:hover {
  background: #78361f;
  color: #fff;
}

.vertical-divider {
  width: 1px;
  background: #ddd;
  align-self: stretch;
}

.resource-news {
  flex: 0 0 20%;
  max-width: 20%;
}

.resource-news .news-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.resource-news .news-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.resource-divider {
  display: none;
}

.pagination-wrapper {
  margin-top: 2rem;
  text-align: center;
}

.pagination-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2rem auto 1rem;
  width: 100%;
  max-width: 80%;
}

.pagination {
  margin: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-btn {
  padding: 6px 14px;
  border: 1px solid #c99d61;
  background-color: #fff;
  color: #a25439;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.page-btn.active {
  background-color: #a25439;
  color: #fff;
  border-color: #a25439;
}

.breadcrumb{
  margin-bottom: 0 !important;
}

/*new css for Team members*/
.teamprofile {
  display: flex;
  flex: 0 0 calc(33.333% - 20px);
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.teamgriditem {
  min-height: 300px;
  margin-bottom: 5px;
}

.job-title-content {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

.teamprofile .teamname {
  display: inline-block !important;
}

.team-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.team-gallery .teamgriditem {
  flex: 1 1 30%; 
  margin-bottom: 20px; 
  max-width: 350px;
}

.teamgallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.teamgallery-row:not(:first-child) {
  margin-top: 40px !important;
}

.team-member-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

.team-member-image img,
.team-member-image svg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  object-position: top center;
}

/* Specific SVG styling */
.team-member-image svg {
  padding: 20%;
  background-color: #a25439;
  fill: none;
  stroke: #fff;
}

.excerpt-content {
  text-align: center;
  color: #555;
}

.learn-more-button {
  display: block;
  text-align: center;
  margin-top: 10px;
  background-color: #a25439;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.learn-more-button:hover {
  background-color: #78361f;
  color: white;
}

.teamname .dashicons {
  vertical-align: middle;
}

/* Clear margin for the last team member in each row */
.teamprofile:nth-child(3n) {
  margin-right: 0;
}

.staff-back-btn:hover{
  background: #a25439 !important;
  color: #fff !important;
}

.staff-profile-wrapper {
  display: flex;
  gap: 2%;
}

.staff-profile-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.staff-image-left {
  float: left;
  width: 42%;
}

.staff-image-left .staff-image {
  width: 100% !important;
  height: auto;
  display: block;
  object-fit: cover;
}

.staff-text-right {
  float: left;
  width: 56%;
}

.staff-back-btn {
  margin-top: 20px;
  display: inline-block;
}

.staff-image-left img {
  width: 100% !important;
  height: auto;
  display: block;
  object-fit: cover;
}

#gfield_instruction_9_8 {
  display: none !important;
}

/* Add media query for smaller screens */
@media screen and (max-width: 768px) {
  .teamprofile {
    flex: 0 0 calc(50% - 20px);
    margin-right: 0;
  }

  .staff-image-left,
    .staff-text-right {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}
/* Adjustments for very small screens (Smartphones) */
@media screen and (max-width: 480px) {
  .teamprofile {
      flex: 0 0 100%;
      margin-right: 0;
  }
  .team-member-image, .team-member-image img {
      width: 150px;
      height: 150px;
  }
}
/* Optional: Adjustments for larger screens */
@media screen and (min-width: 1024px) {
  .teamprofile {
      flex: 0 0 calc(25% - 20px);
  }
}


/* Responsive Improvements */
@media (max-width: 992px) {
  .resource-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .tab-nav {
    flex-direction: column;
    align-items: center;
  }
  .tab-list {
    flex-direction: column;
    border-bottom: none;
  }
  .tab-item {
    margin-bottom: 0.5rem;
  }
  .tab-btn {
    width: 100%;
    padding: 0.75rem;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ced4da;
  }
  .category-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .filter-label {
    margin-bottom: 0.5rem;
  }
  .resource-search {
    flex-direction: column;
    gap: 0.5rem;
    max-width: 100%;
  }

  .resource-main-wrapper {
    flex-direction: column;
  }

  .vertical-divider {
    display: none;
  }

  .resource-news {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .resource-content {
    flex-direction: column;
  }

  .resource-divider {
    display: block;
    border: none;
    border-top: 2px solid #ccc;
    margin: 1rem 0;
    width: 100%;
  }

  /* person/people label */
  #field_9_11 {
    margin: 0 !important;
  }

  #gform_wrapper_9{
    margin: 0 -1.8em !important;
  }
  
}

/* Events */
.events-hub,
.event-single {
  --events-ink: #43261a;
  --events-accent: #dc6648;
  --events-accent-dark: #aa101a;
  --events-soft: #fff8ef;
  --events-border: rgba(102, 51, 0, 0.12);
  --events-shadow: 0 18px 40px rgba(83, 43, 19, 0.12);
  color: var(--events-ink);
}

.events-hero {
  background:
    radial-gradient(circle at top left, rgba(220, 102, 72 , 58%), transparent 34%),
    linear-gradient(135deg, #fffdf7 0%, #f3ca92 100%);
  border: 1px solid var(--events-border);
  /* border-radius: 32px; */
  /* box-shadow: var(--events-shadow); */
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  margin-bottom: 2.5rem;
  overflow: hidden;
  padding: 5rem 8rem;
}

.events-eyebrow,
.events-featured__label,
.event-card__date {
  color: var(--events-accent-dark);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.events-hero__title,
.event-single__title {
  color: #2d170d;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.events-hero__text,
.event-single__summary,
.events-featured__text {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 60ch;
}

.events-hero__stats {
  align-content: center;
  display: grid;
  gap: 1rem;
}

.events-stat,
.event-detail-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(102, 51, 0, 0.08);
  border-radius: 24px;
  padding: 1.5rem;
}

.events-stat strong {
  color: var(--events-accent-dark);
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.45rem;
}

.events-stat span {
  display: block;
  font-weight: 600;
}

.events-featured {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--events-border);
  border-radius: 30px;
  box-shadow: var(--events-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.events-featured__media img,
.event-card__media img,
.event-single__hero-media img,
.event-gallery__item img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.events-featured__placeholder,
.event-card__placeholder,
.event-single__hero-placeholder {
  background:
    linear-gradient(135deg, rgba(220, 102, 72, 0.2), rgba(201, 157, 97, 0.35)),
    #f5ebe2;
  display: block;
  min-height: 100%;
  width: 100%;
}

.events-featured__body,
.event-single__hero-copy {
  padding-left: clamp(4rem, 6vw, 6rem);
  padding-top: clamp(3rem, 4vw, 4rem);
  padding-bottom: clamp(2rem, 3vw, 3rem);
}

.events-featured__title,
.event-card__title,
.events-section__header h2,
.event-detail-card h2,
.event-gallery h2 {
  color: #2d170d;
}

.events-featured__title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.events-featured__title a,
.event-card__title a {
  color: inherit;
}

.events-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.events-meta-strip > span,
.event-meta-item {
  background: var(--events-soft);
  border: 1px solid rgba(170, 16, 26, 0.1);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 600;
  min-height: 44px;
  padding: 0.55rem 0.9rem;
  vertical-align: top;
}

.event-meta-item .dashicons,
.event-detail-icon {
  flex: 0 0 16px;
  color: var(--events-accent-dark);
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.event-meta-item__text {
  display: block;
  line-height: 1.35;
}

.events-featured__actions,
.event-single__actions,
.event-card__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.events-hub .button,
.event-single .button,
.button.button-secondary,
.event-map-link {
  border-radius: 5px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.8rem 1.4rem;
  text-decoration: none;
  transition: all 0.2s ease;
  align-items: center;
  justify-content: center;
}

/* Primary buttons (Solid) */
.events-hub .button,
.event-single .button {
  background: #dc6648;
  background: var(--events-accent, #dc6648);
  border: 1px solid #dc6648;
  border-color: var(--events-accent, #dc6648);
  color: #fff;
}

.events-hub .button:hover,
.event-single .button:hover {
  background: #aa101a;
  background: var(--events-accent-dark, #aa101a);
  border-color: #aa101a;
  border-color: var(--events-accent-dark, #aa101a);
  color: #fff;
}

/* Secondary buttons (Outlined) */
.button.button-secondary,
.event-map-link {
  background: transparent;
  border: 1px solid rgba(170, 16, 26, 0.25);
  color: #aa101a;
  color: var(--events-accent-dark, #aa101a);
}

.button.button-secondary:hover,
.event-map-link:hover {
  background: #aa101a;
  background: var(--events-accent-dark, #aa101a);
  border-color: #aa101a;
  border-color: var(--events-accent-dark, #aa101a);
  color: #fff;
}

.events-section {
  margin-top: 2.25rem;
}

.events-section__header {
  display: block !important;
  flex: none !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 1.25rem;
}

.events-section__copy {
  display: block !important;
  flex: none !important;
  max-width: 100% !important;
  width: 100% !important;
}

.events-section__header h2 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.events-section__header p {
  margin: 0;
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  text-wrap: pretty;
}

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

.events-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.event-card {
  background: #fff;
  border: 1px solid var(--events-border);
  border-radius: 26px;
  box-shadow: 0 14px 30px rgba(83, 43, 19, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-card:hover {
  box-shadow: 0 22px 38px rgba(83, 43, 19, 0.14);
  transform: translateY(-3px);
}

.event-card__media {
  display: block;
  height: 220px;
}

.event-card__body {
  padding: 1.4rem;
}

.event-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}

.event-card__title {
  font-size: 1.45rem;
  line-height: 1.2;
  margin-bottom: 0.65rem;
}

.event-card__summary,
.event-detail-card p,
.event-detail-list {
  margin-bottom: 0.85rem;
}

.event-card__summary {
  line-height: 1.7;
}

.event-map-link {
  text-decoration: none;
}

.events-empty {
  background: #fff;
  border: 1px dashed rgba(102, 51, 0, 0.22);
  border-radius: 24px;
  padding: 2rem;
  text-align: center;
}

.event-single {
  color: var(--events-ink);
  /* padding: 1rem 0 4rem; */
}

.event-single__hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 195, 117, 0.96), rgba(255, 255, 255, 0.96)),
    #fff;
  border: 1px solid var(--events-border);
  /* border-radius: 30px; */
  box-shadow: var(--events-shadow);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  overflow: hidden;
}

.event-single__hero-media {
  height: 100%;
  min-height: 360px;
}

.event-single__hero-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1rem;
  justify-content: space-between;
}

.event-single__back-link {
  color: var(--events-accent-dark);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.35rem;
  text-decoration: none;
}

.event-single__back-link::before {
  content: "<";
}

.event-single__back-link:hover {
  text-decoration: underline;
}

.event-single__hero-top .events-eyebrow {
  margin: 0;
}

.event-single__title {
  margin-bottom: 1rem;
}

.event-single__summary {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 42rem;
}

.event-single__fundraising-goal {
  align-items: center;
  background: rgba(220, 102, 72, 0.08);
  border-left: 4px solid var(--events-accent);
  border-radius: 0 18px 18px 0;
  color: #2d170d;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.9rem 1rem;
}

.event-single__fundraising-goal span {
  color: var(--events-accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-single__countdown {
  border: 1px solid rgba(170, 16, 26, 0.12);
  border-radius: 22px;
  margin-bottom: 1.5rem;
  padding: 1.1rem 1.15rem;
}

.event-single__countdown-label {
  color: var(--events-accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.event-single__countdown-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.event-single__countdown-unit,
.event-single__countdown-message {
  background: #ffffff52;
  border: 1px solid rgba(170, 16, 26, 0.1);
  border-radius: 18px;
  min-width: 90px;
  padding: 0.85rem 0.9rem;
}

.event-single__countdown-unit strong {
  color: #2d170d;
  display: block;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.event-single__countdown-unit small {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.event-single__countdown-message {
  color: #2d170d;
  font-size: 1rem;
  font-weight: 700;
}

.events-meta-strip--single {
  margin-bottom: 1.5rem;
}

.event-single__layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
  margin-top: 2rem;
}

.event-single__content,
.event-single__sidebar {
  min-width: 0;
}

.event-detail-card + .event-detail-card {
  margin-top: 1rem;
}

.event-detail-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.event-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border-bottom: 1px solid rgba(102, 51, 0, 0.08);
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}

.event-gallery {
  margin-top: 2.5rem;
}

.event-gallery__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.event-gallery__item {
  border-radius: 20px;
  margin: 0;
  overflow: hidden;
}

.event-single__related {
  margin-top: 2.5rem;
}

@media (max-width: 960px) {
  .events-hero,
  .events-featured,
  .event-single__hero,
  .event-single__layout {
    grid-template-columns: 1fr;
  }

  .events-hero,
  .events-featured,
  .event-single__hero {
    padding: 0;
  }

  .events-hero__content,
  .events-hero__stats,
  .events-featured__body,
  .event-single__hero-copy {
    padding: 2rem;
  }

  .event-single__hero-media {
    min-height: 260px;
  }

  .event-single__countdown-unit,
  .event-single__countdown-message {
    min-width: calc(50% - 0.4rem);
  }

}

@media (max-width: 640px) {
  .events-hub {
    padding-top: 1rem;
  }

  .events-hero,
  .events-featured,
  .event-single__hero {
    border-radius: 22px;
  }

  .events-section__header {
    display: block;
  }

  .events-section__header h2 {
    margin-bottom: 0.75rem;
  }

  .event-card__media {
    height: 190px;
  }

  .events-featured__body,
  .event-single__hero-copy,
  .event-card__body {
    padding: 1.25rem;
  }

  .event-single__countdown-unit,
  .event-single__countdown-message {
    min-width: 100%;
  }
}

.nr-site-banner {
  position: fixed;
  top: 112px;
  right: 32px;
  width: min(380px, calc(100vw - 32px));
  background: #fff;
  border: 8px solid #c99d61;
  border-radius: 10px;
  box-shadow: 0 0 0 4px rgba(201, 157, 97, 0.24), 0 0 28px rgba(201, 157, 97, 0.45), 0 18px 45px rgba(0, 0, 0, 0.18);
  animation: nr-site-banner-glow 1.8s ease-in-out infinite;
  z-index: 2000000000;
  overflow: hidden;
}

@keyframes nr-site-banner-glow {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(201, 157, 97, 0.24), 0 0 22px rgba(201, 157, 97, 0.36), 0 18px 45px rgba(0, 0, 0, 0.18);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(201, 157, 97, 0.44), 0 0 44px rgba(201, 157, 97, 0.78), 0 20px 48px rgba(0, 0, 0, 0.24);
  }
}

.nr-site-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  border: 0;
  padding: 18px 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  z-index: 2;
  border-radius: 0 !important;
}

.nr-site-banner__close:hover,
.nr-site-banner__close:focus {
  background-color: #d6170d !important;
  color: #fff;
}

.nr-site-banner__media img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.nr-site-banner__body {
  padding: 26px 24px 28px;
  text-align: center;
}

.nr-site-banner__message {
  margin: 0 0 24px;
  /* font-size: 20px;
  line-height: 1.35;
  font-weight: 600; */
}

.nr-site-banner__cta,
.nr-site-banner__cta:hover,
.nr-site-banner__cta:focus {
  background-color: #aa101a;
  border: 2px solid #aa101a;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  min-width: 180px;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nr-site-banner__cta:hover,
.nr-site-banner__cta:focus {
  background-color: #dc6648;
  border-color: #dc6648;
  color: #fff;
  transform: translateY(-1px);
}

@media screen and (max-width: 960px) {
  .nr-site-banner {
    right: 16px;
    width: min(340px, calc(100vw - 32px));
  }

  .nr-site-banner__media img {
    height: 200px;
  }
}

@media screen and (max-width: 640px) {
  .nr-site-banner {
    right: 12px;
    left: 12px;
    width: auto;
  }

  .nr-site-banner__body {
    padding: 20px 18px 22px;
  }

  .nr-site-banner__message {
    margin-bottom: 18px;
    /* font-size: 16px; */
  }

  .nr-site-banner__cta,
  .nr-site-banner__cta:hover,
  .nr-site-banner__cta:focus {
    width: 100%;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Awards page */
.awards-page .content {
  padding: 0 clamp(25px, 4vw, 80px) 60px;
}

.awards-page-content {
  margin-bottom: 3rem;
}

.awards-page-content > *:not(.wp-block-cover) {
  margin-left: auto;
  margin-right: auto;
  max-width: min(1400px, 90vw);
}

.full-width {
  margin-bottom: 3.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 360px;
  width: 100vw;
}

.first-cover {
  margin-top: -4rem;
}

.full-width .wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: min(1400px, 90vw);
  padding-left: 5vw;
  padding-right: 5vw;
  text-align: center;
  width: 100%;
}

/* .full-width h1,
.full-width h2,
.full-width h3,
.full-width p {
  color: #fff;
} */

.hero-heading {
  color: #fff !important;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-align: center;
}

.awards-layout {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  align-items: start;
}

.awards-sidebar {
  display: grid;
  gap: 1.5rem;
  position: sticky;
  top: 140px;
}

.awards-search,
.awards-sidebar-card,
.award-card,
.awards-empty {
  background: #fff;
  border: 1px solid rgba(201, 157, 97, 0.32);
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(102, 51, 0, 0.08);
}

.awards-search {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1rem 1.1rem;
}

.awards-search input[type="search"] {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #663300;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  width: 100%;
}

.awards-search input[type="search"]::placeholder {
  color: #663300;
}

.awards-search button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #663300;
  display: inline-flex;
  justify-content: center;
  min-height: auto;
  padding: 0;
}

.awards-search button:hover {
  background: transparent;
  color: #a25439;
}

.awards-search .dashicons {
  font-size: 22px;
  height: 22px;
  width: 22px;
}

.award-card__link {
  color: #a25439;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
  text-decoration: none;
}

.award-card__link:hover {
  color: #7d3e2a;
  text-decoration: underline;
}

.award-card__link .dashicons {
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.awards-sidebar-card {
  padding: 1.5rem;
}

.awards-filter-accordion {
  padding: 0;
  overflow: hidden;
}

.awards-filter-accordion__summary {
  color: #663300;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
  list-style: none;
  padding: 1.25rem 1.5rem;
  position: relative;
}

.awards-filter-accordion__summary::-webkit-details-marker {
  display: none;
}

.awards-filter-accordion__summary::after {
  color: #a25439;
  content: "+";
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.awards-filter-accordion[open] .awards-filter-accordion__summary::after {
  content: "-";
}

.awards-filter-accordion .awards-sidebar-list {
  padding: 0 1.5rem 1.5rem;
}

.awards-filter-accordion .awards-recent-posts {
  padding: 0 1.5rem 1.5rem;
}

.awards-sidebar-card h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.awards-sidebar-list,
.awards-recent-posts {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.awards-sidebar-list li {
  border-top: 1px solid rgba(201, 157, 97, 0.28);
  margin: 0;
  padding-top: 0.85rem;
}

.awards-sidebar-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.awards-tag-filter {
  align-items: center;
  background: transparent;
  border: 0;
  color: #663300;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  transition: color 0.2s ease;
  width: 100%;
}

.awards-tag-filter:hover {
  color: #a25439;
}

.awards-tag-filter:focus {
  color: #a25439;
  outline: none;
}

.awards-tag-filter.is-active {
  color: #a25439;
  font-weight: 700;
}

.awards-tag-filter.is-active span {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.18em;
}

.awards-sidebar-list strong {
  background: #dfc4a0;
  border-radius: 999px;
  color: #663300;
  font-size: 14px;
  min-width: 36px;
  padding: 0.2rem 0.55rem;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.awards-tag-filter.is-active strong {
  background: #a25439;
  color: #fff;
}

.awards-sidebar-empty {
  color: #5a7368;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.awards-recent-posts a {
  color: #663300;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: rgba(162, 84, 57, 0.32);
  text-underline-offset: 0.18em;
}

.awards-recent-posts a:hover {
  color: #a25439;
  text-decoration-color: currentColor;
}

.awards-main {
  min-width: 0;
}

.awards-section-heading {
  margin-bottom: 1.75rem;
}

.awards-eyebrow {
  color: #a25439;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.awards-section-heading h1,
.awards-section-heading h2 {
  color: #663300;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.awards-search-result-copy {
  color: #a25439;
  font-weight: 600;
}

.awards-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.award-card {
  overflow: hidden;
}

.award-card__media {
  background: linear-gradient(135deg, #f5ecdf, #fff8f0);
  display: block;
  height: 260px;
  overflow: hidden;
}

.award-card__media img,
.award-card__placeholder {
  display: block;
  height: 100%;
  width: 100%;
}

.award-card__media img {
  object-fit: cover;
}

.award-card__body {
  padding: 1.5rem;
}

.award-card__meta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.award-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.award-card__pills span {
  background: #663300;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.42rem 0.7rem;
  text-transform: uppercase;
}

.award-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.award-card__tags span {
  background: #f1ebe2;
  border-radius: 999px;
  color: #7d3e2a;
  font-size: 12px;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
}

.award-card__date {
  color: #a25439;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.award-card__title {
  color: #663300;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.85rem;
}

.award-card__title a {
  color: inherit;
}

.award-card__excerpt {
  color: #663300;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.awards-empty {
  padding: 2rem;
  text-align: center;
}

.awards-empty--search {
  margin-top: 1.5rem;
}

.nr-pagination,
.awards-pagination {
  margin-top: 2rem;
}

.nr-pagination__bar {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.nr-pagination__line {
  background: rgba(201, 157, 97, 0.4);
  display: block;
  flex: 1 1 auto;
  height: 1px;
}

.nr-pagination__status {
  color: #a25439;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nr-pagination ul,
.awards-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
}

.nr-pagination li,
.awards-pagination li {
  list-style: none;
}

.nr-pagination a,
.nr-pagination span,
.awards-pagination a,
.awards-pagination span {
  background: #fff;
  border: 1px solid rgba(201, 157, 97, 0.35);
  border-radius: 999px;
  color: #663300;
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  text-decoration: none;
}

.nr-pagination .active span,
.nr-pagination a:hover,
.awards-pagination .active span,
.awards-pagination a:hover {
  background: #a25439;
  border-color: #a25439;
  color: #fff;
}

@media (max-width: 1100px) {
  .awards-layout {
    grid-template-columns: 1fr;
  }

  .awards-sidebar {
    position: static;
  }
}

@media (max-width: 800px) {
  .awards-sidebar {
    order: -1;
  }

  .full-width {
    margin-bottom: 2rem;
    min-height: 280px;
  }

  .awards-grid {
    grid-template-columns: 1fr;
  }

  .awards-page .content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .award-card__media {
    height: 220px;
  }
}

/* ============================================================
   Event program card (single event sidebar)
   ============================================================ */
.event-program-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  text-decoration: none;
  color: var(--events-ink, #43261a);
  background:
    linear-gradient(135deg, rgba(220, 102, 72, 0.10), rgba(243, 202, 146, 0.18)),
    #fff;
  border: 1px solid rgba(220, 102, 72, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.event-program-card:hover,
.event-program-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--events-shadow, 0 18px 40px rgba(83, 43, 19, 0.12));
  border-color: var(--events-accent, #dc6648);
  text-decoration: none;
}

.event-program-card__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--events-accent, #dc6648);
  color: #fff;
  font-size: 22px;
}

.event-program-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.event-program-card__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--events-accent-dark, #aa101a);
}

.event-program-card__title {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
  color: #2d170d;
}

.event-program-card__text {
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.85;
}

.event-program-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.25rem;
  font-weight: 700;
  color: var(--events-accent-dark, #aa101a);
}

.event-program-card__link .dashicons {
  transition: transform 0.2s ease;
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.event-program-card:hover .event-program-card__link .dashicons {
  transform: translateX(4px);
}

/* ============================================================
   Event program page (run of show)
   ============================================================ */
.event-program {
  --events-ink: #43261a;
  --events-accent: #dc6648;
  --events-accent-dark: #aa101a;
  --events-soft: #fff8ef;
  --events-border: rgba(102, 51, 0, 0.12);
  --events-shadow: 0 18px 40px rgba(83, 43, 19, 0.12);
  color: var(--events-ink);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.event-program .button {
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.85rem 1.6rem;
  text-decoration: none;
  background: var(--events-accent);
  border: 1px solid var(--events-accent);
  color: #fff;
  transition: all 0.2s ease;
}

.event-program .button:hover {
  background: var(--events-accent-dark);
  border-color: var(--events-accent-dark);
  color: #fff;
  text-decoration: none;
}

/* Hero — full-bleed banner (uses theme .full-width + .first-cover) */
.event-program__hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: clamp(3rem, 6vw, 5rem) 0;
  background:
    radial-gradient(circle at 88% -10%, rgba(220, 102, 72, 0.55), transparent 42%),
    radial-gradient(circle at 0% 120%, rgba(170, 16, 26, 0.35), transparent 45%),
    linear-gradient(135deg, #fffdf7 0%, #f3ca92 100%);
}

.event-program__hero-inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.event-program__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--events-accent-dark);
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.event-program__back::before {
  content: "\2190";
  font-size: 1.1em;
}

.event-program__back:hover {
  text-decoration: underline;
}

.event-program__eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--events-accent-dark);
  margin: 0 0 0.5rem;
}

.event-program__title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.02;
  color: #2d170d;
  margin: 0 0 0.5rem;
}

.event-program__tagline {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--events-accent-dark);
  margin: 0 0 1rem;
}

.event-program__intro {
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 56ch;
  margin: 0 0 1.75rem;
}

.event-program__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.event-program__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(170, 16, 26, 0.12);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.event-program__meta-item .dashicons {
  color: var(--events-accent-dark);
  font-size: 17px;
  width: 17px;
  height: 17px;
}

.event-program__venue-sub {
  font-size: 0.92rem;
  opacity: 0.8;
  margin: 0 0 1.75rem;
}

.event-program__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.event-program__map-link {
  font-weight: 700;
  color: var(--events-accent-dark);
  text-decoration: none;
}

.event-program__map-link:hover {
  text-decoration: underline;
}

/* Section titles */
.event-program__section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #2d170d;
  margin: 0 0 1.75rem;
}

/* Timeline */
.program-timeline {
  list-style: none;
  margin: 0 0 3.5rem;
  padding: 0;
}

.program-step {
  position: relative;
  display: grid;
  grid-template-columns: 150px 32px 1fr;
  align-items: start;
  gap: 0 1rem;
  padding-bottom: 1.5rem;
}

.program-step:last-child {
  padding-bottom: 0;
}

.program-step__time {
  text-align: right;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--events-accent-dark);
  padding-top: 1.4rem;
  line-height: 1.3;
}

.program-step__rail {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: stretch;
}

.program-step__rail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1.5rem;
  width: 2px;
  background: linear-gradient(var(--events-accent), rgba(220, 102, 72, 0.25));
}

.program-step:last-child .program-step__rail::before {
  bottom: auto;
  height: 1.8rem;
}

.program-step__dot {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-top: 1.5rem;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--events-accent);
  box-shadow: 0 0 0 4px rgba(220, 102, 72, 0.12);
}

.program-step__card {
  background: #fff;
  border: 1px solid var(--events-border);
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 10px 26px rgba(83, 43, 19, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.program-step__card:hover {
  transform: translateY(-2px);
  box-shadow: var(--events-shadow);
}

.program-step--sport .program-step__card {
  border-color: rgba(220, 102, 72, 0.4);
  background: linear-gradient(135deg, rgba(220, 102, 72, 0.06), #fff 60%);
}

.program-step--awards .program-step__card {
  border-color: rgba(201, 157, 97, 0.55);
  background: linear-gradient(135deg, rgba(243, 202, 146, 0.22), #fff 60%);
}

.program-step__dot.is-hidden {
  display: none;
}

.program-step--sport .program-step__dot {
  border-color: var(--events-accent);
}

.program-step--awards .program-step__dot {
  border-color: #c99d61;
  box-shadow: 0 0 0 4px rgba(201, 157, 97, 0.18);
}

.program-step__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--events-accent-dark);
  background: rgba(220, 102, 72, 0.12);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  margin-bottom: 0.6rem;
}

.program-step--awards .program-step__badge {
  color: #8a5a13;
  background: rgba(201, 157, 97, 0.22);
}

.program-step__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.program-step__item {
  padding: 0.8rem 0;
  border-bottom: 1px dashed rgba(102, 51, 0, 0.16);
}

.program-step__item:first-child {
  padding-top: 0;
}

.program-step__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.program-step__item-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem 1rem;
}

.program-step__item-text {
  position: relative;
  flex: 1 1 58%;
  padding-left: 1.3rem;
  font-size: 1.02rem;
  line-height: 1.5;
  font-weight: 600;
  color: #2d170d;
}

.program-step__item-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--events-accent);
}

.program-step__coord {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--events-accent-dark);
  background: var(--events-soft);
  border: 1px solid rgba(170, 16, 26, 0.12);
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
}

.program-step__coord-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.55;
}

.program-step__subitems {
  list-style: none;
  margin: 0.5rem 0 0 1.3rem;
  padding: 0;
}

.program-step__subitems li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.45;
  opacity: 0.82;
}

.program-step__subitems li::before {
  content: "\2013";
  position: absolute;
  left: 0;
}

.program-step__subitems li:last-child {
  margin-bottom: 0;
}

/* Sponsors */
.event-program__sponsors {
  margin-bottom: 3.5rem;
}

.program-sponsors {
  background: var(--events-soft);
  border: 1px solid var(--events-border);
  border-radius: 20px;
  padding: 1.75rem;
}

.program-sponsors__label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--events-accent-dark);
  margin: 0 0 1rem;
}

.program-sponsors__names {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.program-sponsors__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2d170d;
  background: #fff;
  border: 1px solid var(--events-border);
  border-radius: 14px;
  padding: 0.7rem 1.2rem;
}

/* Closing CTA */
.event-program__cta {
  text-align: center;
  border-radius: 28px;
  padding: clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 50% 0%, rgba(243, 202, 146, 0.4), transparent 60%),
    linear-gradient(135deg, #2d170d, #5a2c16);
  color: #fff8ef;
}

.event-program__cta h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin: 0 0 0.75rem;
}

.event-program__cta p {
  max-width: 52ch;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
  opacity: 0.92;
}

/* Responsive */
@media (max-width: 860px) {
  .program-step {
    grid-template-columns: 22px 1fr;
    gap: 0 0.9rem;
  }

  .program-step__rail {
    grid-row: 1 / span 2;
    grid-column: 1;
  }

  .program-step__time {
    grid-column: 2;
    text-align: left;
    padding-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }

  .program-step__card {
    grid-column: 2;
  }

  .program-step__dot {
    margin-top: 0.2rem;
  }

  .program-step__rail::before {
    top: 0.3rem;
  }
}

@media (max-width: 600px) {
  .event-program {
    padding: 0 1rem 3rem;
  }

  .event-program__hero {
    min-height: 0;
    padding: 2.5rem 0;
  }

  .event-program__hero-inner {
    padding: 0 1.25rem;
  }

  .event-program__meta-item {
    font-size: 0.85rem;
    padding: 0.45rem 0.8rem;
  }

  .event-program__actions {
    gap: 0.75rem;
  }

  .event-program__actions .button {
    width: 100%;
  }

  .program-step__card {
    padding: 1rem 1.1rem;
  }

  /* Stack each task and its lead chip vertically on phones */
  .program-step__item-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .program-step__item-text {
    flex: 1 1 100%;
  }

  .program-step__coord {
    margin-left: 1.3rem;
  }

  .program-sponsors {
    padding: 1.25rem;
  }

  .program-sponsors__name {
    flex: 1 1 100%;
    font-size: 0.98rem;
  }
}

/* ============================================================================
   BRAND ALIGNMENT (NRCF -> ngongroad merge) — HEADER
   Makes the nrcf header match live ngongroad.org: cream bar, Brandon Grotesque,
   dark nav, dropdown caret + gold panels (terracotta hover), Login/Support pills,
   and a matching 1200px container. Structured as GLOBAL + desktop(min 801) +
   mobile(max 800) so the responsive hamburger menu renders like ngongroad.
   Ported from ngongroad.org altitude-pro CSS v1.1.7 (2026-07-09).
   ============================================================================ */
@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-Thin.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-ThinItalic.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-Light.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-LightItalic.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-Regular.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-RegularItalic.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-Medium.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-MediumItalic.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-Bold.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-BoldItalic.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-Black.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HvDTrial Brandon Grotesque';
  src: url('fonts/brandon/HvDTrial_BrandonGrotesque-BlackItalic.woff2') format('woff2'),
       url('fonts/brandon/HvDTrial_BrandonGrotesque-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


/* ================= GLOBAL (all viewports) ================= */
.site-header,
.site-header.dark,
.front-page .site-header {
  background-color: #f2eee8 !important;   /* constant cream in every scroll state */
  padding: 0 !important;
}
.site-header,
.site-header .site-title,
.site-header .site-title a,
.site-header .genesis-nav-menu,
.site-header .genesis-nav-menu a {
  font-family: 'HvDTrial Brandon Grotesque', 'Lucida Sans', 'Lucida Grande', Geneva, Verdana, sans-serif;
}
.header-image .site-title > a,
.header-image .site-header .site-title > a,
.header-image .site-header.dark .site-title > a { height: 50px !important; }
.header-image .title-area,
.header-image .site-header .title-area,
.header-image .site-header.dark .title-area { padding: 15px 0 !important; }
.site-header .genesis-nav-menu a,
.site-header.dark .genesis-nav-menu a { color: #000; }
.wrap { max-width: 1200px; }   /* match ngongroad container width */

/* ================= DESKTOP nav (>= 801px) ================= */
@media only screen and (min-width: 801px) {
  .site-header .genesis-nav-menu a,
  .site-header.dark .genesis-nav-menu a {
    font-size: 15px; font-weight: 600; margin-right: 30px; padding: 30px 15px;
  }
  .site-header .genesis-nav-menu { margin-right: 10px; }
  .nav-primary .genesis-nav-menu { margin-bottom: 0; }

  /* dropdown caret */
  .site-header .genesis-nav-menu .menu-item-has-children > a::after {
    font-family: "Dashicons"; content: "\f347"; font-size: 13px; margin-left: 5px; display: inline-block;
  }

  /* dropdown panels: gold, white text; hover/current = terracotta */
  .site-header .genesis-nav-menu .sub-menu a,
  .site-header.dark .genesis-nav-menu .sub-menu a {
    background-color: rgba(201,157,97,0.95); border-top: 1px solid #dfc4a0; color: #fff; padding: 20px !important;
  }
  .site-header .genesis-nav-menu .sub-menu a:hover,
  .site-header .genesis-nav-menu .sub-menu li.current-menu-item > a,
  .site-header.dark .genesis-nav-menu .sub-menu a:hover {
    background-color: #a25439 !important; color: #fff !important;
  }

  /* top-level + parent hover = gold fill, white text */
  .site-header .genesis-nav-menu .menu-item:hover > a,
  .site-header .genesis-nav-menu .menu-item a:hover { background-color: #c99d61; color: #fff; }

  /* Login / Support pills (top-level childless custom items only) */
  .site-header .genesis-nav-menu > .menu-item.menu-item-type-custom:not(.menu-item-has-children) > a {
    color: #000; padding: 12px 25px !important; text-decoration: none; font-weight: bold;
    display: inline-block; border: 1px solid #c99d61; border-radius: 15px; margin-right: 20px;
  }
  .site-header .genesis-nav-menu > .menu-item.menu-item-type-custom:not(.menu-item-has-children):last-child > a {
    background-color: #c99d61;
  }
  .site-header .genesis-nav-menu > .menu-item.menu-item-type-custom:not(.menu-item-has-children) > a:hover {
    background-color: #c99d61 !important; color: #fff !important;
  }
}

/* ================= MOBILE menu (<= 800px) — match ngongroad ================= */
@media only screen and (max-width: 800px) {
  /* dark text rows; hamburger + toggle chevrons dark on the cream bar */
  .site-header .genesis-nav-menu a,
  .site-header.dark .genesis-nav-menu a { color: #000 !important; }
  .responsive-menu-icon::before { color: #000 !important; }
  .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before { color: #000 !important; }
  /* hide the desktop caret (theme provides its own right-aligned toggle) */
  .site-header .genesis-nav-menu .menu-item-has-children > a::after { content: "" !important; }

  /* sub-items: indented, plain black text (no gold panel) */
  .site-header .genesis-nav-menu .sub-menu a,
  .site-header.dark .genesis-nav-menu .sub-menu a {
    background-color: transparent !important; border-top: 0 !important; color: #000 !important;
    padding: 12px 20px 12px 40px !important;
  }
  .site-header .genesis-nav-menu .sub-menu a:hover,
  .site-header .genesis-nav-menu .sub-menu li.current-menu-item > a {
    background-color: transparent !important; color: #000 !important;
  }

  /* Login = plain full-width row (strip the pill) */
  .site-header .genesis-nav-menu > .menu-item.menu-item-type-custom:not(.menu-item-has-children) > a {
    border: 0 !important; border-radius: 0 !important; background-color: transparent !important;
    margin-right: 0 !important; display: block; font-weight: 600; padding: 15px 20px !important;
  }
  /* Support (last) = full-width gold pill */
  .site-header .genesis-nav-menu > .menu-item.menu-item-type-custom:not(.menu-item-has-children):last-child > a {
    background-color: #c99d61 !important; color: #fff !important; text-align: center;
    width: auto; display: block; border-radius: 15px !important; border: 0 !important; margin: 10px 20px !important;
  }
}

/* ============================================================================
   BRAND ALIGNMENT (NRCF -> ngongroad merge) — FOOTER
   Mirrors live ngongroad.org footer: cream bg, 4 link columns, newsletter +
   dual contact + charity seals, terracotta links, red Subscribe button.
   Ported from ngongroad.org altitude-pro custom.css v1.1.7 (2026-07-09).
   ============================================================================ */
.site-footer {
  text-align: left;
  font-size: 20px;
  padding: 0 !important;
  background: #f2eee8 !important;   /* was brown #663300 */
  color: #000 !important;
  font-weight: 500;
  font-family: 'HvDTrial Brandon Grotesque', 'Lucida Sans', 'Lucida Grande', Geneva, Verdana, sans-serif;
}
.site-footer p { color: #000 !important; text-transform: none; }
.site-footer h4 { text-transform: uppercase; margin-bottom: 18px; color: #000; }
.site-footer a { font-weight: 500; color: #a25439 !important; text-decoration: none; }
.site-footer a:hover { font-weight: 600; color: #a25439 !important; }

/* 4-column link row */
.site-footer .footer-row {
  overflow: hidden;
  margin: 80px 0 40px 0;
  display: flex;
  justify-content: space-between;
}
.site-footer .footer-row .one-fourth { float: none; width: auto; margin: 0; }
.site-footer .footer-row #footer-1 { flex: 0 0 30%; margin-right: 5em; }
.site-footer .footer-row #footer-2,
.site-footer .footer-row #footer-3,
.site-footer .footer-row #footer-4 { flex: 0 0 18%; }

/* newsletter + contact row */
.site-footer #footer-5 { display: flex; justify-content: space-between; }
.site-footer .footer-5 { display: flex; justify-content: space-between; }
.site-footer .footer-5 > div:first-child { flex: 0 0 30%; margin-right: 6.5em; }
.site-footer .footer-5 > div:last-child { flex: 0 0 65%; }

.site-footer .newsletter-subscribe { max-width: 500px; text-align: left; }
.site-footer .newsletter-subscribe h4 { padding: 0 0 1em 0; }
.site-footer .newsletter-subscribe .name-row { display: flex; gap: 1rem; }
.site-footer .newsletter-subscribe .form-group { display: flex; flex-direction: column; flex: 1; margin-bottom: 1em; }
.site-footer .newsletter-subscribe input[type="text"],
.site-footer .newsletter-subscribe input[type="email"] {
  width: 100%; padding: 0.3rem; border: none; border-bottom: 1.5px solid #00000071;
  border-radius: 0; font-size: 1rem; outline: none; font-weight: 500 !important; background: transparent;
}
.site-footer .newsletter-subscribe input:focus { border-bottom-color: #c99d61; }
.site-footer .newsletter-subscribe label { font-size: 0.9rem; color: #555; }
.site-footer .newsletter-form .btn { width: 100%; font-size: 18px; }
.site-footer .btn.btn-primary {
  background-color: #aa101a; color: #fff; padding: 12px 24px; border-radius: 4px;
  display: inline-block; border: 1px solid #aa101a; cursor: pointer; font-weight: 600;
}
.site-footer .btn.btn-primary:hover { background-color: #a25439; border-color: #a25439; color: #fff; }

.site-footer .contact-us { display: flex; justify-content: flex-start; gap: 3.5em; }
.site-footer .footer-logos img { width: 40%; height: auto; }
.site-footer .footer-logos .logo-row { display: flex; gap: 1em; align-items: center; }

.site-footer .credits { text-align: center; padding: 20px 0; font-size: 15px; color: #dc6648; }
.site-footer .nav-footer { text-align: center; }

/* ---- Footer mobile (<= 768px) ---- */
@media only screen and (max-width: 768px) {
  .site-footer .footer-row,
  .site-footer .footer-5 { flex-direction: column; margin: 40px 0 20px 0; }
  .site-footer .footer-row #footer-1,
  .site-footer .footer-row #footer-2,
  .site-footer .footer-row #footer-3,
  .site-footer .footer-row #footer-4,
  .site-footer .footer-5 > div:first-child,
  .site-footer .footer-5 > div:last-child { flex: 0 0 100%; margin: 0 0 20px 0; }
  .site-footer { text-align: center; padding: 20px 10px !important; }
  .site-footer .contact-us { flex-direction: column; gap: 4em; }
  .site-footer .footer-newsletter { display: flex; align-items: center; justify-content: center; }
  .site-footer .newsletter-form .btn { display: block; margin: 1rem auto 0; width: 100%; }
  .site-footer .footer-logos img { width: 30%; }
}

/* ============================================================================
   BRAND ALIGNMENT — SITE-WIDE FONT
   Apply Brandon Grotesque across the whole nrcf site (matches ngongroad.org).
   @font-face for all weights is declared in the HEADER block above.
   Excludes .dashicons (icon font); FontAwesome sets its family with !important
   so it is unaffected.
   ============================================================================ */
body *:not(.dashicons) {
  font-family: 'HvDTrial Brandon Grotesque', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* ---- FOOTER parity fixes: match ngongroad exactly (button radius, h4, inputs) ---- */
/* Headings: ngongroad global h4 = 20px + 2px letter-spacing */
.site-footer h4 {
  font-weight: 600;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.site-footer .newsletter-subscribe h4 { padding: 0 0 1em 0; }
/* Subscribe button: rounded 15px pill, uppercase, 2px tracking (was 4px square) */
.site-footer .btn.btn-primary {
  background-color: #aa101a;
  color: #fff;
  padding: 12px 24px;
  border: 1px solid #aa101a;
  border-radius: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.site-footer .btn.btn-primary:hover { background-color: #a25439; border-color: #a25439; color: #fff; }
.site-footer .newsletter-form .btn { width: 100%; font-size: 18px; }
/* Inputs: underline-only, transparent (no white box) */
.site-footer .newsletter-subscribe input[type="text"],
.site-footer .newsletter-subscribe input[type="email"] {
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid #00000071 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Footer Subscribe button: match ngongroad's rust (#c56747 via button element rule), not .btn-primary red */
.site-footer .btn.btn-primary,
.site-footer .newsletter-form .btn,
.site-footer button[type="submit"] {
  background-color: #c56747 !important;
  border-color: #c56747 !important;
  color: #fff !important;
}
.site-footer .btn.btn-primary:hover,
.site-footer .newsletter-form .btn:hover,
.site-footer button[type="submit"]:hover {
  background-color: #a25439 !important;
  border-color: #a25439 !important;
}

/* Footer CONTACT US: match ngongroad — stack US/Kenya/seals vertically up to 1366px
   (ngongroad uses @media max-width:1024 + 1025-1366 both setting flex-direction:column). */
@media (max-width: 1366px) {
  .site-footer .contact-us { flex-direction: column; }
  .site-footer .footer-logos img { width: 30%; }
}

/* ---- FOOTER final parity: footer-4 alignment + white inputs (match ngongroad) ---- */
/* Kill the legacy #footer-4 offset (old full-width row) so GET INVOLVED aligns with the other headings */
.site-footer #footer-4 { margin-top: 0 !important; padding-top: 0 !important; }
/* Newsletter inputs are WHITE with an underline in ngongroad (not transparent) */
.site-footer .newsletter-subscribe input[type="text"],
.site-footer .newsletter-subscribe input[type="email"] {
  background: #fff !important;
  border: none !important;
  border-bottom: 1.5px solid #00000071 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Guarantee footer is LEFT-aligned on desktop (>=769px), centered only on mobile — like ngongroad.
   Explicit !important so no legacy/base rule can center it on desktop. */
@media (min-width: 769px) {
  .site-footer,
  .site-footer .footer-1, .site-footer .footer-2, .site-footer .footer-3, .site-footer .footer-4,
  .site-footer .footer-5, .site-footer .footer-newsletter, .site-footer .newsletter-subscribe,
  .site-footer .contact-us-footer, .site-footer h4, .site-footer p, .site-footer a {
    text-align: left !important;
  }
  .site-footer .credits { text-align: center !important; } /* credits stay centered, like ngongroad */
}

/* Footer seals: match ngongroad exactly — inline imgs (no flex, so they stack when large),
   width 40% desktop / 30% <=1366 / 50% <=768 (stacked on mobile). */
.site-footer .footer-logos .logo-row { display: block !important; }
@media (max-width: 768px) {
  .site-footer .footer-logos img { width: 50% !important; }
}

/* Prevent right-side horizontal overflow / white space (full-bleed 100vw sections vs scrollbar),
   exactly like ngongroad. Fixes the whole-page white gap seen ~769-1339px. */
html, body {
  overflow-x: hidden !important;
  overflow-x: clip;
}

/* Container width ladder — exactly ngongroad/altitude, so the page always has side margins
   (was flat 1200px which filled 100% below 1200 → edge-to-edge with no margins 801-1200). */
.site-inner, .wrap { max-width: 1200px; }
@media only screen and (max-width: 1280px) { .site-inner, .wrap { max-width: 1140px; } }
@media only screen and (max-width: 1200px) { .site-inner, .wrap { max-width: 960px; } }
@media only screen and (max-width: 1023px) { .site-inner, .wrap { max-width: 768px; } }
@media only screen and (max-width: 800px) {
  .site-inner, .wrap { max-width: none; width: 100%; }
  .wrap { padding: 0 5%; }
}
