/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button[rm-onhold] {
  background-color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.1);
  color: red;
  cursor: pointer;
  font-size: 14px;
  padding: 14px 20px;
  position: relative;
}
button[rm-onhold]:hover {
  background-color: #fff;
}
button[rm-onhold]:focus {
  outline: none;
}
button[rm-onhold] .fill {
  background-color: red;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
button[rm-onhold] .text {
  color: #fff;
  display: block;
  left: 0;
  padding: 0px 24px;
  position: absolute;
  right: 0;
  text-align: center;
}
rm-weekly-schedule {
  background-color: #f5f5fa;
  border: 1px solid #ddd;
  display: table;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.rmws-hour-labels {
  display: table-cell;
  padding-top: 48px;
  vertical-align: middle;
  width: 51px;
}
.rmws-hour-label {
  box-sizing: border-box;
  font-size: 13px;
  height: 50px;
  margin-right: 10px;
  position: relative;
  text-align: right;
  top: -8px;
}
.rmws-days {
  display: table-cell;
  height: 100%;
}
.rmws-day {
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  height: 100%;
  width: 14.28571429%;
}
.rmws-day-label {
  background-color: #eaeaf0;
  border-bottom: 1px solid #ddd;
  line-height: 48px;
  text-align: center;
}
.rmws-slots {
  height: 100%;
  position: relative;
}
.rmws-slot {
  border-bottom: 1px dotted #eaeaea;
  box-sizing: border-box;
  height: 14px;
}
.rmws-slot.rmws-last-in-hour {
  border-bottom: 1px solid #e0e0e0;
}
.rmws-slot:last-child {
  border-bottom: none;
  height: 9px;
}
.rmws-event {
  background-color: rgba(255, 0, 0, 0.33);
  border-left: 2px solid rgba(205, 0, 0, 0.5);
  box-sizing: border-box;
  color: rgba(155, 0, 0, 0.75);
  left: 0;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 3px 4px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.rmws-event.rmws-compacted {
  padding: 0 4px;
}
.rmws-event.rmws-compacted .rmws-time {
  display: none;
}
.rmws-event.rmws-compacted .rmws-close {
  top: -4px;
}
.rmws-event.rmws-compacted:hover {
  height: auto;
}
.rmws-event .rmws-time {
  font-size: 12px;
  font-weight: 300;
}
.rmws-event .rmws-handle {
  cursor: row-resize;
  height: 4px;
  left: 0;
  right: 0;
  position: absolute;
}
.rmws-event .rmws-handle.rmws-handle-bottom {
  bottom: -1px;
}
.rmws-event .rmws-handle.rmws-handle-top {
  top: -1px;
}
.rmws-event .rmws-close {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 4px;
  top: 2px;
}
.rmws-event .rmws-close:after {
  content: "\f00d";
  font-family: FontAwesome;
}
.rmws-event:not(.prevent-hover):hover .rmws-close {
  display: block;
}
.rmws-current-time {
  box-shadow: 0 1px 0 0.5px #f00;
  box-sizing: content-box;
  height: 0;
  left: 51px;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.rmws-current-time:before {
  background-color: #f00;
  border-radius: 3px;
  color: #fff;
  content: attr(data-time);
  font-size: 13px;
  font-weight: 400;
  left: 0;
  line-height: 17px;
  position: absolute;
  top: -8px;
  text-align: center;
  transform: translate(-100%, 0);
  width: 51px;
}
.equalizer {
  position: absolute;
  bottom: 68px;
  left: 58px;
  display: block;
  width: 14px;
  background-color: #fff;
  height: 8px;
  transition: opacity 0.4s;
  z-index: 20;
}
.equalizer.ng-hide {
  display: block;
  opacity: 0;
}
.equalizer.paused,
.equalizer.paused::before,
.equalizer.paused::after {
  animation: equalize 1.25s steps(25, end) 0s infinite, pulsate 1.25s infinite ease-in;
  animation-play-state: paused, running;
}
.equalizer.paused::before {
  animation: equalize2 1.25s steps(25, end) 0s infinite, pulsate 1.25s infinite ease-in;
  animation-play-state: paused, running;
}
.equalizer.paused::after {
  animation: equalize3 1.25s steps(25, end) 0s infinite, pulsate 1.25s infinite ease-in;
  animation-play-state: paused, running;
}
@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.equalizer,
.equalizer::before,
.equalizer::after {
  animation: equalize 1.25s steps(25, end) 0s infinite;
}
.equalizer::before,
.equalizer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 19.6px;
  height: 56px;
  width: 14px;
  background-color: #fff;
}
.equalizer::before {
  animation-name: equalize2;
}
.equalizer::after {
  left: 39.2px;
  animation-name: equalize3;
}
@keyframes equalize {
  0% {
    height: 16px;
  }
  4% {
    height: 8px;
  }
  8% {
    height: 16px;
  }
  12% {
    height: 28px;
  }
  16% {
    height: 40px;
  }
  20% {
    height: 52px;
  }
  24% {
    height: 48px;
  }
  28% {
    height: 44px;
  }
  32% {
    height: 44px;
  }
  36% {
    height: 32px;
  }
  40% {
    height: 40px;
  }
  44% {
    height: 40px;
  }
  48% {
    height: 44px;
  }
  52% {
    height: 48px;
  }
  56% {
    height: 52px;
  }
  60% {
    height: 48px;
  }
  64% {
    height: 48px;
  }
  68% {
    height: 44px;
  }
  72% {
    height: 40px;
  }
  76% {
    height: 44px;
  }
  80% {
    height: 48px;
  }
  84% {
    height: 48px;
  }
  88% {
    height: 52px;
  }
  92% {
    height: 40px;
  }
  96% {
    height: 28px;
  }
  100% {
    height: 16px;
  }
}
@keyframes equalize2 {
  0% {
    height: 48px;
  }
  4% {
    height: 52px;
  }
  8% {
    height: 48px;
  }
  12% {
    height: 48px;
  }
  16% {
    height: 44px;
  }
  20% {
    height: 44px;
  }
  24% {
    height: 44px;
  }
  28% {
    height: 48px;
  }
  32% {
    height: 48px;
  }
  36% {
    height: 52px;
  }
  40% {
    height: 52px;
  }
  44% {
    height: 52px;
  }
  48% {
    height: 44px;
  }
  52% {
    height: 32px;
  }
  56% {
    height: 24px;
  }
  60% {
    height: 32px;
  }
  64% {
    height: 40px;
  }
  68% {
    height: 44px;
  }
  72% {
    height: 52px;
  }
  76% {
    height: 48px;
  }
  80% {
    height: 48px;
  }
  84% {
    height: 44px;
  }
  88% {
    height: 44px;
  }
  92% {
    height: 36px;
  }
  96% {
    height: 44px;
  }
  100% {
    height: 48px;
  }
}
@keyframes equalize3 {
  0% {
    height: 36px;
  }
  4% {
    height: 28px;
  }
  8% {
    height: 36px;
  }
  12% {
    height: 44px;
  }
  16% {
    height: 52px;
  }
  20% {
    height: 60px;
  }
  24% {
    height: 56px;
  }
  28% {
    height: 44px;
  }
  32% {
    height: 36px;
  }
  36% {
    height: 32px;
  }
  40% {
    height: 28px;
  }
  44% {
    height: 20px;
  }
  48% {
    height: 32px;
  }
  52% {
    height: 40px;
  }
  56% {
    height: 44px;
  }
  60% {
    height: 52px;
  }
  64% {
    height: 48px;
  }
  68% {
    height: 44px;
  }
  72% {
    height: 44px;
  }
  76% {
    height: 40px;
  }
  80% {
    height: 48px;
  }
  84% {
    height: 52px;
  }
  88% {
    height: 56px;
  }
  92% {
    height: 48px;
  }
  96% {
    height: 40px;
  }
  100% {
    height: 36px;
  }
}
* {
  box-sizing: border-box;
}
.no-data {
  color: #a6abb7;
  font-size: 15px;
  font-style: italic;
}
.button {
  -webkit-appearance: none;
  background-color: #009b72;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 35px;
  margin: 0;
  padding: 0 28px;
  text-align: center;
}
.button:hover {
  background-color: #00ce98;
  border-color: #009b72;
}
.button[disabled] {
  background-color: #414550;
  color: #636a7b;
  cursor: not-allowed;
}
.button[disabled]:hover {
  background-color: #414550;
}
.button-cover {
  float: left;
  line-height: 56px;
  width: 100%;
}
.button-secondary {
  background-color: transparent;
  border: 1px solid transparent;
  color: #a6abb7;
  font-size: 13px;
}
.button-secondary:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}
.button-cta {
  background-color: #ff8c1a;
}
.button-cta:hover {
  background-color: #ff9e3e;
}
.button-danger {
  background-color: #e11;
}
.button-danger:hover {
  background-color: #f03232;
}
.message {
  background-color: #414550;
  border-radius: 7px;
  color: #ddd;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 21px;
  padding: 28px;
  position: relative;
}
.message:last-child {
  margin-bottom: 0;
}
.message.error {
  background-color: #ff1919;
  color: #fff;
}
.message.error a {
  color: #fcc;
}
.message.danger {
  background-color: #ffffe0;
  border: 1px solid #efefc0;
  padding-left: 62px;
}
.message.danger:before {
  color: #fa2;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 21px;
  left: 28px;
  position: absolute;
}
.message.danger h3 {
  color: #fd9c00;
}
.message.info {
  background-color: #009ddc;
  color: #ffffff;
  padding-left: 62px;
}
.message.info:before {
  color: #ffffff;
  content: "\f05a";
  font-family: FontAwesome;
  font-size: 21px;
  left: 28px;
  position: absolute;
}
.message.info h3 {
  color: #ffffff;
}
.message h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.message p {
  margin-bottom: 14px;
}
.message p:last-of-type {
  margin-bottom: 0;
}
.message .button {
  margin-top: 28px;
}
.dialog {
  background-color: #111;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 480px;
  padding: 28px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.dialog h1 {
  font-size: 28px;
  margin-bottom: 28px;
}
.dialog p {
  margin-bottom: 28px;
}
.dialog .button {
  background-color: #222;
  border: none;
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 42px;
  padding: 0 21px;
}
.dialog-type-error {
  padding-left: 84px;
  position: relative;
}
.dialog-type-error:before {
  color: #a33;
  content: "\f05c";
  font-family: "FontAwesome";
  font-size: 36px;
  left: 28px;
  position: absolute;
}
.dialog-type-error h1 {
  color: #a33;
}
.dialog-type-success {
  padding-left: 84px;
  position: relative;
}
.dialog-type-success:before {
  color: #3d8d55;
  content: "\f05d";
  font-family: "FontAwesome";
  font-size: 36px;
  left: 28px;
  position: absolute;
}
.dialog-type-success h1 {
  color: #3d8d55;
}
.dialog-type-danger {
  padding-left: 84px;
  position: relative;
}
.dialog-type-danger:before {
  color: #f00;
  content: "\f071";
  font-family: "FontAwesome";
  font-size: 36px;
  left: 28px;
  position: absolute;
}
.dialog-type-danger .button.primary {
  background-color: #f00;
  color: #fff;
}
.popup {
  background-color: #fff;
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding: 28px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 600px;
}
.popup h2 {
  font-size: 28px;
  margin-bottom: 28px;
}
.popup p {
  margin-bottom: 28px;
}
.popup p:last-child {
  margin: 0;
}
.popup img {
  margin: 0;
}
.ng-hide .popup {
  top: 100%;
  transform: translateY(0);
}
input + .message {
  margin-top: 14px;
}
a {
  color: #009ddc;
}
html {
  height: 100%;
}
body {
  background-color: #2a2d34;
  color: #ddd;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
header {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-color: #1f2126;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 54px;
  margin-bottom: 28px;
  padding-top: 2px;
  text-align: center;
  text-transform: uppercase;
}
header img {
  margin: 14px 0 12px;
  vertical-align: middle;
  filter: invert(1);
}
header a {
  color: #fff;
  cursor: pointer;
}
header nav a {
  display: block;
  text-decoration: none;
}
header nav a:after {
  background-color: #f80;
  content: "";
  display: block;
  left: 0;
  height: 2px;
  opacity: 0;
  position: relative;
  bottom: 18px;
  transition: all 0.15s;
  width: 0;
}
header nav a:hover:after {
  opacity: 1;
  width: 100%;
}
header .search {
  line-height: 28px;
  margin: 14px 28px 14px;
  position: relative;
}
header .search label {
  border-radius: 14px;
  cursor: pointer;
  display: block;
  line-height: 28px;
  position: absolute;
  top: 0;
  width: 28px;
}
header .search label i {
  margin-left: 1px;
}
header .search input {
  background-color: #000 !important;
  border: none !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  padding: 0 !important;
  transition: all 0.25s ease;
  width: 28px;
}
header .search input:focus,
header .search input.non-empty {
  background-color: #f0f0f0;
  outline: none;
  padding-left: 28px !important;
  width: 400px;
}
header .search .close {
  cursor: pointer;
  height: 28px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -1px;
  transition: all 0.4s ease;
  width: 0;
}
header .search input:focus + .close,
header .search input.non-empty + .close {
  opacity: 1;
  width: 28px;
}
.form {
  margin-bottom: 28px;
}
.form:last-child {
  margin-bottom: 0;
}
.form .form-field-help {
  display: block;
  font-size: 15px;
  margin-bottom: 14px;
}
.form .field {
  margin-bottom: 14px;
}
.form .field.expiry,
.form .field.cvv {
  width: 49%;
}
.form .field.expiry {
  float: left;
}
.form .field.cvv {
  float: right;
}
.form .field.checkbox input {
  height: auto;
  width: auto;
}
.form .field.checkbox label {
  cursor: pointer;
  font-size: 15px;
}
.form .field.country label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 7px 0;
}
.form .field.country label:hover {
  color: #000;
}
.form .field.country input {
  cursor: pointer;
  vertical-align: 1px;
  width: auto;
}
.form .field.country input:focus {
  outline: none;
}
.form input,
.form select {
  width: 100%;
}
.form fieldset {
  margin-bottom: 28px;
}
.form fieldset:last-child {
  margin-bottom: 0;
}
.form legend {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.form .buttons .button {
  display: inline-block;
}
.form__label {
  color: #ddd;
  font-size: 15px;
  font-weight: 600;
}
.form-mini p {
  margin: 0 28px;
}
.form-mini ul {
  display: flex;
  align-items: end;
  column-gap: 14px;
}
.form-mini li.field {
  margin: 0;
  padding: 0 0 0 28px;
}
.form-mini input {
  max-width: 200px;
  margin: 0;
}
.form-mini input::placeholder {
  text-transform: none;
}
.form-mini .button {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin: 0 7px 0 0;
  padding: 0 14px;
}
.form-field-select-wrapper {
  position: relative;
}
.form-field-select-wrapper::after {
  color: #778;
  content: "›";
  font-size: 28px;
  line-height: 28px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-45%) rotate(90deg);
}
.form-field-group {
  overflow: hidden;
}
input[name=code] {
  text-transform: uppercase;
}
.form-popup {
  background-color: #353942;
  border: 1px solid #555;
  border-radius: 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 0 56px #000;
  padding-top: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: opacity 0.25s;
  width: 640px;
}
.form-popup.ng-hide {
  opacity: 0;
  pointer-events: none;
}
.form-popup .field {
  padding: 0 28px;
}
.form-popup h2 {
  background-color: #414550;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: -28px 0 28px;
  padding: 14px 28px;
  text-transform: uppercase;
}
.form-popup h2.success {
  color: #009b72;
}
.form-popup h2.success:before {
  content: "\f00c";
  margin-right: 7px;
  font-family: FontAwesome;
}
.form-popup > p {
  margin: 28px;
}
.form-popup .form-popup-footer {
  background-color: #2a2d34;
  border-radius: 0 0 5px 5px;
  margin-top: 28px;
  padding: 14px 28px;
  overflow: hidden;
}
.form-popup .form-popup-footer button {
  float: right;
}
.form-popup .message {
  margin: 0 28px 28px;
}
.form-popup .field .message {
  margin-top: 28px;
  margin-left: 0;
  margin-right: 0;
}
.form-popup__field-help {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 21px;
}
.form-popup__field-help em {
  font-style: italic;
}
.form-popup__field-help strong {
  font-weight: 600;
}
.form-popup .text-banner {
  color: #fff;
  font-size: 28px;
  margin: 112px 140px;
  text-align: center;
}
.form-popup__label {
  color: #ddd;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 28px 14px;
}
.form-popup__label + .form-popup__field-help {
  margin-top: -14px;
}
.form-sheet {
  border: 1px solid #555;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 0 28px #000;
  border-radius: 7px;
}
.form-sheet ul {
  background-color: #353942;
  border-radius: 0 0 5px 5px;
  padding: 28px 0 0;
}
.form-sheet .field {
  margin: 0 28px 14px;
}
.form-sheet h1 {
  background-color: #414550;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 55px;
  padding: 7px 28px;
}
.form-sheet h1.sonos {
  background: #eceef0 url(/static/images/sonos.svg) no-repeat right 20px center;
  background-size: auto 14px;
}
.form-sheet input:not([type=button]) {
  display: block;
  width: 100%;
}
.form-sheet button,
.form-sheet .button {
  float: left;
  line-height: 56px;
  width: 100%;
  border-radius: 0 0 5px 5px;
}
.form-sheet p {
  color: #666;
  font-size: 15px;
  margin: 0 0 28px;
}
.form-sheet .field.submit p {
  color: #6e7689;
  font-size: 13px;
  margin: 0 28px 0;
}
.form-sheet .field.submit p:last-of-type {
  margin-bottom: 28px;
}
.form-sheet .field.submit p a {
  color: #009ddc;
}
.form-sheet li.submit {
  overflow: hidden;
}
.form-sheet li:last-child {
  margin: 0;
}
.form-sheet li:last-child:after {
  content: "";
}
.form-sheet strong.error {
  margin: 7px 0 0;
}
.form-sheet__description {
  background-color: #f5f5f5;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 28px 28px 0;
}
/**
 * Forms
 */
input:not([type=radio]):not([type=checkbox]):not(.button),
select,
.StripeElement {
  background-color: #1f2126;
  border: none;
  border-radius: 7px;
  box-sizing: border-box;
  color: #b4b8c2;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0 14px;
  -webkit-appearance: none;
}
input:not([type=radio]):not([type=checkbox]):not(.button)[disabled],
select[disabled],
.StripeElement[disabled] {
  background-color: #2a2d34;
  color: #585e6c;
  cursor: not-allowed;
}
input::placeholder {
  color: #d0d0d0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
input:focus,
select:focus,
.StripeElement--focus {
  box-shadow: 0 0 0 2px #009ddc !important;
  outline: none;
}
strong.error {
  color: #ff1919;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
  transition: all 0.4s;
}
strong.error:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 7px;
}
/**
 * Overlay
 */
.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  transition: opacity 0.4s;
  transform: translateZ(0);
  z-index: 900;
}
.overlay .dialog {
  transition: all 0.4s;
}
.overlay.overlay-popup {
  z-index: 900;
}
body > .overlay {
  z-index: 1000;
}
.overlay.ng-hide {
  opacity: 0;
}
.overlay.ng-hide .dialog {
  opacity: 0;
  transform: scale(0.25);
}
.loading-indicator {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  left: 50%;
  margin: 0;
  padding: 28px 42px;
  position: absolute;
  transform: translate(-50%, -100%);
  top: 50%;
}
.loading-indicator a {
  color: rgba(255, 255, 255, 0.67);
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-align: center;
}
.loading-indicator a:hover {
  text-decoration: underline;
}
.loading-indicator::before {
  animation: spin infinite 1s;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-bottom: 10px solid #fff;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 56px;
  margin: 0 auto 14px;
  width: 56px;
}
.notification {
  background-color: #2a2d34;
  border-radius: 7px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.33);
  font-weight: 400;
  left: 50vw;
  padding: 56px;
  position: fixed;
  transition: all 0.4s;
  transform: translate(-50%, -100%) translateZ(0);
  top: 50vh;
  z-index: 10100;
}
.notification.notification-success {
  color: #009B72;
}
.notification.notification-success:before {
  content: "\f05d";
  display: block;
  font-family: FontAwesome;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
}
.notification.ng-hide {
  opacity: 0;
  transform: translate(-50%, 50%) scale(0.9);
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
 * Animations
 */
.error {
  max-height: 112px;
  overflow: hidden;
}
.error.ng-hide {
  max-height: 0;
  opacity: 0;
  transition: all 0.5s linear;
}
.player {
  background-color: rgba(0, 0, 0, 0.92);
  bottom: 0;
  color: #fff;
  display: flex;
  gap: 84px;
  justify-content: center;
  left: 0;
  margin-top: -28px;
  margin-bottom: 28px;
  padding: 7px 3%;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
}
.player__playback-controls {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.player__playback-controls .disabled {
  cursor: default;
  opacity: 0.4;
}
.player__currently-playing {
  border-radius: 3px;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding-right: 10px;
  background-color: #202024;
  width: 300px;
}
.player__image {
  border-radius: 3px 0 0 3px;
}
.player__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  min-width: 0;
}
.player__channel-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.player__status {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 12px;
}
.player__status--error {
  color: #b44;
}
.player__volume-controls {
  display: flex;
  flex: 1;
}
.player a {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  text-shadow: 0 0 2px #000;
  width: 42px;
}
.player a:not(.disabled):hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.player li {
  float: left;
  margin: 0 7px;
}
.player li:first-child {
  margin-right: 0;
}
.player li:nth-child(4) {
  float: right;
  font-size: 24px;
  font-weight: 400;
  margin: 7px 0;
}
.player li:nth-child(4).error {
  color: #f00;
}
.player li.error small {
  color: #f00;
}
.player input {
  width: 140px !important;
}
.player input:focus {
  outline: none;
}
.player .fa-play {
  padding-left: 5px;
}
.player .fa-volume-off {
  color: #f00;
  padding-right: 3px;
}
.player .fa-times {
  color: #f00;
  font-size: 0.5em;
  vertical-align: 3.5px;
}
.channels ul {
  display: inline-block;
  text-align: center;
}
.channels li {
  display: inline-block;
  margin: 14px;
}
.channels li .channel-image {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.channels li .channel-icon {
  position: absolute;
  top: 40px;
  left: 50px;
  transition: opacity 0.4s;
  z-index: 2;
}
.channels li .channel-icon.ng-hide {
  display: block;
  opacity: 0;
}
.channels li .channel-button {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 112px;
  cursor: default;
  display: block;
  height: 168px;
  font-size: 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
  width: 168px;
}
.channels li .channel-button:before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.channels li .channel-button .channel-name {
  background: linear-gradient(transparent, #000);
  bottom: 0;
  color: #fff;
  font-size: 15.3px;
  left: 0;
  right: 0;
  line-height: 18.2px;
  padding: 28px 14px 14px;
  position: absolute;
  z-index: 10;
}
.channels li .channel-button .channel-fav {
  color: #f66;
  left: 14px;
  line-height: normal;
  position: absolute;
  text-shadow: 0 0 2px #000;
  top: 14px;
  transition: all 0.2s ease;
  z-index: 12;
}
.channels li .channel-button .channel-fav i.fa-spin {
  animation: fa-spin 0.4s infinite linear;
}
.channels li .channel-button .channel-fav:hover {
  transform: scale(1.2);
}
.channels li .channel-button .channel-fav-off {
  opacity: 0;
  transition: opacity 0.4s ease, all 0.2s ease;
}
.channels li .channel-button .channel-fav-off.saving {
  opacity: 1;
}
.channels li .channel-button.active:hover {
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transform: scale(1.2);
}
.channels li .channel-button.active:hover .channel-fav-off {
  opacity: 1;
}
.channels li .channel-button.active:hover:after {
  opacity: 0.5;
}
.channels li .spinner {
  animation: spin infinite 1s;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-bottom: 10px solid #fff;
  box-sizing: border-box;
  content: "";
  height: 56px;
  left: 50%;
  margin: -28px;
  opacity: 0;
  position: absolute;
  top: 44%;
  transition: opacity 0.4s;
  width: 56px;
  z-index: 90;
}
.channels li.loading .channel-icon {
  opacity: 0;
}
.channels li.loading .spinner {
  opacity: 1;
}
.form-page {
  border: 1px solid #555;
  color: #ddd;
  margin: 0 3%;
  border-radius: 7px;
  box-shadow: 0 0 28px #000;
}
.form-page hgroup {
  background-color: #414550;
  border-radius: 7px 7px 0 0;
  color: #fff;
  padding: 14px 28px 14px;
}
.form-page hgroup h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 28px;
}
.form-page hgroup h2 {
  color: #c2c6ce;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.form-page fieldset {
  padding: 28px;
}
.form-page fieldset:not(:last-child) {
  border-bottom: 1px solid #2a2d34;
}
.form-page legend {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding-top: 28px;
  text-transform: none;
}
.form-page .form {
  background-color: #353942;
}
.form-page input {
  width: 100%;
}
.form-page .checkbox input {
  width: auto;
}
.form-page .checkbox label {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}
.form-page button {
  float: left;
  line-height: 56px;
  width: 100%;
}
.tabs {
  margin: 0 auto 56px;
  overflow: hidden;
  padding: 0 10px 10px;
}
.tabs nav {
  float: left;
  font-size: 16px;
}
.tabs nav a {
  color: #bbb;
  cursor: pointer;
  display: block;
}
.tabs nav a:hover {
  color: #fff;
}
.tabs nav a.active {
  color: #fff;
  font-weight: 400;
}
.tabs nav a i {
  margin-right: 2px;
}
.tabs article {
  float: right;
}
.panel {
  background-color: #353942;
  border-radius: 5px;
  color: #ddd;
  margin-bottom: 28px;
  padding: 0 0 28px;
}
.panel p {
  padding: 0 28px;
}
.panel h2 {
  background-color: #414550;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 28px;
  padding: 14px 28px;
  text-transform: uppercase;
}
.panel h2 .button-edit {
  background-color: #6761a8;
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 28px;
  padding: 0 14px;
  transition: all 0.25s;
}
.panel h2 .button-edit:not(.disabled):hover {
  background-color: #7d78b5;
}
.panel h2 .button-edit.disabled {
  background-color: rgba(103, 97, 168, 0.25);
  cursor: not-allowed;
  outline: none;
}
.panel--info {
  padding: 56px;
  margin: 84px auto 0;
  text-align: center;
  max-width: 480px;
}
.panel--info img {
  margin-bottom: 28px;
}
.panel--info .spinner {
  animation: spin infinite 1s;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  height: 28px;
  margin: 0 auto 28px;
  width: 28px;
}
.panel--info p {
  padding: 0;
  margin-bottom: 28px;
}
.panel--info .fa-check {
  color: #009b72;
  font-size: 25.2px;
}
.panel--info h1 {
  text-align: center;
}
.tooltip {
  position: relative;
}
.tooltip:before {
  opacity: 0;
  background: #555;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  left: -6px;
  content: attr(data-tooltip);
  top: 50%;
  transition: opacity 0.25s;
  transform: translate(-100%, -50%);
  width: 200px;
  z-index: 9999;
}
.tooltip:after {
  opacity: 0;
  pointer-events: none;
  background-color: #555;
  content: "";
  height: 5px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate(0, -50%);
  transition: opacity 0.2s;
  width: 5px;
}
.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
}
.radio-group {
  display: flex;
  column-gap: 28px;
  margin: 0 28px 28px;
}
.radio-group li {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: 50%;
}
.radio-group label {
  border-radius: 5px;
  border: 1px solid #636a7b;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  padding: 14px;
  position: relative;
  text-align: center;
}
.radio-group label:hover {
  border-color: #a6abb7;
}
.radio-group input {
  display: none;
}
.radio-group input:checked + label {
  border-color: #009ddc;
  box-shadow: 0 0 0 1px #009ddc;
  cursor: default;
}
.radio-group .payment-interval__plan {
  display: block;
  margin-bottom: 7px;
}
.radio-group .payment-interval__price {
  color: #ddd;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.radio-group .payment-interval__interval {
  color: #bbb;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 7px;
}
.radio-group .payment-interval__badge {
  background-color: #009b72;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 21px;
  padding: 9px 0 0;
  position: absolute;
  top: -6px;
  right: -42px;
  text-align: center;
  transform: rotate(45deg);
  width: 120px;
}
.radio-group .payment-interval__badge strong {
  display: block;
  font-size: 21px;
}
.edit-link {
  color: #888;
  float: right;
  font-size: 13px;
  margin-left: 10px;
  text-transform: uppercase;
}
.schedule {
  margin: 28px;
}
rm-weekly-schedule {
  line-height: 18px;
  width: 100%;
}
.rmws-event {
  background-color: #6761a8;
  border: none;
  border-radius: 2px;
  color: #fff;
}
.rmws-event.rmws-compacted .channel {
  display: block;
  font-size: 11px;
  line-height: 11px;
}
.rmws-event.rmws-compacted select {
  font-size: 12px;
  height: 12px;
}
.rmws-event select {
  color: #6761a8;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: none;
  padding: 0;
}
.rmws-event:not(.prevent-hover):hover select {
  display: block;
}
.rmws-event:not(.prevent-hover):hover .channel {
  display: none;
}
footer {
  color: #55555f;
  font-size: 13px;
  font-style: italic;
  padding: 56px;
  text-align: center;
}
footer.bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
footer a {
  color: #66666f;
}
.direct-debit-mandate {
  position: relative;
}
.direct-debit-mandate:after {
  background: url(/static/images/directdebit.png);
  background-size: 81px 28px;
  display: block;
  filter: invert(1);
  height: 28px;
  width: 81px;
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
}
.direct-debit-mandate dl {
  padding: 0 28px;
}
.direct-debit-mandate dd {
  color: #888;
  font-size: 15px;
}
.direct-debit-mandate dt {
  margin-bottom: 14px;
}
.direct-debit-mandate dt:last-child {
  margin-bottom: 0;
}
.card-on-file .fa {
  font-size: 28px;
  margin-right: 16px;
  vertical-align: bottom;
}
ul.list {
  font-size: 15px;
  list-style: disc;
  margin-bottom: 28px;
  padding: 0 0 0 28px;
}
.app {
  padding: 0 28px;
}
.app__name {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 14px;
}
.app__field-label {
  font-size: 14px;
  font-weight: 400;
}
.app__field-value {
  font-family: Courier New, Courier, monospace;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}
.app__field-value .button {
  background-color: #eee;
  line-height: 28px;
  padding: 0 12px;
}
.applied-coupon {
  color: #ddd;
  font-size: 15px;
  margin: 0 28px 28px;
}
.applied-coupon p:first-child {
  font-weight: 600;
}
.applied-coupon button {
  margin-top: 14px;
}
input[type=range] {
  -webkit-appearance: none;
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  border: 0 solid black;
}
input[type=range]::-webkit-slider-thumb {
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.25);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  border: 0 solid black;
}
input[type=range]::-moz-range-thumb {
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
input[type=range]::-moz-range-progress {
  background-color: white;
  border-radius: 5px;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(242, 242, 242, 0.25);
  border: 0 solid black;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.25);
  border: 0 solid black;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 480px) {
  header nav {
    background-color: #f0f0f5;
    display: none;
    overflow: hidden;
    padding: 28px 0;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  .menu-toggle {
    font-size: 1.25em;
    left: 0;
    line-height: 58px;
    margin-top: -2px;
    position: absolute;
    width: 56px;
  }
  .menu-toggle.open {
    background-color: #f0f0f5;
  }
  .menu-toggle .fa-bars,
  .menu-toggle .fa-times {
    vertical-align: -1px;
  }
  .form-sheet {
    margin: 28px;
  }
  .player {
    line-height: 28px;
  }
  .player a {
    width: 28px;
    font-size: 24px;
  }
  .player li:nth-child(3) {
    float: right;
  }
  .player li:nth-child(4) {
    clear: both;
    float: none;
    font-size: 16px;
    text-align: left;
    width: 100%;
  }
  .tabs {
    margin: 28px / 2;
  }
  .tabs nav a {
    font-size: 14px;
    padding: 7px 21px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
  header nav {
    background-color: #f0f0f5;
    display: none;
    padding: 28px 0;
    position: absolute;
    width: 320px;
    z-index: 200;
  }
  .menu-toggle {
    font-size: 1.25em;
    left: 0;
    position: absolute;
    width: 56px;
  }
  .menu-toggle .fa-bars,
  .menu-toggle .fa-times {
    vertical-align: -1px;
  }
}
@media only screen and (min-width: 481px) {
  .form-sheet {
    margin: 84px auto 0;
    width: 460px;
  }
  .field.left {
    float: left;
    width: 49%;
  }
  .field.right {
    float: right;
    width: 49%;
  }
  .tabs {
    margin: 0 28px 56px;
  }
  .tabs nav a {
    padding: 28px / 4 0;
  }
}
@media only screen and (min-width: 961px) {
  header {
    overflow: hidden;
    padding: 0 3%;
  }
  header img {
    float: left;
  }
  header nav ul {
    float: right;
  }
  header nav ul li {
    float: left;
  }
  header nav ul li a {
    padding: 0 21px;
  }
  header .menu-toggle {
    display: none;
  }
  .form-page {
    margin: 0 auto 84px;
    width: 780px;
  }
  .tabs {
    width: 960px;
    margin: 56px auto;
  }
  .tabs article {
    width: 660px;
  }
}
