.cq-thumbnail-placeholder-off{
   display:none;
}

.overflow-hidden {
   overflow: hidden;
}

/* Title component related */
.title-strip {
  background: #e0301e;
  color: #fff;
  font-family: Georgia, serif;
  /* 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; }
    @media (max-width: 767px) {
      .title-strip .title-strip__language-list {
        float: none;
        margin-top: 10px; } }
    .title-strip .title-strip__language-list .title-strip__language-link {
      margin-bottom: 15px; }
      @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: Georgia, 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; }

/* Styles for table component -------------*/

.table table, .table td, .table tr, .table th{border: 0px; font-family:Arial, Helvetica, sans-serif; font-size:0.928571429rem; color: #404041;}
.table td, .table th{padding: 5px;}
.table th{ font-family:Georgia, "Times New Roman"; font-weight:bold; text-align:left; border-bottom: 1px dotted #6d6e71;}
.table td>p{margin-top:0px;}

.table.line th{border-bottom: 1px solid #ccc;}
.table.line td{border-bottom: 1px solid #ccc;}


.table.dotted th{border-bottom: 1px dotted #c7c8ca;}
.table.dotted td{border-bottom: 1px dotted #ccc;}

.table.striped th {border-bottom: 1px dotted #6d6e71;}
.table.striped tr:nth-child(even) {background-color: #f0f0f0;}

/*  Text component
********************/
.text .text-component ul, .text .text-component ol, .textimage .textimage-text ul, .textimage .textimage-text ol {
  /*display: inline-block;*/
  display: block;
  padding-left: 30px;
  /*margin-left: 0 !important;*/ }

.text-component ul, .text-component ol {
  margin-bottom: 10px; }
  .text-component ul li, .text-component ol li {
    line-height: 1.5em; }

.text-component p > a,
.text-component td > a,
.text-component li > a {
  border-bottom: 1px solid #404041;
  color: #404041;
  font-size: inherit;
  text-decoration: none; }

.text-component p > a:hover,
.text-component td > a:hover,
.text-component li > a:hover {
  border-bottom: 2px solid #e0301e;
  color: #404041;
  text-decoration: none; }
  .page-primary-col--orange .text-component p > a:hover, .page-primary-col--orange
  .text-component td > a:hover, .page-primary-col--orange
  .text-component li > a:hover {
    border-bottom: 2px solid #d04a02;
    color: #404041; }
  .page-primary-col--red .text-component p > a:hover, .page-primary-col--red
  .text-component td > a:hover, .page-primary-col--red
  .text-component li > a:hover {
    border-bottom: 2px solid #e0301e;
    color: #404041; }
  .page-primary-col--burgundy .text-component p > a:hover, .page-primary-col--burgundy
  .text-component td > a:hover, .page-primary-col--burgundy
  .text-component li > a:hover {
    border-bottom: 2px solid #a32020;
    color: #404041; }
  .page-primary-col--maroon .text-component p > a:hover, .page-primary-col--maroon
  .text-component td > a:hover, .page-primary-col--maroon
  .text-component li > a:hover {
    border-bottom: 2px solid #602320;
    color: #404041; }
  .page-primary-col--rose .text-component p > a:hover, .page-primary-col--rose
  .text-component td > a:hover, .page-primary-col--rose
  .text-component li > a:hover {
    border-bottom: 2px solid #d93954;
    color: #404041; }
  .page-primary-col--grey .text-component p > a:hover, .page-primary-col--grey
  .text-component td > a:hover, .page-primary-col--grey
  .text-component li > a:hover {
    border-bottom: 2px solid #736b53;
    color: #404041; }

.text-component ul li,
.text-component ol li {
  line-height: 1.5em;
  font-size: 1.142rem;
  font-size: 16px; }

.text-component ul {
  list-style: disc; }
  .text-component ul ul {
    list-style: circle; }
    .text-component ul ul ul {
      list-style: square; }
.text-component ol {
  list-style: decimal; }
  .text-component ol ol {
    list-style: lower-alpha; }
    .text-component ol ol ol {
      list-style: lower-roman; }
.text-component ul, .text-component ol {
  padding-left: 20px; }
  .text-component ul ul, .text-component ul ol, .text-component ol ul, .text-component ol ol {
    margin-top: 8px; }

 /*  end Text component
********************/

/* Styles for Textimage component -------------*/

.image_left img{
    display: block;
    padding-right: 20px;
}

.image_right img{
    display: block;
}

.image_right .modal-action > .modalbs {
    margin-left: 20px;
}

.textimage.bg10-grey > h2, .textimage.bg10-grey > h3, .textimage.bg10-grey > h4, .textimage.bg10-grey > h5, .textimage.bg10-grey > p, .textimage.bg10 > h2, .textimage.bg10 > h3, .textimage.bg10 > h4, .textimage.bg10 > h5, .textimage.bg10 > p{margin-top: 0px;}

.image_left .textimage-image{float: left;   margin: 0 20px 8px 0; overflow: hidden; max-width: 100%;}

.image_right .textimage-image{float: right;   margin: 0 0 8px 20px; overflow: hidden; max-width: 100%;}

.image_left .textimage-modal{float: left;   margin: 0 8px 8px 0; overflow: hidden;}

.image_right .textimage-modal{float: right;   margin: 0 8px 8px 0; overflow: hidden;}

#center .image_left ul li, #center .image_left ol li{text-indent: -19px\0/; list-style-position: inside\0/;}

.textimage ul, .textimage ol {
  display: inherit;
  padding: 0;
  padding-left: 30px;
  margin-left: 0 !important;
}

#center .text.text_quote_v2 p:first-child {
	border-top: 2px dotted;
	display: table-cell;
	background-color: transparent;
}
.parsys_column .image_left.text_quote_v2 .textimage-text,
.parsys_column .image_right.text_quote_v2 .textimage-text {
	width: 100%;
}
.parsys_column .image_left.text_quote_v2 .textimage-image,
.parsys_column .image_right.text_quote_v2 .textimage-image {
	margin-top:5px;
}
.parsys_column .image_left.text_quote_v2 .textimage-text p,
.parsys_column .image_right.text_quote_v2 .textimage-text p {
	display:inline!important;
	border-top: none!important;
}
.parsys_column .image_right.text_quote_v2,
.parsys_column .image_left.text_quote_v2 {
	border-top:2px dotted;
	padding-top:5px;
	margin-top: 8px;
}

/* Styles for image component -------------*/

div.image p{font-family: Arial;}
div.image img.full-width{width:100%;}

div.image {
   position: relative;
   margin: 0;
   display:block;
   clear:both;
   width: 100%;
}

.img-alignment-center {
    text-align: center;
}

div.image.img-alignment-center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.image.img-alignment-right {
  text-align:right;
}

div.img-alignment-center .modalbs {
	margin: 0px auto;
	position: relative;
    display: table;
}

div.image.img-alignment-right .modalbs{
	float: right;
}

div.image.img-alignment-center .modalbs .icon.image{
  margin: 0px auto;
}

div.image.img-alignment-right .modalbs .icon.image{
  left: auto;
}

/* Styles for image modal */
.image-component .modal-dialog {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    width: auto !important;
}

.image-component .modal-content {
    margin: 0 !important;
}

.image-component .modal-image {
    display: block;
}

.image-component .modal-body {
    max-height: none !important;
}

.image-component .modal-icon {
    max-width: 100%;
}

/*	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 */
/* BEGIN Download component */
.cta-download .cta-download__link {
  color: #fff;
  text-decoration: none;
  padding: 60px 0 40px;
  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: Georgia, 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 */

/* Styles for modal component -------------*/
div.image.modalbs { margin: inherit;}

.modalbs {position: relative;}
.modalbs .pointer{ cursor: pointer;}
.modalbs .icon{width: 24px; height:24px; position:absolute; left:0px; top:0px; background-repeat:no-repeat; z-index:2;}
.modalbs .icon.image{background-image: url("components-colors/images/modalbs/icon-expand.png");}
.modalbs .icon.chart{background-image: url("components-colors/images/modalbs/icon-chart.png");}
.modalbs .icon.video{background-image: url("components-colors/images/modalbs/icon-video.png");}
.modalbs img{z-index: 1;}

.modal-open .modal{background-color: rgba(255,255,255,.85);}
.modal .modal-header{  border-bottom: 0px;}
.modal .modal-content{  border: 1px solid #CCC; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin-top: 70px;}
.modal button.close{  position: absolute; right: -34px;  border: 2px solid #eb8c00;  color: #eb8c00;  width: 30px;  height: 30px;  top: -34px;  font-size: 31px;}
.modal-content h4 {  margin-top: 10px;
  position: absolute;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  color: #404041;}

.modal-backdrop-placeholder {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   background-color: #000000;
}
.modal-backdrop-placeholder.fade {
   opacity: 0;
   filter: alpha(opacity=0);
}
.modal-backdrop-placeholder.in {
   opacity: 0.5;
   filter: alpha(opacity=50);
}

.modal.fade.cq-modal-placeholder {
position: relative;
   opacity: 1;
   overflow: visible;
   /*top: 100px;*/
}

.cq-modal-placeholder-off {
   display: none;
   /*position: relative;*/
   overflow-y: none;
}

.cq-modal-placeholder {
   display: block!important;

}

@media (max-width: 980px) {
    .modal-content{width: 90% !important;}
}

@media (min-width: 768px) {
   .cq-modal-dialog-placeholder-off {
       width: 600px;
       margin: 30px auto;
   }
}

.cq-modal-disabled-placeholder {
   pointer-events: none;
   cursor: default;
}

.cq-modal-disabled-placeholder-off {
   pointer-events: all;
   cursor: default;
}

.modal-body {
   max-height: calc(100vh - 210px);
   overflow-y: auto;
}

/* styles for when modal is used in collection with a video */
.collection__content > #modalbs-modalId_video {
    text-align: center;
}

.collection__content > #modalbs-modalId_video > .modal-dialog {
    width: auto;
    display: inline-block;
}

.collection__content > #modalbs-modalId_video > .modal-dialog > .modal-content {
    width: auto !important;
}

.collection__content > #modalbs-modalId_video > .modal-dialog > .modal-content > .modal-body {
    padding: 0;
    overflow: hidden;
}

@media (max-width: 486px) {
    .collection__content > #modalbs-modalId_video > .modal-dialog > .modal-content > .modal-body {
        width: 230px;
    }
}

/* styles for when modal is used in faceted with a video */
@media (min-width: 774px) {
    .faceted-navigation-component > div[id^=modalbs-modalId_fvideo] {
        text-align: center;
    }

    .faceted-navigation-component > div[id^=modalbs-modalId_fvideo] > .modal-dialog {
        width: auto;
        display: inline-block;
        margin-top: 60px;
    }
}

.modal-content .jw-video-error, .facetednavigation_modal-content .jw-video-error {
   padding: 5rem 2rem 2rem ;
   background: url(components-colors/images/modalbs/warning.png) no-repeat center 1rem transparent;
}

.modal-content .jw-video-error h3, .facetednavigation_modal-content .jw-video-error h3 {
   font-family: arial, sans-serif;
   font-size: 22px;
   font-style: normal;
   font-weight: normal;
   color: #aaa;
   margin: 0;
   text-align: center;
}

/* Styles for rte plugins -------------*/
#CQrte a.modalbs {
	background-color: #eb8c00;
}

a.btn-centered{
    margin: 0 auto 20px;
}
/*
a.btn {
    display: table !important;
    padding: 14px 23px;
    font: 13px/16px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background: #f0f0f0;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}*/

a.btn:hover{
    padding: 14px 23px;
}

a.tweetthis {
    color: #00aced;
    padding-right: 16px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NTMxRkJCMkE0MzgxMUUxOEQxMTgzNjBDNjQ4QTVBMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NTMxRkJCM0E0MzgxMUUxOEQxMTgzNjBDNjQ4QTVBMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg1MzFGQkIwQTQzODExRTE4RDExODM2MEM2NDhBNUEyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg1MzFGQkIxQTQzODExRTE4RDExODM2MEM2NDhBNUEyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mVdMVgAAAMVJREFUeNpi/P//PwPj2vcC/4MFPzCgAZA4kEoAYhD9AKhmAVSMgRGqcT2QvREkgabxPJAyQBI6AMQKQNzIBBUAmTIfqHA+3MS17w3QNIGAA1TtBZjGhVAa5Kz7IAOAdDwDdpAIdNkFmFP3Q00jCICaGEE0zMZCIP5AhL4LMAYT1BSQwEQiNE9E0YgUYg/w2YYc6kxIbgdpTATiDTic6IgswAIN/n4gDoAGNToA2VKInkDAoYoUbwFIciBnHwBqwOp8gAADAKjQTaVhdANrAAAAAElFTkSuQmCC) no-repeat bottom right;
    display:inline-block;
}

.text.bg10, .text.bg10-grey{
  padding: 15px;
  margin-bottom: 10px;
}

.text.spacer_before{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #6d6c71;
}

.text.spacer_after{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6d6c71;
}

.text.spacer_both{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #6d6c71;

  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6d6c71;
}

#center .text ol{ /* fixes indentation issue PR-568*/
  margin-left: -17px;
}

#center .text.text_large{
  font-size: 1.2rem;
}

#center .text.text_quote_v2  p:first-child {border-top: 2px dotted}
#center .text.text_quote_v2  p{font-family: georgia; font-size: 1.2rem; font-style: italic;margin-top: 8px; padding-top: 5px; }

/* text_quote backwards comp before R1.03*/
#center .text.text_quote p:before{
  content: '“';
  font-family: Georgia;
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 15px;
  padding-right: 5px;
  float: left;
}

#center .text.text_quote p:after{
  content: '”';
  font-family: Georgia;
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 15px;
  padding-left: 5px;
  float: right;
}

/* Bootstrap overrides for ie9 toolbar*/
button.x-btn-text {
          box-sizing: border-box;
}

/* From parallax.css */

/* German 04/01/15 */
.text.text_large h2
{font-size: 300%;}

.text.text_large h3
{font-size: 200%;}

.text.text_large h4
{font-size: 150%;}

.text.text_large h5
{font-size: 130%;}

.text.text_large p
{font-size: 130%;}

.text.text_quote p:before
{ content: '“'; font-family: Georgia; font-size: 2rem; font-style: italic; font-weight: bold; line-height: 1.142857143rem; padding-right: 5px; float: left; }

.text.text_quote p:after
{ content: '”'; font-family: Georgia; font-size: 2rem; font-style: italic; font-weight: bold; line-height: 1.142857143rem; padding-left: 5px; float: right; }

/*	Collection feed
********************/
.collection {
  padding: 40px 0 10px; }
@media (max-width: 767px) {
  .collection {
    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: Georgia, 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(components-colors/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: Georgia, 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
*******************/
.contacts-component {
    padding: 40px 0; }
.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: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
.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: #db4935;
    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: #ba3e2d; }
.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 {
    min-width: 150px; }
.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"; }
.thumbnail__clip.thumbnail__clip--100x100 {
    padding-top: 100%;
    background-image: url('components/images/contactscollection/pwc-contact-default.jpg');
    background-size: cover;
    background-position: center top;
}

/*  These styles were added by Conexio team because they were missing in the stylesheet provided by TheTin.
    The styles added here are the ones that contact collection has in scrollable rendition */

/* styles for component title */
.contactscollection .contacts-collection-title {
    margin: 0;
    padding: 0;
    border: none;
}

.contactscollection .contacts-collection-title.bottom-margin {
    margin-bottom: 40px !important;
}

/* styles for filters */
.contactscollection .listing-filters {
    padding: 30px 15px 30px 0;
}

.contactscollection .listing-filters__select {
    font-size: 15px;
    font-weight: 400 !important;
}

/* styles for advanced pagination */
.contactscollection #center nav.pager-wrapper ul.advanced {
    position: relative;
    float: left;
    left: 50%;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.contactscollection #center nav.pager-wrapper ul {
    margin-left: 0px;
    list-style: none;
    padding: 0px;
}

.contactscollection #center nav.pager-wrapper ul li {
    list-style-image: none;
    padding: 0 1px;
    position: relative;
    float: left;
    margin: 0;
}

.contactscollection #center nav.pager-wrapper ul.advanced li {
    right: 50%;
}

.contactscollection #center nav.pager-wrapper ul li a {
    display: block;
    cursor: pointer;
    font: normal 16px Georgia;
    line-height: 21px;
    padding: 5px 14px;
    color: #000;
}

.contactscollection #center nav.pager-wrapper ul li a:hover {
    text-decoration: none;
}

.contactscollection .bg100 {
    color: #FFF !important;
    background: #e1301e;
    border-radius: 4px;
}

/* styles for titles when grouping is enabled */
.contactscollection .fg100 {
    color: #6d6e71;
    font-size: 1.716rem;
}

.contactscollection h2 {
    padding-top: 7px;
    padding-bottom: 15px;
    border-top: 2px solid #cccccc;
}

#center nav.pager-wrapper ul li.page-nav-date{
  font-size: 0.928571429rem;
  font-style: normal;
  font-weight: bold;
  display: block;
  font-family: Georgia;
  text-align: center;
  padding: 0;
}

/* Pagination */


#center ul.eventspagination{
  margin-left: 0px;
  list-style: none;
  padding: 0px;
  min-height: 30px;
  position: relative;
  float: left;
  left: 50%;
  margin-top:10px;
}

#center ul.eventspagination li {
  list-style-image: none;
  padding: 0 1px;
  position: relative;
  float: left;
  margin: 0;
   right: 50%;
}

#center ul.eventspagination li.active a{
  background-color: #939598;
}

#center ul.eventspagination li a {
  display: block;
  cursor: pointer;
  border-radius: 0px;
  border: 0px;
  color: #FFF;
  font-family: Georgia;
  padding: 5px 14px;
  min-width: 20px;
  text-align: center;
}

#center ul.eventspagination li a:hover {
  color: #FFF;
  text-decoration: none !important;
}

#center ul.eventspagination li.next {
  float: right;
}

#center ul.eventspagination li.previous {
  float: left;
}

.event-table{width: 100%; border-collapse: separate;}

.event-table, .event-table td, .event-table tr, .event-table th{ border: 0px; font-family:Arial, Helvetica, sans-serif; font-size:0.928571429rem; color: #404041;}
.event-table td, .event-table th{padding: 5px;}
.event-table th{ font-family:Georgia, "Times New Roman"; font-weight:bold; text-align:left; border-bottom: 1px dotted #6d6e71;}
.event-table td>p{margin-top:0px;}

.event-table.line th{border-bottom: 1px solid #ccc;}
.event-table.line td{border-bottom: 1px solid #ccc;}

.event-table.dotted th{border-bottom: 1px dotted #c7c8ca;}
.event-table.dotted td{border-bottom: 1px dotted #ccc;}

.event-table.striped th {border-bottom: 1px dotted #6d6e71;}
.event-table.striped tr:nth-child(even) {background-color: #f0f0f0;}



/* Component: Accordion */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.143rem;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
    color: #428bca;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

/* PwC */
.panel {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.panel-group .panel {
    border-radius: 0;
    border: 0;
}
.panel-title { text-transform: none; }
.panel-default > .panel-heading {
    border: 0;
    border-radius: 0;
    border-color: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body { border: 0; }
.panel-heading, .panel-title { padding: 0; }
.panel-title a {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    padding: 5px 10px;
    font-family: Georgia, "Times New Roman";
    background-repeat: no-repeat;
    background-position: center right;
}
.panel-title a:focus { outline: 0; }

/* Remove old H2 styles */
.accordion.section .parsys h2 {
    background-color: transparent;
	background-image: none;
	cursor: default;
	padding: 0;
	color: #000 !important;
	font-size: 1.3rem;
	margin: 0.5em 0;
}

/* PR-1602 Accordion pane font size */
.accordion.section .panel-title a { font-size: 1rem; }

/* Component: Socialfollow */
#socialfollow { background-color: #6d6e71; padding: 5px 10px 5px 5px; }
#socialfollow span { display: inline-block; zoom: 1; *display: inline; font-size: 1.1rem; font-weight: bold; padding: 0 5px 0 5px; vertical-align: -10%; font-style: italic; font-family: Georgia, "Times New Roman"; color: #fff; }
#socialfollow a { display: inline-block; zoom: 1; *display: inline; margin: 0 5px; }

/* From parallax.css */
.pwcscrolling #socialfollow { background-color: transparent; }
.pwcscrolling #socialfollow span { display: block; color: #000; margin-bottom: 25px; padding-left: 0; font-size: 1.8rem; }
.pwcscrolling #socialfollow a { margin: 0px 2px 0 0; }
.pwcscrolling #socialfollow a img { width: 22px; height: 22px; }

/* For HP Rendition PR-1705 & PR-1700 & PR-2400 */
.pwcscrolling.longform-contact-profile-template .socialfollow.section,
.pwcscrolling.longform-level1-landing-template .socialfollow.section,
.pwcscrolling.longform-territory-homepage-template .socialfollow.section {
	text-align: center;
	padding: 20px 0;
	vertical-align: baseline;
	background-color: #404041;
}

.pwcscrolling.longform-contact-profile-template #socialfollow,
.pwcscrolling.longform-level1-landing-template #socialfollow,
.pwcscrolling.longform-territory-homepage-template #socialfollow {

}

.pwcscrolling.longform-contact-profile-template #socialfollow a,
.pwcscrolling.longform-level1-landing-template #socialfollow a,
.pwcscrolling.longform-territory-homepage-template #socialfollow a {
	background: transparent;
	line-height: 1;
}

.pwcscrolling.longform-contact-profile-template #socialfollow span,
.pwcscrolling.longform-level1-landing-template #socialfollow span,
.pwcscrolling.longform-territory-homepage-template #socialfollow span {
	color: #fff;
	font-weight: normal;
	font-size: 1.716rem;
	font-family: georgia, serif;
	margin-right: 20px;
	padding-right: 3px;
}

.pwcscrolling.longform-contact-profile-template #socialfollow span,
.pwcscrolling.longform-level1-landing-template #socialfollow span,
.pwcscrolling.longform-territory-homepage-template #socialfollow a {
    margin: 0px 6px 0 0;
}

.pwcscrolling.longform-contact-profile-template #socialfollow a img,
.pwcscrolling.longform-level1-landing-template #socialfollow a img,
.pwcscrolling.longform-territory-homepage-template #socialfollow a img {
    width: 28px;
    height: 28px;
}

@media (min-width: 480px) {
    .pwcscrolling.longform-contact-profile-template #socialfollow span,
	.pwcscrolling.longform-level1-landing-template #socialfollow span,
	.pwcscrolling.longform-territory-homepage-template #socialfollow span {
        display: inline-block !important;
        margin: 0 20px 0 0 !important;
    }

    .pwcscrolling.longform-contact-profile-template #socialfollow,
	.pwcscrolling.longform-level1-landing-template #socialfollow,
	.pwcscrolling.longform-territory-homepage-template #socialfollow {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-justify-content: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

/* Component: Tabs*/
.nav-tabs {
    margin-bottom: 10px;
    margin-left: auto !important;
}
.nav-tabs > li { margin-right: 10px; }
.nav-tabs > li > a {
    line-height: 1em;
    font-size: .85em;
    font-family: Georgia, "Times New Roman";
    border: 0;
    border-radius: 0;
    font-style: italic;
    font-weight: bold;
    outline: 0;
}
.nav-tabs > li > a {
    background-color: #fff;
    font-size: 0.9em;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #fff;
}

.nav-tabs > li > a {
  border-color: #e7e7e8 #e7e7e8 #dc6900;
}

/* MG: PR-1305 Tag style tabs */
.nav-tabs.displayTags {
    margin-bottom: 10px;
    margin-left: auto !important;
    border: none;
}
.nav-tabs.displayTags > li { margin-right: 10px; margin-bottom: 10px;}

.nav-tabs.displayTags > li > a {
    border-radius: 30px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    outline: 0;
    padding: 0.928em 1.857em; /*  calculates to approx 13px 26px  */
    text-decoration: none;
    text-transform: none;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	/* PR-1694 */
	background-color: transparent;
    border: 1px solid #6d6e71;
    color: #404041;
}

@media (max-width: 767px) {
  .nav-tabs.displayTags > li > a {
  font-size: 12px;
  }
}


/* PR-1694
.nav-tabs.displayTags > li > a:visited {
color: #8E8E8E !important;
}
*/

.nav-tabs.displayTags > li.active > a,
.nav-tabs.displayTags > li > a:hover,
.nav-tabs.displayTags > li > a:focus,
.nav-tabs.displayTags > li.active > a:hover,
.nav-tabs.displayTags > li.active > a:focus {
  border: 1px solid;
  border-color: inherit;

}


.nav-tabs.displayTags > li > a:hover,
.nav-tabs.displayTags > li.active > a:hover {
cursor: pointer;
}

.nav-tabs.displayTags > li.active > a {
margin-bottom: 0;
}

/*  Default colour theme (red) */
.nav-tabs.displayTags > li.active > a,
.nav-tabs.displayTags > li > a:hover,
.nav-tabs.displayTags > li.active > a:hover,
.nav-tabs.displayTags > li > a:focus,
.nav-tabs.displayTags > li.active > a:focus {
    border: 1px solid;
	background-color: #6d6e71;
	border-color: #6d6e71;
	color: #ffffff;
}

/* PR-1602 Tabs bottom line */
.tabs.section .nav-tabs > li { margin-bottom: 0px; }

/* PR-2046 */
.tabsnew.section { margin: 40px 0; }
@media (max-width: 767px) {
	.tabsnew.section { margin: 20px 0; }
}
/* Component: Column Control */
.onecol.homepage .columnPar { float: left; }
.pwccol3-home-c0, .pwccol3-home-c1, .pwccol3-home-c2,
.pwccol4-home-c0, .pwccol4-home-c1, .pwccol4-home-c2, .pwccol4-home-c3,
.pwccol4-home-c-c0, .pwccol4-home-c-c1, .pwccol4-home-c-c2, .pwccol4-home-c-c3,
.pwccol2-landing-c0, .pwccol2-landing-c1, .pwccol2-landinga-c0, .pwccol2-landinga-c1, .pwccol2-landingb-c0, .pwccol2-landingb-c1, 
.pwccol3-landing-c0, .pwccol3-landing-c1, .pwccol3-landing-c2,
.pwccol3-landing-c-c0, .pwccol3-landing-c-c1, .pwccol3-landing-c-c2,
.pwccol2-content-c0, .pwccol2-content-c1, .pwccol2-contenta-c0, .pwccol2-contenta-c1, .pwccol2-contentb-c0, .pwccol2-contentb-c1, .pwccol2-contentc-c0, .pwccol2-contentc-c1,
.pwccol3-content-c0, .pwccol3-content-c1, .pwccol3-content-c2,
.pwccol1-longform-c0, .pwccol2-longform-c0, .pwccol2-longform-c1
{
	vertical-align: top;
	width: 224px;
	display: inline-block;
    /* background-color: #f0f0f0; */
}
.pwccol3-home-c0, .pwccol3-home-c1, .pwccol3-home-c2
{ padding: 10px; border-right: 1px solid #fff; background-color: #fdf4e5; }
.pwccol4-home-c-c0, .pwccol4-home-c-c1, .pwccol4-home-c-c2, .pwccol4-home-c-c3
{ padding: 10px; border-right: 1px solid #fff; }
.pwccol3-landing-c-c0, .pwccol3-landing-c-c1, .pwccol3-landing-c-c2
{ padding: 10px; border-right: 1px solid #fff; }
#center .pwccol3-landing-c-c2 ul li { list-style-image: url(data:image/gif;base64,R0lGODlhBQAIAPcBAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAAFAAgAAAgQAAEIHEiwoEGCARIqXMgwIAA7); }
* html #center .pwccol3-landing-c-c2 ul li, *:first-child+html #center .pwccol3-landing-c-c2 ul li { list-style-image: url(data:image/gif;base64,R0lGODlhBQAIAPcBAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAAFAAgAAAgQAAMIHEiwIICDCBMqXJgwIAA7); }

.pwccol3-home, .pwccol4-home, .pwccol4-home-c,
.pwccol2-landing, .pwccol2-landing, .pwccol2-landinga, .pwccol2-landingb, .pwccol3-landing, .pwccol3-landing-c, 
.pwccol2-content, .pwccol2-contenta, .pwccol2-contentb, .pwccol2-contentc, .pwccol3-content,
.pwccol1-longform, .pwccol2-longform
{ display: table; position: relative; width: 100%; table-layout: fixed;}
.pwccol1-longform { width: 66%; margin: 0 auto; }

.pwccol2-landing, .pwccol2-landing, .pwccol2-landinga, .pwccol2-landingb, .pwccol3-landing, .pwccol3-landing-c, 
.pwccol2-content, .pwccol2-contenta, .pwccol2-contentb, .pwccol2-contentc, .pwccol3-content
{ border-collapse: separate; } /* border-spacing: 10px; } */

.pwccol3-home .parsys_column,
.pwccol4-home .parsys_column,
.pwccol4-home-c .parsys_column,
.pwccol2-landing .parsys_column,
.pwccol2-landinga .parsys_column,
.pwccol2-landingb .parsys_column,
.pwccol3-landing .parsys_column,
.pwccol3-landing-c .parsys_column,
.pwccol2-content .parsys_column,
.pwccol2-contenta .parsys_column,
.pwccol2-contentb .parsys_column,
.pwccol2-contentc .parsys_column,
.pwccol3-content .parsys_column,
.pwccol1-longform .parsys_column,
.pwccol2-longform .parsys_column
{ display: table-cell;  }

.pwccol3-home-c2, .pwccol4-home-c3, .pwccol4-home-c-c3, .pwccol3-landing-c-c2 { border-right: 0; }

.pwccol4-home-c0, .pwccol4-home-c1, .pwccol4-home-c2, .pwccol4-home-c3,
.pwccol2-landing-c0, .pwccol2-landing-c1, .pwccol2-landinga-c0, .pwccol2-landinga-c1, .pwccol2-landingb-c0, .pwccol2-landingb-c1, 
.pwccol3-landing-c0, .pwccol3-landing-c1,  .pwccol3-landing-c2
{ border-right: 15px solid #fff; }
.pwccol4-home-c3, .pwccol2-landing-c1, .pwccol2-landinga-c1, .pwccol2-landingb-c1, .pwccol3-landing-c2 
{ border-right: 0; }

.pwccol3-landing-c-c0, .pwccol3-landing-c-c1 { background-color: #f5f4f0; }
.pwccol3-landing-c-c2 { color: #fff; background-color: #6d6e71; }
.pwccol3-landing-c-c2 h2, .pwccol3-landing-c-c2 a { color: #fff !important; }

.pwccol4-home-c0, .pwccol4-home-c1, .pwccol4-home-c2, .pwccol4-home-c3 { width: 25%; }
.pwccol4-home-c-c3 { background-color: #6d6e71; }
.pwccol4-home-c h2 { font-style: italic; }
.pwccol4-home-c h3 { font-size: 1rem; color: #000000; font-weight: bold; }

.pwccol2-landing-c0, .pwccol2-landing-c1 { width: 50%; }
.pwccol2-landinga-c0, .pwccol2-landingb-c1 { width: 33.33%; }
.pwccol2-landinga-c1, .pwccol2-landingb-c0 { width: 66.64%; }
.pwccol3-landing-c0, .pwccol3-landing-c1,  .pwccol3-landing-c2 { width: 33.33%; }  .pwccol3-landing-c1 { width: 33.34%; }

.pwccol2-content-c0, .pwccol2-content-c1, .pwccol2-contenta-c0, .pwccol2-contenta-c1, .pwccol2-contentb-c0, .pwccol2-contentb-c1, .pwccol2-contentb-c0, .pwccol2-contentb-c1,
.pwccol3-content-c0, .pwccol3-content-c1,  .pwccol3-content-c2
{ border-right: 15px solid #fff; }
.pwccol2-content-c1, .pwccol2-contenta-c1, .pwccol2-contentb-c1, .pwccol2-contentc-c1, .pwccol3-content-c2
{ border-right: 0; }

.pwccol2-content-c0, .pwccol2-content-c1 { width: 50%; }
.pwccol2-contenta-c0, .pwccol2-contentb-c1 { width: 33.33%; }
.pwccol2-contenta-c1, .pwccol2-contentb-c0 { width: 66.64%; }
.pwccol2-contentc-c0 { width: 75%; }
.pwccol2-contentc-c2 { width: 25%; width: 50px; }
.pwccol3-content-c0, .pwccol3-content-c1,  .pwccol3-content-c2 { width: 33.33%; } .pwccol3-content-c1 { width: 33.34%; }

.pwccol1-longform-c0 { width: 66%; margin: 0 auto; } /* text-align: center */
.pwccol2-longform-c0, .pwccol2-longform-c1 { width: 50%; }
.pwccol2-longform-c0 { padding-right: 15px; }
.pwccol2-longform-c1 { padding-left: 15px; }

/* For homepage? */

.pwccol3-home h1, .pwccol3-home h2, .pwccol3-landing h1, .pwccol3-landing h2, .pwccol4-landing h1, .pwccol4-landing h2 { font-style: italic; background-color: transparent !important; border: 0 !important; line-height: 1.3em; padding: 0; font-size: 1.4rem; margin-bottom: 5px;}
.pwccol3-home p, .pwccol3-landing p, .pwccol4-landing p { font-size: 1.1rem; margin: 7px 0; font-family: arial; font-size: 1rem; }
.pwccol3-home small, .pwccol4-landing small, .pwccol4-landing small { display: block; font-size: .85rem;}
.pwccol3-home ul, .pwccol3-landing ul, .pwccol4-landing ul { margin-bottom: 10px; }
/*
.pwccol3-home a, .pwccol3-landing a, .pwccol4-landing a { display: block; text-decoration: none !important; font-family: Georgia, "Times New Roman"; font-size: 0.95em; font-weight: bold;}
.pwccol3-home ul li a, .pwccol3-landing ul li a, .pwccol4-landing ul li a { font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; font-weight: normal; color: #404041 !important; }
*/

/* Responsive */
@media (max-width: 980px) {
	.pwccol3-home .parsys_column { width: 33.3%; }
}
@media (max-width: 500px) {
	.onecol.homepage .columnPar { float: none; }
	.columnPar .parsys_column { display: block;  width: 100%; }
}

/* From parallax.css */
.pwccol2-longformb-c0, .pwccol2-longformb-c1,
.pwccol2-longformc-c0, .pwccol2-longformc-c1,
.pwccol3-longform-c0, .pwccol3-longform-c1, .pwccol3-longform-c2
{
	vertical-align: top;
	display: inline-block;
}

.pwccol2-longformb, .pwccol2-longformc, .pwccol3-longform
{ display: table; position: relative; width: 100%; table-layout: fixed;}

.pwccol2-longformb .parsys_column,
.pwccol2-longformc .parsys_column,
.pwccol3-longform .parsys_column
{ display: table-cell;  }

.pwccol2-longformb-c0, .pwccol2-longformc-c1 { width: 66.64%; }
.pwccol2-longformb-c1, .pwccol2-longformc-c0 { width: 33.33%; }
.pwccol2-longformb-c0 { padding-right: 15px; }
.pwccol2-longformb-c1 { padding-left: 15px; }
.pwccol2-longformc-c1 { padding-left: 15px; }
.pwccol2-longformc-c0 { padding-right: 15px; }
.pwccol3-longform-c0, .pwccol3-longform-c2, .pwccol3-longform-c1 { width: 33.33%; width: calc(100% / 3); }
.pwccol3-longform-c0 { padding-right: 20px; }
.pwccol3-longform-c1 { padding-left: 10px; padding-right: 10px; }
.pwccol3-longform-c2 { padding-left: 20px; }

.pwcscrolling .sectionpar, .pwcscrolling #footer-wrapper { padding: 0 15px; }

.pwccol1-longform .parsys_column,
.pwccol2-longform .parsys_column,
.pwccol2-longformb .parsys_column,
.pwccol2-longformc .parsys_column,
.pwccol3-longform .parsys_column
{
	padding-top: 40px;
	padding-bottom: 40px;
}

@media(max-width:1200px){
	.pwccol2-longform .parsys_column img,
	.pwccol2-longformb .parsys_column img,
	.pwccol2-longformc .parsys_column img,
    .pwccol3-longform .parsys_column img
	{/* width: 100% !important; height: 100% !important; */}

}
@media (max-width: 768px) {
	.pwccol1-longform { width: 100%; }
	.pwccol2-longform-c0, .pwccol2-longform-c1,
	.pwccol2-longformb-c0, .pwccol2-longformb-c1,
	.pwccol2-longformc-c0, .pwccol2-longformc-c1,
	.pwccol3-longform-c0, .pwccol3-longform-c1, .pwccol3-longform-c2
    { width: 100%; }
	.pwccol2-longform-c0, .pwccol2-longformb-c0, .pwccol2-longformc-c0 { padding-right: 0; }
	.pwccol2-longform-c1, .pwccol2-longformb-c1, .pwccol2-longformc-c1 { padding-left: 0; }
	.pwccol3-longform-c0, .pwccol3-longform-c1 { padding-right: 15px; }
	.pwccol3-longform-c1, .pwccol3-longform-c2 { padding-left: 15px; }
	.pwccol2-longform .parsys_column, .pwccol2-longformb .parsys_column, .pwccol2-longformc .parsys_column, .pwccol3-longform .parsys_column { display: block; }
	.sectioncomponent section { background-size: inherit; } 

	.pwccol1-longform .parsys_column,
	.pwccol2-longform .parsys_column,
	.pwccol2-longformb .parsys_column,
	.pwccol2-longformc .parsys_column,
	.pwccol3-longform .parsys_column
	{
		padding-left:0;
		padding-right:0;
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
}
@media(max-width:600px){  }

.pwccol1-longform h2:first-child,
.pwccol1-longform h3:first-child,
.pwccol1-longform h4:first-child,
.pwccol1-longform h5:first-child,

.pwccol2-longform h2:first-child,
.pwccol2-longform h3:first-child,
.pwccol2-longform h4:first-child,
.pwccol2-longform h5:first-child,

.pwccol2-longformb h2:first-child,
.pwccol2-longformb h3:first-child,
.pwccol2-longformb h4:first-child,
.pwccol2-longformb h5:first-child,

.pwccol2-longformc h2:first-child,
.pwccol2-longformc h3:first-child,
.pwccol2-longformc h4:first-child,
.pwccol2-longformc h5:first-child,

.pwccol3-longform h2:first-child,
.pwccol3-longform h3:first-child,
.pwccol3-longform h4:first-child,
.pwccol3-longform h5:first-child
{
margin-top: 0;
}

/* MG: Original Component Pinning */

.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);-ms-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);-ms-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);-ms-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-ms-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-ms-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-ms-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.hideme { opacity: 0; }
.showme { opacity: 1; }

.pwccol1-longform-pinleft:before,
.pwccol1-longform-pinleft:after,
.pwccol1-longform-pinright:before,
.pwccol1-longform-pinright:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.pwccol1-longform-pinleft:after, .pwccol1-longform-pinright:after {
    clear: both;
}
.pwccol1-longform-pinleft, .pwccol1-longform-pinright {
    *zoom: 1;
}

.pwccol1-longform-pinright div.pinnedcontent img,
.pwccol1-longform-pinleft div.pinnedcontent img
{ max-width: 100% !important; height: auto; }

.pwccol1-longform-pinleft-c0 div.parbase { padding-left: 15px; }
.pwccol1-longform-pinright-c0 div.parbase { padding-right: 15px; }

.pwccol1-longform-pinleft div.pinnedcontent { padding-right: 15px; }
.pwccol1-longform-pinright div.pinnedcontent { padding-left: 15px; }

.pwccol1-longform-pinleft div.pinnedcontent,
.pwccol1-longform-pinright div.pinnedcontent {
  position: -webkit-sticky;
  position: sticky;
  top: 50px !important;
}

.pwccol1-longform-pinleft .parsys_column div.parbase { width: 50%; margin-left: 50%; margin-top: 50px;}
.pwccol1-longform-pinleft .parsys_column div.pinnedcontent { width: 50%; float: left; margin-left: 0; margin-top: 0; }

.pwccol1-longform-pinright .parsys_column div.parbase { width: 50%; margin-right: 50%; margin-top: 50px;}
.pwccol1-longform-pinright .parsys_column div.pinnedcontent { width: 50%; float: right; margin-right: 0; margin-top: 0; }

@-moz-document url-prefix() { /* FF */
  .pwccol1-longform-pinleft .parsys_column div.pinnedcontent, .pwccol1-longform-pinright .parsys_column div.pinnedcontent { margin-top: 50px; }
}

@media (max-width: 1200px) {
	.pwccol1-longform-pinleft .parsys_column div.parbase { width: 100%; margin-left: 0;}
	.pwccol1-longform-pinright .parsys_column div.parbase { width: 100%; margin-right: 0;}
	.pwccol1-longform-pinleft .parsys_column div.pinnedcontent,
	.pwccol1-longform-pinleft .parsys_column div.pinnedcontent
	{ position: relative !important; width: auto !important; float: none !important; top: auto !important; }
    .pwccol1-longform-pinleft .parsys_column .hideme, .pwccol1-longform-pinright .parsys_column .hideme { opacity: 1; }
	.fadeOut, .fadeIn { animation-name: none !important; }

	.pwccol1-longform-pinright div.pinnedcontent img,
	.pwccol1-longform-pinleft div.pinnedcontent img { max-width: auto !important; }
	.pwccol1-longform-pinleft .text, .pwccol1-longform-pinright div.parbase, .pwccol1-longform-pinleft div.pinnedcontent, .pwccol1-longform-pinright div.pinnedcontent
	{ padding-left: 0; padding-right: 0; }

	.pwccol1-longform-pinleft div.pinnedcontent,
	.pwccol1-longform-pinright div.pinnedcontent {
  		position: relative !important;
  		top: 0 !important;
	}
	.hideme { opacity: 1 !important; }
	.pwccol1-longform-pinleft div.pinnedcontent.hidden-mobile,
	.pwccol1-longform-pinright div.pinnedcontent.hidden-mobile {
		display: none !important;
	}
}

/* MG: Original HTML Pinning */
.pwccol1-longform-pinright .pinnedcomponent img,
.pwccol1-longform-pinleft .pinnedcomponent img,
.pwccol1-longform-pinright .pinnedcomponent jwplayer,
.pwccol1-longform-pinleft .pinnedcomponent jwplayer { max-width: 100% !important; height: auto; }

.pwccol1-longform-pinleft .pinnedcomponent { padding-right: 15px; }
.pwccol1-longform-pinright .pinnedcomponent { padding-left: 15px; }

.pwccol1-longform-pinleft .pinnedcomponent,
.pwccol1-longform-pinright .pinnedcomponent {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.pwccol1-longform-pinleft .parsys_column .pinnedcomponent { width: 50%; float: left; } /* margin-top: 40px; } */
.pwccol1-longform-pinright .parsys_column .pinnedcomponent { width: 50%; float: right; } /*  margin-top: 40px; } */
.pwccol1-longform-pinleft .parsys_column div.parbase.pinnedcomponent,
.pwccol1-longform-pinright .parsys_column div.parbase.pinnedcomponent { margin: 0 !important; padding: 0 !important; }

@-moz-document url-prefix() { /* FF */
  .pwccol1-longform-pinleft .parsys_column .pinnedcomponent, .pwccol1-longform-pinright .parsys_column .pinnedcomponent { margin-top: 50px; }
}

@media (max-width: 1200px) {
	.pwccol1-longform-pinleft .parsys_column .pinnedcomponent,
	.pwccol1-longform-pinright .parsys_column .pinnedcomponent
	{ position: relative !important; width: auto !important; float: none !important; top: auto !important; }

	.pwccol1-longform-pinright .pinnedcomponent img,
	.pwccol1-longform-pinleft .pinnedcomponent img { max-width: auto !important; }
	.pwccol1-longform-pinleft .pinnedcomponent, .pwccol1-longform-pinright .pinnedcomponent
	{ padding-left: 0; padding-right: 0; }

	.pwccol1-longform-pinleft .pinnedcomponent,
	.pwccol1-longform-pinright .pinnedcomponent {
  		position: relative !important;
  		top: 0 !important;
	}
}

/* MG: New pinned content transitions */
	.pinned.pin-visible, .pinned.pin-screen-below.pin-hidden {
		margin-top: 170px !important;
	}
	
	.pinned.pin-visible.no-top-menu, .pinned.pin-screen-below.pin-hidden.no-top-menu {
		margin-top: 40px !important;
	}
	
	.pinned {
		opacity: 1;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
	}
	
	.pinned:not(.pin-first-in-section):not(.pin-last-in-section):not(.pin-alone-in-section).pin-hidden {
		opacity: 0;
	}

	.pinned:not(.pin-first-in-section):not(.pin-last-in-section):not(.pin-alone-in-section):not(.pin-screen-above).pin-hidden,
	.pinned.pin-last-in-section:not(.pin-screen-below).pin-hidden,
	.pinned.pin-first-in-section.pin-screen-below.pin-hidden {
		opacity: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	.pinned.pin-transition {
		opacity: 0;
	}

	.pinned.pin-last-in-section.pin-screen-below.pin-hidden {
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

/* PR-1676 Responsive images in colcontrol */
.parsys_column div.image img { display:block; max-width:100%; height:auto; }
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .parsys_column div.image img { max-width: 100%; }
}

/* Hidden mobile on new pinning */
@media (max-width: 748px) {
.parsys_column .pinnedcontent.hidden-mobile {
	display: none !important;
}
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
  padding-right: 20px;
}
table.dataTable thead .sorting {
  background: url("components-colors/images/sort/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("components-colors/images/sort/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("components-colors/images/sort/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("components-colors/images/sort/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("components-colors/images/sort/sort_desc_disabled.png") no-repeat center right;
}

.dataTables_paginate {
  position: relative;
  float: left;
  display: block;
  float: right;
}

.paging_simple_numbers a{
  display: block;
  cursor: pointer;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-family: Georgia;
  padding: 5px 14px;
  min-width: 20px;
  text-align: center;
  float: left;
  margin-right: 1px;
}

.paging_simple_numbers span a{
  display: block;
  cursor: pointer;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-family: Georgia;
  padding: 5px 14px;
  min-width: 20px;
  text-align: center;
  float: left;
  margin-right: 1px;
}

.paging_simple_numbers span a.current{
  cursor: default;
}


#center .paging_simple_numbers a:hover, #center .paging_simple_numbers span a:hover{
  color: #fff;
  text-decoration: none;
}

/* Component: RSS Feed */
#rssfeed .feeditem { margin: 5px 0; padding-bottom: 5px; border-bottom: 1px solid #f0f0f0; }
#rssfeed .feeditem span { display: block; }
#rssfeed .feeditem .smallhead { font-size: 0.9rem; }
#rssfeed .feeditem .largehead { font-weight: bold; }
#rssfeed .feeditem a {}

.featurecarousel-overlayTextFeatureCarousel {
  position: absolute;
}

.featurecarousel-overlayTitleFeatureCarousel{
  display: block;
  /*font-size: 30px;*/
  font-size: 2rem;
  /*color: #002341;*/
  margin: 20px 20px;
}

.cq-feature-disabled-placeholder {
  pointer-events: none;
  cursor: default;
}

.cq-feature-disabled-placeholder-off {
  pointer-events: all;
  cursor: default;
}

.feature-carousel{width: 100%; position:relative;}
#center .feature-carousel>ul{ list-style:none; margin:0px; padding:0px; overflow:hidden; position: relative; }
#center .feature-carousel>ul>li{ float:left; background-repeat:no-repeat; list-style: none; list-style-type: none; list-style-image: none; background-size:100%; word-break: break-word; }


#center ul li.slide{ padding: 0;   }

.feature-carousel ul li.slide-mobile {
    height: auto;
    padding: 0px 10px 20px 10px;
}

.feature-carousel ul li.slide-mobile .content {
    padding: 10px;
    width: inherit;
    position: relative;
}

.feature-carousel .content{padding: 15px; float: left; position: absolute; box-sizing: border-box;}
.feature-carousel .content.fullheight{ height:100%;}

.feature-carousel .action{
  cursor: pointer;
}

.feature-carousel .action:hover p, .feature-carousel .action:hover h2, .feature-carousel .action:hover h3, .feature-carousel .action:hover h4{
  text-decoration: underline;
}

/* Overlay alpha backgrounds */
.bg100-tangerine .content {background-color: rgba(235,140,0,0.85);}
.bg100-orange .content {background-color: rgba(220,105,0,0.85);}
.bg100-red .content {background-color: rgba(224,48,30,0.85);}
.bg100-rose .content {background-color: rgba(219,83,106,0.85);}
.bg100-burgundy .content {background-color: rgba(163,32,32,0.85);}
.bg100-maroon .content {background-color: rgba(96,35,32,0.85);}
.bg100-black70 .content {background-color: rgba(109,110,113,0.85);}
.bg100-black .content {background-color: rgba(0,0,0,0.85);}
.bg100-grey .content {background-color: rgba(150,140,109,0.85);}

.fg100-white h2, .fg100-white h3, .fg100-white p{ color: #fff !important;}


.featurecarousel-jcarousel-wrapper {
  margin: 0 auto;
  position: relative;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.featurecarousel-overlayText {
  position: absolute;
  /*top: 100px;*/
  opacity: 0.7;
  /*background-color: #999;*/
  /*width: 350px;*/
  /* height: 80px;*/
  /*margin-left: 30px;*/
  padding: 30px 20px;
}

.featurecarousel-overlayTitle{
  display: block;
  /*font-size: 30px;*/
  font-size: 2rem;
  color: #002341;
}

.featurecarousel-overlayDesc{
  display: block;
  margin-top: 15px;
  /*font-size: 20px;*/
  font-size: 1.5rem;
  color: #770000;
}


/** Carousel **/

.featurecarousel-jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#center div.featurecarousel-jcarousel > ul {
  width: 20000em;
  position: relative;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
}

#center .featurecarousel-jcarousel > li {
  float: left;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  padding: 0 !important;
}

#center .featurecarousel-jcarousel ul li ol{margin-left: -20px;}
/*#center .featurecarousel-jcarousel ul li ul{}*/

#center .featurecarousel-jcarousel ul li ul li, #center .featurecarousel-jcarousel ul li ol li {  list-style-image:inherit;  color: #FFF;}

#center .featurecarousel-jcarousel ul li ul li{list-style-image:url(../../designs/pwc/css_common/image/white_square.gif);}

#center .featurecarousel-jcarousel ul li a, #center .featurecarousel-jcarousel ol li a {  color: #fff;}

/** Carousel Pagination **/

#center ul.featurecarousel-jcarousel-pagination, #right ul.featurecarousel-jcarousel-pagination, #left ul.featurecarousel-jcarousel-pagination {
  margin: 10px 0;
  padding: 0;
  min-height: 10px;
  top: -38px;
  position: relative;
}

#center ul.featurecarousel-jcarousel-pagination li, #right ul.featurecarousel-jcarousel-pagination li, #left ul.featurecarousel-jcarousel-pagination li {
  list-style: none ;
  float: left;
  width: 23px  !important;
  height: 23px  !important;
  text-align: center;
  padding: 5px 0 0 0;
  border-radius: 0px !important;
  font-family: Georgia;
  /*font-size: 15px;*/
  font-style: italic;
  margin-right: 0px;
}

#center ul.quotecarousel-jcarousel-pagination li, #right ul.quotecarousel-jcarousel-pagination li, #left ul.quotecarousel-jcarousel-pagination li {
    list-style: none;
    float: left;
    width: 8px !important;
    height: 3px !important;
    text-align: center;
    padding: 5px 0 0 0;
    border-radius: 0px !important;
    font-family: Georgia;
    /*font-size: 15px;*/
    font-style: italic;
    margin-right: 6px;
    cursor: pointer;
}
#center ul.quotecarousel-jcarousel-pagination, #right ul.quotecarousel-jcarousel-pagination, #left ul.quotecarousel-jcarousel-pagination{
    margin: 10px 0;
  padding: 0;
  min-height: 10px;
  top: 0px;
  position: relative;
}

#center ul.featurecarousel-jcarousel-pagination li.active a, #left ul.featurecarousel-jcarousel-pagination li.active a, #right ul.featurecarousel-jcarousel-pagination li.active a{
  color: #fff;
}



#center ul.featurecarousel-jcarousel-pagination li a:hover, #right ul.featurecarousel-jcarousel-pagination li a:hover, #left ul.featurecarousel-jcarousel-pagination li a:hover{
  text-decoration: none !important;
}

#center ul.featurecarousel-jcarousel-pagination li, #right ul.featurecarousel-jcarousel-pagination li, #left ul.featurecarousel-jcarousel-pagination li {
  cursor: pointer;
}





/* 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; }
  .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__text {
    background: #a32020;
    /* Loop to create colour variations */ }
    .page-secondary-col--orange .feature-content .feature-content__panel:hover .feature-content__text {
      background: #d04a02; }
    .page-secondary-col--red .feature-content .feature-content__panel:hover .feature-content__text {
      background: #e0301e; }
    .page-secondary-col--burgundy .feature-content .feature-content__panel:hover .feature-content__text {
      background: #a32020; }
    .page-secondary-col--maroon .feature-content .feature-content__panel:hover .feature-content__text {
      background: #602320; }
    .page-secondary-col--rose .feature-content .feature-content__panel:hover .feature-content__text {
      background: #d93954; }
.feature-content.feature-content--no-image .feature-content__panel {
  padding: 0;
  transition: all 0.5s ease;
  background: #a32020;
  /* Loop to create colour variations */ }
  .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:hover {
    /* Mixin to get hover state of colour */ }
    .page-secondary-col--orange .feature-content.feature-content--no-image .feature-content__panel:hover {
      /* Includes hover state mixin */
      background: #b13f02; }
    .page-secondary-col--red .feature-content.feature-content--no-image .feature-content__panel:hover {
      /* Includes hover state mixin */
      background: #be291a; }
    .page-secondary-col--burgundy .feature-content.feature-content--no-image .feature-content__panel:hover {
      /* Includes hover state mixin */
      background: #8b1b1b; }
    .page-secondary-col--maroon .feature-content.feature-content--no-image .feature-content__panel:hover {
      /* Includes hover state mixin */
      background: #521e1b; }
    .page-secondary-col--rose .feature-content.feature-content--no-image .feature-content__panel:hover {
      /* Includes hover state mixin */
      background: #b93147; }
    .feature-content.feature-content--no-image .feature-content__panel:hover .feature-content__text {
      background: transparent; }
  .feature-content.feature-content--no-image .feature-content__panel .feature-content__text {
    background: transparent; }

/* END feature content component */

/*  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; }
.flexbox .explore-nav__title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex; }
.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; }
@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; }
  .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; }
  .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; } }

.explore-nav {
  padding-top: 10px;
  background: #e0301e;
  color: #fff;
  font-family: Georgia, serif;
  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: Georgia, serif;
  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: Georgia, serif;
  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: Georgia, serif;
    /* 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
********************/

/*	Stat bar component
********************/
.stat-bar {
  padding: 0;
  background: #a32020;
  /* Loop to create colour variations */ }
  .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; }
  .stat-bar.stat-bar--no-pad {
    /*	modifier for component to remove padding from coloured stat bar panel	*/
    padding: 0; }
  .stat-bar .stat-bar__listing {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .stat-bar .stat-bar__item {
    border-top: 2px solid #fff;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 30px 15px;
    position: relative;
    width: 100%; }
    .stat-bar .stat-bar__item p {
      color: #fff;
      margin: 0; }
    .stat-bar .stat-bar__item .stat-bar__stat {
      padding: 0 0 10px; }
    .stat-bar .stat-bar__item .stat-bar__stat-small {
      font-weight: bold;
      /*	custom component typography styling	*/ }
    .stat-bar .stat-bar__item .stat-bar__label {
      padding: 0 0 10px; }
    .stat-bar .stat-bar__item .stat-bar__source {
      margin: 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; }
  @media (min-width: 768px) {
    .stat-bar {
      /*	tablet */ }
      .stat-bar {
        padding: 20px 0; }
      .stat-bar .stat-bar__listing {
        display: flex;
        flex-wrap: wrap;
        padding: 0; }
        .no-flexbox .stat-bar .stat-bar__listing {
          display: block; }
      .stat-bar .stat-bar__item {
        border-top: none;
        border-right: 1px solid #fff;
        min-height: 266px;
        /* Fallback for rem */
        min-height: 19rem;
        max-height: 324px;
        /* Fallback for rem */
        max-height: 23.15rem;
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 84px;
        /* equal to height of .stat-bar_source + 20px */
        padding-left: 15px; }
        .stat-bar .stat-bar__item .stat-bar__label {
          max-height: 112px;
          /* Fallback for rem */
          max-height: 8rem;
          margin: 0;
          overflow: hidden; }
        .stat-bar .stat-bar__item .stat-bar__source {
          bottom: 10px;
          max-height: 64px;
          /* Fallback for rem */
          max-height: 4.58rem;
          left: 15px;
          position: absolute;
          right: 15px; }
      .stat-bar.stat-bar--2-items .stat-bar__item {
        width: 50%; }
      .stat-bar.stat-bar--2-items .stat-bar__item:last-of-type {
        border-right: none; }
      .stat-bar.stat-bar--3-items .stat-bar__item {
        width: 33%; }
      .stat-bar.stat-bar--3-items .stat-bar__item:last-of-type {
        border-right: none; }
      .stat-bar.stat-bar--4-items .stat-bar__item {
        width: 50%; }
        .no-flexbox .stat-bar.stat-bar--4-items .stat-bar__item {
          height: 284px;
          height: 20.5rem;
          /*	fallback solution is to set a fixed height based on maximum possible height of content, based on character counter-reset: */ }
      .stat-bar.stat-bar--4-items .stat-bar__item:first-of-type {
        border-bottom: 1px solid #fff; }
      .stat-bar.stat-bar--4-items .stat-bar__item:nth-of-type(2) {
        border-bottom: 1px solid #fff; }
      .stat-bar.stat-bar--4-items .stat-bar__item:nth-of-type(2n+2) {
        border-right: none; }
      .stat-bar .stat-bar__stat {
        overflow: hidden; }
      .stat-bar .stat-bar__stat-small {
        display: block;
        margin: 0;
        overflow: hidden;
        word-break: break-word; } }
  @media (min-width: 992px) {
    .stat-bar {
      /*	desktop */ }
      .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 {
        border-top: none;
        width: 25%; }
        .no-flexbox .stat-bar.stat-bar--4-items .stat-bar__item {
          height: 304px;
          height: 22rem;
          /*	fallback solution is to set a fixed height based on maximum possible height of content, based on character counter-reset: */ }
      .stat-bar.stat-bar--4-items .stat-bar__item {
        border-top: none;
        border-right: 1px solid #fff;
        border-bottom: none;
        padding-top: 10px; }
      .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
********************/

/*	Link Explorer component
********************/

.dpe-component-wrapper .container {
    padding-right:15px;
    padding-left: 15px;
}

.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
********************/

.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.hide-link, .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:visited.hide-link, .summary-explorer .summary-explorer__preview-panel .summary-explorer__panel-copy a:link.hide-link {
          border-bottom: none;
          cursor: default; }
      .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 a:hover.hide-link {
          border-bottom: none;
          cursor: default; }
      .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; }
      .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-wrapper.hide-shadow-hyperlink:after {
        z-index: -9999; }	
    .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; }
	.page-section.page-section--col-light-grey .summary-explorer .accordion-content-wrapper.hide-shadow-hyperlink:after {
      z-index: -9999; }}
  @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; } }
#center .quote-carousel, #right .quote-carousel, #left .quote-carousel{width: 100%; position:relative; overflow: hidden;}
#center .quote-carousel>ul.quote, #right .quote-carousel>ul.quote, #left .quote-carousel>ul.quote{ list-style:none; margin:0px; padding:0px; overflow:hidden; position: relative; width: 20000em;}
#center .quote-carousel>ul.quote>li, #right .quote-carousel>ul.quote>li, #left .quote-carousel>ul.quote>li{float:left; list-style: none; list-style-type: none; list-style-image: none; width: 100%; border-right: 0px; border-bottom:0px; border-left:0px; border-top-width: 4px; border-style:solid; padding: 0;
box-sizing: border-box;}
#center .quote-carousel>ul.quote>li.dotted, #right .quote-carousel>ul.quote>li.dotted, #left .quote-carousel>ul.quote>li.dotted{border-style:dotted;}
#center .quote-carousel>ul.quote.bg-color>li, #right .quote-carousel>ul.quote.bg-color>li, #left .quote-carousel>ul.quote.bg-color>li{padding: 15px;}
#center .quote-carousel ol li{  list-style-image: inherit;}

.quote-carousel .author{ font-weight: bold;}
.quote-carousel .pointer{ cursor: pointer;}



#center .quote-carousel a:link h2, #center .quote-carousel a:link h3, #center .quote-carousel a:link h4, #center .quote-carousel a:link h5, #center .quote-carousel a:link p, #center .quote-carousel a:link ul, #center .quote-carousel a:link ul li, #center .quote-carousel a:link ol, #center .quote-carousel a:link ol li, #center .quote-carousel a:link { color: #404041; text-decoration: none !important;}

#center .quote-carousel a h2:hover, #center .quote-carousel a h3:hover, #center .quote-carousel a h4:hover, #center .quote-carousel a h5:hover, #center .quote-carousel a p:hover, #center .quote-carousel a ul:hover, #center .quote-carousel a ul li:hover, #center .quote-carousel a ol:hover, #center .quote-carousel a ol li:hover, #center .quote-carousel a:hover { text-decoration: none !important;}

#center .quote-carousel a:active h2, #center .quote-carousel a:active h3, #center .quote-carousel a:active h4, #center .quote-carousel a:active h5, #center .quote-carousel a:active p, #center .quote-carousel a:active ul, #center .quote-carousel a:active ul li, #center .quote-carousel a:active ol, #center .quote-carousel a:active ol li, #center .quote-carousel a:active { color: #404041; text-decoration: none !important;}

#center .quote-carousel a:visited h2, #center .quote-carousel a:visited h3, #center .quote-carousel a:visited h4, #center .quote-carousel a:visited h5, #center .quote-carousel a:visited p, #center .quote-carousel a:visited ul, #center .quote-carousel a:visited ul li, #center .quote-carousel a:visited ol, #center .quote-carousel a:visited ol li, #center .quote-carousel a:visited { color: #404041; text-decoration: none !important;}


.twitterwidget.twitter-tweet {
    width: 100% !important;
    max-width: 100%;
}

a.twitter-timeline:hover {
    text-decoration: none;
}

.twitter-timeline-rendered { 
      width: 100% !important; 
    }

.tw {
    display:block;
    width:100%;
    padding:2rem;
    background-color:white;
    border:1px solid #cce6fa;
    box-sizing:border-box;
    text-align:center;
    position:relative;
    border-radius:4px;            
    color:#55acee;
    font-family:'arial', sans-serif;
    font-size:22px;            
    font-family:'arial', sans-serif;
}
.tw p {            
    color:#55acee!important;
    text-decoration: none!important;
    margin: 0;
}
.disable-box {
    border:1px solid #eee;
}
.disable-box p {            
    color:#aaa!important;
    text-decoration: none!important;
}
.tw.not-visible {
    display:none;
}
/*	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
********************/

/* START PR-1939 */
.jw-icon{font-family:'jw-icons';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;text-transform:none;background-color:transparent;font-variant:normal;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}.jw-skin-vapor .jw-background-color{background:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-controlbar{background:rgba(255,255,255,0.4)}.jw-skin-vapor .jw-text{color:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-tooltip-title{color:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-knob{color:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-button-color{color:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-button-color:hover{color:#fff}.jw-skin-vapor .jw-toggle{color:#fff}.jw-skin-vapor .jw-toggle.jw-off{color:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-option{color:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-option.jw-active-option{color:#fff}.jw-skin-vapor .jw-icon-display{color:rgba(255,255,255,0.5)}.jw-skin-vapor .jw-display-icon-container{border-radius:.5em}.jw-skin-vapor .jw-display-icon-container:hover{background:#000}.jw-skin-vapor .jw-display-icon-container:hover .jw-icon-display{color:#0f9e60}.jw-skin-vapor .jw-rail{background:rgba(255,255,255,0.4)}.jw-skin-vapor .jw-buffer{background:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-progress{background:#0f9e60}.jw-skin-vapor .jw-slider-horizontal{background:rgba(255,255,255,0.4)}.jw-skin-vapor .jw-slider-horizontal .jw-knob{margin-left:-0.325em}.jw-skin-vapor .jw-slider-vertical .jw-knob{margin-bottom:-0.325em}.jw-skin-vapor .jw-time-tip,.jw-skin-vapor .jw-volume-tip,.jw-skin-vapor .jw-menu{background:rgba(0,0,0,0.5);border:0;padding:.5em}.jw-skin-vapor .jw-skip{background:rgba(255,255,255,0.4);padding:.5em}.jw-skin-vapor .jw-skip .jw-skip-icon{color:rgba(0,0,0,0.5)}.jw-skin-vapor .jw-skip.jw-skippable:hover .jw-skip-icon,.jw-skin-vapor .jw-skip.jw-skippable:hover .jw-text{color:#fff}.jw-skin-vapor .jw-time-tip .jw-text,.jw-skin-vapor .jw-dock-button .jw-text{color:#bbb}.jw-skin-vapor .jw-time-tip{bottom:1em}.jw-skin-vapor .jw-dock-button{background:rgba(0,0,0,0.5);border-radius:.5em}.jw-skin-vapor .jw-dock-button:hover{background:#000}.jw-skin-vapor .jw-playlist-container{padding:0}.jw-skin-vapor .jw-icon-inline,.jw-skin-vapor .jw-icon-tooltip,.jw-skin-vapor .jw-text-elapsed,.jw-skin-vapor .jw-text-duration{padding:0 .25em}.jw-skin-vapor .jw-time-tip,.jw-skin-vapor .jw-volume-tip,.jw-skin-vapor .jw-menu{border-radius:.25em;bottom:.3em}.jw-skin-vapor .jw-skip{border-radius:.25em}.jw-skin-vapor .jw-option{color:#fff}.jw-skin-vapor .jw-option:hover,.jw-skin-vapor .jw-option.jw-active-option{color:#0f9e60}.jw-skin-vapor .jw-playlist-container{left:-42%;bottom:0;border-radius:0;background-color:#1e1e1e}.jw-skin-vapor .jw-playlist-container .jw-option,.jw-skin-vapor .jw-playlist-container .jw-text,.jw-skin-vapor .jw-playlist-container .jw-icon{color:#a0a0a0}.jw-skin-vapor .jw-playlist-container .jw-option{border-bottom:1px solid #000;background-color:#1e1e1e;color:#a8a8a8}.jw-skin-vapor .jw-playlist-container .jw-option:hover,.jw-skin-vapor .jw-playlist-container .jw-option.jw-active-option{color:#0f9e60}.jw-skin-vapor .jw-playlist-container ::-webkit-scrollbar-track{background-color:#000}.jw-skin-vapor .jw-playlist-container ::-webkit-scrollbar{width:2px;border:10px solid #1e1e1e}.jw-skin-vapor .jw-playlist-container ::-webkit-scrollbar-thumb{background-color:#a0a0a0}.jw-skin-vapor .jw-tooltip-title{border-bottom:1px solid #000;background-color:#1e1e1e}.jw-skin-vapor .jw-slider-horizontal{height:2em}.jw-skin-vapor .jw-slider-horizontal .jw-slider-container{height:2em}.jw-skin-vapor .jw-slider-horizontal .jw-rail,.jw-skin-vapor .jw-slider-horizontal .jw-progress,.jw-skin-vapor .jw-slider-horizontal .jw-buffer{height:2em}.jw-skin-vapor .jw-slider-horizontal .jw-knob,.jw-skin-vapor .jw-slider-horizontal .jw-cue{height:2em}.jw-skin-vapor .jw-slider-horizontal .jw-knob{margin-left:0;background-color:#fff;width:.2em}.jw-skin-vapor .jw-slider-horizontal .jw-cue{top:.6699999999999999em;background:rgba(255,255,255,0.5);height:.66em}.jw-skin-vapor .jw-slider-vertical{padding:.4em;bottom:3px;border-radius:2px;border:0}.jw-skin-vapor .jw-slider-vertical .jw-knob{display:none}.jw-skin-vapor .jw-slider-vertical .jw-rail{background-color:rgba(0,0,0,0.8)}.jw-skin-vapor .jw-slider-vertical .jw-rail,.jw-skin-vapor .jw-slider-vertical .jw-progress{width:.5em;border:1px solid #000}.jw-skin-vapor .jw-icon-cc.jw-off:before{content:"\e604"}.jw-skin-vapor .jw-icon-hd.jw-off:before{content:"\e609"}.jw-skin-vapor.jw-flag-audio-player .jw-controlbar{background:rgba(0,0,0,0.5)}

.jw-icon {
	font-family:'jw-icons';
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	background-color:transparent;
	font-variant:normal;
	-webkit-font-feature-settings:"liga";
	-moz-font-feature-settings:"liga=1";
	-moz-font-feature-settings:"liga";
	-ms-font-feature-settings:"liga" 1;
	-o-font-feature-settings:"liga";
	font-feature-settings:"liga";
	-moz-osx-font-smoothing:grayscale
}
.jw-skin-pwc .jw-controlbar {
	height:2em
}
.jw-skin-pwc .jw-time-tip {
	bottom:1em
}
.jw-skin-pwc .jw-controlbar .jw-overlay {
	bottom:2em
}
.jw-skin-pwc .jw-captions {
	max-height:calc(84.5%)
}
.jw-skin-pwc .jwplayer video::-webkit-media-text-track-container {
	max-height:calc(84.5%)
}
.jw-skin-pwc .jw-controls .jw-controls-right {
	bottom:2em
}
.jw-skin-pwc .jw-icon-inline,.jw-skin-pwc .jw-icon-tooltip,.jw-skin-pwc .jw-text-elapsed,.jw-skin-pwc .jw-text-duration {
	height:2em;
	line-height:2em
}
.jw-skin-pwc .jw-icon-inline,.jw-skin-pwc .jw-icon-tooltip {
	min-width:1.25em
}
.jw-skin-pwc .jw-background-color {
	background:rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-controlbar {
	background:#404041;
}
.jw-skin-pwc .jw-text {
	color:#ffffff;
}
.jw-skin-pwc .jw-tooltip-title {
	color:rgba(0,0,0,0.5);
	border-bottom:1px solid rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-knob {
	color:rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-button-color {
	color:#ffffff;
}
.jw-skin-pwc .jw-button-color:hover {
	color:#fff
}
.jw-skin-pwc .jw-button-color:focus {
	outline:0;
	color:#fff
}
.jw-skin-pwc .jw-toggle {
	color:#fff
}
.jw-skin-pwc .jw-toggle.jw-off {
	color:rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-toggle:focus {
	outline:0
}
.jw-skin-pwc .jw-option {
	color:rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-option.jw-active-option {
	color:#fff
}
.jw-skin-pwc .jw-display-icon-container {
	border-radius:0.5em
}
/*
.jw-skin-pwc .jw-icon-display {
	color:rgba(255,255,255,0.5)
}
.jw-skin-pwc .jw-display-icon-container {
	border-radius:2em
}
.jw-skin-pwc .jw-display-icon-container:hover {
	background:#000
}
.jw-skin-pwc .jw-display-icon-container:hover .jw-icon-display {
	color:#0f9e60
*/
}
.jw-skin-pwc .jw-rail {
	background:rgba(255,255,255,0.4)
}
.jw-skin-pwc .jw-buffer {
	background:#404041
}
.jw-skin-pwc .jw-progress {
	background:#ffb600
}
.jw-skin-pwc .jw-slider-horizontal {
	background:rgba(255,255,255,0.4);
	height:2em
}
.jw-skin-pwc .jw-slider-horizontal .jw-rail,.jw-skin-pwc .jw-slider-horizontal .jw-buffer,.jw-skin-pwc .jw-slider-horizontal .jw-progress {
	height:2em
}
.jw-skin-pwc .jw-slider-horizontal .jw-knob {
	margin-left:-2em
}
.jw-skin-pwc .jw-slider-vertical .jw-knob {
	margin-bottom:-2em
}
.jw-skin-pwc .jw-slider-vertical .jw-slider-container,.jw-skin-pwc .jw-slider-vertical .jw-rail,.jw-skin-pwc .jw-slider-vertical .jw-progress {
	width:.5em
}
.jw-skin-pwc .jw-time-tip,.jw-skin-pwc .jw-volume-tip,.jw-skin-pwc .jw-menu {
	background:#333;
	border:0;
	padding:1em
}
.jw-skin-pwc .jw-skip {
	background:rgba(255,255,255,0.4);
	padding:.5em
}
.jw-skin-pwc .jw-skip .jw-skip-icon {
	color:rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-skip.jw-skippable:hover .jw-skip-icon,.jw-skin-pwc .jw-skip.jw-skippable:hover .jw-text {
	color:#fff
}
.jw-skin-pwc .jw-time-tip .jw-text,.jw-skin-pwc .jw-dock-button .jw-text {
	color:#bbb
}
.jw-skin-pwc .jw-dock-button {
	background:rgba(0,0,0,0.5);
	border-radius:2em
}
.jw-skin-pwc .jw-dock-button:hover {
	background:#000
}
.jw-skin-pwc .jw-nextup-container {
	bottom:2.5em;
	right:.5em
}
.jw-skin-pwc .jw-nextup {
	border-radius:.25em
}
.jw-skin-pwc .jw-nextup-header {
	background:rgba(128,128,128,0.9);
	color:#fff
}
.jw-skin-pwc .jw-nextup-body {
	background:rgba(77,77,77,0.9);
	color:#fff
}
.jw-skin-pwc .jw-nextup-thumbnail-visible+.jw-nextup-title::after {
	background:linear-gradient(-180deg,rgba(77,77,77,0) 0,#4d4d4d 100%)
}
.jw-skin-pwc .jw-nextup-close {
	color:rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-nextup-close:active {
	color:#fff
}
.jw-skin-pwc .jw-nextup-close:hover {
	color:#fff
}
.jw-skin-pwc.jw-flag-touch.jw-breakpoint-7 .jw-nextup-container,.jw-skin-pwc.jw-flag-touch.jw-breakpoint-6 .jw-nextup-container,.jw-skin-pwc.jw-flag-touch.jw-breakpoint-5 .jw-nextup-container,.jw-skin-pwc.jw-flag-touch.jw-breakpoint-4 .jw-nextup-container {
	bottom:3.5em
}
.jw-skin-pwc .jw-color-active {
	color:#fff;
	stroke:#fff;
	border-color:#fff
}
.jw-skin-pwc .jw-color-active-hover:hover {
	color:#fff;
	stroke:#fff;
	border-color:#fff
}
.jw-skin-pwc .jw-color-inactive {
	color:rgba(0,0,0,0.5);
	stroke:rgba(0,0,0,0.5);
	border-color:rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-color-inactive-hover:hover {
	color:rgba(0,0,0,0.5);
	stroke:rgba(0,0,0,0.5);
	border-color:rgba(0,0,0,0.5)
}
.jw-skin-pwc .jw-icon-inline,.jw-skin-pwc .jw-icon-tooltip,.jw-skin-pwc .jw-text-elapsed,.jw-skin-pwc .jw-text-duration {
	padding:0 .5em
}
.jw-skin-pwc .jw-time-tip,.jw-skin-pwc .jw-volume-tip,.jw-skin-pwc .jw-menu {
	border-radius:.5em;
	bottom:.3em
}
.jw-skin-pwc .jw-skip {
	border-radius:.5em
}
.jw-skin-pwc .jw-option {
	color:#fff
}
.jw-skin-pwc .jw-option:hover,.jw-skin-pwc .jw-option.jw-active-option {
	color:#0f9e60
}
.jw-skin-pwc .jw-tooltip-title {
	border-bottom:1px solid #000;
	background-color:#1e1e1e
}
.jw-skin-pwc .jw-slider-horizontal .jw-knob,.jw-skin-pwc .jw-slider-horizontal .jw-cue {
	height:2em
}
.jw-skin-pwc .jw-slider-horizontal .jw-knob {
	margin-left:0;
	background-color:#fff;
	width:.2em;
	top:0
}
.jw-skin-pwc .jw-slider-horizontal .jw-cue {
	top:.6699999999999999em;
	background:rgba(255,255,255,0.5);
	height:.66em
}
.jw-skin-pwc .jw-slider-vertical {
	padding:.4em;
	bottom:3px;
	border-radius:2px;
	border:0;
	background-color:#333
}
.jw-skin-pwc .jw-slider-vertical .jw-knob {
	display:none
}
.jw-skin-pwc .jw-slider-vertical .jw-rail {
	background-color:rgba(0,0,0,0.8)
}
.jw-skin-pwc .jw-slider-vertical .jw-rail,.jw-skin-pwc .jw-slider-vertical .jw-progress {
	border:1px solid #000
}
.jw-skin-pwc .jw-icon-cc.jw-off:before {
	content:"\e604"
}
.jw-skin-pwc .jw-icon-hd.jw-off:before {
	content:"\e609"
}
.jw-skin-pwc.jw-flag-audio-player .jw-controlbar {
	background:rgba(0,0,0,0.5)
}
.jw-skin-pwc.jw-flag-audio-player .jw-controlbar-center-group {
	padding-bottom:0
}
.jw-skin-pwc .jw-icon-inline,.jw-skin-pwc .jw-icon-tooltip,.jw-skin-pwc .jw-slider-horizontal,.jw-skin-pwc .jw-text-elapsed,.jw-skin-pwc .jw-text-duration {
	height:2em;
	line-height:2em
}
@font-face {
  font-family: "jw-pwc";
  src: url("../../../content/pwc/script/network/media/player/jw-pwc.eot#") format('eot'),
       url("../../../content/pwc/script/network/media/player/jw-pwc.woff") format("woff"),
       url("../../../content/pwc/script/network/media/player/jw-pwc.ttf") format('truetype'),
       url("../../../content/pwc/script/network/media/player/jw-pwc.svg") format('svg');
  font-weight:normal;
  font-style:normal;
}
.jw-skin-pwc .jw-toggle, .jw-skin-pwc .jw-button-color:hover{color:#ffb600}
.jw-skin-pwc .jw-active-option, .jw-skin-pwc .jw-progress, .jw-skin-pwc .jw-playlist-container .jw-option.jw-active-option, .jw-skin-pwc .jw-playlist-container .jw-option:hover{background:#ffb600}
.jw-skin-pwc .jw-text, .jw-skin-pwc .jw-option, .jw-skin-pwc .jw-button-color, .jw-skin-pwc .jw-toggle.jw-off, .jw-skin-pwc .jw-tooltip-title, .jw-skin-pwc .jw-skip .jw-skip-icon, .jw-skin-pwc .jw-playlist-container .jw-icon{color:#ffffff}
.jw-skin-pwc .jw-cue, .jw-skin-pwc .jw-knob{background:#ffffff}
.jw-skin-pwc .jw-playlist-container .jw-option{border-bottom-color:#ffffff}
.jw-skin-pwc .jw-background-color, .jw-skin-pwc .jw-tooltip-title, .jw-skin-pwc .jw-playlist, .jw-skin-pwc .jw-playlist-container .jw-option{background:#404041}
.jw-skin-pwc .jw-playlist-container ::-webkit-scrollbar{border-color:#404041}

/* END PR-1939 */

.jw-tab-focus:focus {outline:0;}

.videowrapper { text-align: center; position: relative; display: table; width: 100%; margin: 0 auto; background-repeat: no-repeat; }
.videowrapper .videowrappercontent { display: table-cell; vertical-align: middle; } /* position: relative; top: 50%; transform: translateY(-50%); } */
.videowrapper .videowrapperplay { margin: 5px auto; width: 50px; height: 50px; background-image: url('../../../content/pwc/script/network/media/player/video-playicon.png'); background-size: contain; opacity: 0.6; }
.videowrapper .videowrapperplay:hover { cursor: pointer; opacity: 1; }
.videowrapper h2 { font-size: 1.3rem; }
.videowrapper h3 { font-size: 1.1rem; }
.videowrapper h2, .videowrapper h3 { margin: 5px 0; }
.videowrapper .viewtranscript { font-size: 0.8rem; }

.videowrapper .pwcvideoplayer, .videowrapper button.close { display: none; }
.videowrapper button.close {
    position: absolute;
    right: -35px;
    top: 8px;
    border: 2px solid #EB8C00;
    color: #EB8C00;
    width: 30px;
    height: 30px;
    font-size: 2.286rem;  line-height: 0.9em;
    background: transparent none repeat scroll 0% 0%;
    margin-top: -2px;
    font-weight: bold;
    text-shadow: none; opacity: 1;
}

.videoplayer.section { width: inherit; margin: 0 auto; }
.videoplayer.section .viewtranscript { font-size: 0.8rem; }
.videoplayer.section { width: 100%; text-align: center; }
/* PR-1694 */
.videoplayer.section .viewtranscript { text-align: center; display: block;}
.videoplayer.section .viewtranscript a { font-size: 1.142rem; color: #404041; line-height: 1.5rem; border-bottom: 1px solid #404041; }
.videoplayer.section .viewtranscript a:hover { color: #e0301e; text-decoration: none; border-bottom: 2px solid #e0301e; }
.videoplayer.section .videowrappercontent .viewtranscript a { color: #ffffff; border-bottom: 2px solid #ffffff; font-size: 1rem;  }

@media (max-width: 767px) {
	.videoplayer.section .viewtranscript a { font-size: 1rem; }
}

.pwcvideoplayer, .jwplayer { margin: 0 auto !important; }
@media (max-width: 480px) {
    .jwplayer { width: 100% !important; }
}

.pwcvideoplayer { width: 100%; text-align: center; }
.videowrappercontent.Black h2, .videowrappercontent.Black h3 { color: #ffffff; }
.videowrappercontent.White h2, .videowrappercontent.White h3 { color: #ffffff; }
.videowrappercontent.Tangerine h2, .videowrappercontent.Tangerine h3 { color: #eb8c00; }
.videowrappercontent.ORange h2, .videowrappercontent.ORange h3 { color: #dc6900; }
.videowrappercontent.Red h2, .videowrappercontent.Red h3 { color: #e0301e; }
.videowrappercontent.Rose h2, .videowrappercontent.Rose h3 { color: #db536a; }
.videowrappercontent.Burgundy h2, .videowrappercontent.Burgundy h3 { color: #a32020; }
.videowrappercontent.Maroon h2, .videowrappercontent.Maroon h3 { color: #602320; }
.videowrappercontent.Grey h2, .videowrappercontent.Grey h3 { color: #968c6d; }

/* From parallax.css */
.videowrapper { background-size: cover; }
.videowrapper .videowrappercontent {
    background: rgba(0,0,0,0.65);
    display: block !important;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.videowrapper .videowrappercontent .videowrapperplay { opacity: 1.0; background-image: url('../../../content/pwc/script/network/parallax/video_cover_play.png'); background-repeat: no-repeat; width: 80px; height: 80px; margin-top: -40px;  }
.videowrapper .videowrappercontent h2,
.videowrapper .videowrappercontent h3
{ margin: 0; padding: .2% 0 !important;}
/*
.videowrapper .videowrappercontent .viewtranscript a { display: block; margin-top: 0.1%; font-size: 0.7rem; font-weight: bold; }
.videowrappercontent.White .viewtranscript { color: #ffffff; }
.videowrappercontent.Tangerine .viewtranscript { color: #eb8c00; }
.videowrappercontent.Orange .viewtranscript { color: #dc6900; }
.videowrappercontent.Red .viewtranscript { color: #e0301e; }
.videowrappercontent.Rose .viewtranscript { color: #db536a; }
.videowrappercontent.Burgundy .viewtranscript { color: #a32020; }
.videowrappercontent.Maroon .viewtranscript { color: #602320; }
.videowrappercontent.Grey .viewtranscript { color: #968c6d; }
*/

@media (max-width: 1200px) {
    .videowrapper {  max-width: 100% !important; height: 0 !important; padding-bottom: 56.25%; }
    .videowrapper .videowrappercontent { }
    /* .videowrapper .videowrappercontent .videowrapperplay { margin-top: 10px; background-image: url('../../../content/pwc/script/network/parallax/video_cover_play_m.png'); background-size: 100%; } */
	.videowrapper .videowrappercontent .videowrapperplay { margin-top: 10px; background-image: url('../../../content/pwc/script/network/parallax/video_cover_play_m.png');  }
    .videowrapper .jwplayer { width: auto !important; height: inherit !important; padding-bottom: 56.25%; margin-bottom: -56.25% !important; }

	.videowrapper .jwplayer.jw-flag-aspect-mode { height: inherit !important; } /* PR-2109 */

}
@media (max-width: 600px) {
    .videowrapper .videowrappercontent .videowrapperplay { width: 50px; height: 50px; margin-top: 10px;  }
    .videowrapper .videowrappercontent { min-height: auto !important; max-height: 100% !important; }
    .videowrapper .videowrappercontent h2 { font-size: 1.1em; }
    .videowrapper .videowrappercontent h3 { font-size: 1em; }
}

/* MG: Video player (embedded) play button height */
.jw-skin-pwc .jw-display-icon-container { top: 45%; }

.videoplayer.section .asset-sharing-component.video-asset { width: 100%; }

/* 1.06 Hotfix */
.videowrapper.asset-sharing-component.video-asset { display: table !important; overflow: visible !important; }
@media(min-width:992px) { #navBar #relatedLinks a {width: 100%;} }
.videowrapper .videowrappercontent .videowrapperplay { background-image: url('../../../content/pwc/script/network/parallax/video_cover_play_l.png'); }
@media (max-width: 768px) { .videowrapper .videowrappercontent .videowrapperplay { background-image: url('../../../content/pwc/script/network/parallax/video_cover_play_m.png'); } }
.videowrappercontent.Black h2, .videowrappercontent.Black h3 { color: #fff; }

/* Custom error msg */
.jw-video-error { display: none; }

/* PR-2390 */
.pinnedcontent .asset-sharing-component.video-asset { display: block !important; }

/*	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(components-colors/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
********************/

/*	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: 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 : rose*/
    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 
********************/
/* BEGIN Web tile component */
.cta-webtile .cta-webtile__link {
  padding: 60px 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 section component */
section, .page-section {
  /* We recommend removing the selection of the <section> tag as it is too vague and would affect elements on the page also using <section> */
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  /*font: 1.143rem/1.500rem Arial, sans-serif;*/
  /* do not reset font styling on generic elements like <section>, do this for a specific component if required*/ }

.sectioncomponent section {
  background-size: cover; }

.sectionpar, #footer-wrapper {
  margin: 0 auto; }

@media (min-width: 768px) {
  .sectionpar {
    width: 750px; } }
@media (min-width: 992px) {
  .sectionpar {
    width: 970px; } }
@media (min-width: 1200px) {
  .sectionpar {
    width: 1170px; } }
@media (min-width: 768px) {
  #footer-wrapper {
    width: 750px; } }
@media (min-width: 992px) {
  #footer-wrapper {
    width: 970px; } }
@media (min-width: 1200px) {
  #footer-wrapper {
    width: 1170px; } }
/* MG: PR-1400 Full width section  */
section.fullwidth .parsys.sectionpar {
  width: 100%;
  padding: 0px; }

/* MG: PR-1372 Section BG video  */
section.videobg {
  position: relative;
  overflow: hidden; }

section.videobg .sectionvideo {
  position: absolute;
  width: 100%;
  height: auto !important; }

section.videobg .parsys.sectionpar {
  position: relative;
  z-index: 999 !important; }

/* MG: Section clearing bug (Max) */
#wrapper section:before,
#wrapper section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

#wrapper section:after {
  clear: both; }

#wrapper section {
  *zoom: 1; }

/* MG: Section bg bug (Max) */
section.prlx,
section.prlx-slow,
section.prlx-fix {
  background: transparent; }

/* MG: Youtube BG vid */
.videobgyt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.videobgyt .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s; }

.videobgyt.active .screen {
  opacity: 1; }

/* MG: Fix for YT video */
section.videobgyt {
  position: relative;
  width: 100%;
  /* padding-bottom: 56.25%; */ }

section.videobgyt .sectionytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

_:-ms-fullscreen, :root .videobgyt {
  display: block !important;
  overflow: hidden !important; }

/* MG: PR-1520 IE BG video display bug */
/*
_:-ms-fullscreen, :root
*/
section.videobg {
  display: block; }

/* 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 */
/* Temporary fix on component level for container to restore padding left/right - will be fix on the structural level in v 1.0.9 */
.container {
  padding-left: 15px;
  padding-right: 15px; }

@media(max-width: 767px){
    .no-background__mobile{
        background-image: none !important;
    }
}

/* END section component */

/* Component: Secondary Navigation (Colours) */

/* 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) */

/* 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: Georgia, 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) */

/* MG: Secondary Nav - Large Buttons Rendition */
.secondary-navigation .gridModule p {
    line-height:1.7em;
	margin:0 0 20px;
}
.secondary-navigation .gridModule .container {
	max-width:1200px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
    padding-left: 30px;
	padding-right: 30px;

}
.secondary-navigation .gridModule .row {
	margin-left: -15px;
	margin-right: -15px;
}
.secondary-navigation .gridModule .container h1:first-of-type,
.secondary-navigation .gridModule .container h2:first-of-type,
.secondary-navigation .gridModule .container h3:first-of-type {
    margin-top: 0;
}
.secondary-navigation .gridModule h1,
.secondary-navigation .gridModule h2,
.secondary-navigation .gridModule h3,
.secondary-navigation .gridModule h4,
.secondary-navigation .gridModule h5,
.secondary-navigation .gridModule h6,
.secondary-navigation .gridModule .serif {
    font-family: georgia, serif;
    font-style: italic;
    font-weight: normal;
    color: inherit;
}
.secondary-navigation .gridModule h3 {
    font-size: 1.714rem;
    margin: 20px 0;
}
.secondary-navigation .gridModule h4 {
    font-size: 1.143rem;
    margin: 8px 0;
}
/* PR-1694
.secondary-navigation .gridModule a,
.secondary-navigation .gridModule a:hover,
.secondary-navigation .gridModule a:focus {
    color: inherit;
}
*/
.secondary-navigation .gridModule .maxPadding .container {
	padding-top:60px;
	padding-bottom:40px;
}
.secondary-navigation .gridModule .regPadding .container {
	padding-top:30px;
	padding-bottom:30px;
}
.secondary-navigation .gridModule .bg-default {background:#fff;}
.secondary-navigation .gridModule .bg-alternative {background:#e7e7e9;}
.secondary-navigation .gridModule .bg-primary {background:#e1301e;color:#fff;}
.secondary-navigation .gridModule ul.selectGrid {
	list-style: none;
	padding: 0 15px;
	margin: 0 !important;
	width: 100%;
	overflow: hidden;
}
.secondary-navigation .gridModule .selectGrid li {
	vertical-align: top;
	width: 25%;
	padding: 0 4px;
	position: inherit;
	margin-right: -4px; /* fix for inline-block extra margin */
	margin-bottom: 8px;
	display: inline-block;
}
.secondary-navigation .gridModule .selectGrid .start h3 {
	margin-top: 30px;
	font-size: 2.857rem;
}
.secondary-navigation .gridModule a.open, .secondary-navigation .gridModule a.opened {
	min-height: 110px;
	padding: 25px;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 1.286rem;
	display: block;
	width: 100%;
	position: relative;
}
.secondary-navigation .gridModule .selectGrid li.selectable a.open {
	color: #fff;
	background: #602320;
}
.secondary-navigation .gridModule .selectGrid li.selectable a.open:hover,
.secondary-navigation .gridModule .selectGrid li.selected a.opened {
	background: #fff;
	color: #602320;
}
.secondary-navigation .gridModule .selectGrid li.selected a.opened:before {
	content: "\00d7";
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 2.857rem;
	line-height: 1;
	width: 30px;
	height: 30px;
	padding: 0 !important;
}
.secondary-navigation .gridModule .selectGrid li.selected {
	min-height: 515px;
}
.secondary-navigation .gridModule .selectGrid li.selected a.open {
	min-height: 160px;
}
.secondary-navigation .gridModule .selectGridOpen {
	position: absolute;
	background: #fff;
	top: auto;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.secondary-navigation .gridModule .selectGrid li.selectable .selectGridOpen {
	height: 0;
	opacity: 0;
}
.secondary-navigation .gridModule .selectGrid li.selected .selectGridOpen {
	opacity: 1;
	min-height: 355px;
}
.secondary-navigation .gridModule .selectGridOpen .container {
	padding: 10px 0;
}
.secondary-navigation .gridModule .selectGridOpen .col-sm-12 {
	padding: 0 35px;
}
.secondary-navigation .gridModule .selectGrid li.selected .selectGridOpen img {
	margin: 0 !important;
	width: 100%;
	height: auto;
}
.secondary-navigation .gridModule .selectGrid li.selected .close a {
	font-size: 2.857rem;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	color: #602320;
	font-weight: 100;
	display: none;
}
/* PR-1694
.secondary-navigation .gridModule .selectGridOpen .more {
	background: #f0f0f0;
	color:#414141;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px;
	font-family: Arial, sans-serif;
	font-size: 1.000rem;
}
.secondary-navigation .gridModule .selectGridOpen .more:hover,
.secondary-navigation .gridModule .selectGridOpen .more:focus {
	background: #e0301e;
	color:#fff;
	text-decoration: none;
}
*/
.secondary-navigation .gridModule .selectGridOpen h4 {
	font-family: Arial, sans-serif;
	color: #602320;
	font-size: 1.143rem;
	font-style: normal;
	margin-top: 20px;
}
.secondary-navigation .gridModule .selectGridOpen p {
	width: 85%;
	font-family: Georgia, serif;
	font-size: 1.286rem;
}
.secondary-navigation .gridModule .selectGridOpen .lead {
	font-size: 1.429rem;
	font-style: italic;
	font-weight: bold;
}
@media (max-width: 1024px) {
	.secondary-navigation .gridModule .selectGrid li.selected {
    	min-height: 515px;
    }
    .secondary-navigation .gridModule .selectGrid li.selected .selectGridOpen {
	    min-height: 340px;
    }
    .secondary-navigation .gridModule .selectGridOpen .lead {
	    font-size: 1.286rem;
    }
    .secondary-navigation .gridModule .selectGridOpen p {
	    font-size: 1.143rem;
    }
	.secondary-navigation .gridModule .awardstxt {
		width: 50%;
	}
	.secondary-navigation .gridModule .awardsImg {
		width: 45%;
	}
}
@media (max-width: 860px) {
	.secondary-navigation .gridModule .selectGrid li {
		width: 33.333%;
	}
    .secondary-navigation .gridModule .selectGridOpen .lead {
	    font-size: 1.143rem;
    }
    .secondary-navigation .gridModule .selectGridOpen p {
	    font-size: 1.000rem;
    }
}
@media (max-width: 767px) {
	.secondary-navigation .gridModule .selectGrid li {
		width: 50%;
	}
	.secondary-navigation .gridModule .selectGrid li.selected {
    	min-height: 860px;
    }
	.secondary-navigation .gridModule .selectGrid li.selected .selectGridOpen {
	    min-height: 700px;
	}
    .secondary-navigation .gridModule .selectGridOpen .lead {
	    font-size: 1.143rem;
    }
    .secondary-navigation .gridModule .selectGridOpen p {
	    font-size: 1.000rem;
    }
}
@media (max-width: 480px) {
	.secondary-navigation .gridModule .selectGrid {
		padding: 0 16px !important;
	}
	.secondary-navigation .gridModule .selectGrid li {
		width: 100%;
	}
	.secondary-navigation .gridModule .selectGrid li.selected {
    	height: 730px;
    }
	.secondary-navigation .gridModule .selectGrid li.selected .selectGridOpen {
	    height: 570px;
	}
    .secondary-navigation .gridModule .selectGridOpen .lead {
	    font-size: 1.143rem;
    }
    .secondary-navigation .gridModule .selectGridOpen p {
	    font-size: 1.000rem;
    }
}
@media (max-width: 1050px) and (min-width: 850px) {
	.secondary-navigation .gridModule .selectGrid li.selectable a.open, .selectGrid li.selectable a.opened {
		padding: 25px;
		font-size: 1.143rem;
	}
}

/* MG: Fix height on mobile */
@media (max-width: 767px) {
	.secnav-tabs__content-wrapper { height: auto !important; }
}
/* Component: Slim Header */

/* MG: New territory selector */
#menuAdditional li .menuFlyout .PwC_countries a { display: block; }
.PwC_countries {
	position: absolute;
	background: #fff;
	width: 240px;
	padding: 10px;
	border: 1px solid #f3f3f3;
	max-height: 250px;
	overflow-y: auto;
	z-index: 10;
}

.PwC_countries a {
	display: block;
	cursor:pointer;
	color: inherit;
	float: none !important;
	width: auto !important;
	height: auto !important;
    font-size: 0.857rem !important;
    line-height: 1.5em;
}
.PwC_countries a:hover { line-height: 1.5em; text-decoration: underline !important; }
#menuAdditional li button.territorySubmit {
    display: none;
    float: right;
    width: 20%;
    height: 45px;
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 0;
	background-image: url('../../../content/pwc/script/network/parallax/icon-go.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.languageField_valid {
    display:none;
    position:absolute;
    padding:5px;
    background:#dc6900;
    color:#fff;
}

/* MG: Slim header takeover */

.PwC_countries { display: none; }

body.global-nav-active {
overflow:hidden;
}

#menuBarWrapper.nav--prevent-hide {
transform: translateY(0%) !important;
}

@media (min-width: 1024px) { /* 768 */
#navBar {
height: 100vh;
max-height: 100vh;
padding-bottom: 120px;
}
}

@media (min-width: 768px) {
#inPageNavigation {
padding-right: 30px;
}
}

#furtherArticles {
padding-left: 30px;
}

@media (min-width: 768px) {
#navBar .container .row { display: table; width: 100%; }
.fullpage-nav__block { display: table-cell; float: none; }
#inPageNavigation { border-right: 1px solid #ccc; }
.glb-related-item  .glb-related-item__block { max-width: 200px; }
}

.fullpage-nav   .fullpage-nav__block {
margin-top: 20px
}

#navBar h3 {
border-top: none;
margin-top: 0px;
padding-top: 0;
}


.glb-related-item  .glb-related-item__block  {
  display: block;
  float:left;
  width: 50%;
  }

.glb-related-item   .glb-related-item__text {
  padding-left: 10px;
  font-style: normal !important;
  font-size: 1.2rem;
  }

 .glb-related-item  .glb-related-item__thumbnail {
  padding-right: 10px;
  }


@media (max-width: 767px) {

}

@media (min-width: 768px) {
.fullpage-nav   .fullpage-nav__block {
margin-top: 80px;
}
}

#menuBarWrapper #navBar { border-top: 2px solid #ccc; padding-top: 50px; }
#navBar #inPageNavigation li a,
#navBar #furtherArticles li a { font-size: 1.2rem; color: #6d6e71 !important; padding: 5px 0; display: block;}
#inPageNavigation a { margin-right: -38px; }
#navBar #inPageNavigation li a:hover,
#navBar #furtherArticles li a:hover { color: #000 !important; background: none; }
#navBar #inPageNavigation li a.selected, #navBar #furtherArticles li a.selected { color: #e0301e !important; background: none; }
@media (min-width: 768px) {
	#navBar #inPageNavigation li a.selectedarrow { background: url("../../../content/pwc/script/network/parallax/headernav-arrow.png") no-repeat right center; }
}
#navBar #relatedLinks ul.row li { padding-bottom: 20px; }

/* First breakpoint */
@media (max-width: 1024px) {
  #navBar #inPageNavigation, #navBar #furtherArticles { width: 50%; display: inline-block; float: left; }
  #relatedLinks { display: block; margin-top: 30px; width: 100%; clear: left; }
  #relatedLinks .glb-related-item__block.glb-related-item__thumbnail { display: none; }
  #relatedLinks .glb-related-item__block.glb-related-item__text { padding-left: 0; width: 100%; }
  #navBar #relatedLinks .col-sm-4 { width: 33%; float: left;  }
}

/* Tablet breakpoint */
@media (max-width: 767px) {
	#navBar #inPageNavigation, #navBar #furtherArticles { width: 100%;}
    #menuBarWrapper #navBar { border-top: 1px solid #ccc; padding: 15px;  }
	#navBar #inPageNavigation li a { padding-bottom: 10px; border-bottom: 1px solid #ccc; background-image: none; width: 100%; }
    #navBar #inPageNavigation li a ul { padding-top: 15px; margin-left: 15px; margin-bottom: 0; padding-bottom: 0; }
	#navBar #inPageNavigation li a ul li a { padding-bottom: 5px; border: 0; }
    #navBar .container { padding: 0; }

    #topBarRight #menuAdditional { display: none; }
    #navBar #menuAdditional { display: inline-block; width: 100%; }
#menuAdditional { margin: 10px 0 !important; }
.menuFlyout .sh { margin-right: 5px; }
#menuAdditional, #menuAdditional li, .menuFlyout { background-color: transparent !important;}
#menuAdditional li { display: block; float: none !important; padding: 5px 0; }
.menuFlyout { display: block !important; }
#searchField { width: 100% !important; }
/* MG
.territoryBtn, .languageField, .languageField_valid, .territorySubmit, .PwC_countries { display: none !important; }
*/
.langlink { padding: 0 5px !important; line-height: 1.5em; }

  }
/* Mobile breakpoint */
@media(max-width:480px) {

}

/* MG: Breadcrumb enhancements */
	ul.col-sm-8.breadcrumb {
		width: 100%;
	}

	ul.breadcrumb {
		overflow: hidden;
		transition: max-height 0.3s ease-in;
	}

	ul.breadcrumb.trimmed {
		padding-left: 48px;
	}

	ul.breadcrumb.closed {
		white-space: nowrap;
	}

	ul.breadcrumb li {
		opacity: 1;
		overflow: hidden;
        line-height: 1.2em;
	}

	ul.breadcrumb li.breadcrumbVisible {
		opacity: 1;
		transition: opacity 0.3s ease-in;
	}

	ul.breadcrumb li.breadcrumbHidden {
		margin: 0px;
		padding: 0px;
		width: 0;
		height: 0px;
		opacity: 0;
		transition: all 0.3s ease-in;
		transition: opacity 0.3s ease-in, max-height 0.3s ease-in;
	}

	ul.breadcrumb li.breadcrumbMenu {
		position: relative;
		float: left;
		margin: -8px 15px 0px -34px;
		width: 36px;
		height: 32px;
		background: transparent;
		border: 1px solid #ccc;
		cursor: pointer;
		z-index: 2;
		transition: all 0.2s ease-in;
	}

	@media(min-width: 768px) {
		ul.breadcrumb li.firstOnLine:before {
			display: none;
		}
	}

	ul.breadcrumb.closed li.breadcrumbMenu {
		background: transparent url("../../../content/pwc/script/network/parallax/breadcrumb_3dots.svg") no-repeat center center;
		background-size: 50%;
	}

	ul.breadcrumb.open li.breadcrumbMenu {
		background: #f2f2f2 url("../../../content/pwc/script/network/parallax/breadcrumb_close.svg") no-repeat center center;
		background-size: 35%;
		border: 1px solid #f2f2f2;
    	margin-bottom: 20px;
	}

	/* mobile */
	#menuAdditional .menuFlyout {
	}

	#menuAdditional .menuFlyout ul.breadcrumb li.preGradient {
		position: fixed;
		top: 0px;
		left: 0px;
		bottom: 0px;
		width: 20%;
		background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		z-index: 2;
	}

	#menuAdditional .menuFlyout ul.breadcrumb li.afterGradient {
		position: fixed;
		top: 0px;
		right: 0px;
		bottom: 0px;
		width: 20%;
		background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		z-index: 2;
	}

	#menuAdditional .menuFlyout ul.breadcrumb.onLeft li.preGradient {
		visibility: hidden;
	}

	#menuAdditional .menuFlyout ul.breadcrumb.onRight li.afterGradient {
		visibility: hidden;
	}

	#menuAdditional .menuFlyout ul.breadcrumb {
		position: relative;
		overflow-x: scroll;
		white-space: nowrap;
		z-index: -1;
	}

	#menuAdditional .menuFlyout ul.breadcrumb li {
		position: relative;
		display: inline-block;
		margin: 0px !important;
		z-index: 1;
	}

	#menuAdditional .menuFlyout ul.breadcrumb li.gradient:before, #menuAdditional .menuFlyout ul.breadcrumb li:nth-child(2):before {
		display: none;
	}

/* MG: PR-1564 */
.menuFlyout .sti-btn { border-radius: 50%; }
.circle-icon {border-radius: 50%;}

/* New Header Breadcrumb */
/* START PR-2091 */
@media (max-width: 767px) {
#breadcrumbWrapper  {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative; }
#breadcrumbWrapper .breadcrumbMenu {
  display: none; }
#breadcrumbWrapper  .breadcrumb {
  color: #968c6d;
  font-weight: normal;
  margin-bottom: 0px;
  background: transparent;
  white-space: nowrap; }
#breadcrumbWrapper  .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 12px;
  padding-right: 10px;
  vertical-align: top;
  /* reset certain CSS properties to override styling applied to global header breadcrumb	*/
  height: auto;
  opacity: 1;
  width: auto; }
#breadcrumbWrapper  .breadcrumb li a {
  font-size: 1rem;
  text-decoration: none; }
#breadcrumbWrapper  .breadcrumb li a:hover {
  text-decoration: underline; }
#breadcrumbWrapper --dark-bg .breadcrumb li a {
  color: #fff; }
#breadcrumbWrapper  .breadcrumb li + li:before {
  background: url("components-colors/images/slimheader/breadcrumb_arrow.png") 0 0 no-repeat;

  height: 15px;
  content: " ";
  display: inline-block;
margin: 5px 20px -5px 0;
  color: #968c6d;
  padding: 0;
  width: 8px;
}
#breadcrumbWrapper  .breadcrumb li + li:after {
  content: " ";
  display: none; }
} /* END PR-2091 */

@media (max-width: 767px) {
  #breadcrumbWrapper  {
    padding-left: 0;
    /*	remove padding to allow edge to edge scrolling */
    padding-right: 0;
    /*	remove padding to allow edge to edge scrolling */ }
  #breadcrumbWrapper  .breadcrumb {
    margin-bottom: 0; /* 10px; */
    padding-top: 2px;
    overflow: initial;
    padding-right: 0;
    padding-left: 0; }
  #breadcrumbWrapper  .breadcrumb-component__scroll-pane {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  #breadcrumbWrapper  .breadcrumb-component__scroll-fade {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1000; }
  #breadcrumbWrapper  .breadcrumb-component__scroll-fade--left {
    -webkit-box-shadow: inset 15px 0px 15px 0px #ffffff;
    -moz-box-shadow: inset 15px 0px 15px 0px #ffffff;
    box-shadow: inset 15px 0px 15px 0px #ffffff;
    right: 100%;
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  #breadcrumbWrapper .simple-breadcrumb-component--hide-fade-l .breadcrumb-component__scroll-fade--left {
    display: none; }
  #breadcrumbWrapper .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%; }
  #breadcrumbWrapper .simple-breadcrumb-component--hide-fade-r .breadcrumb-component__scroll-fade--right {
    display: none; }
  #breadcrumbWrapper  .breadcrumb li {
    margin: 10px; padding-right: 0; }
  #breadcrumbWrapper  .breadcrumb li a {
    font-size: 1.076rem;
    padding: 5px; }
  #breadcrumbWrapper  .breadcrumb li + li:before {
    /* margin: 0 20px -3px -5px; } */
   }
}
/* PR-2091
@media (min-width: 768px) {
  #breadcrumbWrapper  .breadcrumb {
    white-space: normal;
  #breadcrumbWrapper __scroll-pane {
    overflow: visible; } }
*/

/*  end new header breadcrumb
********************/

/* PR-1844 New HP */
.longform-territory-homepage-template #breadcrumbWrapper { display: none; }
.longform-territory-homepage-template .centerPar { padding-top: 85px; }

/* PR-2125 */
#breadcrumbWrapper ul.breadcrumb li a { color: #404041 !important; }
#breadcrumbWrapper ul.breadcrumb li:last-child a { color: #6d6e71 !important; }
#breadcrumbWrapper ul.breadcrumb li a:hover, #breadcrumbWrapper ul.breadcrumb li a:focus { text-decoration: underline; }
.breadcrumb li+li:after{
background: url("components-colors/images/slimheader/breadcrumb_arrow.png") 0 0 no-repeat;
  height: 15px;
  content: " ";
  display: inline-block;
margin: 3px 5px 0px 20px;
  color: #c7c8ca;
  padding: 0;
  width: 8px; 
}

/* PR-2187 */
#navBar { overflow: scroll !important; }

/* PR-2112 New Slim Header Nav */
#navBar span.sectiontitle { display: block; margin-bottom: 20px; font-size: 1.5rem; font-weight: bold; font-family: Georgia, serif; color: #404041; }
@media (max-width: 767px) {
	#navBar { max-height: 75vh !important; overflow: scroll !important; }
	#navBar span.sectiontitle { display: none; }
}

@media (min-width: 768px){
	#navBar #inPageNavigation { padding-right: 0; }
}
#navBar #inPageNavigation ul {  }
#navBar #inPageNavigation ul li { margin: 0; }
#navBar #inPageNavigation ul li a {  padding: 8px 0 8px 15px; margin-right: 0; line-height: 1.6rem; }
#navBar #inPageNavigation ul li a.selecteditem { color: #fff !important; background-color: #6d6e71; }

#navBar #furtherArticles { padding-left: 0; }
#navBar #furtherArticles ul {  }
#navBar #furtherArticles ul li { margin: 0;  }
#navBar #furtherArticles ul li a { padding: 8px 0 8px 30px; line-height: 1.6rem; }
@media (max-width: 767px) {
	#navBar #inPageNavigation ul li ul li a { padding-left: 30px; }
	#navBar #inPageNavigation { padding-bottom: 20px; }
}

#navBar #furtherArticles ul li a.selecteditem { color: #fff !important; }
.page-primary-col--orange #navBar #furtherArticles ul li a.selecteditem,
.page-primary-col--orange #navBar #inPageNavigation ul li ul li a.selecteditem { background-color: #d04a02; }
.page-primary-col--red #navBar #furtherArticles ul li a.selecteditem,
.page-primary-col--red #navBar #inPageNavigation ul li ul li a.selecteditem  { background-color: #e0301e; }
.page-primary-col--burgundy #navBar #furtherArticles ul li a.selecteditem,
.page-primary-col--burgundy #navBar #inPageNavigation ul li ul li a.selecteditem  { background-color: #a32020; }
.page-primary-col--maroon #navBar #furtherArticles ul li a.selecteditem,
.page-primary-col--maroon #navBar #inPageNavigation ul li ul li a.selecteditem  { background-color: #602320; }
.page-primary-col--rose #navBar #furtherArticles ul li a.selecteditem,
.page-primary-col--rose #navBar #inPageNavigation ul li ul li a.selecteditem  { background-color: #d93954; }

#navBar .sectiontitle a:hover,
#navBar #inPageNavigation ul li a:hover span,
#navBar #furtherArticles ul li a:hover span,
#navBar #LevelOneLinks a:hover span { text-decoration: none; }

@media (min-width: 768px) {

.page-primary-col--orange #navBar .sectiontitle a:hover,
.page-primary-col--orange #navBar #inPageNavigation ul li a:hover span,
.page-primary-col--orange #navBar #furtherArticles ul li a:hover span,
.page-primary-col--orange #navBar #LevelOneLinks a:hover span { border-bottom: 2px solid #d04a02; }

.page-primary-col--red #navBar .sectiontitle a:hover,
.page-primary-col--red #navBar #inPageNavigation ul li a:hover span,
.page-primary-col--red #navBar #furtherArticles ul li a:hover span,
.page-primary-col--red #navBar #LevelOneLinks a:hover span { border-bottom: 2px solid #e0301e; }

.page-primary-col--burgundy #navBar .sectiontitle a:hover,
.page-primary-col--burgundy #navBar #inPageNavigation ul li a:hover span,
.page-primary-col--burgundy #navBar #furtherArticles ul li a:hover span,
.page-primary-col--burgundy #navBar #LevelOneLinks a:hover span { border-bottom: 2px solid #a32020; }

.page-primary-col--maroon #navBar .sectiontitle a:hover,
.page-primary-col--maroon #navBar #inPageNavigation ul li a:hover span,
.page-primary-col--maroon #navBar #furtherArticles ul li a:hover span,
.page-primary-col--maroon #navBar #LevelOneLinks a:hover span { border-bottom: 2px solid #602320; }

.page-primary-col--rose #navBar .sectiontitle a:hover,
.page-primary-col--rose #navBar #inPageNavigation ul li a:hover span,
.page-primary-col--rose #navBar #furtherArticles ul li a:hover span,
.page-primary-col--rose #navBar #LevelOneLinks a:hover span { border-bottom: 2px solid #d93954; }

#navBar #inPageNavigation ul li a.selecteditem:hover span { border-bottom: 0 !important; }

}

#navBar #LevelOneLinks h3 { font-weight: normal; }
#navBar #LevelOneLinks ul { margin-left: 0; }
#navBar #LevelOneLinks ul li { margin-bottom: 20px; }
#navBar #LevelOneLinks ul li a { font-size: 1.3rem; color: #404041; font-weight: bold; }

.asset-sharing-component {
  position: relative;
}
.asset-sharing-component .ico-facebook,
.asset-sharing-component .ico-linkedin,
.asset-sharing-component .ico-pinterest,
.asset-sharing-component .ico-twitter,
.asset-sharing-component .ico-weibo {
  max-width: 100%;
  background-size: 100%;
  background-image: url('../../../content/pwc/script/network/parallax/sti-button-flat.png');
  border-radius: 50%;
}
.asset-sharing-component .ico-facebook {
  background-color: #305891;
  background-position: 0 0%;
  background-size: 100%;
}
.asset-sharing-component .ico-linkedin {
  background-position: 1px 27.9%;
  background-size: 100%;
  background-color: #007cb9;
}
.asset-sharing-component .ico-pinterest {
  background-position: 0 36.6%;
  background-size: 100%;
  background-color: #db4935;
}
.asset-sharing-component .ico-weibo {
  background-position: 0 100%;
  background-size: 100%;
  background-color: #c24130;
}
.asset-sharing-component .ico-twitter {
  background-position: 1px 9%;
  background-size: 100%;
  background-color: #05aced;
}
.asset-sharing-component .ico-share-hover,
.asset-sharing-component .ico-share {
  max-width: 100%;
  background-size: 100%;
  background-image: url('components-colors/images/assetsharing/iconos-asset-sharing.png');
}
.asset-sharing-component .ico-share-hover {
  background-position: 0 0%;
  background-size: 100%;
}
.asset-sharing-component .ico-share {
  background-position: 0 100%;
  background-size: 100%;
}
.asset-sharing-component.image-asset .btn-asset-share {
  opacity: 0;
  display: none;
}
.asset-sharing-component.image-asset:hover .btn-asset-share,
.asset-sharing-component .btn-asset-share.ico-share-hover {
  opacity: 1;
  display: block;
}
.asset-sharing-component .btn-asset-share {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  cursor: pointer;
}
@media (min-width: 721px) {
  .asset-sharing-component .btn-asset-share {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 720px) {
  .asset-sharing-component .btn-asset-share {
    width: 48px;
    height: 48px;
  }
}
.asset-sharing-component > img,
.asset-sharing-component > a,
.asset-sharing-component > a > img {
  max-width: 100%;
  display: block;
}
.asset-sharing-component .deep-link {
  position: absolute;
  top: 0;
}
.asset-sharing-component .vtn-share-asset {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.asset-sharing-component .vtn-share-asset .cont-vtn-share {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
@media (min-width: 721px) {
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .txt-asset-share,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .dv-btns-share {
    display: inline-block;
    vertical-align: middle;
  }
}
.asset-sharing-component .vtn-share-asset .cont-vtn-share .txt-asset-share {
  font: italic normal 16px Georgia;
}
@media (min-width: 721px) {
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .txt-asset-share {
    margin-right: 7px;
  }
}
@media (max-width: 720px) {
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .txt-asset-share {
    margin-bottom: 10px;
  }
}
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-fb,
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-tw,
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-ln,
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-pr,
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-wb {
  display: inline-block;
}
@media (min-width: 721px) {
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-fb,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-tw,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-ln,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-pr,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-wb {
    width: 36px;
    height: 36px;
    margin: 0 1px;
  }
}
@media (max-width: 720px) {
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-fb,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-tw,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-ln,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-pr,
  .asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-wb {
    width: 36px;
    height: 36px;
    margin: 0 4px;
  }
}
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-fb:hover,
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-tw:hover,
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-ln:hover,
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-pr:hover,
.asset-sharing-component .vtn-share-asset .cont-vtn-share .btn-share-wb:hover {
  cursor: pointer;
  opacity: 0.8;
}
.textimage-image .asset-sharing-component img {
  padding-left: 0;
  padding-right: 0;
}
.image > .asset-sharing-component,
.asset-sharing-component.video-asset {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 480px) {
  .asset-sharing-component.video-asset {
    width: 100%;
  }
}

/* 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
********************/

/*  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; }

/* START PR-2091 */
@media (max-width: 767px) {
.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;
  width: auto; }
    }
.glb-footer ul.breadcrumb.closed li.breadcrumbMenu { background-color: #ffffff; }
.glb-footer ul.breadcrumb.open li.breadcrumbMenu { margin-bottom: 20px; }
.glb-footer ul.breadcrumb li.breadcrumbVisible.firstOnLine:before { display: none; }

/* END PR-2091 */

.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("components-colors/images/newfooter/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; */ } }
/* PR-2091
@media (min-width: 768px) {
  .glb-footer .simple-breadcrumb-component .breadcrumb {
    white-space: normal;
  .glb-footer .simple-breadcrumb-component__scroll-pane {
    overflow: visible; } }
*/

/*  end Global footer breadcrumb
********************/

/* MG: Styles for matching header breadcrumb treatment to footer
.simple-breadcrumb-component .breadcrumb li + li:after {content:none;}
#footerBreadcrumbWrapper .breadcrumbMenu { background-color: #f2f2f2; }
#footerBreadcrumbWrapper .breadcrumbMenu:before { content: none; }
#footerBreadcrumbWrapper ul.breadcrumb { margin: -8px 0px 0px 0; }
*/
/* PR-1853 */
@media (max-width: 767px) {
	#footerBreadcrumbWrapper ul.breadcrumb { margin-left: 0; }
}
#footerBreadcrumbWrapper ul.breadcrumb {
    padding: 15px 0;
    margin-bottom: 0;
}
#footerBreadcrumbWrapper ul.breadcrumb.trimmed { padding-left: 36px; }
/*	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: 448px;
    min-height: 32rem;
    /*	equivalent to 504px */
    color: #fff;
}
.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 {
    border: none;
    margin: 0;
    padding: 0;
}

.large-quote-component--photo-bg .large-quote-component__content blockquote p.h1 {
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0;
}

.large-quote-component--photo-bg .large-quote-component__content blockquote footer {
    color: #ffffff;
    padding-top: 10px;
    margin: 0;
}
.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;
}
@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
********************/

/*	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	*/

/* 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: Georgia, serif;
    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: Georgia, serif;
    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; }
/*  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
********************/
.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; }
  .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: georgia, 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("components-colors/images/forms-icons/icon-alert-2.png") right 10px top 15px no-repeat;
      /* PNG Fallback */
      background: url("components-colors/images/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("components-colors/images/forms-icons/icon-correct.png") right 10px top 15px no-repeat;
      /* PNG Fallback */
      background: url("components-colors/images/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: georgia, 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("components-colors/images/forms-icons/icon-chevron-horizontal.png") right 15px center no-repeat;
      /* PNG fallback */
      background: #fff url("components-colors/images/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("components-colors/images/forms-icons/icon-alert-2.png") 0 0 no-repeat;
      /* PNG Fallback */
      background: url("components-colors/images/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("components-colors/images/forms-icons/icon-correct.png") 0 0 no-repeat;
      /* PNG Fallback */
      background: url("components-colors/images/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("components-colors/images/forms-icons/icon-calendar-off.png") center center no-repeat;
          /* PNG Fallback */
          background: url("components-colors/images/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("components-colors/images/forms-icons/icon-calendar-on.png") no-repeat;
          /* PNG Fallback */
          background: #404041 url("components-colors/images/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("components-colors/images/forms-icons/icon-calendar-on.png") no-repeat;
          /* PNG Fallback */
          background: #6d6e71 url("components-colors/images/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("components-colors/images/forms-icons/icon-alert-2.png") right 10px center no-repeat;
    /* PNG Fallback */
    background: #fff url("components-colors/images/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("components-colors/images/forms-icons/icon-correct.png") right 10px center no-repeat;
    /* PNG Fallback */
    background: #fff url("components-colors/images/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("components-colors/images/forms-icons/icon-tick.png") no-repeat scroll #49494B;
    /* PNG Fallback */
    background: url("components-colors/images/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("components-colors/images/forms-icons/icon-tick.png") no-repeat scroll #49494B;
    /* PNG Fallback */
    background: url("components-colors/images/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("components-colors/images/forms-icons/icon-radio.png") no-repeat scroll #49494B;
    /* PNG Fallback */
    background: url("components-colors/images/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("components-colors/images/forms-icons/icon-radio.png") no-repeat scroll #49494B;
    /* PNG Fallback */
    background: url("components-colors/images/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("components-colors/images/forms-icons/icon-alert-2.png") right 10px top 15px no-repeat;
    /* PNG Fallback */
    background: url("components-colors/images/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("components-colors/images/forms-icons/icon-correct.png") right 10px top 10px no-repeat;
    /* PNG Fallback */
    background: url("components-colors/images/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: georgia, serif;
  font-weight: bold; }

.pwc-forms .has-error .help-block strong {
    color: #404041; }

.speakers {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
.speakers h2 {
  margin-bottom: 20px;
}
.speakers .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.speakers h3,
.speakers p {
  margin: 0;
}
.speakers h3:not(.lg-text-link) {
  margin-bottom: 0.2em;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.speakers a {
  color: #000;
}
.speakers p {
  line-height: 1.3em;
  font-size: 0.9rem;
}
.speakers .hl-modal-paragraph p {
  line-height: 1.5em;
  font-size: 1.142rem;
}
.speakers .hl-modal-paragraph p {
  line-height: 1.5em;
  font-size: 1.142rem;
}
.speakers .view-more {
  font-size: 1.65rem;
  margin-top: 3px;
}
section {
  table-layout: fixed;
}
/* Style of color title */
/* Loop to create colour variations */
.page-primary-col--orange .highlihts-title-color-h2 h2 {
  color: #d04a02;
}
.page-primary-col--red .highlihts-title-color-h2 h2 {
  color: #e0301e;
}
.page-primary-col--burgundy .highlihts-title-color-h2 h2 {
  color: #a32020;
}
.page-primary-col--maroon .highlihts-title-color-h2 h2 {
  color: #602320;
}
.page-primary-col--rose .highlihts-title-color-h2 h2 {
  color: #d93954;
}
/* Styles of a modal interaction */
.page-primary-col--orange .hl-article.hl-preview:hover .lg-text-link {
  border-bottom: 2px solid #d04a02;
}
.page-primary-col--red .hl-article.hl-preview:hover .lg-text-link {
  border-bottom: 2px solid #e0301e;
}
.page-primary-col--burgundy .hl-article.hl-preview:hover .lg-text-link {
  border-bottom: 2px solid #a32020;
}
.page-primary-col--maroon .hl-article.hl-preview:hover .lg-text-link {
  border-bottom: 2px solid #602320;
}
.page-primary-col--rose .hl-article.hl-preview:hover .lg-text-link {
  border-bottom: 2px solid #d93954;
}
.page-primary-col--orange .hl-article:hover .link-read-more {
  border-bottom: 2px solid #d04a02;
  color: #404041;
}
.page-primary-col--red .hl-article:hover .link-read-more {
  border-bottom: 2px solid #e0301e;
  color: #404041;
}
.page-primary-col--burgundy .hl-article:hover .link-read-more {
  border-bottom: 2px solid #a32020;
  color: #404041;
}
.page-primary-col--maroon .hl-article:hover .link-read-more {
  border-bottom: 2px solid #602320;
  color: #404041;
}
.page-primary-col--rose .hl-article:hover .link-read-more {
  border-bottom: 2px solid #d93954;
  color: #404041;
}
/* highligths-container class is used to center highlights component even though the section is full width */
@media (max-width: 767px) {
  .highligths-container {
    padding: 0 15px;
  }
  section.fullwidth .highligths-container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .highligths-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .highligths-container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .highligths-container {
    max-width: 1140px;
  }
}
.hl-dv-component-title {
  padding-left: 0;
}
.dvHighlights {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  o-transition: height 0.4s;
  transition: height 0.4s;
  /* modal styles */
}
.dvHighlights > .hl-content {
  /* div that wraps each article an define how it's positioned */
  /* articles styles */
}
.dvHighlights > .hl-content::after {
  content: '';
  display: block;
  clear: both;
}
.dvHighlights > .hl-content .dv-article:not(.hl-preview) {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .dvHighlights > .hl-content .dv-article.hl-preview {
    margin-bottom: 2.5%;
  }
}
@media (min-width: 992px) {
  .dvHighlights > .hl-content .dv-article.hl-preview {
    float: left;
    width: 32.5%;
    margin-bottom: 1%;
  }
  .dvHighlights > .hl-content .dv-article.hl-preview:nth-child(3n+1) {
    clear: left;
  }
  .dvHighlights > .hl-content .dv-article.hl-preview:nth-child(3n+2) {
    margin: 0 1.125%;
  }
}
.dvHighlights > .hl-content .hl-article {
  position: relative;
  word-wrap: break-word;
}
.dvHighlights > .hl-content .hl-article.hl-preview {
  padding: 10px 10px 10px 0;
}
.dvHighlights > .hl-content .hl-article .hl-dv-article-img {
  position: relative;
  padding-left: 10px;
}
.dvHighlights > .hl-content .hl-article.hl-complex {
  border: 1px solid #CCC;
  background: #FFF;
}
.dvHighlights > .hl-content .hl-article.hl-complex:hover {
  background: #E5E5E5;
}
@media (max-width: 991px) {
  .dvHighlights > .hl-content .hl-article.hl-complex .hl-article-desc {
    padding-bottom: 25px;
  }
}
.dvHighlights > .hl-content .hl-article.hl-complex .hl-read-more-article {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
}
@media (min-width: 992px) {
  .dvHighlights > .hl-content .hl-article.hl-complex .hl-read-more-article {
    display: none;
  }
}
.dvHighlights > .hl-content .hl-article.hl-complex:hover,
.dvHighlights > .hl-content .hl-article[onclick]:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  .dvHighlights > .hl-content .hl-article.hl-simple {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5%;
  }
}
.dvHighlights > .hl-content .hl-article.hl-simple .hl-read-more-article {
  margin-top: 10px;
}
.dvHighlights > .hl-content .hl-article.hl-simple .hl-read-more-article .link-read-more {
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  o-transition: border 0.2s;
  transition: border 0.2s;
}
@media (min-width: 768px) {
  .dvHighlights > .hl-content .hl-article.hl-simple .hl-read-more-article .link-read-more {
    font-size: 12px;
  }
}
.dvHighlights > .hl-content .hl-article .hl-article-img {
  position: relative;
  padding-top: 100%;
  background-size: cover;
  background-position: center top;
  z-index: 2;
}
.dvHighlights > .hl-content .hl-article .alt-img {
  position: absolute;
  top: 0;
  left: 10px;
  right: 15px;
  bottom: 0;
  z-index: 1;
  font-size: 11px;
  word-wrap: break-word;
  overflow: hidden;
}
.dvHighlights > .hl-content .hl-article .lg-text-link {
  display: inline;
  padding-bottom: 2px;
  line-height: 25px;
  font-weight: bold;
  font-style: normal;
}
.dvHighlights > .hl-content .hl-article .lg-text-link.no-link {
  border: none !important;
  cursor: auto;
}
.dvHighlights > .hl-content .hl-article .hl-article-desc {
  margin-top: 7px;
}
.dvHighlights > .hl-content .hl-article > .no-padding {
  position: static;
}
.dvHighlights > .hl-content .hl-article .no-underline:hover {
  text-decoration: none;
}
.dvHighlights > .hl-content .hl-article::after {
  content: '';
  display: block;
  clear: both;
}
.dvHighlights > .dvModal {
  width: 100%;
  background: #f2f2f2;
  padding: 40px 50px;
  -webkit-transition: left 0.35s;
  -moz-transition: left 0.35s;
  o-transition: left 0.35s;
  transition: left 0.35s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 10;
}
@media (min-width: 768px) {
  .dvHighlights > .dvModal {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
  }
  .dvHighlights > .dvModal.hl-modal-hidding {
    left: 100%;
  }
  .dvHighlights > .dvModal.hl-modal-visible {
    left: 0;
  }
}
@media (max-width: 767px) {
  .dvHighlights > .dvModal {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 10000;
    min-height: auto !important;
  }
  .dvHighlights > .dvModal.hl-modal-hidding {
    left: 100%;
  }
  .dvHighlights > .dvModal.hl-modal-visible {
    left: 0;
  }
}
.dvHighlights > .dvModal > .hl-close-modal-mobile,
.dvHighlights > .dvModal > .close-modal,
.dvHighlights > .dvModal .txt-read-more {
  color: #bf1503;
}
.dvHighlights > .dvModal > .close-modal {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 12px;
}
.dvHighlights > .dvModal > .hl-close-modal-mobile {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  border-top: 1px solid #CCC;
  padding: 17px 20px;
  background: #FFF;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dvHighlights > .dvModal > .hl-close-modal-mobile:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .dvHighlights > .dvModal > .hl-scroll-content {
    position: absolute;
    top: 63px;
    left: 20px;
    right: 20px;
    bottom: 80px;
    overflow: hidden;
  }
}
.dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content {
  font-size: 0;
}
.dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-paragraph {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  font-size: 13px;
  line-height: 19px;
  padding-right: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-paragraph ol,
.dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-paragraph ul {
  padding-left: 20px;
  margin: 10px 0;
}
.dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-paragraph ol > li,
.dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-paragraph ul > li {
  font-size: 1.142rem;
}
.dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-image {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-image[src=""] {
  height: 0;
}
@media (max-width: 767px) {
  .dvHighlights > .dvModal.read-more-visible > .hl-scroll-content {
    overflow-y: scroll;
  }
}
.dvHighlights > .dvModal > .dv-read-more {
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .dvHighlights > .dvModal > .dv-read-more {
    height: 30px;
    bottom: 50px;
    background: #f2f2f2;
  }
}
@media (min-width: 768px) {
  .dvHighlights > .dvModal > .dv-read-more {
    height: 40px;
    bottom: 0;
    background: #f2f2f2;
  }
}
.dvHighlights > .dvModal > .dv-read-more > .txt-read-more {
  display: none;
  position: absolute;
  top: -25px;
  left: 0;
  height: 26px;
  line-height: 25px;
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .dvHighlights > .dvModal > .dv-read-more > .txt-read-more {
    right: 0;
    padding: 0 35px;
    background: #f2f2f2;
  }
}
@media (min-width: 768px) {
  .dvHighlights > .dvModal > .dv-read-more > .txt-read-more {
    width: calc((100% - 100px) * 0.75 + 50px);
    padding-left: 50px;
    background: #f2f2f2;
  }
}
.dvHighlights > .dvModal > .dv-read-more > .txt-read-more:hover {
  cursor: pointer;
  text-decoration: underline;
}
.dvHighlights > .dvModal > .dv-read-more > .gradient-read-more {
  display: none;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .dvHighlights > .dvModal > .dv-read-more > .gradient-read-more {
    top: -155px;
    height: 135px;
    right: 0;
    background: rgba(242, 242, 242, 0);
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=0);
  }
}
@media (min-width: 768px) {
  .dvHighlights > .dvModal > .dv-read-more > .gradient-read-more {
    top: -80px;
    height: 55px;
    width: calc((100% - 100px) * 0.75 + 50px);
    background: rgba(242, 242, 242, 0);
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=0);
  }
}
.dvHighlights > .dvModal.read-more .txt-read-more,
.dvHighlights > .dvModal.read-more .gradient-read-more {
  display: block;
}
.dvHighlights > .dvModal > .close-modal {
  cursor: pointer;
}
/* styles for mobile modal */
@media (max-width: 767px) {
  .dvHighlights > .dvModal {
    padding: 12px 20px;
    border: 1px solid #BBB;
    background: #f2f2f2;
  }
  .dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content {
    background: #E4E4E4;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
  }
  .dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content.hl-modal-no-paragraph {
    display: none;
  }
  .dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-paragraph {
    width: 100%;
  }
  .dvHighlights > .dvModal > .hl-scroll-content > .hl-modal-content > .hl-modal-image {
    display: none;
  }
  .dvHighlights > .dvModal > .close-modal {
    display: none;
  }
  .dvHighlights > .dvModal.hl-modal-visible > .hl-close-modal-mobile {
    display: block;
  }
  .dvHighlights > .dvModal > .hl-modal-title {
    font-size: 24px;
  }
  body.hl-modal-visible {
    overflow: hidden;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .dvHighlights > .dvModal > .hl-modal-title {
    font-size: 21px;
  }
}

.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;
      /* Loop to create colour variations */ }
      .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; }
      .page-primary-col--grey .contact-detail .contact-detail__text-link:hover, .page-primary-col--grey .contact-detail .contact-detail__text-link:focus {
        border-bottom: 2px solid #736b53; }
    @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; }
    .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;
      /* Loop to create colour variations */ }
      .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; }
      .page-primary-col--grey .contact-detail .contact-detail__panel.contact-detail__contact-info {
        border-top: 4px solid #736b53; }
      .contact-detail .contact-detail__panel.contact-detail__contact-info h2 {
        color: #e0301e;
        /* Loop to create colour variations */ }
        .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; }
        .page-primary-col--grey .contact-detail .contact-detail__panel.contact-detail__contact-info h2 {
          color: #736b53; }
      .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;
      /* Loop to create colour variations */ }
      .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; }
      .page-secondary-col--grey .contact-detail .contact-detail__panel.contact-detail__contact-tags {
        border-top: 4px solid #736b53; }
      .contact-detail .contact-detail__panel.contact-detail__contact-tags h2 {
        color: #a32020;
        /* Loop to create colour variations */ }
        .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; }
        .page-secondary-col--grey .contact-detail .contact-detail__panel.contact-detail__contact-tags h2 {
          color: #736b53; }
  @media (min-width: 992px) {
    .contact-detail {
      padding-top: 110px;
      padding-bottom: 100px; }
    .contact-detail .contact-detail__content {
      padding-bottom: 0; }
    .contact-detail .contact-detail__contact-info__text {
      padding-left: 0;
      padding-right: 0; }
    .contact-detail .contact-detail__sub-column:first-of-type {
      padding-left: 0; }
    .contact-detail .contact-detail__contact-specialism {
      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; } }

/*  Fix to allow profile blocks to show as columns if there are only 2  */
.contact-detail:not(.contact-detail--tags-as-cols) .contact-detail__panel.contact-detail__contact-tags .contact-detail__sub-column {
  padding-bottom: 10px;
  /*    always have some bottom padding on each block */
  /*  by default all blocks are forced to stack   */
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (min-width: 992px) {
    .contact-detail:not(.contact-detail--tags-as-cols) .contact-detail__panel.contact-detail__contact-tags .contact-detail__sub-column {
      padding-left: 0;
      padding-right: 0; } }

/*  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: georgia, serif;
  font-style: italic;
  line-height: 1.5em;
  list-style: none;
  padding-left: 20px;
  position: relative; }

.text-list-component ol > li {
  font-family: georgia, serif;
  font-style: italic;
  line-height: 1.5em;
  list-style: none;
  padding-left: 25px;
  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: georgia, serif;
  font-weight: normal; }

.text-list-controllers .btn--next:after {
  content: ' >';
  font-family: georgia, 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 awards component */
.awards-comp {
  padding: 40px 0; }
  .awards-comp.awards-comp--image-only .awards-comp__img {
    margin: 0 auto;
    max-height: 120px; }
  .awards-comp .awards-comp__heading {
    margin-bottom: 20px; }
  .awards-comp .awards-comp__col {
    margin-bottom: 40px; }
    .awards-comp .awards-comp__col a .awards-comp__title {
      display: inline;
      color: #404041;
      font-style: normal;
      border-bottom: 1px solid #ccc;
      padding-bottom: 4px;
      text-decoration: none;
      transition: all 200ms ease-in-out; }
    .awards-comp .awards-comp__col a:hover .awards-comp__title, .awards-comp .awards-comp__col a:focus .awards-comp__title {
      text-decoration: none;
      padding-bottom: 3px;
      color: #404041;
      border-bottom: 2px solid #e0301e;
      /* Loop to create colour variations */ }
      .page-primary-col--orange .awards-comp .awards-comp__col a:hover .awards-comp__title, .page-primary-col--orange .awards-comp .awards-comp__col a:focus .awards-comp__title {
        border-bottom: 2px solid #d04a02; }
      .page-primary-col--red .awards-comp .awards-comp__col a:hover .awards-comp__title, .page-primary-col--red .awards-comp .awards-comp__col a:focus .awards-comp__title {
        border-bottom: 2px solid #e0301e; }
      .page-primary-col--burgundy .awards-comp .awards-comp__col a:hover .awards-comp__title, .page-primary-col--burgundy .awards-comp .awards-comp__col a:focus .awards-comp__title {
        border-bottom: 2px solid #a32020; }
      .page-primary-col--maroon .awards-comp .awards-comp__col a:hover .awards-comp__title, .page-primary-col--maroon .awards-comp .awards-comp__col a:focus .awards-comp__title {
        border-bottom: 2px solid #602320; }
      .page-primary-col--rose .awards-comp .awards-comp__col a:hover .awards-comp__title, .page-primary-col--rose .awards-comp .awards-comp__col a:focus .awards-comp__title {
        border-bottom: 2px solid #d93954; }
    .awards-comp .awards-comp__col a:hover .awards-comp__img, .awards-comp .awards-comp__col a:focus .awards-comp__img {
      cursor: pointer; }
    .awards-comp .awards-comp__col a:focus .awards-comp__img {
      outline: 1px dotted #212121;
      outline: -webkit-focus-ring-color auto 5px; }
    .awards-comp .awards-comp__col .awards-comp__title {
      margin: 0; }
    .awards-comp .awards-comp__col .awards-comp__abstract {
      font-size: 14px;
      font-size: 1rem;
      margin-top: 10px; }
  .awards-comp .awards-comp__btn {
    text-align: center; }
  @media (max-width: 767px) {
    .awards-comp .awards-comp__img {
      max-height: 200px; } }

/* END awards component */
#pwcRegisCurrentLabel {
  display: none;
  /*   hide this label in all situations   */ }

.pwc-regis {
  background: #f2f2f2;
  padding-top: 0px;
  padding-bottom: 40px;
  /*  local nav    
  *******************/
  /*  end local nav    
  *******************/
  /*  dialog panel    
  *******************/
  /*  end dialog panel    
  *******************/
  /*  dialog tabs    
  *******************/
  /*  end dialog tabs    
  *******************/
  /*  dialog icons   
  *******************/
  /*  end dialog icons   
  *******************/
  /*  overrides for form elements  
  *******************/
  /*  end overrides for forms    
  *******************/
  /*  specific view s   
  *******************/
  /*  sign-in view */
  /*  end sign-in view */
  /* regisrer view */
  /* end regisrer view */
  /* Confirmation views e.g. registration confirmation and forgotten password confirmation */
  /* end Confirmation views */
  /*  end specific views    
  *******************/ }
  @media (min-width: 768px) {
    .pwc-regis {
      padding-top: 0px;
      padding-bottom: 120px; } }
  @media (min-width: 992px) {
    .pwc-regis {
      min-height: 720px;
      padding-top: 20px;
      /*   reserve 20px at the top, in case breadcrumb wraps and header overlaps the Registration component*/
      padding-bottom: 120px; }
    .pwc-regis.pwc-regis--no-nav {
      padding-top: 80px; } }
  @media (max-width: 991px) {
    .pwc-regis .pwc-regis__local-nav {
      background: #fff;
      border-bottom: 2px solid #dbddda;
      padding: 14px 0;
      width: 100%; } }
  .pwc-regis .pwc-regis__back {
    background: #fff;
    display: inline-block;
    font-size: 1rem;
    padding: 4px 0; }
    .pwc-regis .pwc-regis__back:link, .pwc-regis .pwc-regis__back:visited, .pwc-regis .pwc-regis__back:focus, .pwc-regis .pwc-regis__back:hover {
      color: #404041; }
    .pwc-regis .pwc-regis__back:focus, .pwc-regis .pwc-regis__back:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .pwc-regis .pwc-regis__back {
        font-size: 1.167rem; } }
    @media (max-width: 991px) {
      .pwc-regis .pwc-regis__back .icon-el {
        position: relative;
        padding-left: 12px;
        transition: padding 0.25s linear; }
        .pwc-regis .pwc-regis__back .icon-el:before, .pwc-regis .pwc-regis__back .icon-el:after {
          background: #404041;
          content: '';
          display: block;
          position: absolute;
          width: 15px;
          height: 2px; }
        .pwc-regis .pwc-regis__back .icon-el:before {
          -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
          top: 2px; }
        .pwc-regis .pwc-regis__back .icon-el:after {
          -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
          top: 12px; }
      .pwc-regis .pwc-regis__back .label-el {
        font-weight: bold;
        margin-left: 12px;
        -ms-transition: border 200ms ease-in-out;
        -webkit-transition: border 200ms ease-in-out;
        -moz-transition: border 200ms ease-in-out;
        transition: border 200ms ease-in-out; }
      .pwc-regis .pwc-regis__back:focus .label-el, .pwc-regis .pwc-regis__back:hover .label-el {
        border-bottom: 2px solid #e1301e;
        text-decoration: none;
        /* Loop to create colour variations */ }
        .page-primary-col--orange .pwc-regis .pwc-regis__back:focus .label-el, .page-primary-col--orange .pwc-regis .pwc-regis__back:hover .label-el {
          border-bottom: 2px solid #d04a02; }
        .page-primary-col--red .pwc-regis .pwc-regis__back:focus .label-el, .page-primary-col--red .pwc-regis .pwc-regis__back:hover .label-el {
          border-bottom: 2px solid #e0301e; }
        .page-primary-col--burgundy .pwc-regis .pwc-regis__back:focus .label-el, .page-primary-col--burgundy .pwc-regis .pwc-regis__back:hover .label-el {
          border-bottom: 2px solid #a32020; }
        .page-primary-col--maroon .pwc-regis .pwc-regis__back:focus .label-el, .page-primary-col--maroon .pwc-regis .pwc-regis__back:hover .label-el {
          border-bottom: 2px solid #602320; }
        .page-primary-col--rose .pwc-regis .pwc-regis__back:focus .label-el, .page-primary-col--rose .pwc-regis .pwc-regis__back:hover .label-el {
          border-bottom: 2px solid #d93954; } }
    @media (min-width: 992px) {
      .pwc-regis .pwc-regis__back {
        border: 1px solid #ccc;
        border-radius: 50%;
        display: block;
        float: right;
        height: 50px;
        margin: 0 0 8px;
        padding: 14px;
        -webkit-transition: background ease-in-out 200ms, border ease-in-out 200ms;
        -moz-transition: background ease-in-out 200ms, border ease-in-out 200ms;
        transition: background ease-in-out 200ms, border ease-in-out 200ms;
        width: 50px; }
        .pwc-regis .pwc-regis__back:focus, .pwc-regis .pwc-regis__back:hover {
          background-color: #6d6e71;
          border-color: #6d6e71; }
      .pwc-regis .pwc-regis__back .label-el {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0; }
        .pwc-regis .pwc-regis__back .label-el:active, .pwc-regis .pwc-regis__back .label-el:focus {
          position: static;
          width: auto;
          height: auto;
          margin: 0;
          overflow: visible;
          clip: auto; }
      .pwc-regis .pwc-regis__back .icon-el {
        background: url("components-colors/images/registration/close-icon.svg") no-repeat 0 0;
        background-size: 22px 22px;
        display: inline-block;
        height: 22px;
        width: 22px; }
      .pwc-regis .pwc-regis__back:hover .icon-el, .pwc-regis .pwc-regis__back:focus .icon-el {
        background-image: url("components-colors/images/registration/close-icon-white.svg"); } }
  .pwc-regis .pwc-regis__dialog {
    background: #f2f2f2; }
    .pwc-regis .pwc-regis__dialog .pwc-regis__content-wrapper {
      padding: 45px 0px 0px; }
      @media (min-width: 992px) {
        .pwc-regis .pwc-regis__dialog .pwc-regis__content-wrapper {
          padding: 35px 30px 30px; } }
  .pwc-regis .pwc-regis__dialog--tabs .pwc-regis__content-wrapper {
    padding: 35px 0px 30px; }
    @media (min-width: 768px) {
      .pwc-regis .pwc-regis__dialog--tabs .pwc-regis__content-wrapper {
        padding: 35px 30px 30px; } }
  .pwc-regis .pwc-regis__content-heading {
    color: #6d6e71;
    margin-bottom: 20px; }
  .pwc-regis .pwc-regis__text-group {
    margin-bottom: 30px; }
  .pwc-regis .pwc-regis__tabs {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%; }
  .pwc-regis .pwc-regis__tab {
    border-bottom: 2px solid #cdcdcd;
    display: table-cell;
    width: 50%;
    padding-top: 24px;
    padding-bottom: 22px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .pwc-regis .pwc-regis__tab:hover,
  .pwc-regis .pwc-regis__tab:focus {
    border-bottom: 8px solid #cdcdcd;
    padding-bottom: 16px; }
  .pwc-regis .pwc-regis__tab.state-active,
  .pwc-regis .pwc-regis__tab.state-active:hover,
  .pwc-regis .pwc-regis__tab.state-active:focus {
    border-bottom: 8px solid #e0301e;
    /* default = red */
    padding-bottom: 16px;
    /* Loop to create colour variations */ }
    .page-primary-col--orange .pwc-regis .pwc-regis__tab.state-active, .page-primary-col--orange
    .pwc-regis .pwc-regis__tab.state-active:hover, .page-primary-col--orange
    .pwc-regis .pwc-regis__tab.state-active:focus {
      border-bottom-color: #d04a02; }
    .page-primary-col--red .pwc-regis .pwc-regis__tab.state-active, .page-primary-col--red
    .pwc-regis .pwc-regis__tab.state-active:hover, .page-primary-col--red
    .pwc-regis .pwc-regis__tab.state-active:focus {
      border-bottom-color: #e0301e; }
    .page-primary-col--burgundy .pwc-regis .pwc-regis__tab.state-active, .page-primary-col--burgundy
    .pwc-regis .pwc-regis__tab.state-active:hover, .page-primary-col--burgundy
    .pwc-regis .pwc-regis__tab.state-active:focus {
      border-bottom-color: #a32020; }
    .page-primary-col--maroon .pwc-regis .pwc-regis__tab.state-active, .page-primary-col--maroon
    .pwc-regis .pwc-regis__tab.state-active:hover, .page-primary-col--maroon
    .pwc-regis .pwc-regis__tab.state-active:focus {
      border-bottom-color: #602320; }
    .page-primary-col--rose .pwc-regis .pwc-regis__tab.state-active, .page-primary-col--rose
    .pwc-regis .pwc-regis__tab.state-active:hover, .page-primary-col--rose
    .pwc-regis .pwc-regis__tab.state-active:focus {
      border-bottom-color: #d93954; }
  .pwc-regis .pwc-regis__tab-a {
    display: block;
    font-family: Georgia, "Times New Roman", sans-serif;
    font-size: 24px;
    font-size: 1.714rem;
    line-height: 1.3em;
    text-align: center;
    text-decoration: none; }
  .pwc-regis .pwc-regis__tab-a, .pwc-regis .pwc-regis__tab-a:link, .pwc-regis .pwc-regis__tab-a:visited, .pwc-regis .pwc-regis__tab-a:hover, .pwc-regis .pwc-regis__tab-a:focus {
    color: #404041; }
  .pwc-regis .pwc-regis__tab-a:link {
    cursor: pointer; }
  .pwc-regis .pwc-regis__icon {
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 30px; }
    .pwc-regis .pwc-regis__icon.pwc-regis__icon--email {
      background: url("components-colors/images/registration/email.png") center center no-repeat;
      background: url("components-colors/images/registration/email.svg") center center no-repeat; }
    .pwc-regis .pwc-regis__icon.pwc-regis__icon--lock {
      background: url("components-colors/images/registration/padlock.png") center center no-repeat;
      background: url("components-colors/images/registration/padlock.svg") center center no-repeat; }
    .pwc-regis .pwc-regis__icon.pwc-regis__icon--lock-open {
      background: url("components-colors/images/registration/padlock-open.png") center center no-repeat;
      background: url("components-colors/images/registration/padlock-open.svg") center center no-repeat; }
  .pwc-regis .pwc-forms {
    padding-top: 0;
    padding-bottom: 0; }
  .pwc-regis .pwc-forms__footer {
    padding-bottom: 0; }
  .pwc-regis .pwc-forms .form-group .context-block {
    margin-top: 10px; }
  .pwc-regis .pwc-regis__remember-me {
    display: inline-block; }
  .pwc-regis .pwc-forms .form-group .pwc-regis__disclaimer-block {
    margin-top: 0;
    margin-bottom: 20px; }
  .pwc-regis .pwc-regis__sign-in__password {
    padding-top: 20px; }
  .pwc-regis .pwc-regis__sign-in__password-link {
    font-size: 16px;
    font-size: 1.142rem; }
  .pwc-regis .pwc-regis__benefits-list--desktop {
    margin-top: -9px;
    padding-left: 40px; }
  .pwc-regis .pwc-regis__benefits-list--mobile {
    padding-bottom: 20px; }
    .pwc-regis .pwc-regis__benefits-list--mobile p {
      margin-top: 0; }
  .pwc-regis .tick-item {
    background: url("components-colors/images/registration/tick-feedback-icon.svg") 0 2px no-repeat;
    background-size: 18px 18px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-left: 28px;
    list-style-type: none;}
  .pwc-regis .pwc-regis__confirmation .pwc-regis__content-heading {
    color: #404041;
    margin-bottom: 10px; }
  .pwc-regis .pwc-regis__confirmation .pwc-regis__content-text {
    color: #6d6e71;
    margin-top: 0; }
