@charset "UTF-8";
/* CSS Document */

#calendar {
margin-top: 8px;
}

.calendar-month {
	border: 1px solid #000;
	width: 95%;
	margin-bottom: 10px;
	text-align: center;
	background-color: lightgrey;
}
.calendar-events {
	background-color: #fff;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #000;
}
.calendar-event {
	display: table-row;
}
.calendar-event-date {
	display: table-cell;
	text-align: right;
	font-family: fixed;
	font-weight: bold;
}
.calendar-event-name {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
}
.calendar-event-name a {
	text-decoration: none;
}

.socialNetworking {
	text-align: center;
	font-size: 11pt;
}
.socialNetworking a {
	color: #000 !important;
	text-decoration: none;
}
.socialNetworking .tumblr img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.roster-container {
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
.roster-entry {
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
	max-width: 100%;
}
.roster-entry-top, .roster-entry-bottom {
/*
	width: 180px;
	max-width: 180px;
*/
	text-align: center;
}
.roster-entry-left {
	text-align: left;
	flex: 1 0 auto;
}
.roster-entry-right {
	text-align: right;
	flex: 1 0 auto;
}
.roster-entry img {
	display: block;
	width: 100px;
	height: auto;
}
.roster-entry-top img, .roster-entry-bottom img {
	margin: 0 auto;
}
.roster-entry-left img {
	margin-right: 10px;
}
.roster-entry-right img {
	margin-left: 10px;
}
.roster-entry h3 {
	margin: 2px 0 5px 0;
}
.roster-detail {
	background-color: #fff;
	color: #000;
	padding: 10px;
}

.weather {
	font-family: Arial, Helvetica, Serif;
	font-size: 13px;
	text-align: center;
}
.weather .header {
	font-size: 16px;
	font-weight: bold;
}
.weather .updated {
	font-size: 9px;
	font-weight: italic;
}
.weather .current {
	display: inline-block;
	font-size: 12px;
	margin: 10px auto;
}
.weather .current img {
	float: left;
	width: 70px;
	height: 70px;
	border: 0;
	margin-right: 15px;

	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.weather .current .conditions {
	float: left;
	text-align: left;
}
.weather .current .conditions .temperature {
	font-weight: bold;
}
.weather .extended-forecast {
	display: none;
	padding-bottom: 5px;
}
.weather .forecast-item {
	margin-top: 5px;
	border: 1px solid;
}
.weather .forecast-table {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.weather .forecast-date {
	display: table-cell;
	font-weight: bold;
	padding: 0 5px;
	text-align: left;
	width: 40%;
}
.weather .forecast-icon {
	text-align: center;
	width: 15%;
}
.weather .forecast-icon img {
	width: 25px;
	height: 25px;
	border: 0;
	padding: 0 5px;

	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.weather .forecast-temperature {
	display: table-cell;
	font-weight: bold;
	padding: 0 5px;
	text-align: right;
	white-space: nowrap;
	width: 40%;
}
.weather .forecast-text {
	padding: 5px;
	text-align: left;
}

#contactform {
	display: block;
	width: inherit;
	padding-left: 10px;
	padding-bottom: 6px;
}
.yenoh {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}


.editor input[type="image"] {
	max-width: 100%;
	height: auto;
}

.editor iframe {
	max-width: 100%;
}

.paypal {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 10px;
	border: 1px solid grey;
}
.paypal .product {
	display: table-row;
}
.paypal .product-details {
	display: table-cell;
	width: 80%;
	font-weight: bold;
	text-align: left;
	border: 1px solid grey;
}
.paypal .product-details a:link, .paypal .product-details a:visited {
	color: #000;
}
.paypal .product-summary {
	font-weight: normal;
	padding-top: 10px;
}
.paypal .product-cost {
	display: table-cell;
	width: 20%;
	text-align: center;
	border: 1px solid grey;
}

.pdf {
	width: 100% !important;
	text-align: center;
}

.pdf h1 {
	text-align: left;
}

.pdf img {
	width: 100%;
	background-color: #fff;
}

.pdf button.Wallop-buttonPrevious {
	width: 32px;
	height: 36px;
	border: none;
	background-color: transparent;
	background-image: url(/images/arrowgrey03-left.png);
	background-repeat: no-repeat;
}

.pdf button.Wallop-buttonNext {
	width: 32px;
	height: 36px;
	border: none;
	background-color: transparent;
	background-image: url(/images/arrowgrey03-right.png);
	background-repeat: no-repeat;
}

#rss-feed h1 {
	text-align: center;
}
#rss-feed .rss-entry {
	width: 100%;
	margin: 10px 0 0 0;
}
#rss-feed h2 {
	text-align: center;
}
#rss-feed .full-article {
	text-align: center;
}

#socialmedia-footer {
	text-align: center;
}
#socialmedia-footer img {
	padding: 10px;
}

/* --- VIDEO GALLERY --- */

.videothumbails_container {
	float: left;
	width: 95%;
	margin-bottom: 15px;
}
.videothumb a:link, .videothumb a:visited, .videothumb a:active {
	text-decoration: none;
}
.videothumb {
	width: 18%;
	margin: 2px 1%;
	text-align: center;
	word-wrap: break-word;
}
.videothumb img {
	display: block;
	width: 100%;
	height: auto;
}

.btxt, .bh2, .bh3 {
line-height: 1.4em;

}

/* --- PHOTO GALLERY --- */

.imageGallery {
	margin: 0 auto 0 auto;
}
.photogallery_thumbnail {
float: left;
margin-right: 6px;
margin-top: 6px;
margin-bottom: 6px;
padding: 3px;
border: solid 1px #ccc;
}
.photogallery img {
margin: 0px;
} 
.photo {
padding: 0;
margin: 0;
background-color: transparent;
}

.slick-carousel-slide {
	text-align: center;
}
.slick-carousel-slide img {
	max-height: 85vh;
	max-width: 100%;
	/* width: 100%; */
	margin: 0 auto;
}
.slick-carousel-slide-overlay {
	position: relative;
}
.slick-carousel-slide-overlay div {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}
.slick-carousel-slide-overlay h2 {
	display: inline-block;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	padding: 5px;
}
.slick-arrow.slick-prev {
	top: 20px;
	left: 3%;
	z-index: 1;
}
.slick-arrow.slick-next {
	top: 20px;
	right: 3%;
	z-index: 1;
}
.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
	color: rgba(0,0,0,0.75);
}
.slick-dots {
	position: relative !important;
}

.module-news .full-article .article-share {
	clear: both;
	padding: 10px 0;
}
