<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----- Magnific Popup Custom Style ----- */

.mfp-bg {
    background: #111;
    opacity: 0.6;
    z-index: 109995;
}

.mfp-wrap {
    z-index: 109996;
}

.mfp-content {
    z-index: 109997;
}

.mfp-close {
    box-shadow: none;
    background: none;
}

.mfp-close:active,
.mfp-close:hover,
.mfp-close:focus {
    background: none;
    box-shadow: none;
    text-decoration: none;
}

.mfp-close-btn-in .mfp-close,
.mfp-close-btn-in .mfp-close:hover {
    color: #333; 
}

.wpsc-clear:before {
    content: " ";
    display: table;
}

.wpsc-clear:after {
    clear: both;
    content: " ";
    display: table;
}

/* ----- Reset ------ */

#wpsc-block-calendar * {
	background:none;
	border:0 none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	float:none;
	height:auto;
	letter-spacing:normal;
	list-style:none;
	outline:none;
	position:static;
	text-decoration:none;
	text-indent:0;
	text-shadow:none;
	text-transform:none;
	width:auto;
	visibility:visible;
	overflow:visible;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* ----- Credit ----- */

#wpsc-block-calendar .wpsc-credit {
    color: #333;
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
}

/* ----- Calendar Block ----- */

.wpsc-clear:before {
    content: " ";
    display: table;
}

.wpsc-clear:after {
    clear: both;
    content: " ";
    display: table;
}

#wpsc-block-calendar .wpsc-nav-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #eee;
}

#wpsc-block-calendar .wpsc-nav-container:empty {
    margin-bottom: 0;
}

#wpsc-block-calendar .wpsc-no-important-dates {
    border: 1px solid #ddd;
    padding: 15px 20px;
}


/* ----- Month View Calendar ----- */

#wpsc-block-calendar .wpsc-calendars {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wpsc-block-calendar .wpsc-calendar {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (min-width: 56.875em) {
    #wpsc-block-calendar .wpsc-calendars-two-columns .wpsc-calendar {
        width: 48%;
    }
    
    #wpsc-block-calendar .wpsc-calendars-three-columns .wpsc-calendar {
        width: 32%;
    }
    
    #wpsc-block-calendar .wpsc-calendars-four-columns .wpsc-calendar {
        width: 24%;
    }
}

#wpsc-block-calendar .wpsc-calendar-heading {
    text-align: center;
    background: none;
    color: #000;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
}

#wpsc-block-calendar .wpsc-calendar-heading-month {
    text-transform: uppercase;
}

#wpsc-block-calendar .wpsc-calendar table {
    border-collapse: separate;
    border-spacing: 1px;
    border: none;
    line-height: 1.7;
    margin: 0;
    width: 100%;
    word-break: normal;
    table-layout: fixed;
    background: #fff;
    display: table;
}

#wpsc-block-calendar .wpsc-calendar tbody {
    background: #fff;
}

#wpsc-block-calendar .wpsc-calendar td {
    padding: 0;
    word-wrap: normal;
    border: none;
    background: #eee;
    vertical-align: top;
}

#wpsc-block-calendar .wpsc-calendar-weekday,
#wpsc-block-calendar .wpsc-calendar-prevnext-date,
#wpsc-block-calendar .wpsc-calendar-general-date {
    padding: 7px 0;
    font-size: 15px;
    line-height: 1.5;
}

#wpsc-block-calendar .wpsc-calendar-weekday {
    text-align: center;
    background: #666;
    color: #fff;
}

#wpsc-block-calendar .wpsc-calendar-prevnext-date {
    text-align: center;
    background: #eee;
    color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#wpsc-block-calendar .wpsc-calendar-general-date {
    text-align: center;
    background: #ddd;
    color: #000;
}

#wpsc-block-calendar .wpsc-calendar-weekend:not(.wpsc-calendar-weekday):not(.wpsc-calendar-important-date):not(.wpsc-calendar-prevnext-date) {
    background: #bbb;
}

/* ----- Important Date Listings ----- */

#wpsc-block-calendar .wpsc-important-date-listings {
    padding-bottom: 50px;
    overflow: hidden;
}

#wpsc-block-calendar .wpsc-important-date-listings .wpsc-important-date-listings-heading {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#wpsc-block-calendar .wpsc-important-date-listings .wpsc-important-date-item {
    border: 1px solid #eee;
    margin-bottom: 5px;
    padding: 0 0 0 5px;
    position: relative;
}

#wpsc-block-calendar .wpsc-important-date-listings .wpsc-important-date-item-inner {
    background: #f7f7f7;
    padding: 15px 20px;
}

#wpsc-block-calendar .wpsc-important-date-listings .wpsc-important-date-title {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

#wpsc-block-calendar .wpsc-important-date-listings .wpsc-important-date-date {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

#wpsc-block-calendar .wpsc-important-date-listings .wpsc-important-date-note {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
}

#wpsc-block-calendar .wpsc-important-date-listings .wpsc-important-date-note a {
    text-decoration: underline;
}

#wpsc-block-calendar .wpsc-important-date-listings .wpsc-important-date-note a:hover {
    text-decoration: none;
}


/* ----- Important Date Categories ----- */

#wpsc-block-calendar .wpsc-category-listings {
    margin-top: 30px;
    margin-bottom: 30px;
}

#wpsc-block-calendar .wpsc-category-listings .wpsc-category-listing {
    display: block;
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}

@media screen and (min-width: 56.875em) {
    #wpsc-block-calendar .wpsc-category-listings {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    #wpsc-block-calendar .wpsc-category-listings .wpsc-category-listing {
        display: inline-block;
        width: 48%;
    }
}

#wpsc-block-calendar .wpsc-category-listings .wpsc-category-listing-color {
    width: 50px;
    float: left;
    height: 28px;
    margin-right: 10px;
}

#wpsc-block-calendar .wpsc-category-listings .wpsc-category-listing-name {
    font-size: 16px;
    line-height: 1.6;
    float: left;
}

.widget #wpsc-block-calendar .wpsc-category-listings .wpsc-category-listing {
    width: 100%;
}</pre></body></html>