figure { overflow: hidden;    max-width: 363px;    display: inline-block;    border-width: 1px;    border-style: solid;    border-color: #dadada;    border-image: initial;    margin: 0px 10px 0px 10px;  background: rgb(245, 245, 245); padding:5px;} figcaption { margin: .5em .5em;text-align: center;} .social {height: 33px; overflow: hidden;} .social-list { display: table; } .social-list li { padding: 0 36px; display: table-cell; cursor: pointer;} @media only screen and (max-width:320px) { .social-list li { padding: 0 29px; }} .social-list a { display: none; }

/* Hides the small box the appears in the sidebar top area; otherwise, this used for the site logo (of which there currently is none) */
#site-logo {
    display: none;
}

/* Fixes main site navigation to fit all parent links */
.navbar .caret {
    margin-left: 5px;
}

.search-toggle span.caret {
    margin-top: 6px;
}

@media (max-width: 1199px) {
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}

.navbar .caret {
    margin-left: 4px;
}

span.glyphicon.glyphicon-search {
    font-size: 12px;
    top: 3px!important;
}

.search-toggle span.caret {
    margin-top: 4px;
}
}

span.glyphicon.glyphicon-search {
    top: 5px;
}

@media (max-width: 991px) {
.navbar .container {
    width: 100%;
}

.navbar-default .navbar-nav>li>a {
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
}

/* Simple sitewide responsive tables */
@media (max-width: 768px) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
    border-radius: 6px;
  }

  th, td {
    white-space: nowrap; /* prevents cells from wrapping awkwardly */
  }
}

/* GPS Brand Overrides */
iframe#myIframe {
    border: #DBD8D4 1px solid;
    border-radius: 25px;
}

.backgroundBg {
    background-color: #fff!important;
}

.jumbotron figure {
    border: none;
    background: none;
}

h1.intro-banner-heading {
    text-shadow: 2px 2px 10px rgba(0,0,0,0.75);
}

.styled-data-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; 
}

.styled-data-box {
    border: 1px solid #C69214;
    border-radius: 15px;
    padding: 15px;
}

.styled-data-box h3,
.styled-data-box h4 {
    color: #B28312;
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}

.styled-data-box p {
    color: #182B49;
    margin: 0;
}

.custom-gps-table>tbody>tr:nth-of-type(even) {
    background-color: #ececec!important;
}

.custom-gps-table>tbody>tr:nth-of-type(odd) {
    background-color: transparent!important;
}

.custom-gps-table img {
    width: 100%;
    max-width: 350px;
    border-radius: 25px;
}

.custom-gps-table-two-col {
    table-layout: fixed; /* Forces the browser to obey the defined widths */
    width: 100%;
}

.custom-gps-table-two-col td {
    width: 50%;
}

.custom-gps-table-two-col img {
    width: 100%;
    max-width: 550px;
    border-radius: 50px;
}

  .logo-table {
    max-width: 600px;
    border-collapse: separate;
    border-spacing: 20px 30px; /* Adds spacing between rows and columns */
  }

  .logo-table td {
    text-align: center;
    vertical-align: middle;
  }

  .logo-table img {
    max-width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }

  @media screen and (max-width: 600px) {
    .logo-table tr {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .logo-table td {
      width: 100%;
    }
  }

/* GPS Homepage Footer Styles */

.gps-footer {
  margin-bottom: 80px;
  padding: 30px;
  border: #C69214 1px solid;
  border-radius: 25px;
}

.gps-footer .col-md-4 {
  display: flex;
  justify-content: space-around;
}

.gps-footer .col-md-4 p {
  margin-bottom: 0;
}

.gps-footer .col-md-4 a {
  color: #13223a;
}

.gps-footer .col-md-4 a:hover {
  color: #182B49;
  transition: all .3s;
}

.gps-footer .social-media-icon-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.gps-footer .social-media-box svg {
    fill: #182B49;
    background: #fff;
    border-radius: 10px;
}

.admissions-footer .social-media-box svg {
    width: 30px;
}

.gps-footer .social-media-box svg:hover {
    fill: #13223a;
    transition: all .3s;
    cursor: pointer;
}

@media (max-width: 991px) {
    .gps-footer .col-md-4(first-of-type) {
        width: 300px;
        margin: 0 auto 10px;
    }
    
    .gps-footer .col-md-4 p {
        margin-bottom: 10px;
    }
    
    .gps-footer .social-media-icon-wrapper {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .gps-footer {
        background-image: none;
    }
}

/* Accessibility Styles */

.accessibility-text {
    position: absolute;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

/* Device Size Specific Styles - Only shows on specific views */

@media (min-width: 768px) {
    .tablet-desktop-only {
        display: block;
    }
}

@media (max-width: 767px) {
    .tablet-desktop-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-only {
        display: block;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

/* Container Scoping */
.testimonials-slider {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #f5f0e6;
  border-radius: 8px;
}

/* Hide Radio Buttons */
.testimonials-slider input[type="radio"] {
  position: absolute;
  opacity: 0;
  display: none;
}

/* Track Logic */
.testimonials-slider .slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 300%;
}

/* Individual Slide - Vertical Stack Enforcement */
.testimonials-slider .item {
  width: 100%;
  padding: 30px 5%;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Quote Styling */
.testimonials-slider .quote {
  font-style: italic;
  margin: 0 0 20px 0 !important;
  border: none !important;
  background: transparent !important;
}

/* Author/Attribution Styling */
.testimonials-slider .author {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-style: normal;
  display: block !important;
}

/* Dot Navigation */
.testimonials-slider .dots {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.testimonials-slider .dots label {
  height: 10px;
  width: 10px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Functional Movement - Using IDs */
#ts-1:checked ~ .slider-track { transform: translateX(0); }
#ts-2:checked ~ .slider-track { transform: translateX(-33.333%); }
#ts-3:checked ~ .slider-track { transform: translateX(-66.666%); }

/* Dot Active State */
#ts-1:checked ~ .dots label[for="ts-1"],
#ts-2:checked ~ .dots label[for="ts-2"],
#ts-3:checked ~ .dots label[for="ts-3"] {
  background: #444;
  transform: scale(1.2);
}

/* Mobile Responsiveness */
@media screen and (max-width: 480px) {
  .testimonials-slider .quote {
    font-size: 1.1rem;
    padding: 0 5px;
  }
}