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

/** COLOURS **/
.light-green	{ color:#119911; }
.green			{ color:#006600; }
.dark-green		{ color:#00451E; }



/** GENERAL **/
html			{ height:100%; }
body			{ width:100%; margin:0px; font-family:'Open Sans', sans-serif; font-size:12px; }
h1, h2, h3		{ margin:0px; padding:0px; font-weight:normal;  color:#006600; }
a				{ text-decoration:none; cursor:pointer; }
img				{ border:none; }
.btn			{ text-transform:uppercase; }

html			{ background:#006600; }
body			{ color:#262626; background-color:#FFFFFF; background-repeat:no-repeat; background-position:50% 0%; }
a				{ color:#006600; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; -webkit-transition:color .3s ease; -moz-transition:color .3s ease; transition:color .3s ease; }
a:hover			{ color:#00451E; }
.btn,
a.btn			{ background-color:#006600; color:#FFFFFF; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; -webkit-transition:color .3s ease; -moz-transition:color .3s ease; transition:color .3s ease; }
.btn:hover,
a.btn:hover		{ background-color:#00451E; color:#FFFFFF; }
hr				{ border-top:none; border-bottom:1px dotted #CCCCCC; }



/** WIDTHS **/
.full-width				{ width:100%; clear:both; }
.margin-width			{ width:100%; max-width:999px; margin:0px auto; }
.padding-width			{ padding:0px 10px; position:relative; }
.l-article.max-width	{ width:94%; max-width:960px; padding:0px 3%; }
.stretch				{ width:100%; display:inline-block; font-size:0; line-height:0; }



/** 404 PAGES **/
.errpg 	{ width:94%; padding:30px 3%; text-align:center; }



/** FORM ERRORS **/
.form .form-error-summary 		{ padding:5px 10px; margin:0px 0px 10px 0px; font-size:12px; }
.form .form-error-summary h4	{ font-weight:100; }
.form .form-error-summary ul	{ list-style:none; margin:0px; padding:0px; }
.form .form-error-summary li	{ display:block; font-weight:100; padding:10px 0px; }

.form .form-error-summary 		{ background:#006600; color:#FFFFFF; border:none; }
.form .form-error-summary li	{ border-top:1px solid #119911; }







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