.header__goldBar {
    display: none;
}

.header__signature,
.footer__resources {
    background-color: #555960;
}

.header__signature--logo::after {
    display: none;
}

.header__signature--logo > div {
    /* desktop Safari fix */
    min-width: 334px;
}

.header__signature--inner {
    justify-content: space-between;
    align-items: center;
}

.header__signature--inner p {
    padding-left: 3rem;
    color: #fff;
}

html,
.footer__contact {
    background-color: #262626;    
}

.cqt_contact {
/*
    background-color: #C4BFC0;
    padding: 1em 1em 0 1em;
*/
}

 .logo_nsf {
	 height: 5rem;
}

@media screen and (max-width: 767px) {
    .logo_purdue, .logo_iu, .logo_nd, .logo_iupui {
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
        max-height: 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_purdue,
    .logo_iu,
    .logo_nd,
    .logo_iupui {
        height: 3rem;
    }
    
    .header__signature--inner p {
        margin-top: .8rem;
    }
}

@media screen and (min-width: 992px) {
    .footer__resources__column {
        width: 22.5%;
        justify-content: center;
    }

    .footer__resources__column:last-child {
        width: 10%;
    }
    
    .logo_purdue,
    .logo_iu,
    .logo_nd,
    .logo_iupui {
        height: 2.2rem;
    }

    .logo_purdue {
        align-self: flex-start;
    }
    
    .logo_iu {
        align-self: flex-end;
    }
    
    .logo_nd {
        align-self: flex-end;
    }

    .logo_iupui {
        
    }
    
    .logo_nsf {
        
    }
}

@media screen and (min-width:992px) and (max-width: 1199px) {
    .logo_purdue,
    .logo_iu,
    .logo_nd,
    .logo_iupui {
        max-width: 80%;
    }
}

.footer .twitter {
    margin-bottom: 1rem;
    font-size: 1rem;
    margin-top: .5rem;
}

.twitter > a {
    color: #ccc;
    text-decoration: none;
}

.twitter > a:hover {
    color: white;
}