/*
*
*
*  Dual Pulp/Canfor Content Styles right
*******************************************/
.m-w1 {
	position: relative;
	left: 50%;
	background: #22314e;
}

.m-w2 {
	position: relative;
	left: -50%;
}

#content {
	float: left;
	padding-left: 0;
	padding-right: 40px;
}

#subnav {
	order: 2;
	float: right;
	background: #22314e;
	/*display: -webkit-box;*/
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#subnav:after {
	background: #22314e;
	left: 0;
	right: auto;
}


#subnavPulp {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

#subnavCanfor {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.no-flexbox #subnavCanfor {
	margin: -20px 0 45px 0;
}




/** Pulp Title **/
#subnavPulp .sr-subnav>li>ul>li.inactive {
	display: none;
}

/* Pulp Label */
#subnavPulp .sr-subnav>li>ul>li.active>a {
	font-size: 30px;
	margin-bottom: 24px;
	display: block;
	text-decoration: none;
}

/** canfor button ***/

/* Canfor title */
#subnavCanfor .sr-subnav>li>ul>li.inactive>a {
	font-size: 30px;
	display: block;
}

/* hide subitems*/
#subnavCanfor ul.L2>li>ul>li.active {
	display: none;
}

#subnav #subnavCanfor ul.L2>li>a.L2 {
	display: none;
}

#subnav #subnavCanfor li {
	margin-bottom: 0;
}

#subnav #subnavCanfor a {
	position: relative;
	padding: 15px 40px;
	display: block;
	text-align: left;
	color: #fff;
	background: #dc291e;
	transition: all .25s;
	text-decoration: none;
	margin-bottom: 20px;
	margin: 36px -30px 0 -30px;
}

#subnav #subnavCanfor a span {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
	opacity: .5;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}




/*************************************
Page exit Animation
*************************************/

/*#subnav{
	transition:all .5s;
	right:0;
	left:auto;
}

	.changePage #subnav {
		right:-2000px;
	}*/

	/* GS Responsive */
@media (max-width: 1024px){
	#subnav{
		padding-left: 20px;
		padding-right: 20px;
		width: 30%;
	}
	#content{
		width: 70%;
		padding: 56px 50px 60px 50px;
	}
	#subnav #subnavCanfor a{
		margin-left:-20px;
		margin-right:-20px;
		padding: 15px 20px;
	}
	
	
}
@media (max-width: 767px){
#subnav {
	width: 100%;
	height: auto;
	min-height: auto !important;
	order: 2;
	padding: 35px 20px 0;
}
#content {
	width: 100%;
	height: auto;
	min-height: auto;
	order: 1;
	padding: 20px;
}
}