/* custom css */

/*

Colors:
dark blue: #252d39
green: #86c33a
green hover: #6b9c2e

*/

body, html{
	background-color: #fff;
}

.come-in-from-left {
	transform: translateX(-50px);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.come-in-from-right {
	transform: translateX(50px);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.come-in-from-top {
	transform: translateY(-50px);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.come-in-from-bottom {
	transform: translateY(50px);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.already-visible {
	transform: translateY(0);
	animation: none;
	opacity: 1 !important;
}

@keyframes come-in {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Barlow Condensed', sans-serif;
}

h1, .h1 {
    color: #252d39;
	font-size: 48px;
	margin-bottom: 20px !important;
}

.c3ContentRow{
	padding: 80px 0 !important;
}

.c3LessTopPaddingRow{
	padding-top: 75px !important;
}

.c3ContentRow h1{
	color: #252d39;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
}

.c3ContentRow h2{
	color: #252d39;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	font-style: inherit;
	line-height: 110%;
	font-size: 39px;
	margin-bottom: 20px;
}

.c3ContentRow p, .c3ContentRow li, .c3ContentRow label{
	font-size: 16px;
	line-height: 160%;
}

.c3ContentRow p, .c3ContentRow h2,  .c3ContentRow ol,  .c3ContentRow ul,  .c3ContentRow li{
	/* text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6); */
}

.c3DarkBack p, .c3DarkBack strong, .c3DarkBack h2, .c3DarkBack ol, .c3DarkBack ul, .c3DarkBack li, .c3DarkBack h1, .c3DarkBack h2, .c3DarkBack h3, .c3DarkBack h4{
	color: #fff;
	border-color: #ddd;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9) !important;
}

.c3DarkBack a, .c3DarkBack a:focus, .c3DarkBack a:active{
	color: #fff;
}

.c3DarkBack a:hover{
	color: #ddd;
}

.c3ContentRow.c3IndexBlueBar p, .c3ContentRow.c3IndexBlueBar h1, .c3ContentRow.c3IndexBlueBar h2, .c3ContentRow.c3IndexBlueBar h3, .c3ContentRow.c3IndexBlueBar h4{
	color: #fff !important;
}

.c3ContentRow.c3IndexBlueBar h1, .c3ContentRow.c3IndexBlueBar h2, .c3ContentRow.c3IndexBlueBar h3, .c3ContentRow.c3IndexBlueBar h4{
	text-transform: uppercase;
}

.c3ContentRow.c3IndexBlueBar {
	padding: 30px 0 !important;
}

.c3IndexBlueBar

.hideAboveMobile, .hideAboveMobileInlineBlock{
	display: none !important;
}

.hideInMobile{
	display: block;
}

.hideInMobileInlineBlock{
	display: inline-block;
}

.hideInMobileInline{
	display: inline;
}

.c3Gal4Col .isotope-item{
	width: 25%;
	margin: 0 !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	float: left;
}

.c3Gal4ColHoverLinkWrapper{
	position: absolute;
	z-index: 15;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.c3Gal4ColHoverLinkWrapper > div{
	display: table !important;
	width: 100%;
	height: 100%;
}

.c3Gal4ColHoverLinkWrapper > div > a{
	display: table-cell !important;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;    
	transition: opacity 0.2s ease-in-out;
}

.c3Gal4ColHoverLinkWrapper > div > a:hover{
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.c3Gal4ColHoverLinkWrapper > div > a > i{
	font-size: 150px;
}

body.home main.main{
	margin-top: 0;
	margin-bottom: 0;
}

body {
	padding-top: 136px !important;
}

.c3ParallaxStatic{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.c3ParallaxFixed{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.c3ndxParallax01{
	background-image: url('/wp-content/uploads/2016/03/parallax01.jpg');
}

.gMapsWrapper{
	line-height: 0;
}

.c3ContentRowReducedTopPadding{
	padding-top: 75px !important;
}

.ac-remove-child-container-padding .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.inlineVideoWrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0 0 10px 15px;
}

.inlineVideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inlineVideoWrapperRight {
	float: right;
	width: 50%;
	position: relative;
	padding-bottom: 28.125%;
	height: 0;
	margin: 0 0 10px 15px;
}

.inlineVideoWrapperRight iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inlineVideoPreview {
	width: 50%;
	position: relative;
	padding-bottom: 28.125%;
	height: 0;
	margin: 0 0 10px 0;
}

.inlineVideoPreview iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main {
	margin-top: 0;
	margin-bottom: 0;
}

.c3LangBar{
	background-color: #252d39;
	padding: 3px 0;
}

.c3LangLinkContainer{
	padding:0 12px;
}

.c3LangBar a, .c3LangBar a:active, .c3LangBar a:focus{
	display: inline-block;
	margin: 3px 0 3px 10px;
	font-size: 14px;
	color: #bbb;
	font-weight: normal;
	text-decoration: none;
	font-family: "Roboto Condensed", arial, helvetical, sans-serif;
}

.c3LangBar a:hover{
	color: #fff;
	text-decoration: none;
}

.c3LangBar a.active, .c3LangBar a.active:active, .c3LangBar a.active:focus, .c3LangBar a.active:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

ul.navbar-nav a{
	border-bottom-width: 0 !important;
}

.c3HeroLarge, .c3HeroSmall{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	text-align: center;
}

.c3HeroSmall{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.navbar a.navbar-brand.logo {
	padding: 15px 15px;
}

.c3HeroLarge h1, .c3HeroSmall h1{
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.c3HeroLarge h2, .c3HeroSmall h2{
	color: #86c33a;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

header.lang-fr ul.navbar-nav > li > a{
	letter-spacing: -1px;
	padding-left: 10px;
	padding-right: 10px;
}

#copyright-bar{
	font-size: 12px;
	line-height: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.c3FooterLogos a{
	display: inline-block;
	margin: 0 20px 20px 0;
}

.c3FooterLogos img{
	width: 100%;
	max-width: 182px;
	height: auto;
}

footer .widget {
	border-top: 0px solid #6a6a6a;
	margin-top: 30px;
	color: #fff;
}

footer.content-info > .container > .row > div {
	padding-bottom: 0px;
}

.c3FormLeft, .c3FormLeftCompact{
	float: left !important;
	width: 50% !important;
	padding-right: 10px !important;
	margin-bottom: 10px !important;
	clear: none !important;
}

.c3FormRight, .c3FormRightCompact{
	float: left !important;
	width: 50% !important;
	padding-left: 10px !important;
	margin-bottom: 10px !important;
	clear: none !important;
}

.c3FormLeftCompact{
	padding-right: 5px !important;
	margin-bottom: 5px !important;
}

.c3FormRightCompact{
	padding-left: 5px !important;
	margin-bottom: 5px !important;
}

.nf-form-fields-required{
	display: none;
}

#nf-form-1-cont label, #nf-form-2-cont label{
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

#nf-form-1-cont .nf-field-label, #nf-form-2-cont .nf-field-label{
	margin-bottom: 0;
}

#nf-field-31, #nf-field-31:active, #nf-field-31:focus, #nf-field-58, #nf-field-58:active, #nf-field-58:focus{
	margin-top: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 0px solid white;
	color: #fff;
	background-color: #86c33a;
	padding-left: 40px;
	padding-right: 40px;
}

#nf-field-31:hover, #nf-field-58:hover{
	border: 0px solid white;
	color: #fff;
	background-color: #6b9c2e;
}

#nf-field-22-wrap, #nf-field-50-wrap{
	margin-top: 40px;
	margin-bottom: 40px;
}

footer a, footer a:active, footer a:focus{
	color: #86c33a !important;
}

footer a:hover{
	color: #fff !important;
}

.slide-in-parent{
	overflow: hidden;
}

.delay500{
	transition-delay: 0.5s !important;
	animation-delay: 0.5s !important;
}

.delay1000{
	transition-delay: 1s !important;
	animation-delay: 1s !important;
}

.delay1500{
	transition-delay: 1.5s !important;
	animation-delay: 1.5s !important;
}

.delay2000{
	transition-delay: 2s !important;
	animation-delay: 2s !important;
}

.delay2500{
	transition-delay: 2.5s !important;
	animation-delay: 2.5s !important;
}

.delay3000{
	transition-delay: 3s !important;
	animation-delay: 3s !important;
}

.fade-in-words{
	opacity: 0;
}

.fade-in{
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.fade-in-from-left {
	transform: translateX(-30px);
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.fade-in-from-right {
	transform: translateX(30px);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.fade-in-from-top {
	transform: translateY(-30px);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.fade-in-from-bottom {
	transform: translateY(30px);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.slide-in-from-left {
	transform: translateX(-100%);
	animation: come-in 1s ease-out forwards;
	opacity: 0;
}

.slide-in-from-right {
	transform: translateX(100%);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.slide-in-from-top {
	transform: translateY(-100%);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.slide-in-from-bottom {
	transform: translateY(100%);
	animation: come-in 1s ease forwards;
	opacity: 0;
}

.already-visible {
	transform: translateY(0);
	animation: none;
	opacity: 1 !important;
}

@keyframes come-in {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.c3StandardButton, .c3StandardButton:active, .c3StandardButton:focus{
	border: 2px solid #86c33a;
	color: #fff;
	background-color: #86c33a;
	display: inline-block;
	padding: 20px 40px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}

.c3StandardButton:hover{
	border: 2px solid #86c33a;
	color: #86c33a;
	background-color: #fff;
}

.c3StandardButtonSmall, .c3StandardButtonSmall:active, .c3StandardButtonSmall:focus{
	border: 1px solid #86c33a;
	color: #fff;
	background-color: #86c33a;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.c3StandardButtonSmall:hover{
	border: 2px solid #86c33a;
	color: #86c33a;
	background-color: #fff;
}

.c3StandardButtonGreenOnWhite, .c3StandardButtonGreenOnWhite:active, .c3StandardButtonGreenOnWhite:focus{
	border: 2px solid #fff;
	color: #86c33a;
	background-color: #fff;
	display: flex;
	padding: 20px 40px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.c3StandardButtonGreenOnWhite:hover{
	border: 2px solid #fff;
	color: #fff;
	background-color: #86c33a;
}


#nf-form-3-cont .nf-error-msg{
	display: none;
}

.c3ContactFirmsRow img{
	height: 100%;
	max-width: 182px;
	height: auto;
}

.c3ContactFirmsRow .wpb_text_column.wpb_content_element{
	padding: 0 10px 10px 10px;
}

.c3NFToLeft{
	float: left !important;
	width: 50% !important;
	padding-right: 10px !important;
	padding-left: 0px !important;
	margin-bottom: 5px !important;
	clear: none !important;
}

.c3NFToRight{
	float: left !important;
	width: 50% !important;
	padding-left: 10px !important;
	padding-right: 0px !important;
	margin-bottom: 5px !important;
	clear: none !important;
}

.ninja-forms-req-symbol{
	display: none;
}

.nf-field-label{
	margin-bottom: 0px !important;
}

.nf-field-label label{
	font-size: 14px !important;
	line-height: 18px !important;
}

#nf-form-4-cont .nf-field-label label{
	padding-top: 12px !important;
}

#nf-form-4-cont .nf-field-container{
	margin-bottom: 5px;
}

#nf-field-76, #nf-field-76:active, #nf-field-76:focus, #nf-field-90, #nf-field-90:active, #nf-field-90:focus, #nf-field-97, #nf-field-97:active, #nf-field-97:focus{
	border: 2px solid #86c33a;
	color: #fff;
	background-color: #86c33a;
	display: inline-block;
	padding: 20px 40px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	height: auto;
	border-radius: 0;
}

#nf-field-76:hover, #nf-field-90:hover, #nf-field-97:hover{
	border: 2px solid #86c33a;
	color: #86c33a;
	background-color: #fff;
}

#nf-label-field-75, #nf-label-field-89{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 24px !important;
}

.c3BigWarning::before{
	content: "";
}

.c3BigWarning{
	margin: 0 0 40px 0 !important;
	padding: 25px 30px !important;
	background-color: #a02828;
}

.c3BigWarning, .c3BigWarning p{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.c3CaseSummary{
	padding-bottom: 40px;
}

.c3SectionToggle{
	margin-bottom: 15px;
}

.c3SectionToggle:last-child{
	margin-bottom: 0;
}

#c3DropDown{
	position: relative;
	line-height: auto;
	margin-bottom: 20px;
}

#c3DropDown a{
	display: inline-block;
}

.c3-dropdown-toggle, .c3-dropdown-toggle:active, .c3-dropdown-toggle:focus{
	border: 1px solid #86c33a;
	background-color: #fff;
	color: #86c33a;
	padding: 5px 15px;
	font-weight: bold;
	text-decoration: none;
}

.c3-dropdown-toggle:hover{
	border: 1px solid #86c33a;
	background-color: #86c33a;
	color: #fff;
	text-decoration: none;
}

.c3-dropdown{
	display: none;
	position: absolute;
	top: 100%;
	margin-top: -1px;
	padding: 10px 15px;
	border: 1px solid #86c33a;
	background-color: #fff;
	z-index: 1000;
}

.c3-dropdown li{
	list-style-type: none;
}

.c3-dropdown li a, .c3-dropdown li a:active, .c3-dropdown li a:focus{
	display: inline-block;
	text-decoration: none;
	padding: 0em 1em;
	display: block;
	font-weight: normal;
	color: #252d39;
	padding: 1px 0;
	font-size: 14px;
	line-height: 18px;
}

.c3-dropdown li a:hover{
	color: #86c33a;
}

.c3IndexProvinceDocumentCell{
	display: none;
	padding-top: 10px;
	padding-bottom: 20px;
}

.c3CollapsibleContentContainer.allowOverflow, .c3CollapsibleContentContainer.allowOverflow .wpb_row{
    overflow: visible;
}

.c3CollapsibleContentHandle{
	padding-bottom: 20px;
	cursor: pointer;
}

.c3CollapsibleContentContainer{
	padding: 20px 0 0 0 !important;
}

.c3CollapsibleContentContainer:first-child{
	padding-top: 80px !important;
}

.lastIndexRow{
	padding-top: 20px !important;
	padding-bottom: 60px !important;
}

.c3CollapsibleContentCell{
	height: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-bottom: 0 !important;
}

.c3CollapsibleContentCell > div{
	padding-bottom: 20px;
}

.c3CollapsibleContentHandle:after{
	font-family: "FontAwesome";
	content: "\f067";
	-webkit-font-smoothing: antialiased;
	display: block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #000;
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 30px;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.c3CollapsibleContentContainer.active .c3CollapsibleContentHandle:after{
	transform: rotate(-45deg);
}

.modal {
	z-index: 9999997;
}

.btnNext {
    margin-top: 30px;
}

.c3MillenniumScoop h2{
	color: #0d59a5;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	font-style: inherit;
	line-height: 110%;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
	letter-spacing: -1px;
	text-align: center;
}
































/* resonsive overrides */

@media (max-width:1199px) {
	
	header.lang-fr ul.navbar-nav > li > a{
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}

	header.lang-en ul.navbar-nav > li > a{
		letter-spacing: -1px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav > li a {
		padding-right: 10px;
		padding-left: 10px;
	}
	
}

@media (max-width:991px) {
	
	.hideInTablet{
		display: none !important;
	}
	
	.hideAboveTablet{
		display: block !important;
	}
	
	body {
		padding-top: 106px !important;
	}

	.c3HeroLarge{
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
}

@media (max-width: 767px) {
	
	.hideAboveMobile{
		display: block;
	}
	
	.hideAboveMobileInlineBlock{
		display: inline-block;
	}
	
	.hideInMobile, .hideInMobileInlineBlock, .hideInMobileInline{
		display: none !important;
	}
	
	.inlineVideoWrapperRight {
		float: none;
		width: 100%;
		padding-bottom: 56.25%;
		margin: 0 0 10px 0;
	}
	
	.inlineVideoPreview {
		width: 100%;
		padding-bottom: 56.25%;
	}
	
}

@media (max-width: 505px) {
	
	.c3HeroLarge{
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

}

