body {
	transition: background .4s;
	min-height: 100%;
}

.top_header_container {
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	padding-top: 5px;
}
.top_header_container:after {
	clear: both
}

#eap_menu_top {
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	/*height: 40px;*/
	overflow: hidden;
}

.center_banner {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.right_banner {
	margin-left: auto;
	margin-right: 0;	
	display: flex;
	justify-content: right;
	align-items: right;
}

@media(min-width:1050px) {
.site_top_menu_left {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	width: 70%;
	margin-left: 10px;
}
}

@media(max-width:1049px) {
	.site_top_menu_left {
		font-size: 14px;
		font-weight: 200;
		color: #fff;
		line-height: 14px;
		font-family: 'Roboto Slab', sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		float: left;
		width: 70%;
		margin-left: 10px;
	}
}

.site_top_menu_right {
	padding-top: 23px;
	padding-bottom: 23px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: auto;	
	text-align: right;
	margin-right: 20px;
}


ul.nav-links {
	list-style-type: none;
}

a.site_top_menu_item {
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
}

a.site_top_menu_item:hover {
	text-decoration: underline;
}


.menu-label {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	border-radius: 5px;
	padding: 5px;
}

.menu-label {
	display: inline-block;
	cursor: pointer;
	/*font-size: 18px;*/
	line-height: normal;
	width: 120px;
	border-radius: 5px;
	padding: 5px;
}

a.menu {
	text-align: center;
	color: #fff;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

a.flagen {
	background: url("/templates/template_v1/lang_canada_40px.png") no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
}

a.flagen:hover {
	background: url("/templates/template_v1/lang_en_40px.png") no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
}

a.flagfr {
	background: url("/templates/template_v1/lang_quebec_40px.png") no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
}

a.flagfr:hover {
	background: url("/templates/template_v1/lang_fr_40px.png") no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
}


@media(max-width:767px) {
	a.flagen {
		color: #fff;
		background: none;
		display: inline-block;
		text-decoration: none;
		height: 20px;
	}

	a.flagen:hover {
		color: #fff;
		background: none;
		display: inline-block;
		text-decoration: underline;
		height: 20px;
	}

	a.flagfr {
		color: #fff;
		background: none;
		display: inline-block;
		text-decoration: none;
		height: 20px;
	}

	a.flagfr:hover {
		color: #fff;
		background: none;
		display: inline-block;
		text-decoration: underline;
		height: 20px;
	}

	a.flagfr:before {
		content: "Francais";
		text-decoration: none;
	}


	a.flagen:before {
		content: "English";
		text-decoration: none;
	}

}

@media(min-width:768px) {
	.menu {
		display: none
	}

	.join-logo ul.nav-links.logo {
		display: none
	}

	ul.nav-logo>li.brand-name {
		display: block
	}

	div.links-top-fixed-background {
		top: 0;
		right: 0;
		left: 0
	}

	div.links-top {
		height: 100px;
		display: flex;
		justify-content: center;
		flex-direction: row
	}

	[id^=drop]:checked+ul.nav-links,
	ul.nav-links {
		padding: 0 0 0 1%;
		flex-direction: row;
		width: 100%;
		align-items: center;
		list-style: none;
		display: flex
	}

	ul.nav-links.logo {
		display: flex;
		width: 40%;
	}

	ul.nav-links>li {
		margin-right: 3%;
		width: initial
	}

	ul.nav-links>li a {
		display: inline-flex;
		vertical-align: middle;
		color: inherit;
		line-height: inherit
	}

	ul.nav-links>li a:before {
		top: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center
	}

	ul.nav-links>.brand-name {
		text-align: initial
	}
}

div.hero-component--wrapper-fillscreen {
	position: relative;
	height: 95vh;
	margin-left: auto;
	margin-right: auto
}

div.hero-component--fixed-background {
	background-attachment: fixed
}

div.hero-component--content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	margin: auto
}

@media(min-width:1280px) {
	div.hero-component--wrapper-fillscreen {
		max-height: 60vw
	}
}

div.photo {
	display: flex;
	flex-wrap: wrap;
	min-height: 500px;
	padding: 0
}

div.photo div.photo-component--photo {
	flex: 1 1 50%;
	min-height: 30rem;
	min-width: 300px
}

div.photo-photo {
	height: 100%
}

div.photo div.photo-text {
	flex: 1 0 300px;
	display: flex;
	justify-content: center;
	padding: 3rem 0;
	min-width: 300px
}

div.photo-text>div {
	width: 70%;
	margin: auto
}

div.simple-chord--wrapper {
	padding: 3rem 0;
	min-height: 10em
}

div.simple-chord--inner {
	width: 90%;
	margin: auto
}

div.simple-chord--text {
	display: flex;
	align-content: space-around;
	flex-wrap: wrap
}

div.simple-chord--text>div {
	flex: 1 0 50%;
	min-width: 300px;
	padding: 1rem 0
}

@media(min-width:768px) {
	div.simple-chord--inner {
		width: 70%
	}
}

div.photo {
	display: flex;
	flex-wrap: wrap;
	min-height: 500px;
	padding: 0
}

div.photo div.photo-component--photo {
	flex: 1 1 50%;
	min-height: 30rem;
	min-width: 300px
}

div.photo-photo {
	height: 100%
}

div.photo div.photo-text {
	flex: 1 0 300px;
	display: flex;
	justify-content: center;
	padding: 3rem 0;
	min-width: 300px
}

div.photo-text>div {
	width: 70%;
	margin: auto
}

div.photo {
	display: flex;
	flex-wrap: wrap;
	min-height: 500px;
	padding: 0
}

div.photo div.photo-component--photo {
	flex: 1 1 50%;
	min-height: 30rem;
	min-width: 300px
}

div.photo-photo {
	height: 100%
}

div.photo div.photo-text {
	flex: 1 0 300px;
	display: flex;
	justify-content: center;
	padding: 3rem 0;
	min-width: 300px
}

div.photo-text>div {
	width: 70%;
	margin: auto
}

div.headline-chord--wrapper {
	padding: 3rem 0;
	min-height: 10em
}

div.headline-chord--inner {
	width: 70%;
	margin: auto;
	max-width: 40rem
}

div.photogrid-component--flexbox-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

div.photogrid-component--flexbox-container>a>div {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%
}

div.photogrid-component--flexbox-container>a {
	height: 200px;
	flex: 1 0 200px;
	margin: 0
}

@media(--breakpoint-sm-down) {
	div.photogrid-component--flexbox-container {
		flex-wrap: none
	}

	div.photogrid-component--flexbox-container>a {
		flex: 1 0 100%;
		height: 300px;
		margin: 0
	}
}

div.simple-chord--wrapper {
	padding: 3rem 0;
	min-height: 10em
}

div.simple-chord--inner {
	width: 90%;
	margin: auto
}

div.simple-chord--text {
	display: flex;
	align-content: space-around;
	flex-wrap: wrap
}

div.simple-chord--text>div {
	flex: 1 0 50%;
	min-width: 300px;
	padding: 1rem 0
}

@media(min-width:768px) {
	div.simple-chord--inner {
		width: 70%
	}
}

div.map-iframe-wrapper {
	line-height: 0
}

div.footer-component--outer {
	padding: 4em 0
}

div.footer-component--outer>div.footer-component--inner {
	width: 70%;
	margin: auto
}

div.footer-component--inner>div.links {
	margin: 1rem auto;
	width: 50%;
	display: flex;
	justify-content: space-evenly;
	font-size: 2em
}


#footer {
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a {
	color: #fff;	
}


.df_box_group {}

.df_box_cell {}

@media(min-width:1050px) {
	.df_box_group {
		display: table-row;
		vertical-align: top;

	}

	.df_box_cell {
		display: table-cell;
		vertical-align: top;


			min-height: 200px;
			width: 500px;
			padding-top: 10px;
			padding-right: 10px;
			padding-left: 10px;
			background: #f4f7f8;
			/*margin: 10px auto;*/
			margin-right: 10px;
			margin-bottom: 10px;
			border-radius: 8px;
			float: left;

	}
}

#maincenter {
	width: 100%;
	margin: auto;
}

#mainwrapper {
	margin: auto;
	overflow: hidden;
	max-width: 1050px;
	min-width: 500px;
}

@media(max-width:1049px) {
	#mainwrapper {
		margin: auto;
		overflow: hidden;
		width: 500px;
	}
}


.tilegray fieldset {
	border: none;
}

.tilegray legend {
	font-size: 1.4em;
	margin-bottom: 1px;
	color: #383838;
}

.tilegray a {
	color: #383838;
}

.tilegray label {
	display: block;
	margin-bottom: 8px;
}

.tilegray input[type="password"],
.tilegray input[type="text"],
.tilegray input[type="date"],
.tilegray input[type="datetime"],
.tilegray input[type="email"],
.tilegray input[type="number"],
.tilegray input[type="search"],
.tilegray input[type="time"],
.tilegray input[type="url"],
.tilegray textarea,
.tilegray select {

	background: rgba(255, 255, 255, .1);
	border: none;
	border-radius: 4px;
	font-size: 14px;
	margin: 0;
	outline: 0;
	padding: 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #e8eeef;
	/*color:#8a97a0;*/
	color: #111111;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	margin-bottom: 2px;

}

.tilegray input[type="text"]:focus,
.tilegray input[type="date"]:focus,
.tilegray input[type="datetime"]:focus,
.tilegray input[type="email"]:focus,
.tilegray input[type="number"]:focus,
.tilegray input[type="search"]:focus,
.tilegray input[type="time"]:focus,
.tilegray input[type="url"]:focus,
.tilegray textarea:focus,
.tilegray select:focus {
	background: #d2d9dd;
}

.tilegray select {
	-webkit-appearance: menulist-button;
	height: 35px;
}



.tilegray .label {
	background: #D09B00;
	color: #fff;
	height: 30px;
	display: inline-block;
	font-size: 0.8em;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	border-radius: 15px 15px 15px 0px;
}

.tilegray .number {
	background: #D09B00;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	border-radius: 15px 15px 15px 0px;
}

.tilegray input[type="submit"],
.tilegray input[type="button"] {
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #D09B00;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	border: 1px solid #FFC906;
	border-width: 1px 2px 2px 1px;
	margin-bottom: 2px;
}

.tilegray input[type="submit"]:hover,
.tilegray input[type="button"]:hover {
	background: #DC8A18;
	/*
	background: #DC8A18; darker
	D09B00 mid
	FFC906 very light
	*/

}

.formboxselection {
	border: 0;
	margin: 0;
}

.formboxselection tr,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

.tilegray {
	/*background: #f4f7f8;*/
	border-radius: 8px;
}

.tilegrayinner {
	padding: 10px 20px;
	/*margin: 10px auto;*/
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f4f7f8;
	padding: 20px;
	border-radius: 8px;
	color: #333;
}

.form_submit_button {
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #D09B00;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	border: 1px solid #FFC906;
	border-width: 1px 2px 2px 1px;
	margin-bottom: 2px;
}

form_submit_button:hover {
	background: #DC8A18;
}

.loader {
	margin: auto;
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #FFC906;
	/* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

div.finderresults {
	text-align:center;
	width:95%;
	background: #333;
	color: #f4f7f8;
	border: 1px solid #f4f7f8;
}

a.forward_top {
	color: #f4f7f8;
	border: none;
	text-decoration: none;
	margin-right:10px;
}

table.sortable {
	width: 100%;
}

.resulttable {
	border: 1px solid #f4f7f8;
	padding: 10px;
	/*min-width: 110px;*/
	min-width: 50px;
}

.nwy_resulttable {
	border: 1px solid #f4f7f8;
	padding: 1px;
	min-width: 50px;
}

.nwy_resulttable_left {
	border: 1px solid #f4f7f8;
	padding: 1px;
	padding-left: 10px;
	min-width: 50px;
}

.nwy_resulttable_right {
	border: 1px solid #f4f7f8;
	padding: 1px;
	padding-right: 10px;
}

.console_fold {
	/*background: -webkit-linear-gradient(top, #e5e5e5, #ccc); */
	padding: 10px;
	/*width: 280px; */
	/*height: 80px; */
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.console_unfolder {
	display: none;
}

.console_toggle-label {
	display: inline-block;
	cursor: pointer;
	/*font-size: 18px;*/
	line-height: normal;
	width: 120px;
	border-radius: 5px;
	padding: 5px;
}

.console_unfold-icon,
.console_fold-icon {
	color: #444;
	/*width: 10px;*/
	display: inline-block;
}

.console_unfolder~.console_fold {
	display: none;
}

.console_unfolder~label .console_fold-icon {
	display: none;
}

.console_unfolder:checked~.console_fold {
	display: block;
}

.console_unfolder:checked~label .console_fold-icon {
	display: inline-block;
}

.console_unfolder:checked~label .console_unfold-icon {
	display: none;
}



@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}


@keyframes marquee {
	0% {
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.solosliderwrapper {
	overflow: hidden;
}

.soloslider .active {
	opacity: 1;
	overflow: hidden;
}



.soloslider h3 {

	overflow: hidden;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;

	position: fixed;
	left: 0;
	top: 20rem;
	margin: 0;

	color: rgba(224, 224, 214, 0.4);
	font-family: 'Roboto';

	font-size: 25vw;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	-webkit-animation: marquee 35s linear infinite;
	animation: marquee 35s linear infinite;
	-webkit-transition: opacity 3s cubic-bezier(0.1, 0.6, 0, 1);
	transition: opacity 3s cubic-bezier(0.1, 0.6, 0, 1);
}



/* --------------------------------------- */


#solo-panel-model {

	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.6);
	/* Black w/ opacity */


	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 340px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */

}

#solo-panel-login {
	margin: auto;
	width: 400px;
	height: 130px;

	margin-top: 50px;
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	/*	background-color: rgba(0,0,0,0.4);*/
	/* Black w/ opacity */

	/* background-color: #fefefe;*/
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	/* width: 80%; */

	/*
	display: flex;
    align-items: center;
*/
}


#solo-panel-code-model {
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.6);
	/* Black w/ opacity */

	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 340px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
}

#solo-panel-code {
	margin: auto;
	width: 400px;
	height: 100px;
	margin-top: 50px;
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	margin: auto;
	padding: 20px;
	padding-left: 50px;
	border: 1px solid #888;
}

@media (max-width: 479px) {
	#solo-panel-login {
		width: 95%;
		height: auto;
		min-height: 170px;
		overflow-x: auto;
	}

	#solo-panel-code {
		width: 95%;
		height: auto;
		min-height: 100px;
		overflow-x: auto;
	}

}

.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #f7c72a;
	text-decoration: none;
	cursor: pointer;
}


#solo-form-login {
	margin: auto;
}



.solo_button {
	/* remove default behavior */
	appearance: none;
	-webkit-appearance: none;

	border-radius: 8px;

	padding-left: 20px;
	padding-right: 20px;
	margin-left: 9px;
	margin-right: 9px;

	border: 1px solid #f7c72a;
	line-height: 35px;

	font-size: 16px;
	color: #ffffff;
	background-color: transparent;
	background-repeat: no-repeat;
}

.solo_button:hover {
	border: 1px solid #000000;
	background-color: #f7c72a;
	color: #000000;
	font-weight: bold;
}


label {
	display: inline-block;
	/*float: left;*/
	clear: left;
	width: 80px;
	padding-right: 5px;
	height: 35px;
	line-height: 35px;

	margin-top: 5px;
	margin-bottom: auto;
	text-align: right;

}


input {	
	display: inline-block;
	/*
	margin-top: 5px;
	height: 35px;
	line-height: 35px;
	*/
	/*float: left;*/
	color: #000000;
}


.formdisplay {
	opacity: 0;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.show {

	opacity: 1;

}

.prevent-select {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}




.fold {
	/*background: -webkit-linear-gradient(top, #e5e5e5, #ccc); */
	padding: 10px;
	/*width: 280px; */
	/*height: 80px; */
	color: #000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.unfolder {
	display: none;
}


/* MENU */

.menu-label {
	display: inline-block;
	cursor: pointer;
	/*font-size: 18px;*/
	line-height: normal;
	width: 120px;
	border-radius: 5px;
	padding: 5px;
}

[id^=drop]:checked+ul.nav-links {
	display: block
}

.join-logo ul.nav-links.logo,
ul.nav-links.logo {
	display: block
}

ul.nav-logo>li.brand-name {
	display: none
}

[id^=drop] {
	display: none
}

/* MENU */




.unfold-icon,
.fold-icon {
	color: #444;
	width: 10px;
	display: inline-block;
}

.unfolder~.fold {
	display: none;
}

.unfolder~label .fold-icon {
	display: none;
}

.unfolder:checked~.fold {
	display: block;
}

.unfolder:checked~label .fold-icon {
	display: inline-block;
}

.unfolder:checked~label .unfold-icon {
	display: none;
}