.yenoh {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/* CONTACT FORM MODULE */

.module-contact-form {
	display: inline-block !important;
	width: 500px;
	max-width: 90% !important;
}
.module-contact-form h1,
.module-contact-form p,
.module-contact-form .submit-button-wrapper {
	text-align: center;
}

.g-recaptcha div {
	margin: 0 auto;
}

/* LOGIN MODULE */

.module-login {
	display: inline-block !important;
	width: 500px;
	max-width: 90% !important;
}

/* NEWS MODULE */

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

/* SOCIAL MEDIA MODULE */

.module-social-media {
	display: inline-block !important;
}
.module-social-media .socialNetworking div {
	float: left;
	margin: 5px;
	text-align: center;
}
.module-social-media .tumblr img {
	border-radius: 50%;
}
.module-social-media a:link, .module-social-media a:visited {
	text-decoration: none;
}
.module-social-media a:link:hover, .module-social-media a:visited:hover {
	text-decoration: none;
}

/* */

#jMonthCalendar 
{
	position:relative;
	width:100%;

}

.MonthlyCalendar .MonthNavigation
{
	border-bottom:solid 1px #ddd;
	clear:both;
	height:20px;
	padding:5px 10px 0 10px;
	
}

.MonthlyCalendar .MonthNavPrev,
.MonthlyCalendar .MonthNavNext,
.MonthlyCalendar .TodayLink
{
	width:7%;
	float:left;
}

.MonthlyCalendar .YearNavNext,
.MonthlyCalendar .YearNavPrev
{
	width:10%;
	float:left;
}

.MonthlyCalendar .MonthName
 {
	width:59%;
	text-align:center;
	font-weight:bold;
	float:left;
}

.MonthlyCalendar
{
	height:100%;
	width:100%;
	border:solid 1px #ddd;
	border-collapse:collapse;
}

.MonthlyCalendar #CalendarHead 
{
	width:100%;
	height:30px !important;
	background:#F7F7F7 none repeat scroll 0 0;
}

.MonthlyCalendar #CalendarHead .DateHeader
{
	width:14.285%;
	text-align:center;
	
}

.MonthlyCalendar #CalendarBody
{
}

.DateBox
{
	vertical-align:top;
	border:solid 1px #ddd;
	width:135px;
	height:100px;
}

.DateLabel
 {
	height:16px;
	width:100%;
	background:#F7F7F7 none repeat scroll 0 0;
	text-align:right;
}

.DateLabel a
{
	cursor:pointer;
	padding:0 5px 2px;
	text-decoration:none;
	line-height:16px;
}

#CalendarBody .Inactive,
#CalendarBody .Weekend
{
	background:#fafafa none repeat scroll 0 0;
}
.Today, #CalendarBody .DateBoxOver
{
	background:#A9DFFF none repeat scroll 0 0;
}

#jMonthCalendar .MoreEvents
{
	font-size:12px;
	padding:1px 1px 1px 4px;
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:center;
	height:14px;
}

#jMonthCalendar .Event
{
	font-size:12px;
	padding:1px 1px 1px 4px;
	background-color:#C0D0FF;
	border:solid 1px #000;
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:left;
	overflow:hidden;
	height:14px;
}

.Event a
{
	text-decoration:none;
	color:#000;
	float:left;
	white-space:nowrap;
	padding-top:1px;
}
.Event a:hover { text-decoration:underline; }
.Event span.ui-icon-triangle-1-w { float:left; }
.Event span.ui-icon-triangle-1-e { float:right; }

.pager {
	width: 100%;
	text-align: center;
	height: 30px;
}
.pager a {
	text-decoration: none;
	border: solid 1px #000;
	padding: 5px;
	margin: 1px;
}
.pager a:link {
	text-decoration: none;
}
.pager a:visited {
	text-decoration: none;
}
.pager a:active {
	text-decoration: none;
}
.pager a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #F0F8FF;
}
.pager .active-page-number {
	text-decoration: none;
	font-weight: bold;
	background-color: #F0F8FF;
}

/* --- CALENDAR --- */

#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;
}

/* --- EDITOR --- */

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

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

/* --- PAYPAL --- */

.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 DISPLAY --- */

.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;
}

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

.module-photo-gallery {
	text-align: center;
}

.imageGallery {
	display: inline-block;
	border: solid 1px #c1bb95;
	background-image: url(/images/video-thumbs-gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 auto;
	padding: 3px;
}
.photogallery_thumbnail {
	float: left;
	margin: 6px 6px 6px 0;
	padding: 3px;
}
.currentgallery {
	padding: 12px 5px 0 5px;
}

.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;
}

/* --- ROSTER --- */

.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;
}

/* --- RSS --- */

#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;
}

/* --- 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;
}

.videothumbails_container {
	position: relative;
	border: solid 1px #c1bb95;
	background-image: url(/images/video-thumbs-gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.videothumbails_container img {
/*
	clear: both;
*/
}
.slideshow {
	position: relative;
	display: block;
	padding: 5px 0 5px 5px;
	border: solid 2px #ccc;
	background-image: url(/images/video-thumbs-gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 

/* --- WEATHER --- */

.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;
}

@media screen and (max-width: 999px) {
/*
	.roster-entry {
		float: none !important;
		width: 100% !important;
		margin: 0 0 0 0 !important;
	}
*/
}
