.footer__resources__columns {
    padding: 2.5rem 0;
    justify-content: space-evenly;
}

.footer__resources__column {
    min-height: 5rem;
}

@media (max-width: 767px) {
  .footer__resources__column:nth-child(5) {
    padding: 1rem 0;
    border-bottom-color: rgb(71, 71, 71);
    border-bottom-style: solid;
    border-bottom-width: 0.55px
  }
}

@media (max-width: 990px) {
 .footer__resources__column:last-child {
    padding: 1rem 0;
 }   
}

.header__goldBar {
    display: none;
}

.header__signature,
.footer__resources {
    background-color: #555960;
    /*background-color: #262626;*/
}

.header__signature--logo::after {
    display: none;
}

.header__signature--inner {
    justify-content: space-between;
    align-items: center;
}

.header__signature--inner p {
    padding-left: 3rem;
    color: #fff;
}

.embrio {
    max-width: 250px;
    width: 100%;
}

html,
.footer__contact {
    background-color: #262626;    
}

.logo_ponce,
.logo_upr {
    object-fit: contain;
}


@media screen and (max-width: 767px) {
    .logo_iu,
    .logo_nd,
    .logo_morehouse,
    .logo_ponce,
    .logo_upr,
    .logo_penn,
    .logo_purdue {
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
        max-height: 5rem;
    }
    
    .logo_upr,
    .logo_ponce {
        max-height: 6.5rem;
    }
    
    .header__signature--inner p {
        margin-top: .8rem;
        padding-left: .5rem;
        padding-right: .5rem;
        text-align: center;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .logo_iu,
    .logo_nd,
    .logo_morehouse,
    .logo_ponce,
    .logo_penn,
    .logo_upr,
    .logo_purdue {
        height: 3rem;
    }
    
    .logo_upr,
    .logo_ponce {
        height: 4rem;
    }
    
    .header__signature--inner p {
        margin-top: .8rem;
    }
}

@media screen and (min-width: 992px) {
    .footer__resources__column {
        width: 22.5%;
        justify-content: center;
    }

    .logo_iu,
    .logo_nd,
    .logo_morehouse,
    .logo_ponce,
    .logo_penn,
    .logo_upr,
    .logo_purdue {
        height: 2.2rem;
    }
    
    .logo_upr,
    .logo_ponce {
        height: 3.5rem;
    }
}