<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* === Helper classes ==== */


body{
   font-size: 100% !important; 
   font-family: 'Open Sans', sans-serif;
}


.text-lg{
    font-size: 1.5rem;
}

.border-bottom{
    border-bottom: 2px solid #fff !important;
}

.border-none{
    border: none !important;
}


/* === colours and backgrounds ==== */

.color-default{
color: #008143 !important;
}

.color-white{
 color: #fff !important;
}

.bg-default{
    background: #00964e;
   
}

.bg-white-t{
    background: rgba(255,255,255,.85);
}

.bg-light{
    background: #cecece;
}

.col-md-6 &gt; img{
    border-radius: 10px;
}
/*==== override bootstrap container defaults ==== */
@media (min-width: 1600px){
    .container {
        max-width: 1300px;
    }
}

#warning { width:100%; background-color:#d4f1c9; color:#960a0a!important; font-size:0.8em; text-align:center; padding:7px 0; text-transform:uppercase; font-weight:bold; }

#warning a { color:#960a0a; text-decoration:underline; }






</pre></body></html>