<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */

/* MSL - styling for terms and conditions */
ul.tc{
    list-style:disc outside none ;
    padding: 15px 0px 0px 50px;
}

/*2018 Upgrade Home Page Logo size */
/* BEGIN: CONFIGURABLE PRELOGIN LOGO HEIGHT */
/* Prelogin logo height is 6rem by default which can cause it to be cropped for many larger logos. Change it here. But we be aware 
    that your changes can affect the responsive design layout on small screens. Bottom line: the logo must be height-matched to its
    container to get a good result on both sides of the responsive breakpoint. */
body.isPrelogin .logo {height: 7rem;}
body.isPrelogin .logo {background-position: center top;}   
/* END: CONFIGURABLE PRELOGIN LOGO HEIGHT */

/*Start Changes for SLG4598988*/
#visittabs &gt; div &gt; div.membertab:last-child {
    background: url('https://www.opennotes.org/wp-content/uploads/2016/04/open-notes-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#visittabs &gt; div &gt; div.membertab:last-child &gt; a {
    color: transparent;
}
/*End Changes for SLG4598988*/

/*Logo for Eskenazi custom pre-login homepage icons */
.features .icon-understandingcost {
background-image: url("../images/quicklinks/account_summary.png"); }
 
.features .icon-estimate {
background-image: url("../images/quicklinks/account_summary.png"); }
</pre></body></html>