<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato');

body, .agency-container{
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Lato', sans-serif;
}
.text-color-black{
    color: #000000 !important;
}
.form-control{
    border-radius: 3px;
}
.widget-footer{
    position: relative;
}
.auction-description{
    background: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.auction-item-buttons-bar{
    display: none;
}
.agentlogo-overlay{
	display: none;
}
.agentprofile-overlay{
	display: block;
}
/*
.widget-footer::before {
    content: 'Carpenter Realty Ltd Licensed (REAA 2008)';
    font-size: 1rem;
    color: #000;
    display: block;
    margin-top: 1rem;
    padding-bottom: 0rem;
    background-position: bottom right;
    background-repeat: no-repeat;
    text-align: right;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: auto;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    z-index: 999;
}
*/
.widget-orderofsale .address-divs {
     line-height: unset !important;
}
.oos-address-parts.small.d-none{
    display: block !important;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
}
</pre></body></html>