/*
*
*
* Styles for basic (Canfor) content page
*
**************************************/

.m-w1 {
	background: #dc291e;
	position: relative;
	left: -50%;
}

.m-w2:after {
	content: '';
	display: table;
	clear: both;
}

.m-w2 {
	position: relative;
	left: 50%;

}

.m-w2>.section-inner {
	background: #fff;
	display: flex;
}

.m-w2>.section-inner:after {
	content: '';
	clear: both;
	display: table;
}

#content,
#subnav {
	min-height: 71vh;
	margin-bottom: 0;
}

#content {
	left: 0px;
	width: 680px;
}


#subnav {
	left: 0px;
	background: none;
	background: #dc291e;
}

#subnav ul.nav.L2.sr-subnav>li>a,
#subnavCTA ul.nav.L2.sr-subnav>li>a {
	font-size: 14px;
	color: #fff;
	opacity: .5;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 25px;
	cursor: normal;
	pointer-events: none;
}




/*************************************
Load Animation
*************************************/

/*#content{
	transition:all .5s;
	opacity:0;
}
	.loaded #content{
		opacity:1;
	}
*/

/* GS responsive */
@media (max-width: 1024px){
	#subnav{
		padding-left: 20px;
		width: 30%;
	}
	#content{
		width: 70%;
	}
	
}
@media (max-width: 767px){
	.gs-reponsive-sr .m-w2>.section-inner{
		flex-direction: column;
	}
	#subnav{
		width: 100%;
		height: auto;
		min-height: auto !important;
		order: 2;
		padding: 35px 20px;
	}
	#content{
		width: 100%;
		height: auto;
		min-height: auto;
		order:1
	}
	.gs-reponsive-sr #subnav li a, .gs-reponsive-sr #subnavCTA li a{
		font-size: 16px;
	}
	.gs-reponsive-sr #subnav ul.nav.L2.sr-subnav>li>a, .gs-reponsive-sr #subnavCTA ul.nav.L2.sr-subnav>li>a{
		font-size: 19px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 400;
		border-bottom: dotted 1px #70868C;
		margin: 0 0 25px;
		padding: 0 0 12px;
		text-decoration: none;
	}
}