/*
*
*
* Styles for Overview Pages
*
**************************************/

#header {
	border: none;
}

#subnav,
#subnavCTA {
	display: none;
}



/******************************************************
Content
******************************************************/

#main {
	background: none;
	text-align: center;
}

.m-w1,
.m-w2 {
	background: none;
}

.m-w2>.section-inner {
	width: 100%;
}


#content {
	width: 100%;
	position: relative;
	left: 0;
	background: none;
	padding: 0;
}

/******************************************************
Top Content
******************************************************/

.c-w1>.sf_cols {
	height: 406px;
	overflow: hidden;
}

h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 1em;
	letter-spacing: 6px;
	position: relative;
	margin: 100px 0 126px 0;
}

h1:after {
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	content: '';
	display: block;
	border-top: 6px solid #dc291e;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	transition: all .25s;
}


.overview-top {
	background: #000;
	background: rgba(0, 0, 0, .6);
	padding: 34px 0;
	max-height: 116px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.overview-top p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.overview-top p span {
	font-weight: bold;
	display: block;
}


/*******************************************
Content Bottom (environment)
********************************************/

.overviewBlock {
	padding: 60px;
	background: url(/SR2015/images/bg/bg-enviro-overview.jpg) center top;
	height: 430px;
	overflow: hidden;
}


/**** general overview links ***/



.overviewBlock ul li {
	margin-bottom: 5px;
	list-style: none;
	background: none;
	padding: 0;
}

.overviewBlock ul li:before {
	display: none;
}

.overviewBlock li a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	line-height: 39px;
	height: 39px;
	padding: 0 20px;
	font-size: 14px;
	text-decoration: none;
	transition: all .5s;
}

.overviewBlock li a:hover {
	background: #fff;
	color: #dc291e;
}

/*******************************************
Content Bottom (environment)
********************************************/

.one-col-bg {
	/*width:960px;*/
	margin: 0 auto;
	position: relative;
}

.c-w1 .one-col-bg ul {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	padding: 0 8px;
}

.one-col-bg ul:first-child {
	text-align: right;
}

.one-col-bg ul:last-child {
	text-align: left;
}

/*******************************************
Content Bottom (manufacturing)
********************************************/
.overviewBlock.overviewSplit {
	padding: 0;
	background: none;
	height: 505px;
}

.overviewSplit h2 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

.overviewSplit .two-cols-bg {
	width: 50%;
	height: 100%;
	padding: 50px 0;
	float: left;
}

.two-cols-bg.canfor-block {
	background: url(/SR2015/images/bg/bg-man-canfor.jpg) right top;
	background-size: cover;
	text-align: right;
	padding-right: 55px;
}

.two-cols-bg.pulp-block {
	background: url(/SR2015/images/bg/bg-man-pulp.jpg) left top;
	background-size: cover;
	text-align: left;
	padding-left: 55px;
}

.overviewBlock .pulp-block li a:hover {
	color: #22314e;
}


/*******************************************
Loading Animation
********************************************/
/*.overviewBlock{
	position: relative;
	top:0;
	transition:all 1s;
}
	.changePage .overviewBlock{
		top:-400px;
	}

	@keyframes slideLeft{
	  0%   { left:0; }
	  70%   { left:0; }
	  100% { left: -1400px; }
	}

	@keyframes slideRight{
	  0%   { right:0; }
	  70%   { right:0; }
	  100% { right: -1400px; }
	}*/
/*** not split *********/


/*.changePage .overviewBlock .one-col-bg{
	animation: 3s slideLeft;
}	*/

/**** split ************/
/*.overviewBlock.overviewSplit{
	background: #fff;
}

	.overviewBlock .two-cols-bg{
		position: relative;
		transition:all 1s;
	}

	
	.changePage .overviewBlock .canfor-block{
		animation: 2s slideLeft;
		animation-fill-mode: forwards;
	}

	
	.changePage .overviewBlock .pulp-block{
		animation: 2s slideRight;
		animation-fill-mode: forwards;
	}*/

/* GS responsive */
.gs-reponsive-sr .m-w2 > .section-inner{
	max-width: 100%;
}
@media (max-width: 767px){
	#bk-image img {
		height: 700px;
		width: 100%;
	}
	.overview-top{
		max-height: none;
	}
	.overviewBlock.overviewSplit{
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.overviewSplit .two-cols-bg{
		width: 100%;
		padding: 50px 20px 50px;
		text-align: center;
	}
	.overviewBlock li a {
		font-size: 16px;
		line-height: 1.5;
		height: auto;
		padding: 13px 20px 13px 20px;
		width: 100%;
		text-align: center;
	}
	.overview-top p{
		padding-left: 20px;
		padding-right: 20px;
	}
	.overviewBlock{
		width: 100%;
		padding: 50px 20px 50px;
		text-align: center;
		height: auto;
	}
	.c-w1 .one-col-bg ul{
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
}