
.tables-padding {
	    -webkit-transition: height 0.7s ease-in-out;
    -moz-transition: height 0.7s ease-in-out;
    -o-transition:  height 0.7s ease-in-out;
    transition: height 0.7s ease-in-out;
    padding-top: 127px;
    position: relative;
}



#tableYears {
border-bottom: 1px solid #d1d3d3;
position: absolute;
top: 68px;
left: 0;
right: 0;
background-color: #fff;
 padding-top:32px;
}
#tableYears .year {
    text-align: right;
    float:left;
    color: #000000;
    font-size: 1.8em;
    line-height: 1.27em;
    padding: 0 0 8px 0;
    vertical-align: bottom;
    width:15%;
   
}

#tableYears .year:first-child{
	margin-left: 40%;
}

#table-nav {
	position: absolute;
	width:	100%;
	left:0;
	box-sizing: border-box;
	z-index: 1;
	display:none;
}

#table-nav.active {
	display: block;
	    background-color: #fff;
}

#table-nav h2 {

	padding-top:6px;
	background-color: #fff;
	
    color: #1d252d;
    font-size: 24px;
    line-height: 1.125em;
    padding: 10px 0 20px 0;
    font-weight: 500;
}
#table-nav .full-wrapper{
	background-color: #f3f4f4;
}


#table-nav .container {
	max-width:920px;
}

ul.tabs {
	width:100%;
	margin-bottom: 0;
}

ul.tabs li {
	box-sizing: border-box;
	text-transform: uppercase;
	width:25%;
	font-size: 1.5em;
	line-height: 1em;
	color:#000101;
	text-align: center;
	cursor: pointer;
	font-weight: 400;
	float:left;
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:25px 0;
	background-color: #fff;
	border-top:2px solid #f3f4f4;
	border-bottom:2px solid #f3f4f4;
	border-left:1px solid #f3f4f4;
	border-right:1px solid #f3f4f4;
	transition:.3s;
	
	
}

ul.tabs li:hover {
    color: #fff;
    background-color:#d22630;	
}

ul.tabs li {
	padding-left:0;
}


ul.two-tabs li {
	width:50%;
}

ul.tabs li.active {
    color: #fff;
    background-color:#d22630;
    
}




/****tab******/


.tab-container {
    overflow: hidden;

    position: relative;
}

.tab {
    display: block;
    left: 150%;
    position: absolute;
    top: 0;
    z-index: 0;
    width:100%;
        padding:0;
        box-sizing: border-box;
}

.tab.active {
    display: block;
    position: relative;
    left:0;
    z-index: 0;
}

/**********/



table {
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
	margin:30px 0 40px 0;
		border-bottom:1px solid #d1d3d3;
		
	/*border-bottom: 4px solid#000; */
}

table thead tr th{
	border-bottom:1px solid #d1d3d3;
}

table thead tr th.italic-title {
	font-style: italic;
  font-weight: 300;
  text-align: left;
}

table tr th {
	font-weight: 400;
}


table tr th, table tr td {
	text-align: right;
	color:#000000;
	font-size: 1.8em;
	line-height: 1.27em;
	padding:0 0 8px 0;
	vertical-align: bottom;
}

table tr td.centre{
	text-align: center;
}

table tr td.vertical-centre {
	vertical-align: middle;
}

table tr.tall th, table tr.tall td{
	padding-top:8px;
}



table tr td {
	font-weight: 300;
	padding-left:25px;
}

table tr td:first-child  {
	text-align: left;
	padding-left:0;
}


table tr td:last-child sup{
	position: relative;
}


table tr td.table-head {
	font-weight: 500;
	padding-top:8px;
}

table tr td.table-head span {

}

table tr.underline td, table tr td.underline{
	border-bottom:1px solid #d1d3d3;	
	padding-top:8px;
}

table tr.short th, table tr.short td{
	padding-top:0;
}


table tr.total td{
	border-bottom:4px solid #000;
	border-top:1px solid #d1d3d3;	
	padding-top:8px;
}

table tr.borderBottomThick td {
	border-bottom:4px solid #000;
}



table tr.total + tr td, #supplyTable tr.underline + tr td, #supplyTable tr.borderBottomThick + tr td{
	padding-top:8px;
}

table tr.underline + tr td {
	padding-top:8px;
}

table tr td.padding-left{
	padding-left:10px;
}

table tr td.super-padding-left{
	padding-left:20px;
}


table tr td .dollar{
	display: block;
	float:left;
	 font-weight: 300;
}

table.financials-table tr td .dollar {
	padding-left: 48%;
}


table tr th:nth-child(2), table tr td:nth-child(2) {
	font-weight: 500;
}

table tr th:nth-child(2) .dollar, table tr td:nth-child(2) .dollar{
	font-weight: 500;
}

table tr td.no-bold {
	font-weight: 300;
	text-align: left;
}

table.benefits tr td, table.benefits tr th {
	text-align: center;
	font-weight: 300 !important;
}

table.benefits tr td:first-child{
	text-align: left;
}

table span.gri-num {
	font-weight: 300;
}

table td strong {
	font-weight: 500;
}

table.left-align td, table.left-align th {
	text-align: left;
	padding-left:0;
}

table.left-align tr th{
	font-weight: 500;
}

table.stakeholder-table tr td {
	padding:4px 10px 4px 0;
	border-bottom:1px solid #d1d3d3;
	vertical-align: top;
}

/****GRI TABLE****/

table.gri caption {
	font-size: 1.6em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-bottom: 14px;
	text-align: left;
	color:#000000;
	font-weight: 500;
}

table.gri td, table.gri th {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	padding-left:0;
	padding-right:20px;
}

table.gri th {
	font-size: 1.4em;
	line-height: 1.5em;
	padding-bottom: 14px;
	color:#000000;
	font-weight: 500;	
	border-bottom: 4px solid #000;
	vertical-align: bottom;
}

table.gri td {
	font-size: 1.6em;
	line-height: 1.25em;
	padding-bottom: 6px;
	padding-top: 30px;
	color:#000000;
	font-weight: 500;	
	
}

table.gri td.border-bottom {
	border-bottom: 1px solid #d1d3d3;
}

table.gri td li {
	font-weight: 500;
	margin-bottom: 4px;
margin-left: 1em;	
font-size: 1em;
}


table.gri tr.links td{
	font-weight: 300;
	padding-bottom: 30px;
	border-bottom: 1px solid #d1d3d3;
	padding-top: 4px;
}

table.gri tr.links td a {
color: #5b6770;
text-decoration: none;
font-weight: 300;
padding-bottom: 3px;
line-height: 1.6;
}

table.gri tr.links td a:hover {
border-bottom: 2px solid #D22630;
}

table.gri tr th:nth-child(2), table.gri tr td:nth-child(2) {

}


table.achievements tr td:nth-child(2){
	font-weight: 300;
}

table.no-bold tr td:nth-child(2){
	font-weight: 300;
}

table.achievements tr.title td{
	border-bottom: 2px solid #d1d3d3;
	font-weight: 500;
}

table.achievements tr td {
	padding:8px 10px 8px 0;
}

table tbody tr:first-child td {
	padding-top:8px;
}

table.gri tbody tr:first-child td {
	padding-top:30px;
}


table.gri.print-table-fix  tbody tr:first-child td, .gri tbody tr:first-child td.innerTitle {
padding-top:8px;
}
table.benefits tr th {
	padding-top:8px;
}

@media screen and (max-width:1024px){
	#table-nav {
		    padding-left: 50px;
	}
	table tr th, table tr td {
		font-size: 1.5em;
	}
}

@media screen and (max-width:767px){
	table tr th, table tr td {
	font-size: 1.4em;
}
	.tables-padding {
		padding-top:83px;
	}
		#table-nav {
		    padding-left: 0;
	}
}




#gri-index table.gri tbody td:first-child{
	width:20%;
}

#gri-index table.gri tbody td:nth-child(2){
	width:60%;
}
#gri-specific-tables table.gri tbody td:nth-child(3){
	width:10%;
}

#gri-specific-tables table.gri tbody td:nth-child(3)[colspan="2"]{
	width:20%;
}

#gri-specific-tables table.gri tbody td:nth-child(4){
	width:10%;
}