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;
}
}

/* 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 {
    color: #B28312;
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}

.styled-data-box p {
    color: #182B49;
    margin: 0;
}

/* 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;
}

.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;
}