/* Basics test */
/* config variables */
/* Colours */
/* Fonts */
.css-transition-bg-color {
  -webkit-transition: background-color 0.3s;
  /* Safari and Chrome */
  -moz-transition: background-color 0.3s;
  /* Firefox 4 */
  -o-transition: background-color 0.3s;
  /* Opera */
  transition: background-color 0.3s;
}
/* Box model */
/* HTML5 Boilerplate  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Arial, sans-serif;
  color: #5b5b5b;
}
html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #5b5b5b;
}
body {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  background: white;
  color: #5b5b5b;
}
::-moz-selection {
  background: #d8242f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #d8242f;
  color: #fff;
  text-shadow: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0;
}
ul li,
ol li {
  list-style-position: inside;
}
#main:focus {
  outline: none !important;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.unstyled li {
  list-style: none;
}
span.yellow {
  background-color: yellow;
}
a {
  color: #d8242f;
  text-decoration: none;
  font-weight: bold;
}
a:hover,
a:active {
  color: #d8242f;
  text-decoration: underline;
}
a:focus {
  color: #d8242f;
  text-decoration: underline;
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
html.js body a.tap-to-call {
  display: none;
}
@media (max-width: 767px) {
  html.js body a.tap-to-call {
    display: block;
  }
  html.js body a.tap-to-call + a {
    display: none;
  }
}
/* accessibility links can't be hidden with display or visibility or they won't show on tab */
a.accessibility-skip {
  position: absolute;
  left: 180px;
  top: -500px;
}
@media (max-width: 767px) {
  a.accessibility-skip {
    left: 0px;
  }
}
a.accessibility-skip:focus {
  top: 4px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
}
@media (max-width: 992px) {
  iframe {
    width: 100%;
  }
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* Basic styles, not worth a whole module, applied across other modules */
.page-container {
  padding-bottom: 80px;
}
.page-block {
  margin-bottom: 28px;
}
.page-block.no-margin-bottom {
  margin-bottom: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-block.no-margin-bottom {
    margin-bottom: 28px;
  }
}
.page-sidebar {
  background: url(../img/hatch-tile-1.png);
  background-color: #f4f1ec;
  float: left;
  width: 100%;
  margin-bottom: 28px;
}
.g-row > .page-sidebar {
  margin-bottom: 0;
}
.page-sidebar .page-block {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .page-sidebar .page-block {
    margin-bottom: 28px;
  }
}
/* Funky List Styles */
ul.inline li,
ul.inline li a {
  display: inline-block;
  float: left;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 1.1em;
}
.steplist {
  list-style: none;
  padding-left: 0;
  counter-reset: li;
  margin-left: 3em;
}
.steplist > li {
  list-style: none;
  position: relative;
  min-height: 2.5em;
  margin-bottom: 22px;
}
.steplist > li:before {
  content: counter(li);
  counter-increment: li;
  display: inline-block;
  color: #d8242f;
  font-size: 2.5em;
  position: absolute;
  left: -1.2em;
  top: -9px;
}
.steplist-step-name {
  display: block;
}
ol.ieOlFix > li:before {
  content: attr(data-ieOlFix) !important;
}
.ticklist {
  list-style: none;
}
.ticklist li {
  margin-bottom: .2em;
  padding-left: 1.7em;
  position: relative;
}
.ticklist li:before {
  content: '';
  background: url('../img/ui-sprite.png') -195px -110px no-repeat;
  width: 16px;
  height: 11px;
  top: .3em;
  left: 0;
  display: inline;
  position: absolute;
}
.crosslist {
  list-style: none;
}
.crosslist li {
  margin-bottom: .2em;
  padding-left: 1.7em;
  position: relative;
}
.crosslist li:before {
  content: "";
  background: url('../img/ui-sprite.png') -258px -110px no-repeat;
  width: 11px;
  height: 11px;
  top: .3em;
  left: 0;
  display: inline;
  position: absolute;
}
/* Buttons */
.btn {
  position: relative;
  background-color: #dad7d0;
  color: #2a2a2a;
  display: inline-block;
  cursor: pointer;
  padding: 11px 34px 11px 12px;
  border-radius: 3px;
  font-weight: normal !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 2, 6, 0.35);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 2, 6, 0.35);
  line-height: normal;
  background-color: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C */
}
.btn:after {
  content: "";
  background: url('../img/ui-chevrons.png') -111px -39px no-repeat;
  width: 14px;
  height: 25px;
  top: .6em;
  right: .5em;
  position: absolute;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  box-shadow: none;
  background-color: #feffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
  /* W3C */
}
/* Rollver state to possibly change!
.btn:hover:after, .btn:active:after, .btn:focus:after {
  content: "";
  background: url('../img/ui-chevrons.png') -111px -207px no-repeat;
  width: 14px;
  height: 25px;
} */
.btn-primary {
  color: #fff;
  background-color: #d8242f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d8242f 0%, #c2202a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8242f), color-stop(100%, #c2202a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d8242f 0%, #c2202a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d8242f 0%, #c2202a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d8242f 0%, #c2202a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d8242f 0%, #c2202a 100%);
  /* W3C */
}
.btn-primary:after {
  content: "";
  background: url('../img/ui-chevrons.png') -111px -711px no-repeat;
  width: 14px;
  height: 25px;
  top: .6em;
  right: .5em;
  position: absolute;
}
.btn-primary:hover:after,
.btn-primary:focus:after {
  background: url('../img/ui-chevrons.png') -111px -711px no-repeat;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #ac000b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c2202a 0%, #d8242f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2202a), color-stop(100%, #d8242f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c2202a 0%, #d8242f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c2202a 0%, #d8242f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c2202a 0%, #d8242f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c2202a 0%, #d8242f 100%);
  /* W3C */
}
/* File download links */
.link-doc {
  display: block;
  position: relative;
  padding: 2px 0 2px 40px;
  line-height: 1.1em;
  color: #d8242f;
}
.link-doc:after {
  content: '';
  display: block;
  position: absolute;
  background: url('../img/ui-sprite.png') no-repeat -185px -142px;
  width: 30px;
  height: 37px;
  left: 0;
  top: 0;
}
.link-doc:hover:after,
.link-doc:focus:after {
  background-position: -185px -189px;
}
.link-doc:hover,
.link-doc:focus {
  text-decoration: none;
  color: #2a2a2a;
}
.link-doc small {
  display: block;
  font-size: 1em;
  font-weight: normal;
  color: #5b5b5b;
}
.link-doc:hover small {
  text-decoration: none;
}
/* accessibility specific */
.additional-context {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.panel-primary ::-moz-selection,
.page-footer-bottom ::-moz-selection {
  background: #fff;
  color: #d8242f;
  text-shadow: none;
}
.panel-primary ::selection,
.page-footer-bottom ::selection {
  background: #fff;
  color: #d8242f;
  text-shadow: none;
}
.icon-new-page {
  display: inline-block;
  background: url(../img/icon-new-page.png) no-repeat left center;
  vertical-align: baseline;
  margin: 0 .25em;
  width: 12px;
  height: 11px;
}
.icon-new-page-fff {
  display: inline-block;
  background: url(../img/icon-new-page-fff.png) no-repeat left center;
  vertical-align: baseline;
  margin: 0 .25em;
  width: 12px;
  height: 11px;
}
.image-link {
  float: left;
}
ul.li-display-outside li {
  list-style-position: outside;
  margin-left: 16px;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.hide-desktop,
div.g-container .hide-desktop {
  display: none;
}
@media (max-width: 992px) {
  .hide-desktop,
  div.g-container .hide-desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hide-tablet,
  div.g-container .hide-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mobile,
  div.g-container .hide-mobile {
    display: none;
  }
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* config variables */
/* Colours */
/* Fonts */
.css-transition-bg-color {
  -webkit-transition: background-color 0.3s;
  /* Safari and Chrome */
  -moz-transition: background-color 0.3s;
  /* Firefox 4 */
  -o-transition: background-color 0.3s;
  /* Opera */
  transition: background-color 0.3s;
}
/* Box model */
/* WEBFONTS */
@font-face {
  font-family: 'ChevinProMedium';
  src: url('../fonts/chevinpro-medium-webfont.eot');
  src: url('../fonts/chevinpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/chevinpro-medium-webfont.woff') format('woff'), url('../fonts/chevinpro-medium-webfont.ttf') format('truetype'), url('../fonts/chevinpro-medium-webfont.svg#ChevinProMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* TYPOGRAPHY RULES */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 0.8em 0;
  color: #2a2a2a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.95em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.1em;
  color: #5f5b5b;
}
/*	************************************************
			LAYOUT GRID
	************************************************ */
/* Grid and breakpoint variables
--------------------------------------------------------------------------------*/
/**
 * Need a min width on the body (and any other abs positioned top level els)
 * otherwise smaller viewports lose all their background colours.
 * Optimised for iPad with a wider width - of course!
 * We may need a browser fix for the older IEs here
 */
body,
body.masthead-page .page-header,
.masthead-image,
.masthead-controls {
  min-width: 0px;
}
@media (min-width: 768px) and (max-width: 992px) {
  body {
    min-width: 996px;
  }
}
/**
 * Grid based on 31 columns of 16px, with 16px left margin.
 * Row and container approach thanks to Twitter Bootstrap.
 * Row takes a negative margin so that our container stays at 976px.
 * grid elements are named for the number of columns they take up,
 * .g-31 is full width and .g-1 is 16px wide, with a 16px margin.
 */
.g-container {
  max-width: 976px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
/* Row also acts like HTML5 Boilerplate clearfix class */
.g-row {
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -16px;
}
@media (max-width: 992px) {
  .g-row {
    margin-left: -1.6%;
  }
}
@media (max-width: 767px) {
  .g-row {
    margin-left: 0;
  }
}
.g-row:before,
.g-row:after {
  content: "";
  display: table;
}
.g-row:after {
  clear: both;
}
.g-row {
  *zoom: 1;
}
footer .g-row,
.promo-row {
  margin-left: -16px;
}
@media (max-width: 767px) {
  footer .g-row,
  .promo-row {
    margin-left: 0;
  }
}
/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g-1,
.g-2,
.g-3,
.g-4,
.g-5,
.g-6,
.g-7,
.g-8,
.g-9,
.g-10,
.g-11,
.g-12,
.g-13,
.g-14,
.g-15,
.g-16,
.g-17,
.g-18,
.g-19,
.g-20,
.g-21,
.g-22,
.g-23,
.g-24,
.g-25,
.g-26,
.g-27,
.g-28,
.g-29,
.g-30,
.g-31,
.g-100,
.promo-row .ic-10,
.promo-row .ic-11 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  margin-left: 16px;
  /* =Grid >> Global for responsive (class="resp") layout elements */
}
@media (max-width: 767px) {
  .g-1,
  .g-2,
  .g-3,
  .g-4,
  .g-5,
  .g-6,
  .g-7,
  .g-8,
  .g-9,
  .g-10,
  .g-11,
  .g-12,
  .g-13,
  .g-14,
  .g-15,
  .g-16,
  .g-17,
  .g-18,
  .g-19,
  .g-20,
  .g-21,
  .g-22,
  .g-23,
  .g-24,
  .g-25,
  .g-26,
  .g-27,
  .g-28,
  .g-29,
  .g-30,
  .g-31,
  .g-100,
  .promo-row .ic-10,
  .promo-row .ic-11 {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .g-1.resp,
  .g-2.resp,
  .g-3.resp,
  .g-4.resp,
  .g-5.resp,
  .g-6.resp,
  .g-7.resp,
  .g-8.resp,
  .g-9.resp,
  .g-10.resp,
  .g-11.resp,
  .g-12.resp,
  .g-13.resp,
  .g-14.resp,
  .g-15.resp,
  .g-16.resp,
  .g-17.resp,
  .g-18.resp,
  .g-19.resp,
  .g-20.resp,
  .g-21.resp,
  .g-22.resp,
  .g-23.resp,
  .g-24.resp,
  .g-25.resp,
  .g-26.resp,
  .g-27.resp,
  .g-28.resp,
  .g-29.resp,
  .g-30.resp,
  .g-31.resp,
  .g-100.resp,
  .promo-row .ic-10.resp,
  .promo-row .ic-11.resp {
    margin-left: 1.6%;
  }
}
.g-100 {
  float: none;
  display: block;
}
/* Defining functions that calculate grid widths for different devices
--------------------------------------------------------------------------------*/
/* =Grid >> 31 Columns
--------------------------------------------------------------------------------*/
.g-1 {
  width: 16px;
  min-height: 1px;
}
.g-2 {
  width: 48px;
  min-height: 1px;
}
.g-3 {
  width: 80px;
  min-height: 1px;
}
.g-4 {
  width: 112px;
  min-height: 1px;
}
.g-5 {
  width: 144px;
  min-height: 1px;
}
.g-6 {
  width: 176px;
  min-height: 1px;
}
.g-7 {
  width: 208px;
  min-height: 1px;
}
.g-8 {
  width: 240px;
  min-height: 1px;
}
.g-9 {
  width: 272px;
  min-height: 1px;
}
.g-10 {
  width: 304px;
  min-height: 1px;
}
.g-11 {
  width: 336px;
  min-height: 1px;
}
.g-12 {
  width: 368px;
  min-height: 1px;
}
.g-13 {
  width: 400px;
  min-height: 1px;
}
.g-14 {
  width: 432px;
  min-height: 1px;
}
.g-15 {
  width: 464px;
  min-height: 1px;
}
.g-16 {
  width: 496px;
  min-height: 1px;
}
.g-17 {
  width: 528px;
  min-height: 1px;
}
.g-18 {
  width: 560px;
  min-height: 1px;
}
.g-19 {
  width: 592px;
  min-height: 1px;
}
.g-20 {
  width: 624px;
  min-height: 1px;
}
.g-21 {
  width: 656px;
  min-height: 1px;
}
.g-22 {
  width: 688px;
  min-height: 1px;
}
.g-23 {
  width: 720px;
  min-height: 1px;
}
.g-24 {
  width: 752px;
  min-height: 1px;
}
.g-25 {
  width: 784px;
  min-height: 1px;
}
.g-26 {
  width: 816px;
  min-height: 1px;
}
.g-27 {
  width: 848px;
  min-height: 1px;
}
.g-28 {
  width: 880px;
  min-height: 1px;
}
.g-29 {
  width: 912px;
  min-height: 1px;
}
.g-30 {
  width: 944px;
  min-height: 1px;
}
.g-31 {
  width: 976px;
  min-height: 1px;
}
/* =Grid >> 31 Columns for @screen-table
--------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 992px) {
  .g-1.resp {
    width: 1.6099999999999999%;
  }
  .g-1 {
    width: auto;
    max-width: 16px;
  }
  .g-2.resp {
    width: 4.84%;
  }
  .g-2 {
    width: auto;
    max-width: 48px;
  }
  .g-3.resp {
    width: 8.06%;
  }
  .g-3 {
    width: auto;
    max-width: 80px;
  }
  .g-4.resp {
    width: 11.29%;
  }
  .g-4 {
    width: auto;
    max-width: 112px;
  }
  .g-5.resp {
    width: 14.52%;
  }
  .g-5 {
    width: auto;
    max-width: 144px;
  }
  .g-6.resp {
    width: 17.740000000000002%;
  }
  .g-6 {
    width: auto;
    max-width: 176px;
  }
  .g-7.resp {
    width: 20.97%;
  }
  .g-7 {
    width: auto;
    max-width: 208px;
  }
  .g-8.resp {
    width: 24.19%;
  }
  .g-8 {
    width: auto;
    max-width: 240px;
  }
  .g-9.resp {
    width: 27.42%;
  }
  .g-9 {
    width: auto;
    max-width: 272px;
  }
  .g-10.resp {
    width: 30.65%;
  }
  .g-10 {
    width: auto;
    max-width: 304px;
  }
  .g-11.resp {
    width: 33.87%;
  }
  .g-11 {
    width: auto;
    max-width: 336px;
  }
  .g-12.resp {
    width: 37.1%;
  }
  .g-12 {
    width: auto;
    max-width: 368px;
  }
  .g-13.resp {
    width: 40.32%;
  }
  .g-13 {
    width: auto;
    max-width: 400px;
  }
  .g-14.resp {
    width: 43.55%;
  }
  .g-14 {
    width: auto;
    max-width: 432px;
  }
  .g-15.resp {
    width: 46.77%;
  }
  .g-15 {
    width: auto;
    max-width: 464px;
  }
  .g-16.resp {
    width: 50%;
  }
  .g-16 {
    width: auto;
    max-width: 496px;
  }
  .g-17.resp {
    width: 53.23%;
  }
  .g-17 {
    width: auto;
    max-width: 528px;
  }
  .g-18.resp {
    width: 56.45%;
  }
  .g-18 {
    width: auto;
    max-width: 560px;
  }
  .g-19.resp {
    width: 59.68%;
  }
  .g-19 {
    width: auto;
    max-width: 592px;
  }
  .g-20.resp {
    width: 62.9%;
  }
  .g-20 {
    width: auto;
    max-width: 624px;
  }
  .g-21.resp {
    width: 66.13%;
  }
  .g-21 {
    width: auto;
    max-width: 656px;
  }
  .g-22.resp {
    width: 69.35%;
  }
  .g-22 {
    width: auto;
    max-width: 688px;
  }
  .g-23.resp {
    width: 72.58%;
  }
  .g-23 {
    width: auto;
    max-width: 720px;
  }
  .g-24.resp {
    width: 75.81%;
  }
  .g-24 {
    width: auto;
    max-width: 752px;
  }
  .g-25.resp {
    width: 79.03%;
  }
  .g-25 {
    width: auto;
    max-width: 784px;
  }
  .g-26.resp {
    width: 82.26%;
  }
  .g-26 {
    width: auto;
    max-width: 816px;
  }
  .g-27.resp {
    width: 85.48%;
  }
  .g-27 {
    width: auto;
    max-width: 848px;
  }
  .g-28.resp {
    width: 88.71%;
  }
  .g-28 {
    width: auto;
    max-width: 880px;
  }
  .g-29.resp {
    width: 91.94%;
  }
  .g-29 {
    width: auto;
    max-width: 912px;
  }
  .g-30.resp {
    width: 95.16%;
  }
  .g-30 {
    width: auto;
    max-width: 944px;
  }
  .g-31.resp {
    width: 98.39%;
  }
  .g-31 {
    width: auto;
    max-width: 976px;
  }
}
/* =Grid >> 31 Columns for @screen-mobile
--------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .g-1.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-1 {
    width: auto;
    max-width: 16px;
    min-height: 0;
  }
  .g-2.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-2 {
    width: auto;
    max-width: 48px;
    min-height: 0;
  }
  .g-3.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-3 {
    width: auto;
    max-width: 80px;
    min-height: 0;
  }
  .g-4.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-4 {
    width: auto;
    max-width: 112px;
    min-height: 0;
  }
  .g-5.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-5 {
    width: auto;
    max-width: 144px;
    min-height: 0;
  }
  .g-6.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-6 {
    width: auto;
    max-width: 176px;
    min-height: 0;
  }
  .g-7.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-7 {
    width: auto;
    max-width: 208px;
    min-height: 0;
  }
  .g-8.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-8 {
    width: auto;
    max-width: 240px;
    min-height: 0;
  }
  .g-9.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-9 {
    width: auto;
    max-width: 272px;
    min-height: 0;
  }
  .g-10.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-10 {
    width: auto;
    max-width: 304px;
    min-height: 0;
  }
  .g-11.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-11 {
    width: auto;
    max-width: 336px;
    min-height: 0;
  }
  .g-12.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-12 {
    width: auto;
    max-width: 368px;
    min-height: 0;
  }
  .g-13.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-13 {
    width: auto;
    max-width: 400px;
    min-height: 0;
  }
  .g-14.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-14 {
    width: auto;
    max-width: 432px;
    min-height: 0;
  }
  .g-15.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-15 {
    width: auto;
    max-width: 464px;
    min-height: 0;
  }
  .g-16.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-16 {
    width: auto;
    max-width: 496px;
    min-height: 0;
  }
  .g-17.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-17 {
    width: auto;
    max-width: 528px;
    min-height: 0;
  }
  .g-18.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-18 {
    width: auto;
    max-width: 560px;
    min-height: 0;
  }
  .g-19.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-19 {
    width: auto;
    max-width: 592px;
    min-height: 0;
  }
  .g-20.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-20 {
    width: auto;
    max-width: 624px;
    min-height: 0;
  }
  .g-21.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-21 {
    width: auto;
    max-width: 656px;
    min-height: 0;
  }
  .g-22.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-22 {
    width: auto;
    max-width: 688px;
    min-height: 0;
  }
  .g-23.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-23 {
    width: auto;
    max-width: 720px;
    min-height: 0;
  }
  .g-24.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-24 {
    width: auto;
    max-width: 752px;
    min-height: 0;
  }
  .g-25.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-25 {
    width: auto;
    max-width: 784px;
    min-height: 0;
  }
  .g-26.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-26 {
    width: auto;
    max-width: 816px;
    min-height: 0;
  }
  .g-27.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-27 {
    width: auto;
    max-width: 848px;
    min-height: 0;
  }
  .g-28.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-28 {
    width: auto;
    max-width: 880px;
    min-height: 0;
  }
  .g-29.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-29 {
    width: auto;
    max-width: 912px;
    min-height: 0;
  }
  .g-30.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-30 {
    width: auto;
    max-width: 944px;
    min-height: 0;
  }
  .g-31.resp {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .g-31 {
    width: auto;
    max-width: 976px;
    min-height: 0;
  }
}
/* =Grid >> 31 Columns - no left margin
--------------------------------------------------------------------------------*/
.m-0 {
  margin-left: 0;
}
.m-1 {
  margin-left: 48px;
}
.m-2 {
  margin-left: 80px;
}
.m-3 {
  margin-left: 112px;
}
.m-4 {
  margin-left: 144px;
}
.m-5 {
  margin-left: 176px;
}
.m-6 {
  margin-left: 208px;
}
.m-7 {
  margin-left: 240px;
}
.m-8 {
  margin-left: 272px;
}
.m-9 {
  margin-left: 304px;
}
.m-10 {
  margin-left: 336px;
}
.m-11 {
  margin-left: 368px;
}
.m-12 {
  margin-left: 400px;
}
.m-13 {
  margin-left: 432px;
}
.m-14 {
  margin-left: 464px;
}
.m-15 {
  margin-left: 496px;
}
.m-16 {
  margin-left: 528px;
}
.m-17 {
  margin-left: 560px;
}
.m-18 {
  margin-left: 592px;
}
.m-19 {
  margin-left: 624px;
}
.m-20 {
  margin-left: 656px;
}
.m-21 {
  margin-left: 688px;
}
.m-22 {
  margin-left: 720px;
}
.m-23 {
  margin-left: 752px;
}
.m-24 {
  margin-left: 784px;
}
.m-25 {
  margin-left: 816px;
}
.m-26 {
  margin-left: 848px;
}
.m-27 {
  margin-left: 880px;
}
.m-28 {
  margin-left: 912px;
}
.m-29 {
  margin-left: 944px;
}
.m-30 {
  margin-left: 976px;
}
/* Inline components
--------------------------------------------------------------------------------*/
.promo-row .ic-10 {
  width: 304px;
  min-height: 1px;
  max-width: 304px;
}
.promo-row .ic-11 {
  width: 336px;
  min-height: 1px;
  max-width: 336px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .promo-row {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .promo-row {
    text-align: center;
  }
  .promo-row .ic-10,
  .promo-row .ic-11 {
    display: inline-block;
    float: none;
    text-align: left;
  }
}
/* Common */
/* 
    Document   : common
    Created on : 10-Jan-2014, 17:14:44
    Author     : etiko.t
    Description:
        Common components
*/
.lt-ie8 .clearfix {
  clear: both;
}
.panel-action-small {
  padding-right: 1em;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.definitions h2 {
  margin: 0 0 12px;
  color: #2a2a2a;
}
.definitions p {
  color: #2a2a2a;
}
.footnotes,
.definitions {
  padding: 40px 0 0;
}
.footnotes p {
  color: #2a2a2a;
  font-size: .9em;
}
.footnotes .accordion-content-inner {
  margin: 0 0 0 21px;
}
.footnotes .accordion-item h3 {
  font-size: 1em;
  color: #2a2a2a;
  border-top: none;
  padding: 0 0 0 20px;
}
.footnotes .accordion-item h3:before {
  content: "";
  background: url("http://www.postoffice.co.uk/sites/all/themes/postoffice2012/img/ui-chevrons.png") -271px -311px no-repeat;
  width: 11px;
  height: 9px;
  top: .35em;
  left: 0;
  display: inline;
  position: absolute;
}
.footnotes .accordion {
  border-bottom: 0;
}
/*
	Button
*/
.btn-primary-alternate {
  background-color: #dd3437;
  cursor: pointer;
  border-radius: 3px;
  font-weight: normal !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 2, 6, 0.65);
  background: #dd3437;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d92a2e), to(#950604));
  background: -webkit-linear-gradient(top, #d92a2e, #950604);
  background: -moz-linear-gradient(top, #d92a2e, #950604);
  background: -ms-linear-gradient(bottom, #d92a2e, #950604);
  background: -o-linear-gradient(top, #d92a2e, #950604);
}
.btn-primary-alternate a,
.btn-primary-alternate button.submit {
  position: relative;
  display: block;
  padding: 11px 0 11px 12px;
  background: url("http://es.optimost.com/es/700/c/79/u/btn-alternate.png") no-repeat 0 0;
  font-size: 1.25em;
  color: #fff;
}
.btn-primary-alternate a span.hidden {
  position: absolute;
  left: -9999px;
}
.btn-primary-alternate button.submit {
  border: 0;
  width: 100%;
  text-align: left;
}
.btn-primary-alternate a:after,
.btn-primary-alternate button.submit:after {
  content: "";
  background: url("http://es.optimost.com/es/700/c/79/u/chevron.png") 0 0 no-repeat;
  width: 14px;
  height: 25px;
  top: .7em;
  right: .5em;
  position: absolute;
}
.btn-primary-alternate a:hover,
.btn-primary-alternate a:focus,
.btn-primary-alternate button.submit:hover,
.btn-primary-alternate button.submit:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#950604), to(#de3c3f));
  background: -webkit-linear-gradient(top, #950604, #de3c3f);
  background: -moz-linear-gradient(top, #950604, #de3c3f);
  background: -ms-linear-gradient(bottom, #950604, #de3c3f);
  background: -o-linear-gradient(top, #950604, #de3c3f);
  text-decoration: none;
  border-radius: 3px;
}
.lt-ie10 .btn-primary-alternate a:hover,
.lt-ie10 .btn-primary-alternate a:focus,
.lt-ie10 .btn-primary-alternate button.submit:hover,
.lt-ie10 .btn-primary-alternate button.submit:focus,
.lt-ie9 .btn-primary-alternate a:hover,
.lt-ie9 .btn-primary-alternate a:focus,
.lt-ie9 .btn-primary-alternate button.submit:hover,
.lt-ie9 .btn-primary-alternate button.submit:focus {
  background: #bd191a;
}
/*
	3 column table
*/
.table-col-3 caption {
  background: #5b5b5b;
  color: #fff;
  font: 400 1.95em ChevinProMedium, Arial, Helvetica, sans-serif;
  padding: 12px 14px;
}
.table-col-3 table tbody {
  border-top: 0;
}
.table-col-3 {
  margin: 0 0 30px;
}
.table-col-3 table {
  border-top: 0;
}
.table-col-3 table th,
.table-col-3 table td {
  background: #fff;
}
.table-col-3 table tr,
.table-col-3 table tr.last {
  border-bottom: 0;
}
.table-col-3 table thead tr th {
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border-bottom: none;
  border-right: none;
}
.table-col-3 table th span {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 12px 0 12px 8px;
  border-right: 1px solid #ccc;
  margin: 16px 0 0;
}
.table-col-3 table thead th.first span {
  margin: 16px 0 0 15px;
}
.table-col-3 table th.last span {
  margin: 16px 15px 0 0;
  border-right: none;
}
.table-col-3 table td {
  padding: 0;
  text-align: center;
  border-right: none;
  color: #2a2a2a;
}
.table-col-3 table td span {
  display: block;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 6px 0 7px 8px;
}
.lt-ie9 .table-col-3 table td,
.lt-ie9 .table-col-3 table th {
  border-left: none;
}
.lt-ie8 .table-col-3 table td,
.lt-ie8 .table-col-3 table th {
  border-bottom: none;
}
.table-col-3 table td.first {
  text-align: left;
}
.table-col-3 table td.first span,
.table-col-3 table tbody th span {
  text-align: left;
  margin: 0 0 0 15px;
}
.table-col-3 table tbody th span {
  font-weight: 400;
}
.table-col-3 table tr.last th span {
  border-bottom: 0;
}
.table-col-3 table tbody th {
  padding: 0;
  border-bottom: 0;
  border-right: 0;
}
.table-col-3 table tbody th span {
  padding: 6px 0 7px 8px;
}
.table-col-3 table td.last span {
  text-align: left;
  margin: 0 15px 0 0;
  text-align: center;
  border-right: none;
}
.table-col-3 table tr.last td span {
  border-bottom: none;
  margin-bottom: 16px;
}
/*
	3 column table alternate
*/
.table-col-3.alternate caption {
  background: none;
  color: #2a2a2a;
  border-bottom: 5px solid #ac000b;
  padding: 0 14px 12px 0;
}
.table-col-3.alternate table th span {
  border-bottom: 1px solid #adadad;
  border-right: 0;
  padding: 12px 0 12px 0;
}
.table-col-3.alternate table td span,
.table-col-3.alternate table tbody th span {
  border-bottom: 0;
  border-right: 0;
  padding: 6px 0 7px 0;
}
.table-col-3.alternate table td span img,
.table-col-3.alternate table tbody th span img {
  vertical-align: middle;
  margin: 0 19px 0 0;
}
.table-col-3.alternate table tr.last td span,
.table-col-3.alternate table tbody tr.last th span {
  border-bottom: 1px solid #adadad;
}
.table-col-3.alternate table th.first span {
  text-align: left;
}
.table-col-3.alternate table tfoot tr td {
  text-align: left;
}
.table-col-3.alternate table tfoot tr td div.gutter {
  padding: 0 15px;
}
.table-col-3.alternate table tfoot tr td div.gutter span {
  padding: 6px 0 17px;
}
/*
	Red form
*/
.col-1 {
  margin-bottom: 28px;
}
.col-1 .teaser-header.red-bg,
.row .teaser-header.red-bg {
  background: #d8242f;
  padding: 12px 15px 12px;
}
.row .teaser-header.red-bg {
  padding: 12px 15px 12px 13px;
}
.col-1 .teaser-header.red-bg h2,
.row .teaser-header.red-bg h2 {
  color: #fff;
  margin: 0;
  font: 400 1.95em ChevinProMedium, Arial, Helvetica, sans-serif;
}
.row .teaser-header.red-bg h2 span.txt-small {
  font: 400 0.6em ChevinProMedium, Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
}
.col-1 .teaser-form.red-bg,
.row .teaser-form.red-bg {
  background: #ac000b;
  padding: 20px;
}
.row .teaser-form.red-bg {
  padding: 20px 15px;
}
.row .teaser-form.red-bg .form-width {
  width: 280px;
  float: left;
}
.row .teaser-form.red-bg .form-width.first {
  margin: 0 25px 0 0;
}
.row .teaser-form.red-bg .form-width.first .form-component {
  width: 274px;
}
.row .teaser-form.red-bg .form-width.first .form-component label {
  color: #fff;
}
.row .teaser-form.red-bg .form-width.white-bg {
  background: #fff;
}
.row .teaser-form.red-bg .form-width .form-component {
  margin: 0;
}
.row .teaser-form.red-bg .form-width.white-bg .form-component {
  padding: 28px 20px 10px;
  width: 240px;
}
.row .teaser-form.red-bg .form-width.white-bg .form-component p {
  color: #2a2a2a;
  font-size: 1.2em;
  text-align: center;
  padding: 0 0 8px;
}
.row .teaser-form.red-bg .form-width.white-bg .form-component p span {
  display: block;
}
.row .teaser-form.red-bg {
  margin: 0 0 22px;
}
.col-1 .teaser-form.red-bg .form-component,
.row .teaser-form.red-bg .form-component {
  /*	padding: 10px; */
  padding: 14px 10px;
  margin: 0 0 20px;
  width: 276px;
}
.col-1 .teaser-form.red-bg .form-component {
  background: #fff;
}
.row .teaser-form.red-bg .form-component {
  float: left;
  width: 273px;
}
.row .teaser-form.red-bg .form-component.first {
  /*	margin: 0 3px 0 0; */
  margin: 1px 3px 0 0;
  background: #fff;
}
.col-1 .teaser-form.red-bg .form-component .form-hide,
.row .teaser-form.red-bg .form-component .form-hide {
  display: none;
}
.col-1 .teaser-form.red-bg .form-component .form-item,
.row .teaser-form.red-bg .form-component .form-item {
  /*	margin: 0 0 10px; */
  margin: 0 0 14px;
  position: relative;
}
.col-1 .teaser-form.red-bg .form-component .form-item.last {
  margin: 0;
}
.col-1 .teaser-form.red-bg .form-component .form-item label.right,
.row .teaser-form.red-bg .form-component .form-item label.right {
  float: right;
  width: 100px;
  text-align: left;
}
.row .teaser-form.red-bg .form-component .form-item label.right {
  width: auto;
  /*color: #fff;*/
  margin: 6px 78px 0 0;
}
.row .teaser-form.red-bg .form-component .form-item .form-item-align {
  float: left;
  margin: 0 21px 0 0;
  display: block;
}
.row .teaser-form.red-bg .form-component .form-item .form-item-align.last {
  margin: 0;
}
.row .teaser-form.red-bg .form-component .form-item .form-item-align label {
  width: auto;
  color: #fff;
  margin: 0 0 0 10px;
}
.row .teaser-form.red-bg .form-component .form-item .form-item-align img.tooltip {
  float: right;
  margin: 0 0 0 5px;
}
.row .teaser-form.red-bg .form-component .form-item .form-item-align input {
  margin: 5px 0 0;
}
.col-1 .teaser-form.red-bg .form-component .form-item .form-type-textfield,
.row .teaser-form.red-bg .form-component .form-item .form-type-textfield {
  width: 37%;
  border: 1px solid #ccc;
  padding: 6px 10px;
  color: #2a2a2a;
  margin: 0 3px 0 0;
}
.col-1 .teaser-form.red-bg .form-component .form-item .form-type-select,
.row .teaser-form.red-bg .form-component .form-item .form-type-select {
  width: 52%;
  padding: 3px 0 4px;
  border-radius: 0;
}
.col-1 .teaser-form.red-bg p,
.row .teaser-form.red-bg p {
  color: #fff;
  font-size: 1em;
  margin: 0;
}
.col-1 .teaser-form.red-bg p a,
.row .teaser-form.red-bg p a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.col-1 .teaser-form.red-bg p a:hover,
.row .teaser-form.red-bg p a:hover,
.col-1 .teaser-form.red-bg p a:focus,
.row .teaser-form.red-bg p a:focus {
  text-decoration: none;
}
.col-1 .teaser-form.red-bg input.btn,
.row .teaser-form.red-bg input.btn {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.45em;
}
.row .teaser-form.red-bg .form-component.table {
  padding: 0 0 0 6px;
  width: 287px;
}
.row .teaser-form.red-bg .form-component table,
.row .teaser-form.red-bg .form-component table tr,
.row .teaser-form.red-bg .form-component table th,
.row .teaser-form.red-bg .form-component table tbody,
.row .teaser-form.red-bg .form-component table tbody td {
  border: none;
}
.row .teaser-form.red-bg .form-component table th {
  padding: 12px 8px 0;
  font-size: .85em;
}
.row .teaser-form.red-bg .form-component table th span {
  display: block;
  padding: 0 0 9px;
}
.row .teaser-form.red-bg .form-component table th.first {
  padding: 12px 8px 0 0;
}
.row .teaser-form.red-bg .form-component table thead th.first,
.row .teaser-form.red-bg .form-component table tbody td.first {
  text-align: right;
}
.row .teaser-form.red-bg .form-component table tbody td.first {
  border-right: 1px solid #fff;
}
.row .teaser-form.red-bg .form-component table tbody {
  background: none;
}
.row .teaser-form.red-bg .form-component table tbody td,
.row .teaser-form.red-bg .form-component table thead th,
.row .teaser-form.red-bg .form-component table caption {
  color: #fff;
}
.row .teaser-form.red-bg .form-component table caption {
  line-height: 1;
  padding: 0 0 1px;
}
.row .teaser-form.red-bg .form-component table tbody td,
.row .teaser-form.red-bg .form-component table caption {
  padding: 0;
}
.row .teaser-form.red-bg .form-component table caption {
  font-size: 1.25em;
}
.row .teaser-form.red-bg .form-component table thead th.last {
  width: 25%;
}
.row .teaser-form.red-bg .form-component table tbody tr.highlight td span {
  background: #c54d55;
  /*	padding: 5px 6px; */
  padding: 3px 6px;
}
.row .teaser-form.red-bg .form-component table tbody td.first span {
  /*	padding: 5px 6px; */
  padding: 3px 6px;
}
.row .teaser-form.red-bg .form-component table tbody td span {
  display: block;
  color: #fff;
  margin: 0 0 4px;
  /*	padding: 5px 6px; */
  padding: 3px 6px;
}
.row .teaser-form.red-bg .form-component table tbody td.last span,
.row .teaser-form.red-bg .form-component table tbody tr.highlight td.last span {
  text-align: right;
  color: #2a2a2a;
  position: relative;
  background: #f8f6f2;
  line-height: 1.1;
}
.row .teaser-form.red-bg .form-component table tbody tr td.last span:before {
  content: "";
  background: url("http://es.optimost.com/es/700/c/81/u/C_polygon.png") no-repeat;
  width: 14px;
  height: 25px;
  top: 0;
  left: -0.9em;
  position: absolute;
}
.row .teaser-form.red-bg .form-component table tbody tr td.last.no-polygon span {
  padding: 0;
  background: none;
}
.row .teaser-form.red-bg .form-component table tbody tr td.last.no-polygon span:before {
  background: none;
}
/*
	Grey form
*/
.col-1 .teaser-header.grey-bg {
  background: #5b5b5b;
  padding: 17px 20px;
}
.col-1 .teaser-header.grey-bg h2 {
  color: #fff;
  margin: 0;
  font: 400 1.95em/1 ChevinProMedium, Arial, Helvetica, sans-serif;
}
.col-1 .teaser-form.grey-bg {
  background: #dad7d0;
  padding: 14px 20px 20px;
}
.col-1 .teaser-form.grey-bg .form-component .form-item {
  margin: 0;
}
.col-1 .teaser-form.grey-bg .form-component .form-item label.txt-large {
  color: #2a2a2a;
  text-align: left;
  display: block;
  margin: 0 0 14px;
}
.col-1 .teaser-form.grey-bg .form-component .form-item .form-type-select {
  width: 100%;
  padding: 3px 0 4px;
  border-radius: 0;
}
.col-1 .teaser-form-result {
  background: #fff;
  padding: 16px 15px;
}
.col-1 .teaser-form-result ul {
  margin: 0;
  list-style-type: none;
}
.col-1 .teaser-form-result ul li span {
  display: block;
  color: #2a2a2a;
}
.col-1 .teaser-form-result ul li span.txt-large {
  font-size: 1.45em;
  margin: 0 0 6px;
}
.content-pool-item-bar {
  display: none;
  pointer-events: none;
}
.content-pool-item-bar * {
  pointer-events: none;
}
.mgnlEditorBar[aria-hidden="false"] + .content-pool-item-bar {
  display: block !important;
}
div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.focus + .content-pool-item-bar,
div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.focus + * .content-pool-item-bar {
  /* 	background-color: #6a9000 !important; */
  color: #fff !important;
}
/* 
    Document   : Sidebar
    Created on : 10-Jan-2014, 16:26:37
    Author     : etiko.t
    Description: Sidebar components

*/
/*
	Rod fishing template A
*/
.page-sidebar.no-bg {
  background: none !important;
}
.page-sidebar .table-col-3 table thead th {
  vertical-align: middle;
}
.page-sidebar .table-col-3 table thead th.first {
  width: 50%;
}
.page-sidebar .table-col-3 table thead th.last {
  width: 28%;
}
.page-sidebar .table-col-3 table thead th span {
  min-height: 33px;
  padding: 12px 0 12px 0;
}
.page-sidebar .table-col-3 table td span {
  padding: 12px 0;
}
.page-sidebar .table-col-3 table td.first span,
.page-sidebar .table-col-3 table tbody th span {
  padding: 12px 0 12px 8px;
}
.page-sidebar .table-col-3 table tbody th {
  padding: 0;
  font-weight: 400;
  border-bottom: 0;
  border-right: 0;
}
.page-sidebar .table-col-3 table tr th span {
  margin-top: 0;
}
.page-sidebar .table-col-3 table tr.last td span,
.page-sidebar .table-col-3 table tbody tr.last th span {
  margin-bottom: 0;
  padding: 12px 0 26px 8px;
}
.page-sidebar .table-col-3 table tbody tr.last th span {
  border-bottom: 0;
}
.page-sidebar .table-col-3.alternate table tbody tr.last th span {
  border-bottom: 1px solid #adadad;
}
.page-sidebar .col-1 {
  margin: 0 0 28px;
  clear: both;
}
.page-sidebar .col-1 .teaser a {
  display: block;
  font-size: 1.3em;
}
.page-sidebar .col-1 .teaser .btn-primary-alternate a {
  font-size: 1.2em;
}
.page-sidebar .col-1 .teaser-txt {
  background: #fff;
  padding: 11px 15px 14px;
}
.page-sidebar .col-1 .teaser-txt a.download {
  background: url("http://es.optimost.com/es/700/c/79/u/download.png") no-repeat 0 0;
  display: block;
  padding: 0 45px 8px 50px;
}
.page-sidebar .col-1 .teaser-txt h2 {
  padding: 0 0 12px;
  margin: 0 0 18px;
  border-bottom: 5px solid #dcdcdc;
  font: 400 1.95em ChevinProMedium, Arial, Helvetica, sans-serif;
}
.page-sidebar .col-1 .teaser-txt p {
  margin: 0 0 7px;
  color: #2a2a2a;
}
.page-sidebar .col-1 .teaser-txt p strong {
  display: block;
}
.page-sidebar .col-1 .teaser-txt ul {
  list-style-type: none;
}
.page-sidebar .col-1 .teaser-txt ul li {
  margin: 0 0 5px;
}
.page-sidebar .col-1 .teaser-txt p span {
  display: block;
  margin: 0 0 7px;
}
.page-sidebar .col-1 .teaser-txt p strong span {
  display: inline;
}
.page-sidebar .col-1 .teaser-txt p .color-red {
  color: #d8242f;
}
/*
	Rod fishing template B
*/
.page-sidebar .table-col-3.gutter table thead tr th span {
  min-height: 68px;
}
.page-sidebar .col-1.primary-promo {
  border-top: 5px solid #ac000b;
  background: #fff;
  padding: 11px 15px 14px;
}
.page-sidebar .col-1.primary-promo .btn-primary-alternate {
  width: 193px;
  margin: 0 0 0 112px;
}
.page-sidebar .col-1.primary-promo img {
  float: left;
}
.page-sidebar .col-1.primary-promo .teaser-txt {
  background: none;
  margin: 0 0 20px 96px;
  padding: 0;
}
.page-sidebar .col-1.primary-promo a.btn-primary {
  display: block;
  font-size: 1.4em;
}
.page-sidebar .col-1.primary-promo .teaser-txt h2 {
  border-bottom: none;
  padding: 0;
  margin: 6px 0 3px;
  font-size: 1.8em;
}
/*
	Rod fishing template C
*/
.page-sidebar .col-1 > h2 {
  margin: 0 0 18px;
  font: 400 1.85em/1 ChevinProMedium, Arial, Helvetica, sans-serif;
}
.page-sidebar .col-1 .teaser-txt h2 {
  padding: 0 0 12px;
  margin: 0 0 18px;
  border-bottom: 5px solid #dcdcdc;
  font: 400 1.95em/1.2 ChevinProMedium, Arial, Helvetica, sans-serif;
}
.page-sidebar .col-1 .teaser-txt h2 span {
  display: block;
}
.page-sidebar .col-1 ul.link-list,
.page-sidebar .col-1 .teaser-txt ul {
  list-style-type: none;
}
.page-sidebar .col-1 .teaser-txt .separator {
  border-bottom: 1px solid #ccc;
  margin: 0 0 16px;
}
.page-sidebar .col-1 ul.link-list li {
  font-size: 1.4em;
  margin: 0 0 4px;
}
.page-sidebar .col-1 ul.link-list li a {
  display: block;
}
.page-sidebar .col-1 ul.link-list li .btn-primary-alternate a {
  font-size: 1em;
}
.page-sidebar .col-1 .teaser-txt ul li {
  margin: 0 0 5px;
}
.page-sidebar .col-1 .teaser-txt p.first {
  margin: 0;
}
.page-sidebar .col-1 .teaser-txt p span {
  margin: 0;
}
.page-sidebar .col-1 .teaser-txt p span.last {
  margin: 0 0 0 12px;
}
.page-sidebar .col-1 .teaser-txt h3 {
  margin: 0 0 2px;
  font: 400 1.35em ChevinProMedium, Arial, Helvetica, sans-serif;
}
.page-sidebar .col-1 .teaser-txt h3 .color-red {
  color: #d8242f;
}
.page-sidebar .col-1 .teaser-txt .separator.gutter p {
  margin: 0 0 15px;
}
/*
	Remortgaging A
*/
.page-sidebar .col-1 .teaser-txt .chevin-list {
  border-bottom: none;
}
.page-sidebar .col-1 .teaser-txt .chevin-list ul {
  margin-bottom: 0;
}
.page-sidebar .col-1 .teaser-txt .chevin-list li {
  border-bottom: 1px solid #adadad;
  padding: 0 0 15px;
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #2a2a2a;
}
.page-sidebar .col-1 .teaser-txt .chevin-list li.last {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.page-sidebar .col-1 .teaser-txt .chevin-list li:after {
  content: "";
  background: url("http://es.optimost.com/es/700/c/79/u/red-chevron.png") no-repeat 0 0;
  width: 15px;
  height: 22px;
  top: 0;
  right: 0;
  position: absolute;
}
.page-sidebar .col-1 .teaser-txt .chevin-list li a {
  color: #2a2a2a;
  font-weight: 400;
}
.page-sidebar .col-1 .teaser-txt .chevin-list li a:hover,
.page-sidebar .col-1 .teaser-txt .chevin-list li a:focus {
  text-decoration: none;
  color: #d8242f;
}
.page-sidebar .col-1 .teaser-txt .chevin-list li a.color-red {
  color: #d8242f;
  font-weight: 700;
}
.page-sidebar .col-1 .teaser-txt p span.block {
  display: block;
}
/*
	Remortgaging B
*/
.page-sidebar .col-1 .teaser-txt ul.image-list li {
  margin: 0 0 20px;
  width: 100%;
  float: left;
}
.page-sidebar .col-1 .teaser-txt ul.image-list li p {
  margin: 0;
}
.page-sidebar .col-1 .teaser-txt ul.image-list li img {
  float: left;
}
.page-sidebar .col-1 .teaser-txt ul.image-list li .imgblock {
  margin: 0 0 0 70px;
}
.page-sidebar .col-1 .teaser-txt ul.image-list li .imgblock h3 {
  font: 700 1em Arial, Helvetica, sans-serif;
}
.page-sidebar .col-1 .teaser-txt ol.numbered-list {
  list-style-type: none;
}
.page-sidebar .col-1 .teaser-txt ol.numbered-list li img {
  float: left;
}
.page-sidebar .col-1 .teaser-txt ol.numbered-list li {
  clear: both;
  margin: 0 0 17px;
}
.page-sidebar .col-1 .teaser-txt ol.numbered-list li.last {
  margin: 0;
}
.page-sidebar .col-1 .teaser-txt ol.numbered-list li div {
  margin: 0 0 0 47px;
  padding: 7px 0 0;
}
/*
	Remortgaging C
*/
.page-sidebar .col-1 a.btn-primary img,
.page-sidebar .col-1 .btn-primary-alternate a img {
  margin: -7px 0 0 6px;
}
/*
	Foreign exchange A
*/
.page-sidebar .col-1.gutter .teaser-txt.no-bg {
  margin: 0 0 20px;
}
.page-sidebar .table-col-3.alternate {
  background: #fff;
}
.page-sidebar .table-col-3.alternate caption {
  background: #fff;
  margin: 0 17px;
  border-bottom: 5px solid #cdcdcd;
}
.page-sidebar .table-col-3.alternate table td span img,
.page-sidebar .table-col-3.alternate table tbody th span img {
  margin: 0 6px 0 0;
  vertical-align: baseline;
}
.page-sidebar .table-col-3.alternate table td span,
.page-sidebar .table-col-3.alternate table tbody th span {
  padding: 7px 0 8px;
}
.page-sidebar .table-col-3.alternate table tfoot tr td div.gutter {
  padding: 10px 15px 0;
}
.page-sidebar .table-col-3.alternate table tr.last td span,
.page-sidebar .table-col-3.alternate table tbody tr.last th span {
  padding: 7px 0 12px;
}
.page-sidebar .table-col-3.alternate table th.first {
  width: 42%;
}
.page-sidebar .table-col-3.alternate table th.last {
  width: 32%;
}
.page-sidebar .table-col-3.alternate table thead th {
  font-size: .8em;
}
.page-sidebar .table-col-3.alternate table thead th span {
  min-height: 19px;
}
.page-sidebar .col-1 .teaser-txt .tick-item-list {
  margin: 12px 0 0;
}
.page-sidebar .col-1 .teaser-txt .tick-item-list li {
  background: url("http://es.optimost.com/es/700/c/81/u/tick.png") no-repeat 0 0;
  padding: 0 0 0 33px;
  margin: 0 0 20px;
  color: #2a2a2a;
  min-height: 27px;
}
.page-sidebar .col-1 .teaser-txt .tick-item-list li.last {
  margin: 0;
}
.page-sidebar .table-col-3.alternate {
  margin: 0 0 20px;
}
/*
	Foreign exchange B
*/
.page-sidebar .col-1 .teaser-form-result p {
  color: #2a2a2a;
  font-size: .8em;
  margin: 0;
}
.page-sidebar .col-1 .teaser-txt.no-bg {
  background: none;
}
.page-sidebar .col-1 .teaser-txt.no-bg img {
  float: left;
}
.page-sidebar .col-1 .teaser-txt.no-bg .imgblock {
  margin: 0 0 0 84px;
}
.page-sidebar .col-1.gutter {
  margin: 0 0 10px;
}
/* Not Quite Modules */
/*	******************************************************
			MASTER TABLE STYLES
	****************************************************** */
table {
  width: 100%;
  border-top: 1px solid #dad7d0;
}
table * {
  /*-ms-word-break: break-all;
      word-break: break-all;
      Non standard for webkit 
      word-break: break-word;*/
  /*-webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;*/
}
table caption {
  text-align: left;
  padding: 1em 0;
  font-size: 1.7em;
  font-weight: bold;
  color: #010101;
}
table th {
  font-weight: bold;
  color: #2a2a2a;
  vertical-align: top;
}
table td {
  color: #5b5b5b;
}
table thead tr th,
table tfoot tr th,
table tr {
  border-bottom: 1px solid #dad7d0;
}
table thead tr:first-child th {
  padding-bottom: 30px;
}
table th,
table td {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.2em;
  border-right: 1px solid #dad7d0;
}
table td h2,
table td h3,
table td h4,
table td h5,
table td h6 {
  margin: 0;
  font-weight: bold;
  color: #5b5b5b;
}
table td h3 {
  font-size: 1em;
}
table td:last-child,
table th:last-child {
  border-right: 0;
}
table tfoot tr {
  border-bottom: 0;
}
table tfoot tr td {
  font-size: 0.8em;
  padding: 1.5em 1em 1.5em 0;
}
table p {
  margin: 0 0 1em 0;
}
table p:last-child {
  margin: 0;
}
table ul {
  margin: 0;
}
table ul li {
  padding: 0 0 .7em 0;
}
table .ticklist li:before,
table .crosslist li:before {
  top: .25em;
}
.table-firstcol-primary td:first-child,
.table-firstcol-primary th:first-child {
  width: 30%;
}
.table-smalltext th,
.table-smalltext td {
  padding: 8px 10px;
  font-size: 12px;
}
.articles table tbody {
  background-color: #f9f8f5;
}
.articles .table-2col-equal td:first-child,
.articles .table-2col-equal th:first-child {
  width: 50%;
}
.lt-ie8 td {
  border-bottom: 1px solid #dad7d0;
}
.lt-ie9 td:first-child,
.lt-ie9 th:first-child {
  border-left: 1px solid #dad7d0;
}
.lt-ie9 tfoot td:first-child {
  border: none;
}
table.standout {
  margin: 40px 0;
}
table.standout th {
  background-color: #d8242f;
  color: #fff;
  text-align: center;
}
table.standout th,
table.standout td {
  border: 1px solid #d8242f;
}
table.standout thead tr th {
  font-size: 1.5em;
  line-height: 1.7em;
}
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffffdd;
}
td.active {
  background-color: #dddddd;
}
td.checkbox,
th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #cccccc;
}
tbody th {
  border-bottom: 1px solid #cccccc;
}
thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #cccccc;
}
.breadcrumb {
  padding-bottom: 0.5em;
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: .42em 0 .42em .6em;
  float: left;
}
div.tree-child {
  background: url(../img/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
  background: url(../img/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
  background: url(../img/misc/tree.png) no-repeat -11px center;
}
.error {
  color: #ee5555;
}
div.error {
  border: 1px solid #dd7777;
}
div.error,
tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning,
tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok,
tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
ol.task-list li.active {
  font-weight: 700;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down,
tr.merge-down td,
tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up,
tr.merge-up td,
tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #ff0000;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: 700;
}
.form-item label.option {
  display: inline;
  font-weight: 400;
}
.form-checkboxes,
.form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: .4em;
  margin-bottom: 0.4em;
}
.marker,
.form-required {
  color: #ff0000;
}
.more-link {
  text-align: right;
}
.more-help-link {
  font-size: .85em;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager-current {
  font-weight: 700;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
  width: 10em;
}
dl.multiselect dt,
dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}
.container-inline div,
.container-inline label {
  display: inline;
}
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbbbbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none;
  height: auto;
  margin-right: .5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #ffffff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eeeeee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: .5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #cccccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999999;
}
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #ffffff;
}
html.js input.form-autocomplete {
  background-image: url(../img/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../img/misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../img/misc/menu-collapsed.png);
  background-position: 5px 50%;
}
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}
.resizable-textarea {
  width: 95%;
}
@media (max-width: 992px) {
  .resizable-textarea {
    width: 100%;
  }
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eeeeee url(../img/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
@media (max-width: 992px) {
  .resizable-textarea .grippie {
    margin-right: 0 !important;
  }
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em;
  padding: .42em 1.5em .42em .5em;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../img/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right;
  padding-right: 5%;
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right;
  margin: 0 5% 0 0;
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}
.progress {
  font-weight: 700;
}
.progress .bar {
  background: #ffffff url(../img/misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: .5em solid #004a73;
  width: 0;
}
.progress .percentage {
  float: right;
}
.progress-disabled {
  float: left;
}
.ahah-progress {
  float: left;
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../img/misc/throbber.gif) no-repeat 0 -18px;
  float: left;
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}
#first-time strong {
  display: block;
  padding: 1.5em 0 0.5em;
}
tr.selected td {
  background: #ffffcc;
}
table.sticky-header {
  margin-top: 0;
  background: #ffffff;
}
#clean-url.install {
  display: none;
}
html.js .js-hide {
  display: none;
}
#system-modules div.incompatible {
  font-weight: 700;
}
#system-themes-form div.incompatible {
  font-weight: 700;
}
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px;
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0;
  font-size: .85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0;
}
input.password-confirm {
  margin-right: 10px;
}
.confirm-parent {
  margin: 5px 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: 400;
}
/*	******************************************************
			MASTER FORM ELEMENTS
	****************************************************** */
.webform-component {
  padding: 0;
  margin: 0;
}
.webform-component:before,
.webform-component:after {
  content: "";
  display: table;
}
.webform-component:after {
  clear: both;
}
.webform-component {
  *zoom: 1;
}
.webform-component p {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .webform-component > p {
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.webform-component > .form-item {
  display: block;
  margin: 0 0 12px 0;
  padding: 0 12px;
}
.webform-component > .form-item .form-item {
  clear: both;
}
.webform-component > .form-item .horizontal {
  display: inline;
}
.webform-component > .form-item .horizontal input[type=checkbox] + label,
.webform-component > .form-item .horizontal input[type=radio] + label {
  float: none;
  display: inline;
}
.default-form .webform-component > .form-item:before,
.default-form .webform-component > .form-item:after {
  content: "";
  display: table;
  clear: both !important;
}
.default-form .webform-component > .form-item {
  *zoom: 1;
}
/* Error messages */
.webform-component > .form-item-error,
.rmg-form-errors-wrap,
.rmg-form-errors {
  display: block;
  border: 1px solid #d8242f;
  background-color: #fdf4f4;
  border-radius: 3px;
  padding: 12px;
  overflow: auto;
}
.rmg-form-errors-wrap {
  margin-bottom: 32px;
  background: #fdf4f4 url(../img/icon-generic.png) no-repeat 16px 16px;
  padding: 16px 16px 16px 96px;
}
.rmg-form-errors-wrap h2 {
  font-size: 1.25em;
  color: #d8242f;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.rmg-form-errors-wrap ol {
  margin: 0 0 4px 0;
  color: #d8242f;
}
.rmg-form-errors-wrap ol,
.rmg-form-errors-wrap ol li {
  list-style: disc;
  list-style-position: inside;
}
.form-item-error p.error,
.form-item-error em {
  margin: 0 0 4px 0;
  font-weight: bold;
}
.form-item-error p.error {
  color: #000;
}
.form-error-header {
  margin-top: 0;
  font-size: 1.5em;
}
/* Description element */
.webform-component .description {
  clear: both;
  display: block;
  padding-left: 224px;
  padding-top: 4px;
}
@media (max-width: 992px) {
  .webform-component .description {
    padding-left: 0;
  }
}
.webform-component .description p {
  margin: 0;
}
.webform-container-inline .inline-fieldset .description {
  padding-left: 0;
}
/* Labels */
.form-item label,
.inline-legend {
  width: 208px;
  margin: 0 16px 0 0;
  float: left;
  text-align: right;
  font-weight: normal;
  font-size: 1.1em;
  min-height: 22px;
}
@media (max-width: 992px) {
  .form-item label,
  .inline-legend {
    width: 100%;
    text-align: left;
    min-height: 0;
  }
}
.form-item .top-legend {
  width: 208px;
  margin: 0 16px 0 0;
  float: left;
  text-align: right;
  font-weight: normal;
  font-size: 1.1em;
  min-height: 22px;
}
@media (max-width: 992px) {
  .form-item .top-legend {
    width: 100%;
    text-align: left;
    min-height: 0;
  }
}
.form-item .top-legend label {
  text-align: left;
}
.form-item .top-legend .description {
  padding-left: 0;
  text-align: left;
}
.g-1 .form-item label,
.g-2 .form-item label,
.g-3 .form-item label,
.g-4 .form-item label,
.g-5 .form-item label,
.g-6 .form-item label,
.g-7 .form-item label,
.g-8 .form-item label,
.g-9 .form-item label,
.g-10 .form-item label,
.g-11 .form-item label,
.g-12 .form-item label,
.g-13 .form-item label,
.g-14 .form-item label,
.g-15 .form-item label,
.g-16 .form-item label,
.g-1 .inline-legend,
.g-2 .inline-legend,
.g-3 .inline-legend,
.g-4 .inline-legend,
.g-5 .inline-legend,
.g-6 .inline-legend,
.g-7 .inline-legend,
.g-8 .inline-legend,
.g-9 .inline-legend,
.g-10 .inline-legend,
.g-11 .inline-legend,
.g-12 .inline-legend,
.g-13 .inline-legend,
.g-14 .inline-legend,
.g-15 .inline-legend,
.g-16 .inline-legend {
  text-align: left;
}
#edit-search-block-form-1-wrapper label {
  display: none;
  visibility: hidden;
}
.webform-component-radios div.form-item label,
.webform-component-checkboxes div.form-item label {
  float: none;
  margin: 0;
  text-align: left;
  font-size: 1em;
}
.webform-component-radios div.form-item label input,
.webform-component-checkboxes div.form-item label input {
  margin-right: 4px;
}
.webform-component-inline div.form-item {
  display: inline;
}
.webform-container-inline .inline-legend {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
}
.webform-container-inline div.form-item label.option {
  display: inline;
  float: none;
  width: auto;
  margin: 0 24px 0 0;
  text-align: left;
  font-size: 1.1em;
}
/* Inputs */
input[type="radio"] {
  border: none !important;
}
.form-radios,
.form-checkboxes {
  float: left;
  margin: 0;
  width: 272px;
  padding-top: 5px;
}
.form-radios .form-item,
.form-checkboxes .form-item {
  margin: 0;
}
.marker,
.form-required {
  color: red;
}
.form-radios .form-item,
.form-checkboxes .form-item {
  margin: 0 0 10px 0;
}
.form-radios .form-item:last-child,
.form-checkboxes .form-item:last-child {
  margin-bottom: 0;
}
.webform-container-inline .form-radios,
.webform-container-inline .form-checkboxes {
  display: block;
  width: 100%;
  padding-top: 0;
}
.webform-component-date .webform-container-inline .form-item label,
.webform-component-webform_time .webform-container-inline .form-item label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  text-indent: -2500px;
  float: none;
}
.webform-component-markup h2 {
  margin: 1em 0 0 0;
  font-size: 1.25em;
}
.webform-component-markup p {
  margin-top: .4em;
}
.webform-container-inline .form-radios .form-item,
.webform-container-inline .form-checkboxes .form-item {
  margin-bottom: 0;
}
.form-text,
.form-textarea,
.form-item select {
  width: 275px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media (max-width: 992px) {
  .form-text,
  .form-textarea,
  .form-item select {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #ccc;
  color: #e55;
}
.form-text,
.form-textarea {
  width: 260px;
  padding: 6px;
}
@media (max-width: 992px) {
  .form-text,
  .form-textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.form-text[name="search_block_form"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.form-text-custom-width {
  width: inherit !important;
}
@media (max-width: 992px) {
  .form-text-custom-width {
    width: 100% !important;
  }
}
.webform-component-textfield label,
.webform-component-textarea label,
.webform-component-email label {
  padding-top: 4px;
}
.form-item select {
  font-size: 1.1em;
}
.form-item select.day,
.form-item select.month,
.form-item select.year,
.webform-component-webform_time .form-item select {
  width: auto;
}
/* actions/buttons */
.form-actions {
  background: #f4f1eb;
  padding: 8px;
  text-align: right;
  font-size: 1.1em;
  margin-top: 16px;
}
.form-actions .btn-secondary {
  float: left;
}
.form-actions .form-submit {
  border: none;
  background: #d8242f url(../img/chevron-lge-right-fff.png) no-repeat 92% 50%;
}
.form-actions .form-submit:hover,
.form-actions .form-submit:focus,
.form-actions .form-submit:active {
  background-color: #ac000b;
}
/* jQuery datepicker */
.date-fieldset #ui-datepicker-div {
  background: #fff;
  border: 1px solid #dad7d0;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/* Mortgage Repayment Calculator form related styles*/
form#mortgagerepaymentcalculator-form .form-text,
form#mortgagerepaymentcalculator-form .form-textarea {
  width: 230px;
}
@media (max-width: 992px) {
  form#mortgagerepaymentcalculator-form .form-text,
  form#mortgagerepaymentcalculator-form .form-textarea {
    width: 100% !important;
    min-width: 100%;
  }
}
form#mortgagerepaymentcalculator-form .form-item select {
  width: 242px;
}
@media (max-width: 992px) {
  form#mortgagerepaymentcalculator-form .form-item select {
    width: 100% !important;
    min-width: 100%;
  }
}
form#mortgagerepaymentcalculator-form .form-item label,
form#mortgagerepaymentcalculator-form .inline-legend {
  width: 290px;
}
@media (max-width: 992px) {
  form#mortgagerepaymentcalculator-form .form-item label,
  form#mortgagerepaymentcalculator-form .inline-legend {
    width: 100%;
    text-align: left;
  }
}
.g-31 form#mortgagerepaymentcalculator-form .form-text,
.g-31 form#mortgagerepaymentcalculator-form .form-textarea {
  width: 46.8%;
}
.g-31 form#mortgagerepaymentcalculator-form .form-item select {
  width: 48.4%;
}
.g-31 form#mortgagerepaymentcalculator-form .form-item label,
.g-31 form#mortgagerepaymentcalculator-form .inline-legend {
  width: 48.4%;
  margin-right: 1.6%;
}
.g-1 form#mortgagerepaymentcalculator-form .form-text,
.g-2 form#mortgagerepaymentcalculator-form .form-text,
.g-3 form#mortgagerepaymentcalculator-form .form-text,
.g-4 form#mortgagerepaymentcalculator-form .form-text,
.g-5 form#mortgagerepaymentcalculator-form .form-text,
.g-6 form#mortgagerepaymentcalculator-form .form-text,
.g-7 form#mortgagerepaymentcalculator-form .form-text,
.g-8 form#mortgagerepaymentcalculator-form .form-text,
.g-9 form#mortgagerepaymentcalculator-form .form-text,
.g-10 form#mortgagerepaymentcalculator-form .form-text,
.g-11 form#mortgagerepaymentcalculator-form .form-text,
.g-12 form#mortgagerepaymentcalculator-form .form-text,
.g-13 form#mortgagerepaymentcalculator-form .form-text,
.g-14 form#mortgagerepaymentcalculator-form .form-text,
.g-15 form#mortgagerepaymentcalculator-form .form-text,
.g-16 form#mortgagerepaymentcalculator-form .form-text,
.g-17 form#mortgagerepaymentcalculator-form .form-text,
.g-18 form#mortgagerepaymentcalculator-form .form-text,
.g-19 form#mortgagerepaymentcalculator-form .form-text,
.g-1 form#mortgagerepaymentcalculator-form .form-textarea,
.g-2 form#mortgagerepaymentcalculator-form .form-textarea,
.g-3 form#mortgagerepaymentcalculator-form .form-textarea,
.g-4 form#mortgagerepaymentcalculator-form .form-textarea,
.g-5 form#mortgagerepaymentcalculator-form .form-textarea,
.g-6 form#mortgagerepaymentcalculator-form .form-textarea,
.g-7 form#mortgagerepaymentcalculator-form .form-textarea,
.g-8 form#mortgagerepaymentcalculator-form .form-textarea,
.g-9 form#mortgagerepaymentcalculator-form .form-textarea,
.g-10 form#mortgagerepaymentcalculator-form .form-textarea,
.g-11 form#mortgagerepaymentcalculator-form .form-textarea,
.g-12 form#mortgagerepaymentcalculator-form .form-textarea,
.g-13 form#mortgagerepaymentcalculator-form .form-textarea,
.g-14 form#mortgagerepaymentcalculator-form .form-textarea,
.g-15 form#mortgagerepaymentcalculator-form .form-textarea,
.g-16 form#mortgagerepaymentcalculator-form .form-textarea,
.g-17 form#mortgagerepaymentcalculator-form .form-textarea,
.g-18 form#mortgagerepaymentcalculator-form .form-textarea,
.g-19 form#mortgagerepaymentcalculator-form .form-textarea {
  width: 100% !important;
  min-width: 100%;
}
.g-1 form#mortgagerepaymentcalculator-form .form-item select,
.g-2 form#mortgagerepaymentcalculator-form .form-item select,
.g-3 form#mortgagerepaymentcalculator-form .form-item select,
.g-4 form#mortgagerepaymentcalculator-form .form-item select,
.g-5 form#mortgagerepaymentcalculator-form .form-item select,
.g-6 form#mortgagerepaymentcalculator-form .form-item select,
.g-7 form#mortgagerepaymentcalculator-form .form-item select,
.g-8 form#mortgagerepaymentcalculator-form .form-item select,
.g-9 form#mortgagerepaymentcalculator-form .form-item select,
.g-10 form#mortgagerepaymentcalculator-form .form-item select,
.g-11 form#mortgagerepaymentcalculator-form .form-item select,
.g-12 form#mortgagerepaymentcalculator-form .form-item select,
.g-13 form#mortgagerepaymentcalculator-form .form-item select,
.g-14 form#mortgagerepaymentcalculator-form .form-item select,
.g-15 form#mortgagerepaymentcalculator-form .form-item select,
.g-16 form#mortgagerepaymentcalculator-form .form-item select,
.g-17 form#mortgagerepaymentcalculator-form .form-item select,
.g-18 form#mortgagerepaymentcalculator-form .form-item select,
.g-19 form#mortgagerepaymentcalculator-form .form-item select {
  width: 100% !important;
  min-width: 100%;
}
.g-1 form#mortgagerepaymentcalculator-form .form-item label,
.g-2 form#mortgagerepaymentcalculator-form .form-item label,
.g-3 form#mortgagerepaymentcalculator-form .form-item label,
.g-4 form#mortgagerepaymentcalculator-form .form-item label,
.g-5 form#mortgagerepaymentcalculator-form .form-item label,
.g-6 form#mortgagerepaymentcalculator-form .form-item label,
.g-7 form#mortgagerepaymentcalculator-form .form-item label,
.g-8 form#mortgagerepaymentcalculator-form .form-item label,
.g-9 form#mortgagerepaymentcalculator-form .form-item label,
.g-10 form#mortgagerepaymentcalculator-form .form-item label,
.g-11 form#mortgagerepaymentcalculator-form .form-item label,
.g-12 form#mortgagerepaymentcalculator-form .form-item label,
.g-13 form#mortgagerepaymentcalculator-form .form-item label,
.g-14 form#mortgagerepaymentcalculator-form .form-item label,
.g-15 form#mortgagerepaymentcalculator-form .form-item label,
.g-16 form#mortgagerepaymentcalculator-form .form-item label,
.g-17 form#mortgagerepaymentcalculator-form .form-item label,
.g-18 form#mortgagerepaymentcalculator-form .form-item label,
.g-19 form#mortgagerepaymentcalculator-form .form-item label,
.g-1 form#mortgagerepaymentcalculator-form .inline-legend,
.g-2 form#mortgagerepaymentcalculator-form .inline-legend,
.g-3 form#mortgagerepaymentcalculator-form .inline-legend,
.g-4 form#mortgagerepaymentcalculator-form .inline-legend,
.g-5 form#mortgagerepaymentcalculator-form .inline-legend,
.g-6 form#mortgagerepaymentcalculator-form .inline-legend,
.g-7 form#mortgagerepaymentcalculator-form .inline-legend,
.g-8 form#mortgagerepaymentcalculator-form .inline-legend,
.g-9 form#mortgagerepaymentcalculator-form .inline-legend,
.g-10 form#mortgagerepaymentcalculator-form .inline-legend,
.g-11 form#mortgagerepaymentcalculator-form .inline-legend,
.g-12 form#mortgagerepaymentcalculator-form .inline-legend,
.g-13 form#mortgagerepaymentcalculator-form .inline-legend,
.g-14 form#mortgagerepaymentcalculator-form .inline-legend,
.g-15 form#mortgagerepaymentcalculator-form .inline-legend,
.g-16 form#mortgagerepaymentcalculator-form .inline-legend,
.g-17 form#mortgagerepaymentcalculator-form .inline-legend,
.g-18 form#mortgagerepaymentcalculator-form .inline-legend,
.g-19 form#mortgagerepaymentcalculator-form .inline-legend {
  width: 100%;
  text-align: left;
}
.g-1 .potools .sell-form label.option,
.g-2 .potools .sell-form label.option,
.g-3 .potools .sell-form label.option,
.g-4 .potools .sell-form label.option,
.g-5 .potools .sell-form label.option,
.g-6 .potools .sell-form label.option,
.g-7 .potools .sell-form label.option,
.g-8 .potools .sell-form label.option,
.g-9 .potools .sell-form label.option,
.g-10 .potools .sell-form label.option,
.g-11 .potools .sell-form label.option,
.g-12 .potools .sell-form label.option,
.g-13 .potools .sell-form label.option,
.g-14 .potools .sell-form label.option,
.g-15 .potools .sell-form label.option,
.g-16 .potools .sell-form label.option,
.g-17 .potools .sell-form label.option,
.g-18 .potools .sell-form label.option,
.g-19 .potools .sell-form label.option {
  display: block;
  width: 100%;
}
.g-1 .potools .webform-component > .form-item,
.g-2 .potools .webform-component > .form-item,
.g-3 .potools .webform-component > .form-item,
.g-4 .potools .webform-component > .form-item,
.g-5 .potools .webform-component > .form-item,
.g-6 .potools .webform-component > .form-item,
.g-7 .potools .webform-component > .form-item,
.g-8 .potools .webform-component > .form-item,
.g-9 .potools .webform-component > .form-item,
.g-10 .potools .webform-component > .form-item,
.g-11 .potools .webform-component > .form-item,
.g-12 .potools .webform-component > .form-item,
.g-13 .potools .webform-component > .form-item,
.g-14 .potools .webform-component > .form-item,
.g-15 .potools .webform-component > .form-item,
.g-16 .potools .webform-component > .form-item,
.g-17 .potools .webform-component > .form-item,
.g-18 .potools .webform-component > .form-item,
.g-19 .potools .webform-component > .form-item,
.g-1 .potools .form-actions,
.g-2 .potools .form-actions,
.g-3 .potools .form-actions,
.g-4 .potools .form-actions,
.g-5 .potools .form-actions,
.g-6 .potools .form-actions,
.g-7 .potools .form-actions,
.g-8 .potools .form-actions,
.g-9 .potools .form-actions,
.g-10 .potools .form-actions,
.g-11 .potools .form-actions,
.g-12 .potools .form-actions,
.g-13 .potools .form-actions,
.g-14 .potools .form-actions,
.g-15 .potools .form-actions,
.g-16 .potools .form-actions,
.g-17 .potools .form-actions,
.g-18 .potools .form-actions,
.g-19 .potools .form-actions {
  padding: 0;
}
.g-1 .potools .webform-component-select label,
.g-2 .potools .webform-component-select label,
.g-3 .potools .webform-component-select label,
.g-4 .potools .webform-component-select label,
.g-5 .potools .webform-component-select label,
.g-6 .potools .webform-component-select label,
.g-7 .potools .webform-component-select label,
.g-8 .potools .webform-component-select label,
.g-9 .potools .webform-component-select label,
.g-10 .potools .webform-component-select label,
.g-11 .potools .webform-component-select label,
.g-12 .potools .webform-component-select label,
.g-13 .potools .webform-component-select label,
.g-14 .potools .webform-component-select label,
.g-15 .potools .webform-component-select label,
.g-16 .potools .webform-component-select label,
.g-17 .potools .webform-component-select label,
.g-18 .potools .webform-component-select label,
.g-19 .potools .webform-component-select label,
.g-1 .potools .webform-component-textfield label,
.g-2 .potools .webform-component-textfield label,
.g-3 .potools .webform-component-textfield label,
.g-4 .potools .webform-component-textfield label,
.g-5 .potools .webform-component-textfield label,
.g-6 .potools .webform-component-textfield label,
.g-7 .potools .webform-component-textfield label,
.g-8 .potools .webform-component-textfield label,
.g-9 .potools .webform-component-textfield label,
.g-10 .potools .webform-component-textfield label,
.g-11 .potools .webform-component-textfield label,
.g-12 .potools .webform-component-textfield label,
.g-13 .potools .webform-component-textfield label,
.g-14 .potools .webform-component-textfield label,
.g-15 .potools .webform-component-textfield label,
.g-16 .potools .webform-component-textfield label,
.g-17 .potools .webform-component-textfield label,
.g-18 .potools .webform-component-textfield label,
.g-19 .potools .webform-component-textfield label,
.g-1 .potools .webform-component-select select,
.g-2 .potools .webform-component-select select,
.g-3 .potools .webform-component-select select,
.g-4 .potools .webform-component-select select,
.g-5 .potools .webform-component-select select,
.g-6 .potools .webform-component-select select,
.g-7 .potools .webform-component-select select,
.g-8 .potools .webform-component-select select,
.g-9 .potools .webform-component-select select,
.g-10 .potools .webform-component-select select,
.g-11 .potools .webform-component-select select,
.g-12 .potools .webform-component-select select,
.g-13 .potools .webform-component-select select,
.g-14 .potools .webform-component-select select,
.g-15 .potools .webform-component-select select,
.g-16 .potools .webform-component-select select,
.g-17 .potools .webform-component-select select,
.g-18 .potools .webform-component-select select,
.g-19 .potools .webform-component-select select,
.g-1 .potools .webform-component-textfield select,
.g-2 .potools .webform-component-textfield select,
.g-3 .potools .webform-component-textfield select,
.g-4 .potools .webform-component-textfield select,
.g-5 .potools .webform-component-textfield select,
.g-6 .potools .webform-component-textfield select,
.g-7 .potools .webform-component-textfield select,
.g-8 .potools .webform-component-textfield select,
.g-9 .potools .webform-component-textfield select,
.g-10 .potools .webform-component-textfield select,
.g-11 .potools .webform-component-textfield select,
.g-12 .potools .webform-component-textfield select,
.g-13 .potools .webform-component-textfield select,
.g-14 .potools .webform-component-textfield select,
.g-15 .potools .webform-component-textfield select,
.g-16 .potools .webform-component-textfield select,
.g-17 .potools .webform-component-textfield select,
.g-18 .potools .webform-component-textfield select,
.g-19 .potools .webform-component-textfield select,
.g-1 .potools .webform-component-select input,
.g-2 .potools .webform-component-select input,
.g-3 .potools .webform-component-select input,
.g-4 .potools .webform-component-select input,
.g-5 .potools .webform-component-select input,
.g-6 .potools .webform-component-select input,
.g-7 .potools .webform-component-select input,
.g-8 .potools .webform-component-select input,
.g-9 .potools .webform-component-select input,
.g-10 .potools .webform-component-select input,
.g-11 .potools .webform-component-select input,
.g-12 .potools .webform-component-select input,
.g-13 .potools .webform-component-select input,
.g-14 .potools .webform-component-select input,
.g-15 .potools .webform-component-select input,
.g-16 .potools .webform-component-select input,
.g-17 .potools .webform-component-select input,
.g-18 .potools .webform-component-select input,
.g-19 .potools .webform-component-select input,
.g-1 .potools .webform-component-textfield input,
.g-2 .potools .webform-component-textfield input,
.g-3 .potools .webform-component-textfield input,
.g-4 .potools .webform-component-textfield input,
.g-5 .potools .webform-component-textfield input,
.g-6 .potools .webform-component-textfield input,
.g-7 .potools .webform-component-textfield input,
.g-8 .potools .webform-component-textfield input,
.g-9 .potools .webform-component-textfield input,
.g-10 .potools .webform-component-textfield input,
.g-11 .potools .webform-component-textfield input,
.g-12 .potools .webform-component-textfield input,
.g-13 .potools .webform-component-textfield input,
.g-14 .potools .webform-component-textfield input,
.g-15 .potools .webform-component-textfield input,
.g-16 .potools .webform-component-textfield input,
.g-17 .potools .webform-component-textfield input,
.g-18 .potools .webform-component-textfield input,
.g-19 .potools .webform-component-textfield input {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
#edit-monthly-repayment-amount-wrapper .form-item label {
  width: 48.4%;
}
@media (max-width: 992px) {
  #edit-monthly-repayment-amount-wrapper .form-item label {
    width: 100%;
  }
}
.g-20 form#mortgagerepaymentcalculator-form #edit-mortgage-product {
  width: 548px;
}
@media (max-width: 992px) {
  form#mortgagerepaymentcalculator-form #edit-mortgage-product {
    width: 100%;
  }
}
.potools.result {
  background-color: #d8242f;
  color: #fff;
  padding-top: 28px;
}
@media (max-width: 992px) {
  .potools .sell-form label.option {
    display: block;
    width: 100%;
  }
  .potools .webform-component > .form-item,
  .potools .form-actions {
    padding: 0;
  }
  .potools .webform-component-select label,
  .potools .webform-component-textfield label,
  .potools .webform-component-select select,
  .potools .webform-component-textfield select,
  .potools .webform-component-select input,
  .potools .webform-component-textfield input {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opcountry .webform-component label,
  .opcountry .webform-component select,
  .opcountry .webform-component input {
    width: 100%;
    text-align: left;
  }
}
.app-alt-text {
  color: #d8242f;
}
.css-transition-bg-color {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.rmg-form-errors-wrap,
.rmg-form-errors {
  margin-bottom: 32px;
}
.rmg-form-errors-wrap h2,
.rmg-form-errors h2 {
  font-size: 1.25em;
  color: #d8242f;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.rmg-form-errors-wrap ol,
.rmg-form-errors ol {
  margin: 0 0 4px 0;
  color: #d8242f;
}
.rmg-form-errors-wrap ol,
.rmg-form-errors-wrap ol li,
.rmg-form-errors ol,
.rmg-form-errors ol li {
  list-style: disc;
  list-style-position: inside;
}
.webform-component-date input.form-text {
  width: 59px;
}
.webform-component-date .container-inline {
  float: left;
}
.webform-component-date .container-inline .webform-component-select {
  float: left;
}
.webform-component-date .container-inline .webform-component-select .form-item {
  padding: 0 5px 0 0;
}
#pol-login-logout-confirmation ul {
  list-style: none;
}
#pol-login-logout-confirmation li {
  list-style: none;
}
.consent-wrapper .webform-component-checkboxes {
  float: left;
  margin: 0 10px 0 0;
}
.date-fieldset .webform-calendar {
  background: url(../img/misc/calendar.png) no-repeat 3px 3px;
  width: 24px;
  height: 21px;
  float: left;
  border-width: 0;
  color: transparent;
  font-size: 0;
}
.date-fieldset #ui-datepicker-div {
  background: #fff;
  border: 1px solid #dad7d0;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.date-fieldset #ui-datepicker-div .ui-datepicker-header {
  background: none;
  border: none;
  position: static;
}
.date-fieldset #ui-datepicker-div select.ui-datepicker-month {
  left: 0;
}
.date-fieldset .ui-datepicker-div,
.date-fieldset .ui-datepicker-inline,
.date-fieldset #ui-datepicker-div {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #d3d3d3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.3;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 2.5em .5em .5em;
  position: relative;
  text-decoration: none;
  width: 186px;
}
.date-fieldset .ui-datepicker .ui-datepicker-prev span {
  background: url(../img/date_popup/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 1.4em;
  text-indent: -999999px;
  width: 1.3em;
}
.date-fieldset .ui-datepicker .ui-datepicker-next span {
  background: url(../img/date_popup/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 1.4em;
  text-indent: -999999px;
  width: 1.3em;
}
.date-fieldset .ui-datepicker .ui-datepicker-title {
  background: none repeat scroll 0 0 #e6e6e6;
  border: 1px solid #d3d3d3;
  color: #555;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: .5em;
  left: 30px;
  font-weight: 800;
}
.date-fieldset .ui-datepicker .ui-datepicker-title select {
  float: left;
  font-size: 1em;
  margin: 1px 0;
}
.date-fieldset .ui-datepicker select.ui-datepicker-month,
.date-fieldset .ui-datepicker select.ui-datepicker-year {
  width: 50%;
}
.date-fieldset .ui-datepicker select.ui-datepicker-month {
  background: none repeat scroll 0 0 #e6e6e6;
  border: 1px solid #d3d3d3;
  color: #555;
  font-family: Verdana, Arial, sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  width: 6.5em;
}
.date-fieldset .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  color: #555;
  float: right;
  font-family: Verdana, Arial, sans-serif;
  font-size: .9em;
  left: 80px;
  position: absolute;
  top: 0;
  width: 5em;
}
.date-fieldset .ui-datepicker table {
  border: 1px solid #d3d3d3;
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.date-fieldset .ui-datepicker table th {
  text-align: center;
  font-weight: 400;
  background: none;
  font-size: .9em;
  text-transform: uppercase;
  border: 1px solid #cccccc;
}
.date-fieldset .ui-datepicker table.ui-datepicker-title-row td a {
  color: #222;
  line-height: 1.5em;
  text-transform: uppercase;
}
.date-fieldset .ui-datepicker table tbody td a {
  background: url(../img/date_popup/e6e6e6_40x100_textures_02_glass_75.png) repeat-x scroll 0 50% #e6e6e6;
  border: 1px solid #fff;
  cursor: pointer;
  color: #555;
  font-weight: normal;
}
.date-fieldset .ui-datepicker td span,
.date-fieldset .ui-datepicker td a:hover {
  background: #dadada url(../img/date_popup/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
  border: 1px solid #999;
  color: #212121;
}
.date-fieldset table.ui-datepicker td a {
  color: #555;
  display: block;
  padding: .1em .3em .1em 0;
  text-decoration: none;
}
.date-fieldset .ui-datepicker td {
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.date-fieldset .ui-datepicker td span,
.date-fieldset .ui-datepicker td a {
  display: block;
  padding: .1em .3em .1em 0;
  text-decoration: none;
}
.date-fieldset .ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  position: static;
}
.date-fieldset .ui-datepicker-next {
  left: 172px;
}
.date-fieldset .ui-datepicker td {
  border: solid 1px #cccccc;
}
.date-fieldset .ui-datepicker th {
  border: solid 1px #cccccc;
}
.date-fieldset .messages.error a {
  color: #000000;
}
.date-fieldset .consent-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
}
.date-fieldset .consent-wrapper .webform-component-checkboxes {
  float: left;
  margin: 0 10px 0 0;
}
.date-fieldset #ui-datepicker-div table,
.date-fieldset #ui-datepicker-div td,
.date-fieldset #ui-datepicker-div th {
  margin: 0;
  padding: 0;
}
.date-fieldset #ui-datepicker-div,
.date-fieldset #ui-datepicker-div table,
.date-fieldset .ui-datepicker-div,
.date-fieldset .ui-datepicker-div table,
.date-fieldset .ui-datepicker-inline,
.date-fieldset .ui-datepicker-inline table {
  font-size: 12px !important;
}
.date-fieldset .ui-datepicker-div,
.date-fieldset .ui-datepicker-inline,
.date-fieldset #ui-datepicker-div {
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  background: #fff;
  border: 2px solid #d3d3d3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  margin: 0;
  padding: 2.5em .5em .5em;
  position: relative;
  width: 15.5em;
}
.date-fieldset #ui-datepicker-div {
  background: #fff;
  display: none;
  z-index: 9999;
}
.date-fieldset .ui-datepicker-inline {
  display: block;
  float: left;
}
.date-fieldset .ui-datepicker-control {
  display: none;
}
.date-fieldset .ui-datepicker-current {
  display: none;
}
.date-fieldset .ui-datepicker-next,
.date-fieldset .ui-datepicker-prev {
  background: #e6e6e6 url(../img/date_popup/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
  left: .5em;
  position: absolute;
  top: 0.5em;
}
.date-fieldset .ui-datepicker-next {
  left: 14.6em;
}
.date-fieldset .ui-datepicker-next:hover,
.date-fieldset .ui-datepicker-prev:hover {
  background: #dadada url(../img/date_popup/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.date-fieldset .ui-datepicker-next a,
.date-fieldset .ui-datepicker-prev a {
  background: url(../img/date_popup/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 1.4em;
  text-indent: -999999px;
  width: 1.3em;
}
.date-fieldset .ui-datepicker-next a {
  background: url(../img/date_popup/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.date-fieldset .ui-datepicker-prev a:hover {
  background: url(../img/date_popup/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.date-fieldset .ui-datepicker-next a:hover {
  background: url(../img/date_popup/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.date-fieldset .ui-datepicker-prev a:active {
  background: url(../img/date_popup/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.date-fieldset .ui-datepicker-next a:active {
  background: url(../img/date_popup/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.date-fieldset .ui-datepicker-header select {
  background: #e6e6e6;
  border: 1px solid #d3d3d3;
  color: #555;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0.5em;
}
.date-fieldset .ui-datepicker-header select.ui-datepicker-new-month {
  left: 2.2em;
  width: 7em;
}
.date-fieldset .ui-datepicker-header select.ui-datepicker-new-year {
  left: 9.4em;
  width: 5em;
}
.date-fieldset table.ui-datepicker {
  text-align: right;
  width: 15.5em;
}
.date-fieldset table.ui-datepicker td a {
  color: #555;
  display: block;
  padding: .1em .3em .1em 0;
  text-decoration: none;
}
.date-fieldset table.ui-datepicker tbody {
  border-top: none;
}
.date-fieldset table.ui-datepicker tbody td a {
  background: #e6e6e6 url(../img/date_popup/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
  border: 1px solid #fff;
  cursor: pointer;
}
.date-fieldset table.ui-datepicker tbody td a:hover {
  background: #dadada url(../img/date_popup/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
  border: 1px solid #999;
  color: #212121;
}
.date-fieldset table.ui-datepicker tbody td a:active {
  background: #ffffff url(../img/date_popup/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
  border: 1px solid #ddd;
  color: #222222;
}
.date-fieldset table.ui-datepicker .ui-datepicker-title-row td {
  color: #222;
  font-size: .9em;
  padding: .3em 0;
  text-align: center;
  text-transform: uppercase;
}
.date-fieldset table.ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #ffffff url(../img/date_popup/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
}
.date-fieldset table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222222;
}
@media (max-width: 992px) {
  #edit-date-wrapper,
  #edit-time-wrapper {
    float: left !important;
  }
  #edit-date-wrapper input,
  #edit-time-wrapper input,
  #edit-date-wrapper label,
  #edit-time-wrapper label {
    clear: left;
  }
  #edit-date-wrapper img,
  #edit-time-wrapper img {
    float: left;
  }
  .webform-component .form-item .form-item input[type=checkbox] + label,
  .webform-component .form-item .form-item input[type=radio] + label {
    float: none;
    display: inline;
  }
}
div.text,
.text {
  background: none;
  border: none;
}
@media (max-width: 992px) {
  div.text,
  .text {
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#mortgageaffordabilitycalculator-form * {
  box-sizing: content-box;
}
#mortgageaffordabilitycalculator-form .container {
  width: auto;
  padding: 0;
}
#mortgageaffordabilitycalculator-form p {
  margin: 1em 0;
}
#mortgageaffordabilitycalculator-form h2 {
  line-height: 1.4em;
}
#mortgageaffordabilitycalculator-form .btn {
  font-size: 16px;
}
/* Share component */
.component-share {
  position: relative;
  display: inline-block;
  padding-top: 5px;
}
.component-share .share-link {
  padding: 4px 6px 4px 0;
}
.component-share .share-link span {
  position: relative;
  padding-left: 2em;
}
.component-share .share-link span:before {
  content: "";
  background: url('../img/ui-sprite.png') -347px -108px no-repeat;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0.5em;
  position: absolute;
}
.component-share .share-link:hover,
.component-share .share-link:focus,
.component-share .share-link:active {
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
}
.component-share .share-link:hover span:before,
.component-share .share-link:focus span:before,
.component-share .share-link:active span:before {
  background-position: -317px -108px;
}
.component-share .share-popup {
  position: absolute;
  bottom: 24px;
  left: 0;
  padding-bottom: 1em;
  display: none;
}
.component-share .share-popup-content {
  position: relative;
  background: rgba(42, 42, 42, 0.9);
  color: #fff;
  padding: 8px 16px;
  width: 240px;
}
.component-share .share-popup-content h3 {
  color: #9f9f9f;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 .5em 0;
}
.component-share .share-popup-content .popup-content-close {
  position: absolute;
  top: 12px;
  right: 16px;
  text-indent: -2500px;
  opacity: 0.5;
  background: url('../img/ui-sprite.png') -376px -108px no-repeat;
  width: 18px;
  height: 18px;
}
.component-share .share-popup-content .popup-content-close:hover,
.component-share .share-popup-content .popup-content-close:focus,
.component-share .share-popup-content .popup-content-close:active {
  opacity: 1;
}
.component-share .share-popup-content ul {
  list-style: none;
  margin: 0;
}
.component-share .share-popup-content ul li {
  border-top: #9f9f9f 1px solid;
  display: block;
}
.component-share .share-popup-content ul li a {
  color: #fff;
  padding: 10px  4px 8px 32px;
  font-size: 1em;
  display: block;
  position: relative;
}
.component-share .share-popup-content ul li a:hover,
.component-share .share-popup-content ul li a:focus,
.component-share .share-popup-content ul li a:active {
  text-decoration: none;
}
.component-share .share-popup-content ul li a:before {
  content: "";
  background: url('../img/ui-sprite.png') 0 0 no-repeat;
  width: 22px;
  height: 22px;
  top: .6em;
  left: 0;
  position: absolute;
  opacity: .5;
}
.component-share .share-popup-content ul li a:hover:before,
.component-share .share-popup-content ul li a:focus:before,
.component-share .share-popup-content ul li a:active:before {
  opacity: 1;
}
.component-share .share-popup-content ul .delicious a:before {
  background-position: -407px -64px;
}
.component-share .share-popup-content ul .digg a:before {
  background-position: -507px -66px;
}
.component-share .share-popup-content ul .facebook a:before {
  background-position: -657px -66px;
}
.component-share .share-popup-content ul .reddit a:before {
  background-position: -557px -66px;
}
.component-share .share-popup-content ul .stumbleUpon a:before {
  background-position: -607px -66px;
}
.component-share .share-popup-content ul .twitter a:before {
  background-position: -457px -66px;
}
.component-share .share-popup-content:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid rgba(42, 42, 42, 0.9);
}
html.lt-ie9 .component-share .share-popup-content {
  background: #2a2a2a;
}
html.lt-ie9 .component-share .share-popup-content ul li a {
  filter: alpha(opacity=50);
}
html.lt-ie9 .component-share .share-popup-content ul li a:hover,
html.lt-ie9 .component-share .share-popup-content ul li a:focus,
html.lt-ie9 .component-share .share-popup-content ul li a:active {
  filter: alpha(opacity=100);
}
html.lt-ie9 .component-share .share-popup-content .popup-content-close:hover,
html.lt-ie9 .component-share .share-popup-content .popup-content-close:focus,
html.lt-ie9 .component-share .share-popup-content .popup-content-close:active {
  filter: alpha(opacity=50);
}
html.lt-ie9 .component-share .share-popup-content:after {
  background: transparent url('../img/share-arrow.png') no-repeat left bottom;
  width: 42px;
  height: 20px;
  border: 0;
}
html.no-js .component-share:hover .share-popup,
html.no-js .component-share:focus .share-popup,
html.no-js .component-share:active .share-popup {
  display: block;
}
/*	******************************************************
			SEARCH RESULT PAGE STYLES
	****************************************************** */
#search_form_container .searchresults p {
  font-size: 1.7em;
  margin-top: 0;
}
#search_form_container .searchresults p:last-child {
  font-weight: bold;
  color: #2a2a2a;
  margin: 0;
}
#search_form_container .searchresults p:last-child span {
  color: #d8242f;
}
#search_form_container .box h2 {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  font-size: 3.1em;
  letter-spacing: -1px;
  margin: 0;
  font-weight: bold;
}
#search_form_container .box .content .item-list .pager {
  margin: 2em 0;
}
#search_form_container .box .content .item-list .pager li {
  font-size: 1.7em;
  font-weight: normal;
  margin-left: .5em;
}
#search_form_container .box .content .item-list .pager li a {
  font-weight: normal;
  color: #d8242f;
}
#search_form_container .box .content .item-list .pager .first,
#search_form_container .box .content .item-list .pager .last {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
}
#search_form_container .box .content .item-list .pager .first a:hover,
#search_form_container .box .content .item-list .pager .last a:hover {
  text-decoration: none;
}
#search_form_container .box .content .item-list .pager .first {
  float: left;
}
#search_form_container .box .content .item-list .pager .last {
  float: right;
}
#search_form_container .box .content .search-results dt {
  border-top: 1px solid #dad7d0;
}
#search_form_container .box .content .search-results dt h3 {
  font-size: 1.25em;
  margin: 1.4em 0 0 0;
}
#search_form_container .box .content .search-results dd {
  margin-left: 0;
}
#search_form_container .box .content .search-results dd p {
  margin: .3em 0 1.75em 0;
  color: #2a2a2a;
  line-height: 1.15em;
}
#search_form_container .box .content .search-results dt:first-child {
  border: 0;
}
#search_form_container form {
  float: left;
  margin: 0 0 28px 0;
}
#search_form_container form .container-inline {
  float: left;
}
#search_form_container form .container-inline .form-item .form-text {
  width: 420px;
  font-size: 1.1em;
}
#search_form_container form label {
  margin-top: .3em;
  margin-right: 8px;
  text-align: left;
  width: 148px;
}
#search_form_container .form-item {
  margin-top: 16px;
}
#search_form_container .form-item .form-submit {
  width: 31px;
  text-indent: -2500px;
  border-left: none;
  border-radius: 0 3px 3px 0;
  height: 33px;
  background: #f4f1ec url('../img/ui-sprite.png') no-repeat -188px -21px;
}
#search_form_container .form-item .form-text,
#search_form_container .form-item .form-submit {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  border: 1px solid #C6C3BC;
}
#search_form_container .form-item .form-text {
  padding: 8px;
  height: 15px;
  font-size: .85em;
  overflow: hidden;
  border-right: none;
  border-radius: 3px 0px 0px 3px;
}
#search_form_container .form-item .form-submit:hover,
#search_form_container .form-item .form-submit:focus,
#search_form_container .form-item .form-submit:active {
  background: #5b5b5b url('../img/ui-sprite.png') no-repeat -188px -61px;
}
/*	******************************************************
			Tooltip Master Styles
	****************************************************** */
.glossary-item {
  color: #d8242f;
  font-weight: bold;
  border-bottom: 2px dotted #d8242f;
  position: relative;
  white-space: nowrap;
}
.glossary-item:hover {
  cursor: pointer;
  border-bottom-style: solid;
}
.glossary-definition {
  color: #fff;
  position: absolute;
  width: 300px;
  font-size: 0.8rem;
  z-index: 500;
  padding: 16px;
  display: block;
  opacity: 0;
}
@media (max-width: 992px) {
  .glossary-definition {
    width: 292px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
}
.glossary-definition:after {
  content: "";
  background: transparent url('../img/glossary-arrow.png') no-repeat bottom center;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 14px;
}
.glossary-definition-left:after {
  background-position: bottom left;
}
.glossary-definition-right:after {
  background-position: bottom right;
}
.glossary-definition-middle:after {
  background: none;
}
.glossary-definition.is-hidden {
  left: -2500px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.glossary-definition.is-active {
  background: rgba(42, 42, 42, 0.9);
  text-indent: 0;
  overflow: visible;
  opacity: 1;
}
.panel-fact-carousel .glossary-item {
  color: #fff;
  border-color: #fff;
}
html.lt-ie9 .glossary-definition {
  background: url('../img/glossary-bg.png') repeat;
  font-size: 12px;
}
html.lt-ie7 .glossary-definition {
  background: #2a2a2a;
}
html.no-js .glossary-definition {
  display: inline;
  padding: 0;
  position: relative;
  color: #2a2a2a;
  background: transparent;
  font-size: 1em;
}
html.no-js .glossary-definition:before {
  content: " (";
}
html.no-js .glossary-definition:after {
  content: ")";
  background: transparent;
  position: relative;
  width: auto;
  height: auto;
  bottom: 0;
}
/* Weather Icons */
.weather-icon .icon {
  background: url('../img/ui-weather.png') no-repeat 0 0;
  display: inline-block;
  width: 44px;
  height: 32px;
}
.weather-icon .icon-cloud {
  background-position: -10px -16px;
  width: 44px;
  height: 32px;
}
.weather-icon .icon-whitecloud {
  background-position: -74px -16px;
  width: 44px;
  height: 32px;
}
.weather-icon .icon-cloudsun {
  background-position: -138px 0;
  width: 54px;
  height: 48px;
}
.weather-icon .icon-cloudmoon {
  background-position: -202px -9px;
  width: 54px;
  height: 48px;
}
.weather-icon .icon-drizzle {
  background-position: -266px -16px;
  width: 54px;
  height: 48px;
}
/* Login page styles */
.potools {
  background: #f4f1eb;
  border-top: 4px solid #d8242f;
  padding: 16px;
}
.login-page #edit-pass-wrapper {
  position: relative;
}
.login-page #edit-pass-wrapper .description {
  position: absolute;
  bottom: -8px;
  width: auto;
  left: 224px;
  height: 1em;
}
.login-page #edit-pass-wrapper .field-suffix {
  margin-left: 8px;
}
.login-page .login-link {
  margin-top: 4px;
  margin-left: 224px;
}
.login-page .login-link.margin-top {
  margin-top: 48px;
}
.login-page .form-submit {
  background: #d8242f url(../img/chevron-lge-right-fff.png) no-repeat 92% 50%;
  border: none;
  float: right;
  margin-right: 16px;
}
.login-page .form-submit:hover,
.login-page .form-submit:focus,
.login-page .form-submit:active {
  background-color: #AC000B;
}
/* Modules */
/* header module */
.page-header-container {
  z-index: 5;
}
.page-header {
  min-height: 131px;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .page-header {
    min-height: 0;
  }
}
html.lt-ie7 .page-header {
  height: 131px;
}
.page-header-logo {
  position: absolute;
  top: 15px;
  left: 22px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.page-header-logo a {
  display: block;
  background: url('../img/ui-sprite.png') no-repeat -12px -10px;
  width: 129px;
  height: 96px;
  text-indent: -2500px;
  overflow: hidden;
}
/*	****************************************************************
		SECONDARY NAV
	**************************************************************** */
html.js .page-header-secondary {
  padding: 30px 0 16px 0;
  overflow: visible;
  min-height: 79px;
}
html.js .page-header-secondary > * {
  float: right;
}
@media (max-width: 992px) {
  html.js .page-header-secondary {
    float: right;
  }
  html.js .page-header-secondary .m-7 {
    margin-left: 0;
  }
}
html.js .nav-secondary > ul {
  float: right;
  height: 33px;
  border-radius: 3px;
}
html.js .masthead-image-page .nav-secondary > ul {
  background-color: #e3e3e3;
  background-color: rgba(255, 255, 255, 0.6);
}
html.js .nav-secondary li,
html.js .nav-secondary a {
  position: relative;
  color: #2a2a2a;
}
html.js .masthead-light .nav-secondary li,
html.js .masthead-light .nav-secondary a {
  color: #fff;
}
html.js .nav-secondary a:hover,
html.js .nav-secondary a:focus,
html.js .nav-secondary a:active {
  color: #d8242f;
}
html.js .nav-secondary > ul > li {
  display: inline-block;
  float: left;
}
html.js .nav-secondary > ul > li.registered {
  display: none;
}
html.js .nav-secondary > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 1.5em;
  background: #c6c3bc;
}
html.js .nav-secondary > ul > li:first-child:before,
html.js .nav-secondary > ul > li.first-child:before {
  display: none;
}
html.js .masthead-image-page .nav-secondary > ul > li:before {
  background-color: #5b5b5b;
  background-color: rgba(91, 91, 91, 0.5);
}
html.js .masthead-light .nav-secondary > ul > li:before {
  background: #fff;
}
html.js .nav-secondary > ul > li > a {
  display: inline-block;
  float: left;
  border: 1px solid transparent;
  padding: 8px 8px 16px 8px;
  font-weight: normal;
}
html.js .nav-secondary > ul > li > a:hover,
html.js .nav-secondary > ul > li > a:focus,
html.js .nav-secondary > ul > li > a:active {
  color: #d8242f;
}
html.js .nav-secondary > ul > li.dropdown > a {
  font-weight: bold;
  padding-left: 18px;
}
html.js .nav-secondary > ul > li.dropdown > a:before {
  content: '';
  position: absolute;
  display: block;
  top: 14px;
  left: 5px;
  width: 10px;
  height: 7px;
  background: url(../img/ui-chevrons.png) no-repeat -272px -479px;
}
html.js .masthead-light .nav-secondary > ul > li.dropdown > a:before {
  background-position: -272px -815px;
}
html.js .nav-secondary .dropdown {
  z-index: 1;
}
html.js .nav-secondary .dropdown:hover:before,
html.js .nav-secondary .dropdown:focus:before,
html.js .nav-secondary .dropdown:active:before {
  display: none;
}
html.js .nav-secondary > ul > li.dropdown:hover > a:before,
html.js .nav-secondary > ul > li.dropdown:focus > a:before,
html.js .nav-secondary > ul > li.dropdown:active > a:before {
  top: 13px;
  background-position: -192px -143px;
}
html.js .nav-secondary > ul > li.dropdown:hover > a,
html.js .nav-secondary > ul > li.dropdown:focus > a,
html.js .nav-secondary > ul > li.dropdown:active > a {
  background: #fff;
  border: 1px solid #dad7d0;
  color: #d8242f;
  border-radius: 3px 3px 0px 0px;
}
html.js .nav-secondary > ul > li.dropdown:hover + li:before {
  display: none;
}
html.js html.lt-ie9 .nav-secondary > ul > li.dropdown:hover > a,
html.js html.lt-ie9 .nav-secondary > ul > li.dropdown:focus > a,
html.js html.lt-ie9 .nav-secondary > ul > li.dropdown:active > a {
  z-index: 2;
}
html.js .nav-secondary > ul > li.dropdown:hover > a:after,
html.js .nav-secondary > ul > li.dropdown:focus > a:after,
html.js .nav-secondary > ul > li.dropdown:active > a:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 5;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
}
html.js .nav-secondary .dropdown > ul {
  position: absolute;
  display: none;
  top: 2.8em;
  left: auto;
  right: 0;
  width: 289px;
  padding: 12px 8px 8px 18px;
  border: 1px solid #dad7d0;
  background: #fff;
}
@media (max-width: 767px) {
  html.js .nav-secondary .dropdown > ul {
    left: auto;
    right: 0;
    width: auto;
    min-width: 120px;
  }
}
html.js .nav-secondary .dropdown > ul li {
  font-size: 1.25em;
  font-weight: bold;
  color: #2a2a2a;
}
html.js .nav-secondary .dropdown > ul a {
  margin: 0;
  padding: 0;
  color: #2a2a2a;
  display: block;
}
html.js .nav-secondary .dropdown > ul a:hover,
html.js .nav-secondary .dropdown > ul a:focus,
html.js .nav-secondary .dropdown > ul a:active {
  color: #d8242f;
}
html.js .nav-secondary .dropdown > ul a:before {
  display: none;
}
html.js .nav-secondary .dropdown > ul li ul {
  margin: 4px 0 0 0;
}
html.js .nav-secondary .dropdown > ul li ul li {
  font-size: 0.75em;
  font-weight: normal;
  margin: 0;
}
html.js .nav-secondary .dropdown > ul li ul li a {
  padding-left: 16px;
  color: #5b5b5b;
}
html.js .nav-secondary .dropdown > ul li ul li a:hover,
html.js .nav-secondary .dropdown > ul li ul li a:focus,
html.js .nav-secondary .dropdown > ul li ul li a:active {
  color: #d8242f;
}
html.js .nav-secondary .dropdown > ul li ul li a:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/ui-chevrons.png) no-repeat -115px -479px;
  width: 6px;
  height: 9px;
  top: 0.3em;
  left: 0;
}
html.js .nav-secondary .dropdown > ul li ul li a:hover:before,
html.js .nav-secondary .dropdown > ul li ul li a:focus:before,
html.js .nav-secondary .dropdown > ul li ul li a:active:before {
  background-position: -115px -143px;
}
html.js .nav-secondary .dropdown-last-child > ul {
  left: 0;
  width: 321px;
}
@media (max-width: 992px) {
  html.js .nav-secondary .dropdown-last-child > ul {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  html.js .nav-secondary .dropdown-last-child > ul {
    width: auto;
    min-width: 120px;
  }
}
html.js .nav-secondary .is-active-dropdown > ul,
html.js .nav-secondary .dropdown:hover > ul,
html.js .nav-secondary .dropdown > a:focus + ul,
html.js .nav-secondary .dropdown > a:active + ul {
  display: block;
}
html.js .dropdown-close {
  position: absolute;
  display: block;
  left: -2500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*	****************************************************************
		SEARCH
	**************************************************************** */
.site-search label {
  text-align: left;
  cursor: default;
}
.site-search label.hidden {
  display: none;
}
.site-search .container-inline {
  position: relative;
}
.site-search .form-text,
.site-search .form-submit {
  padding: 0;
  margin: 0;
  border: 1px solid #c6c3bc;
}
.site-search .form-text {
  padding: 8px 40px 8px 8px;
  height: 33px;
  overflow: hidden;
  border-right: none;
  border-radius: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-search .webform-component > .form-item {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.site-search .form-submit {
  width: 31px;
  text-indent: -2500px;
  border-left: none;
  border-radius: 0 3px 3px 0;
  height: 33px;
  background: #f4f1ec url('../img/ui-sprite.png') no-repeat -188px -21px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.site-search .form-submit:hover,
.site-search .form-submit:focus,
.site-search .form-submit:active {
  background: #5b5b5b url('../img/ui-sprite.png') no-repeat -188px -61px;
}
@media (max-width: 992px) {
  .header-search {
    margin-left: 16px;
  }
}
/*	****************************************************************
		PRIMARY NAV
	**************************************************************** */
html.js .nav-main,
html.js .nav-main a {
  color: #fff;
}
html.js .nav-main {
  background: #d8242f;
  font-weight: bold;
  overflow: visible;
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  html.js .nav-main {
    background: none;
    width: auto;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
    top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 767px) {
  html.js .nav-main {
    background: #d8242f;
  }
}
html.js .nav-main #menu-icon {
  display: none;
  float: right;
  padding: 18px 20px 16px 0;
  text-decoration: none;
  cursor: pointer;
}
html.js .nav-main #menu-icon span:before {
  content: '';
  display: inline;
  position: relative;
  top: 0px;
  left: 0;
  padding: 0 15px;
  background: url(../img/ui-chevrons.png) no-repeat -256px -811px;
}
@media (max-width: 767px) {
  html.js .nav-main #menu-icon {
    display: block;
  }
}
html.js .nav-main #menu-icon.nav-main-open span:before {
  content: '\00a0';
  background: url(../img/ui-chevrons.png) no-repeat -172px -811px;
}
html.js .nav-main #menu-more {
  list-style-type: none;
  display: block;
  display: none;
  margin-left: -1px;
  cursor: pointer;
  padding: 18px 20px 10px 0;
  position: relative;
}
html.js .nav-main #menu-more:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 0;
  height: 24px;
  border-left: 1px solid #ac000b;
}
@media (max-width: 767px) {
  html.js .nav-main #menu-more:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html.js .nav-main #menu-more {
    float: right;
    text-decoration: none;
  }
  html.js .nav-main #menu-more #menu-more-label1 {
    display: block;
  }
  html.js .nav-main #menu-more #menu-more-label2 {
    display: none;
  }
  html.js .nav-main #menu-more.menu-more-show {
    display: block;
  }
  html.js .nav-main #menu-more span {
    padding-left: 30px;
  }
  html.js .nav-main #menu-more span:before {
    content: '';
    position: absolute;
    display: block;
    top: 14px;
    left: 0;
    width: 30px;
    height: 20px;
    background: url(../img/ui-chevrons.png) no-repeat -262px -805px;
    height: 24px;
  }
  html.js .nav-main #menu-more.nav-main-open #menu-more-label1 {
    display: none;
  }
  html.js .nav-main #menu-more.nav-main-open #menu-more-label2 {
    display: block;
  }
}
html.js .nav-main #menu-more.nav-main-open span:before {
  content: '\00a0';
  background: url(../img/ui-chevrons.png) no-repeat -182px -805px;
}
html.js .nav-main #menu-back {
  list-style-type: none;
  display: none !important;
  margin-left: -1px;
  cursor: pointer;
  padding: 16px 20px 12px 30px;
  clear: both;
  position: absolute;
  top: 55px;
  z-index: 2;
  text-decoration: none;
}
html.js .nav-main > ul {
  float: right;
  background: #d8242f;
}
@media (min-width: 768px) and (max-width: 992px) {
  html.js .nav-main > ul {
    float: none;
    text-align: right;
    display: block;
    max-height: 52px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  html.js .nav-main > ul {
    display: none;
    width: 100%;
    border-top: 1px solid #ac1d25;
    background: #dad7d0;
  }
}
html.js .nav-main ul.multiline {
  max-height: none;
  overflow: visible;
}
@media (max-width: 767px) {
  html.js .nav-main ul.show-mobile {
    display: block;
  }
}
html.js .nav-main ul li,
html.js .nav-main ul li a {
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  html.js .nav-main ul li,
  html.js .nav-main ul li a {
    width: 100%;
    display: block;
  }
}
html.js .nav-main ul li:first-child {
  margin-left: 176px;
}
@media (max-width: 767px) {
  html.js .nav-main ul li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html.js .nav-main ul li {
    vertical-align: bottom;
  }
}
html.js .nav-main ul li a,
html.js .nav-main div.menu-icon a {
  border-bottom: 5px solid #d8242f;
  padding: 18px 11px 10px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  html.js .nav-main ul li a,
  html.js .nav-main div.menu-icon a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 16px 12px;
    border-top: solid 1px #f4f1eb;
    border-bottom: solid 1px #c5c2bc;
    font-weight: bold;
    font-size: 20px;
    color: #5b5b5b;
    min-height: 32px;
    line-height: 30px;
  }
}
html.js .nav-main ul li {
  margin-left: -1px;
}
@media (max-width: 767px) {
  html.js .nav-main ul li > a {
    line-height: 25px;
  }
}
html.js .nav-main ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 0;
  height: 24px;
  border-left: 1px solid #ac000b;
}
@media (max-width: 767px) {
  html.js .nav-main ul li a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  html.js .nav-main ul li {
    position: relative;
  }
  html.js .nav-main ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html.js .nav-main > ul > li > a:after,
  html.js .nav-main > ul > li.is-open > a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 48px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAANCAYAAAAnigciAAAACXBIWXMAAAzHAAAMxwGsieoxAAAC2GlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjajZPLaxRZFIe/6tygkCAMtK9eDJdZSJAklA80Ij7SSWyisW3KRJMgSKf6dneZm+qaW9VxFBHJxqXOMHvxsXDhH+DChSvdKBF8IYh7FUUU3Ki0i+p0V/B5Vl/9zrm/c84tLnTaxSDQKQlzfmScXFZOTk3LFc9IsZ4uMnQV3TAYLBTGAIpBoPkmPj7BAnjY9/38T6OrFLpzYK2E1PuSCl3o+AzUKpNT0yA0kD4ZBRGIc0DaxPr/QHom5utA2ow7QyBuAavcwEQg7gEDbrVYgk4B9FYSNTMJntN1tznPH0C38icOAxsgdVaFI022FkrF4QNAP1ivSmp4BOgF63rZ2zcK9ADPy2bfRMzWRi8aHY85dcTX+bEmr/Nn8oeaniKIss6Sfzh/eGRJP1HcXwAyYDmztQMOsAZSe09Xx4/GbOnT1aF8kx+ZujMB/AWpa4EujMWzpe4whUbh4aPwkTjkyNJHgKFGGQ8PjUcOhY/C4BEy+91KTSHBkhwv8XmJweNv6igkDkfI5lnobTlI+6n9xn5sX7av2a8vZuo97cyCOe65ixfeUUBhWr7NbHOm2N+lxiAaTQXFXGunMDFpYrqyfzHTdnIXL7xT5/MfE1uqRKc+ZlCEzGLwmEehCVEMJrr96PYU+u6ZW+vavR6Lm8cedt89s+yuat9spVpbLf9u1yXPK/Gn2CRGxYDYgRR7xF6xWwyLAbFTjLVOTODjcRKFIaSIxucUctn/W6olfmsApHPKV8ZzpZPLyoKplT2tEk/0F+nfjMmpaRnTdB1uhLB2a1v74GAB1prFthYdhF1voeNBW+vJwOpLcHObWzfzTWvLug+R+icCGKoFp4xXqUZys21vl4NBoJUc9d3+XlnUWhqvUo1CaVSozLwq9ROWt2yOXbqz0Pmi0fiwAVb8B1/+bTQ+XWk0vlyFjudwW38FwLz9RWmE3Y4AAAAgY0hSTQAAbZgAAHOOAADyewAAhNoAAG6UAADlGgAAMycAABkXmUkcfwAAAUdJREFUeNq0VDFuwzAMPNKJkrV9QfOSBugm+BP5RIcOddyhSx/RTyRjgPzEDyiQ2VJgXodIjZFmlA8QCJACdKSOB5LIZ7vdKkl47zd1Xf947zfj/FRnhgQREZIGAFVVrZxzjzHGFQA0TWOpTkwAzQRSEAAwM4Ip3qkXJ9G2raYOOe6U+Nc0SbJtWy1NYtY0jeUXRvkgIgQQbmv5fkmI935TVdUqjz4ReFHVtZkdSR4ALABAVWUYhm6/338XnYSqfjnnHsDLF4gIz+ezxBjhnFvP5/Nnkn9yCCGcAJQlQfI1xvh0Ownn3NrMjn3fHwAsVC8aNrOu+Hfc27q6rt+Wy+VH3/fvu93uExNDs9olIeUXJCVrYbSmmGw7sg8A170UXC1h5BPIhlbcrG59QlUFkuKd+iQk8kN51CS7EMJpGIZupB1OpYnfAQBJHBOGVk9vXAAAAABJRU5ErkJggg==") !important;
    background-repeat: no-repeat;
    background-position: 0px 23px;
    display: block !important;
  }
  html.js .nav-main > ul > li.is-open > a:after,
  html.js .nav-main > ul > li.is-active > a:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAACCAYAAADW3LX3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAC2GlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjajZPLaxRZFIe/6tygkCAMtK9eDJdZSJAklA80Ij7SSWyisW3KRJMgSKf6dneZm+qaW9VxFBHJxqXOMHvxsXDhH+DChSvdKBF8IYh7FUUU3Ki0i+p0V/B5Vl/9zrm/c84tLnTaxSDQKQlzfmScXFZOTk3LFc9IsZ4uMnQV3TAYLBTGAIpBoPkmPj7BAnjY9/38T6OrFLpzYK2E1PuSCl3o+AzUKpNT0yA0kD4ZBRGIc0DaxPr/QHom5utA2ow7QyBuAavcwEQg7gEDbrVYgk4B9FYSNTMJntN1tznPH0C38icOAxsgdVaFI022FkrF4QNAP1ivSmp4BOgF63rZ2zcK9ADPy2bfRMzWRi8aHY85dcTX+bEmr/Nn8oeaniKIss6Sfzh/eGRJP1HcXwAyYDmztQMOsAZSe09Xx4/GbOnT1aF8kx+ZujMB/AWpa4EujMWzpe4whUbh4aPwkTjkyNJHgKFGGQ8PjUcOhY/C4BEy+91KTSHBkhwv8XmJweNv6igkDkfI5lnobTlI+6n9xn5sX7av2a8vZuo97cyCOe65ixfeUUBhWr7NbHOm2N+lxiAaTQXFXGunMDFpYrqyfzHTdnIXL7xT5/MfE1uqRKc+ZlCEzGLwmEehCVEMJrr96PYU+u6ZW+vavR6Lm8cedt89s+yuat9spVpbLf9u1yXPK/Gn2CRGxYDYgRR7xF6xWwyLAbFTjLVOTODjcRKFIaSIxucUctn/W6olfmsApHPKV8ZzpZPLyoKplT2tEk/0F+nfjMmpaRnTdB1uhLB2a1v74GAB1prFthYdhF1voeNBW+vJwOpLcHObWzfzTWvLug+R+icCGKoFp4xXqUZys21vl4NBoJUc9d3+XlnUWhqvUo1CaVSozLwq9ROWt2yOXbqz0Pmi0fiwAVb8B1/+bTQ+XWk0vlyFjudwW38FwLz9RWmE3Y4AAAAgY0hSTQAAbZgAAHOOAADyewAAhNoAAG6UAADlGgAAMycAABkXmUkcfwAAADtJREFUeNpi9PT0PMzAwGDNwMDAyMDA8B9Ko4P/SPJHt23bZstARcCEw1Kc4P///0wMVAYAAAAA//8DADKcCwH24GMQAAAAAElFTkSuQmCC") !important;
    background-position: 0px 28px;
  }
}
html.js .nav-main ul li a:hover,
html.js .nav-main ul li a:focus {
  color: #fff;
  text-decoration: none;
  background: #ac000b;
  border-bottom: 5px solid #fff;
}
@media (max-width: 767px) {
  html.js .nav-main ul li a:hover,
  html.js .nav-main ul li a:focus {
    border-top: solid 1px #f4f1eb;
    border-bottom: solid 1px #c5c2bc;
    color: #5b5b5b;
    background: none;
  }
}
html.js .nav-main ul li.is-current-section + li.is-open a:before,
html.js .nav-main ul li:hover + li.is-open a:before,
html.js .nav-main ul li:focus + li.is-open a:before {
  display: block;
}
@media (max-width: 767px) {
  html.js .nav-main ul li.is-current-section + li.is-open a:before,
  html.js .nav-main ul li:hover + li.is-open a:before,
  html.js .nav-main ul li:focus + li.is-open a:before {
    display: none;
  }
}
html.js .nav-main ul li.is-current-section > a {
  color: #fff;
  text-decoration: none;
  background: #ac000b;
  border-bottom: 5px solid #fff;
}
@media (max-width: 767px) {
  html.js .nav-main ul li.is-current-section > a {
    color: #5b5b5b;
    border-bottom: solid 1px #c5c2bc;
    background: none;
  }
}
html.js .nav-main ul li.is-open > a,
html.js .nav-main ul li.is-open > a:hover,
html.js .nav-main ul li.is-open > a:active,
html.js .nav-main ul li.is-open > a:focus {
  background-color: #ffffff;
  color: #d8242f;
  border-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  html.js .nav-main ul li.is-open > a,
  html.js .nav-main ul li.is-open > a:hover,
  html.js .nav-main ul li.is-open > a:active,
  html.js .nav-main ul li.is-open > a:focus {
    border-top: solid 1px #f4f1eb;
    border-bottom: solid 1px #c5c2bc;
    color: #5b5b5b;
    background-color: transparent;
  }
}
html.js .nav-main ul li.is-open > a:before,
html.js .nav-main ul li.is-open > a:hover:before,
html.js .nav-main ul li.is-open > a:active:before,
html.js .nav-main ul li.is-open > a:focus:before {
  content: '';
  display: block;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border: none;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  html.js .nav-main ul li.is-open > a:before,
  html.js .nav-main ul li.is-open > a:hover:before,
  html.js .nav-main ul li.is-open > a:active:before,
  html.js .nav-main ul li.is-open > a:focus:before {
    display: none;
  }
}
html.lt-ie9 .nav-main ul li.is-open a:before,
html.lt-ie9 .nav-main ul li.is-open a:hover:before,
html.lt-ie9 .nav-main ul li.is-open a:focus:before,
html.lt-ie9 .nav-main ul li.is-open a:active:before,
html.lt-ie9 .nav-main ul li a:hover:before,
html.lt-ie9 .nav-main ul li a:focus:before,
html.lt-ie9 .nav-main ul li a:active:before {
  display: none !important;
}
html.no-js .nav-main ul,
html.no-js .nav-secondary ul {
  margin-left: 1em;
}
html.no-js .nav-secondary {
  margin-left: 120px;
}
/* meganv module */
html.js .meganav {
  display: none;
  position: absolute;
  margin-top: -32px;
  z-index: 5;
  min-height: 50px;
  width: 100%;
  background: #fff;
  padding: 16px 0;
  border-bottom: 32px solid #f4f1eb;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
html.js .meganav .g-6,
html.js .meganav .g-13 {
  min-height: 0;
}
@media (max-width: 767px) {
  html.js .masthead-page .page-header-container .meganav,
  html.js .meganav {
    top: 12.32em;
    margin-top: 0;
    padding-bottom: 0;
  }
}
html.js .meganav-edit {
  display: none;
  position: absolute;
  margin-top: -32px;
  z-index: 5;
  min-height: 50px;
  width: 100%;
  background: #fff;
  padding: 16px 0;
  border-bottom: 32px solid #f4f1eb;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 0;
}
html.js .meganav-edit .g-6,
html.js .meganav-edit .g-13 {
  min-height: 0;
}
@media (max-width: 767px) {
  html.js .meganav-edit {
    top: 12.32em;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  html.js .meganav .g-row,
  html.js .meganav-content .g-row {
    margin-left: 0;
  }
  html.js .meganav .g-6,
  html.js .meganav-content .g-6,
  html.js .meganav .g-13,
  html.js .meganav-content .g-13 {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    max-width: none;
  }
  html.js .meganav .g-6 .meganav-col-1,
  html.js .meganav-content .g-6 .meganav-col-1,
  html.js .meganav .g-13 .meganav-col-1,
  html.js .meganav-content .g-13 .meganav-col-1,
  html.js .meganav .g-6 .meganav-col-2,
  html.js .meganav-content .g-6 .meganav-col-2,
  html.js .meganav .g-13 .meganav-col-2,
  html.js .meganav-content .g-13 .meganav-col-2 {
    margin-left: 0;
    padding-left: 0;
    height: auto !important;
  }
  html.js .meganav .g-6 .meganav-col-1 > div,
  html.js .meganav-content .g-6 .meganav-col-1 > div,
  html.js .meganav .g-13 .meganav-col-1 > div,
  html.js .meganav-content .g-13 .meganav-col-1 > div,
  html.js .meganav .g-6 .meganav-col-2 > div,
  html.js .meganav-content .g-6 .meganav-col-2 > div,
  html.js .meganav .g-13 .meganav-col-2 > div,
  html.js .meganav-content .g-13 .meganav-col-2 > div {
    padding-left: 16px;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html.js .meganav .g-6 .meganav-col-1 > div > p,
  html.js .meganav-content .g-6 .meganav-col-1 > div > p,
  html.js .meganav .g-13 .meganav-col-1 > div > p,
  html.js .meganav-content .g-13 .meganav-col-1 > div > p,
  html.js .meganav .g-6 .meganav-col-2 > div > p,
  html.js .meganav-content .g-6 .meganav-col-2 > div > p,
  html.js .meganav .g-13 .meganav-col-2 > div > p,
  html.js .meganav-content .g-13 .meganav-col-2 > div > p {
    color: white;
  }
  html.js .meganav .g-6 .meganav-col-1 > div > .list-2-col li,
  html.js .meganav-content .g-6 .meganav-col-1 > div > .list-2-col li,
  html.js .meganav .g-13 .meganav-col-1 > div > .list-2-col li,
  html.js .meganav-content .g-13 .meganav-col-1 > div > .list-2-col li,
  html.js .meganav .g-6 .meganav-col-2 > div > .list-2-col li,
  html.js .meganav-content .g-6 .meganav-col-2 > div > .list-2-col li,
  html.js .meganav .g-13 .meganav-col-2 > div > .list-2-col li,
  html.js .meganav-content .g-13 .meganav-col-2 > div > .list-2-col li {
    width: 100%;
  }
  html.js .meganav .g-6 .meganav-col-1 > div > .list-2-col li:nth-child(2n) a,
  html.js .meganav-content .g-6 .meganav-col-1 > div > .list-2-col li:nth-child(2n) a,
  html.js .meganav .g-13 .meganav-col-1 > div > .list-2-col li:nth-child(2n) a,
  html.js .meganav-content .g-13 .meganav-col-1 > div > .list-2-col li:nth-child(2n) a,
  html.js .meganav .g-6 .meganav-col-2 > div > .list-2-col li:nth-child(2n) a,
  html.js .meganav-content .g-6 .meganav-col-2 > div > .list-2-col li:nth-child(2n) a,
  html.js .meganav .g-13 .meganav-col-2 > div > .list-2-col li:nth-child(2n) a,
  html.js .meganav-content .g-13 .meganav-col-2 > div > .list-2-col li:nth-child(2n) a {
    padding-left: 0;
  }
  html.js .meganav .g-6 .meganav-col-extra,
  html.js .meganav-content .g-6 .meganav-col-extra,
  html.js .meganav .g-13 .meganav-col-extra,
  html.js .meganav-content .g-13 .meganav-col-extra {
    width: 100%;
  }
  html.js .meganav .g-6 .meganav-col-extra > div,
  html.js .meganav-content .g-6 .meganav-col-extra > div,
  html.js .meganav .g-13 .meganav-col-extra > div,
  html.js .meganav-content .g-13 .meganav-col-extra > div {
    width: 100%;
    background: #f4f1eb;
    padding-right: 16px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  html.js .meganav .g-6 .meganav-col-1 > div,
  html.js .meganav-content .g-6 .meganav-col-1 > div,
  html.js .meganav .g-13 .meganav-col-1 > div,
  html.js .meganav-content .g-13 .meganav-col-1 > div,
  html.js .meganav .g-6 .meganav-col-2 > div,
  html.js .meganav-content .g-6 .meganav-col-2 > div,
  html.js .meganav .g-13 .meganav-col-2 > div,
  html.js .meganav-content .g-13 .meganav-col-2 > div {
    width: 100%;
    float: none;
  }
}
html.js .masthead-page .meganav {
  top: 10.8em;
}
@media (min-width: 768px) and (max-width: 992px) {
  html.js .masthead-page .meganav {
    position: relative;
    top: -5px;
  }
}
@media (max-width: 767px) {
  html.js .masthead-page .meganav {
    position: absolute;
  }
}
html.js .meganav-bg {
  background: url(../img/meganav-bg.png) repeat-y top right;
}
@media (max-width: 992px) {
  html.js .meganav-bg {
    background-image: none;
  }
}
@media (max-width: 767px) {
  html.js .meganav-bg {
    background: #d8242f;
  }
}
html.js .meganav-col {
  height: auto;
}
html.js .meganav-col h3,
html.js .meganav-col h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 8px 0;
  clear: both;
}
@media (max-width: 767px) {
  html.js .meganav-col h3,
  html.js .meganav-col h4 {
    font-size: 18px;
    color: white;
    padding: 12px 0 12px 0;
    min-height: 18px;
    line-height: 18px;
    font-weight: normal;
  }
  html.js .meganav-col h3 a,
  html.js .meganav-col h4 a {
    color: white;
    font-weight: normal;
  }
}
html.js .meganav-col img {
  float: left;
  margin: 0 16px 16px 0;
}
html.js .meganav-col img.icon-new-page {
  float: none;
  margin: 0 0 0 4px;
}
html.js .meganav-col p {
  margin: 0 0 8px 0;
}
html.js .meganav-col ul {
  list-style: none;
  margin: 0;
}
html.js .meganav-col ul li {
  list-style: none;
  line-height: 1.2em;
  padding: 0 0 8px 0;
}
@media (max-width: 767px) {
  html.js .meganav-col ul li {
    padding: 0;
  }
}
html.js .meganav-col ul li a {
  color: #2a2a2a;
  font-weight: normal;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  html.js .meganav-col ul li a {
    font-weight: normal;
    display: block;
    background-color: #f4f1eb;
    font-size: 16px;
    color: #5b5b5b;
    min-height: 32px;
    line-height: 30px;
    border: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #dad7d0;
    border-radius: 0px !important;
    text-align: left;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 11px !important;
    padding-right: 35px !important;
    position: relative;
  }
}
@media (max-width: 767px) {
  html.js .meganav-col ul li a:hover {
    background-color: #fff;
  }
}
html.js .meganav-col ul li a:hover,
html.js .meganav-col ul li a:active,
html.js .meganav-col ul li a:focus {
  color: #d8242f;
}
html.js .meganav-col .list-2-col li:nth-child(2n) a {
  padding-left: 8px;
}
html.js .meganav-col-2 {
  margin: 0 16px;
}
html.js .meganav-col-1 {
  margin: 0 16px 0 0;
}
html.js .meganav-col-extra {
  background-color: #f4f1eb;
  margin: 0 0 0 -16px;
  padding: 0 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 992px) {
  html.js .meganav-col-extra {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  html.js .meganav-col-extra {
    margin-top: 16px;
    padding-top: 16px;
    padding: 0;
  }
  html.js .meganav-col-extra h3,
  html.js .meganav-col-extra h4 {
    color: #5b5b5b;
  }
}
html.js .meganav-col-extra ul li a {
  display: block;
  position: relative;
  padding-bottom: 8px;
  padding-right: 20px;
  border-bottom: 1px solid #c6c4c0;
}
html.js .meganav-col-extra ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  background: url('../img/ui-chevrons.png') no-repeat -115px -479px;
  width: 6px;
  height: 9px;
}
@media (max-width: 767px) {
  html.js .meganav-col-extra ul li a {
    border-bottom-color: #f4f1eb;
    background: white;
  }
  html.js .meganav-col-extra ul li a:hover {
    background-color: #f4f1eb;
  }
  html.js .meganav-col-extra ul li > a:after,
  html.js .meganav-col ul li > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    background: url('../img/ui-chevrons.png') no-repeat -95px -420px;
    width: 38px;
    height: 38px;
  }
}
html.js .meganav-col-extra ul li a:hover:after,
html.js .meganav-col-extra ul li a:active:after,
html.js .meganav-col-extra ul li a:focus:after {
  background-position: -115px -143px;
}
@media (max-width: 767px) {
  html.js .meganav-col-extra ul li a:hover:after,
  html.js .meganav-col-extra ul li a:active:after,
  html.js .meganav-col-extra ul li a:focus:after {
    background-position: -95px -420px;
  }
}
html.js .meganav-col-extra ul li:last-child a {
  border: none;
}
html.js .touch-close-meganav {
  display: none;
}
html.no-boxshadow .meganav {
  background: #ffffff url(../img/meganav-ie-border.png) repeat-y top left;
  /*	border-left: 1px solid @poWarmGrey02;
	border-right: 1px solid @poWarmGrey02;
	border-color: green;
*/
}
html.lt-ie9 .meganav-col-extra {
  background: #f4f1eb url(../img/meganav-ie-border.png) repeat-y top right;
}
html.touch .touch-close-meganav {
  display: block;
  background: #d8242f url('../img/ui-sprite.png') no-repeat -369px -100px;
  color: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -32px;
  right: 0;
  text-indent: -2500px;
}
html.touch .touch-close-meganav:hover,
html.touch .touch-close-meganav:focus,
html.touch .touch-close-meganav:active {
  background-color: #ac000b;
}
html.js .page-header-container .nav-main .accordion-menu-mobile {
  top: 0;
  padding: 0;
  position: relative;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-row {
  margin-left: 0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  max-width: none;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-1,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-1,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-2,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-2 {
  margin-left: 0;
  padding-left: 0;
  height: auto !important;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-1 > div,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-1 > div,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-2 > div,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-2 > div {
  padding-left: 16px;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-1 > div,
  html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-1 > div,
  html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-2 > div,
  html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-2 > div {
    width: 100%;
    float: none;
  }
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-1 > div > p,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-1 > div > p,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-2 > div > p,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-2 > div > p {
  color: white;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-1 > div > .list-2-col li,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-1 > div > .list-2-col li,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-2 > div > .list-2-col li,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-2 > div > .list-2-col li {
  width: 100%;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-1 > div > .list-2-col li:nth-child(2n) a,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-1 > div > .list-2-col li:nth-child(2n) a,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-2 > div > .list-2-col li:nth-child(2n) a,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-2 > div > .list-2-col li:nth-child(2n) a {
  padding-left: 0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-extra,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-extra {
  width: 100%;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6 .meganav-col-extra > div,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 .meganav-col-extra > div {
  width: 100%;
  background: #f4f1eb;
  padding-right: 16px;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-row {
  margin-left: 0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .g-6,
html.js .page-header-container .nav-main .accordion-menu-mobile .g-13 {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  max-width: none;
}
html.js .page-header-container .nav-main .accordion-menu-mobile h3,
html.js .page-header-container .nav-main .accordion-menu-mobile h4 {
  font-size: 18px;
  padding: 12px 30px 12px 0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile h3 a,
html.js .page-header-container .nav-main .accordion-menu-mobile h4 a {
  padding: 0;
  font-size: inherit;
  font-weight: normal;
}
html.js .page-header-container .nav-main .accordion-menu-mobile a {
  border: none;
  padding: inherit;
  color: inherit;
  cursor: pointer;
}
html.js .page-header-container .nav-main .accordion-menu-mobile a.image-link {
  width: auto;
  border: none;
  padding: 0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile a.image-link img {
  margin-bottom: 0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile p {
  font-weight: normal;
}
html.js .page-header-container .nav-main .accordion-menu-mobile ul {
  border-top: 0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile ul li {
  margin-left: 0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile ul li a {
  color: #2a2a2a;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #dad7d0;
}
html.js .page-header-container .nav-main .accordion-menu-mobile .meganav-col-extra {
  padding-top: 16px;
  padding-bottom: 16px;
}
/* Article Module */
@media (max-width: 992px) {
  article {
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
article p {
  margin: 1em auto;
}
.articles h1 {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  margin-top: 0;
  font-size: 3.2em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .articles h1 {
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .articles h1 {
    max-width: none;
    width: 100%;
    position: relative;
  }
}
.articles blockquote {
  position: relative;
  display: inline-block;
  float: left;
  width: 144px;
  margin: 0 32px 16px 0;
  padding: 2.5em 0 1em 0;
  border-top: 4px solid #d8242f;
  border-bottom: 1px solid #dad7d0;
  color: #5b5b5b;
  font-style: italic;
  font-size: 1.25em;
  font-family: Georgia;
}
.articles blockquote :before {
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
  color: #dad7d0;
  font-size: 60px;
  font-family: Georgia;
  font-weight: bold;
  font-style: normal;
}
.articles blockquote cite {
  display: block;
  width: 80%;
  margin: 8px 0 0 0;
  color: #000;
  font-style: normal;
  font-size: 0.65em;
  font-family: Arial, Helvetica, sans-serif;
}
blockquote.shoutout {
  display: block;
  border-top: none;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  padding: 0 0 16px 0;
  margin: 0 0 16px 0;
  border-bottom: 4px solid #f4f1eb;
}
blockquote.shoutout p {
  min-height: 60px;
  font-size: 23px;
  line-height: 1.35em;
  margin: 0;
}
blockquote.shoutout strong.shoutout-heading {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  display: block;
  color: #d8242f;
  font-size: 2.25em;
  line-height: 1.25em;
  letter-spacing: -2px;
}
.shoutout-rate .rate {
  margin: 0 16px 8px 0;
  float: left;
  width: 156px;
}
.shoutout-rate .rate strong.rate-heading {
  display: block;
  font-size: 64px;
  font-weight: normal;
  line-height: 1em;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  color: #d8242f;
  letter-spacing: -4px;
  margin-bottom: -4px;
}
.shoutout-rate .rate span.rate-context {
  font-size: 0.65em;
  vertical-align: top;
  font-weight: bold;
}
blockquote.shoutout *:before {
  content: "";
}
.article-header {
  position: relative;
  min-height: 3em;
  overflow: hidden;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .article-header {
    margin-bottom: 14px;
  }
}
.article-header h1 {
  position: absolute;
  bottom: 4px;
  margin: 0;
  max-width: 65%;
  padding: 8px 16px 0 0;
  background: #fff;
}
@media (max-width: 992px) {
  .article-header h1 {
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .article-header h1 {
    max-width: none;
    width: 100%;
    position: relative;
  }
}
.article-header h1.hide-desktop {
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  .article-header h1.hide-desktop {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .article-header h1.hide-tablet {
    display: block;
    position: relative;
  }
}
@media (max-width: 767px) {
  .article-header h1.hide-mobile {
    display: block;
    position: relative;
  }
}
.article-content a {
  font-weight: bold;
}
.standfirst {
  color: #5b5b5b;
  font-size: 1.4em;
}
.page-heading .standfirst {
  height: 28px;
}
.shoutout + .clearfix .standfirst {
  height: auto;
}
.article-action {
  background-color: #f4f1eb;
  margin-bottom: 28px;
  font-size: 1.1em;
  padding: 6px;
}
.article-action-text {
  margin: 0;
  font-weight: normal;
  padding: 10px;
  float: left;
}
.article-action-btn {
  white-space: nowrap;
  float: right;
}
.article-action-btn:after {
  height: 40px;
}
.article-tabs {
  background: url(../img/hatch-tile-%30.8.png);
  background-color: #f4f1eb;
  color: #2a2a2a;
  font-weight: bold;
}
@media (max-width: 767px) {
  .article-tabs ul li {
    width: 100%;
  }
}
.article-tabs ul li a {
  position: relative;
  min-height: 52px;
  width: 123px;
  padding: 8px 16px 0;
  margin-right: 1px;
  border-top: 4px solid #f4f1eb;
  background-color: #f4f1eb;
  color: #2a2a2a;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .article-tabs ul li a {
    width: 100%;
    min-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    padding: 20px;
    font-size: 1.3em;
  }
}
.article-tabs ul li a:after {
  content: '';
  width: 1px;
  height: 64px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: -4px;
}
@media (max-width: 767px) {
  .article-tabs ul li a:after {
    width: 0;
  }
}
.article-tabs ul li:nth-child(4) a:after {
  background-color: #f4f1eb;
}
.article-tabs ul li a:hover,
.article-tabs ul li a:focus {
  border-color: #d8242f;
  text-decoration: none;
}
.article-tabs ul li.is-active a {
  background-color: #fff;
  color: #d8242f;
  border-top: 4px solid #d8242f;
}
.article-tabs ul li.is-active a:after,
.article-tabs ul li.is-active a:focus {
  background-color: #fff;
}
.article-tabs ul li.is-active a:hover,
.article-tabs ul li.is-active a:focus {
  text-decoration: none;
}
.page-heading {
  padding-bottom: 0.5em;
}
.page-heading h1 {
  margin: 0;
  font-size: 3.2em;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .page-heading h1 {
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    max-width: none;
    width: 100%;
    position: relative;
  }
}
.page-heading .article-standfirst {
  font-size: 1em;
}
.page-heading .article-standfirst p {
  font-size: 1.7em;
  margin-top: .5em;
}
.category-page .page-heading {
  padding-bottom: 0;
}
.category-page .cat {
  margin-bottom: 0;
}
.article-content.panel .bp-package {
  display: inline-block;
  background-color: #f4f1eb;
  padding: 16px 64px 16px 16px;
  margin: 0 0 16px 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .article-content.panel .bp-package {
    padding-bottom: 0;
  }
}
.article-content.panel .bp-package h2 {
  margin: 0 0 8px 0;
  font-weight: bold;
}
.article-content.panel .bp-package .bp-context {
  float: left;
  width: 284px;
  margin-right: 16px;
  display: inline;
  cursor: default;
}
@media (max-width: 992px) {
  .article-content.panel .bp-package .bp-context {
    width: 100%;
  }
}
.article-content.panel .bp-package .bp-context .ticklist {
  color: #2a2a2a;
  font-weight: normal;
  margin: 0;
}
.article-content.panel .bp-package .bp-context .ticklist li {
  padding-bottom: 8px;
}
.article-content.panel .bp-package .bp-context .ticklist li .glossary-item {
  white-space: normal;
}
.article-content.panel .bp-package .bp-context.expanded {
  width: 458px;
}
@media (max-width: 992px) {
  .article-content.panel .bp-package .bp-context.expanded {
    width: auto;
  }
}
.article-content.panel .bp-package .bp-context.full {
  width: 100%;
}
.article-content.panel .bp-package .bp-panels {
  float: right;
  width: auto;
  display: inline;
}
@media (max-width: 992px) {
  .article-content.panel .bp-package .bp-panels {
    float: left;
  }
}
@media (max-width: 767px) {
  .article-content.panel .bp-package .bp-panels {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.article-content.panel .bp-package .bp-panels .bp-panel-std {
  float: left;
  padding: 16px 8px;
  border-radius: 3px;
  min-height: 96px;
  width: 142px;
  margin-left: 16px;
  background-color: #fff;
  color: #5b5b5b;
  text-align: center;
}
@media (max-width: 992px) {
  .article-content.panel .bp-package .bp-panels .bp-panel-std {
    float: left;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .article-content.panel .bp-package .bp-panels .bp-panel-std {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.article-content.panel .bp-package .bp-panels .bp-panel-std p {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.1em;
}
.article-content.panel .bp-package .bp-panels .bp-panel-std p .panel-hero-text {
  display: block;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.article-content.panel .bp-package .bp-panels .bp-panel-std p .numeric {
  font-size: 54px;
  font-weight: normal;
  position: relative;
  margin-bottom: 18px;
  line-height: .6em;
}
.article-content.panel .bp-package .bp-panels .bp-panel-std p .numeric .supertext {
  font-size: 32px;
  vertical-align: 16px;
  display: inline;
}
.article-content.panel .bp-package .bp-panels .bp-panel-std p strong {
  text-transform: none;
  font-weight: normal;
}
.article-content.panel .bp-package .bp-panels .bp-rate {
  color: #fff;
  background-color: #d8242f;
  width: 152px;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .article-content.panel .bp-package .bp-panels .bp-rate {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.article-content.panel .bp-package .bp-panels .bp-rate p {
  text-align: left;
}
.article-content.panel .bp-package .bp-panels .bp-rate p strong {
  font-size: 1.25em;
  background-color: #d8242f;
}
.article-content.panel .bp-package .bp-panels .bp-rate p strong .numeric {
  margin-bottom: 28px;
}
.article-content.panel .bp-package .bp-panels .bp-rate p strong .numeric .supertext {
  padding-left: 12px;
}
.article-content.panel .bp-package .bp-panels .bp-rate p strong .supertext-context {
  text-transform: none;
  text-align: top;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .25em;
  letter-spacing: 0;
  position: absolute;
  bottom: -1.1em;
  left: 7.25em;
}
.article-content.panel .bp-package .bp-panels .bp-rate p strong .bp-rate-extra {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
}
.article-content.panel .bp-package:first-child {
  margin-top: 16px;
}
.article-content.panel .bp-package:after {
  content: "";
  background: url('../img/chevron-xlge-right-5b5b5b.png') right center no-repeat;
  width: 28px;
  margin-top: -25px;
  height: 50px;
  top: 50%;
  right: 1em;
  position: absolute;
}
.article-content.panel .bp-package:hover,
.article-content.panel .bp-package:focus,
.article-content.panel .bp-package:active {
  text-decoration: none;
  background-color: #dad7d0;
}
.article-content.panel .bp-package:hover h2,
.article-content.panel .bp-package:focus h2,
.article-content.panel .bp-package:active h2 {
  text-decoration: underline;
}
.article-content.panel .bp-package:hover:after,
.article-content.panel .bp-package:focus:after,
.article-content.panel .bp-package:active:after {
  background: url('../img/chevron-xlge-right-2a2a2a.png');
}
/* Generalised po Tabs CSS */
html.js .po-tabs {
  float: left;
  width: 100%;
}
html.js .po-tabs .panel {
  display: none;
}
html.js .container .po-tabs {
  float: none;
  width: auto;
}
/* Linkbox Content Block Modules */
.linkbox {
  background: #ffffff;
}
.linkbox h2 {
  margin: 0;
  font-weight: bold;
  font-size: 1.7em;
}
.linkbox p {
  margin: .5em 0 .3em 0;
}
.linkbox .even,
.linkbox .odd {
  float: left;
}
.linkbox .odd .linkbox h2,
.linkbox .odd .linkbox p,
.linkbox .odd .linkbox ul li {
  padding-right: 16px;
}
.linkbox ul {
  width: 100%;
  margin: 0;
  list-style: none;
}
.linkbox ul li a {
  color: #5b5b5b;
  padding: .5em 0 .5em 1em;
  display: block;
  position: relative;
  border-bottom: 1px solid #dad7d0;
}
.linkbox ul li a:before {
  content: "";
  background: url('../img/ui-chevrons.png') -115px -479px no-repeat;
  width: 6px;
  height: 9px;
  top: .85em;
  left: 0;
  display: inline;
  position: absolute;
}
.linkbox .linkbox-2col li {
  float: left;
  width: 50%;
  position: relative;
}
.linkbox .linkbox-2col li.odd {
  clear: both;
}
.linkbox .linkbox-2col li a {
  border-top: 1px solid #dad7d0;
  border-bottom: 0;
}
.linkbox .linkbox-2col li.first-row a {
  border-top: 0;
}
.linkbox .linkbox-2col li.last-row[style]:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #dad7d0;
  height: 1px;
  background-clip: content-box;
  box-sizing: border-box;
  padding-right: 16px;
}
.linkbox .linkbox-2col a {
  margin-right: 16px;
}
.linkbox-b {
  width: 100%;
}
.linkbox-b .even .linkbox,
.linkbox-b .odd .linkbox {
  float: left;
  width: 50%;
}
.linkbox-b .odd .linkbox h2,
.linkbox-b .odd .linkbox p,
.linkbox-b .odd .linkbox ul li {
  padding-right: 16px;
}
html.lt-ie8 .linkbox ul,
html.lt-ie8 .linkbox ul.linkbox-2col {
  list-style: disc;
}
html.lt-ie8 .linkbox ul li a,
html.lt-ie8 .linkbox ul.linkbox-2col li a {
  padding-left: 0;
}
/* Promo Content Block Modules */
.promo-single {
  margin-bottom: 28px;
  background-color: #f4f1eb;
}
@media (max-width: 992px) {
  .promo-single {
    width: 100%;
  }
}
.promo-single a > span.promo-single-image {
  display: block;
  width: 100%;
  height: 178px;
  overflow: hidden;
  background: url(../img/hatch-tile-0.3.png);
}
.promo-single a > span.promo-single-image img {
  height: 100%;
}
.promo-single h2,
.promo-single p {
  padding-left: 16px;
  padding-right: 16px;
}
.promo-double {
  word-wrap: break-word;
}
.promo-blocklink h2 span {
  font-weight: bold;
}
.promo-blocklink h2.external {
  display: inline;
  margin-right: 0;
  padding-right: 0;
}
.promo-blocklink h2.external small,
.promo-blocklink h2.external span {
  margin-right: 0;
  margin-left: 16px;
}
.promo-blocklink h2.external span {
  display: inline;
}
.promo-blocklink:hover,
.promo-blocklink:focus {
  text-decoration: none;
}
.promo-blocklink:hover h2 small,
.promo-blocklink:focus h2 small {
  cursor: default;
}
.promo-blocklink:hover h2 span,
.promo-blocklink:focus h2 span {
  text-decoration: underline;
}
.promo-blocklink h2 {
  color: #d8242f;
  margin: 16px 0 2px 0;
  font-size: 1.25em;
}
.promo-single .promo-blocklink h2 {
  margin-bottom: 4px;
}
.promo-blocklink h2 small {
  display: block;
  color: #5b5b5b;
  font-size: 0.9em;
}
.promo-double .promo-blocklink h2 {
  font-size: 1.95em;
  margin-top: 0;
}
.promo-double .promo-blocklink h2 small {
  font-size: 0.575em;
}
.promo-double .promo-blocklink img {
  float: left;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .promo-double .promo-blocklink img {
    margin-left: 16px;
  }
}
.promo-snippet {
  overflow: hidden;
}
.promo-snippet .new-line-spacer {
  height: 1px;
  display: inline-block;
  min-width: 190px;
}
.promo-snippet .ticklist li {
  display: table;
}
.promo-snippet p {
  margin-top: 0;
}
.promo-double .promo-snippet p {
  font-size: 1.25em;
  font-weight: lighter;
  padding-right: 0;
  padding-left: 16px;
}
.masthead-subcat .promo-single,
.article-page-column .promo-single {
  background-color: transparent;
}
.masthead-subcat .promo-single h2,
.article-page-column .promo-single h2,
.masthead-subcat .promo-single p,
.article-page-column .promo-single p {
  padding-left: 0;
  padding-right: 0;
}
.subsubcat .promo-double {
  background-color: #f4f1eb;
}
/* Sidebar Promo Modules */
.panel-std {
  background-color: #f4f1eb;
  border-top: 4px solid #d8242f;
  padding: 16px;
  position: relative;
  clear: both;
}
.panel-std h2 {
  font-size: 1.7em;
  margin: 0 0 12px 0;
  font-weight: bold;
}
.panel-std h3 {
  font-size: 1.25em;
  margin: 16px 0 4px 0;
  font-weight: bold;
}
.panel-std p {
  margin: 0;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.panel-std .panel-action {
  font-size: 1.25em;
  padding-right: 1em;
  position: relative;
  display: inline-block;
}
.panel-std .panel-action:after {
  content: "";
  background: url('../img/ui-chevrons.png') -112px -95px no-repeat;
  width: 11px;
  height: 17px;
  top: .25em;
  right: 0;
  position: absolute;
}
.panel-std .btn {
  margin-top: 8px;
  display: block;
  color: #2a2a2a;
}
.panel-std input {
  border-radius: 3px;
  width: 290px;
}
.panel-std input[type="text"] {
  height: 1.25em;
  padding: 6px;
}
.panel-std input[type="submit"] {
  border: none;
  width: 304px;
  text-align: left;
  background: #d8242f url(../img/chevron-lge-right-fff.png) no-repeat 98% 50%;
  float: left;
  color: #fff;
}
.panel-std input[type="submit"]:hover,
.panel-std input[type="submit"]:focus,
.panel-std input[type="submit"]:active {
  background-color: #ac000b;
}
.panel-std.panel-action-bottom {
  padding-bottom: 4em;
}
.panel-std.panel-action-bottom .btn {
  position: absolute;
  bottom: 16px;
  width: 258px;
  left: 16px;
}
.panel-std.panel-action-bottom .panel-action {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.panel-primary {
  background-color: #d8242f;
  color: #feffff;
}
.panel-primary a {
  color: #fff;
}
.panel-primary p {
  margin-bottom: 16px;
}
.panel-primary h2 {
  color: #feffff;
}
.panel-primary .btn:hover,
.panel-primary .btn:focus,
.panel-primary .btn:active {
  color: #d8242f;
}
.panel-primary .ticklist li:before {
  background: url('../img/ui-sprite.png') -225px -110px no-repeat;
}
.panel-primary .panel-action:after {
  background-position: -112px -767px;
}
.panel-primary input[type="submit"] {
  background: #feffff url(../img/chevron-lge-right-red.png) no-repeat 98% 50%;
  color: #2a2a2a;
}
.panel-primary input[type="submit"]:hover,
.panel-primary input[type="submit"]:focus,
.panel-primary input[type="submit"]:active {
  background-color: #f4f1eb;
}
.panel-contact h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: .8em 0 .5em 0;
}
.panel-contact p {
  margin: 0;
  line-height: 1.4em;
}
.panel-contact strong {
  font-weight: normal;
  font-size: 1.5em;
}
.panel-contact strong .glossary-item {
  line-height: 1.5em;
}
.panel-offer {
  border-top: none;
  background-color: #dad7d0;
  margin-bottom: 28px;
}
.panel-offer h2 {
  text-transform: uppercase;
  font-size: 2.1em;
  line-height: 1em;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
}
.panel-offer p {
  font-size: 1.25em;
  margin: 0 0 18px 0;
}
.panel-std-dark {
  background-color: #dad7d0;
}
.panel-std-dark p {
  color: #2a2a2a;
}
.panel-std-dark .extra-padding {
  margin-bottom: 3em;
}
.panel-cta-bottom {
  position: relative;
}
.panel-cta-bottom .panel-primary {
  padding-bottom: 4em;
}
.panel-cta-bottom .btn {
  position: absolute;
  bottom: 16px;
  width: 258px;
  left: 16px;
}
.doclist ul li {
  margin: 0 0 22px 0;
}
.doclist ul li:last-child {
  margin: 0;
}
.doclist ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 1.1em;
  color: #d8242f;
}
.doclist ul li a:after {
  content: '';
  display: block;
  position: absolute;
  background: url('../img/ui-sprite.png') no-repeat -185px -142px;
  width: 30px;
  height: 37px;
  left: 0;
  top: 0;
}
.doclist ul li a:hover:after,
.doclist ul li a:focus:after {
  background-position: -185px -189px;
}
.doclist ul li a:hover,
.doclist ul li a:focus {
  color: #2a2a2a;
  text-decoration: none;
}
.doclist ul li a small {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  color: #5b5b5b;
}
html.lt-ie8 .panel-std ul {
  list-style: disc;
}
html.lt-ie8 .panel-std ul li a {
  padding-left: 0;
  margin-left: 0;
}
.panel-info {
  position: relative;
  padding-left: 12.25em;
  background-color: #fff;
  word-wrap: break-word;
  min-height: 167px;
  clear: both;
  margin-bottom: 28px;
}
.panel-info h2 {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  font-weight: bold;
  padding: 24px 0 0 0;
  margin: 0;
}
.panel-info blockquote {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  float: left;
  width: 128px;
  height: inherit;
  margin: 0 16px 28px 0;
  padding: 8px 16px;
  border-top: 8px solid #D8242F;
  color: #d8242f;
  font-size: 1.25em;
  font-family: Arial, sans-serif;
  font-style: normal;
  border-bottom: none;
  word-wrap: normal;
}
.panel-info blockquote :before {
  content: '';
  display: none;
}
.panel-info blockquote strong {
  font-weight: normal;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  font-size: 3em;
}
.panel-info p {
  margin: 4px 0 14px 0;
  font-size: 1.25em;
}
.panel-info p.rate {
  font-size: 1.1em !important;
}
.panel-info .panel-info-content {
  margin-top: 8px;
  float: left;
  width: 448px;
}
.panel-info .panel-info-widget {
  border-top: 8px solid #d8242f;
  float: left;
  width: 128px;
  height: inherit;
  padding: 0 16px;
  margin-right: 16px;
}
.panel-info .panel-info-widget h2 {
  color: #d8242f;
  font-size: 3.5em;
}
.panel-info .panel-info-widget span {
  color: #d8242f;
  font-size: 1.25em;
}
.panel-action {
  font-size: 1.25em;
  padding-right: 1em;
  position: relative;
  display: inline-block;
}
.panel-action a {
  color: #ffffff;
}
.panel-action:after {
  content: "";
  background: url('../img/ui-chevrons.png') -112px -95px no-repeat;
  width: 11px;
  height: 17px;
  top: .25em;
  right: 0;
  position: absolute;
}
.panel-category h2 {
  font-size: 1.7em;
  font-weight: 700;
  padding-left: 16px;
}
.panel-category p {
  font-size: 1.1em;
  padding-left: 16px;
}
.panel-category .panel-action {
  font-size: 1.1em;
  margin-right: 0.5em;
}
.panel-category .panel-action .icon-new-page {
  display: inline-block;
  min-height: 13px;
}
.panel-fact {
  margin: 16px;
  border: none;
  background-color: rgba(244, 241, 235, 0.65);
  border-radius: 8px;
  color: #2a2a2a;
  text-align: center;
}
.panel-fact p {
  margin: 0;
}
.panel-fact * {
  word-wrap: break-word;
}
.panel-fact-question,
.panel-fact-intro,
.panel-fact-hero,
.panel-fact-outro {
  display: block;
}
.panel-fact-question {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  font-size: 2.1em;
  color: #5b5b5b;
  margin-bottom: 8px;
}
.panel-fact-intro {
  font-weight: bold;
}
.panel-fact-hero {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  font-size: 4.3em;
  letter-spacing: -5px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 8px;
}
.panel-fact-outro {
  font-size: 1.25em;
}
.panel-linkbox {
  padding: 16px;
  background-color: #fff;
}
.panel-linkbox ul li a {
  border: 0;
}
.panel-ad {
  height: 280px;
  width: 336px;
  overflow: hidden;
}
.panel-clear {
  background-color: transparent;
  border: none;
  padding-top: 0;
}
.panel-fact-carousel {
  color: #fff;
  border-top: 0;
  background: none;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.panel-fact-carousel a {
  color: #fff;
  text-decoration: underline;
}
.panel-fact-carousel a:hover {
  text-decoration: none;
}
.panel-fact-carousel .carousel-btn {
  position: absolute;
  overflow: hidden;
  height: 49px;
  width: 56px;
  z-index: 1;
}
.panel-fact-carousel .carousel-btn span {
  background: url('../img/ui-chevrons.png') no-repeat;
  height: 25px;
  width: 14px;
  text-indent: -2500px;
  position: absolute;
  top: 12px;
}
.panel-fact-carousel .carousel-btn-prev,
.panel-fact-carousel .carousel-btn-prev-edit {
  left: 16px;
}
.panel-fact-carousel .carousel-btn-prev span,
.panel-fact-carousel .carousel-btn-prev-edit span {
  left: 16px;
  background-position: -40px -711px;
}
.panel-fact-carousel .carousel-btn-prev:hover span,
.panel-fact-carousel .carousel-btn-prev:focus span,
.panel-fact-carousel .carousel-btn-prev:active span,
.panel-fact-carousel .carousel-btn-prev-edit:hover span,
.panel-fact-carousel .carousel-btn-prev-edit:focus span,
.panel-fact-carousel .carousel-btn-prev-edit:active span {
  background-position: -40px -543px;
}
.panel-fact-carousel .carousel-btn-next,
.panel-fact-carousel .carousel-btn-next-edit {
  right: 16px;
}
.panel-fact-carousel .carousel-btn-next span,
.panel-fact-carousel .carousel-btn-next-edit span {
  right: 16px;
  background-position: -111px -711px;
}
.panel-fact-carousel .carousel-btn-next:hover span,
.panel-fact-carousel .carousel-btn-next:focus span,
.panel-fact-carousel .carousel-btn-next:active .carousel-btn-next-edit:hover span,
.panel-fact-carousel .carousel-btn-next-edit:focus span,
.panel-fact-carousel .carousel-btn-next-edit:active span {
  background-position: -111px -543px;
}
.panel-fact-carousel .fact-carousel-item {
  display: none;
  position: relative;
  padding-bottom: 16px;
}
.panel-fact-carousel .fact-carousel-item h2 {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  background-color: rgba(42, 42, 42, 0.65);
  padding: 8px 28px 8px 28px;
  border-radius: 8px;
  color: #fff;
  margin: 0;
}
.panel-fact-carousel .fact-carousel-item .item-content {
  margin-top: 2px;
  padding: 16px 8px 32px 8px;
  background-color: rgba(42, 42, 42, 0.65);
  border-radius: 8px;
}
.panel-fact-carousel .fact-carousel-item .item-content .item-content-fact {
  margin-bottom: 12px;
}
.panel-fact-carousel .fact-carousel-item .item-content .item-content-fact strong {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 3.7em;
  line-height: 1.2em;
}
@media (min-width: 768px) and (max-width: 992px) {
  .panel-fact-carousel .fact-carousel-item .item-content .item-content-fact strong {
    font-size: 1.7em;
    font-weight: bold;
  }
}
.panel-fact-carousel .fact-carousel-item .item-content .item-content-fact small {
  font-weight: bold;
  font-size: 1em;
}
.panel-fact-carousel .fact-carousel-item .item-content hr {
  background-color: #fff;
  opacity: 0.4;
  width: 224px;
  margin: 0 auto;
  display: block;
}
.panel-fact-carousel .fact-carousel-item .item-content .item-content-info {
  margin-top: 12px;
  padding: 0 8px;
}
.panel-fact-carousel .fact-carousel-item .item-content .item-content-info p {
  margin: 0;
  font-size: 1.15em;
}
.panel-fact-carousel .is-active {
  display: block;
}
.panel-datafeed-carousel .fact-carousel-item .item-content {
  padding: 2px 8px 24px 8px;
}
.panel-datafeed-carousel .fact-carousel-item .feed {
  width: 224px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 1em;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.panel-datafeed-carousel .fact-carousel-item .feed .feed-statement {
  width: 112px;
  float: left;
  position: relative;
  display: inline-block;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  font-size: 32px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
}
.panel-datafeed-carousel .fact-carousel-item .feed strong {
  font-size: 1.1em;
}
.panel-datafeed-carousel .fact-carousel-item .feed .feed-detail {
  display: block;
}
.panel-datafeed-carousel .fact-carousel-item .feed h3 {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
}
.panel-datafeed-carousel .fact-carousel-item .feed-weather .feed-statement {
  font-size: 1em;
  line-height: 1em;
}
.panel-datafeed-carousel .fact-carousel-item .feed:first-child {
  border-top: none;
}
.carousel-control-crumbs {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 24px;
  text-align: center;
  z-index: 1;
}
.carousel-control-crumbs .carousel-crumb {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
  position: static;
  display: inline-block;
  text-indent: -2500px;
  overflow: hidden;
  background: rgba(218, 215, 208, 0.5);
}
.carousel-control-crumbs .carousel-crumb.is-active,
.carousel-control-crumbs .carousel-crumb:hover,
.carousel-control-crumbs .carousel-crumb:focus,
.carousel-control-crumbs .carousel-crumb:active {
  background: #ffffff;
  outline: none;
}
.masthead-controls .carousel-control-crumbs {
  bottom: -40px;
}
.masthead-controls .carousel-control-crumbs .carousel-crumb {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 2px;
}
.masthead-controls .carousel-control-crumbs .carousel-crumb.is-active,
.masthead-controls .carousel-control-crumbs .carousel-crumb:hover,
.masthead-controls .carousel-control-crumbs .carousel-crumb:focus,
.masthead-controls .carousel-control-crumbs .carousel-crumb:active {
  background: #ffffff;
}
html.lt-ie9 .carousel-control-crumbs a {
  background: #989790;
}
html.lt-ie9 .carousel-control-crumbs a.is-active,
html.lt-ie9 .carousel-control-crumbs a:hover,
html.lt-ie9 .carousel-control-crumbs a:focus,
html.lt-ie9 .carousel-control-crumbs a:active {
  background: #ffffff;
}
html.lt-ie9 .panel-fact-carousel .fact-carousel-item h2 {
  background: url('../img/fact-carousel-bg.png') repeat;
}
html.lt-ie9 .panel-fact-carousel .fact-carousel-item .item-content {
  background: url('../img/fact-carousel-bg.png') repeat;
}
html.lt-ie9 .panel-datafeed-carousel .fact-carousel-item .feed {
  border-top: 1px solid #89827e;
}
html.lt-ie9 .panel-datafeed-carousel .fact-carousel-item .feed:first-child {
  border-top: none;
}
html.lt-ie8 .carousel-control-crumbs .carousel-crumb {
  text-indent: 0;
}
/* Carousel Nav, simple and complex */
.carousel {
  position: relative;
  background-color: #ffffff;
  clear: both;
}
.carousel h2 {
  font-size: 1.7em;
  color: #5b5b5b;
  margin: 0 32px 0.8em 32px;
}
.carousel .jcarousel-direction-rtl {
  direction: rtl;
}
.carousel .jcarousel-container-horizontal {
  width: 944px;
  padding-left: 32px;
}
.carousel .jcarousel-clip {
  overflow: hidden;
}
.carousel .jcarousel-clip-horizontal {
  width: 100%;
  min-height: 153px;
}
.carousel .jcarousel-item {
  width: 192px;
  min-height: 153px;
  margin-right: 8px;
}
.carousel .jcarousel-item .jcarousel-item-img {
  padding-top: 0;
  max-height: 88px;
  max-width: 192px;
  overflow: hidden;
}
.carousel .carousel-container {
  background: #ffffff;
  padding-top: 8px;
}
.carousel .carousel-component {
  position: relative;
  padding-bottom: 28px;
  background-color: #ffffff;
  overflow: hidden;
}
.carousel .carousel-component .carousel-btn {
  background-color: #d8242f;
  height: 153px;
  width: 24px;
  text-indent: -2500px;
  position: absolute;
  top: 0;
  z-index: 3;
  overflow: hidden;
}
.carousel .carousel-component .carousel-btn span {
  position: absolute;
  top: 64px;
  width: 14px;
  height: 25px;
}
.carousel .carousel-component .carousel-btn:hover,
.carousel .carousel-component .carousel-btn:focus,
.carousel .carousel-component .carousel-btn:active {
  background-color: #ac000b;
}
.carousel .carousel-component .carousel-btn-prev,
.carousel .carousel-component .carousel-btn-prev-edit {
  left: 0;
}
.carousel .carousel-component .carousel-btn-prev span,
.carousel .carousel-component .carousel-btn-prev-edit span {
  background: transparent url('../img/ui-chevrons.png') no-repeat -40px -711px;
  left: 4px;
}
.carousel .carousel-component .carousel-btn-next,
.carousel .carousel-component .carousel-btn-next-edit {
  right: 0;
}
.carousel .carousel-component .carousel-btn-next span,
.carousel .carousel-component .carousel-btn-next-edit span {
  background: transparent url('../img/ui-chevrons.png') no-repeat -111px -711px;
  right: 4px;
}
.carousel .carousel-component .jcarousel-prev-disabled,
.carousel .carousel-component .jcarousel-prev-disabled:focus,
.carousel .carousel-component .jcarousel-prev-disabled:active,
.carousel .carousel-component .jcarousel-prev-disabled:hover {
  background-color: #dad7d0;
  cursor: default;
}
.carousel .carousel-component .jcarousel-prev-disabled span,
.carousel .carousel-component .jcarousel-prev-disabled:focus span,
.carousel .carousel-component .jcarousel-prev-disabled:active span,
.carousel .carousel-component .jcarousel-prev-disabled:hover span {
  background: transparent url('../img/ui-chevrons.png') no-repeat -40px -375px;
}
.carousel .carousel-component .jcarousel-next-disabled,
.carousel .carousel-component .jcarousel-next-disabled:focus,
.carousel .carousel-component .jcarousel-next-disabled:active,
.carousel .carousel-component .jcarousel-next-disabled:hover {
  background-color: #dad7d0;
  cursor: default;
}
.carousel .carousel-component .jcarousel-next-disabled span,
.carousel .carousel-component .jcarousel-next-disabled:focus span,
.carousel .carousel-component .jcarousel-next-disabled:active span,
.carousel .carousel-component .jcarousel-next-disabled:hover span {
  background: transparent url('../img/ui-chevrons.png') no-repeat -111px -375px;
}
.carousel .carousel-items {
  min-height: 153px;
}
.carousel .carousel-items span {
  font-weight: bold;
  font-size: 1.25em;
  display: block;
  background-color: #ffffff;
  margin: 0;
  padding: 0.3em 1.2em 0 0;
  color: #5b5b5b;
}
.carousel .carousel-items img {
  display: block;
}
.carousel .carousel-items a:hover span,
.carousel .carousel-items a:focus span,
.carousel .carousel-items a:active span {
  color: #d8242f;
}
.masthead-bg .carousel .carousel-container {
  padding-top: 8px;
}
/*Simple states*/
.carousel-simple h2 {
  margin: 0 32px 12px 32px;
  padding-top: 8px;
}
/*Complex states*/
.carousel-complex {
  background: transparent;
}
.carousel-complex .carousel-complex-tabs ul {
  margin: 0;
  padding: 0;
}
.carousel-complex .carousel-complex-tabs ul li {
  position: relative;
}
@media (max-width: 767px) {
  .carousel-complex .carousel-complex-tabs ul li {
    width: 100%;
  }
}
.carousel-complex .carousel-complex-tabs ul li a {
  background: #dad7d0;
  line-height: 1em;
  width: 89px;
  min-height: 40px;
  border-right: 1px solid #f4f1eb;
  padding: 16px;
  color: #2a2a2a;
}
@media (max-width: 767px) {
  .carousel-complex .carousel-complex-tabs ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 16px 12px;
    border-top: solid 1px #f4f1eb;
    border-bottom: solid 1px #c5c2bc;
    font-weight: bold;
    font-size: 20px;
    color: #5b5b5b;
    min-height: 32px;
    line-height: 25px;
    width: 100%;
    display: block;
    text-decoration: none;
  }
}
.carousel-complex .carousel-complex-tabs ul li a span {
  max-height: 40px;
  display: block;
}
@media (max-width: 767px) {
  .carousel-complex .carousel-complex-tabs ul li a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 48px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAANCAYAAAAnigciAAAACXBIWXMAAAzHAAAMxwGsieoxAAAC2GlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjajZPLaxRZFIe/6tygkCAMtK9eDJdZSJAklA80Ij7SSWyisW3KRJMgSKf6dneZm+qaW9VxFBHJxqXOMHvxsXDhH+DChSvdKBF8IYh7FUUU3Ki0i+p0V/B5Vl/9zrm/c84tLnTaxSDQKQlzfmScXFZOTk3LFc9IsZ4uMnQV3TAYLBTGAIpBoPkmPj7BAnjY9/38T6OrFLpzYK2E1PuSCl3o+AzUKpNT0yA0kD4ZBRGIc0DaxPr/QHom5utA2ow7QyBuAavcwEQg7gEDbrVYgk4B9FYSNTMJntN1tznPH0C38icOAxsgdVaFI022FkrF4QNAP1ivSmp4BOgF63rZ2zcK9ADPy2bfRMzWRi8aHY85dcTX+bEmr/Nn8oeaniKIss6Sfzh/eGRJP1HcXwAyYDmztQMOsAZSe09Xx4/GbOnT1aF8kx+ZujMB/AWpa4EujMWzpe4whUbh4aPwkTjkyNJHgKFGGQ8PjUcOhY/C4BEy+91KTSHBkhwv8XmJweNv6igkDkfI5lnobTlI+6n9xn5sX7av2a8vZuo97cyCOe65ixfeUUBhWr7NbHOm2N+lxiAaTQXFXGunMDFpYrqyfzHTdnIXL7xT5/MfE1uqRKc+ZlCEzGLwmEehCVEMJrr96PYU+u6ZW+vavR6Lm8cedt89s+yuat9spVpbLf9u1yXPK/Gn2CRGxYDYgRR7xF6xWwyLAbFTjLVOTODjcRKFIaSIxucUctn/W6olfmsApHPKV8ZzpZPLyoKplT2tEk/0F+nfjMmpaRnTdB1uhLB2a1v74GAB1prFthYdhF1voeNBW+vJwOpLcHObWzfzTWvLug+R+icCGKoFp4xXqUZys21vl4NBoJUc9d3+XlnUWhqvUo1CaVSozLwq9ROWt2yOXbqz0Pmi0fiwAVb8B1/+bTQ+XWk0vlyFjudwW38FwLz9RWmE3Y4AAAAgY0hSTQAAbZgAAHOOAADyewAAhNoAAG6UAADlGgAAMycAABkXmUkcfwAAAUdJREFUeNq0VDFuwzAMPNKJkrV9QfOSBugm+BP5RIcOddyhSx/RTyRjgPzEDyiQ2VJgXodIjZFmlA8QCJACdKSOB5LIZ7vdKkl47zd1Xf947zfj/FRnhgQREZIGAFVVrZxzjzHGFQA0TWOpTkwAzQRSEAAwM4Ip3qkXJ9G2raYOOe6U+Nc0SbJtWy1NYtY0jeUXRvkgIgQQbmv5fkmI935TVdUqjz4ReFHVtZkdSR4ALABAVWUYhm6/338XnYSqfjnnHsDLF4gIz+ezxBjhnFvP5/Nnkn9yCCGcAJQlQfI1xvh0Ownn3NrMjn3fHwAsVC8aNrOu+Hfc27q6rt+Wy+VH3/fvu93uExNDs9olIeUXJCVrYbSmmGw7sg8A170UXC1h5BPIhlbcrG59QlUFkuKd+iQk8kN51CS7EMJpGIZupB1OpYnfAQBJHBOGVk9vXAAAAABJRU5ErkJggg==") !important;
    background-repeat: no-repeat;
    background-position: 0px 23px;
    display: block !important;
  }
}
.carousel-complex .carousel-complex-tabs ul li:last-child a {
  border-right: none;
}
@media (max-width: 767px) {
  .carousel-complex .carousel-complex-tabs ul li a:hover,
  .carousel-complex .carousel-complex-tabs ul li a:focus {
    border-right: none;
  }
}
.carousel-complex .carousel-complex-tabs ul li.is-active a,
.carousel-complex .carousel-complex-tabs ul li.is-active a:hover {
  background: #fff;
  color: #d8242f;
  text-decoration: none;
}
@media (max-width: 767px) {
  .carousel-complex .carousel-complex-tabs ul li.is-active a,
  .carousel-complex .carousel-complex-tabs ul li.is-active a:hover {
    background: #dad7d0;
    color: inherit;
    border-top: 1px solid #f4f1eb;
  }
}
@media (max-width: 767px) {
  .carousel-complex .carousel-container {
    display: none;
  }
}
.carousel-complex .carousel-complex-items li img {
  opacity: 0.3;
}
.carousel-complex .carousel-complex-items li span {
  opacity: 0.65;
}
.carousel-complex .carousel-complex-items li.is-active img,
.carousel-complex .carousel-complex-items li.in-edit-mode img,
.carousel-complex .carousel-complex-items li.is-active span,
.carousel-complex .carousel-complex-items li.in-edit-mode span {
  opacity: 1;
}
.lt-ie7 .carousel-btn-prev span,
.lt-ie7 .carousel-btn-next span {
  display: none;
}
.lt-ie8 .carousel-component {
  height: 153px;
  overflow: hidden;
}
.lt-ie8 .carousel-complex-tabs ul li a {
  height: 40px;
}
.lt-ie9 .carousel-complex-items li img {
  filter: alpha(opacity=30);
}
.lt-ie9 .carousel-complex-items li span {
  filter: alpha(opacity=65);
}
.lt-ie9 .carousel-complex-items li.is-active img,
.lt-ie9 .carousel-complex-items li.is-active span {
  filter: alpha(opacity=100);
}
.carousel .carousel-complex-tabs .accordion-menu-mobile {
  display: none ;
}
@media (max-width: 767px) {
  .carousel .carousel-complex-tabs .item-list a.is-open:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAACCAYAAADW3LX3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAC2GlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjajZPLaxRZFIe/6tygkCAMtK9eDJdZSJAklA80Ij7SSWyisW3KRJMgSKf6dneZm+qaW9VxFBHJxqXOMHvxsXDhH+DChSvdKBF8IYh7FUUU3Ki0i+p0V/B5Vl/9zrm/c84tLnTaxSDQKQlzfmScXFZOTk3LFc9IsZ4uMnQV3TAYLBTGAIpBoPkmPj7BAnjY9/38T6OrFLpzYK2E1PuSCl3o+AzUKpNT0yA0kD4ZBRGIc0DaxPr/QHom5utA2ow7QyBuAavcwEQg7gEDbrVYgk4B9FYSNTMJntN1tznPH0C38icOAxsgdVaFI022FkrF4QNAP1ivSmp4BOgF63rZ2zcK9ADPy2bfRMzWRi8aHY85dcTX+bEmr/Nn8oeaniKIss6Sfzh/eGRJP1HcXwAyYDmztQMOsAZSe09Xx4/GbOnT1aF8kx+ZujMB/AWpa4EujMWzpe4whUbh4aPwkTjkyNJHgKFGGQ8PjUcOhY/C4BEy+91KTSHBkhwv8XmJweNv6igkDkfI5lnobTlI+6n9xn5sX7av2a8vZuo97cyCOe65ixfeUUBhWr7NbHOm2N+lxiAaTQXFXGunMDFpYrqyfzHTdnIXL7xT5/MfE1uqRKc+ZlCEzGLwmEehCVEMJrr96PYU+u6ZW+vavR6Lm8cedt89s+yuat9spVpbLf9u1yXPK/Gn2CRGxYDYgRR7xF6xWwyLAbFTjLVOTODjcRKFIaSIxucUctn/W6olfmsApHPKV8ZzpZPLyoKplT2tEk/0F+nfjMmpaRnTdB1uhLB2a1v74GAB1prFthYdhF1voeNBW+vJwOpLcHObWzfzTWvLug+R+icCGKoFp4xXqUZys21vl4NBoJUc9d3+XlnUWhqvUo1CaVSozLwq9ROWt2yOXbqz0Pmi0fiwAVb8B1/+bTQ+XWk0vlyFjudwW38FwLz9RWmE3Y4AAAAgY0hSTQAAbZgAAHOOAADyewAAhNoAAG6UAADlGgAAMycAABkXmUkcfwAAADtJREFUeNpi9PT0PMzAwGDNwMDAyMDA8B9Ko4P/SPJHt23bZstARcCEw1Kc4P///0wMVAYAAAAA//8DADKcCwH24GMQAAAAAElFTkSuQmCC") !important;
    background-position: 0px 28px;
  }
  .carousel .carousel-complex-tabs .item-list .accordion-menu-mobile {
    background: #d8242f;
    overflow: hidden;
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .carousel .carousel-complex-tabs .item-list .accordion-menu-mobile li {
    min-height: 0;
  }
  .carousel .carousel-complex-tabs .item-list .accordion-menu-mobile li a {
    background-color: #f4f1eb;
    color: #2a2a2a;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #dad7d0;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 35px 8px 11px;
    line-height: 30px;
    cursor: pointer;
  }
  .carousel .carousel-complex-tabs .item-list .accordion-menu-mobile li a:hover {
    background: #fff;
  }
  .carousel .carousel-complex-tabs .item-list .accordion-menu-mobile li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url('../img/ui-chevrons.png') !important;
    background-repeat: no-repeat;
    background-position: -95px -420px;
    width: 38px;
    height: 38px;
  }
  .carousel .carousel-complex-tabs .item-list .accordion-menu-mobile li a .jcarousel-item-img {
    display: none;
  }
}
/* footer module */
.page-footer {
  font-size: 0.8em;
}
.page-footer .g-10,
.page-footer .g-11 {
  min-height: 1px;
}
.page-footer h3 {
  font-weight: normal;
  font-size: 1.6em;
  margin: 0.8em 0 0.6em 0;
}
.page-footer a {
  color: #5b5b5b;
  text-decoration: none;
  font-weight: normal;
}
.page-footer a:hover,
.page-footer a:focus {
  text-decoration: underline;
}
.page-footer-light {
  background: #f4f1eb;
}
.page-footer-dark {
  background: #dad7d0;
}
.page-footer-bottom {
  background: #d8242f;
  color: #fff;
  padding: 1em 0;
}
@media (max-width: 992px) {
  .page-footer-light,
  .page-footer-dark,
  .page-footer-bottom {
    padding-left: 16px;
  }
}
.page-footer-bottom .g-container {
  position: relative;
}
.page-footer-bottom .g-container:after {
  display: block;
  content: '';
  position: absolute;
  top: -45px;
  right: 0;
  background: url('../img/ui-sprite.png') no-repeat -12px -141px;
  width: 89px;
  height: 67px;
}
@media (max-width: 992px) {
  .page-footer-bottom .g-container:after {
    margin-right: 16px;
  }
}
.page-footer-list li {
  margin: 0 0 0.5em 0;
}
.list-2-col li {
  display: inline-block;
  float: left;
  width: 50%;
}
.footer-search {
  margin-top: 18px;
  max-width: 288px;
}
.footer-social-links li {
  display: inline-block;
  float: left;
  margin: 0 16px 0 0;
}
.footer-social-links li a {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  background: #f4f1eb url(../img/ui-sprite.png) no-repeat -2500px -2500px;
  border-radius: 3px;
  text-indent: -2500px;
  overflow: hidden;
}
.footer-social-links li a:hover,
.footer-social-links li a:focus,
.footer-social-links li a:active {
  background-color: #5b5b5b;
}
.footer-social-links li a.twitter {
  background-position: -236px -16px;
}
.footer-social-links li a.facebook {
  background-position: -292px -16px;
}
.footer-social-links li a.youtube {
  background-position: -348px -16px;
}
.footer-social-links li a.twitter:hover,
.footer-social-links li a.twitter:focus,
.footer-social-links li a.twitter:active {
  background-position: -236px -55px;
}
.footer-social-links li a.facebook:hover,
.footer-social-links li a.facebook:focus,
.footer-social-links li a.facebook:active {
  background-position: -292px -55px;
}
.footer-social-links li a.youtube:hover,
.footer-social-links li a.youtube:focus,
.footer-social-links li a.youtube:active {
  background-position: -348px -55px;
}
.meganav-content {
  display: none;
}
/* Linkbox Content Block Modules */
.ctxnav {
  background-color: #ffffff;
  padding-bottom: 28px;
}
@media (max-width: 992px) {
  .ctxnav {
    min-height: 0;
  }
}
.ctxnav ul {
  width: 100%;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #dad7d0;
}
.ctxnav ul li {
  border-top: 1px solid #dad7d0;
  /* Rollver state to possibly change! */
}
.ctxnav ul li a {
  color: #2a2a2a;
  font-size: 1.25em;
  padding: 1em 2em 1.1em 16px;
  display: block;
  position: relative;
}
.ctxnav ul li a img {
  vertical-align: baseline;
  margin-left: .5em;
}
.ctxnav ul li a:after {
  content: "";
  background: url('../img/ui-chevrons.png') -111px -207px no-repeat;
  width: 14px;
  height: 25px;
  top: 1.25em;
  right: 1em;
  display: inline;
  position: absolute;
}
.ctxnav ul li a:hover,
.ctxnav ul li a:active,
.ctxnav ul li a:focus {
  text-decoration: none;
  color: #d8242f;
}
.ctxnav ul li a:hover img,
.ctxnav ul li a:active img,
.ctxnav ul li a:focus img {
  color: #d8242f;
}
.ctxnav ul li a:hover:after,
.ctxnav ul li a:active:after,
.ctxnav ul li a:focus:after {
  content: "";
  background: url('../img/ui-chevrons.png') -111px -39px no-repeat;
  width: 14px;
  height: 25px;
}
.g-11 .ctxnav:first-child {
  min-height: 263px;
}
@media (max-width: 767px) {
  .g-11 .ctxnav:first-child {
    min-height: 0;
  }
}
.ctxnav-category ul li a {
  padding: 1.25em 2em 1.25em 16px;
}
.primarytools {
  background-color: #d8242f;
  min-height: 289px;
  margin-left: 0;
}
.primarytools h2 {
  margin: 0;
  padding: 16px;
  color: #fff;
  font-weight: bold;
}
.primarytools .ctxnav {
  min-height: 216px;
  padding: 0;
  background-color: #d8242f;
}
@media (max-width: 767px) {
  .primarytools .ctxnav {
    min-height: 0;
  }
}
.primarytools .ctxnav ul {
  border: 0;
}
.primarytools .ctxnav ul li {
  border-color: #ac000b;
}
.primarytools .ctxnav ul li a {
  padding: 14px 2em 14px 16px;
  color: #fff;
}
.primarytools .ctxnav ul li a:after {
  background-position: -111px -877px;
  top: .8em;
}
.primarytools .ctxnav ul li a:hover,
.primarytools .ctxnav ul li a:active,
.primarytools .ctxnav ul li a:focus {
  background-color: #ac000b;
}
.primarytools .ctxnav ul li a:hover:after,
.primarytools .ctxnav ul li a:active:after,
.primarytools .ctxnav ul li a:focus:after {
  background-position: -111px -711px;
}
/* Accordion standard and small */
.accordion {
  border-bottom: 1px solid #dad7d0;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .accordion {
    margin-top: 28px;
  }
}
.accordion h2 {
  margin: 0;
}
.accordion-item h3 {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 16px 32px 40px;
  border-top: 1px solid #dad7d0;
  font-size: 1em;
  font-weight: bold;
  color: #2a2a2a;
  clear: both;
}
.accordion-item h3:hover,
.accordion-item h3:focus {
  text-decoration: underline;
  cursor: pointer;
}
.accordion-item h3:focus {
  outline: 1px dotted #d8242f;
}
.accordion-item h3:before {
  content: "";
  background: url('../img/ui-chevrons.png') -112px -263px no-repeat;
  width: 11px;
  height: 17px;
  top: .6em;
  left: 16px;
  display: inline;
  position: absolute;
}
.accordion-item h3.is-active:before {
  background-position: -268px -266px;
  width: 17px;
  height: 10px;
  top: .9em;
  left: 11px;
}
.accordion-item .accordion-content {
  background: #f9f8f5;
  border-bottom: 1px solid #f9f8f5;
  border-top: 1px solid #dad7d0;
}
.accordion-item .accordion-content-inner {
  margin: 15px 16px;
}
.accordion-small {
  font-size: .9em;
  border: none;
}
.accordion-small .accordion-item h3 {
  font-size: 1em;
  color: #5b5b5b;
  border-top: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .accordion-small .accordion-item h3 {
    margin-left: 16px;
  }
}
.accordion-small .accordion-item h3:before {
  content: "";
  background: url('../img/ui-chevrons.png') -115px -479px no-repeat;
  width: 6px;
  height: 9px;
  top: .35em;
  left: 0;
  display: inline;
  position: absolute;
}
.accordion-small .accordion-item h3.is-active:before {
  background-position: -272px -479px;
  width: 10px;
  height: 7px;
  top: .4em;
  left: -3px;
}
.accordion-small .accordion-item .accordion-content {
  border-top: 0;
  background: transparent;
  font-size: 1em;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.accordion-small .accordion-item .accordion-content p {
  color: #5b5b5b;
}
.accordion-help h3 {
  color: #d8242f;
  font-size: 1.4em;
  padding-top: 16px;
  padding-bottom: 16px;
}
.accordion-help h3:before {
  background-position: -111px -207px;
  width: 14px;
  height: 25px;
  top: 0.8em;
  left: 0;
}
.accordion-help h3.is-active:before {
  background-position: -264px -212px;
  width: 26px;
  height: 15px;
  top: 1.1em;
  left: 0;
}
.accordion-help h3 small {
  float: right;
  color: #5b5b5b;
}
.accordion-help .accordion-content {
  background-color: transparent;
  border-top: none;
  padding: 0 24px;
}
.accordion-help .accordion-content ul {
  list-style: none;
}
.accordion-help .accordion-content ul li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 266px;
  margin-right: 16px;
  margin-bottom: 8px;
}
.accordion-help .accordion-content ul li:nth-child(3n+3) {
  margin-right: 0;
}
.accordion-help .accordion-content ul li:nth-child(3n+4) {
  clear: left;
}
.accordion-help .accordion-content ul li a {
  color: #5b5b5b;
  display: inline-block;
  float: left;
}
.accordion-help .accordion-content ul li a:hover,
.accordion-help .accordion-content ul li a:active,
.accordion-help .accordion-content ul li a:focus {
  color: #d8242f;
}
html.lt-ie9 .accordion-help .accordion-content ul li {
  width: 260px;
}
html.no-js .accordion-content {
  display: block;
}
/* Verttab Module */
.verttab {
  position: relative;
  overflow: hidden;
}
.verttab-tabs ul {
  list-style: none;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .verttab-tabs ul {
    position: relative;
    top: 289px;
    width: 268%;
  }
}
.verttab-tabs ul li {
  border-top: 1px solid #fff;
}
.verttab-tabs ul li:first-child {
  border-top: 0;
}
.verttab-tabs ul li a {
  position: relative;
  font-weight: normal;
  font-size: 1.1em;
  min-height: 57px;
  display: block;
  padding: 10px 16px 4.5px 16px;
  border-left: 4px solid #dad7d0;
  background-color: #dad7d0;
  color: #5f5b5b;
}
.verttab-tabs ul li a strong {
  color: #2a2a2a;
  font-size: 1.25em;
}
.verttab-tabs ul li a:hover,
.verttab-tabs ul li a:focus {
  border-left: 4px solid #d8242f;
  text-decoration: none;
}
.verttab-tabs ul li.is-active a {
  border-left: 4px solid #d8242f;
  text-decoration: none;
  background-color: #fff;
}
.verttab-tabs ul li.is-active a strong {
  color: #d8242f;
}
.verttab-carousel .panel {
  padding-left: 16px;
}
.verttab-carousel .panel:focus {
  outline: 1px dotted #d8242f;
}
.verttab-carousel .panels {
  position: relative;
  min-height: 289px;
  background-color: #fff;
  overflow: hidden;
}
.verttab-carousel .panels ul {
  margin: 0;
  list-style: none;
}
.verttab-carousel .panels .jcarousel-container-horizontal {
  width: 656px;
}
.verttab-carousel .panels .jcarousel-clip-horizontal {
  width: 100%;
  min-height: 287px;
}
.verttab-carousel .panels .jcarousel-list-horizontal {
  min-height: 287px;
}
.verttab-carousel .panels .jcarousel-item {
  width: 640px;
  min-height: 287px;
  margin-right: 8px;
}
.verttab-carousel .panels .carousel-btn {
  background-color: #d8242f;
  height: 288px;
  width: 24px;
  text-indent: -2500px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.verttab-carousel .panels .carousel-btn span {
  position: absolute;
  top: 131px;
  width: 14px;
  height: 25px;
}
.verttab-carousel .panels .carousel-btn:hover,
.verttab-carousel .panels .carousel-btn:focus,
.verttab-carousel .panels .carousel-btn:active {
  background-color: #ac000b;
}
.verttab-carousel .panels .carousel-btn-next {
  right: 0;
}
.verttab-carousel .panels .carousel-btn-next span {
  background: transparent url('../img/ui-chevrons.png') no-repeat -111px -711px;
  right: 4px;
}
.verttab .panels .promo-single {
  margin: 0 16px 0 0;
  background: #fff;
}
@media (max-width: 767px) {
  .verttab .panels .promo-single {
    max-width: 624px;
  }
}
@media (max-width: 250px) {
  .verttab .panels .promo-single {
    width: 100%;
  }
}
@media (min-width: 250px) and (max-width: 300px) {
  .verttab .panels .promo-single {
    width: 100%;
  }
}
@media (min-width: 300px) and (max-width: 350px) {
  .verttab .panels .promo-single {
    width: 100%;
  }
}
@media (min-width: 350px) and (max-width: 400px) {
  .verttab .panels .promo-single {
    width: 110%;
  }
}
@media (min-width: 400px) and (max-width: 450px) {
  .verttab .panels .promo-single {
    width: 130%;
  }
}
@media (min-width: 450px) and (max-width: 500px) {
  .verttab .panels .promo-single {
    width: 145%;
  }
}
@media (min-width: 500px) and (max-width: 520px) {
  .verttab .panels .promo-single {
    width: 155%;
  }
}
@media (min-width: 520px) and (max-width: 544px) {
  .verttab .panels .promo-single {
    width: 160%;
  }
}
@media (min-width: 544px) and (max-width: 584px) {
  .verttab .panels .promo-single {
    width: 165%;
  }
}
@media (min-width: 584px) and (max-width: 604px) {
  .verttab .panels .promo-single {
    width: 170%;
  }
}
@media (min-width: 604px) and (max-width: 624px) {
  .verttab .panels .promo-single {
    width: 180%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .verttab .panels .promo-single {
    width: 106%;
    max-width: 992px;
  }
}
.verttab .panels .promo-single img {
  float: left;
  height: auto;
  margin: 0 16px 0 0;
}
.verttab .panels .promo-single h2 {
  font-size: 1em;
  margin: 8px 0 .4em 0;
  line-height: 1.1em;
  display: block;
}
.verttab .panels .promo-single p {
  font-size: 0.95em;
  margin: 0;
}
.verttab-carousel .panels .promo-single:nth-child(1),
.verttab-carousel .panels .promo-single:nth-child(2) {
  margin-bottom: 32px;
}
html.lt-ie9 .verttab .panels .promo-single:first-child,
html.lt-ie9 .verttab .panels .promo-single:first-child + div {
  margin-bottom: 32px;
}
/*
*
*	SLIDER STYLES
*
*/
.verttab-slider .panels {
  overflow: visible;
}
.verttab-slider {
  position: relative;
  background-color: #fff;
  padding: 0 16px;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .verttab-slider {
    height: auto;
    padding-top: 0px;
    max-width: 992px;
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .verttab-slider {
    position: static;
    padding: 0px;
    height: auto;
    padding-top: 260px;
    width: 100%!important;
    max-width: 624px;
  }
}
.verttab-slider .slider-panel-col .promo-single {
  margin-bottom: 0;
  height: 128px;
}
.verttab-slider .slider-panel-col .promo-single:first-child {
  margin-bottom: 32px;
  height: 128px;
}
.verttab-slider .panel {
  min-height: 289px;
  width: 656px;
  padding-left: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .verttab-slider .panel {
    width: auto;
  }
}
.verttab-slider .slider-btn {
  position: absolute;
  overflow: hidden;
  top: 117px;
  right: 0;
  background-color: #dad7d0;
  height: 55px;
  width: 24px;
  display: block;
  text-indent: -2500px;
  z-index: 50;
  /* Safari and Chrome */
  /* Firefox 4 */
  /* Opera */
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 768px) and (max-width: 992px) {
  .verttab-slider .slider-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .verttab-slider .slider-btn {
    display: none;
  }
}
.verttab-slider .slider-btn span {
  position: absolute;
  background: transparent url('../img/ui-chevrons.png') no-repeat -112px -263px;
  top: 18px;
  right: 6px;
  width: 11px;
  height: 17px;
}
.verttab-slider .slider-btn:hover,
.verttab-slider .slider-btn:focus,
.verttab-slider .slider-btn:active {
  background-color: #2a2a2a;
}
.verttab-slider .slider-btn:hover span,
.verttab-slider .slider-btn:focus span,
.verttab-slider .slider-btn:active span {
  background-position: -112px -767px;
}
.verttab-slider .slider-panel-col {
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .verttab-slider .slider-panel-col {
    padding-top: 32px;
  }
}
html.lt-ie9 .verttab-slider .slider-panel-col .promo-single:first-child + div {
  margin-bottom: 0;
}
.verttab-slider-tools {
  position: relative;
  float: right;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .verttab-slider-tools {
    float: none;
    width: 50%;
    min-width: 311px;
    margin-left: 50%;
    position: absolute;
    max-width: 494px;
    display: block;
  }
}
@media (max-width: 767px) {
  .verttab-slider-tools {
    float: none;
    position: absolute;
    max-width: 624px;
    width: 100%;
    display: block;
  }
}
.verttab-slider.is-active {
  z-index: 20;
}
.verttab-slider .is-active {
  right: 0;
  background-color: #d8242f;
}
.verttab-slider .is-active span {
  background: transparent url('../img/ui-chevrons.png') no-repeat -41px -767px;
  right: 8px;
}
.verttab-slider .is-active:hover,
.verttab-slider .is-active:focus,
.verttab-slider .is-active:active {
  background-color: #ac000b;
}
.verttab-slider .is-active:hover span,
.verttab-slider .is-active:focus span,
.verttab-slider .is-active:active span {
  background-position: -41px -767px;
}
.verttab-slider-tools.is-active {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 992px) {
  .verttab-slider-tools.is-active {
    display: block;
  }
}
@media (max-width: 767px) {
  .verttab-slider-tools.is-active {
    display: block;
  }
}
.promo-single h2 {
  font-size: 1.1em;
  line-height: 1.1em;
}
@media (min-width: 768px) and (max-width: 992px) {
  .verttab-1 {
    width: 50%;
    max-width: 496px;
    position: relative;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .col-2 {
    position: absolute;
    top: 2px;
    display: block;
    width: 45%;
    max-width: 496px;
    margin-left: -5px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .col-3 {
    margin-left: 48%!important;
    position: absolute;
    top: 2px;
    display: block;
    width: 45%;
    max-width: 496px;
  }
}
/* Sitemap Module */
.sitemap .column-2,
.sitemap .column-3 {
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .sitemap .column-2,
  .sitemap .column-3 {
    margin-left: 3.2%;
  }
}
@media (max-width: 767px) {
  .sitemap .column-2,
  .sitemap .column-3 {
    margin-left: 0px;
  }
}
.sitemap h2 {
  font-weight: bold;
  background: #d8242f;
  margin: 0;
  font-size: 1.4em;
  padding: 12px 16px;
}
.sitemap h2 a {
  color: #ffffff;
}
.sitemap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #d8242f;
}
.sitemap ul li {
  padding: 12px 16px 12px 16px;
  background: #dad7d0;
  color: #d8242f;
  font-weight: bold;
  font-size: 1.4em;
  position: relative;
  line-height: 1.1em;
}
.sitemap ul li a {
  color: #5b5b5b;
}
.sitemap ul ul {
  border: none;
  margin: 0;
  padding: 0;
}
.sitemap ul ul li {
  background: #f4f1eb;
  font-weight: normal;
  padding: 12px 16px 12px 16px;
}
.sitemap ul ul li a {
  color: #5b5b5b;
  font-weight: normal;
}
.sitemap ul ul ul li {
  padding: 8px 16px 8px 16px;
}
.sitemap ul ul ul li a {
  font-weight: normal;
}
.sitemap ul ul li:before {
  background: none;
}
/* masthead module */
body.masthead-page {
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 992px) {
  body.masthead-page .page-header-container {
    position: absolute;
  }
}
@media (max-width: 767px) {
  body.masthead-page .page-header-container {
    position: relative;
  }
}
body.masthead-page .accessibility-skip {
  z-index: 4;
}
body.masthead-style-light .accessibility-skip {
  color: #fff;
}
body.masthead-style-dark .accessibility-skip {
  color: #5b5b5b;
}
body.masthead-subcat .masthead {
  min-height: 0;
  height: auto;
  background-image: none;
}
body.masthead-subcat .masthead-image {
  display: none;
}
html.js body.masthead-page .page-header {
  position: absolute;
  z-index: 4;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
  html.js body.masthead-page .page-header {
    position: relative;
  }
}
@media (max-width: 767px) {
  html.js body.masthead-page .page-header {
    position: absolute;
  }
}
.masthead {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .masthead {
    margin-bottom: 0;
    background: none;
  }
}
.masthead-no-bg {
  background: none;
}
.masthead-bg {
  min-height: 568px;
}
.masthead-pattern {
  background: #f4f1eb url(../img/hatch-tile-reversed-1.png);
}
.page-header-container + .masthead .masthead-inner {
  padding-top: 11.35em;
  /* This is 163px. We avoid abs number so larger text size viewers don't lose content */
}
#header + .masthead {
  position: relative;
}
#header + .masthead .masthead-image {
  margin-top: 0;
  height: 390px;
}
#header + .masthead .masthead-inner .po-device {
  margin-top: 28px;
  margin-bottom: 215px;
}
@media (max-width: 767px) {
  #header + .masthead .masthead-inner .po-device {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .hide-mobile + .masthead-inner .po-device {
    padding-bottom: 0.5em;
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    color: #2a2a2a;
    min-height: 0;
  }
  .hide-mobile + .masthead-inner .po-device h1 {
    margin: 0;
    font-size: 3.2em;
    font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -1px;
  }
  .hide-mobile + .masthead-inner .po-device .article-standfirst {
    font-size: 1em;
  }
  .hide-mobile + .masthead-inner .po-device .article-standfirst p {
    font-size: 1.7em;
    margin-top: .5em;
  }
  .hide-mobile + .masthead-inner .po-device:before,
  .hide-mobile + .masthead-inner .po-device:after {
    display: none;
  }
  .hide-mobile + .masthead-inner .po-device h1 {
    color: #2a2a2a;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767px) and (max-width: 992px) {
  .hide-mobile + .masthead-inner .po-device h1 {
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .hide-mobile + .masthead-inner .po-device h1 {
    max-width: none;
    width: 100%;
    position: relative;
  }
}
.masthead-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 568px;
  background: #dad7d0 url(../img/hatch-tile-reversed-1.png);
}
html.js .masthead-image {
  background-position: top center;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.masthead-homepage .masthead-image {
  height: 648px;
}
.masthead-panel-row {
  background: #fff;
}
@media (max-width: 992px) {
  .masthead-panel-row {
    margin-left: inherit;
  }
}
.masthead-controls {
  position: absolute;
  top: 131px;
  left: 0;
  height: 322px;
  width: 100%;
}
.masthead-controls a {
  display: block;
  position: absolute;
  top: 0;
  width: 24px;
  height: 366px;
  z-index: 1;
}
.masthead-controls a span {
  display: block;
  position: absolute;
  top: 158px;
  height: 56px;
  width: 100%;
  background: url('../img/ui-chevrons.png') no-repeat -2500px -2500px;
  background-color: #2a2a2a;
  background-color: rgba(42, 42, 42, 0.65);
  color: #fff;
  text-indent: -2500px;
}
.masthead-controls a:hover span,
.masthead-controls a:active span {
  background-color: rgba(42, 42, 42, 0.8);
}
.masthead-controls .masthead-prev {
  left: 0;
}
.masthead-controls .masthead-prev span {
  background-position: -37px -748px;
}
.masthead-controls .masthead-next {
  right: 0;
}
.masthead-controls .masthead-next span {
  background-position: -105px -748px;
}
html.lt-ie9 .masthead-controls a span {
  background-color: #4a4a4a;
}
html.lt-ie9 .masthead-controls a:hover span,
html.lt-ie9 .masthead-controls a:active span {
  background-color: #2a2a2a;
}
html.no-js .masthead-controls {
  display: none;
}
/*  ****************************************************************
    Other elements can look different inside a masthead
  **************************************************************** */
.masthead .page-sidebar {
  background: url(../img/hatch-tile-0.3.png);
  position: absolute;
}
@media (max-width: 992px) {
  .masthead .page-sidebar {
    position: relative;
  }
}
.masthead-panel-row .page-sidebar {
  background-image: none;
}
.masthead-bg .carousel:first-child {
  top: -52px;
  margin-bottom: -52px;
}
.masthead-bg .fullwidth-tabs:first-child {
  top: -68px;
  margin-bottom: -68px;
}
.masthead-bg .carousel-complex:first-child {
  top: -72px;
  margin-bottom: -72px;
}
@media (max-width: 767px) {
  .masthead-bg .carousel:first-child,
  .masthead-bg .fullwidth-tabs:first-child,
  .masthead-bg .carousel-complex:first-child {
    top: 0;
    margin-bottom: 0px;
  }
}
/*  ****************************************************************
    MASTHEAD DEVICE
  **************************************************************** */
.po-device {
  background: rgba(192, 6, 0, 0.82);
  position: relative;
  width: 232px;
  min-height: 131px;
  padding: 16px 20px 0 20px;
  margin-top: 8px;
  margin-bottom: 242px;
  color: #fff;
}
@media (max-width: 992px) {
  .po-device {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .po-device {
    margin-bottom: 250px;
  }
}
html.no-rgba .po-device {
  background: transparent url(../img/po-device-tile.png) repeat top left;
}
.po-device:before,
.po-device:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/po-device-bg.png) no-repeat top left;
}
.po-device:before {
  height: 8px;
  top: -8px;
}
.po-device:after {
  background-position: bottom left;
  height: 76px;
  bottom: -76px;
}
.po-device h1,
.po-device h2 {
  color: #fff;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  width: 90%;
}
.po-device h1 {
  font-size: 49px;
}
.po-device h2 {
  font-size: 48px;
}
.po-device-homepage {
  width: 328px;
  min-height: 179px;
  padding-top: 6px;
  margin-top: 8px;
  margin-bottom: 10.2em;
}
.po-device-homepage:before {
  height: 8px;
  top: -8px;
  background-image: url(../img/po-device-homepage-bg.png);
}
.po-device-homepage:after {
  height: 105px;
  bottom: -105px;
  background-image: url(../img/po-device-homepage-bg.png);
}
@media (max-width: 767px) {
  .po-device-homepage {
    width: 232px;
    margin-left: -24px;
  }
  .po-device-homepage:before,
  .po-device-homepage:after {
    background-image: url(../img/po-device-bg.png);
  }
}
.po-device-homepage h1,
.po-device-homepage h2 {
  width: 85%;
}
.po-device-homepage p {
  font-weight: bold;
  margin: 0.6em 0;
}
html.no-rgba .po-device-homepage {
  background-image: url(../img/po-device-homepage-bg.png) no-repeat 0 -8px;
}
.po-device-heading {
  display: none;
}
.po-device-heading:first-child {
  display: block;
}
.po-device-heading .panel-action {
  color: #fff;
}
.po-device-heading .panel-action:after {
  background-position: -112px -767px;
}
/* Notification Ticker styles  */
.ticker {
  color: #fff;
  margin-top: -12px;
  margin-bottom: 16px;
  position: relative;
}
.ticker .ticker-content {
  padding-right: 114px;
}
.ticker .ticker-content ul {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  min-height: 23px;
  background-color: rgba(42, 42, 42, 0.8);
}
.ticker .ticker-content ul li {
  font-size: 1.1em;
  display: none;
}
.ticker .ticker-content ul li .update-type {
  font-weight: bold;
  padding-right: 16px;
}
.ticker .ticker-content ul li a {
  color: #fff;
  font-weight: normal;
}
.ticker .ticker-content ul li.is-active {
  display: block;
}
.ticker .ticker-controls {
  font-size: 14px;
  line-height: 0;
  background-color: rgba(42, 42, 42, 0.8);
  margin-left: 0;
  padding-left: 2px;
  width: 112px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.ticker .ticker-controls .ticker-controls-nextprev {
  display: inline-block;
  height: 100%;
}
.ticker .ticker-controls .ticker-controls-nextprev a {
  overflow: hidden;
  display: inline-block;
  float: left;
  height: 32px;
  padding-top: 15px;
  margin-left: 5px;
}
.ticker .ticker-controls .ticker-controls-nextprev a span {
  text-indent: -2500px;
  display: inline-block;
  background: transparent url('../img/ui-chevrons.png') no-repeat 0 0;
  width: 11px;
  height: 19px;
}
.ticker .ticker-controls .ticker-controls-nextprev .prev span {
  background-position: -41px -766px;
}
.ticker .ticker-controls .ticker-controls-nextprev .prev:hover span,
.ticker .ticker-controls .ticker-controls-nextprev .prev:focus span,
.ticker .ticker-controls .ticker-controls-nextprev .prev:active span {
  background-position: -41px -598px;
}
.ticker .ticker-controls .ticker-controls-nextprev .next span {
  background-position: -112px -766px;
}
.ticker .ticker-controls .ticker-controls-nextprev .next:hover span,
.ticker .ticker-controls .ticker-controls-nextprev .next:focus span,
.ticker .ticker-controls .ticker-controls-nextprev .next:active span {
  background-position: -112px -598px;
}
.ticker .ticker-controls .ticker-controls-pauseclose {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 5px;
  height: 100%;
}
.ticker .ticker-controls .ticker-controls-pauseclose .pause {
  padding: 15px 6px;
  float: left;
  overflow: hidden;
}
.ticker .ticker-controls .ticker-controls-pauseclose .pause span {
  text-indent: -2500px;
  display: inline-block;
  background: transparent url('../img/ui-sprite.png') no-repeat -414px -108px;
  width: 13px;
  height: 16px;
}
.ticker .ticker-controls .ticker-controls-pauseclose .is-paused span {
  background-position: -445px -108px;
}
.ticker .ticker-controls .ticker-controls-pauseclose .pause:hover span,
.ticker .ticker-controls .ticker-controls-pauseclose .pause:focus span,
.ticker .ticker-controls .ticker-controls-pauseclose .pause:active span {
  background-position: -414px -138px;
}
.ticker .ticker-controls .ticker-controls-pauseclose .is-paused:hover span,
.ticker .ticker-controls .ticker-controls-pauseclose .is-paused:focus span,
.ticker .ticker-controls .ticker-controls-pauseclose .is-paused:active span {
  background-position: -445px -138px;
}
.ticker .ticker-controls .ticker-controls-pauseclose .close {
  padding: 15px 8px;
  float: left;
  overflow: hidden;
}
.ticker .ticker-controls .ticker-controls-pauseclose .close span {
  text-indent: -2500px;
  display: inline-block;
  background: transparent url('../img/ui-sprite.png') no-repeat -376px -108px;
  width: 18px;
  height: 17px;
}
.ticker .ticker-controls .ticker-controls-pauseclose .close:hover span,
.ticker .ticker-controls .ticker-controls-pauseclose .close:focus span,
.ticker .ticker-controls .ticker-controls-pauseclose .close:active span {
  background-position: -376px -138px;
}
.g-row > .ticker {
  margin-left: 16px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .g-row > .ticker {
    margin-left: 1.6%;
  }
}
@media (max-width: 767px) {
  .g-row > .ticker {
    margin-left: 0;
  }
}
html.lt-ie9 .ticker ul {
  background: url('../img/ticker-bg.png') repeat;
}
html.lt-ie9 .ticker .ticker-controls {
  background: url('../img/ticker-bg.png') repeat;
}
html.lt-ie9 .ticker .ticker-controls .ticker-controls-pauseclose {
  border-left: 1px solid #777777;
}
html.lt-ie8 .ticker .ticker-controls-nextprev .prev {
  overflow: hidden;
}
html.lt-ie8 .ticker .ticker-controls-nextprev .prev span {
  text-indent: 0;
}
html.lt-ie8 .ticker .ticker-controls-nextprev .next {
  overflow: hidden;
}
html.lt-ie8 .ticker .ticker-controls-nextprev .next span {
  text-indent: 0;
}
html.lt-ie8 .ticker .ticker-controls-pauseclose .pause {
  overflow: hidden;
}
html.lt-ie8 .ticker .ticker-controls-pauseclose .pause span {
  text-indent: 0;
}
html.lt-ie8 .ticker .ticker-controls-pauseclose .close {
  overflow: hidden;
}
html.lt-ie8 .ticker .ticker-controls-pauseclose .close span {
  text-indent: 0;
}
html.no-js .ticker ul li {
  display: block;
  padding: 4px;
}
/* Awards Module */
.awards {
  width: auto;
  max-width: 624px;
}
.awards .awards-item {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .awards .awards-item {
    display: inline-block;
    text-align: left;
  }
}
.awards .awards-item img {
  float: left;
  display: inline;
  margin: 0 16px 16px 0;
}
.awards .awards-item h3 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: #5b5b5b;
}
.awards .awards-item p {
  margin: 0;
}
#pobooking {
  clear: both;
  background-color: #fff;
  color: #2A2A2A;
  margin-bottom: 28px;
}
html.js .nav-main.pobooking-nav {
  height: 52px;
}
#pobooking #pobooking_search_bar {
  background-color: #F4F1EB;
  padding: 10px 20px 10px 48px;
  font-size: 15px;
  line-height: 28px;
  height: auto;
  position: relative;
  overflow: hidden;
}
#pobooking #pobooking_search_bar div {
  float: left;
}
#pobooking #pobooking_search_bar table,
#pobooking #pobooking_search_bar tbody,
#pobooking #pobooking_search_bar tr,
#pobooking #pobooking_search_bar td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#pobooking #pobooking_search_bar span {
  padding: 0 10px;
  line-height: 25px;
}
#pobooking .btn_find_branch {
  background: url(../img/appointment/findmybranch_btn.png) no-repeat top left;
  display: block;
  height: 44px;
  width: 153px;
  text-decoration: none;
  float: left;
  margin-left: 5px;
}
@media (max-width: 992px) {
  #pobooking .btn_find_branch {
    min-width: 153px;
  }
}
#pobooking #pobooking_search_bar input[type="text"] {
  width: 200px;
  margin: 6px 17px 10px 6px;
  float: left;
}
#pobooking #pobooking_search_bar img {
  float: left;
  margin-top: 8px;
  margin-left: -28px;
}
#pobooking #pobooking_search_bar span {
  display: block;
  float: left;
  padding: 0 10px;
  margin-top: 9px;
  font-size: 14px;
}
#pobooking input[type="text"] {
  line-height: 24px;
}
#pobooking .btn_find_branch:hover {
  background-image: url(../img/appointment/findmybranch_btn_hover.png);
}
#pobooking .g-20 {
  margin-left: 0 !important;
}
/*changed*/
#pobooking .g-11 {
  margin-left: 0 !important;
}
#pobooking .g-20 .legend {
  padding: 10px 10px 0 10px;
}
.g-20 #pobooking .g-11,
.g-20 #pobooking .g-20 {
  width: 100%;
  max-width: none;
}
.g-20 .g-20 #pobooking_note_before {
  display: none;
}
.g-20 #pobooking #pobooking_note_after {
  display: block;
  clear: both;
}
#pobooking .pobooking_tit {
  padding: 15px 0 0 0;
  height: 49px;
  margin-bottom: 20px;
}
#pobooking .pobooking_tit img {
  margin: 0;
  float: left;
  margin-right: 10px;
}
.g-1 #pobooking .pobooking_tit img,
.g-2 #pobooking .pobooking_tit img,
.g-3 #pobooking .pobooking_tit img,
.g-4 #pobooking .pobooking_tit img,
.g-5 #pobooking .pobooking_tit img,
.g-6 #pobooking .pobooking_tit img,
.g-7 #pobooking .pobooking_tit img,
.g-8 #pobooking .pobooking_tit img,
.g-9 #pobooking .pobooking_tit img,
.g-10 #pobooking .pobooking_tit img,
.g-11 #pobooking .pobooking_tit img,
.g-12 #pobooking .pobooking_tit img,
.g-13 #pobooking .pobooking_tit img,
.g-14 #pobooking .pobooking_tit img,
.g-15 #pobooking .pobooking_tit img,
.g-16 #pobooking .pobooking_tit img,
.g-17 #pobooking .pobooking_tit img,
.g-18 #pobooking .pobooking_tit img,
.g-19 #pobooking .pobooking_tit img,
.g-20 #pobooking .pobooking_tit img,
.g-21 #pobooking .pobooking_tit img,
.g-22 #pobooking .pobooking_tit img,
.g-23 #pobooking .pobooking_tit img,
.g-24 #pobooking .pobooking_tit img,
.g-25 #pobooking .pobooking_tit img,
.g-26 #pobooking .pobooking_tit img,
.g-27 #pobooking .pobooking_tit img,
.g-28 #pobooking .pobooking_tit img,
.g-29 #pobooking .pobooking_tit img,
.g-30 #pobooking .pobooking_tit img {
  margin-left: 20px;
}
#pobooking .pobooking_tit h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #2A2A2A;
}
#pobooking .mapcont {
  background-color: #F4F1EB;
}
#pobooking .pobooking_form {
  background-color: #F4F1EB;
  padding: 1px 18px 1px 18px;
}
#pobooking .pobooking_form legend {
  font-size: 22px;
}
#pobooking .pobooking_form legend.appointment {
  padding-top: 20px;
}
#pobooking .bg_rosso {
  background-color: #D82430;
  color: #fff;
  margin: 0 3px -10px;
  padding: 10px;
  /*text-align: center;*/
  width: 100%;
  margin: 0 -10px 1px -10px;
  margin: 0 -12px 1px -10px;
}
#pobooking .bg_rosso p {
  margin: 3px 16px 0 16px;
  text-align: left;
  font-size: 13px;
  margin: 3px 6px 0 6px;
}
#pobooking .bg_rosso label.error {
  color: #fff;
}
#pobooking form {
  margin: 0;
  padding: 0;
}
#pobooking h4 {
  margin: 14px 0 10px 0;
}
#pobooking select,
#pobooking textarea {
  width: 100%;
  padding: 0;
  margin: 0;
}
#pobooking #branches select {
  width: 100%;
  margin-left: 0;
}
#pobooking .error-box #branches select {
  width: 270px;
  width: 255px\0;
  margin-left: 0;
}
*:first-child + html #pobooking .error-box #branches select {
  width: 255px;
}
#pobooking select,
input,
textarea {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #CCCCCC;
}
#pobooking select,
#pobooking option,
#pobooking input {
  height: 24px;
}
#pobooking select {
  padding: 2px 0;
}
#pobooking input {
  width: 100%;
  padding: 2px 4px;
  margin: 0;
}
#pobooking input[type="radio"],
#pobooking input[type="checkbox"] {
  width: auto;
  display: inline;
  margin-right: 6px;
  height: auto;
}
#pobooking .pobooking_date {
  position: relative;
  overflow: hidden;
}
#pobooking .pobooking_date select {
  width: 83px;
  float: left;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #pobooking .pobooking_date select {
    margin-bottom: 5px;
    clear: both;
  }
}
#pobooking .pobooking_date select#date_y {
  margin-right: 0;
}
#pobooking label {
  display: block;
  clear: both;
  padding: 6px 0;
}
#pobooking .radio_btn {
  width: 40%;
  float: left;
  padding: 8px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #pobooking .radio_btn {
    float: none !important;
    white-space: nowrap;
  }
}
#pobooking .radio_btn label {
  display: inline;
  font-size: 12px;
  padding: 0;
  color: #5B5B5B;
  clear: none;
}
/*#pobooking .pobooking_textarea{width:270px; height:76px; overflow: hidden;
border:1px solid #ddd;
border-top-color:#aaa;
border-bottom-color:#eee;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color:#fff;
}
#pobooking .pobooking_textarea textarea{height:400px; border:0;}*/
#pobooking .pobooking_textarea textarea {
  width: 100%;
  height: 76px;
}
#pobooking .submit_btn {
  text-align: right;
  margin: 15px 12px;
  height: 44px;
}
#pobooking #submit {
  background: url(../img/appointment/submit_btn.png) no-repeat top left;
  width: 84px;
  height: 44px;
  border: 0;
}
#pobooking #submit:hover {
  background-image: url(../img/appointment/submit_btn_hover.png);
}
#pobooking .map_cont {
  background-color: #F4F1EB;
  padding: 10px;
  margin-top: 20px;
  position: relative;
}
#pobooking img.step2 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000000000000000000;
}
#pobooking div#loading {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 99999999999999999;
  background: url(../img/appointment/bg_grigio80.png) repeat;
}
#pobooking div#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
#pobooking div#pobooking_msg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 999999999999999999;
  background: url(../img/appointment/bg_grigio80.png) repeat;
  color: #fff;
}
#pobooking div#pobooking_msg h2 {
  color: #D82430;
  margin-top: 0;
}
#pobooking div#pobooking_msg p {
  color: #2A2A2A;
  margin-top: 0;
}
#pobooking div#pobooking_msg ul {
  color: #2A2A2A;
  margin-top: 10px;
}
#pobooking div.pobooking_msg_txt {
  margin: 30px;
  padding: 80px 50px;
  background-color: #F4F1EB;
  height: 240px;
}
#pobooking div#pobooking_note_before {
  font-size: 12px;
  padding: 20px 10px;
  text-align: justify;
}
@media (max-width: 767px) {
  #pobooking div#pobooking_note_before {
    display: none;
  }
}
#pobooking div#pobooking_note_before p {
  margin: 9px 0;
}
#pobooking div#pobooking_note_after {
  font-size: 12px;
  padding: 20px 10px;
  text-align: justify;
  display: none;
}
@media (max-width: 767px) {
  #pobooking div#pobooking_note_after {
    display: block;
    clear: both;
  }
}
#pobooking div#pobooking_note_after p {
  margin: 9px 0;
}
.g-11#pobooking_colsx {
  float: right;
  margin-right: 150;
}
/*changed*/
#pobooking #pobooking_colsx {
  margin-left: 0px !important;
  float: right;
}
#pobooking #pobooking_colsx fieldset fieldset {
  padding: 0;
}
#pobooking .pobooking_form #edit-loan-amount-wrapper.form-element,
#pobooking .pobooking_form .pobooking_date {
  margin-left: -12px;
  width: 100%;
}
#pobooking .pobooking_form .form-element,
#pobooking .pobooking_form legend {
  padding: 0 12px;
}
#pobooking .pobooking_form .form-element legend {
  padding-left: 0;
  padding-right: 0;
}
#pobooking .error {
  color: #000;
}
#pobooking p.error {
  color: #000;
  font-weight: bold;
  margin: 0;
}
#pobooking label.hide-label {
  position: absolute;
  left: -200px;
}
#pobooking #maxchar_info {
  display: block;
}
#pobooking #pobooking_btn_find_branch {
  text-indent: -200px;
  overflow: hidden;
}
#pobooking .small-title {
  display: block;
  padding: 11px 0 7px;
}
/*#pobooking .pobooking_form .form-element, .form-testo{padding:0 12px;}*/
#pobooking .pobooking_form legend {
  margin-left: 0;
}
#pobooking .pobooking_form .error-box {
  border: 1px solid #d8242f;
  background-color: #fdf4f4;
  border-radius: 3px;
  /*margin: 14px 0 0 -10px;*/
  margin: 10px 0;
  padding: 12px 11px;
  overflow: auto;
}
#pobooking legend {
  display: block;
  word-wrap: break-word;
  width: 100%;
}
/*#pobooking .error-box .bg_rosso{width:256px;}
#pobooking .error-box select{ width:257px} */
#pobooking .error-box .bg_rosso {
  width: 256px\9;
  margin-left: 0px\9;
}
#pobooking .error-box .bg_rosso select {
  width: 256px\9;
}
#pobooking .pobooking_form .form-element {
  overflow: hidden\9;
}
#pobooking .pobooking_form legend {
  width: auto\9;
  margin-left: 0px\9;
}
#pobooking_map {
  width: 100% !important;
  overflow: hidden;
}
/* Adverts Module */
.advert {
  overflow: hidden;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .advert a {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .advert a img {
    max-width: 100%;
  }
}
/* Tools */
.form-item select#edit-callback-date-day,
.form-item select#edit-callback-date-month,
.form-item select#edit-callback-date-year {
  width: 88px;
  float: left;
  margin-right: 4px;
}
form#requestcallback-form .form-actions a.left {
  float: left;
}
.btn-secondary:after {
  content: "";
  background: url(../img/ui-chevrons.png) -40px -39px no-repeat;
  width: 14px;
  height: 25px;
  top: .6em;
  left: .5em;
  position: absolute;
}
form#track-trace-request-form .webform-component label {
  padding-bottom: 10px;
  text-align: left;
  width: auto;
}
form#track-trace-request-form.webform-component input#edit-tracking-number {
  padding-left: 0;
}
form#tnt-pfw-contact-us-form .form-item label.option {
  width: 260px;
}
#track-trace-request-form dl dt,
#track-trace-request-form dl dd {
  float: left;
  margin: 10px 10px 10px 0;
}
#track-trace-request-form dl dt {
  clear: left;
  width: 180px;
}
#track-trace-request-form p {
  clear: both;
}
#track-trace-request-form p.buttons a {
  display: block;
}
#track-trace-request-form .view-pod-secondary-inline {
  margin-left: 10px;
}
#track-trace-request-form .dt-left-align {
  display: inline-block;
}
#track-trace-request-form .potools #edit-track-id {
  width: 260px;
}
#track-trace-request-form #edit-track {
  float: none;
}
.btn-secondary {
  padding: 11px 12px 11px 34px;
}
.btn-hover:hover {
  color: #d8242f;
}
#edit-callback-date-wrapper select {
  margin-bottom: 4px;
}
.po-btn {
  position: relative;
  background-color: #dad7d0;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding: 11px 34px 11px 12px;
  border-radius: 3px;
  font-weight: 400!important;
  box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  background-color: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.po-btn:after {
  content: "";
  background: url(../img/ui-chevrons.png) -111px -39px no-repeat;
  width: 14px;
  height: 25px;
  top: .6em;
  right: .5em;
  position: absolute;
}
#branch-finder .btn:after {
  display: none;
}
.productDetail .productDetailName a img {
  display: none;
}
#editable-message {
  margin-top: 10px;
}
.po-btn-primary:after {
  content: "";
  background: url(../img/ui-chevrons.png) -111px -711px no-repeat;
  width: 14px;
  height: 25px;
  top: .6em;
  right: .5em;
  position: absolute;
}
.po-btn-primary:hover:after,
.po-btn-primary:focus:after {
  background: url(../img/ui-chevrons.png) -111px -711px no-repeat;
}
.po-btn-secondary {
  padding: 11px 12px 11px 34px;
}
.po-btn-secondary:after {
  content: "";
  background: url(../img/ui-chevrons.png) -40px -39px no-repeat;
  width: 14px;
  height: 25px;
  top: .6em;
  left: .5em;
  position: absolute;
}
h1 img {
  vertical-align: top;
  margin-top: 7px;
  margin-left: 10px;
}
ul.ui-autocomplete {
  max-height: 210px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
ul.ui-autocomplete li.ui-menu-item {
  list-style-type: none;
  list-style-image: none;
}
/* Reset the p element (from bootstrap)*/
p.nomargin {
  margin: 0;
}
.validation-summary-errors ul,
.validation-summary-errors ul li {
  margin: 0;
  list-style-type: none;
  color: #D8242F;
  vertical-align: middle;
  padding: 0;
  font-size: 12px;
}
.styledCheckbox input {
  display: none;
}
.styledCheckbox span {
  width: 20px;
  height: 20px;
  display: block;
  background: url("/Content/themes/base/images/ui-icons_cd0a0a_256x240.png");
}
.styledCheckbox input:checked + span {
  background: url("/Content/themes/base/images/ui-icons_888888_256x240.png");
}
.ui-accordion-header {
  font-size: 12px;
}
.webform-component-checkboxes label {
  display: inline-block;
  font-size: 12px;
  width: auto;
  text-align: left;
  float: none;
  margin: 0;
}
.webform-component-checkboxes input {
  display: inline-block;
  top: -1px;
  vertical-align: middle;
  margin: 0;
}
.longLabel {
  width: 277px;
}
#SelectedDay {
  width: 105px;
  font-size: 13px;
  padding: 5px;
}

#SelectedTime {
  width: 90px;
  font-size: 13px;
  padding: 6px 3px;
}
.no-branches-form-actions {
  background: none;
  text-align: left;
  font-size: 1.1em;
  margin-top: 16px;
  padding: 8px 8px 8px 0;
}
/*.no-branches-form-actions .form-submit {
    background: url("../img/chevron-lge-left-fff.png") no-repeat scroll 10px 50% #D8242F;
    border: medium none;
}

.no-branches-form-actions .btn
{
    padding: 11px 12px 11px 34px;
}*/
#ResultsMap {
  height: 624px;
  width: 100%;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #ResultsMap {
    height: 240px !important;
  }
}
#BranchMap {
  height: 624px;
  width: 100%;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #BranchMap {
    height: 240px !important;
  }
}
#BranchPanorama {
  height: 208px;
  width: 624px;
}
.mainBranchResultsList {
  border-top: 1px solid darkgray;
}
.BranchResult {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid darkgray;
}
.BranchResultId {
  text-align: right;
  margin-right: 5px;
  font-size: 2.3em;
  margin-top: -5px;
}
.BranchResult:hover {
  background-color: #FFE4E1;
  /*background: #FFD700;*/
  color: black;
}
.BranchResult h2 {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.4;
}
.BranchName {
  font-size: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  cursor: pointer;
}
.BranchDetails .BranchName {
  float: none;
}
.BranchDetailsLink {
  font-size: 13px;
  float: right;
}
@media (max-width: 992px) {
  .BranchDetailsLink {
    margin-right: 16px;
  }
}
.BranchDetailsLink a {
  font-weight: normal;
}
.BranchResultsAddress {
  /*color: darkgray;*/
  margin-top: 0px;
  font-size: 1em;
  line-height: 1em;
}
.BranchResultsPostcode {
  float: left;
}
/*.BranchResult .ui-icon { background-image: url(themes/custom/images/ui-icons_004276_256x240.png); }
.BranchResult .ui-icon:hover { background-image: url(themes/custom/images/ui-icons_cc0000_256x240.png); }*/
.btn-primary-small {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 24px;
  font-size: 12px;
}
.btn-primary-small:after {
  content: "";
  background: url(../img/ui-chevrons.png) -114px -814px no-repeat;
  width: 7px;
  height: 10px;
  top: .3em;
  right: .5em;
  position: absolute;
}
.btn-primary-small:hover:after,
.btn-primary-small:focus:after {
  background: url(../img/ui-chevrons.png) -114px -814px no-repeat;
}
.btn-primary-small:hover,
.btn-primary-small:focus {
  color: #fff;
  background-color: #ac000b;
  background: -moz-linear-gradient(top, #c2202a 0%, #d8242f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2202a), color-stop(100%, #d8242f));
  background: -webkit-linear-gradient(top, #c2202a 0%, #d8242f 100%);
  background: -o-linear-gradient(top, #c2202a 0%, #d8242f 100%);
  background: -ms-linear-gradient(top, #c2202a 0%, #d8242f 100%);
  background: linear-gradient(to bottom, #c2202a 0%, #d8242f 100%);
}
.btn-primary-small a {
  color: white;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.btn-primary-small a:hover {
  color: white;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.infoWindow {
  width: 200px;
  background-color: bisque;
}
.OpeningTimes {
  margin-top: 20px;
  /*height:150px;*/
}
.BranchDirections {
  margin-top: 10px;
  clear: both;
}
.NearbyBranches {
  margin-top: 20px;
}
.BranchProducts {
  margin-top: 20px;
}
.NearbyBranches h2 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0;
}
.OpeningTimes h2,
.BranchProducts h2 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.OpeningTimes .tooltip-inner td {
  color: #ffffff;
}
.ui-accordion h3 {
  margin: 0;
}
.productAvailabilityHeader {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 2px;
}
.productDetail {
  font-size: 0.9em;
  display: table;
  margin-bottom: 4px;
  height: 14px;
}
.productDetailOpening {
  height: 14px;
  width: 14px;
  /*display:table-cell;*/
  float: left;
  margin-right: 4px;
}
.openingTypeCore {
  /*background-color:cornflowerblue;*/
  background-color: #0F4600;
  float: left;
  width: 12px;
  height: 12px;
  margin: 2px 5px 0 0px;
}
.openingTypeExtended {
  /*background-color:lightgray;*/
  background-image: url(../img/branch-finder/ExtendedOpeningBar.png);
  border: 1px solid #0F4600;
  float: left;
  width: 12px;
  height: 12px;
  margin: 2px 5px 0 0px;
}
.openingTypeLunch {
  background-color: white;
  border: 1px solid #0F4600;
  float: left;
  width: 12px;
  height: 12px;
  margin: 2px 5px 0 0px;
}
.openingTypeSeasonal {
  /*background-color:cornflowerblue;*/
  background-color: #689600;
  float: left;
  width: 12px;
  height: 12px;
  margin: 2px 5px 0 0px;
}
.productDetailName {
  line-height: 14px;
  margin-right: 4px;
  float: left;
}
.OpeningTimes div:first-child .btn-group-xs {
  margin-bottom: 10px;
}
.OpeningTimes table,
.OpeningTimes tbody,
.OpeningTimes th,
.OpeningTimes tr,
.OpeningTimes td,
#branch-finder .tooltip table,
#branch-finder .tooltip tbody,
#branch-finder .tooltip th,
#branch-finder .tooltip tr,
#branch-finder .tooltip td {
  border: none;
  padding: 0;
}
#branch-finder .tooltip table,
#branch-finder .tooltip tbody,
#branch-finder .tooltip th,
#branch-finder .tooltip tr,
#branch-finder .tooltip td {
  color: #ffffff;
}
.OpeningTimes th,
#branch-finder .tooltip th {
  font-weight: 700;
  line-height: 13px;
  padding: 0 6px 6px 0;
  text-align: right;
  width: 32px;
  font-size: 12px;
}
.OpeningTimes th.SeasonalOpeningTimesDate,
#branch-finder .tooltip th.SeasonalOpeningTimesDate {
  width: 120px;
}
.OpeningTimes .TimesTextCell {
  font-weight: normal;
  line-height: 13px;
  padding: 0 6px 6px 0;
  text-align: left;
  font-size: 12px;
  width: 80px;
}
.OpeningTimes .TimesChartCell {
  position: relative;
}
.OpeningTimesBar {
  width: 100%;
  height: 13px;
  position: relative;
}
.OpeningTimesBar a {
  height: 11px;
  content: "";
  text-decoration: none;
  background-image: url(../img/branch-finder/ExtendedOpeningBar.png);
  position: absolute;
  border-top: 1px solid #0F4600;
  border-bottom: 1px solid #0F4600;
  cursor: default;
}
.OpeningTimesBar a .ExtendedBarEndCap {
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #0F4600;
}
.OpeningTimesBar a .CoreHours {
  height: 9px;
  position: absolute;
  background-color: #0F4600;
}
#SeasonalOpeningTimes .OpeningTimesBar a .CoreHours {
  background-color: #689600;
}
.OpeningTimesBar a .LunchHours {
  height: 9px;
  position: absolute;
  background-color: #FFFFFF;
  border-left: 1px solid #0F4600;
  border-right: 1px solid #0F4600;
}
.OpeningTimesBarHeader {
  width: 100%;
  /*height:13px;*/
  position: relative;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.OpeningTimesBarHeader table {
  position: absolute;
  width: 100%;
}
.SeasonalOpeningTimesBarHeader {
  width: 100%;
  /*height:13px;*/
  position: relative;
}
.SeasonalOpeningTimesBarHeader table {
  position: absolute;
  width: 100%;
}
/* ||| Not used ? */
.ClosedTimesBar {
  font-weight: normal;
  line-height: 13px;
  padding: 0 10px 6px 0;
  text-align: left;
  width: 74px;
  font-size: 12px;
}
/* ||| Not used ? */
.ExtendedOpeningBar {
  height: 12px;
  /*background-color:lightgray;*/
  background-image: url(../img/branch-finder/ExtendedOpeningBar.png);
  border: 1px solid #0F4600;
  position: absolute;
  z-index: 1;
}
/* ||| Not used ? */
.NormalOpeningBar {
  height: 12px;
  /*background-color:cornflowerblue;*/
  background-color: #0F4600;
  position: absolute;
  z-index: 2;
}
/* ||| Not used ? */
.NormalOpeningBar:hover {
  background-color: blue;
}
/* ||| Not used ? */
.ExtendedOpeningBar:hover {
  background-color: gray;
}
/* ||| Not used ? */
.LunchTimeClosedBar {
  height: 12px;
  background-color: white;
  border: 1px solid #0F4600;
  position: absolute;
  z-index: 10;
}
/* ||| Not used ? */
.LunchTimeClosedBar:hover {
  background-color: blue;
  border: 1px solid #0F4600;
}
.earliestOpeningTime {
  font-size: 12px;
  width: 100%;
  padding-bottom: 3px;
  background: transparent url(../img/branch-finder/lefttimemarker.png) no-repeat left bottom;
}
.earliestSeasonalOpeningTime {
  font-size: 12px;
  width: 100%;
  padding-bottom: 3px;
  background: transparent url(../img/branch-finder/lefttimemarker.png) no-repeat left bottom;
}
.latestClosingTime {
  text-align: right;
  font-size: 12px;
  width: 100%;
  padding-bottom: 3px;
  background: transparent url(../img/branch-finder/righttimemarker.png) no-repeat right bottom;
}
.latestSeasonalClosingTime {
  text-align: right;
  font-size: 12px;
  width: 100%;
  padding-bottom: 3px;
  background: transparent url(../img/branch-finder/righttimemarker.png) no-repeat right bottom;
}
.midDayTime {
  font-size: 12px;
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 0;
  margin-left: -4px;
  text-align: center;
  background: transparent url(../img/branch-finder/midtimemarker.png) no-repeat center bottom;
}
.nomargin {
  margin: 0;
}
#nearbyBranchesList {
  margin-top: 10px;
}
.NearbyBranchItem {
  font-size: 1em;
  clear: both;
}
.NearbyBranchItem a {
  font-weight: normal;
}
.ToggleNearbyBranchesLink {
  cursor: pointer;
  color: crimson;
}
.SwitchOpeningTimesLink {
  cursor: pointer;
  float: right;
}
.SwitchOpeningTimesLinkSelected {
  font-weight: bold;
  color: crimson;
}
.SwitchOpeningTimesLink:hover {
  font-weight: bold;
}
#edit-postcode-or-town-wrapper label {
  width: 277px;
}


#edit-postcode-or-town-wrapper .input-disabled {
    background-color:#d6d6d2;
    cursor: default;
}

#use-my-location {
  width: 20px;
  margin-top: 10px;
}

@media (max-width: 992px) {
    #use-my-location  {
        margin-top: 12px;
    }
}

@media (max-width: 992px) {
    #edit-postcode-or-town-wrapper #use-my-location-label {
        width: 165px;
  }
}

@media (max-width: 992px) {
  #edit-postcode-or-town-wrapper label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#edit-postcode-or-town-wrapper #edit-postcode-or-town {
  width: 275px;
  line-height: normal;
}
@media (max-width: 992px) {
  #edit-postcode-or-town-wrapper #edit-postcode-or-town {
    width: 100%;
  }
}

#SelectedDate {
  width: 100px;
}
.page-heading .header {
  margin: 0;
  font-size: 3.2em;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -1px;
  float: left;
}
.secondary-form-actions {
  font-size: 1.1em;
  margin-top: 3px;
}
/*.secondary-form-actions .form-submit{border:none;background:#d8242f url(../img/chevron-lge-right-fff.png) no-repeat 92% 50%;}*/
.secondary-form-actions .form-submit {
  border: none;
}
.secondary-form-actions .form-submit:hover,
.form-actions .form-submit:focus,
.form-actions .form-submit:active {
  background-color: #ac000b;
}
.btn-redlink,
.btn-redlink:hover {
  color: #D8242F;
}
/* IE10 needs this for the jquery UI autocomplete otherwise there's too much space around the list item */
/*.ui-menu-item
{
    list-style:none;
}*/
.placePickerCategory {
  font-size: 12px;
}
.placePickerName {
  margin-top: -4px;
}
.productPickerLevel1Heading {
  font-size: 1em;
  font-weight: 700;
}
.productPickerLevel2Group {
  margin-bottom: 10px;
}
.resultsListHeader {
  font-size: 16px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .resultsListHeader {
    padding: 16px;
  }
}
.openingTimesFooter {
  font-size: 0.9em;
  clear: both;
  margin-top: 3px;
}
#products {
  width: 275px;
  float: left;
}
@media (max-width: 992px) {
  #products {
    width: 100%;
  }
}
#products legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
  margin-bottom: 0px;
  font-size: 1.1em;
  font-weight: bold;
}
#products label {
  min-height: 0;
}
#products .panel-title {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
}
#products .panel-title > a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
#products .panel-title > a:before {
  background: url(../img/ui-chevrons.png) no-repeat scroll -267px -263px;
  content: "";
  display: block;
  height: 17px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
#products .panel-title > a.collapsed:before {
  background: url(../img/ui-chevrons.png) no-repeat scroll -112px -263px;
  content: "";
  display: block;
  height: 17px;
  width: 11px;
  position: absolute;
  left: 0;
  top: 2px;
}
.btn-group > .btn:focus {
  /*color:orange;*/
  outline: thin dotted;
}
#productSelectionLabel {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 277px;
}
@media (max-width: 992px) {
  #productSelectionLabel {
    width: 100%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
table.ui-datepicker-calendar thead tr th {
  padding-bottom: .3em;
}
table.ui-datepicker-calendar tbody {
  border-top: none;
}
table.ui-datepicker-calendar tr {
  border-bottom: none;
}
#edit-date-wrapper > label {
  width: 277px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 624px) {
  #BranchMap {
    height: 310px;
    width: 99%;
    margin: 0 auto 28px;
  }
}
@media (max-width: 992px) {
  #edit-date-wrapper,
  #edit-time-wrapper {
    float: left !important;
  }
  #edit-date-wrapper input,
  #edit-time-wrapper input,
  #edit-date-wrapper label,
  #edit-time-wrapper label {
    clear: left;
  }
  #edit-date-wrapper img,
  #edit-time-wrapper img {
    float: left;
  }
  #edit-time-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 992px) {
  .otherBranchVisible {
    margin-left: 16px;
    padding-left: 16px;
  }
}
/* Page templates */
/* Fullwidth Tabs Module */
.fullwidth-tabs {
  background-color: #fff;
  position: relative;
}
.fullwidth-tabs .fullwidth-tablist ul {
  list-style: none;
  margin: 0;
}
.fullwidth-tabs .fullwidth-tablist ul li {
  float: left;
  display: inline-block;
}
@media (max-width: 767px) {
  .fullwidth-tabs .fullwidth-tablist ul li {
    width: 50% !important;
    margin-bottom: 2px;
  }
}
.fullwidth-tabs .fullwidth-tablist ul li a {
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  font-size: 1.75em;
  position: relative;
  min-height: 78px;
  width: 100%;
  display: block;
  margin-top: 0;
  border-left: 2px solid #fff;
  background-color: #f4f1eb;
  color: #2a2a2a;
}
.fullwidth-tabs .fullwidth-tablist ul li a span {
  display: block;
  padding: 8px 16px 0;
}
.fullwidth-tabs .fullwidth-tablist ul li:first-child a {
  border-left: 0;
}
.fullwidth-tabs .fullwidth-tablist ul li:hover a,
.fullwidth-tabs .fullwidth-tablist ul li:focus a,
.fullwidth-tabs .fullwidth-tablist ul li:active a,
.fullwidth-tabs .fullwidth-tablist ul li.is-active a {
  color: #d8242f;
  text-decoration: none;
}
.fullwidth-tabs .fullwidth-tablist ul li.is-active {
  margin-bottom: 2px;
}
.fullwidth-tabs .fullwidth-tablist ul li.is-active a {
  background-color: #fff;
  margin-top: -8px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .fullwidth-tabs .fullwidth-tablist ul li.is-active a {
    margin-bottom: -8px;
  }
}
.fullwidth-tabs .fullwidth-tablist ul li.is-active a span {
  padding-top: 0;
}
.fullwidth-tabs .fullwidth-tablist ul li.is-active + li a {
  border-color: #f4f1eb;
}
.fullwidth-tabs .fullwidth-tabpanels {
  margin: 0 16px;
}
.fullwidth-tabs .fullwidth-tabpanels .is-active {
  display: block;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package {
  display: inline-block;
  background-color: #f4f1eb;
  padding: 16px 64px 16px 16px;
  margin: 0 0 16px 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package {
    padding-bottom: 0;
  }
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package h2 {
  margin: 0 0 8px 0;
  font-weight: bold;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-context {
  float: left;
  width: 284px;
  margin-right: 16px;
  display: inline;
  cursor: default;
}
@media (max-width: 992px) {
  .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-context {
    width: 100%;
  }
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-context .ticklist {
  color: #2a2a2a;
  font-weight: normal;
  margin: 0;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-context .ticklist li {
  padding-bottom: 8px;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-context .ticklist li .glossary-item {
  white-space: normal;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-context.expanded {
  width: 458px;
}
@media (max-width: 992px) {
  .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-context.expanded {
    width: auto;
  }
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-context.full {
  width: 100%;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels {
  float: right;
  width: auto;
  display: inline;
}
@media (max-width: 992px) {
  .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels {
    float: left;
  }
}
@media (max-width: 767px) {
  .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-panel-std {
  float: left;
  padding: 16px 8px;
  border-radius: 3px;
  min-height: 96px;
  width: 142px;
  margin-left: 16px;
  background-color: #fff;
  color: #5b5b5b;
  text-align: center;
}
@media (max-width: 992px) {
  .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-panel-std {
    float: left;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-panel-std {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-panel-std p {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.1em;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-panel-std p .panel-hero-text {
  display: block;
  font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-panel-std p .numeric {
  font-size: 54px;
  font-weight: normal;
  position: relative;
  margin-bottom: 18px;
  line-height: .6em;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-panel-std p .numeric .supertext {
  font-size: 32px;
  vertical-align: 16px;
  display: inline;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-panel-std p strong {
  text-transform: none;
  font-weight: normal;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-rate {
  color: #fff;
  background-color: #d8242f;
  width: 152px;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-rate {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-rate p {
  text-align: left;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-rate p strong {
  font-size: 1.25em;
  background-color: #d8242f;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-rate p strong .numeric {
  margin-bottom: 28px;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-rate p strong .numeric .supertext {
  padding-left: 12px;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-rate p strong .supertext-context {
  text-transform: none;
  text-align: top;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .25em;
  letter-spacing: 0;
  position: absolute;
  bottom: -1.1em;
  left: 7.25em;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .bp-rate p strong .bp-rate-extra {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:first-child {
  margin-top: 16px;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:after {
  content: "";
  background: url('../img/chevron-xlge-right-5b5b5b.png') right center no-repeat;
  width: 28px;
  margin-top: -25px;
  height: 50px;
  top: 50%;
  right: 1em;
  position: absolute;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:hover,
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:focus,
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:active {
  text-decoration: none;
  background-color: #dad7d0;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:hover h2,
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:focus h2,
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:active h2 {
  text-decoration: underline;
}
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:hover:after,
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:focus:after,
.fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package:active:after {
  background: url('../img/chevron-xlge-right-2a2a2a.png');
}
html.lt-ie8 .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels {
  float: none;
}
html.lt-ie8 .fullwidth-tabs .fullwidth-tabpanels .fullwidth-tab-panel .bp-package .bp-panels .numeric {
  line-height: 1em;
}
.help-hub {
  margin-top: -6em;
  padding: 16px 32px;
  background: #fff;
}
.help-hub h2 {
  color: #5b5b5b;
  font-size: 1.7em;
}
.help-search-form {
  position: relative;
}
.help-search .form-text {
  width: 816px;
  min-height: 44px;
  padding: 8px 16px;
  font-size: 2.1em;
}
.help-search .form-submit {
  width: 62px;
  height: 62px;
  background-position: -239px -131px;
}
.help-search .form-submit:hover,
.help-search .form-submit:focus,
.help-search .form-submit:active {
  background-position: -239px -181px;
}
.help-auto-results {
  position: absolute;
  left: 0;
  top: 61px;
  z-index: 1;
  width: 909px;
  margin-top: 1px;
  padding: 0;
  border: 1px solid #dad7d0;
  border-radius: 3px 3px 0 0;
  background: #f4f1eb;
  font-size: 1.25em;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.help-auto-results .msg {
  display: block;
  padding: 16px;
}
.help-auto-results .error {
  color: #5b5b5b;
}
.help-auto-results ul {
  list-style: none;
  margin: 0;
}
.help-auto-results ul li {
  list-style: none;
  display: block;
  border-bottom: 2px solid #fff;
}
.help-auto-results ul li a {
  font-weight: normal;
  color: #5b5b5b;
  display: block;
  padding: 4px 16px;
}
.help-auto-results ul li a small {
  float: right;
  font-size: 0.8em;
  opacity: 0.6;
  padding: 0;
  margin-top: 3px;
}
.help-auto-results ul li:last-child {
  border: none;
}
.help-auto-results ul li a:hover,
.help-auto-results ul li a:focus,
.help-auto-results ul li a:active {
  color: #d8242f;
}
html.lt-ie9 .help-auto-results {
  margin-top: 0.6em;
}
html.no-js .help-search {
  display: none;
}
/* Third Party Modules */
/*	******************************************************
			CURRENCY CONVERTER STYLES
	****************************************************** */
.currency-converter {
  padding-top: 12px;
  padding-bottom: 12px;
}
.currency-converter h2 {
  margin-bottom: 0;
}
.currency-converter #fres_widget div {
  float: left;
  margin-top: 9px;
}
.currency-converter #fres_widget #selectors {
  width: 100%;
}
.currency-converter #fres_widget #selectors select {
  width: 47%;
  margin-left: 6%;
  float: left;
}
.currency-converter #fres_widget #selectors select:first-child {
  margin-left: 0;
}
.currency-converter #fres_widget #selectors #product_type_selector {
  margin-left: 0;
}
.currency-converter #fres_widget #fieldset input {
  float: left;
  width: 100%;
  height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 6px;
}
.currency-converter #fres_widget #fieldset input[type="text"] {
  border: 1px solid #f4f1eb;
}
.currency-converter #fres_widget #fieldset div {
  display: inline-block;
  width: 47%;
  float: left;
  margin-left: 6%;
}
.currency-converter #fres_widget #fieldset div:first-child {
  margin-left: 0;
}
.currency-converter #fres_widget div#rate_display {
  width: 100% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.currency-converter #fres_widget #fieldset label {
  font-weight: bold;
  font-size: 1em;
  display: block;
  height: 19px;
  overflow: hidden;
}
.currency-converter select,
.currency-converter input {
  border-radius: 3px;
}
.currency-converter input[type="submit"] {
  border: none;
  width: 100% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #feffff url(../img/chevron-lge-right-red.png) no-repeat 98% 50%;
  float: left;
}
.currency-converter input[type="submit"]:hover,
.currency-converter input[type="submit"]:focus,
.currency-converter input[type="submit"]:active {
  background-color: #f4f1eb;
}
.currency-converter #rlfres_message {
  font-size: 0.8em;
}
/* Non Web Stuff */
/* print styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Mortgage Affordability Calculator*/
#LabelAdults {
  float: left;
  font-size: 1.1em;
  text-align: right;
  margin-top: 7px;
  width: 214px;
  display: inline-block;
}
#adultChildren {
  width: 202px;
  display: inline-block;
}
#ListAdults {
  float: left;
  margin-right: 30px;
  width: 50px ! important;
  margin-top: 7px;
}
#LabelChildren {
  float: left;
  text-align: left;
  font-size: 1.1em;
  margin-left: 0;
  width: 50px ! important;
  margin-top: 7px;
}
#LabelMortgageTerm {
  text-align: right;
  float: left;
  font-size: 1.1em;
}
#ListMortgageTerm {
  float: left;
  margin-left: 0px;
  width: 50px;
}
#ListHelpRequired {
  float: left;
  margin-left: 6px;
  width: 55px;
}
#LabelMortgageMonths {
  float: left;
  font-size: 1.1em;
  margin-left: 10px;
  text-align: left;
  width: 50px;
}
#ListMortgageMonths {
  width: 50px;
  float: left;
}
form#mortgageaffordabilitycalculator-form .form-text,
form#mortgageaffordabilitycalculator-form .form-textarea {
  width: 190px;
  padding: 6px;
}
.help-content {
  display: none;
  padding: 16px 16px 24px 19px;
  width: 220px;
  position: absolute;
}
.help-content .close {
  display: block;
  text-align: right;
}
.help-content .help-arrow {
  background: url(/sites/all/modules/custom/rmg_help/images/helpTriangle.gif) 0 0 no-repeat;
  position: absolute;
  height: 20px;
  left: -20px;
  top: 15px;
  width: 20px;
}
#multistep-wizard-form .help-content .help-arrow {
  top: 50px;
}
.block-travelinsurance #multistep-wizard-form .help-content .help-arrow {
  top: 40px;
}
.help-content {
  background-color: #FFF;
  border: 3px #C00 solid;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
}
.help-content .close {
  background: transparent url(../img/close-icon.jpg) center right no-repeat;
  line-height: 25px;
  padding-right: 25px;
  text-decoration: underline;
}
.help-content .close:hover {
  text-decoration: none;
}
.help-content h3 {
  border-bottom: 1px solid #999;
  color: #000;
  line-height: 1em;
  font-size: 1.167em;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 11px;
}
.help-content h4 {
  color: #000;
  font-weight: bold;
}
.help-content ul li {
  list-style-position: outside;
  margin-left: 12px;
}
.pointer {
  cursor: pointer;
  vertical-align: bottom;
}
form#mortgageaffordabilitycalculator-form img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
#ListChildren {
  width: 50px ! important;
  float: right;
  margin-right: 0px;
  margin-top: 7px;
}
form#mortgageaffordabilitycalculator-form .webform-component > .form-item {
  display: block;
  margin: 1 0 11px 0;
  padding: 0 60px;
}
form#mortgageaffordabilitycalculator-form .webform-component > .form-item-error,
.rmg-form-errors-wrap,
.rmg-form-errors {
  display: block;
  border: 1px solid #d8242f;
  background-color: #fdf4f4;
  border-radius: 3px;
  padding: 12px;
  overflow: auto;
  color: #D8242F;
  margin: 0px 0px 10px;
}
form#mortgageaffordabilitycalculator-form .potools {
  background: #f4f1eb;
  border-top: 4px solid #d8242f;
  padding: 15px;
}
form#mortgageaffordabilitycalculator-form .potools.result {
  background-color: #d8242f ! important;
  color: #fff;
  padding-top: 26px;
}
element.style {
  background-color: #FDF4F4;
  border: 1px solid #D8242F;
  border-radius: 3px;
  color: #D8242F;
  display: block;
  padding: 12px;
}
#lblYears {
  width: 214px;
}
/*
#divAdultChildWrapper .container {
	overflow: auto;
}

#adultDiv {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}

#childDiv {
	width: 40%;
	display: inline-block;
}
*/
@media (max-width: 992px) {
  form#mortgageaffordabilitycalculator-form .form-text,
  form#mortgageaffordabilitycalculator-form .form-textarea {
    /*width: 93%; */
  }
  form#mortgageaffordabilitycalculator-form .webform-component > .form-item {
    padding: 0;
  }
  #mortgageaffordabilitycalculator-form #divAdultChildWrapper label,
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper label {
    width: 214px;
    text-align: right;
  }
  form#mortgageaffordabilitycalculator-form > p {
    padding: 0 10px 0;
  }
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper {
    padding: 0;
    margin-bottom: 14px;
  }
  #mortgageaffordabilitycalculator-form .potools .webform-component-textfield label {
    text-align: right;
  }
}
@media (max-width: 590px) {
  form#mortgageaffordabilitycalculator-form .form-text,
  form#mortgageaffordabilitycalculator-form .form-textarea {
    width: 91%;
  }
  #mortgageaffordabilitycalculator-form #divAdultChildWrapper label,
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper label {
    width: 165px;
  }
}
@media (max-width: 800px) {
  #mortgageaffordabilitycalculator-form #divAdultChildWrapper .container label,
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper .container label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper .container label,
  form#mortgageaffordabilitycalculator-form .form-text,
  form#mortgageaffordabilitycalculator-form .form-textarea,
  #ListAdults,
  #ListChildren,
  #ListMortgageTerm,
  #ListHelpRequired,
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper label {
    width: 90% !important;
    text-align: left;
  }
  #ListAdults,
  #ListChildren {
    margin-top: 1px;
    float: none;
  }
  #LabelChildren {
    margin-top: 13px;
  }
  form#mortgageaffordabilitycalculator-form .webform-component > .form-item {
    margin-bottom: 0;
  }
  #ListChildren {
    margin-right: 0px;
  }
  #adultChildren {
    width: 100%;
  }
  #imgNumberAdultChild {
    float: right;
    margin-top: -32px;
  }
  #imgAnnual1,
  #imgAnnual2,
  #imgMonthlyOutgoings {
    float: right;
  }
  #lblYears,
  #mortgageaffordabilitycalculator-form .potools .webform-component-textfield label {
    margin-top: 10px;
    text-align: left;
  }
}
@media (max-width: 625px) {
  #imgAnnual1,
  #imgAnnual2,
  #imgMonthlyOutgoings,
  #imgNumberAdultChild {
    float: none;
  }
  #mortgageaffordabilitycalculator-form #divAdultChildWrapper .container label,
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper .container label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper .container label,
  form#mortgageaffordabilitycalculator-form .form-text,
  form#mortgageaffordabilitycalculator-form .form-textarea,
  #ListAdults,
  #ListChildren,
  #ListMortgageTerm,
  #ListHelpRequired,
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper label {
    width: 190px !important;
    text-align: right;
  }
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper label,
  #mortgageaffordabilitycalculator-form #divAdultChildWrapper #LabelAdults {
    width: 214px !important;
  }
  form#mortgageaffordabilitycalculator-form .form-text,
  form#mortgageaffordabilitycalculator-form .form-textarea {
    width: 190px !important;
    margin-top: 7px;
  }
  #ListAdults,
  #ListChildren {
    width: 50px ! important;
  }
  #adultChildren {
    width: 202px;
  }
  #lblYears,
  #mortgageaffordabilitycalculator-form .potools .webform-component-textfield label {
    text-align: right;
  }
  #ListAdults {
    float: left;
    margin-right: 18px;
  }
  #mortgageaffordabilitycalculator-form #divAdultChildWrapper .container #LabelChildren {
    width: 50px !important;
    margin-top: 0;
  }
  #ListMortgageTerm, #ListHelpRequired {
    margin-top: 11px;
  }
  
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper {
    margin-bottom: 0px;
  }
  #imgNumberAdultChild {
    margin-top: 0px;
  }
  #adultChildren {
    width: 190px;
  }
}
@media (max-width: 505px) {
  #ListMortgageTerm, #ListHelpRequired {
    width: 86% !important;
    text-align: left;
  }
  form#mortgageaffordabilitycalculator-form .form-text,
  form#mortgageaffordabilitycalculator-form .form-textarea,
  #adultChildren {
    width: 86% !important;
  }
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper label {
    text-align: left;
  }
  #mortgageaffordabilitycalculator-form .potools .webform-component-textfield label {
    text-align: left;
  }
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper label,
  #mortgageaffordabilitycalculator-form #divAdultChildWrapper #LabelAdults {
    text-align: left;
  }
  #ListAdults,
  #ListChildren {
    width: 100% ! important;
    text-align: left;
  }
  #imgAnnual1,
  #imgAnnual2,
  #imgMonthlyOutgoings,
  #imgNumberAdultChild {
    float: right;
  }
  #imgNumberAdultChild {
    margin-top: -40px;
  }
  #imgNumberAdultChild {
    margin-top: 40px;
    position: absolute;
    right: 14px;
  }
}
@media (max-width: 480px) {
  /*
	#mortgageaffordabilitycalculator-form #divAdultChildWrapper .container label, 
	#mortgageaffordabilitycalculator-form #divYearsMonthsWrapper .container label,
	#mortgageaffordabilitycalculator-form #helpRequiredWrapper .container label,
	form#mortgageaffordabilitycalculator-form .form-text, 
	form#mortgageaffordabilitycalculator-form .form-textarea,
	#ListAdults, #ListChildren, #ListMortgageTerm,
	#mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
	#mortgageaffordabilitycalculator-form #helpRequiredWrapper label {
		width: 86% !important;
	}
	
	#ListAdults, #ListChildren {
		margin-top: 1px;
	}
	
	#LabelChildren {
		margin-top: 13px;
	}
	
	form#mortgageaffordabilitycalculator-form .webform-component > .form-item {
		margin-bottom: 0;
	}
	
	#ListChildren {
		margin-right: 0px;
	} */
}
@media (max-width: 440px) {
  #mortgageaffordabilitycalculator-form #divAdultChildWrapper label,
  #mortgageaffordabilitycalculator-form #divYearsMonthsWrapper label,
  #mortgageaffordabilitycalculator-form #helpRequiredWrapper label {
    /*width: 90px; */
  }
}
