/* FONTS */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i';
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
::selection {
	background: #CF102D;
	color: #FFF;
}
::-moz-selection {
	background: #CF102D;
	color: #FFF;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
body {
	position:relative;
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
	line-height: 1.45;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none!important;
	   -moz-text-size-adjust: none!important;
		-ms-text-size-adjust: none!important;
		 -o-text-size-adjust: none!important;
			text-size-adjust: none!important;
	overflow-x: hidden;
	overflow-y: scroll;
}
#wrapper {
	height: 100%;
}
img {
	vertical-align: top;
}
/* ------------------------------------------------------------------------------- HEADER ------------------------------------------------------------------------------------------ */
header {
	background: #4C4C4F;
	position: relative;
	min-height: 90px;
	z-index: 999;
	border-bottom: 2px solid #FFF;
}
header #row, section #row, footer #row {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	position: relative;
}
header #row #logo {
	float: left;
	position: relative;
	width: 30%;
}
header #row #logo a img {
	position: relative;
	top: 15px;
	width: 206px;
	height: auto;
	left: 12px;
}
header #row #col {
	float: right;
	width: 70%;
}

/* --------------------------------------------------------------------------------------- MENU ---------------------------------------------------------------------------------- */
/*Initialize*/
a.navBtn {
	display: none;
}
ul#menu, ul#menu ul.sub-menu {
	padding: 0;
	margin: 0;
}
ul#menu {
	float: right;
	margin: 0;
	padding: 0;
	height: 70px;
	background: none;
	position: relative;
	display: table;
}
ul#menu:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	height: 10px;
	width: 169.4%;
	z-index: 1;
	background: #CF102D;
}
ul#menu li, 
ul#menu ul.sub-menu li {
	list-style-type: none;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
/*Link Appearance*/
ul#menu li a, 
ul#menu li ul.sub-menu li a {
	margin: 0;
	padding: 0;
	line-height: 70px;
	height: 70px;
	display: block;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
ul#menu li a {
	padding: 0 18px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	position: relative;
	min-width: 60px;
}
ul#menu li.search a:after {
	content: '\e922';
	font: 18px 'icomoon';
	text-align: center;
	position: absolute;
	left: 15px;
	top: 0;
	line-height: 70px;
	width: 30px;
	font-weight: bold;
	-webkit-transition: none;
	   -moz-transition: none;
		-ms-transition: none;
		 -o-transition: none;
			transition: none;
}
ul#menu > li:before {
	content: '';
	top: 100%;
	left: 0;
	height: 10px;
	width: 0;
	background: #FFF;
	z-index: 2;
	position: absolute;
}
ul#menu > li:after {
	content: '';
	top: 100%;
	right: 0;
	height: 0;
	width: 0;
	z-index: 3;
	position: absolute;
	border-top: 10px solid rgba(255,255,255,0);
	border-right: 10px solid #CF102D;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
	position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	min-width: 200px;
	padding: 25px 0px 15px 20px;
	z-index: 5;
	background: #DADADA;
}
ul#menu li ul.sub-menu li a {
	width: auto;
	height: auto;
	color: #000;
	border-right: 0;
	background: none;
	line-height: 24px;
	padding: 0;
	margin-left: 0;
	white-space: nowrap;
	text-align: left;
}
ul#menu li ul.sub-menu li {
	display: block;
	position: relative;
	padding-left: 20px
}
ul#menu li ul.sub-menu li:before {
	content: '\232A';
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	line-height: 1.2;
	font-style: normal;
	-webkit-transition: left .3s linear;
	   -moz-transition: left .3s linear;
		-ms-transition: left .3s linear;
		 -o-transition: left .3s linear;
			transition: left .3s linear;
}
ul#menu li ul.sub-menu li:hover:before {
	left: 5px;
	color: #CF102D;
}
ul#menu li ul.sub-menu li:hover a, 
#about.sm01 .about .sm01 a, 
#about.sm02 .about .sm02 a, 
#about.sm03 .about .sm03 a, 
#about.sm04 .about .sm04 a, 
#about.sm05 .about .sm05 a, 
#about.sm06 .about .sm06 a, 
#business.sm01 .business .sm01 a, 
#business.sm02 .business .sm02 a, 
#business.sm03 .business .sm03 a, 
#sustainability.sm01 .sustainability .sm01 a, 
#sustainability.sm02 .sustainability .sm02 a, 
#sustainability.sm03 .sustainability .sm03 a, 
#sustainability.sm04 .sustainability .sm04 a, 
#sustainability.sm05 .sustainability .sm05 a, 
#sustainability.sm06 .sustainability .sm06 a, 
#sustainability.sm07 .sustainability .sm07 a, 
#sustainability.sm08 .sustainability .sm08 a, 
#sustainability.sm09 .sustainability .sm09 a, 
#invest.sm01 .investors .sm01 a, 
#invest.sm02 .investors .sm02 a, 
#invest.sm03 .investors .sm03 a, 
#invest.sm04 .investors .sm04 a, 
#invest.sm05 .investors .sm05 a, 
#invest.sm06 .investors .sm06 a, 
#invest.sm07 .investors .sm07 a, 
#invest.sm08 .investors .sm08 a {
	color: #CF102D; font-weight: bold;
}
#about.sm01 .about .sm01:before,
#about.sm02 .about .sm02:before, 
#about.sm03 .about .sm03:before, 
#about.sm04 .about .sm04:before, 
#about.sm05 .about .sm05:before, 
#about.sm06 .about .sm06:before, 
#business.sm01 .business .sm01:before, 
#business.sm02 .business .sm02:before, 
#business.sm03 .business .sm03:before, 
#sustainability.sm01 .sustainability .sm01:before, 
#sustainability.sm02 .sustainability .sm02:before, 
#sustainability.sm03 .sustainability .sm03:before, 
#sustainability.sm04 .sustainability .sm04:before, 
#sustainability.sm05 .sustainability .sm05:before, 
#sustainability.sm06 .sustainability .sm06:before, 
#sustainability.sm07 .sustainability .sm07:before, 
#sustainability.sm08 .sustainability .sm08:before, 
#sustainability.sm09 .sustainability .sm09:before, 
#invest.sm01 .investors .sm01:before,
#invest.sm02 .investors .sm02:before,
#invest.sm03 .investors .sm03:before, 
#invest.sm04 .investors .sm04:before, 
#invest.sm05 .investors .sm05:before, 
#invest.sm06 .investors .sm06:before, 
#invest.sm07 .investors .sm07:before, 
#invest.sm08 .investors .sm08:before {
	color: #CF102D;
}
/* highlighting */
#home li.home a, 
#home li.home a:hover, 
#home li.home a:active, 
#home ul#menu li.home:hover > a, 
#about li.about a, 
#business li.business a, 
#sustainability li.sustainability a, 
#invest li.investors a, 
#contact li.contact a, 
#search li.search a, 
ul#menu > li:hover a, 
ul#menu > li.active a {
	background: rgba(255,255,255,.4);
	color: #000;
}
#home li.home:before, 
#about li.about:before, 
#business li.business:before, 
#sustainability li.sustainability:before, 
#invest li.investors:before, 
#contact li.contact:before, 
#search li.search:before, 
ul#menu > li:hover:before {
	width: 100%;
}

/* ------------------------------------------------------------------------- NAVIGATION ------------------------------------------------------------------------------------------ */
#finsmenu {
	float: left;
	display: block;
	background: #EEE;
	margin-bottom: 25px;
	padding: 5px 10px;
	width: 100%;
}
#finsmenu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
}
#finsmenu ul li {
	float: left;
	background: none;
}
#finsmenu ul li a.linkb {
	float: left;
	background: none;
	padding-right: 20px;
	color: #666;
}
.active16 #finsmenu ul li.active16 a.linkb, 
.active15 #finsmenu ul li.active15 a.linkb, 
.active14 #finsmenu ul li.active14 a.linkb, 
.active13 #finsmenu ul li.active13 a.linkb, 
.active12 #finsmenu ul li.active12 a.linkb, 
.active11 #finsmenu ul li.active11 a.linkb, 
.active10 #finsmenu ul li.active10 a.linkb, 
.active09 #finsmenu ul li.active09 a.linkb, 
.active08 #finsmenu ul li.active08 a.linkb, 
.active07 #finsmenu ul li.active07 a.linkb, 
.active06 #finsmenu ul li.active06 a.linkb, 
.active05 #finsmenu ul li.active05 a.linkb, 
.active03 #finsmenu ul li.active04 a.linkb, 
.active03 #finsmenu ul li.active03 a.linkb, 
.active02 #finsmenu ul li.active02 a.linkb, 
.active01 #finsmenu ul li.active01 a.linkb {
	font-weight: bold;
	color: #CF102D;
	color: rgb(214, 0, 45);
}

/* ---------------------------------------------------------------------------- GENERAL ----------------------------------------------------------------------------------------- */
.textimgsplit {
	margin-bottom: 30px;
}
.textimgsplit .text, 
.textimgsplit .img {
	display: table-cell;
	vertical-align: middle;
	width: 55%;
}
.textimgsplit .img {
	text-align: right;
	width: 45%;
	padding: 0 0 0 3.4%;
}
.textimgsplit .img img {
	width: 100%;
	height: auto;
}
.imageWrapper .col2 img {
	max-width: 100%;
	height: auto;
}
.openThis .textimgsplit {
	margin-bottom: 0;
}
.clear {
	clear: both;
}
.openThis img.imgR {
	margin: 0 10px 10px 20px!important;
}
.textimgsplit.equal .text, 
.textimgsplit.equal .img {
	width: 50%;
}
.textimgsplit.klip .img {
	text-align: left;
	padding: 0 0 0 15px;
	vertical-align: top;
	width: 41%;
}
.textimgsplit.klip .text {
	text-align: left;
	padding: 0;
	vertical-align: top;
	width: 59%;
}
.openThis.noRule .grey.padP .textimgsplit.klip .img img {
	margin: 5px auto 0 auto;
	max-width: 100%;
	height: auto;
}
.openThis.noRule .grey.padP .textimgsplit.klip .text img {
	margin: 15px auto 0 auto;
	max-width: 100%;
	height: auto;
	padding: 0 15px;
}
a:focus {
	border: 0;
	outline: 0;
}
marquee {
	padding: 5px 0;
	margin: 0 0 20px 0;
	border: 1px solid #A3A3A3;
	background: #FFF;
	height: 30px;
}
p.note, td.note {
	font-size: 11px;
	line-height: 1.45;
}
p.note { 
	position: relative;
	padding-left: 20px;
}
.expand + p.note { margin-top: -10px; }
p.note > span:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
}
/* disable adjustment of text size on iphone */
*, ul li {
	-webkit-text-size-adjust: none!important;
	-moz-text-size-adjust: none!important;
	-ms-text-size-adjust: none!important;
	-o-text-size-adjust: none!important;
	text-size-adjust: none!important;
}
.block {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
h1 {
	margin: 50px 10px 0 10px;
	padding: 0 0 15px 0;
	color: #CF102D;
	font-size: 20px;
	font-weight: normal;
}
#home h1 {
	margin: 50px 0 0 0;
}
h2 {
	color: #4C4C4E;
	font-size: 17px;
	font-weight: normal;
	padding: 10px 80px 0 0;
	margin: 20px 0 15px 10px;
	position: relative;
}
h2:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	width: 250px;
	height: 7px;
	background: #CF102D;
}
h2 + .tabbed.vertical { padding-top: 0; }
h3, h4 {
	margin: 0 10px;
	color: #000;
	font-size: 14px;
}
h4 { font-size: 13px; }
h4.txtRed, 
.openThis .grey h4.txtRed, 
.openThis.normalh4 .grey h4.txtRed {
	color: #CF102D;
}
h6 {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
p {
	margin: 0 10px;
	color: #4C4C4C;
	font-size: 12px;
	padding: 0 0 15px 0;
}
#home p {
	margin: 0;
}
article a {
	color: #CF102D;
	text-decoration: none;
}
article a:hover {
	color: #000;
}
article table {
	margin: 0 10px;
	width: 98%;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
}
#home .hideHome {
	display: block!important;
}
table ul:last-of-type {
	margin: 0;
}
table tr,
table td,
table th { background-clip: padding-box; }

/* disable use of dropdown sub/side navigation */ aside h1#clickme {
	-webkit-pointer-events: none!important;
	   -moz-pointer-events: none!important;
		-ms-pointer-events: none!important;
		 -o-pointer-events: none!important;
			pointer-events: none!important;
}
.resp_nav_menu {
	display: none;
}
#invest iframe {
	margin-left: 5px;
}
#tools {
	position: absolute;
	top: 25px;
	right: 0px;
	font-size: 12px;
	z-index: 2;
	display: none;
}
a, a:before, a:after {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
li {
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
ol {
	padding-right: 10px;
	padding-left: 27px;
}
a img {
	border: 0px;
	padding: 3px 0 0 0;
}
#wrapper {
	margin: 0px;
	width: 100%;
}
.clearfix {
	display: block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
section {
	background: #FFF;
	clear: both;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	position: relative;
}
aside {
	float: left;
	width: 300px; /* requested width plus spacing */
}
article {
	background: transparent;
	float: left;
	width: 100%;
	color: #4C4C4C;
}
article.full {
	background: transparent;
	width: 100%;
}
.mobilehome {
	display: none;
}
section.home {
	background: #FFF;
	clear: both;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	position: relative;
}
section.home img.ar {
	width: 100%;
	max-width: 109px;
}
section.home #row article.full div.col3 ul {
	margin: 0px 0 10px 0;
	padding: 0px;
	list-style: none;
	width: 100%;
}
section.home #row article.full div.col3 table ul {
	margin: 0px 0 10px -5px;
}
section.home #row article.full div.col3 ul li {
	position: relative;
	padding: 0 15px 15px 16px;
	color: #4C4C4C;
	text-decoration: none;
	background: none;
}
section.home #row article.full div.col3 ul.projects li {
	padding: 0 0 5px 16px;
}
section.home #row article.full div.col3 ul.projects li a, 
section.home #row article.full div.col3 ul.normal li a {
	font-size: 12px;
}
section.home #row article.full div.col3 ul li a {
	color: #4C4C4C;
	text-decoration: none;
	font-size: 11px;
}
section.home #row article.full div.col3 ul li a strong {
	display: block;
	font-size: 12px;
}
section.home #row article.full div.col3 ul li a em strong {
	display: inline-block;
	font-size: 11px;
}
section.home #row article.full div.col3 ul.noB {
	margin-bottom: 0;
}
section.home #row article.full div.col3 ul li:hover a {
	color: #CF102D;
}
section.home #row article.full div.col3 ul li:last-of-type, 
section.home #row article.full div.col3 ul.operations li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
section.home #row article.full div.col3 ul.operations li {
	padding-bottom: 18px;
}
section.home #row article.full div.col3 ul.operations li a {
	font-size: 12px;
}
section.home #row article.full div.col3 ul.operations li a strong {
	display: block;
	color: #CF102D;
	border-bottom: 1px solid #CF102D;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
article.iframe {
	width: 100%;
	max-width: 1000px;
	height: inherit;
}
iframe.home {
	width: 100%;
	max-width: 1000px;
	height: auto;
}
.webcast {
	display: block;
	border: 1px solid #484848;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.webcast .date {
	display: block;
	padding: 12px 20px;
	color: #FFF;
	background: #484848;
}
.webcast .date p {
	font-size: 13px;
	line-height: 1.5;
	color: #FFF;
}
.webcast .date p strong {
	font-size: 15px;
}
.webcast-link {
	padding: 10px 10px 15px 10px;
}
.webcast-link img, 
.webcast-link h4 {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
}
.webcast-link h4 {
	font-size: 13px;
	color: #484848;
}
.webcast-link a {
	display: block;
	width: 100%;
}
.webcast-details {
	background: #ECECEC;
}
.webcast-details h3 {
	display: block;
	padding: 5px 10px;
	color: #FFF;
	font-size: 14px;
	background: #CF102D;
	margin: 0 0 10px 0;
}
.webcast-details h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #CF102D;
	padding: 0;
	margin: 0;
}
.webcast-details .col2 {
	padding: 0 5px 0 10px;
	margin: 0 0 10px 0;
}
.webcast-details .col2:last-of-type {
	border-left: 1px solid #B3B2B2;
}
.webcast-details p {
	color: #000;
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.4;
}
.webcast-details p:last-of-type {
	padding: 0;
}
table.fy {
	width: 100%;
	font-size: 12px;
}
div.image {
	width: 100%;
	border: solid 1px #848484;
	font-size: 11px;
	background: url(../images/home/bg_image.jpg) top left no-repeat;
	background-position: 60% 30%;
	height: 120px;
	margin-left: 10%;
}
div.eventsCalender {
	width: 100%;
	padding: 0;
	z-index: 1;
	height: auto;
	overflow: hidden;
	margin: 0 0 50px 0;
}
div.eventsCalender table {
	margin: 0;
	border-spacing: 0;
	border: 0;
	z-index: 0;
	width: 100%;
	color: #FFF;
}
div.eventsCalender table td {
	padding: 5px 2px;
	background: #DADADA;
}
div.eventsCalender table tr:first-of-type td {
	padding-top: 15px;
}
div.eventsCalender table td:first-of-type, 
div.eventsCalender table td:nth-of-type(2), 
div.eventsCalender table td:nth-of-type(3) {
	background: #B3B2B2;
}
div.eventsCalender table td:nth-of-type(2), 
div.eventsCalender table td:nth-of-type(3), 
div.eventsCalender table td:nth-of-type(4) {
	border-bottom: 1px solid #FFF;
}
div.eventsCalender table tr:last-of-type td:nth-of-type(2), 
div.eventsCalender table tr:last-of-type td:nth-of-type(3), 
div.eventsCalender table tr:last-of-type td:nth-of-type(4) {
	border-bottom: 0;
}
div.eventsCalender table td:nth-of-type(4) {
	padding-left: 15px;
	color: #4C4C4C;
}
div.eventsCalender table tr:last-of-type td {
	padding-bottom: 12px;
}
a.register {
	position: relative;
	color: #4C4C4F;
	font-size: 14px;
	padding: 12px 25px 12px 5px;
	margin: 0 0 60px 0;
	background: #DADADA;
	display: inline-block;
	font-weight: bold;
}
a.register:hover {
	background: #4C4C4F;
	color: #FFF;
}
a.register span {
	position: relative;
	width: 10px;
	margin-right: 15px;
	display: inline-block;
}
#home #row article.full ul li:before,
a.report p:before,
a.link:before,
a.register:before {
	content: '\232A';
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	color: #CF102D;
	line-height: 1;
	font-style: normal;
	-webkit-transition: left .3s linear;
	-moz-transition: left .3s linear;
	-ms-transition: left .3s linear;
	-o-transition: left .3s linear;
	transition: left .3s linear;
}
#home #row article.full ul li:hover:before,
a.report:hover p:before,
a.link:hover:before,
a.register:hover:before { left: 5px; }
a.register:before {
	top: 10px;
	font-size: 20px;
	left: 10px;
	color: inherit;
}
a.register:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 21px;
	width: 21px;
	border-top: 4px solid #CF102D;
	border-right: 4px solid #CF102D;
}
a.register:hover:before { left: 15px; }
td.vertL {
	border-left: none;
}
table.calendar {
	width: 100%;
	font-size: 11px;
}
table.calendar td.calR {
	border-right: solid 1px #000;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.feed {
	width: 100%;
	border: solid 1px #848484;
	background: #FFF;
	font-size: 11px;
	height: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section.headerhome {
	height: 270px;
	overflow: hidden;
	background: #000;
}
section.headerhome > article:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-box-shadow: inset 250px 0 200px -150px #000, inset -250px 0 200px -200px #000;
	-moz-box-shadow: inset 250px 0 200px -150px #000, inset -250px 0 200px -200px #000;
	-ms-box-shadow: inset 250px 0 200px -150px #000, inset -250px 0 200px -200px #000;
	-o-box-shadow: inset 250px 0 200px -150px #000, inset -250px 0 200px -200px #000;
	box-shadow: inset 250px 0 200px -150px #000, inset -250px 0 200px -200px #000;
}
section.headerhome > article {
	max-width: 1280px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: block;
	float: none;
}
section.header {
	background: url(../images/bg_section_header.jpg) bottom left repeat-x;
	font-size: 11px
}
section.header #row article.full {
	height: 150px;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
section.header #row article.full img {
	width: 100%;
	max-width: 100%;
}
section article .col2coverRM {
	float: left;
	width: 45%;
	height: 180px;
	position: relative;
}
section article .col2coverR {
	width: 100%;
	position: absolute;
	top: 25px;
	left: -10px;
}
section article .col2coverRC {
	left: 120px;
	width: 200px;
	position: absolute;
	top: 20px;
}
section article .col2 {
	float: left;
	width: 50%;
}
section article .col3 {
	float: left;
	width: 33.33%;
}
.col5 {
	float: left;
	width: 20%;
}
#home section article .col3 {
	width: 33.33%;
	padding: 0 12px 20px 12px;
	float: none;
	display: table-cell;
	border-right: 8px solid #FFF;
}
#home section article .col3:nth-of-type(2) {
	background: #ECECEC;
	border-right: 4px solid #FFF;
	border-left: 4px solid #FFF;
}
#home section article .col3:nth-of-type(3) {
	background: #DADADA;
	border-left: 8px solid #FFF;
	border-right: 0;
}
section article .col4 {
	float: left;
	width: 25%;
}
#home section article .col3 table {
	margin: 0;
}
section article .col2.col2a img, 
section article .col2.col2b img {
	width: 90px;
	height: auto;
}
.reports {
	background: #ECECEC;
	padding: 10px 12px;
	margin: 0 0 15px -12px;
	width: 108%;
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	width: -ms-calc(100% + 24px);
	width: -o-calc(100% + 24px);
	width: calc(100% + 24px);
}
a.report {
	float: left;
	width: 50%;
	padding-top: 20px;
	position: relative;
}
a.report img {
	margin-bottom: 20px;
	height: 104px;
	width: auto;
}
#home a.report p {
	position: relative;
	padding: 0 0 0 16px;
	margin-left: -4px;
	font-size: 11px;
	font-style: italic;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
a.report:hover p {
	color: #CF102D;
}
a.report p strong {
	display: block;
	font-size: 12px;
	font-style: normal;
}
a.report span {
	display: block;
	height: 38px;
	width: 38px;
	background: #B3B2B2;
	position: absolute;
	top: 0;
	left: 80px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}




a.report span:before {
	content: '';
	height: 4px;
	width: 56px;
	background: #CF102D;
	position: absolute;
	bottom: -8px;
	right: 0;
}
a.report span:after {
	content: '\e8f5';
	height: 35px;
	width: 35px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font: 20px 'icomoon';
	line-height: 35px;
	color: #FFF;
}
a.report:hover span {
	background: #4C4C4F;
}



a.circular span {
    display: block;
    height: 38px;
    width: 38px;
    background: #B3B2B2;
    position: relative;
    top: -40px;
    right: -210px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}




a.circular span:before {
	content: '';
	height: 4px;
	width: 56px;
	background: #CF102D;
	position: absolute;
	bottom: -8px;
	right: 0;
}
a.circular span:after {
	content: '\e8f5';
	height: 35px;
	width: 35px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font: 20px 'icomoon';
	line-height: 35px;
	color: #FFF;
}
a.circular:hover span {
	background: #4C4C4F;
}





section #shadow {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/bg_section.png) bottom left repeat-x;
}
.clear01 {
	float: left;
	display: block;
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #EEE;
}
section #row {
	position: relative;
}
section #row article ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}
section #row .contact ul,
section #row .sustainability ul { margin-left: 10px; }
section #row article ul li {
	position: relative;
	padding: 0 0 0 16px;
	line-height: 1.5;
}
*.margin-left { margin-left: 10px!important; }
.txtwht {
	color: #FFF;
}
.txtsml {
	font-size: 11px;
}
.txtRedL {
	color: #CF102D;
}
h3.red {
	color: #CF102D;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
.rule01 {
	border-bottom: solid 1px #000;
}
.rule02 {
	border-bottom: solid 2px #000;
}
.rule01gry {
	border-bottom: solid 1px #666;
}
.rule02gry {
	border-bottom: solid 2px #666;
}
.rule01red {
	border-bottom: solid 1px #CF102D;
}
.rule01redL {
	border-left: dashed 1px #CF102D;
	padding: 0;
}
.rule02red {
	border-bottom: solid 2px #CF102D;
}
.ruleLBR {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
.ruleL {
	border-left: solid 1px #000;
}
.ruleR {
	border-right: solid 1px #000;
}
.ruleBL {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
}
.ruleBR {
	border-bottom: solid 1px #000;
	border-Right: solid 1px #000;
}
.ruleBLwht {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	color: #FFF;
}
.ruleBRwht {
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	color: #FFF;
}
.ruleBL02gry {
	border-bottom: solid 2px #666;
	border-left: solid 1px #000;
}
.ruleBR02gry {
	border-bottom: solid 2px #666;
	border-Right: solid 1px #000;
}
.ruleLBR02 {
	border-bottom: solid 2px #666;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
.ruleBLT {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	color: #FFF;
}
.rulebox {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
	color: #FFF;
}
.ruleTLBR {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
}
.ruleTBR {
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
}
.rule01BR {
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

.ruleTdoted02{ border-top:3px solid #666!important;
               border-right-color:#CF102D;
			   border-right-style:dotted!important;
			     border-right-width:2px;}
			   
.ruledotR02{border-right-color:#CF102D;
			   border-right-style:dotted!important;
			     border-right-width:2px;}
			
.indent15{padding-left:15px;}

table.hover tr td {
	-webkit-transition: .3s background linear;
	   -moz-transition: .3s background linear;
		-ms-transition: .3s background linear;
		 -o-transition: .3s background linear;
			transition: .3s background linear;
}
table.hover tr:nth-of-type(n+3):hover td { background: #F1F1F1; }
table h4 {
	color: #000;
	margin: 0;
	font-size: 14px;
}
a.link {
	position: relative;
	padding-left: 10px;
	color: #CF102D;
	text-decoration: none;
	border: none;
	margin-left: 5px;
	display: block;
}
a.linkb {
	margin-left: 0px;
}
a:hover.linkb {
	margin-left: 0px;
}
.pull-right { float: right; }
img.pull-right { margin-bottom: 20px; }
.uppercase { text-transform: uppercase; }

#full #right p br:first-of-type {
	display: none;
}
.anon {
	margin: 0 10px;
	display: block;
	float: left;
	padding: 10px 0px 10px 0px;
	background: #EEE;
	height: 75px;
	border: solid 1px #666666;
	text-align: center;
	width: 48%;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: -ms-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
}
.anon:last-of-type {
	float: right;
}
.anon p {
	color: #CF102D;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}
.anon p a {
	color: #CF102D;
	font-size: 30px;
}
article .anon h3 {
	padding-bottom: 5px;
	color: #4C4C4C;
	font-size: 13px;
	width: 100%;
	line-height: 16px;
	padding-top: 2px;
	margin-left: 0;
	text-align: center;
}
#googlesearch {
	max-width: 247px!important;
	border: solid 1px #848484;
}
#googlesearch form {
	margin: 0px;
	padding: 0px;
}
#googlesearch input[type="text"] {
	margin: 0px;
	padding: 0px;
	width: 220px;
}
#googlesearch input[type="submit"] {
	margin: 5px;
	padding: 5px;
	display: block;
}

/*On page highlight*/
.OPI01 a.MI01, 
.OPI02 a.MI02, 
.OPI03 a.MI03, 
.OPI04 a.MI04, 
.OPI05 a.MI05, 
.OPI06 a.MI06, 
.OPI07 a.MI07, 
.OPI08 a.MI08 {
	font-weight: bold!important;
	color: #666;
}
/*On page highlight SUB Vangatfontein*/
.OPI0D13 a.SUBI001, 
.OPI0D10 a.SUBI01, 
.OPI0A10 a.SUBI02, 
.OPI0C10 a.SUBI03, 
.OPI0J10 a.SUBI04, 
.OPI0N10 a.SUBI05, 
.OPI0D14 a.SUBI03 {
	font-weight: bold!important;
	color: #666;
}
/*On page highlight SUB Vaalkrantz*/
.OPI0OC11 a.SUBV01 {
	font-weight: bold!important;
	color: #666;
}
/*On page highlight SUB Vaalkrantz*/
.OPI0OC12 a.SUBV02 {
	font-weight: bold!important;
	color: #666;
}
/*On page highlight SUB Vaalkrantz*/
.OPI0OC13 a.SUBV03, 
.OPI0OC14 a.SUBV04 {
	font-weight: bold!important;
	color: #666;
}
/*On page highlight SUB Vaalkrantz
.OPI0OC12 a.SUBV02
 { font-weight:bold!important; color:#666;}
 */
/*On page highlight SUB STERKFONTIEN*/
.OPI0N07 a.SUBN01 {
	font-weight: bold!important;
	color: #666;
}
/*On page highlight SUB KLIP*/
.OPI0KN07 a.SUBKN01 {
	font-weight: bold!important;
	color: #666;
}
/*On page highlight SUB JSE*/
.OPI0JSE1 a.SUBJSE1 {
	font-weight: bold!important;
	color: #666;
}
/*Highlighting side nav */
.sm01 li.sm_01 a, 
.sm02 li.sm_02 a, 
.sm03 li.sm_03 a, 
.sm04 li.sm_04 a, 
.sm05 li.sm_05 a, 
.sm06 li.sm_06 a, 
.sm07 li.sm_07 a, 
.sm08 li.sm_08 a, 
.sm09 li.sm_09 a {
	color: #CF102D!important;
}
/* our market */
div.margT10 {
	margin-top: 10px!important;
}
#market .col2 {
	width: 50%;
}
#market .col2 img {
	max-width: 100%;
	height: auto;
}
/* our business - initial page */
/* image mapping */
.thumbnail, 
.thumbnail span {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #EB222E;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 200px;
	left: 200px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.thumbnail:hover span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail span.vang { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 210px;
	top: -544px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.sterk { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 260px;
	top: -422px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.koud { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 472px;
	top: -329px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.vaal { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 440px;
	top: -404px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.braak { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 330px;
	top: -340px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.balg { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 310px;
	top: -381px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.moab { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 350px;
	top: -809px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.roode { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 140px;
	top: -705px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.bank { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 230px;
	top: -640px; /*position where enlarged image should offset horizontally */
}
.thumbnail span.mooi { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 460px;
	top: -506px; /*position where enlarged image should offset horizontally */
}
/* additional highlighting - esp for our business pages */
.sm02a .sm_02 > a, 
.sm02a .sm_02a a, 
.sm02b .sm_02 > a, 
.sm02b .sm_02b a, 
.sm03a .sm_03 > a, 
.sm03a .sm_03a a, 
.sm03b .sm_03 > a, 
.sm03b .sm_03b a, 
.sm03c .sm_03 > a, 
.sm03c .sm_03c a, 
.sm04aa .sm_04 > a, 
.sm04aa .sm_04a > a, 
.sm04aa .sm_04aa a, 
.sm04ab .sm_04 > a, 
.sm04ab .sm_04a > a, 
.sm04ab .sm_04ab a, 
.sm04ba .sm_04 > a, 
.sm04ba .sm_04b > a, 
.sm04ba .sm_04ba a, 
.sm04bb .sm_04 > a, 
.sm04bb .sm_04b > a, 
.sm04bb .sm_04bb a, 
.sm04bc .sm_04 > a, 
.sm04bc .sm_04b > a, 
.sm04bc .sm_04bc a {
	color: #CF102D!important;
}
/* additional highlighting - esp for responsibility pages */
.sm05a .sm_05 > a, 
.sm05a .sm_05a a, 
.sm05b .sm_05 > a, 
.sm05b .sm_05b a {
	color: #CF102D!important;
}
/* home page - website search */
section.home #row article.full div.col3 ul.regsubmit.search li a {
	color: #FFF;
	height: 28px;
}
section.home #row article.full div.col3 ul.regsubmit.search li {
	background: none;
	padding: 0;
}
section.home #row article.full div.col3 ul.regsubmit.search li h1, 
section.home #row article.full div.col3 ul.regsubmit.search li div.border {
	margin-left: 0;
}
section.home #row article.full div.col3 ul.regsubmit.search li div.border {
	margin-top: -10px;
}
section.home #row article.full div.col3 ul.regsubmit.search li h1 span {
	margin-right: 5px;
}
#home .searchBtn a {
	width: auto;
	background-position: 80% center;
	margin-right: 10px;
}
#home .searchBtn a:hover {
	background-position: 95% center;
}
ul.regsubmit.search li div.border h1 {
	background: #EBEBEB!important;
	margin-top: 20px;
}
ul.regsubmit.search li div.border {
	border: none;
	margin-left: 0;
}
section.home ul.regsubmit.search li div.border h1 {
	background: #FFF!important;
	margin-top: 30px;
}
section.home ul.regsubmit.search li div.border {
	border-bottom: 1px solid #A3A3A3;
}
/* google search */
form.gsc-search-box {
	margin: 0!important;
}
.cse .gsc-control-cse, 
.gsc-control-cse {
	padding: 0 10px 0 0!important;
}
.gsib_a {
	padding: 0!important;
}
.cse input.gsc-search-button, 
input.gsc-search-button {
	background-color: #CF102D!important;
	background-image: none!important;
	filter: none!important;
	border: 1px solid #CF102D!important;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.cse input.gsc-search-button:hover, 
input.gsc-search-button:hover {
	background-color: #000000!important;
	background-image: none!important;
	filter: none!important;
	border: 1px solid #000000!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, 
input.gsc-search-button-v2 {
	width: 30px!important;
	height: 31px!important;
	padding: 6px!important;
	min-width: 30px!important;
	color: #FFF!important;
	margin-top: 2px!important;
}
.gsc-search-box-tools .gsc-search-box input.gsc-input {
	background: none!important;
	font-size: 11px!important;
	color: #4c4c4c!important;
}
.gsc-results-wrapper-overlay {
	z-index: 10000000002!important;
}
article table.gstl_50,
 article table.gsc-search-box, 
article table.gstl_50 td, 
article table.gsc-search-box td {
	margin: 0;
	border: 0!important;
}
article table td.gsc-input {
	padding: 0;
}
.gsc-control-cse {
	margin-left: 10px;
}
.gsc-input-box {
	border-color: #000!important;
	-webkit-appearance: none;
	height: 30px!important;
}
.gsc-input-box:focus, 
.gsc-input-box-focus {
	border: 1px solid #CF102D!important;
	outline: 0!important;
	-webkit-appearance: none;
}
.gsst_a .gscb_a {
	color: #CF102D!important;
	padding-right: 10px;
	padding-top: 3px;
}
.gsc-modal-background-image-visible {
	opacity: 0.6!important;
}
.gsc-modal-background-image {
	z-index: 1001!important;
	background-color: #000!important;
}
.gsc-control-cse, 
.gsc-control-cse .gsc-table-result, 
.gsc-result-info {
	font-size: 11px!important;
}
td.gsc-branding-text div.gsc-branding-text, 
td.gcsc-branding-text div.gcsc-branding-text {
	display: none!important;
}
a.gcsc-branding-clickable {
	pointer-events: none!important;
	-webkit-pointer-events: none!important;
	-moz-pointer-events: none!important;
	-ms-pointer-events: none!important;
	-o-pointer-events: none!important;
}
.gs-result .gs-title, 
.gs-result .gs-title * {
	color: #CF102D!important;
	font-size: 11px!important;
	text-decoration: none!important;
}
.gsc-result .gs-title {
	height: 18px!important;
}
span.gs-fileFormatType, 
span.gs-fileFormat {
	font-size: 10px!important;
	color: #999!important;
}
.gs-result a.gs-visibleUrl, 
.gs-result .gs-visibleUrl {
	color: #666!important;
}
article .gs-result a {
	margin-left: 0!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #4c4c4c!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block!important;
	height: 25px;
	width: 25px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 25px!important;
	margin-top: 8px;
}
.gsc-cursor-page.gsc-cursor-current-page {
	border: 1px solid rgba(231,10,9,0.5)!important;
	background-color: #f9f9f9;
}
.gsc-cursor-page:hover {
	text-decoration: none;
	border: 1px solid rgba(231,10,9,0.7)!important;
}
.gsc-results .gsc-cursor-box {
	text-align: center!important;
	margin-right: -4px!important;
}
.gsc-preview-reviews, 
.gsc-control-cse .gs-snippet, 
.gsc-control-cse .gs-promotion em, 
.gsc-control-cse .gs-snippet, 
.gsc-control-cse .gs-promotion em {
	color: #4c4c4c!important;
}
.gs-no-results-result .gs-snippet, 
.gs-error-result .gs-snippet {
	border: 1px solid rgba(231, 10, 9, 0.4)!important;
	background-color: #f9f9f9!important;
}
/* END google search */

#home .home .col3:nth-of-type(2) div.border {
	margin-right: 15px;
}

@media (max-device-width: 1280px) and (orientation: landscape) {
	#tools {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	#tools {
		display: none;
	}
}
/* for search */
.searchBtn a {
	display: block;
	width: 230px;
	height: 15px;
	padding: 5px 10px 7px 10px;
	margin: 15px 0 15px 0;
	color: #FFF;
	text-decoration: none;
	background-color: #CF102D;
	background-image: url(../images/search.png);
	background-position: 200px center;
	background-repeat: no-repeat;
}
.searchBtn a:hover {
	background-color: #C40707;
	background-position: 220px center;
}
/* new */
#about h3 {
	padding-bottom: 0;
	margin-bottom: 0px;
}
#about h4 {
	margin-bottom: 0px;
	padding-bottom: 0;
	margin-left: 10px;
	margin-top: 0;
	padding-top: 0;
}
h3.arrow {
	padding-bottom: 0;
	padding-top: 5px;
	margin-bottom: 0;
	background: url(../images/arrow_red.png) 15px 19px no-repeat;
	margin-left: -20px;
	padding-left: 30px;
}
.linksChange article h3 {
	padding-bottom: 0;
	padding-top: 10px;
}
section #row article td ul {
	padding-left: 0;
	margin-left: 0;
}
section #row article td ul li {
	padding-right: 5px;
}
/* investors and media table */
div.investMedia {
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	z-index: 1;
	height: auto;
}
div.investMedia table {
	margin: 1px;
	border-spacing: 0;
	border: 0;
	z-index: 0;
	width: auto;
}
#invest td h3 {
	margin-left: 0;
	padding-bottom: 0;
}
article.media #full {
	float: left;
	width: 100%;
}
article.media #left {
	float: left;
	width: 18%;
	padding-bottom: 15px;
	margin-top: 15px;
}
article.media #right {
	float: left;
	padding: 0 0 10px 10px;
	border-left: 1px solid #A3A3A3;
	margin-bottom: 0px;
	margin-top: 15px;
	width: 82%;
}
article.media .noImage #right {
	float: left;
	width: auto;
	padding-right: 3%;
	border-left: 0px solid #A3A3A3;
}
article.media #right p {
	float: left;
	padding: 0;
	margin: 0;
}
article.media #right h3 {
	padding-left: 5px;
	padding-top: 0;
	margin-top: -4px;
}
article.media #right p {
	width: 100%;
}
article.mediaF #full {
	float: left;
	width: 100%;
}
article.mediaF #left {
	float: left;
	width: 33%;
	padding-bottom: 15px;
	margin-top: 15px;
	border-left: 1px solid #A3A3A3;
}
article.mediaF #right {
	float: left;
	width: 455px;
	padding-bottom: 10px;
	padding-right: 25px;
	margin-bottom: 0px;
	margin-top: 15px;
}
article.mediaF #right p {
	float: left;
	padding-right: 30px;
}
article.mediaF #right h3 {
	padding-left: 5px;
	padding-top: 0;
	margin-top: -4px;
}
article.mediaF #left {
	float: left;
	width: 18%;
}
article.mediaF #right {
	float: left;
	width: 75%;
}
article.mediaF #right p {
	width: 100%;
}
.maintextGrey {
	margin: 0px;
	padding-bottom: 10px;
	color: #4C4C4C;
}
.maintextGrey p {
	margin: 0px;
	padding-bottom: 10px;
	color: #4C4C4C;
}
.maintextGrey01 {
	margin: 0px;
	padding-left: 0px;
	color: #4C4C4C;
	padding-bottom: 10px;
}
article h2.glries {
	width: auto;
	display: block;
	margin-right: 10px;
}
article h2 span.title {
	display: block;
	width: 50%;
	float: left;
}
article h2 span.backLnk {
	display: block;
	width: 50%;
	float: right;
	font-weight: normal;
	text-align: right;
}
/* Hannah */
#togglesign {
	display: none;
}
a.arrows {
	display: none;
}
/* 16 Sep 2014 */
article.about, 
article.market, 
article.business, 
article.sustainability, 
article.invest, 
article.investor, 
article.investorim, 
article.media, 
article.mediaF, 
article.search, 
article.contact {
	padding-bottom: 50px;
}
article p:last-child {
	padding-bottom: 0;
}
article.media #full:last-child #right {
	padding-bottom: 0!important;
}
article table td, article table th {
	padding: 2px 5px;
}
p.intro {
	padding-bottom: 15px;
}
.grey {
	background: #E0E0E0;
	padding: 15px;
	overflow: hidden;
}
.grey .col2 {
	width: 50%;
}
.grey.small p {
	font-size: 11px;
	padding-bottom: 9px;
	padding-left: 5px;
}
.grey.small p:last-child {
	padding-bottom: 0;
}
.grey p {
	margin-left: 0;
	padding-right: 0;
}
.grey .col2:first-child p {
	padding-right: 40px;
}
.responsive {
	overflow-x: hidden;
}
.responsive table {
	min-width: 700px;
}
.longTable {
	overflow-x: scroll;
	margin-left: 10px;
	margin-bottom: 20px;
}
.longTableAuto {
	overflow-x: auto;
}
.longTable table {
	margin-left: 0!important;
}
.longTable td {
	text-wrap: none;
	padding: 2px 10px;
}
/* COMPANY PROFILE */
#about.sm01 .grey {
	margin: 0 10px 20px 10px;
	padding: 20px;
	background: #ECECEC;
}
#about.sm01 .grey h3 {
	padding: 0;
	margin: 0;
	color: #CF102D;
}
#about.sm01 .grey p:last-of-type,
#about.sm01 .grey ul:last-of-type {
	padding: 0;
}
/* GROUP STRUCTURE */
.groupstructure {
	margin: 10px 7px 0 7px;
}
.groupstructure .sub, 
.groupstructure .empty {
	position: relative;
	width: 15.66%;
	float: left;
	margin: 0 1%;
	display: block;
	color: #000;
}
.groupstructure .sub {
	margin: 0 .5% 40px .5%;
}
.groupstructure .row:last-of-type .sub {
	margin: 0 .5%;
}
.groupstructure .row:nth-of-type(2) .sub:before, 
.groupstructure .row:nth-of-type(3) .sub:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	height: 0;
	width: 110%;
	border-top: 4px solid #CF102D;
}
.groupstructure .row:nth-of-type(2) .sub:nth-of-type(3):before, 
.groupstructure .row:nth-of-type(2) .sub:nth-of-type(4):before, 
.groupstructure .row:nth-of-type(3) .sub:nth-of-type(3):before, 
.groupstructure .row:nth-of-type(3) .sub:nth-of-type(4):before {
	width: 100%;
}
.groupstructure .sub.connect:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 32px;
	width: 0;
	border-right: 1px solid #CF102D;
}
.groupstructure .subimg {
	position: relative;
	width: 100%;
	padding: 0 0 10px 0;
}
.groupstructure .subimg:before {
	content: '';
	position: absolute;
	display: block;
	bottom: -5px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 12px;
	border-top: 1px solid #666;
}
.groupstructure .subimg:after {
	content: '';
	position: absolute;
	display: block;
	bottom: -5px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);
	border-top: 10px solid #666;
}
.groupstructure img {
	width: 100%;
	height: auto;
}
.groupstructure .text {
	min-height: 80px;
	background: #A7A9AC;
	padding: 0 10px;
	display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;           /* TWEENER - IE 10 */
	display: -webkit-flex;          /* NEW - Chrome */
	display: flex;
	-webkit-flex-align: center;
	-webkit-box-align: center; /* OLD - iOS 6-, Safari 3.1-6 */
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.groupstructure .text h5 {
	color: #FFF;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	line-height: 16px;
}
.groupstructure .sub:hover .text {
	background: #666;
}
p.txtgrey {
	color: #666;
}
.groupstructure .subpopup {
	position: absolute;
	top: 0;
	left: -.5px;
	width: 100.5%;
	height: 100.5%;
	background: #D1D2D4;
	padding: 5px 10px;
}
.groupstructure .subpopup p {
	color: #000;
	text-align: center;
	line-height: 14px;
	font-size: 11px;
	padding: 0 0 10px 0;
	margin: 0;
}
/* center align minimal text if no projects */
.noprojects {
	display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;           /* TWEENER - IE 10 */
	display: -webkit-flex;          /* NEW - Chrome */
	display: flex;
	-webkit-flex-align: center;
	-webkit-box-align: center; /* OLD - iOS 6-, Safari 3.1-6 */
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.groupstructure .subpopup p:last-of-type {
	padding: 0;
}
.groupstructure .subpopup p strong {
	color: #EB1D24;
	display: block;
}
.groupstructure .ownership {
	padding: 5px 0;
}
.groupstructure .subprojects {
	background: #FFF;
	border: 1px solid #000;
	position: absolute;
	bottom: 8px;
	padding: 5px;
	width: 87%;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
}
/* STRATEGIC REVIEW */
.openThis.tabular {
	padding: 0;
}
.openThis .headings {
	background: #77787B;
	color: #FFF;
}
.openThis .mainContent .col3, 
.openThis .headings .col3 {
	width: 35%;
	padding: 15px 10px;
}
.openThis .headings .col3:first-of-type, 
.openThis .mainContent .col3:first-of-type {
	width: 30%;
	padding-left: 35px;
}
.openThis .headings .col3:first-of-type { background: #4D4D4F; }
.openThis .headings .col3:last-of-type { background: #939598; }
#about .openThis .headings h4, 
#about .openThis .mainContent h4 {
	color: #393939;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
#about .openThis .headings h4 { 
	color: #FFF;
	white-space: nowrap;
	position: relative;
	padding-left: 35px;
}
#about .openThis .headings h4:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../images/aboutus/scorecard/scorecard1x2.png) 0 0 no-repeat;
	background-size: contain;
}
#about .openThis .headings .col3:nth-of-type(2) h4:before { background-image: url(../images/aboutus/scorecard/scorecard2x2.png); }
#about .openThis .headings .col3:nth-of-type(3) h4 { padding-left: 25px; }
#about .openThis .headings .col3:nth-of-type(3) h4:before { background-image: url(../images/aboutus/scorecard/scorecard3x2png.png); }
.openThis .mainContent {
	padding: 10px 0;
	display: table;
	width: 100%;
	border-bottom: 1px solid #D20025;
}
.openThis .mainContent:last-of-type { border-bottom: 0; }
#about .openThis .mainContent h4 {
	font-weight: bold;
}
.openThis .mainContent .col3 {
	float: none;
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}
.openThis .mainContent:last-of-type .col3 {
	border-bottom: 0;
}
.openThis .mainContent .col3:nth-of-type(even) { 
	background: #ECECEC;
}
section #row article .openThis .mainContent .col3 ul:last-of-type {
	padding-bottom:  0;
}
section #row article .openThis .mainContent ul li {
	padding: 0 0 0 12px;
}
body:not(#home) section #row article ul > li,
section #row article ul.dotted > li {
	padding: 0 0 0 12px;
}
section #row article .openThis .mainContent ul li:before, 
section #row article.business .openThis .grey ul li:before, 
section #row article ul.dotted > li:before,
body:not(#home) section #row article ul > li:before {
	border: none;
	width: 5px;
	height: 5px;
	background: #CF102D;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
body:not(#home) section #row article ul > li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
}
section #row article ul.dotted {
	margin: 0 10px;
}
section #row article.business .openThis .grey ul li:before {
	left: 1px;
}
section #row article.business .openThis .grey ul li {
	/*padding: 0 10px!important;*/
}
section #row article .openThis .mainContent ul li:after, 
section #row article.business .openThis .grey ul li:after, 
section #row article ul.dotted > li:after,
body:not(#home) section #row article ul > li:after {
	display: none;
}
.objectives {
	margin: 0 10px 30px 10px;
	padding: 15px 20px;
	background: #E6E7E8;
	position: relative;
}
#about .objectives h3 {
	padding: 15px 0;
	margin: 0;
	color: #CF102D;
	font-size: 16px;
}
article .objectives img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* KEY MILESTONES / TIMELINE */
.size14 {
	font-size: 14px;
}
.years {
	height: 150px; 
	margin: 0 0 15px 0;
	z-index: 3;
	position: relative;
}
.years > .line {
	height: 22px;
	width: 100%;
	display: block;
	position: absolute;
	border: 2px solid #7F8184;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.years a {
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
	background: #FFF;
	color: #FFF;
	font-size: 18px;
	float: left;
	margin: 0 1.8%;
	line-height: 60px;
	text-align: center;
	border: 2px solid #7F8184;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.years a:hover, 
.years a.active {
	color: #FFF;
	border-color: #CF102D;
}
.years a:first-of-type {
	margin-left: -2px;
}
.years a:last-of-type {
	margin-right: -2px;
	margin-left:0;
	float: right;
	border-color: #CF092B;
}
.years a:before {
	content: '';
	position: absolute;
	top: 7.5%;
	left: 7.5%;
	display: block;
	width: 85%;
	height: 85%;
	background: #000;
	z-index: -2;
}
.years a.active {
	height: 105px;
	width: 105px;
	color: #FFF;
	line-height: 100px;
	font-size: 28px;
	margin: 0 1.4%;
}
.years a:first-of-type:after { left: 5%; }
.years a:hover:before {
	border-color: #CF092B;
}
.years a, 
.years a:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.years a:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -5%;
	width: 110%;
	height: 18px;
	background: #FFF;
	z-index: -3;
	display: block;
}
.years a:last-of-type:after, 
.years a:last-of-type.active:after {
	width: 85%;
}
.years a:last-of-type:before { background-color:#CF092B; }
.years a.active:after { width: 120px; }
.years a.active:first-of-type, 
.years a.active:last-of-type {
	margin-right: 0;
	margin-left: 0;
}
.years a.active:first-of-type {
	margin-left: -1px;
}
.years a.active:last-of-type {
	margin-right: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    /*::i-block-chrome, .years a:after {
		margin-top: -9px;
	}
	::i-block-chrome, .years a.active:after {
		margin-top: -6px;
	}*/
	
	::i-block-chrome, .years a, 	
	::i-block-chrome, .years a:before, 	
	::i-block-chrome, .years a:after {
		 -webkit-transition: none;
		 -moz-transition: none;
		 -ms-transition: none;
		 -o-transition: none;
		 transition: none;
	}
}
.yearWrapper {
	position: relative;
	padding: 20px 10px;
	background: #D1D2D4;
	z-index: 1;
	border-bottom: 15px solid #CF102D;
}
.yearWrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	border-top: 6px solid #CF102D;
	border-right: 6px solid #CF102D;
}
.indicator {
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images/indicator.png) top center no-repeat;
	position: absolute;
	top: -65px;
	left: -10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.yearWrapper.latest {
	background: #D1D3D4;
}
.yearWrapper.latest .indicator {
	background: url(../images/indicator-latest.png) top center no-repeat;
}
.yearInfo .col4 {
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding: 0 15px;
}
.yearInfo:last-of-type { padding: 0 16.66%; }
.yearInfo img {
	margin: 0 auto;
	display: block;
}
article.about .yearInfo p {
	padding: 0 0 18px 0;
	line-height: 1.4;
	color: #333333;
}
article.about .yearInfo p.size14 {
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 0 10px 0;
}
.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
article.about .yearInfo:last-of-type p { text-align:center; }

/* 24 June 2016 */
.webcast-2016 {
	margin: 50px 0 0 0;
	padding-bottom: 20px;
	
}
.webcast-2016 .col33, 
.webcast-2016 .col66 {
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.webcast-2016 .col33 {
	width: 33.33%;
}
.webcast-2016 .col66 {
	width: 66.66%;
}
.webcast-2016 .col66 p:first-of-type {
	font-weight: bold;
	font-size: 14px;
}
.webcast-2016 .col66 p:first-of-type a {
	font-size: 12px;
	color: #4C4C4C
}
.webcast-2016 p.note {
	font-style: italic;
}
.webcast-2016 table {
	margin: 0 0 10px 0;
	width: 100%;
}
.webcast-2016 table th {
	background: #CF102D;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
.webcast-2016 table th, 
.webcast-2016 table td {
	padding: 5px 15px;
}
.webcast-2016 table th:first-of-type {
	border-left: 15px solid #CF102D;
}
.webcast-2016 table th:last-of-type {
	border-right: 15px solid #CF102D;
}
.webcast-2016 table td {
	border-bottom: 2px dotted #E8E8E8;
}
.webcast-2016 table td:first-of-type {
	border-left: 15px solid #E8E8E8;
}
.webcast-2016 table td:last-of-type {
	border-right: 15px solid #E8E8E8;
}
.webcast-2016 table tr:last-of-type td {
	border-bottom: 15px solid #E8E8E8;
}
.webcast-2016 table tr:nth-of-type(2) td strong {
	font-size: 13px;
}

/* BOARD OF DIRECTORS */
.directorate {
	display: table;
	width: 100%;
	background: #ECECEC;
}
.directors {
	display: table-cell;
	width: 55%;
	background: #4C4C4F;
	padding: 20px 15px 50px 15px;
	vertical-align: top;
}
.directors .col2:nth-of-type(1) {
	padding-right: 4%;
}
.directors .col2:nth-of-type(2) {
	padding-left: 4%;
}
.directors a {
	display: block;
	position: relative;
	padding: 15px 50px 15px 10px;
	margin: 0;
	border-bottom: 1px solid #777;
	color: #FFF;
	background: rgba(235,29,37,0);
}
.directors a em {
	display: block;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.directors a:hover, 
.directors a.active {
	background: #CF102D;
}
.directors a:hover, 
.directors a:hover em, 
.directors a.active, 
.directors a.active em {
	color: #FFF;
}
.directors a.active:after { opacity: 0; }
.directorInfo {
	display: table-cell;
	width: 45%;
	padding: 25px 0 25px 25px;
	vertical-align: top;
}
#about article .directorInfo h3 {
	margin: 0;
	padding: 0;
	color: #CF102D;
	font-size: 16px;
}
article .directorInfo p {
	padding: 0 20px 18px 0;
	margin: 0;
}
article .directorInfo p:last-of-type {
	padding: 0 20px 0 0;
}
article .directorInfo .directorImg {
	float: right;
	margin: 0 20px 20px;
	padding: 0 10px;
	border-bottom: 9px solid #3A3A3A;
}
article .directorInfo p.age, 
article .directorInfo p.title, 
article .directorInfo p.qualifications, 
article .directorInfo p.appointed {
	padding: 0;
	font-size: 13px;
}
article .directorInfo p.age {
	color: #595959;
}
article .directorInfo p.title {
	color: #CF102D;
	font-weight: bold;
	font-style: italic;
}
article .directorInfo p.qualifications {
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
article .directorInfo p.appointed {
	color: #000;
	padding: 0 0 18px 0;
	font-style: italic;
}
article .directorInfo p.purple {
	color: #7C489D;
	padding: 0;
}
article .directorInfo p.turquoise {
	color: #006A71;
	padding: 0;
}
article .directorInfo p.brown {
	color: #8E492F;
	padding: 0;
}
article .directorInfo p.blue {
	color: #006394;
	padding: 0;
}
article .directorInfo p.green {
	color: #858735;
	padding: 0;
	display: block;
}
article .directorInfo p small {
	font-size: 11px;
}
article .directorInfo p:last-of-type { padding-bottom: 0; }
/* Operating collieries */
.imgR {
	margin: 0 10px 8px 80px;
	float: right;
	position: relative;
}
.imgR.less {
	margin: 0 10px 10px 10px!important;
	float: right;
	position: relative;
	/*border: 1px solid #A3A3A3; */
	padding: 10px;
}
h3.cap0MB {
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 2px;
	color: #CF102D;
}
.tabbed + .expand { margin-top: 40px; }
.expand {
	clear: both;
	padding: 0 0 10px 0;
}
.expand:last-child {
	padding-bottom: 0;
}
h3.clickToExpand, 
a.clickToExpand {
	background: #4C4C4F;
	display: block;
	margin: 0 10px 0 10px;
	width: auto;
	font-size: 15px;
	color: #FFF;
	padding: 10px 40px 10px 35px!important;
	position: relative;
	transition: all .3s linear;
	cursor: pointer;
	font-weight: normal;
	z-index: 1;
}
a.clickToExpand {
	margin: 0 10px 10px 10px;
}
h3.clickToExpand:after, 
a.clickToExpand:after, 
.directors a:after, 
.gallery-years a:after {
	content: '\e936';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    color: #4C4C4F;
    font-weight: normal;
}
h3.clickToExpand.open:after { content: '\e937';}
.directors a:after {
	right: 10px;
}
h3.clickToExpand:hover, 
h3.clickToExpand.open {
	background: #CF102D;
}
a.clickToExpand:hover, 
a.clickToExpand.open {
	background: #CF102D;
	color: #FFF;
}
.openThis {
	display: none;
	border: 1px solid #444444;
	border-top: none;
	margin: 0 10px 0 10px;
	padding: 0;
}
.openThis .grey {
	padding: 0;
	background: #E0E0E0;
	border-bottom: 1px solid #CF102D;
}
.openThis .grey h3 {
	margin: 15px 0;
}
.openThis .grey h4 {
	padding: 0;
	margin: 0;
	color: #CF102D;
}
.openThis.normalh4 .grey h4 {
	font-size: 12px;
	color: #4C4C4C;
	margin-left: 15px!important;
}
.openThis .grey p {
	margin: 0 0 6px 0;
	padding: 0 15px 6px 0;
	border-bottom: 1px solid #CF102D;
}
.expand.white .openThis .grey {
	padding-top: 15px;
}
.expand.white .openThis .grey h3.cap0MBgrey {
	margin-top: 0;
}
.expand.white .openThis .grey h3.cap0MBgrey:first-child {
	padding-top: 0!important;
}
.expand.white .openThis .grey p, 
.expand.white .openThis .grey ul {
	border-bottom: none;
}
.openThis .grey p:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0 15px 8px 0;
}
.openThis.noRule .grey {
	border-bottom: none;
}
.openThis .grey ul li, 
ul.dot li {
	position: relative;
	background: none!important;
	font-size: 12px!important;
}
.openThis .grey ul li:before, 
ul.dot li:before {
	position: absolute;
	content: '•';
	display: block;
	height: 100%;
	width: 12px;
	left: 0;
	top: 0;
	font-size: 16px;
}
.openThis .left {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 64.2%;
	width: -webkit-calc(100% - 345px); /*width of .right, plus margin */
	width: -moz-calc(100% - 345px);
	width: -ms-calc(100% - 345px);
	width: -o-calc(100% - 345px);
	width: calc(100% - 345px);
}
.expand.white .openThis .grey .left {
	width: 100%;
	margin-left: 0;
	padding: 0 10px;
}
.openThis .right {
	position: relative;
	float: right;
	width: 335px;
}
.openThis .right img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.openThis .white {
	padding: 15px 0 15px 0;
	background: #FFF;
	clear: both;
}
.openThis ol {
	margin: 0 10px 20px 10px!important;
	padding-left: 22px!important;
}
.separate {
	display: block;
	height: 0;
	width: auto;
	margin: 10px 10px 50px 10px;
	border-bottom: 1px solid #CF102D;
}
.twoCol {
	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;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-webkit-align-content: flex-start;
	-webkit-flex-basis: 100%;
}
.twoCol p, 
.twoCol p:last-child {
	padding-bottom: 20px;
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	width: 300px;             /* For old syntax, otherwise collapses. */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;
	flex-basis: auto;
}
p.moreB {
	padding-bottom: 30px!important;
}
ul.moreB {
	padding-bottom: 20px!important;
}
p.noB, h3.noB {
	padding-bottom: 0!important;
	margin-bottom: 0!important
}
h3.cap0MBgrey {
	color: #4C4C4C;
	text-transform: uppercase;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
#about h3.cap0MB {
	padding-top: 5px;
}
#about h3.arrow {
	padding-top: 0;
	background: url(../images/arrow_red.png) 15px 4px no-repeat;
}
.openThis .grey ul.arrow li {
	position: relative;
}
.openThis.noRule .grey.padP h3.cap0MB {
	margin-bottom: 0;
	padding: 0 15px;
}
.openThis.noRule .grey.padP {
	background: #FFF;
	padding: 15px 0;
}
.openThis.noRule .grey.padP p {
	padding: 0 15px 10px 15px;
	border-bottom: none;
}
.openThis.noRule .grey.padP p:last-child {
	padding: 0 15px 0 15px;
}
.openThis.noRule .grey.padP img, img.midImg {
	vertical-align: top;
	margin: 0 auto 15px auto;
	display: block;
	width: auto;
	max-width: 1000px;
}
table.moreP td {
	padding: 10px;
}
.green {
	color: #8CB80A;
	display: none;
}
.vertLDash {
	border-left: 1px dashed #000;
}
.vertRDash {
	border-right: 1px dashed #000;
}
.media #full, 
.mediaF #full {
	border-bottom: solid 1px #A3A3A3;
	background: #FFF;
}
.media #full {
	padding-bottom: 10px;
}
.media #full #left img {
	max-width: 90%;
}
.media #full:nth-child(odd), 
.mediaF #full:nth-child(odd) {
	background: #F6F6F6;
}
.greyBG {
	text-align: center;
	background: #9E9D9D;
	margin: 0 10px;
}
.imgC {
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: auto;
}
.sustainability .imgC {
	display: block;
	margin-bottom: 50px;
	max-width: 100%;
	height: auto;
}
.imgFullW {
	width: 100%;
}
article {
	white-space: normal;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #CF102D;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 10px 15px 10px;
	padding: 7px 0;
}
.openThis h5 {
	margin: 0 15px 15px 15px;
}
.sepCol {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}
.sepCol.moreB {
	margin-bottom: 20px;
}
td.vertL05wht01red, 
td.vertL05wht, 
td.vertL05whtTxtWht {
	position: relative;
}
td.vertL05wht01red {
	border-bottom: 1px solid #CF102D;
}
td.vertL05whtTxtWht {
	color: #FFF;
}
td.vertL05wht01red:before, 
td.vertL05wht:before, 
td.vertL05whtTxtWht:before {
	position: absolute;
	left: -5px;
	top: 0;
	width: 0;
	height: 100%;
	content: '';
	display: block;
	border-left: 5px solid #FFF;
}
/* STRATEGIC OVERVIEW */


/* HOW WE CREATE VALUE */
.text-red { color: #CF102D!important; }
.text-black { color: #000!important; }
.no-padding { padding: 0!important; }
.no-paddingT { padding-top: 0!important; }
.no-paddingB { padding-bottom: 0!important; }
.no-paddingL { padding-left: 0!important; }
.no-paddingR { padding-right: 0!important; }
.extraT { padding-top: 10px!important; }

.tabbed.vertical {
	padding: 20px 10px;
	width: 100%;
	display: table;
}
.tabbed.vertical > div {
	display: table-cell;
	vertical-align: top;
}
.tabbed.vertical > .nav-tabbed {
	width: 30%;
	padding: 20px;
	background: #4C4C4F;
	color: #FFF;
}
.tabbed.vertical > .nav-tabbed a { 
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 50px 20px 15px;
	display: block;
	margin-bottom: 0;
	position: relative;
}
.tabbed.vertical > .nav-tabbed a:before {
	content: '\e936';
	font-family: 'icomoon';
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	width: 30px;
	height: 30px;
	background: #FFF;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 15px;
	color: #4C4C4F;
	font-weight: normal;
}
.tabbed.vertical > .nav-tabbed a.active:before { opacity: 0; }
.tabbed.vertical > .nav-tabbed a.active,
.tabbed.vertical > .nav-tabbed a:hover,
section #row article ul.dotted.red li:before { background: #CF102D; }
.tabbed.vertical > .nav-tabbed a.active { margin-bottom: 15px; } 
.tabbed.vertical > .nav-tabbed a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #777;
}
.tabbed.vertical > .nav-tabbed a.active:after { bottom: -15px; }

.tabbed.vertical > .content-tabbed {
	width: 70%;
	padding: 40px 20px 40px;
	background: #ECECEC;
}
.tabbed.vertical > .content-tabbed .tab-pane { display: none; }
#about .tabbed.vertical > .content-tabbed h3,
.tabbed.vertical > .content-tabbed h3 {
	padding: 0;
	margin: 0 0 10px 15px;
	line-height: 1;
	font-size: 16px;
}
#about .tabbed.vertical > .content-tabbed h3 span { margin-top: 15px; }
.tabbed.vertical > .content-tabbed h5 {
	color: #FFF;
	font-size: 12px;
	border: 0;
	background: #4C4C4F;
	padding: 7px 10px;
	line-height: 1;
	margin-bottom: 5px;
}
.tabbed.vertical > .content-tabbed .col2:nth-of-type(even) h5 { margin-right: 0; }
.tabbed.vertical > .content-tabbed .col2:nth-of-type(n+3) { margin-top: 25px; }
.tabbed.vertical > .content-tabbed h3 .icons {
	display: inline-block;
	margin: -25px 10px 0 10px;
	vertical-align: bottom;
}
#about .tabbed.vertical > .content-tabbed .icons h4 {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 10px 0;
}
#about .tabbed.vertical > .content-tabbed .icons h4 + div {
	height: 95px;
	width: 95px;
	display: block;
	background: #BCBEC0;
	margin: 0 auto 40px auto;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}
#about .tabbed.vertical > .content-tabbed .icons h4 + div > img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
#about .tabbed.vertical > .content-tabbed .row { margin-bottom: 30px; }
#about .tabbed.vertical > .content-tabbed p big {
	font-size: 18px;
	line-height: 1.3;
	display: block;
	margin-right: 15px;
}
.bg-white {
	background: #FFF;
	padding: 10px 5px;
}
#about .tabbed.vertical > .content-tabbed .bg-white > div { 
	text-align: center; 
	padding: 15px 15px 5px 15px;
}
#about .tabbed.vertical > .content-tabbed .bg-white > div h4 {
	font-weight: normal;
	line-height: 1.2;
	margin: 10px 0 0 0;
}
.tabbed.vertical.with-dropdown { padding-bottom: 0; }
.tabbed.vertical.with-dropdown > .nav-tabbed { width: 40%; }
.tabbed.vertical.with-dropdown > .content-tabbed { 
	width: 60%;
	padding: 20px;
	position: relative;
}
.tabbed.vertical.with-dropdown > .content-tabbed img.key { 
	margin-bottom: 0;
	position: absolute;
	top: 100%;
	right: 20px;
	z-index: 9;
	max-width: -webkit-calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: -ms-calc(100% - 40px);
	max-width: -o-calc(100% - 40px);
	max-width: calc(100% - 40px);
}
.dropdown { 
	padding: 20px;
	margin: 0 10px;
    background: #ECECEC;
	display: none;
}
section article .dropdown .col2:nth-of-type(2) { padding-top: 65px; }

/* STRATEGY SCORECARD - CIRCULAR TABS */
.tabbed.circular { position: relative; margin: 0 10px; }
.tabbed.circular .nav-tabbed {
	position: relative;
	display: block;
	margin: 30px auto;
	border: 8px solid #D1D3D4;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	width: 500px;
	height: 500px;
	overflow: hidden;
	background: #D00A2C;
	z-index: 1;
}
.tabbed.circular .nav-tabbed:before {
	content: '';
	position: absolute;
	top: 30%;
	left: 30%;
	width: 40%;
	height: 40%;
	margin: -8px 0 0 -8px;
	border: 8px solid #D1D3D4;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	background: #FFF url(../images/aboutus/center.jpg) center center no-repeat;
	background-size: 60%;
	z-index: 999;
}
.tabbed.circular .nav-tabbed a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
	height: 50%;
	width: 50%;
	position: absolute;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 45px;
}
.tabbed.circular .nav-tabbed a:after {
	content: '\e936';
    font-family: 'icomoon';
    font-size: 20px;
	font-weight: normal;
	position: absolute;
}
.tabbed.circular .nav-tabbed a:first-of-type:after { right: 15px; top: 15px; }
.tabbed.circular .nav-tabbed a:nth-of-type(2):after { left: 15px; top: 15px; }
.tabbed.circular .nav-tabbed a:nth-of-type(3):after { left: 15px; bottom: 15px; }
.tabbed.circular .nav-tabbed a:nth-of-type(4):after { right: 15px; bottom: 15px; }
.tabbed.circular .nav-tabbed a.active:after { opacity: 0; }
.tabbed.circular .nav-tabbed a:nth-of-type(even) { background: #4D4D4F; }
.tabbed.circular .nav-tabbed a:hover,
.tabbed.circular .nav-tabbed a.active { background: #000; }
.tabbed.circular .nav-tabbed a:first-of-type { left: 0; top: 0; border-right: 4px solid #D1D3D4; border-bottom: 4px solid #D1D3D4; }
.tabbed.circular .nav-tabbed a:nth-of-type(2) { left: 50%; top: 0; border-left: 4px solid #D1D3D4; border-bottom: 4px solid #D1D3D4; }
.tabbed.circular .nav-tabbed a:nth-of-type(3) { left: 50%; top: 50%; border-top: 4px solid #D1D3D4; border-left: 4px solid #D1D3D4; }
.tabbed.circular .nav-tabbed a:nth-of-type(4) { left: 0; top: 50%; border-top: 4px solid #D1D3D4; border-right: 4px solid #D1D3D4; }
.tabbed.circular .nav-tabbed a span { 
	display: block;
}
.tabbed.circular .nav-tabbed a:nth-of-type(odd) span { 
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.tabbed.circular .nav-tabbed a:nth-of-type(even) span { 
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.tabbed.circular .content-tabbed { 
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.tabbed.circular .tab-pane { 
	display: none;
	width: 50%;
	padding: 20px 10px;
	border: 2px solid #D1D3D4;
	position: absolute;
	height: 50%!important;
}
.tabbed.circular .tab-pane p { font-size: 14px; }
.tabbed.circular .tab-pane p strong { color: #D00A2C; }
.tabbed.circular .tab-pane:first-of-type,
.tabbed.circular .tab-pane:last-of-type { padding-right: 27.5%; }
.tabbed.circular .tab-pane:nth-of-type(2),
.tabbed.circular .tab-pane:nth-of-type(3) { padding-left: 26%; }
.tabbed.circular .tab-pane:first-of-type { left: 0; top: 0; }
.tabbed.circular .tab-pane:nth-of-type(2) { left: 50%; top: 0; }
.tabbed.circular .tab-pane:nth-of-type(3) { left: 50%; top: 50%; }
.tabbed.circular .tab-pane:nth-of-type(4) { left: 0; top: 50%; }


/* OUR BUSINESS - OPERATING COLLIERIES */
.colliery {
	margin: 20px 10px 5px 10px;
	position: relative;
}
.colliery h2 { margin: 0 0 10px 0; }
#invest .colliery h2 { 
	padding-left: 10px;
	color: #FFF;
}
.colliery img {
	width: 100%;
	height: auto;
	border-bottom: 15px solid #CF102D;
}
#invest .colliery img { border: 0; }
.openThis .bg-white {
	padding: 25px; 
}
.whiteRounded {
	background: #FFF;
	margin: 15px 0;
	padding: 15px;
}
.whiteRounded .col2 {
	float: none;
	display: table-cell;
}
.whiteRounded .col2:last-of-type {
	border-left: 1px solid #CCC;
	padding-left: 20px;
}
article.business .openThis .grey {
	padding: 25px 35px;
	background: #D1D3D4;
	color: #000;
	border-bottom: 0;
}
article.business .openThis .grey h3 {
	color: #CF102D;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
/*article.business .openThis .grey h4,*/ 
#sustainability.sm04 .openThis .white h4 {
	color: #CF102D;
	border-bottom: 1px solid #CF102D;
	display: inline-block;
	margin-bottom: 3px;
	font-size: 14px;
}
article.business .openThis .grey p, 
article.business .openThis .grey ul {
	border-bottom: 0;
	color: #000;
}
section #row article .whiteRounded ul {
	margin: 0;
}
article.business .openThis .grey .responsive table {
	margin: 0;
	width: 100%;
}
article.business .openThis .grey .responsive table td:first-of-type strong {
	font-size: 14px;
}
article.business .openThis .grey p small {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}
.highlights {
	margin-bottom: 30px;
	padding: 25px 15px 0 15px;
}
article.business .col5 {
	padding: 15px 20px;
	text-align: center;
}
article.business .openThis .grey .col5 h3 {
	text-align: center;
	color: #CF102D;
	margin: 0;
	padding: 0 0 10px 0;
}
.setH .col5 h3 {
	height: 46px;
}
.sm03 article.business .highlights {
	margin-bottom: 0;
}
h3 > span[class^="icon-play"] { 
	width: 20px; 
	display: inline-block; 
	margin-left: -20px; 
}
.highlights { display: table; width: 100%; }
.highlights > div {
	float: none;
	display: table-cell;
	border-right: 1px solid #4C4C4C;
}
.highlights > div:last-of-type { border-right: 0; }
.highlights > div > * { margin: 0; }
.highlights > div p {
	font-size: 12px;
	text-align: center;
	width: 100%;
	padding: 0 25px;
	margin: 15px 0;
	display: block;
	position: relative;
	line-height: 1.4;
}
.highlights > div p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-top: 4px solid #CF102D;
	border-right: 4px solid #CF102D;
}
.highlights > div p big {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 3px 0;
}
.whiteRounded .text {
	display: table-cell;
	width: 45%;
	padding-right: 2%;
}
.whiteRounded .mapImg {
	display: table-cell;
	width: 55%;
	text-align: right;
	vertical-align: middle;
}
.whiteRounded .mapImg img {
	max-width: 100%;
	height: auto;
	display: block;
	text-align: right;
}

/* RESPONSIBILITY - RISK MANAGEMENT */
.tabbed.vertical.risk > .nav-tabbed { width: 45%; }
.tabbed.vertical.risk > .content-tabbed { width: 55%; }
.tabbed.vertical.risk > .nav-tabbed a { 
	font-weight: normal;
	padding: 15px 60px 15px 40px;
	font-size: 14px;
}
.tabbed.vertical.risk > .nav-tabbed a:last-of-type:after { border: 0; }
.tabbed.vertical.risk > .nav-tabbed a > big {
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 22px;
	line-height: 1;
}
.tabbed.vertical.risk > .content-tabbed ul { margin: 0 20px!important; }
.tabbed.vertical.risk > .content-tabbed h5:nth-of-type(even) {
	background: #CF102D;
	margin-top: 30px;
}

/* IMAGE GALLERY */
article.gallery {
	padding-bottom: 20px;
}
.gallery p.intro {
	line-height: 21px;
	font-size: 13px;
	color: #333;
	/*padding: 20px;*/
}
.gallery .colliery img {
	width: 49%;
}
.gallery .colliery {
	background: #4C4C4F;
	border-bottom: 15px solid #CF102D;
	margin-bottom: 35px;
	position: relative;
}
.gallery .colliery:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 5px solid #CF102D;
	border-right: 5px solid #CF102D;
	width: 25px;
	height: 25px;
	display: block;
	visibility: visible;
}
.gallery-years {
	padding: 15px 10px;
	float: right;
	width: 51%;
}
.gallery-years .col2:first-of-type {
	padding-right: 5%;
}
.gallery-years .col2:last-of-type {
	padding-left: 5%;
}
.gallery-years a {
	display: block;
	color: #FFF;
	font-size: 18px;
	padding: 20px 15px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.3);
	font-weight: normal;
}
.gallery-years a:last-of-type, 
.gallery-years a:hover {
	border-bottom: 1px solid rgba(255,255,255,0);
}
.gallery-years a:hover {
	background: #CF102D;
	color: #FFF;
}
.gallery-years a:after {
	right: 15px
}
.galleries {
	background: #4C4C4F;
}
.year-popup {
	padding: 50px 10px 50px 10px;
	position: relative;
}
.year-popup h1 {
	color: #FFF;
	margin: 0;
	padding: 0 0 50px 0;
}
.gallery-year {
	position: relative;
}
.wrapImage {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
/* album option pop ups - larger images */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.85);
	display: none;
	z-index: 1000;
}
.overlay img {
	width: auto!important;
	height: auto!important;
	margin: auto!important;
	z-index: 1001;
	position: fixed;
	left: 0;
	right: 0;
	opacity: 1;
	top: 0;
	bottom: 0;
	border: 3px solid #FFF;
	max-width: 90%;
	max-height: 90%;
}
.overlay .close {
	position: fixed;
	z-index: 9999;
}
.popUp {
	display: none;
	width: 617px;
	height: auto;
	background: #FFF;
	border: 2px solid #201F1F;
	position: absolute;
	top: 10%;
	left: 22.5%; /* 100% - .right position */
	z-index: 99;
	max-height: 80%;
	overflow-y: auto;
	overflow-x: hidden;
}
.popUp img {
	max-width: 100%;
	height: auto;
}
.close {
	display: block;
	height: 36px;
	width: 36px;
	color: #FFF;
	background: #CF102D;
	font-size: 36px;
	line-height: 36px;
	font-family: 'Open Sans';
	font-weight: 100;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	-webkit-transition: none;
       -moz-transition: none;
    	-ms-transition: none;
    	 -o-transition: none;
    		transition: none;
}
.close:after {
	content: '+';
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.directorInfo .close {
	background: #CF102D;
	width: 75px;
	height: 55px;
	padding: 10px 5px;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: -40px;
	margin-left: -27.5px;
	text-align: center;
}
.directorInfo .close:hover {
	background: #000;
	color: #FFF;
}
.directorInfo .close:after {
	display: none;
}

/* ------------------------------------------------------------------------------------ FOOTER ------------------------------------------------------------------------------------- */
footer  { 
	background:#ECECEC; 
	clear:both; 
	color:#4C4C4C; 
	font-size:11px; 
	width:100%; 
	height: 55px; 
	margin-top: -45px; 
	z-index: 99;
	position: relative;
	border-top: 10px solid #FFF;
}
footer:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 1px solid #CF102D;
}
footer #row {
	display: table;
	height: 45px;
	width: 1000px;
}
footer #row #left {
	display: table-cell;
	vertical-align: middle;
	width:50%;
	padding-left: 10px;
}
footer #row #right p {
	margin:0px; 
	font-size:10px;
	line-height: 14px;
	padding: 3px 0 0 0;
}
footer #row #right  {
	display: table-cell;
	vertical-align: middle;
	text-align:right; 
	width:50%;
	padding-right: 10px; 
}
footer #row a {text-decoration:none; color:#4C4C4C;}
footer #row a:hover {color:#CF102D; color:rgb(229, 25, 55);}
footer #row #left img  { width:100px;}

/* ----------------------------------------------------------------------------------- ADDITIONAL ------------------------------------------------------------------------------------- */
#about article img.auto {
	width: auto;
}
p.noBold {
	font-weight: normal!important;
}

p.forDesktop {
	margin-bottom: 50px!important;
}
.openThis.noRule .grey.padP p.centered {
	text-align: center;
}
ul#menu li ul.sub-menu li.noPadSide a {
	padding-left: 0;
	height: auto;
	line-height: 20px;
	text-align: left;
	margin: 1px 0 7px 0;
	padding-right: 15px;
}
/* 6 Nov 2014 */
table.rotated {
	border: 2px solid #333;
}
table.rotated td {
	padding: 4px 7px;
}
td.rotateText {
	white-space: nowrap;
	position: relative;
	width: 40px;
	min-width: 40px!important;
	background: #CCC;
	border-right: 2px solid #333;
}
.rotateText div {
	-webkit-transform: rotate(-90deg)!important;
	-moz-transform: rotate(-90deg)!important;
	-ms-transform: rotate(-90deg)!important;
	-o-transform: rotate(-90deg)!important;
	transform: rotate(-90deg)!important;
	width: 20px;
	display: block;
	position: absolute;
	bottom: 23%;
	left: 17px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 15px;
}
.txtRed {
	color: #CF102D;
}
table.rotated td.rule01BR {
	min-width: 70px!important;
}
.vertB01R02gry {
	border-right: solid 2px #666;
	border-bottom: 1px solid #CCC;
}
.vertB01L02gry {
	border-left: solid 2px #666;
	border-bottom: 1px solid #CCC;
}
.vertB02gryR02gry {
	border-right: solid 2px #666;
	border-bottom: 2px solid #666;
}
.vertB02gryL02gry {
	border-left: solid 2px #666;
	border-bottom: 2px solid #666;
}
.openThis.padTB {
	padding: 20px 0;
}
.openThis.padB {
	padding: 0 0 20px 0;
}
article .longTable h4 {
	margin-left: 0;
}
/* added 09 Dec 2014 */
.vertR01W {
	border-right: 1px solid #FFF;
}
.vertR02W {
	border-right: 2px solid #FFF;
}
.rule01_ltGry {
	border-bottom: 1px solid #CCC;
}
.vertL_ltGry {
	border-left: 1px solid #CCC;
}
.vertR_ltGry {
	border-right: 1px solid #CCC;
}
/* 19 June 2015 */
.redLblkR {
	border-left: 1px solid #D20026;
	border-right: 1px solid #000;
}
.redBLblkR {
	border-left: 1px solid #D20026;
	border-bottom: 1px solid #D20026;
	border-right: 1px solid #000;
}
.redR {
	border-right: 1px solid #D20026;
}
.redBR {
	border-bottom: 1px solid #D20026;
	border-right: 1px solid #D20026;
}

/* GLOSSARY */
table.glossary {
	margin: 10px 10px 30px 10px;
}
table.glossary td {
	padding: 7px;
}
table.glossary td:first-child {
	border-right: 1px solid rgba(0,0,0,.05);
}
table.glossary tr:nth-child(even) {
	background: #EEEEEE;
}
/* SITEMAP */
section #row article ul.sitemap {
	margin: 10px 15px 50px 15px;
}
section #row article ul.sitemap a {
	color: #666;
}
section #row article ul.sitemap li:hover:before, 
section #row article ul.sitemap li:hover:after {
	left: -5px;
}
/* REGISTER FOR ALERTS */
#register form {
	margin: 0 10px 50px 10px;
}
#register form p {
	margin: 0;
	padding: 20px 0 5px 0;
}
#register.unsub form p {
	padding-top: 0;
}
#register form img {
	display: block;
}
#register form input.email {
	width: 100%;
	max-width: 300px;
}
#register form input[type="submit"] {
	background: rgba(0,0,0,0);
	border: 0;
	outline: 0;
	color: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#register form input[type="text"] {
	height: 36px;
	border: 1px solid #ccc;
	padding: 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
}
#register form input[type="text"]:focus {
	border-color: #000;
	outline: 0;
}
#register form a.register:first-of-type {
	margin: 0 0 15px 10px;
}
#register.unsub form a.register:first-of-type {
	margin: 15px 0 0 0;
}
#home h1.webcast-heading {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 0 45px;
	background: url(../images/webcast.jpg) 0 5px no-repeat;
}


/* -------------------------------------------------------------------------------- MAP ---------------------------------------------------------------------------------- */
#sa-map {
	position: relative;
	width: 625px;
	height: 453px;
	padding: 0;
}
#markers {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}
#markers td {
	padding: 0;
}
#markers lu {
	position: absolute;
	margin: 0;
	list-style-type: none!important;
	list-style-image: none;
}
#markers li {
	position: absolute;
	margin: 0;
	list-style-image: none;
	list-style-type: none!important;
	height: 16px;
}
section #row article ul#markers li {
	background: none;
}
#markers .panel {
	display: none;
	z-index: 1000;
	background: #fff;
	border: #E30D2E 1px solid;
	margin-bottom: 1em;
	-moz-box-shadow: 1px 1px 5px #888;
	-webkit-box-shadow: 1px 1px 5px #888;
	box-shadow: 1px 1px 5px #888;
	padding: 3px 5px 5px 5px;
	width: 280px;
}
#markers .panel {
	position: absolute;
	top: 5px;
	left: 5px
}
#markers .panel li {
	position: static;
	list-style-type: disc;
	margin-bottom: 4px
}
#markers .panel img {
	margin-bottom: 3px
}
#markers h4 {
	color: #000;
	line-height: 1.5em;
	margin: 0;
	height: 25px;
	padding-left: 1px;
}
#markers table {
	margin: 0 0 5px 0;
}
#map {
	position: relative;
	top: -15px
}
#global-map .read {
}
#markers .trigger {
	background: none;
	width: 108px;
	padding-top: 0px;
	overflow: hidden;
	display: block;
	height: 15px;
}
#markers .trigger.project {
	background: none;
	height: 15px;
}
#markers .strategy-info.trigger {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 0 3px 0px;
	font-size: 1.4em;
	font-style: italic;
	height: auto;
	width: auto;
}
#global-map .more {
	float: right;
	position: relative;
	top: -5px
}
#markers li#marker-vang {
	top: 141px;
	right: -59px;
	width: 138px;
}
#markers li#marker-vang .panel {
	top: 13px;
	left: -330px;
	width: 340px;
}
#markers li#marker-vaalkrantz {
	top: 253px;
	right: -53px;
	width: 133px;
}
#markers li#marker-vaalkrantz .panel {
	top: 13px;
	left: -330px;
	width: 340px;
}
#markers li#marker-sterkfontein {
	width: 136px;
	top: 162px;
	right: -57px;
}
#markers li#marker-sterkfontein .panel {
	top: 13px;
	left: -330px;
	width: 340px;
}
#markers li#marker-braakfontein {
	width: 134px;
	bottom: 146px;
	right: -55px;
}
#markers li#marker-braakfontein .panel {
	top: 10px;
	left: -270px;
}
#markers li#marker-koudelager {
	top: 234px;
	right: -56px;
	width: 136px;
}
#markers li#marker-koudelager .panel {
	top: 13px;
	left: -270px;
}
#key {
	margin: 0;
}
#key li {
	list-style-image: none;
	list-style-type: none;
}
#key img {
	margin: 0;
	position: relative;
	top: 4px;
}


/* ------------------------------------------------------------------------------ RESPONSIVE ----------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	footer #row { width: 100%; }
}
@media only screen and (max-width: 980px) {
	article {
		width: 100%;
	}
	aside {
		width: 29%;
	}
	section article .col3 {
		width: 32%;
	}
	table.alerts td ul.regsubmit li input.email {
		width: 173px;
	}
	section.headerhome {
		margin-bottom: -10px;
		background: #FFF;
	}
	/* shows the link where the image can be downloaded onto your mobile device */
	a.arrows {
		background: url(../images/arrow_red_small.png) no-repeat;
		background-position: 0% 50%;
		padding-left: 10px;
		color: #CF102D;
		text-decoration: none;
		border: none;
		margin-left: 0px;
	}
	a.arrows:hover {
		margin-left: 0;
	}
	a.arrows {
		display: block;
		line-height: 20px;
	}
	a.top_up {
		display: none;
	}
	/* disables the link to the unreliable colorbox */
	a.popup {
		pointer-events: none!important;
		-webkit-pointer-events: none!important;
		-moz-pointer-events: none!important;
		-ms-pointer-events: none!important;
		-o-pointer-events: none!important;
	}
	#about .sm03 p a img {
		width: 100%;
		height: auto;
	}
	
	#sustainability.sm05b article p img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	#finsmenu,  div.investMedia,  
	article.media #full,  
	article.mediaF #full {
		width: 100%;
	}
	article.media div.investMedia #right,  
	article.media .noImage #right {
		padding-right: 50px;
	}
	.groupstructure .text h5 {
		font-size: 12px;
	}
	.yearWrapper {
		padding: 50px 10px 20px;
	}
}
@media only screen and (max-width: 900px) {
	header #row #logo {
		width: 20%;
	}
	header #row #logo a img {
		width: 100%;
		height: auto;
	}
	ul#menu li a { padding: 0 10px; }

	.tabbed.vertical > .nav-tabbed { width: 40%; }
	.tabbed.vertical > .content-tabbed { width: 60%; }
	
	.years { height: 110px; }
	.years a { margin: 0 1.33%; }
	.years a.active { margin: 0 1%; }
	.indicator { display: none; }
}

@media only screen and (max-width: 870px) {
	article.about,  
	article.market,  
	article.business,  
	article.sustainability,  
	article.invest,  
	article.investor,  
	article.contact {
		width: 100%;
	}
	#left p {
		padding-right: 0;
	}
		
	.searchBtn a {
		width: 162px;
		background-position: 130px center;
	}
	.searchBtn a:hover {
		background-position: 160px center;
	}
	#home .searchBtn a {
		margin-bottom: 50px;
	}
	#home section article .col3.last {
		padding-bottom: 105px!important;
	}
	aside {
		width: 25%;
	}
	section article .col3 {
		width: 30%;
	}
	table.alerts td ul.regsubmit li input.email {
		width: 183px;
	}
		
	.sm01 article.business p img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	/* image mapping */
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	#invest section.header #row article.full aside h1 {
		font-size: 18px;
	}
	#about article p a img,  
	#market article p img {
		width: auto;
		max-width: 98%;
		height: auto;
	}
	#business article h3 a img {
		width: auto;
		max-width: 98%;
		height: auto;
	}
	article.media #left {
		width: 26%;
	}
	article.media #right {
		width: 74%;
	}
	section.header #row article.full {
		height: auto;
		margin-bottom: -6px;
	}
	section.header #row article.full aside {
		bottom: 6px;
	}
	article.business .col5 {
		width: 31.33%;
		margin: 0 1% 15px 1%;
	}
	.setH .col5 h3 {
		height: auto;
	}
	
	.years a { margin: 0 1.2%; }
	
	/* STRATEGY SCORECARD */
	.tabbed.circular .nav-tabbed { height: 400px; width: 400px; }
	.tabbed.circular .tab-pane { padding: 10px 0; }
	.tabbed.circular .tab-pane p { font-size:  12px; }
}

@media only screen and (max-width: 800px) {
	header #row #col { width: 76%; }
	
	/* -------------------------------------------------- */
	#wrapper {
		margin: 0px;
		width: 100%;
	}
	.responsive {
		overflow-x: auto;
	}
	section {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	aside {
		width: 100%!important;
	}
	article {
		width: 100%;
		padding-bottom: 0px;
	}
	article.full {
		width: 100%;
	}
	#tools {
		display: none;
	}
	/*HOME START*/
	section.home {
		background: #FFF;
	}
	section.home #row article.full div.col3 {
		width: 50%;
		display: block;
		float: left;
	}
	section.home #row article.full div.col3.last {
		width: 100%!important;
	}
	#home section article .col3:nth-of-type(3) {
		border-left: none;
	}
	.projects .col2 {
		width: 50%;
	}
	a.register {
		margin: 0;
	}
	/*HOME END*/
		
	article img,
	article.market img {
		width: auto;
	}
	article.business img,
	article.sustainability img {
		width: 100%;
		height: auto;
	}
	article.investor img,  
	article.investorim img,  
	article.media img {
		width: auto;
		max-width: 100%;
		height: auto
	}
	section.header {
		background: url(../images/bg_section_header.jpg) bottom left repeat-x;
		height: 100px;
	}
	section.header #row article.full {
		float: left;
		width: 100%;
		height: 100px;
		background: #FFF;
		position: relative;
	}
	#contact section.header,
	#disclaimer section.header,
	#glossary section.header,
	#sitemap section.header,
	#search section.header,
	section aside #row ul li a.about,
	section aside #row ul li a.market,
	section aside #row ul li a.sust,
	section aside #row ul li a.invest {
		display: none;
	}
	section.header #row article.full {
		padding: 0px;
		margin: 0px;
		position: relative;
	}
	section.header #row article.full aside {
		position: relative;
		margin: 0 auto;
		z-index: 999;
		text-align: center;
	}
	section.header #row article.full aside h1 {
		padding-bottom: 15px;
	}
	section aside.about #row {
		position: relative;
		margin: 0 auto;
	}
	
	section article .col2 {
		float: left;
		width: 100%;
		padding-bottom: 10px;
	}
	section article .col3,
	section article .col4 {
		float: left;
		width: 100%;
	}
	section article .col2
	section #shadow {
		width: 100%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background: url(../images/bg_section.png) bottom left repeat-x;
	}
	section article .dropdown .col2 { width: 50%; }
	#sitemap article ul li a.linkb {
		padding-left: 0px;
	}
	p.txtsml {
		font-style: normal;
	}
	span.txtsml {
		font-style: normal;
	}
	.clear01 {
		float: left;
		display: block;
		padding: 10px 0px 0px 0px;
		margin-bottom: 10px;
		border-bottom: solid 1px #EEE;
	}
	#home .searchBtn a {
		width: auto;
		background-position: 80% center;
		margin-right: 10px;
		max-width: 50%;
	}
	#home .searchBtn a:hover {
		background-position: 95% center;
		margin-left: 0;
	}
	#home section article .col3.last {
		padding-bottom: 50px!important;
	}
	section.home #row article.full div.col3 ul.regsubmit.search li h1 {
		padding-bottom: 0;
	}
	.txtwht {
		color: #FFF;
	}
	.txtgrey {
		color: #333;
	}
	.rule01 {
		border-bottom: solid 1px #000;
	}
	.rule02 {
		border-bottom: solid 2px #000;
	}
	.rule01gry {
		border-bottom: solid 1px #666;
	}
	.rule02gry {
		border-bottom: solid 2px #666;
	}
	.rule01red {
		border-bottom: solid 1px #CF102D;
	}
	.rule02red {
		border-bottom: solid 2px #CF102D;
	}
	section.headerhome {
		margin-bottom: 0;
	}
	/* Responsive navigation - main */
	#home .resp_nav_nav .rp_01,  
	#about .resp_nav_nav .rp_02,  
	#market .resp_nav_nav .rp_03,  
	#business .resp_nav_nav .rp_04,  
	#sustainability .resp_nav_nav .rp_05,  
	#invest .resp_nav_nav .rp_06,  
	#contact .resp_nav_nav .rp_07 {
		background: rgba(0,0,0,.2)!important;
	}
	/*general */
	section {
		background: #FFF;
	}
	#clickme {
		cursor: pointer;
	}
	#togglesign {
		display: block;
		position: absolute;
		right: 10px;
		top: 25px;
		font-size: 24px;
		color: #CF102D;
	}
	h1 #togglesign {
		font-weight: normal!important;
	}
	ul #togglesign {
		top: 0;
		font-size: 16px;
		position: relative;
		height: 29px;
		width: 30px;
		background: #F1F1F1;
		cursor: pointer;
		line-height: 29px;
		float: right;
		right: 0;
		-webkit-box-shadow: -1px 1px 2px 0px rgba(50, 50, 50, 0.3);
		-moz-box-shadow: -1px 1px 2px 0px rgba(50, 50, 50, 0.3);
		box-shadow: -1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	}
	/* border on right of main headings */
	div.border {
		margin-top: 10px;
		border-bottom: 1px solid #A3A3A3;
	}
	#home div.border {
		border-bottom: 0;
		margin-bottom: 0px;
		margin-top: 0;
	}
	article,  aside {
		width: 100%;
	}
	article td img {
		width: auto;
		height: auto;
	}
	section aside ul ul li:first-child {
		box-shadow: -1px 3px 3px 0px rgba(50, 50, 50, 0.35) inset;
	}
	a.top_up {
		display: none!important;
	} /*hides the colorbox link*/
	/* hide web search */
	section aside ul.regsubmit {
		display: none!important;
	}
	/* main about us content */
	article.about p {
		width: auto;
		padding-right: 10px;
	}
	/* for drop down menu */
	section aside #row {
		margin: 0 auto;
		background: #FFF url(../images/bg_aside.jpg) top left repeat-x;
		padding: 10px 20px 0 0;
		border: none;
		max-width: 100%;
		width: 100%;
	}
	section aside #row ul {
		margin: 0px;
		padding: 0px;
		padding-bottom: 0px;
		list-style: none;
		width: 100%;
	}
	section aside #row ul li {
		padding: 0;
		display: block;
		text-align: center;
		line-height: 30px;
	}
	
	section aside #row ul li a {
		background: url(../images/arrow_red_small.png) no-repeat;
		background-position: 0% 50%;
		padding-left: 10px;
		color: #4C4C4C;
		text-decoration: none;
	}
		
	section aside #row ul li:first-child {
		padding-top: 10px;
	}
	section aside #row ul li:last-child {
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding-bottom: 0;
	}
	section aside #row ul li ul {
		width: auto;
	}
	section aside #row ul li li:last-child,  
	section aside #row ul li li li:last-child {
		border-bottom: none;
		padding-bottom: 5px;
	}
	h2 img {
		width: auto;
	}
	article.about,  
	article.market,  
	article.business,  
	article.sustainability,  
	article.contact {
		width: 100%;
		max-width: 100%;
	}
	article.invest,  
	article.investor,  
	article.investorim,  
	article.media,  
	article.mediaF {
		width: 100%;
	}
	.sm02 article.market img {
		margin-bottom: 25px;
	}
		
	h3.arrow {
		margin-left: -5px!important;
		background: url('../images/arrow_red.png') no-repeat scroll 15px 19px transparent!important;
	}
	article a.popup img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
		
	#business .sm_01 {
		padding-right: 30px;
	}
		
	div#finsmenu,  div.investMedia,  
	article.media #full,  
	article.mediaF #full {
		width: 100%;
		margin-left: 0;
	}
	article.media div.investMedia #right,  
	article.media .noImage #right {
		padding-right: 30px;
	}
	article.media #left {
		width: 19%;
	}
	#invest a.popup {
		pointer-events: auto!important;
		-webkit-pointer-events: auto!important;
		-moz-pointer-events: auto!important;
		-ms-pointer-events: auto!important;
		-o-pointer-events: auto!important;
	}
	#invest article a.popup img {
		width: auto;
	}
	#contact iframe {
		width: 97%;
	}
	div#full {
		margin-left: 0!important;
	}
	/* enable use of dropdown sub/side navigation */ 
	aside h1#clickme {
		pointer-events: auto!important;
		-webkit-pointer-events: auto!important;
		-moz-pointer-events: auto!important;
		-ms-pointer-events: auto!important;
		-o-pointer-events: auto!important;
	}
	#home .col2a {
		width: 12%!important;
	}
	#home .col2b {
		width: 88%!important;
		padding-bottom: 0!important;
		margin-top: -20px;
	}
	#home .hideHome {
		display: none!important;
	}
	#home table.fy,  
	#home table.alerts { 
		margin-bottom: 20px;
	}
	div.eventsCalender {
		width: 100;
	}
		
	#home table.alerts h1 {
		margin-left: 10px;
	}
	#home article .col2b h1 {
		margin: 0;
		padding-bottom: 0;
	}
	#invest iframe {
		margin-left: 10px;
	}
	.resp_nav_menu {
		display: block;
	}
	.cse .gsc-search-button input.gsc-search-button-v2,  
	input.gsc-search-button-v2 {
		margin-right: 10px!important;
	}
	/* added 21 May 2014 */
	.vacancy h1 {
		margin: 10px!important;
	}
		
	/* added 23 June 2015 */
	section article .col2.col2a img,  
	section article .col2.col2b img {
		width: 100%;
		height: auto;
	}
		
	.principles {
		margin: 30px 10px;
	}
	.directors {
		width: 33.33%;
	}
	.directorInfo {
		width: 66.66%;
	}
	.directors .col2:nth-of-type(1),  
	.directors .col2:nth-of-type(2) {
		padding: 0
	}
	.directors a {
		padding: 7px 25% 7px 5px;
	}
	#sustainability.sm04 .openThis .col2 {
		width: 50%;
	}
	.textimgsplit.klip .img,  
	.textimgsplit.klip .text {
		width: 50%;
	}
	.openThis.noRule .grey.padP .textimgsplit.klip .img img,  
	.openThis.noRule .grey.padP .textimgsplit.klip .text img {
		width: 100%;
	}
	/* IMAGE GALLERY */
	section article .gallery-years .col2 {
		width: 50%;
	}
	
	.years a { margin: 0 .8%; } 
	.highlights { padding-left: 40px; }
	article.business .highlights > div { display: inline-block; margin-left: -4px;  }
}

@media only screen and (max-width: 768px) {
	ul#menu li a { padding: 0 5px; }
	.groupstructure .text {
		padding: 0 5px;
		height: 90px;
	}
	.groupstructure .text h5 {
		font-size: 10px;
		line-height: 13px;
	}
	.groupstructure .subpopup p {
		font-size: 10px;
		line-height: 12px;
		padding: 0 0 5px 0;
	}
	
	article .directorInfo .directorImg {
		margin: 0 20px 20px 20px;
	}
	.whiteRounded .col2 {
		width: 100%;
		display: block;
	}
	.whiteRounded .col2:last-of-type {
		border: none;
		padding: 0;
	}
	.textimgsplit .text,  
	.textimgsplit .img {
		width: 100%;
		display: block;
	}
	.textimgsplit .img {
		text-align: center;
		padding: 15px 10px 0 10px;
	}
	.textimgsplit .img img {
		margin: 0 auto;
		width: auto;
		max-width: 100%;
	}
	.textimgsplit.klip .img,  
	.textimgsplit.klip .text {
		display: table-cell;
	}
	.webcast-2016 .col33,  
	.webcast-2016 .col66 {
		float: none;
		width: 100%;
	}
	
	#finsmenu {
		margin-bottom: 10px;
	}
	
	.years { height: auto; }
	.years > .line,
	.years a:after { display: none; }
	.years a:last-of-type { float: left; }
	.years a,
	.years a.active { font-size: 18px; line-height: 80px; width: 85px; height: 85px; }
	.years a,
	.years a:first-of-type,
	.years a:last-of-type,
	.years a.active,
	.years a.active:first-of-type { margin: 0 10px 10px; }
	.years a.active:before { background: #777; }
	.years a.active:last-of-type:before { background: #777; }
	.years a {
		top:0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	footer #row #left { width: 30%; }
	footer #row #right { width: 70%; }
	footer #row #left img { padding-bottom: 0; }
	
	.openThis {
		overflow: auto;
	}
	.openThis .headings,  
	.openThis .mainContent {
		min-width: 768px;
	}
	
	.tabbed.vertical.with-dropdown > .content-tabbed img.key { 
		position: relative;
		top: auto;
		right: 0;
		max-width: 100%;
		margin-top: 20px;
	}
	section article .dropdown .col2:nth-of-type(2) { padding-top: 0; }
}

@media only screen and (max-width: 740px) {
	div.table-wrapper {
		padding-right: 10px;
	}
	.gsc-results-wrapper-overlay {
		height: 70%!important;
	}
	.grey .col2 {
		width: 100%;
	}
	.grey .col2:first-child p {
		padding-right: 0;
	}
	
	/* STRATEGY SCORECARD */
	.tabbed.circular .nav-tabbed { height: 300px; width: 300px; }
	.tabbed.circular .nav-tabbed a { font-size:  14px; }
	.tabbed.circular .nav-tabbed a:after { font-size: 15px; }
	.tabbed.circular .tab-pane { height: 100%!important; }
	.tabbed.circular .tab-pane:nth-of-type(n+3) { top: 0; }
	.tabbed.circular .tab-pane:nth-of-type(2), 
	.tabbed.circular .tab-pane:nth-of-type(3) { padding-left:  150px; }
	.tabbed.circular .tab-pane:first-of-type,
	.tabbed.circular .tab-pane:nth-of-type(4) { padding-right:  150px; }
}
@media only screen and (min-width: 668px) { 
	ul#menu { display: block!important; }
	.tabbed.vertical > .content-tabbed a.close { display: none!important; }
}
@media only screen and (max-width: 667px) {
	h1 { margin-top: 30px; }
	.tabbed + .expand { margin-top: 10px; }
	a.navBtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #FFF;
		background: #CF102D;
		height: 40px;
		width: 45px;
		text-transform: uppercase;
		z-index: 99;
		padding: 0;
	}
	a.navBtn:after {
		content: '';
		position: absolute;
		top: 10px;
		left: 7px;
		width: 30px;
		height: 4px;
		border-top: 12px double #FFF;
		border-bottom: 4px solid #FFF;
	}
	a.navBtn.active,  
	a.navBtn:hover {
		background: #000;
	}
	header #row #col { width: 100%; }
	ul#menu {
		display: none;
		height: auto;
		float: none;
		margin: 0;
		padding: 0;
	}
	ul#menu:before,  
	ul#menu:after {
		display: none;
	}
	ul#menu > li:before { height: 5px; }
	ul#menu > li:after { display: none; }
	ul#menu li,  
	ul#menu li a {
		display: block;
	}
	ul#menu li a {
		margin: 0;
		padding: 0;
		line-height: 40px;
		height: 40px;
	}
	ul#menu li.search a:after {
		left: 50%;
		margin-left: -15px;
		line-height: 40px;
	}
	ul#menu li ul.sub-menu {
		position: relative;
		width: 100%!important;
		margin: 0;
		padding: 10px 10px;
		top: 0;
	}
	header {
		min-height: 60px;
		box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	}
	header #row #logo a img {
		width: 150px;
		top: 7px;
	}
	section.headerhome { 
		height: 150px; 
		overflow: hidden; 
	}
	section.headerhome article:before {
		display: none;
	}
	header #row #col, 
	header #row #logo {
		float: none;
	}
	header #row #logo {
		margin-bottom: 10px;
	}
	article.about,  
	article.market {
		width: 100%;
		max-width: 100%;
	}
		
	#home article .slide-body .caption.image_section img {
		width: 100%;
	}
	article img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.headerhome article img {
		max-width: none;
		height: 150px;
		width: auto;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	article.business .imgR {
		padding: 0 10px 20px 10px;
		margin: 0;
	}
	article.business .openThis .grey .right {
		display: none;
	}
	article.business .openThis .grey .left {
		width: 100%;
	}
		
	#home .col2a {
		width: 15%!important;
	}
	#home .col2b {
		width: 85%!important;
	}
	.gsc-results-wrapper-overlay {
		width: 66%!important;
	}
	.gs-image-box.gs-web-image-box.gs-web-image-box-landscape,  
	.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
		display: none!important;
	}
	.sepCol {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}
	p.forDesktop {
		display: none;
	}
	h3.clickToExpand,  
	.openThis {
		margin: 0 10px;
	}
	.openThis {
		margin-top: -5px;
	}
	h3.clickToExpand,  
	a.clickToExpand {
		padding: 10px 40px 10px 10px!important;
	}
	.openThis .headings {
		padding: 15px 10px 10px 10px;
	}
	.openThis .mainContent {
		padding: 0 10px;
	}
	.openThis .headings .col3:first-of-type,  
	.openThis .mainContent .col3:first-of-type {
		padding-right: 10px;
	}
	.openThis .headings .col3:nth-of-type(2),  
	.openThis .headings .col3:nth-of-type(3) {
		padding-left: 5px;
	}
	.openThis .bg-white { padding: 15px 0; }
	.highlights { padding-left: 0; }
	.expand {
		padding: 0 0 10px 0;
	}
	.principles img {
		width: 50%;
		height: auto;
	}
	#about.sm01 .grey {
		padding: 15px;
	}
	.principles {
		display: block;
	}
	section article .principles .col2 {
		width: 100%;
		float: none;
	}
	.principles img {
		width: 60%;
		float: none;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	.extraText {
		margin: 0 0 20px 0;
	}
	.extraText .col2:nth-of-type(1),  
	.extraText .col2:nth-of-type(2) {
		display: block;
		width: 100%;
		padding: 0 0 15px 0;
	}
	.objectives,  
	.subimg {
		display: none;
	}
	.groupstructure .text {
		min-height: 90px;
	}
	.groupstructure .row:nth-of-type(1) .text {
		background: #000;
	}
	.groupstructure .row:nth-of-type(2) .text {
		background: #444;
	}
	.groupstructure .row:nth-of-type(3) .text {
		background: #999;
	}
	.groupstructure .sub:hover .text {
		background: #CF102D;
	}
	.groupstructure .subpopup {
		position: fixed;
		width: 180px;
		height: 200px;
		z-index: 99999;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		-webkit-box-shadow: 0 0 1000px 1000px rgba(0,0,0,.7);
		-moz-box-shadow: 0 0 1000px 1000px rgba(0,0,0,.7);
		-ms-box-shadow: 0 0 1000px 1000px rgba(0,0,0,.7);
		-o-box-shadow: 0 0 1000px 1000px rgba(0,0,0,.7);
		box-shadow: 0 0 1000px 1000px rgba(0,0,0,.7);
	}
	.groupstructure .subpopup .ownership {
		width: 100%;
	}
	.groupstructure .subpopup p {
		font-size: 11px;
		line-height: 14px;
		padding: 0 0 10px 0;
	}
	article.about .yearInfo p.size14 {
		padding: 10px 0;
	}
	.directorate {
		position: relative;
		display: block;
	}
	.directors {
		display: block;
		width: 100%;
		float: none;
		position: relative;
		padding: 15px;
	}
	.directors:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: '';
		clear: both;
		height: 0;
	}
	.directors .col2:nth-of-type(1) {
		width: 50%;
		padding-right: 2%;
	}
	.directors .col2:nth-of-type(2) {
		width: 50%;
		padding-left: 2%;
	}
	.directorInfo {
		display: block;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #ECECEC;
		z-index: 9999;
		overflow: auto;
		padding: 15px;
	}
	.directorInfo .close {
		position: fixed;
		bottom: 10px;
		right: 10px;
		left: auto;
		margin: 0;
		height: 75px;
		line-height: normal;
		overflow: hidden;
	}
	.directorInfo .close br:nth-of-type(n+2) {
		display: none;
	}
	article .directorInfo .directorImg {
		margin: 0 0 20px 20px;
	}
	article .directorInfo p:last-of-type {
		padding-bottom: 15px;
		margin-right: 100px;
	}
	article.business .openThis .grey {
		padding: 15px 10px 10px;
	}
	article.business .colliery img {
		width: 100%;
	}
	.whiteRounded .text,  
	.whiteRounded .mapImg {
		display: block;
		width: 100%;
		padding: 0;
	}
	.whiteRounded .mapImg img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	.textimgsplit.equal .text,  
	.textimgsplit.equal .img {
		display: block;
		width: 100%;
		padding: 0;
	}
	.textimgsplit.equal .img img {
		display: block;
		margin: 20px auto;
		width: 70%;
	}
	.openThis.noRule .grey.padP img,  
	img.midImg {
		max-width: 100%;
	}
	.openThis.noRule .grey.padP img.imgR {
		margin: 0 auto!important;
		padding: 10px;
	}
	.textimgsplit.klip .img,  
	.textimgsplit.klip .text {
		display: block;
		width: 100%;
	}
	.openThis.noRule .grey.padP .textimgsplit.klip .img img,  
	.openThis.noRule .grey.padP .textimgsplit.klip .text img {
		width: auto;
		padding: 0 15px;
		margin: 0 auto 15px auto;
	}
	
	/* IMAGE GALLERY */
	.tabbed.vertical > .nav-tabbed { 
		width: 45%; 
		padding: 15px; 
	}
	.tabbed.vertical > .content-tabbed { 
		width: 55%; 
		padding: 25px 15px; 
	}
	.tabbed.vertical > .nav-tabbed a { 
		padding: 15px 50px 15px 15px; 
		font-size: 14px; 
	}
	
	/* STRATEGY SCORECARD */
	.openThis .headings .col3:first-of-type, 
	.openThis .mainContent .col3:first-of-type { padding-left: 0; }
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
	#invest iframe {
		-moz-transform: scale(0.95, 0.95);
		-webkit-transform: scale(0.95, 0.95);
		-o-transform: scale(0.95, 0.95);
		-ms-transform: scale(0.95, 0.95);
		transform: scale(0.95, 0.95);
		-moz-transform-origin: top left;
		-webkit-transform-origin: top left;
		-o-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}
	article.media #left {
		display: none;
	}
	article.media #right {
		width: auto;
		float: none;
		padding: 0;
		overflow: hidden;
	}
	article.media #right p {
		padding: 0 10px 15px 10px;
		margin: 0;
		width: auto;
	}
	.textimgsplit.equal .img img {
		width: 75%;
	}
	#sustainability.sm04 .openThis .col2 {
		width: 100%;
		padding: 0;
		display: block;
	}
	#sustainability.sm04 .openThis .col2:last-of-type {
		border: 0;
		margin-top: 10px;
	}
	#sustainability.sm04 .openThis .white .greyWrapper:last-of-type {
		margin-bottom: 10px;
	}
	/* IMAGE GALLERY */
	.gallery .colliery img, 
	.gallery-years {
		width: 100%;
		float: none;
	}
}
@media only screen and (min-width: 481px) {
	.tabbed.vertical > .content-tabbed > .tab-pane a.close,
	.tabbed.circular a.close,
	article.business img.clone { display: none!important; }
}
@media only screen and (max-width: 480px) {
	#invest iframe {
		margin-bottom: -40px;
		-moz-transform: scale(0.82, 0.82);
		-webkit-transform: scale(0.82, 0.82);
		-o-transform: scale(0.82, 0.82);
		-ms-transform: scale(0.82, 0.82);
		transform: scale(0.82, 0.82);
		-moz-transform-origin: top left;
		-webkit-transform-origin: top left;
		-o-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}
	
	#contact iframe {
		width: 96%;
	}
	h3#noTop {
		padding-top: 0;
		margin-top: -25px;
	}
	#home .col2a {
		width: 20%!important;
	}
	#home .col2b {
		width: 80%!important;
	}
	section.home #row article.full div.col3 {
		width: 100%;
		border: 0;
	}
	
	#home article .col2b h1 {
		margin-bottom: 0;
	}
	#home .searchBtn a {
		margin-bottom: -5px;
	}
	.gsc-results-wrapper-overlay {
		width: 77%!important;
		left: 5%!important;
	}
	.size14 {
		font-size: 12px;
	}
	.groupstructure .row {
		width: 33.33%;
		float: left;
		padding: 0 16px 0 0;
	}
	.groupstructure .row:nth-of-type(2) {
		padding: 0 8px;
	}
	.groupstructure .row:nth-of-type(3) {
		padding: 0 0 0 16px;
	}
	.groupstructure .empty,  
	.groupstructure .sub,  
	.groupstructure .row:last-of-type .sub {
		width: 100%;
		float: none;
		height: 90px;
		margin-bottom: 10px;
	}
	.groupstructure .row:nth-of-type(2) .sub:before,  
	.groupstructure .row:nth-of-type(3) .sub:before {
		width: 0;
		height: 110%;
		border-left: 4px solid #CF102D;
		left: -10px;
		top: 0;
	}
	.groupstructure .row:nth-of-type(2) .sub:nth-of-type(3):before,  
	.groupstructure .row:nth-of-type(2) .sub:nth-of-type(4):before,  
	.groupstructure .row:nth-of-type(3) .sub:nth-of-type(3):before,  
	.groupstructure .row:nth-of-type(3) .sub:nth-of-type(4):before {
		width: 0;
		height: 100%;
		border-top: 0;
		border-left: 4px solid #CF102D;
		top: 0;
		left: -10px;
	}
	.groupstructure .sub.connect:after {
		top: 50%;
		left: 100%;
		width: 16px;
		height: 0;
		border-bottom: 1px solid #CF102D;
	}
	
	article.business .col5:nth-of-type(odd) {
		width: 49%;
		margin: 0 1% 15px 0;
	}
	article.business .col5:nth-of-type(even) {
		width: 49%;
		margin: 0 0 15px 1%;
	}
	article.business .highlights > div,
	article.business .highlights > div:nth-of-type(2n+1),
	article.business .highlights > div:nth-of-type(2n) {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #4C4C4C;
	}
	.textimgsplit.equal .img img {
		width: 90%;
	}
	.textimgsplit.klip .img,  
	.textimgsplit.klip .text {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.tabbed.vertical,
	.tabbed.vertical > .nav-tabbed,
	.tabbed.vertical > .content-tabbed { display: block; }
	.tabbed.vertical > .nav-tabbed,
	.tabbed.vertical > .content-tabbed,
	.tabbed.vertical.with-dropdown > .nav-tabbed,
	.tabbed.vertical.with-dropdown > .content-tabbed,
	.tabbed.vertical.risk > .nav-tabbed,
	.tabbed.vertical.risk > .content-tabbed { width: 100%; }
	.tabbed.vertical > .content-tabbed { padding: 0; }
	.tabbed.vertical > .content-tabbed > .tab-pane,
	.dropdown {
		padding-top: 50px;
		position: fixed;
		width: 100%;
		height: 100%!important;
		top: 0;
		left: 0;
		z-index: 999999;
		overflow: auto;
		background: #ECECEC;
		display: none;
		margin: 0;
	}
	article.business .dropdown img,
	article.business .dropdown img + br,
	article.business .dropdown img + br + br { display: none; }
	.tabbed.vertical > .content-tabbed > .tab-pane img { padding: 0 10px 15px 10px; }
	section article .dropdown .col2 { width: 100%; }
	
	.years a,
	.years a.active { line-height: 60px; width: 65px; height: 65px; }
	
	footer { height: 70px; margin-top: -70px; }
	footer #row #right,
	footer #row #left { display: block; width: 100%; text-align: center; }
	footer #row #left img { padding: 10px 0 5px 0; }
	
	/* STRATEGIC SCORECARD */
	.tabbed.circular .tab-pane:nth-of-type(n+1) {
		z-index: 99999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		background: #FFF;
		padding: 40px 10px;
		border: 0;
	}
}

@media only screen and (max-width: 400px) {
	article h1 { margin: 30px 10px 0 10px }
	#home h1 { margin: 30px 0 0 0; }
	section.home #row article.full div.col3 { padding-bottom: 30px; }
	.resp_nav_nav li:first-child {
		margin-top: 15px;
	}
	/* image mapping */
	.thumbnail span.vang { /*CSS for enlarged image on hover*/
		left: 30%;
		top: -340px; /*position where enlarged image should offset horizontally */
	}
	.thumbnail span.sterk { /*CSS for enlarged image on hover*/
		left: 30%;
		top: -335px; /*position where enlarged image should offset horizontally */
	}
	.thumbnail span.koud { /*CSS for enlarged image on hover*/
		left: 40%;
		top: -250px; /*position where enlarged image should offset horizontally */
	}
	.thumbnail span.vaal { /*CSS for enlarged image on hover*/
		left: 40%;
		top: -265px; /*position where enlarged image should offset horizontally */
	}
	.thumbnail span.braak { /*CSS for enlarged image on hover*/
		left: 40%;
		top: -260px; /*position where enlarged image should offset horizontally */
	}
	.thumbnail span.moab,  .thumbnail span.balg { /*CSS for enlarged image on hover*/
		left: 40%;
		top: -260px; /*position where enlarged image should offset horizontally */
	}
	.thumbnail span.balg {
		top: -180px;
	}
	.anon {
		margin: 0 10px 10px 10px;
		width: 94%;
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -ms-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	#invest iframe {
		margin-bottom: -50px;
		-moz-transform: scale(0.68, 0.68);
		-webkit-transform: scale(0.68, 0.68);
		-o-transform: scale(0.68, 0.68);
		-ms-transform: scale(0.68, 0.68);
		transform: scale(0.68, 0.68);
		-moz-transform-origin: top left;
		-webkit-transform-origin: top left;
		-o-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}
		
	#contact iframe {
		width: 95%;
	}
	#contact .block {
		width: auto;
		padding-right: 10px;
	}
	.zoom_results_per_page {
		margin-left: 0!important;
		display: block!important;
		margin-top: 10px!important;
	}
	article h2 span.backLnk {
		font-size: 12px;
	}
	#home .col2a {
		width: 25%!important;
	}
	#home .col2b {
		width: 75%!important;
	}
	section.home #row article.full div.col3 {
		width: 100%!important;
	}
	.gsc-results-wrapper-overlay {
		width: 74%!important;
	}
	/* changes after upload */
	#home footer #row #right {
		position: relative;
		width: 100%;
		right: 0;
		float: none;
	}
	#home footer #row #left {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.principles img {
		width: 100%;
		height: auto;
	}
	.directors .col2:nth-of-type(1),  
	.directors .col2:nth-of-type(2) {
		width: 100%;
		padding: 0;
	}
	article .directorInfo .directorImg {
		margin: 0 auto 20px auto;
		float: none;
		width: 182px;
	}
	article .directorInfo p:last-of-type {
		padding-bottom: 75px;
	}
	/*.anon { margin: 0 10px 10px 10px; }*/
		
	.openThis.noRule .grey.padP .textimgsplit.klip .img img, 
	 .openThis.noRule .grey.padP .textimgsplit.klip .text img {
		width: 100%;
		padding: 0 15px;
		margin: 0 auto 15px auto;
	}
}

@media only screen and (max-width: 380px) {
	#market .col2 {
		width: 100%;
	}
	#invest iframe {
		margin-bottom: -120px;
		-moz-transform: scale(0.63, 0.63);
		-webkit-transform: scale(0.63, 0.63);
		-o-transform: scale(0.63, 0.63);
		-ms-transform: scale(0.63, 0.63);
		transform: scale(0.63, 0.63);
		-moz-transform-origin: top left;
		-webkit-transform-origin: top left;
		-o-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}
		
	.setH .col5:nth-of-type(1) h3,  
	.setH .col5:nth-of-type(2) h3 {
		height: 46px;
	}
	.textimgsplit.equal .img img {
		width: 100%;
	}
	.gallery p.intro {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 320px) {
	/* image mapping */
	.thumbnail span.vang,  
	.thumbnail span.sterk,  
	.thumbnail span.moab,  
	.thumbnail span.balg {
		top: -280px;
	}
	.thumbnail span.koud,  
	.thumbnail span.vaal,  
	.thumbnail span.braak,  
	.thumbnail span.moab,  
	.thumbnail span.balg {
		left: 30%;
	}
	#invest iframe {
		margin-bottom: -140px;
		-moz-transform: scale(0.53, 0.53);
		-webkit-transform: scale(0.53, 0.53);
		-o-transform: scale(0.53, 0.53);
		-ms-transform: scale(0.53, 0.53);
		transform: scale(0.53, 0.53);
		-moz-transform-origin: top left;
		-webkit-transform-origin: top left;
		-o-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}
		
	#contact iframe {
		width: 93%;
	}
	#home .col2a {
		width: 30%!important;
	}
	#home .col2b {
		width: 70%!important;
	}
		
	.gsc-results-wrapper-overlay {
		width: 71%!important;
	}
	
	footer { height: 80px; margin-top: -80px; }
	footer .toTop { white-space: nowrap; }
}

@media only screen and (max-width: 260px) {
	#invest iframe {
		margin-bottom: -180px;
		-moz-transform: scale(0.39, 0.39);
		-webkit-transform: scale(0.39, 0.39);
		-o-transform: scale(0.39, 0.39);
		-ms-transform: scale(0.39, 0.39);
		transform: scale(0.39, 0.39);
		-moz-transform-origin: top left;
		-webkit-transform-origin: top left;
		-o-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}
		
	#home .col2a {
		width: 35%!important;
	}
	#home .col2b {
		width: 65%!important;
	}
	section.home #row article.full div.col3 {
		width: 100%!important;
	}
	table.alerts td ul.regsubmit li input.email {
		width: 100%;
	}
	#home .searchBtn a {
		max-width: 100%;
		margin-right: 0;
	}
	.gsc-results-wrapper-overlay {
		width: 65%!important;
	}
}