﻿@charset "utf-8";
/* CSS Document */
/* Container styles */

/* -----------------------------------*/
/* -->>> GLOBAL CONTAINER STYLES <<<--*/
/* -----------------------------------*/

.module h1,
.module h2,
.module h3,
.module h4 {
  margin: 0 0 0 0;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

.module {
  width: auto;
  margin: 0 0 24px 0;
  padding: 16px 17px 16px 17px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.module img {
  /* for left and right spacing of inline images */
  /* margin:0 20px 0 20px; */
}
.module ul li {
  list-style-type: disc;
}
.module p:last-child,
.module ul:last-child,
.module ol:last-child,
.module dl:last-child {
  /* we want any <p> to have no margin-bottom. whether in div or not */
  margin-bottom: 0;
}
.module ul:last-child li:last-child {
  padding-bottom: 0;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  /* for sub headings in all boxes to make headers closer to the para below than the one above */
  margin: 0 0 8px 0;
}
.module p {
  margin-bottom: 10px; /* TB */
}
.module > h1:first-child,
.module > h2:first-child,
.module > h3:first-child,
.module > h4:first-child,
.module > h5:first-child,
.module > h6:first-child {
  margin: 0 0 8px 0;
}
.module img {
  margin-right: 8px;
}
.topped h1,
.topped h2,
.topped h3,
.topped h4,
.topped h5,
.topped h6 {
  /* for sub headings in topped boxes */
  padding: 0; /* Don't need padding on headings inside modules. Margins will suffice */
}

.topped > h1:first-child,
.topped > h2:first-child,
.topped > h3:first-child,
.topped > h4:first-child,
.topped > h5:first-child,
.topped > h6:first-child {
  padding: 8px 17px 8px 17px; /* target only the first heading of any size */
  margin: 0 !important;
}

.topped .module-content {
  padding: 10px 17px 0 17px;
}

.module-content {
}
.topped {
  padding: 0px 0px 20px 0px;
}

.flat-right {
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}

.standard-height {
  min-height: 265px;
}

.quotation-block {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  min-height: 184px;
  padding: 0;
}
.quotation-block a {
  /* TB */
  color: white;
}
.quotation-block span {
  display: block;
  font-size: 16px;
  color: #e3d5e2;
}
.quotation-block p:first-child {
  position: absolute;
  z-index: 200;
  bottom: 0;
  padding: 8px;
  background: rgba(140, 97, 153, 0.85);
  color: white;
  margin: 0;
  font-family: Corbel-Italic, "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans",
    Verdana, "Verdana Ref", sans-serif; /* Tom */
  font-style: normal; /* Tom */
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  width: auto;
  display: block;
}
.quotation-block p a {
  font-size: 14px;
  display: block;
}
.quotation-block img {
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* -----------------------------------*/
/* -->>> CUSTOM CONTAINER STYLES <<<--*/
/* -----------------------------------*/

/* Default no-top white container for main page content */
.default {
  background: white;
}
.default img {
  padding: 0 20px 0 20px;
}
.DR-cta-panel {
  padding-bottom: 0;
}
.DR-cta-panel .title-bar {
  -webkit-font-smoothing: antialiased; /* TB */
  font-smooth: always;
}

/* Primary purple box */
.purple-primary {
  background: #6f397f;
  color: #fff;
}
.purple-primary ul.block-list li {
  background: #a784ac;
}
.purple-primary p,
.purple-primary h1,
.purple-primary h2,
.purple-primary h3,
.purple-primary h4,
.purple-primary h5,
.purple-primary h6,
.purple-primary a,
.purple-sixtyfive h1,
.purple-sixtyfive h2,
.purple-sixtyfive h3,
.purple-sixtyfive h4,
.purple-sixtyfive h5,
.purple-sixtyfive h6 {
  /* TB */
  color: #fff;
}

/* 80% purple box with primary top - used for DR CTAs*/
.nobottom {
  padding-bottom: 0; /* we need a specific style for DR boxes so we can add the bottom box */
}
.purple-eighty .title-bar {
  background: #6f397f;
  color: #fff;
}
.purple-eighty .sub-heading {
  color: #c5acc9;
  font-weight: lighter;
  font-style: normal;
  font-family: Degular, Corbel, "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans",
    Verdana, "Verdana Ref", sans-serif;
}
.purple-eighty {
  background: #8c6199;
  color: #fff;
}
.purple-eighty ul.block-list li {
  background: #a784ac;
}
.purple-eighty p, .purple-eighty h1, .purple-eighty h2, .purple-eighty h3, .purple-eighty h4, .purple-eighty h5, .purple-eighty h6, .purple-eighty a /* TB */ {
  color: #fff !important;
}

.purple-eighty-bottom {
  background: #8c6199;
  padding: 10px 17px;
  margin-top: 16px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  clear: both;
}

.purple-eighty-bottom h1,
.purple-eighty-bottom h2,
.purple-eighty-bottom h3,
.purple-eighty-bottom h4,
.purple-eighty-bottom h5,
.purple-eighty-bottom h6 {
  /* TB */
  color: white;
}

.purple-eighty-bottom p {
  color: white;
  margin-bottom: 0;
}
.purple-eighty-bottom .time-small {
  background: url(/portals/0/skins/stepchange/images/timer.png) left center
    no-repeat;
}

/* 20% purple box - used for bottom of some DR CTAs*/
.purple-twenty-bottom {
  background: #e3d5e2;
  padding: 10px 17px;
  margin-top: 16px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.purple-twenty-bottom p {
  color: #707173;
}

.purple-twenty-bottom a {
  /* TB */
  color: #6c3475 !important;
}
.purple-twenty-bottom h1,
.purple-twenty-bottom h2,
.purple-twenty-bottom h3,
.purple-twenty-bottom h4,
.purple-twenty-bottom h5,
.purple-twenty-bottom h6 {
  font-size: 18px;
  color: #6c3475;
  margin: 0; /* no margin for bottom of DR panel */
}

.purple-sixtyfive ul.block-list li {
  /* TB */
  background: #6f397f;
}
.purple-sixtyfive {
  background: #a17eac;
  color: white; /* TB */
}
.purple-sixtyfive a {
  /* TB */
  color: white;
}

/* Blue Grey module with 20 percent purple top*/
.bluegrey-twenty .title-bar {
  background: #e3d5e2;
  color: #996f9f;
  border-bottom: solid 1px white;
}
.bluegrey-twenty {
  background: #f4f7f8;
}

/* Other Blue Grey values*/
.bluegrey-thirty {
  background: #eff2f4;
}
.bluegrey-fifty {
  background: #e4eaec;
}
.bluegrey-ten {
  background: #fafbfb;
}
.bluegrey-ten .title-bar {
  background: #eff2f4;
}
.bordered {
  border: solid 1px #d5dde1;
}

/* Blue Grey module with no top and yellow underline - has min height & class for right image*/
.second-hero-right {
  border-right: none !important;
}
.second-hero-right p:first-child img {
  /* TB */
  float: right;
  margin-top: -20px;
  width: 303px;
  height: auto;
  margin-left: 16px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-top: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}
.second-hero-left h1,
.second-hero-left h2,
.second-hero-left h3,
.second-hero-left h4,
.second-hero-left h5,
.second-hero-left h6,
.second-hero-right h1,
.second-hero-right h2,
.second-hero-right h3,
.second-hero-right h4,
.second-hero-right h5,
.second-hero-right h6,
.second-hero-bottom h1,
.second-hero-bottom h2,
.second-hero-bottom h3,
.second-hero-bottom h4,
.second-hero-bottom h5,
.second-hero-bottom h6 {
  /* TB */
  margin-bottom: 10px !important;
  margin-top: 0; /*TB */
}
.second-hero-left p:last-child,
.second-hero-right p:last-child,
.second-hero-bottom p:last-child {
  margin-bottom: 0;
}
.second-hero-bottom h1,
.second-hero-bottom h2,
.second-hero-bottom h3,
.second-hero-bottom h4,
.second-hero-bottom h5,
.second-hero-bottom h6 {
  margin-left: 0; /* TB */
}
.second-hero-bottom ul,
ol {
  padding-left: 0; /* TB */
}
.second-hero-right p:first-child,
.second-hero-left p:first-child {
  margin-bottom: 0;
  line-height: 0;
}
.second-hero-right p,
.second-hero-left p,
.second-hero-bottom p {
  /* TB */
  margin-bottom: 8px;
}
.second-hero-right,
.second-hero-left,
.second-hero-bottom {
  /* TB */
  margin-bottom: 24px;
  position: relative;
  padding: 16px; /* TB  */
}
/*.second-hero-right p:first-child img { 
	margin-top: -20px;
	float: right;
	margin-left: 15px;
	-webkit-border-radius: 0px 0 3px 3px;
	-moz-border-radius: 0px 0 3px 3px;
	border-radius: 0px 0 3px 3px;
	width: 303px;
	height: auto;
}*/
.second-hero-left p:first-child img {
  margin-top: -16px;
  margin-left: -16px;
  margin-bottom: -16px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  width: 303px;
  height: auto;
}
.second-hero-bottom p:last-child img,
.second-hero-bottom img:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  height: auto;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
  max-width: none;
}
.grid-right p:first-child img {
  width: 328px;
  height: auto;
}
.second-hero-left .second-hero-overlay {
  background: url(/portals/0/containers/stepchange/images/mini-hero-circle.png)
    no-repeat right center;
  height: 100%;
  width: 211px;
  display: block;
  position: absolute;
  left: 92px;
  top: 0;
}

.second-hero-bottom .second-hero-overlay {
  /* TB */
  background: url(/portals/0/containers/stepchange/images/mini-hero-circle-bottom.png)
    no-repeat center center;
  height: 80px; /*was 111*/
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 166px; /*was 135*/
}
.second-hero-right .second-hero-overlay {
  /* TB */
  background: url(/portals/0/containers/stepchange/images/mini-hero-circle-right.png)
    no-repeat left center;
  height: 100%;
  width: 211px;
  display: block;
  position: absolute;
  right: 92px;
  top: 0;
}
.purple-primary .second-hero-overlay {
  /* TB */
  background: url(/portals/0/containers/stepchange/images/mini-hero-circle-purple.png)
    no-repeat -40px center;
}

.module .telephone-panel,
.module .mail-panel,
.module .callback-panel,
.module .chat-panel,
.second-hero-bottom .callback-panel,
.second-hero-bottom .chat-panel,
.second-hero-bottom .telephone-panel,
.second-hero-bottom .mail-panel {
  /* TB */
  float: none;
  margin-left: 0px;
}
.orange-primary .mail-panel,
.orange-primary .telephone-panel {
  /* TB */
  margin-left: 0;
  color: white;
}
.module .telephone-panel,
.module .mail-panel,
.module .callback-panel,
.module .chat-panel {
  /* TB */
  margin-left: 0;
}
.second-hero-bottom .telephone-panel {
  /* TB */
}
.grid-right .second-hero-overlay {
  /* TB */
  background: url(/portals/0/containers/stepchange/images/grid-right.png)
    no-repeat top;
  width: 179px;
  height: 100%;
  right: 149px;
  position: absolute;
}
.second-hero-right .module-content {
  /* TB */
}
.second-hero-bottom .module-content p,
.second-hero-bottom .module-content ul {
  /* TB */
  margin: 0 0 11px 0;
}
.second-hero-bottom .module-content p:last-child {
  /* TB */
  margin: 0 !important;
}
.second-hero-left .module-content {
  /* TB */
  padding-right: 0px;
}

.second-hero-left .purple-primary .cta-mini a {
  color: #a784ac;
}

/* 5% orange module with no top*/

.orange-five h1,
.orange-five h2,
.orange-five h3,
.orange-five h4,
.orange-five h5,
.orange-five h6 {
  color: #6f397f;
}
.orange-five {
  background: #fff9f4;
}
.orange-five ul.block-list li {
  /* TB */
  background: white;
}
.orange-primary ul.block-list li {
  /* TB */
  background: #fec64e;
}
.dr-left {
  padding-bottom: 68px;
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
  height: 274px;
}
.dr-left #watch-video {
  line-height: 48px;
  padding: 0px 16px;
  left: 0;
}

.purple-banner-top,
.orange-banner-top {
  height: 145px;
  position: relative;
  overflow: hidden;
}
.purple-banner-top h1,
.purple-banner-top h2,
.purple-banner-top h3,
.purple-banner-top h4,
.purple-banner-top h5,
.purple-banner-top h6 {
  position: absolute;
  top: 0px;
  left: 24px;
  z-index: 201;
}
.orange-banner-top h1,
.orange-banner-top h2,
.orange-banner-top h3,
.orange-banner-top h4,
.orange-banner-top h5,
.orange-banner-top h6 {
  position: absolute;
  top: 0px;
  left: 24px;
  z-index: 201;
}
.purple-wave {
  top: 0;
  background: url(images/purple-header-overlay.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.orange-banner-top h1,
.orange-banner-top h2,
.orange-banner-top h3,
.orange-banner-top h4,
.orange-banner-top h5,
.orange-banner-top h6 {
  color: white;
}
.orange-wave {
  top: 0;
  background: url(images/orange-header-overlay.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
}
.orange-primary h1,
.orange-primary h2,
.orange-primary h3,
.orange-primary h4,
.orange-primary h5,
.orange-primary h6 {
  color: white;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: subpixel-antialiased;
}
.orange-primary {
  background: url(/portals/0/containers/stepchange/images/orange-circle.png)
    no-repeat top #fa8518;
  color: white;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.orange-primary a {
  color: white;
  text-decoration: underline;
}
.orange-primary .cta-medium,
.orange-primary .cta-large {
  /* TB */
  text-decoration: none;
}
.orange-primary input[type="text"] {
  /* TB */
  border-color: #bd8610;
}
.help-half-panel {
  width: 43%;
  float: left;
  margin: 8px 0 2px 0;
  padding: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 237px;
  min-height: 70px;
}
.help-half-panel p {
  margin-bottom: 12px;
}
.help-half-panel:first-child {
  margin-right: 18px;
}

.hero-image {
  position: relative;
  max-height: 420px;
  overflow: hidden;
}
.hero-image a {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.hero-image p {
  /* TB */
  margin-bottom: 0;
  line-height: 0;
}
.hero-image blockquote {
  /* TB */
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 10px 16px 10px 60px;
  background: rgba(140, 97, 153, 0.8);
  color: white;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.hero-image blockquote .caption {
  display: block;
  color: white;
}
.hero-image img {
  width: 468px;
  height: auto;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.hero-image-smaller img {
  /* Tom */
  width: 386px;
  height: auto;
}
.hero-circle-inner {
  position: absolute;
  background: url(/portals/0/containers/stepchange/images/hero-circle-inner.png)
    no-repeat left center;
  left: 0;
  height: 100%;
  display: block;
  width: 335px;
  top: 0;
}
.hero-circle-outer {
  position: absolute;
  background: url(/portals/0/containers/stepchange/images/hero-circle-outer.png)
    no-repeat left center;
  left: 0;
  height: 100%;
  display: block;
  width: 141px;
  top: 0;
  z-index: 200;
}
.hero-circle-inner-small {
  /* Tom */
  position: absolute;
  background: url(/portals/0/containers/stepchange/images/hero-circle-inner_small.png)
    no-repeat left center;
  left: 0;
  height: 100%;
  display: block;
  width: 335px;
  top: 0;
}
.hero-circle-outer-small {
  /* Tom */
  position: absolute;
  background: url(/portals/0/containers/stepchange/images/hero-circle-outer_small.png)
    no-repeat left center;
  left: 0;
  height: 100%;
  display: block;
  width: 141px;
  top: 0;
  z-index: 200;
}
.hero-image #employee-video span {
  display: inline-block;
  width: 71%;
  text-indent: 1px;
}
.debtview {
  /* TB */
  background: url(/portals/0/skins/stepchange/images/gb-bg.png) no-repeat top
    right #fcb316;
  min-height: 160px;
  position: relative;
}
.debtview p {
  /* TB */
  max-width: 190px;
}
.debtview .newsletter-form {
  /* TB */
  position: absolute;
  bottom: 16px;
  width: 270px;
}
.debt-pod img:first-child,
.debt-pod p:first-child img {
  position: relative;
  z-index: 100;
  margin: 0;
  width: 304px;
  margin-left: -16px;
  margin-top: -10px;
  display: block;
  max-width: 303px;
}
.debt-pod p {
  display: block;
  clear: both;
}
.debt-pod .module-content {
  position: relative;
}
.pod-tall {
  /* Tom */
  height: 261px;
}
.pod-med,
.tv-pod {
  /* Tom */
  height: 174px;
}
.pod-small {
  /* Tom */
  height: 87px;
}
.pod-small .module-content,
.tv-pod .module-content,
.pod-med .module-content,
.pod-tall .module-content {
  /* Tom */
  padding: 10px;
}
.pod-small:hover,
.pod-med:hover,
.pod-tall:hover {
  /* Tom */
  border: solid 1px #6c3475;
}
.pod-small img,
.pod-med img,
.pod-tall img,
.tv-pod {
  /* Tom */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100% !important;
  height: auto !important;
  z-index: 1;
}
.pod-tall .pod-overlay,
.pod-med .pod-overlay,
.pod-small .pod-overlay,
.pod-tall .pod-overlay:hover,
.pod-med .pod-overlay:hover,
.pod-small .pod-overlay:hover,
.pod-small a,
.pod-med a,
.pod-tall a {
  /* Tom */
  text-decoration: none;
  color: white;
}
.pod-small,
.pod-med,
.pod-tall,
.tv-pod {
  /* Tom */
  background: #f4f7f8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 20px;
  margin-bottom: 16px;
  border: solid 1px #d7dadb;
  font-family: Degular, Corbel, "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans",
    Verdana, "Verdana Ref", sans-serif;
  color: #6f397f;
  font-size: 1.4em;
  overflow: hidden;
  position: relative;
}
.pod-tall .Normal,
.pod-med .Normal,
.pod-small .Normal,
.tv-pod .Normal,
.pod-tall .Normal p,
.pod-med .Normal p,
.pod-small .Normal p,
.tv-pod .Normal p,
.pod-tall .Normal a,
.pod-med .Normal a,
.pod-small .Normal a,
.tv-pod .Normal a {
  font-size: 20px !important;
  font-family: Degular, Corbel, "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans",
    Verdana, "Verdana Ref", sans-serif !important;
}
.testimonial-col {
  /* Tom */
  width: 200px;
  float: left;
  margin-right: 16px;
}
.review-pod a {
  /* Tom */
  color: #6f397f;
}
.review-pod img {
  /* Tom */
  width: auto !important;
  height: auto !important;
}
.tv-pod a {
  /* Tom */
  color: white;
  text-decoration: none;
}
.tv-pod .tv-pod-overlay:hover {
  /* Tom */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
    center center #c1c9cc; /* Old browsers */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -moz-linear-gradient(top, rgba(228, 234, 236, 0.2) 1%, rgba(
            202,
            213,
            218,
            0.2
          )
          99%); /* FF3.6+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(228, 234, 236, 0.2)), color-stop(99%, rgba(202, 213, 218, 0.7))); /* Chrome,Safari4+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -webkit-linear-gradient(top, rgba(228, 234, 236, 0.2) 1%, #rgba(
            202,
            213,
            218,
            0.2
          )
          99%); /* Chrome10+,Safari5.1+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -o-linear-gradient(top, rgba(228, 234, 236, 0.2) 1%, rgba(
            202,
            213,
            218,
            0.2
          )
          99%); /* Opera 11.10+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -ms-linear-gradient(top, rgba(228, 234, 236, 0.2) 1%, #rgba(
            202,
            213,
            218,
            0.2
          )
          99%); /* IE10+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    linear-gradient(
      to bottom,
      rgba(228, 234, 236, 0.2) 1%,
      #rgba(202, 213, 218, 0.2) 99%
    ); /* W3C */
}
.tv-pod .tv-pod-overlay {
  /* Tom */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
    center center #c1c9cc; /* Old browsers */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -moz-linear-gradient(top, rgba(228, 234, 236, 0.7) 1%, rgba(
            202,
            213,
            218,
            0.7
          )
          99%); /* FF3.6+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(228, 234, 236, 0.7)), color-stop(99%, rgba(202, 213, 218, 0.7))); /* Chrome,Safari4+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -webkit-linear-gradient(top, rgba(228, 234, 236, 0.7) 1%, #rgba(
            202,
            213,
            218,
            0.7
          )
          99%); /* Chrome10+,Safari5.1+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -o-linear-gradient(top, rgba(228, 234, 236, 0.7) 1%, rgba(
            202,
            213,
            218,
            0.7
          )
          99%); /* Opera 11.10+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    -ms-linear-gradient(top, rgba(228, 234, 236, 0.7) 1%, #rgba(
            202,
            213,
            218,
            0.7
          )
          99%); /* IE10+ */
  background: url("/portals/0/skins/stepchange/images/watch-icon.png") no-repeat
      center center,
    linear-gradient(
      to bottom,
      rgba(228, 234, 236, 0.7) 1%,
      #rgba(202, 213, 218, 0.7) 99%
    ); /* W3C */

  position: absolute;
  top: 0;
  width: 180px !important;
  height: 100%;
  color: white;
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 100;
  left: 0;
}
.pod-overlay {
  /* Tom */
  position: absolute;
  top: 0;
  width: 200px !important;
  height: 100%;
  background: #a17eac; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(161, 126, 172, 0.9) 1%,
    rgba(111, 57, 127, 0.9) 97%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, rgba(161, 126, 172, 0.9)),
    color-stop(97%, rgba(111, 57, 127, 0.9))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(161, 126, 172, 0.9) 1%,
    rgba(111, 57, 127, 0.9) 97%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(161, 126, 172, 0.9) 1%,
    rgba(111, 57, 127, 0.9) 97%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(161, 126, 172, 0.9) 1%,
    rgba(111, 57, 127, 0.9) 97%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(161, 126, 172, 0.9) 1%,
    rgba(111, 57, 127, 0.9) 97%
  ); /* W3C */
  color: white;
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 100;
  left: 0;
}
.tweet-pod:hover {
  /* Tom */
  border: solid 1px #1a98c7;
}
.tweet-pod {
  /* Tom */
  border: solid 1px #1fb6ef;
  background: url("/portals/0/skins/stepchange/images/testimonial-twitter-icon.png")
    no-repeat bottom right #82d1ef; /* Old browsers */
  background: url("/portals/0/skins/stepchange/images/testimonial-twitter-icon.png")
      no-repeat bottom right,
    -moz-linear-gradient(top, #82d1ef 51%, #00aff0 99%); /* FF3.6+ */
  background: url("/portals/0/skins/stepchange/images/testimonial-twitter-icon.png")
      no-repeat bottom right,
    -webkit-gradient(linear, left top, left bottom, color-stop(51%, #82d1ef), color-stop(99%, #00aff0)); /* Chrome,Safari4+ */
  background: url("/portals/0/skins/stepchange/images/testimonial-twitter-icon.png")
      no-repeat bottom right,
    -webkit-linear-gradient(top, #82d1ef 51%, #00aff0 99%); /* Chrome10+,Safari5.1+ */
  background: url("/portals/0/skins/stepchange/images/testimonial-twitter-icon.png")
      no-repeat bottom right,
    -o-linear-gradient(top, #82d1ef 51%, #00aff0 99%); /* Opera 11.10+ */
  background: url("/portals/0/skins/stepchange/images/testimonial-twitter-icon.png")
      no-repeat bottom right,
    -ms-linear-gradient(top, #82d1ef 51%, #00aff0 99%); /* IE10+ */
  background: url("/portals/0/skins/stepchange/images/testimonial-twitter-icon.png")
      no-repeat bottom right,
    linear-gradient(to bottom, #82d1ef 51%, #00aff0 99%); /* W3C */
  color: #fff;
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.last-col {
  margin-right: 0;
} /* Tom */
.fact-pod {
  /* Tom */
  width: auto;
  margin: 0 0 24px 0;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.word-cloud-pod a {
  /* Tom */
  cursor: pointer;
}
.fact-1 {
  /* Tom */
  margin-top: 5px;
}
.fact-1:before {
  /* Tom */
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("/portals/0/skins/stepchange/images/speech-bubble-arrow.jpg")
    no-repeat;
  position: absolute;
  top: -20px;
  right: 80px;
}
.word-cloud-pod {
  /* Tom */
  background: url("/portals/0/skins/stepchange/images/word-cloud-pod.jpg")
    no-repeat white !important;
  color: white;
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  min-height: 212px;
}
.word-cloud-pod h5,
.word-cloud-pod a {
  /* Tom */
  color: white;
}
.lightbox-pod {
  /* Tom */
  cursor: pointer;
}
.open-lightbox-video {
  cursor: pointer;
}
.next-lightbox {
  float: right;
  cursor: pointer;
} /* Tom */
.prev-lightbox {
  float: left;
  cursor: pointer;
} /* Tom */
.word-cloud-lightbox img,
.wordcloud-lightbox img {
  height: auto !important;
}
.lightbox-content {
  text-align: center;
}
.wordcloud-slide {
  display: none;
}
#wordcloud-slide-1 {
  display: block;
}
.prev-lightbox,
.next-lightbox {
  font-size: 12px;
}
