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

/* New CSS since the update to Bootstrap 5 - Tristan 01/04/2021 */

.main-page-padding {padding-top: 15px; padding-bottom: 15px}


.body-wrapper {background-color: #FFFFFF;  }




/* OLD CSS - Check if can be removed to clean up code - Tristan 01/04/2021 */

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}


h1, h2, h3, h4, h5, p, ul, li {font-family: "Lato", sans-serif; font-weight: 300} 

h2 {font-size: 38px;}

p {font-size: 18px;}
ul {font-size: 16px;}
.text-orange {color: #DD4A26;}



body {background-color: #515151; max-width: 1600px; margin-left: auto; margin-right: auto;}



.navbar {margin-top: 20px; margin-bottom: px;}
.navbar-default {background-color: #ffffff; border: 1px solid #DD4A26;}
.navbar-default .navbar-nav &gt; li &gt; a {font-weight: normal;}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {background-color: #DD4A26; color: #000000; font-weight: bold;}

.navbar-header {}

.navbar-brand {padding: 0px 5px 0px 3px; max-width: 100%;}


.main-banner &gt; .container-fluid {padding: 0px;}

.hp-article-1, .hp-article-2 {margin-top: 15px; margin-bottom: 15px;}


.main-feature {margin-top: 15px; margin-bottom: 15px;}

.main-feature &gt; .container-fluid {}

.row-feature1 {margin-top: 0px; margin-bottom: 35px; float: left;}
.row-feature1 div &gt; h2 {margin-top: 30px;}
.row-feature1 &gt; .col-md-7 {padding-left: 0px; padding-right: 15px;}
.row-feature1 &gt; .col-md-5 {padding-left: 15px; padding-right: 0px;}

.row-feature2 {margin-top: 0px; margin-bottom: 35px; float: right;}
.row-feature2 div &gt; h2 {margin-top: 30px;}
.row-feature2 &gt; .col-md-7 {padding-left: 15px; padding-right: 0px;}
.row-feature2 &gt; .col-md-5 {padding-left: 0px; padding-right: 15px;}

footer {color: #ffffff; background: #DD4A26 none repeat scroll 0 0;}
footer .headline {border-bottom: 1px dotted white; margin-bottom: 20px;}
.footer-social li {display: inline-block;}
.footer-social &gt; li &gt; a &gt; img {max-width:50%; max-height: 50%;}

#legal {
  background: #515151 none repeat scroll 0 0; 
  color: white; 
  padding-top: 15px; 
  padding-bottom: 15px;
 
  
}
#legal a {color: #DD4A26;}

#cu-main-section {padding-bottom: 15px;}

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