@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

q:before,
q:after {
  content: '';
  content: none; }

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;
  white-space: normal; }

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

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

/* ================ */
/* Dashboard Styles */
body {
  background-color: #262525;
  line-height: normal; }

i.gelicon--iplayer-radio {
  position: absolute;
  left: 0;
  background-color: #f54997;
  display: block;
  font-size: 30px !important;
  height: 45px;
  line-height: 45px;
  padding-left: 1px;
  text-align: center;
  width: 52px; }

h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  margin: 8px 0;
  transition: color 400ms;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -ms-transition: color 400ms;
  -o-transition: color 400ms;
  margin-bottom: 0;
  padding-bottom: 4px; }

a {
  text-decoration: none;
  color: #fff;
  transition: color 400ms;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -ms-transition: color 400ms;
  -o-transition: color 400ms; }

a.hover .title, a.hover h3, .stations-section a:hover h3, .typical-list li:hover h3 a {
  color: #f54997;
  transition: color 400ms;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -ms-transition: color 400ms;
  -o-transition: color 400ms; }

ul {
  padding: 0;
  list-style: none;
  margin: 0; }

.container-seperator {
  background-color: #404040;
  height: 1px; }

.outerContainer {
  padding-top: 8px; }

.loading-spinner {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #f54997;
  border-right: 3px solid #f54997;
  border-top: 3px solid #f54997;
  border-radius: 100%;
  height: 13px;
  width: 13px;
  -webkit-animation: spin .6s infinite linear;
  -moz-animation: spin .6s infinite linear;
  -ms-animation: spin .6s infinite linear;
  -o-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear;
  position: absolute;
  right: 6px;
  top: 6px;
  display: none; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes "spin" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes "spin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

.loading-spinner.active {
  display: block; }

.drawer .loading-spinner.active {
  opacity: 1;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms; }

.drawer .loading-spinner {
  display: none;
  top: 163px;
  left: 48%;
  height: 40px;
  position: absolute;
  width: 40px;
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f54997;
  border-right: 5px solid #f54997;
  border-top: 5px solid #f54997; }

.container {
  background-color: #212121;
  border-top: 1px solid #666; }

.tab-header {
  font-size: 26px;
  color: #FFF;
  margin: 10px 0;
  display: block;
  margin-bottom: 30px;
  margin-left: 8px;
  font-weight: normal;
  padding-top: 8px; }
  .tab-header span {
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -ms-transition: color 400ms;
    -o-transition: color 400ms; }
  .tab-header h2 {
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -ms-transition: color 400ms;
    -o-transition: color 400ms; }

h2.section-header {
  display: inline;
  font-size: 26px;
  color: #FFF;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

.resourceview .tab-header {
  margin-left: 0; }

.typical_drawer_inner {
  max-height: 0; }

.stations-section .tab-header {
  margin-left: 0; }

.magnifying_glass {
  position: absolute;
  top: 6px;
  left: 4px;
  display: none; }

.sch-item-schedule {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0; }

.tab-body .view_schedule_link {
  display: none; }

.dashboard_programmeFinder_input_wrap {
  float: left;
  width: 82%; }

.dashboard_programmeFinder_submit_wrap {
  float: left;
  width: 10%; }

.a-z_link_wrap {
  float: left;
  width: 8%; }

.a-z_link {
  display: block;
  float: left;
  width: 90%;
  padding: 0;
  background-color: #363636;
  border-left: 8px solid #262525;
  color: rgba(255, 253, 253, 0.8);
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center; }

.a-z_link:hover,
.a-z_link:active,
.a-z_link:focus {
  background-color: #f54997;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .5s; }

.dashboard_programmeFinder {
  background-color: #454545; }

.dashboard_programmeFinder_input_wrap label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden; }

.dashboard_programmeFinder_input {
  background-color: #FFF;
  border: none;
  outline: none;
  height: 34px;
  display: block;
  width: 100%;
  color: #222;
  margin: 0 !important;
  font-size: 20px;
  padding: 0 0 0 8px;
  -webkit-appearance: none;
  border-radius: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000; }

.active ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222; }

.active :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222; }

.active ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222; }

.active :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222; }

.dashboard_programmeFinder_input:focus {
  background-color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s; }

.dashboard_programmeFinder_submit {
  background-image: url("../../img/dashboard/icons/search.png");
  background-color: #454545;
  color: transparent;
  border: none;
  background-repeat: no-repeat;
  height: 30px;
  border-left: 1px solid #262525;
  width: 44px;
  font-size: 18px;
  float: right;
  padding: 0;
  background-position: 50%;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 2px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .5s; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .dashboard_programmeFinder_submit {
      background-image: url("../../img/dashboard/icons_retina/search.png");
      background-size: 22px; } }

.icon_wrap {
  width: 33.3%;
  float: left;
  list-style: none;
  line-height: 0; }

.icon_wrap--svg {
  text-align: center;
  box-sizing: border-box;
  padding: 1px; }
  .icon_wrap--svg .service_logo_link {
    background-color: #3A3A3A;
    height: 80px; }

.service_icon--svg {
  width: 26px; }

.icon_wrap_inner {
  background-color: #3A3A3A;
  margin: 1px;
  height: 80px;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s; }

.icon_wrap_inner--svg {
  position: relative;
  display: inline-block;
  background-color: transparent;
  width: 43px;
  height: 43px;
  margin-top: 17px; }
  .icon_wrap_inner--svg .service_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.service_icon--white {
  opacity: 0; }

.chevron {
  display: none; }

.icon_wrap_inner:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.services_list {
  padding: 0;
  margin-bottom: 10px; }

.service_logo_link {
  display: inline-block;
  overflow: hidden;
  width: 100%; }
  .service_logo_link:hover {
    text-decoration: none !important; }

.service_icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s; }

.podcast_image {
  width: 56.25% !important; }

.current-service .service_icon {
  opacity: 1; }

.form_container {
  position: relative; }

.dashboard_programmeFinder_results {
  background-color: #323232;
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: hidden; }

.pfResultsList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px; }
  .pfResultsList li {
    height: 40px;
    display: table; }

.queryMatch {
  color: #fff;
  transition: color 400ms;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -ms-transition: color 400ms;
  -o-transition: color 400ms; }

.pf_result_item {
  color: #BDBDBD;
  text-decoration: none;
  vertical-align: middle;
  display: table-cell;
  font-size: 18px; }
  .pf_result_item:hover {
    color: #f54997; }
    .pf_result_item:hover .queryMatch {
      transition: color 400ms;
      -webkit-transition: color 400ms;
      -moz-transition: color 400ms;
      -ms-transition: color 400ms;
      -o-transition: color 400ms;
      color: #f54997; }

.podcast_image_wrap {
  background-image: url("../../img/dashboard/podcast_169.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #323232;
  overflow: hidden; }

/* Categories */
.categories-list {
  padding: 0;
  list-style: none; }

.categories_list_item_wrap > img {
  width: 100%; }

.typical-list > li {
  float: left;
  width: 50%;
  margin-bottom: 16px; }

.typical-list > li:first-child {
  float: none;
  width: 100%; }

.category_image {
  width: 100%; }

.category_heading {
  text-decoration: none;
  color: inherit; }

/* Stations */
.station_preview_wrap {
  display: none;
  position: relative; }

.plp-stations-content-rich {
  display: block;
  position: relative;
  margin-bottom: 8px; }

.rsp-img {
  width: 100%; }

.plp-station-img {
  display: none; }

.plp-stations-service-logo-large {
  display: block;
  text-align: center;
  padding: 41px 0 42px 0; }

.plp-sch-item-broadcast-inner {
  display: block;
  overflow: hidden; }

.proportion {
  background: none repeat scroll 0 0 rgba(216, 13, 104, 0.3);
  display: block;
  height: 4px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
  top: -5px; }

.proportion span {
  background: #f54997;
  display: block;
  height: 4px; }

.station_preview_list, .stations_panel_list {
  list-style: none;
  padding: 0;
  margin: 0; }

.plp-sch-item-onnow {
  display: block;
  position: relative;
  bottom: 9px; }

.sch-item-dets-wrap h3 {
  margin-top: 0; }

.sch-item-dets-wrap .service_title {
  display: inline; }

.sch-item-dets-wrap .sch-item-time {
  display: inline; }

.service_title {
  display: block;
  color: rgba(189, 189, 189, 0.8);
  font-size: 11px;
  text-transform: uppercase; }

.sch-item-title {
  display: block;
  color:   #fff;
  font-size: 18px;
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.plp-sch-item-onnow-label {
  background-color: #FFF;
  color: #000;
  margin-right: 5px;
  padding: 1px; }

.sch-item-icon-wrap.bottom {
  display: none; }

.sch-item-icon-wrap.top {
  display: block;
  height: 54px;
  line-height: 54px;
  margin-bottom: 6px; }

.sch-item-icon-wrap.service_icon {
  opacity: 1; }

.sch-item-time {
  color: #BDBDBD; }

.station_preview_wrap .typical-list-item-inner {
  padding-left: 0; }

.panel .typical-list-item {
  width: 50%;
  margin-bottom: 16px;
  display: block;
  /* min-height: 136px; */
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal; }
  .panel .typical-list-item .plp-stations-list-item-inner {
    padding: 0 0 0 8px; }
  .panel .typical-list-item .typical-list-item-inner {
    padding: 0 0 0 8px; }

.panel .typical-list-item.item-idx-1, .panel .typical-list-item.item-idx-2, .panel .typical-list-item.item-idx-3 {
  display: none; }

/* Allow typical list item on pages */
.resourceview .typical-list-item.item-idx-1, .resourceview .typical-list-item.item-idx-2, .resourceview .typical-list-item.item-idx-3 {
  display: inline-block; }

.service_onair_panel {
  display: none; }

.plp-sch-item-onnow-label {
  background-color: #F54997;
  color: #FFF;
  left: 0;
  position: absolute;
  padding: 2px;
  text-transform: uppercase;
  top: 0; }

.promotions-list .view_all_small {
  padding-top: 25%; }
  .promotions-list .view_all_small:nth-of-type(1) {
    margin-bottom: 8px; }

.stations_cycle_toggle {
  border: none;
  background: url("../../img/dashboard/play-pause-sprite.png") no-repeat 5px 10px;
  position: absolute;
  right: 0;
  display: block;
  width: 38px;
  height: 28px;
  background-color: rgba(51, 51, 51, 0.87);
  color: #FFF;
  text-indent: -99999px;
  line-height: 32px;
  z-index: 2;
  opacity: 1;
  background-position: 2px 3px; }

.stations_cycle_toggle.paused {
  background-position: 5px -38px; }

.plp-stations-imgwrap {
  position: relative; }

.availableContent {
  color: #fff;
  margin-bottom: 0 !important; }

.section_expander {
  clear: both;
  text-align: center;
  background-color: #323232;
  padding: 5px;
  color: #FFF;
  line-height: 22px;
  height: 22px;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0 0 0 16px;
  border-top: 1px solid transparent;
  transition: border-top 400ms;
  -webkit-transition: border-top 400ms;
  -moz-transition: border-top 400ms;
  -ms-transition: border-top 400ms;
  -o-transition: border-top 400ms; }
  .section_expander:hover {
    border-top: 1px solid #f54997;
    transition: border-top 400ms;
    -webkit-transition: border-top 400ms;
    -moz-transition: border-top 400ms;
    -ms-transition: border-top 400ms;
    -o-transition: border-top 400ms; }

.section_expander_grid {
  float: right;
  position: absolute;
  right: 7px;
  top: 7px; }

.section_expander_title {
  line-height: 11px;
  font-size: 11px;
  padding: 5px 0;
  display: block; }

.section_expander:hover .section_expander_title {
  color: #f54997; }

.sections-container {
  margin-bottom: 16px;
  margin-left: -16px; }

/* Drawer */
.drawer, .stations_drawer, .categories_drawer, .popular_drawer, .promotions_drawer {
  overflow: hidden;
  transition: max-height 1s, height 1s;
  -webkit-transition: max-height 1s, height 1s;
  -moz-transition: max-height 1s, height 1s;
  -ms-transition: max-height 1s, height 1s;
  -o-transition: max-height 1s, height 1s;
  margin-left: 16px; }

.drawer .drawer-inner, .stations_drawer_inner, .categories_drawer_inner, .popular_drawer_inner, .promotions_drawer_inner {
  max-width: 976px;
  margin: 0 auto 0 auto;
  transition: max-height 1s, height 1s;
  -webkit-transition: max-height 1s, height 1s;
  -moz-transition: max-height 1s, height 1s;
  -ms-transition: max-height 1s, height 1s;
  -o-transition: max-height 1s, height 1s;
  margin-left: 16px;
  max-height: 0; }

/* Panels */
.drawer .stations_panel {
  display: block; }

.drawer_content {
  display: none; }

.sch-item-title a {
  color: #fff; }

.subtitle, .availableContent {
  font-size: 13px;
  color: #BDBDBD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  margin-bottom: 6px; }

.subtitle.wrap {
  white-space: normal; }

.view_all {
  background-color: #323232;
  display: block;
  text-align: center;
  font-size: 15px;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 56.25%;
  transition: color 400ms;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -ms-transition: color 400ms;
  -o-transition: color 400ms; }
  .view_all:hover {
    color: #f54997;
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -ms-transition: color 400ms;
    -o-transition: color 400ms; }

.view_all_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff; }
  .view_all_inner img {
    width: auto !important;
    display: none; }
  .view_all_inner span {
    margin-right: 8px; }

.view_all_inner::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.view_all_inner span {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%; }

.title {
  color: #fff;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  padding: 0 0 2px 0;
  margin: 6px 0 2px 0; }

.panel {
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  overflow: hidden;
  letter-spacing: -0.31em; }

.tab_img_wrapper {
  position: relative; }

.tab_img_wrapper img {
  width: 100%; }

.tab-body {
  /* margin-bottom: 8px; */ }

/* .plp-sch-item-onnow .service_icon {
	@include resize-sprite($sprites, "bbc_radio_one", 60);
} */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.section-inner {
  margin-left: 8px; }

.radio-link-twitter {
  background: url(../../img/icons/twitter_icon_small.png) center left no-repeat;
  padding: 2px 2px 2px 20px; }

.panel .sch-item-icon-wrap {
  display: none; }

.panel {
  margin-left: -8px; }

.drawer .drawer-inner, .stations_drawer_inner, .categories_drawer_inner, .popular_drawer_inner, .promotions_drawer_inner {
  margin-left: 0; }

.stations-section .section-inner, .typical_list_item_wrap {
  padding: 0 0 0 8px;
  position: relative; }

.stations_panel .plp-sch-item-onnow .plp-sch-item-broadcast {
  float: left;
  margin-bottom: 8px; }

.panel .stations_cycle_toggle {
  display: none; }

.hidden-offscreen {
  position: absolute;
  left: -9999px; }

/* ================================= */
/* Unsupported Browser Banner Styles */
.blq-unsupported-banner {
  background-color: #FBFBFB; }

.blq-unsupported-banner {
  color: #666666;
  display: block;
  font-size: 1.5em;
  text-align: center;
  padding: 13px 15px 15px;
  text-decoration: none;
  line-height: 1.4; }

.blq-unsupported-banner-sub {
  display: block;
  font-size: 0.5em;
  font-weight: bold;
  padding: 10px 0 0 70px; }

.blq-unsupported-banner-sub span {
  color: #1A75BB;
  margin-left: 5px; }

@media screen and (min-width: 400px) {
  .panel {
    margin-left: -16px; }
  .panel .typical-list-item .typical-list-item-inner {
    padding: 0 0 0 16px; }
  .view_all_inner {
    font-size: 15px;
    text-transform: none; }
    .view_all_inner img {
      display: none; }
  .stations-section .section-inner, .typical_list_item_wrap, .typical_drawer_inner .typical-list-item .typical-list-item-inner {
    padding: 0 0 0 16px;
    position: relative; }
  .section-inner {
    margin-left: auto; }
  .typical-list-item-inner, .plp-stations-list-item-inner {
    padding-left: 16px; }
  .section-inner .plp-stations-list-item-inner {
    padding-left: 0; }
  .tab-header span {
    margin-left: 8px; }
  .tab-header h2 {
    margin-left: 8px; } }

@media screen and (min-width: 430px) {
  /* fix for https://jira.dev.bbc.co.uk/browse/RMUSIC-5158 */
  .service_icon.service_icon-bbc_radio_nan_gaidheal {
    width: 58px; }
  .stations_panel .plp-sch-item-onnow .plp-sch-item-broadcast {
    float: left;
    margin-bottom: 8px; }
  .icon_wrap {
    width: 16.6%;
    line-height: 0; }
  .stations-section .tab-header span {
    margin-left: 0; }
  .stations-section .tab-header h2 {
    margin-left: 0; }
  .stations_drawer_inner .plp-stations-list-item, .typical_drawer_inner .typical-list-item {
    width: 50%; }
  .panel .typical-list-item {
    width: 50%;
    margin-bottom: 24px;
    display: inline-block;
    vertical-align: top;
    /* min-height: 224px; */ }
    .panel .typical-list-item .typical-list-item-inner {
      padding: 0 0 0 16px; }
    .panel .typical-list-item .typical-img {
      width: 100%; }
  .typical-list > li {
    margin-bottom: 24px; } }

@media screen and (min-width: 600px) {
  .pfResultsList {
    padding-left: 32px; }
  .subtitle, .availableContent {
    font-size: 15px; }
  .icon_wrap_inner {
    background-color: transparent;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    margin: 0; }
  .sch-item-schedule {
    margin-left: 35px;
    display: block; }
    .sch-item-schedule:hover {
      color: #f54997; }
  .station_preview_wrap .typical-list-item {
    padding-right: 10px; }
  .panel .service_icon {
    display: block; }
  .stations_cycle_toggle {
    display: block; }
  .service_icon {
    opacity: 0.5;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s; }
    .service_icon:hover, .service_icon.active {
      opacity: 1; }
  .service_icon--colour {
    opacity: 0; }
  .icon_wrap_inner--svg {
    height: 80px;
    margin-top: 0; }
  .icon_wrap--svg {
    text-align: center;
    box-sizing: border-box;
    padding: 1px; }
    .icon_wrap--svg .service_logo_link {
      background-color: transparent;
      height: auto; }
  .stations-section .tab-header span {
    margin-left: 0; }
  .stations-section .tab-header h2 {
    margin-left: 0; }
  .panel .typical-list-item {
    width: 33.3%; }
  .categories-list {
    /* margin-bottom: 10px; */ }
  .view_schedule_link {
    float: right;
    position: relative;
    color: #FFF;
    bottom: 12px; }
  .dashboard_programmeFinder_submit {
    background-image: none;
    color: rgba(255, 253, 253, 0.8);
    width: 74px; }
  .dashboard_programmeFinder_submit.active {
    background-color: #f54997;
    color: #fff;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    height: 34px;
    margin-top: 0;
    border: none; }
  .dashboard_programmeFinder_input {
    background-color: #454545;
    padding: 0 0 0 32px; }
  .sch-item-icon-wrap {
    float: left;
    margin-right: 10px; }
    .sch-item-icon-wrap .service_icon {
      opacity: 1;
      position: relative;
      width: 25px;
      top: -2px; }
  .sch-item-icon-wrap.bottom {
    display: block;
    position: absolute;
    top: 3px; }
  .sch-item-icon-wrap.top {
    display: none; }
  .sch-item-dets-wrap {
    padding-left: 35px; }
  .station_preview_wrap {
    width: 33.3%;
    float: left;
    height: 217px;
    display: block; }
  ul.services_list {
    width: 66.6%;
    float: left;
    margin: 0;
    position: relative; }
  .typical-list > li:first-child {
    float: left;
    width: 33.3%; }
  .typical-list > li {
    width: 33.3%;
    float: left; }
  .plp-sch-item-broadcast .sch-item-title {
    color: #fff; }
  .magnifying_glass {
    display: block; }
  .typical_list_item_wrap {
    padding: 0 0 0 16px; }
  .tab_img_wrapper img {
    width: 100%; }
  .dashboard_programmeFinder_input_wrap ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.8); }
  .dashboard_programmeFinder_input_wrap :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.8); }
  .dashboard_programmeFinder_input_wrap ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.8); }
  .dashboard_programmeFinder_input_wrap :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.8); }
  .title {
    font-size: 18px; } }

@media screen and (max-width: 599px) {
  .section-inner button.stations_cycle_toggle {
    display: none; }
  .dashboard_programmeFinder_submit {
    background-color: #f54997;
    height: 34px;
    border: none;
    margin-top: 0; }
  .dashboard_programmeFinder {
    background-color: #fff; }
  .dashboard_programmeFinder_submit_wrap {
    float: right; } }

@media screen and (max-width: 1006px) {
  .tab_image_wrapper {
    position: relative; }
  i.gelicon--iplayer-radio {
    bottom: 3px;
    position: absolute; }
  #blq-content .sections-container ul.popular-list li:first-child i.gelicon--iplayer-radio,
  #blq-content .sections-container ul.promotions-list li:first-child i.gelicon--iplayer-radio {
    display: block;
    bottom: 3px; }
  /*ul.popular-list li i.gelicon--iplayer-radio, ul.promotions-list li i.gelicon--iplayer-radio{display: block; bottom: 0;}*/
  button.stations_cycle_toggle {
    margin-right: 10px; }
  .a-z_link_wrap {
    display: none; }
  .dashboard_programmeFinder_input_wrap {
    width: 90%; } }

@media screen and (min-width: 1007px) {
  i.gelicon--iplayer-radio {
    display: none; }
  #blq-content .sections-container ul.popular-list li.episode:first-child i.gelicon--iplayer-radio,
  #blq-content .sections-container ul.popular-list li.clip:first-child i.gelicon--iplayer-radio,
  #blq-content .sections-container ul.promotions-list li.programme:first-child i.gelicon--iplayer-radio,
  #blq-content .sections-container ul.promotions-list li.clip:first-child i.gelicon--iplayer-radio {
    display: block;
    bottom: -3px; }
  #blq-content .drawer .drawer-inner .popular_panel ul.popular-list li:first-child .tab_img_wrapper {
    height: auto; }
  #blq-content .drawer .drawer-inner .popular_panel ul.popular-list li .tab_img_wrapper i.gelicon--iplayer-radio {
    display: block;
    top: 83px; }
  /* ul.popular-list li:first-child i.gelicon--iplayer-radio, ul.promotions-list li:first-child i.gelicon--iplayer-radio{display: block; bottom: 0;} */
  /* this for when its a drawer */
  .drawer .drawer-inner .featured_panel ul.promotions-list li.programme .tab_img_wrapper i.gelicon--iplayer-radio,
  .drawer .drawer-inner .featured_panel ul.promotions-list li.clip .tab_img_wrapper i.gelicon--iplayer-radio {
    display: block;
    bottom: 0; }
  .drawer .drawer-inner .popular_panel ul.popular-list li.episode .tab_img_wrapper i.gelicon--iplayer-radio,
  .drawer .drawer-inner .popular_panel ul.popular-list li.clip .tab_img_wrapper i.gelicon--iplayer-radio {
    display: block;
    bottom: 0; }
  .section-inner {
    padding: 0 0 0 16px;
    position: relative; }
  .service_icon.service_icon-bbc_radio_nan_gaidheal {
    width: 26px; }
  .drawer .loading-spinner {
    display: block; }
  .station_preview_wrap .typical-list-item {
    padding-right: 0; }
  .panel {
    padding-top: 16px; }
  .tab-header {
    margin-left: 0; }
    .tab-header span {
      margin-left: 0; }
    .tab-header h2 {
      margin-left: 0; }
  .drawer .drawer-inner {
    margin-left: auto; }
  .section-inner .typical_list_item_wrap {
    padding: 0; }
  .panel .typical-list-item {
    width: 25%; }
  .typical-list-item.item-idx-1, .typical-list-item.item-idx-2, .typical-list-item.item-idx-3 {
    display: inline-block !important; }
  /*  If in a panel, we want inline block for our grids  */
  .panel 10 {
    display: inline-block; }
  .chevron {
    display: inline;
    width: 16px;
    float: right;
    opacity: 0;
    position: relative;
    top: 5px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms; }
  .active .chevron {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    opacity: 1; }
  .deactive {
    opacity: 0.5; }
  .drawer {
    background-color: #111;
    position: relative;
    margin-left: 0; }
  .station_preview_wrap {
    height: 212px; }
  .tab-header {
    border-top: 1px solid #343434;
    transition: border-color 1s;
    -webkit-transition: border-color 1s;
    -moz-transition: border-color 1s;
    -ms-transition: border-color 1s;
    -o-transition: border-color 1s; }
    .tab-header:hover {
      border-color: #f54997; }
  .resourceview .tab-header {
    border: none; }
  .categories-list {
    margin-bottom: 0; }
  .tab-header:after {
    width: 50%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 25%;
    background: #f54997;
    content: "";
    display: block;
    margin-left: 8px;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1); }
  .section-inner:hover .tab-header:after, .active .tab-header:after {
    visibility: visible;
    width: 94%;
    left: 8px;
    opacity: 1; }
  .section-inner:hover .tab-header span, .section-inner:hover .tab-header h2, .active .tab-header span, .active .tab-header h2 {
    color: #f54997;
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -ms-transition: color 400ms;
    -o-transition: color 400ms;
    opacity: 1; }
  .icon_wrap_inner {
    height: 46px; }
  .main-section {
    float: left;
    width: 25%;
    position: relative; }
    .main-section.myradio-section {
      display: block; }
  .sch-item-time-link {
    float: none;
    display: block;
    clear: both; }
  .stations-section .station_preview_wrap {
    width: auto;
    float: none; }
  .typical-section {
    float: left;
    width: 25%; }
  ul.services_list {
    position: static;
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #343434;
    transition: border-color 1s;
    -webkit-transition: border-color 1s;
    -moz-transition: border-color 1s;
    -ms-transition: border-color 1s;
    -o-transition: border-color 1s; }
    ul.services_list:hover {
      border-color: #f54997; }
  .service_icon {
    width: 26px; }
  .icon_wrap_inner.icon_wrap_inner--svg {
    width: 25px; }
  .current-service .service_icon--white {
    opacity: 0; }
  .current-service .service_icon--colour {
    opacity: 1; }
  .typical-list li:first-child {
    float: none;
    width: 100%; }
  .typical-list li img {
    display: none; }
  .typical-list li:first-child img {
    display: block;
    width: 100%; }
  .typical-list li:first-child img.podcast_image {
    width: 56.25%; }
  .category_details_wrap, .popular_details_wrap, .promotions_details_wrap {
    height: 60px;
    padding-bottom: 16px; }
  .typical-list li {
    float: none;
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #343434;
    transition: border-color 1s;
    -webkit-transition: border-color 1s;
    -moz-transition: border-color 1s;
    -ms-transition: border-color 1s;
    -o-transition: border-color 1s; }
    .typical-list li:hover {
      border-color: #f54997; }
  .sections-container .popular-list li {
    border-top: 1px solid #343434;
    transition: border-color 1s;
    -webkit-transition: border-color 1s;
    -moz-transition: border-color 1s;
    -ms-transition: border-color 1s;
    -o-transition: border-color 1s; }
    .sections-container .popular-list li:hover {
      border-color: #f54997; }
  /* The first item is typically an image, which we don't want a border for */
  .typical-list li:first-child, .promotions-list li:first-child, .popular-list li:first-child {
    border-top: 0; }
  li:first-child .tab_img_wrapper {
    height: 128px;
    margin-bottom: 8px; }
  .section-inner h3 a {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .tab-body {
    overflow: hidden;
    height: 375px;
    /* Hardcoded height is needed for the transition */
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s; }
  .pnl-playback-message-wrap {
    width: 100%; }
  .typical-list li.current-image, .popular-list li.current-image, .promotions-list li.current-image {
    border-top: 1px solid #F54997; }
  .stations_cycle_toggle.hide_cycle_toggle {
    display: none; } }

/*** Most Popular, Categories, Featured message when Nitro is down ***/
.popular_panel, .categories_panel, .featured_panel, .stations_panel {
  margin-left: 0;
  padding-top: 0; }

.popular_panel p, .categories_panel p, .featured_panel p, .stations_panel p {
  font-size: 18px;
  letter-spacing: normal;
  color: #fff; }

/* MyRadio promo */
.myradio-section {
  display: none; }

.myradio-section .tab-body {
  height: 408px; }

.myradio_promo {
  background-image: url("../../img/dashboard/myradio-promo.png");
  background-size: cover;
  height: inherit;
  padding: 14px 16px 23px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.myradio_promo h3 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: -0.6px;
  margin-bottom: 8px; }

.myradio_promo p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.62px;
  line-height: 20px;
  margin-bottom: 200px; }

.myradio_promo a {
  display: block;
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  color: #000000;
  letter-spacing: -0.62px;
  text-align: center;
  width: 100%;
  transition: background-color 400ms;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -ms-transition: background-color 400ms;
  -o-transition: background-color 400ms; }
  .myradio_promo a:focus, .myradio_promo a:hover {
    background: #f54997;
    color: #fff; }
