/* Compiled Bupuf front styles */
/*
{
    "bupuf-css": {
        "src": "https:\/\/gcsenergy.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: #c1c1c1;\n}\n#bupuf_layout_holder .swatch-3, .swatch-3, .swatch-3:hover, .swatch-3:focus {\nbackground-color: #116433;\n}\n#bupuf_layout_holder .swatch-4, .swatch-4, .swatch-4:hover, .swatch-4:focus {\nbackground-color: #000000;\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:\/\/gcsenergy.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:\/\/gcsenergy.ca\/wp-content\/plugins\/bupuf\/img\/double-caret-down.svg\");\n\t}\n\t"
        },
        "priority": 0
    },
    "blueimp-gallery-css": {
        "src": "https:\/\/gcsenergy.ca\/wp-content\/plugins\/bupuf-gallery\/css\/blueimp-gallery.min.css",
        "ver": "1.7.1",
        "extra": [],
        "priority": 10
    },
    "bup-member-groups-css": {
        "src": "https:\/\/gcsenergy.ca\/wp-content\/plugins\/bupuf\/plugin-member-groups\/bup-member-groups.css",
        "ver": "3.4.3",
        "extra": [],
        "priority": 10
    },
    "bupuf-gallery-css": {
        "src": "https:\/\/gcsenergy.ca\/wp-content\/plugins\/bupuf-gallery\/css\/bupuf-gallery.css",
        "ver": "1.7.1",
        "extra": [],
        "priority": 10
    },
    "bupuf-staff-lightbox-css": {
        "src": "https:\/\/gcsenergy.ca\/wp-content\/plugins\/bupuf-staff-lightbox\/css\/bupuf-staff-lightbox.css",
        "ver": "1.9.1",
        "extra": {
            "after": ".bupuf-staff-lightbox .overlay { background: url(\"https:\/\/gcsenergy.ca\/wp-content\/plugins\/bupuf-staff-lightbox\/images\/staff-box-bg.png\") bottom repeat-x; }"
        },
        "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: #c1c1c1;
}
#bupuf_layout_holder .swatch-3, .swatch-3, .swatch-3:hover, .swatch-3:focus {
background-color: #116433;
}
#bupuf_layout_holder .swatch-4, .swatch-4, .swatch-4:hover, .swatch-4:focus {
background-color: #000000;
}
#bupuf_layout_holder .swatch-5, .swatch-5, .swatch-5:hover, .swatch-5:focus {
}

	#bupuf-collapse-all > span.collapse-all-icon {
		background-image: url("https://gcsenergy.ca/wp-content/plugins/bupuf/img/double-caret-up.svg");
	}
	
	#bupuf-collapse-all > span.collapse-all-icon.expand-all {
		background-image: url("https://gcsenergy.ca/wp-content/plugins/bupuf/img/double-caret-down.svg");
	}
	
/* / blueimp-gallery-css styles start: / */
 @charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url(images/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(images/error.png) center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(images/play-pause.png) no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url(images/error.svg)}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url(images/play-pause.svg)}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:center no-repeat rgba(255,255,255,.25);border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(images/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-content>video,.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(images/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(images/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}/*# sourceMappingURL=blueimp-gallery.min.css.map */ 

/* / 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-gallery-css styles start: / */
 .bupuf-gallery-item {
	padding: 8px;
    display: inline-flex;
    align-items: stretch;
    max-height: 150px;
}

.bupuf-gallery-item > a {
	display: flex;
	width: 100%;
}

.bupuf-gallery-item > a:hover,
.bupuf-gallery-item > a:focus {
    text-decoration: none;
}

.bupuf-gallery-item > a > img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
    max-height: 100%;
}

.bupuf-layout.layout-gallery .gallery-title,
.bupuf-layout.layout-gallery-items .gallery-title {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.bupuf-impromptu-gallery .gallery-content,
.layout-gallery .gallery-content,
.layout-gallery-items .gallery-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
}

.bupuf-impromptu-gallery .bupuf-gallery-item {
	flex-basis: 166px;
	flex-grow: 0;
	flex-shrink: 0;
	border: none;
}

.bupuf-impromptu-gallery.thumbnail-size-small .bupuf-gallery-item {
	flex-basis: 116px;
}

/* BlueImp Gallery Overrides START */

#bupuf-blueimp-gallery-lightbox .slides .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


#bupuf-blueimp-gallery-lightbox .slides .slide .slide-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* BlueImp Gallery Overrides END */
/* Gallery Item Meta Text START */

.bupuf-gallery-item-wrapper {
    color: white;
}

.bupuf-gallery-item-wrapper .slide-title,
.bupuf-gallery-item-wrapper .slide-subtitle,
.bupuf-gallery-item-wrapper .slide-description {
    display: block;
    margin: 6px;
}

.bupuf-gallery-item-wrapper .slide-title { font-weight: bold; }
.bupuf-gallery-item-wrapper .slide-subtitle { font-weight: bolder; }

.bupuf-gallery-item-wrapper img {
    object-fit: contain;
    min-height: 0;
}

/* Gallery Item Meta Text END */
/* Gallery Items Layout START */

.layout-gallery-items .bupuf-gallery-item {
    max-height: unset;
}

.layout-gallery-items .bupuf-gallery-item > a {
    flex-direction: column;
}

.bupuf-gallery-item .gallery-item-title { font-weight: bold; }
.bupuf-gallery-item .gallery-item-subtitle { font-weight: bolder; }

.bupuf-gallery-item .gallery-item-image {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 0;
}

.gallery-item-image-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 45px;
    opacity: 0;
    transition: opacity 0.2s;
}

a.gallery-link:hover .gallery-item-image-overlay {
    opacity: 0.6;

}

.gallery-item-description p {
    margin: 0;
}

/* Gallery Items Layout END */ 

/* / bupuf-staff-lightbox-css styles start: / */
 .bupuf-staff-lightbox {
	position: relative;
	min-height: 20em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
}

	.bupuf-staff-lightbox .overlay {
		/*background: url(../images/staff-box-bg.png) bottom repeat-x;*/
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.bupuf-staff-lightbox .text {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
        padding-top: 1em;
        padding-bottom: 1em;
	}

.bupuf-staff-lightbox .btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 1.25em;
	padding: 0.5em 1.75em; 
}

	.bupuf-staff-lightbox .btn:focus { color: #fff !important; }

	.bupuf-staff-lightbox .btn:focus:hover { color: #000 !important; }

	.bupuf-staff-lightbox .btn:hover {
		background-color: #fff;
		color: #000;
		transition: 0.5s;
	}

.bupuf-staff-lightbox .staff-meta {
    margin-bottom: 1em;
}

.text-align-left { text-align: left; }

.text-align-center { text-align: center; }

.bupuf-staff-lightbox .modal,
.bupuf-staff-lightbox .modal a { color: #000000; }

.white { color: #fff; }

@media (min-width: 768px) {
	.bupuf-staff-lightbox { min-height: 25em; }
} 

/* / bupuf-staff-lightbox-css inline styles start: / */
.bupuf-staff-lightbox .overlay { background: url("https://gcsenergy.ca/wp-content/plugins/bupuf-staff-lightbox/images/staff-box-bg.png") bottom repeat-x; }