p.footer {
	margin-top: 20px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    float: none;
    color: #444;
    font-weight: normal;
}
.twothirds img {
	max-width: 100%;
	height: auto;
	margin-top: 8px;
	margin-bottom: 14px;
}
.twothirds .lead img {
	margin: 0 0 20px;
}
.onethird.lmargin  {
	width: 290px;
	margin: 0 0 0 10px;
}

/*
div.twocols {
	column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 25px;
	-o-column-gap: 25px;
	-ms-column-gap: 25px;
	-moz-column-gap: 25px;
	-webkit-column-gap: 25px;
}
div.twocols > div {
	display: table;
}
*/
h1 {
	font-size: 18px !important;
	margin: 12px 0;
}
h2 {
	font-size: 18px;
	margin: 12px 0 5px;
}
h1 + h2 {
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	margin: 12px 0 5px;
}
h4 {
	font-size: 14px;
	margin: 5px 0 12px;
}

/*
DATA TABLE
*/
table.market-reference {
	border-color: #FFF;
	width: 100%;
	border-collapse: collapse;
}
table.market-reference thead {
	background: #0083A9;
	color: #FFF;
}
table.market-reference thead td,
table.market-reference tbody td {
	text-align: center;
	padding: 6px 8px;
	border: 1px solid #E5E5E5;
}
table.market-reference.large thead td,
table.market-reference.large tbody td {
	padding: 6px 5px;
}
table.market-reference thead td {
	font-weight: bold;
}
table.market-reference thead td.left,
table.market-reference tbody td.left {
	text-align: left;
}
table.market-reference tbody tr:nth-of-type(even) {
	background: rgba(94, 185, 228, 0.2);
}
table.market-reference tbody td.highlight {
	background: #5EB9E4;
	background: rgba(94, 185, 228, 0.4);
}
table.market-reference tbody td.green {
	color: #7AB800;
}
table.market-reference tbody td.red {
	color: #E11B22;
}
table.market-reference td.empty {
	color: #FFF;
	background: #FFF;
	border: none;
}
table.market-reference td.bold {
	font-weight: bold;
}
table.market-reference td.no-value {
	background: #EEE;
}

/*
ICON TABLE
*/

table.icon-table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
}
table.icon-table tr td {
	text-align: center;
	border: 1px solid #E5E5E5;
	padding: 6px 8px;
}
table.icon-table tr.header,
table.icon-table tr.header td {
	color: rgb(72, 168, 193);
}
table.icon-table tr.bold,
table.icon-table tr.bold td {
	font-weight: bold;
}
table.icon-table tr td.icon {
	width: 48px;
	border: none;
	padding-right: 5px;
	text-align: center;
}
table.icon-table tr td.icon img {
	max-width: 48px;
	max-height: 48px;
	width: auto;
	height: auto;
	margin: 0 auto;
}


/*
COLUMNS
*/

div.cols-2 {
	clear: both;
	margin: 0 0 25px;
}
div.cols-2::after {
	display: block;
	clear: both;
	content: '';
}
div.col-1-of-2 {
	width: 60%;
	display: inline-block;
	float: left;
	padding-right: 2%;
	box-sizing: border-box;
}
div.col-2-of-2 {
	width: 40%;
	display: inline-block;
}
div.col-1-of-2.equal {
	width: 50%;
	padding-right: 1%;
}
div.col-2-of-2.equal {
	width: 50%;
	padding-left: 1%;
}
div.col.equal {
	box-sizing: border-box;
}
div.col-60 {
	width: 60%;
}
div.col-40 {
	width: 40%;
}
div.col {
	vertical-align: top;
}
div.col > h3 {
	margin-top: 0;
}
div.col img {
	max-width: 100%;
	height: auto;
}

/*
SUBMENU
*/

.full .lead img {
	margin: 0 0 0;
}
.subNav {
	border-radius: 5px;
	background: #F3F3F3;
	height: 50px;
	width: 100%;
	margin-bottom: 15px;
}
.full .lead + .subNav {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.subNav ul {
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
	left: -2px;
}
.subNav ul li {
	margin: 0;
	padding: 0 7px;
	list-style: none;
	background: none;
	width: 14.29%;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.subNav ul li a {
	display: block;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
	color: #333 !important;
}
.subNav ul li a:hover {
	text-decoration: none;
	color: #E11B22;
}
.subNav ul li.active {
	background-color: #DADADA;
}
.subNav ul li ul {
	padding: 0;
	position: absolute;
	top: 47px;
	left: 0;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #DADADA;
	z-index: 999;
}
.subNav ul li ul li {
	color: #333;
	width: 182px;
	padding: 0 9px;
	height: auto;
	display: block;
	text-align: center;
}
.subNav ul li ul li a {
	width: 100%;
	padding: 12px 0;
	font-weight: normal;
	border-top: 1px solid #e5e5e5;
}
.subNav ul li ul li:hover {
	background-color: #D3D3D3;
}
.subNav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.subNav ul li ul>:first-child a {
	border-top: 0;
}
.subNav ul li ul>:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
}
*+html .subNav ul li {
	width: 64px;
	float: left;
	padding-top: 12px;
	height: 38px;
}

/*
RHS MENU
*/

.onethird .rhsNav {
	background: #F3F3F3;
	margin-bottom: 10px;
	padding: 12px 16px 8px;
}
.onethird .rhsNav ul {
	padding: 0;
}
.onethird .rhsNav ul li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 13px;
}
.onethird .rhsNav ul li strong {
	padding: 8px 0;
}
.onethird .rhsNav ul li ul {
	padding: 0 0 0 16px;
	border-top: 1px solid #E5E5E5;
	margin: 8px 0 0;
}
.onethird .rhsNav ul li:last-of-type {
	border-bottom: none;
}
.onethird .rhsNav ul li a,
.onethird .rhsNav ul li a:hover,
.onethird .rhsNav ul li a:visited,
.onethird .rhsNav ul li a:link {
	display: block;
	font-size: 13px;
	color: #444;
}

/*
RHS CONTACTS
*/
.onethird .rhsContacts {
	background: #F3F3F3;
	padding: 12px 16px 8px;
}
.onethird .rhsContacts ul {
	padding: 0;
	border-top: 1px solid #E5E5E5;
	margin: 8px 0 0;
}
.onethird .rhsContacts ul li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 13px;
}
.onethird .rhsContacts ul li strong {
	padding: 8px 0;
}
.onethird .rhsContacts ul li ul {
	padding: 0 0 0 16px;
	border-top: 1px solid #E5E5E5;
	margin: 8px 0 0;
}
.onethird .rhsContacts ul li:last-of-type {
	border-bottom: none;
}
.onethird .rhsContacts ul li a,
.onethird .rhsContacts ul li a:hover,
.onethird .rhsContacts ul li a:visited,
.onethird .rhsContacts ul li a:link {
	font-size: 13px;
	color: #5988B1;
}

/*
DOWNLOADS
*/

.download {
	display: inline-block;
	clear: both;
	width: 32%;
	padding: 0 1% 0 0;
	box-sizing: border-box;
	vertical-align: top;
	margin: 10px 0 0;
}
.download:after {
	clear: both;
	display: block;
	content: '';
}
.download .image a {
	display: block;
}
.download .image img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #E6E7E9;
	margin: 0;
}
.download .grey {
	text-align: center;
	background-color: #E6E7E9;
	padding: 10px;
	margin: 10px 0 0;
	box-sizing: border-box;
}
.download .text {
	margin: 14px 0 8px;
}
.download .text,
.download .text a {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

/*
OTHER
*/

span.square.green,
span.square.red {
	display: inline-block;
	height: 8px;
	width: 8px;
}
span.square.green {
	background-color: #7AB800;
}
span.square.red {
	background-color: #E11B22;
}
p.info {
	color: #0083A9;
	font-style: italic;
	background: none;
	border: none;
	width: 100%;
	float: none;
	padding: 6px 0 0;
	margin: 6px 0 12px;
	clear: both;
}
.onethird > div {
	margin-bottom: 50px;
}