#brown-footer .marginator    {    border-bottom:1px solid rgba(255,255,255,.2);  }

/* displays CEPH logo in footer */
#footer-copyright::before {             content: url(../../files/CEPH-logo-2020-90.png);  
                                        width:80px;
                                        margin:5px auto 0 auto;
                                        display:block;
                                        }


/* displays text in footer */
#footer-copyright .marginator::before { content: "The Brown University School of Public Health is fully accredited by the Council on Education for Public Health";  
                                        vertical-align:middle;
                                        margin:0 auto 20px auto; 
                                        font-size: .9em; 
                                        color:#ffffff;
                                        text-align:center;
                                        width:80%;
                                        line-height:136%;
                                        }


.university-nav-red #brown-footer section #give-to-brown .giving-footer {
	background-color: #c00404;
}