/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Colours */
/* Font sizes */
/* Font families */
.basic-font {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.basic-bold-font {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
.extra-font {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.extra-bold-font {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
.extra-italic-font {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}
.font-size-default {
  font-size: 12px;
}
.font-size-1 {
  font-size: 91.6667%;
}
.font-size-2 {
  font-size: 100%;
}
.font-size-3 {
  font-size: 108.3333%;
}
.font-size-4 {
  font-size: 116.6667%;
}
.font-size-5 {
  font-size: 166.6667%;
}
/* Spacings */
.no-padding {
  padding: 0 0 0 0;
}
.no-margin {
  margin: 0 0 0 0;
}
.no-spacing {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.no-spacing-imp {
  padding: 0 !important;
  margin: 0 !important;
}
.hide-text {
  display: block;
  text-indent: -9999px;
  direction: ltr;
}
.transition-def {
  transition: all 0.3s ease-in;
}
.clean-wrapper {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
/* Page structure */
/* DEFAULT CLASSES */
.clear {
  clear: both !important;
}
.center {
  text-align: center;
}
.left-aligned-image {
  margin: 0 16px 6px 0;
  float: left;
}
.right-aligned-image {
  margin: 0 0 6px 16px;
  float: right;
}
.hp-val {
  display: none !important;
}
.error-response {
  display: none;
  color: #f65058 !important;
  margin: 0 !important;
}
.error-thrown {
  color: #f65058 !important;
}
.hideme {
  display: none;
}
/* BASE STYLES */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #1a1a1a;
  font-size: 12px;
  background: #fff;
  height: 100%;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd,
textarea,
input,
select {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-family: inherit;
  text-transform: inherit;
  color: inherit;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
input,
button,
select,
textarea {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  vertical-align: middle;
  outline: none;
}
input[type=text],
input[type=password],
input[type=tel],
input[type=submit],
input[type=email],
input[type=button],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}
/* BASIC ELEMENTS */
h1 {
  font-size: 166.6667%;
  margin: 0 0 16px 0;
  color: #1a1a1a;
}
h2 {
  font-size: 116.6667%;
  margin: 0 0 10px 0;
  color: #1a1a1a;
}
p {
  margin: 0 0 12px 0;
}
a {
  color: #23b2a1;
}
a:hover {
  color: #1a1a1a;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  color: #1a1a1a;
  margin: 0;
  border: 1px solid #1a1a1a;
  padding: 3px;
}
select {
  color: #1a1a1a;
  margin: 0;
  border: 1px solid #1a1a1a;
  padding: 3px;
}
textarea {
  color: #1a1a1a;
  margin: 0;
  border: 1px solid #1a1a1a;
  padding: 3px;
  resize: none;
}
input[type=submit],
button {
  margin: 0;
  vertical-align: middle;
}
input[type=checkbox] {
  border: none;
  margin: 0;
  vertical-align: middle;
}
input[type=radio] {
  border: none;
  margin: 0;
  vertical-align: middle;
}
button {
  border: 0;
}
html.wait,
html.wait * {
  cursor: wait !important;
}
.clear {
  clear: both;
}
#container #language_message {
  background: #19c6b2;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
#container #language_message .wrapper {
  padding: 2% 3%;
}
#container #language_message .wrapper p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#container #language_message .wrapper p a {
  color: #fff;
}
#container > header div.global {
  background: #f2f2f2;
  height: 40px;
  overflow: hidden;
}
#container > header div.global .language-button {
  float: left;
  background: #ccc url('/images/caret_dn.png') no-repeat 92% 50%;
  color: #636362;
  height: 40px;
  width: 50%;
  font-size: 16px;
  padding: 0 0 0 1em;
  text-align: left;
  transition: all 0.3s ease-in;
}
#container > header div.global .language-button.active {
  background-color: #636362;
  background-image: url('/images/caret_up.png');
  color: #fff;
}
#container > header div.global .navigation-toggle,
#container > header div.global .search-toggle {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
}
#container > header div.global .navigation-toggle:hover,
#container > header div.global .search-toggle:hover,
#container > header div.global .navigation-toggle:active,
#container > header div.global .search-toggle:active {
  background-position: -40px 0;
}
#container > header div.global .navigation-toggle.active,
#container > header div.global .search-toggle.active {
  background-position: -80px 0;
}
#container > header div.global .navigation-toggle.active:hover,
#container > header div.global .search-toggle.active:hover,
#container > header div.global .navigation-toggle.active:active,
#container > header div.global .search-toggle.active:active {
  background-position: -120px 0;
}
#container > header div.global .navigation-toggle {
  background: url('/images/nav-toggle.png') no-repeat 0 0;
}
#container > header div.global .search-toggle {
  background: url('/images/search.png') no-repeat 0 0;
}
#container > header div.global .navbar-collapse {
  position: absolute;
  z-index: 10;
  width: 50%;
  background: #ccc;
  color: #636362;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#container > header div.global .navbar-collapse ul {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#container > header div.global .navbar-collapse ul a {
  color: #636362;
  font-size: 16px;
}
#container > header div.global .navbar-collapse ul a:hover,
#container > header div.global .navbar-collapse ul a:active {
  background-color: #e6e6e6;
}
#container > header #mobnav {
  display: none;
  position: relative;
  width: 100%;
}
#container > header #mobnav > p {
  position: relative;
  width: 100%;
  background: #fff;
  font-size: 16px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#container > header #mobnav > p a {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding: 0.5em 1em;
}
#container > header #mobnav > form {
  display: block;
  height: 40px;
  position: relative;
  width: 100%;
}
#container > header #mobnav > form ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 40px;
  position: relative;
}
#container > header #mobnav > form ul li {
  display: block;
  float: right;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#container > header #mobnav > form ul li input[type=text] {
  font-size: 16px;
  color: #636362;
  height: 40px;
  width: 100%;
  padding: 0.8em;
  border: 0;
}
#container > header #mobnav > form ul li input[type=submit] {
  border: 0;
  text-indent: -99999px;
  background: url('/images/search.png') no-repeat 0 0;
  width: 40px;
  height: 40px;
}
#container > header #mobnav > form ul li input[type=submit]:hover,
#container > header #mobnav > form ul li input[type=submit]:active {
  background-position: -40px 0;
}
#container > header #mobnav > form ul li:first-child {
  width: 80%;
  float: left;
}
#container > header #mobnav > .main {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  font-size: 18px;
}
#container > header #mobnav > .main a {
  display: block;
  background: #19c6b2;
  color: #fff;
  padding: 0.4em 1em;
  border-bottom: 1px solid #fff;
}
#container > header #mobnav > .main a:hover,
#container > header #mobnav > .main a:active,
#container > header #mobnav > .main a.sel {
  background: #636362;
  text-decoration: none;
}
#container > header #mobnav > h2 {
  margin: 0;
  padding: 1.5em 1em 0.5em 1em;
  font-size: 18px;
}
#container > header #mobnav > .sub,
#container > header #mobnav > .tert {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  font-size: 18px;
}
#container > header #mobnav > .sub a,
#container > header #mobnav > .tert a {
  display: block;
  background: #e6e6e6;
  padding: 0.4em 1em;
  border-bottom: 1px solid #fff;
}
#container > header #mobnav > .sub a:hover,
#container > header #mobnav > .tert a:hover,
#container > header #mobnav > .sub a:active,
#container > header #mobnav > .tert a:active,
#container > header #mobnav > .sub a.sel,
#container > header #mobnav > .tert a.sel {
  text-decoration: none;
  color: #fff;
}
#container > header #mobnav > .sub a:hover,
#container > header #mobnav > .sub a:active,
#container > header #mobnav > .sub a.sel {
  background: #636362;
}
#container > header #mobnav > .tert a:hover,
#container > header #mobnav > .tert a:active,
#container > header #mobnav > .tert a.sel {
  background: #999;
}
#container > header div.navigation {
  background: #636362;
}
#container > header div.navigation div.wrapper {
  position: relative;
  transition: all 0.3s ease-in;
}
#container > header div.navigation div.wrapper > p {
  width: 94%;
  padding: 15px 1% 12px 5%;
}
#container > header div.navigation div.wrapper > p img {
  width: 100%;
  height: auto;
  max-width: 341px;
}
#container > header div.navigation div.wrapper form {
  display: none;
}
#container > header div.navigation div.wrapper nav > div > a > ul {
  display: none;
}
#container > header div.navigation div.wrapper nav > div > a > ul > li ol {
  display: none;
}
#container .flex-control-nav {
  bottom: -28px;
}
#container .flex-control-nav a {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #636362;
  box-shadow: none;
}
#container .flex-control-nav a.flex-active {
  background: #19c6b2;
}
#container .flex-control-nav a.flex-active:hover {
  background: #19c6b2;
}
#container .flex-control-nav a:hover {
  background: #bbcc28;
}
body > footer {
  background: #e6e6e6;
}
body > footer > div.wrapper {
  position: relative;
  padding: 35px 2%;
  font-size: 14px;
}
body > footer > div.wrapper p {
  line-height: 17px;
}
body > footer > div.wrapper > ul {
  line-height: 20px;
}
body > footer > div.wrapper > ol {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 276px;
  height: 110px;
}
body > footer > div.wrapper > ol > li {
  display: inline;
  position: relative;
  width: 50px;
}
body > footer > div.wrapper > ol > li > a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  background-image: url('/images/social-sprites-4.png');
  background-repeat: no-repeat;
  text-align: left;
  cursor: pointer;
}
body > footer > div.wrapper > ol > li.twitter > a {
  background-position: 0 0;
}
body > footer > div.wrapper > ol > li.twitter:hover > a {
  background-position: 0 -40px;
}
body > footer > div.wrapper > ol > li.facebook > a {
  background-position: -40px 0;
}
body > footer > div.wrapper > ol > li.facebook:hover > a {
  background-position: -40px -40px;
}
body > footer > div.wrapper > ol > li.facebook:hover > ul {
  left: -95px;
}
body > footer > div.wrapper > ol > li.linkedin > a {
  background-position: -80px 0;
}
body > footer > div.wrapper > ol > li.linkedin:hover > a {
  background-position: -80px -40px;
}
body > footer > div.wrapper > ol > li.linkedin:hover > ul {
  left: auto;
  right: 5px;
}
body > footer > div.wrapper > ol > li.youtube > a {
  background-position: -120px 0;
}
body > footer > div.wrapper > ol > li.youtube:hover > a {
  background-position: -120px -40px;
}
body > footer > div.wrapper > ol > li.instagram > a {
  background-position: -160px 0;
}
body > footer > div.wrapper > ol > li.instagram:hover > a {
  background-position: -160px -40px;
}
body > footer > div.wrapper > ol > li.vimeo > a {
  background-position: -200px 0;
}
body > footer > div.wrapper > ol > li.vimeo:hover > a {
  background-position: -200px -40px;
}
body > footer > div.wrapper > ol > li > ul {
  display: none;
  position: absolute;
  min-width: 140px;
  top: 40px;
  left: -45px;
}
body > footer > div.wrapper > ol > li > ul > li > a {
  display: block;
  background: #999;
  color: #f2f2f2;
  padding: 7px 1em;
}
body > footer > div.wrapper > ol > li > ul > li > a:hover,
body > footer > div.wrapper > ol > li > ul > li > a:active {
  background: #636362;
  color: #fff;
  text-decoration: none;
}
body > footer > div.wrapper > ol > li:hover > ul {
  display: block;
}
section.carousel {
  background: #636362;
  position: relative;
  margin-top: -12px;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
section.carousel .emergency {
  background: #f65058;
  color: #fff;
  display: block;
}
section.carousel .emergency .wrapper {
  padding: 3%;
}
section.carousel .emergency .wrapper > h2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
section.carousel .emergency .wrapper article {
  position: relative;
  width: 100%;
}
section.carousel .emergency .wrapper article .lede {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 6px;
}
section.carousel .emergency .wrapper article .message {
  color: #636362;
  font-size: 22px;
  line-height: 25px;
}
section.carousel .emergency .wrapper article .message h2 {
  color: #fff;
  margin: 0 0 2px 0;
  font-size: 22px;
  line-height: 25px;
  font-family: arial, sans-serif;
}
section.carousel .emergency .wrapper article .message a {
  color: #fff;
}
section.carousel .emergency .wrapper aside {
  position: relative;
  width: 100%;
}
section.carousel .emergency .wrapper aside div h2 {
  color: #fff;
  margin: 0 0 2px 0;
  font-size: 22px;
  line-height: 25px;
  font-family: arial, sans-serif;
}
section.carousel .emergency .wrapper aside div p {
  color: #636362;
  font-size: 22px;
  line-height: 25px;
}
section.carousel .emergency .wrapper aside > p {
  font-size: 16px;
  line-height: 16px;
  color: #636362;
}
section.carousel .flexslider {
  width: 100%;
  height: 240px;
}
section.carousel .flexslider ul {
  display: block;
}
section.carousel .flexslider ul li {
  display: none;
  position: absolute;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 240px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 60%;
}
section.carousel .flexslider ul li:first-child {
  display: block;
}
section.carousel .flexslider ul li .wrapper span {
  display: block;
  background: url('/images/alpha-white.png') repeat 0 0;
  padding: 10px;
  height: auto;
  min-height: 96px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
section.carousel .flexslider ul li .wrapper span a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  line-height: 25px;
  color: #23b2a1;
}
section.carousel .flexslider ul li .wrapper span a em {
  display: inline;
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 3px 0 0 0.5em;
  background: url('/images/caret-left.png') no-repeat 0 0;
  overflow: hidden;
}
section.carousel .flexslider ul li .wrapper span a:hover {
  color: #636362;
  text-decoration: none;
}
section.carousel .flexslider ul li .wrapper span a:hover em {
  background-position: -21px 0;
}
section.carousel .flexslider ul li .nav {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}
section.carousel .flexslider ul li .nav a {
  display: block;
  position: relative;
  width: 33%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 22px;
  line-height: 140px;
}
section.carousel .flexslider ul li .nav a span {
  background: url('/images/caret-left-aqua.png') no-repeat 50% 100%;
  padding: 0 0 30px 0;
}
section.carousel .flexslider ul li .nav a:hover,
section.carousel .flexslider ul li .nav a.sel {
  text-decoration: none;
  color: #fff;
}
section.carousel .flexslider ul li .nav a:hover span,
section.carousel .flexslider ul li .nav a.sel span {
  background-image: none;
}
section.carousel.hasnav {
  max-height: 280px;
}
section.carousel.hasnav .flex-control-nav a {
  background: #19c6b2 !important;
}
section.carousel.hasnav .flex-control-nav a:hover {
  background: #bbcc28 !important;
}
section.carousel.hasnav .flex-control-nav a.flex-active {
  background: #fff !important;
}
section.pipeline-navigation {
  position: relative;
  margin-top: -12px;
}
section.pipeline-navigation .pipeline-button {
  position: relative;
  width: 100%;
  background: #19c6b2 url('/images/caret-left-white.png') no-repeat 97% 50%;
  color: #fff;
  text-align: left;
  font-size: 22px;
  padding: 3%;
}
section.pipeline-navigation .pipeline-nav {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #19c6b2;
}
section.pipeline-navigation .pipeline-nav li {
  border-top: 1px solid #fff;
}
section.pipeline-navigation .pipeline-nav li a {
  font-size: 22px;
  color: #fff;
  padding: 3%;
}
section.pipeline-navigation .pipeline-nav li a:hover,
section.pipeline-navigation .pipeline-nav li a.sel {
  background: #636362;
  color: #fff;
}
body.homepage section > .wrapper > h2 {
  font-size: 34px;
  text-align: center;
  color: #636362;
  margin: 0 0 0.8em 0;
}
body.homepage section > .wrapper > p {
  text-align: center;
}
body.homepage section > .wrapper p > button {
  width: 100%;
  max-width: 320px;
  font-size: 22px;
  line-height: 22px;
  padding: 0.7em 0;
  text-align: center;
  background: #19c6b2;
  color: #fff;
}
body.homepage section > .wrapper p > button:hover {
  background: #636362;
}
body.homepage section > .wrapper p > button.blue {
  background: #36c1ed;
}
body.homepage section > .wrapper p > button.blue:hover {
  background: #636362;
}
body.homepage section > .wrapper .story {
  position: relative;
  width: 100%;
  background: #e6e6e6;
  padding: 0 0 10px 0;
}
body.homepage section > .wrapper .story .block {
  position: relative;
}
body.homepage section > .wrapper .story h2 {
  font-size: 18px;
  line-height: 21px;
  padding: 4% 5% 2% 5%;
  margin: 0;
}
body.homepage section > .wrapper .story h2 a {
  color: #23b2a1;
}
body.homepage section > .wrapper .story p {
  margin: 0;
  padding: 0 5%;
  font-size: 16px;
  line-height: 19px;
}
body.homepage section > .wrapper .story p img {
  width: 100%;
  height: auto;
}
body.homepage section > .wrapper .story p:first-child {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.homepage section > .wrapper .story p.date {
  color: #999;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 1em;
}
body.homepage section > .wrapper .flexslider {
  width: 100%;
  position: relative;
  margin: 0 auto 50px auto;
}
body.homepage section > .wrapper .flexslider .flex-control-nav {
  bottom: -35px !important;
}
body.homepage section.carousel .flexslider .slides li {
  cursor: pointer;
}
body.homepage section.quicklinks {
  padding: 30px 0 47px 0;
  background: #e6e6e6 url('/images/arw-grey.png') no-repeat 50% 100%;
}
body.homepage section.quicklinks > .wrapper {
  padding: 0;
}
body.homepage section.quicklinks > .wrapper .link {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: transparent url('/images/caret-left-white.png') no-repeat 95% 85%;
  margin: 0 0 1px 0;
  text-align: left;
  cursor: pointer;
}
body.homepage section.quicklinks > .wrapper .link a {
  display: block;
  width: 88%;
  height: 94%;
  padding: 3% 9% 3% 3%;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}
body.homepage section.quicklinks > .wrapper .link.yellow {
  background-color: #bbcc28;
}
body.homepage section.quicklinks > .wrapper .link.green {
  background-color: #19c6b2;
}
body.homepage section.quicklinks > .wrapper .link.purple {
  background-color: #9e75bc;
}
body.homepage section.quicklinks > .wrapper .link.blue {
  background-color: #37c2ee;
}
body.homepage section.quicklinks > .wrapper .link:hover {
  background-color: #636362 !important;
}
body.homepage section.quicklinks > .wrapper .link:hover a {
  text-decoration: none;
}
body.homepage section.news {
  padding: 30px 0 47px 0;
  background: #fff url('/images/arw-white.png') no-repeat 50% 100%;
}
body.homepage section.events {
  padding: 30px 0 47px 0;
  background: #ccc url('/images/arw-aqua.png') no-repeat 50% 100%;
}
body.homepage section.events > .wrapper .latest_panel {
  margin-top: 3em;
}
body.homepage section.events > .wrapper .latest_panel:first-child {
  margin-top: 0;
}
body.homepage section.events > .wrapper .latest_panel > h2 {
  text-align: center;
  color: #636362;
  font-size: 34px;
  line-height: 34px;
  padding: 0 0 0.8em 0;
}
body.homepage section.events > .wrapper .latest_panel p > button {
  position: relative;
  display: block;
  margin: 0 auto;
}
body.homepage section.events > .wrapper .latest_panel .story {
  position: relative;
  background: #f2f2f2;
  margin: 0 0 1em 0;
  overflow: hidden;
  border-bottom: 10px solid #f2f2f2;
}
body.homepage section.events > .wrapper .latest_panel .story .video a span {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 80%;
  background: url('/images/button-play.png') no-repeat 50% 50%;
  background-size: 60px 60px;
}
body.homepage section.events > .wrapper .latest_panel .story .video a:hover span {
  background-image: url('/images/button-play-down-grey.png');
}
body.homepage section.events > .wrapper .latest_panel .tweets {
  background: #f2f2f2;
  margin: 0 0 1em 0;
}
body.homepage section.events > .wrapper .latest_panel .tweets ul li {
  margin: 0;
  padding: 5%;
  font-size: 16px;
  line-height: 19px;
  border-top: 1px solid #ccc;
}
body.homepage section.events > .wrapper .latest_panel .tweets ul li:first-child {
  border-top: 0;
}
body.homepage section.events > .wrapper .latest_panel .tweets ul li span.date {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 0.8em;
}
body.homepage section.events > .wrapper .latest_panel .tweets ul li a {
  color: #36c1ed;
}
body.homepage section.subscribe {
  padding: 30px 0;
  background: #19c6b2;
  color: #fff;
}
body.homepage section.subscribe > .wrapper {
  padding: 0 2%;
}
body.homepage section.subscribe > .wrapper h2 {
  color: #fff;
}
body.homepage section.subscribe > .wrapper p {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 1.6em 0;
}
body.homepage section.subscribe > .wrapper button {
  border: 1px solid #fff;
}
body.homepage section.subscribe > .wrapper button:hover {
  border: 1px solid #636362;
}
.personal-journey-header {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2%;
  background-color: #4d4d4d;
  color: #fff;
  text-decoration: none !important;
  font-size: 18px;
  height: 56px;
  position: relative;
}
.personal-journey-header__text {
  position: relative;
  top: 10px;
}
.personal-journey-header i {
  margin-top: 5px;
  width: 20px;
  height: 29px;
  display: block;
  float: left;
  background-image: url(/images/map-gradient.svg);
  margin-right: 12px;
  margin-left: 4px;
}
.personal-journey-header:hover {
  color: #fff;
}
.personal-journey-header:hover__text {
  color: #fff;
}
body.generalpage section.carousel {
  background: #bfbfbf url('/images/carousel-bg.jpg') no-repeat 50% 50%;
  background-size: auto 100%;
  height: 140px;
}
body.generalpage section.page {
  position: relative;
  padding: 0 0 1em 0;
}
body.generalpage section.page > .wrapper {
  padding: 1em 0 0 0;
}
body.generalpage section.page > .wrapper > article {
  width: 100%;
  position: relative;
  padding: 0 2%;
}
body.generalpage section.page > .wrapper > article > header h1 {
  font-size: 32px !important;
  line-height: 36px !important;
}
body.generalpage section.page > .wrapper > article > header h2 {
  color: #636362;
  font-family: arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article > header p {
  font-size: 18px;
  line-height: 22px;
}
body.generalpage section.page > .wrapper > article > header p.back {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article p,
body.generalpage section.page > .wrapper > article > ul,
body.generalpage section.page > .wrapper > article > ol,
body.generalpage section.page > .wrapper > article .tabbed_content p,
body.generalpage section.page > .wrapper > article .tabbed_content > ul,
body.generalpage section.page > .wrapper > article .tabbed_content > ol {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 1em 0;
}
body.generalpage section.page > .wrapper > article > h2,
body.generalpage section.page > .wrapper > article > h3,
body.generalpage section.page > .wrapper > article > h4,
body.generalpage section.page > .wrapper > article .tabbed_content > h2,
body.generalpage section.page > .wrapper > article .tabbed_content > h3,
body.generalpage section.page > .wrapper > article .tabbed_content > h4 {
  font-family: arial, sans-serif;
  padding: 0;
  margin: 0.6em 0 0.2em 0;
  color: #636362;
}
body.generalpage section.page > .wrapper > article > h2,
body.generalpage section.page > .wrapper > article .tabbed_content > h2 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 1.2em;
}
body.generalpage section.page > .wrapper > article > h3,
body.generalpage section.page > .wrapper > article > h4,
body.generalpage section.page > .wrapper > article .tabbed_content > h3,
body.generalpage section.page > .wrapper > article .tabbed_content > h4 {
  margin-top: 1em;
}
body.generalpage section.page > .wrapper > article > h3,
body.generalpage section.page > .wrapper > article .tabbed_content > h3 {
  font-size: 20px;
  line-height: 24px;
}
body.generalpage section.page > .wrapper > article > h4,
body.generalpage section.page > .wrapper > article .tabbed_content > h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
body.generalpage section.page > .wrapper > article > ul,
body.generalpage section.page > .wrapper > article .tabbed_content > ul {
  margin: 0 0 1em 1em;
  list-style-image: url('/images/dot01.png');
}
body.generalpage section.page > .wrapper > article > ul li,
body.generalpage section.page > .wrapper > article .tabbed_content > ul li {
  margin: 0.3em 0;
}
body.generalpage section.page > .wrapper > article > ul li > ul,
body.generalpage section.page > .wrapper > article .tabbed_content > ul li > ul {
  margin: 0 0 0 2.4em;
  list-style-image: url('/images/dot02.png');
}
body.generalpage section.page > .wrapper > article > ol,
body.generalpage section.page > .wrapper > article .tabbed_content > ol {
  margin: 0 0 1em 1.5em;
  list-style-type: decimal;
}
body.generalpage section.page > .wrapper > article > ol li,
body.generalpage section.page > .wrapper > article .tabbed_content > ol li {
  margin: 0.3em 0;
}
body.generalpage section.page > .wrapper > article > ol li > ol,
body.generalpage section.page > .wrapper > article .tabbed_content > ol li > ol {
  margin: 0 0 0 2em;
  list-style-type: decimal;
}
body.generalpage section.page > .wrapper > article > p > button {
  background: #23b2a1;
  color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 4% 0;
  margin-top: -2em;
}
body.generalpage section.page > .wrapper > article > p > button:hover,
body.generalpage section.page > .wrapper > article > p > button:active {
  background: #636362;
}
body.generalpage section.page > .wrapper > article img {
  max-width: 100% !important;
  height: auto !important;
}
body.generalpage section.page > .wrapper > article .expand-image {
  position: relative;
  cursor: pointer;
}
body.generalpage section.page > .wrapper > article .expand-image span {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 47px;
  height: 47px;
  background: url('/images/expand.png') no-repeat 0 0;
  background-size: 94px 47px;
}
body.generalpage section.page > .wrapper > article .expand-image:hover span {
  background: url('/images/expand.png') no-repeat 0 0;
  background-size: 94px 47px;
  background-position: -47px 0;
}
body.generalpage section.page > .wrapper > article blockquote,
body.generalpage section.page > .wrapper > article .tabbed_content > blockquote {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  border-top: 2px solid #3b88cb;
  border-bottom: 2px solid #3b88cb;
  color: #3b88cb;
  padding: 0.4em 0 1.2em 0;
  font-size: 22px;
  line-height: 25px;
}
body.generalpage section.page > .wrapper > article blockquote h3,
body.generalpage section.page > .wrapper > article .tabbed_content > blockquote h3 {
  font-size: 56px;
  line-height: 56px;
  margin: 0 0 20px 0;
}
body.generalpage section.page > .wrapper > article blockquote p,
body.generalpage section.page > .wrapper > article .tabbed_content > blockquote p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 22px;
  line-height: 25px;
}
body.generalpage section.page > .wrapper > article blockquote p.author,
body.generalpage section.page > .wrapper > article .tabbed_content > blockquote p.author {
  font-size: 16px;
  line-height: 19px;
  padding-top: 0.5em !important;
}
body.generalpage section.page > .wrapper > article blockquote img,
body.generalpage section.page > .wrapper > article .tabbed_content > blockquote img {
  position: relative;
  width: 100%;
  margin: -0.4em 0 0.5em 0;
}
body.generalpage section.page > .wrapper > article blockquote.statistic,
body.generalpage section.page > .wrapper > article .tabbed_content > blockquote.statistic {
  border-color: #9e75bc;
  color: #9e75bc;
}
body.generalpage section.page > .wrapper > article .subpage {
  position: relative;
  margin: 0 0 20px 0;
  border-top: 1px solid #19c6b2;
  color: #999;
}
body.generalpage section.page > .wrapper > article .subpage h2 {
  padding: 0.4em 0 0.7em 0;
  font-family: arial, sans-serif;
  font-size: 22px;
}
body.generalpage section.page > .wrapper > article .subpage h2 a {
  display: block;
  color: #23b2a1;
  padding-right: 25px;
  background: url('/images/caret-left-aqua.png') no-repeat 100% 0;
}
body.generalpage section.page > .wrapper > article .subpage h2 a:hover {
  color: #636362;
  background: url('/images/caret-left-grey.png') no-repeat 100% 0;
}
body.generalpage section.page > .wrapper > article p.button {
  margin: 0 0 20px 0;
  text-align: center;
  border-top: 2px solid #fff;
}
body.generalpage section.page > .wrapper > article p.button a {
  display: block;
  background: #ccc url('/images/button.png') no-repeat 100% 50%;
  padding: 0.7em 40px 0.65em 0;
  color: #636362;
  cursor: pointer;
}
body.generalpage section.page > .wrapper > article p.button a:hover,
body.generalpage section.page > .wrapper > article p.button a.collapse {
  color: #fff;
  background-color: #636362;
  text-decoration: none;
}
body.generalpage section.page > .wrapper > article p.button a.showfaqs {
  background-image: url('/images/button-down.png');
}
body.generalpage section.page > .wrapper > article p.button a.showfaqs.collapse {
  background-image: url('/images/button-up.png');
}
body.generalpage section.page > .wrapper > article p.button a.togglelist {
  text-align: left;
  padding: 0.7em 40px 0.65em 1em;
  background-image: url('/images/button-down.png');
}
body.generalpage section.page > .wrapper > article p.button a.togglelist.collapse {
  background-image: url('/images/button-up.png');
}
body.generalpage section.page > .wrapper > article p.button.expandall {
  margin: 0 0 2px 0;
}
body.generalpage section.page > .wrapper > article div.doclist {
  display: none;
}
body.generalpage section.page > .wrapper > article .thumb {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
}
body.generalpage section.page > .wrapper > article .thumb a img {
  width: 100%;
  height: auto;
}
body.generalpage section.page > .wrapper > article .thumb a span {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 80%;
  background: url('/images/button-play.png') no-repeat 50% 50%;
  background-size: 60px 60px;
}
body.generalpage section.page > .wrapper > article .thumb a:hover {
  text-decoration: none;
}
body.generalpage section.page > .wrapper > article .thumb a:hover span {
  background-image: url('/images/button-play-down-grey.png');
}
body.generalpage section.page > .wrapper > article .thumb a:hover strong {
  background: #636362;
  color: #fff;
}
body.generalpage section.page > .wrapper > article .thumb .personal-journey-header {
  top: -5px;
}
body.generalpage section.page > .wrapper > article .thumb strong {
  display: block;
  background: #ccc;
  position: relative;
  font-weight: normal;
  padding: 0.5em 0.7em;
  text-align: left;
  color: #1a1a1a;
  margin: -5px 0 0 0;
}
body.generalpage section.page > .wrapper > article div.faq {
  background: #f2f2f2;
  margin: 0 0 2px 0;
  padding: 10px 15px;
}
body.generalpage section.page > .wrapper > article div.faq a {
  cursor: pointer;
}
body.generalpage section.page > .wrapper > article div.faq .question {
  margin: 0;
  background: url('/images/icon-q.png') no-repeat 0 3px;
  padding-left: 25px;
}
body.generalpage section.page > .wrapper > article div.faq .answer {
  display: none;
  background: url('/images/icon-a.png') no-repeat 0 13px;
  padding: 10px 0 0 25px;
}
body.generalpage section.page > .wrapper > article div.faq .answer .clear {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: right;
}
body.generalpage section.page > .wrapper > article div.faq .answer .clear a {
  color: #636362;
  font-size: 14px;
}
body.generalpage section.page > .wrapper > article div.glossary {
  background: #f2f2f2;
  margin: 0 0 2px 0;
  padding: 10px 15px 15px 15px;
}
body.generalpage section.page > .wrapper > article div.glossary a {
  cursor: pointer;
}
body.generalpage section.page > .wrapper > article div.glossary h2 {
  font-family: arial, sans-serif;
  color: #23b2a1;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 0.3em 0;
}
body.generalpage section.page > .wrapper > article div.glossary .details p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article div.glossary .clear {
  display: none;
}
body.generalpage section.page > .wrapper > article div.glossary.glossary-head {
  display: none;
}
body.generalpage section.page > .wrapper > article .tab-navigation {
  position: relative;
  margin: 0 0 2px 0;
}
body.generalpage section.page > .wrapper > article .tab-navigation .tab-button {
  position: relative;
  width: 100%;
  background: #19c6b2 url('/images/caret-left-white.png') no-repeat 97% 50%;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 3%;
}
body.generalpage section.page > .wrapper > article .tab-navigation .tab-nav {
  position: absolute;
  width: 100%;
  z-index: 100;
  background: #19c6b2;
}
body.generalpage section.page > .wrapper > article .tab-navigation .tab-nav li {
  border-top: 1px solid #fff;
}
body.generalpage section.page > .wrapper > article .tab-navigation .tab-nav li a {
  font-size: 18px;
  color: #fff;
  padding: 3%;
}
body.generalpage section.page > .wrapper > article .tab-navigation .tab-nav li a:hover,
body.generalpage section.page > .wrapper > article .tab-navigation .tab-nav li a.sel {
  background: #636362;
  color: #fff;
}
body.generalpage section.page > .wrapper > article div.people .people-block .person {
  position: relative;
  background: #f2f2f2;
  margin: 0 0 2px 0;
  padding: 5% 5% 0 5%;
}
body.generalpage section.page > .wrapper > article div.people .people-block .person .details {
  position: relative;
}
body.generalpage section.page > .wrapper > article div.people .people-block .person .details h3,
body.generalpage section.page > .wrapper > article div.people .people-block .person .details h4 {
  font-family: arial, sans-serif;
  color: #636362;
}
body.generalpage section.page > .wrapper > article div.people .people-block .person .details h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 0.2em 0;
}
body.generalpage section.page > .wrapper > article div.people .people-block .person .details h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0.6em 0;
}
body.generalpage section.page > .wrapper > article div.people .people-block .person .image {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article div.people .people-block .person .image img {
  max-width: 100%;
}
body.generalpage section.page > .wrapper > article div.people .people-block.people-country {
  display: none;
}
body.generalpage section.page > .wrapper > article div.adverts {
  position: relative;
  width: 100%;
}
body.generalpage section.page > .wrapper > article div.adverts > div {
  margin: 0 0 30px 0;
}
body.generalpage section.page > .wrapper > article div.adverts > div > p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article div.adverts > div > p img {
  width: 100%;
  height: auto;
}
body.generalpage section.page > .wrapper > article div.adverts > div blockquote {
  width: 100%;
  height: 100%;
  min-height: 186px;
  border-color: #37c2ee;
  margin: 0;
  border-bottom: 0;
}
body.generalpage section.page > .wrapper > article div.adverts > div blockquote p {
  color: #37c2ee;
  font-size: 48px;
  line-height: 52px;
}
body.generalpage section.page > .wrapper > article div.adverts > div blockquote p.author {
  font-size: 22px;
  line-height: 26px;
}
body.generalpage section.page > .wrapper > article div.company {
  position: relative;
  background: #f2f2f2;
  margin: 0 0 2px 0;
  padding: 5%;
}
body.generalpage section.page > .wrapper > article div.company .details {
  position: relative;
}
body.generalpage section.page > .wrapper > article div.company .details h3 {
  font-family: arial, sans-serif;
  color: #636362;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 0.2em 0;
}
body.generalpage section.page > .wrapper > article div.company .image {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article div.company .image img {
  max-width: 100%;
}
body.generalpage section.page > .wrapper > article div.office {
  position: relative;
  background: #f2f2f2;
  margin: 0 0 25px 0;
  width: 100%;
}
body.generalpage section.page > .wrapper > article div.office .image {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article div.office .image img {
  width: 100%;
}
body.generalpage section.page > .wrapper > article div.office .details {
  position: relative;
  padding: 2% 5%;
}
body.generalpage section.page > .wrapper > article div.office .details h2 {
  font-family: arial, sans-serif;
  color: #636362;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 0.4em 0;
  padding: 0;
}
body.generalpage section.page > .wrapper > article div.news-story {
  position: relative;
  background: #f2f2f2;
  margin: 0 0 20px 0;
  width: 100%;
}
body.generalpage section.page > .wrapper > article div.news-story .image {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 0;
}
body.generalpage section.page > .wrapper > article div.news-story .image img {
  width: 100%;
}
body.generalpage section.page > .wrapper > article div.news-story .details {
  box-sizing: border-box;
  padding: 3%;
}
body.generalpage section.page > .wrapper > article div.news-story .details h2,
body.generalpage section.page > .wrapper > article div.news-story .details h3 {
  font-family: arial, sans-serif;
}
body.generalpage section.page > .wrapper > article div.news-story .details h2 {
  font-size: 18px;
  font-weight: 22px;
  margin: 0 0 0.4em 0;
}
body.generalpage section.page > .wrapper > article div.news-story .details h3 {
  font-size: 14px;
  line-height: 18px;
  color: #636362;
  margin: 0 0 1em 0;
}
body.generalpage section.page > .wrapper > article div.news-story .details p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article div.grey_panel {
  background: #f2f2f2;
  position: relative;
  padding: 4%;
  margin: 0 0 20px 0;
}
body.generalpage section.page > .wrapper > article div.grey_panel > h2 {
  font-family: arial, sans-serif;
  font-size: 22px;
  color: #636362;
}
body.generalpage section.page > .wrapper > article div.grey_panel .further-information {
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
body.generalpage section.page > .wrapper > article div.grey_panel .further-information li {
  margin: 0 0 1em 0;
}
body.generalpage section.page > .wrapper > article div.grey_panel .further-information li a {
  display: block;
  padding-left: 35px;
  min-height: 26px;
}
body.generalpage section.page > .wrapper > article div.grey_panel .further-information li a.link {
  background: url('/images/caret-left-aqua.png') no-repeat 0 0;
}
body.generalpage section.page > .wrapper > article div.grey_panel .further-information li a.file {
  background: url('/images/icon-pdf.png') no-repeat 0 0;
  background-size: 26px 26px;
}
body.generalpage section.page > .wrapper > article div.grey_panel .address {
  position: relative;
}
body.generalpage section.page > .wrapper > article div.grey_panel .address h3 {
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #636362;
}
body.generalpage section.page > .wrapper > article div.grey_panel .document {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 1em 0;
}
body.generalpage section.page > .wrapper > article div.grey_panel .document h3 {
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #636362;
  margin: 0 0 0.4em 0;
}
body.generalpage section.page > .wrapper > article div.grey_panel .document h4 {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #999;
  margin: 0 0 1em 0;
}
body.generalpage section.page > .wrapper > article div.grey_panel.documents {
  margin: 0;
}
body.generalpage section.page > .wrapper > article .page_gallery {
  position: relative;
  width: 100%;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides {
  position: relative;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide {
  background: #19c6b2;
  color: #fff;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 0;
  position: relative;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image .enlarge {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  display: block;
  width: 27px;
  height: 27px;
  background: url('/images/expand.png') no-repeat 0 0;
  background-size: 54px 27px;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image:hover .enlarge {
  background: url('/images/expand.png') no-repeat 0 0;
  background-size: 54px 27px;
  background-position: -27px 0;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image a .playvideo {
  position: absolute;
  display: block;
  width: 100%;
  background: url('/images/button-play.png') no-repeat 50% 50%;
  background-size: 60px 60px;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image a:hover .playvideo {
  background: url('/images/button-play-down.png') no-repeat 50% 50%;
  background-size: 60px 60px;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image img {
  width: 100%;
  height: auto;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .details {
  padding: 15px 15px 40px 15px;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .details p {
  padding: 0 !important;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #fff !important;
}
body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .details p a {
  color: #fff !important;
}
body.generalpage section.page > .wrapper > article .page_gallery .flex-control-nav {
  bottom: 10px !important;
}
body.generalpage section.page > .wrapper > article .page_gallery .flex-control-nav a.flex-active {
  background: #fff !important;
}
body.generalpage section.page > .wrapper > article .page_gallery .flex-control-nav a.flex-active:hover {
  background: #fff !important;
}
body.generalpage section.page > .wrapper > article .reference-documents {
  background: #f2f2f2;
  position: relative;
}
body.generalpage section.page > .wrapper > article .reference-documents > h2 {
  background: #ccc;
  color: #636362;
  font-family: arial, sans-serif;
  font-size: 22px;
  padding: 3% 4% 2.5% 4%;
  margin: 0;
  border-bottom: 1px solid #fff;
}
body.generalpage section.page > .wrapper > article .reference-documents .search-bar {
  position: relative;
  background: #636362;
  padding: 3% 4% 2.5% 4%;
  border-bottom: 1px solid #fff;
}
body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul {
  position: relative;
  width: 100%;
}
body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul li {
  display: block;
  margin: 5px 0;
}
body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul li select {
  width: 100%;
  font-size: 16px;
}
body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul li #rd_keyword {
  float: left;
  height: 40px;
  width: 200px;
  padding: 0 10px;
  border: 0;
  font-size: 16px;
}
body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul li #rd_search {
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  background: url('/images/search.png') no-repeat 0 0;
  cursor: pointer;
}
body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul li #rd_search:hover {
  background-position: -40px 0;
}
body.generalpage section.page > .wrapper > article .reference-documents table {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 17px;
  width: 100%;
}
body.generalpage section.page > .wrapper > article .reference-documents table thead tr {
  border-bottom: 2px solid #fff;
}
body.generalpage section.page > .wrapper > article .reference-documents table thead tr th {
  padding: 1% 25px 1% 1%;
  height: 40px;
  vertical-align: middle;
  border-right: 2px solid #fff;
  cursor: pointer;
}
body.generalpage section.page > .wrapper > article .reference-documents table thead tr th.header {
  background: url('/images/sort-header.png') no-repeat 97% 50%;
}
body.generalpage section.page > .wrapper > article .reference-documents table thead tr th.headerSortUp {
  background-image: url('/images/sort-header-up.png');
}
body.generalpage section.page > .wrapper > article .reference-documents table thead tr th.headerSortDown {
  background-image: url('/images/sort-header-down.png');
}
body.generalpage section.page > .wrapper > article .reference-documents table thead tr th.end {
  border: 0;
}
body.generalpage section.page > .wrapper > article .reference-documents table tbody tr {
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
body.generalpage section.page > .wrapper > article .reference-documents table tbody tr:hover td {
  background: #e6e6e6;
}
body.generalpage section.page > .wrapper > article .reference-documents table tbody tr:hover td.end {
  background: #636362;
}
body.generalpage section.page > .wrapper > article .reference-documents table tbody tr:hover td.end a {
  background-position: 0 -40px;
}
body.generalpage section.page > .wrapper > article .reference-documents table tbody tr td {
  padding: 0 1%;
  vertical-align: middle;
  border-right: 2px solid #fff;
}
body.generalpage section.page > .wrapper > article .reference-documents table tbody tr td span {
  font-size: 13px;
  color: #636362;
}
body.generalpage section.page > .wrapper > article .reference-documents table tbody tr td.nowrap {
  white-space: nowrap;
}
body.generalpage section.page > .wrapper > article .reference-documents table tbody tr td.end {
  width: 40px;
  border: 0;
  vertical-align: top;
  padding: 0 !important;
  margin: 0 !important;
  background: #19c6b2;
}
body.generalpage section.page > .wrapper > article .reference-documents table .download {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-indent: -99999px;
  background: #19c6b2 url('/images/button-download.png') no-repeat 0 0;
}
body.generalpage section.page > .wrapper > article .reference-documents table .download:hover {
  background-position: 0 -40px;
}
body.generalpage section.page > .wrapper > article .tabbed_image {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 0;
}
body.generalpage section.page > .wrapper > article .tabbed_image img {
  width: 100%;
}
body.generalpage section.page > .wrapper > article .tabbed_map {
  display: none;
}
body.generalpage section.page > .wrapper > article .tabbed_content {
  background: #e6e6e6;
  position: relative;
  padding: 4%;
}
body.generalpage section.page > .wrapper > article .tabbed_content h2.title {
  margin: 0 0 1em 0 !important;
}
body.generalpage section.page > .wrapper > article .document {
  background: #f2f2f2;
  position: relative;
  padding: 4%;
  border-bottom: 2px solid #fff;
}
body.generalpage section.page > .wrapper > article .document h2,
body.generalpage section.page > .wrapper > article .document h3,
body.generalpage section.page > .wrapper > article .document h4,
body.generalpage section.page > .wrapper > article .document h5,
body.generalpage section.page > .wrapper > article .document h6 {
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #636362;
}
body.generalpage section.page > .wrapper > article .document h2 {
  font-size: 18px;
  line-height: 22px;
}
body.generalpage section.page > .wrapper > article .document h3,
body.generalpage section.page > .wrapper > article .document h4,
body.generalpage section.page > .wrapper > article .document h5 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0.2em 0;
}
body.generalpage section.page > .wrapper > article .document h6 {
  margin-top: 1em;
}
body.generalpage section.page > .wrapper > article .document p {
  margin: 1em 0 0 0;
  padding: 0;
}
body.generalpage section.page > .wrapper > article h2.block_title {
  color: #636362;
  background: #e6e6e6;
  padding: 3%;
  margin: 0 0 2px 0;
}
body.generalpage section.page > .wrapper > article .tabbed-pages .news-story {
  margin: 0 0 2px 0;
}
body.generalpage section.page > .wrapper > article ul.paginate {
  position: relative;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li {
  display: block;
  background: #ccc;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 0 2px 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li a {
  background-repeat: no-repeat !important;
  background-position: 50% 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li.prev {
  background: #ccc url('/images/paginate-prev-disabled.png') no-repeat 50% 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li.prev a {
  background: #19c6b2 url('/images/paginate-prev.png') no-repeat 50% 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li.prev a:hover {
  background: #636362 url('/images/paginate-prev-hover.png') no-repeat 50% 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li.next {
  background: #ccc url('/images/paginate-next-disabled.png') no-repeat 50% 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li.next a {
  background: #19c6b2 url('/images/paginate-next.png') no-repeat 50% 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li.next a:hover {
  background: #636362 url('/images/paginate-next-hover.png') no-repeat 50% 0;
}
body.generalpage section.page > .wrapper > article ul.paginate li a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: left;
  text-indent: -99999px;
}
body.generalpage section.page > .wrapper > article .sitemap h2 {
  font-size: 22px;
  font-family: arial, sans-serif;
  border-bottom: 1px solid #636362;
  padding: 0 0 4px 0;
  margin: 0 0 0.5em 0;
}
body.generalpage section.page > .wrapper > article .sitemap ul {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 1.5em 0;
}
body.generalpage section.page > .wrapper > article .sitemap ul li {
  margin: 0 0 0.3em 0;
}
body.generalpage section.page > .wrapper > article .sitemap ul li.lvl2 {
  margin-left: 2em;
}
body.generalpage section.page > .wrapper > article iframe {
  z-index: 500;
}
body.generalpage section.page > .wrapper > article .iframer {
  position: relative;
  margin: 0 0 1em 0;
}
body.generalpage section.page > .wrapper > article .iframer iframe {
  z-index: 200;
}
body.generalpage section.page > .wrapper > article .iframer .blocker {
  display: none;
  position: absolute;
  z-index: 100;
}
body.generalpage section.page > .wrapper > aside {
  width: 100%;
  position: relative;
  padding: 1em 2% 0 2%;
}
body.generalpage section.page > .wrapper > aside > nav {
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
}
body.generalpage section.page > .wrapper > aside > nav a {
  display: block;
  background: #f2f2f2 url('/images/caret-left-aqua.png') no-repeat 96% 50%;
  padding: 4% 12% 4% 4%;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 20px;
}
body.generalpage section.page > .wrapper > aside > nav a:hover,
body.generalpage section.page > .wrapper > aside > nav a:active,
body.generalpage section.page > .wrapper > aside > nav a.sel {
  text-decoration: none;
  background-image: url('/images/caret-left-white.png');
  color: #fff;
}
body.generalpage section.page > .wrapper > aside > nav a.sel {
  padding: 4%;
  background-image: none;
}
body.generalpage section.page > .wrapper > aside > nav ul > li > a:hover,
body.generalpage section.page > .wrapper > aside > nav ul > li > a:active,
body.generalpage section.page > .wrapper > aside > nav ul > li > a.sel {
  background-color: #636362;
}
body.generalpage section.page > .wrapper > aside > nav ul > li ol a {
  padding-left: 2em;
  background-color: #e6e6e6;
}
body.generalpage section.page > .wrapper > aside > nav ul > li ol a:hover,
body.generalpage section.page > .wrapper > aside > nav ul > li ol a:active,
body.generalpage section.page > .wrapper > aside > nav ul > li ol a.sel {
  background-color: #999;
  padding-left: 2em;
}
body.generalpage section.page > .wrapper > aside > div {
  width: 100%;
  margin: 0 0 30px 0;
}
body.generalpage section.page > .wrapper > aside > div > p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper > aside > div > p img {
  width: 100%;
  height: auto;
}
body.generalpage section.page > .wrapper > aside > div blockquote {
  border-top: 2px solid #3b88cb;
  border-color: #37c2ee;
  margin: 0;
  border-bottom: 0;
  padding: 0.4em 0 1.2em 0;
}
body.generalpage section.page > .wrapper > aside > div blockquote p {
  color: #37c2ee;
  font-size: 48px;
  line-height: 52px;
}
body.generalpage section.page > .wrapper > aside > div blockquote p.author {
  font-size: 22px;
  line-height: 26px;
}
body.generalpage section.page > .wrapper > aside .letters {
  background: #e6e6e6;
  padding: 2%;
}
body.generalpage section.page > .wrapper > aside .letters li {
  font-size: 22px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  position: relative;
  white-space: nowrap;
  float: left;
}
body.generalpage section.page > .wrapper > aside #generalenquiry {
  background: #636362;
  color: #fff;
  padding: 0;
  margin: 0 0 25px 0;
}
body.generalpage section.page > .wrapper > aside #generalenquiry h2 {
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  padding: 5% 5% 0 5%;
}
body.generalpage section.page > .wrapper > aside #generalenquiry > p,
body.generalpage section.page > .wrapper > aside #generalenquiry .error,
body.generalpage section.page > .wrapper > aside #generalenquiry .thanks {
  font-size: 16px;
  line-height: 20px;
  padding: 0 5%;
  margin: 0 0 1em 0;
}
body.generalpage section.page > .wrapper > aside #generalenquiry .error {
  display: none;
  color: #f65058;
}
body.generalpage section.page > .wrapper > aside #generalenquiry .thanks {
  display: none;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset {
  padding: 0 5% 5% 5%;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p input,
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p textarea,
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p select {
  width: 100%;
  font-size: 16px;
  border: 1px solid #1a1a1a;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p input.required,
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p textarea.required,
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p select.required {
  border: 1px solid #f65058;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p input,
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p textarea {
  padding: 2% 3%;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset > p textarea {
  height: 140px;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset.button {
  padding: 0;
  text-align: right;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset.button p {
  padding: 0;
  margin: 0;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset.button p input {
  width: 100%;
  text-align: center;
  background: #23b2a1;
  color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 16px;
  padding: 0.8em 0;
}
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset.button p input:hover,
body.generalpage section.page > .wrapper > aside #generalenquiry fieldset.button p input:active {
  color: #fff;
  background: #999;
}
body.generalpage section.page > .wrapper .story-panel {
  margin: 0 0 25px 0;
}
body.generalpage section.page > .wrapper .story-panel img {
  width: 100%;
  height: auto;
}
body.generalpage section.page > .wrapper .story-panel header {
  background: #999;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 3% 5%;
}
body.generalpage section.page > .wrapper .story-panel ul li {
  border-bottom: 1px solid #fff;
  background: #e6e6e6;
  font-size: 14px;
  color: #999;
  padding: 2% 5% 3% 5%;
}
body.generalpage section.page > .wrapper .story-panel ul li a {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 0.2em 0;
}
body.generalpage section.page > .wrapper .story-panel ul li.img {
  border: 0;
  padding: 0;
}
body.generalpage section.page > .wrapper .story-panel ul li.img a {
  margin: 0;
}
body.generalpage section.page > .wrapper .story-panel footer a {
  display: block;
  color: #fff;
  padding: 3% 5%;
  font-size: 22px;
  text-align: center;
  background: #19c6b2;
}
body.generalpage section.page > .wrapper .story-panel footer a:hover {
  background-color: #636362;
  text-decoration: none;
}
body.generalpage section.page > .wrapper .port-clear {
  display: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.generalpage section.page > .wrapper .download-brochure {
  background: #bbcc28;
  padding: 5%;
  color: #fff;
}
body.generalpage section.page > .wrapper .download-brochure h2 {
  font-family: arial, sans-serif !important;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 25px 0;
}
body.generalpage section.page > .wrapper .download-brochure select {
  width: 100%;
  padding: 2%;
  border: 1px solid #636362;
  background: #fff;
  color: #636362;
}
body.generalpage section.page > .wrapper .download-brochure button {
  margin: 20px 0 0 0;
  border: 1px solid #fff;
  width: 100%;
  padding: 3% 5%;
  text-align: center;
  background: #bbcc28;
  font-size: 16px;
  color: #fff;
}
body.generalpage section.page > .wrapper .download-brochure button:hover,
body.generalpage section.page > .wrapper .download-brochure button:active {
  background: #636362;
  border-color: #636362;
}
body.generalpage section.page > .wrapper .advert a {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  background: #9e75bc;
}
body.generalpage section.page > .wrapper .advert a em.video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body.generalpage section.page > .wrapper .advert a em.video label {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url('/images/button-play.png') no-repeat 50% 50%;
  background-size: 60px 60px;
}
body.generalpage section.page > .wrapper .advert a span {
  display: block;
  background: url('/images/caret-left-white.png') no-repeat 95% 80%;
  padding: 2% 5% 15% 5%;
  max-height: 105px;
}
body.generalpage section.page > .wrapper .advert a:hover,
body.generalpage section.page > .wrapper .advert a:active {
  background-color: #636362 !important;
  text-decoration: none;
}
body.generalpage section.page > .wrapper .advert a:hover em.video label,
body.generalpage section.page > .wrapper .advert a:active em.video label {
  background-image: url('/images/button-play-down-grey.png');
}
body.generalpage section.page > .wrapper .advert a.invertcolor {
  color: #23b2a1;
}
body.generalpage section.page > .wrapper .advert a.invertcolor span {
  background-image: url('/images/caret-left-aqua.png');
}
body.generalpage section.page > .wrapper .advert a.invertcolor:hover,
body.generalpage section.page > .wrapper .advert a.invertcolor:active {
  color: #fff;
}
body.generalpage section.page > .wrapper .advert a.invertcolor:hover span,
body.generalpage section.page > .wrapper .advert a.invertcolor:active span {
  background-image: url('/images/caret-left-white.png');
}
#timeline-embed .vco-slider {
  background: #4bbe62;
}
#timeline-embed .vco-slider .media-image img {
  border: 0;
}
#timeline-embed .vco-slider .content h2,
#timeline-embed .vco-slider .content h3 {
  color: #fff !important;
  font-weight: normal !important;
}
#timeline-embed .vco-slider .content h2,
#timeline-embed .vco-slider .content p {
  font-family: arial, sans-serif !important;
}
#timeline-embed .vco-slider .content p {
  color: #fff !important;
}
#timeline-embed .vco-slider .nav-next,
#timeline-embed .vco-slider .nav-previous {
  color: #fff;
}
#timeline-embed .vco-slider .nav-next .nav-container,
#timeline-embed .vco-slider .nav-previous .nav-container {
  font-family: arial, sans-serif !important;
}
#timeline-embed .vco-slider .nav-next .nav-container .title,
#timeline-embed .vco-slider .nav-previous .nav-container .title {
  display: none;
}
#timeline-embed .vco-slider .slider-item.choice1 {
  background: #4bbe62;
}
#timeline-embed .vco-slider .slider-item.choice2 {
  background: #865294;
}
#timeline-embed .vco-slider .slider-item.choice3 {
  background: #828dcf;
}
#timeline-embed .vco-slider .slider-item.choice4 {
  background: #9a79bd;
}
#timeline-embed .vco-slider .slider-item.choice5 {
  background: #aacc7d;
}
#timeline-embed .vco-slider .slider-item.choice6 {
  background: #22cbd9;
}
#timeline-embed .vco-slider .slider-item.choice7 {
  background: #3789cc;
}
#timeline-embed .vco-slider .slider-item.choice8 {
  background: #00ab9d;
}
#timeline-embed .vco-navigation .timenav-background {
  background: #ccc;
}
#timeline-embed .vco-navigation .timenav-line {
  background: #636362;
}
#timeline-embed .vco-navigation .event-line {
  background: #636362;
}
#timeline-embed .vco-navigation .marker {
  border: 0 !important;
  border-radius: 0;
}
#timeline-embed .vco-navigation .marker .flag {
  background-image: none;
  margin-left: 1px;
}
#timeline-embed .vco-navigation .marker .flag .flag-content {
  background: #f2f2f2;
  padding-bottom: 6px;
}
#timeline-embed .vco-navigation .marker .flag .flag-content h3 {
  font-family: arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
#timeline-embed .vco-navigation .marker .flag .flag-content .thumbnail {
  opacity: 1;
  background: transparent;
}
#timeline-embed .vco-navigation .marker .flag .flag-content .thumbnail img {
  border: 0;
  width: 25px;
  height: 25px;
}
#timeline-embed .vco-navigation .marker .dot {
  background: #999;
}
#timeline-embed .vco-navigation .marker:hover .flag .flag-content,
#timeline-embed .vco-navigation .marker.active .flag .flag-content {
  background: #4bbe62;
}
#timeline-embed .vco-navigation .marker:hover .flag .flag-content h3,
#timeline-embed .vco-navigation .marker.active .flag .flag-content h3 {
  color: #fff;
}
#timeline-embed .vco-navigation .marker:hover .flag .flag-content .dot,
#timeline-embed .vco-navigation .marker.active .flag .flag-content .dot {
  background: #4bbe62;
}
#timeline-embed .vco-navigation .marker:hover .line,
#timeline-embed .vco-navigation .marker.active .line {
  background: #636362;
}
#timeline-embed .vco-navigation .marker:hover .dot,
#timeline-embed .vco-navigation .marker.active .dot {
  background: #636362;
}
.routemap {
  display: none;
}
.searchresults {
  padding: 2%;
}
.searchresults h1 {
  font-size: 32px;
  line-height: 36px;
}
.searchresults p,
.searchresults ul {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 1em 0;
}
.searchresults h2 {
  font-size: 22px;
  line-height: 26px;
  font-family: arial, sans-serif;
  padding: 0;
  margin: 0 0 0.6em 0;
  color: #636362;
  border-bottom: 1px solid #999;
}
.searchresults h2 em {
  color: #999;
}
.searchresults ul {
  padding: 0 0 1em 0 !important;
}
.searchresults ul li {
  margin: 0 0 0.8em 0;
}
.searchresults ul li span {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0.3em 0;
  color: #999;
}
#newsletter_signup {
  display: none;
}
#company_registration {
  display: none;
}
#networking_event_registration {
  display: none;
}
.other-field {
  display: none;
}
.cbsubscription {
  position: relative;
  background: #e6e6e6;
}
.cbsubscription #cboxLoadedContent {
  overflow: auto !important;
}
.cbsubscription #cboxClose {
  display: none;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  background: url('/images/caret-close.png') no-repeat 0 0;
}
.cbsubscription #cboxClose:hover {
  background-position: 0 -21px;
}
.cbsubscription form.lightboxform {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.cbsubscription form.lightboxform > p {
  padding-left: 20px;
  padding-right: 20px;
}
.cbsubscription form.lightboxform h2 {
  font-size: 18px;
  line-height: 22px;
  font-family: arial, sans-serif;
  padding: 10px 20px;
  border-bottom: 1px solid #636362;
}
.cbsubscription form.lightboxform legend {
  font-size: 18px;
  line-height: 22px;
  font-family: arial, sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #636362;
  font-weight: bold;
}
.cbsubscription form.lightboxform legend.small {
  font-size: 16px;
  line-height: 20px;
}
.cbsubscription form.lightboxform .error,
.cbsubscription form.lightboxform .thanks {
  padding: 20px;
  display: none;
}
.cbsubscription form.lightboxform .error,
.cbsubscription form.lightboxform .reqtext {
  color: #f65058;
}
.cbsubscription form.lightboxform fieldset {
  padding: 20px 20px 0 20px;
}
.cbsubscription form.lightboxform fieldset p input,
.cbsubscription form.lightboxform fieldset p select,
.cbsubscription form.lightboxform fieldset p textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 2%;
}
.cbsubscription form.lightboxform fieldset p input.required,
.cbsubscription form.lightboxform fieldset p select.required,
.cbsubscription form.lightboxform fieldset p textarea.required {
  border: 1px solid #f65058;
}
.cbsubscription form.lightboxform fieldset p label {
  display: block;
  margin: 0 0 0.3em 0;
}
.cbsubscription form.lightboxform fieldset p.check input {
  width: auto;
  display: inline;
  padding: 0;
}
.cbsubscription form.lightboxform fieldset p.check label {
  cursor: pointer;
  display: inline;
}
.cbsubscription form.lightboxform fieldset .boxes {
  margin: 0 0 10px 0;
}
.cbsubscription form.lightboxform fieldset .boxes .check {
  margin: 0 0 10px 0;
}
.cbsubscription form.lightboxform fieldset .boxes .check input {
  width: 10%;
  display: block;
  float: left;
  margin: 4px 0 0 0;
  padding: 0;
}
.cbsubscription form.lightboxform fieldset .boxes .check label {
  width: 90%;
  cursor: pointer;
  display: block;
  float: left;
}
.cbsubscription form.lightboxform fieldset .boxes p {
  padding-left: 10%;
}
.cbsubscription form.lightboxform fieldset.buttons {
  background: #23b2a1;
  text-align: right;
  padding-bottom: 10px;
}
.cbsubscription form.lightboxform fieldset.buttons input {
  border: 1px solid #fff;
  background: #23b2a1;
  color: #fff;
  padding: 4% 6%;
  margin: 0 0 1em 0;
  width: 100%;
}
.cbsubscription form.lightboxform fieldset.buttons input:hover,
.cbsubscription form.lightboxform fieldset.buttons input:active {
  background: #636362;
}
.cbsubscription form.lightboxform fieldset fieldset legend {
  border: 0;
  font-size: 18px !important;
  line-height: 22px !important;
}
.cbsubscription form.lightboxform fieldset fieldset p > label {
  font-weight: bold;
}
div.image {
  display: block;
  position: relative;
}
div.image p {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  color: #999;
}
div.image p img {
  width: 100%;
  height: auto;
}
div.image.imageonleft {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
}
div.image.imageonright {
  float: right;
  width: 100%;
  margin: 0 0 1em 0;
}
div.image.fullwidth {
  width: 100%;
  margin: 0 0 1em 0;
}
div.ecard {
  display: block;
  position: relative;
  border: 1px solid #999;
  background-color: #2aa8c5;
  margin: 1em auto;
  width: 100%;
  height: auto;
  max-width: 642px;
}
div.ecard .video-js {
  padding-top: 65.625%;
}
div.ecard .vjs-fullscreen {
  padding-top: 0;
}
div.ecard .video-js.vjs-default-skin.vjs-paused .vjs-big-play-button {
  display: block !important;
}
div.ecard video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
div.embedded_video iframe {
  width: 560px !important;
  height: 315px !important;
}
div.embedded_video p {
  display: none !important;
}
iframe.grievance-upload {
  height: 500px !important;
}
iframe.grievance-update {
  height: 500px !important;
}
.share-article {
  margin: 1.5em 0 1em 0;
}
.share-article > p {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 17px !important;
}
.share-article .sharethis-inline-share-buttons .st-btn {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
}
.share-article .sharethis-inline-share-buttons .st-btn svg {
  top: 0 !important;
  width: 40px !important;
  height: 40px !important;
}
.construction-carousel #carousel {
  background: #19c6b2;
  color: #fff;
}
.construction-carousel #carousel .slide .row {
  padding: 20px;
}
.construction-carousel #carousel .slide .row div {
  text-align: center;
}
.construction-carousel #carousel .slide .row div h2 {
  font-size: 46px;
  line-height: 50px;
  font-family: "Century Gothic W02 Bold";
  color: #19c6b2;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
.construction-carousel #carousel .slide .row div h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
.construction-carousel #carousel .slide .row div p {
  font-size: 16px;
  line-height: 20px;
}
.construction-carousel #carousel .slide .row div img {
  margin: 20px auto 0 auto;
  width: 200px;
  height: 200px;
}
.construction-carousel #carousel .flex-direction-nav {
  display: none;
}
.construction-carousel #carousel .flex-control-nav {
  background: #19c6b2;
  bottom: -34px !important;
  padding: 15px 0;
}
.construction-carousel #carousel .flex-control-nav a.flex-active {
  background: #fff !important;
}
.construction-carousel #navigation {
  display: none;
}
.mapped-pages {
  margin: 0;
}
.mapped-pages > div {
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #19c6b2;
  color: #999;
}
.mapped-pages > div h2 a {
  padding: 0.4em 0 0.7em 0;
  font-family: "Century Gothic W02";
  font-size: 22px;
  display: block;
  color: #23b2a1;
  padding-right: 25px;
  background: url('/images/caret-left-aqua.png') no-repeat 100% 10px;
}
.mapped-pages > div h2:hover a {
  color: #636362;
  background: url('/images/caret-left-grey.png') no-repeat 100% 10px;
}
div.case-study {
  position: relative;
  background: #f2f2f2;
  margin: 0 0 20px 0;
  width: 100%;
}
div.case-study .image {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}
div.case-study .image img {
  width: 100%;
  height: auto;
}
div.case-study .details {
  padding: 3%;
}
div.case-study .details h2,
div.case-study .details h3 {
  font-family: arial, sans-serif;
}
div.case-study .details h2 {
  font-size: 18px;
  font-weight: 22px;
  margin: 0 0 0.4em 0;
}
div.case-study .details h3 {
  font-size: 14px;
  line-height: 18px;
  color: #636362;
  margin: 0 0 1em 0;
}
div.case-study .details p {
  padding: 0 !important;
  margin: 0 !important;
}
div.case-study .logo {
  display: none;
  padding: 0 3% 3% 3%;
  margin: 0 !important;
}
div.case-study .logo img {
  width: 100%;
  height: auto;
}
div.case-study.case-study-hero .logo {
  display: block;
}
.highlight-text {
  font-size: 48px !important;
  line-height: 52px !important;
  color: #37c2ee;
  font-family: "Century Gothic W02", arial, sans-serif;
  margin-bottom: 18px !important;
}
@media only screen and (min-width: 480px) {
  #container > header div.global .language-button {
    width: 40%;
  }
  #container > header div.global .navbar-collapse {
    width: 40%;
  }
  body > footer {
    height: 220px;
  }
  body > footer > div.wrapper > ol {
    float: right;
    margin: 0;
    height: 40px;
  }
  body > footer > div.wrapper > ol > li:hover > ul {
    left: auto !important;
    right: 5px !important;
  }
  body.homepage section > .wrapper .story {
    width: 300px !important;
    margin: 0 10px;
  }
  body.homepage section.events > .wrapper .latest_panel .story {
    width: 100% !important;
    margin: 0 0 1em 0;
  }
  body.homepage section.events > .wrapper .latest_stories .date {
    padding-bottom: 6px;
  }
  body.generalpage section.page > .wrapper > article blockquote {
    width: 48%;
    float: right;
    margin: 0.2em 0 1em 3%;
  }
  body.generalpage section.page > .wrapper > article blockquote span.mark {
    position: absolute;
    margin-left: -0.5em;
  }
  body.generalpage section.page > .wrapper > article div.adverts > article {
    width: 48%;
    float: left;
    margin: 0 1%;
  }
  body.generalpage section.page > .wrapper > article div.adverts > div {
    width: 48%;
    float: left;
    margin: 0 1% 20px 1%;
  }
  body.generalpage section.page > .wrapper > article div.news-story .image {
    width: 40%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article div.news-story .details {
    width: 60%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article div.news-story .details.fulldetails {
    width: 100%;
    float: none;
  }
  body.generalpage section.page > .wrapper > article ul.paginate li {
    float: left;
  }
  body.generalpage section.page > .wrapper > article ul.paginate li.prev,
  body.generalpage section.page > .wrapper > article ul.paginate li.next {
    width: 40px;
  }
  body.generalpage section.page > .wrapper > article ul.paginate li.prev {
    margin-right: 2px;
  }
  body.generalpage section.page > .wrapper > article ul.paginate li.next {
    margin-left: 2px;
  }
  body.generalpage section.page > .wrapper .download-brochure {
    padding: 3%;
  }
  div.image.imageonleft {
    width: 50%;
    margin: 0 1.5em 1em 0;
  }
  div.image.imageonright {
    width: 50%;
    margin: 0 0 1em 1.5em;
  }
}
@media only screen and (min-width: 640px) {
  html,
  body {
    height: 100% !important;
  }
  #container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
  }
  #container > .push {
    height: 200px;
  }
  #container #language_message .wrapper {
    padding: 8px 25px;
  }
  #container > header div.global {
    height: 30px;
  }
  #container > header div.global div.wrapper {
    height: 30px;
    padding: 0 20px;
  }
  #container > header div.global .hidden-xs {
    float: right;
  }
  #container > header div.global .hidden-xs ul {
    display: inline;
  }
  #container > header div.global .hidden-xs ul li {
    display: inline;
    margin: 0 1em;
    line-height: 30px;
  }
  #container > header div.global .hidden-xs ul li:first-child {
    margin-left: 0 !important;
  }
  #container > header div.global .hidden-xs ul li a.sel {
    color: #1a1a1a;
    text-decoration: underline;
  }
  #container > header div.global .social-icons {
    position: relative;
    height: 30px;
    overflow: hidden;
  }
  #container > header div.global .social-icons ul {
    display: block;
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 30px;
  }
  #container > header div.global .social-icons ul li {
    display: inline;
    margin: 0;
    line-height: 0;
  }
  #container > header div.global .social-icons ul li a {
    display: block;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    border-left: 1px solid #fff;
    background-image: url('/images/social-sprites-4.png');
    background-repeat: no-repeat;
    background-size: 180px 60px;
    text-align: left;
    cursor: pointer;
  }
  #container > header div.global .social-icons ul li.twitter a {
    background-position: 0 0;
  }
  #container > header div.global .social-icons ul li.twitter a:hover {
    background-position: 0 -30px;
  }
  #container > header div.global .social-icons ul li.facebook a {
    background-position: -30px 0;
  }
  #container > header div.global .social-icons ul li.facebook a:hover {
    background-position: -30px -30px;
  }
  #container > header div.global .social-icons ul li.linkedin a {
    background-position: -60px 0;
  }
  #container > header div.global .social-icons ul li.linkedin a:hover {
    background-position: -60px -30px;
  }
  #container > header div.global .social-icons ul li.youtube a {
    background-position: -90px 0;
  }
  #container > header div.global .social-icons ul li.youtube a:hover {
    background-position: -90px -30px;
  }
  #container > header div.global .social-icons ul li.instagram a {
    background-position: -120px 0;
  }
  #container > header div.global .social-icons ul li.instagram a:hover {
    background-position: -120px -30px;
  }
  #container > header div.global .social-icons ul li.vimeo a {
    background-position: -150px 0;
  }
  #container > header div.global .social-icons ul li.vimeo a:hover {
    background-position: -150px -30px;
  }
  #container > header div.global .navbar-collapse {
    position: relative;
    float: right;
    white-space: nowrap;
    width: auto;
  }
  #container > header div.global .navbar-collapse ul {
    width: auto;
    display: inline;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #container > header div.global .navbar-collapse ul li {
    display: inline;
    line-height: 30px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
  }
  #container > header div.global .navbar-collapse ul li a {
    font-size: 15px;
    line-height: 30px;
    padding: 0 1em;
    border-left: 1px solid #f2f2f2;
  }
  #container > header div.global .navbar-collapse ul li a:hover,
  #container > header div.global .navbar-collapse ul li a:active,
  #container > header div.global .navbar-collapse ul li a.active {
    background: #636362;
    color: #fff;
  }
  #container > header #mobnav {
    display: none;
  }
  #container > header div.navigation {
    height: 170px;
    position: relative;
  }
  #container > header div.navigation div.wrapper {
    height: 170px;
    position: relative;
    padding: 0 25px;
  }
  #container > header div.navigation div.wrapper > p {
    position: absolute;
    width: auto;
    padding: 10px 0 0 0;
  }
  #container > header div.navigation div.wrapper form {
    float: right;
    display: block;
    position: relative;
    margin: 31px 0 0 0;
  }
  #container > header div.navigation div.wrapper form ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 40px;
  }
  #container > header div.navigation div.wrapper form ul li {
    display: block;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #container > header div.navigation div.wrapper form ul li input[type=text] {
    font-size: 16px;
    color: #636362;
    max-height: 40px;
    max-width: 150px;
    padding: 0.8em;
    border: 0;
  }
  #container > header div.navigation div.wrapper form ul li input[type=submit] {
    border: 0;
    text-indent: -99999px;
    background: url('/images/search.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
  }
  #container > header div.navigation div.wrapper form ul li input[type=submit]:hover,
  #container > header div.navigation div.wrapper form ul li input[type=submit]:active {
    background-position: -40px 0;
  }
  #container > header div.navigation div.wrapper nav {
    position: absolute;
    border-top: 1px solid #7f7f7f;
    top: 105px;
    width: 93%;
    height: 64px;
  }
  #container > header div.navigation div.wrapper nav > div {
    position: relative;
    display: block;
    float: left;
    height: 64px;
    width: 14.27%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #container > header div.navigation div.wrapper nav > div > a {
    display: block;
    padding: 8px 5% 0 5%;
    height: 64px;
    font-size: 15px;
    line-height: 18px;
    color: #f2f2f2;
    width: 100%;
  }
  #container > header div.navigation div.wrapper nav > div > a.sel {
    background: url('/images/nav-strip.png') no-repeat 50% 100%;
  }
  #container > header div.navigation div.wrapper nav > div > a:hover,
  #container > header div.navigation div.wrapper nav > div > a.active {
    text-decoration: none;
    background: #fff !important;
    background-image: none;
    color: #636362;
  }
  #container > header div.navigation div.wrapper nav > div ul,
  #container > header div.navigation div.wrapper nav > div ol {
    display: none;
  }
  #container > header div.navigation div.wrapper nav > div:hover ul {
    display: block;
    position: absolute;
    z-index: 100;
    width: 130%;
    background: #fff;
  }
  #container > header div.navigation div.wrapper nav > div:hover ul > li > a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 3% 9% 3% 5%;
  }
  #container > header div.navigation div.wrapper nav > div:hover ul > li > a:hover,
  #container > header div.navigation div.wrapper nav > div:hover ul > li > a.sel {
    background: #f2f2f2;
    color: #636362;
    text-decoration: none;
  }
  #container > header div.navigation div.wrapper nav > div:hover ul > li.hs > a {
    background: url('/images/nav-caret.png') no-repeat 95% 50%;
  }
  #container > header div.navigation div.wrapper nav > div:hover ul > li.hs > a:hover,
  #container > header div.navigation div.wrapper nav > div:hover ul > li.hs > a.sel {
    background: #f2f2f2 url('/images/nav-caret-dn.png') no-repeat 95% 50%;
  }
  #container > header div.navigation div.wrapper nav > div:hover ul > li:hover ol {
    display: block;
    position: absolute;
    width: 120%;
    z-index: 100;
    left: 100%;
    background: #f2f2f2;
    border-left: 1px solid #fff;
  }
  #container > header div.navigation div.wrapper nav > div:hover ul > li:hover ol li a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 2.5% 5%;
  }
  #container > header div.navigation div.wrapper nav > div:hover ul > li:hover ol li a:hover,
  #container > header div.navigation div.wrapper nav > div:hover ul > li:hover ol li a.sel {
    background: #e6e6e6;
    color: #636362;
    text-decoration: none;
  }
  #container > header div.navigation div.wrapper nav > div.left:hover ul {
    left: -30%;
  }
  #container > header div.navigation div.wrapper nav > div.left:hover ul > li a {
    padding: 3% 5% 3% 9%;
  }
  #container > header div.navigation div.wrapper nav > div.left:hover ul > li.hs > a {
    background: url('/images/nav-caret-left.png') no-repeat 3% 50%;
  }
  #container > header div.navigation div.wrapper nav > div.left:hover ul > li.hs > a:hover,
  #container > header div.navigation div.wrapper nav > div.left:hover ul > li.hs > a.sel {
    background: #f2f2f2 url('/images/nav-caret-left-dn.png') no-repeat 3% 50%;
  }
  #container > header div.navigation div.wrapper nav > div.left:hover ul > li:hover ol {
    border-left: 0;
    border-right: 1px solid #fff;
    left: -120%;
  }
  body > footer {
    height: 200px;
  }
  section.carousel {
    margin-top: 0;
  }
  section.carousel .emergency .wrapper {
    padding: 1em 25px;
  }
  section.carousel .flexslider {
    height: 240px;
  }
  section.carousel .flexslider ul li {
    height: 240px;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  section.carousel .flexslider ul li .wrapper span {
    transition: all 0.3s ease-in;
    width: 60%;
    right: 25px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    behavior: url('/css/boxsizing.htc');
  }
  section.carousel .flexslider ul li .nav a {
    font-size: 36px;
    height: 240px;
    line-height: 240px;
  }
  section.carousel.hasnav {
    max-height: 280px;
  }
  section.carousel.hasnav .flex-control-nav {
    bottom: -28px;
  }
  body.homepage section.quicklinks {
    padding: 30px 25px 22px 25px;
  }
  body.homepage section.quicklinks > .wrapper .link {
    width: 47%;
    margin: 0 0 30px 0;
    float: left;
  }
  body.homepage section.quicklinks > .wrapper .even {
    margin-left: 6%;
  }
  body.homepage section > .wrapper .flexslider {
    width: 640px;
  }
  body.homepage section.events {
    padding: 30px 0 22px 0;
  }
  body.homepage section.events > .wrapper .latest_panel {
    width: 100%;
  }
  body.homepage section.events > .wrapper .latest_panel p > button {
    width: 320px;
  }
  body.homepage section.events > .wrapper .latest_panel .story {
    width: 46% !important;
    height: 230px !important;
    float: left;
    margin: 0 2% 1em 2%;
  }
  body.homepage section.events > .wrapper .latest_panel .story.even {
    margin: 0 2% 1em 2%;
  }
  body.homepage section.events > .wrapper .latest_panel .story.imagestory {
    height: 429px !important;
  }
  body.homepage section.events > .wrapper .latest_panel .tweets {
    margin: 0 2% 2em 2%;
  }
  body.homepage section.events > .wrapper .latest_panel .tweets ul li {
    padding: 2%;
  }
  .personal-journey-header__text {
    top: 3px;
  }
  .personal-journey-header i {
    margin-top: 0;
  }
  body.generalpage section.carousel {
    height: 240px;
  }
  body.generalpage section.page > .wrapper {
    padding: 25px 25px 0 25px;
  }
  body.generalpage section.page > .wrapper > article {
    width: 100%;
    padding: 0;
  }
  body.generalpage section.page > .wrapper > article .subpage {
    width: 48%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article .subpage.even {
    float: right;
  }
  body.generalpage section.page > .wrapper > article > p > button {
    padding: 2% 0;
  }
  body.generalpage section.page > .wrapper > article div.grey_panel {
    padding: 2%;
  }
  body.generalpage section.page > .wrapper > article div.grey_panel .further-information li {
    width: 50%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article div.grey_panel .address {
    width: 50%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article div.adverts > article {
    width: 48%;
    float: right;
    margin: 0 0 25px 2%;
  }
  body.generalpage section.page > .wrapper > article div.adverts > div {
    margin: 0 2% 25px 0;
  }
  body.generalpage section.page > .wrapper > article div.adverts > div:nth-child(2n+2) {
    float: right;
    margin: 0 0 25px 2%;
  }
  body.generalpage section.page > .wrapper > article div.glossary h2 {
    position: relative;
    width: 30%;
    margin-right: 5%;
    float: left;
    font-size: 16px;
    line-height: 20px;
  }
  body.generalpage section.page > .wrapper > article div.glossary .details {
    position: relative;
    width: 65%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article div.glossary .clear {
    display: inline;
  }
  body.generalpage section.page > .wrapper > article div.glossary.glossary-head {
    display: block;
    padding: 10px 15px 6px 15px;
    background: #ccc;
  }
  body.generalpage section.page > .wrapper > article div.glossary.glossary-head h2,
  body.generalpage section.page > .wrapper > article div.glossary.glossary-head p {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  }
  body.generalpage section.page > .wrapper > article ul.tabs {
    position: relative;
  }
  body.generalpage section.page > .wrapper > article ul.tabs li {
    display: inline;
  }
  body.generalpage section.page > .wrapper > article ul.tabs li a {
    display: block;
    position: relative;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 12px 0 11px 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #19c6b2;
    text-align: center;
  }
  body.generalpage section.page > .wrapper > article ul.tabs li a span {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    display: none;
    background: #636362;
  }
  body.generalpage section.page > .wrapper > article ul.tabs li a:hover,
  body.generalpage section.page > .wrapper > article ul.tabs li a.sel {
    background: #636362;
    color: #fff;
    text-decoration: none;
  }
  body.generalpage section.page > .wrapper > article ul.tabs li a.sel span {
    display: block;
  }
  body.generalpage section.page > .wrapper > article .thumb {
    width: 48%;
    margin: 0 2% 1em 0;
    float: left;
  }
  body.generalpage section.page > .wrapper > article .thumb .personal-journey-header {
    top: -5px;
  }
  body.generalpage section.page > .wrapper > article .thumb .personal-journey-header__text {
    top: 10px;
  }
  body.generalpage section.page > .wrapper > article .thumb .personal-journey-header i {
    margin-top: 5px;
  }
  body.generalpage section.page > .wrapper > article .thumbeven {
    float: right;
    margin: 0 0 1em 2%;
  }
  body.generalpage section.page > .wrapper > article div.people .people-block .person {
    padding: 2% 2% 1% 2%;
  }
  body.generalpage section.page > .wrapper > article div.people .people-block .person .details {
    float: left;
    width: 65%;
  }
  body.generalpage section.page > .wrapper > article div.people .people-block .person .image {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  body.generalpage section.page > .wrapper > article div.news-story .personal-journey-header {
    width: 55%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article div.news-story .details {
    padding: 2%;
  }
  body.generalpage section.page > .wrapper > article div.company {
    padding: 2% 2% 1% 2%;
  }
  body.generalpage section.page > .wrapper > article div.company .details {
    float: left;
    width: 65%;
  }
  body.generalpage section.page > .wrapper > article div.company .details.fulldetails {
    float: none;
    width: 100%;
  }
  body.generalpage section.page > .wrapper > article div.company .image {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  body.generalpage section.page > .wrapper > article div.office {
    width: 48%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article div.office.even {
    float: right;
  }
  body.generalpage section.page > .wrapper > article .reference-documents > h2 {
    padding: 10px 15px 8px 15px;
  }
  body.generalpage section.page > .wrapper > article .reference-documents .search-bar {
    padding: 10px 15px 8px 15px;
  }
  body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul {
    position: relative;
    margin: 0 0 0 -1%;
  }
  body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul li {
    position: relative;
    float: right;
    width: 32%;
    margin: 0 1% 0 0;
  }
  body.generalpage section.page > .wrapper > article .reference-documents .search-bar ul li select {
    position: relative;
    height: 40px;
  }
  body.generalpage section.page > .wrapper > article .reference-documents .search-bar #rd_category {
    width: 100%;
  }
  body.generalpage section.page > .wrapper > article .document {
    padding: 2%;
  }
  body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image .enlarge {
    width: 47px;
    height: 47px;
    background: url('/images/expand.png') no-repeat 0 0;
    background-size: 94px 47px;
  }
  body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image:hover .enlarge {
    background: url('/images/expand.png') no-repeat 0 0;
    background-size: 94px 47px;
    background-position: -47px 0;
  }
  body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image a span {
    background-size: 100px 100px;
  }
  body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image a:hover span {
    background-size: 100px 100px;
  }
  body.generalpage section.page > .wrapper > article .tabbed_image_hide {
    display: none;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map {
    background: #e6e6e6;
    display: block;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map .esriControlsBR {
    display: none;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map #map_zoom_slider {
    border: 0;
    border-radius: 0;
    background: transparent;
    right: 20px !important;
    bottom: 20px !important;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map #map_zoom_slider.esriSimpleSliderTL {
    top: auto;
    left: auto;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map #map_zoom_slider div {
    display: block;
    width: 40px;
    height: 40px;
    background: url('/images/sprite-zoom.png') no-repeat 0 0;
    text-align: left;
    text-indent: -9999px;
    border: 0;
    border-radius: 0;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map #map_zoom_slider div.esriSimpleSliderIncrementButton {
    background-position: 0 -40px;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map #map_zoom_slider div.esriSimpleSliderIncrementButton:hover {
    background-position: -40px -40px;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map #map_zoom_slider div.esriSimpleSliderDecrementButton {
    background-position: 0 0;
    margin: 12px 0 0 0;
  }
  body.generalpage section.page > .wrapper > article .tabbed_map #map_zoom_slider div.esriSimpleSliderDecrementButton:hover {
    background-position: -40px 0;
  }
  body.generalpage section.page > .wrapper > article .tabbed_content {
    padding: 2%;
  }
  body.generalpage section.page > .wrapper > article h2.block_title {
    padding: 2%;
  }
  body.generalpage section.page > .wrapper > article .left-aligned-image {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 48% !important;
  }
  body.generalpage section.page > .wrapper > article .right-aligned-image {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 48% !important;
  }
  body.generalpage section.page > .wrapper > article .expand-image-left {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 48% !important;
  }
  body.generalpage section.page > .wrapper > article .expand-image-right {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 48% !important;
  }
  body.generalpage section.page > .wrapper > aside {
    clear: both;
    width: 100%;
  }
  body.generalpage section.page > .wrapper > aside > nav {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  body.generalpage section.page > .wrapper > aside #generalenquiry h2 {
    padding: 3% 3% 0 3%;
  }
  body.generalpage section.page > .wrapper > aside #generalenquiry > p,
  body.generalpage section.page > .wrapper > aside #generalenquiry .error,
  body.generalpage section.page > .wrapper > aside #generalenquiry .thanks {
    padding: 0 3%;
  }
  body.generalpage section.page > .wrapper > aside #generalenquiry fieldset {
    padding: 0 3% 3% 3%;
  }
  body.generalpage section.page > .wrapper > aside .port-clear {
    clear: right;
    width: 100%;
    display: block;
  }
  body.generalpage section.page > .wrapper > aside > article {
    width: 48%;
    float: right;
    margin: 0 0 25px 2%;
  }
  body.generalpage section.page > .wrapper > aside > div {
    margin: 0 2% 25px 0;
  }
  body.generalpage section.page > .wrapper > aside > div:nth-child(2n+2) {
    float: right;
    margin: 0 0 25px 2%;
  }
  .routemap {
    display: block;
    position: relative;
  }
  .routemap .tabs a {
    cursor: pointer;
  }
  .routemap .legend_button {
    width: 40px;
    height: 40px;
    background: url('/images/sprite-zoom.png') no-repeat 0 0;
    cursor: pointer;
    position: absolute;
  }
  .routemap #legend_open {
    display: block;
    z-index: 400;
    background-position: 0 -120px;
    left: 20px;
    margin-top: 20px;
  }
  .routemap #legend_open:hover {
    background-position: -40px -120px;
  }
  .routemap #legend_close {
    display: none;
    z-index: 510;
    background-position: 0 -80px;
    right: 75%;
    border-right: 1px solid #fff;
  }
  .routemap #legend_close:hover {
    background-position: -40px -80px;
  }
  .routemap #legend {
    display: none;
    width: 25%;
    height: 660px;
    position: absolute !important;
    background: #ccc;
    border-right: 1px solid #fff;
    z-index: 500;
    padding: 20px;
  }
  .routemap #legend td {
    font-size: 16px;
    line-height: 20px;
  }
  .routemap #legend td .esriLegendServiceLabel {
    display: block;
    margin: 0 0 8px 0;
  }
  .routemap #map {
    width: 100%;
    height: 660px;
  }
  .routemap #map .esriControlsBR {
    right: 75px;
    bottom: 17px;
  }
  .routemap #map #map_zoom_slider {
    border: 0;
    border-radius: 0;
    background: transparent;
    right: 20px !important;
    bottom: 20px !important;
  }
  .routemap #map #map_zoom_slider.esriSimpleSliderTL {
    top: auto;
    left: auto;
  }
  .routemap #map #map_zoom_slider div {
    display: block;
    width: 40px;
    height: 40px;
    background: url('/images/sprite-zoom.png') no-repeat 0 0;
    text-align: left;
    text-indent: -9999px;
    border: 0;
    border-radius: 0;
  }
  .routemap #map #map_zoom_slider div.esriSimpleSliderIncrementButton {
    background-position: 0 -40px;
  }
  .routemap #map #map_zoom_slider div.esriSimpleSliderIncrementButton:hover {
    background-position: -40px -40px;
  }
  .routemap #map #map_zoom_slider div.esriSimpleSliderDecrementButton {
    background-position: 0 0;
    margin: 12px 0 0 0;
  }
  .routemap #map #map_zoom_slider div.esriSimpleSliderDecrementButton:hover {
    background-position: -40px 0;
  }
  div.image.imageonleft {
    width: 40%;
  }
  div.image.imageonright {
    width: 40%;
  }
  iframe.grievance-upload {
    height: 440px !important;
  }
  iframe.grievance-update {
    height: 440px !important;
  }
  .share-article > p {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .construction-carousel #carousel {
    height: 400px;
    padding: 0 50px;
  }
  .construction-carousel #carousel .slide .row div {
    text-align: left;
  }
  .construction-carousel #carousel .slide .row div.col-sm-2 {
    text-align: center;
  }
  .construction-carousel #carousel .slide .row div h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .construction-carousel #carousel .slide .row div h3 {
    margin-top: 0.4em;
  }
  .construction-carousel #carousel .slide .row div img {
    margin-bottom: 20px;
  }
  .construction-carousel #carousel .flex-direction-nav {
    display: block;
  }
  .construction-carousel #carousel .flex-direction-nav a {
    top: 0;
    margin: 0;
    height: 400px;
    width: 50px;
    text-align: center;
    opacity: 1;
    background: #636362;
    text-indent: -99999px;
  }
  .construction-carousel #carousel .flex-direction-nav a.flex-next {
    right: 0 !important;
    background: #636362 url('/images/caret-left-white.png') no-repeat 50% 50%;
  }
  .construction-carousel #carousel .flex-direction-nav a.flex-prev {
    left: 0 !important;
    background: #636362 url('/images/caret-right-white.png') no-repeat 50% 50%;
  }
  .construction-carousel #carousel .flex-control-nav {
    display: none !important;
  }
  .mapped-pages {
    margin: -30px -10px 0 -10px;
  }
  .mapped-pages > div {
    position: relative;
    margin: 0;
    padding: 0 1px;
    border-top: 0;
    color: #999;
  }
  .mapped-pages > div h2 {
    width: 100%;
    height: 209px;
    background: url('/images/map-01-aqua.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .mapped-pages > div h2 a {
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px 0 20px;
    text-align: center;
    background: none;
    color: #fff;
  }
  .mapped-pages > div h2 a span {
    display: block;
    margin: 0.7em auto 0 auto;
    width: 21px;
    height: 21px;
    background: url('/images/caret-left-white.png') no-repeat 0 0;
  }
  .mapped-pages > div h2:hover {
    background: url('/images/map-01-white.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .mapped-pages > div h2:hover a {
    color: #fff;
    background: none;
    text-decoration: none;
  }
  .mapped-pages > div:nth-child(2n) h2 {
    background: url('/images/map-02-aqua.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .mapped-pages > div:nth-child(2n) h2:hover {
    background: url('/images/map-02-white.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .mapped-pages > div:nth-child(3n) h2 {
    background: url('/images/map-03-aqua.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .mapped-pages > div:nth-child(3n) h2:hover {
    background: url('/images/map-03-white.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  div.case-study {
    width: 48%;
    float: left;
  }
  div.case-study.even {
    float: right;
  }
  div.case-study.case-study-hero {
    width: 100%;
    float: none;
  }
  div.case-study.case-study-hero .details {
    width: 48%;
    float: left;
  }
  div.case-study.case-study-hero .logo {
    width: 48%;
    float: right;
    padding-top: 3%;
  }
}
@media only screen and (min-width: 960px) {
  #container > header div.global .hidden-xs ul li {
    margin: 0 1.2em;
  }
  #container > header div.global .social-icons ul li {
    margin: 0;
  }
  #container > header div.global .navbar-collapse ul li a {
    padding: 0 1.4em;
  }
  #container > header div.navigation div.wrapper > p {
    padding: 13px 0 0 0;
  }
  #container > header div.navigation div.wrapper form ul li input[type=text] {
    width: 228px;
    max-width: 228px;
  }
  #container > header div.navigation div.wrapper nav {
    width: 95%;
  }
  section.carousel .emergency .wrapper article {
    width: 60%;
    float: left;
  }
  section.carousel .emergency .wrapper aside {
    width: 35%;
    margin-left: 5%;
    float: left;
  }
  section.carousel .flexslider ul li .wrapper span {
    width: 50%;
  }
  body.homepage section.quicklinks > .wrapper .link {
    width: 22%;
    margin: 0 0 30px 4% !important;
    background-position: 95% 90%;
  }
  body.homepage section.quicklinks > .wrapper .link:first-child {
    margin-left: 0 !important;
  }
  body.homepage section.quicklinks > .wrapper .link a {
    width: 85%;
    height: 92%;
    padding: 5% 9% 3% 6%;
  }
  body.homepage section > .wrapper .flexslider {
    width: 960px;
  }
  body.homepage section.events > .wrapper {
    width: 960px;
    margin: 0 0 0 20px;
  }
  body.homepage section.events > .wrapper .latest_events {
    position: relative;
    float: left;
    width: 640px;
  }
  body.homepage section.events > .wrapper .latest_stories {
    position: relative;
    float: left;
    width: 640px;
  }
  body.homepage section.events > .wrapper .latest_tweets {
    position: relative;
    float: right;
    width: 305px;
    margin-top: 0;
  }
  body.homepage section.events > .wrapper .latest_tweets .tweets {
    height: 855px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 0 2em 0;
  }
  body.homepage section.events > .wrapper .latest_tweets .tweets ul li {
    padding: 3%;
  }
  body.homepage section.events > .wrapper .latest_tweets .tweets ul li span.date {
    margin-top: 0.5em;
  }
  body.homepage section.events > .wrapper .latest_tweets p > button {
    width: 100%;
  }
  body.generalpage section.page > .wrapper > article {
    width: 66%;
    margin-right: 4%;
    float: left;
  }
  body.generalpage section.page > .wrapper > article blockquote {
    margin: 0 0 1em 5%;
  }
  body.generalpage section.page > .wrapper > article div.adverts .download-brochure {
    padding: 2%;
  }
  body.generalpage section.page > .wrapper > article div.people .people-block .person .details {
    width: 55%;
  }
  body.generalpage section.page > .wrapper > article div.people .people-block .person .image {
    width: 40%;
  }
  body.generalpage section.page > .wrapper > article div.company .details {
    width: 55%;
  }
  body.generalpage section.page > .wrapper > article div.company .image {
    width: 40%;
  }
  body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image a span {
    background-size: 123px 123px;
  }
  body.generalpage section.page > .wrapper > article .page_gallery .slides .slide .image a:hover span {
    background-size: 123px 123px;
  }
  body.generalpage section.page > .wrapper > article.fullpage {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  body.generalpage section.page > .wrapper > article.fullpage .adverts .advert {
    float: left !important;
    width: 31%;
    margin: 0 3.5% 25px 0 !important;
  }
  body.generalpage section.page > .wrapper > article.fullpage .adverts .advert:nth-child(3n) {
    margin: 0 0 25px 0 !important;
  }
  body.generalpage section.page > .wrapper > aside {
    padding: 0;
    width: 30%;
    clear: none;
    float: left;
  }
  body.generalpage section.page > .wrapper > aside > nav {
    width: 100%;
    margin: 0 0 25px 0;
  }
  body.generalpage section.page > .wrapper > aside > article {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 25px 0;
  }
  body.generalpage section.page > .wrapper > aside > div {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 25px 0;
  }
  body.generalpage section.page > .wrapper > aside .letters {
    margin-top: 58px;
    padding: 4%;
  }
  body.generalpage section.page > .wrapper .port-clear {
    display: none;
  }
  body.generalpage section.page > .wrapper .download-brochure {
    padding: 4%;
  }
  .searchresults {
    padding: 0;
  }
  .cbsubscription #cboxClose {
    right: 20px;
    display: block;
  }
  .cbsubscription form.lightboxform fieldset p label {
    display: block;
    float: left;
    width: 31%;
    padding-top: 6px;
    margin-right: 2%;
    text-align: right;
  }
  .cbsubscription form.lightboxform fieldset p label.countries {
    padding-top: 0;
  }
  .cbsubscription form.lightboxform fieldset p label.firstlabel {
    padding-top: 12px !important;
  }
  .cbsubscription form.lightboxform fieldset p input,
  .cbsubscription form.lightboxform fieldset p select,
  .cbsubscription form.lightboxform fieldset p textarea {
    display: block;
    float: left;
    width: 66%;
    padding: 1%;
  }
  .cbsubscription form.lightboxform fieldset p input.half,
  .cbsubscription form.lightboxform fieldset p select.half,
  .cbsubscription form.lightboxform fieldset p textarea.half {
    width: 40%;
  }
  .cbsubscription form.lightboxform fieldset p.check label {
    width: 94%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
  }
  .cbsubscription form.lightboxform fieldset p.check input {
    width: 5%;
    margin-top: 4px;
  }
  .cbsubscription form.lightboxform fieldset p.confirm {
    padding-left: 5%;
  }
  .cbsubscription form.lightboxform fieldset .boxes {
    display: block;
    float: left;
    width: 66%;
  }
  .cbsubscription form.lightboxform fieldset.buttons {
    padding: 20px;
    text-align: center;
  }
  .cbsubscription form.lightboxform fieldset.buttons #cbclose {
    display: none;
  }
  .cbsubscription form.lightboxform fieldset.buttons input {
    padding: 2% 5%;
    width: 50%;
    margin: 0;
  }
  .construction-carousel #carousel {
    margin: 0;
  }
  .construction-carousel #carousel .slide .row div img {
    width: 320px;
    height: 320px;
  }
  .construction-carousel #navigation {
    display: block;
    padding: 20px 50px;
    background: #e6e6e6;
  }
  .construction-carousel #navigation li {
    margin: 0 1px;
    cursor: pointer;
    max-width: 75px !important;
  }
  .construction-carousel #navigation li img {
    opacity: 0.4;
  }
  .construction-carousel #navigation li.flex-active-slide img {
    opacity: 1;
  }
}
@media only screen and (min-width: 1050px) {
  #container #language_message div.wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
  }
  #container > header div.wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 !important;
  }
  #container > header div.navigation {
    height: 170px;
    position: relative;
  }
  #container > header div.navigation div.wrapper form ul li input[type=text] {
    width: 280px;
    max-width: 280px;
  }
  #container > header div.navigation div.wrapper nav {
    width: 100%;
  }
  body section > .wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
  }
  body > footer > div.wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body > footer > div.wrapper > ol {
    z-index: 200;
    opacity: 1;
  }
  body.homepage section.news > .wrapper .flexslider {
    width: 1024px;
  }
  body.homepage section.news > .wrapper .flexslider .story {
    width: 320px !important;
    margin: 0 32px 0 0 !important;
  }
  body.homepage section.news > .wrapper .flexslider .story.third {
    margin: 0 !important;
  }
  body.homepage section.events > .wrapper {
    width: 1024px;
    margin: 0 auto;
  }
  body.homepage section.events > .wrapper .latest_panel .story {
    width: 320px !important;
    height: auto !important;
    float: left;
    margin: 0 32px 1em 0;
  }
  body.homepage section.events > .wrapper .latest_panel .story.even {
    margin: 0 0 1em 0;
  }
  body.homepage section.events > .wrapper .latest_events {
    width: 672px;
  }
  body.homepage section.events > .wrapper .latest_stories {
    width: 672px;
  }
  body.homepage section.events > .wrapper .latest_tweets {
    width: 320px;
  }
  body.homepage section.events > .wrapper .latest_tweets .tweets ul li {
    padding: 4%;
  }
  section.carousel .emergency .wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 1em 0;
  }
  section.carousel .emergency .wrapper article {
    width: 73%;
    float: left;
  }
  section.carousel .emergency .wrapper aside {
    width: 22%;
    margin-left: 5%;
    float: left;
  }
  section.carousel .flexslider ul li .wrapper {
    height: 240px;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
  }
  section.carousel .flexslider ul li .wrapper span {
    width: 40%;
    right: 0;
  }
  section.carousel .flexslider ul li .nav {
    height: 240px;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
  }
  body.generalpage section.page > .wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 25px 0 0 0;
  }
  body.generalpage section.page > .wrapper > article {
    width: 675px;
    margin-right: 29px;
  }
  body.generalpage section.page > .wrapper > article div.people .people-block .person .details {
    width: 52%;
  }
  body.generalpage section.page > .wrapper > article div.people .people-block .person .image {
    width: 45%;
    margin-left: 3%;
  }
  body.generalpage section.page > .wrapper > article div.news-story .image {
    width: 45%;
  }
  body.generalpage section.page > .wrapper > article div.news-story .details {
    width: 55%;
  }
  body.generalpage section.page > .wrapper > article.fullwidth {
    width: 100% !important;
    margin-right: 0 !important;
  }
  body.generalpage section.page > .wrapper > aside {
    width: 320px;
  }
  body.generalpage section.page > .wrapper > aside #generalenquiry h2 {
    padding: 5% 5% 0 5%;
  }
  body.generalpage section.page > .wrapper > aside #generalenquiry > p,
  body.generalpage section.page > .wrapper > aside #generalenquiry .error,
  body.generalpage section.page > .wrapper > aside #generalenquiry .thanks {
    padding: 0 5%;
  }
  body.generalpage section.page > .wrapper > aside #generalenquiry .thanks {
    padding-bottom: 5%;
  }
  body.generalpage section.page > .wrapper > aside #generalenquiry fieldset {
    padding: 0 5% 5% 5%;
  }
  div.ecard {
    height: 362px;
  }
  div.ecard .ecard-video {
    height: 362px;
  }
  div.ecard .ecard-video .video-js {
    padding: 0 !important;
    width: 640px !important;
    height: 360px !important;
  }
  div.ecard .ecard-video .video-js video {
    width: 640px !important;
    height: 360px !important;
  }
  .mapped-pages > div h2 a {
    padding: 70px 25px 0 25px;
  }
}
/*# sourceMappingURL=generic.css.map */