.font10 {
  font-size: 10px;
  font-size: 1rem;
}
.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.font13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.font16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.font21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.font26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.font28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.font36 {
  font-size: 36px;
  font-size: 3.6rem;
}
.font42 {
  font-size: 42px;
  font-size: 4.2rem;
}
.hidetext {
  overflow: hidden;
  text-indent: -999px;
}
/* HTML styles */
/* Global */
html {
  height: 100%;
  font-size: 62.5% !important;
}
body {
  background: #303030 url('/static/info/images/new/corporate_2015_background6.jpg') no-repeat 5% -40px;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  color: #333333;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
#wrapper {
  min-height: 840px;
  width: 1000px;
  margin: 0 auto;
  background: #ffffff;
}
#cboxOverlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}
#colorbox {
  position: fixed;
  top: 10px;
  left: 10px;
  background: #ffffff;
  z-index: 1001;
}
#cboxClose {
  border: none;
  outline: none;
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 34px;
  height: 34px;
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -500px -100px;
  background-color: transparent;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
#restest,
#idurls,
#resultCount {
  float: left;
  display: none;
}
a,
body.press .moduleID-CL01 a.loginLink {
  color: #cc0000;
  text-decoration: none;
}
a:hover,
body.press .moduleID-CL01 a.loginLink:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1 {
  background: #cc0000;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
h2,
.moduleID-SN03 h3 {
  background: #cc0000;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
.full-page-article h2 {
  background: transparent;
  padding: 0;
  color: #333333;
  display: block;
  margin: 20px 0;
  font-size: 21px;
  font-size: 2.1rem;
}
.full-width-column > h2 {
  background: transparent;
  padding: 0;
  color: #333333;
  display: block;
  margin: 20px;
  font-size: 28px;
  font-size: 2.8rem;
}
h3 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 10px;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
.channel-listings h3 {
  margin-bottom: 0px;
}
h4 {
  background: #cc0000;
  padding: 5px 10px;
  color: #ffffff;
  margin: 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
h4.boxTitle {
  display: inline-block;
}
.full-page-article .componentText h1,
.full-page-article .componentText h2,
.full-page-article .componentText h3,
.full-page-article .componentText h4,
.full-page-article .componentText h5 {
  background: transparent;
  padding: 0;
  color: #333333;
  display: block;
  margin: 10px 0;
}
.full-page-article .componentText h1 {
  font-size: 21px;
  font-size: 2.1rem;
}
.full-page-article .componentText h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.full-page-article .componentText h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
.full-page-article .componentText h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
.htx {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}
.highlighted-header {
  background: #cc0000;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.full-width-column .highlighted-header {
  margin: 0 170px;
}
a.back-button,
a.forward-button,
a.button {
  padding: 10px;
  background: #eeeeee;
  display: inline-block;
  font-weight: bold;
}
a.back-button span {
  padding-left: 15px;
  background: url('/static/info/images/new/left-arrow.png') left 2px no-repeat;
}
a.forward-button span {
  padding-right: 15px;
  background: url('/static/info/images/new/right-arrow.png') right 2px no-repeat;
}
.hide {
  display: none;
}
.nav-dropdown {
  padding: 5px;
  border-width: 2px;
  border-color: #666666;
  border-style: solid;
  background: #eeeeee;
  display: inline-block;
  min-width: 120px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 998;
}
.nav-dropdown li {
  font-size: 18px;
  font-size: 1.8rem;
  display: none;
  margin: 3px 0;
}
.nav-dropdown li a {
  color: #000000;
  display: block;
  padding: 5px 3px;
}
.nav-dropdown li a:hover {
  text-decoration: none;
  background: #cc0000;
  color: #ffffff;
}
.nav-dropdown li.selected {
  display: block;
  margin: 0;
}
.nav-dropdown li.selected a,
.nav-dropdown li.selected a.hover {
  background: url('/static/info/images/new/dropdown-arrow.png') right 5px no-repeat;
  padding: 0 30px 0 3px;
  color: #000000;
}
.all4nav-header-placeholder {
  border-bottom: 1px solid #ccc;
}
.all4nav-header-placeholder h1,
.all4nav-header-placeholder h2,
.all4nav-header-placeholder h3 {
  display: block;
  color: #535353;
}
.all4nav-header-placeholder ul,
.all4nav-header-placeholder li {
  list-style: none;
}
.blockID-FL01 div h2 a,
.blockID-AL08 div h2 a {
  color: white;
  text-decoration: none;
}
p {
  padding: 3px 0;
  margin: 3px 0;
}
#content ol li {
  list-style: decimal inside;
}
.search {
  width: auto;
}
.search .checkbox-wrapper {
  text-align: right;
  margin: 0 0 5px 0;
}
.search .checkbox-wrapper * {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666;
}
.search .checkbox-wrapper #images-only {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  background: #ffffff;
}
.search .search-wrapper {
  position: relative;
  padding-right: 40px;
  height: 21px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  padding: 2px 0 2px 5px;
  background: #ffffff;
  width: 285px;
}
.search .search-wrapper input {
  border: none;
  outline: none;
  width: 100%;
  padding: 2px 0;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  background: transparent;
}
.search .search-wrapper .search-btn {
  cursor: pointer;
  width: 35px;
  height: 21px;
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-position: -395px -100px;
  border-left: 1px solid #cccccc;
  position: absolute;
  right: 0;
  top: 2px;
}
.search .search-wrapper .searchHint {
  position: absolute;
  line-height: 21px;
}
.search p {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.search form {
  float: right;
}
.error-page p {
  margin-right: 300px;
}
.error-page .search {
  position: absolute;
  right: 80px;
  bottom: 100px;
}
.header-carousel {
  margin: 20px;
}
.carousel-content {
  position: relative;
  text-align: right;
}
.carousel-content .carousel-content-info {
  position: absolute;
  bottom: 55px;
  right: 0;
}
.carousel-content .carousel-content-info span {
  display: inline-block;
  background: #ffffff;
  padding: 5px;
  font-size: 26px;
  font-size: 2.6rem;
}
.carousel-nav {
  margin-top: 10px;
}
.carousel-nav li {
  display: inline-block;
}
.carousel-nav a {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -999px;
  background: #cccccc;
}
.carousel-nav a:hover,
.carousel-nav a.selected {
  background: #404040;
}
.modificationsForChangeType {
  position: relative;
}
.modificationsForChangeType.REMOVED {
  color: gray;
}
.modificationsForChangeType .changedType {
  margin-bottom: 0px;
  position: absolute;
  min-height: 42px;
  top: 35px;
  width: 50px;
  font-weight: bolder;
}
.modificationsForChangeType span.highlight {
  display: none !important;
}
.modificationsOnChangeTime .subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}
/* start carousel */
.moduleID-FL01-carouselhero {
  margin-top: 20px;
  padding-top: 0;
  width: 96%;
  overflow: hidden;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.moduleID-FL01-carouselhero .componentRow .outer {
  width: 100%;
}
.moduleID-FL01-carouselhero .componentRow .inner {
  position: relative;
}
.moduleID-FL01-carouselhero .componentRow .component {
  position: relative;
  float: left;
  width: 100%;
  display: none;
}
.moduleID-FL01-carouselhero .componentRow .component ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
}
.moduleID-FL01-carouselhero .componentRow .component ul li.content {
  list-style-type: none;
}
.moduleID-FL01-carouselhero .componentRow .component ul .article {
  position: relative;
  float: none;
  overflow: auto;
  list-style: none;
}
.moduleID-FL01-carouselhero .componentRow .component ul .article a {
  text-decoration: none;
}
.moduleID-FL01-carouselhero .componentRow .component .image {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.moduleID-FL01-carouselhero .componentRow .component .body {
  position: absolute;
  bottom: 93px;
  right: 0px;
  text-align: right;
}
.moduleID-FL01-carouselhero.list .article .image img {
  height: auto;
  max-width: 100%;
}
.moduleID-FL01-carouselhero.list .article div.title {
  padding: 0;
  margin: 0;
  width: 100%;
}
.moduleID-FL01-carouselhero.list .article div.title h3 {
  display: block;
  margin: 0px;
  position: relative;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #000;
  background-color: #fff;
  padding: 5px;
  font-size: 200%;
  float: right;
}
.moduleID-FL01-carouselhero.list .article div.title h3 span {
  display: inline;
}
.moduleID-FL01-carouselhero.list .article div.title h3 span strong {
  font-style: normal;
  position: relative;
}
.moduleID-FL01-carouselhero.list .article div.title a:hover h3,
.moduleID-FL01-carouselhero.list .article div.title a:hover span,
.moduleID-FL01-carouselhero.list .article div.title a:hover strong {
  text-decoration: none;
}
.moduleID-FL01-carouselhero.list .article p,
.moduleID-FL01-carouselhero.list .article .module-title {
  float: right;
  clear: right;
  display: block;
  margin: 0px;
  position: relative;
  text-align: right;
  background-color: #fff;
  color: #000;
  padding-right: 0px;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  font-weight: normal;
  padding: 5px;
  font-size: 130%;
}
.moduleID-FL01-carouselhero.list .article p span,
.moduleID-FL01-carouselhero.list .article .module-title span {
  display: inline;
}
.moduleID-FL01-carouselhero.list .article p span i,
.moduleID-FL01-carouselhero.list .article .module-title span i {
  font-style: normal;
  position: relative;
}
.moduleID-FL01-carouselhero .nav ul li {
  background: none repeat scroll 0 0 #CCCCCC;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: -999px;
  width: 10px;
  list-style-type: none;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.moduleID-FL01-carouselhero .nav ul li.selected,
.moduleID-FL01-carouselhero .nav ul li:hover {
  background: none repeat scroll 0 0 #404040;
}
/* end carousel */
/* FL01 Grid*/
.moduleID-FL01-grid {
  margin: 30px 80px 0px 80px;
}
.moduleID-FL01-grid.list .componentRow {
  clear: both;
}
.moduleID-FL01-grid.list .componentRow .component {
  float: none;
  clear: both;
  width: 100%;
}
.moduleID-FL01-grid.list .componentRow .component .image {
  float: left;
}
.moduleID-FL01-grid .componentRow {
  clear: both;
}
.moduleID-FL01-grid .componentRow .component {
  float: left;
  width: 33%;
}
.moduleID-FL01-grid .componentRow .component .image {
  padding: 10px 20px 0px 0px;
}
.moduleID-FL01-grid .componentRow .component .image img {
  width: 100%;
}
.moduleID-FL01-grid .componentRow .component .body {
  padding: 10px 20px 0px 0px;
}
@media only screen and (max-width: 759px) {
  .moduleID-FL01-grid {
    margin: 30px 0px 0px 0px;
  }
  .moduleID-FL01-grid .componentRow {
    clear: both;
  }
  .moduleID-FL01-grid .componentRow .component {
    float: none;
    clear: both;
    width: 100%;
  }
  .moduleID-FL01-grid .componentRow .component .image {
    width: 25%;
    padding: 0 10px 0px 0px;
    float: left;
  }
  .moduleID-FL01-grid .componentRow .component .image img {
    width: 100%;
  }
  .moduleID-FL01-grid .componentRow .component .body {
    width: 65%;
    padding: 0px 10px 0px 0px;
    float: left;
  }
}
/* start listings */
div.blockID-PL08,
div.blockID-VL29,
div.blockID-PL14 {
  display: none;
}
div.moduleID-PL01,
div.moduleID-PL07,
div.moduleID-PL10,
div.moduleID-PL05,
div.moduleID-PL12 {
  padding-top: 20px !important;
}
div.provisional {
  float: left;
  width: 510px;
  margin: 0;
  margin-bottom: 20px;
}
div.descriptions {
  float: right;
  width: 150px;
  text-align: right;
}
div.moduleID-PL01,
div.moduleID-PL05,
div.moduleID-PL07,
div.moduleID-PL10,
div.moduleID-PL12,
div.moduleID-AI03.shallow {
  margin: 0 170px;
  padding: 1px 0;
  position: relative;
  margin-top: -20px;
}
div.moduleID-PL01 div.clear,
div.moduleID-PL05 div.clear,
div.moduleID-PL07 div.clear,
div.moduleID-PL10 div.clear,
div.moduleID-PL12 div.clear,
div.moduleID-AI03.shallow div.clear {
  clear: both;
}
div.moduleID-PL01 div.info,
div.moduleID-PL05 div.info,
div.moduleID-PL07 div.info,
div.moduleID-PL10 div.info,
div.moduleID-PL12 div.info,
div.moduleID-AI03.shallow div.info {
  margin-bottom: 20px;
}
div.moduleID-PL01 div.subTitle,
div.moduleID-PL05 div.subTitle,
div.moduleID-PL07 div.subTitle,
div.moduleID-PL10 div.subTitle,
div.moduleID-PL12 div.subTitle,
div.moduleID-AI03.shallow div.subTitle {
  margin: 10px 0;
}
div.moduleID-PL01 div.subTitle h4,
div.moduleID-PL05 div.subTitle h4,
div.moduleID-PL07 div.subTitle h4,
div.moduleID-PL10 div.subTitle h4,
div.moduleID-PL12 div.subTitle h4,
div.moduleID-AI03.shallow div.subTitle h4 {
  display: inline-block;
}
div.moduleID-PL01 div.programme,
div.moduleID-PL05 div.programme,
div.moduleID-PL07 div.programme,
div.moduleID-PL10 div.programme,
div.moduleID-PL12 div.programme,
div.moduleID-AI03.shallow div.programme {
  margin-bottom: 20px;
}
div.moduleID-PL01 div.programme.featured,
div.moduleID-PL05 div.programme.featured,
div.moduleID-PL07 div.programme.featured,
div.moduleID-PL10 div.programme.featured,
div.moduleID-PL12 div.programme.featured,
div.moduleID-AI03.shallow div.programme.featured {
  background: none;
  border-bottom: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0px;
}
div.moduleID-PL01 div.programme.featured div.article-time,
div.moduleID-PL05 div.programme.featured div.article-time,
div.moduleID-PL07 div.programme.featured div.article-time,
div.moduleID-PL10 div.programme.featured div.article-time,
div.moduleID-PL12 div.programme.featured div.article-time,
div.moduleID-AI03.shallow div.programme.featured div.article-time {
  color: #CC0000;
}
div.moduleID-PL01 div.programme div.article-time,
div.moduleID-PL05 div.programme div.article-time,
div.moduleID-PL07 div.programme div.article-time,
div.moduleID-PL10 div.programme div.article-time,
div.moduleID-PL12 div.programme div.article-time,
div.moduleID-AI03.shallow div.programme div.article-time {
  width: 70px;
  min-width: 70px;
  float: left;
  background: none repeat scroll 0 0 transparent;
  font-size: 1.8rem;
  margin-right: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
}
div.moduleID-PL01 div.programme div.article-time h3.hidden,
div.moduleID-PL05 div.programme div.article-time h3.hidden,
div.moduleID-PL07 div.programme div.article-time h3.hidden,
div.moduleID-PL10 div.programme div.article-time h3.hidden,
div.moduleID-PL12 div.programme div.article-time h3.hidden,
div.moduleID-AI03.shallow div.programme div.article-time h3.hidden {
  visibility: hidden;
}
div.moduleID-PL01 div.programme div.article-time span.highlight,
div.moduleID-PL05 div.programme div.article-time span.highlight,
div.moduleID-PL07 div.programme div.article-time span.highlight,
div.moduleID-PL10 div.programme div.article-time span.highlight,
div.moduleID-PL12 div.programme div.article-time span.highlight,
div.moduleID-AI03.shallow div.programme div.article-time span.highlight {
  background: none repeat scroll 0 0 #CC0000;
  color: #FFFFFF;
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
div.moduleID-PL01 div.programme div.article-time .changedType,
div.moduleID-PL05 div.programme div.article-time .changedType,
div.moduleID-PL07 div.programme div.article-time .changedType,
div.moduleID-PL10 div.programme div.article-time .changedType,
div.moduleID-PL12 div.programme div.article-time .changedType,
div.moduleID-AI03.shallow div.programme div.article-time .changedType {
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
}
div.moduleID-PL01 div.programme div.article h3,
div.moduleID-PL05 div.programme div.article h3,
div.moduleID-PL07 div.programme div.article h3,
div.moduleID-PL10 div.programme div.article h3,
div.moduleID-PL12 div.programme div.article h3,
div.moduleID-AI03.shallow div.programme div.article h3 {
  font-size: 2.1rem;
}
div.moduleID-PL01 div.programme div.indicators,
div.moduleID-PL05 div.programme div.indicators,
div.moduleID-PL07 div.programme div.indicators,
div.moduleID-PL10 div.programme div.indicators,
div.moduleID-PL12 div.programme div.indicators,
div.moduleID-AI03.shallow div.programme div.indicators {
  font-weight: bold;
}
div.moduleID-PL01 div.programme div.indicators ul,
div.moduleID-PL05 div.programme div.indicators ul,
div.moduleID-PL07 div.programme div.indicators ul,
div.moduleID-PL10 div.programme div.indicators ul,
div.moduleID-PL12 div.programme div.indicators ul,
div.moduleID-AI03.shallow div.programme div.indicators ul {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
div.moduleID-PL01 div.programme div.indicators ul li,
div.moduleID-PL05 div.programme div.indicators ul li,
div.moduleID-PL07 div.programme div.indicators ul li,
div.moduleID-PL10 div.programme div.indicators ul li,
div.moduleID-PL12 div.programme div.indicators ul li,
div.moduleID-AI03.shallow div.programme div.indicators ul li {
  float: left;
  margin-right: 3px;
}
div.moduleID-AI03.shallow {
  margin-top: 0;
}
div.moduleID-PL02 h2 {
  background: none repeat scroll 0 0 transparent;
  color: #333333;
  display: block;
  font-size: 2.8rem;
  margin: 20px;
  padding: 0;
}
div.moduleID-PL13 li {
  clear: none;
}
div.moduleID-PL03 div.full-width-column,
div.moduleID-PL13 div.full-width-column {
  overflow: visible;
  margin-bottom: 10px;
}
div.moduleID-PL03 ol li,
div.moduleID-PL13 ol li,
div.moduleID-PL03 ul li,
div.moduleID-PL13 ul li {
  list-style: none outside none;
}
div.moduleID-PL03 ul.nav-dropdown,
div.moduleID-PL13 ul.nav-dropdown {
  background: none repeat scroll 0 0 #F4F4F4;
  border-color: #666666;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  padding: 5px;
}
div.moduleID-PL03 ul.nav-dropdown:empty,
div.moduleID-PL13 ul.nav-dropdown:empty {
  display: none;
}
div.moduleID-PL03 ul.article-tools,
div.moduleID-PL13 ul.article-tools {
  position: absolute;
  top: -20px;
  right: 20px;
}
div.moduleID-PL03 ul.channel-list-nav,
div.moduleID-PL13 ul.channel-list-nav {
  margin-top: 40px;
}
div.moduleID-PL03 ul.channel-list-subnav,
div.moduleID-PL13 ul.channel-list-subnav {
  margin-bottom: 0;
}
div.moduleID-PL03 ul.channel-list-subnav li.selected a,
div.moduleID-PL13 ul.channel-list-subnav li.selected a {
  background-color: #CC0000 !important;
  color: #fff !important;
}
div.moduleID-PL04 {
  margin-bottom: 20px;
}
div.moduleID-PL04 .pastProgrammes,
div.moduleID-PL04 .upcomingProgrammes {
  background: #eeeeee;
  padding-bottom: 10px;
}
div.moduleID-PL04 h3.txTitle {
  background: #cc0000;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  display: inline-block;
  margin: 0;
}
div.moduleID-PL04 .programme {
  margin: 10px;
  background: #ffffff;
  -moz-box-shadow: 0 2px 3px #999999;
  -webkit-box-shadow: 0 2px 3px #999999;
  box-shadow: 0 2px 3px #999999;
  padding: 5px 5px 35px 4px;
  position: relative;
}
div.moduleID-PL04 .programme .F4,
div.moduleID-PL04 .programme .F1,
div.moduleID-PL04 .programme .C4,
div.moduleID-PL04 .programme .M4,
div.moduleID-PL04 .programme .Mu4,
div.moduleID-PL04 .programme .E4,
div.moduleID-PL04 .programme .F7 {
  padding-left: 50px;
  min-height: 40px;
}
div.moduleID-PL04 .programme .F4 {
  background: url('/static/info/images/new/f4tx-logo.png') 10px 10px no-repeat;
}
div.moduleID-PL04 .programme .F1 {
  background: url('/static/info/images/new/f4tx-logo.png') 10px 10px no-repeat;
}
div.moduleID-PL04 .programme .C4 {
  background: url('/static/info/images/new/4tx-logo.png') 10px 10px no-repeat;
}
div.moduleID-PL04 .programme .M4 {
  background: url('/static/info/images/new/m4tx-logo.png') 10px 10px no-repeat;
}
div.moduleID-PL04 .programme .Mu4 {
  background: url('/static/info/images/new/4mtx-logo.png') 10px 10px no-repeat;
}
div.moduleID-PL04 .programme .E4 {
  background: url('/static/info/images/new/e4tx-logo.png') 10px 10px no-repeat;
}
div.moduleID-PL04 .programme .F7 {
  background: url('/static/info/images/new/47tx-logo.png') 10px 10px no-repeat;
}
div.moduleID-PL04 .programme .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  margin-right: 100px;
  padding-bottom: 5px;
}
div.moduleID-PL04 .programme .date {
  padding-bottom: 5px;
}
div.moduleID-PL04 .programme .additionalProgrammeInfo {
  margin-top: 5px;
}
div.moduleID-PL04 .additionalInfoTrigger {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
div.moduleID-PL04 .additionalInfoTrigger a {
  background: #cc0000;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
div.moduleID-PL04 .indicators {
  position: absolute;
  top: 5px;
  right: 5px;
}
div.moduleID-PL04 .indicators ul {
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
div.moduleID-PL04 .indicators ul li {
  display: inline-block;
  background: #666666;
  width: 25px;
  padding: 5px 0;
  text-align: center;
}
.aside div.moduleID-PL04 .pastProgrammes,
.aside div.moduleID-PL04 .upcomingProgrammes {
  background: none;
}
.aside div.moduleID-PL04 h3.txTitle {
  padding: 5px 10px;
  color: #ffffff;
  font-size: 21px;
  font-size: 2.1rem;
  display: block;
}
.aside div.moduleID-PL04 .programme {
  padding: 5px 0 20px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.aside div.moduleID-PL04 .programme .F4 {
  background: #ffffff url('/static/info/images/new/f4tx-logo.png') 5px 5px no-repeat;
}
.aside div.moduleID-PL04 .programme .F1 {
  background: #ffffff url('/static/info/images/new/f4tx-logo.png') 5px 5px no-repeat;
}
.aside div.moduleID-PL04 .programme .C4 {
  background: #ffffff url('/static/info/images/new/4tx-logo.png') 5px 5px no-repeat;
}
.aside div.moduleID-PL04 .programme .M4 {
  background: #ffffff url('/static/info/images/new/m4tx-logo.png') 5px 5px no-repeat;
}
.aside div.moduleID-PL04 .programme .Mu4 {
  background: #ffffff url('/static/info/images/new/4mtx-logo.png') 5px 5px no-repeat;
}
.aside div.moduleID-PL04 .programme .E4 {
  background: #ffffff url('/static/info/images/new/e4tx-logo.png') 5px 5px no-repeat;
}
.aside div.moduleID-PL04 .programme .F7 {
  background: #ffffff url('/static/info/images/new/47tx-logo.png') 5px 5px no-repeat;
}
.aside div.moduleID-PL04 .programme .title {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  margin-right: 0;
}
.aside div.moduleID-PL04 .programme .additionalProgrammeInfo {
  margin-top: 5px;
}
.aside div.moduleID-PL04 .programme .additionalProgrammeInfo .description {
  margin-left: -45px;
}
.aside div.moduleID-PL04 .additionalInfoTrigger a {
  background: none;
  padding: 0;
  color: #cc0000;
  font-size: 12px;
  font-size: 1.2rem;
}
.aside div.moduleID-PL04 .indicators {
  position: relative;
  top: 0;
  left: 0;
  padding: 5px 0 5px 0;
}
.aside div.moduleID-PL04 .indicators ul {
  font-weight: bold;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
}
.aside div.moduleID-PL04 .indicators ul li {
  display: inline-block;
  background: #666666;
  width: 18px;
  padding: 2px 0;
}
div.moduleID-PL05 .subtitle,
div.moduleID-PL01 .subtitle {
  padding: 0 0 10px;
}
div.moduleID-PL05 .additionalProgrammeInfo .description,
div.moduleID-PL01 .additionalProgrammeInfo .description,
div.moduleID-PL05 .additionalProgrammeInfo .indicators,
div.moduleID-PL01 .additionalProgrammeInfo .indicators,
div.moduleID-PL05 .additionalProgrammeInfo .changeMessage,
div.moduleID-PL01 .additionalProgrammeInfo .changeMessage,
div.moduleID-PL05 .additionalProgrammeInfo .descriptionActionLinks,
div.moduleID-PL01 .additionalProgrammeInfo .descriptionActionLinks {
  margin-left: 85px;
}
div.moduleID-PL05 .additionalProgrammeInfo .changeMessage,
div.moduleID-PL01 .additionalProgrammeInfo .changeMessage {
  font-weight: bold;
  color: #cc0000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: -10px;
}
div#listings-title {
  width: 300px;
}
div#listings-title h3 {
  margin-left: 20px;
  margin-top: 20px;
  width: 300px;
}
div.moduleID-AI03 {
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 105%;
}
div.moduleID-AI03 p {
  margin-bottom: 10px;
}
div.moduleID-AI03 p:last-child {
  margin-bottom: 0;
}
div.moduleID-PL12 div.scrollPane {
  height: auto;
  overflow-y: visible;
  border-bottom: 0;
}
div.moduleID-PL12 div.scrollPane h3.subTitle {
  display: inline-block;
  margin: 0px;
  position: relative;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #CC0000;
  padding: 5px 10px;
  font-size: 150%;
  width: auto;
}
div.moduleID-PL12 div.scrollPane div.component {
  border-top: 0;
  padding-top: 0px;
  position: relative;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-wrapper {
  padding-left: 0;
  padding-right: 0;
}
div.moduleID-PL12 div.scrollPane div.component span.channel {
  height: 100px;
  width: 100px;
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
}
div.moduleID-PL12 div.scrollPane div.component span.channel-4 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -300px 0px;
  background-color: transparent;
}
div.moduleID-PL12 div.scrollPane div.component span.e4 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -500px 0px;
  background-color: transparent;
}
div.moduleID-PL12 div.scrollPane div.component span.more-4 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -700px 0px;
  background-color: transparent;
}
div.moduleID-PL12 div.scrollPane div.component span.film-4 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -900px 0px;
  background-color: transparent;
}
div.moduleID-PL12 div.scrollPane div.component span.four-7 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -100px -100px;
  background-color: transparent;
}
div.moduleID-PL12 div.scrollPane div.component span.four-music {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -300px -100px;
  background-color: transparent;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-title {
  margin-bottom: 0;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-title h4 {
  background: none;
  font-size: 140%;
  padding: 0;
  text-transform: none;
  font-weight: bold;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  color: #333;
  width: auto;
  width: auto;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-title span.coming-soon,
div.moduleID-PL12 div.scrollPane div.component div.programme-title a.r2a-link {
  width: auto;
  height: 24px;
  color: #676767;
  padding: 6px 30px 0 10px;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 120%;
  margin-top: -10px;
  position: absolute;
  top: 15px;
  right: 10px;
  padding-right: 40px;
  background: url("/static/info/images/new/play-gray.png") right top no-repeat #ededed;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-title a.r2a-link {
  color: #D41B00;
  background: url("/static/info/images/new/play-red.png") right top no-repeat #ededed;
  padding-left: 15px;
  width: 180px;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-synopsis,
div.moduleID-PL12 div.scrollPane div.component div.programme-contact,
div.moduleID-PL12 div.scrollPane div.component div.programme-meta {
  color: #666;
  font-size: 110%;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  margin-bottom: 10px;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-synopsis {
  margin-top: 10px;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-contact {
  color: #333;
  text-transform: none;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-contact span.phone {
  background: url("/static/info/images/new/phone-icon.png") no-repeat scroll left center transparent;
  padding-left: 20px;
}
div.moduleID-PL12 div.scrollPane div.component div.programme-contact a.email {
  background: url("/static/info/images/new/email-icon.png") no-repeat scroll left center transparent;
  display: block;
  padding-left: 20px;
}
div.moduleID-PL12 div.scrollPane div.component:last-child {
  border-bottom: 0;
}
div.moduleID-PL12 #noListingWarningMsg {
  margin-top: 20px;
}
/* end listings */
/* start contact */
.blockID-CL01 {
  margin-left: 100px;
  margin-right: 100px;
}
.blockID-CL01 .moduleID-CL01 {
  margin-top: 30px;
}
.blockID-CL01 .moduleID-CL01 h4 {
  display: inline;
  position: relative;
  padding: 2px 0px 2px 0px;
}
.blockID-CL01 .moduleID-CL01 h4 span.cl01title {
  display: inline;
  background: #cc0000;
  position: relative;
  left: 20px;
  padding: 2px 0px 2px 0px;
}
.blockID-CL01 .moduleID-CL01 h4 span.cl01title span {
  left: -10px;
  display: inline;
  background: #cc0000;
  position: relative;
  padding: 2px 0px 2px 0px;
}
.blockID-CL01 .moduleID-CL01 ul {
  padding: 0;
}
.blockID-CL01 .moduleID-CL01 ul li {
  display: inline-block;
  width: 240px;
  margin-right: 20px;
  padding-top: 20px;
  vertical-align: top;
}
.blockID-CL01 .moduleID-CL01 div.clear {
  height: 1px;
  clear: both;
  width: 100%;
}
.blockID-CL01 .moduleID-CL01 .contactLogin {
  margin-top: 20px;
  margin-left: 10px;
}
.blockID-CL01 .moduleID-CL01 .contactRegister {
  margin-left: 10px;
}
.aside .blockID-CL01 {
  margin-left: 0;
  margin-right: 0;
}
.aside .blockID-CL01 .moduleID-CL01 h4 {
  display: block;
}
.aside .blockID-CL01 .moduleID-CL01 ul {
  margin-left: 20px;
  margin-top: 10px;
}
.aside .blockID-CL01 .moduleID-CL01 ul li {
  margin-bottom: -20px;
  float: none;
  margin-bottom: 20px;
  height: auto;
}
/* end contact */
ul.listings,
.moduleID-FL01-productions .component ul,
.moduleID-FL01-proginfo .component ul,
.moduleID-FL01-stream-proginfo .featured,
.moduleID-FL01-stream .featured,
.moduleID-SR27 {
  margin-bottom: 20px;
}
ul.listings li,
.moduleID-FL01-productions .component ul li,
.moduleID-FL01-proginfo .component ul li,
.moduleID-FL01-stream-proginfo .featured li,
.moduleID-FL01-stream .featured li,
.moduleID-SR27 li {
  border-bottom: 1px dashed #cccccc;
  overflow: auto;
  width: 100%;
  margin-bottom: 10px;
}
ul.listings .article-date,
.moduleID-FL01-productions .component ul .article-date,
.moduleID-FL01-proginfo .component ul .article-date,
.moduleID-FL01-stream-proginfo .featured .article-date,
.moduleID-FL01-stream .featured .article-date,
.moduleID-SR27 .article-date,
ul.listings .article-image,
.moduleID-FL01-productions .component ul .article-image,
.moduleID-FL01-proginfo .component ul .article-image,
.moduleID-FL01-stream-proginfo .featured .article-image,
.moduleID-FL01-stream .featured .article-image,
.moduleID-SR27 .article-image,
ul.listings .image,
.moduleID-FL01-productions .component ul .image,
.moduleID-FL01-proginfo .component ul .image,
.moduleID-FL01-stream-proginfo .featured .image,
.moduleID-FL01-stream .featured .image,
.moduleID-SR27 .image,
ul.listings .body,
.moduleID-FL01-productions .component ul .body,
.moduleID-FL01-proginfo .component ul .body,
.moduleID-FL01-stream-proginfo .featured .body,
.moduleID-FL01-stream .featured .body,
.moduleID-SR27 .body,
ul.listings .feature-info,
.moduleID-FL01-productions .component ul .feature-info,
.moduleID-FL01-proginfo .component ul .feature-info,
.moduleID-FL01-stream-proginfo .featured .feature-info,
.moduleID-FL01-stream .featured .feature-info,
.moduleID-SR27 .feature-info {
  float: left;
}
ul.listings .feature-info,
.moduleID-FL01-productions .component ul .feature-info,
.moduleID-FL01-proginfo .component ul .feature-info,
.moduleID-FL01-stream-proginfo .featured .feature-info,
.moduleID-FL01-stream .featured .feature-info,
.moduleID-SR27 .feature-info {
  width: 130px;
}
ul.listings .press-pick,
.moduleID-FL01-productions .component ul .press-pick,
.moduleID-FL01-proginfo .component ul .press-pick,
.moduleID-FL01-stream-proginfo .featured .press-pick,
.moduleID-FL01-stream .featured .press-pick,
.moduleID-SR27 .press-pick {
  float: right;
}
ul.listings .article-image,
.moduleID-FL01-productions .component ul .article-image,
.moduleID-FL01-proginfo .component ul .article-image,
.moduleID-FL01-stream-proginfo .featured .article-image,
.moduleID-FL01-stream .featured .article-image,
.moduleID-SR27 .article-image,
ul.listings .image,
.moduleID-FL01-productions .component ul .image,
.moduleID-FL01-proginfo .component ul .image,
.moduleID-FL01-stream-proginfo .featured .image,
.moduleID-FL01-stream .featured .image,
.moduleID-SR27 .image {
  margin-right: 20px;
}
ul.listings .more-listings,
.moduleID-FL01-productions .component ul .more-listings,
.moduleID-FL01-proginfo .component ul .more-listings,
.moduleID-FL01-stream-proginfo .featured .more-listings,
.moduleID-FL01-stream .featured .more-listings,
.moduleID-SR27 .more-listings {
  border-bottom: 0;
  padding-top: 10px;
}
ul.paginated .last {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
ul.paginated .more-listings {
  width: 100%;
  text-align: center;
  padding-top: 0;
  display: inline-block;
}
ul.image-list.paginated .more-listings {
  border-top: 1px solid #cccccc;
}
ul.channel-list-subnav,
ul.channel-list-nav {
  width: 660px;
  overflow: auto;
  margin: 10px 170px;
}
ul.channel-list-subnav li,
ul.channel-list-nav li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
div.stream-filter ul li a,
ul.channel-list-subnav li a {
  display: block;
  background: #ededed;
  padding: 5px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-left: none;
  color: #666666;
}
div.stream-filter ul li a:hover,
ul.channel-list-subnav li a:hover {
  background: #cc0000;
  text-decoration: none;
  color: #ffffff;
}
div.stream-filter ul li.first a,
ul.channel-list-subnav li.first a {
  border-left: 1px solid #cccccc;
}
ul.channel-list-nav li {
  width: 110px;
}
ul.channel-list-nav li a {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  height: 65px;
}
ul.channel-list-nav li a.C4,
ul.channel-list-nav li a.channel-4 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -200px 0px;
  background-color: transparent;
  width: 47px;
}
ul.channel-list-nav li a.C4:hover,
ul.channel-list-nav li a.channel-4:hover,
ul.channel-list-nav li a.C4.selected,
ul.channel-list-nav li a.channel-4.selected {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -300px 0px;
  background-color: transparent;
}
ul.channel-list-nav li a.E4,
ul.channel-list-nav li a.e4 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -400px 0px;
  background-color: transparent;
  width: 65px;
}
ul.channel-list-nav li a.E4:hover,
ul.channel-list-nav li a.e4:hover,
ul.channel-list-nav li a.E4.selected,
ul.channel-list-nav li a.e4.selected {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -500px 0px;
  background-color: transparent;
}
ul.channel-list-nav li a.M4,
ul.channel-list-nav li a.more-4 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -600px 0px;
  background-color: transparent;
  width: 57px;
}
ul.channel-list-nav li a.M4:hover,
ul.channel-list-nav li a.more-4:hover,
ul.channel-list-nav li a.M4.selected,
ul.channel-list-nav li a.more-4.selected {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -700px 0px;
  background-color: transparent;
}
ul.channel-list-nav li a.F4,
ul.channel-list-nav li a.film-4 {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -800px 0px;
  background-color: transparent;
  width: 60px;
}
ul.channel-list-nav li a.F4:hover,
ul.channel-list-nav li a.film-4:hover,
ul.channel-list-nav li a.F4.selected,
ul.channel-list-nav li a.film-4.selected {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -900px 0px;
  background-color: transparent;
}
ul.channel-list-nav li a.\34 S,
ul.channel-list-nav li a.four-seven {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: 0px -100px;
  background-color: transparent;
  width: 48px;
}
ul.channel-list-nav li a.\34 S:hover,
ul.channel-list-nav li a.four-seven:hover,
ul.channel-list-nav li a.\34 S.selected,
ul.channel-list-nav li a.four-seven.selected {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -100px -100px;
  background-color: transparent;
}
ul.channel-list-nav li a.\34 M,
ul.channel-list-nav li a.four-music {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -200px -100px;
  background-color: transparent;
  width: 59px;
}
ul.channel-list-nav li a.\34 M:hover,
ul.channel-list-nav li a.four-music:hover,
ul.channel-list-nav li a.\34 M.selected,
ul.channel-list-nav li a.four-music.selected {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -300px -100px;
  background-color: transparent;
}
div.channel-listings-header {
  position: relative;
  margin: 0 170px;
  padding: 1px 0;
}
ul.channel-listings {
  margin-bottom: 30px;
}
ul.channel-listings li {
  overflow: auto;
  width: 100%;
  margin-bottom: 10px;
}
ul.channel-listings li.removed * {
  color: #999999;
}
ul.channel-listings .article-date,
ul.channel-listings .article-time,
ul.channel-listings .article-image,
ul.channel-listings .article {
  float: left;
}
div.image-list-header,
div.image-list-subheader {
  position: relative;
  border-top: 1px dashed #cccccc;
  padding-top: 20px;
  min-height: 50px;
}
div.image-list-header.first,
div.image-list-subheader,
.blockID-HI04 .moduleID-HI04:first-child .image-list-header {
  border-top: none;
  padding-top: 0;
}
div.listings-tools {
  position: absolute;
  top: 20px;
  right: 0;
}
div.listings-tools .nav-dropdown {
  position: relative;
  left: 0;
  top: 0;
}
.first div.listings-tools,
div.image-list-subheader div.listings-tools,
.blockID-HI04 .moduleID-HI04:first-child div.listings-tools {
  top: 0;
}
ul.image-list-nav,
.search-list-nav {
  width: 100%;
  overflow: auto;
}
ul.image-list-nav li,
.search-list-nav li {
  float: left;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
ul.image-list-nav li a,
.search-list-nav li a {
  display: block;
  background: #eeeeee;
  padding: 5px 24px 5px 24px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-left: none;
  color: #666666;
}
ul.image-list-nav li a:hover,
.search-list-nav li a:hover,
ul.image-list-nav li a.selected,
.search-list-nav li a.selected {
  background: #cc0000;
  text-decoration: none;
  color: #ffffff;
}
ul.image-list-nav li.selected a,
.search-list-nav li.selected a {
  background: #cc0000;
  text-decoration: none;
  color: #ffffff;
}
ul.image-list-nav li.first a,
.search-list-nav li.first a {
  border-left: 1px solid #cccccc;
}
.search-list-nav {
  margin: 0 80px 30px 80px;
  width: auto;
}
.search-list-nav li {
  width: 25%;
}
.search-list-nav li.first {
  width: 25%;
}
ul.image-list,
.imageResults {
  margin: 10px -31px 20px 0;
}
ul.image-list > li,
.imageResults > li,
ul.image-list .result,
.imageResults .result {
  display: inline-block;
  vertical-align: top;
  margin: 0 26px 10px 0;
  width: 124px;
}
ul.image-list li .image-list-thumbnail,
.imageResults li .image-list-thumbnail,
ul.image-list .result .image-list-thumbnail,
.imageResults .result .image-list-thumbnail,
ul.image-list li .image,
.imageResults li .image,
ul.image-list .result .image,
.imageResults .result .image {
  width: 124px;
  height: 130px;
  background: #ebebeb;
  text-align: center;
}
ul.image-list li .image-list-thumbnail img,
.imageResults li .image-list-thumbnail img,
ul.image-list .result .image-list-thumbnail img,
.imageResults .result .image-list-thumbnail img,
ul.image-list li .image img,
.imageResults li .image img,
ul.image-list .result .image img,
.imageResults .result .image img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ul.image-list li ul.image-list-tools,
.imageResults li ul.image-list-tools,
ul.image-list .result ul.image-list-tools,
.imageResults .result ul.image-list-tools,
ul.image-list li .buttonBar,
.imageResults li .buttonBar,
ul.image-list .result .buttonBar,
.imageResults .result .buttonBar {
  text-align: right;
  margin-top: 5px;
}
ul.image-list li ul.image-list-tools li,
.imageResults li ul.image-list-tools li,
ul.image-list .result ul.image-list-tools li,
.imageResults .result ul.image-list-tools li,
ul.image-list li .buttonBar li,
.imageResults li .buttonBar li,
ul.image-list .result .buttonBar li,
.imageResults .result .buttonBar li,
ul.image-list li ul.image-list-tools a,
.imageResults li ul.image-list-tools a,
ul.image-list .result ul.image-list-tools a,
.imageResults .result ul.image-list-tools a,
ul.image-list li .buttonBar a,
.imageResults li .buttonBar a,
ul.image-list .result .buttonBar a,
.imageResults .result .buttonBar a {
  display: inline-block;
  text-align: left;
}
ul.image-list li ul.image-list-tools li a,
.imageResults li ul.image-list-tools li a,
ul.image-list .result ul.image-list-tools li a,
.imageResults .result ul.image-list-tools li a,
ul.image-list li .buttonBar li a,
.imageResults li .buttonBar li a,
ul.image-list .result .buttonBar li a,
.imageResults .result .buttonBar li a,
ul.image-list li ul.image-list-tools a a,
.imageResults li ul.image-list-tools a a,
ul.image-list .result ul.image-list-tools a a,
.imageResults .result ul.image-list-tools a a,
ul.image-list li .buttonBar a a,
.imageResults li .buttonBar a a,
ul.image-list .result .buttonBar a a,
.imageResults .result .buttonBar a a {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
}
ul.image-list li ul.image-list-tools li.addToCart,
.imageResults li ul.image-list-tools li.addToCart,
ul.image-list .result ul.image-list-tools li.addToCart,
.imageResults .result ul.image-list-tools li.addToCart,
ul.image-list li .buttonBar li.addToCart,
.imageResults li .buttonBar li.addToCart,
ul.image-list .result .buttonBar li.addToCart,
.imageResults .result .buttonBar li.addToCart,
ul.image-list li ul.image-list-tools a.addToCart,
.imageResults li ul.image-list-tools a.addToCart,
ul.image-list .result ul.image-list-tools a.addToCart,
.imageResults .result ul.image-list-tools a.addToCart,
ul.image-list li .buttonBar a.addToCart,
.imageResults li .buttonBar a.addToCart,
ul.image-list .result .buttonBar a.addToCart,
.imageResults .result .buttonBar a.addToCart {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -800px -100px;
  background-color: transparent;
}
ul.image-list li ul.image-list-tools li.addedToCart,
.imageResults li ul.image-list-tools li.addedToCart,
ul.image-list .result ul.image-list-tools li.addedToCart,
.imageResults .result ul.image-list-tools li.addedToCart,
ul.image-list li .buttonBar li.addedToCart,
.imageResults li .buttonBar li.addedToCart,
ul.image-list .result .buttonBar li.addedToCart,
.imageResults .result .buttonBar li.addedToCart,
ul.image-list li ul.image-list-tools a.addedToCart,
.imageResults li ul.image-list-tools a.addedToCart,
ul.image-list .result ul.image-list-tools a.addedToCart,
.imageResults .result ul.image-list-tools a.addedToCart,
ul.image-list li .buttonBar a.addedToCart,
.imageResults li .buttonBar a.addedToCart,
ul.image-list .result .buttonBar a.addedToCart,
.imageResults .result .buttonBar a.addedToCart {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -800px -200px;
  background-color: transparent;
}
ul.image-list li ul.image-list-tools li.disabledAddToCart,
.imageResults li ul.image-list-tools li.disabledAddToCart,
ul.image-list .result ul.image-list-tools li.disabledAddToCart,
.imageResults .result ul.image-list-tools li.disabledAddToCart,
ul.image-list li .buttonBar li.disabledAddToCart,
.imageResults li .buttonBar li.disabledAddToCart,
ul.image-list .result .buttonBar li.disabledAddToCart,
.imageResults .result .buttonBar li.disabledAddToCart,
ul.image-list li ul.image-list-tools a.disabledAddToCart,
.imageResults li ul.image-list-tools a.disabledAddToCart,
ul.image-list .result ul.image-list-tools a.disabledAddToCart,
.imageResults .result ul.image-list-tools a.disabledAddToCart,
ul.image-list li .buttonBar a.disabledAddToCart,
.imageResults li .buttonBar a.disabledAddToCart,
ul.image-list .result .buttonBar a.disabledAddToCart,
.imageResults .result .buttonBar a.disabledAddToCart {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -900px -200px;
  background-color: transparent;
}
ul.image-list li ul.image-list-tools li.removeFromCart,
.imageResults li ul.image-list-tools li.removeFromCart,
ul.image-list .result ul.image-list-tools li.removeFromCart,
.imageResults .result ul.image-list-tools li.removeFromCart,
ul.image-list li .buttonBar li.removeFromCart,
.imageResults li .buttonBar li.removeFromCart,
ul.image-list .result .buttonBar li.removeFromCart,
.imageResults .result .buttonBar li.removeFromCart,
ul.image-list li ul.image-list-tools a.removeFromCart,
.imageResults li ul.image-list-tools a.removeFromCart,
ul.image-list .result ul.image-list-tools a.removeFromCart,
.imageResults .result ul.image-list-tools a.removeFromCart,
ul.image-list li .buttonBar a.removeFromCart,
.imageResults li .buttonBar a.removeFromCart,
ul.image-list .result .buttonBar a.removeFromCart,
.imageResults .result .buttonBar a.removeFromCart {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -700px -200px;
  background-color: transparent;
}
ul.image-list li ul.image-list-tools li.download,
.imageResults li ul.image-list-tools li.download,
ul.image-list .result ul.image-list-tools li.download,
.imageResults .result ul.image-list-tools li.download,
ul.image-list li .buttonBar li.download,
.imageResults li .buttonBar li.download,
ul.image-list .result .buttonBar li.download,
.imageResults .result .buttonBar li.download,
ul.image-list li ul.image-list-tools a.download,
.imageResults li ul.image-list-tools a.download,
ul.image-list .result ul.image-list-tools a.download,
.imageResults .result ul.image-list-tools a.download,
ul.image-list li .buttonBar a.download,
.imageResults li .buttonBar a.download,
ul.image-list .result .buttonBar a.download,
.imageResults .result .buttonBar a.download {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -900px -100px;
  background-color: transparent;
}
ul.image-list li.row-break,
.imageResults li.row-break {
  display: block;
  margin: 0px;
  width: 100%;
}
.moduleID-AL08,
.moduleID-VL24 {
  overflow: auto;
}
.moduleID-AL08 .title-wrapper h1,
.moduleID-VL24 .title-wrapper h1,
.moduleID-AL08 .articleLink,
.moduleID-VL24 .articleLink {
  font-size: 21px;
  font-size: 2.1rem;
  background: none;
  color: #000000;
  padding: 10px 0;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
.moduleID-AL08 .title-wrapper h1 a,
.moduleID-VL24 .title-wrapper h1 a,
.moduleID-AL08 .articleLink a,
.moduleID-VL24 .articleLink a {
  color: #000000;
  font-weight: normal;
}
.moduleID-FL01-stream .article {
  float: left;
  width: 54%;
}
.moduleID-VL24 {
  margin: 0px;
}
.article-image,
.article {
  margin-bottom: 10px;
}
.article-date {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 15px;
  color: #ffffff;
  text-align: right;
  background: #666666;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 0;
}
.article-date span.date {
  width: 20%;
  float: left;
}
.article-date .clear {
  clear: both;
  width: 100%;
  height: 1px;
}
.article-time {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 15px;
  text-align: right;
  text-transform: uppercase;
}
.article-time span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.article-time.highlight {
  color: #cc0000;
}
.article-time.highlight span {
  color: #ffffff;
  display: block;
  text-align: center;
  background: #cc0000;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-time .changeType {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  line-height: 20px;
  font-size: 12px;
}
.moduleID-FL01-proginfo .body .article-date {
  margin: 0;
  text-align: left;
  background: transparent;
  padding: 0;
  color: #333333;
  font-weight: bold;
}
.moduleID-FL01-proginfo .body {
  width: 54%;
}
.article-link {
  color: #333333;
  font-weight: normal;
}
.tags {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.tags a {
  color: #666666;
}
.tags a:hover {
  color: #cc0000;
  text-decoration: none;
}
ul.paginated a.more-link {
  padding: 10px;
  background: #eeeeee;
  display: inline-block;
  margin-top: 0;
}
ul.paginated a.more-link span {
  padding-right: 15px;
  background: url('/static/info/images/new/red-down-arrow.png') right center no-repeat;
}
.link-list,
.moduleID-VL01 .ul,
ul.read-more {
  margin-bottom: 10px;
}
.link-list li,
.moduleID-VL01 .ul li,
ul.read-more li {
  list-style: none;
  margin-top: 5px;
}
.link-list li a,
.moduleID-VL01 .ul li a,
ul.read-more li a {
  display: block;
  background: url('/static/info/images/new/right-arrow.png') left 2px no-repeat;
  padding-left: 10px;
  font-weight: bold;
}
.tx-list {
  margin-bottom: 10px;
}
.tx-list li {
  margin-top: 5px;
  display: block;
  padding: 8px 0 8px 35px;
}
.tx-list li.F4 {
  background: url('/static/info/images/new/f4tx-logo.png') top left no-repeat;
}
.tx-list li.F1 {
  background: url('/static/info/images/new/f4tx-logo.png') top left no-repeat;
}
.tx-list li.C4 {
  background: url('/static/info/images/new/4tx-logo.png') top left no-repeat;
}
.tx-list li.M4 {
  background: url('/static/info/images/new/m4tx-logo.png') top left no-repeat;
}
.tx-list li.Mu4 {
  background: url('/static/info/images/new/4mtx-logo.png') top left no-repeat;
}
.tx-list li.E4 {
  background: url('/static/info/images/new/e4tx-logo.png') top left no-repeat;
}
.tx-list li.F7 {
  background: url('/static/info/images/new/47tx-logo.png') top left no-repeat;
}
.widget,
.aside .module .component {
  padding: 20px 0;
}
.aside .contactLogin,
.moduleID-CL01 .contacts {
  padding: 20px;
  padding-bottom: 0px;
}
.aside .contactRegister {
  padding: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
.twitter-widget,
.moduleID-SN03 {
  background: #eeeeee;
  padding-bottom: 10px;
}
.twitter-widget h2,
.moduleID-SN03 h2,
.twitter-widget h3,
.moduleID-SN03 h3 {
  padding-right: 40px;
  background: #cc0000 url('/static/info/images/new/tweet-icon.png') center right no-repeat;
}
.twitter-widget ul,
.moduleID-SN03 ul {
  margin: 0 10px 10px 10px;
}
.twitter-widget ul li,
.moduleID-SN03 ul li {
  list-style: none;
  margin-bottom: 10px;
  background: #ffffff url('/static/info/images/new/c4-logo-small.png') 5px center no-repeat;
  padding: 10px 10px 10px 40px;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-box-shadow: 0 2px 3px #999999;
  -webkit-box-shadow: 0 2px 3px #999999;
  box-shadow: 0 2px 3px #999999;
}
.twitter-widget span,
.moduleID-SN03 span {
  color: #999999;
}
.twitter-widget .follow-link-wrapper,
.moduleID-SN03 .follow-link-wrapper {
  margin: 10px 0 5px 0;
  text-align: center;
}
.twitter-widget .follow-link-wrapper a.twitter-follow,
.moduleID-SN03 .follow-link-wrapper a.twitter-follow {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  background: #dedede;
  background-image: url('');
  /* fallback */

  background-image: url(''), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  /* Saf4+, Chrome */

  background-image: url(''), -webkit-linear-gradient(top, #ffffff, #dedede);
  /* Chrome 10+, Saf5.1+ */

  background-image: url(''), -moz-linear-gradient(top, #ffffff, #dedede);
  /* FF3.6+ */

  background-image: url(''), -ms-linear-gradient(top, #ffffff, #dedede);
  /* IE10 */

  background-image: url(''), -o-linear-gradient(top, #ffffff, #dedede);
  /* Opera 11.10+ */

  background-image: url(''), linear-gradient(top, #ffffff, #dedede);
  /* W3C */

  background-position: bottom;
  background-repeat: repeat-x;
}
.twitter-widget .follow-link-wrapper a.twitter-follow:hover,
.moduleID-SN03 .follow-link-wrapper a.twitter-follow:hover {
  text-decoration: none;
}
.twitter-widget .follow-link-wrapper a.twitter-follow span,
.moduleID-SN03 .follow-link-wrapper a.twitter-follow span {
  background: url('/static/info/images/new/twitter-icon.png') center left no-repeat;
  padding-left: 25px;
  color: #333333;
}
.moduleID-CL01 ul.contacts li {
  margin-bottom: 5px;
  list-style: none;
}
.moduleID-CL01 ul.contacts .phone {
  margin-top: 5px;
  padding-left: 25px;
  background: url('/static/info/images/new/phone-icon.png') left center no-repeat;
}
.moduleID-CL01 ul.contacts .email a {
  display: block;
  margin-top: 5px;
  padding-left: 25px;
  background: url('/static/info/images/new/email-icon.png') left center no-repeat;
}
ul.article-tools {
  position: absolute;
  top: 5px;
  right: 20px;
}
ul.article-tools li {
  display: inline-block;
}
ul.article-tools li a {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -999px;
}
ul.article-tools li.print-page a {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -700px -100px;
  background-color: transparent;
}
ul.article-tools li.download-page a {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -600px -100px;
  background-color: transparent;
}
.onoff-switch {
  /*position:absolute; top:0; right:0;*/

}
.onoff-switch li {
  display: inline-block;
  font-weight: bold;
}
.onoff-switch li a {
  color: #000000;
  display: block;
  text-align: center;
  padding: 5px 0;
  width: 28px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  background: #eeeeee;
}
.onoff-switch li a:hover,
.onoff-switch li a.on {
  background: #cc0000;
  color: #ffffff;
  text-decoration: none;
}
.share-article > ul > li {
  display: inline-block;
  vertical-align: top;
}
.share-article > ul > li.arrow {
  margin: 7px 0 0 -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #cc0000;
}
.share-article > ul > li > a {
  display: inline-block;
  background: #cc0000;
  color: #ffffff;
  padding: 3px 5px 5px 5px;
}
.share-article > ul > li > a:hover {
  text-decoration: none;
}
.share-article > ul > li ul {
  display: none;
  border: 2px solid #cc0000;
  border-top: none;
  background: #eeeeee;
}
.share-article > ul > li ul li {
  padding: 5px;
  text-align: center;
  display: block;
  border-bottom: 1px dashed #cccccc;
}
.share-article > ul > li ul li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: middle;
}
.share-article > ul > li ul li.facebook a {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -100px -200px;
  background-color: transparent;
}
.share-article > ul > li ul li.twitter a {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -200px -200px;
  background-color: transparent;
}
.share-article > ul > li ul li.tumblr a {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -300px -200px;
  background-color: transparent;
}
.share-article > ul > li ul li.google {
  border-bottom: none;
}
.share-article > ul > li ul li.google a {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -400px -200px;
  background-color: transparent;
}
.share-article > ul > li:hover ul {
  display: block;
}
/* Header */
#c4header {
  background: #000;
  border-bottom: 1px solid #3b3b3b;
  height: 45px;
}
#header {
  border-bottom: 3px solid #cccccc;
  position: relative;
  padding: 17px 0;
}
#logo {
  margin: 0 24px;
}
#logo * {
  display: inline-block;
  vertical-align: middle;
}
#logo a.logo {
  display: block;
  height: 90px;
  width: 68px;
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  overflow: hidden;
  text-indent: -999px;
}
#logo span {
  font-size: 42px;
  font-size: 4.2rem;
  margin-left: 12px;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
#logo span a {
  text-decoration: none;
  color: #000000;
}
#header-nav {
  position: absolute;
  bottom: 17px;
  right: 21px;
}
#header-nav li {
  display: inline-block;
  vertical-align: bottom;
}
#header-nav a {
  color: #cc0000;
  font-size: 21px;
  font-size: 2.1rem;
}
#header-nav a span {
  display: block;
  color: #666666;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 5px;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
#header-nav .nav-listings,
#header-nav .nav-images {
  display: block;
  min-height: 68px;
  padding-left: 55px;
  width: 80px;
  text-decoration: none;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
#header-nav .nav-listings:hover,
#header-nav .nav-images:hover {
  text-decoration: none;
}
#header-nav .nav-listings {
  background: url('/static/info/images/new/listings-icon.png') no-repeat;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #cccccc;
}
#header-nav .nav-images {
  background: url('/static/info/images/new/images-icon.png') no-repeat;
  margin-right: 35px;
}
#header-nav .search {
  overflow: auto;
}
#header-sub-nav li {
  vertical-align: middle;
}
.header-sub-nav {
  margin-top: 5px;
}
#header-nav .press-menu a {
  display: block;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
#header-nav .press-menu > a {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  width: 98px;
  background: #cc0000 url('/static/info/images/new/down-arrow.png') 10px center no-repeat;
  padding: 8px 10px 8px 35px !important;
  font-weight: bold;
}
#press-menu-wrapper {
  margin-top: -1px;
  display: none;
  background: url('/static/info/images/new/pressmenu-arrow.png') 360px top no-repeat;
  padding-top: 8px;
  position: absolute;
  z-index: 999;
  width: 460px;
  right: 147px;
  text-transform: uppercase;
}
#press-menu-wrapper #press-menu,
#press-menu-wrapper .blockID-FL01,
#press-menu-wrapper .explore-loader {
  -moz-box-shadow: 0 2px 3px #999999;
  -webkit-box-shadow: 0 2px 3px #999999;
  box-shadow: 0 2px 3px #999999;
}
#press-menu-wrapper #press-menu > li,
#press-menu-wrapper .blockID-FL01 > li,
#press-menu-wrapper .explore-loader > li,
#press-menu-wrapper #press-menu .segment-inner,
#press-menu-wrapper .blockID-FL01 .segment-inner,
#press-menu-wrapper .explore-loader .segment-inner {
  display: block !important;
  background: #990000;
  background-image: url('/static/info/images/new/dropdown-seperator.png');
  /* fallback */

  background-image: url('/static/info/images/new/dropdown-seperator.png'), -webkit-gradient(linear, left top, left bottom, from(#990000), to(#8e0000));
  /* Saf4+, Chrome */

  background-image: url('/static/info/images/new/dropdown-seperator.png'), -webkit-linear-gradient(top, #990000, #8e0000);
  /* Chrome 10+, Saf5.1+ */

  background-image: url('/static/info/images/new/dropdown-seperator.png'), -moz-linear-gradient(top, #990000, #8e0000);
  /* FF3.6+ */

  background-image: url('/static/info/images/new/dropdown-seperator.png'), -ms-linear-gradient(top, #990000, #8e0000);
  /* IE10 */

  background-image: url('/static/info/images/new/dropdown-seperator.png'), -o-linear-gradient(top, #990000, #8e0000);
  /* Opera 11.10+ */

  background-image: url('/static/info/images/new/dropdown-seperator.png'), linear-gradient(top, #990000, #8e0000);
  /* W3C */

  background-position: bottom;
  background-repeat: repeat-x;
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.explore-loader {
  background: #990000;
  background-image: url('');
  /* fallback */

  background-image: url(''), -webkit-gradient(linear, left top, left bottom, from(#990000), to(#8e0000));
  /* Saf4+, Chrome */

  background-image: url(''), -webkit-linear-gradient(top, #990000, #8e0000);
  /* Chrome 10+, Saf5.1+ */

  background-image: url(''), -moz-linear-gradient(top, #990000, #8e0000);
  /* FF3.6+ */

  background-image: url(''), -ms-linear-gradient(top, #990000, #8e0000);
  /* IE10 */

  background-image: url(''), -o-linear-gradient(top, #990000, #8e0000);
  /* Opera 11.10+ */

  background-image: url(''), linear-gradient(top, #990000, #8e0000);
  /* W3C */

  background-position: bottom;
  background-repeat: repeat-x;
  padding: 30px 20px;
  text-align: center;
}
.explore-loader span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/static/info/images/new/explore-panel-loader.gif') no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
#header-nav #press-menu > li li.first,
#header-nav .blockID-FL01 .segment-inner li.first {
  display: block;
}
#header-nav #press-menu > li li.first a,
#header-nav .blockID-FL01 .segment-inner li.first a {
  margin-right: 0;
}
#header-nav #press-menu > li a,
#header-nav .blockID-FL01 .segment-inner a {
  background: url('/static/info/images/new/dropdown-link-arrow.png') left center no-repeat;
  padding-left: 18px;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  margin-right: 30px;
}
#header-nav #press-menu > li .sublink a,
#header-nav .blockID-FL01 .segment-inner .sublink a {
  background: url('/static/info/images/new/dropdown-link-seperator.png') center left no-repeat;
  padding-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 0;
}
#header-nav #press-menu > li .sublink a:hover,
#header-nav .blockID-FL01 .segment-inner .sublink a:hover {
  text-decoration: underline;
}
#header-nav #press-menu > li ul .firstsub a,
#header-nav .blockID-FL01 .segment-inner ul .firstsub a {
  background: none;
  padding-left: 0;
}
#header-nav #press-menu > li .nav-intro,
#header-nav .blockID-FL01 .segment-inner .nav-intro {
  text-transform: none;
  color: #ffffff;
  display: block;
  padding-bottom: 5px;
}
#header-nav #press-menu > li .rss .sublink,
#header-nav .blockID-FL01 .segment-inner .rss .sublink {
  display: block;
}
#header-nav #press-menu > li .rss .sublink a,
#header-nav .blockID-FL01 .segment-inner .rss .sublink a {
  background: url('/static/info/images/new/rss-arrow.png') left center no-repeat;
}
#header-nav .press-menu:hover > a {
  background-color: #990000;
}
#header-nav .press-menu:hover #press-menu-wrapper {
  display: block;
}
.contact-4press {
  text-align: right;
  width: 143px;
}
#header-nav .contact-4press a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #cc0000;
  font-weight: bold;
}
/* Content
#content { overflow: auto; width: 100%; } */
.page-nav {
  padding: 10px 20px;
  min-height: 35px;
  background: #cdcdcd;
  position: relative;
}
.full-width-column,
#home-page-content .block {
  position: relative;
  /* overflow: auto; */
  width: 100%;
}
.full-width-column .blockID-HI03,
.full-width-column .blockID-HI04,
.full-width-column .blockID-HI01,
.full-width-column .blockID-HI06 {
  padding-top: 20px;
  width: 594px;
  margin: 0 auto;
}
.full-width-column .blockID-HI03 .moduleID-SE05,
.full-width-column .blockID-HI04 .moduleID-SE05,
.full-width-column .blockID-HI01 .moduleID-SE05,
.full-width-column .blockID-HI06 .moduleID-SE05 {
  padding: 20px 0px 0px 0px;
}
.full-width-column .moduleID-SE05 {
  padding: 20px;
}
.home-left-column,
.mi1.moduleID-FL01-productions,
#home-page-content .moduleID-AL08 {
  float: left;
  width: 530px;
  margin: 0 40px 30px 0;
}
.home-left-column ul.listings li,
.mi1.moduleID-FL01-productions ul.listings li,
#home-page-content .moduleID-AL08 ul.listings li,
.home-left-column .component ul li,
.mi1.moduleID-FL01-productions .component ul li,
#home-page-content .moduleID-AL08 .component ul li {
  list-style: none;
}
.home-left-column ul.listings .article-date,
.mi1.moduleID-FL01-productions ul.listings .article-date,
#home-page-content .moduleID-AL08 ul.listings .article-date,
.home-left-column .component ul .article-date,
.mi1.moduleID-FL01-productions .component ul .article-date,
#home-page-content .moduleID-AL08 .component ul .article-date {
  width: 50px;
}
.home-left-column ul.listings .article-image,
.mi1.moduleID-FL01-productions ul.listings .article-image,
#home-page-content .moduleID-AL08 ul.listings .article-image,
.home-left-column .component ul .article-image,
.mi1.moduleID-FL01-productions .component ul .article-image,
#home-page-content .moduleID-AL08 .component ul .article-image,
.home-left-column ul.listings .image,
.mi1.moduleID-FL01-productions ul.listings .image,
#home-page-content .moduleID-AL08 ul.listings .image,
.home-left-column .component ul .image,
.mi1.moduleID-FL01-productions .component ul .image,
#home-page-content .moduleID-AL08 .component ul .image {
  width: 160px;
  overflow: hidden;
}
.home-left-column ul.listings .article-image img,
.mi1.moduleID-FL01-productions ul.listings .article-image img,
#home-page-content .moduleID-AL08 ul.listings .article-image img,
.home-left-column .component ul .article-image img,
.mi1.moduleID-FL01-productions .component ul .article-image img,
#home-page-content .moduleID-AL08 .component ul .article-image img,
.home-left-column ul.listings .image img,
.mi1.moduleID-FL01-productions ul.listings .image img,
#home-page-content .moduleID-AL08 ul.listings .image img,
.home-left-column .component ul .image img,
.mi1.moduleID-FL01-productions .component ul .image img,
#home-page-content .moduleID-AL08 .component ul .image img {
  width: 100%;
}
.home-left-column ul.listings .body,
.mi1.moduleID-FL01-productions ul.listings .body,
#home-page-content .moduleID-AL08 ul.listings .body,
.home-left-column .component ul .body,
.mi1.moduleID-FL01-productions .component ul .body,
#home-page-content .moduleID-AL08 .component ul .body {
  width: 265px;
}
.home-left-column ul.listings .more-listings,
.mi1.moduleID-FL01-productions ul.listings .more-listings,
#home-page-content .moduleID-AL08 ul.listings .more-listings,
.home-left-column .component ul .more-listings,
.mi1.moduleID-FL01-productions .component ul .more-listings,
#home-page-content .moduleID-AL08 .component ul .more-listings {
  margin: 0 85px 10px 0;
}
.home-left-column .forward-button,
.mi1.moduleID-FL01-productions .forward-button,
#home-page-content .moduleID-AL08 .forward-button {
  margin-left: 85px;
}
#home-page-content .moduleID-AL08 .forward-button {
  margin-left: 0;
}
.home-right-column,
.moduleID-FL01-proginfo,
#home-page-content .moduleID-SN03 {
  float: left;
  width: 400px;
  margin: 0 30px 30px 0;
}
.home-right-column ul.listings,
.moduleID-FL01-proginfo ul.listings,
#home-page-content .moduleID-SN03 ul.listings,
.home-right-column .component ul,
.moduleID-FL01-proginfo .component ul,
#home-page-content .moduleID-SN03 .component ul {
  /*.body { width:220px; }*/

}
.home-right-column ul.listings li,
.moduleID-FL01-proginfo ul.listings li,
#home-page-content .moduleID-SN03 ul.listings li,
.home-right-column .component ul li,
.moduleID-FL01-proginfo .component ul li,
#home-page-content .moduleID-SN03 .component ul li {
  list-style: none;
}
.home-right-column ul.listings .article-image,
.moduleID-FL01-proginfo ul.listings .article-image,
#home-page-content .moduleID-SN03 ul.listings .article-image,
.home-right-column .component ul .article-image,
.moduleID-FL01-proginfo .component ul .article-image,
#home-page-content .moduleID-SN03 .component ul .article-image {
  width: 160px;
  overflow: hidden;
}
.home-press-pack,
#home-page-content .moduleID-AL08 .componentRow {
  margin-left: 85px;
}
.full-width-column .featured {
  border-bottom: 1px dashed #cccccc;
  margin: 30px 80px 0 80px;
  padding-bottom: 30px;
  background: #eeeeee;
  padding: 10px 20px 10px 45px;
}
.full-width-column .featured .promotedPressPack,
.full-width-column .featured .promotedPressPack-details {
  float: left;
}
.full-width-column .featured .promotedPressPack {
  width: 260px;
  margin-right: 20px;
}
.full-width-column .featured .promotedPressPack img {
  width: 260px;
  height: auto;
}
.full-width-column .featured .promotedPressPack-details {
  width: 380px;
}
.full-width-column .featured .promoDate {
  width: auto;
  overflow: auto;
  margin-top: 10px;
  font-weight: bold;
  color: #333333;
}
.full-width-column .featured .promoDate span {
  float: left;
}
.full-width-column .featured .promoDate span.tags {
  margin-left: 20px;
}
.moduleID-FL01-stream-proginfo .featured,
.moduleID-FL01-stream .featured {
  padding: 10px;
}
.full-width-column .image-listings,
.full-width-column .blockID-HI04,
.full-width-column .moduleID-HI03,
.full-width-column .blockID-HI01,
.full-width-column .moduleID-SR29 {
  /*margin:30px 200px;*/

}
.full-width-column .image-listings .moduleID-HI04,
.full-width-column .blockID-HI04 .moduleID-HI04,
.full-width-column .moduleID-HI03 .moduleID-HI04,
.full-width-column .blockID-HI01 .moduleID-HI04,
.full-width-column .moduleID-SR29 .moduleID-HI04 {
  position: relative;
}
.full-width-column .image-listings .overlayLink:hover,
.full-width-column .blockID-HI04 .overlayLink:hover,
.full-width-column .moduleID-HI03 .overlayLink:hover,
.full-width-column .blockID-HI01 .overlayLink:hover,
.full-width-column .moduleID-SR29 .overlayLink:hover {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.full-width-column .moduleID-HI03,
.full-width-column .moduleID-SR29 {
  margin-bottom: 0;
}
.full-width-column .blockID-HI01 {
  margin-top: 0;
}
.full-width-column .article-date {
  background: transparent;
  color: #333333;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.full-width-column .article-date .tags {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}
.full-width-column .article-time {
  background: transparent;
  font-size: 18px;
  font-size: 1.8rem;
}
.full-width-column ul.listings .article-date,
.full-width-column ul.channel-listings .article-date,
.full-width-column .moduleID-FL01-stream-proginfo .featured .article-date,
.full-width-column .moduleID-FL01-stream .featured .article-date {
  width: 110px;
}
.full-width-column ul.listings,
.full-width-column .moduleID-FL01-stream-proginfo .featured,
.full-width-column .moduleID-FL01-stream .featured,
.full-width-column .moduleID-SE05 {
  margin: 30px 80px;
  /*.article { width:54%; }*/

}
.full-width-column ul.listings .article-image,
.full-width-column .moduleID-FL01-stream-proginfo .featured .article-image,
.full-width-column .moduleID-FL01-stream .featured .article-image,
.full-width-column .moduleID-SE05 .article-image {
  width: 160px;
  overflow: hidden;
}
.full-width-column ul.listings .press-pick,
.full-width-column .moduleID-FL01-stream-proginfo .featured .press-pick,
.full-width-column .moduleID-FL01-stream .featured .press-pick,
.full-width-column .moduleID-SE05 .press-pick {
  margin-right: 20px;
}
.full-width-column ul.listings .press-pick span,
.full-width-column .moduleID-FL01-stream-proginfo .featured .press-pick span,
.full-width-column .moduleID-FL01-stream .featured .press-pick span,
.full-width-column .moduleID-SE05 .press-pick span {
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 6px;
  background-color: #CC0000;
  color: white;
}
.full-width-column .moduleID-SR29 .more-listings {
  text-align: center;
  padding-top: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #cccccc;
  float: left;
  clear: both;
}
.full-width-column .moduleID-SR29 .more-listings .more-link {
  padding: 10px;
  background: #eeeeee;
  display: inline-block;
  margin-top: 0;
}
.full-width-column .moduleID-SR29 .more-listings .more-link span {
  padding-right: 15px;
  background: url('/static/info/images/new/red-down-arrow.png') right center no-repeat;
}
.full-width-column .moduleID-FL01-stream-proginfo .featured .article,
.full-width-column .moduleID-FL01-stream .featured .article {
  width: 510px;
}
.full-width-column .moduleID-FL01-stream-proginfo .featured .article-date,
.full-width-column .moduleID-FL01-stream .featured .article-date {
  padding: 0;
}
.full-width-column ul.channel-listings {
  margin: 30px 170px;
}
.full-width-column ul.channel-listings .article-time {
  width: 70px;
}
.full-width-column ul.channel-listings .article {
  width: 575px;
}
.full-width-column .changed-date {
  margin: 0 170px;
}
.full-width-column .moduleID-SE05 {
  margin: 0;
  /*.search { margin:30px 80px 0 80px; } */

}
.image-results .moduleID-SE05 {
  /*.search { margin:10px 200px; }*/

}
.image-results .page-nav a.back-button {
  display: none;
}
.image-results .Images-list a.back-button,
.image-results .Download-Basket a.back-button {
  display: inline-block;
}
.moduleID-SR27 {
  margin: 30px 80px;
}
.moduleID-SR27 ul.listings {
  margin: 0;
}
.full-page-article {
  position: relative;
}
.full-page-article h2 {
  margin: 10px 270px 20px 100px;
}
.full-page-article .article-date {
  margin: 10px 270px 10px 100px;
  text-align: left;
  background: transparent;
  padding: 0;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.full-page-article .article-date .tags {
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
  width: 80%;
  text-align: right;
}
.full-page-article .article-image {
  float: left;
  margin: 0 10px 10px 0;
}
.full-page-article .article,
.full-page-article .share-article,
.full-page-article .aside {
  float: left;
}
.full-page-article .article {
  width: 630px;
}
.full-page-article .article .moduleID-AI03 {
  margin-bottom: 20px;
}
.full-page-article .share-article {
  width: 100px;
  text-align: center;
}
.full-page-article .aside {
  width: 240px;
  padding-left: 30px;
}
a.view-basket {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 10px;
  background: #eeeeee;
  display: inline-block;
  font-weight: bold;
}
a.view-basket span.basketText {
  padding: 5px 0 5px 30px;
  background: url('/static/info/images/new/red-basket-icon.png') left center no-repeat;
}
.moduleID-VL22 ul.listings,
.moduleID-VL24 ul.listings,
.moduleID-FL01-stream ul.listings,
.moduleID-VL22 ul.articles,
.moduleID-VL24 ul.articles,
.moduleID-FL01-stream ul.articles {
  margin: 30px 80px;
}
.moduleID-VL22 ul.listings li.article,
.moduleID-VL24 ul.listings li.article,
.moduleID-FL01-stream ul.listings li.article,
.moduleID-VL22 ul.articles li.article,
.moduleID-VL24 ul.articles li.article,
.moduleID-FL01-stream ul.articles li.article {
  padding-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px dotted #ABABAB;
  padding-bottom: 8px;
  width: 100%;
  overflow: hidden;
}
.moduleID-VL22 ul.listings li.article.pinned,
.moduleID-VL24 ul.listings li.article.pinned,
.moduleID-FL01-stream ul.listings li.article.pinned,
.moduleID-VL22 ul.articles li.article.pinned,
.moduleID-VL24 ul.articles li.article.pinned,
.moduleID-FL01-stream ul.articles li.article.pinned {
  background-color: #EDEDED;
}
.moduleID-VL22 ul.listings li.article .articleInfo,
.moduleID-VL24 ul.listings li.article .articleInfo,
.moduleID-FL01-stream ul.listings li.article .articleInfo,
.moduleID-VL22 ul.articles li.article .articleInfo,
.moduleID-VL24 ul.articles li.article .articleInfo,
.moduleID-FL01-stream ul.articles li.article .articleInfo {
  float: left;
  width: 110px;
  position: relative;
  margin-right: 15px;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: right;
}
.moduleID-VL22 ul.listings li.article .articleInfo .press-pick,
.moduleID-VL24 ul.listings li.article .articleInfo .press-pick,
.moduleID-FL01-stream ul.listings li.article .articleInfo .press-pick,
.moduleID-VL22 ul.articles li.article .articleInfo .press-pick,
.moduleID-VL24 ul.articles li.article .articleInfo .press-pick,
.moduleID-FL01-stream ul.articles li.article .articleInfo .press-pick {
  margin: 10px 0;
}
.moduleID-VL22 ul.listings li.article .articleInfo .press-pick span,
.moduleID-VL24 ul.listings li.article .articleInfo .press-pick span,
.moduleID-FL01-stream ul.listings li.article .articleInfo .press-pick span,
.moduleID-VL22 ul.articles li.article .articleInfo .press-pick span,
.moduleID-VL24 ul.articles li.article .articleInfo .press-pick span,
.moduleID-FL01-stream ul.articles li.article .articleInfo .press-pick span {
  text-transform: uppercase;
  padding: 2px 6px;
  background-color: #CC0000;
  color: white;
}
.moduleID-VL22 ul.listings li.article .articleInfo .tag,
.moduleID-VL24 ul.listings li.article .articleInfo .tag,
.moduleID-FL01-stream ul.listings li.article .articleInfo .tag,
.moduleID-VL22 ul.articles li.article .articleInfo .tag,
.moduleID-VL24 ul.articles li.article .articleInfo .tag,
.moduleID-FL01-stream ul.articles li.article .articleInfo .tag {
  color: #666666;
}
.moduleID-VL22 ul.listings li.article .articleImage,
.moduleID-VL24 ul.listings li.article .articleImage,
.moduleID-FL01-stream ul.listings li.article .articleImage,
.moduleID-VL22 ul.articles li.article .articleImage,
.moduleID-VL24 ul.articles li.article .articleImage,
.moduleID-FL01-stream ul.articles li.article .articleImage {
  margin-right: 20px;
  float: left;
  width: 160px;
  overflow: hidden;
}
.moduleID-VL22 ul.listings li.article .articleImage img,
.moduleID-VL24 ul.listings li.article .articleImage img,
.moduleID-FL01-stream ul.listings li.article .articleImage img,
.moduleID-VL22 ul.articles li.article .articleImage img,
.moduleID-VL24 ul.articles li.article .articleImage img,
.moduleID-FL01-stream ul.articles li.article .articleImage img {
  width: 160px;
  height: auto;
}
.moduleID-VL22 ul.listings li.article .articleContent,
.moduleID-VL24 ul.listings li.article .articleContent,
.moduleID-FL01-stream ul.listings li.article .articleContent,
.moduleID-VL22 ul.articles li.article .articleContent,
.moduleID-VL24 ul.articles li.article .articleContent,
.moduleID-FL01-stream ul.articles li.article .articleContent {
  float: left;
  width: 520px;
}
.moduleID-VL22 ul.listings li.article .articleContent .articleLink,
.moduleID-VL24 ul.listings li.article .articleContent .articleLink,
.moduleID-FL01-stream ul.listings li.article .articleContent .articleLink,
.moduleID-VL22 ul.articles li.article .articleContent .articleLink,
.moduleID-VL24 ul.articles li.article .articleContent .articleLink,
.moduleID-FL01-stream ul.articles li.article .articleContent .articleLink {
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
}
.moduleID-VL22 ul.listings li.article .articleContent .articleLink a,
.moduleID-VL24 ul.listings li.article .articleContent .articleLink a,
.moduleID-FL01-stream ul.listings li.article .articleContent .articleLink a,
.moduleID-VL22 ul.articles li.article .articleContent .articleLink a,
.moduleID-VL24 ul.articles li.article .articleContent .articleLink a,
.moduleID-FL01-stream ul.articles li.article .articleContent .articleLink a {
  text-decoration: none;
  color: inherit;
}
.moduleID-VL22 ul.listings li.article .txDate,
.moduleID-VL24 ul.listings li.article .txDate,
.moduleID-FL01-stream ul.listings li.article .txDate,
.moduleID-VL22 ul.articles li.article .txDate,
.moduleID-VL24 ul.articles li.article .txDate,
.moduleID-FL01-stream ul.articles li.article .txDate {
  text-transform: uppercase;
}
.moduleID-VL22 ul.listings li.article .synopsis,
.moduleID-VL24 ul.listings li.article .synopsis,
.moduleID-FL01-stream ul.listings li.article .synopsis,
.moduleID-VL22 ul.articles li.article .synopsis,
.moduleID-VL24 ul.articles li.article .synopsis,
.moduleID-FL01-stream ul.articles li.article .synopsis {
  color: #666666;
}
.moduleID-VL22 ul.listings li.article div,
.moduleID-VL24 ul.listings li.article div,
.moduleID-FL01-stream ul.listings li.article div,
.moduleID-VL22 ul.articles li.article div,
.moduleID-VL24 ul.articles li.article div,
.moduleID-FL01-stream ul.articles li.article div {
  margin-top: 1px;
  margin-bottom: 1px;
}
.moduleID-VL22 ul.articles,
.moduleID-VL24 ul.articles,
.moduleID-FL01-stream ul.articles {
  margin: 0;
}
.moduleID-AI12 {
  margin: 30px 80px 20px 80px;
}
.moduleID-AI12 .image.leftFloat {
  float: left;
}
.moduleID-AI02 div.image {
  width: 100%;
}
.moduleID-AI02 div.image img {
  max-width: 100%;
  height: auto;
}
.moduleID-AI03 div.image {
  width: 100%;
}
.moduleID-AI03 div.image img {
  max-width: 100%;
  height: auto;
}
.basket-tools {
  float: left;
  width: 100%;
}
.basket-tools .download-basket {
  float: right;
  padding: 10px;
  background: #cc0000;
  display: inline-block;
  color: #ffffff;
}
.basket-tools .download-basket span {
  padding: 5px 0 5px 25px;
  background: url('/static/info/images/new/download-arrow.png') left center no-repeat;
}
#cboxLoadedContent {
  padding: 20px 0;
  float: left;
}
#cboxLoadedContent .overlay-article {
  float: left;
  padding-bottom: 10px;
}
#cboxLoadedContent h3 {
  margin-left: 20px;
  font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
#cboxLoadedContent .article,
#cboxLoadedContent .aside {
  float: left;
}
#cboxLoadedContent .article {
  width: 445px;
  padding-left: 20px;
  margin: 0;
}
#cboxLoadedContent .aside {
  width: 240px;
  padding-left: 20px;
}
#cboxLoadedContent .aside .description {
  margin-bottom: 5px;
}
#cboxLoadedContent .aside .widget {
  padding: 10px;
}
#cboxLoadedContent .disclaimer {
  font-style: italic;
}
#cboxLoadedContent .buttonBar {
  margin: 10px 0;
}
#cboxLoadedContent .buttonBar a {
  padding: 0 10px 0px 3px;
  background: #eeeeee;
  display: inline-block;
  font-weight: bold;
  color: #cc0000;
}
#cboxLoadedContent .buttonBar a span {
  padding: 7px 0 7px 25px;
  display: block;
}
#cboxLoadedContent .buttonBar a.addToCart span {
  background: url('/static/info/images/new/red-basket-icon.png') left center no-repeat;
}
#cboxLoadedContent .buttonBar a.addedToCart span {
  background: url('/static/info/images/new/grey-basket-added.png') left center no-repeat;
}
#cboxLoadedContent .buttonBar a.download span {
  background: url('/static/info/images/new/red-download-icon.png') left center no-repeat;
}
#cboxLoadedContent #cboxError {
  padding: 10px;
}
.cbox-loader {
  padding: 50px 20px;
  text-align: center;
}
.cbox-loader span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/static/info/images/new/colorbox-loader.gif') no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
div.moduleID-PL05 div.txDate {
  margin-top: 10px;
}
div.moduleID-PL05 div.changedType {
  margin-bottom: 10px;
}
div.moduleID-FL01-stream div.clear {
  clear: both;
}
div.moduleID-FL01-stream div.stream-filter {
  margin-top: 30px;
  margin-left: 80px;
  margin-right: 80px;
}
div.moduleID-FL01-stream div.stream-filter ul {
  width: 100%;
  border: 1px solid #ccc;
  height: 27px;
  background-color: #EDEDED;
}
div.moduleID-FL01-stream div.stream-filter ul li {
  float: left;
  width: 125px;
  text-align: center;
}
div.moduleID-FL01-stream div.stream-filter ul li a {
  border-top: 0;
  border-bottom: 0;
  height: 17px;
}
div.moduleID-FL01-stream div.stream-filter ul li.selected a {
  background-color: #cc0000;
  color: #fff;
}
div.moduleID-FL01-stream div.results {
  margin-top: 30px;
}
a.hide-restricted {
  display: none;
}
/* Footer */
#mobile-nav,
#mobile-search {
  display: none;
}
#c4footer {
  height: 100px;
}
/* Screen Width */
@media only screen and (max-width: 1020px) and (min-width: 760px) {
  .error-page p {
    margin-right: 0px;
  }
  div.provisional {
    margin-top: -10px;
  }
  #header-nav .nav-listings,
  #header-nav .nav-images {
    min-height: 0;
    padding: 30px 15px 0 15px;
    margin-right: 0;
    background-position: top center;
    text-align: center;
  }
  #header-nav .nav-listings span,
  #header-nav .nav-images span {
    display: none;
  }
  a.back-button {
    /* width: 98%; */
  
    padding: 10px 1%;
  }
  /* start contact */
  .blockID-CL01 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .blockID-CL01 ul {
    width: auto;
  }
  .aside .blockID-CL01 {
    margin-left: 0;
    margin-right: 0;
  }
  /* end contact */
  #wrapper {
    width: 100%;
  }
  #restest {
    float: right;
  }
  .header-carousel,
  .moduleID-FL01-carouselhero {
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
  .header-carousel .carousel-content,
  .moduleID-FL01-carouselhero .carousel-content,
  .header-carousel .componentRow .component,
  .moduleID-FL01-carouselhero .componentRow .component {
    text-align: left;
  }
  .header-carousel .carousel-content .article .image img,
  .moduleID-FL01-carouselhero .carousel-content .article .image img,
  .header-carousel .componentRow .component .article .image img,
  .moduleID-FL01-carouselhero .componentRow .component .article .image img {
    max-width: 100%;
    height: auto;
  }
  .header-carousel .carousel-content .body,
  .moduleID-FL01-carouselhero .carousel-content .body,
  .header-carousel .componentRow .component .body,
  .moduleID-FL01-carouselhero .componentRow .component .body {
    bottom: 20px;
  }
  .home-left-column,
  #home-page-content .mi1.moduleID-FL01-productions,
  #home-page-content .moduleID-AL08 {
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
  }
  .home-left-column ul.listings,
  #home-page-content .mi1.moduleID-FL01-productions ul.listings,
  #home-page-content .moduleID-AL08 ul.listings,
  .home-left-column .component ul,
  #home-page-content .mi1.moduleID-FL01-productions .component ul,
  #home-page-content .moduleID-AL08 .component ul {
    margin: 0 15px;
  }
  .home-left-column ul.listings .article,
  #home-page-content .mi1.moduleID-FL01-productions ul.listings .article,
  #home-page-content .moduleID-AL08 ul.listings .article,
  .home-left-column .component ul .article,
  #home-page-content .mi1.moduleID-FL01-productions .component ul .article,
  #home-page-content .moduleID-AL08 .component ul .article {
    position: relative;
  }
  .home-left-column ul.listings .article .article-date,
  #home-page-content .mi1.moduleID-FL01-productions ul.listings .article .article-date,
  #home-page-content .moduleID-AL08 ul.listings .article .article-date,
  .home-left-column .component ul .article .article-date,
  #home-page-content .mi1.moduleID-FL01-productions .component ul .article .article-date,
  #home-page-content .moduleID-AL08 .component ul .article .article-date {
    position: absolute;
    top: 0;
    left: 180px;
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    color: #333333;
    padding: 5px 0;
    text-align: left;
  }
  .home-left-column ul.listings .article .article-date span,
  #home-page-content .mi1.moduleID-FL01-productions ul.listings .article .article-date span,
  #home-page-content .moduleID-AL08 ul.listings .article .article-date span,
  .home-left-column .component ul .article .article-date span,
  #home-page-content .mi1.moduleID-FL01-productions .component ul .article .article-date span,
  #home-page-content .moduleID-AL08 .component ul .article .article-date span {
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .home-left-column ul.listings .article .body,
  #home-page-content .mi1.moduleID-FL01-productions ul.listings .article .body,
  #home-page-content .moduleID-AL08 ul.listings .article .body,
  .home-left-column .component ul .article .body,
  #home-page-content .mi1.moduleID-FL01-productions .component ul .article .body,
  #home-page-content .moduleID-AL08 .component ul .article .body {
    margin-top: 25px;
    width: 67%;
  }
  .home-left-column .forward-button,
  #home-page-content .mi1.moduleID-FL01-productions .forward-button,
  #home-page-content .moduleID-AL08 .forward-button {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .home-press-pack,
  #home-page-content .moduleID-AL08 .componentRow {
    margin: 0 15px;
  }
  .home-press-pack img,
  #home-page-content .moduleID-AL08 .componentRow img {
    max-width: 100%;
    height: auto;
  }
  .moduleID-FL01-proginfo {
    position: relative;
  }
  .mi1.moduleID-FL01-productions div.image {
    width: 25%;
    float: left;
  }
  .mi1.moduleID-FL01-productions div.body {
    width: 75%;
    float: left;
  }
  .home-right-column,
  .moduleID-FL01-proginfo,
  #home-page-content .moduleID-SN03 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .home-right-column ul.listings,
  .moduleID-FL01-proginfo ul.listings,
  #home-page-content .moduleID-SN03 ul.listings,
  .home-right-column .component ul,
  .moduleID-FL01-proginfo .component ul,
  #home-page-content .moduleID-SN03 .component ul {
    margin: 0 15px;
  }
  .home-right-column ul.listings .body,
  .moduleID-FL01-proginfo ul.listings .body,
  #home-page-content .moduleID-SN03 ul.listings .body,
  .home-right-column .component ul .body,
  .moduleID-FL01-proginfo .component ul .body,
  #home-page-content .moduleID-SN03 .component ul .body {
    width: 67%;
  }
  .home-right-column .forward-button,
  .moduleID-FL01-proginfo .forward-button,
  #home-page-content .moduleID-SN03 .forward-button {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .full-width-column .featured,
  .full-width-column .moduleID-FL01-stream-proginfo .featured,
  .full-width-column .moduleID-FL01-stream .featured {
    margin: 20px 20px 0 20px;
    padding: 10px;
  }
  .full-width-column .featured .promotedPressPack,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack,
  .full-width-column .featured .promotedPressPack-details,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack-details,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack-details,
  .full-width-column .featured .feature-info,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .feature-info,
  .full-width-column .moduleID-FL01-stream .featured .feature-info {
    float: none;
  }
  .full-width-column .featured .promotedPressPack,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack {
    width: 100%;
    margin-right: 0;
  }
  .full-width-column .featured .promotedPressPack img,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack img,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack img {
    max-width: 100%;
    height: auto;
  }
  .full-width-column .featured .promotedPressPack-details,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack-details,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack-details {
    width: 100%;
    margin-top: 10px;
  }
  .full-page-article > h2 {
    margin: 20px 100px 20px 20px;
  }
  .full-page-article .article-date {
    margin: 10px 20px;
  }
  .full-page-article .article-date .tags {
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: -15px;
    text-align: right;
    width: 83%;
    float: none;
  }
  .full-page-article .article {
    width: auto;
    margin: 0 20px;
  }
  .full-page-article .article .moduleID-AI02 img {
    max-width: 100%;
    height: auto;
  }
  .full-page-article .article .moduleID-VL24 {
    margin: 10px 0;
  }
  .full-page-article .article-tools {
    display: none;
  }
  .full-page-article .share-article {
    position: absolute;
    top: 0;
    right: 20px;
    text-align: right;
    width: auto;
  }
  .full-page-article .share-article > ul > li {
    background: none;
    vertical-align: top;
    padding-right: 0;
    margin-left: 5px;
  }
  .full-page-article .share-article > ul > li.arrow {
    position: absolute;
    left: 0;
    top: 0;
    margin: 7px -4px 0 0;
    border-left: none;
    border-right: 5px solid #cc0000;
  }
  .full-page-article .share-article,
  .full-page-article .article,
  .full-page-article .aside {
    float: none;
  }
  .full-page-article .aside {
    padding-left: 0;
    width: auto;
  }
  .full-page-article .aside .rowHead h4,
  .full-page-article .aside .contactTitle h4,
  .full-page-article .aside .moduleID-PL04 h3.txTitle {
    display: inline-block;
  }
  .moduleID-FL01-stream ul.listings,
  .moduleID-FL01-stream-proginfo ul.listings,
  .moduleID-SR27 ul.listings {
    margin: 20px;
    width: auto;
  }
  .moduleID-FL01-stream ul.listings li,
  .moduleID-FL01-stream-proginfo ul.listings li,
  .moduleID-SR27 ul.listings li {
    position: relative;
  }
  .moduleID-FL01-stream ul.listings li .article-image,
  .moduleID-FL01-stream-proginfo ul.listings li .article-image,
  .moduleID-SR27 ul.listings li .article-image {
    top: 0;
    left: 0;
    /*margin-top: -50px;*/
  }
  .moduleID-FL01-stream ul.listings li .article-date,
  .moduleID-FL01-stream-proginfo ul.listings li .article-date,
  .moduleID-SR27 ul.listings li .article-date {
    position: relative;
    top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    color: #333333;
    padding: 5px 0;
    text-align: left;
  }
  .moduleID-FL01-stream ul.listings li .article-date .tags,
  .moduleID-FL01-stream-proginfo ul.listings li .article-date .tags,
  .moduleID-SR27 ul.listings li .article-date .tags {
    display: block;
  }
  .moduleID-FL01-stream ul.listings li .article,
  .moduleID-FL01-stream-proginfo ul.listings li .article,
  .moduleID-SR27 ul.listings li .article {
    position: relative;
    /*width:660px;*/
  }
  .moduleID-SR27 {
    margin: 10px;
  }
  .moduleID-SR27 ul.listings {
    margin: 10px 0;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured,
  .full-width-column .moduleID-FL01-stream .featured {
    position: relative;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .press-pick,
  .full-width-column .moduleID-FL01-stream .featured .press-pick {
    position: absolute;
    left: 10px;
    bottom: 20px;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .article-date,
  .full-width-column .moduleID-FL01-stream .featured .article-date {
    position: relative;
    left: 170px;
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    color: #333333;
    padding: 5px 0;
    text-align: left;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .article-date .tags,
  .full-width-column .moduleID-FL01-stream .featured .article-date .tags {
    display: block;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .article-image,
  .full-width-column .moduleID-FL01-stream .featured .article-image {
    position: absolute;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .article,
  .full-width-column .moduleID-FL01-stream .featured .article {
    width: 640px;
    position: relative;
    left: 170px;
  }
  .moduleID-VL22 ul.listings,
  .moduleID-VL24 ul.listings,
  .moduleID-VL22 ul.articles,
  .moduleID-VL24 ul.articles {
    margin: 20px 10px;
  }
  .moduleID-VL22 ul.listings li.article.pinned,
  .moduleID-VL24 ul.listings li.article.pinned,
  .moduleID-VL22 ul.articles li.article.pinned,
  .moduleID-VL24 ul.articles li.article.pinned {
    height: 131px;
  }
  .moduleID-VL22 ul.listings li.article .articleInfo,
  .moduleID-VL24 ul.listings li.article .articleInfo,
  .moduleID-VL22 ul.articles li.article .articleInfo,
  .moduleID-VL24 ul.articles li.article .articleInfo {
    float: right;
    width: 664px;
    padding-top: 0;
    text-align: left;
  }
  .moduleID-VL22 ul.listings li.article .articleInfo .press-pick,
  .moduleID-VL24 ul.listings li.article .articleInfo .press-pick,
  .moduleID-VL22 ul.articles li.article .articleInfo .press-pick,
  .moduleID-VL24 ul.articles li.article .articleInfo .press-pick {
    position: absolute;
    top: 103px;
    left: -182px;
  }
  .moduleID-VL22 ul.listings li.article .articleContent,
  .moduleID-VL24 ul.listings li.article .articleContent,
  .moduleID-VL22 ul.articles li.article .articleContent,
  .moduleID-VL24 ul.articles li.article .articleContent {
    width: 657px;
  }
  .moduleID-VL22 ul.articles,
  .moduleID-VL24 ul.articles {
    margin: 0;
  }
  .moduleID-VL22 ul.articles li.article,
  .moduleID-VL24 ul.articles li.article {
    margin: 0;
  }
  .full-width-column .image-listings,
  .full-width-column .blockID-HI04,
  .full-width-column .moduleID-HI03,
  .full-width-column .blockID-HI01,
  .full-width-column .moduleID-SR29 {
    /*margin:20px 141px;*/
  
  }
  .full-width-column .image-listings .moduleID-HI04,
  .full-width-column .blockID-HI04 .moduleID-HI04,
  .full-width-column .moduleID-HI03 .moduleID-HI04,
  .full-width-column .blockID-HI01 .moduleID-HI04,
  .full-width-column .moduleID-SR29 .moduleID-HI04 {
    position: relative;
  }
  .search-list-nav {
    margin: 0 10px;
    width: auto;
  }
  .search-list-nav li {
    width: 25%;
  }
  .search-list-nav li.first {
    width: 25%;
  }
  .full-width-column .moduleID-SE05 {
    margin: 0px;
    /*.search { margin:10px 10px 0 10px; }*/
  
  }
  .image-results .moduleID-SE05 {
    /*.search {margin:10px 200px 0 141px; } */
  
  }
  .widget,
  .aside .module .component {
    padding: 20px;
  }
  div.moduleID-PL01,
  div.moduleID-PL07,
  div.moduleID-PL10,
  div.moduleID-PL05,
  div.moduleID-PL12,
  div.moduleID-AI03.shallow {
    margin: 0 20px;
  }
  div.moduleID-PL01 div.onoff-switch,
  div.moduleID-PL07 div.onoff-switch,
  div.moduleID-PL10 div.onoff-switch,
  div.moduleID-PL05 div.onoff-switch,
  div.moduleID-PL12 div.onoff-switch,
  div.moduleID-AI03.shallow div.onoff-switch {
    margin-right: 5px;
    margin-top: -10px;
  }
  div.moduleID-PL01 div.info,
  div.moduleID-PL07 div.info,
  div.moduleID-PL10 div.info,
  div.moduleID-PL05 div.info,
  div.moduleID-PL12 div.info,
  div.moduleID-AI03.shallow div.info {
    margin-top: 30px;
    margin-left: 5px;
  }
  div.moduleID-PL01 div.scrollPane div.component div.programme-title h4,
  div.moduleID-PL07 div.scrollPane div.component div.programme-title h4,
  div.moduleID-PL10 div.scrollPane div.component div.programme-title h4,
  div.moduleID-PL05 div.scrollPane div.component div.programme-title h4,
  div.moduleID-PL12 div.scrollPane div.component div.programme-title h4,
  div.moduleID-AI03.shallow div.scrollPane div.component div.programme-title h4 {
    width: 70%;
  }
  div.moduleID-PL03 div.full-width-column,
  div.moduleID-PL13 div.full-width-column {
    margin-bottom: 10px;
  }
  ul.channel-list-subnav,
  ul.channel-list-nav,
  div.stream-filter ul {
    margin: 0;
    width: 100%;
  }
  ul.channel-list-nav {
    margin-top: 70px !important;
  }
  ul.channel-list-nav li {
    width: 16.6%;
  }
  #cboxLoadedContent {
    float: none;
  }
  #cboxLoadedContent .article,
  #cboxLoadedContent .aside {
    float: none;
    width: auto;
    padding: 0 10px;
  }
  #cboxLoadedContent .article-image img {
    max-width: 100%;
    height: auto;
  }
  .cbox-loader {
    padding: 10px 20px;
  }
  div.moduleID-PL01,
  div.moduleID-PL03 {
    margin: 0 20px;
  }
  div.moduleID-PL03 {
    margin-top: -40px;
  }
  div.moduleID-PL13 .full-width-column {
    margin-bottom: 0 !important;
  }
  div.moduleID-PL13 .pre-listings-nav {
    margin: 30px 20px 0 20px;
  }
  div.moduleID-PL13 .pre-listings-nav .channel-list-nav {
    margin: 0 !important;
  }
  div.moduleID-PL13 .pre-listings-nav .channel-list-subnav {
    margin: 0 !important;
  }
  .mi2.moduleID-FL01-proginfo {
    width: 100%;
  }
  .mi2.moduleID-FL01-proginfo .content .article .image {
    float: left;
  }
  .mi2.moduleID-FL01-proginfo .content .article .body {
    width: 63%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-carousel .carousel-nav ul li,
  .moduleID-FL01-carouselhero .carousel-nav ul li,
  .header-carousel .nav ul li,
  .moduleID-FL01-carouselhero .nav ul li {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
}
/*
@media only screen and (max-width: 899px) and (min-width: 880px) {
  #wrapper { width:@width5; }

  .home-left-column, #home-page-content .mi1.moduleID-FL01-productions, #home-page-content .moduleID-AL08  {
    ul.listings,  .component ul {
      .article {
        .body { width:550px; }
      }
    }
  }

  .home-right-column, .moduleID-FL01-proginfo, #home-page-content .moduleID-SN03 {
    ul.listings,  .component ul {
      .body { width:550px; }
    }
  }

  .moduleID-FL01-stream, .moduleID-FL01-stream-proginfo {
    ul.listings {
      li {

        .article { width:60% }
      }
    }
  }

  .moduleID-SR27 {
    ul.listings {
      li {
        .article-date { width:560px; }
        .article { width:560px; }
      }
    }
  }

  .full-width-column .moduleID-FL01-stream-proginfo {
    .featured {
      .article-date { width:540px; }
      .article { width:540px; }
    }
  }

  .moduleID-VL22, .moduleID-VL24 {
    ul.listings, ul.articles {
      li.article {
        .articleInfo {
          width: 542px;
        }
        .articleContent {
          width: 560px;
        }  
      }
    }
  }

  .full-width-column {
    .image-listings, .blockID-HI04, .moduleID-HI03, .blockID-HI01, .moduleID-SR29 {

    }
  }

  .image-results .moduleID-SE05 {
    .search {margin:10px 81px 0 81px; }
  }
}


@media only screen and (max-width: 879px) and (min-width: 760px) {
  #wrapper { width:@width5; }
  #header-nav {
    .nav-listings, .nav-images {
      display:none;
    }
    #press-menu-wrapper { width:300px; background-position: 240px top; }
  }
  
  div.provisional {
    width: 360px;
  }

  .home-left-column, #home-page-content .mi1.moduleID-FL01-productions, #home-page-content .moduleID-AL08  {
    ul.listings,  .component ul {
      .article {
        .body { width:350px; }
      }
    }
  }

  .home-right-column, .moduleID-FL01-proginfo, #home-page-content .moduleID-SN03 {
    ul.listings,  .component ul {
      .body { width:350px; }
    }
  }

  .moduleID-FL01-stream, .moduleID-FL01-stream-proginfo {
    ul.listings {
      li {

        .article { width:340px; }
      }
    }
  }

  .moduleID-SR27 {
    ul.listings {
      li {
        .article-date { width:360px; }
        .article { width:360px; }
      }
    }
  }

  .full-width-column .moduleID-FL01-stream-proginfo, .full-width-column .moduleID-FL01-stream {
    .featured {
      .article-date { width:340px; }
      .article { width:340px; }
    }
  }

  .moduleID-VL22, .moduleID-VL24 {
    ul.listings, ul.articles {
      li.article {
        .articleInfo {
          width: 342px;
        }
        .articleContent {
          width: 350px;
        }  
      }
    }
  }

  .full-width-column {

    .image-listings, .blockID-HI04, .moduleID-HI03, .blockID-HI01, .moduleID-SR29 {

      .result, .image, .image-list-thumbnail, .image-list li  {
        width:120px;
        img { width:120px; height: auto; }
      }
      .result, .image-list li { margin-right:12px; }
      .imageResults { margin-right:-12px; }
    }
  }

  .image-results .moduleID-SE05 {

  }
}
*/
/* Mobile */
@media only screen and (max-width: 759px) {
  .error-page p {
    margin-right: 0px;
  }
  div#colorbox {
    max-height: 92% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    top: 20px !important;
  }
  #cboxClose {
    right: 0 !important;
    top: 0 !important;
  }
  div.provisional {
    width: 330px;
  }
  div.descriptions {
    float: left;
    margin: 10px 0;
  }
  #restest {
    float: none;
  }
  #wrapper {
    width: 100%;
  }
  #header {
    padding: 7px 0;
  }
  #logo {
    margin: 0 15px;
  }
  #logo span {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 5px;
  }
  #logo a.logo {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: 0px -200px;
    background-color: transparent;
    width: 36px;
    height: 46px;
  }
  #header-nav {
    top: 0;
    right: 0;
    bottom: auto;
  }
  #header-nav .nav-listings,
  #header-nav .nav-images,
  #header-nav .contact-4press {
    display: none;
  }
  #header-nav .header-sub-nav {
    position: absolute;
    right: 60px;
    top: 18px;
  }
  #header-nav .search .checkbox-wrapper {
    display: none;
  }
  #header-nav .search .search-wrapper {
    padding: 0;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding: 0;
    text-align: center;
    border: none;
    border-left: 1px solid #cccccc;
    background-color: #eeeeee;
  }
  #header-nav .search .search-wrapper input {
    display: none;
  }
  #header-nav .search .search-wrapper .search-btn {
    display: block;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    background-position: -388px -80px;
  }
  #header-nav .press-menu > a,
  #header-nav .press-menu > a:hover,
  #header-nav .press-menu:hover > a {
    background: transparent url('/static/info/images/new/red-down-arrow.png') left center no-repeat;
    padding: 0 0 0 20px !important;
    border: none;
    width: auto;
    color: #cc0000;
    white-space: nowrap;
  }
  #header-nav .press-menu:hover #press-menu-wrapper {
    display: none;
  }
  .header-carousel,
  .moduleID-FL01-carouselhero {
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
  .header-carousel .carousel-content,
  .moduleID-FL01-carouselhero .carousel-content,
  .header-carousel .component,
  .moduleID-FL01-carouselhero .component {
    text-align: left;
  }
  .header-carousel .carousel-content .article .image img,
  .moduleID-FL01-carouselhero .carousel-content .article .image img,
  .header-carousel .component .article .image img,
  .moduleID-FL01-carouselhero .component .article .image img {
    max-width: 100%;
    height: auto;
  }
  .header-carousel .carousel-content-info,
  .moduleID-FL01-carouselhero .carousel-content-info,
  .header-carousel .componentRow .component .body,
  .moduleID-FL01-carouselhero .componentRow .component .body {
    position: static;
    padding: 0 10px;
  }
  .header-carousel .carousel-content-info .title,
  .moduleID-FL01-carouselhero .carousel-content-info .title,
  .header-carousel .componentRow .component .body .title,
  .moduleID-FL01-carouselhero .componentRow .component .body .title,
  .header-carousel .carousel-content-info .synopsis,
  .moduleID-FL01-carouselhero .carousel-content-info .synopsis,
  .header-carousel .componentRow .component .body .synopsis,
  .moduleID-FL01-carouselhero .componentRow .component .body .synopsis {
    float: none;
    text-align: left;
  }
  .header-carousel .carousel-content-info .title h3,
  .moduleID-FL01-carouselhero .carousel-content-info .title h3,
  .header-carousel .componentRow .component .body .title h3,
  .moduleID-FL01-carouselhero .componentRow .component .body .title h3,
  .header-carousel .carousel-content-info .synopsis h3,
  .moduleID-FL01-carouselhero .carousel-content-info .synopsis h3,
  .header-carousel .componentRow .component .body .synopsis h3,
  .moduleID-FL01-carouselhero .componentRow .component .body .synopsis h3 {
    float: none;
  }
  .header-carousel .carousel-content-info span,
  .moduleID-FL01-carouselhero .carousel-content-info span,
  .header-carousel .componentRow .component .body span,
  .moduleID-FL01-carouselhero .componentRow .component .body span {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .header-carousel .carousel-nav ul li,
  .moduleID-FL01-carouselhero .carousel-nav ul li,
  .header-carousel .nav ul li,
  .moduleID-FL01-carouselhero .nav ul li {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  .home-left-column,
  .mi1.moduleID-FL01-productions,
  #home-page-content .moduleID-AL08 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .home-left-column ul.listings,
  .mi1.moduleID-FL01-productions ul.listings,
  #home-page-content .moduleID-AL08 ul.listings,
  .home-left-column .component ul,
  .mi1.moduleID-FL01-productions .component ul,
  #home-page-content .moduleID-AL08 .component ul {
    margin: 0 15px;
  }
  .home-left-column ul.listings .article-date,
  .mi1.moduleID-FL01-productions ul.listings .article-date,
  #home-page-content .moduleID-AL08 ul.listings .article-date,
  .home-left-column .component ul .article-date,
  .mi1.moduleID-FL01-productions .component ul .article-date,
  #home-page-content .moduleID-AL08 .component ul .article-date,
  .home-left-column ul.listings .article-image,
  .mi1.moduleID-FL01-productions ul.listings .article-image,
  #home-page-content .moduleID-AL08 ul.listings .article-image,
  .home-left-column .component ul .article-image,
  .mi1.moduleID-FL01-productions .component ul .article-image,
  #home-page-content .moduleID-AL08 .component ul .article-image,
  .home-left-column ul.listings .article,
  .mi1.moduleID-FL01-productions ul.listings .article,
  #home-page-content .moduleID-AL08 ul.listings .article,
  .home-left-column .component ul .article,
  .mi1.moduleID-FL01-productions .component ul .article,
  #home-page-content .moduleID-AL08 .component ul .article,
  .home-left-column ul.listings .body,
  .mi1.moduleID-FL01-productions ul.listings .body,
  #home-page-content .moduleID-AL08 ul.listings .body,
  .home-left-column .component ul .body,
  .mi1.moduleID-FL01-productions .component ul .body,
  #home-page-content .moduleID-AL08 .component ul .body {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .home-left-column ul.listings .article-date,
  .mi1.moduleID-FL01-productions ul.listings .article-date,
  #home-page-content .moduleID-AL08 ul.listings .article-date,
  .home-left-column .component ul .article-date,
  .mi1.moduleID-FL01-productions .component ul .article-date,
  #home-page-content .moduleID-AL08 .component ul .article-date {
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    color: #333333;
    padding: 5px 0;
    text-align: left;
  }
  .home-left-column ul.listings .article-date span,
  .mi1.moduleID-FL01-productions ul.listings .article-date span,
  #home-page-content .moduleID-AL08 ul.listings .article-date span,
  .home-left-column .component ul .article-date span,
  .mi1.moduleID-FL01-productions .component ul .article-date span,
  #home-page-content .moduleID-AL08 .component ul .article-date span {
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .home-left-column ul.listings .article-image img,
  .mi1.moduleID-FL01-productions ul.listings .article-image img,
  #home-page-content .moduleID-AL08 ul.listings .article-image img,
  .home-left-column .component ul .article-image img,
  .mi1.moduleID-FL01-productions .component ul .article-image img,
  #home-page-content .moduleID-AL08 .component ul .article-image img {
    max-width: 100%;
    height: auto;
  }
  .home-left-column ul.listings .article .tags,
  .mi1.moduleID-FL01-productions ul.listings .article .tags,
  #home-page-content .moduleID-AL08 ul.listings .article .tags,
  .home-left-column .component ul .article .tags,
  .mi1.moduleID-FL01-productions .component ul .article .tags,
  #home-page-content .moduleID-AL08 .component ul .article .tags,
  .home-left-column ul.listings .body .tags,
  .mi1.moduleID-FL01-productions ul.listings .body .tags,
  #home-page-content .moduleID-AL08 ul.listings .body .tags,
  .home-left-column .component ul .body .tags,
  .mi1.moduleID-FL01-productions .component ul .body .tags,
  #home-page-content .moduleID-AL08 .component ul .body .tags {
    color: #666666;
  }
  .home-left-column ul.listings .more-listings,
  .mi1.moduleID-FL01-productions ul.listings .more-listings,
  #home-page-content .moduleID-AL08 ul.listings .more-listings,
  .home-left-column .component ul .more-listings,
  .mi1.moduleID-FL01-productions .component ul .more-listings,
  #home-page-content .moduleID-AL08 .component ul .more-listings {
    margin: 0 15px 10px 15px;
    padding-top: 0;
  }
  .home-left-column .forward-button,
  .mi1.moduleID-FL01-productions .forward-button,
  #home-page-content .moduleID-AL08 .forward-button {
    margin: 0 15px 10px 15px;
  }
  .home-press-pack,
  #home-page-content .moduleID-AL08 .componentRow {
    margin: 0 15px;
  }
  .home-press-pack img,
  #home-page-content .moduleID-AL08 .componentRow img {
    max-width: 100%;
    height: auto;
  }
  .home-press-pack .forward-button,
  #home-page-content .moduleID-AL08 .componentRow .forward-button {
    margin: 0 0 10px 0;
  }
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .home-right-column,
  .moduleID-FL01-proginfo,
  #home-page-content .moduleID-SN03 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .home-right-column ul.listings,
  .moduleID-FL01-proginfo ul.listings,
  #home-page-content .moduleID-SN03 ul.listings,
  .home-right-column .component ul,
  .moduleID-FL01-proginfo .component ul,
  #home-page-content .moduleID-SN03 .component ul {
    margin: 0 15px;
  }
  .home-right-column ul.listings .article-image,
  .moduleID-FL01-proginfo ul.listings .article-image,
  #home-page-content .moduleID-SN03 ul.listings .article-image,
  .home-right-column .component ul .article-image,
  .moduleID-FL01-proginfo .component ul .article-image,
  #home-page-content .moduleID-SN03 .component ul .article-image {
    display: none;
  }
  .home-right-column ul.listings .article-date,
  .moduleID-FL01-proginfo ul.listings .article-date,
  #home-page-content .moduleID-SN03 ul.listings .article-date,
  .home-right-column .component ul .article-date,
  .moduleID-FL01-proginfo .component ul .article-date,
  #home-page-content .moduleID-SN03 .component ul .article-date,
  .home-right-column ul.listings .article-image,
  .moduleID-FL01-proginfo ul.listings .article-image,
  #home-page-content .moduleID-SN03 ul.listings .article-image,
  .home-right-column .component ul .article-image,
  .moduleID-FL01-proginfo .component ul .article-image,
  #home-page-content .moduleID-SN03 .component ul .article-image,
  .home-right-column ul.listings .article,
  .moduleID-FL01-proginfo ul.listings .article,
  #home-page-content .moduleID-SN03 ul.listings .article,
  .home-right-column .component ul .article,
  .moduleID-FL01-proginfo .component ul .article,
  #home-page-content .moduleID-SN03 .component ul .article,
  .home-right-column ul.listings .image,
  .moduleID-FL01-proginfo ul.listings .image,
  #home-page-content .moduleID-SN03 ul.listings .image,
  .home-right-column .component ul .image,
  .moduleID-FL01-proginfo .component ul .image,
  #home-page-content .moduleID-SN03 .component ul .image,
  .home-right-column ul.listings .body,
  .moduleID-FL01-proginfo ul.listings .body,
  #home-page-content .moduleID-SN03 ul.listings .body,
  .home-right-column .component ul .body,
  .moduleID-FL01-proginfo .component ul .body,
  #home-page-content .moduleID-SN03 .component ul .body {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .home-right-column ul.listings .more-listings,
  .moduleID-FL01-proginfo ul.listings .more-listings,
  #home-page-content .moduleID-SN03 ul.listings .more-listings,
  .home-right-column .component ul .more-listings,
  .moduleID-FL01-proginfo .component ul .more-listings,
  #home-page-content .moduleID-SN03 .component ul .more-listings {
    margin: 0 15px 10px 15px;
    padding-top: 0;
  }
  .home-right-column ul.listings .article-image img,
  .moduleID-FL01-proginfo ul.listings .article-image img,
  #home-page-content .moduleID-SN03 ul.listings .article-image img,
  .home-right-column .component ul .article-image img,
  .moduleID-FL01-proginfo .component ul .article-image img,
  #home-page-content .moduleID-SN03 .component ul .article-image img,
  .home-right-column ul.listings .image img,
  .moduleID-FL01-proginfo ul.listings .image img,
  #home-page-content .moduleID-SN03 ul.listings .image img,
  .home-right-column .component ul .image img,
  .moduleID-FL01-proginfo .component ul .image img,
  #home-page-content .moduleID-SN03 .component ul .image img {
    max-width: 100%;
    height: auto;
  }
  .home-right-column .forward-button,
  .moduleID-FL01-proginfo .forward-button,
  #home-page-content .moduleID-SN03 .forward-button {
    margin: 0 15px 10px 15px;
  }
  #mobile-nav {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #mobile-nav > li {
    background: #cc0000 url('/static/info/images/new/dropdown-seperator.png') bottom repeat-x;
  }
  #mobile-nav > li a {
    display: block;
    padding: 10px 25px 10px 10px;
    color: #ffffff;
  }
  #mobile-nav > li a:hover {
    text-decoration: none;
  }
  #mobile-nav > li > a {
    background: url('/static/info/images/new/white-right-arrow.png') right no-repeat;
  }
  #mobile-nav > li .mobile-press-menu {
    background-color: #990000;
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
  }
  #mobile-nav > li .mobile-press-menu li {
    position: relative;
    list-style: none;
  }
  #mobile-nav > li .mobile-press-menu a {
    min-height: 45px;
    border: none;
    padding-left: 60px;
    font-size: 21px;
    font-size: 2.1rem;
    color: #cc0000;
    width: auto;
    margin: 5px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    background-position: 10px;
  }
  #mobile-nav > li .mobile-press-menu a span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #999999;
  }
  #mobile-nav > li .mobile-press-menu a.to-top {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline;
    background: transparent;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
  }
  #mobile-nav > li .mobile-press-menu a.nav-listings {
    background-image: url('/static/info/images/new/listings-icon.png');
    background-repeat: no-repeat;
  }
  #mobile-nav > li .mobile-press-menu a.nav-images {
    background-image: url('/static/info/images/new/images-icon.png');
    background-repeat: no-repeat;
  }
  .full-width-column .blockID-HI03,
  .full-width-column .blockID-HI04,
  .full-width-column .blockID-HI01,
  .full-width-column .blockID-HI06 {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
  }
  .full-width-column .blockID-HI03 .moduleID-SE05,
  .full-width-column .blockID-HI04 .moduleID-SE05,
  .full-width-column .blockID-HI01 .moduleID-SE05,
  .full-width-column .blockID-HI06 .moduleID-SE05 {
    padding: 20px 0px 0px 0px;
    margin: 0px 20px;
  }
  .full-width-column .moduleID-SE05 {
    padding: 20px;
  }
  .full-width-column .featured,
  .full-width-column .moduleID-FL01-stream-proginfo .featured,
  .full-width-column .moduleID-FL01-stream .featured {
    margin: 10px 10px 0 10px;
    padding: 10px;
  }
  .full-width-column .featured .promotedPressPack,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack,
  .full-width-column .featured .promotedPressPack-details,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack-details,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack-details {
    float: none;
  }
  .full-width-column .featured .promotedPressPack,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack {
    width: 100%;
    margin-right: 0;
  }
  .full-width-column .featured .promotedPressPack img,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack img,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack img {
    max-width: 100%;
    height: auto;
  }
  .full-width-column .featured .promotedPressPack-details,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .promotedPressPack-details,
  .full-width-column .moduleID-FL01-stream .featured .promotedPressPack-details {
    width: 100%;
    margin-top: 10px;
  }
  .full-page-article > h2 {
    margin: 20px 100px 20px 20px;
  }
  .full-page-article .article-date {
    margin: 10px 20px;
  }
  .full-page-article .article-date .date {
    width: 100%;
  }
  .full-page-article .article-date .tags {
    margin-left: auto;
    margin-right: 0;
    margin-top: -15px;
    text-align: right;
    width: 70%;
    float: none;
    margin-top: -15px;
  }
  .full-page-article .article {
    width: auto;
    margin: 0 20px;
  }
  .full-page-article .article .moduleID-AI02 img {
    max-width: 100%;
    height: auto;
  }
  .full-page-article .article-tools {
    display: none;
  }
  .full-page-article .share-article {
    position: absolute;
    top: 0;
    right: 20px;
    text-align: right;
    width: auto;
  }
  .full-page-article .share-article > ul > li {
    background: none;
    vertical-align: top;
    padding-right: 0;
    margin-left: 5px;
  }
  .full-page-article .share-article > ul > li.arrow {
    position: absolute;
    left: 0;
    top: 0;
    margin: 7px -4px 0 0;
    border-left: none;
    border-right: 5px solid #cc0000;
  }
  .full-page-article .share-article,
  .full-page-article .article,
  .full-page-article .aside {
    float: none;
  }
  .full-page-article .aside {
    padding-left: 0;
    width: 99%;
  }
  .full-page-article .aside .rowHead h4,
  .full-page-article .aside .contactTitle h4,
  .full-page-article .aside .moduleID-PL04 h3.txTitle {
    display: inline-block;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured,
  .full-width-column .moduleID-FL01-stream .featured {
    position: relative;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .article-date,
  .full-width-column .moduleID-FL01-stream .featured .article-date,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .article,
  .full-width-column .moduleID-FL01-stream .featured .article,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .article-image,
  .full-width-column .moduleID-FL01-stream .featured .article-image,
  .full-width-column .moduleID-FL01-stream-proginfo .featured .feature-info,
  .full-width-column .moduleID-FL01-stream .featured .feature-info {
    float: none;
    width: 100%;
    text-align: left;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .press-pick,
  .full-width-column .moduleID-FL01-stream .featured .press-pick {
    float: none;
    position: absolute;
    top: 10px;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .article-date,
  .full-width-column .moduleID-FL01-stream .featured .article-date {
    padding: 0;
  }
  .full-width-column .moduleID-FL01-stream-proginfo .featured .feature-info,
  .full-width-column .moduleID-FL01-stream .featured .feature-info {
    margin-top: 30px;
  }
  .moduleID-FL01-stream ul.listings,
  .moduleID-FL01-stream-proginfo ul.listings,
  .moduleID-SR27 ul.listings {
    margin: 10px;
    width: auto;
  }
  .moduleID-FL01-stream ul.listings li,
  .moduleID-FL01-stream-proginfo ul.listings li,
  .moduleID-SR27 ul.listings li {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
  }
  .moduleID-FL01-stream ul.listings li .article-date,
  .moduleID-FL01-stream-proginfo ul.listings li .article-date,
  .moduleID-SR27 ul.listings li .article-date {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    color: #333333;
    padding: 5px 0;
    text-align: left;
  }
  .moduleID-FL01-stream ul.listings li .article-date .tags,
  .moduleID-FL01-stream-proginfo ul.listings li .article-date .tags,
  .moduleID-SR27 ul.listings li .article-date .tags {
    display: block;
  }
  .moduleID-FL01-stream ul.listings li .article,
  .moduleID-FL01-stream-proginfo ul.listings li .article,
  .moduleID-SR27 ul.listings li .article {
    position: relative;
    width: 54%;
    float: left;
  }
  .moduleID-FL01-stream ul.listings li .article-image,
  .moduleID-FL01-stream-proginfo ul.listings li .article-image,
  .moduleID-SR27 ul.listings li .article-image {
    width: 20%;
    min-width: 100px;
  }
  .moduleID-FL01-stream ul.listings li .article-image img,
  .moduleID-FL01-stream-proginfo ul.listings li .article-image img,
  .moduleID-SR27 ul.listings li .article-image img {
    width: 100%;
  }
  .moduleID-FL01-proginfo ul.listings li .article {
    position: relative;
    width: 100%;
  }
  #mobile-search {
    display: block;
    padding: 5px;
    background: #eeeeee;
  }
  #mobile-search .search {
    overflow: auto;
  }
  .moduleID-SR27 {
    margin: 10px;
  }
  .moduleID-SR27 ul.listings {
    margin: 10px 0;
  }
  .moduleID-VL22 ul.listings,
  .moduleID-VL24 ul.listings,
  .moduleID-VL22 ul.articles,
  .moduleID-VL24 ul.articles {
    margin: 0 0;
  }
  .moduleID-VL22 ul.listings li.article,
  .moduleID-VL24 ul.listings li.article,
  .moduleID-VL22 ul.articles li.article,
  .moduleID-VL24 ul.articles li.article {
    padding-left: 10px;
    padding-right: 10px;
  }
  .moduleID-VL22 ul.listings li.article .articleInfo,
  .moduleID-VL24 ul.listings li.article .articleInfo,
  .moduleID-VL22 ul.articles li.article .articleInfo,
  .moduleID-VL24 ul.articles li.article .articleInfo {
    width: 96%;
    text-align: left;
  }
  .moduleID-VL22 ul.listings li.article .articleInfo .articleDate,
  .moduleID-VL24 ul.listings li.article .articleInfo .articleDate,
  .moduleID-VL22 ul.articles li.article .articleInfo .articleDate,
  .moduleID-VL24 ul.articles li.article .articleInfo .articleDate {
    float: left;
  }
  .moduleID-VL22 ul.listings li.article .articleInfo .tag,
  .moduleID-VL24 ul.listings li.article .articleInfo .tag,
  .moduleID-VL22 ul.articles li.article .articleInfo .tag,
  .moduleID-VL24 ul.articles li.article .articleInfo .tag {
    float: right;
  }
  .moduleID-VL22 ul.listings li.article.pinned .articleDate,
  .moduleID-VL24 ul.listings li.article.pinned .articleDate,
  .moduleID-VL22 ul.articles li.article.pinned .articleDate,
  .moduleID-VL24 ul.articles li.article.pinned .articleDate {
    margin-top: 23px;
  }
  .moduleID-VL22 ul.listings li.article.pinned .tag,
  .moduleID-VL24 ul.listings li.article.pinned .tag,
  .moduleID-VL22 ul.articles li.article.pinned .tag,
  .moduleID-VL24 ul.articles li.article.pinned .tag {
    margin-top: 23px;
  }
  .moduleID-VL22 ul.listings li.article.pinned .press-pick,
  .moduleID-VL24 ul.listings li.article.pinned .press-pick,
  .moduleID-VL22 ul.articles li.article.pinned .press-pick,
  .moduleID-VL24 ul.articles li.article.pinned .press-pick {
    position: absolute;
    top: 0;
  }
  .moduleID-VL22 ul.listings li.article .articleImage,
  .moduleID-VL24 ul.listings li.article .articleImage,
  .moduleID-VL22 ul.articles li.article .articleImage,
  .moduleID-VL24 ul.articles li.article .articleImage {
    width: 300px;
  }
  .moduleID-VL22 ul.listings li.article .articleImage img,
  .moduleID-VL24 ul.listings li.article .articleImage img,
  .moduleID-VL22 ul.articles li.article .articleImage img,
  .moduleID-VL24 ul.articles li.article .articleImage img {
    width: 300px;
    height: auto;
  }
  .moduleID-VL22 ul.listings li.article .articleImage img.no-press-pick,
  .moduleID-VL24 ul.listings li.article .articleImage img.no-press-pick,
  .moduleID-VL22 ul.articles li.article .articleImage img.no-press-pick,
  .moduleID-VL24 ul.articles li.article .articleImage img.no-press-pick {
    display: none;
  }
  .moduleID-VL22 ul.listings li.article .articleContent,
  .moduleID-VL24 ul.listings li.article .articleContent,
  .moduleID-VL22 ul.articles li.article .articleContent,
  .moduleID-VL24 ul.articles li.article .articleContent {
    width: 96%;
  }
  .moduleID-VL22 ul.articles,
  .moduleID-VL24 ul.articles {
    margin: 0;
  }
  .moduleID-VL22 ul.articles li.article,
  .moduleID-VL24 ul.articles li.article {
    margin: 0;
    padding: 10px 0;
  }
  .moduleID-VL22 ul.articles li.article .articleImage,
  .moduleID-VL24 ul.articles li.article .articleImage {
    display: none;
  }
  .moduleID-VL22 ul.articles li.article .synopsis,
  .moduleID-VL24 ul.articles li.article .synopsis {
    float: none;
  }
  .full-width-column .image-listings,
  .full-width-column .blockID-HI04,
  .full-width-column .moduleID-HI03,
  .full-width-column .blockID-HI01,
  .full-width-column .moduleID-SR29 {
    /*margin:20px 0;*/
  
  }
  .full-width-column .image-listings .moduleID-HI04,
  .full-width-column .blockID-HI04 .moduleID-HI04,
  .full-width-column .moduleID-HI03 .moduleID-HI04,
  .full-width-column .blockID-HI01 .moduleID-HI04,
  .full-width-column .moduleID-SR29 .moduleID-HI04 {
    position: relative;
    padding-bottom: 60px;
  }
  .full-width-column .image-listings .image-list-header,
  .full-width-column .blockID-HI04 .image-list-header,
  .full-width-column .moduleID-HI03 .image-list-header,
  .full-width-column .blockID-HI01 .image-list-header,
  .full-width-column .moduleID-SR29 .image-list-header {
    position: inherit;
  }
  .full-width-column .image-listings .listings-tools,
  .full-width-column .blockID-HI04 .listings-tools,
  .full-width-column .moduleID-HI03 .listings-tools,
  .full-width-column .blockID-HI01 .listings-tools,
  .full-width-column .moduleID-SR29 .listings-tools {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    top: auto !important;
  }
  .full-width-column .image-listings .imageResults,
  .full-width-column .blockID-HI04 .imageResults,
  .full-width-column .moduleID-HI03 .imageResults,
  .full-width-column .blockID-HI01 .imageResults,
  .full-width-column .moduleID-SR29 .imageResults,
  .full-width-column .image-listings .image-list,
  .full-width-column .blockID-HI04 .image-list,
  .full-width-column .moduleID-HI03 .image-list,
  .full-width-column .blockID-HI01 .image-list,
  .full-width-column .moduleID-SR29 .image-list,
  .full-width-column .image-listings .basketFullmessage,
  .full-width-column .blockID-HI04 .basketFullmessage,
  .full-width-column .moduleID-HI03 .basketFullmessage,
  .full-width-column .blockID-HI01 .basketFullmessage,
  .full-width-column .moduleID-SR29 .basketFullmessage,
  .full-width-column .image-listings .basketMessage,
  .full-width-column .blockID-HI04 .basketMessage,
  .full-width-column .moduleID-HI03 .basketMessage,
  .full-width-column .blockID-HI01 .basketMessage,
  .full-width-column .moduleID-SR29 .basketMessage {
    margin: 10px 20px 20px 20px;
    float: none;
  }
  .full-width-column .image-listings .result,
  .full-width-column .blockID-HI04 .result,
  .full-width-column .moduleID-HI03 .result,
  .full-width-column .blockID-HI01 .result,
  .full-width-column .moduleID-SR29 .result,
  .full-width-column .image-listings .image-list li,
  .full-width-column .blockID-HI04 .image-list li,
  .full-width-column .moduleID-HI03 .image-list li,
  .full-width-column .blockID-HI01 .image-list li,
  .full-width-column .moduleID-SR29 .image-list li {
    width: 47%;
    margin: 0 0 10px 0;
  }
  .full-width-column .image-listings .result.i1,
  .full-width-column .blockID-HI04 .result.i1,
  .full-width-column .moduleID-HI03 .result.i1,
  .full-width-column .blockID-HI01 .result.i1,
  .full-width-column .moduleID-SR29 .result.i1,
  .full-width-column .image-listings .image-list li.i1,
  .full-width-column .blockID-HI04 .image-list li.i1,
  .full-width-column .moduleID-HI03 .image-list li.i1,
  .full-width-column .blockID-HI01 .image-list li.i1,
  .full-width-column .moduleID-SR29 .image-list li.i1 {
    margin-right: 2%;
  }
  .full-width-column .image-listings .result.i2,
  .full-width-column .blockID-HI04 .result.i2,
  .full-width-column .moduleID-HI03 .result.i2,
  .full-width-column .blockID-HI01 .result.i2,
  .full-width-column .moduleID-SR29 .result.i2,
  .full-width-column .image-listings .image-list li.i2,
  .full-width-column .blockID-HI04 .image-list li.i2,
  .full-width-column .moduleID-HI03 .image-list li.i2,
  .full-width-column .blockID-HI01 .image-list li.i2,
  .full-width-column .moduleID-SR29 .image-list li.i2 {
    margin-left: 2%;
  }
  .full-width-column .image-listings .result.i3,
  .full-width-column .blockID-HI04 .result.i3,
  .full-width-column .moduleID-HI03 .result.i3,
  .full-width-column .blockID-HI01 .result.i3,
  .full-width-column .moduleID-SR29 .result.i3,
  .full-width-column .image-listings .image-list li.i3,
  .full-width-column .blockID-HI04 .image-list li.i3,
  .full-width-column .moduleID-HI03 .image-list li.i3,
  .full-width-column .blockID-HI01 .image-list li.i3,
  .full-width-column .moduleID-SR29 .image-list li.i3 {
    margin-right: 2%;
    clear: left;
  }
  .full-width-column .image-listings .result.i4,
  .full-width-column .blockID-HI04 .result.i4,
  .full-width-column .moduleID-HI03 .result.i4,
  .full-width-column .blockID-HI01 .result.i4,
  .full-width-column .moduleID-SR29 .result.i4,
  .full-width-column .image-listings .image-list li.i4,
  .full-width-column .blockID-HI04 .image-list li.i4,
  .full-width-column .moduleID-HI03 .image-list li.i4,
  .full-width-column .blockID-HI01 .image-list li.i4,
  .full-width-column .moduleID-SR29 .image-list li.i4 {
    margin-left: 2%;
  }
  .full-width-column .image-listings .result .image-list-thumbnail,
  .full-width-column .blockID-HI04 .result .image-list-thumbnail,
  .full-width-column .moduleID-HI03 .result .image-list-thumbnail,
  .full-width-column .blockID-HI01 .result .image-list-thumbnail,
  .full-width-column .moduleID-SR29 .result .image-list-thumbnail,
  .full-width-column .image-listings .image-list li .image-list-thumbnail,
  .full-width-column .blockID-HI04 .image-list li .image-list-thumbnail,
  .full-width-column .moduleID-HI03 .image-list li .image-list-thumbnail,
  .full-width-column .blockID-HI01 .image-list li .image-list-thumbnail,
  .full-width-column .moduleID-SR29 .image-list li .image-list-thumbnail {
    width: 100%;
    height: 130px;
  }
  .full-width-column .image-listings .image-list li.download,
  .full-width-column .blockID-HI04 .image-list li.download,
  .full-width-column .moduleID-HI03 .image-list li.download,
  .full-width-column .blockID-HI01 .image-list li.download,
  .full-width-column .moduleID-SR29 .image-list li.download,
  .full-width-column .image-listings .image-list li.basket,
  .full-width-column .blockID-HI04 .image-list li.basket,
  .full-width-column .moduleID-HI03 .image-list li.basket,
  .full-width-column .blockID-HI01 .image-list li.basket,
  .full-width-column .moduleID-SR29 .image-list li.basket {
    width: auto;
    margin: 0;
  }
  .full-width-column .image-listings .basket-tools .clearBasket,
  .full-width-column .blockID-HI04 .basket-tools .clearBasket,
  .full-width-column .moduleID-HI03 .basket-tools .clearBasket,
  .full-width-column .blockID-HI01 .basket-tools .clearBasket,
  .full-width-column .moduleID-SR29 .basket-tools .clearBasket {
    margin-left: 20px;
  }
  .full-width-column .image-listings .basket-tools .downloadBasket,
  .full-width-column .blockID-HI04 .basket-tools .downloadBasket,
  .full-width-column .moduleID-HI03 .basket-tools .downloadBasket,
  .full-width-column .blockID-HI01 .basket-tools .downloadBasket,
  .full-width-column .moduleID-SR29 .basket-tools .downloadBasket {
    margin-right: 20px;
  }
  .full-width-column .blockID-HI03 .listings-tools,
  .full-width-column .moduleID-SR29 .listings-tools,
  .full-width-column .moduleID-SE06 .listings-tools,
  .full-width-column .moduleID-PL03 .listings-tools,
  .full-width-column .moduleID-PL13 .listings-tools {
    position: relative;
    margin: 0 20px 20px 20px;
    bottom: auto;
    left: 0;
  }
  .full-width-column .blockID-HI03 .listings-tools ul,
  .full-width-column .moduleID-SR29 .listings-tools ul,
  .full-width-column .moduleID-SE06 .listings-tools ul,
  .full-width-column .moduleID-PL03 .listings-tools ul,
  .full-width-column .moduleID-PL13 .listings-tools ul {
    display: block;
  }
  .full-width-column .blockID-HI03 .mobile-nav-dropdown,
  .full-width-column .moduleID-SR29 .mobile-nav-dropdown,
  .full-width-column .moduleID-SE06 .mobile-nav-dropdown,
  .full-width-column .moduleID-PL03 .mobile-nav-dropdown,
  .full-width-column .moduleID-PL13 .mobile-nav-dropdown,
  .full-width-column .blockID-HI03 .mobile-search-dropdown,
  .full-width-column .moduleID-SR29 .mobile-search-dropdown,
  .full-width-column .moduleID-SE06 .mobile-search-dropdown,
  .full-width-column .moduleID-PL03 .mobile-search-dropdown,
  .full-width-column .moduleID-PL13 .mobile-search-dropdown {
    margin: 0 20px;
    width: auto;
    padding: 5px;
    border-width: 2px;
    border-color: #666666;
    border-style: solid;
    background: #eeeeee;
    display: block;
  }
  .full-width-column .blockID-HI03 .mobile-nav-dropdown li,
  .full-width-column .moduleID-SR29 .mobile-nav-dropdown li,
  .full-width-column .moduleID-SE06 .mobile-nav-dropdown li,
  .full-width-column .moduleID-PL03 .mobile-nav-dropdown li,
  .full-width-column .moduleID-PL13 .mobile-nav-dropdown li,
  .full-width-column .blockID-HI03 .mobile-search-dropdown li,
  .full-width-column .moduleID-SR29 .mobile-search-dropdown li,
  .full-width-column .moduleID-SE06 .mobile-search-dropdown li,
  .full-width-column .moduleID-PL03 .mobile-search-dropdown li,
  .full-width-column .moduleID-PL13 .mobile-search-dropdown li {
    font-size: 18px;
    font-size: 1.8rem;
    display: none;
    float: none;
    text-align: left;
    width: auto;
  }
  .full-width-column .blockID-HI03 .mobile-nav-dropdown li a,
  .full-width-column .moduleID-SR29 .mobile-nav-dropdown li a,
  .full-width-column .moduleID-SE06 .mobile-nav-dropdown li a,
  .full-width-column .moduleID-PL03 .mobile-nav-dropdown li a,
  .full-width-column .moduleID-PL13 .mobile-nav-dropdown li a,
  .full-width-column .blockID-HI03 .mobile-search-dropdown li a,
  .full-width-column .moduleID-SR29 .mobile-search-dropdown li a,
  .full-width-column .moduleID-SE06 .mobile-search-dropdown li a,
  .full-width-column .moduleID-PL03 .mobile-search-dropdown li a,
  .full-width-column .moduleID-PL13 .mobile-search-dropdown li a {
    color: #000000;
    display: block;
    padding: 5px 3px;
    border: none;
  }
  .full-width-column .blockID-HI03 .mobile-nav-dropdown li a:hover,
  .full-width-column .moduleID-SR29 .mobile-nav-dropdown li a:hover,
  .full-width-column .moduleID-SE06 .mobile-nav-dropdown li a:hover,
  .full-width-column .moduleID-PL03 .mobile-nav-dropdown li a:hover,
  .full-width-column .moduleID-PL13 .mobile-nav-dropdown li a:hover,
  .full-width-column .blockID-HI03 .mobile-search-dropdown li a:hover,
  .full-width-column .moduleID-SR29 .mobile-search-dropdown li a:hover,
  .full-width-column .moduleID-SE06 .mobile-search-dropdown li a:hover,
  .full-width-column .moduleID-PL03 .mobile-search-dropdown li a:hover,
  .full-width-column .moduleID-PL13 .mobile-search-dropdown li a:hover {
    text-decoration: none;
    background: #cc0000;
    color: #ffffff;
  }
  .full-width-column .blockID-HI03 .mobile-nav-dropdown li.selected,
  .full-width-column .moduleID-SR29 .mobile-nav-dropdown li.selected,
  .full-width-column .moduleID-SE06 .mobile-nav-dropdown li.selected,
  .full-width-column .moduleID-PL03 .mobile-nav-dropdown li.selected,
  .full-width-column .moduleID-PL13 .mobile-nav-dropdown li.selected,
  .full-width-column .blockID-HI03 .mobile-search-dropdown li.selected,
  .full-width-column .moduleID-SR29 .mobile-search-dropdown li.selected,
  .full-width-column .moduleID-SE06 .mobile-search-dropdown li.selected,
  .full-width-column .moduleID-PL03 .mobile-search-dropdown li.selected,
  .full-width-column .moduleID-PL13 .mobile-search-dropdown li.selected {
    display: block;
  }
  .full-width-column .blockID-HI03 .mobile-nav-dropdown li.selected a,
  .full-width-column .moduleID-SR29 .mobile-nav-dropdown li.selected a,
  .full-width-column .moduleID-SE06 .mobile-nav-dropdown li.selected a,
  .full-width-column .moduleID-PL03 .mobile-nav-dropdown li.selected a,
  .full-width-column .moduleID-PL13 .mobile-nav-dropdown li.selected a,
  .full-width-column .blockID-HI03 .mobile-search-dropdown li.selected a,
  .full-width-column .moduleID-SR29 .mobile-search-dropdown li.selected a,
  .full-width-column .moduleID-SE06 .mobile-search-dropdown li.selected a,
  .full-width-column .moduleID-PL03 .mobile-search-dropdown li.selected a,
  .full-width-column .moduleID-PL13 .mobile-search-dropdown li.selected a,
  .full-width-column .blockID-HI03 .mobile-nav-dropdown li.selected a.hover,
  .full-width-column .moduleID-SR29 .mobile-nav-dropdown li.selected a.hover,
  .full-width-column .moduleID-SE06 .mobile-nav-dropdown li.selected a.hover,
  .full-width-column .moduleID-PL03 .mobile-nav-dropdown li.selected a.hover,
  .full-width-column .moduleID-PL13 .mobile-nav-dropdown li.selected a.hover,
  .full-width-column .blockID-HI03 .mobile-search-dropdown li.selected a.hover,
  .full-width-column .moduleID-SR29 .mobile-search-dropdown li.selected a.hover,
  .full-width-column .moduleID-SE06 .mobile-search-dropdown li.selected a.hover,
  .full-width-column .moduleID-PL03 .mobile-search-dropdown li.selected a.hover,
  .full-width-column .moduleID-PL13 .mobile-search-dropdown li.selected a.hover {
    background: url('/static/info/images/new/dropdown-arrow.png') right 5px no-repeat;
    padding: 0 30px 0 3px;
    color: #000000;
  }
  .full-width-column .blockID-HI03 .mobile-search-dropdown,
  .full-width-column .moduleID-SR29 .mobile-search-dropdown,
  .full-width-column .moduleID-SE06 .mobile-search-dropdown,
  .full-width-column .moduleID-PL03 .mobile-search-dropdown,
  .full-width-column .moduleID-PL13 .mobile-search-dropdown {
    margin: 10px;
  }
  .full-width-column .moduleID-SE05 .search-wrapper {
    width: auto;
  }
  .full-width-column .moduleID-SE05 .search p,
  .full-width-column .moduleID-SE05 .search form {
    float: none;
  }
  .full-width-column .moduleID-SE05 .search p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .full-width-column .moduleID-SE05 .search {
    margin: 0;
  }
  .image-results .moduleID-SE05 .search {
    margin: 0;
  }
  .search-list-nav {
    margin: 0 10px;
    width: auto;
  }
  .search-list-nav li {
    width: 25%;
  }
  .search-list-nav li.first {
    width: 25%;
  }
  div.moduleID-PL01,
  div.moduleID-PL07,
  div.moduleID-PL10,
  div.moduleID-PL05,
  div.moduleID-PL12,
  div.moduleID-AI03.shallow {
    margin: 0 0px;
  }
  div.moduleID-PL01 div.onoff-switch,
  div.moduleID-PL07 div.onoff-switch,
  div.moduleID-PL10 div.onoff-switch,
  div.moduleID-PL05 div.onoff-switch,
  div.moduleID-PL12 div.onoff-switch,
  div.moduleID-AI03.shallow div.onoff-switch {
    margin-right: 5px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  div.moduleID-PL01 div.info,
  div.moduleID-PL07 div.info,
  div.moduleID-PL10 div.info,
  div.moduleID-PL05 div.info,
  div.moduleID-PL12 div.info,
  div.moduleID-AI03.shallow div.info {
    margin-top: 30px;
    margin-left: 5px;
  }
  div.moduleID-PL01 div.provisional,
  div.moduleID-PL07 div.provisional,
  div.moduleID-PL10 div.provisional,
  div.moduleID-PL05 div.provisional,
  div.moduleID-PL12 div.provisional,
  div.moduleID-AI03.shallow div.provisional {
    margin-top: -20px;
  }
  div.moduleID-PL01 div.descriptions,
  div.moduleID-PL07 div.descriptions,
  div.moduleID-PL10 div.descriptions,
  div.moduleID-PL05 div.descriptions,
  div.moduleID-PL12 div.descriptions,
  div.moduleID-AI03.shallow div.descriptions {
    width: 100%;
  }
  div.moduleID-PL01 span.coming-soon,
  div.moduleID-PL07 span.coming-soon,
  div.moduleID-PL10 span.coming-soon,
  div.moduleID-PL05 span.coming-soon,
  div.moduleID-PL12 span.coming-soon,
  div.moduleID-AI03.shallow span.coming-soon,
  div.moduleID-PL01 a.r2a-link,
  div.moduleID-PL07 a.r2a-link,
  div.moduleID-PL10 a.r2a-link,
  div.moduleID-PL05 a.r2a-link,
  div.moduleID-PL12 a.r2a-link,
  div.moduleID-AI03.shallow a.r2a-link {
    display: none;
  }
  div.moduleID-PL02 .nav-dropdown {
    width: 88%;
  }
  div.moduleID-PL03 div.full-width-column,
  div.moduleID-PL13 div.full-width-column {
    margin-bottom: 0px;
  }
  div.moduleID-PL04 .pastProgrammes,
  div.moduleID-PL04 .upcomingProgrammes {
    background: none;
  }
  div.moduleID-PL04 h3.txTitle {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 21px;
    font-size: 2.1rem;
    display: block;
  }
  div.moduleID-PL04 .programme {
    padding: 5px 0 20px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  div.moduleID-PL04 .programme .F4,
  div.moduleID-PL04 .programme .F1,
  div.moduleID-PL04 .programme .C4,
  div.moduleID-PL04 .programme .M4,
  div.moduleID-PL04 .programme .Mu4,
  div.moduleID-PL04 .programme .E4,
  div.moduleID-PL04 .programme .F7 {
    background-position: 5px 5px;
  }
  div.moduleID-PL04 .programme .title {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
    margin-right: 0;
  }
  div.moduleID-PL04 .programme .additionalProgrammeInfo {
    margin-top: 5px;
  }
  div.moduleID-PL04 .additionalInfoTrigger a {
    background: none;
    padding: 0;
    color: #cc0000;
    font-size: 12px;
    font-size: 1.2rem;
  }
  div.moduleID-PL04 .indicators {
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 0;
  }
  div.moduleID-PL04 .indicators ul {
    font-weight: bold;
    color: #ffffff;
    font-size: 10px;
    font-size: 1rem;
  }
  div.moduleID-PL04 .indicators ul li {
    display: inline-block;
    background: #666666;
    width: 18px;
    padding: 2px 0;
  }
  ul.channel-list-nav {
    margin-top: 15px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  ul.channel-list-nav li {
    width: 16.6% !important;
  }
  ul.channel-list-nav li a {
    height: 38px !important;
  }
  ul.channel-list-nav li a.C4,
  ul.channel-list-nav li a.channel-4 {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -600px -300px;
    background-color: transparent;
    width: 29px;
  }
  ul.channel-list-nav li a.C4:hover,
  ul.channel-list-nav li a.channel-4:hover,
  ul.channel-list-nav li a.C4.selected,
  ul.channel-list-nav li a.channel-4.selected {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -700px -300px;
    background-color: transparent;
  }
  ul.channel-list-nav li a.E4,
  ul.channel-list-nav li a.e4 {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -800px -300px;
    background-color: transparent;
    width: 40px;
  }
  ul.channel-list-nav li a.E4:hover,
  ul.channel-list-nav li a.e4:hover,
  ul.channel-list-nav li a.E4.selected,
  ul.channel-list-nav li a.e4.selected {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -900px -300px;
    background-color: transparent;
  }
  ul.channel-list-nav li a.M4,
  ul.channel-list-nav li a.more-4 {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: 0px -400px;
    background-color: transparent;
    width: 36px;
  }
  ul.channel-list-nav li a.M4:hover,
  ul.channel-list-nav li a.more-4:hover,
  ul.channel-list-nav li a.M4.selected,
  ul.channel-list-nav li a.more-4.selected {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -100px -400px;
    background-color: transparent;
  }
  ul.channel-list-nav li a.F4,
  ul.channel-list-nav li a.film-4 {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -300px -400px;
    background-color: transparent;
    width: 39px;
  }
  ul.channel-list-nav li a.F4:hover,
  ul.channel-list-nav li a.film-4:hover,
  ul.channel-list-nav li a.F4.selected,
  ul.channel-list-nav li a.film-4.selected {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -200px -400px;
    background-color: transparent;
  }
  ul.channel-list-nav li a.\34 S,
  ul.channel-list-nav li a.four-seven {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -400px -400px;
    background-color: transparent;
    width: 31px;
  }
  ul.channel-list-nav li a.\34 S:hover,
  ul.channel-list-nav li a.four-seven:hover,
  ul.channel-list-nav li a.\34 S.selected,
  ul.channel-list-nav li a.four-seven.selected {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -500px -400px;
    background-color: transparent;
  }
  ul.channel-list-nav li a.\34 M,
  ul.channel-list-nav li a.four-music {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -600px -400px;
    background-color: transparent;
    width: 38px;
  }
  ul.channel-list-nav li a.\34 M:hover,
  ul.channel-list-nav li a.four-music:hover,
  ul.channel-list-nav li a.\34 M.selected,
  ul.channel-list-nav li a.four-music.selected {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -700px -400px;
    background-color: transparent;
  }
  ul.article-tools {
    display: none;
  }
  .ui-datepicker {
    width: 96% !important;
    left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ui-datepicker .ui-state-default {
    width: auto !important;
  }
  .widget,
  .aside .module .component {
    padding: 20px;
  }
  .moduleID-FL01-carouselhero .componentRow .component .body .synopsis {
    display: none;
  }
  .blockID-FL01 {
    margin-bottom: 0 !important;
  }
  .home-page .moduleID-FL01-productions {
    margin-bottom: -10px !important;
  }
  .home-page .moduleID-AL08 {
    margin-bottom: -10px !important;
  }
  .home-page ul#mobile-nav {
    margin-top: 0px;
  }
  .home-page .mi2.moduleID-FL01-proginfo .component ul div.image,
  .home-page .mi1.moduleID-FL01-productions .component ul div.image {
    float: left;
    width: 30%;
    min-width: 90px;
    max-width: 164px;
    margin-right: 5%;
  }
  .home-page .mi2.moduleID-FL01-proginfo .component ul div.body,
  .home-page .mi1.moduleID-FL01-productions .component ul div.body {
    float: left;
    display: inline-block;
    width: 60%;
  }
  .home-page .mi2.moduleID-FL01-proginfo h3,
  .home-page .mi1.moduleID-FL01-productions h3 {
    margin-bottom: 2px;
  }
  div#colorbox div.article-image img {
    width: 100%;
    height: auto;
  }
  .full-page-article .article-date .tags {
    float: none;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    width: 100%;
  }
  #cboxLoadedContent {
    float: none;
  }
  #cboxLoadedContent .article,
  #cboxLoadedContent .aside {
    float: none;
    width: auto;
    padding: 0 10px;
  }
  #cboxLoadedContent .article-image img {
    max-width: 100%;
    height: auto;
  }
  .cbox-loader {
    padding: 10px 20px;
  }
  .blockID-CL01 {
    margin-left: 0;
    margin-right: 0;
  }
  .blockID-CL01 .contactLogin {
    margin-left: 5%;
  }
  .blockID-CL01 ul {
    width: 95%;
    margin-left: 5%;
  }
  div.moduleID-PL01,
  div.moduleID-PL03,
  div.moduleID-PL07,
  div.moduleID-PL10,
  div.moduleID-PL05,
  div.moduleID-PL12,
  div.moduleID-AI03.shallow {
    margin: 0 20px;
  }
  #home-page-content a.forward-button {
    display: block;
  }
  #home-page-content a.forward-button span {
    display: block;
  }
  div.moduleID-PL12 {
    margin-top: -20px;
  }
  div.moduleID-PL12 .programme {
    padding-right: 0;
  }
  body .full-width-column div.moduleID-PL03 ul.mobile-nav-dropdown,
  body .full-width-column div.moduleID-PL13 ul.mobile-nav-dropdown {
    margin: 0;
  }
  body .full-width-column div.moduleID-PL03 ul.mobile-nav-dropdown li.selected a,
  body .full-width-column div.moduleID-PL13 ul.mobile-nav-dropdown li.selected a {
    background-color: transparent !important;
    color: #000 !important;
    margin: 0;
  }
  body .full-width-column div.moduleID-PL13 ul.mobile-nav-dropdown li {
    margin: 0;
  }
  div.moduleID-PL13 .full-width-column {
    margin-bottom: 0 !important;
  }
  div.moduleID-PL13 .pre-listings-nav {
    margin: 20px 20px 0 20px;
  }
  div.moduleID-PL13 .pre-listings-nav .channel-list-nav {
    margin: 0 !important;
  }
  div.moduleID-PL13 .pre-listings-nav .channel-list-subnav {
    margin: 0 !important;
  }
  .moduleID-FL01-proginfo .component ul .body {
    float: left;
    width: auto;
    margin-right: 0;
  }
}
div.moduleID-PL05 .modificationsOnChangeTime .subtitle {
  border-top: 1px solid #E1E1E1;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 16px;
  padding: 10px 0;
}
div.moduleID-PL05 div.programme div.indicators ul {
  float: none;
  display: inline-block;
}
div.moduleID-PL05 div.programme div.indicators ul li {
  display: inline-block;
  float: none;
  margin-right: 0px;
}
/* Microsites */
body.home #logo a.logo {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: 0px -300px;
  background-color: transparent;
}
body.home h1 {
  background: #000000;
}
body.home #header-nav .nav-listings,
body.home #header-nav .nav-images,
body.home #header-nav .header-sub-nav {
  display: none;
}
body.home .search .checkbox-wrapper,
body.home #mobile-nav {
  display: none;
}
body.home ul.image-list-nav li a:hover,
body.home .search-list-nav li a:hover,
body.home ul.image-list-nav li a.selected,
body.home .search-list-nav li a.selected ul.image-list-nav li.selected a,
body.home .search-list-nav li.selected a {
  background: #000000;
}
body.home ul.paginated a.more-link {
  color: #000000;
}
body.home ul.paginated a.more-link span {
  background: url('/static/info/images/new/black-down-arrow.png') right center no-repeat;
}
body.corporate #logo a.logo {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -200px -300px;
  background-color: transparent;
}
body.corporate h1 {
  background: #3f006d;
}
body.corporate #header-nav .nav-listings,
body.corporate #header-nav .nav-images,
body.corporate #header-nav .header-sub-nav {
  display: none;
}
body.corporate .search .checkbox-wrapper,
body.corporate #mobile-nav {
  display: none;
}
body.corporate ul.image-list-nav li a:hover,
body.corporate .search-list-nav li a:hover,
body.corporate ul.image-list-nav li a.selected,
body.corporate .search-list-nav li a.selected ul.image-list-nav li.selected a,
body.corporate .search-list-nav li.selected a {
  background: #3f006d;
}
body.corporate ul.paginated a.more-link {
  color: #3f006d;
}
body.corporate ul.paginated a.more-link span {
  background: url('/static/info/images/new/purple-down-arrow.png') right center no-repeat;
}
body.commissioning #logo a.logo {
  background-image: url('/static/info/images/new/sprite-sheet.png');
  background-repeat: no-repeat;
  background-position: -100px -300px;
  background-color: transparent;
}
body.commissioning h1 {
  background: #a0c200;
}
body.commissioning #header-nav .nav-listings,
body.commissioning #header-nav .nav-images,
body.commissioning #header-nav .header-sub-nav {
  display: none;
}
body.commissioning .search .checkbox-wrapper,
body.commissioning #mobile-nav {
  display: none;
}
body.commissioning ul.image-list-nav li a:hover,
body.commissioning .search-list-nav li a:hover,
body.commissioning ul.image-list-nav li a.selected,
body.commissioning .search-list-nav li a.selected ul.image-list-nav li.selected a,
body.commissioning .search-list-nav li.selected a {
  background: #a0c200;
}
body.commissioning ul.paginated a.more-link {
  color: #a0c200;
}
body.commissioning ul.paginated a.more-link span {
  background: url('/static/info/images/new/green-down-arrow.png') right center no-repeat;
}
@media only screen and (max-width: 759px) {
  body.home #logo a.logo {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -300px -300px;
    background-color: transparent;
  }
  body.home .moduleID-SE06 .mobile-nav-dropdown li.selected a,
  body.home .moduleID-SE06 .mobile-search-dropdown li.selected a,
  body.home .moduleID-SE06 .mobile-nav-dropdown li.selected a.hover,
  body.home .moduleID-SE06 .mobile-search-dropdown li.selected a.hover {
    background: url('/static/info/images/new/black-dropdown-arrow.png') right 5px no-repeat;
  }
  body.home .moduleID-SE06 .mobile-search-dropdown {
    margin: 10px;
  }
  body.corporate #logo a.logo {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -500px -300px;
    background-color: transparent;
  }
  body.corporate .moduleID-SE06 .mobile-nav-dropdown li.selected a,
  body.corporate .moduleID-SE06 .mobile-search-dropdown li.selected a,
  body.corporate .moduleID-SE06 .mobile-nav-dropdown li.selected a.hover,
  body.corporate .moduleID-SE06 .mobile-search-dropdown li.selected a.hover {
    background: url('/static/info/images/new/purple-dropdown-arrow.png') right 5px no-repeat;
  }
  body.corporate .moduleID-SE06 .mobile-search-dropdown {
    margin: 10px;
  }
  body.commissioning #logo a.logo {
    background-image: url('/static/info/images/new/sprite-sheet.png');
    background-repeat: no-repeat;
    background-position: -400px -300px;
    background-color: transparent;
  }
  body.commissioning .moduleID-SE06 .mobile-nav-dropdown li.selected a,
  body.commissioning .moduleID-SE06 .mobile-search-dropdown li.selected a,
  body.commissioning .moduleID-SE06 .mobile-nav-dropdown li.selected a.hover,
  body.commissioning .moduleID-SE06 .mobile-search-dropdown li.selected a.hover {
    background: url('/static/info/images/new/green-dropdown-arrow.png') right 5px no-repeat;
  }
  body.commissioning .moduleID-SE06 .mobile-search-dropdown {
    margin: 10px;
  }
  .moduleID-AI12 {
    margin: 30px 20px 20px 20px;
  }
  .moduleID-AI12 .componentRow .image.leftFloat {
    width: 100%;
  }
  .moduleID-AI12 .componentRow .image.leftFloat img {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
}
@media only screen and (max-device-width: 1024px) {
  .full-width-column .image-listings .image-list-tools,
  .full-width-column .blockID-HI04 .image-list-tools,
  .full-width-column .moduleID-HI03 .image-list-tools,
  .full-width-column .blockID-HI01 .image-list-tools,
  .full-width-column .moduleID-SR29 .image-list-tools {
    display: none;
  }
  ul.article-tools,
  a.view-basket {
    display: none;
  }
  #cboxLoadedContent .buttonBar {
    display: none;
  }
}
/* BUG FIXES */
/* IE7 */
#logo *,
#header-nav li,
h2,
ul.listings .more-listings,
.carousel-content h1,
.carousel-nav li,
.page-nav .nav-dropdown,
a.back-link,
ul.image-list li,
ul.image-list-tools li,
ul.article-tools li,
.onoff-switch li,
.share-article > ul > li,
.share-article > ul > li a {
  zoom: 1;
  *display: inline;
}
