/* ------------------------------------------------------------------------------------------

  Financial Ombudsman Service
  Screen Style Sheet
  last update: 14 August 2017
  author: info@ecru.co.uk

------------------------------------------------------------------------------------------ */

/* colour palettes for the different sylesheets ---------------------------------------------
              Normal    Contrast  White on Black
              ======    =======   ==============
grey rules    #DEDEDE   #BBB      #BBB
FOS blue      #4B90CD   #1D2172   #E0E0E0
FOS purple:   #1D2172   #1D2172   #E0E0E0
blue text     #2B6198   #1D2172   #E0E0E0
'black' text  #333      #080808   #F1F1F1;
'greyer' text #555      #1D2172   #2B6198
background    #FEFEFE   #1D2172   #FEFEFE   #1D2172;
background    #F2F2F2   #F8F8F8   #101960
active links  #999      #000      #FEFEFE
*/

/* font sizing guide ------------------------------------------------------------------------

pixels    ems   leading
-------------------------------------
9px   =   0.75em    2.2222em
10px  =   0.8333em  2em
11px  =   0.9166em  1.8181em
12px  =   1em       1.6666em
13px  =   1.0833em  1.5384em
14px  =   1.1666em  1.4285em
15px  =   1.25em    1.3333em
16px  =   1.3333em  1.25em
17px  =   1.4166em  1.1764em
18px  =   1.5em     1.1111em
19px  =   1.5833em  1.0526em
20px  =   1.6666em  1em
21px  =   1.75em
22px  =   1.8333em
23px  =   1.9166em
24px  =   2em
30px  = 2.5em

(divide desired pixel height by 12 to get 'em' value) */


/* !Eric Meyer's css reset (http://meyerweb.com/eric/tools/css/reset/) -- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end css reset */

form input, form textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* !LAYOUT ------------------------------------------------------------------------------- */

body {
  background-color: #F2F2F2;
  font-size: 75%; /* convert 16px base font size to 12px */
  line-height: 1.6666em; /* 20px (12 x 1.6666 = 20) */
  font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  color: #333;
}

#header {
  background-color: #FEFEFE;
  border-top: 4px solid #4B90CD;
  height: 122px;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
}

#accessMenu {
  display: none;
}

#contentWrap {
  margin: 0;
  border-bottom: 1px solid #DEDEDE;
}

#breadcrumb {
  margin: 0;
  background: url("../images/horizontal_rule.gif") repeat-x bottom left;
}

#mainContent {
  margin: 0 15px;
}

#leftColumn {
  margin: 15px;
}

#rightColumn {
  margin: 15px;
}

#footer {
  clear: both;
  min-height: 80px;
  _height: 80px;
}

img,
embed,
object,
video {
  max-width: 100%;
  _width: 100%;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hidden-phone {
  display: none;
}

.skip {
  position: absolute;
  top: -999em;
  left: -999em;
}

input[type="button"] {
  background-color: #4B90CD;
  padding: 4px 7px;
  font-size: 1.1666em;
  border: none;
  color: #fff;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
}

input[type="button"]:hover {
  background-color: #2b7abf;
}

.highlight select {
  margin-left: 15px;
  padding: 5px;
  -webkit-appearance: none;
  border-radius: 0;
}

.highlight form {
  margin: 15px 0;
}

.back-to-top {
  float: right;
}

/* !TYPOGRAPHY --------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #1D2172;
  line-height: 1.4em;
}

#mainContent h1 {
  font-size: 2em;
  background: url("../images/horizontal_rule.gif") repeat-x bottom left;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #2B6198;
}

#mainContent h2,
#rightColumn h2 {
  font-size: 1.5em;
  margin: 1.1111em 0;
}

#mainContent h3,
#rightColumn h3 {
  font-size: 1.25em;
  margin: 1.3333em 0;
}

#mainContent h4,
#rightColumn h4 {
  font-size: 1em;
  margin: 1.6666em 0;
  font-weight: bold;
}

#mainContent h5,
#rightColumn h5 {
  font-size: 1em;
  line-height: 1.6666em;
  margin: 2em 0;
  font-weight: normal;
}

#mainContent h6,
#rightColumn h6 {
  font-size: 1em;
  line-height: 1.6666em;
  margin: 2em 0;
  font-weight: normal;
  color: #000;
}

#rightColumn h2,
#rightColumn h3,
#rightColumn h4,
#rightColumn h5,
#rightColumn h6 {
  margin-top: 0;
}

p {
  margin: 1.6666em 0;
}

p.date {
  margin: -0.8333em 0 1.6666em 0;
  color: #555;
}

ul {
  margin: 1.6666em 0 1.6666em 20px;
}

ol {
  list-style: decimal;
  margin: 1.6666em 0 1.6666em 40px;
}

#mainContent ul li {
  background: url("../images/bullet_blue.gif") no-repeat 0 0.6em;
  padding-left: 10px;
  margin: 0.8333em 0;
}

#mainContent ul li ol li {
  background: none;
  padding-left: 0;
}

#mainContent ul ul,
#mainContent ol ul {
  margin: 0 0 0 10px;
}

#mainContent ol ol,
#mainContent ul ol {
  margin: 0 0 0 40px;
}

#mainContent ol li {
  margin: 0.8333em 0;
}

.rule {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #FEFEFE;
}

/* hyperlinks */

a:link, a:visited {
  color: #2B6198;
  text-decoration: none;
}

a:hover, a:active {
  color: #18145D;
}

/* focus styles for tabbing through links */
:focus {
  outline: 1px dotted black;

}

#mainContent a:link, #mainContent a:visited {
  border-bottom: 1px solid #DEDEDE;
}

#mainContent a:hover, #mainContent a:active {
  border-bottom: 1px solid #999;
}

/* file type links */

a[href$='.pdf'] {
  display:inline-block;
  padding-left:20px;
  background:transparent url("../images/icon_pdf.gif") top left no-repeat;
}

a[href$='.doc'] {
  display:inline-block;
  padding-left:20px;
  background:transparent url("../images/icon_word.gif") top left no-repeat;
}

/* tooltips */

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #600;
  background-color: #C33;
  padding: 0 4px;
  opacity: 0.85;
}

#tooltip h3, #tooltip div {
  margin: 0;
  color: #FEFEFE !important;
}

/* blockquote */

blockquote {
  background: transparent url("../images/quote_open.png") no-repeat 0 2px;
  padding: 0 0 0 3px;
  margin: 0 0 15px;
}

blockquote p {
  font-size: 1.1666em;
  line-height: 1.4285em;
  padding: 0 27px;
  color: #555;
  background: transparent url("../images/quote_close.png") no-repeat right bottom;
  margin: 0.8333em 0;
}

blockquote p.author {
  background-image: none;
  color: #1D2172;
  font-style: normal;
}

/* !DATA TABLES -------------------------------------------------------------------------- */

#mainContent table {
  font-size: 0.95em;
  border-collapse: collapse;
  margin: 20px 0 2em;
  width: 100%;
  border-top: 1px solid #4B90CD;
  border-left: 1px solid #4B90CD;
  background-color: #fff;
}

#mainContent table caption {
  text-align: left;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #393996;
  padding: 0 0 0.7em 0;
}

#mainContent th {
  padding: 2px 5px;
  background-color: #4B90CD;
  border-right: 1px solid #4B90CD;
  border-bottom: 1px solid #4B90CD;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

#mainContent td {
  color: #000;
  padding: 2px 5px;
  border-right: 1px solid #4B90CD;
  border-bottom: 1px solid #4B90CD;
}

table.numeric th,
table.numeric td {
  text-align: right;
}

table.numeric th:first-child,
table.numeric td:first-child  {
  text-align: left;
}

table.numeric td.tdLeft,
table.numeric th.tdLeft {
  text-align: left;
}

td.tdCentred,
th.tdCentred {
  text-align: center;
}

td.tdRight,
th.tdRight {
  text-align: right;
}

td.tdLeft,
th.tdLeft {
  text-align: left;
}

#mainContent .trHighlight {
  background-color: #EDF4FA;
}

#mainContent .trHighlight,
#mainContent .trHighlight2,
#mainContent .trHighlight3,
#mainContent .trHighlight4,
#mainContent .trHighlight5 {
  background-color: #EDF4FA;
}

#mainContent .trHighlight td {
  color: #000;
}

#mainContent .trHighlight2 td,
#mainContent .trHighlight3 td,
#mainContent .trHighlight3 td {
  font-weight: bold;
  border-bottom: 1px solid #000;
  color: #000;
}

#mainContent .trHighlight4 td {
  border-bottom: 3px double #000;
  color: #000;
}

#mainContent .trHighlight5 td {
  font-weight: bold;
  border-bottom: 3px double #000;
  color: #000;
}

tr.ruleBelow td {
  border-bottom: 1px solid #000;
}

tr.doubleRuleBelow td {
  border-bottom: 3px double #000;
}

tr.ruleBelowBold td {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

tr.doubleRuleBelowBold td {
  font-weight: bold;
  border-bottom: 3px double #000;
}

/* !COOKIE BAR --------------------------------------------------------------------------- */

#cookiebar {
  background-color: #4B90CD;
  height: 126px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
}

.cookiebar-inner {
  position: relative;
  margin: 0;
  background-color: #4B90CD;
  height: 126px;
  padding: 0 15px;
}

#cookiebar span.info {
  float: left;
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 10px 0 5px;
}

#cookiebar span.info a {
  color: #fff;
  border-bottom: 1px solid #63B5DD;
}

#cookiebar span.info a:hover {
  border-bottom: 1px solid #fff;
}

#cookiebar p.understand {
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #A6CE39;
  padding: 5px 8px;
  color: #000;
  margin: 0;
}

#cookiebar label.check {
  cursor: pointer;
  font-size: 0.9em;
}

#cookiebar input {
  margin-left: 5px;
  padding: 0;
  cursor: pointer;
}

/* !MODULES ------------------------------------------------------------------------------ */

/* highlight panels */

#mainContent .highlight {
  border: 1px solid #DEDEDE;
  background-color: #fff;
  margin: 20px 0;
  position: relative;
  padding-bottom: 5px;
}

#mainContent .highlight h2 {
  font-size: 1.1666em;
  line-height: 1.4285em;
  margin: 0;
  background-color: #4A90CD;
  color: #fff;
  padding: 9px 15px;
}

#mainContent .highlight h3 {
  font-size: 1.1666em;
  line-height: 1.4285em;
}

#mainContent .highlight h3,
#mainContent .highlight h4,
#mainContent .highlight h5,
#mainContent .highlight p,
#mainContent .highlight ul,
#mainContent .highlight ol {
  padding: 0 15px;
  margin: 0.8333em 0;
}

/* alert panels */

#mainContent .alert {
  border: 1px solid #c83737;
  background-color: #fff;
  margin: 20px 0;
  position: relative;
  padding-bottom: 5px;
}

#mainContent .alert h2 {
  font-size: 1.1666em;
  line-height: 1.4285em;
  margin: 0;
  background-color: #c83737;
  color: #fff;
  padding: 9px 15px;
}

#mainContent .alert h3 {
  font-size: 1.1666em;
  line-height: 1.4285em;
}

#mainContent .alert h3,
#mainContent .alert h4,
#mainContent .alert h5,
#mainContent .alert p,
#mainContent .alert ul,
#mainContent .alert ol {
  padding: 0 15px;
  margin: 0.8333em 0;
}

#mainContent .alert ul li {
  background-image: url("../images/bullet_red.gif");
}

/*social media panels*/

.social {
  padding: 1em 0;
  background-image: none;
  background-repeat: repeat-x;
  background-position: 0 0;
}

.social .icon {
  display: inline-block;
  background: transparent url("../images/social-media-icons.png") no-repeat 0 0;
  width: 36px;
  height: 36px;
  margin-right: 7px;
  vertical-align: middle;
}

.fos-linkedin .icon { background-position: 0 -36px; }
.fos-facebook .icon { background-position: 0 -72px; }
.fos-pinterest .icon { background-position: 0 -108px; }
.fos-instagram .icon { background-position: 0 -144px; }
.fos-youtube .icon { background-position: 0 -180px; }

/* make Facebook Like panel responsive */
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
  width: 100% !important;
  height: 350px !important;
 }

.instagram-panel {
  margin: 20px 0 !important;
  padding-bottom: 6px;
}

.instagram-panel p .icon {
  background: transparent url("../images/social-media-icons.png") no-repeat 0 -216px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.instagram-widget {
  margin: 10px;
}

/* !HEADER ------------------------------------------------------------------------------- */

#headerContent {
  text-align: center;
}

#logo {
  margin: 22px auto 0;
  width: 193px;
  height: 77px;
}

#strapline, #styleSwitcher {
  display: none;
}

/* !NAVIGATION --------------------------------------------------------------------------- */

#mainNavigation {
  border-bottom: 1px solid #fff;
  background: #EEE url("../images/mobile-menu-bg.gif") repeat-x 0 0;
  position: relative;
}

#mainNavigation #mainNavContent.navopen {
  border-bottom: 1px solid #2b7abf;
}

#mainNavigation button {
  background: #4B90CD url("../images/menu-icon.gif") no-repeat 10px 10px;
  border: none;
  color: white;
  font-size: 1.1666em;
  margin: 4px 0px 4px 15px;
  padding: 5px 8px 8px 27px;
  *padding: 3px 0 3px 18px;
  *margin-left: 15px;
  cursor: pointer;
}

#mainNavigation button:hover {
  background-color: #2b7abf;
}

#mainNavigation ul {
  margin: 0;
}

#mainNavigation li {
  font-size: 1.1666em;
  line-height: 1.4285em;
  border-top: 1px solid #2b7abf;
  background-color: #4B90CD;
  _float: left;
  _width: 100%;
}

#mainNavigation li a {
  display: block;
  _float: left;
  _width: 100%;
  border-top: 1px solid #68a2d5;
  padding: 8px 15px 9px;
  color: #fff;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
}

#mainNavigation li a:hover {
  background-color: #2b7abf;
  border-top: 1px solid #4188c6;
}

#mainNavigation .rule {
  border: none;
  border-bottom: 1px solid #dedede;
  width: 100%;
  display: block;
}

#mainNavContent ul {
  display: none;
}

/* !SEARCH PANEL ------------------------------------------------------------------------- */

.search-container {
  float: right;
  margin: 5px;
}

.search-container input[type=search] {
  border: 1px solid #dedede;
  background: #fff;
  padding: 6px 10px;
  margin: -0.0625em 0px 0px;
}

.search-container input[type=search]:focus {
  outline: none;
  border-color: #999;
}

#mainNavigation .search-container button {
  display: inline;
  margin: -5px 0 0;
  padding: 5px 7px;
  background-image: none;
  vertical-align: middle;
}

#mainNavigation .search-container {
  position: absolute;
  top: 1px;
  right: 8px;
}

span.tt-dropdown-menu {
  background: #fff;
  padding: 0.8em 0;
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  top: 33px;
}

.search-container .tt-suggestion a, .tt-dropdown-menu h4, .empty-message {
  padding: 6px 0.8em;
  cursor: pointer;
  display: block;
}

.search-container .tt-suggestion:hover, .tt-cursor {
  background-color: #eee;
}

.search-container .tt-hint {
  color: #dedede;
}

.tt-dropdown-menu ul {
  margin: 0 !important;
  overflow: hidden;
}

.tt-dropdown-menu h3,
.tt-dropdown-menu h4 {
  font-size: 1.5em;
  padding: 0 0.8em;
}

li.tt-suggestion {
  padding: 0 0.8em !important;
  width: 100%;
}

.twitter-typeahead {
  vertical-align: middle;
}

/* !SUB NAVIGATION ----------------------------------------------------------------------- */

#subNavigation {
  border: 1px solid #DEDEDE;
  background-color: #FEFEFE;
}

#subNavigation h2 {
  background-color: #4B90CD;
  font-size: 1.1666em;
  line-height: 1.4285em;
  border-top: 1px solid #4B90CD;
  color: #FEFEFE;
  padding: 6px 15px 6px 28px;
  background: #4B90CD url("../images/menu-icon.gif") no-repeat 10px 10px;
}

#subNavigation ul {
  margin: 0;
  display: none;
}

#subNavigation ul ul {
  margin: 0;
}

#subNavigation .current {
  font-weight: bold;
}

/* level 1 */

#subNavigation li {
  border-top: 1px solid #DEDEDE;
  font-size: 1em;
  line-height: 1.6666em;
  _float: left;
  _width: 100%;
}

#subNavigation li:first-child {
  border-top: none;
}

#subNavigation li a:link,
#subNavigation li a:visited {
  display: block;
  padding: 6px 15px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
}

#subNavigation li a:hover,
#subNavigation li a:active {
  background-color: #F9F9F9;
  color: #1D2172;
}

/* level 2 */

#subNavigation li li {
  border-top: none;
  font-size: 1em;
  line-height: 1.6666em;
}

#subNavigation li li a:link,
#subNavigation li li a:visited {
  padding: 3px 8px 3px 30px;
  background: url("../images/arrow_purple.gif") no-repeat 20px 0.7em;
}

#subNavigation li li a:hover,
#subNavigation li li a:active {
  background: #F9F9F9 url("../images/arrow_purple.gif") no-repeat 20px 0.7em;
  color: #1D2172;
}

/* level 3 */

#subNavigation li li li a:link,
#subNavigation li li li a:visited {
  padding: 3px 8px 3px 45px;
  background-position: 35px 0.7em;
}

#subNavigation li li li a:hover,
#subNavigation li li li a:active {
  padding: 3px 8px 3px 45px;
  background-position: 35px 0.75em;
}

/* !BREADCRUMB --------------------------------------------------------------------------- */

#breadcrumb p {
  padding-bottom: 10px;
}

/* !FEEDBACK PANEL ----------------------------------------------------------------------- */

.feedback {
  border: 1px solid #DEDEDE;
  background-color: #FEFEFE;
  padding: 0 15px 45px;
  margin: 30px 0 20px;
  position: relative;
}

#mainContent .feedback h2 {
  font-size: 1.3333em;
  line-height: 1.25em;
}

#mainContent .feedback fieldset label {
  position: absolute;
  top: -999em;
  left: -999em;
}

.feedback #leavecomment {
  border-top: 1px solid #DEDEDE !important;
}

.feedback #leavecomment p {
  margin: 0.8333em 0 0 0;
}

.feedback #comment {
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 3px 5px;
  font-size: 1em;
  line-height: 1.6666em;
  background-color: #FCFCFC;
  color: #555;
  margin-bottom: 10px;
  font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feedback #comment:focus {
  background-color: #FEFEFE;
  color: #333;
}

.leavefeedback {
  float: left;
  width: 60%;
  margin: 0;
  color: #2B6198;
  cursor: pointer;
}

.feedback .button {
  background-color: #4B90CD;
  padding: 4px 7px;
  font-size: 1.1666em;
  border: none;
  color: #fff;
  position: absolute;
  bottom: 13px;
  right: 13px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  _position: relative;
  _float: right;
  _margin: 10px 0 0;
}

.feedback .button:hover {
  background-color: #2b7abf;
}

.not-useful {
  float: left;
  margin: 0 4px 10px 0;
  line-height: 1.3em;
}

.very-useful {
  float: left;
  margin: 0 0 10px 4px;
  line-height: 1.3em;
}

.not-useful span,
.very-useful span {
  display: none;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */

div.rating-cancel,div.star-rating {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}

div.rating-cancel,div.rating-cancel a {
  background: url("../images/delete.gif") no-repeat 0 -16px;
}

div.star-rating,div.star-rating a {
  background: url("../images/star.gif") no-repeat 0 0px;
}

div.rating-cancel a,div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0px;
  border: 0;
}

div.star-rating-on a {
  background-position: 0 -16px!important;
}

div.star-rating-hover a {
  background-position: 0 -32px;
}

/* Read Only CSS */
div.star-rating-readonly a {
  cursor:default !important;
}

/* Partial Star CSS */
div.star-rating {
  background:transparent!important;
  overflow:hidden!important;
}

/* END jQuery.Rating Plugin CSS */

/* !SECONDARY CONTENT -------------------------------------------------------------------- */

#rightColumn .panel {
  border: 1px solid #dedede;
  background-color: #fff;
  margin: 0 0 15px;
}

#rightColumn .panel h2 {
  font-size: 1.1666em;
  line-height: 1.4285em;
  margin: 0;
  background-color: #4A90CD;
  color: #FEFEFE;
  padding: 9px 15px;
}

#rightColumn .panel h2 a {
  color: #fff;
  border-bottom: 1px solid #63b5dd;
}

#rightColumn .panel h2 a:hover {
  border-bottom-color: #fff;
}

#rightColumn img {
  margin-bottom: 15px;
}

#rightColumn .panel img {
  margin-bottom: 0px;
}

#rightColumn .panel p {
  padding: 3px 0;
  margin: 0 8px;
  color: #1D2172;
}

#rightColumn .panel p:first-child {
  border-top: 0;
}

#rightColumn .panel ul {
  margin: 0px 15px 0;
  padding: 6px 0;
}

#rightColumn .panel li {
  border-top: 1px solid #DEDEDE;
  padding: 8px 0;
}

#rightColumn .panel li:first-child {
  border-top: none;
}

#rightColumn .panel li a:link,
#rightColumn .panel li a:visited {
  border-bottom: 1px solid #FEFEFE;
}

#rightColumn .panel p a:hover,
#rightColumn .panel p a:active,
#rightColumn .panel li a:hover,
#rightColumn .panel li a:active {
  color: #1D2172;
  border-bottom: 1px solid #999;
}

#rightColumn blockquote {
  background-color: #fff;
  background-position: 8px 11px;
  border: 1px solid #DEDEDE;
  padding: 0 12px;
  margin: 0 0 15px;
}

#rightColumn blockquote p {
  font-size: 1.1666em;
  line-height: 1.4285em;
  padding: 0 27px;
  color: #555;
  margin: 0.8333em 0;
}

#rightColumn blockquote p.author {
  text-align: right;
  padding-right: 0;
  color: #1D2172;
  font-style: normal;
}

/* Picture with Caption panel */

#rightColumn .imageWithCaption {
  margin: 20px 0;
  border: 0;
}

#rightColumn .imageWithCaption img {
  margin-bottom: 0;
}

#rightColumn .imageWithCaption p:first-child ,
#rightColumn .imageWithCaption p {
  font-size: 0.95em;
  margin-top: 0.8333em;
}

/* my story panel */

#rightColumn .myStory {
  background: #A6CE39 url("../images/myStory_panel_bg.jpg") no-repeat bottom right;
  border: none;
  min-height: 100px;
  _height: 100px;
  margin: 15px 0;
}

#rightColumn .myStory h2 {
  color: #fff;
  font-size: 1.1666em;
  line-height: 1.4285em;
  padding: 12px 100px 12px 15px;
  margin: 0;
}

#rightColumn .myStory p {
  color: #fff;
  border: none;
  padding: 0 100px 12px 15px;
  margin: 0;
}

#rightColumn .myStory a:link, #rightColumn .myStory a:visited {
  color: #333;
  border-bottom: 1px solid #D3E756;
}

#rightColumn .myStory a:hover, #rightColumn .myStory a:active {
  color: #000;
  border-bottom: 1px solid #FEFEFE;
}

/* !HOME --------------------------------------------------------------------------------- */

#home .banner-large,
#home .banner-medium {
  display: none;
}

#home #banner {
  margin: 15px;
}

#home #banner h1,
#home #banner h2,
#home #banner p {
  margin: 0;
  color: #FFF;
  font-size: 1em;
  line-height: 1.6666em;
}

#home #banner h2 {
  font-size: 1.1666em;
  line-height: 1.4285em;
}

#home #banner #panel3 h2,
#home #banner #panel3 p {
  color: #333;
}

#home #banner a {
  color: #FFF;
}

#home #banner a:link,
#home #banner a:visited {
  color: #FFF;
  border-bottom: 1px solid #63B5DD;
}

#home #banner a:hover,
#home #banner a:active {
  border-color: #FFF;
}

#home #banner #panel2 {
  padding-right: 75px;
}

#home #banner #panel3 {
  padding-right: 95px;
}

#home #banner #panel2 a:link, #home #banner #panel2 a:visited {
  border-color: #5458B3;
}

#home #banner #panel2 a:hover, #home #banner #panel2 a:active {
  border-color: #FFF;
}

#home #banner #panel3 a:link, #home #banner #panel3 a:visited {
  color: #333;
  border-color: #D3E756;
}

#home #banner #panel3 a:hover, #home #banner #panel3 a:active {
  color: #000;
  border-color: #FFF;
}

#home #banner div {
  min-height: 80px;
  _height: 80px;
  margin: 0 0 1px;
  padding: 10px
}

#home #banner div.panelwrap {
  padding: 0;
}

#home #panel1 {
  background: #3170B9 url("../images/home_banner1_mobile.jpg") repeat-y;
}

#home #panel2 {
  background: #1D2172 url("../images/home_banner2_mobile.jpg") no-repeat bottom right;
}

#home #panel3 {
  background: #A6CE39 url("../images/home_banner3_mobile.jpg") no-repeat bottom right;
}

#home #rightColumn,
#home #leftColumn {
  margin: 0;
}

#home #rightColumn .panel {
  border: none;
}

#home #contentWrap .panel {
  margin: 15px 0 25px;
  border-top: 1px solid #DEDEDE;
  background-color: transparent;
}

#home #contentWrap .panel h2 {
  font-size: 1.1666em;
  line-height: 1.4285em;
  color: #555;
  margin-bottom: 15px;
  padding: 9px 15px;
  border-bottom: 1px solid #DEDEDE;
  background: #EEE url("../images/mobile-menu-bg.gif") repeat-x 0 0;
}

#home .panel h3 {
  font-size: 1.1666em;
  line-height: 1.4285em;
  padding: 0 15px;
}

#home #banner #panel3 img {
  display: none;
}

#home .panel ul {
  margin: 0.8333em 0;
  padding: 0 15px;
}

#home .panel p {
  padding: 0 15px;
}

#home .panel li {
  margin: 0 0 0.4166em 0;
  border-top: none;
  background: url("../images/arrow_purple.gif") no-repeat 0 0.6em;
  padding: 0 0 0 10px;
  font-size: 1em;
  line-height: 1.6666em;
}

#home .panel a:link,
#home .panel a:visited {
  border-bottom: 1px solid transparent !important;
}

#home .panel a:hover,
#home .panel a:active {
  border-bottom-color: #999 !important;
}

#home .business {
  color: #555;
}

#home .business img,
#home .findinfo img {
  display: none;
}

#home .webfocus h3 {
  color: #333;
}

#home .webfocus .video {
  margin: 15px;
  padding: 0;
}

#home .webfocus p {
  margin: 0.8333em 0;
}

/* !404 ----------------------------------------------------------------- */

#notfound #contentWrap .panel-404 {
  border: 1px solid #dedede;
  background-color: #fff;
  margin: 0 0 15px;
}

#notfound #banner {
  background-color: #3170B9;
  margin: 15px;
}

#notfound #banner h1 {
  color: #fff;
  font-size: 1.5em;
  padding: 15px;
}

#notfound #banner h1 em {
  font-style: normal;
}

#notfound #contentWrap h2 {
  font-size: 1.5em;
  margin: 10px 0 0;
  background-color: transparent;
  color: #2B6198;
  padding: 9px 15px 0;
}

#notfound #contentWrap .panel-404 ul {
  margin: 0 15px 1.6666em;
}

#notfound #contentWrap .panel-404 li {
  border: none;
  padding: 0 0 0 10px;
  background: url("../images/bullet_blue.gif") no-repeat 0 0.6em;
  margin: 0.8333em 0;
}

/* !FOOTER -------------------------------------------------------------- */

#footer {
  border-top: 1px solid #fff;
  padding-top: 15px;
}

#footerContent {
  font-size: 0.9166em;
  line-height: 1.8181em;
  color: #666;
}

#socialMenu {
  margin: 0 15px 15px;
}

#socialMenu li {
  font-size: 1.1666em;
  line-height: 1.4285em;
  background-color: #4B90CD;
  margin: 0;
  float: left;
  width: 47.8%;
  display: block;
}

#socialMenu li.menuTwitter {
  float: right;
}

#socialMenu li a:link,
#socialMenu li a:visited {
  background: #4B90CD url("../images/menu_icons.png") no-repeat -997px 5px;
  _background-image: url("../images/menu_icons.gif");
  display: block;
  padding: 8px 15px 8px 34px;
  color: #fff;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

#socialMenu li.menuTwitter a {
  background-position: -997px -45px;
}

#socialMenu li a span {
  display: none;
}

#socialMenu li a:hover,
#socialMenu li a:active {
  background-color: #2b7abf;
}

#footerMenu {
  margin: 0;
  clear: both;
}

#footerMenu li {
  font-size: 1.1666em;
  line-height: 1.4285em;
  background-color: #4B90CD;
  _float: left;
  _width: 100%;
}

#footerMenu li a:link,
#footerMenu li a:visited {
  background: #4B90CD url("../images/menu_icons.png") no-repeat -997px -95px;
  _background-image: url("../images/menu_icons.gif");
  display: block;
  border-top: 1px solid #68a2d5;
  border-bottom: 1px solid #2b7abf;
  padding: 8px 15px 9px 34px;
  color: #fff;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  _float: left;
  _width: 100%;
}

#footerMenu li a:hover,
#footerMenu li a:active {
  background-color: #2b7abf;
  border-top: 1px solid #4188c6;
}

#footerContent #footerMenu li.menuCymraeg a { background-position: -997px -145px; }
#footerContent #footerMenu li.menuNewsEmail a { background-position: -997px -195px; }
#footerContent #footerMenu li.menuAccess a { background-position: -997px -495px; }
#footerContent #footerMenu li.menuFollow a { background-position: -997px -544px; }
#footerContent #footerMenu li.menuHelp a { background-position: -997px -245px; }
#footerContent #footerMenu li.menuListen a { background-position: -997px -295px; }
#footerContent #footerMenu li.menuPDF a { background-position: -997px -345px; }
#footerContent #footerMenu li.menuCareers a { background-position: -997px -395px; }
#footerContent #footerMenu li.menuSitemap a { background-position: -997px -445px; }

#copyright {
  clear: left;
  float: left;
  margin-left: 20px;
  _margin-left: 10px;
}

#copyright span {
  display: block;
}

/* MEDIA QUERIES ------------------------------------------------------------------------- */

/* 470px */
@media only screen and (min-width: 470px) {
  #home .banner-large,
  #home .banner-small {
    display: none;
  }
  #home .banner-medium {
    display: block;
  }
}

/* Fix text size issue on Ipone in landscape mode */
@media only screen and (max-device-width: 480px) {
  body { -webkit-text-size-adjust: 100% }
}

/* 480px */
@media only screen and (min-width: 480px) {

  .not-useful span,
  .very-useful span {
    display: inline;
  }

  #mainContent img {
    max-width: 50%;
    _width: 50%;
  }

  .imageleft {
    float: left;
    clear: left;
    margin: 5px 20px 20px 0;
  }

  .rightlist {
    margin: 0 0 0.8333em 10em !important;
    padding: 0;
    _padding: 0 15px !important;
    _margin: 0.8333em 0 !important;
    _clear: left;
    _width: 90%;
  }

  /* !COOKIE BAR --------------------------------------------------------------------------- */

  #cookiebar span.info {
    font-size: 1em;
    line-height: 1.5em;
  }

  #cookiebar label.check {
    font-size: 1em;
  }

  /* !HOMEPAGE ------------------------------------------------------------ */

  #home #banner h1 {
    font-size: 1.1666em;
    line-height: 1.4285em;
  }

  #home #banner h2 {
    font-size: 1.3333em;
    line-height: 1.25em;
    margin-bottom: 5px;
  }

  /* !404 ------------------------------------------------------------------ */

  #notfound #banner  {
    min-height:  150px;
    background: #3170B9 url("../images/404-banner-small.jpg") no-repeat 0 0;
  }

  #notfound #banner h1  {
    padding-left: 200px;
  }

  #notfound #banner h1 em  {
    display: block;
    font-size: 2em;
    line-height: 1.4em;
  }

  #notfound #banner h1 span  {
    display: none;
  }

  /* !FOOTER -------------------------------------------------------------- */

  #socialMenu li {
    width: 48.5%;
  }

  #socialMenu li a span {
    display: inline;
  }

  #copyright span {
    display: inline;
    border-left: 1px solid #dedede;
    padding-left: 10px;
    margin-left: 5px;
  }

}

/* 568px */
@media only screen and (min-width: 568px) {

  /* !FOOTER -------------------------------------------------------------- */

  #socialMenu li {
    width: 48.8%;
  }

}

/* 600px */
@media only screen and (min-width: 600px) {

  /* !LAYOUT ------------------------------------------------------------------------------- */

  #leftColumn {
    width: 30%;
    float: left;
  }

  .is-affixed .sticky .spacer {
    display: block;
    height: 20px;
  }

  .col-group {
    width: 65%;
    _width: 46% !important;
    float: right;
  }

  #breadcrumb {
    margin-left: 0;
  }

  #mainContent {
    margin-left: 0;
    _padding-left: 0;
  }

  #rightColumn {
    clear: both;
    margin-left: 0;
    padding-bottom: 10px;
  }

  /* !COOKIE BAR --------------------------------------------------------------------------- */

  #cookiebar {
    color: #555;
  }

  .cookiebar-inner {
    margin: 10px;
    background-color: #fff;
    height: 106px;
  }

  #cookiebar span.info a {
    color: #2B6198;
    text-decoration: none;
    border-bottom: 1px solid #dedede;
  }

  #cookiebar span.info a:hover {
    color: #18145D;
    border-bottom: 1px solid #999;
  }

  #cookiebar p.understand {
    text-align: left;
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  /* !HEADER ------------------------------------------------------------------------------- */

  #contentWrap {
    border-bottom: none;
  }

  #headerContent {
    text-align: left;
    position: relative;
    min-height: 122px;
    _height: 122px;
  }

  #logo {
    margin: 22px 0 0 15px;
  }

  #strapline {
    display: block;
    width: 301px;
    height: 50px;
    background: url("../images/strapline.gif") no-repeat;
    position: absolute;
    right: 15px;
    bottom: 33px;
    text-indent: -999em;
  }

  /* !SUBNAVIGATION ------------------------------------------------------------------------ */

  #subNavigation h2 {
  padding: 6px 15px;
  background-image: none;
  }

  #subNavigation ul {
    display: block !important;
  }

  /* !HOME --------------------------------------------------------------------------------- */

  #home #banner div {
    margin: 0 0 0;
  }

  #home #banner #panel1 {
    padding: 15px;
    min-height: 70px;
    _height: 70px;
    margin-bottom: 2px;
  }

  #home #banner #panel1 h1 {
    margin-bottom: 5px;
    font-size: 1.4166em;
    line-height: 1.4em;
  }

  #home #banner div.panelwrap {
    min-height: 85px;
    _height: 85px;
    background: #A6CE39 url("../images/home_banner_600px.jpg") no-repeat bottom center;
    padding: 15px;
    position: relative;
  }

  #home #banner #panel2,
  #home #banner #panel3 {
    float: left;
    width: 49.9%;
    padding: 0;
    background-image: none;
    background-color: transparent;
  }

  #home #banner #panel3 {
    float: right;
  }

  #home #banner #panel2 h2,
  #home #banner #panel2 p {
    margin-right: 70px;
  }

  #home #banner #panel3 h2,
  #home #banner #panel3 p {
    margin-right: 93px;
    margin-left: 15px;
    position: relative;
    z-index: 100;
  }

  #home #banner #panel3 img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  #home #leftColumn {
    width: auto;
    float: none;
  }

  #home #rightColumn {
    clear: none;
  }

  #home #contentWrap .panel {
    margin: 15px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    padding-bottom: 5px;
  }

  #home .panel h3 {
    font-size: 1.3333em;
    line-height: 1.25em;
    padding: 0 15px;
  }

  #home .consumers {
    background: #fff url("../images/home_consumers_panel.jpg") no-repeat bottom right;
  }

  #home .business {
    background: #fff
  }

  #home .findinfo ul.col1 {
    margin-bottom: 0;
  }

  #home .findinfo ul.col2 {
    padding-right: 190px;
    min-height: 121px;
    _height: 121px;
    margin-top: 0;
    background: #fff url("../images/home_information_bg.jpg") no-repeat bottom right;
  }

  #home .webfocus .video {
    float: right;
    width: 40%;
    margin: 15px 15px 10px 15px;
  }

  #home .consumers h3,
  #home .business h3,
  #home .consumers ul,
  #home .business ul {
    margin-right: 170px;
  }

  /* accessibility panel */

  #home #leftColumn .accessibility {
    background: #A6CE39 url("../images/accessibility_door.jpg") no-repeat bottom right;
    border: 1px solid #A6CE39;
    min-height: 130px;
    _height: 130px;
  }

  #home #leftColumn .accessibility h2 {
    font-size: 1.3333em;
    line-height: 1.25em;
    padding: 0 15px;
    border-bottom: none;
    background-image: none;
    background-color: transparent;
    margin: 15px 110px 0 0;
    color: #333;
  }

  #home #leftColumn .accessibility ul {
    margin-right: 110px;
  }

  #home #leftColumn .accessibility li {
    background-image: url("../images/arrow_white.gif");
  }

  #home #leftColumn .accessibility a:link,
  #home #leftColumn .accessibility a:visited {
    color: #333;
    border-bottom-color: #D1E65C;
  }

  #home #leftColumn .accessibility a:hover,
  #home #leftColumn .accessibility a:active {
    color: #000;
    border-bottom-color: #FEFEFE !important;
  }

  /* !404 ----------------------------------------------------------------- */

  #notfound #contentWrap {
  }

  #notfound #contentWrap #leftColumn {
    margin:  0 15px;
    float: none;
    width: auto;
  }

  #notfound #contentWrap #rightColumn {
    margin:  0 15px;
  }

  #notfound .panel-404 {
    min-height: 180px;
    background:  #fff url("../images/404-why-small.jpg") no-repeat right bottom;
  }

  #notfound #contentWrap h2 {
    font-size: 2em;
    padding-right: 180px;
  }

  #notfound #contentWrap ul {
    padding-right: 180px;
  }

  #notfound #contentWrap li {
    font-size: 1.2em;
  }

  #notfound .how {
    background-image: url("../images/404-how-small.jpg") ;
  }

  /* !FOOTER -------------------------------------------------------------- */

  #footer {
    border-top: 1px solid #DEDEDE;
    clear: both;
    background: url("../images/footer_bg.gif") repeat-x;
    padding-top: 20px;
  }

  #footerMenu {
    margin: 0;
    clear: both;
  }

  #footerMenu li {
    font-size: 1.1666em;
    line-height: 1.4285em;
    background-color: #4B90CD;
  }

  #footerMenu li a:link,
  #footerMenu li a:visited {
    background-position: -990px -95px;
    padding: 8px 15px 9px 46px;
  }

  #footerContent #footerMenu li.menuAccess a { background-position: -990px -495px; }
  #footerContent #footerMenu li.menuFollow a { background-position: -990px -544px; }
  #footerContent #footerMenu li.menuHelp a { background-position: -990px -245px; }
  #footerContent #footerMenu li.menuListen a { background-position: -990px -295px; }
  #footerContent #footerMenu li.menuPDF a { background-position: -990px -345px; }
  #footerContent #footerMenu li.menuCareers a { background-position: -990px -395px; }
  #footerContent #footerMenu li.menuNewsEmail a { background-position: -990px -200px; }
  #footerContent #footerMenu li.menuSitemap a { background-position: -990px -445px; }

  #toplink {
    display: block;
    float: right;
    margin-right: 20px;
    _width: 120px;
  }

  #toplink a:link, #toplink a:visited {
    background: transparent url("../images/menu_icons.png") no-repeat 0px -598px;
    _background-image: url("../images/menu_icons.gif");
    padding-left: 23px;
    min-height: 23px;
    _height: 23px;
    display: block;
  }

  #toplink a:hover, #toplink a:active {
    background-position: -500px -598px;
  }

}

/* 768px */
@media only screen and (min-width: 768px) {

  .visible-phone {
    display: none;
  }

  #contentWrap {
    border: none;
  }

  /* !NAVIGATION --------------------------------------------------------------------------- */

  #mainNavigation li {
    _float: left;
    _width: auto;
  }

  #mainNavigation li a {
    _float: left;
    _width: auto;
  }

  /* !SUB NAVIGATION ----------------------------------------------------------------------- */

  #subNavigation h2 {
    background: #4B90CD url("../images/header_bar_bg.png") repeat-x 0 0;
    border-top: none;
  }

  /* !TYPOGRAPHY --------------------------------------------------------------------------- */

  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #1D2172;
    line-height: 1.4em;
  }

  #mainContent h1 {
    font-size: 2.5em;
  }

  #mainContent h2 {
    font-size: 2em;
  }

  #mainContent h3 {
    font-size: 1.5em;
    margin: 1.1111em 0;
  }

  #mainContent h4 {
    font-size: 1.25em;
    margin: 1.3333em 0;
  }

  #mainContent h5 {
    font-size: 1em;
    line-height: 1.6666em;
    margin: 2em 0;
    font-weight: bold;
  }

  #mainContent h6 {
    color: #1D2172;
    font-size: 1em;
    line-height: 1.6666em;
    margin: 2em 0;
    font-weight: normal;
  }

  /* !LAYOUT ------------------------------------------------------------------------------- */

  .col-group {
    width: 67%;
  }

  #mainContent {
    margin: 0;
  }

  #leftColumn {
    margin: 0;
  }

  #rightColumn {
    margin: 0;
  }

  #breadcrumb p {
    margin-top: 0;
  }

  /* !COOKIE BAR --------------------------------------------------------------------------- */

  #cookiebar {
    height: 166px;
  }

  .cookiebar-inner {
    margin: 20px;
    background: #fff url("../images/fos_logo.gif") no-repeat 25px 25px;
    height: 126px;
    padding: 0 20px 0 250px;
  }

  #cookiebar span.info {
    margin: 15px 0 10px;
  }

  #cookiebar .learnmore a {
    display: inline-block;
    background: url("../images/arrow_purple.gif") no-repeat right center;
    padding-right: 10px;
    float: left;
  }

  #cookiebar p.understand {
    right: 15px;
    bottom: 15px;
  }

  /* !MODULES ------------------------------------------------------------------------------- */

  #mainContent .highlight h2 {
    background: #4B90CD url("../images/header_bar_bg.png") repeat-x;
  }

  #mainContent .alert h2 {
    background: #c83737 url("../images/alert_bar_bg.png") repeat-x;
  }

  /*social media panels*/

  .social {
    width: 46%;
    padding-right: 4%;
    float: left;
  }

  /* !HEADER ------------------------------------------------------------------------------- */

  #header {
    height: 162px;
  }

  #headerContent {
    min-height: 162px;
    _height: 162px;
  }

  #logo {
    margin-top: 62px;
    float: left;
  }

  #strapline {
  display: block;
  width: 302px;
  height: 59px;
  background: url("../images/strapline.gif") no-repeat;
  position: absolute;
  right: 15px;
  bottom: -18px;
  text-indent: -999em;
  }

  /* accessibility menu */

  #accessMenu {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
  }

  #accessMenu ul {
    padding-top: 3px;
  }

  #accessMenu ul, #accessMenu li, #accessMenu p {
    float: left;
    margin: 0;
  }

  #accessMenu li {
    margin: 0;
    margin-right: 15px;
  }

  #accessMenu li span {
    display: none;
  }

  #accessMenu li a:link, #accessMenu li a:visited {
    background: url("../images/menu_icons.png") no-repeat 0 0;
    _background-image: url("../images/menu_icons.gif");
    padding: 5px 0 5px 30px;
  }

  #headerContent #accessMenu li.menuHelp a { background-position: 0 -250px; }
  #headerContent #accessMenu li.menuLanguages a { background-position: 0 -100px; }
  #headerContent #accessMenu li.menuCymraeg a { background-position: 0 -150px; }
  #headerContent #accessMenu li.menuCareers a { background-position: 0 -399px; }
  #headerContent #accessMenu li.menuFacebook a { background-position: 0 0; }
  #headerContent #accessMenu li.menuTwitter a { background-position: 0 -50px; }
  #headerContent #accessMenu li.menuHelp a:hover { background-position: -500px -250px; }
  #headerContent #accessMenu li.menuLanguages a:hover { background-position: -500px -100px; }
  #headerContent #accessMenu li.menuCymraeg a:hover { background-position: -500px -150px; }
  #headerContent #accessMenu li.menuCareers a:hover { background-position: -500px -399px; }
  #headerContent #accessMenu li.menuFacebook a:hover { background-position: -500px 0; }
  #headerContent #accessMenu li.menuTwitter a:hover { background-position: -500px -50px; }

  /* navigation */

  #mainNavigation {
    background: #F2F2F2 url("../images/mainNav_bg_tablet.gif") repeat-x;
    margin-bottom: 40px;
  }

  #mainNavigation button {
    display: none;
  }

  #mainNavigation ul {
    display: block;
    margin: 0 0 0 14px;
    display: block !important;
  }

  #mainNavigation li {
    min-height: 38px;
    _height: 38px;
    font-size: 1.0833em;
    line-height: 1.5384em;
    float: left;
    background-color: transparent;
    border: none;
  }

  #mainNavigation li a:link,
  #mainNavigation li a:visited {
    min-height: 29px;
    _height: 29px;
    display: block;
    padding: 9px 11px 0;
    color: #555;
    border: none;
    border-right: 1px solid #DEDEDE;
    border-left: 1px solid #FEFEFE;
  }

  #mainNavigation li a:hover,
  #mainNavigation li a:active {
    color: #000;
    background-color: #fff;
    border-top: 0;
  }

  #mainNavigation #navHome {
    border-left: 1px solid #DEDEDE;
  }

  #mainNavigation #mainNavContent.navopen {
    border-bottom: none;
  }

  #contact #mainNavigation #navContact a {
    border-right: none;
  }

  /* selected */

  #home #mainNavigation #navHome,
  #about #mainNavigation #navAbout,
  #news #mainNavigation #navNews,
  #complain #mainNavigation #navComplain,
  #FAQs #mainNavigation #navFAQ,
  #publications #mainNavigation #navPublications,
  #contact #mainNavigation #navContact {
    background-color: #4B90CD;
  }

  #home #mainNavigation li#navHome a,
  #home #mainNavigation li#navHome a:hover,
  #about #mainNavigation li#navAbout a,
  #about #mainNavigation li#navAbout a:hover,
  #news #mainNavigation li#navNews a,
  #news #mainNavigation li#navNews a:hover,
  #complain #mainNavigation li#navComplain a,
  #complain #mainNavigation li#navComplain a:hover,
  .ppi #mainNavigation li#navPPI a,
  .ppi #mainNavigation li#navPPI a:hover,
  #FAQs #mainNavigation li#navFAQ a,
  #FAQs #mainNavigation li#navFAQ a:hover,
  #publications #mainNavigation li#navPublications a,
  #publications #mainNavigation li#navPublications a:hover,
  #contact #mainNavigation li#navContact a,
  #contact #mainNavigation li#navContact a:hover {
    color: #fff;
    border-left-color: #81b2dc;
    background: #4B90CD url("../images/header_bar_bg.png") repeat-x 0 -1px;
    cursor: default;
  }

  /* !SEARCH PANEL ------------------------------------------------------------------------- */

  #mainNavigation .search-container {
    top: 41px;
  }

  #results {
    margin: 0;
  }

  /* !SECONDARY CONTENT -------------------------------------------------------------------- */

  #rightColumn .panel h2 {
    background: #4B90CD url("../images/header_bar_bg.png") repeat-x;
  }

  /* !FOOTER ------------------------------------------------------------------------------- */

  #socialMenu {
    display: none;
  }

  #footer #footerMenu li {
    font-size: 1em;
    float: left;
    background-color: transparent;
    _background-color: #f2f2f2;
    _float: left;
    _width: auto;
  }

  #footerMenu li a:link,
  #footerMenu li a:visited {
    background: transparent url("../images/menu_icons.png") no-repeat 10px -100px;
    _background: #f2f2f2 url("../images/menu_icons.gif") no-repeat 10px -100px;
    display: block;
    border: none;
    padding: 3px 0 7px 38px;
    color: #2B6198;
    margin-right: 4px;
    _float: left;
    _width: auto;
  }

  #footerMenu li a:hover,
  #footerMenu li a:active {
    color: #18145D;
    _background-color: #f2f2f2;
    _border: none;
  }

  #footerMenu li a span {
    display: none;
  }

  #footerContent #footerMenu li.menuAccess a { background-position: 10px -500px; }
  #footerContent #footerMenu li.menuFollow a { background-position: 10px -551px; }
  #footerContent #footerMenu li.menuHelp a { background-position: 10px -250px; }
  #footerContent #footerMenu li.menuListen a { background-position: 10px -300px; }
  #footerContent #footerMenu li.menuPDF a { background-position: 10px -350px; }
  #footerContent #footerMenu li.menuCareers a { background-position: 10px -400px; }
  #footerContent #footerMenu li.menuNewsEmail a { background-position: 10px -200px; }
  #footerContent #footerMenu li.menuSitemap a { background-position: 10px -450px; }
  #footerContent #footerMenu li.menuAccess a:hover { background-position: -490px -500px; }
  #footerContent #footerMenu li.menuFollow a:hover { background-position: -490px -551px; }
  #footerContent #footerMenu li.menuHelp a:hover { background-position: -490px -250px; }
  #footerContent #footerMenu li.menuListen a:hover { background-position: -490px -300px; }
  #footerContent #footerMenu li.menuPDF a:hover { background-position: -490px -350px; }
  #footerContent #footerMenu li.menuCareers a:hover { background-position: -490px -400px; }
  #footerContent #footerMenu li.menuNewsEmail a:hover { background-position: -490px -200px; }
  #footerContent #footerMenu li.menuSitemap a:hover { background-position: -490px -450px; }

  /* !HOME --------------------------------------------------------------------------------- */

  #home .banner-medium,
  #home .banner-small {
    display: none;
  }
  #home .banner-large {
    display: block;
  }

  #home .panel {
    margin: 0 0 15px;
  }

  #contentWrap {
    margin: 0 15px;
  }

  /* banner */

  #home #banner {
    margin: 0 0 15px;
    float: left;
    width: 100%;
    background-color: #1e2172;
    *margin-bottom: -25px;
  }

  #home #banner div.panelwrap {
    padding: 0;
    background-image: none !important;
    background-color: transparent;
    min-height: 150px;
    _height: 150px;
    width: 66%;
    float: right;
  }

  #home #panel3 {
    background: #A6CE39 url("../images/home_banner3_2.jpg") no-repeat bottom right !important;
  }

  #home #banner div {
    margin: 0;
  }

  #home #banner #panel1,
  #home #banner #panel2,
  #home #banner #panel3 {
    min-height: 150px;
    _height: 150px;
    padding: 0;
    margin: 0;
    float: left;
  }

  #home #banner #panel1 {
    min-height: 150px;
    _height: 150px;
    padding: 0;
    margin: 0;
    width: 34%;
    float: left;
  }

  #home #banner #panel2,
  #home #banner #panel3 {
    width: 50%;
    *width: 49.999%;
  }

  #home #banner #panel1 {
    background: #3170B9 url("../images/home_banner1.jpg") no-repeat bottom right;
  }

  #home #banner #panel1 h1,
  #home #banner #panel2 h2,
  #home #banner #panel3 h2 {
    font-size: 1.25em;
    line-height: 1.3333em;
  }

  #home #banner #panel2 {
    background: #1e2172 url("../images/home_banner2.jpg") no-repeat bottom right;
  }

  #home #banner #panel3 img {
    display: none;
  }

  #home #contentWrap #banner h1,
  #home #contentWrap #banner h2,
  #home #contentWrap #banner p {
    margin: 15px 15px 5px 15px;
  }

  #home #contentWrap #banner p {
    margin-top: 0;
  }

  #home #banner #panel2 h2,
  #home #banner #panel2 p {
    margin-right: 80px;
  }

  #home #banner #panel3 h2,
  #home #banner #panel3 p {
    margin-right: 96px;
  }

  #home #contentWrap .panel {
    clear: both;
    min-height: 190px;
    _height: 190px;
    margin: 15px 0;
  }

  #home .consumers h3, #home .business h3,
  #home .consumers p, #home .business p,
  #home .consumers ul, #home .business ul {
    margin-right: 155px;
  }

}

/* 928px */
@media only screen and (min-width: 928px) {

  /* !LAYOUT ------------------------------------------------------------------------------- */

  #mainNavigation .search-container {
    top: 1px;
  }

  #contentWrap {
    margin: 0 20px;
  }

  #leftColumn {
    width: 20%;
    float: left;
    margin: 0;
  }

  .col-group {
    width: auto !important;
    float: none;
  }

  #breadcrumb {
    margin: 0;
  }

  #breadcrumb p {
    margin-top: 0;
  }

  #mainContent {
    margin: 0 2%;
    _margin: 0 1% !important;
    width: 56%;
    _width: 54% !important;
    float: left;
    padding-bottom: 40px;
  }

  #rightColumn {
    width: 20%;
    clear: none;
    margin: 0;
    float: left;
  }

  #rightColumn img {
    margin-bottom: 20px;
  }

  #rightColumn .panel {
    margin: 0 0 20px;
  }

  #rightColumn .myStory {
    margin: 20px 0;
  }

  /* !COOKIE BAR --------------------------------------------------------------------------- */

  .cookiebar-inner {
    padding-left: 280px;
  }

  #cookiebar span.info {
    font-size: 1.2em;
  }

  /* !HEADER ------------------------------------------------------------------------------- */

  #logo {
    margin-left: 20px;
    _margin-left: 10px;
  }

  #strapline {
  right: 5px;
  }

  /* accessibility menu */

  #accessMenu {
    left: auto;
    right: 5px;
  }

  /* style switcher */

  #accessMenu #styleSwitcher {
    display: block;
    background-color: #A6CE39;
    padding: 3px;
    margin: 0 15px 0 5px;
    _margin-right: 7px;
  }


  #accessMenu #styleSwitcher li {
    height: 19px;
    width: 19px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0.0001px;
    line-height: 1em;
    background-image: none;
    background-color: #fff;
    margin-right: 3px;
  }

  #accessMenu #styleSwitcher #styleWhiteOnBlack {
    margin-right: 0;

  }

  #accessMenu #styleSwitcher li a:link,
  #accessMenu #styleSwitcher li a:visited {
    display: block;
    height: 17px;
    width: 17px;
    color:#FEFEFE;
    text-indent: -999em;
    border: 1px solid #555;
    padding: 0;
    background-position: 1px -667px;
  }

  #accessMenu #styleSwitcher li a:hover,
  #accessMenu #styleSwitcher li a:active {
    border: 1px solid #000;
    background-position: 1px -650px;
  }

  #styleSwitcher li#styleContrast a:link,
  #styleSwitcher li#styleContrast a:visited {
    background-position: -16px -667px;
  }

  #styleSwitcher li#styleContrast a:hover,
  #styleSwitcher li#styleContrast a:active {
    background-position: -16px -650px;
  }

  #styleSwitcher li#styleWhiteOnBlack a:link,
  #styleSwitcher li#styleWhiteOnBlack a:visited {
    background-position: -33px -667px;
  }

  #styleSwitcher li#styleWhiteOnBlack a:hover,
  #styleSwitcher li#styleWhiteOnBlack a:active {
    background-position: -33px -650px;
  }

  /* navigation */

  #mainNavigation {
    margin-bottom: 20px;
  }

  #mainNavigation ul {
    margin-left: 19px;
  }

  /* !SEARCH PANEL ------------------------------------------------------------------------- */

  #mainNavigation .search-container {
    right: 15px;
  }

  /* !HOME --------------------------------------------------------------------------------- */

  #home #contentWrap {
    margin: 0 20px;
  }

  #home #leftColumn,
  #home #rightColumn {
    width: 49%;
    float: left;
    margin: 0;
    padding-bottom: 5px;
  }

  #home #rightColumn {
    float: right;
  }

  #home .panel {
    margin: 0 0 15px;
  }

  /* banner*/

  #home #banner {
    min-height: 140px;
    _height: 140px;
    margin: 0 0 20px;
    color: #FEFEFE;
    float: left;
    background: none;
  }

  #home #banner div.panelwrap {
    padding: 0;
    width: 50%;
    *width: 49.999%;
  }

  #home #banner #panel1,
  #home #banner #panel2,
  #home #banner #panel3 {
    min-height: 150px;
    _height: 150px;
    padding: 0;
    width: 50%;
    float: left;
  }

  #home #banner #panel2,
  #home #banner #panel3 {
    width: 50%;
    *width: 49.9%;
  }

  #home #banner #panel3 {
    background-color: #A6CE39;
  }

  #home #contentWrap #banner #panel3.banner1 {
    background: #A6CE39 url("../images/home_banner3_1.jpg") no-repeat bottom right !important;
  }

  #home #contentWrap #banner #panel3.banner2 {
    background-image: url("../images/home_banner3_2.jpg") !important;
  }

  #home #contentWrap #banner #panel3.banner3 {
    background-image: url("../images/home_banner3_3.jpg") !important;
  }

  #home #banner #panel1 h1 {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  /* panels */

  #home .panel h2 {
    font-size: 1em;
    line-height: 1.6666em;
    padding: 5px 15px;
  }

  #home .panel h3 {
    font-size: 1.3333em;
    line-height: 1.25em;
    margin: 0.9375em 0 0.625em 0;
  }

  #home .panel ul {
    margin: 0.8333em 0;
  }

  /* consumers panel */

  #home .consumers {
    position: relative;
    background-image: none;
  }

  #home .consumers .image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 160px;
    background: url("../images/home_people_new.jpg") no-repeat 0 0;
  }

  #home .consumers h3,
  #home .consumers ul {
    margin-right: 130px;
  }

  /* businesses panel */

  #home .business {
    min-height: 124px;
    _height: 124px;
    background-image: url("../images/home_business_bg.jpg");
  }

  #home .business h3,
  #home .business p,
  #home .business ul {
    padding-right: 130px;
  }

  #home .business img {
    position: absolute;
    right: 2px;
    bottom: 29px;
  }

  /* web focus panel */

  #home .webfocus .video {
    margin: 0 15px 10px 15px;
  }

  /* !404 ---------------------------------------------------------------------------------- */

  #notfound  #contentWrap #leftColumn,
  #notfound #contentWrap #rightColumn {
    width: 49%;
    float: left;
    margin: 0;
    padding-bottom: 5px;
  }

  #notfound  #banner {
    background-image: url("../images/404-banner-large.jpg");
    margin: 0 0 20px;
  }

  #notfound  #contentWrap {
    margin: 0 20px;
  }

  #notfound  #banner  h1 {
    padding: 5px 0 5px 320px;
    font-size: 2.2em;
  }

  #notfound #contentWrap .panel-404 {
    min-height:  250px;
    _height:  250px;
  }

  #notfound #contentWrap #leftColumn .panel-404 {
    background-image: url("../images/404-why-large.jpg");
  }

  #notfound #contentWrap #rightColumn .panel-404 {
    background-image: url("../images/404-how-large.jpg");
  }

  #notfound #contentWrap .panel-404 h2 {
    font-size:  1.4em;
    padding-right: 260px;
  }

  #notfound #contentWrap .panel-404 ul {
    padding-right: 260px;
  }

  #notfound #contentWrap .how h2 {
    padding-right: 190px;
  }

  #notfound #contentWrap .how ul {
    padding-right: 190px;
  }

  #notfound #contentWrap #rightColumn {
    float: right;
  }

  /* !FOOTER ------------------------------------------------------------------------------- */

  #footer #footerMenu {
    margin-left: 5px;
  }

  #footerMenu li a span {
    display: inline;
  }

}

/* 1248px */
@media only screen and (min-width: 1248px) {

  /* !COOKIE BAR --------------------------------------------------------------------------- */

  #cookiebar {
    width: 100%;
  }

  .cookiebar-inner {
    width: 910px;
    margin: 20px auto;
  }

  /* !LAYOUT ------------------------------------------------------------------------------- */

  #leftColumn {
    width: 18%;
  }

  #mainContent {
    margin: 0 1.5%;
    width: 61%;
  }

  #rightColumn {
    width: 18%;
  }

  #headerContent,
  #mainNavContent,
  #footerContent {
    max-width: 1300px;
    margin: 0 auto;
  }

  body #contentWrap {
    max-width: 1260px;
    margin: 0px auto 1px auto !important;
    padding: 0 20px;
  }

  #footerContent {
    position: relative;
  }

  #socialMenu {
    position: absolute;
    right: 5px;
    top: 0;
  }

  #socialMenu li {
    margin: 0 0 0 20px;
  }

  #footerMenu {
    float: left;
    margin-top: 5px;
  }

  #footer #footerMenu li {
    font-size: 1.2em;
  }

  #copyright{
    width:600px;
  }

  #mainNavigation .search-container {
    position: relative;
  }

}

/* iPad only */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  #accessMenu #styleSwitcher {
    display: none;
  }
}

/* New homepage styles 26 February 2018 */

.section {
  margin: 0;
}

.section * {
  box-sizing: border-box;
}

.section--white {
  background-color: #fff;
}

.home-banner {
  background: #5091cd url('../images/home-banner-480px-1x.jpg') no-repeat 0 100%;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 35px 15px 68%;
}

.home-banner__content {
  margin: 0;
  color: #fff;
  font-family: 'FF Meta® W01', Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  font-weight: 400;
}

.home-banner a {
  color: #FFF;
}

.home-banner__content p {
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0 0 0.35em;
}

.row {
  margin: 38px 15px 12px;
}

.home-info-panel {
  margin-bottom: 30px;
}

.home-info-panel__heading {
  font-size: 1.75em;
  line-height: 1.1;
  color: #333;
  padding-bottom: 21px;
  border-bottom: 4px solid #96C93C;
  font-family: 'FF Meta® W01', Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  font-weight: 400;
}

.home-info-panel:nth-child(2) .home-info-panel__heading {
  border-bottom: 4px solid #009BA6;
}

.home-info-panel:nth-child(3) .home-info-panel__heading {
  border-bottom: 4px solid #9063CD;
}

.home-info-panel p {
  margin-bottom: 8px;
  font-size: 1.2em;
}

.home-info-panel__list {
  margin-left: 0;
}

.home-info-panel__list li {
  margin-bottom: 8px;
  font-size: 1.2em;
}

.home-info-panel__list a {
  border-bottom: 1px solid transparent;
}

.home-info-panel__list a:hover {
  border-bottom-color: #999;
}

#home #faqform {
  position: relative;
  width: 100%;
  margin-top: 23px;
}

#home .faq-input {
  border: 1px solid #dedede;
  background: #FFF;
  padding: 7px 10px;
  width: calc(100% - 34px);
}

#home .faq-submit-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #4B90CD;
  display: inline;
  margin: 0;
  padding: 9px;
  background-image: none;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}

#home .fa_autosuggest {
  height: 180px;
  outline: 1px solid #DEDEDE;
}

#home .fa_autosuggest ul {
  margin: 0;
}

#home .fa_autosuggest ul li {
  list-style: none;
  font-size: 10pt;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #DEDEDE;
  background-color: #F9F9F9;
}

#home .fa_autosuggest ul li:hover {
  background-color: #FFF;
}

#home .fa_autosuggest ul li:first-child {
  border-top: none;
}

#home .fa_autosuggest ul li a {
  color: #2B6198;
  text-decoration: none;
}

#home .fa_autosuggest ul li a:hover {
  color: #18145D;
}

.home-news-panels {
  margin: 38px 15px 12px;
}

.news-slider {
  background-color: #FFF;
}

.news-slider__content {
  padding: 15px 15px 3px;
}

.news-slider__heading {
  font-family: 'FF Meta® W01', Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 15px;
}

.news-slider__heading a,
.news-slider p a {
  border-bottom: 1px solid transparent;
}

.news-slider__heading a:hover,
.news-slider p a:hover {
  border-bottom-color: #DEDEDE;
}

.slide-1 .news-slider__heading,
.slide-1 .news-slider__heading a {
  color: #009BA6;
}

.slide-2 .news-slider__heading,
.slide-2 .news-slider__heading a {
  color: #E7417A;
}

.slide-3 .news-slider__heading,
.slide-3 .news-slider__heading a {
  color: #9063CD;
}

.news-slider__date {
  color: #666;
}

.news-slider p {
  font-size: 1.2em;
  margin: 0 0 1em;
}

.home-teaser1 {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #FFF;
  padding: 25px
}

.home-teaser {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #96C93C url('../images/home-teaser-480px-1x.jpg') no-repeat 0 0;
  background-size: cover;
}

.home-teaser__heading {
  font-family: 'FF Meta® W01', Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #333;
}

.home-teaser__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 350ms ease-in-out;
  -moz-transition: background-color 350ms ease-in-out;
  -ms-transition: background-color 350ms ease-in-out;
  -o-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
}

.home-teaser__link:hover {
  background-color: rgba(150,201,60,0.5);
}

.home-teaser__content {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  max-width: 310px;
}

.home-social__heading {
  font-family: 'FF Meta® W01', Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.2;
  color: #333;
  margin-bottom: 0.35em;
  padding: 35px 0 13px;
}

.home-teaser p {
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 1em;
  color: #333;
}

.home-social p {
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 1em;
  color: #333;
}

.home-social p a {
  border-bottom: 1px solid transparent;
}

.home-social p a:hover {
  border-bottom-color: #999;
}

.twitter-container {
  border: 1px solid #DEDEDE;
  padding: 1px;
}

.home-video-panel {
  padding-bottom: 12px;
}

.home-video-panel > a {
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}

.home-video-panel > a:hover {
  opacity: 0.8;
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and ( min--moz-device-pixel-ratio: 1.25),
  only screen and ( -o-min-device-pixel-ratio: 1.25/1),
  only screen and ( min-device-pixel-ratio: 1.25),
  only screen and ( min-resolution: 200dpi),
  only screen and ( min-resolution: 1.25dppx) {

    .home-banner {
      background-image: url('../images/home-banner-480px-2x.jpg');
      -webkit-background-size: contain;
      background-size: contain;
    }

    .home-teaser {
      background-image: url('../images/home-teaser-480px-2x.jpg');
      background-size: cover;
    }

}


/* 480px ---------------------------------------------------- */

@media only screen and (min-width: 480px) {

  .home-banner {
    background-image: url('../images/home-banner-600px-1x.jpg');
    -webkit-background-size: contain;
    background-size: contain;
  }

  .home-teaser {
    background-image: url('../images/home-teaser-600px-1x.jpg');
    background-size: cover;
  }

  .home-teaser__heading {
    font-size: 2.25em;
  }

  .home-teaser p {
    font-size: 1.4em;
  }

}

@media
  only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-width: 480px) and ( min--moz-device-pixel-ratio: 1.25),
  only screen and (min-width: 480px) and ( -o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-width: 480px) and ( min-device-pixel-ratio: 1.25),
  only screen and (min-width: 480px) and ( min-resolution: 200dpi),
  only screen and (min-width: 480px) and ( min-resolution: 1.25dppx) {

    .home-banner {
      background-image: url('../images/home-banner-600px-2x.jpg');
      -webkit-background-size: contain;
      background-size: contain;
    }

    .home-teaser {
      background-image: url('../images/home-teaser-600px-2x.jpg');
      background-size: cover;
    }

}


/* 600px ---------------------------------------------------- */

@media only screen and (min-width: 600px) {

  #strapline {
    height: 35px;
    bottom: 29px;
  }

  #home .section {
    padding: 15px 0 1px;
  }

  .home-info-panels {
    margin: 44px 12vw 18px;
  }

  .home-banner {
    background-image: url('../images/home-banner-768px-1x.jpg');
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 25px 0 20px 25px;
    margin: 0 15px 15px;
    min-height: 186px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
  }

  .home-banner__content {
    width: 47%;
  }

  .home-news-panels {
    margin-bottom: 50px;
    margin-left: 12vw;
    margin-right: 12vw;
  }

  .home-teaser {
    background-image: url('../images/home-teaser-768px-1x.jpg');
    background-size: cover;
  }

  .home-social {
    margin-top: -5px;
    margin-left: 12vw;
    margin-right: 12vw;
  }

}

@media
  only screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-width: 600px) and ( min--moz-device-pixel-ratio: 1.25),
  only screen and (min-width: 600px) and ( -o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-width: 600px) and ( min-device-pixel-ratio: 1.25),
  only screen and (min-width: 600px) and ( min-resolution: 200dpi),
  only screen and (min-width: 600px) and ( min-resolution: 1.25dppx) {

    .home-banner {
      background-image: url('../images/home-banner-768px-2x.jpg');
      -webkit-background-size: cover;
      background-size: cover;
    }

    .home-teaser {
      background-image: url('../images/home-teaser-768px-2x.jpg');
      background-size: cover;
    }

}

/* 768px ---------------------------------------------------- */

@media only screen and (min-width: 768px) {

  #strapline {
    height: 59px;
    bottom: -18px;
  }

  #home .section {
    padding: 15px 15px 1px;
  }

  #home #mainNavigation + .section--white {
    border-top: 1px solid #dedede;
  }

  .home-banner {
    background-image: url('../images/home-banner-928px-1x.jpg');
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 35px 35px 30px;
    margin: 0 0 15px;
  }

  .home-banner__content {
    width: 50%;
  }

  .row {
    margin: 50px -7.5px 0;
  }

  .column-one-third {
    width: 33.3%;
    float: left;
  }

  .column-two-thirds {
    width: 66.6%;
    float: left;
  }

  .column-one-third__content {
    margin: 0 7.5px;
  }

  .home-info-panel__heading span {
    display: block;
    max-width: 200px;
  }

  .home-news-panels {
    margin: 40px -7.5px 0;
  }

  .news-slider__image {
    width: 50%;
    float: left;
    padding-right: 7.5px;
  }

  .news-slider__content {
    width: 49%;
    padding: 15px 15px 3px 10px;
    float: left;
  }

  .news-slider__heading {
    font-size: 1.6em;
    margin-bottom: 12px;
  }

  .news-slider p {
    font-size: 1em;
    margin: 0 0 0.7em;
  }

  .home-teaser {
    background-image: url('../images/home-teaser-928px-1x.jpg');
    background-size: cover;
  }

  .home-teaser__content {
    max-width: none;
  }

  .home-teaser__heading {
    font-size: 1.6em;
  }

  .home-teaser p {
    font-size: 1em;
  }

  .home-social {
    margin-top: 0;
    margin-bottom: 55px;
  }

  .column-one-half {
    width: 50%;
    float: left;
  }

  .column-one-half .home-video-panel {
    margin: 0 7.5px;
  }

  .column-one-half .home-video-panel--1 {
    margin-left: 0;

  }

  .column-one-half .home-video-panel--2 {
    margin-right: 0;

  }

}

@media
  only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-width: 768px) and ( min--moz-device-pixel-ratio: 1.25),
  only screen and (min-width: 768px) and ( -o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-width: 768px) and ( min-device-pixel-ratio: 1.25),
  only screen and (min-width: 768px) and ( min-resolution: 200dpi),
  only screen and (min-width: 768px) and ( min-resolution: 1.25dppx) {

    .home-banner {
      background-image: url('../images/home-banner-928px-2x.jpg');
      -webkit-background-size: cover;
      background-size: cover;
    }

    .home-teaser {
      background-image: url('../images/home-teaser-928px-2x.jpg');
      background-size: cover;
    }

}


/* 880px ---------------------------------------------------- */

@media only screen and (min-width: 880px) {

  #home #mainNavigation {
    margin-bottom: 0;
  }

  #home #mainNavigation + .section--white {
    border-top: none;
  }

  .home-info-panel__heading span {
    max-width: 100%;
  }

  .news-slider__heading {
    font-size: 1.75em;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .news-slider p {
    font-size: 1.1em;
    margin: 0 20px 1em 0;
  }

  .home-teaser__heading {
    font-size: 1.75em;
  }

  .home-teaser p {
    font-size: 1.1em;
  }

}


/* 928px ---------------------------------------------------- */

@media only screen and (min-width: 928px) {

  #home .section--white {
    padding: 20px 20px 1px;
  }

  .home-banner {
    background-image: url('../images/home-banner-1024px-1x.jpg');
    -webkit-background-size: cover;
    background-size: cover;
  }

  .row {
    margin: 60px -10px 10px;
  }

  .column-one-third__content {
    margin: 0 10px;
  }

  .home-news-panels {
    margin: 50px -10px 3px;
  }

  .news-slider__image {
    padding-right: 10px;
  }

  .news-slider p {
    font-size: 1.2em;
  }

  .home-teaser {
    background-image: url('../images/home-teaser-1024px-1x.jpg');
    background-size: cover;
  }

  .home-teaser p {
    font-size: 1.2em;
  }

  .home-social {
    margin-top: 5px;
    margin-bottom: 65px;
  }

  .home-social__heading {
    font-size: 1.75em;
    line-height: 1.1;
    color: #333;
    font-family: 'FF Meta® W01', Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
    font-weight: 400;
  }

  .column-one-half .home-video-panel {
    margin: 0 10px;
  }

  .column-one-half .home-video-panel--1 {
    margin-left: 0;

  }

  .column-one-half .home-video-panel--2 {
    margin-right: 0;

  }

}

@media
  only screen and (min-width: 928px) and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-width: 928px) and ( min--moz-device-pixel-ratio: 1.25),
  only screen and (min-width: 928px) and ( -o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-width: 928px) and ( min-device-pixel-ratio: 1.25),
  only screen and (min-width: 928px) and ( min-resolution: 200dpi),
  only screen and (min-width: 928px) and ( min-resolution: 1.25dppx) {

    .home-banner {
      background-image: url('../images/home-banner-1024px-2x.jpg');
      -webkit-background-size: cover;
      background-size: cover;
    }

    .home-teaser {
      background-image: url('../images/home-teaser-1024px-2x.jpg');
      background-size: cover;
    }

}

/* 1024px ---------------------------------------------------- */

@media only screen and (min-width: 1024px) {

  #home .section {
    padding: 30px 30px 1px;
  }

  .home-banner {
    background-image: url('../images/home-banner-1248px-1x.jpg');
    -webkit-background-size: cover;
    background-size: cover;
  }

  .row {
    margin: 60px -15px 10px;
  }

  .column-one-third__content {
    margin: 0 15px;
  }

  .home-news-panels {
    margin: 35px -15px 4px;
  }

  .news-slider__image {
    padding-right: 15px;
  }

  .news-slider__content {
    padding: 25px 25px 3px;
  }

  .home-info-panel__heading,
  .news-slider__heading,
  .home-teaser__heading,
  .home-social__heading {
    font-size: 1.9em;
  }

  .home-teaser__content {
    left: 20px;
    right: 20px;
  }

  .home-social {
    margin-top: 0;
    margin-bottom: 65px;
  }

  .column-one-half .home-video-panel {
    margin: 0 15px;
  }

  .column-one-half .home-video-panel--1 {
    margin-left: 0;

  }

  .column-one-half .home-video-panel--2 {
    margin-right: 0;

  }

}

@media
  only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-width: 1024px) and ( min--moz-device-pixel-ratio: 1.25),
  only screen and (min-width: 1024px) and ( -o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-width: 1024px) and ( min-device-pixel-ratio: 1.25),
  only screen and (min-width: 1024px) and ( min-resolution: 200dpi),
  only screen and (min-width: 1024px) and ( min-resolution: 1.25dppx) {

    .home-banner {
      background-image: url('../images/home-banner-1248px-2x.jpg');
      -webkit-background-size: cover;
      background-size: cover;
    }

}



/* 1248px ---------------------------------------------------- */

@media only screen and (min-width: 1248px) {

  #home .section--white {
    padding: 30px 30px 1px;
  }

  .home-banner {
    min-height: 200px;
  }

  .home-banner__content p {
    font-size: 1.6em;
  }

  .home-info-panel__heading,
  .home-social__heading {
    font-size: 2.2em;
  }

  .news-slider__heading,
  .home-teaser__heading {
    font-size: 2.5em;
  }

  .news-slider__content {
    padding: 30px 45px 3px 30px;
  }

  .news-slider__heading {
    margin-bottom: 20px;
  }

  .news-slider p {
    margin: 0 0 1.3em;
  }

  .home-teaser__content {
    left: 25px;
    right: 25px;
  }

}

/* 1300px ---------------------------------------------------- */

@media only screen and (min-width: 1300px) {

  #home .section {
    margin: 0 !important;
    padding: 30px 0 1px;
  }

  .home-banner {
    max-width: 1260px;
    margin: 0 auto;
  }

  .row {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

}

/* New homepage Slick Slider styles - 26 February 2018 */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slider {
  width: 100%;
  margin: 40px auto;
}

.slider img {
  max-width: 100% !important;
}

.slick-slide {
  margin: 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 1000;
  position: absolute;
  top: calc(50vw - 15px);
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.5);
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  left: 0;
  background: transparent url("../images/chevron-left-white.svg") no-repeat 50% 50%;
  -webkit-background-size: 14px;
  background-size: 14px;
  opacity: 0.7;
}

.slick-next {
  right: 0;
  background: transparent url("../images/chevron-right-white.svg") no-repeat 50% 50%;
  -webkit-background-size: 14px;
  background-size: 14px;
  opacity: 0.7;
}

.slick-prev:hover {
  opacity: 1;
}

.slick-next:hover {
  opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: none !important;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
  font-family: 'slick';
  font-size: 44px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .4;
  color: #bbb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8c8c8c;
}

/* 600px ---------------------------------------------------- */

@media only screen and (min-width: 600px) {

  /* Arrows */
  .slick-prev,
  .slick-next {
    top: 38vw;
  }

}

/* 768px ---------------------------------------------------- */

@media only screen and (min-width: 768px) {

  .slick-prev {
    background-image: url("../images/chevron-left-grey.svg");
    background-position: 0 50%;
  }

  .slick-next {
    background-image: url("../images/chevron-right-grey.svg");
    background-position: 100% 50%;
  }

  /* Arrows */
  .slick-prev,
  .slick-next {
    -webkit-background-size: 10px;
    background-size: 10px;
    top: auto;
    bottom: -60px;
  }

}

/* 880px ---------------------------------------------------- */

@media only screen and (min-width: 880px) {

  .slick-prev {
    background-image: url("../images/chevron-left-white.svg");
    background-position: 40% 50%;
    -webkit-background-size: 14px;
    background-size: 14px;
  }

  .slick-next {
    background-position: 60% 50%;
    -webkit-background-size: 14px;
    background-size: 14px;
  }

  /* Arrows */
  .slick-prev,
  .slick-next {
    top: 50%;
  }

}