article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  background: white;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: black; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

html {
  height: 100%;
  min-height: 100%;
  background: #eceded; }

body {
  height: 100%;
  overflow: auto; }

.wrapper {
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  background-image: none;
  background: #eceded; }

h1 {
  font-size: 30px;
  font-size: 3rem;
  margin: 1px 0 20px;
  margin:  0.1rem 0 2rem; }

h2 {
  font-size: 23px;
  font-size: 2.3rem;
  margin: 1px 0 20px;
  margin:  0.1rem 0 2rem; }

h3 {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 1px 0 10px;
  margin:  0.1rem 0 1rem; }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 1px 0 10px;
  margin:  0.1rem 0 1rem; }

p {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 10px;
  margin:  0 0 1rem; }

.cf:before, .tile:before, .explore-items:before, .cf:after, .tile:after, .explore-items:after {
  content: " ";
  display: table; }

.cf:after, .tile:after, .explore-items:after {
  clear: both; }

.cf, .tile, .explore-items {
  *zoom: 1; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  display: block;
  opacity: 1; }

.flowchart-answer-image-fullspan {
  position: absolute; }

.fullspanbox {
  padding: 30px 15px 0px 15px;
  text-align: center; }
  .fullspanbox .flowchart p {
    font-size: 1.9rem;
    font-weight: bold; }
  @media screen and (max-width: 37em) {
    .fullspanbox .flowchart h1 {
      font-size: 20px;
      font-size: 2rem; }
    .fullspanbox .flowchart p {
      font-size: 17px;
      font-size: 1.7rem; } }

.fbyes {
  -webkit-transition: all 0.5s ease-in-out;
  width: 200px;
  background-color: #ff0000;
  text-align: center;
  padding: 15px;
  color: white;
  font-weight: bold;
  display: inline-block; }
  .fbyes:hover {
    cursor: pointer;
    background-color: rgba(255, 40, 4, 0.8); }
  @media screen and (max-width: 37em) {
    .fbyes {
      margin-left: 0px; } }

.fbno {
  -webkit-transition: all 0.5s ease-in-out;
  width: 200px;
  background-color: #aaa;
  text-align: center;
  padding: 15px;
  color: white;
  font-weight: bold;
  margin-left: 25px;
  display: inline-block; }
  .fbno:hover {
    cursor: pointer;
    background-color: #bbb; }
  @media screen and (max-width: 37em) {
    .fbno {
      margin-top: 15px;
      margin-left: 0px; } }

.centeredbuttons {
  text-align: center;
  margin-bottom: 30px; }

#main {
  padding: 0 3.125%;
  padding-top: 98px;
  padding-top: 9.8rem; }

@media screen and (max-width: 37em) {
  .tiles {
    background-color: #eceded; } }
@media screen and (min-width: 44em) {
  .tlw, #main, #content_recipient {
    padding: 0;
    height: 100%;
    width: 100%; } }
@media screen and (max-width: 44em) {
  #content_recipient {
    padding: 0;
    height: 100%; }

  .wrapper {
    width: 100%; }
    .wrapper > * {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box; } }
.main-header {
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 14px;
  margin-bottom: 1.4rem; }

.main-footer {
  padding: 0 3.125%; }

@media screen and (min-width: 44em) {
  .wrapper {
    overflow: visible;
    height: 100%; }

  .main-header {
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    min-height: 110px;
    min-height: 11rem; }

  .tiles {
    clear: both;
    height: 610px;
    left: 20px;
    padding-top: 120px;
    padding-top: 12rem;
    min-width: 1581px !important;
    position: relative;
    width: 2080px; }

  .main-footer {
    width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); }

  .footer-nav {
    line-height: 20px;
    line-height: 2rem;
    margin: -10px 0 0 30px;
    margin:  -1rem 0 0 3rem;
    position: absolute;
    top: 40%; } }
.tile {
  position: relative; }

@media screen and (min-width: 44em) {
  .off-canvas {
    display: none; }

  #primaryGrid {
    position: relative;
    height: 100%; }

  .tile {
    position: absolute; }

  .tile {
    width: 100%; }

  .tile {
    height: 31.14754%;
    max-height: 190px; }
    .tile .title {
      font-size: 22px;
      font-size: 2.2rem; }
    .tile .programme_name {
      font-size: 20px;
      font-size: 2rem; }

  .tile-tall, .tile-1x2, .l-layout_01 #tile-03, .l-layout_01 #tile-05, .l-layout_01 #tile-09, .l-layout_01 #tile-11, .tpl_one #tile-03, .tpl_one #tile-05, .tpl_one #tile-12, .tpl_one #tile-15, .tpl_one #tile-16, .tpl_one #tile-20, .tpl_one #tile-23, .tpl_40 #tile-05, .tpl_40 #tile-08, .tpl_40 #tile-12, .tpl_40 #tile-13, .tpl_40 #tile-17, .tpl_40 #tile-18, .tpl_40 #tile-23, .tpl_40 #tile-25, .tpl_40 #tile-29, .tpl_40 #tile-35, .tpl_40 #tile-36, .tpl_40 #tile-40, .tile-2x2, .l-layout_01 #tile-07, .tpl_one #tile-07, .tpl_one #tile-08, .tpl_one #tile-13, .tpl_one #tile-17, .tpl_one #tile-21, .tpl_one #tile-25, .tpl_40 #tile-01, .tpl_40 #tile-06, .tpl_40 #tile-10, .tpl_40 #tile-14, .tpl_40 #tile-20, .tpl_40 #tile-27, .tpl_40 #tile-31 {
    height: 65.57377%;
    max-height: 400px; }

  .tile-tallest, .tile-2x3, .l-layout_01 #tile-04, .l-layout_01 #tile-10, .tpl_one #tile-04, .tpl_one #tile-22, .tpl_40 #tile-21, .tpl_40 #tile-30, .tpl_40 #tile-38, .tile-3x3, .l-layout_01 #tile-01, .tpl_one #tile-01, .tpl_40 #tile-07, .tpl_40 #tile-24 {
    height: 100%;
    max-height: 610px; }

  .tile.tile-static .media-body, .tile.tile-1x2 .media-body, .l-layout_01 .tile#tile-03 .media-body, .l-layout_01 .tile#tile-05 .media-body, .l-layout_01 .tile#tile-09 .media-body, .l-layout_01 .tile#tile-11 .media-body, .tpl_one .tile#tile-03 .media-body, .tpl_one .tile#tile-05 .media-body, .tpl_one .tile#tile-12 .media-body, .tpl_one .tile#tile-15 .media-body, .tpl_one .tile#tile-16 .media-body, .tpl_one .tile#tile-20 .media-body, .tpl_one .tile#tile-23 .media-body, .tpl_40 .tile#tile-05 .media-body, .tpl_40 .tile#tile-08 .media-body, .tpl_40 .tile#tile-12 .media-body, .tpl_40 .tile#tile-13 .media-body, .tpl_40 .tile#tile-17 .media-body, .tpl_40 .tile#tile-18 .media-body, .tpl_40 .tile#tile-23 .media-body, .tpl_40 .tile#tile-25 .media-body, .tpl_40 .tile#tile-29 .media-body, .tpl_40 .tile#tile-35 .media-body, .tpl_40 .tile#tile-36 .media-body, .tpl_40 .tile#tile-40 .media-body, .tile.tile-2x1 .media-body, .l-layout_01 .tile#ad-01 .media-body, .tpl_one .tile#ad-01 .media-body, .tpl_one .tile#ad-02 .media-body, .tpl_one .tile#ad-03 .media-body, .tpl_one .tile#ad-04 .media-body, .tpl_one .tile#tile-26 .media-body, .tpl_40 .tile#ad-01 .media-body, .tpl_40 .tile#ad-02 .media-body, .tpl_40 .tile#ad-03 .media-body, .tpl_40 .tile#ad-04 .media-body, .tpl_40 .tile#ad-05 .media-body, .tile.tile-2x3 .media-body, .l-layout_01 .tile#tile-04 .media-body, .l-layout_01 .tile#tile-10 .media-body, .tpl_one .tile#tile-04 .media-body, .tpl_one .tile#tile-22 .media-body, .tpl_40 .tile#tile-21 .media-body, .tpl_40 .tile#tile-30 .media-body, .tpl_40 .tile#tile-38 .media-body {
    background-color: white;
    padding: 5%;
    width: auto; }

  .tile > a, .tile .media {
    height: 100%;
    max-height: 610px; }

  .tile-1x2 .media-body, .l-layout_01 #tile-03 .media-body, .l-layout_01 #tile-05 .media-body, .l-layout_01 #tile-09 .media-body, .l-layout_01 #tile-11 .media-body, .tpl_one #tile-03 .media-body, .tpl_one #tile-05 .media-body, .tpl_one #tile-12 .media-body, .tpl_one #tile-15 .media-body, .tpl_one #tile-16 .media-body, .tpl_one #tile-20 .media-body, .tpl_one #tile-23 .media-body, .tpl_40 #tile-05 .media-body, .tpl_40 #tile-08 .media-body, .tpl_40 #tile-12 .media-body, .tpl_40 #tile-13 .media-body, .tpl_40 #tile-17 .media-body, .tpl_40 #tile-18 .media-body, .tpl_40 #tile-23 .media-body, .tpl_40 #tile-25 .media-body, .tpl_40 #tile-29 .media-body, .tpl_40 #tile-35 .media-body, .tpl_40 #tile-36 .media-body, .tpl_40 #tile-40 .media-body {
    min-height: 171px; }
  .tile-1x2 .title, .l-layout_01 #tile-03 .title, .l-layout_01 #tile-05 .title, .l-layout_01 #tile-09 .title, .l-layout_01 #tile-11 .title, .tpl_one #tile-03 .title, .tpl_one #tile-05 .title, .tpl_one #tile-12 .title, .tpl_one #tile-15 .title, .tpl_one #tile-16 .title, .tpl_one #tile-20 .title, .tpl_one #tile-23 .title, .tpl_40 #tile-05 .title, .tpl_40 #tile-08 .title, .tpl_40 #tile-12 .title, .tpl_40 #tile-13 .title, .tpl_40 #tile-17 .title, .tpl_40 #tile-18 .title, .tpl_40 #tile-23 .title, .tpl_40 #tile-25 .title, .tpl_40 #tile-29 .title, .tpl_40 #tile-35 .title, .tpl_40 #tile-36 .title, .tpl_40 #tile-40 .title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px; }
  .tile-1x2 .programme_name, .l-layout_01 #tile-03 .programme_name, .l-layout_01 #tile-05 .programme_name, .l-layout_01 #tile-09 .programme_name, .l-layout_01 #tile-11 .programme_name, .tpl_one #tile-03 .programme_name, .tpl_one #tile-05 .programme_name, .tpl_one #tile-12 .programme_name, .tpl_one #tile-15 .programme_name, .tpl_one #tile-16 .programme_name, .tpl_one #tile-20 .programme_name, .tpl_one #tile-23 .programme_name, .tpl_40 #tile-05 .programme_name, .tpl_40 #tile-08 .programme_name, .tpl_40 #tile-12 .programme_name, .tpl_40 #tile-13 .programme_name, .tpl_40 #tile-17 .programme_name, .tpl_40 #tile-18 .programme_name, .tpl_40 #tile-23 .programme_name, .tpl_40 #tile-25 .programme_name, .tpl_40 #tile-29 .programme_name, .tpl_40 #tile-35 .programme_name, .tpl_40 #tile-36 .programme_name, .tpl_40 #tile-40 .programme_name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px; }
  .tile-1x2 .excerpt, .l-layout_01 #tile-03 .excerpt, .l-layout_01 #tile-05 .excerpt, .l-layout_01 #tile-09 .excerpt, .l-layout_01 #tile-11 .excerpt, .tpl_one #tile-03 .excerpt, .tpl_one #tile-05 .excerpt, .tpl_one #tile-12 .excerpt, .tpl_one #tile-15 .excerpt, .tpl_one #tile-16 .excerpt, .tpl_one #tile-20 .excerpt, .tpl_one #tile-23 .excerpt, .tpl_40 #tile-05 .excerpt, .tpl_40 #tile-08 .excerpt, .tpl_40 #tile-12 .excerpt, .tpl_40 #tile-13 .excerpt, .tpl_40 #tile-17 .excerpt, .tpl_40 #tile-18 .excerpt, .tpl_40 #tile-23 .excerpt, .tpl_40 #tile-25 .excerpt, .tpl_40 #tile-29 .excerpt, .tpl_40 #tile-35 .excerpt, .tpl_40 #tile-36 .excerpt, .tpl_40 #tile-40 .excerpt {
    font-size: 13px;
    font-size: 1.3rem; }

  .tile-2x2 .title, .l-layout_01 #tile-07 .title, .tpl_one #tile-07 .title, .tpl_one #tile-08 .title, .tpl_one #tile-13 .title, .tpl_one #tile-17 .title, .tpl_one #tile-21 .title, .tpl_one #tile-25 .title, .tpl_40 #tile-01 .title, .tpl_40 #tile-06 .title, .tpl_40 #tile-10 .title, .tpl_40 #tile-14 .title, .tpl_40 #tile-20 .title, .tpl_40 #tile-27 .title, .tpl_40 #tile-31 .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px; }
  .tile-2x2 .programme_name, .l-layout_01 #tile-07 .programme_name, .tpl_one #tile-07 .programme_name, .tpl_one #tile-08 .programme_name, .tpl_one #tile-13 .programme_name, .tpl_one #tile-17 .programme_name, .tpl_one #tile-21 .programme_name, .tpl_one #tile-25 .programme_name, .tpl_40 #tile-01 .programme_name, .tpl_40 #tile-06 .programme_name, .tpl_40 #tile-10 .programme_name, .tpl_40 #tile-14 .programme_name, .tpl_40 #tile-20 .programme_name, .tpl_40 #tile-27 .programme_name, .tpl_40 #tile-31 .programme_name {
    font-size: 21px;
    font-size: 2.1rem; }

  .tile-2x3 .title, .l-layout_01 #tile-04 .title, .l-layout_01 #tile-10 .title, .tpl_one #tile-04 .title, .tpl_one #tile-22 .title, .tpl_40 #tile-21 .title, .tpl_40 #tile-30 .title, .tpl_40 #tile-38 .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px; }
  .tile-2x3 .programme_name, .l-layout_01 #tile-04 .programme_name, .l-layout_01 #tile-10 .programme_name, .tpl_one #tile-04 .programme_name, .tpl_one #tile-22 .programme_name, .tpl_40 #tile-21 .programme_name, .tpl_40 #tile-30 .programme_name, .tpl_40 #tile-38 .programme_name {
    font-size: 21px;
    font-size: 2.1rem; }

  .tile-3x3 .title, .l-layout_01 #tile-01 .title, .tpl_one #tile-01 .title, .tpl_40 #tile-07 .title, .tpl_40 #tile-24 .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px; }
  .tile-3x3 .programme_name, .l-layout_01 #tile-01 .programme_name, .tpl_one #tile-01 .programme_name, .tpl_40 #tile-07 .programme_name, .tpl_40 #tile-24 .programme_name {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 0.7rem; }

  .l-layout_01 #tile-01 {
    left: 10.09615%;
    top: 0%; }
  .l-layout_01 #tile-02 {
    left: 0%;
    top: 0%; }
  .l-layout_01 #tile-03 {
    left: 0%;
    top: 34.42623%; }
  .l-layout_01 #tile-04 {
    left: 40.38462%;
    top: 0%; }
    .l-layout_01 #tile-04 .media-body {
      min-height: 140px; }
  .l-layout_01 #tile-05 {
    left: 50.48077%;
    top: 0%; }
  .l-layout_01 #tile-06 {
    left: 50.48077%;
    top: 68.85246%; }
  .l-layout_01 #tile-07 {
    left: 60.57692%;
    top: 0%; }
  .l-layout_01 #ad-01 {
    left: 60.57692%;
    top: 68.85246%; }
  .l-layout_01 #tile-08 {
    left: 80.76923%;
    top: 0%; }
  .l-layout_01 #tile-09 {
    left: 80.76923%;
    top: 34.42623%; }
  .l-layout_01 #tile-10 {
    left: 90.86538%;
    top: 0%; }
  .l-layout_01 #tile-11 {
    left: 111.05769%;
    top: 0%; }
  .l-layout_01 .tile {
    width: 9.13462%;
    max-width: 190px; }
  .l-layout_01 .tile-wide, .l-layout_01 .tile-2x1, .l-layout_01 #ad-01, .l-layout_01 .tpl_one #ad-02, .tpl_one .l-layout_01 #ad-02, .l-layout_01 .tpl_one #ad-03, .tpl_one .l-layout_01 #ad-03, .l-layout_01 .tpl_one #ad-04, .tpl_one .l-layout_01 #ad-04, .l-layout_01 .tpl_one #tile-26, .tpl_one .l-layout_01 #tile-26, .l-layout_01 .tpl_40 #ad-02, .tpl_40 .l-layout_01 #ad-02, .l-layout_01 .tpl_40 #ad-03, .tpl_40 .l-layout_01 #ad-03, .l-layout_01 .tpl_40 #ad-04, .tpl_40 .l-layout_01 #ad-04, .l-layout_01 .tpl_40 #ad-05, .tpl_40 .l-layout_01 #ad-05, .l-layout_01 .tile-2x2, .l-layout_01 #tile-07, .l-layout_01 .tpl_one #tile-08, .tpl_one .l-layout_01 #tile-08, .l-layout_01 .tpl_one #tile-13, .tpl_one .l-layout_01 #tile-13, .l-layout_01 .tpl_one #tile-17, .tpl_one .l-layout_01 #tile-17, .l-layout_01 .tpl_one #tile-21, .tpl_one .l-layout_01 #tile-21, .l-layout_01 .tpl_one #tile-25, .tpl_one .l-layout_01 #tile-25, .l-layout_01 .tpl_40 #tile-01, .tpl_40 .l-layout_01 #tile-01, .l-layout_01 .tpl_40 #tile-06, .tpl_40 .l-layout_01 #tile-06, .l-layout_01 .tpl_40 #tile-14, .tpl_40 .l-layout_01 #tile-14, .l-layout_01 .tpl_40 #tile-20, .tpl_40 .l-layout_01 #tile-20, .l-layout_01 .tpl_40 #tile-27, .tpl_40 .l-layout_01 #tile-27, .l-layout_01 .tpl_40 #tile-31, .tpl_40 .l-layout_01 #tile-31, .l-layout_01 .tile-2x3, .l-layout_01 #tile-04, .l-layout_01 #tile-10, .l-layout_01 .tpl_one #tile-22, .tpl_one .l-layout_01 #tile-22, .l-layout_01 .tpl_40 #tile-21, .tpl_40 .l-layout_01 #tile-21, .l-layout_01 .tpl_40 #tile-30, .tpl_40 .l-layout_01 #tile-30, .l-layout_01 .tpl_40 #tile-38, .tpl_40 .l-layout_01 #tile-38 {
    width: 19.23077%;
    max-width: 400px; }
  .l-layout_01 .tile-widest, .l-layout_01 .tile-3x3, .l-layout_01 #tile-01, .l-layout_01 .tpl_40 #tile-07, .tpl_40 .l-layout_01 #tile-07, .l-layout_01 .tpl_40 #tile-24, .tpl_40 .l-layout_01 #tile-24 {
    width: 29.32692%;
    max-width: 610px; }

  .tpl_one {
    max-height: 610px;
    max-width: 3780px; }
    .tpl_one #tile-01 {
      left: 5.55556%;
      top: 0%; }
    .tpl_one #tile-02 {
      left: 0%;
      top: 0%; }
    .tpl_one #tile-03 {
      left: 0%;
      top: 34.42623%; }
    .tpl_one #tile-04 {
      left: 22.22222%;
      top: 0%; }
    .tpl_one #tile-05 {
      left: 33.33333%;
      top: 0%; }
    .tpl_one #tile-06 {
      left: 33.33333%;
      top: 68.85246%; }
    .tpl_one #ad-01 {
      left: 38.88889%;
      top: 0%; }
    .tpl_one #tile-07 {
      left: 38.88889%;
      top: 34.42623%; }
    .tpl_one #tile-08 {
      left: 50%;
      top: 0%; }
    .tpl_one #tile-09 {
      left: 50%;
      top: 68.85246%; }
    .tpl_one #tile-10 {
      left: 55.55556%;
      top: 68.85246%; }
    .tpl_one #tile-11 {
      left: 61.11111%;
      top: 0%; }
    .tpl_one #tile-12 {
      left: 61.11111%;
      top: 34.42623%; }
    .tpl_one #ad-02 {
      left: 66.66667%;
      top: 0%; }
    .tpl_one #tile-13 {
      left: 66.66667%;
      top: 34.42623%; }
    .tpl_one #tile-14 {
      left: 77.77778%;
      top: 0%; }
    .tpl_one #tile-15 {
      left: 77.77778%;
      top: 34.42623%; }
    .tpl_one #tile-16 {
      left: 83.33333%;
      top: 0%; }
    .tpl_one #ad-03 {
      left: 83.33333%;
      top: 68.85246%; }
    .tpl_one #tile-17 {
      left: 88.88889%;
      top: 0%; }
    .tpl_one #tile-18 {
      left: 94.44444%;
      top: 68.85246%; }
    .tpl_one #tile-19 {
      left: 94.44444%;
      top: 0%; }
    .tpl_one #tile-20 {
      left: 94.44444%;
      top: 34.42623%; }
    .tpl_one #tile-21 {
      left: 100%;
      top: 0%; }
    .tpl_one #ad-04 {
      left: 105.55556%;
      top: 68.85246%; }
    .tpl_one #tile-22 {
      left: 111.11111%;
      top: 0%; }
    .tpl_one #tile-23 {
      left: 122.22222%;
      top: 0%; }
    .tpl_one #tile-24 {
      left: 122.22222%;
      top: 68.85246%; }
    .tpl_one #tile-25 {
      left: 127.77778%;
      top: 0%; }
    .tpl_one #tile-26 {
      left: 127.77778%;
      top: 68.85246%; }
    .tpl_one .tile {
      width: 5.02646%; }
    .tpl_one .tile-wide, .tpl_one .tile-2x1, .tpl_one #ad-01, .tpl_one #ad-02, .tpl_one #ad-03, .tpl_one #ad-04, .tpl_one #tile-26, .tpl_one .tpl_40 #ad-05, .tpl_40 .tpl_one #ad-05, .tpl_one .tile-2x2, .tpl_one #tile-07, .tpl_one #tile-08, .tpl_one #tile-13, .tpl_one #tile-17, .tpl_one #tile-21, .tpl_one #tile-25, .tpl_one .tpl_40 #tile-01, .tpl_40 .tpl_one #tile-01, .tpl_one .tpl_40 #tile-06, .tpl_40 .tpl_one #tile-06, .tpl_one .tpl_40 #tile-10, .tpl_40 .tpl_one #tile-10, .tpl_one .tpl_40 #tile-14, .tpl_40 .tpl_one #tile-14, .tpl_one .tpl_40 #tile-20, .tpl_40 .tpl_one #tile-20, .tpl_one .tpl_40 #tile-27, .tpl_40 .tpl_one #tile-27, .tpl_one .tpl_40 #tile-31, .tpl_40 .tpl_one #tile-31, .tpl_one .tile-2x3, .tpl_one .l-layout_01 #tile-10, .l-layout_01 .tpl_one #tile-10, .tpl_one #tile-04, .tpl_one #tile-22, .tpl_one .tpl_40 #tile-30, .tpl_40 .tpl_one #tile-30, .tpl_one .tpl_40 #tile-38, .tpl_40 .tpl_one #tile-38 {
      width: 10.58201%; }
    .tpl_one .tile-widest, .tpl_one .tile-3x3, .tpl_one #tile-01, .tpl_one .tpl_40 #tile-07, .tpl_40 .tpl_one #tile-07, .tpl_one .tpl_40 #tile-24, .tpl_40 .tpl_one #tile-24 {
      width: 16.13757%; }

  .tpl_40 #tile-01 {
    left: 0%;
    top: 0%; }
  .tpl_40 #tile-02 {
    left: 0%;
    top: 68.85246%; }
  .tpl_40 #tile-03 {
    left: 5.55556%;
    top: 68.85246%; }
  .tpl_40 #tile-04 {
    left: 11.11111%;
    top: 0%; }
  .tpl_40 #tile-05 {
    left: 11.11111%;
    top: 34.42623%; }
  .tpl_40 #ad-01 {
    left: 16.66667%;
    top: 0%; }
  .tpl_40 #tile-06 {
    left: 16.66667%;
    top: 34.42623%; }
  .tpl_40 #tile-07 {
    left: 27.77778%;
    top: 0%; }
  .tpl_40 #tile-08 {
    left: 44.44444%;
    top: 0%; }
  .tpl_40 #tile-09 {
    left: 44.44444%;
    top: 68.85246%; }
  .tpl_40 #ad-02 {
    left: 50%;
    top: 0%; }
  .tpl_40 #tile-10 {
    left: 50%;
    top: 34.42623%; }
  .tpl_40 #tile-11 {
    left: 61.11111%;
    top: 0%; }
  .tpl_40 #tile-12 {
    left: 61.11111%;
    top: 34.42623%; }
  .tpl_40 #tile-13 {
    left: 66.66667%;
    top: 0%; }
  .tpl_40 #ad-03 {
    left: 66.66667%;
    top: 68.85246%; }
  .tpl_40 #tile-14 {
    left: 72.22222%;
    top: 0%; }
  .tpl_40 #tile-15 {
    left: 77.77778%;
    top: 68.85246%; }
  .tpl_40 #tile-16 {
    left: 83.33333%;
    top: 0%; }
  .tpl_40 #tile-17 {
    left: 83.33333%;
    top: 34.42623%; }
  .tpl_40 #tile-18 {
    left: 88.88889%;
    top: 0%; }
  .tpl_40 #tile-19 {
    left: 88.88889%;
    top: 68.85246%; }
  .tpl_40 #ad-04 {
    left: 94.44444%;
    top: 0%; }
  .tpl_40 #tile-20 {
    left: 94.44444%;
    top: 34.42623%; }
  .tpl_40 #tile-21 {
    left: 105.55556%;
    top: 0%; }
  .tpl_40 #tile-22 {
    left: 116.66667%;
    top: 0%; }
  .tpl_40 #tile-23 {
    left: 116.66667%;
    top: 34.42623%; }
  .tpl_40 #tile-24 {
    left: 122.22222%;
    top: 0%; }
  .tpl_40 #tile-25 {
    left: 138.88889%;
    top: 0%; }
  .tpl_40 #tile-26 {
    left: 138.88889%;
    top: 68.85246%; }
  .tpl_40 #tile-27 {
    left: 144.44444%;
    top: 0%; }
  .tpl_40 #ad-05 {
    left: 144.44444%;
    top: 68.85246%; }
  .tpl_40 #tile-28 {
    left: 155.55556%;
    top: 0%; }
  .tpl_40 #tile-29 {
    left: 155.55556%;
    top: 34.42623%; }
  .tpl_40 #tile-30 {
    left: 161.11111%;
    top: 0%; }
  .tpl_40 #tile-31 {
    left: 172.22222%;
    top: 0%; }
  .tpl_40 #tile-32 {
    left: 172.22222%;
    top: 68.85246%; }
  .tpl_40 #tile-33 {
    left: 177.77778%;
    top: 68.85246%; }
  .tpl_40 #tile-34 {
    left: 183.33333%;
    top: 0%; }
  .tpl_40 #tile-35 {
    left: 183.33333%;
    top: 34.42623%; }
  .tpl_40 #tile-36 {
    left: 188.88889%;
    top: 0%; }
  .tpl_40 #tile-37 {
    left: 188.88889%;
    top: 68.85246%; }
  .tpl_40 #tile-38 {
    left: 194.44444%;
    top: 0%; }
  .tpl_40 #tile-39 {
    left: 205.55556%;
    top: 0%; }
  .tpl_40 #tile-40 {
    left: 205.55556%;
    top: 34.42623%; }
  .tpl_40 .tile {
    width: 5.02646%; }
  .tpl_40 .tile-wide, .tpl_40 .tile-2x1, .tpl_40 .tpl_one #tile-26, .tpl_one .tpl_40 #tile-26, .tpl_40 #ad-01, .tpl_40 #ad-02, .tpl_40 #ad-03, .tpl_40 #ad-04, .tpl_40 #ad-05, .tpl_40 .tile-2x2, .tpl_40 .l-layout_01 #tile-07, .l-layout_01 .tpl_40 #tile-07, .tpl_40 .tpl_one #tile-07, .tpl_one .tpl_40 #tile-07, .tpl_40 .tpl_one #tile-08, .tpl_one .tpl_40 #tile-08, .tpl_40 .tpl_one #tile-13, .tpl_one .tpl_40 #tile-13, .tpl_40 .tpl_one #tile-17, .tpl_one .tpl_40 #tile-17, .tpl_40 .tpl_one #tile-25, .tpl_one .tpl_40 #tile-25, .tpl_40 #tile-01, .tpl_40 #tile-06, .tpl_40 #tile-10, .tpl_40 #tile-14, .tpl_40 #tile-20, .tpl_40 #tile-27, .tpl_40 #tile-31, .tpl_40 .tile-2x3, .tpl_40 .l-layout_01 #tile-04, .l-layout_01 .tpl_40 #tile-04, .tpl_40 .tpl_one #tile-04, .tpl_one .tpl_40 #tile-04, .tpl_40 .tpl_one #tile-22, .tpl_one .tpl_40 #tile-22, .tpl_40 #tile-21, .tpl_40 #tile-30, .tpl_40 #tile-38 {
    width: 10.58201%; }
  .tpl_40 .tile-widest, .tpl_40 .tile-3x3, .tpl_40 .l-layout_01 #tile-01, .l-layout_01 .tpl_40 #tile-01, .tpl_40 .tpl_one #tile-01, .tpl_one .tpl_40 #tile-01, .tpl_40 #tile-07, .tpl_40 #tile-24 {
    width: 16.13757%; } }
@media screen and (min-height: 610px) {
  .tile .title {
    font-size: 15px;
    font-size: 1.5rem; }
  .tile .programme_name {
    font-size: 10px;
    font-size: 1rem; } }
.closed-grid .stories {
  background-color: #e1e1e1 !important; }
.closed-grid .themedspecial .themed-header {
  background-color: #e1e1e1 !important;
  height: 200px !important; }
  .closed-grid .themedspecial .themed-header .outer-header {
    background: url("/static/images/skysports/ss-header.jpg");
    background-repeat: no-repeat;
    height: 200px;
    width: 950px;
    max-width: 950px; }
  .closed-grid .themedspecial .themed-header .arrow-down, .closed-grid .themedspecial .themed-header .icon-heart, .closed-grid .themedspecial .themed-header img, .closed-grid .themedspecial .themed-header p {
    display: none !important; }
  .closed-grid .themedspecial .themed-header .themed-special-close {
    display: none; }
.closed-grid .themedspecial .feature-selector .feature-back {
  display: none !important; }

.l-inline > * {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }

.l-stacked > * {
  display: block; }

.l-listless, .l-listless > * {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.fade_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80); }
  @media screen and (max-width: 37em) {
    .fade_overlay {
      height: 3000%; } }

.highlight-content {
  display: none;
  position: fixed;
  top: 25%;
  margin-left: 1%;
  width: 737px;
  height: 389px;
  z-index: 1002;
  overflow: hidden; }
  @media screen and (max-width: 37em) {
    .highlight-content {
      top: -150px;
      position: relative;
      left: auto;
      width: 100%;
      height: 100%; } }

.found-bolt {
  display: inline-block;
  float: right;
  margin-top: -25px;
  position: relative;
  right: -31%; }
  @media screen and (max-width: 37em) {
    .found-bolt {
      right: -150px; } }

.found-bolt img {
  margin-top: -25px; }

.plectrum {
  height: 7px;
  width: 8px;
  display: inline-block;
  margin-bottom: 1px; }

.highlight-content h4, .highlight-content p {
  color: #FFFFFF;
  text-align: right; }

.bolt-lightbox, .lightbox-text {
  position: relative; }

.lightbox-text .enter-button {
  position: absolute;
  right: 30px;
  bottom: 20px;
  padding-top: 10px; }

.lightbox-text .enter-button img {
  width: 178px;
  position: relative; }

.loading-mobile {
  display: none; }

#menu-back-button {
  display: none; }

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.main-header {
  min-height: 98px !important;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.branding {
  font-style: normal;
  font-weight: bold;
  position: relative;
  text-align: center; }

.branding a:hover,
.branding a:active {
  text-decoration: none; }

.branding .vmp-logo {
  display: inline-block;
  margin-right: 0.5em;
  margin-top: -17px;
  vertical-align: middle;
  width: 22%;
  padding: 8px 0;
  height: 50px;
  text-align: center; }
  .branding .vmp-logo img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    height: 100%;
    width: auto;
    max-width: none; }

.branding .date {
  color: #cc0000;
  display: inline-block;
  text-transform: uppercase; }

#main .date {
  display: none; }

@media screen and (max-width: 44em) {
  .branding .vmp-logo {
    width: 100%; }

  .branding .date {
    display: none; }

  #main .date {
    display: block; }

  .date.mobileHeader {
    margin-top: 75px;
    text-align: center;
    color: #222;
    font-weight: bold; }

  .loading-mobile {
    display: block;
    width: 50px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -25px; }

  .select {
    font-weight: bold;
    color: #cc0000;
    background-color: #dfdfdf; } }
@media screen and (min-width: 44em) {
  .branding {
    padding: 0;
    text-align: center; }

  .branding .vmp-logo {
    display: inline-block;
    height: 111px; }

  .branding .date {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 1em; } }
@media screen and (min-width: 64em) {
  .branding .vmp-logo {
    float: left;
    text-align: left;
    margin: -21px 0 0 17px; }

  .branding .date {
    position: absolute;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -10px;
    margin-top: -1rem;
    right: 20px;
    right: 2rem;
    top: 49%; } }
@media screen and (max-width: 44em) {
  .branding .vmp-logo {
    margin-top: 0px; }

  #menu-back-button {
    left: 3.125%;
    position: absolute;
    top: 32.5%;
    padding: 5px 5px 3px 5px;
    background-color: #F8F8F8;
    margin-top: -7px;
    font-size: 27px;
    font-size: 2.7rem;
    color: #787a7d;
    font-weight: bold;
    height: 30px;
    width: 30px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#cccccc), color-stop(3%, whitesmoke), color-stop(12%, #f2f2f2), color-stop(90%, #dfdfdf));
    background-image: -webkit-linear-gradient(top, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #cccccc);
    background-image: -moz-linear-gradient(top, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #cccccc);
    background-image: -o-linear-gradient(top, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #cccccc);
    background-image: -ms-linear-gradient(top, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #cccccc);
    background-image: linear-gradient(to bottom, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #cccccc); } }
#menu-toggle-button {
  right: 3.125%;
  position: absolute;
  top: 32.5%;
  padding: 5px 5px 3px 5px;
  background-color: #F8F8F8;
  margin-top: -7px;
  font-size: 27px;
  font-size: 2.7rem;
  color: #787a7d;
  font-weight: bold;
  height: 30px;
  width: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#cccccc), color-stop(3%, whitesmoke), color-stop(12%, #f2f2f2), color-stop(90%, #e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #e7e7e7);
  background-image: -o-linear-gradient(top, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #e7e7e7);
  background-image: linear-gradient(to bottom, #f7f7f7, whitesmoke 3%, #f2f2f2 12%, #dfdfdf 90%, #e7e7e7); }

#menu-toggle-button .icon {
  font-size: 27px;
  font-size: 2.7rem;
  color: #787a7d; }

#menu-toggle-button .icon:hover,
#menu-toggle-button .icon:active {
  color: #222221; }

.menu-toggle {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  background-color: #eceded;
  margin-left: 50px;
  margin-top: 17px; }

.menu-toggle a {
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid white;
  display: block;
  padding-left: 0.7em; }

.menu-toggle a:link,
.menu-toggle a:visited {
  color: #333333;
  text-decoration: none; }

.js .menu-toggle {
  overflow: hidden;
  max-height: 0; }

.menu-toggle.active {
  max-height: 90em;
  height: 900px; }

.menu-toggle .menu {
  color: #666666; }

@media screen and (min-width: 64em) {
  #menu-toggle-button,
  .menu-toggle .symbol-go {
    display: none; }

  .js .menu-toggle {
    overflow: visible;
    max-height: none;
    height: none; }

  .menu-toggle li a:link,
  .menu-toggle li a:visited {
    color: white; }

  .menu-toggle .menu {
    border-top: 0 solid transparent;
    margin-top: 0; }

  .menu-toggle {
    margin-top: -17px;
    margin-top: -1.7rem;
    position: absolute;
    left: 166px;
    top: 38%;
    margin-top: -6px; }

  .menu-toggle li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 0.16em;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #e46569;
    border-top-color: #e7767a;
    border-bottom-color: #d75f63;
    overflow: hidden; }
    .menu-toggle li .glossy {
      background: #d23134;
      background: -moz-linear-gradient(top, #cc0000 80%, #d86368 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #cc0000), color-stop(100%, #d86368));
      background: -webkit-linear-gradient(top, #cc0000 80%, #d86368 100%);
      background: -o-linear-gradient(top, #cc0000 80%, #d86368 100%);
      background: -ms-linear-gradient(top, #cc0000 80%, #d86368 100%);
      background: linear-gradient(to bottom, #cc0000 80%, #d86368 100%);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d23134', EndColorStr='#d86368')";
      -webkit-box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
      box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
      position: relative; }
      .menu-toggle li .glossy, .menu-toggle li .glossy:before, .menu-toggle li .glossy a, .menu-toggle li .glossy .tx {
        height: 24px;
        height: 2.4rem;
        line-height: 21px;
        line-height: 2.1rem;
        display: block; }
      .menu-toggle li .glossy:before {
        background: rgba(255, 255, 255, 0.625);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.35)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        content: "";
        left: 2%;
        position: absolute;
        right: 2%;
        top: -13px; }
      .menu-toggle li .glossy a, .menu-toggle li .glossy .tx {
        border-top: 1px solid #d75f63;
        color: #fff;
        position: relative;
        display: block;
        height: 100%;
        font-weight: 600;
        padding: 0 10px;
        padding:  0 1rem;
        text-align: left;
        z-index: 1; }
    .menu-toggle li:hover, .menu-toggle li:focus, .menu-toggle li.select {
      border-color: #8b8b8b;
      text-decoration: none; }
      .menu-toggle li:hover .glossy, .menu-toggle li:focus .glossy, .menu-toggle li.select .glossy {
        background: #7a7a7a;
        background: -moz-linear-gradient(top, #6a6a6a 80%, #8b8b8b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #6a6a6a), color-stop(100%, #8b8b8b));
        background: -webkit-linear-gradient(top, #6a6a6a 80%, #8b8b8b 100%);
        background: -o-linear-gradient(top, #6a6a6a 80%, #8b8b8b 100%);
        background: -ms-linear-gradient(top, #6a6a6a 80%, #8b8b8b 100%);
        background: linear-gradient(to bottom, #6a6a6a 80%, #8b8b8b 100%); }
        .menu-toggle li:hover .glossy:before, .menu-toggle li:focus .glossy:before, .menu-toggle li.select .glossy:before {
          background: rgba(255, 255, 255, 0.375);
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0.35)));
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%);
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%);
          background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%); }
        .menu-toggle li:hover .glossy a, .menu-toggle li:hover .glossy .tx, .menu-toggle li:focus .glossy a, .menu-toggle li:focus .glossy .tx, .menu-toggle li.select .glossy a, .menu-toggle li.select .glossy .tx {
          border-color: #8b8b8b;
          z-index: 1; } }
.menu-footer {
  color: #666666;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6em;
  text-align: center; }

.menu-footer .copyright {
  display: block;
  margin-bottom: 3px;
  margin-bottom: 0.3rem; }

.menu-footer li:nth-child(even)::after {
  content: "|";
  padding: 0 4px 0 6px;
  padding:  0 0.4rem 0 0.6rem;
  padding-right: 4px; }

.menu-footer a:link,
.menu-footer a:visited {
  color: #666666; }

@media screen and (max-width: 37em) {
  .button-footer {
    clear: both;
    margin: 5.0% 0; }

  .menu-footer li {
    width: 43.75%;
    float: left;
    background-color: #d5d5d5;
    padding: 3% 2.5%;
    margin-bottom: 4%; }

  .menu-footer li.copyright {
    width: 100%;
    background-color: transparent;
    padding: 2.5% 0; }

  .menu-footer li:nth-child(even)::after {
    content: ""; }

  .menu-footer li:nth-child(even) {
    margin-right: 2.5%; } }
@media screen and (min-width: 44em) {
  .menu-footer {
    text-align: left; }

  .menu-footer .copyright {
    display: inline-block; }

  .menu-footer li::after {
    content: "|";
    padding: 0 4px 0 6px;
    padding:  0 0.4rem 0 0.6rem;
    padding-right: 4px; }

  .menu-footer li:last-child::after {
    content: ""; } }
.tile {
  list-style-type: none;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.55);
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease;
  -ms-transition: -ms-transform 0.1s ease;
  -o-transition: -o-transform 0.1s ease;
  transition: transform 0.1s ease; }
  .tile.empty, .tile.empty:hover, .tile.empty:focus {
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 0 transparent;
    -moz-box-shadow: 0px 0px 0px 0 transparent;
    box-shadow: 0px 0px 0px 0 transparent; }

.tile .media-body {
  padding: 6%; }

.tile.hero .media-body {
  padding: 5%;
  width: 90%; }

.preview .tile.empty, .preview .tile.empty:hover, .preview .tile.empty:focus {
  background: #999 !important; }

.tile > a {
  display: block; }

.tile > a:hover {
  text-decoration: none; }

.tile .tile-active {
  background-color: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.tile .title {
  display: none;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 6px;
  margin:  0 0 0.6rem;
  font-size: 22px;
  font-size: 2.2rem; }

@media screen and (min-width: 37em) {
  .tile .title {
    display: block; } }
.tile .programme_name {
  font-weight: normal;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.tile .programme_data {
  color: #cc0000;
  display: none;
  margin: 0 0 6px;
  margin:  0 0 0.6rem;
  font-size: 12px;
  font-size: 1.2rem; }

.tile .excerpt {
  display: block;
  font-size: 14px;
  font-size: 1.4rem; }

.excerpt p {
  line-height: 1.6rem; }

.hero {
  position: relative; }

.media {
  position: relative; }

.tile-offer,
.tile-offer .media-body {
  background-color: #bebebe !important; }

.tile-offer .title,
.tile-offer .programme_name,
.tile-offer .programme_data,
.tile-offer .excerpt {
  color: white !important; }

@media screen and (min-width: 44em) {
  .tile .title {
    display: block;
    font-size: 22px;
    font-size: 2.2rem; }

  .tile .programme_name {
    color: #cc0000;
    font-size: 18px;
    font-size: 1.8rem; }

  .tile .programme_data {
    color: black;
    font-size: 14px;
    font-size: 1.4rem; } }
@media screen and (min-height: 40em) {
  .tile .excerpt {
    display: block;
    font-size: 12px;
    font-size: 1.2rem; } }
@media screen and (max-width: 1366px) {
  .tile .title {
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 6px;
    margin:  0 0 0.6rem;
    font-size: 22px;
    font-size: 2.2rem; }

  .l-layout_client #tile-04 .title {
    font-size: 24px;
    font-size: 2.4rem; } }
@media screen and (max-width: 44em) {
  .tile {
    background-color: #fff; } }
.panel {
  background-color: #cc0000;
  color: white;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  text-transform: uppercase; }

.panel:link,
.panel:visited {
  color: white; }

.panel-category {
  font-size: 11px;
  font-size: 1.1rem;
  max-height: 12px;
  max-height: 1.2rem;
  padding: 5px 8px 4px;
  padding:  0.5rem 0.8rem 0.4rem; }

.panel-category-ad {
  background-color: #fff;
  color: #cc0000; }

.panel-close .icon {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  padding: 3px 3px 0;
  padding:  0.3rem 0.3rem 0; }

a.panel:hover,
a.panel:active {
  background-color: #b7bdbb;
  text-decoration: none; }

.infoBox {
  background-color: #797d7b;
  color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  padding: 36px 18px 18px 18px;
  padding:  3.6rem 1.8rem 1.8rem 1.8rem;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 5000; }
  .infoBox a {
    text-decoration: underline;
    color: #fff; }
  .infoBox p {
    color: #fff; }
  .infoBox .cta {
    margin-top: 10px; }

.media, .media-body {
  overflow: hidden;
  padding-right: 2%;
  zoom: 1; }

.ie6 .media, .ie6 .media-body {
  overflow: visible; }

.media .image {
  float: left;
  height: auto;
  margin-right: 3%;
  position: relative;
  width: 32%; }

.image img {
  display: block; }

.media .panel-play {
  bottom: 0;
  left: 0;
  position: absolute; }

.ad.tile .media-body .panel-category {
  position: absolute;
  bottom: 0px;
  margin: 0;
  left: 0; }

@media screen and (min-width: 37em) {
  .tile .media-body .panel-play {
    bottom: auto;
    left: auto;
    right: 0;
    padding: 2px 1px 0 1px;
    top: -25px;
    top: -2.5rem; }

  .tile .media-body .panel-category {
    left: 0;
    position: absolute;
    top: -21px;
    top: -2.1rem; } }
@media screen and (min-width: 44em) {
  .content_recipient
  .tile .media-body {
    padding: 5%; }

  .ad.tile .media-body {
    width: 100% !important;
    padding: 0 !important; }

  .lead .media-body .panel-play {
    top: -33px;
    top: -3.3rem;
    padding: 3px 1px 0;
    padding:  0.3rem 0.1rem 0; }
    .lead .media-body .panel-play .icon {
      font-size: 30px;
      font-size: 3rem; }

  .media-body > .panel-play {
    top: -33px;
    top: -3.3rem; }

  .big .media-body {
    top: auto; }

  .big > a > .media > .media-body > .panel-play {
    top: -52px;
    top: -5.2rem;
    height: 50px;
    height: 5rem; }

  .big > a > .media > .media-body > .panel-play > .icon {
    font-size: 50px;
    font-size: 5rem;
    line-height: 55px;
    line-height: 5.5rem; }

  .icon-play:before {
    content: "\e003" !important; } }
.hero .media {
  padding-right: 0; }

.hero .image {
  margin-right: 0;
  width: auto; }

.hero .media-body {
  padding-right: 2%;
  padding-left: 3%;
  padding-top: 12px;
  padding-top: 1.2rem;
  position: relative;
  width: auto; }

.hero .panel-category {
  position: absolute;
  bottom: auto;
  top: 0; }

@media screen and (max-width: 37em) {
  .hero-image {
    position: relative;
    z-index: 1; }

  .hero .panel-category {
    position: relative;
    top: -12px;
    font-size: 15px;
    left: -6%;
    padding: 0.3rem 0.8rem 0.7rem 0.8rem;
    z-index: 5; }

  .hero .media-body {
    position: relative;
    bottom: 10px;
    margin-bottom: -20px;
    padding-bottom: 10px;
    overflow: visible; }

  .button-back {
    margin: 5% 2.5%;
    width: 95%;
    -webkit-box-shadow: 0 11px 11px 2px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 11px 11px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0 11px 11px 2px rgba(0, 0, 0, 0.11); }
    .button-back .icon {
      font-size: 14px;
      line-height: 1.8; }
    .button-back .a {
      font-size: 1.5rem;
      line-height: 3.5; } }
@media screen and (min-width: 44em) {
  .tile > a, .tile .media {
    padding: 0;
    position: relative; }

  .tile .image {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%; }

  .tile .media-body {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    overflow: visible;
    padding: 6%;
    position: absolute;
    width: 88%; }

  .hero .image {
    margin: 0; } }
.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 0.16em;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #e46569;
  border-top-color: #e7767a;
  border-bottom-color: #d75f63;
  overflow: hidden; }
  .btn .glossy {
    background: #d23134;
    background: -moz-linear-gradient(top, #cc0000 80%, #d86368 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #cc0000), color-stop(100%, #d86368));
    background: -webkit-linear-gradient(top, #cc0000 80%, #d86368 100%);
    background: -o-linear-gradient(top, #cc0000 80%, #d86368 100%);
    background: -ms-linear-gradient(top, #cc0000 80%, #d86368 100%);
    background: linear-gradient(to bottom, #cc0000 80%, #d86368 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d23134', EndColorStr='#d86368')";
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
    position: relative; }
    .btn .glossy, .btn .glossy:before, .btn .glossy a, .btn .glossy .tx {
      height: 24px;
      height: 2.4rem;
      line-height: 21px;
      line-height: 2.1rem;
      display: block; }
    .btn .glossy:before {
      background: rgba(255, 255, 255, 0.625);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.35)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      content: "";
      left: 2%;
      position: absolute;
      right: 2%;
      top: -13px; }
    .btn .glossy a, .btn .glossy .tx {
      border-top: 1px solid #d75f63;
      color: #fff;
      position: relative;
      display: block;
      height: 100%;
      font-weight: 600;
      padding: 0 10px;
      padding:  0 1rem;
      text-align: left;
      z-index: 1; }
  .btn:hover, .btn:focus, .btn.select {
    border-color: #8b8b8b;
    text-decoration: none; }
    .btn:hover .glossy, .btn:focus .glossy, .btn.select .glossy {
      background: #7a7a7a;
      background: -moz-linear-gradient(top, #6a6a6a 80%, #8b8b8b 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #6a6a6a), color-stop(100%, #8b8b8b));
      background: -webkit-linear-gradient(top, #6a6a6a 80%, #8b8b8b 100%);
      background: -o-linear-gradient(top, #6a6a6a 80%, #8b8b8b 100%);
      background: -ms-linear-gradient(top, #6a6a6a 80%, #8b8b8b 100%);
      background: linear-gradient(to bottom, #6a6a6a 80%, #8b8b8b 100%); }
      .btn:hover .glossy:before, .btn:focus .glossy:before, .btn.select .glossy:before {
        background: rgba(255, 255, 255, 0.375);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0.35)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.35) 100%); }
      .btn:hover .glossy a, .btn:hover .glossy .tx, .btn:focus .glossy a, .btn:focus .glossy .tx, .btn.select .glossy a, .btn.select .glossy .tx {
        border-color: #8b8b8b;
        z-index: 1; }

.button-footer a {
  background-color: #a8afad;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 4;
  margin: 10px 0;
  margin:  1rem 0;
  text-align: center;
  text-transform: uppercase; }

.button-footer a:link,
.button-footer a:visited {
  color: white;
  text-decoration: none; }

.button-footer a:hover {
  background-color: #c2c2c2;
  color: #666666; }

@media screen and (min-width: 44em) {
  .button-footer {
    display: none; } }
.symbol-go {
  color: #a8afad;
  float: right;
  font-size: 20px;
  font-size: 2rem;
  padding-right: 2px;
  padding-right: 0.2rem; }

.symbol-go::after {
  content: "\27E9"; }

.splash {
  background: #eceded;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }

@media screen and (min-width: 44em) {
  .splash {
    background-position: top left; }
    .splash .splash-content {
      left: 50%;
      padding: 0;
      margin-left: -220px;
      margin-left: -22rem;
      width: 440px;
      width: 44rem; } }
.no-js .splash {
  display: none; }

.no-svg .splash {
  background-color: #fff; }

.splash-content {
  position: fixed;
  text-align: center;
  top: 50%;
  margin-top: -170px;
  margin-top: -17rem;
  padding: 0 40px; }

.splash img {
  display: inline-block; }

.splash .vmp-logo {
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
  width: 32%; }

.splash .loading {
  width: 10%; }

.splash .greeting {
  color: #58595b;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  margin-top: 7px;
  margin-top: 0.7rem; }

.splash .greeting span {
  display: block;
  color: #a8afad;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: lowercase; }

.icon {
  font-size: 21px;
  font-size: 2.1rem; }

a .icon:hover,
a .icon:active {
  color: #333333;
  text-decoration: none; }

.stories {
  background-color: rgba(231, 232, 231, 0.93);
  position: fixed;
  padding-top: 18px;
  padding-top: 1.8rem;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .stories.old-info {
    background-color: rgba(231, 232, 231, 0.5); }

.stories.old-info {
  background-color: rgba(231, 232, 231, 0.5); }

.js .stories {
  display: none; }

.story {
  background-color: white;
  -webkit-box-shadow: 0 11px 11px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 11px 11px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 11px 11px 2px rgba(0, 0, 0, 0.11);
  margin: 0 auto;
  margin-bottom: 100px;
  margin-bottom: 10rem;
  max-width: 810px;
  max-width: 81rem;
  width: 80%;
  overflow: hidden; }

.story .copy {
  padding: 0 3%; }

.copy > .social {
  clear: both; }

.story > .showpic {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  position: relative; }

.panel-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }

.story .panel-category {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0; }

.copy .title {
  font-size: 40px;
  font-size: 4rem;
  margin: 0 0 7px;
  margin:  0 0 0.7rem; }

.copy .programme_name {
  color: #cc0000;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 9px;
  margin:  0 0 0.9rem; }

.copy .programme_data_full {
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px;
  margin:  0 0 2rem; }

.body p {
  color: #58595b; }

.body .heading {
  color: #424242; }

.watch {
  padding-bottom: 26px;
  padding-bottom: 2.6rem;
  position: relative;
  margin-top: 25px; }

.story-footer {
  padding: 0 3%; }

.watchbox {
  margin-right: 17px;
  margin-right: 1.7rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  width: 180px;
  width: 18rem;
  vertical-align: top; }

.watchbox a {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, white 0%, #f1f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f2f2));
  background: -webkit-linear-gradient(top, white 0%, #f1f2f2 100%);
  background: -o-linear-gradient(top, white 0%, #f1f2f2 100%);
  background: -ms-linear-gradient(top, white 0%, #f1f2f2 100%);
  background: linear-gradient(to bottom, white 0%, #f1f2f2 100%);
  border: 1px solid #e9e9e9;
  border-top-color: #f3f3f3;
  border-bottom-color: #dadbdb;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 4px 6px 5px;
  padding:  0.4rem 0.6rem 0.5rem;
  text-transform: uppercase; }

.watchbox.cta a {
  background: #ad0000;
  background: -moz-linear-gradient(top, #cc0000 0%, #8f0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000), color-stop(100%, #8f0000));
  background: -webkit-linear-gradient(top, #cc0000 0%, #8f0000 100%);
  background: -o-linear-gradient(top, #cc0000 0%, #8f0000 100%);
  background: -ms-linear-gradient(top, #cc0000 0%, #8f0000 100%);
  background: linear-gradient(to bottom, #cc0000 0%, #8f0000 100%); }

.watchbox a .icon {
  color: #cc0000;
  vertical-align: middle; }

.watchbox, .watchbox a:link,
.watchbox a:visited {
  color: #959595; }

.watchbox.cta, .watchbox.cta a:link,
.watchbox.cta a:visited {
  color: #fff; }

.watchbox a:hover, .watchbox a:focus {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f1f2f2 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f2f2), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f1f2f2 0%, white 100%);
  background: -o-linear-gradient(top, #f1f2f2 0%, white 100%);
  background: -ms-linear-gradient(top, #f1f2f2 0%, white 100%);
  background: linear-gradient(to bottom, #f1f2f2 0%, white 100%);
  text-decoration: none; }
  .watchbox a:hover .icon, .watchbox a:focus .icon {
    color: #959595; }

.watchbox .media .image {
  border-right: 1px solid #e5e6e6;
  margin-right: 6px;
  margin-right: 0.6rem;
  padding-right: 6px;
  padding-right: 0.6rem;
  padding-top: 2px;
  padding-top: 0.2rem;
  width: auto; }

.heading-discreet {
  color: #58595b;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 24px 0 10px 0;
  margin:  2.4rem 0 1rem 0; }

.story-footer .social > ol {
  margin-right: 8px;
  margin-right: 0.8rem; }

.story-footer .social {
  padding-top: 14px;
  padding-top: 1.4rem;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  display: inline-block; }

.story-footer .social a {
  background-color: #a8afad;
  display: block;
  padding: 5px 5px 4px;
  padding:  0.5rem 0.5rem 0.4rem;
  margin-right: 0; }

.story-footer .social a:link,
.story-footer .social a:visited {
  color: white; }

.story-footer .social a:hover,
.story-footer .social a:active {
  background-color: #333333;
  text-decoration: none; }

.story-footer .social .icon {
  font-size: 16px;
  font-size: 1.6rem; }

.story-footer .social .icon:hover {
  color: #f1f2f2; }

.story-footer .social .icon:active {
  color: white; }

.story-footer .social .l-inline {
  display: inline-block;
  vertical-align: middle; }

.story-footer .social .heading-discreet {
  margin: 0 0 5px; }

.explore {
  padding-bottom: 15px;
  padding-bottom: 1.5rem; }

.explore > .heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal; }

.explore .img {
  display: block; }

.explore-items > * {
  float: left;
  margin-right: 3%;
  width: 31.33333333333333%; }

.explore-items > *:nth-child(3) {
  margin-right: 0; }

.explore .showpic {
  margin-bottom: 14px;
  margin-bottom: 1.4rem; }

.explore .programme_name {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 3px;
  margin-bottom: 0.3rem; }

.explore .programme_channel {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 7px;
  margin-bottom: 0.7rem; }
  .explore .programme_channel, .explore .programme_channel a {
    color: #cc0000; }

.explore .programme_channel a, .explore .programme_name a {
  text-decoration: none; }

.explore .excerpt {
  color: #58595b;
  font-size: 12px;
  font-size: 1.2rem; }

.video_wrapper {
  position: relative; }

.video_wrapper .ratio {
  display: block;
  width: 100%;
  height: auto; }

.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.arrow {
  height: 160px;
  width: 45px;
  background-color: #cc0000;
  position: fixed;
  z-index: 5000;
  color: #fff;
  font-size: 24px;
  line-height: 160px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  opacity: 1;
  top: 310px;
  z-index: 888;
  font-weight: 800; }
  .arrow.left {
    left: 0; }
  .arrow.right {
    right: 0; }

.arrow-gallery {
  height: 160px;
  width: 45px;
  background-color: #cc0000;
  position: absolute;
  z-index: 5000;
  color: #fff;
  font-size: 24px;
  line-height: 160px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 50;
  font-weight: 800;
  top: 150px; }
  .arrow-gallery.arrow-gallery-l {
    left: 0; }
  .arrow-gallery.arrow-gallery-r {
    right: 0; }
  .arrow-gallery.arrow-gallery-hide-l {
    left: -120px; }
  .arrow-gallery.arrow-gallery-hide-r {
    right: -120px; }
  .arrow-gallery img {
    width: 40%;
    margin: 52px 10px; }

.arrow-gallery:hover {
  background-color: rgba(99, 99, 99, 0.75);
  opacity: 0.9;
  cursor: pointer; }

.arrow img {
  width: 50%;
  margin: 45px 10px; }

.arrow:hover {
  background-color: rgba(99, 99, 99, 0.75);
  opacity: 0.9;
  cursor: pointer; }

.inactive, .fadeCompletely {
  opacity: 0; }

.inactive:hover, .inactive:focus, .fadeCompletely:hover {
  opacity: 0; }

@media screen and (max-width: 44em) {
  .arrow {
    display: none; }

  .infoBox {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    margin: 65px 0 0 0; } }
.isInFilter li {
  width: 8.4% !important;
  height: 100% !important;
  max-height: 610px !important;
  position: static;
  float: left;
  margin-left: 20px; }

.isInFilter .media-body {
  background-color: #fff;
  min-height: 45% !important;
  height: 45% !important;
  padding: 15px 5% !important;
  width: 90%; }

.disclaimers {
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px; }
  .disclaimers p {
    font-size: 11px;
    color: #777; }

@media screen and (max-width: 37em) {
  .tile .media-body {
    padding: 0; }

  .ad-image {
    width: 100% !important; }

  .ad-media {
    padding-right: 0; }

  .tile .programme_name {
    font-weight: bold; } }
.progress {
  width: 94%;
  margin: 0 3% 0 3%; }

.progress-bar {
  background-color: #d3d3d3;
  height: 10px;
  -webkit-border-radius: 4px; }

.noOverflow {
  overflow-x: hidden !important; }

.gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px; }
  .gallery .panel-close .icon {
    font-size: 3.4rem; }

.gallery-nav {
  z-index: 1000;
  position: absolute;
  right: -10px;
  bottom: -10px;
  padding: 20px;
  background-color: transparent; }

.gallery-nav li {
  float: left;
  margin: 0 10px 0 0;
  background-color: #ddd;
  padding: 5px;
  border-radius: 50%;
  height: 5px;
  width: 5px; }

.gallery-nav li:hover {
  cursor: pointer;
  background-color: #eee; }

.gallery-nav .current {
  background-color: #cc0000; }

.gallery-nav .current:hover {
  background-color: #cc0000; }

#carousel, #carousel .pane {
  padding: 0;
  margin: 0;
  position: relative; }

#debug {
  position: fixed;
  background: #fff;
  padding: 5px;
  color: #000;
  top: 0;
  left: 0;
  z-index: 1337; }

#carousel {
  background: silver;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  margin-bottom: 25px; }

#carousel .pane.animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#carousel .pane {
  transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }

#carousel .pane {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: -14px; }

#carousel .pane > li {
  float: left;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0); }

#carousel li h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2); }

.pane li img {
  -webkit-user-drag: none; }

.imageCaption {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-weight: bold;
  line-height: 3.5rem;
  padding-left: 10px;
  position: absolute;
  top: 14px; }
  @media screen and (max-width: 44em) {
    .imageCaption {
      line-height: 1.5rem;
      font-size: 1rem; } }

.showpic .story-imageCaption {
  top: 0px; }

.indicator {
  display: none;
  background-color: rgba(20, 20, 20, 0.86);
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  z-index: 500;
  margin-top: -50px;
  border-radius: 4px;
  text-align: center; }
  .indicator img {
    width: 50%;
    margin: 0 auto; }

.ltt {
  position: relative; }

.clickable {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .clickable:hover {
    text-decoration: none; }

.headtohead {
  padding: 0; }

.headtohead li {
  display: block;
  width: 80%;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  background: #4196D2;
  color: white;
  border-radius: 5px;
  float: left; }
  .headtohead li a {
    color: inherit !important;
    text-decoration: underline !important;
    font-weight: bold; }
  .headtohead li a:hover {
    color: inherit;
    text-decoration: underline; }

.headtohead li:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.headtohead li:nth-child(even) {
  background: #FED2E6;
  float: right;
  color: black; }

.headtohead li:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #32234E;
  border-width: 10px;
  left: 10%;
  margin-left: -10px; }

.headtohead li:nth-child(even):after {
  border-width: 10px !important;
  border-bottom-color: #FED2E6;
  left: 90%; }

.divisional {
  margin: 0 auto 10px auto; }

.funnel {
  width: 92%;
  margin: 0 auto;
  background-color: transparent;
  border-bottom: 1px solid #d5d5d5;
  color: #333;
  display: inline-block;
  font: 16px/24px sans-serif;
  padding: 12px 24px;
  position: relative; }

.funnel:after,
.funnel:before {
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid white;
  bottom: -21px;
  content: '';
  left: 10%;
  margin-left: -21px;
  position: absolute; }

/* Styling for second triangle (border) */
.funnel:before {
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid;
  border-top-color: #C7C7C7;
  /* Can't be included in the shorthand to work */
  bottom: -22px;
  margin-left: -22px; }

.poll {
  width: 100%;
  background: #fff;
  z-index: 100; }
  .poll .poll-output {
    display: none;
    text-align: center; }
    .poll .poll-output .poll-social {
      display: inline-block;
      width: 49%;
      vertical-align: top; }
      @media (max-width: 44em) {
        .poll .poll-output .poll-social {
          width: 100%;
          padding: 0px 55px 30px 0px; } }
    .poll .poll-output .poll-answers {
      display: inline-block;
      width: 49%; }
      @media (max-width: 44em) {
        .poll .poll-output .poll-answers {
          width: 100%; } }
  .poll .poll-questions-item {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin-bottom: 12px;
    height: 64px;
    padding-left: 76px;
    padding-right: 10px;
    position: relative; }
    @media (min-width: 64em) {
      .poll .poll-questions-item {
        width: 36%; } }
    .poll .poll-questions-item.output {
      display: block;
      width: 80%;
      overflow: hidden;
      margin-bottom: 10px; }
      .poll .poll-questions-item.output .poll-answers-wrap {
        background: #dcc9c2;
        height: 79px;
        padding-left: 12px;
        box-sizing: border-box;
        padding: 12px 0 19px 12px;
        -webkit-transition: width 1s ease-in-out; }
    .poll .poll-questions-item:hover {
      cursor: pointer; }
    .poll .poll-questions-item img {
      width: 64px;
      position: absolute;
      top: 0;
      left: 0; }
    .poll .poll-questions-item .poll-questions-title {
      font-weight: bold;
      width: 80%; }
    .poll .poll-questions-item .poll-questions-name {
      font-style: italic; }
    .poll .poll-questions-item .poll-questions-status-wrap {
      width: 32px; }
      .poll .poll-questions-item .poll-questions-status-wrap .poll-questions-status {
        width: 18px;
        height: 18px;
        background: #a8a9ad;
        border-radius: 18px;
        position: absolute;
        right: 10%;
        cursor: pointer; }
        .poll .poll-questions-item .poll-questions-status-wrap .poll-questions-status.filled {
          background: #ee154a; }
  .poll .poll-vote-button {
    background: #a8a9ad;
    width: 344px;
    height: 40px;
    margin: 25px auto 40px auto;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff; }
    .poll .poll-vote-button.active {
      background: #ee154a; }

.iphoneEmail-modal {
  display: none;
  z-index: 1000;
  box-shadow: #aaaaaa 1px 1px 50px;
  position: fixed;
  background: #fff;
  width: 500px;
  padding-bottom: 25px;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -200px;
  text-align: center; }
  .iphoneEmail-modal .iphoneEmail-copy, .iphoneEmail-modal .iphoneEmail-form {
    display: block;
    width: 40%;
    padding: 4.5%;
    text-align: left;
    float: left; }
  .iphoneEmail-modal .iphoneEmail-form {
    padding-top: 48px; }
  .iphoneEmail-modal label {
    display: block;
    margin-bottom: 12px; }
  .iphoneEmail-modal .iphoneEmail-submit {
    background: #ff0000;
    color: #fff;
    width: 206px;
    height: 45px;
    margin-bottom: 10px;
    line-height: 45px;
    text-align: center;
    margin-top: 14px;
    cursor: pointer; }
  .iphoneEmail-modal .iphoneEmail-header {
    height: 30px; }
    .iphoneEmail-modal .iphoneEmail-header .iphoneEmail-close {
      width: 30px;
      height: 30px;
      line-height: 30px;
      float: right;
      color: #fff;
      background: #ff0000;
      cursor: pointer; }

.iPhoneEmail-trigger {
  width: 80px;
  position: fixed;
  bottom: 0;
  right: 10px;
  color: inherit; }
  .iPhoneEmail-trigger:hover {
    cursor: pointer; }

.iphoneEmail-input {
  display: block;
  width: 182px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .25s; }

.tandsees {
  height: 100%;
  width: 220px;
  position: absolute;
  top: 0;
  right: -220px;
  background-color: white;
  overflow-y: scroll;
  text-align: left; }
  .tandsees p {
    font-size: 11px; }

.poll .poll-questions-item .poll-questions-title-second {
  font-weight: bold;
  width: 80%;
  position: absolute;
  top: 36%; }

.botr {
  list-style: none;
  padding-left: 0; }
  .botr li {
    display: block;
    list-style: none;
    background-color: #eee;
    margin-bottom: 15px; }
  .botr img {
    float: left;
    width: 180px; }

.botr-inner {
  float: left;
  padding: 10px;
  max-width: 68%; }

.botr-summary {
  margin-bottom: 0.5rem; }
  .botr-summary h3 {
    margin-bottom: 0.5rem; }
  .botr-summary p {
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 0; }

.botr-tx {
  color: #ff0000;
  font-weight: bold;
  font-style: italic; }

.botr-title {
  font-size: 23px;
  font-weight: normal;
  color: #ff0000;
  margin-bottom: 0.5rem; }

.instagram-insta, .twitter-tweet, .social-gif {
  max-width: 65%; }

.story-showcase {
  width: 100%;
  margin-top: 3rem; }

a:link {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000; }

.copy .body a:link {
  color: #1277c7;
  text-decoration: none; }

.copy .body a:visited {
  color: #035392; }

a:hover {
  text-decoration: underline; }

.is-hidden {
  display: none; }

.is-visuallyhidden {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap; }

.is-behind {
  z-index: -10 !important; }

.is-onalevel {
  z-index: 0; }

.is-front {
  z-index: 10 !important; }

@-webkit-keyframes FadeOut {
  0% {
    opacity: 1; }

  99% {
    opacity: 0; }

  100% {
    opacity: 0;
    z-index: -10; } }
@-moz-keyframes FadeOut {
  0% {
    opacity: 1; }

  99% {
    opacity: 0; }

  100% {
    opacity: 0;
    z-index: -10; } }
@-ms-keyframes FadeOut {
  0% {
    opacity: 1; }

  99% {
    opacity: 0; }

  100% {
    opacity: 0;
    z-index: -10; } }
@keyframes FadeOut {
  0% {
    opacity: 1; }

  99% {
    opacity: 0; }

  100% {
    opacity: 0;
    z-index: -10; } }
.is-animate-fade {
  opacity: 1; }
  .is-animate-fade:hover, .is-animate-fade:focus, .is-animate-fade.up {
    -webkit-animation: FadeOut 3s ease 3s 1 forwards;
    -moz-animation: FadeOut 3s ease 3s 1 forwards;
    -ms-animation: FadeOut 3s ease 3s 1 forwards;
    -o-animation: FadeOut 3s ease 3s 1 forwards;
    animation: FadeOut 3s ease 3s 1 forwards; }

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes FadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-ms-keyframes FadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes FadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@media screen and (min-width: 44em) {
  #main .is-animate-reveal {
    opacity: 0; }
    #main .is-animate-reveal:hover, #main .is-animate-reveal:focus, #main .is-animate-reveal.up {
      -webkit-animation: FadeIn 4s ease 0s 1 forwards;
      -moz-animation: FadeIn 4s ease 0s 1 forwards;
      -ms-animation: FadeIn 4s ease 0s 1 forwards;
      -o-animation: FadeIn 4s ease 0s 1 forwards;
      animation: FadeIn 4s ease 0s 1 forwards; } }
@-webkit-keyframes SlideLeft {
  0% {
    margin-left: 20em; }

  100% {
    margin-left: 0; } }
@-moz-keyframes SlideLeft {
  0% {
    margin-left: 20em; }

  100% {
    margin-left: 0; } }
@-ms-keyframes SlideLeft {
  0% {
    margin-left: 20em; }

  100% {
    margin-left: 0; } }
@keyframes SlideLeft {
  0% {
    margin-left: 20em; }

  100% {
    margin-left: 0; } }
@media screen and (min-width: 44em) {
  .is-animate-slide_left {
    margin-left: 20em; }
    .is-animate-slide_left:hover, .is-animate-slide_left:focus, .is-animate-slide_left.up {
      -webkit-animation: SlideLeft 1s ease 0s 1 forwards;
      -moz-animation: SlideLeft 1s ease 0s 1 forwards;
      -ms-animation: SlideLeft 1s ease 0s 1 forwards;
      -o-animation: SlideLeft 1s ease 0s 1 forwards;
      animation: SlideLeft 1s ease 0s 1 forwards; } }
@-webkit-keyframes SlideDownUp {
  0% {
    top: 100%; }

  20% {
    top: 100%; }

  45% {
    top: 0%; }

  100% {
    top: 0%; } }
@-moz-keyframes SlideDownUp {
  0% {
    top: 100%; }

  20% {
    top: 100%; }

  45% {
    top: 0%; }

  100% {
    top: 0%; } }
@-ms-keyframes SlideDownUp {
  0% {
    top: 100%; }

  20% {
    top: 100%; }

  45% {
    top: 0%; }

  100% {
    top: 0%; } }
@keyframes SlideDownUp {
  0% {
    top: 100%; }

  20% {
    top: 100%; }

  45% {
    top: 0%; }

  100% {
    top: 0%; } }
@media screen and (min-width: 44em) {
  .is-animate .media-body {
    top: 100%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out; }
  .is-animate:hover .media-body, .is-animate:focus .media-body, .is-animate.up .media-body {
    top: 0%; }
  .is-animate.static:hover .media-body, .is-animate.static:focus .media-body, .is-animate.static.up .media-body {
    top: 100%; }

  .is-animate-short .media-body {
    height: 0;
    transition: height 0.6s ease-in-out;
    -webkit-transition: height 0.6s ease-in-out;
    -moz-transition: height 0.6s ease-in-out;
    -ms-transition: height 0.6s ease-in-out; } }
.static .media-body, .static:hover .media-body, .static:focus .media-body, .static.up .media-body {
  top: 100%; }

.is-animate-delay .media-body {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

@font-face {
  font-family: 'vmp';
  src: url("/static/fonts/vmp/vmp.eot"); }
@font-face {
  font-family: 'vmp';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-arrow-left, .icon-laptop, .icon-menu, .icon-enter, .icon-record, .icon-catchup, .icon-play2, .icon-play, .icon-mail, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-outbound, .icon-untitled, .icon-close, .icon-heart, .icon-arrow-up, .icon-new-window, .icon-cancel {
  font-family: 'vmp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  zoom: 1;
  -webkit-font-smoothing: antialiased; }

.icon-arrow-left:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-menu:before {
  content: "\e002"; }

.icon-enter:before {
  content: "\e003"; }

.icon-record:before {
  content: "\e005"; }

.icon-catchup:before {
  content: "\e006"; }

.icon-play2:before {
  content: "\e007"; }

.icon-play:before {
  content: "\e008"; }

.icon-mail:before {
  content: "\e009"; }

.icon-facebook:before {
  content: "\e00a"; }

.icon-twitter:before {
  content: "\e00b"; }

.icon-googleplus:before {
  content: "\e00c"; }

.icon-outbound:before {
  content: "\e00d"; }

.icon-untitled:before {
  content: "\e00f"; }

.icon-close:before {
  content: "\e010"; }

.icon-heart:before {
  content: "\e011"; }

.icon-arrow-up:before {
  content: "\e014"; }

.icon-new-window:before {
  content: "\e015"; }

.icon-cancel:before {
  content: "\e016"; }

.tclink {
  float: right;
  text-decoration: none;
  margin-top: 20px; }

.tclink:hover {
  cursor: pointer; }

.tandsees {
  display: none; }

.modalOpen {
  overflow: hidden !important; }

.category {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

#main .PDS_Poll {
  width: 100%; }
  #main .PDS_Poll .pds-box {
    width: 100%; }

.is-pushedBack {
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0.95);
  opacity: 0.1; }

.is-pushedBack {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  opacity: 0.1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9) rotate(0.01deg);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

.is-broughtForward {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1) rotate(0.01deg);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.tiles > ol > li:last {
  margin-right: 500px; }

body.modalOpen .main-header {
  z-index: 10; }

@media screen and (max-width: 44em) {
  .main-header {
    width: 100%;
    min-height: 40px !important;
    height: 65px !important;
    position: absolute;
    top: 0;
    left: 0x;
    z-index: 45;
    background-color: #eceded;
    font-size: 15px; } }
@media screen and (max-width: 44em) {
  html, body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto; }

  .iPhoneEmail-trigger {
    width: 80px;
    position: static;
    bottom: 0;
    right: 10px;
    margin: 0 auto; }

  .tandsees {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    overflow-y: scroll;
    text-align: left; }

  .iphoneEmail-form, .iphoneEmail-copy {
    width: 92% !important; }

  .iphoneEmail-modal {
    position: fixed;
    background: #fff;
    width: 100%;
    padding-bottom: 25px;
    top: 65px;
    margin-top: 0;
    left: 0;
    margin-left: 0;
    text-align: center; }

  .date {
    text-align: center;
    font-weight: bold; }

  .tile {
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.35); }

  .tlw {
    position: absolute;
    overflow: hidden;
    height: 100%; }

  #main {
    padding: 0 3.125% !important; }

  .wrapper {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(0px, 0px);
    -webkit-transition: all 0.5s ease;
    z-index: 1;
    padding-top: 75px; }

  .off-canvas {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -webkit-transform: translate(100%, 0%);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: -10px;
    left: 0; }

  .off-canvas-content {
    height: auto;
    overflow: hidden; }

  .watchbox {
    width: 100%; }

  .watchbox .media-body {
    padding-top: 1.5%;
    font-size: 13px;
    font-size: 1.3rem; }

  .watchbox .icon {
    font-size: 30px;
    font-size: 3rem; }

  .story {
    margin-top: 105px;
    width: 95%; }

  .main-header {
    width: 100%;
    min-height: 40px !important;
    height: 65px !important;
    position: absolute;
    top: 0;
    left: 0x;
    z-index: 45;
    background-color: #eceded;
    font-size: 15px; }

  .hero .image {
    width: 100%; }

  .panel-close {
    display: none; }

  .explore {
    display: none; }

  .is-behind {
    position: static; }

  .panel-category {
    margin-bottom: 0.6rem; }

  .media .image {
    width: 39%; }

  .story-footer {
    padding-bottom: 3px; }

  .hero .image {
    width: 100% !important; }

  .splash .greeting {
    color: #58595b;
    font-weight: bold;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
    margin-top: 7px;
    margin-top: 0.7rem;
    margin-left: 10px;
    margin-left: 1rem;
    margin-right: 10px;
    margin-right: 1rem; }

  .splash .greeting span {
    display: block;
    color: #a8afad;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: lowercase; } }
.topFull {
  top: 0% !important; }

#tile-04 .media-body {
  min-height: 130px; }

.splash_footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #aaa;
  font-size: 0.8em; }

.big .panel-play {
  display: none; }

.story .copy-hth {
  padding: 0 9%; }

.story-footer-hth {
  padding: 0 9%; }

@media screen and (max-width: 37em) {
  .splash {
    background-image: none; }

  .story {
    margin-bottom: 20px;
    margin-bottom: 2rem; }

  .arrow-gallery {
    display: none; }

  li#all {
    border-top: 1px solid #BDBDBD; }

  .botr img {
    width: 100%; } }
@media screen and (max-width: 1020px) {
  .menu-toggle {
    margin-left: 0px;
    margin-top: -1px; } }
.story-showcase .arrow-gallery {
  top: 235px; }

.wp-caption {
  background: #eee;
  border: none;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px; }
  .wp-caption img {
    display: block;
    margin: 5px auto 0 !important;
    max-width: 98%;
    border-color: #eee; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
  color: #666;
  font-family: Georgia, serif !important;
  font-size: 12px;
  margin: 0 0 0.6em 0 !important;
  padding: 0 0 5px 40px;
  position: relative;
  text-align: left; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto; }

.lt-ie9 .menu-toggle {
  position: absolute; }
.lt-ie9 .is-pushedBack {
  display: none !important; }
.lt-ie9 .is-broughtForward {
  display: block !important; }
.lt-ie9 .media {
  display: block; }
.lt-ie9 .media-body {
  background-color: #fff; }
.lt-ie9 .l-inline > * {
  display: inline;
  padding: 0 5px 0 4px;
  border-right: 1px solid #d8d8d8; }
.lt-ie9 .l-inline .watchbox {
  display: block; }
.lt-ie9 .social .l-inline > * {
  display: inline-block; }
.lt-ie9 .l-inline > a {
  display: inline-block !important; }
.lt-ie9 .watchbox .media-body {
  background-color: transparent; }
.lt-ie9 .explore-items > * {
  width: 29%; }
.lt-ie9 .stories {
  background: url(/images/lte-ie9-filterbg.png) repeat; }

.clear {
  clear: both; }

.feature header {
  padding-top: 10px; }
  .feature header h1.feature-back-title {
    color: #cc0000;
    text-decoration: underline;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }

.themedspecial.story {
  overflow: visible;
  border-radius: 7px;
  max-width: 95rem;
  width: 950px;
  min-height: 100%;
  padding-bottom: 10px; }
  @media screen and (max-width: 64em) {
    .themedspecial.story {
      width: 95%;
      max-width: 95%; } }
  @media screen and (max-width: 44em) {
    .themedspecial.story {
      margin-bottom: 30px; } }
  .themedspecial.story .themedspecial-left {
    width: 700px;
    display: inline-block;
    float: left; }
    @media screen and (max-width: 64em) {
      .themedspecial.story .themedspecial-left {
        width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 44em) {
      .themedspecial.story .themedspecial-left {
        float: none; } }
    .themedspecial.story .themedspecial-left .showpic {
      padding-bottom: 0; }
    .themedspecial.story .themedspecial-left .body .infographic {
      padding-bottom: 1em;
      padding-bottom: 10px; }
    .themedspecial.story .themedspecial-left .body .story-content {
      column-count: 2;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-gap: 30px;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px; }
      @media screen and (max-width: 44em) {
        .themedspecial.story .themedspecial-left .body .story-content {
          column-count: 1;
          -webkit-column-count: 1;
          -moz-column-count: 1; } }
    .themedspecial.story .themedspecial-left .body a:link {
      color: #1277c7;
      text-decoration: none; }
    .themedspecial.story .themedspecial-left .body a:visited {
      color: #035392; }

div.stories.themedspecial div.outer-header, div.off-canvas-content div.outer-header {
  margin: 0 auto;
  max-width: 810px;
  max-width: 81rem;
  width: 80%; }
  div.stories.themedspecial div.outer-header div.themedspecial-header, div.off-canvas-content div.outer-header div.themedspecial-header {
    position: relative;
    margin-left: 15rem;
    margin-left: 150px;
    margin-right: 15rem;
    margin-right: 150px; }
    div.stories.themedspecial div.outer-header div.themedspecial-header img, div.off-canvas-content div.outer-header div.themedspecial-header img {
      float: left;
      height: 65px;
      height: 6.5rem;
      width: auto;
      display: inline-block;
      margin-left: -150px;
      margin-left: -15rem; }
    div.stories.themedspecial div.outer-header div.themedspecial-header p, div.off-canvas-content div.outer-header div.themedspecial-header p {
      display: inline-block;
      margin-top: 5px;
      height: 65px;
      height: 6.5rem;
      font-size: 3.5rem;
      color: #ffffff;
      padding: 0;
      width: 100%;
      text-align: center; }
    div.stories.themedspecial div.outer-header div.themedspecial-header div.category-selector, div.off-canvas-content div.outer-header div.themedspecial-header div.category-selector {
      float: left;
      display: inline-block;
      height: 65px;
      height: 6.5rem;
      margin-left: 15%; }
    div.stories.themedspecial div.outer-header div.themedspecial-header div.close-special, div.off-canvas-content div.outer-header div.themedspecial-header div.close-special {
      display: inline-block;
      float: right;
      margin-top: 14px;
      margin-top: 1.4rem;
      margin-right: -15rem;
      margin-right: -150px; }
      div.stories.themedspecial div.outer-header div.themedspecial-header div.close-special a i, div.off-canvas-content div.outer-header div.themedspecial-header div.close-special a i {
        color: #ffffff;
        font-size: 35px;
        font-size: 3.5rem; }
      div.stories.themedspecial div.outer-header div.themedspecial-header div.close-special a:hover, div.off-canvas-content div.outer-header div.themedspecial-header div.close-special a:hover {
        text-decoration: none; }
    div.stories.themedspecial div.outer-header div.themedspecial-header span.arrow-down, div.off-canvas-content div.outer-header div.themedspecial-header span.arrow-down {
      /*width:0;
      height:0;
      border-left:15px solid transparent;
      border-right:15px solid transparent;
      border-top:15px solid #FF9B2C;
      position:absolute;
      left:48%;
      top:65px;
      top:6.5rem;*/ }
      div.stories.themedspecial div.outer-header div.themedspecial-header span.arrow-down i.icon-heart, div.off-canvas-content div.outer-header div.themedspecial-header span.arrow-down i.icon-heart {
        color: #FF0000;
        font-size: 3.5rem;
        left: 47%;
        position: absolute;
        top: 50px; }
div.stories.themedspecial div.themed-header, div.off-canvas-content div.themed-header {
  height: 65px;
  height: 6.5rem;
  position: relative;
  top: -20px;
  top: -2rem;
  background-color: #FF0000; }
  @media screen and (max-width: 44em) {
    div.stories.themedspecial div.themed-header, div.off-canvas-content div.themed-header {
      display: none; } }

div.themedspecial .main-feature {
  padding-top: 1.5rem;
  padding-top: 15px;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 3%;
  margin-bottom: 4%; }
  div.themedspecial .main-feature .feature {
    display: none; }
    div.themedspecial .main-feature .feature.visible {
      display: block;
      position: relative; }
div.themedspecial .feature-selector {
  display: inline-block;
  width: 22rem;
  width: 220px;
  margin-right: 5px;
  margin-top: 15px;
  padding: 5px 10px 10px 10px;
  background-color: #F1F1F1; }
  @media screen and (max-width: 64em) {
    div.themedspecial .feature-selector {
      width: 95%;
      max-width: 95%;
      margin-right: 0px;
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  div.themedspecial .feature-selector .feature-discover {
    border-radius: 5px 5px 0 0;
    margin-top: 2px;
    margin-bottom: 2px; }
    div.themedspecial .feature-selector .feature-discover h3 {
      font-size: 15px;
      text-align: center;
      color: white;
      padding: 5px 0;
      margin-bottom: 0.5rem;
      margin-bottom: 5px; }
  div.themedspecial .feature-selector .feature {
    cursor: pointer;
    width: 100%;
    display: none; }
    @media screen and (max-width: 44em) {
      div.themedspecial .feature-selector .feature {
        width: 100%; } }
    div.themedspecial .feature-selector .feature.visible {
      display: block; }
      div.themedspecial .feature-selector .feature.visible.clear-left {
        clear: left; }
    div.themedspecial .feature-selector .feature .body {
      column-count: 1;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-gap: 0px;
      -webkit-column-gap: 0px;
      -moz-column-gap: 0px;
      overflow: hidden;
      padding-bottom: 3px;
      padding-top: 2px; }
      div.themedspecial .feature-selector .feature .body p {
        margin: 0;
        line-height: 1.4rem;
        font-size: 1.2rem;
        letter-spacing: 0.3px; }
    div.themedspecial .feature-selector .feature .feature-image-container {
      height: 125px;
      overflow: hidden;
      border-radius: 5px; }
    div.themedspecial .feature-selector .feature h1.title {
      font-size: 2.2rem;
      font-size: 22px; }
    div.themedspecial .feature-selector .feature header {
      padding-top: 0px; }
      div.themedspecial .feature-selector .feature header h1 {
        margin: 0.1em 0;
        margin: 1px 0; }
  div.themedspecial .feature-selector .feature8 {
    display: none !important; }
  div.themedspecial .feature-selector img.story-image {
    border-radius: 5px; }
  div.themedspecial .feature-selector .body p {
    font-weight: normal !important; }
    div.themedspecial .feature-selector .body p strong {
      font-weight: normal !important; }
div.themedspecial div.showpic .themed-special-image {
  display: none;
  height: 166px;
  width: 100%;
  background-image: url("/static/images/themedspecials/Header.png"); }
div.themedspecial div.showpic .themed-special-close {
  font-size: 2.8rem;
  line-height: 1; }
div.themedspecial div.showpic .icon-themed-special-close {
  background-image: url("/static/images/themedspecials/backtovmp.png");
  width: 181px;
  height: 183px; }
div.themedspecial div.showpic a.themed-special-close {
  left: -80px;
  top: -20px;
  position: absolute; }
div.themedspecial div.social {
  position: absolute;
  top: 476px;
  /*position:fixed;top:40%;*/
  margin-left: -49px;
  margin-left: -4.9rem;
  background-color: #ffffff;
  height: 186px;
  height: 18.6rem;
  width: 40px;
  width: 4rem;
  padding-left: 9px;
  padding-left: 0.9rem; }
  @media screen and (max-width: 44em) {
    div.themedspecial div.social {
      top: 0;
      position: relative;
      margin-left: 0px;
      padding-left: 5%;
      padding-right: 5%;
      height: auto;
      width: auto; } }
  div.themedspecial div.social h4 {
    margin: 14px 0 10px;
    margin: 1.4rem 0 1rem; }
    @media screen and (max-width: 44em) {
      div.themedspecial div.social h4 {
        text-align: center; } }
  div.themedspecial div.social ol {
    display: block;
    padding-left: 4px;
    padding-left: 0.4rem; }
    @media screen and (max-width: 44em) {
      div.themedspecial div.social ol {
        padding-left: 20%; } }
    div.themedspecial div.social ol li {
      display: block;
      padding-bottom: 10px;
      padding-bottom: 1rem; }
      @media screen and (max-width: 44em) {
        div.themedspecial div.social ol li {
          display: inline-block;
          width: 20%; } }
      div.themedspecial div.social ol li a {
        background-color: #ffffff; }
        div.themedspecial div.social ol li a i.icon {
          color: #a8afad;
          font-size: 25px;
          font-size: 2.5rem; }
div.themedspecial .programme_name {
  color: #cc0000;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 9px;
  margin:  0 0 0.9rem; }
div.themedspecial .programme_data_full {
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px;
  margin:  0 0 2rem; }

.themed-special-close {
  right: -200px;
  position: absolute;
  top: 18px;
  color: white;
  cursor: pointer; }
