/*!
Theme Name: nrha
Theme URI: https://them.es/starter
Author: Team Cornett
Author URI: https://teamcornett.com
Description: Custom theme by Cornett
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: nrha
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

/* ========================================
   GLOBAL STYLES & RESET
   ======================================== */
body {
  font-family: "Montserrat", sans-serif !important;
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 26px !important; /* 168.75% */
}
.disclaimer a{
	color: #004d4b !important;
    text-underline-offset: 3px;
}
.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.alignwide {
  max-width: 1200px; /* Customize based on your design */
  margin-left: auto;
  margin-right: auto;
}
.hide-me {
  display: none;
  visibility: hidden;
}
.container {
}
.breadcrumb a {
  color: #004d4b;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.breadcrumb a:hover {
  color: #333;
}
#topnav {
  min-height: 41px;
  background-color: #ececec;
}

/* ========================================
   NAVIGATION & HEADER
   ======================================== */
/*Secondary Nav*/
.secondary-nav-container {
  background-color: #ececec;
  padding: 10px;
}

.secondary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.secondary-nav li {
  margin-right: 20px;
}

.secondary-nav a {
  text-decoration: none;
  color: #636363;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 106.667% */
}
.secondary-nav a:hover {
  color: #000;
}

.cb-slide img {
  width: 100%;
}
.wp-block-columns a {
  color: #004d4b;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wp-block-columns a:hover {
  color: #000;
}
.entry-content a {
  color: #004d4b;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.entry-content a:hover {
  color: #000;
}

/* ========================================
   BUTTONS & INTERACTIVE ELEMENTS
   ======================================== */
.btn {
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
}

.btn::after {
  content: "";
  display: block;
  height: 1.5px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
  margin-top: 2px; /* space between text and underline */
}

.btn:hover::after {
  transform: scaleX(1);
}
h1 {
  /*color: #AE562E !important;*/

  /*font-size: 40px !important;
	font-style: normal !important;
	line-height: 40px !important; /* 100% */
  font-weight: 700 !important;
}
.entry-title {
  /*color: #fff !important;*/
  text-align: center !important;
  font-family: "Roboto Slab", serif !important;
  /*font-size: 40px !important;
	font-style: normal !important;
	font-weight: 900 !important;
	line-height: 40px !important; /* 100% */
}
h2 {
  color: #000;

  font-size: 30px !important;
  font-style: normal !important;
 
  line-height: 35px !important; /* 109.375% */
}
h3 {
  /*color: #AE562E;*/
  font-size: 24px !important;
  font-style: normal;

  line-height: 30px !important; /* 100% */

}
h4 {
  /*color: #AE562E;*/
  font-size: 20px !important;
  font-style: normal;
 
  line-height: 25px !important; /* 100% */

}
h5 {
  color: #000 !important;
  font-size: 24px !important;
  font-style: normal !important;
  
  line-height: 35px !important; /* 145.833% */
}
.content h1 {
  font-size: 64px ;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 64px; /* 100% */
  /*color: #00605e !important; */
  text-transform: capitalize;
}
.content h2 {
  /*padding-top: 24px !important;*/
  padding-bottom: 10px;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 36px !important; /* 112.5% */
  text-transform: capitalize;
}
.content h3 {
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 32px !important; /* 133.333% */
}
.content h4 {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important; /* 120% */
  text-transform: capitalize;
}
.content h5 strong {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 26px !important; /* 130% */
  text-transform: capitalize;
}
.content h5 {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 32px !important; /* 130% */
  text-transform: capitalize;
}
.content a {
  color: #004d4b;
  text-underline-offset: 3px;
}
#header {
  background-color: #004d4b !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}
.wp-block-list li a {
  color: #004d4b;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 3px;
  text-underline-position: from-font;
}
.wp-block-separator {
  width: 100% !important;
  border: 0.5px solid #8d8d8d !important;
  opacity: 0.2 !important;
  margin: 2rem 0 !important;
}
.wp-block-columns {
  /*align-items: center !important;*/
}
.wp-block-columns h1 {
  padding-bottom: 0px;
}
#hero {
  position: relative;
  overflow: hidden;
  /*height: 100vh;  Ensure the hero section takes full viewport height */
}

.hero-wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.hero-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(""); /* This will be overridden inline */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  z-index: 1;
}

.hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem;
}

/*.hero-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensure background stays behind the content */
}

.hero-background img,
.hero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image or video fills the section */
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1; /* Ensure content is above the background */
  max-width: 90%; /* Optional: to prevent the content from overflowing */
}

.hero-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white; /* Adjust text color as needed */
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.hero-image {
  width: 100%;
}
.content-image {
  max-width: 200px; /* Adjust based on your needs */
  margin-bottom: 20px;
}

/*BUTTON SETS*/
.gform_button {
  border-radius: 4px !important;
  background-color: #00605e !important;
  color: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: #00605e !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
  width: 100% !important;
}
.gform_button:hover {
  background-color: #004d4b !important;
}
.gform_button:focus {
  background-color: #002928 !important;
}
.btn-teal {
  border-radius: 4px !important;
  background-color: #00605e !important;
  color: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: #00605e !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
  color: #fff !important;
}
.btn-teal::after {
  background-color: #fff;
}
.btn-teal:hover {
  background-color: #004d4b !important;
}
.btn-teal:focus {
  background-color: #002928 !important;
}
.btn-teal-outline {
  border-radius: 4px !important;
  background-color: transparent !important;
  color: #003837 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid #003837 !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
}
.btn-teal-outline:hover {
  background-color: #00605e !important;
  border: 1px solid #00605e !important;
  color: #fff !important;
}
.btn-white {
  border-radius: 4px !important;
  color: #212529 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
}
.btn-white:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #000 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.btn-white:focus {
  background-color: #636363 !important;
  border: 1px solid #636363 !important;
  color: #fff !important;
}
.btn-white-outline {
  border-radius: 4px !important;
  background-color: transparent !important;
  color: #000 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
}
.btn-white-outline:hover {
  background-color: #636363 !important;
  border: 1px solid #636363 !important;
  color: #fff !important;
}
.btn-white-outline:focus {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #000 !important;
}
.btn-grey {
  border-radius: 4px !important;
  background-color: #ececec !important;
  color: #000 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid #ececec !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
}
.btn-grey:hover {
  background-color: #bbb !important;
  border: 1px solid #bbb !important;
  color: #000 !important;
}
.btn-grey:focus {
  background-color: #636363 !important;
  border: 1px solid #636363 !important;
  color: #fff !important;
}
.btn-white-secondary {
  border-radius: 4px !important;
  background-color: #fff !important;
  color: #636363 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  padding: 13px 32px !important; 
  font-size: 16px !important;
}
.btn-white-secondary:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
}
.btn-white-secondary:focus {
  background-color: #636363 !important;
  color: #fff !important;
  border: 1px solid #636363 !important;
}

.btn-grey-plan {
  color: #636363 !important;
  border: hidden !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
  background-image: none !important;
  box-shadow: none !important;
}
.btn-grey-plan:hover {
  color: #004d4b;
}
.btn-grey-plan:focus {
  color: #000 !important;
}
.btn-white-plan {
  color: #fff !important;
  border: hidden !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
  background-image: none !important;
  box-shadow: none !important;
}
.btn-white-plan:hover {
  color: #00605e !important;
}
.btn-white-plan:focus {
  color: #000 !important;
}
.btn-sm {
  width: auto !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-lg {
  width: 100% !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
#feature-events {
  padding-bottom: 60px;
  background: url("/wp-content/uploads/2025/07/pattern10-crop2.jpg") no-repeat
    fixed center center;
  background-size: cover;
}
.feature-wrapper {
  margin-top: -125px;
}
.pt-cv-tax-event {
  background-color: #cfe3e3 !important;
  border-radius: 5.2px;
  padding: 5.2px 10.4px;
  width: auto;
  margin-bottom: 0px !important;
}
#feature-events .pt-cv-taxoterm {
  background-color: #cfe3e3 !important;
  border-radius: 5.2px;
  padding: 5.2px 10.4px;
  width: auto;
  margin-bottom: 0px !important;
}
.iscvelementor .pt-cv-taxoterm[class*="over_"] *,
.pt-cv-view.iscvhybrid .pt-cv-taxoterm[class*="over_"] *,
.pt-cv-view:not(.iscvblock) .pt-cv-taxoterm[class*="over_"] * {
  background-color: transparent !important;
  padding: 0px !important;
}
#board-list {
  padding-top: 45px;
}
#leaderboardCardsContainer {
  max-width: none !important;
  margin: 0px auto !important;
  padding: 0px !important;
}
.leaderboard-header {
  max-width: none !important;
}
#board-list h3 {
  /* 1200 Black */
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px; /* 100% */
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 9.324px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Force Vimeo controls to always be visible */
.video-container iframe[src*="vimeo"] {
  pointer-events: auto;
}

/* Target Vimeo player controls specifically */
.video-container iframe[src*="vimeo"] + *,
.video-container iframe[src*="vimeo"] ~ * {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Ensure video controls are always visible on hover and focus */
.video-container:hover iframe[src*="vimeo"],
.video-container:focus-within iframe[src*="vimeo"] {
  pointer-events: auto;
}

/* Force Vimeo control bar to always be visible using specific classes */
.video-container
  iframe[src*="vimeo"]
  ~ *
  .ControlBarButtonsAndMenus_module_wrapper__83ef5043,
.video-container
  iframe[src*="vimeo"]
  ~ *
  .ControlBarButtonsAndMenus_module_progressHidden__83ef5043 {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Force Vimeo control buttons to always be visible */
.video-container iframe[src*="vimeo"] ~ * .Button_module_button__779846a6,
.video-container iframe[src*="vimeo"] ~ * .Button_module_icon__779846a6,
.video-container
  iframe[src*="vimeo"]
  ~ *
  .ControlBarButton_module_controlBarButton__179d9b92 {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Ensure tooltip containers are visible */
.video-container
  iframe[src*="vimeo"]
  ~ *
  .Tooltip_module_tooltipContainer__d9b61844 {
  opacity: 1 !important;
  visibility: visible !important;
}
#partner-spotlight {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

#partner-spotlight img {
  width: 100%;
  border-radius: 15px;
}
#latest-videos {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00605e;
  background: url("/wp-content/uploads/2025/04/lg-video-bg-scaled.png")
    no-repeat center center;
  background-position-y: -20%;
}
#latest-videos h2 {
  /* 1200 Black */
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px; /* 100% */
}
.date {
  color: #230000;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 0.48px;
  text-align: left;
  background-color: #ECECEC;
  padding: 5.2px 10.4px;
  border-radius: 5.2px;
  width: fit-content;
  display: inline-block;
}
.date p{
  margin-bottom: 0px;;
}
#latest-videos .date {
  color: #230000;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 0.48px;
  text-align: left;
  background-color: #cfe3e3;
  padding: 5.2px 10.4px;
  border-radius: 5.2px;
  width: fit-content !important;
  display: inline-block;
}
#latest-videos h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 100% */
}
#news {
  padding-top: 45px;
  padding-bottom: 45px;
}
#pt-cv-view-c862022o8p h4 a {
  color: #000;
  font-size: 24px;
  line-height: 32px;
}
#pt-cv-view-c862022o8p .pt-cv-taxoterm {
  border-radius: 5.2px;
  background: #ececec;
  padding: 5px 10px 5px 10px;
  width: 25%;
}
#news h2 {
  color: #000 !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 36px !important; /* 100% */
}
#member {
  background-color: #efefef;
  background: url("/wp-content/uploads/2025/08/Hero-Image-3.jpg") no-repeat center center;
  display: flex;
  align-items: center;
  align-content: space-between;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  background-size: cover;
}
#member .row .col-md-6 {
  width: 49%;
  margin-bottom: 0px;
}
.grid-8{
  gap: 8px !important;
}

#member h3 {
  color: #fff;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 36px !important; /* 109.375% */
  margin-bottom: 18px;
}
#member .orange {
  color: #000 !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 36px !important; /* 109.375% */
  text-align: center;
}
.orange p {
  color: #000 !important;
}
#member p {
  color: #fff;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 27px !important; /* 160% */
}
.cta {
  gap: 20px;
}
/*Ticker Items*/
.ticker-wrap {
  overflow: hidden;
  background: #eeeeee;
  position: relative;
  display: flex;
  align-items: center;
}
.ticker-items {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ticker-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.ticker__item {
  display: inline-flex;
  align-items: center;
  padding: 0 2rem;
  font-family: "Roboto Slab", serif;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.415px;
  color: #00605e;
  white-space: nowrap;
  text-transform: uppercase;
}
.ticker__item h2 {
  color: #00605e !important;
  margin-bottom: 0px;
}
.ticker__item span {
  font-size: 25px;
}
.ticker__item::before {
  /*content: url("/wp-content/uploads/2025/04/pine-dark.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  position: relative;
  top: -7px;*/
}
.ticker-wrap:hover {
  cursor: pointer;
}

.card-title a {
  text-decoration: none;
  color: #000;
}
.card-title a:hover {
  text-decoration: underline;
	text-underline-offset: 5px;
	color: #000;
}
.card-text a {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #000;
  }
  .card-text a:hover {
	color: #004d4b;
  }
  
.card-text {
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}
.card-body {
  color: #000;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 27px !important; /* 168.75% */
}
.card {
  gap: 20px !important;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.card img {
  /*width: 100%;
	height: 100% !important;*/
}
/*Banner*/
#banner {
  padding: 175px 0 175px;
  position: relative;
  overflow: visible;
  width: 100%;
  display: inline-block;
  background-size: cover !important;
  background-color: #0f0f0f !important;
  min-height: 450px !important;
}
#banner .row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  width: 75%;
}
#banner .entry-title {
  width: 100% !important;
  color: #fff !important;
  line-height: normal !important;
  padding: 16px 8px 15px 8px !important;
  display: block !important;
  font-size: 64px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 64px !important; /* 100% */
  text-transform: capitalize;
}

.dimmer {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.education-block {
  background-color: #f9f2eb;
  border-radius: 24px;
  padding: 40px;
}
/*HotLinks*/

a.hotlink:hover {
  text-decoration: underline;
}

.hotlink-nav {
  padding: 1rem 0;
  background-color: #ececec;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}
.hotlink-nav.sticky {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hotlink-list {
  display: flex;
  gap: 0.5px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.hotlink-item a {
  text-decoration: none;
  font-weight: bold;
}

.hotlink-nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hotlink-item .hotlink {
  text-decoration: none;
  background-color: transparent;
  color: #000;
  border-radius: 4px;
  transition: background-color 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px; /* 100% */
  display: inline-flex;
}
.hotlink.has-dash::after {
  content: "|";
  margin: 0 5px;
  color: #002928;
}

/* Remove separator for the second-to-last hotlink item only before sticky activates */
.hotlink-nav:not(.sticky)
  .hotlink-list
  > .hotlink-item:nth-last-child(2)
  .hotlink.has-dash::after {
  content: none;
}

/*.hotlink-item .hotlink:after{
	content: '-';
}
.hotlink-item .hotlink:last-child:after{
	content: '*';
}*/
.hotlink-item .hotlink:hover {
  background-color: transparent;
}
.hotlink-item .hotlink:active {
}

.hotlink-item a:after {
}
.hotlink .back-to-top {
  display: none;
}
.hotlink-nav.sticky .back-to-top {
  display: inline-block;
}
.hotlink-item.is-last-link {
  display: none;
}
.hotlink-nav.sticky .hotlink-item.is-last-link {
  display: inline-block;
}

@media (max-width: 767px) {
  .hotlink-nav {
    width: 100%;
    display: block;
  }
  .hotlink-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    padding-left: 16px;
    padding-right: 16px;
    scroll-padding-left: 16px;
    scroll-padding-right: 16px;
    gap: 0;
  }
  .hotlink-list::-webkit-scrollbar {
    display: none;
  }
  .hotlink-list::before,
  .hotlink-list::after {
    content: "";
    flex: 0 0 8px;
  }
  .hotlink-list > .hotlink-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: 0;
  }
  .hotlink-list > .hotlink-item:last-child {
    margin-right: 0;
  }
  .hotlink-nav .hotlink.has-dash::after {
    margin: 0 8px;
  }
}

.reiner-swiper {
  overflow: hidden;
}
/* Table Solve For Blocks*/
.wp-block-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.wp-block-table table {
  width: 100%; /* ensure table fills container */
  min-width: 600px; /* or whatever width your table needs */
  border-collapse: collapse;
}

.wp-block-table::-webkit-scrollbar {
  height: 6px; /* optional styling for scroll */
}

.wp-block-table::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.swiper-wrapper {
  height: auto !important;
}
.reiner-swiper .swiper-slide {
  /*width: auto !important;*/
  max-width: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.reiner-thumbnail img {
  width: 100%;
  height: auto;
}
/*Swiper Block*/
/*.swiper-bg{
	background: url("/wp-content/uploads/2025/07/pattern10-crop2.jpg") no-repeat center center;
}*/
.pt-cv-none {
  color: #000 !important;
  text-align: center !important;
}
#pt-cv-view-863552cn6c {
  text-align: center;
}
.tan-bg {
  background: url("/wp-content/uploads/2025/07/Intro-Copy-Background.png")
    no-repeat fixed center center;
  padding-top: 72px;
  padding-bottom: 45px;
  background-size: cover;
  margin-top: -109px;
  margin-bottom: 60px;
}
.brown-bg {
  background: url("/wp-content/uploads/2025/07/pattern10-crop2.jpg") no-repeat
    fixed center center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.cta-bg {
  background: url("/wp-content/uploads/2025/07/cta-bg.png") no-repeat center
    center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.brown-bg a {
  color: #ececec !important;
  text-decoration: none !important;
}
.brown-bg .swiper-slide img {
  padding-bottom: 24px;
}
.cb-carousel-block {
}
.wp-block-cb-carousel-v2 .swiper-button-prev {
  position: absolute !important;
  width: 40px;
  height: 40px;
  top: 40%;
  left: 20px;
}
.wp-block-cb-carousel-v2 .swiper-button-next {
  position: absolute !important;
  width: 40px;
  height: 40px;
  top: 40%;
  right: 20px;
}
.wp-block-cb-carousel-v2 .cb-button-next:after,
.wp-block-cb-carousel-v2 .cb-button-prev:after {
  color: #000;
}
.wp-block-cb-carousel-v2 .cb-button-next,
.wp-block-cb-carousel-v2 .cb-button-prev {
  background-color: #ECECEC !important;
}
.wp-block-cb-carousel-v2 .cb-button-next:hover,
.wp-block-cb-carousel-v2 .cb-button-prev:hover {
  background-color: #BBBBBB !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: unset !important;
}
#footer {
  background-color: #004d4b !important;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  line-height: normal;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}
#footer hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
#footer .footer-nav h3 {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 25px !important; /* 125% */
}
#footer .footer-nav ul {
  padding-left: 0px;
  margin-left: 0px;
}
#footer .footer-nav li {
  list-style: none;
  padding-bottom: 8px;
}

#footer .footer-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

#footer .footer-nav a::after {
  content: "";
  display: block;
  height: 1.5px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
  margin-top: 2px;
}

#footer .footer-nav a:hover::after {
  transform: scaleX(1);
}
#footer h3 {
  color: #004d4b;
  /* 1100 Black */
  font-family: "Roboto Slab", serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px; /* 109.375% */
}
.social {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  gap: 15px;
}
.social .bi {
  font-size: 35px;
}
.f-letter {
  background-color: #fff;
  border-radius: 15px;
  padding: 24px;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition:
    filter 0.2s ease-in,
    -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  /*overflow: hidden;*/
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/*Swiper*/
.border-bottom-only {
  border-bottom: 1px solid #dee2e6;
  border-top: none;
  border-left: none;
  border-right: none;
}
.swiper h2 {
  color: #fff;
  /* 1100 Black */
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px; /* 109.375% */
}
.swiper-feature-events {
  width: 100%;
  /*margin-top: -175px;*/
  overflow: hidden;
}
.swiper-slide {
  border-radius: 5.2px;
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  color: #ececec; /* Set the button color to white */
  height: 10px;
  width: auto;
  position: relative !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative !important;
}
/*.swiper-controls {
  padding: 0 10px;
}*/

/*.swiper-button-prev,
.swiper-button-next {
  color: #000;
  width: 30px;
  height: 30px;
}

.swiper-scrollbar {
  background: #e0e0e0;
  height: 6px;
  border-radius: 4px;
}
.swiper-scrollbar-drag {
  background: #666;
}*/
#sidebar {
  display: none;
  visibility: hidden;
}
/* NEW Swiper Class*/
.swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
  width: 40px;
  height: 40px;
  background: #ececec !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.swiper-scrollbar {
  flex-grow: 1;
  height: 6px;
  background: #e0e0e0;
  border-radius: 4px;
  position: relative;
}

.swiper-scrollbar-drag {
  background: #00b3b0;
  border-radius: 4px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  color: #8D8D8D ;
}
.date-bg {
  background-color: #cfe3e3;
  border-radius: 5.2px;
  padding: 5.2px 10.4px;
  width: 50%;
  margin-bottom: 11px !important;
}
/*Reiner List*/
#green-bg {
  background: url("/wp-content/uploads/2025/04/green-grunge-scaled.png")
    no-repeat center center;
  background-size: cover;
}
/*BLOG SECTION*/
#blog-header {
  background: url("/wp-content/uploads/2025/04/green-grunge-scaled.png")
    no-repeat fixed center center;
  padding-top: 75px;
  padding-bottom: 75px;
  min-height: 410px;
  background-size: cover;
}
#blog-header .entry-title {
  font-family: factoria, serif;
  color: #fff;
  font-size: 45px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 46px !important; /* 102.222% */
  text-transform: capitalize;
  text-align: left !important;
}
#blog-header .entry-meta {
  color: #fff !important;
  font-size: 16px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 118% !important; /* 18.88px */
  text-transform: capitalize !important;
}
#blog-header a {
  color: #fff !important;
}
.blurred-featured-container {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

.blurred-featured-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(30px);
  transform: scale(1.1);
  z-index: 1;
}
.blurred-featured-container > .col-md-4,
.blurred-featured-container > .col-md-8 {
  position: relative;
  z-index: 2;
}

.main-portrait-image {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  max-height: 300px; /* Limit height – adjust to your needs */
  width: auto;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.pagination-wrap {
  text-align: center;
  margin-top: 2rem;
}

.pagination-links .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%; /* makes it circular */
  background-color: #f5f5f5;
  color: #333;
  text-align: center;
  /*margin: 0 5px;*/
  text-decoration: none;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.pagination-links .page-numbers:hover,
.pagination-links .page-numbers.current {
  background-color: #004d4b;
  color: #fff;
  border-color: #333;
}

/*Partners List*/
#pt-cv-view-4fe6c2d4io .pt-cv-thumb-wrapper .pt-cv-thumbnail{
	width: auto !important;
	max-height: 80px;
	margin: auto;
	display: block;
}
#pt-cv-view-4fe6c2d4io .pt-cv-thumb-wrapper{
	background-image: none;
}
#pt-cv-view-2d2af11ry9 .pt-cv-thumb-wrapper .pt-cv-thumbnail{
	width: auto !important;
	max-height: 80px;
	margin: auto;
	display: block;
}
#pt-cv-view-2d2af11ry9 .pt-cv-thumb-wrapper{
	background-image: none;
}
#pt-cv-view-8e425088bi .pt-cv-thumb-wrapper{
	background-image: none;
}
#pt-cv-view-8e425088bi .pt-cv-thumb-wrapper .pt-cv-thumbnail{
	width: auto !important;
	max-height: 80px;
	margin: auto;
	display: block;
}
#pt-cv-view-b8725668ra .pt-cv-thumb-wrapper{
	background-image: none;
}
#pt-cv-view-b8725668ra .pt-cv-thumb-wrapper .pt-cv-thumbnail{
	width: auto !important;
	max-height: 80px;
	margin: auto;
	display: block;
}
.pt-cv-ctf-official_listing{
	text-align: center;
	color: #636363;
	line-height: normal;
}
.pt-cv-remain-wrapper{
	padding: 0px !important;
}
.pt-cv-thumb-wrapper{
	background-image: none !important;
}
/* Container only on homepage */

.blurred-featured-container.homepage-featured {
  position: relative !important;
  height: auto !important; /* smaller height */
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0px;
  max-height: 240px;
}
.homepage-featured-posts .no-wrap-row {
  flex-wrap: nowrap;
  gap: 20px;
}
/* === Featured Event Swiper Styling === */
.featured-event-slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
.featured-event-slide h5 {

  padding-bottom: 0px;
}
.event-image-wrapper {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.event-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(12px);
  z-index: 1;
  max-height: 225px;
}

.event-main-image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.event-main-image img {
  max-height: 240px !important;
  max-width: 100%;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.event-content-box {
  background-color: #fff;
  padding: 20px;
  min-height: 270px;
}

.event-date {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.event-title a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.event-title a:hover {
  color: #000;

}
.event-location {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin: 4px 0;
}

.event-description {
  font-size: 14px;
  color: #444;
  margin-top: 10px;
}

.event-link a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #00605e;
  text-decoration: underline;
}
.event-link a:hover{
  color: #000;
}
/*Plugin Overrides*/

.pro-card-location {
  color: #636363 !important;
}
.pro-card-arrow {
  color: #000000 !important;
}
.brown-bg {
  background-color: #000;
}

/* Responsive */
@media (max-width: 768px) {
	#latest-videos h2{
		color: #fff !important;
	}
  .event-image-wrapper {
    height: 250px;
  }
  #member .row .col-md-6{
    width: 100%;
  }

  .event-main-image img {
    max-height: 100%;
    object-fit: contain;
  }

  .event-content-box {
    padding: 16px;
  }
}

/* Blurred background effect */
.blurred-featured-container.homepage-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(30px);
  transform: scale(1.1);
  z-index: 1;
}

/* Ensure content is above blur */
.blurred-featured-container.homepage-featured > .row > .col-md-4,
.blurred-featured-container.homepage-featured > .row > .col-md-8 {
  position: relative;
  z-index: 2;
}

/* Image styling (scoped to homepage only) */
.main-portrait-image.homepage-image {
  max-height: 90%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.main-portrait-image.img-fluid {
  max-height: 240px; /* adjust this to your desired max height */
  width: 100%; /* maintain aspect ratio */
  height: auto; /* ensures width drives height */
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}

/* Single post page specific styles */
.single-post-page .main-portrait-image.img-fluid {
  max-height: 192px;
}

.single-post-page .blurred-overlay {
  height: 192px !important;
}
.card-body {
  position: relative;
  z-index: 2;
  flex: 1;
}

#social-share {
  text-align: center;
}
.social-share {
  padding-bottom: 30px;
  display: flex;
  gap: 16px;
}
.social-share .bi {
  font-size: 32px;
  color: #fff;
}
.story .entry-content {
  margin-top: 0px !important;
}
.story .entry-content a {
  color: #000;
}
.story .entry-content a:hover {
  color: #000;
  text-decoration: underline;
}
.story .post-thumbnail {
  margin-top: -55px !important;
  margin-bottom: 40px;
}
.story .post-thumbnail img {
  border-radius: 6px;
  /* Button Shadow */
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
}
.grey-card {
  background-color: #ececec !important;
  padding: 24px !important;
  border-radius: 15px;
}
/*Custom Feeds*/
.news-feed .pt-cv-content-item {
  border-bottom: 0.5px solid #8d8d8d !important;
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.news-feed img {
  border-radius: 6px;
}
.entry-content .post-thumbnail img {
  border-radius: 15px;
  width: 100%;
}
.home .ticker-footer {
  visibility: hidden;
  display: none;
}
.vp-center {
  align-items: flex-start !important;
}
#feature-events {
  background-color: #191919 !important;
}
.featured-events .pt-cv-custom-fields {
  width: auto !important;
}
#pt-cv-view-e957611kpa .pt-cv-title a,
#pt-cv-view-e957611kpa .panel-title {
  font-family: "Roboto Slab", serif !important;
  font-weight: 600 !important;
}
#pt-cv-view-e957611kpa a {
  color: #000 !important;
}
.pt-cv-thumb-wrapper .pt-cv-thumbnail {
  border-radius: 6px;
}
.call-block {
}
.call-block h2 {
  color: #004d4b;
  font-family: "Roboto Slab", serif;
  font-size: 88px !important;
  font-weight: 900 !important;
  line-height: 67px !important; /* 76.136% */
}
.reiner-cards {
  padding-bottom: 25px;
}
.r-1 {
  background-color: #cfe3e3;
  border-radius: 24px;
  padding: 35px;
}
.r-2 {
  background-color: #d88c69;
  border-radius: 24px;
  padding: 35px;
}
.r-3 {
  background-color: #ECECEC;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 47px;
}
.r-3 .membership-description {
  color: #000 !important;
}
.r-4 {
  background-color: #00605E;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 47px;
}
.r-4 .btn-teal{
  background-color: #004D4B;
}
.grey-call {
  background-color: #ececec;
  border-radius: 16px;
  padding: 24px;
}
.custom-dashed-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.custom-dashed-hr .line {
  flex: 1;
  border-top: 2px dashed #000;
  height: 0;
}

.custom-dashed-hr .center-icon {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white; /* Prevents line from showing behind image */
  z-index: 1;
}
/*Hall Of Fame*/

.fame .pt-cv-ifield {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fame .pt-cv-title {
  margin-bottom: 0px;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 16px !important; /* 100% */
  color: #000 !important;
  font-weight: 500 !important;
}
.fame .pt-cv-title a {
  color: #000 !important;
  font-weight: 500 !important;
}
#pt-cv-view-af8c42f4wn .pt-cv-title a,
#pt-cv-view-af8c42f4wn .panel-title {
  font-weight: 500 !important;
}
.fame .pt-cv-content-item {
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 10px;
  padding-top: 10px;
}
.fame .pt-cv-ctf-value {
  font-weight: 500 !important;
}
/*Hall Of Fame Tabs*/
#tab-contaner {
}
#tab-contaner .nav {
  gap: 8px;
}
#tab-contaner .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-radius: 4px;
  background: #636363;
  padding: 13px 16px 13px 16px;
  color: #fff;
}
#tab-contaner .nav-pills .nav-link {
  border-radius: 4px;
  background: #ececec;
  padding: 13px 16px 13px 16px;
}
#tab-contaner .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
/*Contact Cards*/
.contact-cards .pt-cv-ifield {
  border-radius: 15px;
  border: 1px solid #8d8d8d;
  padding: 24px;
  min-height: 226px;
}
.contact-cards .pt-cv-title a {
  color: #000 !important;
}
.contact-cards .pt-cv-custom-fields {
  color: #636363;
}
.contact-cards .pt-cv-ctf-email a {
  color: #004d4b !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  text-decoration-line: underline !important;
  text-underline-offset: 5px;
}
/*Podcast*/
.podcast .pt-cv-ctf-value {
  width: 100%;
}
/*Accordion*/
.esab__active_accordion > .esab__head {
  background-color: transparent !important;
}
.wp-block-esab-accordion-child > .esab__active.esab__body {
  background-color: transparent !important;
  border-color: #004d4b !important;
}
.esab__container > .wp-block-esab-accordion-child.esab__active_accordion,
.block-editor-block-list__block
  > .wp-block-esab-accordion-child.esab__active_accordion {
  border-color: #636363 !important;
}
.esab__active_accordion .esab__heading_txt > .esab__heading_tag {
  color: #000 !important;
}
.esab__active_accordion > .esab__head .esab__icon svg {
  fill: #004d4b !important;
}
/*Featured Events Page*/
#pt-cv-view-e957611kpa .pt-cv-ctf-list {
  display: flex;
  justify-content: flex-start;
}
#pt-cv-view-e957611kpa .col-md-6 {
  width: auto !important;
}
/*Form Overirdes*/
.gform_submission_error {
  font-size: 16px !important;
  line-height: normal !important;
  font-weight: 600 !important;
}
#search-title{
	padding-top: 80px;
	text-align: center;
	padding-bottom: 40px;
}
.search-list{
	padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #member .row .col-md-6{width: 48%;}
}
@media screen and (max-width: 991px) {
  #member .row .col-md-6{width: 100%;}
}
@media screen and (max-width: 768px) {
  .card {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage-featured-posts .no-wrap-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
	#latest-videos h2{
		color: #000 !important;
	}
  #member .row .col-md-6 {
    width: 100%;
  }
  .feature-events-heading{
    font-size: 20px;;
  }
  #partner-spotlight .row{
    width: 100%;
  }
  #hotlink-nav-clone{
    width: 80% ;
  }
  #banner .entry-title {
    font-size: 32px !important;
    line-height: 35px !important; /* 100% */
  }
  .content h1 {
    font-size: 45px !important;
    line-height: 45px !important; /* 100% */
  }
  .content h2 {
    font-size: 24px !important;
    line-height: 26px !important; /* 100% */
  }

  .hero-logo img {
    width: 75%;
  }

  #latest-videos .row {
    
  }
  .swiper-feature-events {
    margin-top: 0px;
  }
  #latest-videos .date {
    width: 100%;
  }
  #latest-videos h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .hotlink-nav {
    padding: 1rem 0;
    background-color: #ececec;
    border-radius: 50px;
    overflow-x: auto; /* Horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth iOS scroll */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .hotlink-nav::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
  }

  .hotlink-list {
    display: flex;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap; /* Prevent wrapping */
    min-width: max-content; /* Prevent squishing */
  }

  .hotlink-item {
    flex: 0 0 auto; /* Prevent shrinking */
  }

  /*Plugin Overrides*/

  #state_filter,
  #country_filter {
    width: 100%;
  }

  .filter-container {
    flex-direction: column;
    width: 100%;
  }

  .dataTables_wrapper .top {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .dataTables_wrapper .dataTables_filter input[type="search"] {
    padding: 0.375rem 4rem !important;
    width: 100%;
  }
}

/* Footer Menu Grid Styles */
.footer-menu-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer-menu-grid > li {
    flex: 0 0 16.666667%; /* col-md-2 equivalent */
    max-width: 16.666667%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.footer-menu-grid > li > span.footer-category-header {
    display: block;
    font-weight: 700;
    font-size: 20px !important;
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    text-transform: capitalize;
    cursor: default;
    pointer-events: none;
    font-family: "Roboto Slab", serif !important;
    line-height: 25px;
}

.footer-menu-grid > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-grid > li > ul > li {
    margin-bottom: 8px;
}

.footer-menu-grid > li > ul > li > a.nav-footer {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-menu-grid > li > ul > li > a.nav-footer:hover {
    color: #ccc;
}

.footer-menu-grid > li > ul > li > a.nav-footer[aria-current="page"] {
    color: #fff;
    text-decoration: none;
}

/* Override the existing footer aria-current styling */
#footer .menu-item a[aria-current=page] {
    color: #fff !important;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-menu-grid > li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .footer-menu-grid > li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
