<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: #222;
}
body, html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
    color: #222;
}
a:visited {
	color: #222;
}
a:hover {
	color: #fc720e;
	text-decoration: none;
}
nav, header, footer, section, article, aside, main {
	display: block;
}
header {
    clear: both;
    overflow: auto;
	background: #f57e22;
	text-align: center;	
}
.topbar-bg {
  background: url("images/topbar-bg.png") left repeat-x;
}
article img {
    max-width: 100%;
}
article p, article li {
    line-height: 1.5em;
}
h1, h2, h3 {
    margin-top: 0;
    font-family: 'Playfair Display', serif;
}
h1, h3 {
    color: #fc720e;
    font-weight: normal;
}
h2 {
	color: #fc720e;
    font-weight: normal;
}
.buttons {
  text-align: center;	
}
.buttons a {
  display: inline-block;
  background: #f57e22;
  padding: 6px 15px;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 2px;
}
.buttons a:hover {
	background: #222;
	color: #f57e22;
}
.imgl, .imgr {
	border: 3px solid #f57e22;
	padding: 2px;
}
.imgc {
	text-align: center;
	clear: both;
}
.imgc img {
	border: 3px solid #f57e22;
	padding: 2px;
	max-width: 100%;
	margin: 10px auto;
}
#map iframe {
  max-width: 100%;	
}
.clr {
    clear: both;
}
#mc_embed_signup form {
  margin: 0;	
}
.prog-item, .prog-item-front {
  background: #eee;	
}
.prog-item-front {
  overflow: auto;
}
.prog-item div {
  text-align: center;
  padding: 10px 30px;
}
.prog-item img, .prog-item-front img {
	border: 3px solid #f57e22;
	padding: 2px;
	max-width: 99%;
}
.date {
  font-weight: bold;	
  line-height: 1em;
  margin-bottom: 8px;
  font-size: 1.1em;
}
.box {
  padding: 15px;
  background: #eee;  
  margin: 10px 0;
}
footer {
    clear: both;
    background: #222;
    color: #fff;
    text-align: center;
	font-size: 0.9em;
    padding: 0.7em;
}
footer a, footer a:visited {
    color: #fff;
}</pre></body></html>