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

.yellow	{
	color: #ffff01;
}

.grey	{
	color: #7f7f7f;
}

html,
body {
	background: url(../images/skin/body_bg_3x3.png) top center repeat;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
}

/* START OF FRAMEWORK CSS */
.webpage {
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	background: #fff;
}

.container	{
	max-width: 1360px;
}

a	{
	color: #0275d8;
	}

a:hover	{
	color: #3366bb;
	}

.no_underline:hover,
.no_underline {
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6	{
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0;
	font-weight: 600;
}

h1.first_h, h2.first_h, h3.first_h, h4.first_h, h5.first_h, h6.first_h	{
	margin-top: 20px;
}

i.fa-quote-left,
i.fa-quote-right	{
	color: #ffff01;
	font-size: 400%;
}

i.fa-quote-left	{
	color: #ed1b24;
	text-shadow: 2px 2px #ffff01, -2px 2px #ffff01, 2px -2px #ffff01, -2px -2px #ffff01;
}

i.fa-quote-right	{
	color: #ffff01;
	text-shadow: 2px 2px #999, -2px 2px #999, 2px -2px #999, -2px -2px #999;
}

/* END OF FRAMEWORK CSS */


/* START OF BACKGROUND ROWS */
.container-fluid.container-fluid-striped:nth-child(odd),
.row.row-striped:nth-child(odd){
	background: #fff;
}

.container-fluid.container-fluid-striped:nth-child(even),
.row.row-striped:nth-child(even){
	background: #f9f9f9;
}

.bg_ed1b24	{
	background: #ed1b24;
	color: #fff;
}

.bg_ffff01	{
	background: #ffff01;
	color: #7f7f7f;
}

.bg1,
.alternating_bg {
	outline: 2px solid #91a898;
	text-align: center;
	}
	
.bg1,
.alternating_bg:nth-child(odd){
	background: #cad7cd;
	}
	
.alternating_bg:nth-child(even) {
	background: #eee;
	}
	
.alternating_bg h3 {
	margin-top: 0;
	color: #666;
	}

.alternating_bg p {
	color: #666;
	}
/* END OF BACKGROUND ROWS */


/* START OF TOP BANNER */
div.top_banner	{
	background: #7f7f7f;	
	}

div.top_banner p{
	margin: 0;
	}

div.top_banner i{
	font-size: 120%;
	}

div.top_banner div.phone,
div.top_banner div.email {
	padding: 5px 0;
}

div.top_banner div.phone a,
div.top_banner div.email a {
	text-decoration: none;
}

div.top_banner p,
div.top_banner a  {
	color: #fff;
	xfont-family: 'Raleway', sans-serif;
}
/* END OF TOP BANNER */


/* START OF HEADER */
div.header_outer{
	border-top: 2px solid #ffff01;
	border-bottom: 2px solid #ffff01;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #ed1b24;
	}
	
div.header_outer div.contact_details p	{
	margin: 0;
	padding: 5px 0;
	color: #666;
	line-height: 1em;
	font-size: 125%;
	}

div.header_outer div.contact_details p a	{
	color: #666;
	text-decoration: none;
	}

div.header_outer div.contact_details p.phone	{
	font-size: 200%;
	}
/* END OF HEADER */


/*  START OF NAVIGATION */
/* Change for navigation container background */
div.navigation	{
	border-bottom: 2px solid #fff;
	background: #7f7f7f;	
	xbackground: rgba(255,255,255,0.9);
	xbox-shadow: 10px 10px 10px #f9f9f9;
	}

div.navigation nav.navbar	{
	width: 100%;
	}

/* Change all 'end' to 'start' to place hamburger on left */
div.navigation nav.navbar button.navbar-toggler {
	border: 2px solid #fff;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
	}

/* To change the hamburger color, edit the RGBA attribute below */
button.navbar-toggler span.navbar-toggler-icon	{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

/* Div to hold the logo */
div.navigation nav.navbar a.navbar-brand {
	max-width: 75%;
	}

/* Logo */
div.navigation nav.navbar a.navbar-brand img.logo {
    margin: 0 auto;
    padding: 5px;
    max-height: 100px;
	}

/* Level 1 links and dropdown style*/
div.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link,
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item {
	padding: 10px 20px;
	xfont-family: 'Raleway', sans-serif;
	/* Fade Property */
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	}

/* Level 1 links */
div.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link {
	xxxpadding: 10px 20px;
	background-color: transparent;
	color: #fff;
	xfont-size: 125%;
	}

/* Level 1 link - active */
div.navigation nav.navbar ul.navbar-nav li.nav-item.active a.nav-link {
	background: #777;
	}

/* Level 1 link - hover */
div.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
	background: #888;
	}

/* Enable dropdown menu on hover */
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown:hover div.dropdown-menu {
	display: block;
	}

/* Level 2 dropdown div */
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: #999;
	}

/* Level 2 dropdown links if to be different from level 1 */
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item {
	xpadding: 10px 20px;
	background-color: transparent;
	color: #fff;
	xfont-size: 125%;
	}
	
/* Level 2 dropdown link hover if to be different from level 1 */
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item:hover	{
	background-color: #888;
	color: #fff;
	}

/* Styling for social media icons in nav */
div.navigation nav.navbar ul.navbar-nav li.social {
	display: flex;
	}

/* Add fixed width to any fa icons so the text lines up */
div.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link span.fa_holder,
span.fa_holder {
    width: 30px;
    display: inline-block;
	}

/* END OF NAVIGATION */


/* START OF CAROUSEL */

/* Fix the image height issue for mobile devices */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

/* If the carousel is full width, remove this pairing and move the include outside of the webpage */
#carouselSlider	{
	xmargin-left: -15px;
	xmargin-right: -15px;
	}
	
/* Customise the styling for the carousel overlay */
.carousel-overlay {
	padding: 20px;
	position: absolute;
	bottom: 50px;
	right: 50%;
	width: 75%;
	transform: translate(50%,0);
	text-align: center;
}

.carousel-overlay h3	{
	margin: 0 0 25px;
	padding: 0;
	font-size: 330%;
	color: #fff!important;
	text-shadow: 2px 2px #333, -1px -1px #333, -1px 2px #333, 2px -1px #333!important;
}

.carousel-overlay p	{
	margin: 0;
	padding: 0;
	font-size: 200%;
	line-height: 1em;
	color: #fff!important;
	text-shadow: 1px 1px #333, -1px -1px #333, -1px 1px #333, 1px -1px #333!important;
}

/* END OF CAROUSEL */


/* START OF BUTTONS */
.btn {
	border-radius: 0;
	padding: 10px;
	xtext-transform: uppercase;
	xfont-weight: 600;
	xfont-size: 125%;
}

.btn-primary {
	background: #ed1b24;
	border-color: #ed1b24;
}

.btn-primary:hover {
	background:  #b8050d;
	border-color: #b8050d;
}

.btn-secondary {
	background:  #d6273c;
	border-color: #d6273c;
}

.btn-secondary:hover {
	background: #bd182b;
	border-color: #bd182b;
}

.btn-success {
	background:  #5de35d;
	border-color: #5de35d;
}

.btn-success:hover {
	background:  #91e391;
	border-color: #5de35d;
}
/* END OF BUTTONS */


/* START OF PARALLAX */

section.parallax {
  height: 70vh;
}

.masthead {
	height: 100%;
	text-align:center;
	width: 100%;
    }

.masthead h1,
.masthead h2,
.masthead h3,
.masthead p,
.masthead a {
	color: #fff;
	}
	
.masthead .overlay {
	background: rgba(0, 0, 0, 0.8);
	}

/* END OF PARALLAX */


/* START OF FIXED SOCIAL MEDIA */
div.fixed_social_media {
    border-radius: 5px 0 0 5px;
    padding: 3px 8px 5px;
    position: absolute;
    top: 274px;
    right: 0;
    z-index: 9999;
    position: fixed;
    width: 55px;
    background: rgba(255,255,255,0.5);
	}
	
img.fixed_social_icon	{
	margin: 2px 0;
	}	

/* END OF SOCIAL MEDIA */


/* START OF COOKIE CONSENT */
div.cc-window {
	padding: 10px 60px!important;
	background: #ccc;
}

div.cc-window span.cc-message	{
	color: #333;
	}

div.cc-window a.cc-btn	{
	background: #aaa;
	border-color: #aaa;
	color: #fff;
	transition: .3s;
	}
/* END OF COOKIE CONSENT */


/* START OF CALENDAR */
table#calendar {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

table#calendar th,
table#calendar td {
	border: 1px solid #ccc;
	text-align: center;
}

table#calendar thead th {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ddd;
}

table#calendar tbody th {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e9e9e9;
}

table#calendar td {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}
/* END OF CALENDAR */


/* START OF PROJECTS */
.project_header {
	letter-spacing: 3px;
	text-align: right;
	}
	
.project_type {
	letter-spacing: 3px;
	color: #fff;
	text-align: right;
	}
	
.project_type span{
	color: #f9911f;
	margin: 0 10px 0 0;
	}

.project_desc {
	background: #7f7f7f;
	color: #fff;
	}
/* END OF PROJECTS */


/* START OF NEWS &amp; EVENTS */
div.news_event	{
	margin-top: 15px;
	border: 1px solid #ccc;
	padding: 20px;
	background: #eee;
}

p.news_event_date	{
	margin: 10px auto 0;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
	padding: 5px;
	font-size: 200%;
	font-weight: bold;
	background: #fff;
	width: 100%;
}

p.news_event_month	{
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	background: #666;
	color: #fff;
	width: 100%;
}

p.news_event_year	{
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	padding: 0;
	font-weight: bold;
	background: #888;
	color: #fff;
	width: 100%;
}

h3.news_event_title	{
	margin-top: 0;
}
div.card div.news_event	{
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}

div.card div.news_event p.news_event_date	{
	margin: 0 auto;
	border-radius: 3px 3px 0 0;
	padding: 0;
	font-size: 125%;
}

div.card div.news_event p.news_event_month	{
	border-radius: 0 0 3px 3px;
	font-size: 100%;
}

div.card div.news_event h3	{
	margin: 0;
	font-size: 100%;
	text-transform: capitalize;
	color: #888;
}

div.card div.news_event h3 a	{
	color: #888;
}
/* END OF NEWS &amp; EVENTS */


/* START OF CARD */
.card.news_event_index {
	background: #eee;
}
/* END OF CARD */


/* START OF OVERLAY PANELS */
div.overlay-panel {
	position: relative;
	height: 350px;
	display: flex;
	}
	
div.overlay-panel div.overlay-content {
	position: absolute;
	top: 3%;
	left: 3%;
	text-align: center;
	width: 94%;
	height: 94%;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	transition: .5s;
	padding: 10px;
	}
	
div.overlay-panel div.overlay-content:hover {
	opacity: 1;
	}
	
div.overlay-panel .overlay-initial-header {
	margin: 0;
	align-self: center;
	width: 100%;
	text-align: center;
	color: #fff;
	transition: .3s;
	}
	
div.overlay-panel:hover .overlay-initial-header {
	opacity: 0;
	}
	
div.overlay-panel div.overlay-content h2 {
	margin: 0;
	color: #fff;
	}
	
div.overlay-panel div.overlay-content p{
	color: #fff;
	}
	
div.overlay-panel#overlay-panel-1 {
	background: url('../images/panels/service1.jpg') top center no-repeat;
	background-size: cover;
	}
	
div.overlay-panel#overlay-panel-2 {
	background: url('../images/panels/service2.jpg') top center no-repeat;
	background-size: cover;
	}
	
div.overlay-panel#overlay-panel-3 {
	background: url('../images/panels/service3.jpg') top center no-repeat;
	background-size: cover;
	}	
/* END OF OVERLAY PANELS */


/* START OF VIDEOWRAPPER */
.videoWrapper iframe {
	xposition: absolute;
	xtop: 0;
	xleft: 0;
	width: 100%;
	xheight: 100%;
}
/* END OF VIDEOWRAPPER */


/* START OF RECAPTCHA ERROR */
p#form_error_message {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	width: 100%;
	}

div.recaptcha_error {
	margin: 10px 0;
	padding: 6px 5px 5px 6px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	}
/* END OF RECAPTCHA ERROR */


/* START OF FOOTER */
footer {
	background: #595959;
}

footer h3	{
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 200%;
}

/* Change the default link colour from blue */
footer a,
footer a:hover, 
footer a:focus {
	color: #fff;
}

/* Overwrite/reduce the padding for the footer navbar links */
footer li.nav-item a.nav-link {
	padding: 0!important;
	xfont-family: 'Open Sans', sans-serif;
	font-size: 100%
}

/* Remove the dropdown menu and dropdown favicon (footer quicklinks only) */
footer .dropdown-toggle::after,
footer li.nav-item.dropdown div.dropdown-menu {
    display:none;
}

/* Remove the background colour from the quicklinks */
footer a.nav-link:hover,
footer li.nav-item.active a.nav-link {
	background: none!important;
}

/* Underline the quicklinks when you hover */
footer a.nav-link:hover {
	text-decoration: underline;
}

footer ul li.social div {
	display: none !important;
	}
	
footer ul li.social {
	display: block;
	}
	
footer ul li {
    font-size: 120%;
    margin-bottom: 5px;
    }

/* Styling for the copyright information strip underneath the footer */
.copyright_info {
	background: #222;
	font-size: 80%;
}
/* END OF FOOTER */

img.backtotop	{
	border-radius: 10px;
	opacity: 0.8;
	bottom: 90px;
	right: 10px;
	position: fixed;
	z-index: 9999999;
	background: rgba(100, 100, 100, .8);
	}


/* START OF FORM */
.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.checkbox .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 20%;
	left: 20%;
}

.checkbox label#checkbox {
	float: right;
}

.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr &gt; .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr &gt; .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	font-size: 90%;
	margin-top: 6px;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}

div.card-columns{
	column-count: 5;
	}

/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
  color: #aaa !important;
  opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #aaa !important;
}

/* Microsoft Edge */
::-ms-input-placeholder {
  color: #aaa !important;
}
/* END OF FORM */


/* START OF SPAM PROTECTION - DIV NEEDS TO BE TRANSPARENT */
div.send_email {
	color: #666;
	background: #fff;
	opacity: 0;
	}
/* END OF SPAM PROTECTION */

div#preloader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
	z-index: 99999;
	}
	
div#preloader p{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 1rem;
	text-align: center;
	background: #cceff7;
	font-size: 120%;
	border-top: 2px solid #a2ddeb;
	border-bottom: 2px solid #a2ddeb;
	}
	
div#preloader .loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}

/* START OF MEDIA QUERIES */
/* 1200px or smaller */
@media (max-width: 1200px){

	}

/* 992px or smaller */
@media (max-width: 992px){
	div.card-columns{
		column-count: 4;
		}
		
	div.fixed_social_media {
		display: none;
		}
	div.overlay-panel div.overlay-content {
		opacity: 1;
		}
		
	h1 {
		font-size: 200%;
		}
		
	h2 {
		font-size: 150%;
		}
		
	h3, h4, h5, h6 {
		font-size: 125%;
		}
	}

/* 768px or smaller */
@media (max-width: 768px){
	div.card-columns{
		column-count: 3;
		}
		
	a.nav-link	{
		padding: 5px!important;
		}
		
	img.logo {
		max-width: 100%;
		}
	}

/* 576px or smaller */
@media (max-width: 576px){
	div.card-columns{
		column-count: 2;
		}
	}
/* END OF MEDIA QUERIES */
</pre></body></html>