/**
 * Prototype CSS
 *
 * @filename print.css
 * @author Oliver Rowlands
 * @date 2012-06-01
 * @copyright Liquid Light Digital Ltd.
 * @url http://www.liquidlight.co.uk
 */
body {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.4em;
    margin-bottom: 0;
}
.clear {
  clear: both;
}
#content {
	clear: both;
}
#footer {
    padding: 0.5em 0 0 0;
    margin: 2em 0 0 0;
    font-size: 8pt;
}
#logo img {
  border-bottom: .5em;
  width: 176px;
  height: 59px;
}

/**
 * Hide supplemental content
 */
hr,
form,
#breadcrumb,
#mobileNavigation,
#connect,
#primaryNavigation,
.column.header .slider,
.column.secondary,
#upperFooter,
#middleFooter,
.banner.large,
.banner.sml,
.pagination,
#credits,
#twitter-widget-0,
.fb-like.fb_iframe_widget,
.hide,
ul.navigation,
div.tx-llcatalog-pi div.filters,
div.tx-llcatalog-pi div.pagination,
div.addthis_toolbox,
div.cookify div.message,
div.layout.threeColumn.links,
ul.orbit-bullets,
.maintext iframe[src*='youtube'] {
    display: none;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	font-family: Oxygen, sans-serif;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #CCC;
}
h1 {
    border-width: 3px;
    border-color: #cccccc;
    line-height: 1.2em;
}
h2, h3, h4 {
  margin-top: 1.4em;
}

/**
 * Links
 */
a,
a:visited {
    text-decoration: none;
    color: #225399;
}

a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
    content: ' [basesite.ll.lldev.co.uk/'attr(href)'] ';
    font-size: 8pt;
}
a[href^='/']:after {
    content: ' [basesite.ll.lldev.co.uk'attr(href)'] ';
}
a[href^='http']:after {
    content: ' [' attr(href) '] ';
    margin-left: 3pt;
}
#logo a:after,
a[href^='mailto']:after,
a[href='']:after,
a[href$='jpg']:after,
a[href$='jpeg']:after,
a[href$='png']:after,
.photo a:after,
p.category a:after {
    content: '';
}
#logo a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    border-width: 0;
}


/**
 * Lists
 */
ul {
	margin-left: 10pt;
	padding-left: 10pt;
}

/**
 * Images
 */

.maintext img,
.column.one img,
.column.two img,
.column.three img {
  float: left;
  max-width: 50%;
  margin-right: 16pt;
  margin-bottom: 16pt;
}

/**
 * Highlighted box
 */
div.highlight {
  background: #f5f5f3;
  /*margin: 0 0 1.3em 0;*/
}
div.highlight > div.wrapper {
  padding: 3pt 8pt;
}

/**
 * Tables
 */
table {
	text-align: left;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	width: 99%;
}
table caption {
	display: none;
}
table thead {
	margin: 0 0 0.5em 0;
	display: table-header-group;
}
table tbody.hidden {
	display: none;
}
table thead tr th {
	padding: 0.6em 0.5em 0.6em 0;
	margin-bottom: 1em;
	text-align: left;
	border-bottom: 2px solid #C6C6C6;
}
table tbody tr th {
	vertical-align: top;
	padding: 0.8em 1.5em 0.5em 0;
	margin: 0 0 2em 0;
}
table tbody tr td {
	padding: 0.7em 0.5em 0.7em 0;
}
table tbody tr th,
table tbody tr td,
table tbody tr.tr-0 th.td-0 {
	border-bottom: 1px solid #DEDEDE;
}
table tbody tr.tr-0 th {
	border-bottom: 2px solid #00ACED;
}
table p {
	margin: 0;
}

/**
 * Divider
 */
div.divider {
    border-bottom: 1px solid #CCCCCC;
    height: 1px;
    margin: 15px 0 20px 0;
}

/**
 * Quotes
 */

.quote {
  margin: 15pt 10pt;
  padding: 0 10pt;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.quote blockquote {
  margin: 0 0 0.6em;
  font-style: italic;
}
.quote blockquote p:last-child {
  margin-bottom: 0.6em;
}
.quote p.author {
  font-size: 90%;
  margin-top: 0.6em;
}

/**
 * Home page
 */
div.pageLayout.oneColumn div.layout.twoColumn div.column.one em {
    font-size: 140%;
    line-height: 1.3em;
}
.layout.threeColumn .column.two,
.layout.threeColumn .column.three {
  clear: both;
}

/**
 * Catalog - News - List
 */

div.news div.list div.articles div.photo {
  float: left;
  width: 20%;
}
div.news div.list div.articles div.details {
  float: right;
  width: 77%
}
div.news div.list div.articles div.details p.date {
  margin: 0;
  color: #b2b2b2;
  font-size: 80%;
}
div.news div.list div.articles div.details h3 {
  margin: 0;
  border-bottom: 0;
}
div.news div.list div.articles div.details div.bodytext p {
  margin: 0;
}
div.news div.list div.articles div.details p.category span.label {
  font-weight: bold;
}
div.news div.list div.articles div.details p.category {
  margin: 0;
}

/**
 * Home Table
*/
table.ourImpact {
  float: left;
    border-collapse: separate;
    width: 197pt;
    margin: 0 1.4em 0.6em 0;
}
table.ourImpact td:first-child {
    border-right: 1px solid #ccc;
    padding: 12px 5px 8px 0px;
}
table.ourImpact td.01 {
    padding: 12px 5px 8px 15px;
}
table.ourImpact td {
    border-bottom: 1px solid #ccc;
    color: #28BAEA;
    font-size: 30px;
    font-weight: 700;
    line-height: 0.7em;
    padding: 12px 5px 8px 15px;
    vertical-align: top;
}
table.ourImpact td span {
    color: #858585;
    display: block;
    font-size: 12px;
    line-height: 1.3em;
    padding-top: 6px;
    text-align: left;
}

.impact-table {
  font-size: 1.1em;
}

.impact-head {
  width: 100%;
  margin-bottom: 4px;
}

.impact-head h3 {
  margin: 0 0 4px;
  padding: 0;
  background: #808080;
  font-size: 1.7em;
  font-weight: 300;
  border: 0;
}

.impact-head h3 p {
  display: inline-block;
}

.impact-head-desc {
  background: #BFBFBF;
}

.impact-data {
  width: 100%;
  margin-bottom: 6px;
}

.impact-cells,
.impact-type0 .impact-cell-text2 {
  width: 100%;

}
.impact-cells:after {
  display: block;
  content: "";
  clear: both;
}

.impact-cell-text1,
.impact-cell-text2 {
  float:left;
  width:49%;
  padding-top: 8px;
  }

.impact-cell-text1 {
  border-right: white 4px solid;
}

.impact-table p {
  line-height: 1;
  margin: 0;
  padding: 10px 15px;
}

.impact-head h3 .impact-highlight{
font-weight: 500;
text-indent: -25px;
}


.impact-data .impact-highlight {
  padding-bottom: 0px;
  font-weight: 500;
  font-size: 1.5em
}

.impact-data p {
  padding-top: 2px;
}

.impact-color1 {
  background: #28baea;
}

.impact-color2 {
    background: #00a3da;
}

.impact-color3 {
  background: #1F84BF;
}

.impact-color4 {
  background: #1471B2;
}

.impact-color5 {
  background: #165F9D;
}

.impact-color6 {
  background: #124C83;
}
