/* Compiled Bupuf front styles */
/*
{
    "bupuf-css": {
        "src": "https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf\/css\/bupuf.css",
        "ver": "1.17.13",
        "extra": {
            "after": "#bupuf_layout_holder .swatch-1, .swatch-1, .swatch-1:hover, .swatch-1:focus {\n}\n#bupuf_layout_holder .swatch-2, .swatch-2, .swatch-2:hover, .swatch-2:focus {\nbackground-color: #f4f4f4;\n}\n#bupuf_layout_holder .swatch-3, .swatch-3, .swatch-3:hover, .swatch-3:focus {\nbackground-color: #1c1c1c;\n}\n#bupuf_layout_holder .swatch-4, .swatch-4, .swatch-4:hover, .swatch-4:focus {\n}\n#bupuf_layout_holder .swatch-5, .swatch-5, .swatch-5:hover, .swatch-5:focus {\n}\n\n\t#bupuf-collapse-all > span.collapse-all-icon {\n\t\tbackground-image: url(\"https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf\/img\/double-caret-up.svg\");\n\t}\n\t\n\t#bupuf-collapse-all > span.collapse-all-icon.expand-all {\n\t\tbackground-image: url(\"https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf\/img\/double-caret-down.svg\");\n\t}\n\t"
        },
        "priority": 0
    },
    "bup-member-groups-css": {
        "src": "https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf\/plugin-member-groups\/bup-member-groups.css",
        "ver": "3.4.3",
        "extra": [],
        "priority": 10
    },
    "bupuf-banners-css": {
        "src": "https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf-banners\/css\/bupuf-banners.css",
        "ver": "2.10.1",
        "extra": [],
        "priority": 10
    },
    "bupuf-blog-front-css": {
        "src": "https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf-blog-front\/css\/bupuf-blog-front.css",
        "ver": "1.5.0",
        "extra": {
            "after": ".layout-blog-front .bar {background-color: rgba( 0, 0, 0, 0.8);}"
        },
        "priority": 10
    },
    "bupuf-cal-css": {
        "src": "https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf-calendar\/css\/bupuf-cal.css",
        "ver": "2.0.1",
        "extra": [],
        "priority": 10
    },
    "bupuf-youtube-css": {
        "src": "https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf-youtube\/css\/bupuf-youtube.css",
        "ver": "1.0.3",
        "extra": [],
        "priority": 10
    },
    "fullcalendar-css": {
        "src": "https:\/\/www.ngcinc.ca\/wp-content\/plugins\/bupuf-calendar\/fullcalendar-3.9.0\/fullcalendar.min.css",
        "ver": "3.9.0",
        "extra": [],
        "priority": 10
    }
}
*/

/* / bupuf-css styles start: / */
 /* Fix for safari wrapping when display: flex; is applied to Bootstrap 3 rows. */
.row:before,
.row:after { width: 0; }

.bupuf-layout.row {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    position: relative;
}

.bupuf-layout:not(.bupuf-resist-spacing) {
	padding-top: 1em;
	padding-bottom: 1em;
}

.bupuf-preview-container .bupuf-layout.row {
	margin-top: 0;
	margin-bottom: 0;
}

.bupuf-layout.row.has-overlay {
	padding-top: 0;
	padding-bottom: 0;
}

.bupuf-layout.row .bg-overlay:not(.bupuf-resist-spacing) {
	padding-top: 1em;
	padding-bottom: 1em;
}

.bupuf-layout.row.parallax {
	background-attachment: fixed;
}

.bupuf-preview-container {
	background-color: white;
}

.row.full-width .container {
	width: auto;
    max-width: unset;
}

iframe {
	max-width: 100%;
}

/* WP alignment classes */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.col-xs-20 {
	width: 20%;
}

@media (min-width: 768px) {
	.col-sm-20 {
		width: 20%;
	}
}
@media (min-width: 992px) {
	.col-md-20 {
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.col-lg-20 {
		width: 20%;
	}
}
/* Separator Styles START */
.bupuf-separator {
	text-align: center;
}
.bupuf-separator > div.separator-repeat-x {
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
	padding: 0;
	margin: 0;
}
.bupuf-separator > img {
	height: auto;
}
.bupuf-separator hr {
	height: 0;
	margin-left: 15px;
	margin-right: 15px;
}
/* Separator Styles END */

@media (max-width: 768px) {
	.hide-mobile {
		display: none;
	}
}
/* N-Column Styles START */
.n-column-row { /* makes columns equal height. important if borders are turned on. */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
}

.n-column {
	border-width: 1px;
	border-right-style: solid;
	border-color: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.n-column:last-of-type {
	border-right-style: none;
}

@media (max-width: 767px) {
	.n-column {
		border-right-style: none;
		border-bottom-style: solid;
	}
	.n-column:last-child {
		border-bottom-style: none;
	}
}

@media (max-width: 991px) {
	.n-column.col-sm-6:nth-child(2n),
	.n-column.col-sm-4:nth-child(3n) {
		border-right-style: none;
	}
	
	.n-4 .n-column.col-sm-4:nth-child(-n+3),
	.n-5 .n-column.col-sm-4:nth-child(-n+3),
	.n-6 .n-column.col-sm-4:nth-child(-n+3),
	.n-3 .n-column.col-sm-6:nth-child(-n+2),
	.n-4 .n-column.col-sm-6:nth-child(-n+2),
	.n-5 .n-column.col-sm-6:nth-child(-n+2),
	.n-6 .n-column.col-sm-6:nth-child(-n+2) {
		border-bottom-style: solid;
	}
}

/* N-Column Styles END */

ol.letter-list {
	list-style-type: lower-alpha;
}

/* Member Group Related Styles START */

.next-external + * {
    border: 3px dashed black;
    opacity: 0.5;
}

/* Member Group Related Styles END */
/* Layout Render V2 General Styles START */

.bupuf-layout .floating-anchor {
    position: absolute;
    top: -140px;
}

/* Layout Render V2 General Styles END */
/* Impromptu Lightbox Styles START */

.bupuf-impromptu-lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.bupuf-impromptu-lightbox-overlay {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
}

.bupuf-impromptu-lightbox-frame {
    position: relative;
    background-color: white;
    padding: 30px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    width: max-content;
    height: auto;
}

.bupuf-impromptu-lightbox-close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    color: black;
    opacity: 0.5;
    font-size: 20px;
}

/* Impromptu Lightbox Styles END */
/* Content Styles START */

.checked-list ul li::before, ul.checked-list li::before {
	position: absolute;
	left: -45px;
	top: 0;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* Content Styles END */ 

/* / bupuf-css inline styles start: / */
#bupuf_layout_holder .swatch-1, .swatch-1, .swatch-1:hover, .swatch-1:focus {
}
#bupuf_layout_holder .swatch-2, .swatch-2, .swatch-2:hover, .swatch-2:focus {
background-color: #f4f4f4;
}
#bupuf_layout_holder .swatch-3, .swatch-3, .swatch-3:hover, .swatch-3:focus {
background-color: #1c1c1c;
}
#bupuf_layout_holder .swatch-4, .swatch-4, .swatch-4:hover, .swatch-4:focus {
}
#bupuf_layout_holder .swatch-5, .swatch-5, .swatch-5:hover, .swatch-5:focus {
}

	#bupuf-collapse-all > span.collapse-all-icon {
		background-image: url("https://www.ngcinc.ca/wp-content/plugins/bupuf/img/double-caret-up.svg");
	}
	
	#bupuf-collapse-all > span.collapse-all-icon.expand-all {
		background-image: url("https://www.ngcinc.ca/wp-content/plugins/bupuf/img/double-caret-down.svg");
	}
	
/* / bup-member-groups-css styles start: / */
 .bupuf-page-login {
	width: 320px;
	padding: 0;
	margin: auto;
	/*margin-top: 24px;
	margin-bottom: 24px;*/
	overflow: hidden;
	font-weight: 400;
}

.bupuf-page-login form {
	margin-top: 24px;
	margin-bottom: 24px;
	color: black;
}

.bupuf-page-login label {
	display: block;
	color: #72777c;
	font-size: 14px;
	font-weight: 400;
}

.bupuf-page-login .login-username > input,
.bupuf-page-login .login-password > input {
	display: block;
	width: 100%;
}

/* stolen from .button, .button-primary, and .button-large */
.bupuf-page-login .button-primary {
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}

.bupuf-page-login .bupuf-failed-login-section,
.bupuf-page-login .bupuf-logout-section {
	font-size: 14px;
	border-left-width: 4px;
	border-left-style: solid;
	padding: 14px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.bupuf-page-login .bupuf-failed-login-section {
	border-left-color: #dc3232;
}
.bupuf-page-login .bupuf-logout-section {
	border-left-color: #32dc32;
} 

/* / bupuf-banners-css styles start: / */
 .padding-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.margin-top-2 { margin-top: 2rem; }

.margin-top-3 { margin-top: 3rem; }

.font-size-3 { font-size: 3rem; }

.font-weight-bold { font-weight: bold; }

.vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bupuf-banner {
	background-color: #cccccc;
}


.bupuf-banner .banner-shadow {
	text-shadow: 0 0 28px black;
}

.bupuf-banner,
.bupuf-banner .item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bupuf-banner .item {
	height: 100%;
}

.bupuf-banner .item.nonant-top-left { background-position: top left; }
.bupuf-banner .item.nonant-top-center { background-position: top center; }
.bupuf-banner .item.nonant-top-right { background-position: top right; }
.bupuf-banner .item.nonant-center-left { background-position: center left; }
.bupuf-banner .item.nonant-center-center { background-position: center; }
.bupuf-banner .item.nonant-center-right { background-position: center right; }
.bupuf-banner .item.nonant-bottom-left { background-position: bottom left; }
.bupuf-banner .item.nonant-bottom-center { background-position: bottom center; }
.bupuf-banner .item.nonant-bottom-right { background-position: bottom right; }


.bupuf-banner .button:hover { opacity: 0.85; }

.bupuf-banner .search-form .screen-reader-text { display: none; }

.bupuf-banner .search-form .search-field {
	border: none;
	padding: 0.5em 1em;
	border-radius: 1.5em;
}

.bupuf-banner .search-form .search-field:focus { outline: none; }

.bupuf-banner .search-form .search-submit {
	border: none;
	padding: 0.5em 0.75em;
	border-radius: 1.25em;
}

.bupuf-banner .search-form .search-submit:focus { outline: none; }

.white { color: #ffffff; }

.bupuf-banner .carousel-inner img { width: 100%; }

.bupuf-banner h1 { font-size: 2em; }
.bupuf-banner h3 { font-size: 1.725em; }

.bupuf-banner .overlay {
	width: 100%;
	height: 100%;
	z-index: 10;
	padding-bottom: 1em;
	min-height: 8em;
}

.bupuf-banner .carousel-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 8em;
	position: absolute;
	z-index: 5;
}

.bupuf-banner .carousel-inner > * {
	flex: 1;
}

/*
1 : Full
1-1 : 3/4
2 : 1/2
3 : 1/4
4 : 1/8
*/

@media (min-width: 768px) and (max-width: 991px) {
	.bupuf-banner.has-text .overlay{
		min-height: 20em;
	}
}

@media (min-width: 768px) {
	
	.bupuf-banner {
		background-image: none !important;
	}
	
	.bupuf-banner h1 { font-size: 3em; }
	.bupuf-banner h3 { font-size: 1.725em; }
	
	.banner-type-1 .overlay { min-height: 24em; }
	
	.banner-type-1-1 .overlay,
	.banner-type-2 .overlay { min-height: 20em; }
}

@media (min-width: 992px) {
	.banner-type-1 .overlay,
	.banner-type-1-1 .overlay { min-height: 28.75em; }
}

@media (min-width: 1200px) {
	.banner-type-1 .overlay { min-height: 34em; }
}

@media (min-width: 1600px) {
	.banner-type-1 .overlay { min-height: 47.5em; }
	.banner-type-1-1 .overlay { min-height: 32em; }
}

.banner-type-3 .overlay { min-height: 16em; }

.banner-type-4 .overlay { min-height: 14em; }

@media (max-width: 767px) {
	.bupuf-banner.mobile-static .carousel-inner {
		display: none !important;
	}
}
 

/* / bupuf-blog-front-css styles start: / */
 /* Can be overridden easily by more specific CSS, but this layout style shouldn't have padding by default. */
.row.blog-front-full-width {
	padding-top: 0;
	padding-bottom: 0;
}

.layout-blog-front .items {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.layout-blog-front .item-date,
.layout-blog-front .item-col {
	margin-top: 1em;
	margin-bottom: 1em;
}

.layout-blog-front .btn-default { margin-bottom: 1em; }

.layout-blog-front hr {
	margin-top: 2em;
	margin-bottom: 2em;
}

.black { color: #000000; }

hr.black { border-color: #000000; }

.white { color: #ffffff; }

hr.white { border-color: #ffffff; }

.layout-blog-front .background {
	min-height: 15em;
	/*border-bottom: 1.75em solid #000000;*/
}

.layout-blog-front .light-bg { background-color: #fcfcfc; }

.layout-blog-front .btn {
	background-color: #000000;
	color: #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	padding: 0.75em 2.75em;
}

.layout-blog-front .btn:hover { opacity: 0.75; }


.layout-blog-front .heading hr {
	width: 15%;
	border-top: 0.3em solid;
}

.layout-blog-front .overlay hr {
	width: 50%;
	border-top: 0.15em solid;
}

.layout-blog-front .item {
	position: relative;
	height: 100%
}

.layout-blog-front .item .bar {
	position: absolute;
	z-index: 10;
	bottom: 0;
	padding: 0.01em 1em 0.75em 1em;
	/* background-color: rgba(0, 0, 0, 0.80); */
	left: 0;
	right: 0;
}

.layout-blog-front .item:hover .bar {
	opacity: 0;
	transition: 0.25s;
}

.layout-blog-front .item .date {
	position: absolute;
	left: 8px;
}

.layout-blog-front .item .triangle-white,
.layout-blog-front .item .triangle-black {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
	height: 0;
	border-top: 5.75em solid #000000;
	border-right: 5.75em solid transparent;
	transition: 0.25s;
}

.layout-blog-front .item .triangle-white {
	top: 2px;
	left: 2px;
	border-top-color: #ffffff ;
}

.layout-blog-front .item:hover .date,
.layout-blog-front .item:hover .triangle-white,
.layout-blog-front .item:hover .triangle-black {
	opacity: 0;
	transition: 0.25s;
}

.layout-blog-front .overlay {
	position: relative;
	vertical-align: middle;
	opacity: 0;
	min-height: 380px;
	height: 100%;
	background-color: #000000;
	padding: 0.5em 2em;
	transition: 0.25s;
}

.layout-blog-front .item:hover .overlay {
	opacity: 1;
	transition: 0.25s;
}

.layout-blog-front .arrow:hover { opacity: 0.5; }

/* Standard Rollover styles */
.layout-blog-front.blog-standard .content {
	padding: 2em 1em 2.5em 4em;
	height: 100%;
}

.layout-blog-front.blog-standard .item:hover .date,
.layout-blog-front.blog-standard .item:hover .triangle-white,
.layout-blog-front.blog-standard .item:hover .triangle-black { opacity: 1; }

.layout-blog-front h2 a { color: #000000; }


/* Media queries. */

@media (min-width: 768px) {
	.layout-blog-front .headline {
		font-size: 2.25em;
		font-weight: bold;
	}

	.layout-blog-front .subheading { font-weight: bold; }

	.layout-blog-front .overlay { width: 345px; }

	.layout-blog-front .item .bar { z-index: 0; }

	.layout-blog-front.blog-standard .content { padding-right: 4em; }
}

@media (min-width: 992px) {
	.layout-blog-front .overlay { width: 455px; }
}


@media (min-width: 1200px) {
	.layout-blog-front.blog-left {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.layout-blog-front .content { padding: 2em 4em 2.5em; }

	.layout-blog-front .overlay { width: 555px; }

	.layout-blog-front h2 { margin-top: 0; }
} 

/* / bupuf-blog-front-css inline styles start: / */
.layout-blog-front .bar {background-color: rgba( 0, 0, 0, 0.8);}
/* / bupuf-cal-css styles start: / */
 .layout-calendar .fc-time,
.layout-calendar .fc-list-item-time { display: none; }

.cal-single-event table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
.cal-single-event table tr.event_time td {
	padding-top: 0;
}
.cal-single-event table td:first-child {
	font-weight: bold;
}
.cal-single-event table td {
	padding: 10px 6px 0;
	line-height: 1.2;
}

.cal-single-event .event-image {
	margin-bottom: 1em;
}

.calendar-category-legend {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}

.calendar-category-legend-item {
    display: inline-block;
    margin: 10px 20px;
}

.calendar-category-legend-item .legend-color {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 30px;
    border: 1px solid #666;
}

/* FullCalendar overrides START */

.layout-calendar .fc-unthemed td.fc-today,
.layout-calendar .fc-unthemed .fc-list-item:hover td {
    background-color: rgba(240, 240, 240, 0.5);
}

.layout-calendar .fc-unthemed .fc-divider,
.layout-calendar .fc-unthemed .fc-list-heading td,
.layout-calendar .fc-unthemed .fc-popover .fc-header,
.layout-calendar .fc-unthemed .fc-list-empty {
    background-color: #DDDDDD;
}

/* FullCalendar overrides END */
/* Date Badges/Icons START */

.bupuf-date-badge {
    color: #537bf5;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    text-align:center;
    width: 40px;
    overflow: hidden;
    border: 3px solid #537bf5;
    background-color: #537bf5;
    border-radius:6px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}


.bupuf-date-badge .month {
    padding-bottom: 3px;
    color: white;
    font-size: 10px;
}

.bupuf-date-badge .day {
    background-color: white;
}

.bupuf-date-badge .year {
    background-color: white;
    font-size: 8px;
}

.bupuf-date-badge.exception-date { /* #ffb963 */
    color: #f57b53;
    background-color: #f57b53;
    border-color: #f57b53;
}

.bupuf-cal-date-block {
    display: inline-block;
    vertical-align: middle;
}

/* Date Badges/Icons END */ 

/* / bupuf-youtube-css styles start: / */
 .bupuf-youtube iframe { max-width: 100%; } 

/* / fullcalendar-css styles start: / */
 /*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee} 
