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; }

.gps-footer {
  margin-bottom: 80px;
  background: #f5f5f5;
  padding: 30px;
  background-image: url(https://cdn.ucsd.edu/cms/decorator-5/img/bg-light-yellow-trident.png);
  background-position: 100% 0;
}

.gps-footer .col-md-4 {
  display: flex;
  justify-content: space-around;
}

.gps-footer .col-md-4 p {
  margin-bottom: 0;
}

.gps-footer .social-media-icon-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.gps-footer .social-media-box svg {
    fill: #00629b;
    background: #fff;
    border-radius: 10px;
}

.gps-footer .social-media-box svg:hover {
    fill: #23527c;
    transition: all .3s;
    cursor: pointer;
}

.accessibility-text {
    position: absolute;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

@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;
    }
}