<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* additional styling */
/*.main-color {
	color: #2D6AA0;
}*/

/* Bootstrap overrides */
.panel .panel-heading h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.modal .modal-header h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.alert h3 {
	margin-top: 0px !important;
}

code {
	background-color: #EEEEEE;
	color: #333333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1em;
}

.form-horizontal .form-group.display-only {
	margin-bottom: 0px;
}

.form-horizontal .control-label {
	text-align: left !important;
}

/* main body */
/*body {
	padding-top: 50px;
}*/

#page-wrapper {
	min-height: 500px;
}

/* top navbar */
.navbar-brand {
	padding: 5px;
}

.navbar-text {
	margin-right: 0px;
	margin-left: 0px;
}

/* header */

/* main menu */
.navbar-default-top {
	background: #2D6CA2;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #FFFFFF;
}

/*
#navbar2 ul li a {
	color: #FFFFFF;
}*/
/*
#navbar2 ul li a:hover {
	color: #D1D1D1;
}

#navbar2 li.dropdown.open &gt; a {
	background: #2D6CA2;
	color: #FFFFFF;
}
*/
/*#navbar2 ul .dropdown-menu, #navbar2 .dropdown-menu a {
	background: #FFFFFF;
	color: #000000;
}*/
/*
#navbar2 .dropdown-menu a:hover {
	color: #A1A1A1;
}

#navbar2 .dropdown-menu:hover {
	background: #FFFFFF;
	color: #000000;
}*/

/* footer */
#footer {
	margin-top: 20px;
	/*background: #2D6AA0;
	border-top: 1px solid #2D6CA2;*/
	/*color: #FFFFFF;*/
	font-weight: bold;
	/*padding-bottom: 20px;*/
}

#footer a {
	/*color: #D1D1D1;
	font-size: 12px;
	font-weight: normal;*/
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

.footer-logo {
	text-align: right;
}

/* final wrapper */
#final-wrapper {
	background: #000000;
	color: #FFFFFF;
	/*font-size: 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

#copyright {
	font-size: 12px;
}

#copyright a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#upshot {
	text-align: right;
}

/* social icons */
.social_icon {
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
	margin-left: -2px;
}

.social_icon:hover {
	color: #ABD7EE;
}

/* tabs */
.nav-tabs {
	margin-top: 20px;
}

.tab-content {
	padding: 10px;
}

/* carousel */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0px;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* well */
.well {
	margin-top: 10px;
}

.well h1 {
	margin: 0px;
	padding: 0px;
}

/* row */
/*.row {
	margin-top: 10px;
}*/

/* picture thumbnails */
.img-thumbnail {
	margin: 0px;
	margin-bottom: 10px;
}

/* google map (contact page) */
.google-map-canvas,
.google-map-canvas * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* enquiry form */
.required-form-field {
	color: #EF5030;
	font-weight: bold;
}

.form-horizontal .enquiry-form-checkbox-placeholder {
	margin-left: 10px;
}

.form-horizontal .error_validation_message label {
	color: #EF5030;
	margin-top: 5px;
}

#enquiry-form-panel .panel-heading p {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* blog */
#blog-search-controls-container {
	background-color: #2D6AA0;
	padding-top: 15px;
}

#blog-search-controls-container .form-horizontal .control-label {
	color: #FFFFFF;
}

#blog-post-container a.blog-return-url {
	margin-bottom: 10px;
}

/* general styles */
.remove-container-margin {
	margin-bottom: 0px;
}

.remove-cell-padding {
	padding-right: 0px;
	padding-left: 0px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/* stacktable.js */
.stacktable {
	width: 100%;
}

.st-head-row {
	padding-top: 1em;
}

.st-head-row.st-head-row-main {
	font-size: 1.5em;
	padding-top: 0;
}

.st-key {
	font-weight: bold;
	padding-right: 1%;
	text-align: right;
	width: 49%;
}

.st-val {
	padding-left: 1%;
	width: 49%;
}

.stacktable.large-only {
	display: table;
}

.stacktable.small-only {
	display: none;
}

/* MEDIA QUERIES */
@media (min-width: 1200px) {}

@media (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 991px) {

	/* social icons */
	#social_icons {
		display: none;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	/* blog */
	#blog-search-controls-container .form-horizontal .control-label {
		padding-top: 0px !important;
		padding-bottom: 5px !important;
	}

}

@media (max-width: 767px) {

	/* footer */
	#footer {
		text-align: center;
	}

	.footer-logo {
		text-align: center;
	}

	/* final wrapper */
	#copyright {
		text-align: center;
	}

	#upshot {
		text-align: center;
	}

	/* carousel */
	.carousel-caption {
		display: none;
	}

	.carousel-indicators {
		display: none;
	}

	/* stacktable.js */
	.stacktable.large-only {
		display: none;
	}

	.stacktable.small-only {
		display: table;
	}

}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {

	/* main body */
	body {
		min-width: 320px;
	}

}

#fNameHere {
	display: none;
}</pre></body></html>