﻿/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9ff739ed1fc0fa29fc57)
 * Config saved to config.json and https://gist.github.com/9ff739ed1fc0fa29fc57
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container, .site-header, .page-intro, .main, .site-footer, .sub-footer, .home-featured-programmes, .history-panel, .small-carousel, .heading, .programme-filters, .full-section {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .container, .site-header, .page-intro, .main, .site-footer, .sub-footer, .home-featured-programmes, .history-panel, .small-carousel, .heading, .programme-filters, .full-section {
    width: 740px; } }

@media (min-width: 992px) {
  .container, .site-header, .page-intro, .main, .site-footer, .sub-footer, .home-featured-programmes, .history-panel, .small-carousel, .heading, .programme-filters, .full-section {
    width: 960px; } }

@media (min-width: 1200px) {
  .container, .site-header, .page-intro, .main, .site-footer, .sub-footer, .home-featured-programmes, .history-panel, .small-carousel, .heading, .programme-filters, .full-section {
    width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .history-panel figure, .col-lg-2, .col-xs-3, .col-sm-3, .history-panel figure, .col-md-3, .mini-prog-panel, .team-list .image-panel, .genre-filter, .col-lg-3, .col-xs-4, .col-sm-4, .home-featured, .history-panel-image-wrapper, .mini-prog-panel, .genre-filter, .col-md-4, .image-panel, .programme-sidebar, .col-lg-4, .col-xs-5, .col-sm-5, .programme-sidebar, .contact-details, .col-md-5, .staff-name, .main-content.programme, .broadcaster-panel, .distributor-panel, .col-lg-5, .col-xs-6, .col-sm-6, .history-panel__content, .image-panel, .staff-name, .staff-profile, .production-teams .production-team, .main-content.programme, .broadcaster-panel, .distributor-panel, .main-content.take-part .image-panel, .col-md-6, .site-footer figure, .group-companies, .main-content.about, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .main-content.about, .keyword-search, .col-md-8, .generic-content, .col-lg-8, .col-xs-9, .col-sm-9, .page-intro__content, .col-md-9, .keyword-search, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .page-intro__content.programme, .showreel, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .site-header__content, .sub-footer__content, .main-content, .heading .section-heading, .results-list .section-heading, .full-section .section-heading, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .history-panel figure, .col-sm-4, .home-featured, .history-panel-image-wrapper, .mini-prog-panel, .genre-filter, .col-sm-5, .programme-sidebar, .contact-details, .col-sm-6, .history-panel__content, .image-panel, .staff-name, .staff-profile, .production-teams .production-team, .main-content.programme, .broadcaster-panel, .distributor-panel, .main-content.take-part .image-panel, .col-sm-7, .col-sm-8, .main-content.about, .keyword-search, .col-sm-9, .page-intro__content, .col-sm-10, .col-sm-11, .col-sm-12, .site-header__content, .sub-footer__content, .main-content, .heading .section-heading, .results-list .section-heading, .full-section .section-heading {
    float: left; }
  .col-sm-12, .site-header__content, .sub-footer__content, .main-content, .heading .section-heading, .results-list .section-heading, .full-section .section-heading {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9, .page-intro__content {
    width: 75%; }
  .col-sm-8, .main-content.about, .keyword-search {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6, .history-panel__content, .image-panel, .staff-name, .staff-profile, .production-teams .production-team, .main-content.programme, .broadcaster-panel, .distributor-panel, .main-content.take-part .image-panel {
    width: 50%; }
  .col-sm-5, .programme-sidebar, .contact-details {
    width: 41.66666667%; }
  .col-sm-4, .home-featured, .history-panel-image-wrapper, .mini-prog-panel, .genre-filter {
    width: 33.33333333%; }
  .col-sm-3, .history-panel figure {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2, .main-content.about {
    margin-left: 16.66666667%; }
  .col-sm-offset-1, .programme-sidebar {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .history-panel figure, .col-md-3, .mini-prog-panel, .team-list .image-panel, .genre-filter, .col-md-4, .image-panel, .programme-sidebar, .col-md-5, .staff-name, .main-content.programme, .broadcaster-panel, .distributor-panel, .col-md-6, .site-footer figure, .group-companies, .main-content.about, .col-md-7, .col-md-8, .generic-content, .col-md-9, .keyword-search, .col-md-10, .page-intro__content.programme, .showreel, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10, .page-intro__content.programme, .showreel {
    width: 83.33333333%; }
  .col-md-9, .keyword-search {
    width: 75%; }
  .col-md-8, .generic-content {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6, .site-footer figure, .group-companies, .main-content.about {
    width: 50%; }
  .col-md-5, .staff-name, .main-content.programme, .broadcaster-panel, .distributor-panel {
    width: 41.66666667%; }
  .col-md-4, .image-panel, .programme-sidebar {
    width: 33.33333333%; }
  .col-md-3, .mini-prog-panel, .team-list .image-panel, .genre-filter {
    width: 25%; }
  .col-md-2, .history-panel figure {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3, .main-content.about {
    margin-left: 25%; }
  .col-md-offset-2, .generic-content {
    margin-left: 16.66666667%; }
  .col-md-offset-1, .staff-profile, .page-intro__content.programme, .main-content.programme, .broadcaster-panel, .showreel {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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, -webkit-box-shadow ease-in-out .15s;
  -o-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 .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.clearfix:before,
.clearfix:after,
.container:before,
.site-header:before,
.page-intro:before,
.main:before,
.site-footer:before,
.sub-footer:before,
.home-featured-programmes:before,
.history-panel:before,
.small-carousel:before,
.heading:before,
.programme-filters:before,
.full-section:before,
.container:after,
.site-header:after,
.page-intro:after,
.main:after,
.site-footer:after,
.sub-footer:after,
.home-featured-programmes:after,
.history-panel:after,
.small-carousel:after,
.heading:after,
.programme-filters:after,
.full-section:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.site-header:after,
.page-intro:after,
.main:after,
.site-footer:after,
.sub-footer:after,
.home-featured-programmes:after,
.history-panel:after,
.small-carousel:after,
.heading:after,
.programme-filters:after,
.full-section:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/* Fonts */
/* Colours */
.primary-col {
  color: #1d0d48; }

.highlight-col {
  color: #0397d6; }

/* Blank List Styles */
/* Clearfix */
/* Background fill image*/
.site-header-wrapper, .featured-prog-panel {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* CSS transitions*/
.slick-slide {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

/* Media Queries */
/* ------------------------------------------- */
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  background-color: #f2f2f2; }

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }

a,
a:visited {
  color: #444; }

p a {
  border-bottom: 1px solid #444; }

p a:hover,
p a:focus {
  color: #0397d6;
  border-color: #0397d6;
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: none; }

/* GLOBAL =================================== */
a.btn,
.btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #0397d6;
  display: block;
  margin-bottom: 12px;
  padding: 8px 18px;
  text-transform: uppercase;
  font-size: 0.875em; }
  a.btn i,
  .btn i {
    margin-right: 12px; }
  a.btn:hover,
  .btn:hover {
    background-color: #0397d6;
    color: #fff; }
  a.btn.block-btn,
  .btn.block-btn {
    display: block; }
  a.btn.large-btn,
  .btn.large-btn {
    padding: 8px 24px;
    font-size: 1em; }
  a.btn.small-btn,
  .btn.small-btn {
    padding: 6px 12px;
    font-size: 0.75em; }
  a.btn.solid-btn,
  .btn.solid-btn {
    background-color: #0397d6;
    color: #fff;
    border: 0; }
    a.btn.solid-btn:hover,
    .btn.solid-btn:hover {
      background-color: #03a9ef;
      color: #fff; }
  @media (min-width: 768px) {
    a.btn,
    .btn {
      display: inline-block;
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .btn + .btn {
    margin-left: -6px; } }

a.icon-link {
  color: #1d0d48; }
  a.icon-link i {
    color: #0397d6;
    margin-right: 12px; }
  a.icon-link:hover {
    color: #0397d6; }

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

/* TYPOGRAPHY =================================== */
body {
  font-size: 1em;
  line-height: 24px;
  margin: 0 auto; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 400; }

h1 {
  font-weight: 300;
  font-size: 2em;
  line-height: 36px;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.75em;
      line-height: 48px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 3.5em;
      line-height: 60px; } }

h2 {
  font-weight: 300;
  margin-bottom: 24px;
  font-size: 1.5em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2em;
      line-height: 36px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.25em;
      line-height: 42px; } }

h3 {
  font-size: 1.625em;
  line-height: 24px;
  margin-bottom: 24px; }

p, ul, ol, pre, table, blockquote {
  margin-top: 0;
  margin-bottom: 24px; }

/* Sanitation */
hr {
  clear: both;
  border: 0;
  border-top: 1px solid #ddd;
  margin-top: 48px;
  margin-bottom: 48px; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

b, strong, em, small, code {
  line-height: 1; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

/* Slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slick Theme */
.slick-loading .slick-list {
  background: #fff url("img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  padding: 0;
  background-color: #0397d6;
  border-radius: 150px;
  cursor: pointer;
  border: none;
  outline: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: #03a9ef; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  color: #fff; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 5px; }

[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto; }

.slick-prev:before {
  content: "\f060"; }

[dir='rtl'] .slick-prev:before {
  content: "\f061"; }

.slick-next {
  right: 25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 25px; }

.slick-next:before {
  content: "\f061"; }

[dir='rtl'] .slick-next:before {
  content: "\f060"; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-item a.item {
  display: block;
  height: calc(100vh); }

.owl-item a .hero-content h2 {
  color: #fff;
  text-align: center;
  padding: 12px 24px;
  font-size: 2.2em !important;
  background: rgba(0, 121, 193, 0.8);
  position: absolute;
  bottom: 44px;
  right: 0; }

.owl-item a .hero-content .sub-info {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #65b1de;
  font-size: 0.8em;
  font-weight: bold; }

/* HEADER =================================== */
.site-header-wrapper {
  background-color: #140932; }

.site-header__content {
  *zoom: 1; }
  .site-header__content:before, .site-header__content:after {
    content: " ";
    display: table; }
  .site-header__content:after {
    clear: both; }
  @media (min-width: 768px) {
    .site-header__content {
      margin-bottom: 48px;
      margin-top: 30px; } }

.brand {
  float: left;
  margin-bottom: 24px; }

a.menu-trigger {
  float: right;
  padding: 6px 12px;
  margin-top: 24px;
  border-radius: 5px;
  background-color: #0397d6;
  color: #fff;
  font-size: 0.875em;
  display: block; }
  a.menu-trigger.active {
    background-color: #2e1573; }
  @media (min-width: 992px) {
    a.menu-trigger {
      display: none; } }

.main-nav {
  display: none;
  clear: both; }
  .main-nav li {
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .main-nav li:first-child {
      border: 0; }
  .main-nav a {
    display: block;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase; }
  .main-nav li.current_page_item a,
  .main-nav a:hover,
  .main-nav a:focus {
    background-color: #0397d6;
    color: #fff;
    padding-left: 12px; }
  @media (min-width: 992px) {
    .main-nav {
      display: block;
      float: right;
      clear: none;
      margin-top: 30px; }
      .main-nav ul {
        overflow: hidden; }
      .main-nav li {
        float: left;
        border: 0;
        margin-left: 24px; }
      .main-nav a {
        font-size: 1.125em;
        padding-top: 0;
        padding-bottom: 3px;
        border-bottom: 2px solid transparent;
        color: #ddd;
        color: rgba(255, 255, 255, 0.8); }
      .main-nav li.current_page_item a,
      .main-nav a:hover,
      .main-nav a:focus {
        padding-left: 0;
        background-color: transparent;
        border-bottom-color: #0397d6; } }

/* GLOBAL =================================== */
.page-intro {
  color: #fff; }

.page-intro__content h1 {
  margin-bottom: 24px;
  padding-left: 12px; }

.page-intro__content span {
  font-size: 1.25em;
  display: block;
  font-weight: 300;
  margin-bottom: 12px; }

@media (min-width: 768px) {
  .page-intro__content h1 {
    margin-bottom: 48px;
    padding-left: 0; } }

.has-image .page-intro__content {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .has-image .page-intro__content {
      margin-bottom: 120px;
      margin-top: 24px; } }

@media (min-width: 992px) {
  .page-intro__content.home {
    margin-bottom: 144px;
    margin-top: 48px; } }

/**/
.main {
  padding-top: 36px;
  padding-bottom: 12px; }
  @media (min-width: 768px) {
    .main {
      padding-top: 48px;
      padding-bottom: 24px; } }

.section-heading {
  text-transform: uppercase;
  color: #1d0d48;
  font-size: 1em;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600; }
  .section-heading:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #0397d6;
    margin-top: 6px; }
  .section-heading.large {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 48px;
    margin-top: 24px; }
  .section-heading.white {
    color: #fff; }

/* FOOTER =================================== */
.site-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #e8e8e8; }
  .site-footer figure {
    overflow: hidden;
    padding-top: 12px;
    text-align: center; }
    .site-footer figure img {
      height: 42px;
      width: auto;
      margin-right: 12px; }
      @media (min-width: 768px) {
        .site-footer figure img {
          float: left;
          height: 48px;
          margin-right: 24px; } }
    .site-footer figure p {
      margin-bottom: 0;
      margin-top: 18px;
      font-size: 0.875em;
      line-height: 18px; }

.group-companies {
  *zoom: 1;
  margin-top: 24px; }
  .group-companies:before, .group-companies:after {
    content: " ";
    display: table; }
  .group-companies:after {
    clear: both; }
  .group-companies ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    float: right; }
  .group-companies li {
    float: left;
    width: 33%; }
  @media (min-width: 768px) {
    .group-companies li {
      width: 33%; } }
  @media (min-width: 992px) {
    .group-companies {
      margin-top: 0; } }
  .group-companies a {
    display: block; }
  .group-companies a:hover,
  .group-companies a:focus {
    position: relative;
    z-index: 3;
    outline: 2px solid #ddd; }

.company-brand {
  width: 100%;
  height: auto; }

.sub-footer-wrapper {
  background-color: #ddd;
  padding-top: 24px;
  padding-bottom: 24px; }

.sub-footer__content {
  font-size: 0.875em;
  color: #777;
  overflow: hidden; }
  .sub-footer__content .footer-legals {
    display: block;
    margin: 8px 0; }
    @media (min-width: 1200px) {
      .sub-footer__content .footer-legals {
        display: inline;
        margin: 0 0; } }
  .sub-footer__content p {
    margin-bottom: 0; }
  .sub-footer__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    padding-top: 8px; }
  .sub-footer__content li {
    display: inline-block;
    margin-right: 12px; }
  .sub-footer__content a {
    color: #777; }
    .sub-footer__content a:hover {
      color: #444; }
  @media (min-width: 768px) {
    .sub-footer__content li {
      margin-right: 0; } }

@media (min-width: 768px) {
  .site-credit {
    margin-right: 24px; } }

/* HOME =================================== */
/* Home Background Video */
html {
  overflow-x: hidden; }

/* Hide video for mobile  */
.site-header-wrapper video, object {
  display: none; }

.site-header-wrapper .background-image {
  display: block;
  z-index: -1; }

@media (min-width: 768px) {
  .site-header-wrapper video, object {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .site-header-wrapper .background-image {
    display: none; } }

.home-featured-programmes {
  margin-bottom: 48px; }

.home-featured {
  margin-bottom: 20px; }

.featured-prog-panel {
  height: 250px;
  position: relative; }
  .featured-prog-panel:hover .overlay {
    visibility: visible; }
  .featured-prog-panel:hover .prog-title {
    visibility: hidden; }
  .featured-prog-panel .prog-title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    line-height: 30px; }
    .featured-prog-panel .prog-title span {
      background-color: #f2f2f2;
      box-shadow: 10px 0 0 #f2f2f2, -10px 0 0 #f2f2f2; }

.cssanimations .featured-prog-panel .overlay {
  opacity: 0;
  visibility: visible; }

.cssanimations .featured-prog-panel:hover .prog-title {
  opacity: 0; }

.cssanimations .featured-prog-panel:hover .overlay {
  opacity: 1; }

.overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d0d48;
  background-color: rgba(20, 9, 50, 0.9);
  border: 6px solid #0397d6; }
  .overlay img {
    position: absolute;
    top: 24px;
    left: 24px; }

.overlay__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fff; }

@media (min-width: 992px) {
  .slick-slide {
    opacity: 0.2; }
    .slick-slide.slick-active {
      opacity: 1; } }

/* History Panel */
.history-panel-wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: cover; }
  @media (min-width: 768px) {
    .history-panel-wrapper {
      padding-top: 48px;
      padding-bottom: 48px;
      background-image: initial; } }
  @media (min-width: 992px) {
    .history-panel-wrapper {
      background-color: #1d0d48;
      background-repeat: no-repeat;
      background-position: center right;
      background-size: auto; } }

.history-panel {
  padding: 48px; }
  .history-panel figure {
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .history-panel figure {
        display: none; } }
  @media (min-width: 992px) {
    .history-panel {
      padding: 24px; } }

.history-panel__content p {
  font-size: 1.625em;
  line-height: 30px; }

.history-panel-image-wrapper img {
  max-width: 100%;
  width: 100%; }

/* ABOUT =================================== */
.main-content h2 {
  color: #1d0d48; }

.main-content.home {
  margin-bottom: 0; }
  .main-content.home .section-heading {
    margin: 0; }

.buttons {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block; }

/* Awards */
.awards-wrapper {
  background-color: #e8e8e8;
  padding-top: 48px;
  padding-bottom: 48px; }

.award-panel {
  margin-right: 5px;
  margin-left: 5px; }
  @media (min-width: 768px) {
    .award-panel {
      margin-right: 10px;
      margin-left: 10px; } }
  .award-panel .caption {
    display: block;
    text-align: center;
    padding: 12px 24px;
    font-size: 80%;
    line-height: 18px;
    background-color: #ddd;
    color: #777; }
  .award-panel strong {
    font-weight: 600; }

.award-img {
  text-align: center;
  background-color: #fff;
  padding: 24px;
  color: #1d0d48; }
  .award-img img {
    margin-bottom: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .award-img strong {
    color: #0397d6;
    font-size: 1.125em;
    text-transform: uppercase; }

/* Mini Featured Progs */
.mini-featured-progs {
  background-color: #1d0d48;
  padding-top: 48px;
  padding-bottom: 48px; }
  .mini-featured-progs .section-heading {
    color: #fff;
    margin-bottom: 48px; }

.mini-prog-panel {
  margin-bottom: 20px; }
  .mini-prog-panel figure {
    position: relative;
    min-height: 150px; }
  .mini-prog-panel .broadcaster {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .mini-prog-panel h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    color: #0397d6;
    font-size: 1em;
    color: #fff; }
    .mini-prog-panel h3 span {
      padding-top: 4px;
      padding-bottom: 4px;
      background-color: #1d0d48;
      box-shadow: 10px 0 0 #1d0d48, -10px 0 0 #1d0d48; }
  .mini-prog-panel .time-date {
    color: #0397d6;
    font-size: 0.875em; }
  .mini-prog-panel:hover .mini-prog-img {
    opacity: 1; }

.mini-prog-img {
  opacity: 0.6; }

/* TEAM =================================== */
/* TEAM =================================== */
@media (min-width: 992px) {
  .team-list .image-panel {
    min-height: 240px; } }

.image-panel {
  margin-bottom: 20px; }
  .image-panel img {
    opacity: 1;
    width: 100%;
    height: auto; }
  .image-panel a {
    display: block;
    color: #1d0d48; }
    .image-panel a:hover {
      color: #0397d6; }
      .image-panel a:hover img {
        opacity: 0.7; }
  .image-panel figure {
    position: relative; }
  .image-panel h3 {
    font-size: 1.1em;
    padding: 6px 12px 0 2px;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.2em;
    min-height: 60px; }
    .image-panel h3.person-title {
      min-height: 75px;
      line-height: 1em; }
    .image-panel h3.castings {
      background: none !important;
      border: 0px;
      padding: 0;
      min-height: auto; }
    .image-panel h3 span {
      color: #360638; }
  .image-panel .job-title {
    color: #0397d6;
    text-transform: uppercase;
    font-size: 0.875em;
    display: block; }
  .image-panel.current {
    opacity: 0.3; }

.staff-name {
  margin-bottom: 24px; }
  .staff-name h1 {
    color: #1d0d48;
    margin-bottom: 4px; }
  .staff-name .job-title {
    display: block;
    margin-bottom: 24px;
    color: #0397d6;
    font-size: 1.25em;
    font-weight: 300; }
    @media (min-width: 768px) {
      .staff-name .job-title {
        font-size: 2em;
        margin-bottom: 48px; } }
  .staff-name img {
    width: 100%; }
  @media (min-width: 768px) {
    .staff-name {
      margin-bottom: 48px; } }

.staff-profile {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .staff-profile {
      margin-top: 18px; } }

.production-teams .production-team {
  margin-bottom: 20px; }
  .production-teams .production-team h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.25em;
    margin-bottom: 0;
    width: 75%;
    color: #1d0d48; }
    .production-teams .production-team h3 span {
      padding-top: 3px;
      padding-bottom: 3px;
      background-color: #f2f2f2;
      box-shadow: 10px 0 0 #f2f2f2, -10px 0 0 #f2f2f2; }

/* PROG SEARCH =================================== */
.programme-filters-wrapper {
  background-color: #1d0d48;
  padding-top: 24px;
  padding-bottom: 24px; }

.results-list {
  margin-top: -36px; }

.keyword-search {
  position: relative; }

.prog-search-form label {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875em; }

.search-btn {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 34px;
  width: 48px;
  background-color: #0397d6;
  text-align: center;
  border: 0;
  color: #fff; }
  .search-btn:hover {
    background-color: #03a9ef; }

.form-control {
  border-radius: 0;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .form-control {
      margin-bottom: 0; } }

/* PROGRAMME DETAIL =================================== */
.page-intro__content.programme {
  margin-bottom: 0;
  margin-top: 144px; }
  @media (min-width: 992px) {
    .page-intro__content.programme {
      margin-top: 288px; } }
  .page-intro__content.programme h1 {
    background-color: #0397d6;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
    margin-bottom: -12px;
    display: inline-block;
    position: relative; }
    .page-intro__content.programme h1:before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: -1000px;
      width: 1000px;
      bottom: 0;
      background-color: #0397d6; }
    @media (min-width: 768px) {
      .page-intro__content.programme h1 {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 36px;
        margin-bottom: -24px; } }

.programme-info {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 24px; }
  .programme-info li {
    border-top: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px; }
    .programme-info li:first-child {
      border: 0;
      padding-top: 0; }
  .programme-info a:hover {
    color: #0397d6; }
  .programme-info span {
    color: #0397d6;
    display: block; }
    @media (min-width: 768px) {
      .programme-info span {
        display: inline-block;
        width: 50%; } }

.broadcaster-panel {
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .broadcaster-panel {
      margin-bottom: 24px; } }

.distributor-panel {
  margin-bottom: 24px; }

.grey-panel {
  overflow: hidden;
  padding: 12px 12px 12px 24px;
  background-color: #e8e8e8;
  color: #1d0d48;
  line-height: 48px; }
  .grey-panel img {
    float: right; }

.full-section .section-heading {
  margin-bottom: 48px; }

/* TAKE PART =================================== */
@media (min-width: 768px) {
  .main-content.take-part .image-panel a.btn {
    display: inline-block; } }

.main-content.take-part figure {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .main-content.take-part figure {
      margin-bottom: 0; } }

/* REEL =================================== */
.showreel h2 {
  color: #0397d6;
  margin-bottom: 48px; }

/* CONTACT =================================== */
.contact-section {
  position: relative; }

.contact-details a {
  border-bottom: 1px solid transparent; }
  .contact-details a:hover {
    color: #0397d6;
    border-bottom-color: #0397d6; }

.fa-ul {
  margin-left: 30px; }

.contact-address {
  margin-bottom: 24px; }

.smallprint {
  color: #777;
  font-size: 0.75em;
  line-height: 18px; }

#map-canvas {
  display: block;
  background-color: #0397d6;
  height: 100%;
  height: 384px; }
  @media (min-width: 768px) {
    #map-canvas {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      height: 500px; } }

/* GENERIC =================================== */
.generic-content h3 {
  color: #0397d6; }

@media (min-width: 768px) {
  .error-panel {
    padding-top: 120px;
    padding-bottom: 96px; } }

/* TRANSITIONS =================================== */
.overlay,
.prog-title,
.image-panel img,
.mini-prog-img {
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out; }

a {
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out; }

@media (min-width: 768px) {
  .blog-post {
    min-height: 100px; } }

.blog-post .post-inner {
  padding: 12px 12px; }

.blog-post .post-inner span {
  font-size: 0.9em;
  color: #0397d6; }
