.staff-directory .table tr td { width:20% }
.staff-directory .table tr td:nth-child(2) { width:40%!important }

.navbar-logos ul li { position:relative; }
.component.scoreboard .component-heading { color:#ffffff; }


@media only screen and (min-width:992px) {

.header-top .header-text { padding-left:12rem!important }

.navbar-primary .navbar-brand {  background:#fff; padding:1.4rem 0!important; width:200px; transform:skew(-25deg); box-shadow:0 0 20px #ccc inset }
.navbar-primary .navbar-brand img {  transform:skew(25deg)!important; max-height:100px!important }
.navbar-primary .nav-link { padding:2rem 0.5rem!important }

.navbar-primary > .container,
.navbar-primary { max-height:90px }

.item-1 .dropdown-menu {width: 435px !important; left: 180px !important;}
.item-1 .dropdown-menu .yamm-content > div > div > ul { flex-direction: column !important; }

.social-widget { background: #fff; padding-top: 10px; }
.social-widget .j-stacker-wrapper { height: 700px; overflow-y: scroll; margin: 0 15px !important; }



}

.component.recentnews.layout-3 .component-heading { color:#ffffff }
.component.recentnews.layout-3 .card-header { background:var(--color-secondary); color:#fff }
.component.recentnews.layout-3 .card-header a { color:#fff }

div.mod-news-rotator.style1 .story-box { background-color:#fff; }


div.mod-scoreboard .slick-arrow-controls .btn-outline-secondary, div.mod-scoreboard .slick-arrow-controls a.btn-outline-secondary{ border-color: var(--color-light); color: var(--color-light); }

#primetime-wrapper .pt-page-nav ul a sup, #primetime-wrapper h3 sup {
    display:inline !important;
}

html {
    scroll-behavior: smooth;
}

<style>
.slider .slide {
    padding: 1px;
}
</style>

.mod-graphic-carousel .slide-img-wrap {
    padding: 0 8px;
}

.mod-graphic-carousel .slide-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
}
.mod-graphic-carousel .slide-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.mod-graphic-carousel .slide-img-wrap:hover img {
    transform: scale(1.05);
}

.mod-graphic-carousel .slide-img-wrap::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(255,255,255,0.35);
}

.mod-graphic-carousel .slick-slide:last-child::after {
    display: none;
}

.partnership-contact-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 950px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-left: 6px solid #003c71;
}

.contact-card-image img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
}

.contact-card-content h2 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1f1f1f;
}

.contact-card-content h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #003c71;
}

.contact-title,
.contact-organization {
  margin: 0.25rem 0;
  font-size: 1rem;
  color: #444;
}

.contact-info {
  margin-top: 1.5rem;
}

.contact-info p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.contact-info a {
  color: #003c71;
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .partnership-contact-card {
    flex-direction: column;
    text-align: center;
  }

  .contact-card-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

.contact-button-wrapper {
  text-align: center;
  margin: 2rem 0 1rem 0;
}

.contact-button {
  display: inline-block;
  padding: 0.9rem 2rem;
  background-color: #740F2F; /* TAMUSA primary */
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 60, 113, 0.25);
  transition: all 0.25s ease;
}

.contact-button:hover {
  background-color: #d23e3e;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 60, 113, 0.35);
}

.contact-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 60, 113, 0.2);
}