<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Segoe Print';
    src: url('../fonts/SegoePrint.eot');
    src: url('../fonts/SegoePrint.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoePrint.woff2') format('woff2'),
        url('../fonts/SegoePrint.woff') format('woff'),
        url('../fonts/SegoePrint.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

html, body {
	height: 100%;
	min-height: 100%;
	background-color: #00518E;
}
body {
	margin: 0 !important;
	padding: 0 !important;
}
html[lang] {
  margin-top: 0 !important;
}



/* FONTS */
h1, h2, .header-menu ul li, .sidebar-menu ul li, #text-block p span {
	font-family: 'Segoe Print', sans-serif;
}
p, ul {
	font-family: 'Open Sans', sans-serif;
}

h1, h2 {
	font-weight: bold;
	color: #063D71;
	line-height: 1.25;
	
}
h1 {
	font-size: 2em;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 8px;
}

#text-block p {
	color: #000;
	font-size: 1em;
	line-height: 1.5;
	padding: 5px 0 15px;
}
#text-block p span {
	font-size: 1.1em;
	color: #00518E;
	font-weight: bold;
}
#text-block p a, .contact ul li a {
	color: #00518E;
	font-weight: bold;
}
#text-block p a:hover, .contact ul li a:hover {
	color: #e0df7c;
}
h2.tagline {
	color: #FFF;
	font-weight: normal;
	font-size: 1.25em;
}
.header-menu ul a:hover li {
	color: #e0df7c;
}
.header-menu ul li.active {
	color: #e0df7c;
}



/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----- HEADER ----- HEADER ----- HEADER ----- HEADER ----- HEADER ----- HEADER ----- HEADER ----- HEADER ----- HEADER ----- HEADER ----- HEADER  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */

header {
	width: 100vw;	
	height: 150px;
	overflow-x: hidden;	
	
}
#header-wrap {
	
	margin-left: 20%;
	/*
	margin-left: calc(20% + 50px);
	*/
}
.tagline-wrap {
	padding: 30px 0;
}
#header-menu-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.header-menu {
	background-color: #063D71;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 10px 0px;
	width: 100vw;
}
.header-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	
}
.header-menu ul a li {
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0 30px;
}




/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----- PAGES ----- PAGES ----- PAGES ----- PAGES ----- PAGES ----- PAGES ----- PAGES ----- PAGES ----- PAGES ----- PAGES ----- PAGES ----------  */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#page-wrap {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
#content {
	background-color: #FFF;
	margin: 20px 0 0 20px;
	width: 100%;
}
#text-block {
	padding: 50px;
}
/*
#text-block img.writer {
	float: left;
	margin: 2px 15px 8px -15px;
	width: 100%;
	max-width: 150px;
}
*/

#writer-block {
	display: flex;
	flex-direction: row;
}
.writer-photo img.writer {
	
	max-width: 150px;
}
		
.writer-bio {
	padding: 15px 0 0 15px;
}





#photo-block {
	width: 100%;
	height: 300px;
	background: url("../images/BadenHill-2-min.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.contact {
	display: flex;
	flex-direction: row;
}
.contact ul.titles {
	font-weight: bold;
	color: #063D71;
	text-align: right;
	margin-right: 10px;
}
.contact ul li {
	margin-bottom: 10px;
	line-height: 1.25;
}


#advertiser-disclaimer {
	width: 100%;
	background-color: #00518E;
	padding: 15px 0px 30px;
}
#advertiser-disclaimer p {
	color: #FFF;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.3em;
	text-align: center;
}
#advertiser-disclaimer p a {
	font-weight: 700;
	color: #FFF;
	text-decoration: underline;
}
#advertiser-disclaimer p a:hover {
	color: #B2B2B2;
}

/* ---- SIDEBAR ---- SIDEBAR ---- SIDEBAR ---- SIDEBAR ---- */
#sidebar {
	margin-top: -150px;
	background-color: #00518E;
	width: 250px;
}
img.logo {
	width: 300px;
	margin: 10px 0 0 -30px;
}
.sidebar-menu ul a {
	text-decoration: none;
}
.sidebar-menu ul a li {
	color: #FFF;
	font-weight: bold;
	font-size: 1.4em;
	padding: 10px 5px;
	border-top: 1px solid #00518E;
	border-bottom: 1px solid #00518E;
	background-color: #00518E;
}
.sidebar-menu ul a:hover li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #063D71;
}
.disclaimer {
	background-color: #063D71;
	padding: 20px;
	margin: 50px 0 20px;
}
.disclaimer p {
	text-align: center;
	font-style: italic;
	color: #FFF;
	font-size: 0.95em;
	line-height: 1.3em;
}
.sidebar-menu ul a:active li {
	color: #e0df7c;
}
.sidebar-menu ul li.active {
	color: #e0df7c;
	font-weight: bold;
	font-size: 1.4em;
	padding: 10px 5px;
	border-top: 1px solid #00518E;
	border-bottom: 1px solid #00518E;
	background-color: #00518E;
}








/* COMMUNITY LINKS */

#text-block.community-links h1 {
	line-height: 1;
	margin-bottom: 0px;
}
#text-block.community-links ul {
	margin: 10px 0px 30px;
	
}
.community-links ul li a::before {
	font-size: 1.0em;
	content: "â€¢ ";
	color: #00518E;
} 
.community-links ul li {
	line-height: 1.5;
}
.community-links ul li a {
	font-size: 1.1em;
	text-decoration: none;
	color: #063D71;
}
.community-links ul li a:hover {
	color: #B2B2B2;
}


/* PAST ISSUES */
/*
#text-block.past-issues p span {
	font-family: 'Segoe Print', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	color: #00518E;
	margin-right: 15px;
}
#text-block.past-issues p a {
	color: #063D71;
	text-decoration: none;
	font-weight: bold;
}
#text-block.past-issues p a:hover {
	color: #B2B2B2;
}
*/








nav.mobile-menu, .disclaimer.mobile, .mobile-weather-widget {
	display: none;
}


@media screen and (max-width: 1000px) {
	header {
		display: none;
	}
	#sidebar {
		display: none;
	}
	#page-wrap {
		width: 90%;
	}
	#content {
		margin: 10px 0 0;
	}
	#text-block {
		padding: 30px;
	}
	
	
	.disclaimer.mobile {
		display: block;
		background-color: #063D71;
		padding: 12px;
		margin: 0px;
	}
	.disclaimer.mobile p {
		font-size: 0.95em;
		line-height: 1.4em;
	}
	.mobile-weather-widget {
		display: block;
	}
	
	.disclaimer.mobile p span {
		font-family: 'Segoe Print', sans-serif;
	}
	
	
	nav.mobile-menu {
		display: block;
	}


a {
  text-decoration: none;
}
#site-wrap {
	 display: inline-block;
	 width: 100vw;
}

.content {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.content nav {
 background-color: #00518E;
  height: 60px;
  position: relative;
  
  z-index: 1000;
}
.content .nav-links {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
.content .nav-links::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.3s;
}
.content .nav-links li:nth-child(1) {
	border-top: solid #FFF 3px;
}

.content .nav-links li {
  border-bottom: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s;
}
.content .nav-links li a {
  background: #063D71;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  text-align: left;
  width: 100%;
  transition: all 0.3s;
  font-family: 'Segoe Print', sans-serif;
}
.content .nav-links li a:hover {
  color: #e0df7c;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
input[type=checkbox]:checked + label {
  border: 4px solid #e0df7c;
  border-radius: 50%;
  height: 28px;
  top: 12px;
  left: 18px;
  width: 28px;
  transform: rotate(-135deg);
}
input[type=checkbox]:checked + label::before {
  background: #e0df7c;
  top: 12px;
  left: 8px;
  width: 12px;
}
input[type=checkbox]:checked + label::after {
  background: #e0df7c;
  opacity: 1;
  top: 12px;
  left: 8px;
  visibility: visible;
  width: 12px;
}
input[type=checkbox]:checked + label:hover {
  border-color: #e0df7c;
}
input[type=checkbox]:checked + label:hover::before, input[type=checkbox]:checked + label:hover::after {
  background: #e0df7c;
}
input[type=checkbox]:checked ~ .nav-links::before {
  opacity: 1;
  visibility: visible;
}
input[type=checkbox]:checked ~ .nav-links li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(1) {
  transition-delay: 0s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(2) {
  transition-delay: 0.1s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(3) {
  transition-delay: 0.2s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(4) {
  transition-delay: 0.3s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(5) {
  transition-delay: 0.4s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(6) {
  transition-delay: 0.5s;
}

h2.menu-label {
	color: #FFF;
	 position: absolute;
     top: 15px;
     left: 60px;
}
h2.menu-label span {
	font-size: 50%;
}

label {
  background: none transparent !important;
  border: 4px solid #e0df7c !important;
  border-left: 0 solid transparent !important;
  border-right: 0 solid transparent !important;
  cursor: pointer;
  display: block;
  height: 17px;
  position: absolute;
  top: 18px;
  left: 20px;
  width: 24px;
  transition: all 0.2s;
}
label::before {
  background: #FFF;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 24px;
  transition: all 0.2s;
}
label::after {
  background: coral;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transform: rotate(90deg);
  transition: all 0.2s;
}

}






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