/**********************************************
include Base styling 
*********************************************/
/*	base SASS file */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
.glb-footer__disclaimer-links {
    color: #fff;
    list-style: none;
    margin-bottom: 0;
    padding-top: 20px;
}
.glb-footer__disclaimer-links  li {
    display: inline-block;
    margin-right: 30px;
}
  
 .pgFooter{margin-bottom;20px;} 
body {
  line-height: 1; }

ol, ul {
 }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-responsive--stretch {
  display: block;
  height: auto;
  width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*  new utility classes 
***************/
@media (max-width: 767px) {
  .hide_for_small {
    display: none; } }
@media (min-width: 768px) {
  .hide_for_medium {
    display: none; } }
/*  end new utility classes 
***************/
@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;}

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-responsive--stretch {
  display: block;
  height: auto;
  width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*  new utility classes 
***************/
@media (max-width: 767px) {
  .hide_for_small {
    display: none; } }
@media (min-width: 768px) {
  .hide_for_medium {
    display: none; } }
/*  end new utility classes 
***************/
/*	Typography (generic / common)
*
*
*	Font sizes, weights and style should ideally be defined here
*
*
********************/
html {
  color: #404041;
  font: 0.875em/1.5em arial, helvetica, sans-serif;
  /*	base font-size = 14px	*/
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  letter-spacing: 0;
  /*font-size: 14px;*/
  /*font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;*/ }

body {
  color: #404041; }

/*	tags	*/
p {
    font-size: 1.142rem;
    line-height: 1.5em;
    margin: 0 0 10px;
}
p {
    margin: .85em 0;
    letter-spacing: .004em;
}
ul{
     padding-left: 30px;
}
ul li
{
    line-height: 1.5em;
    font-size: 1.142rem;
	margin-bottom: 8px;
}

p small {
  font-size: 85%; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: georgia, serif;
  font-style: italic;
  font-weight: normal;
  color: inherit; }

h1, .h1 {
  font-size: 38px;
  font-size: 2.714rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 20px 0 10px; }

h2, .h2 {
  font-size: 35px;
  font-size: 2.5rem;
  line-height: 1.3em;
  margin: 20px 0 10px; }

h3, .h3 {
  font-size: 28px;
  font-size: 2.0rem;
  line-height: 1.3em;
  margin: 20px 0 10px; }

h4, .h4 {
  font-size: 24px;
  font-size: 1.716rem;
  line-height: 1.5em;
  margin: 10px 0 10px; }

h5, .h5 {
  font-size: 20px;
  font-size: 1.429rem;
  line-height: 1.5em;
  margin: 10px 0 10px; }

h6, .h6 {
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 1.5em;
  margin: 10px 0 10px; }

/*.container h1:first-of-type, .container h2:first-of-type, .container h3:first-of-type {
    margin-top: 0;
}*/
/*	todo: resinstate the following in a way that works in DPE i.e. allows for 2 / 3 columns of text */
/*
.container h1:first-of-type,
.container h2:first-of-type,
.container h3:first-of-type {
	margin-top: 0;
}
*/
/* 	
*	Remove the margin if an h2 or h3 is the first element inside a text component. 
*	Assumes no other components h2 / h3's aren't embedded within other HTML elements inside a text component??	
*/
/*
.text-component h2:first-child:first-of-type,
.text-component h3:first-child:first-of-type 
*/
.text-component h2:first-child,
.text-component h3:first-child {
  margin-top: 0; }

small {
  font-size: 85%; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-size: 85%;
  display: block; }

em {
  /*	do not globally make all <em>'s italic	*/ }

i {
  font-style: italic; }

p em, li em, td em {
  font-style: italic; }

a p, a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #404041; }

ol {
  list-style-type: decimal; }

ul, ol {
  margin: 0 0 8px; }

ul li, ol li {
  margin-bottom: 8px; }

strong, b {
  font-weight: bold; }

sup {
  position: relative;
  top: -0.5em;
  font-size: 80%;
  /*	revisit?	where is this used?*/ }

/*	end tags	*/
/*	classes 	*/
.serif, .sub-heading, .lead {
  font-family: Arial, serif;
  font-style: italic;
  font-weight: normal;
  color: inherit; }

.sans {
  font-family: arial, sans-serif; }

.regular {
  font-style: normal; }

.sub-heading {
  /*same as h4*/
  font-size: 24px;
  font-size: 1.714rem;
  line-height: 1.5em;
  margin: 10px 0 10px; }

/*p.sub-heading {
line-height: 1.2;	
}*/
.lead {
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 1.5em;
  margin: 10px 0 10px; }

.small-copy {
  /*font-size:14px;*/
  font-size: 1rem; }

/*	todo: move this to a better okace in the code?*/
.text-component p > a,
.text-component li > a,
.section.text p > a, .section.text li > a, .section.table table a, .section.table tr a, .section.table td a, .section.table th a {
  border-bottom: 1px solid #404041;
  color: #404041;
  font-size: inherit;
  text-decoration: none; }

.text-component p > a:hover, .text-component li > a:hover, .text-component p > a:focus, .text-component li > a:focus,
.section.text p > a:hover, .section.text li > a:hover, .section.table table a:hover, .section.table tr a:hover, .section.table td a:hover, .section.table th a:hover,
.section.text p > a:focus, .section.text li > a:focus, .section.table table a:focus, .section.table tr a:focus, .section.table td a:focus, .section.table th a:focus {
  border-bottom: 2px solid #e0301e;
  color: #e0301e;
  text-decoration: none; }

a, a:hover, a:focus {
  color: inherit; }

a .serif,
a.serif,
.serif a {
  font-style: normal; }

.center {
  text-align: center; }

.text-lighter {
  /*/color: #6e6d72;*/
  color: #6d6e71; }

/*	end classes	*/
/*	end Typography
********************/
@media (max-width: 767px) {
  /*	Globally scale down font-size. Specific sizes can be applied to specific elements via component level styling. */
  html {
    font-size: 0.75em;
    /*	base font-size = 12px	*/ }

  /* keep certain elements like <p>, basic <li> and <dd> as 14px*/
  p, li, dt, dd {
 }

  .small-copy {
    /*font-size:14px;*/
    /*font-size: 0.91rem;*/ } }
/*	Buttons (v1.0.8)
********************/
.btn, .btn:link, .btn:hover, .btn:focus {
  border-radius: 0;
  color: #fff;
  display: inline-block;
  padding: 14px 23px;
  font-size: 1rem;
  /* 14px on desktop and 12px on mobile	*/
  line-height: 1.14em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }

.btn:hover {
  cursor: pointer; }

button.btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .50; }

/* There are plans to remove the .more class in the future */
.more, .more:link, .more:focus, .more:hover {
  background: transparent;
  border: 1px solid #6d6e71;
  color: #404041;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 14px 23px;
  font-size: 1rem;
  /* 14px on desktop and 12px on mobile	*/
  line-height: 1.14em;
  font-family: Arial, sans-serif;
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }

.more:focus, .more:hover {
  color: #fff;
  background: #6d6e71;
  border: 1px solid #6d6e71; }

.more:active {
  background: #404041;
  border: 1px solid #404041;
  color: #fff; }

/* Primary Button */
.btn--primary, .btn--primary:focus .btn--primary:hover, .btn--primary:active, .btn--primary:visited {
  border-radius: 0;
  border: 1px solid transparent;
  color: #fff; }

/* Secondary Button */
.btn--transparent, .btn--transparent:link, .btn--transparent:visited,
body .text-component .btn.btn--transparent, body .text-component .btn.btn--transparent:link, body .text-component .btn.btn--transparent:visited {
  background: transparent;
  border: 1px solid #6d6e71;
  color: #404041; }

.btn--transparent:hover, .btn--transparent:focus,
body .text-component .btn.btn--transparent:hover, body .text-component .btn.btn--transparent:focus {
  background: #6d6e71;
  border: 1px solid #6d6e71;
  color: #fff; }

.btn--transparent:active,
body .text-component .btn.btn--transparent:active {
  background: #404041;
  border-color: #404041;
  color: #fff; }

.text-component p .btn.btn--transparent,
.text-component p .btn.btn--transparent:link,
.text-component p .btn.btn--transparent:visited,
.text-component p .btn.btn--transparent:hover {
  font-size: 1rem; }

/* Large Call To Action Button */
.cta-btn, .cta-btn:visited {
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: Arial;
  font-size: 1.286rem;
  /*	renders as 18px on desktop and 15.4px on mobile	*/
  line-height: 1.14em;
  font-weight: normal;
  padding: 18px 30px;
  text-decoration: none;
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }
  .cta-btn:hover, .cta-btn:focus, .cta-btn:visited:hover, .cta-btn:visited:focus {
    color: #fff;
    text-decoration: none; }

/* Large text link */
.lg-text-link, .lg-text-link:link, .lg-text-link:visited, .lg-text-link:focus .lg-text-link:hover {
  border-bottom: 1px solid #ccc;
  color: #404041;
  cursor: pointer;
  display: inline;
  font-family: Arial;
  font-size: 1.286rem;
  /* 18px on desktop and 15.4px on mobile */
  margin-top: 0;
  padding-bottom: 2px;
  text-decoration: none;
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  @media (min-width: 768px) {
    .lg-text-link, .lg-text-link:link, .lg-text-link:visited, .lg-text-link:focus .lg-text-link:hover {
      padding-bottom: 4px; } }

.lg-text-link:hover, .lg-text-link:focus {
  border-bottom: 2px solid #e0301e;
  color: #404041;
  padding-bottom: 1px;
  text-decoration: none; }
  .page-primary-col--orange .lg-text-link:hover, .page-primary-col--orange .lg-text-link:focus {
    border-bottom: 2px solid #d04a02; }
  .page-primary-col--red .lg-text-link:hover, .page-primary-col--red .lg-text-link:focus {
    border-bottom: 2px solid #e0301e; }
  .page-primary-col--burgundy .lg-text-link:hover, .page-primary-col--burgundy .lg-text-link:focus {
    border-bottom: 2px solid #a32020; }
  .page-primary-col--maroon .lg-text-link:hover, .page-primary-col--maroon .lg-text-link:focus {
    border-bottom: 2px solid #602320; }
  .page-primary-col--rose .lg-text-link:hover, .page-primary-col--rose .lg-text-link:focus {
    border-bottom: 2px solid #d93954; }
  @media (min-width: 768px) {
    .lg-text-link:hover, .lg-text-link:focus {
      padding-bottom: 3px; } }

/* Colour themes */
.page-primary-col--red .btn--primary {
  background: #e0301e; }
  .page-primary-col--red .btn--primary:focus, .page-primary-col--red .btn--primary:hover {
    background: #be291a; }
  .page-primary-col--red .btn--primary:active {
    background: #b32618; }
.page-primary-col--red .cta-btn {
  background: #e0301e; }
  .page-primary-col--red .cta-btn:focus, .page-primary-col--red .cta-btn:hover {
    background: #be291a; }
  .page-primary-col--red .cta-btn:active {
    background: #b32618; }

.page-primary-col--orange .btn--primary {
  background: #d04a02; }
  .page-primary-col--orange .btn--primary:focus, .page-primary-col--orange .btn--primary:hover {
    background: #b13f02; }
  .page-primary-col--orange .btn--primary:active {
    background: #a63b02; }
.page-primary-col--orange .cta-btn {
  background: #d04a02; }
  .page-primary-col--orange .cta-btn:focus, .page-primary-col--orange .cta-btn:hover {
    background: #b13f02; }
  .page-primary-col--orange .cta-btn:active {
    background: #a63b02; }

.page-primary-col--rose .btn--primary {
  background: #d93954; }
  .page-primary-col--rose .btn--primary:focus, .page-primary-col--rose .btn--primary:hover {
    background: #b93147; }
  .page-primary-col--rose .btn--primary:active {
    background: #ae2e43; }
.page-primary-col--rose .cta-btn {
  background: #d93954; }
  .page-primary-col--rose .cta-btn:focus, .page-primary-col--rose .cta-btn:hover {
    background: #b93147; }
  .page-primary-col--rose .cta-btn:active {
    background: #ae2e43; }

.page-primary-col--burgundy .btn--primary {
  background: #a32020; }
  .page-primary-col--burgundy .btn--primary:focus, .page-primary-col--burgundy .btn--primary:hover {
    background: #8b1b1b; }
  .page-primary-col--burgundy .btn--primary:active {
    background: #821a1a; }
.page-primary-col--burgundy .cta-btn {
  background: #a32020; }
  .page-primary-col--burgundy .cta-btn:focus, .page-primary-col--burgundy .cta-btn:hover {
    background: #8b1b1b; }
  .page-primary-col--burgundy .cta-btn:active {
    background: #821a1a; }

.page-primary-col--maroon .btn--primary {
  background: #602320; }
  .page-primary-col--maroon .btn--primary:focus, .page-primary-col--maroon .btn--primary:hover {
    background: #521e1b; }
  .page-primary-col--maroon .btn--primary:active {
    background: #4d1c1a; }
.page-primary-col--maroon .cta-btn {
  background: #602320; }
  .page-primary-col--maroon .cta-btn:focus, .page-primary-col--maroon .cta-btn:hover {
    background: #521e1b; }
  .page-primary-col--maroon .cta-btn:active {
    background: #4d1c1a; }

/* White variations for color background */
.page-section--col-dark .btn--primary {
  background: #fff;
  color: #404041; }
  .page-section--col-dark .btn--primary:link, .page-section--col-dark .btn--primary:visited {
    background: #fff;
    color: #404041; }
  .page-section--col-dark .btn--primary:hover, .page-section--col-dark .btn--primary:focus {
    background: rgba(255, 255, 255, 0.9); }
  .page-section--col-dark .btn--primary:active {
    background: rgba(255, 255, 255, 0.8); }
.page-section--col-dark .btn--transparent, .page-section--col-dark .btn--transparent:link, .page-section--col-dark .btn--transparent:visited,
.page-section--col-dark .text-component .btn--transparent, .page-section--col-dark .text-component .btn--transparent:link, .page-section--col-dark .text-component .btn--transparent:visited {
  border: 1px solid #fff;
  color: #fff;
  background: transparent; }
.page-section--col-dark .btn--transparent:hover, .page-section--col-dark .btn--transparent:focus,
.page-section--col-dark .text-component .btn--transparent:hover, .page-section--col-dark .text-component .btn--transparent:focus {
  color: #404041;
  background: #fff;
  border: 1px solid #fff; }
.page-section--col-dark .btn--transparent:active, .page-section--col-dark .text-component .btn--transparent:active {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  color: #404041; }
.page-section--col-dark .cta-btn {
  background: #fff;
  color: #404041; }
  .page-section--col-dark .cta-btn:hover, .page-section--col-dark .cta-btn:focus {
    background: rgba(255, 255, 255, 0.9); }
  .page-section--col-dark .cta-btn:active {
    background: rgba(255, 255, 255, 0.8); }
.page-section--col-dark .lg-text-link, .page-section--col-dark .lg-text-link:link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.page-section--col-dark .lg-text-link:hover, .page-section--col-dark .lg-text-link:focus {
  color: #fff;
  border-bottom: 2px solid white; }

/*	end Buttons (v1.0.8)
********************/
/*  Form elements
*
*
*   add notes here
*
*
********************/
select {
  padding: 10px 30px 10px 10px;
  border: 1px solid #f3f3f3;
  border-radius: 0;
  font-weight: bold;
  color: #6e6d72;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../../images/select_arrow.svg) no-repeat #fff 95% 50%;
  background-size: 15px 15px; }

.drop-button {
  /* duplicate styles from select as this is very generic   */
  padding: 10px 30px 10px 10px;
  border: 1px solid #f3f3f3;
  font-weight: bold;
  color: #6e6d72;
  -webkit-appearance: none;
  background: url(../../../images/select_arrow.svg) no-repeat #fff 95% 50%;
  background-size: 15px 15px; }

.drop-button--brand-color1 {
  /* orange   */
  background-color: #dc6900;
  color: #fff; }

select::-ms-expand {
  display: none; }

select:focus {
  outline: none; }

/*	Page sections (layout & spacing)
********************/
/*
These selectors will eventually be removed when colour theming is implemented.
*/
.bg-default {
  background: #fff; }

.bg-alternative {
  background: #e7e7e9; }

.bg-primary {
  background: #e1301e;
  color: #fff; }

/* bg-default*/
.maxPadding .container {
  /*padding-top:60px;*/
  padding-top: 40px;
  padding-bottom: 40px; }

.regPadding .container {
  padding-top: 30px;
  padding-bottom: 30px; }

.page-section {
  padding: 20px 0; }

@media (min-width: 768px) {
  .page-section {
    padding: 40px 0; } }
body .page-section--no-pad {
  padding: 0; }

/*	end Page sections (layout & spacing)
********************/
/*	 Page sections - colour theming
********************/
.section-col--white,
.section-col--white .bg-primary,
.page-section--col-white,
.page-section--col-white .bg-primary {
  background-color: #fff; }

.section-col--light-grey,
.section-col--light-grey .bg-primary,
.page-section--col-light-grey,
.page-section--col-light-grey .bg-primary {
  background-color: #f2f2f2; }

.section-col--grey,
.section-col--grey .bg-primary,
.page-section--col-grey,
.page-section--col-grey .bg-primary {
  background-color: #968c6d; }

.section-col--black70,
.section-col--black70 .bg-primary,
.page-section--col-black70,
.page-section--col-black70 .bg-primary {
  background-color: #6d6e71; }

/* Create section colours where colour class is applied to element */
.section-col--orange,
.section-col--orange .bg-primary,
.page-section--col-orange,
.page-section--col-orange .bg-primary {
  background-color: #d04a02; }

.section-col--red,
.section-col--red .bg-primary,
.page-section--col-red,
.page-section--col-red .bg-primary {
  background-color: #e0301e; }

.section-col--burgundy,
.section-col--burgundy .bg-primary,
.page-section--col-burgundy,
.page-section--col-burgundy .bg-primary {
  background-color: #a32020; }

.section-col--maroon,
.section-col--maroon .bg-primary,
.page-section--col-maroon,
.page-section--col-maroon .bg-primary {
  background-color: #602320; }

.section-col--rose,
.section-col--rose .bg-primary,
.page-section--col-rose,
.page-section--col-rose .bg-primary {
  background-color: #d93954; }

/*	end Page sections - colour theming
********************/
/*  Section colour theming
********************/
/* Begin NEW CSS implemented for v1.0.8 */
.page-section.page-section--col-white {
  /* Sections with a white background */
  background: #fff; }
.page-section.page-section--col-light-grey {
  /* Sections with a light grey background (#f2f2f2) */
  background: #f2f2f2; }
.page-section.page-section--col-grey {
  /* Sections with a brand grey background (#736b53) */
  background: #736b53; }
.page-section.page-section--col-black-70 {
  /* Sections with black 70% background (#6d6e71) */
  background: #6d6e71; }
.page-section.page-section--col-black {
  /* Sections with black background (#404041) */
  color: #404041; }
.page-section.page-section--col-primary {
  /* Section with the primary colour of the chosen colour scheme family */
  background: #e0301e;
  /* Loop to create colour variations */ }
  .page-primary-col--orange .page-section.page-section--col-primary {
    background: #d04a02; }
  .page-primary-col--red .page-section.page-section--col-primary {
    background: #e0301e; }
  .page-primary-col--burgundy .page-section.page-section--col-primary {
    background: #a32020; }
  .page-primary-col--maroon .page-section.page-section--col-primary {
    background: #602320; }
  .page-primary-col--rose .page-section.page-section--col-primary {
    background: #d93954; }
.page-section.page-section--col-secondary {
  /* Section with the secondary colour of the chosen colour scheme family */
  background: #a32020;
  /* Loop to create colour variations */ }
  .page-secondary-col--orange .page-section.page-section--col-secondary {
    background: #d04a02; }
  .page-secondary-col--red .page-section.page-section--col-secondary {
    background: #e0301e; }
  .page-secondary-col--burgundy .page-section.page-section--col-secondary {
    background: #a32020; }
  .page-secondary-col--maroon .page-section.page-section--col-secondary {
    background: #602320; }
  .page-secondary-col--rose .page-section.page-section--col-secondary {
    background: #d93954; }
.page-section.page-section--col-tertiary {
  /* Section with the tertiary colour of the chosen colour scheme family */
  background: #602320;
  /* Loop to create colour variations */ }
  .page-tertiary-col--orange .page-section.page-section--col-tertiary {
    background: #d04a02; }
  .page-tertiary-col--red .page-section.page-section--col-tertiary {
    background: #e0301e; }
  .page-tertiary-col--burgundy .page-section.page-section--col-tertiary {
    background: #a32020; }
  .page-tertiary-col--maroon .page-section.page-section--col-tertiary {
    background: #602320; }
  .page-tertiary-col--rose .page-section.page-section--col-tertiary {
    background: #d93954; }

/* End NEW CSS implemented for v1.0.8 */
/*  end Section colour theming
********************/
/*	Small components
*
*
*	The following components are usually used by other components like the collection feed, contacts...etc
*	
*
********************/
/*	Listing filters 
********************/
.listing-filters {
  padding-top: 30px;
  padding-bottom: 30px; }

.listing-filters .form-group {
  display: inline-block;
  margin-right: 6px; }

.listing-filters__select {
  font-size: 1rem;
  /*	do not target generic select element	*/ }

@media (min-width: 768px) {
  .listing-filters {
    padding-top: 70px;
    padding-bottom: 70px; } }
/*	end Listing filters 
********************/
/*	Thumbnail (generic)
********************/
.thumbnail__clip {
  /*max-height: 100px;/* default	*/
  overflow: hidden;
  position: relative;
  width: 100%;
  /* default	*/ }

.thumbnail__clip--100x100 {
  /*max-height: 100px;*/
  /*width: 100px;*/ }

.thumbnail__clip-vert-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0); }

/*	end Thumbnail (generic)
********************/
/*	Generic social media icons listing
********************/
.generic-social {
  padding: 10px 0; }

.generic-social .generic-social__social-link {
  display: inline-block;
  margin-right: 4px;
  text-decoration: none; }

/*	end Generic social media icon listing
********************/
/*	test typography-latest*/
/**********************************************
include Component styling 
*********************************************/
/*	Small components
*
*
*	The following components are usually used by other components like the collection feed, contacts...etc
*	
*
********************/
/*	Listing filters 
********************/
.listing-filters {
  padding-top: 30px;
  padding-bottom: 30px; }

.listing-filters .form-group {
  display: inline-block;
  margin-right: 6px; }

.listing-filters__select {
  font-size: 1rem;
  /*	do not target generic select element	*/ }

@media (min-width: 768px) {
  .listing-filters {
    padding-top: 70px;
    padding-bottom: 70px; } }
/*	end Listing filters 
********************/
/*	Thumbnail (generic)
********************/
.thumbnail__clip {
  /*max-height: 100px;/* default	*/
  overflow: hidden;
  position: relative;
  width: 100%;
  /* default	*/ }

.thumbnail__clip--100x100 {
  /*max-height: 100px;*/
  /*width: 100px;*/ }

.thumbnail__clip-vert-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0); }

/*	end Thumbnail (generic)
********************/
/*	Generic social media icons listing
********************/
.generic-social {
  padding: 10px 0; }

.generic-social .generic-social__social-link {
  display: inline-block;
  margin-right: 4px;
  text-decoration: none; }

/*	end Generic social media icon listing
********************/
ul li, ol li {
  margin-bottom: 8px; }

#wrapper {
  font-size: small; }

#menuBarWrapper {
  position: fixed;
  width: 100%;
  background: #f3f3f3;
  box-shadow: 0 0 10px #333;
  z-index: 1005; }

#menuBarWrapper a {
  color: #636d72; }

#menuBarWrapper a:hover, #menuBarWrapper a:focus {
  color: #e1301e; }

#menuBar {
  width: 100%;
  background: #fff;
  height: 85px;
  border-bottom: 1px solid #f3f3f3;
  z-index: 1005; }

#menuBar a, #menuBar a:hover {
  text-decoration: none;
  font: 16px georgia,sans-serif;
  margin-left: 15px; }

/*#menuBarWrapper .container {
	padding-left: 0;
	padding-right: 0;
}*/
#logo {
  text-indent: -9999em;
  display: inline-block;
  width: 69px;
  height: 52px;

  background:url('https://www.pwc.com/content/pwc/script/network/parallax/PwC-logo.png');
  background:url('https://www.pwc.com/content/pwc/script/network/parallax/PwC-logo.svg');
  position: relative;
  top: -30px;
  margin: 0 10px 0 15px; }

#topBarLeft {
  float: left;
  height: 80px;
  background: #fff; }

#topBarRight {
  float: right;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0; }

@media (min-width: 1200px) {
  #topBarRight {
    right: 15px;
    position: relative; } }
#logoWrapper {
  position: relative;
  top: 46px; }

/*.searchresultslhn a:link, a:visited {
  color: #80766e;
  text-decoration: none; }*/
#menuAdditional {
  list-style-type: none;
  margin: 20px 100px 0 0;
  background: #fff; }

#menuAdditional li {
  float: left;
  margin: 0;
  background: #fff;
  overflow: hidden; }

#menuAdditional li a, #menuAdditional li a:hover {
  float: left;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  width: 45px;
  height: 45px;
  vertical-align: top;
  overflow: hidden; }

#menuAdditional li svg {
  display: block;
  margin: 10px auto; }

#menuAdditional li input {
  padding: 0;
  height: 45px;
  line-height: 45px;
  width: 80%;
  outline: none;
  border: 0; }

.menuFlyout {
  float: left;
  display: inline-block;
  line-height: 45px;
  padding: 0 10px;
  background: #fff;
  width: 240px;
  margin-right: -240px;
  vertical-align: middle;
  -webkit-transition: margin-right .3s ease-out;
  -moz-transition: margin-right .3s ease-out;
  -ms-transition: margin-right .3s ease-out;
  -o-transition: margin-right .3s ease-out;
  transition: margin-right .3s ease-out; }

.menuFlyout .sh {
  float: right;
  display: inline-block;
  height: 45px; }

#menuAdditional li .menuFlyout #PwC_countries a {
  display: block; }

#navigationTrigger {
  display: none; }

.navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 85px;
  width: 85px;
  background-color: #f3f3f3;
  background-image: none;
  border: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer; }

@media (min-width: 980px) {
  .navbar-toggle {
    display: block; } }
.navbar-toggle .icon-bar {
  display: block;
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 3px;
  left: 28px;
  background-color: #3f3f40;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.navbar-toggle .icon-bar + .icon-bar {
  margin: auto; }

.navbar-toggle .icon-bar1 {
  top: 34px; }

.navbar-toggle.open .icon-bar1 {
  top: 42px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.navbar-toggle .icon-bar2 {
  top: 42px; }

.navbar-toggle.open .icon-bar2 {
  opacity: 0;
  left: 45px;
  width: 0; }

.navbar-toggle .icon-bar3 {
  top: 50px; }

.navbar-toggle.open .icon-bar3 {
  top: 42px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.navbar-toggle.open {
  background: #f3f3f3; }

#navBar {
  display: none;
  padding: 10px 0 30px 0;
  color: #6e6d72;
  overflow: auto;
  max-height: 80vh; }

#navBar h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #636363;
  border-top: 2px solid #e1301e;
  padding: 15px 0;
  margin-top: 30px;
  font-family: georgia,serif;
  font-style: italic; }

#navBar ul {
  list-style-type: none; }

#navBar li a {
  color: #000;
  font-family: Georgia,serif;
  font-size: 14px;
  text-decoration: none; }

@media (min-width: 992px) {
  #navBar #relatedLinks a {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px; } }
#breadcrumbWrapper {
  background: #fff; }

#breadcrumbWrapper .breadcrumb {
  padding-top: 12px;
  padding-bottom: 0;
  color: #968c6d;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 13px; }

.breadcrumb {
  background: transparent; }

.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  padding-right: 10px;
  vertical-align: top; }

.breadcrumb li a {
  text-decoration: none; }

.breadcrumb li + li:before {
  content: "> ";
  padding: 0 10px 0 5px;
  color: #c7c8ca;
  font-weight: normal;
  vertical-align: top; }

.open > a {
  outline: 0; }

#menuAdditional li.open .menuFlyout {
  margin-right: 0; }

/* Social share */
.menuFlyout .sti-btn {
  width: 36px;
  height: 36px;
  background-image: url("http://www.pwc.com/content/pwc/script/network/parallax/sti-button-flat-small.png");
  display: inline-block;
  margin: 5px 2px 0;
  text-indent: -9999em;
  border-radius: 50%; }

.menuFlyout .sh a {
  width: auto !important;
  display: inline-block !important; }

.sh .sti-facebook-btn {
  background-color: #305891;
  background-position: 0 0; }

.sh .sti-twitter-btn {
  background-position: 0 -36px;
  background-color: #05aced; }

.sh .sti-linkedin-btn {
  background-position: 0 -108px;
  background-color: #007cb9; }

.sh .sti-google-btn {
  background-position: 0 -72px;
  background-color: #db4935; }

/* Sticky behaviour */
.slide {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

#menuBarWrapper.slide--up {
  box-shadow: none; }

.slide--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide--reset {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* Content area */
.centerPar {
  padding-top: 125px;
  min-height: 100%; }

@media (min-width: 992px) {
  .contact-detail-component {
    padding-top: 110px;
    padding-bottom: 100px; } }
/* Adjustments to components */
#relatedLinks img {
  margin-bottom: 5px; }

.navbar-toggle {
  outline: none; }

/* Title component related */
.title-strip {
  background: #e0301e;
  color: #fff;
  font-family: arial;
  /* Loop to create colour variations */ }
  
  .glb-footer__disclaimer {
    border-top: 1px solid #fff;
    margin-top: 40px;
	margin-bottom: 10px;
    padding-top: 10px;
}
  .title-strip-footer {
  background: #6d6e71;
  color: #fff;
  font-family: arial;
  /* Loop to create colour variations */ }
  
  .page-primary-col--orange .title-strip {
    background: #d04a02; }
  .page-primary-col--red .title-strip {
    background: #e0301e; }
  .page-primary-col--burgundy .title-strip {
    background: #a32020; }
  .page-primary-col--maroon .title-strip {
    background: #602320; }
  .page-primary-col--rose .title-strip {
    background: #d93954; }
  .title-strip .title-strip__wrapper {
    padding: 30px 0; }
  .title-strip .title-strip__heading {
    margin: 0; }
  .title-strip .title-strip__sub-heading {
    margin: 5px 0 0;
    font-style: italic; }
  .title-strip .title-strip__info {
    margin-top: 10px; }
    .title-strip .title-strip__info .title-strip__author {
      margin-right: 10px; }
    .title-strip .title-strip__info .title-strip__author-title {
      font-size: 1rem;
      font-style: italic;
      margin-right: 10px; }
    .title-strip .title-strip__info .title-strip__date {
      font-size: 1rem;
      font-style: italic; }
      @media (max-width: 600px) {
        .title-strip .title-strip__info .title-strip__date {
          display: block;
          margin-top: 5px; } }
    .title-strip .title-strip__info .title-strip__date.title-strip__date--with-author:before {
      /* Apply ".title-strip__date--with-author" to ".title-strip__date" when options to display author AND date are selected. This adds the vertical bar */
      content: '';
      margin: 0 15px 0 5px;
      width: 1px;
      border-left: 1px solid #fff;
      height: 100%; }
      @media (max-width: 600px) {
        .title-strip .title-strip__info .title-strip__date.title-strip__date--with-author:before {
          display: none; } }
  .title-strip .title-strip__language-list {
    float: right;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 4px; }
    @media (max-width: 767px) {
      .title-strip .title-strip__language-list {
        float: none;
        margin-top: 10px;
        padding-bottom: 2px; } }
    .title-strip .title-strip__language-list .title-strip__language-link {
      margin-bottom: 15px; }
      .title-strip .title-strip__language-list .title-strip__language-link:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .title-strip .title-strip__language-list .title-strip__language-link {
          display: inline;
          margin-bottom: 0;
          margin-right: 15px; } }
  .title-strip .lg-text-link {
    font-family: arial, serif;
    font-size: 1.142rem;
    line-height: 1.3em;
    /* CSS below ensures there are no dependancies on "page-section--col--dark" being applied to the section */
    color: #fff; }
    .title-strip .lg-text-link:hover, .title-strip .lg-text-link:focus {
      border-bottom: 2px solid white; }

/*	Hero title
********************/
.hero-title {
  background: #e0301e;
  color: #fff;
  position: relative;
  overflow: hidden;
  /* Loop to create colour variations */ }
  .page-primary-col--orange .hero-title {
    background: #d04a02; }
  .page-primary-col--red .hero-title {
    background: #e0301e; }
  .page-primary-col--burgundy .hero-title {
    background: #a32020; }
  .page-primary-col--maroon .hero-title {
    background: #602320; }
  .page-primary-col--rose .hero-title {
    background: #d93954; }

.hero-title-textpanel {
  background: inherit;
  margin: 20px 0;
  padding: 0; }

.hero-title-textpanel h1 {
  color: #fff;
  margin: 0 0 10px;
  font-weight: bold; }

.hero-title .btn-see-more {
  display: block;
  background: #404041 url(../../images/common/arrowDown.png) center center no-repeat;
  border-radius: 60px;
  display: block;
  height: 60px;
  margin: 40px auto 40px auto;
  position: relative;
  width: 60px; }

@media (min-width: 768px) {
  body .hero-title-component .hero-title {
    background: transparent;
    min-height: 35.715rem;
    /* min height is set to be 16:9 on desktop*/ }

  .hero-title-textpanel {
    background: #fff;
    color: #000;
    margin: 40px 0;
    padding: 40px 40px 20px; }

  .hero-title-textpanel h1 {
    color: #000; }

  .hero-title-component--colour-h1 .hero-title-textpanel h1 {
    color: #e0301e; }

  .hero-title-textpanel p {
    color: #404041; }

  /* hero title with colour heading */
  .page-primary-col--orange .hero-title-component--colour-h1 .hero-title-textpanel h1 {
    color: #d04a02; }

  .page-primary-col--red .hero-title-component--colour-h1 .hero-title-textpanel h1 {
    color: #e0301e; }

  .page-primary-col--burgundy .hero-title-component--colour-h1 .hero-title-textpanel h1 {
    color: #a32020; }

  .page-primary-col--maroon .hero-title-component--colour-h1 .hero-title-textpanel h1 {
    color: #602320; }

  .page-primary-col--rose .hero-title-component--colour-h1 .hero-title-textpanel h1 {
    color: #d93954; } }
@media (min-width: 1024px) {
  .hero-title .btn-see-more {
    bottom: 40px;
    left: 50%;
    margin: 0 0 0 -30px;
    position: absolute; } }
/*	end hero title
********************/
/*	Title Header component
********************/
.title-header {
  padding: 0; }
  .title-header .title-header__text-strip {
    padding: 40px 0;
    background: #e0301e;
    /* Loop to create colour variations */ }
    .page-primary-col--orange .title-header .title-header__text-strip {
      background: #d04a02; }
    .page-primary-col--red .title-header .title-header__text-strip {
      background: #e0301e; }
    .page-primary-col--burgundy .title-header .title-header__text-strip {
      background: #a32020; }
    .page-primary-col--maroon .title-header .title-header__text-strip {
      background: #602320; }
    .page-primary-col--rose .title-header .title-header__text-strip {
      background: #d93954; }
  .title-header .title-header__main-heading, .title-header .title-header__sub-heading {
    color: #fff; }
  .title-header .title-header__main-heading {
    margin-top: 0;
    font-weight: bold; }
  .title-header .title-header__sub-heading {
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .title-header {
      padding: 230px 0 0; } }
  @media (max-width: 767px) {
    .title-header .title-header__sub-heading {
      font-size: 1.429rem;
      /*	override global font styling and make sub-heading smaller on mobile	*/ } }

/*	end Title Header component
********************/
/*	Hero Promo 
********************/
.hero-promo {
  border-bottom: 6px solid;
  /*	this component assumes there is always a colour class e.g. .component--col-primary	*/
  display: block;
  position: relative;
  overflow: hidden;
  padding: 230px 0 0 0;
  /*	component-specific styling for secondary button element */
  /* Create colour variations based on page colour class*/
  /*	temporarily include .img-responsive--stretch { } class hero-promo__image*/ }
  @media (max-width: 992px) {
    .hero-promo {
      padding-top: 20%; } }
  @media (max-width: 768px) {
    .hero-promo {
      padding-top: 30%; } }
  @media (max-width: 576px) {
    .hero-promo {
      padding-top: 40%; } }
  .hero-promo .hero-promo__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* 
    Image Alignment Focus Modifiers - TOP ( push over top edge )
    */ }
    .hero-promo .hero-promo__image--top, .hero-promo .hero-promo__image--top-0 {
      top: 0%; }
    .hero-promo .hero-promo__image--top-minus-5 {
      top: 0%;
      -ms-transform: translate(0, -5%);
      -moz-transform: translate(0, -5%);
      -webkit-transform: translate(0, -5%);
      transform: translate(0, -5%); }
    .hero-promo .hero-promo__image--top-minus-15 {
      top: 0%;
      -ms-transform: translate(0, -15%);
      -moz-transform: translate(0, -15%);
      -webkit-transform: translate(0, -15%);
      transform: translate(0, -15%); }
    .hero-promo .hero-promo__image--top-minus-25 {
      top: 0%;
      -ms-transform: translate(0, -25%);
      -moz-transform: translate(0, -25%);
      -webkit-transform: translate(0, -25%);
      transform: translate(0, -25%); }
    .hero-promo .hero-promo__image--top-minus-35 {
      top: 0%;
      -ms-transform: translate(0, -35%);
      -moz-transform: translate(0, -35%);
      -webkit-transform: translate(0, -35%);
      transform: translate(0, -35%); }
    @media (max-width: 768px) {
      .hero-promo .hero-promo__image {
        /*	always top align image, without offsets, on mobile	*/
        bottom: auto;
        top: 0px;
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
  .hero-promo .hero-promo__title-textpanel {
    padding: 40px 40px;
    text-decoration: none; }
    @media (max-width: 992px) {
      .hero-promo .hero-promo__title-textpanel {
        padding: 10px 20px; } }
    @media (max-width: 768px) {
      .hero-promo .hero-promo__title-textpanel {
        width: calc(100% - 30px);
        margin-left: 15px;
        padding: 10px 20px; } }
  .hero-promo .hero-promo__title-heading {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px; }
    @media (max-width: 992px) {
      .hero-promo .hero-promo__title-heading {
        font-size: 2rem;
        /*	use smaller font-size on tablet and mobile */ } }
  .hero-promo .hero-promo__title-abstract {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px; }
  .hero-promo .hero-promo__title-textpanel .btn--transparent, .hero-promo:visited .hero-promo__title-textpanel .btn--transparent {
    border: 1px solid #fff;
    color: #fff;
    background: transparent; }
  .hero-promo:hover .hero-promo__title-textpanel .btn--transparent, .hero-promo:focus .hero-promo__title-textpanel .btn--transparent {
    color: #404041;
    background: #fff;
    border: 1px solid #fff; }
  .page-primary-col--orange .hero-promo.component--col-primary {
    /* use  page primary :red */
    background: #d04a02;
    /*	background colour is only shown when image is too short	*/
    border-color: #d04a02; }
    .page-primary-col--orange .hero-promo.component--col-primary .hero-promo__title-textpanel {
      background: #d04a02; }
    .page-primary-col--orange .hero-promo.component--col-primary:hover, .page-primary-col--orange .hero-promo.component--col-primary:focus {
      background: #b13f02;
      border-color: #b13f02; }
      .page-primary-col--orange .hero-promo.component--col-primary:hover .hero-promo__title-textpanel, .page-primary-col--orange .hero-promo.component--col-primary:focus .hero-promo__title-textpanel {
        background: #b13f02; }
    .page-primary-col--orange .hero-promo.component--col-primary:active {
      background: #a63b02;
      border-color: #a63b02; }
      .page-primary-col--orange .hero-promo.component--col-primary:active .hero-promo__title-textpanel {
        background: #a63b02; }
  .page-secondary-col--orange .hero-promo.component--col-secondary {
    /* use page secondary : red*/
    background: #d04a02;
    /*	background colour is only shown when image is too short	*/
    border-color: #d04a02; }
    .page-secondary-col--orange .hero-promo.component--col-secondary .hero-promo__title-textpanel {
      background: #d04a02; }
    .page-secondary-col--orange .hero-promo.component--col-secondary:hover, .page-secondary-col--orange .hero-promo.component--col-secondary:focus {
      background: #b13f02;
      border-color: #b13f02; }
      .page-secondary-col--orange .hero-promo.component--col-secondary:hover .hero-promo__title-textpanel, .page-secondary-col--orange .hero-promo.component--col-secondary:focus .hero-promo__title-textpanel {
        background: #b13f02; }
    .page-secondary-col--orange .hero-promo.component--col-secondary:active {
      background: #a63b02;
      border-color: #a63b02; }
      .page-secondary-col--orange .hero-promo.component--col-secondary:active .hero-promo__title-textpanel {
        background: #a63b02; }
  .page-tertiary-col--orange .hero-promo.component--col-tertiary {
    /* use page tertiary : orange*/
    background: #d04a02;
    /*	background colour is only shown when image is too short	*/
    border-color: #d04a02; }
    .page-tertiary-col--orange .hero-promo.component--col-tertiary .hero-promo__title-textpanel {
      background: #d04a02; }
    .page-tertiary-col--orange .hero-promo.component--col-tertiary:hover, .page-tertiary-col--orange .hero-promo.component--col-tertiary:focus {
      background: #b13f02;
      border-color: #b13f02; }
      .page-tertiary-col--orange .hero-promo.component--col-tertiary:hover .hero-promo__title-textpanel, .page-tertiary-col--orange .hero-promo.component--col-tertiary:focus .hero-promo__title-textpanel {
        background: #b13f02; }
    .page-tertiary-col--orange .hero-promo.component--col-tertiary:active {
      background: #a63b02;
      border-color: #a63b02; }
      .page-tertiary-col--orange .hero-promo.component--col-tertiary:active .hero-promo__title-textpanel {
        background: #a63b02; }
  .page-primary-col--red .hero-promo.component--col-primary {
    /* use  page primary :red */
    background: #e0301e;
    /*	background colour is only shown when image is too short	*/
    border-color: #e0301e; }
    .page-primary-col--red .hero-promo.component--col-primary .hero-promo__title-textpanel {
      background: #e0301e; }
    .page-primary-col--red .hero-promo.component--col-primary:hover, .page-primary-col--red .hero-promo.component--col-primary:focus {
      background: #be291a;
      border-color: #be291a; }
      .page-primary-col--red .hero-promo.component--col-primary:hover .hero-promo__title-textpanel, .page-primary-col--red .hero-promo.component--col-primary:focus .hero-promo__title-textpanel {
        background: #be291a; }
    .page-primary-col--red .hero-promo.component--col-primary:active {
      background: #b32618;
      border-color: #b32618; }
      .page-primary-col--red .hero-promo.component--col-primary:active .hero-promo__title-textpanel {
        background: #b32618; }
  .page-secondary-col--red .hero-promo.component--col-secondary {
    /* use page secondary : red*/
    background: #e0301e;
    /*	background colour is only shown when image is too short	*/
    border-color: #e0301e; }
    .page-secondary-col--red .hero-promo.component--col-secondary .hero-promo__title-textpanel {
      background: #e0301e; }
    .page-secondary-col--red .hero-promo.component--col-secondary:hover, .page-secondary-col--red .hero-promo.component--col-secondary:focus {
      background: #be291a;
      border-color: #be291a; }
      .page-secondary-col--red .hero-promo.component--col-secondary:hover .hero-promo__title-textpanel, .page-secondary-col--red .hero-promo.component--col-secondary:focus .hero-promo__title-textpanel {
        background: #be291a; }
    .page-secondary-col--red .hero-promo.component--col-secondary:active {
      background: #b32618;
      border-color: #b32618; }
      .page-secondary-col--red .hero-promo.component--col-secondary:active .hero-promo__title-textpanel {
        background: #b32618; }
  .page-tertiary-col--red .hero-promo.component--col-tertiary {
    /* use page tertiary : red*/
    background: #e0301e;
    /*	background colour is only shown when image is too short	*/
    border-color: #e0301e; }
    .page-tertiary-col--red .hero-promo.component--col-tertiary .hero-promo__title-textpanel {
      background: #e0301e; }
    .page-tertiary-col--red .hero-promo.component--col-tertiary:hover, .page-tertiary-col--red .hero-promo.component--col-tertiary:focus {
      background: #be291a;
      border-color: #be291a; }
      .page-tertiary-col--red .hero-promo.component--col-tertiary:hover .hero-promo__title-textpanel, .page-tertiary-col--red .hero-promo.component--col-tertiary:focus .hero-promo__title-textpanel {
        background: #be291a; }
    .page-tertiary-col--red .hero-promo.component--col-tertiary:active {
      background: #b32618;
      border-color: #b32618; }
      .page-tertiary-col--red .hero-promo.component--col-tertiary:active .hero-promo__title-textpanel {
        background: #b32618; }
  .page-primary-col--burgundy .hero-promo.component--col-primary {
    /* use  page primary :red */
    background: #a32020;
    /*	background colour is only shown when image is too short	*/
    border-color: #a32020; }
    .page-primary-col--burgundy .hero-promo.component--col-primary .hero-promo__title-textpanel {
      background: #a32020; }
    .page-primary-col--burgundy .hero-promo.component--col-primary:hover, .page-primary-col--burgundy .hero-promo.component--col-primary:focus {
      background: #8b1b1b;
      border-color: #8b1b1b; }
      .page-primary-col--burgundy .hero-promo.component--col-primary:hover .hero-promo__title-textpanel, .page-primary-col--burgundy .hero-promo.component--col-primary:focus .hero-promo__title-textpanel {
        background: #8b1b1b; }
    .page-primary-col--burgundy .hero-promo.component--col-primary:active {
      background: #821a1a;
      border-color: #821a1a; }
      .page-primary-col--burgundy .hero-promo.component--col-primary:active .hero-promo__title-textpanel {
        background: #821a1a; }
  .page-secondary-col--burgundy .hero-promo.component--col-secondary {
    /* use page secondary : red*/
    background: #a32020;
    /*	background colour is only shown when image is too short	*/
    border-color: #a32020; }
    .page-secondary-col--burgundy .hero-promo.component--col-secondary .hero-promo__title-textpanel {
      background: #a32020; }
    .page-secondary-col--burgundy .hero-promo.component--col-secondary:hover, .page-secondary-col--burgundy .hero-promo.component--col-secondary:focus {
      background: #8b1b1b;
      border-color: #8b1b1b; }
      .page-secondary-col--burgundy .hero-promo.component--col-secondary:hover .hero-promo__title-textpanel, .page-secondary-col--burgundy .hero-promo.component--col-secondary:focus .hero-promo__title-textpanel {
        background: #8b1b1b; }
    .page-secondary-col--burgundy .hero-promo.component--col-secondary:active {
      background: #821a1a;
      border-color: #821a1a; }
      .page-secondary-col--burgundy .hero-promo.component--col-secondary:active .hero-promo__title-textpanel {
        background: #821a1a; }
  .page-tertiary-col--burgundy .hero-promo.component--col-tertiary {
    /* use page tertiary : red*/
    background: #a32020;
    /*	background colour is only shown when image is too short	*/
    border-color: #a32020; }
    .page-tertiary-col--burgundy .hero-promo.component--col-tertiary .hero-promo__title-textpanel {
      background: #a32020; }
    .page-tertiary-col--burgundy .hero-promo.component--col-tertiary:hover, .page-tertiary-col--burgundy .hero-promo.component--col-tertiary:focus {
      background: #8b1b1b;
      border-color: #8b1b1b; }
      .page-tertiary-col--burgundy .hero-promo.component--col-tertiary:hover .hero-promo__title-textpanel, .page-tertiary-col--burgundy .hero-promo.component--col-tertiary:focus .hero-promo__title-textpanel {
        background: #8b1b1b; }
    .page-tertiary-col--burgundy .hero-promo.component--col-tertiary:active {
      background: #821a1a;
      border-color: #821a1a; }
      .page-tertiary-col--burgundy .hero-promo.component--col-tertiary:active .hero-promo__title-textpanel {
        background: #821a1a; }
  .page-primary-col--maroon .hero-promo.component--col-primary {
    /* use  page primary :red */
    background: #602320;
    /*	background colour is only shown when image is too short	*/
    border-color: #602320; }
    .page-primary-col--maroon .hero-promo.component--col-primary .hero-promo__title-textpanel {
      background: #602320; }
    .page-primary-col--maroon .hero-promo.component--col-primary:hover, .page-primary-col--maroon .hero-promo.component--col-primary:focus {
      background: #521e1b;
      border-color: #521e1b; }
      .page-primary-col--maroon .hero-promo.component--col-primary:hover .hero-promo__title-textpanel, .page-primary-col--maroon .hero-promo.component--col-primary:focus .hero-promo__title-textpanel {
        background: #521e1b; }
    .page-primary-col--maroon .hero-promo.component--col-primary:active {
      background: #4d1c1a;
      border-color: #4d1c1a; }
      .page-primary-col--maroon .hero-promo.component--col-primary:active .hero-promo__title-textpanel {
        background: #4d1c1a; }
  .page-secondary-col--maroon .hero-promo.component--col-secondary {
    /* use page secondary : red*/
    background: #602320;
    /*	background colour is only shown when image is too short	*/
    border-color: #602320; }
    .page-secondary-col--maroon .hero-promo.component--col-secondary .hero-promo__title-textpanel {
      background: #602320; }
    .page-secondary-col--maroon .hero-promo.component--col-secondary:hover, .page-secondary-col--maroon .hero-promo.component--col-secondary:focus {
      background: #521e1b;
      border-color: #521e1b; }
      .page-secondary-col--maroon .hero-promo.component--col-secondary:hover .hero-promo__title-textpanel, .page-secondary-col--maroon .hero-promo.component--col-secondary:focus .hero-promo__title-textpanel {
        background: #521e1b; }
    .page-secondary-col--maroon .hero-promo.component--col-secondary:active {
      background: #4d1c1a;
      border-color: #4d1c1a; }
      .page-secondary-col--maroon .hero-promo.component--col-secondary:active .hero-promo__title-textpanel {
        background: #4d1c1a; }
  .page-tertiary-col--maroon .hero-promo.component--col-tertiary {
    /* use page tertiary : red*/
    background: #602320;
    /*	background colour is only shown when image is too short	*/
    border-color: #602320; }
    .page-tertiary-col--maroon .hero-promo.component--col-tertiary .hero-promo__title-textpanel {
      background: #602320; }
    .page-tertiary-col--maroon .hero-promo.component--col-tertiary:hover, .page-tertiary-col--maroon .hero-promo.component--col-tertiary:focus {
      background: #521e1b;
      border-color: #521e1b; }
      .page-tertiary-col--maroon .hero-promo.component--col-tertiary:hover .hero-promo__title-textpanel, .page-tertiary-col--maroon .hero-promo.component--col-tertiary:focus .hero-promo__title-textpanel {
        background: #521e1b; }
    .page-tertiary-col--maroon .hero-promo.component--col-tertiary:active {
      background: #4d1c1a;
      border-color: #4d1c1a; }
      .page-tertiary-col--maroon .hero-promo.component--col-tertiary:active .hero-promo__title-textpanel {
        background: #4d1c1a; }
  .page-primary-col--rose .hero-promo.component--col-primary {
    /* use  page primary :red */
    background: #d93954;
    /*	background colour is only shown when image is too short	*/
    border-color: #d93954; }
    .page-primary-col--rose .hero-promo.component--col-primary .hero-promo__title-textpanel {
      background: #d93954; }
    .page-primary-col--rose .hero-promo.component--col-primary:hover, .page-primary-col--rose .hero-promo.component--col-primary:focus {
      background: #b93147;
      border-color: #b93147; }
      .page-primary-col--rose .hero-promo.component--col-primary:hover .hero-promo__title-textpanel, .page-primary-col--rose .hero-promo.component--col-primary:focus .hero-promo__title-textpanel {
        background: #b93147; }
    .page-primary-col--rose .hero-promo.component--col-primary:active {
      background: #ae2e43;
      border-color: #ae2e43; }
      .page-primary-col--rose .hero-promo.component--col-primary:active .hero-promo__title-textpanel {
        background: #ae2e43; }
  .page-secondary-col--rose .hero-promo.component--col-secondary {
    /* use page secondary : red*/
    background: #d93954;
    /*	background colour is only shown when image is too short	*/
    border-color: #d93954; }
    .page-secondary-col--rose .hero-promo.component--col-secondary .hero-promo__title-textpanel {
      background: #d93954; }
    .page-secondary-col--rose .hero-promo.component--col-secondary:hover, .page-secondary-col--rose .hero-promo.component--col-secondary:focus {
      background: #b93147;
      border-color: #b93147; }
      .page-secondary-col--rose .hero-promo.component--col-secondary:hover .hero-promo__title-textpanel, .page-secondary-col--rose .hero-promo.component--col-secondary:focus .hero-promo__title-textpanel {
        background: #b93147; }
    .page-secondary-col--rose .hero-promo.component--col-secondary:active {
      background: #ae2e43;
      border-color: #ae2e43; }
      .page-secondary-col--rose .hero-promo.component--col-secondary:active .hero-promo__title-textpanel {
        background: #ae2e43; }
  .page-tertiary-col--rose .hero-promo.component--col-tertiary {
    /* use page tertiary : red*/
    background: #d93954;
    /*	background colour is only shown when image is too short	*/
    border-color: #d93954; }
    .page-tertiary-col--rose .hero-promo.component--col-tertiary .hero-promo__title-textpanel {
      background: #d93954; }
    .page-tertiary-col--rose .hero-promo.component--col-tertiary:hover, .page-tertiary-col--rose .hero-promo.component--col-tertiary:focus {
      background: #b93147;
      border-color: #b93147; }
      .page-tertiary-col--rose .hero-promo.component--col-tertiary:hover .hero-promo__title-textpanel, .page-tertiary-col--rose .hero-promo.component--col-tertiary:focus .hero-promo__title-textpanel {
        background: #b93147; }
    .page-tertiary-col--rose .hero-promo.component--col-tertiary:active {
      background: #ae2e43;
      border-color: #ae2e43; }
      .page-tertiary-col--rose .hero-promo.component--col-tertiary:active .hero-promo__title-textpanel {
        background: #ae2e43; }
  .hero-promo.component--col-grey {
    /* use  grey from component */
    background: #736b53;
    /*	background colour is only shown when image is too short	*/
    border-color: #736b53; }
    .hero-promo.component--col-grey .hero-promo__title-textpanel {
      background: #736b53; }
    .hero-promo.component--col-grey:hover, .hero-promo.component--col-grey:focus {
      background: #625b47;
      border-color: #625b47; }
      .hero-promo.component--col-grey:hover .hero-promo__title-textpanel, .hero-promo.component--col-grey:focus .hero-promo__title-textpanel {
        background: #625b47; }
    .hero-promo.component--col-grey:active {
      background: #5c5642;
      border-color: #5c5642; }
      .hero-promo.component--col-grey:active .hero-promo__title-textpanel {
        background: #5c5642; }
  .hero-promo .img-responsive--stretch {
    display: block;
    height: auto;
    width: 100%; }

/*	end Hero Promo 
********************/
/* Start of Secondary Navigation (2 Columns) */
.secnav-twocol {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  /* COMPATIBILITY USING BODY CLASSES WITH MODERNIZR */ }
  .secnav-twocol .secnav-twocol__pane {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0;
    -ms-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .secnav-twocol .secnav-twocol__pane .secnav-twocol__heading {
      margin: 0 0 20px; }
    .secnav-twocol .secnav-twocol__pane .secnav-twocol__listing {
      padding-bottom: 0;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      width: 100%; }
  .secnav-twocol.secnav-twocol--popover-active {
    /* Popover activated on Complex rendition */ }
    .secnav-twocol.secnav-twocol--popover-active .secnav-twocol__listing {
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
    .secnav-twocol.secnav-twocol--popover-active .secnav-twocol__popover {
      transform: translate(0%, 0);
      opacity: 1; }
  .secnav-twocol .secnav-twocol__popover {
    left: 0;
    min-height: 276px;
    opacity: 0.5;
    padding-top: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -ms-transform: translate(110%, 0);
    transform: translate(110%, 0);
    width: 100%;
    background: #f2f2f2; }
    .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close {
      font-size: 20px;
      margin-left: 15px;
      text-decoration: none;
      /* Loop to create colour variations */ }
      .page-primary-col--orange .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close {
        color: #d04a02; }
      .page-primary-col--red .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close {
        color: #e0301e; }
      .page-primary-col--burgundy .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close {
        color: #a32020; }
      .page-primary-col--maroon .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close {
        color: #602320; }
      .page-primary-col--rose .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close {
        color: #d93954; }
      .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left {
        position: relative;
        padding-left: 5px;
        transition: padding 0.25s linear; }
        .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:before, .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:after {
          content: '';
          display: block;
          position: absolute;
          width: 17px;
          height: 3px;
          /* Loop to create colour variations */ }
          .page-primary-col--orange .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:before, .page-primary-col--orange .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:after {
            background: #d04a02; }
          .page-primary-col--red .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:before, .page-primary-col--red .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:after {
            background: #e0301e; }
          .page-primary-col--burgundy .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:before, .page-primary-col--burgundy .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:after {
            background: #a32020; }
          .page-primary-col--maroon .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:before, .page-primary-col--maroon .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:after {
            background: #602320; }
          .page-primary-col--rose .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:before, .page-primary-col--rose .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:after {
            background: #d93954; }
        .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:before {
          -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
          top: 2px; }
        .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .css-arrow--left:after {
          -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
          top: 12px; }
      .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close .secnav-twocol__popover-close-label {
        display: inline-block;
        float: left;
        margin-left: 30px;
        margin-top: -2px; }
      .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover {
        /* Mixin to get hover state of colour */ }
        .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left {
          padding-left: 0; }
        .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:before, .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:after {
          /* Loop to create colour variations */ }
          .page-primary-col--orange .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:before, .page-primary-col--orange .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:after {
            /* Includes hover state mixin */
            background: #b13f02; }
          .page-primary-col--red .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:before, .page-primary-col--red .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:after {
            /* Includes hover state mixin */
            background: #be291a; }
          .page-primary-col--burgundy .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:before, .page-primary-col--burgundy .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:after {
            /* Includes hover state mixin */
            background: #8b1b1b; }
          .page-primary-col--maroon .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:before, .page-primary-col--maroon .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:after {
            /* Includes hover state mixin */
            background: #521e1b; }
          .page-primary-col--rose .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:before, .page-primary-col--rose .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .css-arrow--left:after {
            /* Includes hover state mixin */
            background: #b93147; }
        .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .secnav-twocol__popover-close-label {
          /* Loop to create colour variations */ }
          .page-primary-col--orange .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .secnav-twocol__popover-close-label {
            /* Includes hover state mixin */
            color: #b13f02; }
          .page-primary-col--red .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .secnav-twocol__popover-close-label {
            /* Includes hover state mixin */
            color: #be291a; }
          .page-primary-col--burgundy .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .secnav-twocol__popover-close-label {
            /* Includes hover state mixin */
            color: #8b1b1b; }
          .page-primary-col--maroon .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .secnav-twocol__popover-close-label {
            /* Includes hover state mixin */
            color: #521e1b; }
          .page-primary-col--rose .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-close:hover .secnav-twocol__popover-close-label {
            /* Includes hover state mixin */
            color: #b93147; }
    .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-content {
      padding: 16px 0; }
      .secnav-twocol .secnav-twocol__popover .secnav-twocol__popover-content p {
        margin-bottom: 20px; }
  .secnav-twocol .strip-btn {
    background: #f2f2f2;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    font-size: 1.142rem;
    /* 16px */
    line-height: 1.3em;
    margin-bottom: 4px;
    padding: 12px 70px 12px 20px;
    position: relative;
    text-decoration: none;
    font-style: normal;
    color: #e0301e;
    /* Loop to create colour variations */ }
    .page-primary-col--orange .secnav-twocol .strip-btn {
      color: #d04a02; }
    .page-primary-col--red .secnav-twocol .strip-btn {
      color: #e0301e; }
    .page-primary-col--burgundy .secnav-twocol .strip-btn {
      color: #a32020; }
    .page-primary-col--maroon .secnav-twocol .strip-btn {
      color: #602320; }
    .page-primary-col--rose .secnav-twocol .strip-btn {
      color: #d93954; }
    @media (min-width: 1024px) {
      .secnav-twocol .strip-btn {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .secnav-twocol .strip-btn {
        display: table;
        float: left;
        margin-bottom: 4px;
        width: 49.5%;
        /*	older browsers	*/
        width: calc( 50% - 2px);
        /*	newer browsers	*/ }
        .secnav-twocol .strip-btn:nth-of-type(even) {
          float: right; } }
    .secnav-twocol .strip-btn:hover {
      background: #fff;
      color: #e0301e;
      text-decoration: none;
      /* Loop to create colour variations */ }
      .page-primary-col--orange .secnav-twocol .strip-btn:hover {
        color: #d04a02; }
      .page-primary-col--red .secnav-twocol .strip-btn:hover {
        color: #e0301e; }
      .page-primary-col--burgundy .secnav-twocol .strip-btn:hover {
        color: #a32020; }
      .page-primary-col--maroon .secnav-twocol .strip-btn:hover {
        color: #602320; }
      .page-primary-col--rose .secnav-twocol .strip-btn:hover {
        color: #d93954; }
    .secnav-twocol .strip-btn .strip-btn__text {
      width: 100%;
      word-break: break-word; }
      @media (min-width: 768px) {
        .secnav-twocol .strip-btn .strip-btn__text {
          display: table-cell;
          vertical-align: middle; } }
    .secnav-twocol .strip-btn .strip-btn__block {
      bottom: 0;
      display: block;
      position: absolute;
      text-align: center;
      width: 50px;
      top: 0; }
      .secnav-twocol .strip-btn .strip-btn__block.strip-btn__icon {
        background: none;
        /* Now uses CSS triangle */
        bottom: 0;
        padding: 12px 0;
        position: absolute;
        right: 0px;
        top: 0; }
        .secnav-twocol .strip-btn .strip-btn__block.strip-btn__icon .css-triangle--right {
          display: inline-block;
          width: 0;
          height: 0;
          margin-left: 2px;
          vertical-align: middle;
          border-left: 6px dashed;
          border-left: 6px solid\9;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          color: inherit;
          left: 50%;
          margin: -5px 0 0 -3px;
          position: absolute;
          top: 50%; }
    .secnav-twocol .strip-btn.strip-btn--has-popover {
      /* Popover for Complex rendition */
      padding-right: 38px; }
      @media (min-width: 768px) {
        .secnav-twocol .strip-btn.strip-btn--has-popover {
          padding-right: 110px; } }
      .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger {
        border-left: 1px solid #e7e7e9;
        border-right: 1px solid #e7e7e9;
        display: table;
        height: 100%;
        display: none;
        padding: 10px 0;
        right: 50px; }
        .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger.icon-info-text {
          font-size: 24px;
          font-style: italic;
          font-weight: bold; }
        @media (min-width: 768px) {
          .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger:hover {
            color: #fff;
            border-left: 1px solid #e0301e;
            border-right: 1px solid #e0301e;
            background: #e0301e;
            /* Loop to create colour variations */ }
            .page-primary-col--orange .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger:hover {
              border-left: 1px solid #d04a02;
              border-right: 1px solid #d04a02;
              background: #d04a02; }
            .page-primary-col--red .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger:hover {
              border-left: 1px solid #e0301e;
              border-right: 1px solid #e0301e;
              background: #e0301e; }
            .page-primary-col--burgundy .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger:hover {
              border-left: 1px solid #a32020;
              border-right: 1px solid #a32020;
              background: #a32020; }
            .page-primary-col--maroon .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger:hover {
              border-left: 1px solid #602320;
              border-right: 1px solid #602320;
              background: #602320; }
            .page-primary-col--rose .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger:hover {
              border-left: 1px solid #d93954;
              border-right: 1px solid #d93954;
              background: #d93954; } }
        .secnav-twocol .strip-btn.strip-btn--has-popover .popover-trigger span {
          display: table-cell;
          vertical-align: middle; }
  .flexbox .secnav-twocol .strip-btn .icon-el {
    align-items: center;
    display: flex;
    justify-content: center; }
    .flexbox .secnav-twocol .strip-btn .icon-el .css-triangle--right {
      left: auto;
      margin: 0;
      position: relative;
      top: auto; }
  @media (min-width: 768px) {
    .flexbox .secnav-twocol .secnav-twocol__listing .strip-btn {
      align-items: center;
      display: flex; }
      .flexbox .secnav-twocol .secnav-twocol__listing .strip-btn .strip-btn__text {
        display: block; } }
  .touchevents .secnav-twocol .secnav-twocol__popover {
    transform: translate(0, 0) translate3d(110%, 0, 0); }
  .touchevents .secnav-twocol .secnav-twocol--popover-active .secnav-twocol__listing {
    transform: translate(0, 0) translate3d(-100%, 0, 0); }
  .touchevents .secnav-twocol .secnav-twocol__listing {
    transform: translate(0, 0) translate3d(0%, 0, 0); }
  .touchevents .secnav-twocol .secnav-twocol--popover-active .secnav-twocol__popover {
    transform: translate(0, 0) translate3d(0%, 0, 0); }
  @media (min-width: 768px) {
    .touchevents .secnav-twocol .strip-btn--has-popover .popover-trigger {
      display: none; } }
  @media (min-width: 768px) {
    .no-touchevents .secnav-twocol .strip-btn--has-popover:hover .popover-trigger {
      border-left: 1px solid #e7e7e9;
      border-right: 1px solid #e7e7e9;
      display: table;
      height: 100%; }
      .no-touchevents .secnav-twocol .strip-btn--has-popover:hover .popover-trigger span {
        display: table-cell;
        vertical-align: middle; } }
  @media (min-width: 768px) {
    .secnav-twocol .touchevents.flexbox .strip-btn--has-popover .popover-trigger,
    .secnav-twocol .no-touchevents.flexbox .strip-btn--has-popover:hover .popover-trigger {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .secnav-twocol .touchevents.flexbox .strip-btn--has-popover .popover-trigger span,
      .secnav-twocol .no-touchevents.flexbox .strip-btn--has-popover:hover .popover-trigger span {
        display: inline; } }

/* END OF COMPATIBILITY USING BODY CLASSES WITH MODERNIZR */
/* Start of Secondary Navigation (2 Columns) */
/*	Services navigation
********************/
.service-module__preview-panel {
  position: relative;
  left: 0;
  width: 100%;
  top: auto;
  overflow: hidden;
  padding: 0; }

.service-module__preview-panel h3 {
  font-family: Georgia, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  color: #fff; }

.service-module__preview-panel h4 {
  font-family: Georgia, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  color: #a32020; }

.service-module__preview-panel .more {
  background: #f0f0f0;
  color: #414141;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 14px 23px;
  font-family: Arial, sans-serif;
  font-size: 14px; }

.service-module__preview-panel .more:hover,
.service-module__preview-panel .more:focus {
  background: #e0301e;
  color: #fff;
  text-decoration: none; }

/*  preview 
**************/
.services-module__panel-heading,
.container h2.services-module__panel-heading:first-of-type {
  color: #a32020;
  margin-top: 1px;
  margin-bottom: 20px; }

.services-module__panel-heading small,
.services-module__panel-heading-small {
  color: #6d6e71;
  display: block;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.429rem;
  margin: 0;
  padding: 0 0 10px; }

.services-module__panel-image {
  margin-bottom: 32px; }

.services-module__panel-copy {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-family: arial, serif;
  margin-bottom: 30px; }

.services-module__panel-copy p {
  font-size: 18px;
  line-height: 1.5em; }

/*  end preview
**************/
/*  links
**************/
.service-module__section-heading {
  color: #8e8e8e;
  font-size: 18px;
  font-family: arial, serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 20px; }

.service-module__link-listing,
#mainContent .service-module__link-listing {
  margin: 0;
  padding: 0; }

.service-module__link-listing--bottom-spacing,
#mainContent .service-module__link-listing--bottom-spacing {
  padding-bottom: 20px; }

.service-module__link-listing li {
  display: block;
  margin: 0; }

.service-module__link-listing li a {
  color: #000;
  display: block;
  font-family: arial, serif;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  text-decoration: none; }

.service-module__link-listing li a.active {
  background: #a32020;
  color: #fff; }

.service-module__link-listing li a:hover {
  background: #d0d0d0; }

.service-module__link-listing li a.active:hover {
  background: #a32020;
  color: #fff;
  cursor: default; }

@media (max-width: 767px) {
  .service-module__preview-panel {
    display: none; }

  .service-module__link-listing li {
    padding-bottom: 10px; }

  .service-module__link-listing li a {
    border-bottom: 1px solid #d0d0d0; }

  .service-module__link-listing li a.active,
  .service-module__link-listing li a:active {
    background: none;
    color: #000; }

  .service-module__link-listing li a:hover,
  .service-module__link-listing li a.active:hover {
    background: #d0d0d0;
    color: #000;
    cursor: pointer; } }
/*	end Services navigation
********************/
/* Begin Secondary navigation (Tabs) */
.secnav-tabs {
  padding: 40px 0; }
  .secnav-tabs .secnav-tabs__heading {
    margin: 0; }
  .secnav-tabs .secnav-tabs__navigation {
    display: none;
    margin: 0 !important; }
  .secnav-tabs .secnav-tabs__content-heading {
    margin: 0 0 20px; }
  .secnav-tabs .secnav-tabs__content-copy .btn {
    margin-top: 20px; }
  .secnav-tabs .secnav-tabs__content-copy p {
    line-height: 1.7em; }
  @media (max-width: 767px) {
    .secnav-tabs .secnav-tabs__content .secnav-tabs__content-container {
      padding-top: 40px; }
    .secnav-tabs .secnav-tabs__content-image {
      clear: both;
      margin: 0 0 30px;
      position: relative; }
    .secnav-tabs .secnav-tabs__content-copy {
      border-bottom: 1px solid #d0d0d0;
      padding-bottom: 40px; }
      .secnav-tabs .secnav-tabs__content-copy .secnav-tabs__content-heading {
        color: #e0301e;
        /* Loop to create colour variations */ }
        .page-primary-col--orange .secnav-tabs .secnav-tabs__content-copy .secnav-tabs__content-heading {
          color: #d04a02; }
        .page-primary-col--red .secnav-tabs .secnav-tabs__content-copy .secnav-tabs__content-heading {
          color: #e0301e; }
        .page-primary-col--burgundy .secnav-tabs .secnav-tabs__content-copy .secnav-tabs__content-heading {
          color: #a32020; }
        .page-primary-col--maroon .secnav-tabs .secnav-tabs__content-copy .secnav-tabs__content-heading {
          color: #602320; }
        .page-primary-col--rose .secnav-tabs .secnav-tabs__content-copy .secnav-tabs__content-heading {
          color: #d93954; } }
  @media (min-width: 768px) {
    .secnav-tabs {
      /* Applies show & hide behaviour for larger devices	*/
      /* Tabs are only displayed on devices larger than 768px */ }
      .secnav-tabs .secnav-tabs__content-wrapper {
        position: relative;
        transition: height 0.3s ease-out; }
        .secnav-tabs .secnav-tabs__content-wrapper .secnav-tabs__content {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 1;
          opacity: 0; }
          .secnav-tabs .secnav-tabs__content-wrapper .secnav-tabs__content.active {
            opacity: 1;
            z-index: 2; }
          .secnav-tabs .secnav-tabs__content-wrapper .secnav-tabs__content .secnav-tabs__content-container {
            padding-top: 50px; }
            .secnav-tabs .secnav-tabs__content-wrapper .secnav-tabs__content .secnav-tabs__content-container:after {
              content: '';
              border-bottom: 2px solid #cdcdcd;
              display: block;
              margin-top: 40px; }
      .secnav-tabs .secnav-tabs__navigation {
        display: table;
        margin: 0 !important;
        padding: 0;
        width: 100%; }
        .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab {
          display: table-cell;
          text-align: center;
          width: 160px;
          border-bottom: 2px solid #cdcdcd;
          transition: border 0.3s ease-out; }
          .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab a {
            display: block; }
          .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab .secnav-tabs__tab-title {
            font-size: 1.142rem;
            display: inline-block;
            margin: 30px 0 15px;
            font-family: arial, serif;
            color: #404041;
            /* Overrides global hyperlink color */ }
          .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab:hover {
            border-bottom: 8px solid #cdcdcd;
            cursor: pointer; }
          .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active, .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active:hover {
            border-bottom: 8px solid #e0301e;
            /* Loop to create colour variations */ }
            .page-primary-col--orange .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active, .page-primary-col--orange .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active:hover {
              border-bottom: 8px solid #d04a02; }
            .page-primary-col--red .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active, .page-primary-col--red .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active:hover {
              border-bottom: 8px solid #e0301e; }
            .page-primary-col--burgundy .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active, .page-primary-col--burgundy .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active:hover {
              border-bottom: 8px solid #a32020; }
            .page-primary-col--maroon .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active, .page-primary-col--maroon .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active:hover {
              border-bottom: 8px solid #602320; }
            .page-primary-col--rose .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active, .page-primary-col--rose .secnav-tabs .secnav-tabs__navigation .secnav-tabs__tab.active:hover {
              border-bottom: 8px solid #d93954; }
      .secnav-tabs.secnav-tabs--with-icons .secnav-tabs__heading {
        padding-bottom: 15px; }
      .secnav-tabs.secnav-tabs--with-icons .secnav-tabs__navigation {
        padding-top: 20px; }
        .secnav-tabs.secnav-tabs--with-icons .secnav-tabs__navigation .secnav-tabs__tab {
          padding-top: 105px;
          position: relative; }
          .secnav-tabs.secnav-tabs--with-icons .secnav-tabs__navigation .secnav-tabs__tab .secnav-tabs__tab-title {
            padding-top: 5px; }
          .secnav-tabs.secnav-tabs--with-icons .secnav-tabs__navigation .secnav-tabs__tab .secnav-tabs__tab-icon {
            display: block;
            left: 50%;
            margin: auto;
            opacity: .5;
            position: absolute;
            top: 0;
            -webkit-transition: opacity .3s ease-out;
            -moz-transition: opacity .3s ease-out;
            -o-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;
            -ms-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
          .secnav-tabs.secnav-tabs--with-icons .secnav-tabs__navigation .secnav-tabs__tab.active .secnav-tabs__tab-icon, .secnav-tabs.secnav-tabs--with-icons .secnav-tabs__navigation .secnav-tabs__tab:hover .secnav-tabs__tab-icon {
            opacity: 1; } }

/* End Secondary navigation (Tabs) */
/*	Collection feed
********************/
.collection.dpe-component-wrapper {
  padding: 40px 0 10px; }
  @media (max-width: 767px) {
    .collection.dpe-component-wrapper {
      padding: 20px 0 0; } }
.collection .collection__heading-row {
  margin-bottom: 0px; }
.collection .collection__heading-divider {
  border: none;
  margin: 0 0 20px;
  border-bottom: 2px solid #a32020;
  /* Loop to create colour variations */ }
  .page-secondary-col--orange .collection .collection__heading-divider {
    border-bottom: 2px solid #d04a02; }
  .page-secondary-col--red .collection .collection__heading-divider {
    border-bottom: 2px solid #e0301e; }
  .page-secondary-col--burgundy .collection .collection__heading-divider {
    border-bottom: 2px solid #a32020; }
  .page-secondary-col--maroon .collection .collection__heading-divider {
    border-bottom: 2px solid #602320; }
  .page-secondary-col--rose .collection .collection__heading-divider {
    border-bottom: 2px solid #d93954; }
.collection .collection__title {
  margin: 0 0 20px;
  color: #404041; }
.collection .collection__filter {
  font-weight: bold;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .collection .collection__filter {
      float: right; } }
  .collection .collection__filter .collection__filter-select {
    background-position: 94% 50%;
    padding-right: 39px;
    background-size: auto 23%; }
  .collection .collection__filter .collection__filter-reset {
    margin-left: 10px;
    display: none; }
    .collection .collection__filter .collection__filter-reset .btn-transparent {
      margin-left: 10px; }
    .collection .collection__filter .collection__filter-reset.collection__filter-reset--hidden {
      display: none;
      /* Use this class to hide "or Show All" link */ }
.collection .collection__content {
  -webkit-transition: height 1s ease-out;
  -moz-transition: height 1s ease-out;
  -o-transition: height 1s ease-out;
  transition: height 1s ease-out; }
  .collection .collection__content .collection__item {
    margin-bottom: 30px; }
    .collection .collection__content .collection__item a.collection__item-link {
      text-decoration: none;
      display: block; }
      .collection .collection__content .collection__item a.collection__item-link:hover .collection__item-content {
        background: #fff; }
      .collection .collection__content .collection__item a.collection__item-link .collection__item-image-wrapper {
        position: relative;
        bottom: -1px;
        /* Hides border-top of .collection__item-content if there is an image */ }
        .collection .collection__content .collection__item a.collection__item-link .collection__item-image-wrapper .img-responsive {
          width: 100%;
          /* temp fix to stretch border-image-slice: */ }
      .collection .collection__content .collection__item a.collection__item-link .collection__item-content {
        padding: 15px 20px;
        background: #f2f2f2;
        border: 1px solid rgba(204, 204, 204, 0.8);
        /* #CCC - 80% opacity */
        -webkit-transition: background .3s ease-out;
        -moz-transition: background .3s ease-out;
        -o-transition: background .3s ease-out;
        transition: background .3s ease-out; }
        .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__item-sub-heading {
          font-family: arial, serif;
          font-size: 1rem;
          font-style: italic;
          font-weight: normal;
          color: #6d6e71;
          display: inline-block;
          margin-bottom: 5px;
          word-wrap: break-word; }
        .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__item-heading {
          color: #a32020;
          line-height: 1.3em;
          margin-top: 0;
          word-wrap: break-word;
          /* Loop to create colour variations */ }
          .page-secondary-col--orange .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__item-heading {
            color: #d04a02; }
          .page-secondary-col--red .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__item-heading {
            color: #e0301e; }
          .page-secondary-col--burgundy .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__item-heading {
            color: #a32020; }
          .page-secondary-col--maroon .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__item-heading {
            color: #602320; }
          .page-secondary-col--rose .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__item-heading {
            color: #d93954; }
        .collection .collection__content .collection__item a.collection__item-link .collection__item-content p {
          margin-bottom: 0;
          font-size: 1em;
          /* 14px */
          line-height: 1.3em;
          color: #404041; }
        .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__download-link {
          margin: 20px 0 0 0;
          color: #6d6e71; }
          .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__download-link:before {
            content: '';
            background: url(../images/download_icon.svg) no-repeat transparent 0 0;
            display: inline-block;
            width: 18px;
            height: 24px;
            vertical-align: middle;
            margin-right: 10px; }
        .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__item-author {
          font-family: arial, serif;
          font-style: italic;
          margin: 15px 0 0;
          color: #6d6e71; }
        .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__social-media-channel {
          margin: 20px 0 0 0;
          color: #6d6e71; }
          .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__social-media-channel--twitter:before {
            content: '';
            background: url(../../../images/collection-icon-twitter.png) no-repeat transparent 0 0;
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 10px; }
          .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__social-media-channel--facebook:before {
            content: '';
            background: url(../../../images/collection-icon-facebook.png) no-repeat transparent 0 0;
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 10px; }
          .collection .collection__content .collection__item a.collection__item-link .collection__item-content .collection__social-media-channel--linkedin:before {
            content: '';
            background: url(../../../images/collection-icon-linkedin.png) no-repeat transparent 0 0;
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 10px; }
.collection .collection__item--video .collection__item-image-wrapper {
  position: relative; }
  .collection .collection__item--video .collection__item-image-wrapper:before {
    content: '';
    display: inline-block;
    background: url(http://www.pwc.com/etc/clientlibs/pwc/components-longform/images/playIcon.png) no-repeat 50% 50%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-size: cover; }
.collection .collection__item-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.collection .collection__more-links {
  text-align: center;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .collection .collection__more-links {
      padding-bottom: 10px; } }
  .collection .collection__more-links .btn--transparent {
    margin: 0 10px; }
  .collection .collection__more-links .collection__load-more {
    display: inline-block; }
@media (max-width: 480px) {
  .collection .collection__item {
    width: 100%; }
  .collection .collection__item-image-wrapper {
    display: block; } }

/*	end Collection feed
*******************/
/*  PwC lists - Horizontal links listing
********************/
.sub-comp--horiz-links {
  padding: 0; }
  .sub-comp--horiz-links .sub-comp--horiz-links__title {
    color: #6d6e71;
    display: inline-block;
    margin: 0 20px 20px 0; }
  .sub-comp--horiz-links .sub-comp--horiz-links__links {
    display: inline; }
  .sub-comp--horiz-links .sub-comp--horiz-links__link {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 0 24px;
    /*   allow an extra 4px for underline    */
    word-break: break-word; }
    .sub-comp--horiz-links .sub-comp--horiz-links__link .lg-text-link {
      line-height: 1.6em; }
  @media (min-width: 768px) {
    .sub-comp--horiz-links .sub-comp--horiz-links__link {
      margin-right: 40px; }
    .sub-comp--horiz-links.sub-comp--horiz-links--top-pad {
      padding-top: 40px; }
    .sub-comp--horiz-links.sub-comp--horiz-links--bottom-pad {
      padding-bottom: 20px; } }

/*  /*  PwC lists - Horizontal links listing
********************/
/*	Follow PWC icons - based on SVG with PNG fallback
********************/
.follow-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center; }
  .follow-icon--facebook {
    background-image: url(../../../images/social_icons/facebook.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/facebook.svg);
    background-size: 16px 16px;
    background-color: #305891; }
    a:hover .follow-icon--facebook, a:focus .follow-icon--facebook {
      background-color: #294b7b; }
  .follow-icon--twitter {
    background-image: url(../../../images/social_icons/twitter.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/twitter.svg);
    background-color: #05aced; }
    a:hover .follow-icon--twitter, a:focus .follow-icon--twitter {
      background-color: #0492c9; }
  .follow-icon--linkedin {
    background-image: url(../../../images/social_icons/linkedin.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/linkedin.svg);
    background-size: 16px 16px;
    background-color: #007cb9; }
    a:hover .follow-icon--linkedin, a:focus .follow-icon--linkedin {
      background-color: #00699d; }
  .follow-icon--googleplus {
    background-image: url(../../../images/social_icons/googleplus.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/googleplus.svg);
    background-color: #fff; }
    a:hover .follow-icon--googleplus, a:focus .follow-icon--googleplus {
      background-color: #ba3e2d; }
  .follow-icon--googleplus-w {
    background-image: url(../../../images/social_icons/googleplus.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/googleplus.svg);
    background-color: #fff; }
    a:hover .follow-icon--googleplus-w, a:focus .follow-icon--googleplus-w {
      background-color: #d9d9d9; }
  .follow-icon--youtube {
    background-image: url(../../../images/social_icons/youtube.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/youtube.svg);
    background-color: #cd201f; }
    a:hover .follow-icon--youtube, a:focus .follow-icon--youtube {
      background-color: #ae1b1a; }
  .follow-icon--youtube-w {
    background-image: url(../../../images/social_icons/youtube.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/youtube.svg);
    background-color: #fff; }
    a:hover .follow-icon--youtube-w, a:focus .follow-icon--youtube-w {
      background: #d9d9d9; }
  .follow-icon--instagram {
    background-image: url(../../../images/social_icons/instagram.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/instagram.svg);
    background-size: 16px 16px;
    background-color: #e1306c; }
    a:hover .follow-icon--instagram, a:focus .follow-icon--instagram {
      background-color: #bf295c; }
  .follow-icon--pinterest {
    background-image: url(../../../images/social_icons/pinterest.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/pinterest.svg);
    background-size: 20px 20px;
    background-color: #bd081c; }
    a:hover .follow-icon--pinterest, a:focus .follow-icon--pinterest {
      background-color: #a10718; }
  .follow-icon--weibo {
    background-image: url(../../../images/social_icons/weibo.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/weibo.svg);
    background-size: 20px 20px;
    background-color: #e6162d; }
    a:hover .follow-icon--weibo, a:focus .follow-icon--weibo {
      background-color: #c41326; }
  .follow-icon--wechat {
    background-image: url(../../../images/social_icons/wechat.png);
    /* PNG Fallback */
    background-image: url(../../../images/social_icons/wechat.svg);
    background-size: 20px 20px;
    background-color: #7bb32e; }
    a:hover .follow-icon--wechat, a:focus .follow-icon--wechat {
      background-color: #699827; }

/*	end Follow PWC icons - based on SVG
********************/
/*	Follow PWC bar component
********************/
.follow-pwc-bar {
  background: #404041;
  /*	bar should never change colour*/
  padding: 20px 0; }
  .follow-pwc-bar .follow-pwc-bar__content {
    display: inline-block; }
  .follow-pwc-bar .follow-pwc-bar__text {
    color: #fff;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0 3px 0 0;
    line-height: 1.2em; }
  .follow-pwc-bar .follow-pwc-bar__buttons {
    float: left; }
  .follow-pwc-bar .follow-pwc-bar__button {
    display: block;
    float: left;
    margin: 0 6px 0 0; }
  .follow-pwc-bar .follow-icon {
    display: block; }
  @media (max-width: 767px) {
    .follow-pwc-bar .follow-pwc-bar__text {
      padding-top: 3px; } }
  @media (min-width: 768px) {
    .follow-pwc-bar .follow-pwc-bar__content-wrapper {
      text-align: center; } }

/*	end Follow PwC  bar component
********************/
/*  PwC lists
********************/
/*cleanup task: confirm if the following are required */
.style1 .contentfeature {
  width: 100%;
  height: 347px; }

.style1 .background {
  background: #fceae9;
  margin: 0px;
  padding: 10px;
  height: 290px; }

.style1 ul {
  float: left;
  width: 100%;
  margin-top: 5px; }

.style1 #aColor a {
  color: #e0301e; }

.style2 h3 {
  margin-top: 8px;
  font-size: 1.071rem; }

.style2 h2 {
  font-size: 1.286rem; }

.style2 a {
  color: #a32020; }

.style1 .contentfeature {
  width: 100%;
  height: 347px; }

.style3 .rhbox li {
  border-bottom: 0px;
  padding-bottom: 0px; }

/*end cleanup task: confirm if the following are required */
/* Scrollable list component style*/
.text-list-component h3 {
  color: #e0301e;
  font-size: 1.714rem;
  font-weight: bold;
  margin: 20px 0; }
  .page-primary-col--orange .text-list-component h3 {
    color: #d04a02; }
  .page-primary-col--red .text-list-component h3 {
    color: #e0301e; }
  .page-primary-col--burgundy .text-list-component h3 {
    color: #a32020; }
  .page-primary-col--maroon .text-list-component h3 {
    color: #602320; }
  .page-primary-col--rose .text-list-component h3 {
    color: #d93954; }

.text-list-component h3:first-of-type {
  margin-top: 0; }

/*cleanup task: confirm if the following are required */
.text-list-component h1, .text-list-component h2, .text-list-component h4, .text-list-component h5, .text-list-component h6, .text-list-component .serif {
  font-family: georgia, serif;
  font-style: italic;
  font-weight: normal;
  color: inherit; }

/*end cleanup task: confirm if the following are required */
.text-list-component ul {
  margin-right: 20px;
  list-style-type: disc;
  margin: 0 0 8px;
  padding: inherit; }

.text-list-component ol {
  margin-right: 20px;
  list-style-type: disc;
  margin: 0 0 8px;
  padding: inherit; }

.text-list-component ul > li {
  font-family: arial, serif;
  font-style: italic;
  line-height: 1.5em;
  list-style: none;
  padding-left: 20px;
  position: relative; }

.text-list-component ol > li {
  font-family: arial, serif;
  font-style: italic;
  line-height: 1.5em;
  list-style: none;
  padding-left: 2rem;
  position: relative; }

.text-list-component ul li {
  margin-bottom: 20px;
  font-size: 1.286rem; }

.text-list-component ul li::before {
  content: '\2022';
  font-size: 1.214em;
  /*  use ems for bullet, not REMS  */
  left: 0;
  position: absolute;
  top: 0;
  color: #e0301e; }
  .page-primary-col--orange .text-list-component ul li::before {
    color: #d04a02; }
  .page-primary-col--red .text-list-component ul li::before {
    color: #e0301e; }
  .page-primary-col--burgundy .text-list-component ul li::before {
    color: #a32020; }
  .page-primary-col--maroon .text-list-component ul li::before {
    color: #602320; }
  .page-primary-col--rose .text-list-component ul li::before {
    color: #d93954; }

.text-list-component ol {
  counter-reset: li;
  margin-right: 20px; }

.text-list-component ol > li {
  font-size: 1.286rem;
  margin-bottom: 20px; }

.text-list-component ol > li::before {
  content: counter(li) ".";
  counter-increment: li;
  font-size: 1em;
  /*  use ems for number, not REMS  */
  font-style: normal;
  left: 0;
  position: absolute;
  top: 0;
  color: #e0301e; }
  .page-primary-col--orange .text-list-component ol > li::before {
    color: #d04a02; }
  .page-primary-col--red .text-list-component ol > li::before {
    color: #e0301e; }
  .page-primary-col--burgundy .text-list-component ol > li::before {
    color: #a32020; }
  .page-primary-col--maroon .text-list-component ol > li::before {
    color: #602320; }
  .page-primary-col--rose .text-list-component ol > li::before {
    color: #d93954; }

.text-list-component ul > li a,
.text-list-component ol > li a {
  border-bottom: 1px solid #ccc;
  color: #404041;
  cursor: pointer;
  display: inline;
  font-style: normal;
  margin-top: 0;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  text-decoration: none; }
  .text-list-component ul > li a:hover, .text-list-component ul > li a:focus,
  .text-list-component ol > li a:hover,
  .text-list-component ol > li a:focus {
    color: #404041 !important;
    border-bottom: 2px solid #e0301e;
    padding-bottom: 1px;
    text-decoration: none; }
    .page-primary-col--orange .text-list-component ul > li a:hover, .page-primary-col--orange .text-list-component ul > li a:focus, .page-primary-col--orange
    .text-list-component ol > li a:hover, .page-primary-col--orange
    .text-list-component ol > li a:focus {
      border-bottom-color: #d04a02; }
    .page-primary-col--red .text-list-component ul > li a:hover, .page-primary-col--red .text-list-component ul > li a:focus, .page-primary-col--red
    .text-list-component ol > li a:hover, .page-primary-col--red
    .text-list-component ol > li a:focus {
      border-bottom-color: #e0301e; }
    .page-primary-col--burgundy .text-list-component ul > li a:hover, .page-primary-col--burgundy .text-list-component ul > li a:focus, .page-primary-col--burgundy
    .text-list-component ol > li a:hover, .page-primary-col--burgundy
    .text-list-component ol > li a:focus {
      border-bottom-color: #a32020; }
    .page-primary-col--maroon .text-list-component ul > li a:hover, .page-primary-col--maroon .text-list-component ul > li a:focus, .page-primary-col--maroon
    .text-list-component ol > li a:hover, .page-primary-col--maroon
    .text-list-component ol > li a:focus {
      border-bottom-color: #602320; }
    .page-primary-col--rose .text-list-component ul > li a:hover, .page-primary-col--rose .text-list-component ul > li a:focus, .page-primary-col--rose
    .text-list-component ol > li a:hover, .page-primary-col--rose
    .text-list-component ol > li a:focus {
      border-bottom-color: #d93954; }

.text-list__more-wrapper {
  margin-bottom: 20px; }

.text-list-controllers .lg-text-link {
  display: inline-block;
  margin-right: 30px; }

.text-list-controllers .lg-text-link a,
.text-list-controllers .lg-text-link a:hover {
  color: inherit;
  text-decoration: none; }

.text-list-controllers .btn a:hover {
  text-decoration: none; }

.text-list-controllers .btn--prev:before {
  content: '< ';
  font-family: arial, serif;
  font-weight: normal; }

.text-list-controllers .btn--next:after {
  content: ' >';
  font-family: arial, serif;
  font-weight: normal; }

/*section.white .text-list-component ul > li > a,

section.white .text-list-component ol > li > a {

color: #ffffff;

}




section.tangerine .text-list-component ul > li > a,

section.tangerine .text-list-component ol > li > a {

color: #eb8c00;

}




section.orange .text-list-component ul > li > a,

section.orange .text-list-component ol > li > a {

color: #dc6900;

}




section.red .text-list-component ul > li > a,

section.red .text-list-component ol > li > a {

color: #e0301e;

}




section.rose .text-list-component ul > li > a,

section.rose .text-list-component ol > li > a {

color: #db536a;

}




section.burgundy .text-list-component ul > li > a,

section.burgundy .text-list-component ol > li > a {

color: #a32020;

}




section.maroon .text-list-component ul > li > a,

section.maroon .text-list-component ol > li > a {

color: #602320;

}




section.grey .text-list-component ul > li > a,

section.grey .text-list-component ol > li > a {

color: #968c6d;

}




section.black .text-list-component ul > li > a,

section.black .text-list-component ol > li > a {

color: #000000;

}*/
/*  end PwC lists
********************/
/*	Begin Typepad feed */
.typepadblog {
  /* Link with description rendition */ }
  .typepadblog h2 {
    margin: 0 0 20px; }
  .typepadblog ul, .typepadblog ol {
    margin-right: 20px; }
    .typepadblog ul > li, .typepadblog ol > li {
      color: #404041;
      font-family: Georgia, sans-serif;
      font-size: 18px;
      /*fallback*/
      font-size: 1.286rem;
      line-height: 1.5em;
      padding-left: 20px;
      margin-bottom: 20px;
      position: relative; }
      .typepadblog ul > li a, .typepadblog ol > li a {
        color: #404041;
        font-style: normal;
        text-decoration: none;
        padding-bottom: 2px;
        border-bottom: 1px solid #ccc;
        transition: all 200ms ease-in-out; }
        @media (min-width: 768px) {
          .typepadblog ul > li a, .typepadblog ol > li a {
            padding-bottom: 4px; } }
        .typepadblog ul > li a:hover, .typepadblog ul > li a:focus, .typepadblog ol > li a:hover, .typepadblog ol > li a:focus {
          color: #404041;
          padding-bottom: 1px;
          border-bottom: 2px solid #e0301e;
          /* Loop to create colour variations */ }
          .page-primary-col--orange .typepadblog ul > li a:hover, .page-primary-col--orange .typepadblog ul > li a:focus, .page-primary-col--orange .typepadblog ol > li a:hover, .page-primary-col--orange .typepadblog ol > li a:focus {
            border-bottom: 2px solid #d04a02; }
          .page-primary-col--red .typepadblog ul > li a:hover, .page-primary-col--red .typepadblog ul > li a:focus, .page-primary-col--red .typepadblog ol > li a:hover, .page-primary-col--red .typepadblog ol > li a:focus {
            border-bottom: 2px solid #e0301e; }
          .page-primary-col--burgundy .typepadblog ul > li a:hover, .page-primary-col--burgundy .typepadblog ul > li a:focus, .page-primary-col--burgundy .typepadblog ol > li a:hover, .page-primary-col--burgundy .typepadblog ol > li a:focus {
            border-bottom: 2px solid #a32020; }
          .page-primary-col--maroon .typepadblog ul > li a:hover, .page-primary-col--maroon .typepadblog ul > li a:focus, .page-primary-col--maroon .typepadblog ol > li a:hover, .page-primary-col--maroon .typepadblog ol > li a:focus {
            border-bottom: 2px solid #602320; }
          .page-primary-col--rose .typepadblog ul > li a:hover, .page-primary-col--rose .typepadblog ul > li a:focus, .page-primary-col--rose .typepadblog ol > li a:hover, .page-primary-col--rose .typepadblog ol > li a:focus {
            border-bottom: 2px solid #d93954; }
          @media (min-width: 768px) {
            .typepadblog ul > li a:hover, .typepadblog ul > li a:focus, .typepadblog ol > li a:hover, .typepadblog ol > li a:focus {
              padding-bottom: 3px; } }
  .typepadblog ul > li {
    list-style: none; }
    .typepadblog ul > li:before {
      content: '\2022';
      font-size: 1.25em;
      left: 0;
      position: absolute;
      top: 0;
      color: #e0301e;
      /* Loop to create colour variations */ }
      .page-primary-col--orange .typepadblog ul > li:before {
        color: #d04a02; }
      .page-primary-col--red .typepadblog ul > li:before {
        color: #e0301e; }
      .page-primary-col--burgundy .typepadblog ul > li:before {
        color: #a32020; }
      .page-primary-col--maroon .typepadblog ul > li:before {
        color: #602320; }
      .page-primary-col--rose .typepadblog ul > li:before {
        color: #d93954; }
  .typepadblog ol {
    counter-reset: li; }
    .typepadblog ol > li {
      content: counter(li) ".";
      counter-increment: li;
      font-size: 1em;
      font-style: normal;
      left: 0;
      position: absolute;
      top: 0;
      color: #e0301e;
      /* Loop to create colour variations */ }
      .page-primary-col--orange .typepadblog ol > li {
        color: #d04a02; }
      .page-primary-col--red .typepadblog ol > li {
        color: #e0301e; }
      .page-primary-col--burgundy .typepadblog ol > li {
        color: #a32020; }
      .page-primary-col--maroon .typepadblog ol > li {
        color: #602320; }
      .page-primary-col--rose .typepadblog ol > li {
        color: #d93954; }
  .typepadblog.typepadblog__has-abstract a {
    display: block;
    text-decoration: none;
    padding: 0 0 20px;
    color: #404041;
    /* Override global styling of hyperlinks */ }
    .typepadblog.typepadblog__has-abstract a .h6 {
      display: inline;
      margin: 0;
      text-decoration: none;
      padding-bottom: 2px;
      border-bottom: 1px solid #ccc;
      transition: all 200ms ease-in-out; }
      @media (min-width: 768px) {
        .typepadblog.typepadblog__has-abstract a .h6 {
          padding-bottom: 4px; } }
    .typepadblog.typepadblog__has-abstract a .abstract {
      color: #6d6e71;
      display: block;
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.5em;
      margin-top: 8px; }
    .typepadblog.typepadblog__has-abstract a:hover, .typepadblog.typepadblog__has-abstract a:focus {
      /* Hover behaviour applies to entire link including abstract */ }
      .typepadblog.typepadblog__has-abstract a:hover .h6, .typepadblog.typepadblog__has-abstract a:focus .h6 {
        color: #404041;
        padding-bottom: 1px;
        border-bottom: 2px solid #e0301e;
        /* Loop to create colour variations */ }
        .page-primary-col--orange .typepadblog.typepadblog__has-abstract a:hover .h6, .page-primary-col--orange .typepadblog.typepadblog__has-abstract a:focus .h6 {
          border-bottom: 2px solid #d04a02; }
        .page-primary-col--red .typepadblog.typepadblog__has-abstract a:hover .h6, .page-primary-col--red .typepadblog.typepadblog__has-abstract a:focus .h6 {
          border-bottom: 2px solid #e0301e; }
        .page-primary-col--burgundy .typepadblog.typepadblog__has-abstract a:hover .h6, .page-primary-col--burgundy .typepadblog.typepadblog__has-abstract a:focus .h6 {
          border-bottom: 2px solid #a32020; }
        .page-primary-col--maroon .typepadblog.typepadblog__has-abstract a:hover .h6, .page-primary-col--maroon .typepadblog.typepadblog__has-abstract a:focus .h6 {
          border-bottom: 2px solid #602320; }
        .page-primary-col--rose .typepadblog.typepadblog__has-abstract a:hover .h6, .page-primary-col--rose .typepadblog.typepadblog__has-abstract a:focus .h6 {
          border-bottom: 2px solid #d93954; }
        @media (min-width: 768px) {
          .typepadblog.typepadblog__has-abstract a:hover .h6, .typepadblog.typepadblog__has-abstract a:focus .h6 {
            padding-bottom: 3px; } }

/*	End Typepad feed */
/*	Inline quote
********************/
/*	quotes using specific component	*/
.quote-component blockquote {
  border: none;
  border-left: 1px solid #e0301e;
  font-size: 1rem;
  margin: 0;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px; }

.quote-component--has-margin blockquote {
  margin: 20px 0; }

@media (min-width: 768px) {
  .quote-component--has-margin blockquote {
    margin: 40px 0; } }
.quote-component blockquote p {
  color: #e0301e;
  margin: 0; }

.quote-component blockquote footer {
  color: #6d6e71;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0;
  padding-top: 10px; }
  .quote-component blockquote footer:before {
    content: '';
    /*	remove 'dash' that Bootstrap adds	*/ }

.quote-component blockquote cite {
  color: #6d6e71;
  font-weight: normal; }

/*	end quotes using specific component	*/
/*	colour theming for all types of inline quotes: */
.page-primary-col--orange .quote-component blockquote {
  border-left-color: #d04a02; }

.page-primary-col--orange .quote-component blockquote p {
  color: #d04a02; }

.page-primary-col--red .quote-component blockquote {
  border-left-color: #e0301e; }

.page-primary-col--red .quote-component blockquote p {
  color: #e0301e; }

.page-primary-col--burgundy .quote-component blockquote {
  border-left-color: #a32020; }

.page-primary-col--burgundy .quote-component blockquote p {
  color: #a32020; }

.page-primary-col--maroon .quote-component blockquote {
  border-left-color: #602320; }

.page-primary-col--maroon .quote-component blockquote p {
  color: #602320; }

.page-primary-col--rose .quote-component blockquote {
  border-left-color: #d93954; }

.page-primary-col--rose .quote-component blockquote p {
  color: #d93954; }

/*	end pull-quotes using specific component	*/
/*	Large quote
*
/*
*	n.b. This quote can be shown on either a photo background  or solid coloured background. This will be applied to the parent section. 
*	
*	
*
********************/
.large-quote-component--solid-bg blockquote {
  margin: 40px 0;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  text-align: left; }

.large-quote-component--solid-bg blockquote p {
  color: #fff;
  margin: 0; }

.large-quote-component--solid-bg blockquote footer {
  color: #fff;
  font-weight: bold;
  padding-top: 10px; }

.large-quote-component--solid-bg blockquote cite {
  color: #fff;
  font-weight: normal; }

@media (max-width: 767px) {
  /*.hero-quote-wrapper h2,
  .hero-quote-wrapper h2.hero-quoted-text,
  .hero-quote-wrapper blockquote p {
      font-size: 24px;
  }*/ }
/*	Large quote on photo bg
********************/
.large-quote-component--photo-bg {
  background: rgba(0, 0, 0, 0.75); }
  .large-quote-component--photo-bg .large-quote-component__content {
    position: relative;
    display: block;
    width: 100%;
    min-height: 350px;
    min-height: 25rem;
    /*	equivalent to 350px */
    color: #ffffff; }
  .large-quote-component--photo-bg .large-quote-component__text {
    left: 0;
    padding: 80px 0;
    padding: 5.714rem 0;
    /*	renders as 80px 0 on desktop, assuming medium / normal browser text size: */
    position: relative;
    top: 0;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%; }
  .large-quote-component--photo-bg .large-quote-component__content blockquote p {
    border-bottom: none;
    display: block;
    letter-spacing: 0;
    margin: 0;
    padding-bottom: 15px; }
  .large-quote-component--photo-bg .large-quote-component__content blockquote footer {
    color: #ffffff;
    font-family: georgia,serif;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-top: 10px; }
    .large-quote-component--photo-bg .large-quote-component__content blockquote footer:before {
      content: ''; }
  .large-quote-component--photo-bg .large-quote-component__content blockquote cite {
    display: block;
    font-family: arial, sans-serif;
    font-size: 1rem;
    font-weight: normal; }
  @media (max-width: 767px) {
    .large-quote-component--photo-bg .large-quote-component__content {
      min-height: 0; }
    .large-quote-component--photo-bg .large-quote-component__text {
      position: relative;
      top: 0;
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      transform: translateY(0%); } }
  @media (min-width: 768px) {
    .large-quote-component--photo-bg .large-quote-component__content {
      display: table; }
    .large-quote-component--photo-bg .large-quote-component__text-wrapper {
      display: table-cell;
      vertical-align: middle; } }

/*	end Large quote on photo bg
********************/
/* BEGIN Web tile component */
.cta-webtile .cta-webtile__link {
  padding: 40px 0;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none; }
  .cta-webtile .cta-webtile__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all ease .2s;
    z-index: 2; }
  .cta-webtile .cta-webtile__link:hover:before {
    opacity: 1; }
  .cta-webtile .cta-webtile__link .cta-webtile__icon {
    z-index: 3; }
  .cta-webtile .cta-webtile__link .cta-webtile__content {
    z-index: 3; }
    .cta-webtile .cta-webtile__link .cta-webtile__content .cta-webtile__title {
      margin: 0;
      color: #fff;
      /* Override global hyperlink link color */ }
    .cta-webtile .cta-webtile__link .cta-webtile__content .cta-webtile__heading {
      font-weight: bold;
      margin: 0;
      color: #fff; }

/* END Web tile component */
/* BEGIN Download component */
.cta-download .cta-download__link {
  color: #fff;
  text-decoration: none;
  padding: 40px 0;
  position: relative;
  display: block; }
  .cta-download .cta-download__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all ease .2s;
    z-index: 2; }
  .cta-download .cta-download__link:hover:before {
    opacity: 1; }
.cta-download .cta-download__icon {
  z-index: 3; }
.cta-download .cta-download__content {
  z-index: 3; }
  .cta-download .cta-download__content .cta-download__title {
    margin: 0; }
  .cta-download .cta-download__content .cta-download__heading {
    font-weight: bold;
    margin: 0;
    color: #fff; }
.cta-download .cta-download_additional .cta-download__additional-trigger {
  padding: 15px 0;
  display: block;
  border-top: 1px solid #fff;
  position: relative;
  text-decoration: none; }
  .cta-download .cta-download_additional .cta-download__additional-trigger:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all ease .2s;
    z-index: 3; }
  .cta-download .cta-download_additional .cta-download__additional-trigger:hover, .cta-download .cta-download_additional .cta-download__additional-trigger:focus {
    color: #fff;
    /* For Firefox */ }
  .cta-download .cta-download_additional .cta-download__additional-trigger:hover:before {
    opacity: 1; }
  .cta-download .cta-download_additional .cta-download__additional-trigger .cta-download__additional-trigger-wrapper {
    z-index: 3; }
  .cta-download .cta-download_additional .cta-download__additional-trigger .css-arrow--down {
    position: relative; }
    .cta-download .cta-download_additional .cta-download__additional-trigger .css-arrow--down:before, .cta-download .cta-download_additional .cta-download__additional-trigger .css-arrow--down:after {
      content: '';
      display: block;
      position: absolute;
      width: 12px;
      height: 1px;
      background: #fff; }
    .cta-download .cta-download_additional .cta-download__additional-trigger .css-arrow--down:before {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg);
      top: 7px; }
    .cta-download .cta-download_additional .cta-download__additional-trigger .css-arrow--down:after {
      -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
      transform: translate3d(0, 0, 0) rotate(-45deg);
      top: 7px;
      left: 8px; }
    .cta-download .cta-download_additional .cta-download__additional-trigger .css-arrow--down.css-arrow--down-rotate:before {
      left: 8px; }
    .cta-download .cta-download_additional .cta-download__additional-trigger .css-arrow--down.css-arrow--down-rotate:after {
      left: 0; }
  .cta-download .cta-download_additional .cta-download__additional-trigger .cta-download__additional-trigger-text {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    z-index: 4;
    margin-left: 30px;
    color: #fff; }
.cta-download .cta-download_additional-wrapper {
  clear: both;
  display: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 15px 0 25px; }
  .cta-download .cta-download_additional-wrapper .cta-download_additional-heading {
    color: #fff;
    margin-bottom: 14px; }
  .cta-download .cta-download_additional-wrapper .cta-download_additional-links li {
    margin-bottom: 14px;
    list-style: none; }
    .cta-download .cta-download_additional-wrapper .cta-download_additional-links li a {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      font-family: arial, serif;
      font-size: 16px;
      font-size: 1.142rem;
      line-height: 1.7em;
      -ms-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      text-decoration: none;
      padding-bottom: 3px;
      display: inline; }
      .cta-download .cta-download_additional-wrapper .cta-download_additional-links li a:hover, .cta-download .cta-download_additional-wrapper .cta-download_additional-links li a:focus {
        border-bottom: 2px solid #fff;
        text-decoration: none;
        padding-bottom: 2px; }
      @media (max-width: 768px) {
        .cta-download .cta-download_additional-wrapper .cta-download_additional-links li a {
          padding-bottom: 2px; }
        .cta-download .cta-download_additional-wrapper .cta-download_additional-links li a:hover {
          padding-bottom: 1px; } }

/* END Download component */
.summary-explorer {
  padding: 40px 0; }
  @media (min-width: 767px) {
    .summary-explorer .summary-explorer__column.summary-explorer__tabs-column:after {
      content: '';
      border-right: 1px solid #f2f2f2;
      display: block;
      height: 100%;
      width: 1px;
      position: absolute;
      top: 0;
      right: 15px; } }
  .summary-explorer .summary-explorer__link-listing {
    margin: 0;
    padding: 0; }
    .summary-explorer .summary-explorer__link-listing li {
      display: block;
      margin: 0;
      list-style: none; }
      .summary-explorer .summary-explorer__link-listing li a {
        color: #404041;
        display: block;
        font-family: Georgia,serif;
        font-size: 16px;
        font-size: 1.142rem;
        line-height: 1.3em;
        padding: 15px;
        text-decoration: none; }
        .summary-explorer .summary-explorer__link-listing li a.active {
          color: #fff;
          background: #a32020; }
          .page-secondary-col--orange .summary-explorer .summary-explorer__link-listing li a.active {
            background: #d04a02; }
          .page-secondary-col--red .summary-explorer .summary-explorer__link-listing li a.active {
            background: #e0301e; }
          .page-secondary-col--burgundy .summary-explorer .summary-explorer__link-listing li a.active {
            background: #a32020; }
          .page-secondary-col--maroon .summary-explorer .summary-explorer__link-listing li a.active {
            background: #602320; }
          .page-secondary-col--rose .summary-explorer .summary-explorer__link-listing li a.active {
            background: #d93954; }
          .summary-explorer .summary-explorer__link-listing li a.active:hover, .summary-explorer .summary-explorer__link-listing li a.active:focus {
            color: #fff;
            background: #a32020; }
            .page-secondary-col--orange .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--orange .summary-explorer .summary-explorer__link-listing li a.active:focus {
              background-color: #b13f02; }
            .page-secondary-col--red .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--red .summary-explorer .summary-explorer__link-listing li a.active:focus {
              background-color: #be291a; }
            .page-secondary-col--burgundy .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--burgundy .summary-explorer .summary-explorer__link-listing li a.active:focus {
              background-color: #8b1b1b; }
            .page-secondary-col--maroon .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--maroon .summary-explorer .summary-explorer__link-listing li a.active:focus {
              background-color: #521e1b; }
            .page-secondary-col--rose .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--rose .summary-explorer .summary-explorer__link-listing li a.active:focus {
              background-color: #b93147; }
        .summary-explorer .summary-explorer__link-listing li a:hover, .summary-explorer .summary-explorer__link-listing li a:focus {
          background: #f2f2f2; }
  .summary-explorer .summary-explorer__preview-panel {
    position: relative;
    left: 0;
    width: 100%;
    top: auto;
    overflow: hidden;
    padding: 0; }
    .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-heading {
      margin: 20px 0;
      color: #a32020; }
      .page-secondary-col--orange .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-heading {
        color: #d04a02; }
      .page-secondary-col--red .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-heading {
        color: #e0301e; }
      .page-secondary-col--burgundy .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-heading {
        color: #a32020; }
      .page-secondary-col--maroon .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-heading {
        color: #602320; }
      .page-secondary-col--rose .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-heading {
        color: #d93954; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-heading:first-of-type {
        margin-top: 0; }
    .summary-explorer .summary-explorer__preview-panel h3 {
      font-size: 18px;
      font-size: 1.286rem; }
    .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy {
      color: #404041; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy p > img {
        max-width: 100%; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy p, .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy ul, .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy ol {
        font-size: 14px;
        font-size: 1rem; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy ul, .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy ol {
        padding-left: 20px;
        margin: 0 0 10px; }
        .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy ul li, .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy ol li {
          list-style-position: outside;
          line-height: 1.5em;
          margin: 0 0 8px;
          font-size: 14px;
          font-size: 1rem; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy ul li {
        list-style: disc; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy ol li {
        list-style: decimal; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a, .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:visited, .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:link {
        border-bottom: 1px solid #404041;
        color: #404041;
        font-size: inherit;
        text-decoration: none; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:hover {
        border-bottom: 2px solid #e0301e;
        color: #404041;
        text-decoration: none; }
        .page-secondary-col--orange .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:hover {
          border-bottom: 2px solid #d04a02;
          color: #404041; }
        .page-secondary-col--red .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:hover {
          border-bottom: 2px solid #e0301e;
          color: #404041; }
        .page-secondary-col--burgundy .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:hover {
          border-bottom: 2px solid #a32020;
          color: #404041; }
        .page-secondary-col--maroon .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:hover {
          border-bottom: 2px solid #602320;
          color: #404041; }
        .page-secondary-col--rose .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:hover {
          border-bottom: 2px solid #d93954;
          color: #404041; }
      .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy .summary-explorer__image {
        margin: 0 0 10px; }
        @media (min-width: 768px) {
          .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy .summary-explorer__image.summary-explorer__image--panel {
            /* Ensures images within a column are aligned to the right and stay seperated */
            float: right;
            clear: both; } }
        .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy .summary-explorer__image.summary-explorer__image--center {
          margin: 0 auto 10px; }
  .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__column.summary-explorer__tabs-column:after {
    border-right: 1px solid #ccc; }
  .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a:hover, .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a:focus {
    background: #ccc; }
  .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active {
    color: #fff;
    background: #a32020; }
    .page-secondary-col--orange .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active {
      background: #d04a02; }
    .page-secondary-col--red .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active {
      background: #e0301e; }
    .page-secondary-col--burgundy .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active {
      background: #a32020; }
    .page-secondary-col--maroon .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active {
      background: #602320; }
    .page-secondary-col--rose .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active {
      background: #d93954; }
    .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:focus {
      color: #fff;
      background: #a32020; }
      .page-secondary-col--orange .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--orange .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:focus {
        background-color: #b13f02; }
      .page-secondary-col--red .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--red .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:focus {
        background-color: #be291a; }
      .page-secondary-col--burgundy .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--burgundy .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:focus {
        background-color: #8b1b1b; }
      .page-secondary-col--maroon .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--maroon .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:focus {
        background-color: #521e1b; }
      .page-secondary-col--rose .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--rose .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:focus {
        background-color: #b93147; }
      .page-secondary-col--grey .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:hover, .page-secondary-col--grey .page-section.page-section--col-light-grey .summary-explorer .summary-explorer__link-listing li a.active:focus {
        background-color: #625b47; }
  @media (max-width: 767px) {
    .summary-explorer .summary-explorer__link-listing {
      display: none; }
    .summary-explorer .accordion-content-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      transition: height 0.5s ease-in-out;
      -webkit-transition: height 0.5s ease-in-out;
      -moz-transition: height 0.5s ease-in-out; }
      .summary-explorer .accordion-content-wrapper.mobile-collapsed {
        height: 200px; }
      .summary-explorer .accordion-content-wrapper:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -30px;
        right: -30px;
        transition: box-shadow 0.3s linear;
        -webkit-transition: box-shadow 0.3s linear;
        -moz-transition: box-shadow 0.3s linear;
        box-shadow: inset white 0 -35px 40px;
        height: 60px;
        pointer-events: none; }
      .summary-explorer .accordion-content-wrapper.hide-shadow:after {
        transition: box-shadow 0.7s linear;
        -webkit-transition: box-shadow 0.7s linear;
        -moz-transition: box-shadow 0.7s linear;
        box-shadow: none; }
    .summary-explorer .accordion-content-show-more-wrapper {
      margin: 10px 0 30px; }
    .summary-explorer .accordion-content-show-more {
      display: inline;
      margin: 15px 0 30px;
      font-family: Georgia,serif;
      color: #404041;
      font-size: 16px;
      padding-bottom: 3px;
      font-size: 1.142rem;
      text-decoration: none;
      border-bottom: 1px solid #ccc;
      transition: all 200ms ease-in-out; }
      .summary-explorer .accordion-content-show-more:hover, .summary-explorer .accordion-content-show-more:focus {
        color: #404041;
        text-decoration: none;
        padding-bottom: 2px;
        border-bottom: 2px solid #a32020; }
        .page-secondary-col--orange .summary-explorer .accordion-content-show-more:hover, .page-secondary-col--orange .summary-explorer .accordion-content-show-more:focus {
          border-bottom: 2px solid #d04a02; }
        .page-secondary-col--red .summary-explorer .accordion-content-show-more:hover, .page-secondary-col--red .summary-explorer .accordion-content-show-more:focus {
          border-bottom: 2px solid #e0301e; }
        .page-secondary-col--burgundy .summary-explorer .accordion-content-show-more:hover, .page-secondary-col--burgundy .summary-explorer .accordion-content-show-more:focus {
          border-bottom: 2px solid #a32020; }
        .page-secondary-col--maroon .summary-explorer .accordion-content-show-more:hover, .page-secondary-col--maroon .summary-explorer .accordion-content-show-more:focus {
          border-bottom: 2px solid #602320; }
        .page-secondary-col--rose .summary-explorer .accordion-content-show-more:hover, .page-secondary-col--rose .summary-explorer .accordion-content-show-more:focus {
          border-bottom: 2px solid #d93954; }
    .page-section.page-section--col-light-grey .summary-explorer .accordion-content-wrapper:after {
      box-shadow: inset #f2f2f2 0 -35px 40px; }
    .page-section.page-section--col-light-grey .summary-explorer .accordion-content-wrapper.hide-shadow:after {
      box-shadow: none; } }
  @media (min-width: 768px) {
    .summary-explorer .accordion-content-wrapper {
      display: none; }
      .summary-explorer .accordion-content-wrapper.active {
        display: block; }
    .summary-explorer .accordion-content-show-more-wrapper {
      display: none; } }

/* Related content
********************/
.related-content {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .related-content {
      padding: 40px 0; } }
  .related-content .related-content__title {
    margin: 0 0 20px; }
  .related-content .related-content__item {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .related-content .related-content__item {
        margin-bottom: 0px; } }
  .related-content a.related-content__item-link {
    display: block;
    text-decoration: none; }
    .related-content a.related-content__item-link img {
      margin-bottom: 20px; }
    .related-content a.related-content__item-link .related-content__item-heading {
      border-bottom: 2px solid transparent;
      color: #404041;
      display: inline;
      line-height: 1.3em;
      padding-bottom: 2px;
      -ms-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      word-break: break-word;
      /* all browsers - better than word-wrap property, as this has support for Chinese / Japanese / Korean  */ }
    .related-content a.related-content__item-link:hover .related-content__item-heading, .related-content a.related-content__item-link:focus .related-content__item-heading {
      border-bottom: 2px solid #e1301e;
      /* Loop to create colour variations */ }
      .page-primary-col--orange .related-content a.related-content__item-link:hover .related-content__item-heading, .page-primary-col--orange .related-content a.related-content__item-link:focus .related-content__item-heading {
        border-bottom: 2px solid #d04a02; }
      .page-primary-col--red .related-content a.related-content__item-link:hover .related-content__item-heading, .page-primary-col--red .related-content a.related-content__item-link:focus .related-content__item-heading {
        border-bottom: 2px solid #e0301e; }
      .page-primary-col--burgundy .related-content a.related-content__item-link:hover .related-content__item-heading, .page-primary-col--burgundy .related-content a.related-content__item-link:focus .related-content__item-heading {
        border-bottom: 2px solid #a32020; }
      .page-primary-col--maroon .related-content a.related-content__item-link:hover .related-content__item-heading, .page-primary-col--maroon .related-content a.related-content__item-link:focus .related-content__item-heading {
        border-bottom: 2px solid #602320; }
      .page-primary-col--rose .related-content a.related-content__item-link:hover .related-content__item-heading, .page-primary-col--rose .related-content a.related-content__item-link:focus .related-content__item-heading {
        border-bottom: 2px solid #d93954; }
  .related-content .related-content__item-abstract {
    color: #6d6e71;
    letter-spacing: 0;
    margin-top: 8px;
    margin-bottom: 0; }

/* end Related content
********************/
/*	Link Explorer component
********************/
.link-explorer {
  padding: 40px 0;
  /* use 40px padding - space between top of component and top of heading block, not the the text 	*/
  /* Create colour variations based on page colour class*/ }
  @media (min-width: 768px) {
    .link-explorer {
      padding: 80px 0;
      /* use 80px padding - space between top of component and top of heading block, not the the text 	*/ } }
  .link-explorer.link-explorer--no-pad {
    padding: 0;
    /*	modifier for component to remove padding	*/ }
  .link-explorer .link-explorer__intro-heading {
    margin-top: 0; }
  .link-explorer .link-explorer__intro-copy {
    color: #6d6e71; }
  .link-explorer .link-explorer__group {
    padding-top: 20px; }
    .link-explorer .link-explorer__group .link-explorer__group-heading {
      border-top: 2px solid #e0301e;
      color: #e0301e;
      margin-top: 0;
      margin-bottom: 20px;
      padding-top: 10px; }
      .page-secondary-col--orange .link-explorer .link-explorer__group .link-explorer__group-heading {
        border-top-color: #d04a02;
        color: #d04a02; }
      .page-secondary-col--red .link-explorer .link-explorer__group .link-explorer__group-heading {
        border-top-color: #e0301e;
        color: #e0301e; }
      .page-secondary-col--burgundy .link-explorer .link-explorer__group .link-explorer__group-heading {
        border-top-color: #a32020;
        color: #a32020; }
      .page-secondary-col--maroon .link-explorer .link-explorer__group .link-explorer__group-heading {
        border-top-color: #602320;
        color: #602320; }
      .page-secondary-col--rose .link-explorer .link-explorer__group .link-explorer__group-heading {
        border-top-color: #d93954;
        color: #d93954; }
      @media (min-width: 768px) {
        .link-explorer .link-explorer__group .link-explorer__group-heading {
          height: 5.716rem;
          /* on desktop set height in REMs to respond to browser font-size, renders as 80px by default.*/ } }
    @media (min-width: 768px) {
      .link-explorer .link-explorer__group {
        padding-top: 40px; } }
  .link-explorer .link-explorer__link, .link-explorer .link-explorer__link:link, .link-explorer .link-explorer__link:hover {
    /*	use styled underline	*/
    text-decoration: none; }
  .link-explorer .link-explorer__link {
    display: block;
    margin: 0;
    padding: 0 0 20px; }
    .link-explorer .link-explorer__link .link-explorer__link-text {
      border-bottom: 1px solid #ccc;
      color: #404041;
      cursor: pointer;
      display: inline;
      margin-top: 0;
      padding-bottom: 2px;
      text-decoration: none;
      transition: all 200ms ease-in-out; }
      @media (min-width: 768px) {
        .link-explorer .link-explorer__link .link-explorer__link-text {
          padding-bottom: 4px; } }
    .link-explorer .link-explorer__link:hover .link-explorer__link-text {
      border-bottom: 2px solid #e0301e;
      padding-bottom: 1px;
      text-decoration: none; }
      @media (min-width: 768px) {
        .link-explorer .link-explorer__link:hover .link-explorer__link-text {
          padding-bottom: 3px; } }
      .page-secondary-col--orange .link-explorer .link-explorer__link:hover .link-explorer__link-text {
        border-bottom-color: #d04a02; }
      .page-secondary-col--red .link-explorer .link-explorer__link:hover .link-explorer__link-text {
        border-bottom-color: #e0301e; }
      .page-secondary-col--burgundy .link-explorer .link-explorer__link:hover .link-explorer__link-text {
        border-bottom-color: #a32020; }
      .page-secondary-col--maroon .link-explorer .link-explorer__link:hover .link-explorer__link-text {
        border-bottom-color: #602320; }
      .page-secondary-col--rose .link-explorer .link-explorer__link:hover .link-explorer__link-text {
        border-bottom-color: #d93954; }
  .link-explorer .link-explorer__link-abstract {
    color: #6d6e71;
    display: block;
    line-height: 1.5em;
    margin-top: 8px; }
  @media (min-width: 992px) {
    .link-explorer.link-explorer--3-col .link-explorer__intro {
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .link-explorer.link-explorer--3-col .link-explorer__group {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .link-explorer.link-explorer--3-col .link-explorer__group {
      padding-top: 0px; } }
  .link-explorer.link-explorer--3-col .link-explorer__link-abstract {
    /*	additional css to prevent abstract in 3 column mode	*/
    display: none; }
  .link-explorer.component--col-dark {
    /*	Change colour of text / links when component has a brand colour applied */ }
    .link-explorer.component--col-dark .link-explorer__intro-heading {
      color: #fff; }
    .link-explorer.component--col-dark .link-explorer__intro-copy {
      display: none; }
    .link-explorer.component--col-dark .link-explorer__group .link-explorer__group-heading {
      color: #fff;
      border-top: 2px solid #fff; }
    .link-explorer.component--col-dark .link-explorer__link .link-explorer__link-text {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .link-explorer.component--col-dark .link-explorer__link:hover .link-explorer__link-text {
      border-bottom: 2px solid white; }
    .link-explorer.component--col-dark .link-explorer__link-abstract {
      /*	extra CSS to hide abstract for colour sections if server-side code cannot hide this element */
      display: none; }
  .link-explorer.component--col-grey {
    /* brand grey*/
    background: #736b53; }
  .page-primary-col--orange .link-explorer.component--col-primary {
    /* use  page primary : orange */
    background: #d04a02; }
  .page-secondary-col--orange .link-explorer.component--col-secondary {
    /* use page secondary : orange*/
    background: #d04a02; }
  .page-tertiary-col--orange .link-explorer.component--col-tertiary {
    /* use page tertiary : orange*/
    background: #d04a02; }
  .page-primary-col--red .link-explorer.component--col-primary {
    /* use  page primary : red */
    background: #e0301e; }
  .page-secondary-col--red .link-explorer.component--col-secondary {
    /* use page secondary : red*/
    background: #e0301e; }
  .page-tertiary-col--red .link-explorer.component--col-tertiary {
    /* use page tertiary : red*/
    background: #e0301e; }
  .page-primary-col--burgundy .link-explorer.component--col-primary {
    /* use  page primary : burgundy */
    background: #a32020; }
  .page-secondary-col--burgundy .link-explorer.component--col-secondary {
    /* use page secondary : burgundy*/
    background: #a32020; }
  .page-tertiary-col--burgundy .link-explorer.component--col-tertiary {
    /* use page tertiary : burgundy*/
    background: #a32020; }
  .page-primary-col--maroon .link-explorer.component--col-primary {
    /* use  page primary : maroon */
    background: #602320; }
  .page-secondary-col--maroon .link-explorer.component--col-secondary {
    /* use page secondary : maroon*/
    background: #602320; }
  .page-tertiary-col--maroon .link-explorer.component--col-tertiary {
    /* use page tertiary : maroon*/
    background: #602320; }
  .page-primary-col--rose .link-explorer.component--col-primary {
    /* use  page primary : rose */
    background: #d93954; }
  .page-secondary-col--rose .link-explorer.component--col-secondary {
    /* use page secondary : rose*/
    background: #d93954; }
  .page-tertiary-col--rose .link-explorer.component--col-tertiary {
    /* use page tertiary : rose*/
    background: #d93954; }

/*	end Link Explorer component
********************/
/*  Contacts collection 
********************/
.contacts-component {
  padding: 40px 0;
  /* Advanced Pagination */ }
  .contacts-component .contacts-component__heading {
    margin-bottom: 30px; }
  .contacts-component .contacts-component__heading-row {
    margin-bottom: 0px; }
  .contacts-component .contacts-component__heading-divider {
    border: none;
    margin: 0 0 15px;
    border-bottom: 2px solid #6d6e71; }
  .contacts-component .contacts-component__group-heading {
    margin: 0 0 30px;
    color: #6d6e71; }
  .contacts-component .media-card {
    padding-bottom: 30px; }
    .contacts-component .media-card .media-card__image {
      padding-right: 0;
      /* override grid padding */ }
      .contacts-component .media-card .media-card__image .img-responsive--stretch {
        display: block;
        height: auto;
        width: 100%; }
    .contacts-component .media-card .media-card__thumbnail {
      box-shadow: none;
      border: none;
      margin-bottom: 10px;
      padding: 0; }
      .contacts-component .media-card .media-card__thumbnail .thumbnail__clip {
        overflow: hidden;
        position: relative;
        width: 100%; }
      .contacts-component .media-card .media-card__thumbnail .thumbnail__clip-vert-center {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .contacts-component .media-card .media-card__social .media-card__social-link {
      display: inline-block; }
      .contacts-component .media-card .media-card__social .media-card__social-link .follow-icon {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin: 0; }
        .contacts-component .media-card .media-card__social .media-card__social-link .follow-icon--twitter {
          background: #05aced; }
        .contacts-component .media-card .media-card__social .media-card__social-link .follow-icon--linkedin {
          background: #007cb9; }
        .contacts-component .media-card .media-card__social .media-card__social-link .follow-icon--googleplus {
          background: #fff;
          border: 1px solid #ccc; }
        .contacts-component .media-card .media-card__social .media-card__social-link .follow-icon--has-pad {
          padding: 7px; }
      .contacts-component .media-card .media-card__social .media-card__social-link:hover .follow-icon--twitter {
        background: #0492c9; }
      .contacts-component .media-card .media-card__social .media-card__social-link:hover .follow-icon--linkedin {
        background: #00699d; }
      .contacts-component .media-card .media-card__social .media-card__social-link:hover .follow-icon--googleplus {
        background: #d9d9d9; }
    .contacts-component .media-card .media-card__content {
      padding-top: 15px; }
      .contacts-component .media-card .media-card__content .media-card__content-title, .contacts-component .media-card .media-card__content .media-card__content-tel, .contacts-component .media-card .media-card__content .media-card__content-email {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 0 5px; }
        .contacts-component .media-card .media-card__content .media-card__content-title a, .contacts-component .media-card .media-card__content .media-card__content-tel a, .contacts-component .media-card .media-card__content .media-card__content-email a {
          border-bottom: 1px solid #ccc;
          display: inline;
          padding-bottom: 2px;
          text-decoration: none;
          transition: all 200ms ease-in-out; }
          .contacts-component .media-card .media-card__content .media-card__content-title a:hover, .contacts-component .media-card .media-card__content .media-card__content-title a:focus, .contacts-component .media-card .media-card__content .media-card__content-tel a:hover, .contacts-component .media-card .media-card__content .media-card__content-tel a:focus, .contacts-component .media-card .media-card__content .media-card__content-email a:hover, .contacts-component .media-card .media-card__content .media-card__content-email a:focus {
            text-decoration: none;
            padding-bottom: 1px;
            border-bottom: 2px solid #e0301e;
            /* Loop to create colour variations */ }
            .page-primary-col--orange .contacts-component .media-card .media-card__content .media-card__content-title a:hover, .page-primary-col--orange .contacts-component .media-card .media-card__content .media-card__content-title a:focus, .page-primary-col--orange .contacts-component .media-card .media-card__content .media-card__content-tel a:hover, .page-primary-col--orange .contacts-component .media-card .media-card__content .media-card__content-tel a:focus, .page-primary-col--orange .contacts-component .media-card .media-card__content .media-card__content-email a:hover, .page-primary-col--orange .contacts-component .media-card .media-card__content .media-card__content-email a:focus {
              border-bottom: 2px solid #d04a02; }
            .page-primary-col--red .contacts-component .media-card .media-card__content .media-card__content-title a:hover, .page-primary-col--red .contacts-component .media-card .media-card__content .media-card__content-title a:focus, .page-primary-col--red .contacts-component .media-card .media-card__content .media-card__content-tel a:hover, .page-primary-col--red .contacts-component .media-card .media-card__content .media-card__content-tel a:focus, .page-primary-col--red .contacts-component .media-card .media-card__content .media-card__content-email a:hover, .page-primary-col--red .contacts-component .media-card .media-card__content .media-card__content-email a:focus {
              border-bottom: 2px solid #e0301e; }
            .page-primary-col--burgundy .contacts-component .media-card .media-card__content .media-card__content-title a:hover, .page-primary-col--burgundy .contacts-component .media-card .media-card__content .media-card__content-title a:focus, .page-primary-col--burgundy .contacts-component .media-card .media-card__content .media-card__content-tel a:hover, .page-primary-col--burgundy .contacts-component .media-card .media-card__content .media-card__content-tel a:focus, .page-primary-col--burgundy .contacts-component .media-card .media-card__content .media-card__content-email a:hover, .page-primary-col--burgundy .contacts-component .media-card .media-card__content .media-card__content-email a:focus {
              border-bottom: 2px solid #a32020; }
            .page-primary-col--maroon .contacts-component .media-card .media-card__content .media-card__content-title a:hover, .page-primary-col--maroon .contacts-component .media-card .media-card__content .media-card__content-title a:focus, .page-primary-col--maroon .contacts-component .media-card .media-card__content .media-card__content-tel a:hover, .page-primary-col--maroon .contacts-component .media-card .media-card__content .media-card__content-tel a:focus, .page-primary-col--maroon .contacts-component .media-card .media-card__content .media-card__content-email a:hover, .page-primary-col--maroon .contacts-component .media-card .media-card__content .media-card__content-email a:focus {
              border-bottom: 2px solid #602320; }
            .page-primary-col--rose .contacts-component .media-card .media-card__content .media-card__content-title a:hover, .page-primary-col--rose .contacts-component .media-card .media-card__content .media-card__content-title a:focus, .page-primary-col--rose .contacts-component .media-card .media-card__content .media-card__content-tel a:hover, .page-primary-col--rose .contacts-component .media-card .media-card__content .media-card__content-tel a:focus, .page-primary-col--rose .contacts-component .media-card .media-card__content .media-card__content-email a:hover, .page-primary-col--rose .contacts-component .media-card .media-card__content .media-card__content-email a:focus {
              border-bottom: 2px solid #d93954; }
    .contacts-component .media-card .media-card__heading {
      margin: 0;
      font-style: normal; }
      .contacts-component .media-card .media-card__heading a {
        border-bottom: 1px solid #ccc;
        display: inline;
        padding-bottom: 3px;
        text-decoration: none;
        transition: all 200ms ease-in-out; }
        .contacts-component .media-card .media-card__heading a:hover, .contacts-component .media-card .media-card__heading a:focus {
          border-bottom: 2px solid #e0301e;
          /* Loop to create colour variations */
          text-decoration: none;
          padding-bottom: 2px; }
          .page-primary-col--orange .contacts-component .media-card .media-card__heading a:hover, .page-primary-col--orange .contacts-component .media-card .media-card__heading a:focus {
            border-bottom: 2px solid #d04a02; }
          .page-primary-col--red .contacts-component .media-card .media-card__heading a:hover, .page-primary-col--red .contacts-component .media-card .media-card__heading a:focus {
            border-bottom: 2px solid #e0301e; }
          .page-primary-col--burgundy .contacts-component .media-card .media-card__heading a:hover, .page-primary-col--burgundy .contacts-component .media-card .media-card__heading a:focus {
            border-bottom: 2px solid #a32020; }
          .page-primary-col--maroon .contacts-component .media-card .media-card__heading a:hover, .page-primary-col--maroon .contacts-component .media-card .media-card__heading a:focus {
            border-bottom: 2px solid #602320; }
          .page-primary-col--rose .contacts-component .media-card .media-card__heading a:hover, .page-primary-col--rose .contacts-component .media-card .media-card__heading a:focus {
            border-bottom: 2px solid #d93954; }
    @media (min-width: 768px) {
      .contacts-component .media-card {
        height: 210px; } }
  .contacts-component .listing-filters {
    padding-top: 0;
    padding-bottom: 30px; }
    .contacts-component .listing-filters .form-group {
      display: inline-block;
      margin-right: 6px; }
    .contacts-component .listing-filters .listing-filters__select {
      background: #fff url("../../../images/icon-chevron-horizontal.png") right 15px center no-repeat;
      /* PNG fallback */
      background: #fff url("../../../images/icon-chevron-horizontal.svg") right 15px center no-repeat;
      background-size: 15px 15px;
      border: 1px solid #ccc;
      cursor: pointer;
      height: auto;
      line-height: 1.1em;
      min-width: 150px;
      padding-right: 40px;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 100%;
      border-radius: 0; }
      .contacts-component .listing-filters .listing-filters__select:hover {
        border-color: #404041; }
      .contacts-component .listing-filters .listing-filters__select:focus {
        outline: 1px dotted #212121;
        outline: -webkit-focus-ring-color auto 5px; }
  .contacts-component .contacts-component__pagination .btn--previous {
    float: left; }
    .contacts-component .contacts-component__pagination .btn--previous:before {
      content: "\003c"; }
  .contacts-component .contacts-component__pagination .btn--next {
    float: right; }
    .contacts-component .contacts-component__pagination .btn--next:after {
      content: "\003e"; }
  .contacts-component .contacts-component__pagination-wrapper {
    text-align: center; }
    .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination {
      display: inline-block;
      margin: 0; }
      .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li {
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 0;
        padding: 5px;
        font-family: arial, serif;
        font-size: 1.286rem;
        float: left; }
        .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.active {
          background: #e0301e;
          border-bottom: 1px solid #e0301e;
          color: #fff;
          /* Loop to create colour variations */ }
          .page-primary-col--orange .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.active {
            background: #d04a02;
            border-bottom: 1px solid #d04a02; }
          .page-primary-col--red .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.active {
            background: #e0301e;
            border-bottom: 1px solid #e0301e; }
          .page-primary-col--burgundy .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.active {
            background: #a32020;
            border-bottom: 1px solid #a32020; }
          .page-primary-col--maroon .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.active {
            background: #602320;
            border-bottom: 1px solid #602320; }
          .page-primary-col--rose .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.active {
            background: #d93954;
            border-bottom: 1px solid #d93954; }
        .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous {
          margin-left: 0;
          margin-right: 5px; }
          .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous a {
            margin-left: 5px; }
          .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left {
            position: relative; }
            .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:before, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:after {
              left: -7px; }
            .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:before {
              -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
              -ms-transform: translate(0, 0) rotate(-45deg);
              transform: translate3d(0, 0, 0) rotate(-45deg); }
            .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:after {
              -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
              -ms-transform: translate(0, 0) rotate(45deg);
              transform: translate3d(0, 0, 0) rotate(45deg); }
        .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next {
          margin-left: 10px; }
          .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next a {
            margin-right: 5px; }
          .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right {
            position: relative;
            float: right; }
            .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right:before {
              -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
              -ms-transform: translate(0, 0) rotate(45deg);
              transform: translate3d(0, 0, 0) rotate(45deg); }
            .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right:after {
              -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
              -ms-transform: translate(0, 0) rotate(-45deg);
              transform: translate3d(0, 0, 0) rotate(-45deg); }
        .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:before, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:after, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right:before, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right:after {
          content: '';
          display: block;
          position: absolute;
          width: 7px;
          height: 1px;
          background: #404041; }
        .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:before, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right:before {
          top: 5px; }
          @media (min-width: 768px) {
            .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:before, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right:before {
              top: 7px; } }
        .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:after, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right:after {
          top: 10px; }
          @media (min-width: 768px) {
            .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__previous .css-arrow--left:after, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li.advanced-pagination__next .css-arrow--right:after {
              top: 12px; } }
        .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li a {
          border-bottom: 1px solid #ccc;
          color: #404041;
          cursor: pointer;
          padding-bottom: 2px;
          text-decoration: none;
          -ms-transition: all 200ms ease-in-out;
          -webkit-transition: all 200ms ease-in-out;
          -moz-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
          @media (min-width: 768px) {
            .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li a {
              padding-bottom: 4px; } }
          .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li a:hover, .contacts-component .contacts-component__pagination-wrapper .contacts-component__advanced-pagination li a:focus {
            border-bottom: 2px solid #e0301e; }
  .contacts-component.contacts-component--condensed {
    padding: 0;
    /*  padding will be applied by the parent Column control column */ }
    .dpe-parsys-col--50 .contacts-component.contacts-component--condensed .media-card, .dpe-parsys-col--33 .contacts-component.contacts-component--condensed .media-card {
      width: 100%;
      /* force contact item to be 100% in narrow columns */ }
    @media (min-width: 768px) {
      .contacts-component.contacts-component--condensed .media-card {
        height: auto;
        /*    do not apply fixed height: */ } }

/*  include fix for DPE version of componentColours*/
.contactscollection .media-card .text-component p.small-copy {
  margin-bottom: 2px; }

.contacts-component .media-card .media-card__thumbnail .thumbnail__clip {
  padding-top: 0;
  background: none; }

/*  end Contacts collection 
********************/
.contact-detail {
  padding-top: 40px;
  padding-bottom: 40px; }
  .contact-detail .contact-detail__content {
    padding-bottom: 40px; }
  .contact-detail .contact-detail__text-link {
    display: inline;
    color: #404041;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    text-decoration: none;
    transition: all 200ms ease-in-out; }
    .contact-detail .contact-detail__text-link:hover, .contact-detail .contact-detail__text-link:focus {
      text-decoration: none;
      padding-bottom: 3px;
      color: #404041;
      border-bottom: 2px solid #e0301e; }
      .page-primary-col--orange .contact-detail .contact-detail__text-link:hover, .page-primary-col--orange .contact-detail .contact-detail__text-link:focus {
        border-bottom: 2px solid #d04a02; }
      .page-primary-col--red .contact-detail .contact-detail__text-link:hover, .page-primary-col--red .contact-detail .contact-detail__text-link:focus {
        border-bottom: 2px solid #e0301e; }
      .page-primary-col--burgundy .contact-detail .contact-detail__text-link:hover, .page-primary-col--burgundy .contact-detail .contact-detail__text-link:focus {
        border-bottom: 2px solid #a32020; }
      .page-primary-col--maroon .contact-detail .contact-detail__text-link:hover, .page-primary-col--maroon .contact-detail .contact-detail__text-link:focus {
        border-bottom: 2px solid #602320; }
      .page-primary-col--rose .contact-detail .contact-detail__text-link:hover, .page-primary-col--rose .contact-detail .contact-detail__text-link:focus {
        border-bottom: 2px solid #d93954; }
    @media (max-width: 768px) {
      .contact-detail .contact-detail__text-link {
        padding-bottom: 2px; }
        .contact-detail .contact-detail__text-link:hover, .contact-detail .contact-detail__text-link:focus {
          padding-bottom: 1px; } }
  .contact-detail .contact-detail__bio h1:first-of-type {
    margin-top: 0; }
  .contact-detail .contact-detail__bio .lead:first-of-type {
    margin-bottom: 20px; }
  .contact-detail .contact-detail__panel {
    margin-right: 0;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .contact-detail .contact-detail__panel {
        margin-left: 0; } }
    .contact-detail .contact-detail__panel li {
      line-height: 1.3em;
      /*  increase line-height in case tag wraps to multiple lines */
      list-style: none; }
    .contact-detail .contact-detail__panel.contact-detail__contact-info {
      border-top: 4px solid #e0301e; }
      .page-primary-col--orange .contact-detail .contact-detail__panel.contact-detail__contact-info {
        border-top: 4px solid #d04a02; }
      .page-primary-col--red .contact-detail .contact-detail__panel.contact-detail__contact-info {
        border-top: 4px solid #e0301e; }
      .page-primary-col--burgundy .contact-detail .contact-detail__panel.contact-detail__contact-info {
        border-top: 4px solid #a32020; }
      .page-primary-col--maroon .contact-detail .contact-detail__panel.contact-detail__contact-info {
        border-top: 4px solid #602320; }
      .page-primary-col--rose .contact-detail .contact-detail__panel.contact-detail__contact-info {
        border-top: 4px solid #d93954; }
      .contact-detail .contact-detail__panel.contact-detail__contact-info .contact-detail__contact-info__text {
        padding-left: 0;
        padding-right: 0; }
      .contact-detail .contact-detail__panel.contact-detail__contact-info h2 {
        color: #e0301e; }
        .page-primary-col--orange .contact-detail .contact-detail__panel.contact-detail__contact-info h2 {
          color: #d04a02; }
        .page-primary-col--red .contact-detail .contact-detail__panel.contact-detail__contact-info h2 {
          color: #e0301e; }
        .page-primary-col--burgundy .contact-detail .contact-detail__panel.contact-detail__contact-info h2 {
          color: #a32020; }
        .page-primary-col--maroon .contact-detail .contact-detail__panel.contact-detail__contact-info h2 {
          color: #602320; }
        .page-primary-col--rose .contact-detail .contact-detail__panel.contact-detail__contact-info h2 {
          color: #d93954; }
      .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social {
        margin: 15px 0 0; }
        .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link {
          display: inline-block; }
          .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link .follow-icon {
            width: 30px;
            height: 30px;
            display: inline-block;
            margin: 0; }
            .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link .follow-icon--twitter {
              background: #05aced; }
            .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link .follow-icon--linkedin {
              background: #007cb9; }
            .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link .follow-icon--googleplus {
              background: #fff;
              border: 1px solid #ccc; }
            .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link .follow-icon--has-pad {
              padding: 7px; }
          .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link:hover .follow-icon--twitter {
            background: #0492c9; }
          .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link:hover .follow-icon--linkedin {
            background: #00699d; }
          .contact-detail .contact-detail__panel.contact-detail__contact-info .contact__social .contact__social-link:hover .follow-icon--googleplus {
            background: #adadad; }
    .contact-detail .contact-detail__panel.contact-detail__contact-tags {
      border-top: 4px solid #a32020; }
      .page-secondary-col--orange .contact-detail .contact-detail__panel.contact-detail__contact-tags {
        border-top: 4px solid #d04a02; }
      .page-secondary-col--red .contact-detail .contact-detail__panel.contact-detail__contact-tags {
        border-top: 4px solid #e0301e; }
      .page-secondary-col--burgundy .contact-detail .contact-detail__panel.contact-detail__contact-tags {
        border-top: 4px solid #a32020; }
      .page-secondary-col--maroon .contact-detail .contact-detail__panel.contact-detail__contact-tags {
        border-top: 4px solid #602320; }
      .page-secondary-col--rose .contact-detail .contact-detail__panel.contact-detail__contact-tags {
        border-top: 4px solid #d93954; }
      .contact-detail .contact-detail__panel.contact-detail__contact-tags h2 {
        color: #a32020; }
        .page-secondary-col--orange .contact-detail .contact-detail__panel.contact-detail__contact-tags h2 {
          color: #d04a02; }
        .page-secondary-col--red .contact-detail .contact-detail__panel.contact-detail__contact-tags h2 {
          color: #e0301e; }
        .page-secondary-col--burgundy .contact-detail .contact-detail__panel.contact-detail__contact-tags h2 {
          color: #a32020; }
        .page-secondary-col--maroon .contact-detail .contact-detail__panel.contact-detail__contact-tags h2 {
          color: #602320; }
        .page-secondary-col--rose .contact-detail .contact-detail__panel.contact-detail__contact-tags h2 {
          color: #d93954; }
      @media (max-width: 768px) {
        .contact-detail .contact-detail__panel.contact-detail__contact-tags .contact-detail__sub-column {
          /* Space between column when stacked on mobile devices */
          margin-bottom: 15px;
          padding-left: 0; } }
  @media (min-width: 992px) {
    .contact-detail {
      padding-top: 110px;
      padding-bottom: 100px; }
    .contact-detail .contact-detail__content {
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .contact-detail .contact-detail__sub-column:nth-child(odd) {
      padding-left: 0;
      clear: left; }
    .contact-detail .contact-detail__sub-column:nth-child(even) {
      padding-right: 0; } }
  .contact-detail .generic-social {
    padding: 10px 0; }
    .contact-detail .generic-social .generic-social__social-link {
      display: inline-block;
      margin-right: 4px;
      text-decoration: none; }
  .contact-detail .sub-comp--horiz-links .sub-comp--horiz-links__link {
    /* tweak spacing on language selector links in this component */ }
    @media (min-width: 768px) {
      .contact-detail .sub-comp--horiz-links .sub-comp--horiz-links__link {
        margin-right: 15px; } }

/*  by default all blocks are forced to stack   */
 /*.contact-detail {
     .contact-detail__panel.contact-detail__contact-tags {
         .contact-detail__sub-column {
         padding-bottom: 10px;    /* always have some bottom padding on each block 
         padding-left: 15px;
         padding-right: 15px;
         width: 100%;
             @media( min-width: 992px) {
                 & {
                 padding-left: 0;
                 }
             }
         }
     }

     &.contact-detail--has-js  {
         .contact-detail__panel.contact-detail__contact-tags {
             .contact-detail__sub-column {
                 @media( min-width: 768px) {
                     & {
                     padding-bottom: 20px; /*    increase padding when arrange into blocks 
                     width: 50%; /*  reinstate 50% width: 
                     } 

                     &.contact-detail__sub-column--right {
                     padding-right: 0;
                     }
                 }

                 @media( min-width: 992px) {
                     &.contact-detail__sub-column--right {
                     padding-left: 15px; /* reinstate padding for right hand blocks

                     }
                 }
             }
         }

     }
}*/
/*  Global footer component
********************/
.glb-footer {
  background: #6d6e71;
  padding: 40px 0; }
  .glb-footer .simple-breadcrumb-component {
    margin-bottom: 30px; }
  .glb-footer .glb-footer__block {
    border-top: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 20px; }
    .glb-footer .glb-footer__block a, .glb-footer .glb-footer__block a:link, .glb-footer .glb-footer__block a:visited, .glb-footer .glb-footer__block a:hover {
      color: #fff;
      text-decoration: none; }
    .glb-footer .glb-footer__block a:hover, .glb-footer .glb-footer__block a:focus {
      text-decoration: underline; }
    .glb-footer .glb-footer__block a.glb-footer__link {
      display: block;
      line-height: 1.5em; }
    .glb-footer .glb-footer__block a.glb-footer__link--l1 {
      font-size: 1.286rem;
      line-height: 1.2em;
      margin-bottom: 20px; }
    .glb-footer .glb-footer__block a.glb-footer__link--l2 {
      font-size: 0.86rem;
      font-weight: bold;
      margin-bottom: 14px; }
    .glb-footer .glb-footer__block a.glb-footer__link--l3 {
      font-size: 0.86rem;
      margin-bottom: 8px; }
    .glb-footer .glb-footer__block a.glb-footer__link--l2 + a.glb-footer__link--l3 {
      margin-top: -4px; }
  .glb-footer .glb-footer__disclaimer {
    border-top: 1px solid #fff;
    margin-top: 80px;
    padding-top: 10px; }
  .glb-footer .glb-footer__disclaimer p {
    color: #fff;
    font-size: 0.857rem; }
    .glb-footer .glb-footer__disclaimer p a, .glb-footer .glb-footer__disclaimer p a:link, .glb-footer .glb-footer__disclaimer p a:visited {
      color: #fff;
      text-decoration: none; }
    .glb-footer .glb-footer__disclaimer p a:hover {
      color: #fff;
      text-decoration: underline; }
  .glb-footer .glb-footer__disclaimer-links {
    color: #fff;
    list-style: none;
    margin-bottom: 0;
    padding-top: 20px; }
  .glb-footer .glb-footer__disclaimer-links li a, .glb-footer .glb-footer__disclaimer-links li a:link, .glb-footer .glb-footer__disclaimer-links li a:visited {
    color: #fff;
    font-size: 1rem;
    text-decoration: none; }
  .glb-footer .glb-footer__disclaimer-links li a:hover {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .glb-footer .glb-footer__disclaimer-links li {
      display: inline-block;
      margin-right: 30px; }
      .glb-footer .glb-footer__disclaimer-links li a, .glb-footer .glb-footer__disclaimer-links li a:link, .glb-footer .glb-footer__disclaimer-links li a:visited {
        font-size: 0.857rem; } }
  @media (max-width: 767px) {
    .glb-footer {
      /*	on mobile keep the font sizes the same */ }
      .glb-footer .simple-breadcrumb-component {
        margin-bottom: 10px; }
      .glb-footer .glb-footer__block a.glb-footer__link--l1 {
        font-size: 1.5rem; }
      .glb-footer .glb-footer__block a.glb-footer__link--l2 {
        font-size: 1.0rem; }
      .glb-footer .glb-footer__block a.glb-footer__link--l3 {
        font-size: 1.0rem; }
      .glb-footer .glb-footer__disclaimer p {
        font-size: 1rem; } }

.glb-footer__block--reduced .glb-footer__block {
  border-top: none;
  padding-top: 0; }
  .glb-footer__block--reduced .glb-footer__block:after {
    content: "";
    clear: both;
    display: table; }
.glb-footer__block--reduced.glb-footer .glb-footer__block a.glb-footer__link {
  display: block;
  float: left;
  margin-right: 25px; }
  @media (max-width: 767px) {
    .glb-footer__block--reduced.glb-footer .glb-footer__block a.glb-footer__link {
      clear: both; } }
  @media (min-width: 768px) {
    .glb-footer__block--reduced.glb-footer .glb-footer__block a.glb-footer__link:last-of-type {
      margin-right: 0; } }
.glb-footer__block--reduced.glb-footer .glb-footer__disclaimer {
  margin-top: 0; }
.glb-footer__block--reduced.glb-footer .simple-breadcrumb-component {
  margin-bottom: 20px; }

/*  end Global footer component
********************/
/*  Global footer breadcrumb
********************/
.glb-footer .simple-breadcrumb-component {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  .glb-footer .simple-breadcrumb-component.simple-breadcrumb-component--dark-bg {
    background: none;
    box-shadow: none; }
.glb-footer .breadcrumbMenu {
  display: none; }
.glb-footer .simple-breadcrumb-component .breadcrumb {
  padding-top: 12px;
  padding-bottom: 0;
  color: #968c6d;
  font-weight: normal;
  margin-bottom: 0px;
  background: transparent;
  white-space: nowrap; }
.glb-footer .simple-breadcrumb-component .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 20px;
  padding-right: 10px;
  vertical-align: top;
  /* reset certain CSS properties to override styling applied to global header breadcrumb	*/
  height: auto;
  opacity: 1;
  overflow: visible;
  width: auto; }
.glb-footer .simple-breadcrumb-component .breadcrumb li a {
  font-size: 0.92rem;
  text-decoration: none; }
.glb-footer .simple-breadcrumb-component .breadcrumb li a:hover {
  text-decoration: underline; }
.glb-footer .simple-breadcrumb-component--dark-bg .breadcrumb li a {
  color: #fff; }
.glb-footer .simple-breadcrumb-component .breadcrumb li + li:before {
  background: url("../../../images/breadcrumb__arrow--lightgrey.png") 0 0 no-repeat;
  height: 15px;
  content: " ";
  display: inline-block;
  margin: 0 20px -3px 10px;
  color: #c7c8ca;
  padding: 0;
  width: 8px; }
.glb-footer .simple-breadcrumb-component .breadcrumb li + li:after {
  content: " ";
  display: none; }
@media (max-width: 767px) {
  .glb-footer .simple-breadcrumb-component {
    padding-left: 0;
    /*	remove padding to allow edge to edge scrolling */
    padding-right: 0;
    /*	remove padding to allow edge to edge scrolling */ }
  .glb-footer .simple-breadcrumb-component .breadcrumb {
    margin-bottom: 10px;
    overflow: initial;
    padding-right: 0;
    padding-left: 0; }
  .glb-footer .simple-breadcrumb-component .breadcrumb-component__scroll-pane {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .glb-footer .simple-breadcrumb-component .breadcrumb-component__scroll-fade {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1000; }
  .glb-footer .simple-breadcrumb-component .breadcrumb-component__scroll-fade--left {
    -webkit-box-shadow: inset 15px 0px 15px 0px #6d6e73;
    -moz-box-shadow: inset 15px 0px 15px 0px #6d6e73;
    box-shadow: inset 15px 0px 15px 0px #6d6e73;
    right: 100%;
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .glb-footer .simple-breadcrumb-component--hide-fade-l .breadcrumb-component__scroll-fade--left {
    display: none; }
  .glb-footer .simple-breadcrumb-component .breadcrumb-component__scroll-fade--right {
    -webkit-box-shadow: inset -15px 0px 15px 0px #6d6e73;
    -webkit-box-shadow: inset -15px 0px 15px 0px #6d6e73;
    box-shadow: inset -15px 0px 15px 0 #6d6e73;
    right: 0%; }
  .glb-footer .simple-breadcrumb-component--hide-fade-r .breadcrumb-component__scroll-fade--right {
    display: none; }
  .glb-footer .simple-breadcrumb-component .breadcrumb li {
    margin: 10px; }
  .glb-footer .simple-breadcrumb-component .breadcrumb li a {
    font-size: 1.076rem;
    padding: 5px; }
  .glb-footer .simple-breadcrumb-component .breadcrumb li + li:before {
    margin: 0 20px -3px -5px; } }
@media (min-width: 768px) {
  .glb-footer .simple-breadcrumb-component .breadcrumb {
    white-space: normal;
    /* this will change when new breadcrumb is implemented */ }
  .glb-footer .simple-breadcrumb-component__scroll-pane {
    overflow: visible; } }

/*  end Global footer breadcrumb
********************/
/*	Stat bar component
********************/
.stat-bar {
  padding: 0;
  background: #a32020; }
  .page-secondary-col--orange .stat-bar {
    background: #d04a02; }
  .page-secondary-col--red .stat-bar {
    background: #e0301e; }
  .page-secondary-col--burgundy .stat-bar {
    background: #a32020; }
  .page-secondary-col--maroon .stat-bar {
    background: #602320; }
  .page-secondary-col--rose .stat-bar {
    background: #d93954; }
  @media (min-width: 992px) {
    .stat-bar {
      padding: 20px 0; } }
  .stat-bar.stat-bar--no-pad {
    padding: 0; }
  .stat-bar .stat-bar__listing {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .stat-bar .stat-bar__listing {
        display: table; } }
  .stat-bar .stat-bar__item {
    border-top: 2px solid #fff;
    margin: 0;
    min-height: 0;
    padding: 10px 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .stat-bar .stat-bar__item {
        display: table-cell;
        float: none;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      .stat-bar .stat-bar__item {
        padding-top: 0;
        border-top: none;
        border-right: 1px solid #fff; } }
    .stat-bar .stat-bar__item p {
      color: #fff;
      margin: 0; }
    .stat-bar .stat-bar__item .stat-bar__stat {
      margin: 0 0 6px; }
    .stat-bar .stat-bar__item .stat-bar__stat-small {
      font-weight: bold;
      line-height: 1.3em;
      margin: 0; }
      @media (min-width: 768px) {
        .stat-bar .stat-bar__item .stat-bar__stat-small {
          display: block;
          margin-bottom: 0;
          word-break: break-word; } }
    .stat-bar .stat-bar__item .stat-bar__label {
      font-family: arial, serif;
      font-style: italic;
      font-size: 1.142rem;
      margin: 0 0 10px;
      padding: 0; }
      @media (min-width: 992px) {
        .stat-bar .stat-bar__item .stat-bar__label {
          margin: 0; } }
    .stat-bar .stat-bar__item .stat-bar__source {
      bottom: auto;
      left: 0;
      margin: 10px 0 15px;
      position: relative;
      right: 0; }
      @media (min-width: 992px) {
        .stat-bar .stat-bar__item .stat-bar__source {
          margin: 20px 0 0; } }
      .stat-bar .stat-bar__item .stat-bar__source a, .stat-bar .stat-bar__item .stat-bar__source a:link {
        border-bottom: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        transition: all 200ms ease-in-out; }
      .stat-bar .stat-bar__item .stat-bar__source a:hover {
        border-bottom: 2px solid #fff; }
  .stat-bar.stat-bar--2-items .stat-bar__item .stat-bar__stat-small {
    display: inline;
    /* 2 items rendition: Stats wrap on same line, never stacks */ }
  .flexbox .stat-bar .stat-bar__listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flexbox .stat-bar .stat-bar__listing .stat-bar__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .stat-bar .stat-bar__listing .stat-bar__item .stat-bar__item-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .flexbox .stat-bar .stat-bar__stat {
    /* Stats are more responsive to the whitespace available using flexbox. 
       Primary/small stat will wrap on the same line when possible. 
       If the small stat can't fit, it will wrap onto a new line */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    margin-bottom: 6px;
    padding: 0; }
    .flexbox .stat-bar .stat-bar__stat .stat-bar__stat-primary {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 0.714rem; }
    .flexbox .stat-bar .stat-bar__stat .stat-bar__stat-small {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .flexbox .stat-bar.stat-bar--4-items .stat-bar__item {
      width: 50%;
      border-top: none;
      border-right: 1px solid #fff; }
    .flexbox .stat-bar.stat-bar--4-items .stat-bar__item:first-of-type {
      border-bottom: 1px solid #fff; }
    .flexbox .stat-bar.stat-bar--4-items .stat-bar__item:nth-of-type(2) {
      border-bottom: 1px solid #fff; }
    .flexbox .stat-bar.stat-bar--4-items .stat-bar__item:nth-of-type(2n+2) {
      border-right: none; } }
  @media (min-width: 768px) {
    .stat-bar .stat-bar__item {
      border-top: none;
      border-bottom: none;
      border-right: 1px solid #fff; }
      .stat-bar .stat-bar__item:last-of-type {
        border-right: none; }
    .stat-bar.stat-bar--2-items .stat-bar__item {
      width: 50%; }
    .stat-bar.stat-bar--3-items .stat-bar__item {
      width: 33%; }
    .stat-bar.stat-bar--4-items .stat-bar__item {
      width: 25%; } }
  @media (min-width: 992px) {
    .stat-bar.stat-bar--4-items .stat-bar__item {
      width: 25%;
      border-top: none;
      border-bottom: none;
      border-right: 1px solid #fff; }
    .stat-bar.stat-bar--4-items .stat-bar__item:nth-of-type(2n+2) {
      border-right: 1px solid #fff; }
    .stat-bar.stat-bar--4-items .stat-bar__item:first-of-type,
    .stat-bar.stat-bar--4-items .stat-bar__item:nth-of-type(2) {
      border-bottom: none; }
    .stat-bar.stat-bar--4-items .stat-bar__item:last-of-type {
      border-right: none; } }

/*	end Stat bar component
********************/
/* BEGIN feature content component */
.feature-content {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .feature-content {
      padding-bottom: 40px; } }
  .feature-content .feature-content__panel {
    position: relative;
    min-height: 300px;
    min-height: 21.43rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff;
    margin-bottom: 0px;
    text-decoration: none; }
    .feature-content .feature-content__panel .feature-content__text {
      color: #fff;
      padding: 10px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.75);
      transition: all 0.5s ease;
      height: 50%; }
      .feature-content .feature-content__panel .feature-content__text .feature-content__heading {
        margin: 5px 0 10px;
        color: #fff;
        font-style: normal; }
      .feature-content .feature-content__panel .feature-content__text p {
        color: #fff; }
    .feature-content .feature-content__panel:hover, .feature-content .feature-content__panel:focus {
      text-decoration: none; }
      .feature-content .feature-content__panel:hover .feature-content__text, .feature-content .feature-content__panel:focus .feature-content__text {
        background: #a32020; }
        .page-secondary-col--orange .feature-content .feature-content__panel:hover .feature-content__text, .page-secondary-col--orange .feature-content .feature-content__panel:focus .feature-content__text {
          background: #d04a02; }
        .page-secondary-col--red .feature-content .feature-content__panel:hover .feature-content__text, .page-secondary-col--red .feature-content .feature-content__panel:focus .feature-content__text {
          background: #e0301e; }
        .page-secondary-col--burgundy .feature-content .feature-content__panel:hover .feature-content__text, .page-secondary-col--burgundy .feature-content .feature-content__panel:focus .feature-content__text {
          background: #a32020; }
        .page-secondary-col--maroon .feature-content .feature-content__panel:hover .feature-content__text, .page-secondary-col--maroon .feature-content .feature-content__panel:focus .feature-content__text {
          background: #602320; }
        .page-secondary-col--rose .feature-content .feature-content__panel:hover .feature-content__text, .page-secondary-col--rose .feature-content .feature-content__panel:focus .feature-content__text {
          background: #d93954; }
  .feature-content.feature-content--no-image .feature-content__panel {
    padding: 0;
    transition: all 0.5s ease;
    background: #a32020;
    min-height: 182px;
    min-height: 13rem; }
    @media (max-width: 767px) {
      .feature-content.feature-content--no-image .feature-content__panel {
        min-height: 0; } }
    .page-secondary-col--orange .feature-content.feature-content--no-image .feature-content__panel {
      background: #d04a02; }
    .page-secondary-col--red .feature-content.feature-content--no-image .feature-content__panel {
      background: #e0301e; }
    .page-secondary-col--burgundy .feature-content.feature-content--no-image .feature-content__panel {
      background: #a32020; }
    .page-secondary-col--maroon .feature-content.feature-content--no-image .feature-content__panel {
      background: #602320; }
    .page-secondary-col--rose .feature-content.feature-content--no-image .feature-content__panel {
      background: #d93954; }
    .feature-content.feature-content--no-image .feature-content__panel:before {
      content: '';
      display: inline-block;
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      z-index: -1; }
    .feature-content.feature-content--no-image .feature-content__panel .feature-content__heading {
      display: inline;
      padding-bottom: 2px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .page-secondary-col--orange .feature-content.feature-content--no-image .feature-content__panel:hover, .page-secondary-col--orange .feature-content.feature-content--no-image .feature-content__panel:focus {
      background: #b13f02; }
    .page-secondary-col--red .feature-content.feature-content--no-image .feature-content__panel:hover, .page-secondary-col--red .feature-content.feature-content--no-image .feature-content__panel:focus {
      background: #be291a; }
    .page-secondary-col--burgundy .feature-content.feature-content--no-image .feature-content__panel:hover, .page-secondary-col--burgundy .feature-content.feature-content--no-image .feature-content__panel:focus {
      background: #8b1b1b; }
    .page-secondary-col--maroon .feature-content.feature-content--no-image .feature-content__panel:hover, .page-secondary-col--maroon .feature-content.feature-content--no-image .feature-content__panel:focus {
      background: #521e1b; }
    .page-secondary-col--rose .feature-content.feature-content--no-image .feature-content__panel:hover, .page-secondary-col--rose .feature-content.feature-content--no-image .feature-content__panel:focus {
      background: #b93147; }
    .feature-content.feature-content--no-image .feature-content__panel:hover .feature-content__text, .feature-content.feature-content--no-image .feature-content__panel:focus .feature-content__text {
      background: transparent; }
    .feature-content.feature-content--no-image .feature-content__panel:hover .feature-content__heading, .feature-content.feature-content--no-image .feature-content__panel:focus .feature-content__heading {
      border-bottom: 2px solid white; }
    .feature-content.feature-content--no-image .feature-content__panel .feature-content__text {
      background: transparent;
      position: relative;
      bottom: auto;
      padding-top: 20px;
      padding-bottom: 20px; }
    .feature-content.feature-content--no-image .feature-content__panel .feature-content__text p {
      padding-top: 12px; }

/* END feature content component */
/*	Promo Grid
********************/
@media (min-width: 768px) {
  .flexbox .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item .promo-grid__image {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; }
  .flexbox .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__block-item--half {
    -webkit-box-flex: 2 1 0;
    -webkit-flex: 2 1 0;
    -ms-flex: 2 1 0;
    flex: 2 1 0; }
    .flexbox .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__block-item--half .promo-grid__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row; }
    .flexbox .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__block-item--half .promo-grid__content {
      flex-grow: 0; }
  .flexbox .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__quarter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row; }

  .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item .promo-grid__link {
    position: relative; }
  .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item .promo-grid__image {
    position: absolute;
    top: 0;
    bottom: 0; }
  .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__quarter-item {
    margin-top: 30px; } }
@media (min-width: 992px) {
  .flexbox .promo-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row; }
    .flexbox .promo-grid .promo-grid__block.promo-grid__block--2-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
    .flexbox .promo-grid .promo-grid__block .promo-grid__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .flexbox .promo-grid .promo-grid__block .promo-grid__link .promo-grid__image {
        -webkit-box-flex: 0 1 0;
        -webkit-flex: 0 1 0;
        -ms-flex: 0 1 0;
        flex: 0 1 0; }

  .promo-grid {
    margin-left: -30px; }
    .promo-grid .promo-grid__block {
      margin-left: 30px;
      width: 50%;
      margin-bottom: 0;
      float: left; }
      .promo-grid .promo-grid__block.promo-grid__block--2-items {
        margin-top: -30px; } }
.promo-grid .promo-grid__block {
  padding: 0; }
  .promo-grid .promo-grid__block.promo-grid__block--full .promo-grid__image {
    width: 100%;
    height: auto;
    display: block; }
  .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item {
    margin-top: 30px;
    margin-bottom: 0; }
    .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item a .serif {
      font-size: 1.142rem;
      /* 16px */
      line-height: 1.4em;
      font-style: italic; }
    .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item .promo-grid__image {
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      padding: 0; }
      @media (max-width: 767px) {
        .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item .promo-grid__image {
          background: none; } }
      .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item .promo-grid__image img {
        display: none; }
        @media (max-width: 767px) {
          .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item .promo-grid__image img {
            display: block;
            width: 100%; } }
    .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__block-item--half .promo-grid__link {
      width: 100%; }
      .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__block-item--half .promo-grid__link .promo-grid__content {
        padding: 20px 20px 75px; }
      .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__block-item--half .promo-grid__link .promo-grid__image {
        background-position: 65% 50%; }
        @media (max-width: 767px) {
          .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__block-item--half .promo-grid__link .promo-grid__image {
            background: none; } }
    .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__quarter-item {
      margin-top: 30px; }
    .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__quarter-item .promo-grid__link {
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .promo-grid .promo-grid__block.promo-grid__block--2-items .promo-grid__block-item.promo-grid__quarter-item .promo-grid__link .promo-grid__content span.serif {
          display: none; } }
  .promo-grid .promo-grid__block .promo-grid__link {
    height: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out; }
    .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content {
      padding: 20px;
      display: block; }
      .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content span {
        font-family: arial, serif; }
      .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content span.h3, .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content span.h4, .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content span.h5, .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content span.lead {
        display: block;
        margin-top: 0; }
      .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content span.h4 {
        line-height: 1.2em; }
      .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content span.h3, .promo-grid .promo-grid__block .promo-grid__link .promo-grid__content span.h5 {
        margin-bottom: 5px; }
.promo-grid .bg-burgundy {
  background: #a32020; }
  .promo-grid .bg-burgundy:hover {
    background: #8b1b1b; }
.promo-grid .bg-maroon {
  background: #602320; }
  .promo-grid .bg-maroon:hover {
    background: #521e1b; }
.promo-grid .bg-orange {
  background: #d04a02; }
  .promo-grid .bg-orange:hover {
    background: #b13f02; }
.promo-grid .bg-rose {
  background: #d93954; }
  .promo-grid .bg-rose:hover {
    background: #b93147; }
.promo-grid .bg-red {
  background: #e0301e; }
  .promo-grid .bg-red:hover {
    background: #bf291a; }
.promo-grid .bg-grey {
  background: #f2f2f2; }
  .promo-grid .bg-grey:hover {
    background: #fff; }
  .promo-grid .bg-grey .promo-grid__content {
    border: 1px solid #ccc; }
  .promo-grid .bg-grey span {
    color: #404041; }

/*	end Collection feed
*******************/
/*
    Unminified development version of the datepicker stylesheet. Please use the
    minified version in production (remember to run a find/replace on the
    file to update the image locations to suit your installation).
*/
/*
    Hide the datepickers associated input by using a className
*/
.fd-hidden-input {
  display: none; }

/*
    Screen reader class - used to hide spans inside each cell from the visual
    display. See: http://webaim.org/techniques/css/invisiblecontent/
*/
.fd-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

/*
    The wrapper div
*/
.date-picker {
  position: absolute;
  z-index: 9999;
  text-align: center;
  width: 350px;
  /*height: 525px;*/
    /*
    Change the font-size to suit your needs. The following line is for the demo
    that has a 14px font-size defined on the body tag.

    All other rules are "em" based and inherit from the font-size set here.
    */
  font: 900 0.8em/1em 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

input.select_date {
  width: 80%;
  float: left;
  /*min-height: 2.625em;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.625em; }

/*
    Styles for the static datePickers
*/
.static-datepicker {
  position: relative;
  top: 5px;
  left: 0;
  margin-bottom: 1.5em; }

/*
    The iframe hack to cover selectlists in IE6
*/
.iehack {
  position: absolute;
  background: #fff;
  z-index: 9998;
  padding: 0;
  margin: 0;
  border: 0;
  display: none; }

/*
    The activation "button" created beside each input for popup datePickers
*/
.date-picker-control .fontIcon {
  display: block;
  /*overflow:hidden;*/
  margin: auto 0;
  resize: none;
  outline: none;
  line-height: 1em;
  padding: 1px;
  font-size: 1em; }

.date-picker-control span.fontIcon i {
  margin: 0px 0 0 1px; }

/*
    The hover effect on the activation button
*/
.date-picker-button-active span,
.date-picker-control:focus span,
.date-picker-control:hover span,
.date-picker-control:active span {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(40, 130, 170, 0.7);
  -moz-box-shadow: 0 0 5px rgba(40, 130, 170, 0.7);
  box-shadow: 0 0 5px rgba(40, 130, 170, 0.7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/*
    A base64 encoded image-sprite is used for the activation button. IE6 and 7
    get fed "normal" png images within the rule that follows.
*/
.date-picker-control:link,
.date-picker-control:visited {
  position: relative;
  /*changed from relative to fit in the border */
  /*display: -moz-inline-stack;*/
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  padding: 10px;
  /*margin:0 -1px;*/
  margin-left: -2px;
  background-color: #fff;
    /*background-repeat:no-repeat;
    background-position:11px 12px;
	background-image:url(../../images/datepicker-sprite.png);*/
  /*line-height:1;*/
  cursor: pointer;
  visibility: visible;
  text-decoration: none;
  vertical-align: text-bottom;
  resize: none;
  color: #333333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.75em;
  float: left; }

/*
    IE6 & 7 fed "normal" png images
*/
.oldie .date-picker-control:link,
.oldie .date-picker-control:visited {
  /*
  IE7 gets a non-base64 encoded image sprite of the base64 encoded image
  declared above. That's all you have to do for IE7 support as it inherits
  the background-position declarations used to reposition the sprite
  */
  *background-image: url(../../images/datepicker-sprite.png);
  /*
  IE6 gets the filter treatment and an individual image for each animation
  state. This pattern is repeated for all other image-based rules within the
  stylesheet
  */
  _background-image: none;
  /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../../images/datepicker-normal.png');*/ }

/*
    If the datepicker has a valid date then use a different icon for the
    activation button to let the user know. It's a little detail but it's the
    little things in life etc
*/
.date-picker-dateval:link,
.date-picker-dateval:visited {
  background-position: 11px -57px;
  color: #00688f; }

/*
    Again, IE6 gets a "normal" png image from the server. Rinse, repeat.
*/
.oldie .date-picker-dateval:link,
.oldie .date-picker-dateval:visited {
  /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../../images/datepicker-selected.png');*/ }

/*
    Hover states etc for the activation button
*/
.date-picker-button-active:link,
.date-picker-button-active:visited,
.date-picker-control:focus,
.date-picker-control:hover,
.date-picker-control:active {
  background-position: 11px -91px;
  color: #029cd2; }

/*
    IE 6 activation button hover states
*/
.oldie .date-picker-button-active:link,
.oldie .date-picker-button-active:visited,
.oldie .date-picker-control:focus,
.oldie .date-picker-control:hover,
.oldie .date-picker-control:active {
  /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../../images/datepicker-focused.png');*/ }

/*
    Disabled activation button
*/
.date-picker-control-disabled:link,
.date-picker-control-disabled:visited,
.date-picker-control-disabled:hover,
.date-picker-control-disabled:active {
  background-color: #E0E0E0;
  background-position: 11px -21px;
  cursor: not-allowed;
  color: #888888; }

/*
    IE 6 disabled activation button
*/
.oldie .date-picker-control-disabled:link,
.oldie .date-picker-control-disabled:visited,
.oldie .date-picker-control-disabled:hover,
.oldie .date-picker-control-disabled:active {
  /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../../images/datepicker-disabled.png');*/ }

.date-picker-control-disabled:hover span,
.date-picker-control-disabled:active span {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/*
    Feed IE6 the following rule, IE7 should handle the min-width declared
    previously.
 */
.oldie .date-picker-control {
  _width: 18px; }

/*
    IE, older Safari & Opera. Seperate CSS rule seems to be required.
*/
.date-picker-control {
  display: inline-block; }

/*
    Default datepicker "button" styles
*/
.date-picker th span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1em;
  border: 0 none;
  background: transparent;
  font-weight: bold;
  cursor: pointer; }

/*    The "month, year" display  */
.date-picker .month-display,
.date-picker .year-display {
  display: inline;
  font-weight: 700;
  font-size: 1em;
  color: #ffffff; }

/*
    Generic button class for Next & Previous (both month & year) buttons
*/
.date-picker .prev-but,
.date-picker .next-but {
  font-weight: normal;
  font-size: 2.4em;
  font-family: georgia, times new roman, palatino, times, bookman, serif;
  cursor: pointer; }

.date-picker .prev-but,
.date-picker .next-but,
.date-picker .today-but {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/*
    Hover effect for Next & Previous (month, year) buttons
*/
.date-picker .prev-but:hover,
.date-picker .next-but:hover,
.date-picker .today-but:hover {
  color: #E02F1F; }

.date-picker .prev-but:hover,
.date-picker .next-but:hover {
    /*
    Uncomment this if you want a scale effect...

    -webkit-transform:scale(1.6);
       -moz-transform:scale(1.6);
        -ms-transform:scale(1.6);
         -o-transform:scale(1.6);
            transform:scale(1.6);

    text-shadow:none;//0 2px 1px rgba(0,0,0,.4);
    */ }

/*     Today button */
.date-picker .today-but {
  text-align: center;
  margin: 0 auto;
  font-weight: 900;
  font-size: .85em;
  width: 100%;
  text-decoration: none;
  padding-top: 0.3em;
  vertical-align: middle;
  cursor: pointer; }

/*     Disabled buttons */
.date-picker-disabled .prev-but,
.date-picker-disabled .next-but,
.date-picker-disabled .today-but,
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover,
.date-picker-disabled .today-but:hover,
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover,
.date-picker .fd-disabled,
.date-picker .fd-disabled:hover {
  color: #aaa;
  cursor: default !important;
  opacity: 1; }

.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover {
    /*
    Uncomment this if you have uncommented the "scale" rules above

    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
  text-shadow: none; }

/*     The gradient background image */
.date-picker table,
.date-picker td,
.date-picker tbody th,
.date-picker .day-disabled,
.date-picker .date-picker-hover.day-disabled,
.date-picker .date-picker-unused,
.date-picker .month-out {
  background-color: #fff;
  /*   background-image:url(data:image/gif;base64,R0lGODlhJgBbAMQAAAAAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+bm5uXl5f///wAAAAAAAAAAACH5BAEAABwALAAAAAAmAFsAAAX/4CaOZGmeaKqubOu+cCzPWm3feK7vfO//wCAvQywaj8ikcslsOp/QJWZKrVqv2Kx2y+16v9qLeEwum8/otHqttrjf8Lh8Tq/b7/aKfs/v+/+AgYKDhIWGgRSJiouMjY6PkJGSkROVlpeYmZqbnJ2enRKhoqOkpaanqKmqqRGtrq+wsbKztLW2tRC5uru8vb6/wMHCwQ/FxsfIycrLzM3OzQ7R0tPU1dbX0Q3a29zd3t/g4eLj4gzm5+jp6uvs7e7v7gvy8/T19vf4+fr7+gr+/wADChxIsKDBgwYTKFzIsKHDhxAjSpwoEYHFixgzatzIsaPHjx4PiBxJsqTJkyhTi6pcybKly5QGYsqcSbOmzZs4c+rMWaCnz59AgwodSrSo0aIEkipdyrSp06dQo0qdSrUq1AFYs2rdyrWr169gw4odS/argLNo06pdy7at27dw48qd6zaA3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4tOHAIAOw==);
     background-repeat:repeat-x;
     background-position:0 0;*/ }

.oldie .date-picker table,
.oldie .date-picker td,
.oldie .date-picker tbody th,
.oldie .date-picker .day-disabled,
.oldie .date-picker .date-picker-hover.day-disabled,
.oldie .date-picker .date-picker-unused,
.oldie .date-picker .month-out {
  /* *background-image:url(../../images/datepicker-gradient.gif);*/
  /*
  Remove from IE6 as it has a bug that never caches images on dynamically
  created elements which results in one http request being made for each
  cell of each table rendered by the script.
  */
  _background-image: none; }

.date-picker table {
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  text-align: center;
  z-index: 2;
  width: auto;
  height: auto;
  color: #333;
  font-size: 1em;
  /*   -webkit-border-radius:0.8em;
        -moz-border-radius:0.8em;
             border-radius:0.8em;
     -webkit-box-shadow:0px 0px 5px #aaa;
        -moz-box-shadow:0px 0px 5px #aaa;
             box-shadow:0px 0px 5px #aaa;  */ }

/*     Common TD & TH styling */
.date-picker td,
.date-picker tbody th {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 2.5em;
  color: #000;
  height: 2.5em;
  overflow: hidden;
  outline: transparent none 0px;
  border: none;
  text-transform: none;
  font-weight: 700;
  text-shadow: none; }

.date-picker th {
  border: 0 none;
  padding: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-transform: none; }

.date-picker .date-picker-week-header {
  font-style: oblique;
  background: transparent;
  cursor: default; }

.date-picker .date-picker-thead .date-picker-week-header {
  border: 0 none;
  cursor: help; }

/*
    The "mon tue wed etc" day header styles
*/
.date-picker .date-picker-day-header {
  display: none;
  cursor: help;
  border: 0 none;
  text-transform: uppercase;
  color: #000;
  height: auto;
  line-height: 1.5em;
  padding: 0 5px; }

/*     tfoot status bar */
.date-picker .date-picker-statusbar {
  cursor: default;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0 none;
  background: #fff;
  height: 2.8em; }

/*     TD cell that is _not_ used to display a day of the month */
.date-picker .date-picker-unused {
  cursor: default !important;
  background-position: 0 -25px;
  color: #00688f; }

/*     The TH cell used to display the "month, year" title */
.date-picker .date-picker-title {
  width: auto;
  height: auto;
  padding: 0.4em 0;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 1px solid #ccc;
  background-color: #404042; }

/*     The "todays date" cell style */
.date-picker .date-picker-today {
  /*  background:#fff url(data:image/gif;base64,R0lGODlhKwEoAJEAAKnT6v////X6+gAAACH5BAAAAAAALAAAAAArASgAAALXjI+py+0Po5y02ouz3lz4D4biSJbmiabqyrbuC8fyLAcCgOf0zvf+DwwKhyJbDkdMKpfMpnNo1D2n1Kr1GowCsNyu99uNgsfksnlnPKvX7LbA5o7L51Q4/Y7P8+z6vv9fwgc4SJgnWIiYuHao2OgY9hgpecU4aXkJVIm5yQmj2QkaavIpWmpKapraiaraasnqGusIK1tbSGub64er23vH6xvsBixcfEZsnAyGrNyMxewcPQUtXb1EbZ0thK3d3cPtHV4jTl5Xft4Ejr4eyO6e9R7/LU8/UwAAOw==) no-repeat 0 0;*/ }

.oldie .date-picker .date-picker-today {
  /*  *background:#fff url(../../images/datepicker-today.gif) no-repeat 0 0;*/ }

/*
    The "highlight days" style
*/
/*
    The "active cursor" style
*/
.date-picker td {
  border: 1px solid #F0F0F0;
  font-weight: normal;
    /*

    Uncomment this if you want a transition on the cursor cells scale effect

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    */ }

/*
    Keyboard users get a scaled cursor. webKit exhibits buggy behaviour when
    scaling TD cells so commented out until I find a curious CSS based fix.
    HH: I commented out the rest as well since this triggered a bug in FF where focus events are incorrectly sent when removing a classname
*/
.date-picker-focus .date-picker-hover {
  /*
  -webkit-transform:scale(1.25);
  */
  /*
     -moz-transform:scale(1.25);
      -ms-transform:scale(1.25);
       -o-transform:scale(1.25);
          transform:scale(1.25);
          */ }

.date-picker .date-picker-hover,
.date-picker .month-out.date-picker-hover {
  outline: 1px solid #404040;
  font-weight: normal; }

.oldie .date-picker .date-picker-hover,
.oldie .date-picker .month-out.date-picker-hover {
  *background: #fff url(../../images/datepicker-cursor.jpg) no-repeat 0 0; }

/*
    The "disabled days" style
*/
.date-picker .day-disabled {
  color: #888;
  cursor: default;
  text-decoration: line-through;
  background-position: 0 -15px; }

.date-picker .month-out {
  /*   border-color:#ddd;
     border-color:rgba(220,220,220,0.8);*/
  color: #aaa;
  background-position: 0 -25px; }

/*
    The "selected date" style - color changed below also
*/
.date-picker .date-picker-selected-date {
  /* border-color:#888 !important;
   border-color:rgba(7,7,7,.6) !important;*/ }

/*
    The date "out of range" style
*/
.date-picker .out-of-range,
.date-picker .not-selectable {
  color: #ccc;
  cursor: default;
  color: #F0F0F0; }

/*
    Week number "out of range" && "month-out" styles
*/
.date-picker th.month-out,
.date-picker th.out-of-range {
  color: #aaa;
  color: #F0F0F0; }

/*
    Week numbers "out of range"
*/
/*
    Used when the entire grid is full but the next/prev months dates cannot be
    selected
*/
.oldie .date-picker .out-of-range {
  filter: alpha(opacity=60); }

.oldie .date-picker .not-selectable {
  filter: alpha(opacity=80); }

.date-picker tr {
  display: table-row; }

.date-picker sup {
  font-size: 0.86em;
  letter-spacing: normal;
  text-transform: none;
  height: 0;
  line-height: 1;
  position: relative;
  top: -0.2em;
  vertical-align: baseline !important;
  vertical-align: top; }

.date-picker .date-picker-day-header,
.date-picker .month-display,
.date-picker .year-display {
  text-shadow: none; }

.date-picker .month-display,
.date-picker .year-display {
  cursor: default; }

.date-picker td:focus,
.date-picker .date-picker-hover {
  z-index: 99999;
  /*overflow:hidden;*/
    /*
	-moz-outline:0 none;
         outline:0 none;
	-o-highlight:0 none;
	*/ }

/*
    The "pulse" animation on focused button and datepicker cursor
*/
.date-picker-focus .date-picker-hover,
.date-picker-control:focus span {
  /* HH: The pulsating animations caused a big amount of sluggishness when running a screen reader,
  so sommented it out for now.
  */
  	/*
      -webkit-animation:fd-dp-pulse 2s infinite;
         -moz-animation:fd-dp-pulse 2s infinite;
          -ms-animation:fd-dp-pulse 2s infinite;
           -o-animation:fd-dp-pulse 2s infinite;
      */ }

/*
    The "selected date" style
*/
.date-picker .date-picker-selected-date {
  font-weight: bold;
  border: 2px solid #E0311E;
  /*  color:rgba(3,3,3,.8);*/ }

/*
    Remove the box-shadow for the inline datepickers
*/
.static-datepicker table {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent; }

.date-picker-focus table {
  border-color: #999;
  border-color: rgba(153, 153, 153, 0.8);
  -webkit-box-shadow: 0px 0px 5px #aaa;
  -moz-box-shadow: 0px 0px 5px #aaa;
  box-shadow: 0px 0px 5px #aaa; }

/*
    Draggable datepickers
*/
.date-picker .drag-enabled,
.date-picker .drag-enabled span {
  cursor: move; }

/*
    Disabled datePicker
*/
.date-picker-disabled table {
  opacity: .8 !important; }

.oldie .date-picker-disabled table {
  filter: alpha(opacity=80); }

.date-picker-disabled,
.date-picker-disabled td,
.date-picker-disabled th,
.date-picker-disabled th span {
  cursor: default !important; }

.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover {
    /*
    Uncomment this if you have used the previous scale rules previously
    declared within the file (for the prev-but and next-but classes)

    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
  text-shadow: none; }

body.fd-drag-active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/*
    Glow effect for the focused (keyboard active) cursor cell and popup
    datepickers activation button
*/
@-webkit-keyframes fd-dp-pulse {
  0% {
    box-shadow: 0 0 4px rgba(100, 130, 170, 0.5); }
  20% {
    box-shadow: 0 0 4px rgba(70, 130, 170, 0.6); }
  40% {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.7); }
  60% {
    box-shadow: 0 0 6px rgba(10, 130, 170, 0.8); }
  80% {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.7); }
  100% {
    box-shadow: 0 0 4px rgba(70, 130, 170, 0.6); } }
@-moz-keyframes fd-dp-pulse {
  0% {
    box-shadow: 0 0 4px rgba(100, 130, 170, 0.5); }
  20% {
    box-shadow: 0 0 4px rgba(70, 130, 170, 0.6); }
  40% {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.7); }
  60% {
    box-shadow: 0 0 6px rgba(10, 130, 170, 0.8); }
  80% {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.7); }
  100% {
    box-shadow: 0 0 4px rgba(70, 130, 170, 0.6); } }
@-ms-keyframes fd-dp-pulse {
  0% {
    box-shadow: 0 0 4px rgba(100, 130, 170, 0.5); }
  20% {
    box-shadow: 0 0 4px rgba(70, 130, 170, 0.6); }
  40% {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.7); }
  60% {
    box-shadow: 0 0 6px rgba(10, 130, 170, 0.8); }
  80% {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.7); }
  100% {
    box-shadow: 0 0 4px rgba(70, 130, 170, 0.6); } }
@-o-keyframes fd-dp-pulse {
  0% {
    box-shadow: 0 0 3px rgba(100, 130, 170, 0.55); }
  20% {
    box-shadow: 0 0 4px rgba(70, 130, 170, 0.6); }
  40% {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.65); }
  60% {
    box-shadow: 0 0 6px rgba(10, 130, 170, 0.7); }
  80% {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.65); }
  100% {
    box-shadow: 0 0 4px rgba(70, 130, 170, 0.6); } }
.date-picker-table {
  width: 230px !important; }

.pwc-forms {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 550px;
  line-height: 1rem;
  /* Hover and focus states */
  /* Checked state */
  /* Hover state whilst checked */
  /* Checked state */
  /* Hover state whilst checked */
  /* Disabled state */
  /* Check mark */
  /* Show check mark */
  /* Checkbox tick */
  /* Disabled tick colour */
  /* Radio button inner circle */
  /* Disabled circle colour */
  /* Avoid !important
  .space-above-x1 { margin-top: 10px !important; }
  .space-above-x2 { margin-top: 20px !important; }
  .space-below-x1 { margin-bottom: 10px !important; }
  .space-below-x2 { margin-bottom: 20px !important; }
  */
  /* FILE UPLOAD */ }
  .pwc-forms .form-heading {
    color: #e0301e;
    border-top: 2px solid #e0301e;
    padding-top: 10px;
    margin-bottom: 40px;
    /* Loop to create colour variations */ }
    .page-primary-col--orange .pwc-forms .form-heading {
      color: #d04a02;
      border-top: 2px solid #d04a02; }
    .page-primary-col--red .pwc-forms .form-heading {
      color: #e0301e;
      border-top: 2px solid #e0301e; }
    .page-primary-col--burgundy .pwc-forms .form-heading {
      color: #a32020;
      border-top: 2px solid #a32020; }
    .page-primary-col--maroon .pwc-forms .form-heading {
      color: #602320;
      border-top: 2px solid #602320; }
    .page-primary-col--rose .pwc-forms .form-heading {
      color: #d93954;
      border-top: 2px solid #d93954; }
    .pwc-forms .form-heading.form-heading--alternate {
      /* Alternate style for form headings, currently used for the confirmation section */
      margin-bottom: 10px; }
  .pwc-forms .pwc-forms__intro {
    margin-bottom: 40px; }
  .pwc-forms .pwc-forms__form-meta {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .pwc-forms .pwc-forms__form-meta {
        margin-bottom: 40px; } }
    .pwc-forms .pwc-forms__form-meta .pwc-forms__field {
      margin-bottom: 10px; }
  .pwc-forms .pwc-forms__field-data-value {
    font-style: italic;
    font-weight: bold; }
  .page-section--col-white .pwc-forms fieldset legend {
    background: #fff; }
  .page-section--col-light-grey .pwc-forms fieldset legend {
    background: #f2f2f2; }
  .pwc-forms fieldset {
    display: block;
    padding: 35px 35px 15px 15px;
    border: 1px solid #ccc;
    margin-bottom: 35px; }
    .pwc-forms fieldset fieldset {
      /*nested fieldsets i.e. multi check listing inside a fieldset for grouping fields*/
      margin-top: 20px;
      margin-bottom: 20px; }
    .pwc-forms fieldset legend {
      font-family: arial, serif;
      font-size: 1.3rem;
      margin: -16px;
      padding: 10px 10px 10px 0;
      width: auto; }
    .pwc-forms fieldset .help-block {
      margin-top: 0;
      margin-bottom: 10px; }
    .pwc-forms fieldset.multiselect {
      padding-top: 20px; }
    .pwc-forms fieldset.has-error {
      border: 2px solid #e0301e;
      background: url("../../../images/pwc-forms-icons/icon-alert-2.png") right 10px top 15px no-repeat;
      /* PNG Fallback */
      background: url("../../../images/pwc-forms-icons/icon-alert-2.svg") right 10px top 15px no-repeat;
      background-position: right 10px top 15px;
      background-size: 24px 24px; }
      .pwc-forms fieldset.has-error legend {
        margin-left: -17px; }
    .pwc-forms fieldset.has-success {
      border: 2px solid #11735C;
      background: url("../../../images/pwc-forms-icons/icon-correct.png") right 10px top 15px no-repeat;
      /* PNG Fallback */
      background: url("../../../images/pwc-forms-icons/icon-correct.svg") right 10px top 15px no-repeat;
      background-size: 24px 24px; }
      .pwc-forms fieldset.has-success legend {
        margin-left: -17px; }
  .pwc-forms label, .pwc-forms .field-label {
   font-family: Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-weight: normal;
    display: block; }
  .pwc-forms .help-block {
    font-size: 0.85rem;
    margin: 0 0 5px;
    padding: 0; }
    @media (max-width: 767px) {
      .pwc-forms .help-block {
        font-size: 1.167rem; } }
  .pwc-forms .form-group {
    margin-bottom: 30px; }
    .pwc-forms .form-group .form-control {
      font-family: Arial, sans-serif;
      font-size: 1.142rem;
      /* 16px */
      height: auto;
      line-height: 1.5em;
      width: 100%;
      /*margin-top:8px;*/
      border-radius: 0;
      color: #404041;
      padding: 10px 20px;
      border: 1px solid #ccc;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -moz-transition: none;
      -webkit-transition: none;
      transition: none;
      /* Input text fields */ }
      .pwc-forms .form-group .form-control[type=text], .pwc-forms .form-group .form-control[type=email], .pwc-forms .form-group .form-control[type=password], .pwc-forms .form-group .form-control[type=date] {
        line-height: normal;
        padding: 12.5px 20px; }
      .pwc-forms .form-group .form-control.form-control--transparent {
        background-color: transparent; }
      .pwc-forms .form-group .form-control.form-control--fileupload-wrapper {
        height: auto; }
      .pwc-forms .form-group .form-control:focus {
        outline: 1px dotted #212121;
        outline: -webkit-focus-ring-color auto 5px; }
    .pwc-forms .form-group textarea.form-control {
      padding: 10px 15px;
      resize: vertical; }
    .pwc-forms .form-group select.form-control {
      background: #fff url("../../../images/pwc-forms-icons/icon-chevron-horizontal.png") right 15px center no-repeat;
      /* PNG fallback */
      background: #fff url("../../../images/pwc-forms-icons/icon-chevron-horizontal.svg") right 15px center no-repeat;
      background-size: 15px 15px;
      height: auto;
      padding-right: 40px;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .pwc-forms .form-group.pwc-forms__field--select {
      position: relative; }
    .pwc-forms .form-group.pwc-forms__field--select.has-error:after {
      background: url("../../../images/pwc-forms-icons/icon-alert-2.png") 0 0 no-repeat;
      /* PNG Fallback */
      background: url("../../../images/pwc-forms-icons/icon-alert-2.svg") 0 0 no-repeat;
      background-size: 24px 24px;
      bottom: 8px;
      content: "";
      display: block;
      height: 24px;
      position: absolute;
      right: 40px;
      width: 24px;
      z-index: 100; }
    .pwc-forms .form-group.pwc-forms__field--select.has-success:after {
      background: url("../../../images/pwc-forms-icons/icon-correct.png") 0 0 no-repeat;
      /* PNG Fallback */
      background: url("../../../images/pwc-forms-icons/icon-correct.svg") 0 0 no-repeat;
      background-size: 24px 24px;
      bottom: 8px;
      content: "";
      display: block;
      height: 24px;
      position: absolute;
      right: 40px;
      width: 24px;
      z-index: 100; }
    .pwc-forms .form-group .context-block {
      margin-top: 25px; }
      .pwc-forms .form-group .context-block a, .pwc-forms .form-group .context-block a:visited, .pwc-forms .form-group .context-block a:link {
        border-bottom: 1px solid #404041;
        color: #404041;
        font-size: inherit;
        text-decoration: none; }
      .pwc-forms .form-group .context-block a:hover {
        border-bottom: 2px solid #e0301e;
        color: #404041;
        text-decoration: none; }
        .page-primary-col--orange .pwc-forms .form-group .context-block a:hover {
          border-bottom: 2px solid #d04a02;
          color: #404041; }
        .page-primary-col--red .pwc-forms .form-group .context-block a:hover {
          border-bottom: 2px solid #e0301e;
          color: #404041; }
        .page-primary-col--burgundy .pwc-forms .form-group .context-block a:hover {
          border-bottom: 2px solid #a32020;
          color: #404041; }
        .page-primary-col--maroon .pwc-forms .form-group .context-block a:hover {
          border-bottom: 2px solid #602320;
          color: #404041; }
        .page-primary-col--rose .pwc-forms .form-group .context-block a:hover {
          border-bottom: 2px solid #d93954;
          color: #404041; }
      .pwc-forms .form-group .context-block p {
        font-size: 0.85rem; }
      .pwc-forms .form-group .context-block ol, .pwc-forms .form-group .context-block ul {
        margin: 0 0 0 1.2em;
        padding: 0;
        font-size: 0.85rem; }
        .pwc-forms .form-group .context-block ol li, .pwc-forms .form-group .context-block ul li {
          line-height: 1.3em;
          margin-bottom: 5px; }
      .pwc-forms .form-group .context-block ol.alpha {
        list-style: lower-alpha; }
      .pwc-forms .form-group .context-block .context-block-heading {
        font-size: 0.85rem;
        font-weight: bold;
        margin-bottom: 5px; }
      @media (max-width: 767px) {
        .pwc-forms .form-group .context-block p, .pwc-forms .form-group .context-block ol, .pwc-forms .form-group .context-block ul, .pwc-forms .form-group .context-block .context-block-heading {
          font-size: 1.167rem; } }
    .pwc-forms .form-group .pwc-form-datepicker {
      overflow: auto;
      display: table;
      width: 100%; }
      .pwc-forms .form-group .pwc-form-datepicker .pwc-form-datepicker__input, .pwc-forms .form-group .pwc-form-datepicker .pwc-form-datepicker__icon {
        display: table-cell;
        vertical-align: middle;
        margin: 0; }
      .pwc-forms .form-group .pwc-form-datepicker .date-picker-control {
        margin-left: 15px;
        width: 70px;
        position: relative; }
        .pwc-forms .form-group .pwc-form-datepicker .date-picker-control .date-picker-control__icon {
          content: '';
          width: 55px;
          height: 45px;
          /* For IE */
          display: block;
          border: 1px solid #ccc;
          background: url("../../../images/pwc-forms-icons/icon-calendar-off.png") center center no-repeat;
          /* PNG Fallback */
          background: url("../../../images/pwc-forms-icons/icon-calendar-off.svg") center center no-repeat;
          background-size: 24px 24px;
          box-shadow: none;
          float: right;
          position: absolute;
          bottom: 0;
          right: 0; }
        .pwc-forms .form-group .pwc-form-datepicker .date-picker-control.date-picker-button-active .date-picker-control__icon {
          background: #404041 url("../../../images/pwc-forms-icons/icon-calendar-on.png") no-repeat;
          /* PNG Fallback */
          background: #404041 url("../../../images/pwc-forms-icons/icon-calendar-on.svg") no-repeat;
          background-position: center;
          background-size: 24px 24px; }
        .pwc-forms .form-group .pwc-form-datepicker .date-picker-control:focus {
          outline: 1px dotted #212121;
          outline: -webkit-focus-ring-color auto 5px; }
          .pwc-forms .form-group .pwc-form-datepicker .date-picker-control:focus:after {
            outline: -webkit-focus-ring-color auto 2px; }
        .pwc-forms .form-group .pwc-form-datepicker .date-picker-control:focus .date-picker-control__icon, .pwc-forms .form-group .pwc-form-datepicker .date-picker-control:hover .date-picker-control__icon {
          background: #6d6e71 url("../../../images/pwc-forms-icons/icon-calendar-on.png") no-repeat;
          /* PNG Fallback */
          background: #6d6e71 url("../../../images/pwc-forms-icons/icon-calendar-on.svg") no-repeat;
          background-position: center;
          background-size: 24px 24px;
          cursor: pointer; }
    .pwc-forms .form-group .pwc-form-password {
      display: table;
      width: 100%; }
      .pwc-forms .form-group .pwc-form-password .inputs {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding-right: 15px; }
      .pwc-forms .form-group .pwc-form-password .pass-control {
        display: table-cell;
        width: 100%;
        border: 1px solid #ccc;
        padding: 10px; }
        .pwc-forms .form-group .pwc-form-password .pass-control .control {
          margin-bottom: 0; }
    .pwc-forms .form-group select.form-control {
      font-weight: normal;
      line-height: normal; }
    .pwc-forms .form-group.form-group__last-item {
      margin-bottom: 0; }
  .pwc-forms .has-error .help-block {
    color: #404041; }
  .pwc-forms .has-error .form-control {
    border: 2px solid #e0301e;
    padding-right: 40px;
    background: #fff url("../../../images/pwc-forms-icons/icon-alert-2.png") right 10px center no-repeat;
    /* PNG Fallback */
    background: #fff url("../../../images/pwc-forms-icons/icon-alert-2.svg") right 10px center no-repeat;
    background-size: 24px 24px; }
    .pwc-forms .has-error .form-control.form-control--transparent {
      background-color: transparent; }
    .pwc-forms .has-error .form-control.form-control--textarea-wrapper, .pwc-forms .has-error .form-control.form-control--fileupload-wrapper {
      background-position: right 10px top 10px; }
    .pwc-forms .has-error .form-control:focus {
      outline: #e0301e auto 2px;
      /* Chrome default focus */ }
  .pwc-forms .has-success .help-block {
    color: #11735C; }
  .pwc-forms .has-success .form-control {
    border: 2px solid #11735C;
    background: #fff url("../../../images/pwc-forms-icons/icon-correct.png") right 10px center no-repeat;
    /* PNG Fallback */
    background: #fff url("../../../images/pwc-forms-icons/icon-correct.svg") right 10px center no-repeat;
    background-size: 24px 24px;
    padding-right: 40px; }
    .pwc-forms .has-success .form-control.form-control--textarea-wrapper, .pwc-forms .has-success .form-control.form-control--fileupload-wrapper {
      background-position: right 10px top 10px; }
    .pwc-forms .has-success .form-control:focus {
      outline: #11735C auto 2px;
      /* Chrome default focus */ }
  .pwc-forms .control {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1.3em;
    height: 1rem; }
  .pwc-forms .control .label-text {
    color: #3F3F3F;
    position: relative;
    margin-top: 5px; }
  .pwc-forms .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .pwc-forms .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #ccc; }
  .pwc-forms .control--radio .control__indicator {
    border-radius: 50%; }
  .pwc-forms .control:hover input ~ .control__indicator {
    background: #F5F5F5; }
  .pwc-forms .control--checkbox input:checked ~ .control__indicator {
    background: #404041;
    border: 1px solid #404041;
    background: url("../../../images/pwc-forms-icons/icon-tick.png") no-repeat scroll #49494B;
    /* PNG Fallback */
    background: url("../../../images/pwc-forms-icons/icon-tick.svg") no-repeat scroll #49494B;
    background-position: center;
    background-size: 15px 15px; }
  .pwc-forms .control--checkbox input:not([disabled]):focus ~ .control__indicator {
    outline: 1px dotted #212121;
    outline: -webkit-focus-ring-color auto 5px; }
  .pwc-forms .control--checkbox:hover input:not([disabled]):checked ~ .control__indicator {
    background: url("../../../images/pwc-forms-icons/icon-tick.png") no-repeat scroll #49494B;
    /* PNG Fallback */
    background: url("../../../images/pwc-forms-icons/icon-tick.svg") no-repeat scroll #49494B;
    background-position: center;
    background-size: 15px 15px; }
  .pwc-forms .control--radio input:checked ~ .control__indicator {
    background: #404041;
    border: 1px solid #404041;
    background: url("../../../images/pwc-forms-icons/icon-radio.png") no-repeat scroll #49494B;
    /* PNG Fallback */
    background: url("../../../images/pwc-forms-icons/icon-radio.svg") no-repeat scroll #49494B;
    background-position: center;
    background-size: 15px 15px; }
  .pwc-forms .control--radio input:not([disabled]):focus ~ .control__indicator {
    outline: 1px dotted #212121;
    outline: -webkit-focus-ring-color auto 5px; }
  .pwc-forms .control--radio:hover input:not([disabled]):checked ~ .control__indicator {
    background: url("../../../images/pwc-forms-icons/icon-radio.png") no-repeat scroll #49494B;
    /* PNG Fallback */
    background: url("../../../images/pwc-forms-icons/icon-radio.svg") no-repeat scroll #49494B;
    background-position: center;
    background-size: 15px 15px; }
  .pwc-forms .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none; }
  .pwc-forms .control__indicator:after {
    content: '';
    position: absolute;
    display: none; }
  .pwc-forms .control input:checked ~ .control__indicator:after {
    display: none; }
  .pwc-forms .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none; }
  .pwc-forms .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b; }
  .pwc-forms .control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #fff; }
  .pwc-forms .control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b; }
  .pwc-forms .control--checkbox {
    font-size: 1.2em;
    line-height: 1.5em;
    height: auto;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .pwc-forms .control--checkbox {
        padding-top: 2px; } }
  .pwc-forms .form-group.pwc-forms__field--single-check {
    border: 1px solid #ccc;
    padding: 10px 10px 0; }
  .pwc-forms .form-group.pwc-forms__field--single-check.has-error {
    border: 2px solid #e0301e;
    background: url("../../../images/pwc-forms-icons/icon-alert-2.png") right 10px top 15px no-repeat;
    /* PNG Fallback */
    background: url("../../../images/pwc-forms-icons/icon-alert-2.svg") right 10px top 15px no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 0; }
  .pwc-forms .form-group.pwc-forms__field--single-check.has-success {
    border: 2px solid #11735C;
    background: url("../../../images/pwc-forms-icons/icon-correct.png") right 10px top 10px no-repeat;
    /* PNG Fallback */
    background: url("../../../images/pwc-forms-icons/icon-correct.svg") right 10px top 10px no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 0; }
  .pwc-forms .control--radio {
    font-family: Arial;
    font-size: 1.2em;
    line-height: 2rem;
    height: auto;
    margin-bottom: 10px; }
  .pwc-forms .control.radio-inline {
    width: auto;
    display: inline-block;
    margin-right: 25px; }
  .pwc-forms .custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px; }
  .pwc-forms .custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 30px; }
    .pwc-forms .custom-file-upload label {
      display: block;
      margin-bottom: 5px; }
  .pwc-forms .file-upload-wrapper {
    position: relative;
    margin-bottom: 5px; }
  .pwc-forms .file-upload-input {
    width: 100%;
    color: #404041;
    font-size: 16px;
    padding: 11px 17px;
    border: none;
    background-color: #fff;
    float: left;
    /* IE 9 Fix */ }
    .pwc-forms .file-upload-input:hover, .pwc-forms .file-upload-input:focus {
      outline: none; }
  .pwc-forms .file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    float: left;
    /* IE 9 Fix */ }
  .pwc-forms .pwc-forms__footer {
    padding: 10px 0 20px; }
    @media (min-width: 768px) {
      .pwc-forms .pwc-forms__footer {
        padding: 10px 0 40px; } }
    .pwc-forms .pwc-forms__footer .pwc-forms__btn {
      margin-right: 20px; }

.today-but {
  font-family: Arial;
  font-weight: bold; }

/*  Explore nav
********************/
/* Flex */
.flexbox .explore-nav__navbar .explore-nav__row {
            /*display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
			display:flex;
            -webkit-flex-direction:row;
			flex-direction:row;
			-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
            */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
.flexbox .explore-nav__title {
  /*-webkit-flex-grow:1;
  flex-grow:1;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.flexbox .explore-nav__link-list {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
		display:flex;
		-webkit-flex-direction:row;
		-webkit-flex-grow:1;
		-webkit-flex-shrink:0;
		-webkit-align-items: flex-end;
		flex-direction:row;
		flex-grow:1;
		flex-shrink:0;
        align-items: flex-end;
        justify-content:  flex-end;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
@media (max-width: 992px) {
  .flexbox .explore-nav__title {
    padding: 0; }
    .flexbox .explore-nav__title .h5 {
      margin-bottom: 0; }
  .flexbox .explore-nav__link-list {
    width: 100%;
            /*-webkit-flex-shrink:1;
			flex-shrink:1;
            justify-content: flex-start;*/
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .flexbox li.explore-nav__tab, .flexbox li.explore-nav__tab--link {
    text-align: center;
    box-sizing: border-box; }
    .flexbox li.explore-nav__tab a, .flexbox li.explore-nav__tab--link a {
      padding: 10px; } }
@media (max-width: 767px) {
  .flexbox .explore-nav__navbar .explore-nav__row {
    /*-webkit-flex-direction:column;
    flex-direction:column;*/
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flexbox .explore-nav__title h1.h5 {
    margin: 10px 0; }
  .flexbox .explore-nav__tab-links {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative; }
  .flexbox .explore-nav__link-list {
    margin: 0;
    padding-left: 0; }
  .flexbox li.explore-nav__tab, .flexbox li.explore-nav__tab--link {
    font-size: 14px;
    font-size: 1em;
    /*flex: 0 0 auto;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.explore-nav {
  padding-top: 10px;
  background: #e0301e;
  color: #fff;
  font-family: Arial;
  position: relative;
  z-index: 100;
  /* Loop to create colour variations */ }
  .page-primary-col--orange .explore-nav {
    background: #d04a02; }
  .page-primary-col--red .explore-nav {
    background: #e0301e; }
  .page-primary-col--burgundy .explore-nav {
    background: #a32020; }
  .page-primary-col--maroon .explore-nav {
    background: #602320; }
  .page-primary-col--rose .explore-nav {
    background: #d93954; }
  .explore-nav .container h1:first-of-type {
    margin: 10px 0; }
  @media (max-width: 767px) {
    .explore-nav .explore-nav__scroll-wrapper {
      position: relative; }
    .explore-nav .explore-nav__scroll-fade {
      bottom: 0;
      position: absolute;
      top: 1px;
      width: 15px;
      z-index: 1000; }
    .explore-nav .explore-nav__scroll-wrapper--hide-fade-l .explore-nav__scroll-fade--left {
      display: none; }
    .explore-nav .explore-nav__scroll-wrapper--hide-fade-r .explore-nav__scroll-fade--right {
      display: none; }
    .explore-nav .explore-nav__scroll-fade--left {
      -webkit-box-shadow: inset 15px 0px 15px 0px #e0301e;
      -moz-box-shadow: inset 15px 0px 15px 0px #e0301e;
      box-shadow: inset 15px 0px 15px 0px #e0301e;
      right: 100%;
      -ms-transform: translate(100%, 0);
      -moz-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .explore-nav .explore-nav__scroll-fade--right {
      -webkit-box-shadow: inset -15px 0px 15px 0px #e0301e;
      -webkit-box-shadow: inset -15px 0px 15px 0px #e0301e;
      box-shadow: inset -15px 0px 15px 0 #e0301e;
      right: 0%; }
    .page-primary-col--orange .explore-nav .explore-nav__scroll-fade--left {
      -webkit-box-shadow: inset 15px 0px 15px 0px #d04a02;
      -moz-box-shadow: inset 15px 0px 15px 0px #d04a02;
      box-shadow: inset 15px 0px 15px 0px #d04a02; }
    .page-primary-col--orange .explore-nav .explore-nav__scroll-fade--right {
      -webkit-box-shadow: inset -15px 0px 15px 0px #d04a02;
      -webkit-box-shadow: inset -15px 0px 15px 0px #d04a02;
      box-shadow: inset -15px 0px 15px 0 #d04a02; }
    .page-primary-col--red .explore-nav .explore-nav__scroll-fade--left {
      -webkit-box-shadow: inset 15px 0px 15px 0px #e0301e;
      -moz-box-shadow: inset 15px 0px 15px 0px #e0301e;
      box-shadow: inset 15px 0px 15px 0px #e0301e; }
    .page-primary-col--red .explore-nav .explore-nav__scroll-fade--right {
      -webkit-box-shadow: inset -15px 0px 15px 0px #e0301e;
      -webkit-box-shadow: inset -15px 0px 15px 0px #e0301e;
      box-shadow: inset -15px 0px 15px 0 #e0301e; }
    .page-primary-col--burgundy .explore-nav .explore-nav__scroll-fade--left {
      -webkit-box-shadow: inset 15px 0px 15px 0px #a32020;
      -moz-box-shadow: inset 15px 0px 15px 0px #a32020;
      box-shadow: inset 15px 0px 15px 0px #a32020; }
    .page-primary-col--burgundy .explore-nav .explore-nav__scroll-fade--right {
      -webkit-box-shadow: inset -15px 0px 15px 0px #a32020;
      -webkit-box-shadow: inset -15px 0px 15px 0px #a32020;
      box-shadow: inset -15px 0px 15px 0 #a32020; }
    .page-primary-col--maroon .explore-nav .explore-nav__scroll-fade--left {
      -webkit-box-shadow: inset 15px 0px 15px 0px #602320;
      -moz-box-shadow: inset 15px 0px 15px 0px #602320;
      box-shadow: inset 15px 0px 15px 0px #602320; }
    .page-primary-col--maroon .explore-nav .explore-nav__scroll-fade--right {
      -webkit-box-shadow: inset -15px 0px 15px 0px #602320;
      -webkit-box-shadow: inset -15px 0px 15px 0px #602320;
      box-shadow: inset -15px 0px 15px 0 #602320; }
    .page-primary-col--rose .explore-nav .explore-nav__scroll-fade--left {
      -webkit-box-shadow: inset 15px 0px 15px 0px #d93954;
      -moz-box-shadow: inset 15px 0px 15px 0px #d93954;
      box-shadow: inset 15px 0px 15px 0px #d93954; }
    .page-primary-col--rose .explore-nav .explore-nav__scroll-fade--right {
      -webkit-box-shadow: inset -15px 0px 15px 0px #d93954;
      -webkit-box-shadow: inset -15px 0px 15px 0px #d93954;
      box-shadow: inset -15px 0px 15px 0 #d93954; } }

.explore-nav__overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.35);
  cursor: hand;
  cursor: pointer; }

.explore-nav__title h1.explore-nav__title--font-weight-bold {
  font-weight: bold;
  color: white; }

.explore-nav__link-list {
  background-color: transparent;
  white-space: nowrap;
  position: relative;
  text-align: right;
  margin: 0;
  list-style: none;
  padding-left: 0; }

li.explore-nav__tab {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: Arial;
  line-height: 1.4;
  border-bottom: 4px solid transparent; }
  li.explore-nav__tab.explore-nav__tab--active, li.explore-nav__tab:hover {
    border-bottom: 4px solid white; }
  li.explore-nav__tab a {
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1.142rem;
    text-align: center; }
    li.explore-nav__tab a:link, li.explore-nav__tab a:visited, li.explore-nav__tab a:hover, li.explore-nav__tab a:active {
      color: #fff; }
  li.explore-nav__tab .explore-nav__icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 0 0 8px;
    vertical-align: bottom;
    transition: all 0.2s;
    position: relative; }
    li.explore-nav__tab .explore-nav__icon:before, li.explore-nav__tab .explore-nav__icon:after {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 2px;
      background-color: white;
      top: 4px; }
    li.explore-nav__tab .explore-nav__icon:before {
      -ms-transform: rotate(-45deg);
      -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
      transform: translate3d(0, 0, 0) rotate(-45deg);
      left: 6px; }
    li.explore-nav__tab .explore-nav__icon:after {
      -ms-transform: rotate(45deg);
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg); }
  li.explore-nav__tab.explore-nav__tab--active .explore-nav__icon:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg); }
  li.explore-nav__tab.explore-nav__tab--active .explore-nav__icon:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg); }

li.explore-nav__tab--link {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: Arial;
  line-height: 1.4;
  border-bottom: 4px solid transparent; }
  li.explore-nav__tab--link:hover {
    border-bottom: 4px solid white; }
  li.explore-nav__tab--link a {
    text-decoration: none;
    display: block;
    padding: 15px;
    font-size: 16px;
    font-size: 1.142rem;
    text-align: center; }
    li.explore-nav__tab--link a:link, li.explore-nav__tab--link a:visited, li.explore-nav__tab--link a:hover, li.explore-nav__tab--link a:active {
      color: #fff; }

.explore-nav__panels {
  position: relative; }
  .explore-nav__panels .explore-nav__tab-panel {
    /* Default hidden */
    display: none; }
  .explore-nav__panels .explore-nav__tab-panel.explore-nav__tab-panel--active {
    display: block;
    border-top: 2px solid white;
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 20px 0 10px;
    background: #e0301e;
    color: #fff;
    font-family: Arial;
    /* Loop to create colour variations */ }
    .page-primary-col--orange .explore-nav__panels .explore-nav__tab-panel.explore-nav__tab-panel--active {
      background: #d04a02; }
    .page-primary-col--red .explore-nav__panels .explore-nav__tab-panel.explore-nav__tab-panel--active {
      background: #e0301e; }
    .page-primary-col--burgundy .explore-nav__panels .explore-nav__tab-panel.explore-nav__tab-panel--active {
      background: #a32020; }
    .page-primary-col--maroon .explore-nav__panels .explore-nav__tab-panel.explore-nav__tab-panel--active {
      background: #602320; }
    .page-primary-col--rose .explore-nav__panels .explore-nav__tab-panel.explore-nav__tab-panel--active {
      background: #d93954; }
  .explore-nav__panels ul {
    margin: 0 0 8px;
    list-style: none; }
    .explore-nav__panels ul li {
      margin-bottom: 15px;
      list-style: none;
      padding: 0; }
      .explore-nav__panels ul li a {
        text-decoration: none; }
        .explore-nav__panels ul li a:link, .explore-nav__panels ul li a:visited, .explore-nav__panels ul li a:hover, .explore-nav__panels ul li a:active {
          color: #fff; }
        .explore-nav__panels ul li a:hover {
          text-decoration: underline; }

.no-flexbox {
  /* ie 10 & below */ }
  .no-flexbox .explore-nav__title,
  .no-flexbox .explore-nav__tab-links {
    width: 100%;
    float: left; }
  .no-flexbox li.explore-nav__tab, .no-flexbox li.explore-nav__tab--link {
    display: table-cell;
    font-size: 1em; }
  @media (max-width: 767px) {
    .no-flexbox .explore-nav__title {
      padding: 10px; }
      .no-flexbox .explore-nav__title .h5 {
        margin-bottom: 10px; }
    .no-flexbox .explore-nav__tab-links {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      position: relative; }
    .no-flexbox .explore-nav__link-list {
      white-space: nowrap; }
    .no-flexbox li.explore-nav__tab, .no-flexbox li.explore-nav__tab--link {
      font-size: 1em; } }

/*  Explore nav
********************/
/*  Office collection
********************/
.office-collection {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .office-collection {
      padding: 40px 0; } }
  @media (min-width: 768px) {
    .office-collection .office-collection__groups-wrapper {
      min-height: 320px; } }
  .office-collection .office-collection__group-heading {
    border-top: 2px solid #ccc;
    color: #6d6e71;
    padding-top: 7px;
    padding-bottom: 15px; }
  @media (min-width: 768px) {
    .office-collection .office-collection__flex-row {
      min-height: 250px; } }
  .flexbox .office-collection .office-collection__flex-row {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    flex-wrap: wrap; }
  .office-collection .office-collection__item {
    clear: none;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .office-collection .office-collection__item {
        padding-bottom: 40px; } }
  .office-collection .office-collection__office-name {
    font-size: 1.429rem; }
    .office-collection .office-collection__office-name a.lg-text-link {
      font-size: 1.429rem;
      font-style: normal; }
  .office-collection .office-collection__office-info p {
    color: #404041;
    font-size: 1rem;
    line-height: 1.714em;
    margin: 0; }
  .office-collection .office-collection__office-info p:nth-child(n+2) {
    color: #6d6e71; }
  .office-collection .office-collection__office-info a, .office-collection .office-collection__office-info a:visited, .office-collection .office-collection__office-info a:link {
    border-bottom: 1px solid #404041;
    color: #404041;
    font-size: inherit;
    text-decoration: none; }
    .office-collection .office-collection__office-info a.hide-link, .office-collection .office-collection__office-info a:visited.hide-link, .office-collection .office-collection__office-info a:link.hide-link {
      border-bottom: none;
      cursor: default; }
  .office-collection .office-collection__office-info a:hover {
    border-bottom: 2px solid #e0301e;
    color: #404041;
    text-decoration: none; }
    .page-secondary-col--orange .office-collection .office-collection__office-info a:hover {
      border-bottom: 2px solid #d04a02;
      color: #404041; }
    .page-secondary-col--red .office-collection .office-collection__office-info a:hover {
      border-bottom: 2px solid #e0301e;
      color: #404041; }
    .page-secondary-col--burgundy .office-collection .office-collection__office-info a:hover {
      border-bottom: 2px solid #a32020;
      color: #404041; }
    .page-secondary-col--maroon .office-collection .office-collection__office-info a:hover {
      border-bottom: 2px solid #602320;
      color: #404041; }
    .page-secondary-col--rose .office-collection .office-collection__office-info a:hover {
      border-bottom: 2px solid #d93954;
      color: #404041; }
    .office-collection .office-collection__office-info a:hover.hide-link {
      border-bottom: none;
      cursor: default; }
  .office-collection .listing-filters {
    padding-top: 0;
    padding-bottom: 30px; }
    .office-collection .listing-filters .form-group {
      display: block;
      margin-right: 6px; }
    .office-collection .listing-filters .listing-filters__select {
      background: #fff url("../../../images/office-collection/icon-chevron-horizontal.png") right 15px center no-repeat;
      /* PNG fallback */
      background: #fff url("../../../images/office-collection/icon-chevron-horizontal.svg") right 15px center no-repeat;
      background-size: 15px 15px;
      border: 1px solid #ccc;
      cursor: pointer;
      height: auto;
      line-height: 1.1em;
      min-width: 150px;
      padding-right: 40px;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 100%; }
      .office-collection .listing-filters .listing-filters__select:hover {
        border-color: #404041; }
      .office-collection .listing-filters .listing-filters__select:focus {
        outline: 1px dotted #212121;
        outline: -webkit-focus-ring-color auto 5px; }
  .office-collection .office-collection__filters {
    display: none; }
  .office-collection.office-collection--reveal-filters .office-collection__filters {
    display: block; }
  .office-collection:not(.office-collection--has-js) {
    /* Clear left alternative CSS method for browsers that don't support flexbox such as IE9 and no JS */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .office-collection:not(.office-collection--has-js) .office-collection__item:nth-child(2n + 1) {
        /* 2 items per row */
        clear: left; } }
    @media (min-width: 992px) {
      .office-collection:not(.office-collection--has-js) .office-collection__item:nth-child(4n + 1) {
        /* 4 items per row */
        clear: left; } }

/*  end Office collection
********************/
/* BEGIN Link Index component */
.link-index {
  padding: 40px 0 10px;
  /* There is 30px spacing between Link groups within a hierarchy  */ }
  @media (max-width: 767px) {
    .link-index.link-index--no-hierarchy {
      padding: 40px 0 25px; }
      .link-index.link-index--no-hierarchy .link-index__group {
        padding-bottom: 0; } }
  @media (min-width: 768px) {
    .link-index {
      padding: 80px 0 50px; } }
  .link-index.link-index--no-pad {
    padding: 0;
    /*	modifier for component to remove padding	*/ }
  .link-index .link-index__heading {
    margin: 0 0 50px; }
  .link-index .link-index__group {
    padding-bottom: 15px; }
    .link-index .link-index__group .link-index__top-level-text {
      /* Top level heading - no hyperlink */
      font-weight: 700;
      font-style: italic;
      display: block;
      margin: 0 0 20px;
      font-size: 20px;
      font-size: 1.429rem;
      font-family: Arial;
      line-height: 1.5em; }
    .link-index .link-index__group .link-index__top-level-link {
      /* Top level heading - with hyperlink */
      font-weight: 700;
      font-style: normal; }
    .link-index .link-index__group .link-index__link {
      display: block;
      margin: 0;
      padding: 0 0 15px;
      text-decoration: none; }
      .link-index .link-index__group .link-index__link.link-index__link--top-level {
        padding: 0 0 20px; }
      .link-index .link-index__group .link-index__link .link-index__link-text {
        border-bottom: 1px solid #ccc;
        color: #404041;
        cursor: pointer;
        display: inline;
        margin-top: 0;
        padding-bottom: 1px;
        text-decoration: none;
        transition: all 200ms ease-in-out;
        font-size: 16px;
        font-size: 1.186rem;
        font-family: Arial;
        line-height: 1.5em;
        word-wrap: break-word; }
        .link-index .link-index__group .link-index__link .link-index__link-text.link-index__top-level-link {
          font-size: 20px;
          font-size: 1.429rem;
          padding-bottom: 2px; }
        @media (min-width: 768px) {
          .link-index .link-index__group .link-index__link .link-index__link-text {
            padding-bottom: 3px; }
            .link-index .link-index__group .link-index__link .link-index__link-text.link-index__top-level-link {
              padding-bottom: 4px; } }
      .link-index .link-index__group .link-index__link:hover .link-index__link-text, .link-index .link-index__group .link-index__link:focus .link-index__link-text {
        padding-bottom: 1px;
        text-decoration: none; }
        @media (min-width: 768px) {
          .link-index .link-index__group .link-index__link:hover .link-index__link-text, .link-index .link-index__group .link-index__link:focus .link-index__link-text {
            padding-bottom: 2px; }
            .link-index .link-index__group .link-index__link:hover .link-index__link-text.link-index__top-level-link, .link-index .link-index__group .link-index__link:focus .link-index__link-text.link-index__top-level-link {
              padding-bottom: 3px; } }
        .page-primary-col--orange .link-index .link-index__group .link-index__link:hover .link-index__link-text, .page-primary-col--orange .link-index .link-index__group .link-index__link:focus .link-index__link-text {
          border-bottom: 2px solid #d04a02; }
        .page-primary-col--red .link-index .link-index__group .link-index__link:hover .link-index__link-text, .page-primary-col--red .link-index .link-index__group .link-index__link:focus .link-index__link-text {
          border-bottom: 2px solid #e0301e; }
        .page-primary-col--burgundy .link-index .link-index__group .link-index__link:hover .link-index__link-text, .page-primary-col--burgundy .link-index .link-index__group .link-index__link:focus .link-index__link-text {
          border-bottom: 2px solid #a32020; }
        .page-primary-col--maroon .link-index .link-index__group .link-index__link:hover .link-index__link-text, .page-primary-col--maroon .link-index .link-index__group .link-index__link:focus .link-index__link-text {
          border-bottom: 2px solid #602320; }
        .page-primary-col--rose .link-index .link-index__group .link-index__link:hover .link-index__link-text, .page-primary-col--rose .link-index .link-index__group .link-index__link:focus .link-index__link-text {
          border-bottom: 2px solid #d93954; }
    .link-index .link-index__group .link-index__link-text--top-level {
      /* Top level heading without hyperlink - bold but not italic */
      font-style: italic;
      font-weight: 400; }

/* END Link Index component */
/*	Featured item listing component
********************/
.multi-featured-item {
  padding-top: 40px;
  padding-bottom: 40px;
  /* Mixin to get hover state of colour */ }
  .multi-featured-item.multi-featured-item--4-items .multi-featured-item__content .lead {
    font-size: 1.14rem; }
  .multi-featured-item .multi-featured-item__block {
    margin-bottom: 30px; }
    .multi-featured-item .multi-featured-item__block:last-child {
      margin-bottom: 0; }
    .multi-featured-item .multi-featured-item__block .multi-featured-item__link {
      background-color: #f2f2f2;
      -webkit-transition: background-color .2s ease-out;
      -moz-transition: background-color .2s ease-out;
      -o-transition: background-color .2s ease-out;
      transition: background-color .2s ease-out; }
      .multi-featured-item .multi-featured-item__block .multi-featured-item__link:hover {
        background-color: #fff; }
        .multi-featured-item .multi-featured-item__block .multi-featured-item__link:hover .btn--featured-item {
          background-color: #6d6e71;
          border: 1px solid #6d6e71;
          color: #fff; }
    .no-flexbox .multi-featured-item .multi-featured-item__block {
      background-color: transparent; }
      .no-flexbox .multi-featured-item .multi-featured-item__block .multi-featured-item__link {
        background-color: #f2f2f2; }
        .no-flexbox .multi-featured-item .multi-featured-item__block .multi-featured-item__link:hover {
          background-color: #fff; }
    .multi-featured-item .multi-featured-item__block .multi-featured-item__link {
      height: 100%;
      display: block;
      text-decoration: none;
      border: 1px solid #ccc; }
      .multi-featured-item .multi-featured-item__block .multi-featured-item__link .btn--featured-item {
        margin-top: 10px;
        display: inline-block; }
      .multi-featured-item .multi-featured-item__block .multi-featured-item__link span.h3, .multi-featured-item .multi-featured-item__block .multi-featured-item__link span.lead {
        /* Override global styling of hyperlink color */
        color: #404041; }
      .multi-featured-item .multi-featured-item__block .multi-featured-item__link span.h3 {
        margin-top: 0; }
      .multi-featured-item .multi-featured-item__block .multi-featured-item__link .multi-featured-item__image-wrapper {
        position: relative;
        overflow: hidden;
        margin: -1px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 40%; }
      .multi-featured-item .multi-featured-item__block .multi-featured-item__link .multi-featured-item__image {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .multi-featured-item .multi-featured-item__block .multi-featured-item__link .multi-featured-item__content {
        display: block;
        padding: 20px; }
        .multi-featured-item .multi-featured-item__block .multi-featured-item__link .multi-featured-item__content span.h3, .multi-featured-item .multi-featured-item__block .multi-featured-item__link .multi-featured-item__content span.lead {
          display: block; }
  @media (min-width: 768px) {
    .multi-featured-item {
      display: flex;
      flex-direction: row; }
      .multi-featured-item .multi-featured-item__block {
        margin-bottom: 0; }
        .multi-featured-item .multi-featured-item__block .multi-featured-item__link {
          /*display:flex;
          flex-direction:column;*/ }
          .multi-featured-item .multi-featured-item__block .multi-featured-item__link .multi-featured-item__image {
            flex-grow: 0;
            flex-shrink: 1; }
          .multi-featured-item .multi-featured-item__block .multi-featured-item__link .multi-featured-item__content {
            flex-grow: 1;
            flex-shrink: 0; }
      .multi-featured-item.multi-featured-item--3-items .multi-featured-item__block .multi-featured-item__link .multi-featured-item__image-wrapper {
        padding-bottom: 50%; }
      .multi-featured-item.multi-featured-item--4-items .multi-featured-item__block .multi-featured-item__link .multi-featured-item__image-wrapper {
        padding-bottom: 56.25%; }
      .no-flexbox .multi-featured-item {
        display: block; } }
  .multi-featured-item.component--col-dark .multi-featured-item__block .multi-featured-item__link .btn--featured-item {
    border: 1px solid #fff;
    color: #fff; }
  .multi-featured-item.component--col-dark .multi-featured-item__block .multi-featured-item__link:hover .btn--featured-item {
    color: #404041;
    background: #fff;
    border: 1px solid #fff; }
  .multi-featured-item.component--col-dark .multi-featured-item__block .multi-featured-item__content {
    border: 0; }
    .multi-featured-item.component--col-dark .multi-featured-item__block .multi-featured-item__content span.h3, .multi-featured-item.component--col-dark .multi-featured-item__block .multi-featured-item__content span.lead {
      color: #fff; }
  .multi-featured-item.component--col-primary .multi-featured-item__link {
    /* Loop to create colour variations */ }
    .page-primary-col--orange .multi-featured-item.component--col-primary .multi-featured-item__link {
      background: #d04a02;
      border: 1px solid #d04a02; }
    .page-primary-col--red .multi-featured-item.component--col-primary .multi-featured-item__link {
      background: #e0301e;
      border: 1px solid #e0301e; }
    .page-primary-col--burgundy .multi-featured-item.component--col-primary .multi-featured-item__link {
      background: #a32020;
      border: 1px solid #a32020; }
    .page-primary-col--maroon .multi-featured-item.component--col-primary .multi-featured-item__link {
      background: #602320;
      border: 1px solid #602320; }
    .page-primary-col--rose .multi-featured-item.component--col-primary .multi-featured-item__link {
      background: #d93954;
      border: 1px solid #d93954; }
    .multi-featured-item.component--col-primary .multi-featured-item__link .multi-featured-item__image-wrapper {
      /* Loop to create colour variations */ }
      .page-primary-col--orange .multi-featured-item.component--col-primary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #d04a02; }
      .page-primary-col--red .multi-featured-item.component--col-primary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #e0301e; }
      .page-primary-col--burgundy .multi-featured-item.component--col-primary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #a32020; }
      .page-primary-col--maroon .multi-featured-item.component--col-primary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #602320; }
      .page-primary-col--rose .multi-featured-item.component--col-primary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #d93954; }
    .page-primary-col--orange .multi-featured-item.component--col-primary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #b13f02;
      border: 1px solid #b13f02; }
    .page-primary-col--red .multi-featured-item.component--col-primary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #be291a;
      border: 1px solid #be291a; }
    .page-primary-col--burgundy .multi-featured-item.component--col-primary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #8b1b1b;
      border: 1px solid #8b1b1b; }
    .page-primary-col--maroon .multi-featured-item.component--col-primary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #521e1b;
      border: 1px solid #521e1b; }
    .page-primary-col--rose .multi-featured-item.component--col-primary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #b93147;
      border: 1px solid #b93147; }
    .page-primary-col--orange .multi-featured-item.component--col-primary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #b13f02; }
    .page-primary-col--red .multi-featured-item.component--col-primary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #be291a; }
    .page-primary-col--burgundy .multi-featured-item.component--col-primary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #8b1b1b; }
    .page-primary-col--maroon .multi-featured-item.component--col-primary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #521e1b; }
    .page-primary-col--rose .multi-featured-item.component--col-primary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #b93147; }
  .multi-featured-item.component--col-secondary .multi-featured-item__link {
    /* Loop to create colour variations */ }
    .page-secondary-col--orange .multi-featured-item.component--col-secondary .multi-featured-item__link {
      background: #d04a02;
      border: 1px solid #d04a02; }
    .page-secondary-col--red .multi-featured-item.component--col-secondary .multi-featured-item__link {
      background: #e0301e;
      border: 1px solid #e0301e; }
    .page-secondary-col--burgundy .multi-featured-item.component--col-secondary .multi-featured-item__link {
      background: #a32020;
      border: 1px solid #a32020; }
    .page-secondary-col--maroon .multi-featured-item.component--col-secondary .multi-featured-item__link {
      background: #602320;
      border: 1px solid #602320; }
    .page-secondary-col--rose .multi-featured-item.component--col-secondary .multi-featured-item__link {
      background: #d93954;
      border: 1px solid #d93954; }
    .multi-featured-item.component--col-secondary .multi-featured-item__link .multi-featured-item__image-wrapper {
      /* Loop to create colour variations */ }
      .page-secondary-col--orange .multi-featured-item.component--col-secondary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #d04a02; }
      .page-secondary-col--red .multi-featured-item.component--col-secondary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #e0301e; }
      .page-secondary-col--burgundy .multi-featured-item.component--col-secondary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #a32020; }
      .page-secondary-col--maroon .multi-featured-item.component--col-secondary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #602320; }
      .page-secondary-col--rose .multi-featured-item.component--col-secondary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #d93954; }
    .page-secondary-col--orange .multi-featured-item.component--col-secondary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #b13f02;
      border: 1px solid #b13f02; }
    .page-secondary-col--red .multi-featured-item.component--col-secondary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #be291a;
      border: 1px solid #be291a; }
    .page-secondary-col--burgundy .multi-featured-item.component--col-secondary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #8b1b1b;
      border: 1px solid #8b1b1b; }
    .page-secondary-col--maroon .multi-featured-item.component--col-secondary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #521e1b;
      border: 1px solid #521e1b; }
    .page-secondary-col--rose .multi-featured-item.component--col-secondary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #b93147;
      border: 1px solid #b93147; }
    .page-secondary-col--orange .multi-featured-item.component--col-secondary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #b13f02; }
    .page-secondary-col--red .multi-featured-item.component--col-secondary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #be291a; }
    .page-secondary-col--burgundy .multi-featured-item.component--col-secondary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #8b1b1b; }
    .page-secondary-col--maroon .multi-featured-item.component--col-secondary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #521e1b; }
    .page-secondary-col--rose .multi-featured-item.component--col-secondary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #b93147; }
  .multi-featured-item.component--col-tertiary .multi-featured-item__link {
    /* Loop to create colour variations */ }
    .page-tertiary-col--orange .multi-featured-item.component--col-tertiary .multi-featured-item__link {
      background: #d04a02;
      border: 1px solid #d04a02; }
    .page-tertiary-col--red .multi-featured-item.component--col-tertiary .multi-featured-item__link {
      background: #e0301e;
      border: 1px solid #e0301e; }
    .page-tertiary-col--burgundy .multi-featured-item.component--col-tertiary .multi-featured-item__link {
      background: #a32020;
      border: 1px solid #a32020; }
    .page-tertiary-col--maroon .multi-featured-item.component--col-tertiary .multi-featured-item__link {
      background: #602320;
      border: 1px solid #602320; }
    .page-tertiary-col--rose .multi-featured-item.component--col-tertiary .multi-featured-item__link {
      background: #d93954;
      border: 1px solid #d93954; }
    .multi-featured-item.component--col-tertiary .multi-featured-item__link .multi-featured-item__image-wrapper {
      /* Loop to create colour variations */ }
      .page-tertiary-col--orange .multi-featured-item.component--col-tertiary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #d04a02; }
      .page-tertiary-col--red .multi-featured-item.component--col-tertiary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #e0301e; }
      .page-tertiary-col--burgundy .multi-featured-item.component--col-tertiary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #a32020; }
      .page-tertiary-col--maroon .multi-featured-item.component--col-tertiary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #602320; }
      .page-tertiary-col--rose .multi-featured-item.component--col-tertiary .multi-featured-item__link .multi-featured-item__image-wrapper {
        border-bottom: 1px solid #d93954; }
    .page-tertiary-col--orange .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #b13f02;
      border: 1px solid #b13f02; }
    .page-tertiary-col--red .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #be291a;
      border: 1px solid #be291a; }
    .page-tertiary-col--burgundy .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #8b1b1b;
      border: 1px solid #8b1b1b; }
    .page-tertiary-col--maroon .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #521e1b;
      border: 1px solid #521e1b; }
    .page-tertiary-col--rose .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover {
      /* Includes hover state mixin */
      background-color: #b93147;
      border: 1px solid #b93147; }
    .page-tertiary-col--orange .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #b13f02; }
    .page-tertiary-col--red .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #be291a; }
    .page-tertiary-col--burgundy .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #8b1b1b; }
    .page-tertiary-col--maroon .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #521e1b; }
    .page-tertiary-col--rose .multi-featured-item.component--col-tertiary .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
      /* Includes hover state mixin */
      border-bottom: 1px solid #b93147; }
  .multi-featured-item.component--col-grey .multi-featured-item__link {
    background: #736b53;
    border: 1px solid #736b53; }
    .multi-featured-item.component--col-grey .multi-featured-item__link .multi-featured-item__image-wrapper {
      border-bottom: 1px solid #736b53; }
    .multi-featured-item.component--col-grey .multi-featured-item__link:hover {
      background: #625b47;
      border: 1px solid #736b53; }
      .multi-featured-item.component--col-grey .multi-featured-item__link:hover .multi-featured-item__image-wrapper {
	  
        border-bottom: 1px solid #625b47; }
		
@media only screen and (max-width: 500px) {
    h1, .h1 {
    font-size: 28px;
    font-size: 1.714rem;
    font-weight: bold;
    line-height: 1.3em;
    margin: 10px 0 5px;
}
   h4 {
    font-size: 14px;
    font-size: 1.342rem;
    line-height: 1.5em;
    margin: 10px 0 10px;
}
 h5 {
    font-size: 10px;
    font-size: 1.242rem;
    line-height: 1.5em;
    margin: 10px 0 10px;
}
}

/**********************************************
add your styling below this point Component
*********************************************/
