body, button, input, select, textarea {
	font-family: museo-sans, sans-serif;
    font-size: 16px;
	color: #666;
	line-height: 1.6;
	overflow-wrap: break-word;
}



/**********************************************************
 * General Styles                                         *
 **********************************************************/

p, li, cite {
	margin-bottom: 1em;
}

hr {
	background-color: #AAA;
	color: #AAA;
	border: none;
	border-top: 1px solid #AAA;
	height: 1px;
	width: 100%;
	margin: 0em 0 20px 0;
	padding: 0;
}

p.intro,
span.intro,
div.intro {
	font-weight: 700;
	font-size: 1.2em;
	font-family: museo, serif;
	color: #666;
	line-height: 1.4;
}

p.intro strong,
p.intro a,
span.intro strong,
span.intro a,
div.intro strong,
div.intro a {
	color: #633563;
}


blockquote {
	background-image: url(../png/blockquote_background.png);
	background-position: 10px 0;
	background-repeat: no-repeat;
	padding: 8px 40px 0 70px;
	margin: 2em 0;
	font-style: italic;
	font-size: 0.9em;
}

blockquote em {
	font-style: normal;
}

cite {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}

.sidebar blockquote {
	background-image: none;
	padding: 0;
	margin: 0.5em 0;
	font-size: 1.2em;
	line-height: 1.3;
}

.sidebar cite {
	font-size: 10px;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 0.8em;
	vertical-align: super;
}

em {
	font-style: italic;
}

.center {
	text-align: center;
}

img.icon {
	vertical-align: middle;
}

p.prefix {
	font-size: 0.9em;
	padding: 0.5em 5px;
	margin: 0;
	color: #888;
}

.sidebar div.caption {
	font-size: 0.8em;
	color: #AAA;
	font-style: italic;
}

.sidebar div.caption .title {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

.sidebar div.caption em {
	font-style: normal;
}

.sidebar div.caption a {
	color: #666;
}

.prev, .next, .more {
	text-transform: lowercase;
	font-variant: small-caps;
}


div.errors {
	clear: both;
}

div.errors div.left,
div.errors div.right {
	background-color: transparent;
}

.hidden,
.icon-label {
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

img,
iframe,
object {
	border: none;
	max-width: 100%;
}


.small {
	font-size: 0.9em;
}

figure {
	font-size: 0.8em;
}

.clear {
	clear: both;
}

sub, sup {
	position: relative;
	font-size: 0.8em;
}

sub {
	top: 0.5em;
}

sup {
	top: -0.5em;
}



/**********************************************************
 * Headings                                               *
 **********************************************************/

 h1, h2, h3 {
	font-family: museo, serif;
}

h1 {
	color: #633563;
	font-size: 2.5em;
	margin: 0 0 0.3em 0;
	line-height: 1.3em;
	font-weight: 100;
}

h2 {
	color: #633563;
	font-size: 1.6em;
	margin: 2em 0 0.3em 0;
	padding: 0 0 0.3em 0;
	border-bottom: 2px solid #E5DDE5;
	font-weight: 100;
	line-height: 1;
}

h2 * {
	line-height: 1.2;
}

.sidebar h2 {
	font-size: 1.4em;
}


h3 {
	font-weight: 700;
	margin: 1em 0 0.3em 0;
	font-size: 1.2em;
}

dl.inline dt {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 0.3em 0;
}

h1:first-child,
h2:first-child {
	margin-top: 0;
}


/**********************************************************
 * Links                                                  *
 **********************************************************/

a {
	color: #633563;
}

a:hover {
	text-decoration: none;
}


/**********************************************************
 * Lists                                                  *
 **********************************************************/
dl {
	margin: -1em 0 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

ul {
	list-style-type: none;
	display: block;
	margin-bottom: 1em;
	margin-left: 18px;
	margin-left: 0px;
}

ul li {
	background-image: url(../png/bullet.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

dl.inline dt {
	clear: left;
	padding-top: 1em;
}

dl.inline dd {
	float: left;
	width: 3em;
}

dl.inline dd.block {
	float: none;
	width: auto;
}

dl.details {
	position: relative;
	margin-top: 0;
}

dl.details dt {
	width: 6em;
	position: absolute;
	left: 0;
	margin: 0;
	padding-top: 0em;
}

dl.details dd {
	margin: 0 165px 0 7em; /* If left margin changed, also change dt margin in ie6 css */
	padding-top: 0em;
	line-height: 1.5em;
}


/**********************************************************
 * Forms                                                  *
 **********************************************************/

 input, textarea, select {
	border: 1px solid #999;
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
	margin: 0;
}

input.blur {
	color: #CCC;
}

button {
	border: none;
	background-color: #666;
	color: white;
	font-size: 12px;
	padding: 3px;
	cursor: pointer;
}

label {
	font-weight: bold;
}

div.boxout input,div.boxout button{
	font-size: 10px;
	padding: 2px;
}

div.buttons-plain {
	float: left;
	clear: both;
	padding: 1em 0 0 170px;
}

.form-container div.controlset {
	padding-left: 170px;
}

.form-container .password input,
.form-container .text input,
.form-container textarea {
	position: relative;
	top: -2px;
}

.form-container input {
	position: relative;
	top: 4px;
}



.sidebar .form-container label {
	width: 100%;
	text-align: left;
	padding: 1em 0 0.25em 0;
}

.sidebar .form-container input,
.sidebar .form-container select,
.sidebar .form-container textarea {
	width: 174px;
}

.sidebar .buttons {
	width: 182px;
	float: none;
	margin: 0;
	padding: 0.5em 0;
	clear: both;
	position: relative;
}

.sidebar .buttons button,
.sidebar .buttons a {
	float: none;
	margin: 0.5em 0;
}

.error {
	color: #C00;
	border-color: #C00;
}


/**********************************************************
 * Tables                                                 *
 **********************************************************/
 
 table {
	font-size: 0.8em;
	border-collapse: collapse;
	border-bottom: 2px solid #2C3517;
	margin-bottom: 1em;
}

tr.disabled {
	color: Gray;
}

td {
	border-top: 1px dotted #778B3B;
	border-bottom: 1px dotted #778B3B;
	padding: 3px;
}

th {
	text-align: left;
	border-top: 2px solid #2C3517;
	border-bottom: 2px solid #2C3517;
	padding: 3px;
	font-weight: bold;
}

th.label {
	border-top: 1px dotted #778B3B;
	border-bottom: 1px dotted #778B3B;
	background-color: #999;
	color: White;
}

/**********************************************************
 * Side Boxes & Boxouts                                   *
 **********************************************************/

 .left {
	float: left;
	clear: left;
	margin: 5px 22px 10px 0;
}

.right {
	float: right;
	clear: right;
	margin: 5px 0 10px 22px;
}

img.left {
	margin-right: 1em;
	clear: none;
}

img.right {
	margin-left: 1em;
	margin-left: 0;
}

div.left {
	padding-right: 20px;
	background-color: White;
	margin-right: 0;
}

div.right {
	padding-left: 20px;
	padding-bottom: 1.5em;
	background-color: White;
	margin-left: 0;
}

div.boxout {
	padding: 10px;
	margin-bottom: 1em;
	background-color: #CCC;
}

div.boxout :first-child {
	margin-top: 0;
}

div.boxout :last-child {
	margin-bottom: 0;
}


/**********************************************************
 * Captioned Images                                       *
 **********************************************************/

div.image-caption {
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
	max-width: 100%;
	box-sizing: content-box;
}

div.image-caption img {
	display: block;
	margin: 0 auto;
}

div.image-caption p.copyright {
	color: #888;
	font-style:italic;
	font-weight:normal;
	font-size: 0.9em;
}

div.image-caption p.copyright a {
	color: #888;
}

.cols div.image-caption {
	padding: 0;
	border: 0;
}

div.image-caption div.caption-text {
	padding: 5px 10px 1px 10px;
	border-bottom: 2px solid #E5DDE5;
	background-color: #F5EDF5;
}



/**********************************************************
 * Sidebars                                               *
 **********************************************************/

.sidebar div.block {
	border-bottom: 2px solid #E5DDE5;
	margin-bottom: 1em;
}

.sidebar div.spaced {
	border-top: 2px solid #E5DDE5;
}

.sidebar h2 {
	margin-top: 0.5em;
}



/**********************************************************
 * Events                                                 *
 **********************************************************/
 
 
ul.events,
ul.headlines {
	list-style-type: none;
	margin: 0.75em 0 0 0;
	padding: 0;
}

ul.events li,
ul.headlines li {
	padding: 0 0 0.75em 0;
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #F5EDF5;
	font-size: 0.9em;
	background-image: none;
}

ul.events li h3,
ul.headlines li h3 {
	padding: 0;
	margin: 0;
}

ul.headlines li h3 {
	font-size: 1em;
}

ul.headlines li p {
	margin-bottom: 0;
}

ul.headlines span.info {
	font-size: 0.9em;
	color: #AAA;
}

ul.headlines span.info a.more {
	font-size: 1.1em;
}

ul.events li span.date {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 0;
	margin: 0.25em 10px 0 0;
	width: 32px;
	color: #666;
}

ul.events li span.month {
	display: block;
	background-color: #922;
	font-size: 8px;
	color: White;
	padding: 2px;
	line-height: 1;
	text-transform: uppercase;
}

ul.events li span.day {
	display: block;
	background-color: #EEE;
	padding: 6px 0;
	line-height: 1;
}


ul.events li span.info {
	display: block;
	margin-left: 40px;
}


ul.events li span.info span {
	color: #666;
	font-weight: bold;
}

ul.events li span.info a {
	color: #666;
}

ul.events li a.more {
	margin-left: 40px;
	display: block;
}

ul.events h3 a,
ul.headlines h3 a {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
}

ul.events span.date,
ul.headlines span.date {
	font-weight: bold;
}

ul.events span.location {
	font-style: italic;
	margin-right: 2em;
}

ul.calendar {
	list-style-type: none;
	margin: 0 0 10px 0;
}

ul.calendar li {
	padding: 0;
	background-image: none;
}

ul.calendar li a.month {
	background-color: #633563;
	padding: 4px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: White;
	display: block;
}

ul.calendar li a.month:hover {
	background-color: #F5EDF5;
	color: #633563;
}

ul.calendar table {
	margin: 0.5em 0 1em 0;
	border-collapse: collapse;
	width: 100%;
}

ul.calendar td,
ul.calendar th {
	padding: 4px;
	text-align: right;
}

ul.calendar td {
	color: #999;
}

ul.calendar th {
	font-weight: bold;
}

ul.calendar td a {
	font-weight: bold;
	line-height: 1em;
}

ul.calendar tr {
	border-bottom: 1px solid #DDD;
}

div.event-description {
	clear: left;
}

p.more-events {
	text-align: right;
}


/**********************************************************
 * News & News Archive                                    *
 **********************************************************/

div.news div.headline {
	border-bottom: 2px solid #DDD;
	padding: 1em 0;
}

div.news div.headline h3 {
	padding: 0;
	margin: 0;
}	


div.news .summary {
	padding-bottom: 0;
}

div.news .added {
	color: #999;
	font-style: italic;
	font-size: 0.85em;
	margin: 0.5em 0 0 0;
	padding: 0;
}

div.news .return {
	float: right;
}

p.autoload-more {
	text-align: center;
}

p.autoload-more a {
	display: inline-block;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #633563;
	padding: 0.5em 2em;
	border-radius: 6px;
	margin-top: 2em;
}

p.autoload-more a:hover {
	text-decoration: underline;
}

p.autoload-loading {
	border: 3px solid #CCC;
	border-radius: 50%;
	border-top-color: #666;
	width: 24px;
	height: 24px;
	-webkit-animation: spin 1s cubic-bezier(0.8,0.5,0.5,0.8) infinite;
	animation: spin 1s cubic-bezier(0.8,0.5,0.5,0.8) infinite;
	vertical-align: baseline;
	margin: 2em auto;
	overflow: hidden;
    text-indent: 1000px;
}

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

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



/**********************************************************
 * P A G I N A T O R S                                    *
 **********************************************************/

#content ul.selector {
	list-style-type: none;
	margin: 1em 0;
	text-align: left;
	clear: both;
}

ul.selector li {
	display: inline;
	background-image: none;
	padding: 0;
}

ul.selector a {
	display: inline;
	position: relative;
	margin: 0 3px 0 0;
	padding: 0 2px;
	border: 1px solid #633563;
	background-color: #633563;
	color: White;
	text-decoration: none;
	outline: none;
}

ul.selector a:hover,
ul.selector li.current a:hover {
	background-color: #63356320;
	color: White;
}

ul.selector li.current a {
	color: #633563;
	background-color: White;
}

ul.selector li.prev a,
ul.selector li.next a {
	color: #633563;
	background-color: transparent;
	border: none;
}

ul.selector li.prev a:hover,
ul.selector li.next a:hover {
	text-decoration: underline;
}

ul.selector li.disabled a {
	color: #AAA;
	cursor: default;
}

ul.selector li.disabled a:hover {
	text-decoration: none;
}

ul.selector li.start-group a {
	margin-left: 10px;
}


/**********************************************************
 * Search                                                 *
 **********************************************************/

.search-form label {
	position: absolute;
	top: -5000px;
	height: 1px;
	overflow: hidden;
}

.search-form input {
	width: 250px;
}

p.provided-by {
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}

ol.search-results {
	list-style-type: none;
	margin-left: 0;
}

ol.search-results li {
	
}

ol.search-results li p, ol.search-results li h3 {
	margin-bottom: 0;
}


ol.search-results li p.url{
	color: #A6C462;
	font-size: 0.9em;
}


/**********************************************************
 * Gallery                                                *
 **********************************************************/



section.gallery::before,
section.gallery::after {
	display: none;
}

ul.image-gallery {
	display: block;
	list-style-type: none;
	margin: 0 0 -10px 0;
	padding: 0;
	overflow-x: scroll;
    white-space: nowrap;
}

ul.image-gallery > li {
	display: inline-block;
	background-image: none;
	margin: 0 10px 10px 0;
	line-height: 0;
	overflow: hidden;
	max-width: 30%;
}

ul.image-gallery > li h2,
ul.image-gallery > li div.caption {
	display: none;
}




section.gallery div.photo-wrapper {
	position: relative;
	overflow: hidden;
}

section.gallery div.photo-wrapper ul.image-gallery {
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0;
	padding: 0 25px;
	line-height: 0;
}

section.gallery div.photo-wrapper ul.image-gallery li {
	margin-bottom: 0;
}



section.gallery div.photo-wrapper div.scroll-left,
section.gallery div.photo-wrapper div.scroll-right {
	position: absolute;
	top: 0;
	width: 25px;
	height: 100%;
	vertical-align: middle;
	padding: 0;
	cursor: pointer;
	background-image: linear-gradient(to left, rgba(242,238,230,0) 0%, rgba(242,238,230,1) 50%);
	text-indent: 1000px;
	overflow: hidden;
	white-space: nowrap;
	display: none;
}

section.gallery div.photo-wrapper div.scroll-left::before,
section.gallery div.photo-wrapper div.scroll-right::before {
	content: "";
	background-image: url(../svg/chevrons.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
  }

section.gallery div.photo-wrapper div.scroll-left {
	left: 0;
}

section.gallery div.photo-wrapper div.scroll-right {
	right: 0;
	transform: rotate(180deg);
}

section.gallery div.photo-wrapper div.scroll-left.disabled,
section.gallery div.photo-wrapper div.scroll-right.disabled {
	cursor: default;
	opacity: 0.5;
}

.mfp-bottom-bar a {
	color: White;
}

.mfp-title {
	font-size: 1.2em;
	font-weight: bold;
}

.mfp-title div.caption {
	font-size: 0.8em;
	font-weight: normal;
}

/**********************************************************
 * Interactive Map                                        *
 **********************************************************/

ul.map_labels {
	font-size: 0.9em;
}

ul.map_labels li {
	margin-bottom: 0;
}

ul.map_labels li.hover {
	font-weight: bold;
}

svg .hover, 
svg .hover polygon,
svg .hover polyline,
svg .hover path {
	stroke-width: 2px;
	fill: Orange;
}