/*	Follow PWC icons - based on SVG
********************/
.follow-icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0; }
  .follow-icon--facebook {
    background: #305891; }
    a:hover .follow-icon--facebook {
      background: #294b7b; }
  .follow-icon--twitter {
    background: #05aced; }
    a:hover .follow-icon--twitter {
      background: #0492c9; }
  .follow-icon--linkedin {
    background: #007cb9; }
    a:hover .follow-icon--linkedin {
      background: #00699d; }
  .follow-icon--googleplus {
    background: #db4935; }
    a:hover .follow-icon--googleplus {
      background: #ba3e2d; }
  .follow-icon--googleplus-w {
    background: #fff; }
    a:hover .follow-icon--googleplus-w {
      background: #d9d9d9; }
  .follow-icon--youtube {
    background: #e14e42; }
    .follow-icon--youtube:hover {
      background: #bf4238; }
  .follow-icon--youtube-w {
    background: #fff; }
    a:hover .follow-icon--youtube-w {
      background: #d9d9d9; }
  .follow-icon--has-pad {
    padding: 7px; }

/*	end Follow PWC icons - based on SVG
********************/
/*	Follow PWC bar component
********************/
.follow-pwc-bar {
  background: #404041;
  /*	bar should never change colour*/
  padding: 20px 0; }
  .follow-pwc-bar .follow-pwc-bar__content {
    display: inline-block; }
  .follow-pwc-bar .follow-pwc-bar__text {
    color: #fff;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0 3px 0 0; }
  .follow-pwc-bar .follow-pwc-bar__buttons {
    float: left; }
  .follow-pwc-bar .follow-pwc-bar__button {
    display: block;
    float: left;
    margin-right: 6px; }
  .follow-pwc-bar .follow-icon {
    display: block; }
  @media (max-width: 767px) {
    .follow-pwc-bar {
      /*	tablet */ }
      .follow-pwc-bar .follow-pwc-bar__text {
        padding-top: 3px; } }
  @media (min-width: 768px) {
    .follow-pwc-bar {
      /*	tablet */ }
      .follow-pwc-bar .follow-pwc-bar__content-wrapper {
        text-align: center; } }
  @media (min-width: 992px) {
    .follow-pwc-bar {
      /*	desktop */ } }

/*	end Follow PwC  bar component
********************/
