/* Compiled Bupuf front styles */
/*
{
    "bupuf-css": {
        "src": "http:\/\/www.trackway.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 {\n}\n#bupuf_layout_holder .swatch-3, .swatch-3, .swatch-3:hover, .swatch-3:focus {\n}\n#bupuf_layout_holder .swatch-4, .swatch-4, .swatch-4:hover, .swatch-4:focus {\nbackground-color: #585858;\ncolor: #ffffff;\n}\n#bupuf_layout_holder .swatch-5, .swatch-5, .swatch-5:hover, .swatch-5:focus {\nbackground-color: #cd151e;\ncolor: #ffffff;\n}\n\n\t#bupuf-collapse-all > span.collapse-all-icon {\n\t\tbackground-image: url(\"http:\/\/www.trackway.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(\"http:\/\/www.trackway.ca\/wp-content\/plugins\/bupuf\/img\/double-caret-down.svg\");\n\t}\n\t"
        },
        "priority": 0
    },
    "bup-member-groups-css": {
        "src": "http:\/\/www.trackway.ca\/wp-content\/plugins\/bupuf\/plugin-member-groups\/bup-member-groups.css",
        "ver": "3.4.3",
        "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 {
}
#bupuf_layout_holder .swatch-3, .swatch-3, .swatch-3:hover, .swatch-3:focus {
}
#bupuf_layout_holder .swatch-4, .swatch-4, .swatch-4:hover, .swatch-4:focus {
background-color: #585858;
color: #ffffff;
}
#bupuf_layout_holder .swatch-5, .swatch-5, .swatch-5:hover, .swatch-5:focus {
background-color: #cd151e;
color: #ffffff;
}

	#bupuf-collapse-all > span.collapse-all-icon {
		background-image: url("http://www.trackway.ca/wp-content/plugins/bupuf/img/double-caret-up.svg");
	}
	
	#bupuf-collapse-all > span.collapse-all-icon.expand-all {
		background-image: url("http://www.trackway.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;
} 
