<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Droid+Serif|Open+Sans');

html, body {
	width: 100%;
	height: 100%;
}

a {
	color: #fff;
}
a:hover,a:visited,a:active {
	color: #ffff99;
}
a.bod {
	color: #006600;
}

.areas h2 {
	background-color: #7a94e0;
	color: #fff;
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	padding: 8px;
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
}
.areas img {
	border-radius: 0 0 8px 8px;
	width: 100%;
}
.areas ul {
	list-style: none;
	margin-top: 10px;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}
.bold {
	font-weight: bold;
}
.btn-primary, .btn-primary:visited {
	background-color: #7a94e0;
	border-color: #98aae0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:focus {
	background-color: #98aae0;
	border-color: #98aae0;
}

.consultation {
	display: block;
	margin: 10px 0;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	background-color: #98aae0;
	color: #fff;
	font-weight: bold;
}
.consultation a {
	margin-left: 5px;
	padding: 4px;
	background-color: #fff;
	color: #000;
	border-radius: 4px;
	display: block;
}
.content {
	padding-bottom: 20px;
}

footer {
	color: #fff;
	font-size: 12px;
	background-color: #5b2710;
	padding: 15px;
}
footer a{
	color: #fff;
}
footer a:hover, footer a:focus, footer a:active {
	color: #ffff99;
	text-decoration: underline;
}
footer .nav&gt;li {
	float: left;
}
footer .nav&gt;li&gt;a:focus, footer .nav&gt;li&gt;a:hover {
	background-color: transparent;
	color: #98aae0;
	text-decoration: underline;
}

#gavel {
	padding-top: 50px;
	color: #fff;
	height: 200px;
	position: relative;
}
#gavel .container {
	position: fixed;
}

h1 {
	font-family: 'Droid Serif', serif;
	font-size: 26px;
}
header {
	color: #fff;
	background-color: #5b2710;
}
header&gt;div {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Droid Sans', serif;
}
.hiLogo {
	position: absolute;
	top: 15px;
	left: 10px;
	margin: 0;
	font-size: 17px;
}

.logoContainer {
	position: fixed;
	width: 100%;
	color: #fff;
	z-index: 2031;
	margin-left: auto;
	margin-right: auto;
}
.lowLogo {
	position: absolute;
	top: 15px;
	margin: 0;
	left: 10px;
	font-size: 17px;
}

.map {
	margin: 10px 0;
	border-radius: 10px;
	border: 2px #7a94e0 solid;
}
.mapContainer {
	position: relative;
}
.mapContainer p {
	position: absolute;
	margin: 0;
	width: 100%;
	background-color: rgba(0,0,0, .5);
	color: #fff;
	text-align: center;
	bottom: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 6px 0;
}

.nav-spacer {
	display: block;
	height: 50px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	color:#fff;
	background-color:#653610;
	border: 0;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
	color: #eee;
	-webkit-transition: background .5s;
	transition-property: background;

}
.navbar-inverse .navbar-nav&gt;li&gt;a:focus, .navbar-inverse .navbar-nav&gt;li&gt;a:hover, .navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover {
	background-color:#653610;
}

.pa {
	cursor: pointer;
}
.pa img {
	display: block;
	width: 280px;
	margin: 10px auto;
	border-radius: 10px 10px 0 0;
}
.pa span {
	text-align: center;
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.red {
	color: #a60909;
}
.required {
	display: none;
}

#topPhone {
	color: #fff;
	display: none;
	float: right;
}
#topPhone a {
	color: #fff;
}

.white-bg {
	background-color: #fff;
	border-radius: 0;
}

@media (min-width: 768px) {
	.consultation {
		display: block;
		margin: 10px 0;
		text-align: center;
		padding: 10px;
		border-radius: 5px;
		background-color: #98aae0;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
	}
	.consultation a {
		background-color: transparent;
		color: #fff;
		display: inline;
		margin: 0;
		padding: 0;
	}
	h1 {
		font-size: 28px;
	}
	.hiLogo {
		position: absolute;
		top: 10px;
		left: 350px;
		margin: 0;
		font-size: 17px;
	}
	.lowLogo {
		top: 60px;
	}
	.navbar {
		border-radius: 0;
		padding-top: 0;
	}
	#topPhone {
		display: block;
		margin: 14px 0 0 0;
		font-size: 15px;
	}
	#whiteBG {
		border-radius: 0 0 10px 10px;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 36px;
	}
	.hiLogo {
		position: absolute;
		top: 10px;
		left: 400px;
		margin: 0;
		font-size: 24px;
	}
	.lowLogo {
		top: 60px;
		font-size: 34px;
	}
	#topPhone {
		display: block;
		margin: 14px 10px 0 0;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
}

@media (min-width: 1550px) {
}
</pre></body></html>