
.content-area
{
    width: 100%;
    margin:0px;
    border: 0px;
    padding: 0px;
}


img {
    display: inline;
}
    
pre {
    background-color: white !important;
}

.image-block
{
    display: inline-flex;
 
}

.image-block img
{
    margin-right: 10px;
}

.img-top
{
    width: 48px;
    height: 48px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.new-row {
    background-color: #ededed;
}

.desc-container {
    overflow-x: auto;
}


.uscl-scrollable thead th
{
    position:sticky;
    position: -webkit-sticky;
    top:0;
    /*z-index:999;*/
}

.uscl-table {
    background-color: white !important;

    overflow-x: auto;
    border: none;
    border-collapse: collapse;
    width:100%;
}

.uscl-col-15 {
   
    width:15%;
}

.uscl-table-header
{
    top:0;
    /*z-index: 2;*/
    position: sticky;
}

.uscl-table-border
{
    border-style: solid;
    border-color: lightgray;

}


table.uscl-table th.header-label{
    background-color: #ffff !important;
    color: white;
   
}

table.uscl-table th.subheader-label
{
    background-color: silver;
    color:  #222e69;
    text-align: center !important;
}

.uscl-table tbody tr:nth-child(even){
    background-color: #ededed;
}
.uscl-table tbody tr:nth-child(odd) td{
    background-color: white;
}

.uscl-table tbody tr:nth-child(even){
    background-color: white;
}
.uscl-table tbody tr:nth-child(odd) td{
    background-color: #ededed;
}

/* this is used on all thead and th tags */
.header-label {
    background-color: #222e69;
    color: white;
}

table {
width: 100%; /* Make sure the table occupies full width */
}

th, td {
    padding: 8px;
    min-width: 100px; /* Ensure each column has a minimum width */
}




a {
    font-weight: normal;
    color: #222e69;
}
.grid-box-title.h1 {
    text-align: center;
    font-weight: bold;
    color: #222e69;
    font-size: 5em;
    font-family: 'Bebas Neue', sans-serif;
}

.uscl-dropdown {
    background-color: #222e69;
    color: white;
    border: 2px solid #222e69;
    border-radius: 5px;
    padding: 5px;
    margin: 10px auto;
    text-align: center;
}

.uscl-dropdown:hover {
    background-color: #d22229;
    color: #fff; /* New text color on hover */
}



.btn-info {
    background-color: #222e69;
}

.btn-info:hover {
    background-color: #fff;
    color: #222e69;
    border: 2px solid #222e69;
}

.btn-request {
    background-color: darkgreen;
    margin-right: 2px;
    margin-bottom: 2px;
}

.btn-request:hover {
    background-color: slategray;
    color: white;
    /*border: 2px solid darkgreen;*/
}

.btn-delete {
    background-color: black;
    margin-right: 2px;
    margin-bottom: 2px;
}

.btn-delete:hover {
    background-color: slategray;
    color: white;
    /*border: 2px solid black;*/
}

.btn-back {
    background-color: cornflowerblue;
    margin-right: 2px;
    margin-bottom: 2px;
}

.btn-back:hover {
    background-color: slategray;
    color: white;
    /*border: 2px solid cornflowerblue;*/
}




.btn-chosen {
    background-color: #d22229;
    border-color: #222e69;
}

.text-white {
    color: #fff;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 0.6rem .5rem;
    font-size: .875rem;
    border-radius: .5rem;
}

table td, table th {
    padding: 5px 5px;
    text-align: center;
    vertical-align: middle;
}

.center-content {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.right-align {
    text-align: center;
    vertical-align: middle;
}

.left-align {
    text-align: left;
    vertical-align: middle;
    padding-bottom: 9px;
}

.left-showing {
    text-align: center;
    padding-top: 40px;
    vertical-align: middle;
}

.icons {
    justify-content: space-around;
    height: 100%;
    padding-top: 4px;
}

.icons a {
    margin-right: 4px;
    text-align: center;
    vertical-align: middle;
}

.links {
    text-align: center;
}

.page-details {
    color: #d22229;
    font-weight: bold;
}

.tablinks
{
    background-color: navy;
    color: white;
}
.tablinks.active{
    background-color: red;
    color:white;
}

.tablinks.active:hover{
    background-color: red;
    color:white;
}

.tablinks:hover{
    background-color: slategray;
    color:white;
}

.uscl-button {
    display: block;
    width: 175px;
    height: 50px;
    background: red;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
}

 /* Change background color of buttons on hover */
 .uscl-button:hover {
    background-color: slategray;
    color: white;
 }

 .uscl-button-a {
    color: white;
   
}
 

  /* Style the tab */
  .uscl-tab {
    overflow: hidden;
    border: none;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.uscl-tab a {
    background-color: #222e69;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    text-decoration: none;
    color: white;
    font-family: "Times New Roman", Times, serif;

}

/* Change background color of buttons on hover */
.uscl-tab a:hover {
    background-color: slategray;
}

/* Create an active/current tablink class */
.uscl-tab a.active {
    background-color: red;
}

.qWidth1 {
    width: 15%;
}

.qWidth2 {
    width: 25%;
}

.rAlign {
    text-align: right;
}



.bs-callout {
    padding: 20px;
    margin: 20px 0;
    margin-left: 50px;
}

.bs-callout.h4
{
    color: white;
}

.bs-callout-warning {
  
    background-color: cornflowerblue;
    color: white;
}

.bs-callout-info {
  
    background-color: cornflowerblue;
    color: white;
}

.bs-callout-good{
    background-color: green;
    color: white;

}

.bs-callout-bad{
	background-color: red;
	color: white;
}

.bs-callout-xl {
    margin-left: 0px;
    margin-right: 0px;
}

.uscl_form_p {
 margin-bottom: 5px;
 margin-top:15px;
}

/* ********************** Boy Girl Switch ************************* */

 /* The slider */
 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222e69;
    -webkit-transition: .4s;
    transition: .4s;
    vertical-align: baseline;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #abadad;
    -webkit-transition: .7s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #d22229;
}

input:focus + .slider {
    box-shadow: 0 0 5px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


  /* The slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* ********************** End Boy Girl Switch ************************* */

/* ********************** Toggle Switch ************************* */

 /* The slider */
 .grid-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: lightgray;
    -webkit-transition: .4s;
    transition: .4s;
    vertical-align: baseline;
}

.grid-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #abadad;
    -webkit-transition: .7s;
    transition: .4s;
}

input:checked + .grid-slider {
    background-color: cornflowerblue;
}

/*
input:focus + .grid-slider {
    box-shadow: 0 0 5px #2196F3;
}
    */

input:checked + .grid-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.grid-slider.round {
    border-radius: 34px;
}

.grid-slider.round:before {
    border-radius: 50%;
}


  /* The slider */
  .grid-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.grid-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* ********************** End Boy Girl Switch ************************* */

html, body{
    height: 100%;
    width: 100%;

    height: 100vh;
    width: 100%;

    margin:0;
}

.boyGirlDiv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boyHead {
    margin-right: 10px;
}

.girlHead {
    margin-left: 10px;
}

.ui-dialog{
    z-index: 1000 !important
}

#logo-canvas
{
    background-color: whitesmoke;
}

.grid-container-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
    gap: 10px; /* Adds space between the grid items */
    width: 100%;
    
}

.grid-item-top-left {
    
    padding: 1px;
    text-align: center;
    
}

.grid-item-top-center {
    
    padding: 1px;
    text-align: center;
    display: inline-flex;
    margin-right: 10px;
    
    
}

.grid-item-top-right {
    
    padding: 1px;
    margin-right: 10px;
    margin-left: 40px;
    text-align: right;
    display: inline-flex;
    /*vertical-align: middle;*/
    align-items: right;
    
    
}

.grid-item-title
{
    text-align: center;
    font-weight: bold; 
    color: #222e69;
    font-size: 3.5em;
    font-family:'Bebas Neue', sans-serif;
}

.multipleInput-container {

    border:1px #ccc solid;

    padding:1px;

    padding-bottom:0;

    cursor:text;

    font-size:13px;

    width:100%;

}



.multipleInput-container input {

    font-size:13px;

    clear:both;

    width:250px;

    height:24px;

    border:0;

    margin-bottom:1px;

}



.multipleInput-container ul {

    list-style-type:none;
    display: inline;

}



li.multipleInput-email {

    float:left;

    margin-right:2px;

    margin-bottom:1px;

    border:1px #BBD8FB solid;

    padding:2px;

    background:#F3F7FD;

}



.multipleInput-close {

    width:16px;

    height:16px;

    background:url(close.png);

    display:block;

    float:right;

    margin:0 3px;

}

.uscl-top-menu-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding: 2px;
  }

  .uscl-top-menu-item {
   
    display:flex;
    /*border: 1px solid #222e69;*/
    padding: 2px;
    font-size: 20px;
    text-align: center;
  }

  .uscl-top-menu-image
  {
    margin-right: 5px;
  }

  .uscl-top-container {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 2px;
  }

  .uscl-top-item {
   
    display:flex;
    border: 1px solid #222e69;
    /*padding: 2px;*/
    /*font-size: 20px;*/
    /*text-align: center;*/
  }

  .uscl-small-text {
    font-size: .75em;
  }

 

@media screen and (max-width: 768px) {
  .uscl-top-menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
  }

  .uscl-top-menu-item {
    flex: 0 1 45%; /* Two items per row on small screens */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
  }

  .uscl-top-menu-image {
    margin-bottom: 5px;
    width: 32px;
    height: 32px;
  }
}


@media screen and (max-width: 480px) {
  .uscl-top-menu-item {
    flex: 0 1 100%;
  }
}

.uscl-scrollable {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  margin-bottom: 10px;
  /* remove height:1000px */
  max-height: 60vh; /* optional */
  border: none;
}

.uscl-table {
  min-width: 600px; /* adjust based on your columns */
  width: 100%;
  border-collapse: collapse;
}

.uscl-news-container {
    padding: 2rem;
    background: #ffffff;
    color: #111;
}

.uscl-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.uscl-news-article {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.uscl-news-article h2 {
    margin: 0;
}

.uscl-news-article a {
    color: inherit;
    text-decoration: none;
}

.uscl-news-feed {
    padding: 2rem;
    max-width: 900px;
    margin: auto;
    background: #f9f9f9;
    overflow-y: auto;
}

.uscl-news-card {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.uscl-news-date {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 0.3rem;
}

.uscl-news-title {
    font-size: 1.3rem;
    margin: 0;
    color: #1a1a1a;
}

.uscl-news-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.uscl-news-title a:hover {
    text-decoration: underline;
}

.uscl-news-desc {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #333;
}

.uscl-news-toolbox {
    background: #f2f2f2;
    padding: 1rem;
    border: 1px solid #ccc;
    margin-bottom: 2rem;
    border-radius: 6px;
}

.uscl-news-toolbox h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.uscl-news-toolbox form input[type="text"],
.uscl-news-toolbox form input[type="url"],
.uscl-news-toolbox form textarea {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.uscl-news-toolbox form button {
    padding: 0.5rem 1rem;
    background: #1a1a1a;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.uscl-news-subhead {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #1a1a1a;
}

.uscl-news-paragraph {
    margin: 0.5rem 0;
    line-height: 1.5;
    color: #333;
}

.uscl-news-feed {
    padding: 2rem;
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.uscl-news-card {
    border-bottom: 1px solid #e2e2e2;
    padding: 1.5rem 0;
}

.uscl-news-card:last-child {
    border-bottom: none;
}

.uscl-news-date {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.3rem;
    font-style: italic;
}

.uscl-news-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.uscl-news-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.uscl-news-title a:hover {
    text-decoration: underline;
}

.uscl-news-body {
    margin-top: 1rem;
}

.uscl-news-subhead {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    color: #2a2a2a;
}

.uscl-news-paragraph {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #333;
}

.uscl-news-toolbox {
    background: #f7f7f7;
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 2rem;
}

.uscl-news-toolbox h3 {
    margin-top: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #111;
}

.uscl-news-toolbox form input[type="text"],
.uscl-news-toolbox form input[type="url"],
.uscl-news-toolbox form textarea {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.uscl-news-toolbox form button {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.uscl-news-toolbox form button:hover {
    background: #333;
}

/* Mobile-friendly collapsible container */
.uscl-news-card {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1rem;
}

/* Expand button */
.uscl-news-toggle {
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.uscl-news-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0.5rem 0;
}

.uscl-news-body.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}

.uscl-news-body.collapsible-content.expanded {
    max-height: 1000px; /* large enough to show full content */
    padding-top: 1rem;
}

@media screen and (min-width: 768px) {
    .uscl-news-body.collapsible-content {
        max-height: none;
        overflow: visible;
        padding-top: 1rem;
    }
    .uscl-news-toggle {
        cursor: default;
    }
}

.uscl-home-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.uscl-home-button {
    background: #1a1a1a;
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.uscl-home-button:hover {
    background: #333;
    transform: translateY(-2px);
}

.uscl-home-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.uscl-home-button {
    background: #1a1a1a;
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.uscl-home-button:hover {
    background: #333;
    transform: translateY(-2px);
}

.uscl-slider-container {
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
    height: 120px;
}

.uscl-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
}

.uscl-slide {
    flex: 0 0 100%;
    background: #f4f4f4;
    padding: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

.uscl-home-buttons.vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin: 2rem 0;
}

.uscl-home-button {
    background: #1a1a1a;
    color: white;
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    width: 90%;
    max-width: 400px;
    text-align: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.uscl-home-button:hover {
    background: #333;
    transform: translateY(-2px);
}

.uscl-slider-scroll-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.uscl-slider-scroll-track {
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.uscl-slide-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    max-width: 600px;
}

.uscl-slide-card img {
    width: 100%;
    display: block;
    height: auto;
}

.uscl-slide-expanded {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.uscl-slide-date {
    font-weight: 600;
    color: #555;
    margin-bottom: 0.5rem;
}

.uscl-slide-description {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #333;
}

.uscl-slide-button {
    background: #1a1a1a;
    color: white;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}

.uscl-slide-button:hover {
    background: #333;
}

.uscl-slider-infinite-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    display: flex;
    padding: 2rem 0;
    scroll-behavior: smooth;
}

.uscl-slider-infinite-track {
    display: flex;
    gap: 1rem;
    min-width: max-content;
}

.uscl-slide-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    max-width: 600px;
    position: relative;
    transition: transform 0.3s ease;
}

.uscl-slide-card img {
    width: 100%;
    height: auto;
}

.uscl-slide-expanded {
    padding: 1rem;
    text-align: center;
}


.uscl-home-buttons.vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
}

.uscl-home-button {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.uscl-home-button.red {
    background: #d2280a;
}

.uscl-home-button.blue {
    background: #052c65;
}
.uscl-home-button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

/* Slider styling */
.uscl-slider-infinite-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 2rem 0;
    background: #f8f8f8;
}

.uscl-slider-infinite-track {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    min-width: max-content;
}

.uscl-slide-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.uscl-slide-card img {
    width: 100%;
    height: auto;
    display: block;
}

.uscl-slide-expanded {
    padding: 1rem;
    text-align: center;
}

.uscl-slide-date {
    font-weight: 600;
    color: #d2280a;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.uscl-slide-description {
    font-size: 1rem;
    color: #222;
    margin-bottom: 1rem;
}

.uscl-slide-button {
    background: #0044cc;
    color: white;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.uscl-slide-button:hover {
    background: #002f99;
}

.uscl-home-button {
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.uscl-slide-button {
    text-transform: uppercase;
    font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.uscl-home-button {
    text-decoration: none;
}

.uscl-slide-button {
    text-decoration: none;
}

.uscl-slide-card a {
    text-decoration: none;
}

.uscl-slide-card a:hover {
    text-decoration: none;
}

.uscl-slide-button {
    background: #052c65;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    display: inline-block;
    transition: background 0.2s ease;
}

.uscl-slide-button:hover {
    background: #041f46;
}

.uscl-tab-wrapper {
    max-width: 900px;
    margin: 2rem auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
}

.uscl-tab-buttons {
    display: flex;
    justify-content: space-around;
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.uscl-tab {
    flex: 1;
    padding: 1rem;
    background: transparent;
    border: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #052c65;
    cursor: pointer;
    transition: background 0.2s ease;
}

.uscl-tab:hover {
    background: #eaeaea;
}

.uscl-tab.active {
    background: white;
    border-bottom: 3px solid #d2280a;
}

.uscl-tab-content {
    padding: 1.5rem;
}

.uscl-tab-panel {
    display: none;
}

.uscl-tab-panel.active {
    display: block;
}

.uscl-profile-dashboard {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
}

.uscl-profile-dashboard h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #052c65;
}

.uscl-profile-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    align-items: center;
}

.uscl-dashboard-button {
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    transition: transform 0.2s ease;
}

.uscl-dashboard-button.red {
    background: #d2280a;
}

.uscl-dashboard-button.blue {
    background: #052c65;
}

.uscl-dashboard-button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
\.uscl-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 1rem;
}

.uscl-tab {
    flex: 1 1 auto;
    min-width: 100px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    text-align: center;
    border: none;
    background: #333;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.uscl-tab.active {
    background: #d2280a;
}

@media (max-width: 600px) {
    .uscl-tab {
        font-size: 0.9rem;
        padding: 0.5rem;
    }
}

.dashboard-buttons {
    display: flex;
    flex-wrap: wrap;        /* allows wrapping on smaller screens */
    justify-content: center; /* centers horizontally */
    gap: 15px;              /* spacing between buttons */
    margin-top: 20px;
    text-align: center;
}

.dashboard-button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

#masthead {
    margin-bottom: 0;
}

.site-header {
    padding: 0px 0; /* reduce vertical padding */
    min-height: auto; /* remove fixed tall height if present */
    border-bottom: 0px !important;
}

.shb-header-bar {
    background-color: #15355b !important;

}
.uscl-profile-header {
    padding: 0;     /* remove all padding */
    margin: 0;      /* optional, also clear any margin */
}



.site-logo-mobile.site-logo-link {
    display: inline-block;
    padding: 0 !important;   /* kill theme padding */
    margin: 0 !important;    /* kill theme margin */
    line-height: 0;          /* remove extra vertical space from inline-block */
}

.site-logo-mobile.site-logo-link img {
    display: block;          /* remove bottom inline gap */
    height: auto;            /* keep it responsive */
    margin: 0;               /* reset any default margins */
}

#page {
  width: 100%;          /* full width of its container */
  margin: 0 auto;       /* centered if max-width is set elsewhere */
  box-sizing: border-box;
  overflow-x: hidden;   /* hides any tiny right creep */
}

/************************************************************* starting to CENTRALIZE **************************************************************/
 .grid-box-title {
            text-align: center;
            font-weight: bold;
            color: #fff;
            font-size: 3.5em ;
            font-family: 'Bebas Neue', sans-serif;
            }

            /* Add 50px top margin only on larger screens */
            @media (min-width: 768px) {
            .grid-box-title {
                margin-top: 50px;
            }
    }

               
    .header-label {
        background-color: #ffff;
        color: #222e69 !important;
    }

    .uscl-dropdown {
            background-color: #ffff;
            color: #222e69;
            border: 2px solid #222e69;
            border-radius: 5px;
            padding: 5px;
            margin: 10px auto;
            text-align: center;
        }

        .uscl-dropdown:hover {
            background-color: #d22229;
            color: #fff; /* New text color on hover */
        }

        .btn-info {
            background-color: #ffff;
        }

        .btn-info:hover {
            background-color: slategray;
            color: #222e69;
            border: 2px solid #222e69;
        }

        .btn-request {
            background-color: white;
        }

        .btn-request:hover {
            background-color: slategray;
            color: white;
            border: 2px solid white;
        }

        .uscl-table tbody tr:nth-child(even) td{
            background-color: white !important;
            color:  #222e69;
        }
        .uscl-table tbody tr:nth-child(odd) td{
            background-color: #ededed !important;
            color: #222e69;
        }

        .pushing-p {
            color: white;
        }
        /* ===== Rankings page layout & buttons (scoped) ===== */

/* Season tabs (copied from inline so they live here) */
#uscl-rankings .tab_new {
  overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; margin-bottom: 16px;
}
#uscl-rankings .tab_new a {
  background-color: inherit; float: left; border: none; outline: 0; cursor: pointer;
  padding: 14px 16px; transition: .3s; text-decoration: none; color: black;
  font-family: "Times New Roman", Times, serif;
}
#uscl-rankings .tab_new a:hover { background-color: #ddd; }
#uscl-rankings .tab_new a.active { background-color: #ccc; }
#uscl-rankings .tabcontent_new { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; }

/* Center the two columns similar to prod */
#uscl-rank-menu { max-width: 760px; margin: 0 auto; }

/* Shared button sizing and spacing */
#uscl-rank-menu .btn {
  display: block;
  width: 100%;
  margin: 12px 0;
  padding: 12px 16px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 8px;
  text-align: center;
}

/* Header buttons stay red with white text */
#uscl-rank-menu .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d22229;
  --bs-btn-border-color: #d22229;
  --bs-btn-hover-bg: #b01c22;
  --bs-btn-hover-border-color: #b01c22;
  --bs-btn-active-bg: #99181d;
  --bs-btn-active-border-color: #99181d;
}

/* Division buttons: white background, blue text and border */
#uscl-rank-menu .btn-primary {
  --bs-btn-color: #222e69;          /* text */
  --bs-btn-bg: #fff;                /* background */
  --bs-btn-border-color: #222e69;   /* border */
  --bs-btn-hover-color: #fff;       /* hover text */
  --bs-btn-hover-bg: #222e69;       /* hover background */
  --bs-btn-hover-border-color: #222e69;
  --bs-btn-active-bg: #1b2553;
  --bs-btn-active-border-color: #1b2553;
  --bs-btn-focus-shadow-rgb: 34, 46, 105;
}

/* Slightly larger small buttons for readability */
#uscl-rank-menu .btn-sm {
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
  border-radius: 8px;
}

/* Optional: equal column padding on desktop */
@media (min-width: 992px) {
  #uscl-rank-menu > .col-lg-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

 @media (max-width: 768px) {
    .request-btn-wrap {
    text-align: center;
    margin-top: 10px;
    }

    .right-align {
    float: none !important;
    display: block;
    }
}

#pp-picker .btn,
#pp-results .btn {
  display:block;
  width:100%;
  margin:8px 0;
  text-align:center;
  border-radius:10px;
}

@media (max-width: 768px) {
  .request-btn-wrap {
    display: block;       /* make the span behave like a block row */
    text-align: center;   /* center inline or inline-block children */
    margin-top: 10px;
    width: 100%;
  }

  .right-align {          /* kill any global float-right on phones */
    float: none !important;
  }

  .request-btn-wrap .btn-request {
    display: inline-block; /* so text-align can center it */
    width: auto;           /* or set 100% if you want full width */
    margin: 8px auto;      /* centers horizontally */
    border-radius: 10px;
    text-decoration: none;
  }
}

/* Title wrapper and custom title that bypasses Storefront heading rules */
.uscl-rankings-header { margin: 12px auto 18px; max-width: 1180px; padding: 0 8px; }

.uscl-rankings-title {
  font-family: 'Bebas Neue', sans-serif !important;
  font-weight: 700;
  letter-spacing: .5px;
  color: #ffffff;
  text-align: center;
  font-size: clamp(36px, 5vw, 64px) !important; /* ignores storefront-pro-active h3 sizing */
  line-height: 1.05;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
}

/* Info card */
.uscl-rankings-info{
  margin: 0 auto;
  max-width: 900px;
  border-radius: 14px;
  background:
    radial-gradient(1200px 300px at -10% -60%, rgba(198,40,40,.08), transparent 60%),
    linear-gradient(180deg, #ffffff, #f7f9ff);
  border: 1px solid rgba(28,47,82,.12);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  overflow: hidden;
}

/* Toggle header */
.uscl-info-toggle{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  color: #1c2f52;
}
.uscl-info-title{ letter-spacing: .2px; }
.uscl-info-chevron{ transition: transform .2s ease, opacity .2s ease; opacity: .85; }

/* Body */
.uscl-info-body{ padding: 12px 16px 16px 16px; }
.uscl-info-lead{
  margin: 0 0 8px 0;
  color: #233a66;
  font-size: 15px;
  line-height: 1.55;
}
.uscl-info-list{
  margin: 0 0 8px 18px;
  color: #2a3f6a;
  font-size: 15px;
  line-height: 1.55;
}
.uscl-info-list li{ margin: 6px 0; }
.uscl-info-fine{ margin: 8px 0 0 0; font-size: 12px; color: #566b90; }

/* Subtle left accent on larger screens to pop against USCL blue */
@media (min-width: 769px){
  .uscl-rankings-info{ position: relative; }
  .uscl-rankings-info::before{
    content: "";
    position: absolute;
    left: -1px; top: 12px; bottom: 12px;
    width: 4px;
    border-radius: 4px;
    background: #c62828;
    opacity: .95;
  }
}

/* Respect dark backgrounds around the card */
@media (max-width: 480px){
  .uscl-info-toggle{ padding: 12px 14px; }
  .uscl-info-body{ padding: 10px 14px 14px; }
}

.uscl-rankings-title {
            text-align: center;
            font-weight: bold;
            color: #fff;
            font-size: 3.5em ;
            font-family: 'Bebas Neue', sans-serif;
            
            }

            /* Add 50px top margin only on larger screens */
            @media (min-width: 768px) {
            .grid-box-title {
                margin-top: 50px;
            }
    }

