
.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: 84px;
}

#table-nav {
	position: absolute;
	width:	100%;
	left:0;
	padding-left:50px;
	box-sizing: border-box;
	z-index: 3;
}

#table-nav h2 {
	padding-bottom: 6px;
	    margin-top: 0;
	    margin-bottom: 0;
	padding-top:6px;
	background-color: #fff;
}

ul.tabs {
	width:100%;
	background-color: #e6e7e8;
	padding:24px 0;
	margin-bottom: 0;
}

ul.tabs li {
	box-sizing: border-box;
	width:25%;
	font-size: 1.6em;
	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;
	
}

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


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

ul.tabs li.active {
    color: #ff0000;
    font-weight: 500;
    
}




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


.tab-container {
    overflow: hidden;

    position: relative;
}

.tab {
    display: block;
    left: 150%;
    position: absolute;
    top: 0;
    z-index: 1;
    width:100%;
        padding:0 20px;
        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 {
	font-weight: 300;
}

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.total + 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.6em;
	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: #00a8e1;
	text-decoration: none;
	font-weight: 300;
}

table.gri tr.links td a:hover {
	text-decoration: underline;
}

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.benefits tr th {
	padding-top:8px;
}

@media screen and (max-width:1024px){
	#table-nav {
		padding-left: 0;
	}
}

@media screen and (max-width:767px){
	table tr th, table tr td {
	font-size: 1.4em;
}

}

