﻿@charset "UTF-8";

/*
	The defaults. They are almost exclusivly single element selectors but it could be an attribute selector.
*/
/*
	List colours, mixins etc. Brand stuff etc. All SCSS goodness.
*/
body {
	font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  line-height: 1.0;
  background: url("../img/bg-stripe.jpg") repeat-x top center #fafafa;
  color: #737373;
  }

a.cta {
  font-size: 1.4em;
  display: block;
  font-weight: bold;
  color: #005b82;
  padding-top: 2px;
  padding-left: 22px;
  background-repeat: no-repeat;
  background: url("../img/icon-blue-arrow.png") no-repeat center left; }

a.cta:hover {
  text-decoration: underline; }
  
a.mini-cta {
  font-size: 1.4em;
  font-weight: bold; }

a.mini-cta:after {
  content: " »"; }

h1 {
  font-size: 4em;
  font-weight: 700; }

h2 {
  font-size: 3.3em;
  font-weight: 400; }

h3 {
  font-size: 2.4em;
  font-weight: 400; }

h4 {
  font-size: 2.2em; }

h5 {
  font-size: 2.0em; }

h6 {
  font-size: 1.2em; }

.all-caps {
  text-transform: uppercase; }

.node-page p:first-child
{
  font-size: 2em;
  font-family: "Bliss Regular", Calibri, 'Helvetica Neue', Arial, sans-serif; }
  
.node-service p:first-child
{
  font-size: 2em;
  font-family: "Bliss Regular", Calibri, 'Helvetica Neue', Arial, sans-serif; }
    
  
.node-need p:first-child
{
  font-size: 2em;
  font-family: "Bliss Regular", Calibri, 'Helvetica Neue', Arial, sans-serif; }
    
  
.node-sector p:first-child
{
  font-size: 2em;
  font-family: "Bliss Regular", Calibri, 'Helvetica Neue', Arial, sans-serif; }
    
  
.caption {
  font-size: 0.8em; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  line-height: 1.7em;
  margin: 16px 0 22px 0; }

ol li {
  font-size: 1.4em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bliss Regular", Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size-adjust: 0.47;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3em; }

p strong {
  font-weight: 800; }

p {
  font-size: 1.4em; }

.sub {
  font-size: 1.1em; }

ol li {
  list-style-position: inside; }

ul li ul, ol li ol, ul li ul li ul, ol li ol li ol {
  font-size: 1em; }
  
  

a {
  color: #00a1c1;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  margin: 18px 0 22px 0; }

.nomargin {
  margin: 0 0 22px 0; }

ul li {
  list-style-type: disc; }

ul, ul li {
  /*list-style-type: disc;*/ }

li {
  padding-bottom: 15px; }

ul, ol {
  padding: 0 0 0 50px; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

img.floatright {
  margin: 0 0 20px 20px; }

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase; }

q {
  font-family: "Bliss Regular", Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size-adjust: 0.47;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  font-style: italic;
  display: inline-block; }

blockquote {
  font-size: 1.8em;
  padding-left: 30px;
  padding-bottom: 0;
  font-family: "Bliss Regular", Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size-adjust: 0.47;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4em;
  border-left: solid 4px #005b82; }

address,
address p {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0 !important; }

label {
  font-size: 1.4em;
  display: block; }

input[type="submit"] {
  clear: both;
  display: block;
  background: transparent;
  border: none;
  font-size: 1.4em;
  color: #ff5800;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  padding-top: 1px;
  background-image: url("../img/icon-orange-arrow.png"); }

.ie7 input[type="submit"] {
  padding-left: 2px; }

input[type="text"], input[type="password"], textarea, input[type="email"], input[type="tel"] {
  display: block;
  font-size: 1.4em;
  padding: 10px;
  border: none;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -ms-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  border: solid 1px #e1e1e1;
  background: white;
  color: #737373; }
  
 select {
   display: block;
  font-size: 1.4em;
  padding: 7px;
  border: none;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -ms-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  border: solid 1px #e1e1e1;
  background: white;
  color: #737373;
  width: 413px;
 }

span.customSelect select {
  z-index: 300;
  position: absolute;
  left: 0;
  z-index: 200; }

span.customSelect {
  font-size: 1.4em;
  background: url("../img/dropdown-arrows.jpg") no-repeat right center white;
  color: #a6a6a6;
  min-width: 100px;
  padding: 8px;
  position: relative;
  border: 1px solid #e1e1e1;
  padding-right: 24px; }

span.customSelect.changed {
  background-color: #f0dea4; }

.clear:before, .clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clear:after {
  clear: both; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?x9ycj5");
  src: url("../fonts/icomoon.eot?#iefixx9ycj5") format("embedded-opentype"), url("../fonts/icomoon.woff?x9ycj5") format("woff"), url("../fonts/icomoon.ttf?x9ycj5") format("truetype"), url("../fonts/icomoon.svg?x9ycj5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-icon-"], [class*="icon-icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-plus:before {
  content: "\e600"; }

.icon-icon-news:before {
  content: "\e601"; }

.icon-icon-minus:before {
  content: "\e602"; }

.icon-icon-home:before {
  content: "\e603"; }

.icon-icon-events:before {
  content: "\e604"; }

.icon-icon-arrow:before {
  content: "\e605"; }

table {
  border-collapse: collapse;
  font-size: 1.4em;
  border-spacing: 0; }

/*Tables*/
table {
  font-family: arial;
  text-align: left;
  width: 100%;
  color: #767676; }

table thead {
  color: #005b82;
  font-weight: bold; }

table thead th {
  border-bottom: 1px #f0f0f0 solid;
  border-top: 1px #f0f0f0 solid;
  padding: 5px 6px;
  vertical-align: bottom;
  font-weight: bold;
  text-align: left; }

table tbody tr td {
  border-bottom: 1px #f0f0f0 solid;
  padding: 10px 6px;
  vertical-align: top;
  font-size: 0.85em; }

table td.highlight {
  background: #f9f9f9;
  color: #04476F;
  padding: 10px 10px; }

table .lighter {
  color: #aaaaaa; }

  
.page-news-insights .content .menu-level-2 .menu ul
{
	display: none;
}

.node-type-news-item .content .menu-level-2 .menu ul
{
	display: none;
}

.node-type-downloadable-item .content .menu-level-2 .menu ul
{
	display: none;
}

.node-type-insight-item .content .menu-level-2 .menu ul
{
	display: none;
}

.node-type-event .content .menu-level-2 .menu ul
{
	display: none;
}
  
.page-events .content .menu-level-2 .menu ul
{
	display: none;
}
