html {
  display: flex;
  flex-direction: column;
}
.site-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.notfound-placeholder {
  border-radius: 8px;
  border: 2px dashed rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 20px;
  font-size: 16px;
}
.team-nav .active {
  border-bottom: 3px solid  !important;
}
.team-nav a {
  font-weight: bold;
  text-transform: uppercase;
}
.hideinpages, .short-code-title, .record-books-shortcodes {
display: none;
}
table td {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  color: #000000 !important;
}
table td, table th {
  padding: 10px 10px;
  padding: 15px;
  font-size: 15px;
}
table {
  min-width: auto;
} 
table thead tr th:first-child {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
  table thead tr th:last-child {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*
{
  background-color: unset !important;
  color: unset !important;
}
.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>* {
  background-color: unset !important;
  color: unset !important;
}
.tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>* {
  border-top: none !important;
}
.dt-container .dt-input, .dt-container label {
  text-transform: capitalize;
}
.tablepress {
  display: none;
}
.dropdown-toggle::after {
  display: none;
}
.sow-slider-base .sow-slide-nav a em, .sow-slider-base .sow-slider-pagination li a, .sow-slider-base .sow-slide-nav.sow-slide-nav-next a{
  color: red !important;
}
.entry-content {
  margin: auto;
}
.static-slider {
  display: flex;
  flex-direction: column;
}
.slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.accordion-item + .accordion-item {
border-top: 1px solid #ddd;
}
.accordion-header::after {
content: "+";
position: absolute;
right: 15px;
font-weight: bold;
transition: transform 0.3s ease;
}
.accordion-header.active::after {
content: "-";
transform: rotate(180deg);
}
.accordion-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.3s ease;
background: #fff;
padding: 0 15px;
}
.accordion-body.open {
padding: 15px;
max-height: 1000px; /* big enough to fit content */
overflow: auto;
}
.accordion-inner {
padding: 5px 0;
}
/* Container */
.tabs { 
  max-width: 100%; 
  margin: 20px auto; 
}
/* Tab titles row */
.tab-titles { 
  list-style: none; 
  display: flex; 
  flex-wrap: wrap; 
  gap: 20px; 
  padding: 0; 
  margin: 0; 
  cursor: pointer;
  border-bottom: 1px solid #ddd; 
}
/* Each tab link */
.tab-title { 
  font-weight: 600; 
  font-size: 15px; 
  color: #001f54; /* dark navy look */
  cursor: pointer; 
  padding-bottom: 6px; 
  position: relative;
}
.tab-title.active::after { 
  content: ""; 
  position: absolute; 
  left: 0; 
  bottom: -1px; 
  width: 100%; 
  height: 3px; 
  background: #001f54; 
}
/* Tab content */
.tab-contents { 
  padding: 20px 0; 
}
.tab-content { 
  display: none; 
}
.tab-content.active { 
  display: block; 
}
.video-title {
font-size: 15px;
font-weight: 600;
color: #222;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.3em;
height: 2.6em; /* fixed height = 2 lines */
min-height: 2.6em;
}
.youtube-preview-modal {
max-width: 80%;
}
  @media (max-width: 768px) {
    .youtube-preview-modal {
          max-width: 100%;
    }
}
.masonry-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px; /* gutter */
  width: 100%;
}
.masonry-item {
  width: calc(24% - 15px); /* 4 columns */
  margin-left: 15px;
  margin-bottom: 15px;
}
/* Mobile: 1 item per row */
@media (max-width: 768px) {
  .masonry-item {
      width: calc(100% - 15px); /* full width minus gutter */
  }
}
.masonry-item.loaded {
opacity: 1;
transform: translateY(0);
}
.youtube-card img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
background: none !important;
}
.article-slider .slick-arrow {
  display: none; 
  opacity: 0;
  transition: opacity 0.3s ease; 
}
.article-slider:hover .slick-arrow {
  display: block;
  opacity: 1;
}
.slick-prev {
position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  z-index: 999;
cursor:pointer;
}
.slick-prev2 {
position: absolute;
  top: 45%;
  left: -20px;
  transform: translateY(-50%);
  z-index: 999;
cursor:pointer;
}
.slick-prev3 {
position: absolute;
  top: 43%;
  left: -20px;
  transform: translateY(-50%);
  z-index: 999;
cursor:pointer;
}
.slick-prev4 {
position: absolute;
  top: 43%;
  left: -24px;
  transform: translateY(-50%);
  z-index: 999;
cursor:pointer;
}
.slick-next {
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
  z-index: 1;
  cursor:pointer;
}
.slick-prev:before, .slick-next:before {
opacity: 0;
}
.slick-prev:before {
content: '';
}
.slick-next:before {
content: '';
}
.slick-next2 {
  position: absolute;
  top: 45%;
  right: -22px;
  transform: translateY(-50%);
  z-index: 1;
cursor:pointer;
}
.slick-next3 {
  position: absolute;
  top: 43%;
  right: -22px;
  transform: translateY(-50%);
  z-index: 1;
cursor:pointer;
}
.slick-next4 {
  position: absolute;
  top: 43%;
  right: -22px;
  transform: translateY(-50%);
  z-index: 1;
cursor:pointer;
}
@media (max-width: 768px) {
.article-slider .slick-arrow {
  display: block !important;
  opacity: 1 !important;
}
.slick-prev2 {
  left: 20px;
}
.slick-prev {
  left: -4px;
}
.slick-next {
  right: 25px; 
}
.slick-next2 {
  right: 20px; 
}
.slick-prev3 {
  left: 10px;
}
.slick-next3 {
  right: 10px; 
}
}
.custom-prev-arrow, .custom-next-arrow {
  font-size: 30px;
  color: #333;
}
.slick-prev:hover .custom-prev-arrow,
.slick-next:hover .custom-next-arrow {
  color: #ff0000; /* Change color on hover */
}

@media (max-width: 767px) {
.mobile-and-sports {
  top: 0px !important;
}
}